::selection {
  background: rgba(255, 199, 44, 0.5); }

@keyframes slow_rotate {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes around {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(9px, 0); }
  45% {
    transform: translate(9px, 24px); }
  55% {
    transform: translate(-9px, 24px); }
  80% {
    transform: translate(-9px, 0); }
  100% {
    transform: translate(0, 0); } }
@keyframes around_2 {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(-9px, 0); }
  45% {
    transform: translate(-9px, -24px); }
  55% {
    transform: translate(9px, -24px); }
  80% {
    transform: translate(9px, 0); }
  100% {
    transform: translate(0, 0); } }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea, button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0; }

img, svg {
  display: block; }

[href] {
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer; }

strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

*:focus {
  box-shadow: none;
  outline: none;
  border: none; }

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

@media (max-width: 900px) {
  body {
    margin-top: 60px; } }

header {
  position: relative;
  z-index: 100;
  height: 160px;
  background: #fff; }
  @media (max-width: 900px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: auto;
      height: 60px; } }
  header .logo {
    position: absolute;
    z-index: 10;
    top: 43%;
    left: 6.25%;
    width: 131px;
    height: 87px;
    background: url('/wp-content/themes/podprint/assets/images/layout/logo.png?1494884582') no-repeat 0 0/100% 100%;
    margin-top: -38px;
    font-size: 0;
    text-indent: -1000em;
    overflow: hidden; }
  @media (max-width: 1063px) {header .logo {
    background: url('/wp-content/themes/podprint/assets/images/layout/logo.png?1494884582') no-repeat 0 0/85% 85%;
    top: 29%;
    } }
    @media (max-width: 900px) {
      header .logo {
        left: 30px;
        width: 128px;
        height: 40px;
        margin-top: -20px;
        background-image: url('/wp-content/themes/podprint/assets/images/layout/logo_horizontal.png?1495590622'); } }
  header .phones {
    position: absolute;
    z-index: 10;
    top: 25px;
    right: 4.35%;
    font-family: "Klavika Caps", "Helvetica", sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: right;}
    @media (max-width: 900px) {
      header .phones {
        top: 0;
        right: 70px;
        font-size: 20px;
        line-height: 60px;
		width: auto; 
		padding: 0 6.25%; }
	  header .phones .phone {
		display: inline-block !important;
		padding-right: 15px;
	}
	  header .phones .phone.local {
		font-size: 20px;		
	  } }
    @media (max-width: 600px) {
        .landingcenter {
            width: 90%;
        }    
      header .phones {
        display: none; } }
    header .phones .phone {
      transition: color 0.3s;
      cursor: pointer; 
	  display: block;
	  letter-spacing: 1px;  }
      header .phones .phone.local {
        padding-left: 15px;
        font-size: 16px;
        /*
        				&:before {
        					content: "Wichita Area";
        					position: absolute;
        					top: -20px;
        					left: 15px;
        					color: mix(#000,#fff,30%);
        					font-size: 10px;
        					font-weight: bold;
        					font-family: Helvetica, Arial, sans-serif;
        					line-height: 10px;
        				}
        */ }
      header .phones .phone:hover {
        color: #009cde; }
  header .nav {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: right;
    padding: 0 2.25%;
    margin: 0; }
    @media (max-width: 900px) {
      header .nav {
        position: fixed;
        z-index: 100;
        top: 0;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        overflow-y: scroll;
        background: #ffc72c;
        padding-top: 100px;
        padding-bottom: 100px;
        transform: translateX(100%);
        transition: transform 0.3s; }
        header .nav:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 100%; } }
    @media (max-width: 900px) {
      header .nav .nav_inner {
        display: inline-block;
        vertical-align: middle; } }
    header .nav .menu {
      display: block;
      position: relative;
      z-index: 20;
      width: 100%;
      overflow: hidden;
      transition: height 0.5s; }
      @media (min-width: 901px) {
        header .nav .menu {
          position: absolute;
          top: 100%;
          left: 0;
          height: 0; } }
      @media (max-width: 900px) {
        header .nav .menu {
          height: 60px; } }
      @media (min-width: 901px) {
        header .nav .menu .menu_inner {
          position: absolute;
          bottom: 40px;
          left: 0;
          width: 100%;
          height: 220px;
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2); } }
      header .nav .menu .menu_inner a {
        display: block; }
        @media (min-width: 901px) {
           header .nav .menu .menu_inner a {
            float: left;
            width: 20%;
            height: 100%;
            overflow: hidden;
            font-size: 0;
            white-space: nowrap;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-blend-mode: multiply;
            transition: background 0.3s; } }
          header .nav .menu .industry.menu_inner a {
            width: 16.666%;
        }       
          header .nav .menu .service.menu_inner a {
            width: 20%;
        }
        @media (max-width: 900px) {
          header .nav .menu .menu_inner a {
            background-size: 0 0;
            background-position: 0 0;
            background-repeat: no-repeat; } }
        header .nav .menu .menu_inner a .text {
          line-height: 1;
          text-align: center;
          white-space: normal;
          padding: 0 10px;
          box-sizing: border-box;
          transition: transform 0.3s; }
          @media (min-width: 901px) {
            header .nav .menu .menu_inner a .text {
              display: inline-block;
              position: relative;
              vertical-align: middle;
              width: 100%;
              color: #fff;
              font-family: "Klavika Caps", Helvetica, sans-serif;
              font-size: 20px;
              font-weight: bold;
              letter-spacing: 0.05em;
              text-transform: lowercase; } }
          @media (max-width: 900px) {
            header .nav .menu .menu_inner a .text {
              font-size: 16px;
              line-height: 44px;
              font-family: "CenturySchoolbookBT-Roman", "Georgia", serif; } }
          @media (min-width: 901px) {
            header .nav .menu .menu_inner a .text em {
              display: block;
              position: relative;
              top: -1px;
              font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
              font-weight: normal;
              font-style: normal;
              font-size: 16px;
              line-height: 1.3;
              font-variant: normal;
              text-transform: none;
              letter-spacing: 0; } }
          @media (max-width: 900px) {
            header .nav .menu .menu_inner a .text em {
              font-style: inherit; } }
        @media (min-width: 901px) {
          header .nav .menu .menu_inner a:after {
            content: '';
            display: inline-block;
            width: 0;
            height: 100%;
            vertical-align: middle; } }
        @media (min-width: 901px) {
          header .nav .menu .menu_inner a:hover {
            background-color: #009cde; } }
        @media (min-width: 901px) {
          header .nav .menu .menu_inner a[active] {
            background: #fff;
            background-image: none !important; }
            header .nav .menu .menu_inner a[active] .text {
              color: #000; } }
        @media (max-width: 900px) {
          header .nav .menu .menu_inner a[active] .text {
            font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
            font-weight: normal;
            font-style: normal; } }
      @media (min-width: 901px) {
        header .nav .menu:hover {
          height: 260px; } }
      @media (max-width: 900px) {
        header .nav .menu:hover, header .nav .menu.open {
          height: 324px; } }
    header .nav .nav_inner > a, header .nav .nav_inner > .menu .label {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      left: 0;
      font-family: "Klavika Caps", Helvetica, sans-serif;
      font-size: 18px;
      letter-spacing: 0.05em;
      line-height: 100px;
      text-transform: lowercase;
      font-weight: bold;
      padding: 0 24px 0 30px;
      transition: color 0.3s;
      cursor: pointer; }
      @media (max-width: 900px) {
        header .nav .nav_inner > a, header .nav .nav_inner > .menu .label {
          display: block;
          left: 0;
          font-size: 24px;
          line-height: 60px;
          padding: 0 !important; } }
      @media (min-width: 901px) {
        header .nav .nav_inner > a.services_item:hover + .menu, header .nav .nav_inner > .menu .label.services_item:hover + .menu {
          height: 260px; } }
      @media (max-width: 900px) {
        header .nav .nav_inner > a.services_item, header .nav .nav_inner > .menu .label.services_item {
          display: none; } }
      header .nav .nav_inner > a.first, header .nav .nav_inner > .menu .label.first {
        padding-left: 0; }
        header .nav .nav_inner > a.first:before, header .nav .nav_inner > .menu .label.first:before {
          content: none !important; }
      header .nav .nav_inner > a:before, header .nav .nav_inner > .menu .label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 6px;
        height: 6px;
        background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') no-repeat 100% 0/17px 33px;
        margin-top: -3px; }
        @media (max-width: 900px) {
          header .nav .nav_inner > a:before, header .nav .nav_inner > .menu .label:before {
            content: none; } }
      @media (min-width: 901px) {
        header .nav .nav_inner > a:hover, header .nav .nav_inner > .menu .label:hover {
          color: #009cde; } }
      @media (min-width: 901px) {
        header .nav .nav_inner > a.mobile_only, header .nav .nav_inner > .menu .label.mobile_only {
          display: none; } }
      header .nav .nav_inner > a.portal_login, header .nav .nav_inner > .menu .label.portal_login {
        font-size: 18px; }
      header .nav .nav_inner > a[active], header .nav .nav_inner > .menu .label[active] {
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        text-transform: none;
        font-variant: normal;
        letter-spacing: 0; }
        @media (max-width: 900px) {
          header .nav .nav_inner > a[active], header .nav .nav_inner > .menu .label[active] {
            font-size: 22px; } }
  header:after {
    content: '';
    position: absolute;
    z-index: 30;
    bottom: -99px;
    left: 0;
    width: 100%;
    height: 99px;
    background: url('/wp-content/themes/podprint/assets/images/layout/shadow_1.png?1494623056') no-repeat 50% 50%/100% 100%;
    pointer-events: none; }

.nav_hamburger {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px; }
  @media (min-width: 901px) {
    .nav_hamburger {
      display: none; } }
  .nav_hamburger .a, .nav_hamburger .b, .nav_hamburger .c {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin-left: -12px;
    margin-top: -1px;
    background: #000;
    transition: background 0.3s, width 0.3s, transform 0.3s, margin 0.3s; }
  .nav_hamburger .b {
    transform: translateY(-8px); }
  .nav_hamburger .c {
    transform: translateY(8px); }

#nav_toggle {
  display: none; }
  @media (max-width: 900px) {
    #nav_toggle:checked + header + .nav_hamburger .a {
      width: 0;
      margin-left: 0; }
    #nav_toggle:checked + header + .nav_hamburger .b {
      transform: rotate(45deg) translateY(0); }
    #nav_toggle:checked + header + .nav_hamburger .c {
      transform: rotate(-45deg) translateY(0); }
    #nav_toggle:checked + header .nav {
      transform: translateX(0) !important; } }
#arrowdiv {
	position: absolute;
	z-index: 2;
	bottom: 2em;
	margin: auto;
	left: 49%;
}
#arrowinner {
	background: #cccccc80;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	animation: fadeInDown 3s ease;
}
#arrowinner img {
padding-top: 12px;
width: 45px;
padding-left: 8px;
}
.hidden {
	opacity: 0;
	z-index: -1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
}
@keyframes fadeInDown {
	0% { opacity: 0; transform: translateY(-2em); }
	50% { opacity: 0; transform: translateY(-2em); }
	100% { opacity: 1; transform: translateY(0); }
}
/* Gravity Forms */
.block.center .gform_wrapper {
	padding-left: 25%;
	padding-right: 25%;
    margin-top: -3.5em;
}
.gfield input {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    color: #999999;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif !important;
    font-size: 18px;
    letter-spacing: 0.02em;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    padding: 10px 0;
    transition: color 0.3s, top 0.3s, font-size 0.3s, letter-spacing 0.3s;
    border-bottom: solid 1px #e6e6e6;
}
.gfield_checkbox li {
	background: none !important;
}
.blue input[type=color]:focus, .blue input[type=date]:focus, .blue input[type=datetime]:focus, .blue input[type=datetime-local]:focus, .blue input[type=email]:focus, .blue input[type=month]:focus, .blue input[type=number]:focus, .blue input[type=password]:focus, .blue input[type=search]:focus, .blue input[type=tel]:focus, .blue input[type=text]:focus, .blue input[type=time]:focus, .blue input[type=url]:focus, .blue input[type=week]:focus, .blue select:focus, .blue textarea:focus {
    border-bottom: solid 1px #009cde;
    box-shadow: 0 1px 0 #009cde;
}
.red input[type=color]:focus, .red input[type=date]:focus, .red input[type=datetime]:focus, .red input[type=datetime-local]:focus, .red input[type=email]:focus, .red input[type=month]:focus, .red input[type=number]:focus, .red input[type=password]:focus, .red input[type=search]:focus, .red input[type=tel]:focus, .red input[type=text]:focus, .red input[type=time]:focus, .red input[type=url]:focus, .red input[type=week]:focus, .red select:focus, .red textarea:focus {
    border-bottom: solid 1px #ce0037;
    box-shadow: 0 1px 0 #ce0037;
}
.gold input[type=color]:focus, .gold input[type=date]:focus, .gold input[type=datetime]:focus, .gold input[type=datetime-local]:focus, .gold input[type=email]:focus, .gold input[type=month]:focus, .gold input[type=number]:focus, .gold input[type=password]:focus, .gold input[type=search]:focus, .gold input[type=tel]:focus, .gold input[type=text]:focus, .gold input[type=time]:focus, .gold input[type=url]:focus, .gold input[type=week]:focus, .gold select:focus, .gold textarea:focus {
    border-bottom: solid 1px #ffc72c;
    box-shadow: 0 1px 0 #ffc72c;
}
.gfield_checkbox li input {
    margin-top: -7px !important;
    margin-right: 15px;
}
.block input[type=submit] {
      position: relative;
      display: inline-block;
      overflow: hidden;
      font-family: "Klavika Caps", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 20px;
      text-transform: lowercase;
      letter-spacing: 0.1em;
      color: #fff;
      line-height: 1.1;
      text-align: center;
      padding: 9px 40px 11px 40px;
      border-radius: 0 40px 40px 40px;
  /*    background: #009cde; */
      transition: color 0.3s, background 0.3s;
      cursor: pointer;
      margin-top: 75px; }
.blue .block input[type=submit] {
	background: #009cde;
}
.blue .block input[type=submit]:hover {
	background: #006590;
}
.red .block input[type=submit] {
	background-color: #ce0037;
}
.gold .block input[type=submit] {
	background-color: #ffc72c;
}
.red .block input[type=submit]:hover {
	background-color: #960028;	
}
.gold .block input[type=submit]:hover {
	background-color: #d09a04;
}
.gfield_description {
    font-size: 1em !important;
	margin-left: 15px;
}
.gform_wrapper li.hidden_label input {
	margin-top: -5px !important;
}
div#gform_confirmation_wrapper_1 {
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: "klavika",Helvetica,sans-serif;
    font-size: 1.2em;
}
/* Gravity Forms */

.block #map {
  display: inline-block;
  vertical-align: middle;
  width: 43.75%;
  height: 400px;
  background: #f2f2f2;
  overflow: hidden; }
  @media (max-width: 900px) {
    .block #map {
      width: 100%; } }
.block .text.contact_info {
  font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-left: 25%; }
  .block .text.contact_info em {
    font-size: 18px;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0; }
  @media (max-width: 900px) {
    .block .text.contact_info {
      padding-left: 12.5%;
      padding-right: 12.5%;
      margin-top: 50px; } }
  @media (max-width: 600px) {
    .block .text.contact_info {
      padding-left: 30px;
      padding-right: 30px; } }
  .block .text.contact_info a {
    display: inline-block;
    padding: 15px 0;
    transition: color 0.3s;
    cursor: pointer; }
    .block .text.contact_info a:hover {
      color: #009cde; }
  .block .text.contact_info .phone {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.02em; }
  .block .text.contact_info .email {
    font-size: 18px; }
  .block .text.contact_info .address span {
    font-size: 18px; }
  .block .text.contact_info:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 18px;
    left: 0;
    width: 33.33333%;
    height: 100%;
    max-height: 99px;
    background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') repeat 100% 0/17px 33px; }
    @media (max-width: 900px) {
      .block .text.contact_info:before {
        width: 12.5%; } }
.pad { padding-left: 33%; }
footer .page_end {
  position: relative;
  width: 100%;
  height: 150px; }
  footer .page_end:before {
    content: '';
    position: absolute;
    bottom: 33px;
    left: 33px;
    width: 68px;
    height: 22px;
    background: url('/wp-content/themes/podprint/assets/images/layout/page_end_bg_1.png?1494941838') no-repeat 0 0/68px 22px; }
  footer .page_end:after {
    content: '';
    position: absolute;
    bottom: 33px;
    right: 33px;
    width: 22px;
    height: 22px;
    background: url('/wp-content/themes/podprint/assets/images/layout/page_end_bg_2.png?1494941552') no-repeat 0 0/22px 22px; }
footer .footer_inner {
  padding: 150px 0 75px 0;
  background: url('/wp-content/themes/podprint/assets/images/layout/shadow_3.png?1494942105') repeat-x 0 0/100% 50px, url('/wp-content/themes/podprint/assets/images/layout/totem_pattern.png?1494943108') repeat-x 0 0/1024px 58px;
  background-color: #f2f2f2;
  background-blend-mode: multiply;
  /*
  		@media ( max-width: 900px ) {
  			text-align: center;
  			background-size: 100% 50px, 819px 46px;
  			padding-top: 110px;
  		}
  */ }
.mailchimp h2 {
    font-family: klavika;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.mc-field-group {
    padding: 4px;
}
.mc-field-group input {
    margin: 0px;
    padding: 6px 0px 4px 8px;
    width: 100%;
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
}
input#mc-embedded-subscribe {
    margin-top: 12px;
    width: 90%;
    max-width: 220px;
    padding: 15px 0px;
    border-radius: 30px 0px 30px 30px;
    background: #039ddd;
    color: #fff;
    font-family: klavika;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 16px;
    transition: color 0.3s, background 0.3s;
}
input#mc-embedded-subscribe:hover {
    color: #039ddd;
    background: #039ddd00;
}
  footer .footer_inner:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    footer .footer_inner {
      background-size: 100% 50px, 613px 35px;
      padding-top: 90px; } }
footer .nav {
  float: left;
  width: 17.75%;
  padding-left: 6.25%; }
  @media (max-width: 1150px) {
    footer .nav {
      width: 12.5%; } }
  @media (max-width: 900px) {
    footer .nav {
      display: none; } }
  footer .nav a {
    display: inline-block;
    position: relative;
    color: #000;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 0;
    transition: color 0.3s;
    cursor: pointer; }
    footer .nav a:hover {
      color: #009cde; }
    footer .nav a[active]:hover {
      color: #000; }
    footer .nav a[active]:before {
      content: '';
      position: absolute;
      top: 14px;
      left: -24px;
      width: 10px;
      height: 10px;
      background: url('/wp-content/themes/podprint/assets/images/layout/diamond.png?1494947568') no-repeat 0 0/100% 100%; }
footer .footer_services {
  float: left;
  position: relative;
  width: 21%;
  margin-left: 6.25%; }

  @media (max-width: 900px) {
    footer .footer_services {
      display: none; } }
  footer .footer_services .label {
    position: absolute;
    top: 14px;
    right: 100%;
    width: auto;
    white-space: nowrap;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    font-size: 18px;
    line-height: 1;
    text-align: right;
    transform-origin: top right;
    transform: rotate(-90deg) translateY(-90px); }
    @media (max-width: 1150px) {
      footer .footer_services .label {
        display: none; } }
  footer .footer_services a {
    display: inline-block;
    position: relative;
    color: #000;
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 0;
    transition: color 0.3s;
    cursor: pointer; }
    footer .footer_services a:hover {
      color: #009cde; }
    footer .footer_services a[active]:hover {
      color: #000; }
    footer .footer_services a[active]:before {
      content: '';
      position: absolute;
      top: 14px;
      left: -24px;
      width: 10px;
      height: 10px;
      background: url('/wp-content/themes/podprint/assets/images/layout/diamond.png?1494947568') no-repeat 0 0/100% 100%; }
footer .social {
  float: left;
  text-align: center;
  /*
  		@media ( max-width: 900px ) {
  		}
  */ }
  @media (max-width: 900px) {
    footer .social {
      float: none;
      display: block; } }
  footer .social .portal_login {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-family: "Klavika Caps", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: lowercase;
    letter-spacing: 0.1em;
    color: #009cde;
    line-height: 1.1;
    text-align: center;
    padding: 9px 40px 11px 40px;
    border-radius: 0 40px 40px 40px;
    background: #f2f2f2;
    transition: color 0.3s, background 0.3s;
    cursor: pointer; }
    footer .social .portal_login:hover {
      color: #fff;
      background: #009cde; }
  footer .social .social_links {
    padding-bottom: 20px; }
    footer .social .social_links a {
      display: inline-block;
      width: 24px;
      height: 24px;
      background: #000;
      border-radius: 3px;
      margin-right: 10px;
      margin-left: 10px;
      background-size: 24px 24px;
      background-position: 0 0;
      background-repeat: no-repeat;
      transition: background 0.3s; }
      footer .social .social_links a.twitter {
        background-image: url('/wp-content/themes/podprint/assets/images/layout/social_twitter.png?1509651896'); }
      footer .social .social_links a.facebook {
        background-image: url('/wp-content/themes/podprint/assets/images/layout/social_facebook.png?1509651919'); }
      footer .social .social_links a.linked_in {
        background-image: url('/wp-content/themes/podprint/assets/images/layout/social_linked_in.png?1509651938'); }
      footer .social .social_links a.instagram {
        background-image: url('/wp-content/themes/podprint/assets/images/layout/social_instagram.png?1509651955'); }
      footer .social .social_links a:hover {
        background-color: #009cde; }
footer .contact_info {
  float: right;
  text-align: right;
  padding-right: 6.25%; }
  @media (max-width: 900px) {
    footer .contact_info {
      float: none;
      text-align: center;
      padding-right: 0; } }
  footer .contact_info .logo {
    display: block;
    width: 101px;
    height: 67px;
    font-size: 0;
    text-indent: -10000px;
    overflow: hidden;
    margin: 0 0 0 auto;
    background: url('/wp-content/themes/podprint/assets/images/layout/logo.png?1494884582') no-repeat 0 0/100% 100%;
    margin-bottom: 30px;
    /*
    			@media ( max-width: 900px ) {
    				display: inline-block;
    				width: 71px;
    				height: 47px;
    				margin-bottom: 0;
    			}
    */
    /*
    			@media ( max-width: 600px ) {
    				width: 101px * 0.6;
    				height: 67px * 0.6;
    			}
    */ }
    @media (max-width: 900px) {
      footer .contact_info .logo {
        display: block;
        margin-bottom: 30px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto; } }
  footer .contact_info .phones {
    display: block;
    color: #000;
    font-family: "Klavika Caps", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    transition: color 0.3s;
    /*
    			@media ( max-width: 900px ) {
    				display: inline-block;
    				vertical-align: middle;
    				margin-bottom: 0;
    				margin-left: 40px;
    			}
    */ }
    @media (max-width: 900px) {
      footer .contact_info .phones {
        display: block;
        margin-bottom: 20px;
        margin-left: 0;
        text-align: center; } }
    footer .contact_info .phones .phone {
      display: block;
      transition: color 0.3s; }
      footer .contact_info .phones .phone.local {
        padding-top: 5px;
        font-size: 20px; }
      footer .contact_info .phones .phone:hover {
        color: #009cde; }
  footer .contact_info .address {
    display: block;
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding-bottom: 0;
    margin-bottom: 30px;
    transition: color 0.3s;
    /*
    			@media ( max-width: 900px ) {
    				display: inline-block;
    				vertical-align: middle;
    				margin-bottom: 0;
    				text-align: center;
    			}
    */ }
    footer .contact_info .address em {
      font-size: 18px;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
    @media (max-width: 900px) {
      footer .contact_info .address {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        font-size: 14px; } }
    footer .contact_info .address:hover {
      color: #009cde; }
  footer .contact_info .est_1978 {
    display: inline-block;
    vertical-align: middle;
    width: 79px;
    height: 70px;
    margin: 0 0 0 auto; }
    @media (max-width: 900px) {
      footer .contact_info .est_1978 {
        margin-left: auto;
        margin-right: auto; } }
footer .contact_info .iso_certified {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: auto;
    margin: 0 0 0 25px; }
    @media (max-width: 900px) {
      footer .contact_info .iso_certified {
        margin-left: 20px;
        margin-right: auto; } }
  footer .contact_info .isoqar {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: auto;
    margin: 0 0 0 25px; }
    @media (max-width: 900px) {
      footer .contact_info .isoqar {
        margin-left: 25px;
        margin-right: auto; } }

@font-face {
  font-family: 'Klavika';
  src: url('/wp-content/themes/podprint/assets/fonts/klavika_bold.ttf?1254764497'); }
@font-face {
  font-family: 'Klavika Caps';
  src: url('/wp-content/themes/podprint/assets/fonts/klavika_bold_caps.ttf?1254764574') format("ttf"), url('/wp-content/themes/podprint/assets/fonts/klavika_bold_caps-webfont.woff2?1495596386') format("woff2"), url('/wp-content/themes/podprint/assets/fonts/klavika_bold_caps-webfont.woff?1495596386') format("woff"); }
@font-face {
  font-family: 'CenturySchoolbookBT-Roman';
  src: url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.eot?1496256264');
  src: url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.eot?&1496256264#iefix') format("embedded-opentype"), url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.woff2?1496256266') format("woff2"), url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.woff?1496256264') format("woff"), url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.ttf?1496256264') format("truetype"); }
@font-face {
  font-family: 'CenturySchoolbookBT-BoldItalic';
  src: url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.eot?1496256268');
  src: url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.eot?&1496256268#iefix') format("embedded-opentype"), url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.woff2?1496256268') format("woff2"), url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.woff?1496256268') format("woff"), url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.ttf?1496256266') format("truetype"); }
@font-face {
	font-family: 'FontAwesome';
	src: url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.eot');
	src: url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.woff2') format('woff2'),
		url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.woff') format('woff'),
		url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.ttf') format('truetype'),
		url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.svg') format('svg');			
}
.banner {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.banner.blue {
	background-color: #009cde;
}
.banner.red {
	background-color: #ce0037;
}
.banner.gold {
	background-color: #ffc600;
}
.content.blue .button {
	background-color: #009cde;
}
.content.blue .button:hover {
	background-color: #006590;
}
.content.red .button {
	background-color: #ce0037;
}
.content.red .button:hover {
	background-color: #960028;	
}
.content.gold .button {
	background-color: #ffc72c;	
}
.content.gold .button:hover {
	background-color: #d09a04;	
}

  @media (max-width: 900px) {
    .banner {
      height: 250px; } }
  @media (max-width: 600px) {
    .banner {
      height: auto;
      background-color: #fff; } }
  .banner .image {
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    width: auto;
    height: 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 90%, 0 0;
    background-size: cover, 33.333% 100%;
    background-blend-mode: multiply; }
    @media (max-width: 750px) {
      .banner .image {
        left: 33.333%;
      /*  background-size: 50% 100%, cover;*/ } }
    @media (max-width: 600px) {
      .banner .image {
        position: relative;
        left: 0;
        width: 100%;
        height: 200px;
        background-size: cover, 100% 73px;
        background-position: 100% 50%, 0 100%; } }
    .banner .image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 33%;
      height: 100%;
    /*  background: url('/wp-content/themes/podprint/assets/images/layout/banner_pattern_blue.png?1495124096') repeat 100% 0/86px 86px;*/ }
.banner.blue .image:before {
	  background: url('/wp-content/themes/podprint/assets/images/layout/banner_pattern_blue.png?1495124096') repeat 100% 0/86px 86px; 
}
.banner.red .image:before {
	  background: url('/wp-content/themes/podprint/assets/images/layout/banner_pattern_red.png?1495471512') repeat 100% 0/86px 86px; 
}
.banner.gold .image:before {
	  background: url('/wp-content/themes/podprint/assets/images/layout/banner_pattern_gold.png?1495472242') repeat 100% 0/86px 86px; 
}
.landingcenter {
    width: 50%;
    margin: auto;
    display: block;
    margin-top: -4em;
    position: relative;
}
.landingcenter img {
    width: 100%;
    height: auto;
    float: left;
    padding-bottom: 5em;
}
div#appear-6 {
    margin-top: 0;
}
      @media (max-width: 750px) {
        .banner .image:before {
          width: 33%; } }
      @media (max-width: 600px) {
        .banner .image:before {
          top: auto;
          bottom: 0;
          width: 100%;
          height: 73px;
          left: auto;
          right: 0;
          background-position: 11px 0;
          background-size: 66px 66px; } }
  .banner .tagline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    width: 50%;
    color: #fff;
    font-family: "Klavika", Helvetica, sans-serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-bottom: 60px;
    padding-bottom: 0;
    padding-left: 10%;
    box-sizing: border-box; }
    @media (max-width: 900px) {
      .banner .tagline {
        font-size: 40px;
        padding-bottom: 50px; } }
    @media (max-width: 600px) {
      .banner .tagline {
        font-size: 32px;
        padding-bottom: 40px; } }
    .banner .tagline em {
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
    @media (max-width: 900px) {
      .banner .tagline {
        padding-bottom: 0; } }
    @media (max-width: 750px) {
      .banner .tagline {
        width: 56.25%; } }
    @media (max-width: 600px) {
      .banner .tagline {
        display: block;
        position: relative;
        width: 100%;
        padding: 30px 30px 30px 30px; } }
    .banner .tagline:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 13.8571%;
      height: 100%;
      max-height: 99px;
      background: url('/wp-content/themes/podprint/assets/images/layout/diamonds_white.png?1495130189') repeat 100% 0/17px 33px; }
      @media (max-width: 750px) {
        .banner .tagline:before {
          width: 11.11111%; } }
      @media (max-width: 600px) {
        .banner .tagline:before {
          content: none;
          /*
          				top: 4px;
          				width: percentage(1/8);
          				background-size: 11px 21px;
          				max-height: 58px;
          */ } }
  .banner:after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
    @media (min-width: 601px) {
      .banner:after {
        content: ''; } }

.content h1 {
  position: absolute;
  overflow: hidden;
  top: -40px;
  left: 25%;
  width: 79px;
  height: 80px;
  text-indent: -1000em;
  margin-left: -40px;
 /* background: url('/wp-content/themes/podprint/assets/images/ring_text/') no-repeat 0 0/100% 100%; */
  animation: slow_rotate 45s linear infinite;
  pointer-events: none; }
.content h1#speak {
	background: url('/wp-content/uploads/2018/12/graytextspeak.png') no-repeat 0 0/100% 100%;
}
  @media (max-width: 900px) {
    .content h1 {
      left: 12.5%; } }
  @media (max-width: 600px) {
    .content h1 {
      top: -20px;
      left: auto;
      right: 30px; } }
.content.why-choose-us h1 {
  width: 82px;
  height: 84px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/choose_pod_print.png?1495807352'); }
.content.services h1 {
  width: 66px;
  height: 68px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/our_services.png?1495807352'); }
.content.variable-data-cross-media h1 {
  width: 70px;
  height: 72px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/variable_data.png?1495807351'); }
.content.digital-print h1 {
  width: 68px;
  height: 70px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/digital_print.png?1495807351'); }
.content.book-print h1 {
  width: 62px;
  height: 62px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/book_print.png?1498074704'); }
.content.pre-press h1 {
  width: 55px;
  height: 57px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/pre_press.png?1495807351'); }
.content.finishing h1 {
  width: 53px;
  height: 56px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/finishing.png?1495807351'); }
.content.fulfillment-distribution h1 {
  width: 64px;
  height: 65px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/fulfillment.png?1495807351'); }
.content.print-on-demand-portal h1 {
  top: -45px;
  left: auto;
  right: 25%;
  width: 109px;
  height: 109px;
  margin-left: auto;
  margin-right: 0;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/print_on_demand_portal.png?1495807351'); }
  @media (max-width: 900px) {
    .content.print-on-demand-portal h1 {
      right: 12.5%; } }
  @media (max-width: 600px) {
    .content.print-on-demand-portal h1 {
      top: -20px;
      right: 30px; } }
.content.quality h1 {
  width: 63px;
  height: 64px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/our_quality.png?1495807352'); }
.content.about h1 {
  width: 79px;
  height: 80px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/about_pod_print.png?1495807352'); }
.content.contact h1 {
  width: 58px;
  height: 61px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/contact_us.png?1495807351'); }

.block {
  position: relative; }
  .block .image_before, .block .image_after {
    display: inline-block;
    vertical-align: middle;
    width: 43.75%;
    transition: opacity 1s, transform 1s; }
    @media (max-width: 600px) {
      .block .image_before, .block .image_after {
        display: block;
        width: 100%;
        border: solid 30px transparent;
        box-sizing: border-box; } }
    .block .image_before img, .block .image_after img {
      width: 100%;
      height: auto; }
    .block .image_before.hidden, .block .image_after.hidden {
      opacity: 0;
      transform: translateX(-20px); }
  .block .image_after.hidden {
    transform: translateX(20px); }
  .block .text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 56.25%;
    margin: 100px 0;
    box-sizing: border-box; }
    @media (max-width: 900px) {
      .block .text {
        margin: 75px 0; } }
    @media (max-width: 600px) {
      .block .text {
        display: block;
        width: auto;
        margin: 50px 0; } }
    .block .text p {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em; }
      .block .text p em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
  .block h2 {
    position: absolute;
    top: 0;
 /*   color: #cccccc;   */
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    font-size: 36px;
    line-height: 1;
    text-align: right;
    transform-origin: 100% 50%;
    white-space: nowrap;
    transform: rotate(-90deg) translateX(10px);
    transition: transform 1s, opacity 1s; }
	.blue .block h2 {
		color: #009cde;
		text-shadow: 2px 1px 0px #cccccc50;
	}
	.red .block h2 {
		text-shadow: 2px 1px 0px #cccccc50;
		color: #ce0037;
	}
	.gold .block h2 {
		color: #ffc72c;
		text-shadow: 2px 1px 0px #cccccc50;
	}
    .block h2.hidden {
      opacity: 0;
      transform: rotate(-90deg) translateX(30px); }
    @media (max-width: 900px) {
      .block h2 {
        font-size: 32px; } }
    @media (max-width: 600px) {
      .block h2 {
        position: relative;
        font-size: 28px;
        text-align: left;
        transform: none;
        padding-bottom: 30px; }
        .block h2.hidden {
          opacity: 0;
          transform: translateX(30px); } }
  .block h3 {
    position: relative;
    width: 100%;
    color: #000;
    font-family: "Klavika Caps", Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.1;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    transition: transform 0.3s;
    box-sizing: border-box;
    padding-bottom: 30px;
    transition: opacity 0.3s; }
    @media (max-width: 900px) {
      .block h3 {
        font-size: 25px; } }
    @media (max-width: 600px) {
      .block h3 {
        font-size: 22px; } }
    .block h3 em {
      display: block;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      font-variant: normal;
      text-transform: none;
      letter-spacing: 0; }
    .block h3.hidden {
      opacity: 0; }
  .block h4 {
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    font-size: 18px;
    letter-spacing: 0;
    padding: 10px 0 20px 0; }
    .block h4 em {
      font-size: 18px;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
  .block p {
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    transition: opacity 0.3s; }
    .block p em {
      font-size: 18px;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
    .block p a:not(.button) {
      position: relative;
      display: inline-block;
      font-family: "Klavika Caps", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 1;
      text-transform: lowercase;
      letter-spacing: 0.15em;
   /*   color: #009cde;  */
      padding: 3px 0;
      transition: color 0.3s;
      cursor: pointer; }
.blue .block p a:not(.button) {
	 color: #009cde; 
}
.red .block p a:not(.button) {
	 color: #ce0037;
}
.gold .block p a:not(.button) {
      color: #ffc72c;	
}
.blue .block p a:not(.button):before {
	background: #009cde;
}
.blue .block p a:not(.button):after {
  	border-top: solid 1px #006590;
    border-right: solid 1px #006590;	
}
.blue .block p a:not(.button):hover:before {
	background: #006590;
}
.red .block p a:not(.button):before {
	background: #ce0037;
}
.red .block p a:not(.button):after {
  	border-top: solid 1px #960028;
    border-right: solid 1px #960028;	
}
.red .block p a:not(.button):hover:before {
	background: #960028;
}
.gold .block p a:not(.button):before {
	background: #ffc72c;
}
.gold .block p a:not(.button):after {
  	border-top: solid 1px #d09a04;
    border-right: solid 1px #d09a04;	
}
.gold .block p a:not(.button):hover:before {
	background: #d09a04;
}
      .block p a:not(.button):before {
        content: '';
        position: absolute;
        top: 13px;
        left: -51px;
        width: 40px;
        height: 1px;
     /*   background: #009cde;  */
        transition: background 0.3s, left 0.3s, width 0.3s; }
      .block p a:not(.button):after {
        content: '';
        position: absolute;
        top: 13px;
        right: -27px;
        width: 0px;
        height: 0px;
     /*   border-top: solid 1px #000;
        border-right: solid 1px #000;  */
        box-sizing: border-box;
        opacity: 0;
        transform-origin: right 2px;
        transform: rotate(45deg);
        transition: width 0.3s, height 0.3s, opacity 0.3s; }
      .block p a:not(.button):hover {
      /*  color: #000;*/ }
        .block p a:not(.button):hover:before {
      /*    background: #000; */
          left: 100%;
          width: 20px;
          transform: translateX(7px); }
        .block p a:not(.button):hover:after {
          width: 7px;
          height: 7px;
          opacity: 1; }
    .block p a.button {
      position: relative;
      display: inline-block;
      overflow: hidden;
      font-family: "Klavika Caps", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 20px;
      text-transform: lowercase;
      letter-spacing: 0.1em;
      color: #fff;
      line-height: 1.1;
      text-align: center;
      padding: 9px 40px 11px 40px;
      border-radius: 0 40px 40px 40px;
  /*    background: #009cde; */
      transition: color 0.3s, background 0.3s;
      cursor: pointer;
      margin-top: 75px; }
      .block p a.button:hover {
     /*   background: #000; */}
    .block p.hidden {
      opacity: 0; }
  .block ul li {
    transition: opacity 0.3s; }
    .block ul li.hidden {
      opacity: 0; }
  .block.center {
    margin-top: 130px;
    margin-bottom: 100px; }
    @media (max-width: 900px) {
      .block.center {
        margin-top: 75px;
        margin-bottom: 50px; } }
    @media (max-width: 600px) {
      .block.center {
        margin-top: 50px; } }
    .block.center h2 {
      right: 87.5%; }
      @media (max-width: 900px) {
          .block.center .gform_wrapper {
              padding-left: 10%;
              padding-right: 10%;
          }  
        .block.center h2 {
          right: 93.75%; } }
      @media (max-width: 600px) {
          .block p {
            text-align:center;
          }
        .block.center h2 {
          right: auto;
          padding-left: 30px;
          padding-right: 30px; } }
      .block.center h2:first-child + h3 {
        padding-top: 0; }
    .block.center h3 {
      padding-top: 100px;
      padding-left: 25%;
      padding-right: 25%; }
      @media (max-width: 900px) {
        .block.center h3 {
          padding-left: 12.5%;
          padding-right: 12.5%; } }
      @media (max-width: 600px) {
        .block.center h3 {
          padding-left: 30px;
          padding-right: 30px; } }
      .block.center h3:first-child {
        padding-top: 0; }
    .block.center p {
      position: relative;
      padding-left: 25%;
      padding-right: 25%;
      animation: appear 1s forwards; }
      @media (max-width: 900px) {
        .block.center p {
          padding-left: 12.5%;
          padding-right: 12.5%; } }
      @media (max-width: 600px) {
        .block.center p {
          padding-left: 30px;
          padding-right: 30px; } }
    .block.center h1:first-child + p:after, .block.center p:first-child:after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 10px;
      right: 0;
      width: 18.75%;
      height: 100%;
      max-height: 99px;
      background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') repeat 0 -17px/17px 33px; }
      @media (max-width: 600px) {
        .block.center h1:first-child + p:after, .block.center p:first-child:after {
          top: 4px;
          width: 12.5%;
          background-position: -7px 0;
          background-size: 11px 21px;
          max-height: 60px; } }
    .block.center ul, .block.center ol {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      position: relative;
      padding: 5px 25% 0 25%; }
      .block.center ul em, .block.center ol em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      @media (max-width: 900px) {
        .block.center ul, .block.center ol {
          padding-left: 12.5%;
          padding-right: 12.5%; } }
      @media (max-width: 600px) {
        .block.center ul, .block.center ol {
          padding-left: 30px;
          padding-right: 30px; } }
      .block.center ul li, .block.center ol li {
        padding-bottom: 10px;
        padding-left: 25px;
        background: url('/wp-content/themes/podprint/assets/images/layout/diamond.png?1494947568') no-repeat 0 6px/10px 10px; }
    .block.center.padding_top {
      margin-top: 0;
      padding-top: 150px; }
      @media (max-width: 900px) {
        .block.center.padding_top {
          margin-top: 0;
          padding-top: 75px; } }
      @media (max-width: 600px) {
        .block.center.padding_top {
          margin-top: 0;
          padding-top: 50px; } }
    .block.center.h2_horizontal h2 {
      position: relative;
      top: 0;
      right: 0;
      color: #fff;
      font-family: "Klavika", Helvetica, sans-serif;
      font-size: 48px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0.02em;
      padding-bottom: 60px;
      color: #000;
      text-align: left;
      white-space: normal;
      padding-left: 25%;
      padding-right: 25%;
      padding-bottom: 30px;
      transform: none; }
      @media (max-width: 900px) {
        .block.center.h2_horizontal h2 {
          font-size: 40px;
          padding-bottom: 50px; } }
      @media (max-width: 600px) {
        .block.center.h2_horizontal h2 {
          font-size: 32px;
          padding-bottom: 40px; } }
      .block.center.h2_horizontal h2 em {
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      @media (max-width: 900px) {
        .block.center.h2_horizontal h2 {
          font-size: 32px;
          padding-left: 12.5%;
          padding-right: 12.5%; } }
      @media (max-width: 600px) {
        .block.center.h2_horizontal h2 {
          font-size: 28px;
          text-align: left;
          transform: none;
          padding-left: 30px;
          padding-right: 30px;
          padding-bottom: 20px; } }
  .block.right, .block.left {
    margin-top: 25px;
    margin-bottom: 0px; }
    @media (max-width: 900px) {
      .block.right, .block.left {
        margin-top: 50px;
        margin-bottom: 50px; } }
    @media (max-width: 600px) {
      .block.right, .block.left {
        margin-top: 30px;
        margin-bottom: 30px; } }
  .block.right .image_after {
    display: none; }
  .block.right .text {
    padding-left: 6.25%;
    padding-right: 12.5%; }
    @media (max-width: 600px) {
      .block.right .text {
        padding-left: 30px;
        padding-right: 30px; } }
    .block.right .text h2 {
      right: 11.11111%; }
      @media (max-width: 600px) {
        .block.right .text h2 {
          right: auto; } }
  .block.left .image_before {
    display: none; }
    @media (max-width: 600px) {
      .block.left .image_before {
        display: block; } }
  @media (max-width: 600px) {
    .block.left .image_after {
      display: none; } }
  .block.left .text {
    padding-left: 12.5%;
    padding-right: 6.25%; }
    @media (max-width: 600px) {
      .block.left .text {
        padding-left: 30px;
        padding-right: 30px; } }
    .block.left .text h2 {
      right: 88.88889%; }
      @media (max-width: 600px) {
        .block.left .text h2 {
          right: auto; } }
  .block.values {
    padding-left: 12.5%;
    padding-right: 12.5%;
    margin-top: 100px;
    margin-bottom: 50px; }
    @media (max-width: 600px) {
      .block.values {
        padding-left: 30px;
        padding-right: 30px; } }
    .block.values li {
      display: inline-block;
      vertical-align: top;
      width: 33.333%;
      padding-right: 8.33333%;
      padding-bottom: 75px;
      box-sizing: border-box;
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      /*
      			&:hover {
      				img {
      					background: $accent;
      				}
      				em {
      					color: $accent;
      				}
      			}
      */ }
      .block.values li em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      @media (max-width: 900px) {
        .block.values li {
          width: 50%; } }
      @media (max-width: 600px) {
        .block.values li {
          position: relative;
          width: 100%;
          padding-left: 105px; } }
      .block.values li img {
        display: inline-block;
        width: 75px;
        height: 75px;
        background: #009cde;
        border-radius: 100%;
        margin-bottom: 30px; }
        @media (max-width: 600px) {
          .block.values li img {
            position: absolute;
            top: 0;
            left: 0; } }
      .block.values li em {
        display: block;
        color: #009cde;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        padding-bottom: 10px; }
        @media (max-width: 600px) {
          .block.values li em br {
            display: none; } }
    .block.values:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 75px;
      right: 0;
      width: 12.5%;
      height: auto;
      background: url('/wp-content/themes/podprint/assets/images/layout/pattern_2.png?1495572604') repeat 0 0/35px 35px; }
      @media (max-width: 600px) {
        .block.values:after {
          width: 6.25%; } }
  .block.pattern_right h1:first-child + p:after, .block.pattern_right p:first-child:after {
    content: none; }
  .block.pattern_right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 20px;
    right: 0;
    width: 12.5%;
    height: auto;
    background: url('/wp-content/themes/podprint/assets/images/layout/pattern_2.png?1495572604') repeat 0 0/35px 35px; }
  .block.blue_pattern_right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18.75%;
    height: 93px;
    background: url('/wp-content/themes/podprint/assets/images/layout/banner_pattern_blue.png?1495124096') repeat 8px 0/43px 43px; }
  .block.diamonds_left:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 0;
    width: 18.75%;
    height: 100%;
    max-height: 99px;
    background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') repeat 100% 0/17px 33px; }
    @media (max-width: 600px) {
      .block.diamonds_left:before {
        content: none; } }
  .block.capabilities, .block.list {
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding: 15px 0 0 25%; }
    .block.capabilities em, .block.list em {
      font-size: 18px;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
    @media (max-width: 600px) {
      .block.capabilities, .block.list {
        padding-left: 30px; } }
    .block.capabilities p, .block.list p {
      padding-right: 16.66667%; }
      @media (max-width: 600px) {
        .block.capabilities p, .block.list p {
          padding-right: 30px; } }
    .block.capabilities h2, .block.list h2 {
      top: 15px;
      right: 87.5%; }
      @media (max-width: 600px) {
        .block.capabilities h2, .block.list h2 {
          top: 0;
          right: auto; } }
      .block.capabilities h2 + h4, .block.list h2 + h4 {
        padding-top: 0; }
    .block.capabilities ul, .block.capabilities ol, .block.list ul, .block.list ol {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      padding-bottom: 10px; }
      .block.capabilities ul em, .block.capabilities ol em, .block.list ul em, .block.list ol em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      .block.capabilities ul .column, .block.capabilities ol .column, .block.list ul .column, .block.list ol .column {
        display: inline-block;
        vertical-align: top; }
      .block.capabilities ul li, .block.capabilities ol li, .block.list ul li, .block.list ol li {
        /*
        				display: inline-block;
        				vertical-align: top;
        				width: 33.333%;
        */
        padding-right: 8.33333%;
        padding-bottom: 10px;
        box-sizing: border-box;
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        /*
        				@media ( max-width: 900px ) {
        					width: 50%;
        				}
        				@media ( max-width: 500px ) {
        					width: 100%;
        				}
        */ }
        .block.capabilities ul li em, .block.capabilities ol li em, .block.list ul li em, .block.list ol li em {
          font-size: 18px;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
    .block.capabilities.padding_bottom, .block.list.padding_bottom {
      margin-bottom: 100px; }
      @media (max-width: 900px) {
        .block.capabilities.padding_bottom, .block.list.padding_bottom {
          margin-bottom: 75px; } }
      @media (max-width: 600px) {
        .block.capabilities.padding_bottom, .block.list.padding_bottom {
          margin-bottom: 50px; } }
  .block.team {
    padding: 0 6.25% 0 25%; }
    @media (max-width: 900px) {
      .block.team {
        padding-left: 18.75%; } }
    @media (max-width: 600px) {
      .block.team {
        padding-left: 30px;
        padding-right: 30px; } }
    .block.team h2 {
      right: 87.5%; }
      @media (max-width: 900px) {
        .block.team h2 {
          right: 93.75%; } }
      @media (max-width: 600px) {
        .block.team h2 {
          right: auto;
          padding-bottom: 50px; } }
    .block.team .item {
      display: inline-block;
      vertical-align: top;
      width: 33.333%;
      padding-right: 30px;
      box-sizing: border-box;
      transition: opacity 0.3s; }
      @media (min-width: 1351px) {
        .block.team .item {
          width: 25%; } }
      @media (max-width: 750px) {
        .block.team .item {
          width: 50%; } }
      @media (max-width: 600px) {
        .block.team .item {
          position: relative;
          width: 100%;
          padding-left: 150px;
          padding-right: 0; } }
      .block.team .item .image {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-size: 120% 120%;
        background-position: 50% 0; }
        @media (max-width: 900px) {
          .block.team .item .image {
            width: 120px;
            height: 120px; } }
        @media (max-width: 600px) {
          .block.team .item .image {
            position: absolute;
            top: 0;
            left: 0; } }
      .block.team .item h3 {
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-size: 18px;
        text-transform: none;
        letter-spacing: 0;
        padding-top: 30px;
        padding-bottom: 5px; }
        .block.team .item h3 em {
          font-size: 18px;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
      .block.team .item p.title {
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        padding-bottom: 75px; }
        .block.team .item p.title em {
          font-size: 18px;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
        @media (max-width: 900px) {
          .block.team .item p.title {
            padding-bottom: 60px; } }
        .block.team .item p.title a {
          padding-top: 20px; }
          .block.team .item p.title a:before, .block.team .item p.title a:after {
            content: none; }
      @media (max-width: 600px) {
        .block.team .item.contact_item {
          padding-left: 0; } }
      .block.team .item.contact_item .button {
        position: relative;
        display: inline-block;
        overflow: hidden;
        font-family: "Klavika Caps", Helvetica, sans-serif;
        font-weight: bold;
        font-size: 20px;
        text-transform: lowercase;
        letter-spacing: 0.1em;
        color: #fff;
        line-height: 1.1;
        text-align: center;
        padding: 9px 40px 11px 40px;
        border-radius: 0 40px 40px 40px;
     /*   background: #009cde;  */
        transition: color 0.3s, background 0.3s;
        cursor: pointer;
        margin-top: 190px; }
        .block.team .item.contact_item .button:hover {
      /*    background: #000; */ }
        @media (max-width: 600px) {
          .block.team .item.contact_item .button {
            margin-top: 0; } }
      .block.team .item.hidden {
        opacity: 0; }
  .block.shadow {
    margin-top: 0;
    padding-top: 150px;
    background: url('/wp-content/themes/podprint/assets/images/layout/shadow_1.png?1494623056') no-repeat 0 0/100% auto; }
    @media (min-width: 601px) {
      .block.shadow h2 {
      /*  top: 150px;*/ } }
  .block.color_pattern_top .subheading {
    padding-right: 33.333%; }
  .block.color_pattern_top:after {
    content: '';
    position: absolute;
    top: 0;
    right: 6.25%;
    width: 329px;
    height: 157px;
    background: url('/wp-content/themes/podprint/assets/images/layout/color_pattern_top.png?1495135627') no-repeat 0 0/100% 100%;
    mix-blend-mode: multiply; }
    @media (max-width: 900px) {
      .block.color_pattern_top:after {
        width: 263px;
        height: 125px; } }
    @media (max-width: 600px) {
      .block.color_pattern_top:after {
       display:none; } }
  .block.color_pattern_right:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 200px;
    height: 415px;
    background: url('/wp-content/themes/podprint/assets/images/layout/side_pattern.png?1494623550') no-repeat 0 0/100% 100%;
    mix-blend-mode: multiply; }
    @media (max-width: 900px) {
      .block.color_pattern_right:after {
        top: 0px;
        width: 160px;
        height: 332px; } }
    @media (max-width: 600px) {
      .block.color_pattern_right:after {
        top: 0px;
        width: 120px;
        height: 249px; } }
    @media (max-width: 900px) {
      .block.color_pattern_right:after {
        top: auto;
        bottom: 0;
        margin-bottom: -200px; } }
    @media (max-width: 600px) {
      .block.color_pattern_right:after {
        top: auto;
        bottom: 0;
        margin-bottom: -180px; } }
  .block.proof_colors .text {
    position: relative;
    /*
    			&:after {
    				content: '';
    				position: absolute;
    				bottom: -36px;
    				left: 0;
    				width: 10px;
    				height: 36px;
    				background: image-url('layout/proof_colors.gif') no-repeat 0 0/10px 36px;
    				pointer-events: none;
    			}
    */ }
    .block.proof_colors .text .proof_colors {
      position: absolute;
      bottom: -36px;
      left: 22.22222%;
      width: 9px;
      height: 12px;
      background: #ce0037;
      margin: 0; }
      @media (max-width: 600px) {
        .block.proof_colors .text .proof_colors {
          left: 30px; } }
      .block.proof_colors .text .proof_colors:before, .block.proof_colors .text .proof_colors:after {
        content: '';
        position: absolute;
        top: -12px;
        left: 0;
        width: 9px;
        height: 12px;
        background: #009cde; }
      .block.proof_colors .text .proof_colors:after {
        top: auto;
        bottom: -12px;
        background: #ffc72c; }
      .block.proof_colors .text .proof_colors:hover:before {
        animation: around 1s forwards; }
      .block.proof_colors .text .proof_colors:hover:after {
        animation: around_2 1s 0.2s forwards; }
  .block.proof_colors.right .text .proof_colors {
    left: 11.11111%; }
    @media (max-width: 600px) {
      .block.proof_colors.right .text .proof_colors {
        left: 30px; } }
  .block.trim_marks h3 {
    position: relative; }
    .block.trim_marks h3:after {
      content: '';
      position: absolute;
      top: -22px;
      left: 0;
      width: 22px;
      height: 22px;
      margin-left: -27px;
      background: url('/wp-content/themes/podprint/assets/images/layout/trim_marks.gif?1495573716') no-repeat 0 0/22px 22px;
      pointer-events: none; }
      @media (max-width: 600px) {
        .block.trim_marks h3:after {
          display: none; } }
  .block.trim_marks.center h3:after {
    left: 25%; }
    @media (max-width: 900px) {
      .block.trim_marks.center h3:after {
        left: 12.5%; } }
    @media (max-width: 600px) {
      .block.trim_marks.center h3:after {
        display: none; } }
  .block.trim_marks_right h3 {
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 0; }
    .block.trim_marks_right h3:after {
      content: '';
      position: absolute;
      top: -22px;
      right: -27px;
      width: 22px;
      height: 22px;
      background: url('/wp-content/themes/podprint/assets/images/layout/trim_marks_right.gif?1495577140') no-repeat 0 0/22px 22px;
      pointer-events: none; }
  .block.drop_cap p:first-child:first-letter,
  .block.drop_cap :first-child + p:first-letter {
    float: left;
    font-size: 54px;
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    margin: 2px 7px -5px -2px; }
  .block.less_padding_top, .block.less_padding {
    margin-top: 75px; }
  .block.less_padding_bottom, .block.less_padding {
    margin-bottom: 75px; }
  .block.no_padding_bottom {
    margin-bottom: 0; }
  .block.no_padding {
    margin-top: 0;
    margin-bottom: 0; }

.historical_images img {
  display: inline-block;
  vertical-align: top;
  width: 50%; }
  @media (max-width: 600px) {
    .historical_images img {
      width: 100%; }
      .historical_images img:first-child {
        margin-bottom: 30px; } }

.gallery {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  margin: 75px 0 0 0; }
  .gallery .item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    transition: opacity 1s, transform 1s; }
    .gallery .item img {
      width: 100%;
      height: auto; }
    .gallery .item .caption {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #fff;
      padding: 12px 20px;
      box-sizing: border-box;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); }
      .gallery .item .caption em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
    .gallery .item.hidden {
      opacity: 0;
      transform: translateX(20px); }
  .gallery.count-1 .gallery_inner {
    width: 0%; }
    @media (min-width: 601px) {
      .gallery.count-1 .gallery_inner {
        width: 13.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-1 .gallery_inner {
        width: 25%; } }
  .gallery.count-1 .item {
    width: 100%; }
  .gallery.count-2 .gallery_inner {
    width: 50%; }
    @media (min-width: 601px) {
      .gallery.count-2 .gallery_inner {
        width: 46.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-2 .gallery_inner {
        width: 50%; } }
  .gallery.count-2 .item {
    width: 50%; }
  .gallery.count-3 .gallery_inner {
    width: 100%; }
    @media (min-width: 601px) {
      .gallery.count-3 .gallery_inner {
        width: 80%; } }
    @media (min-width: 901px) {
      .gallery.count-3 .gallery_inner {
        width: 75%; } }
  .gallery.count-3 .item {
    width: 33.33333%; }
  .gallery.count-4 .gallery_inner {
    width: 150%; }
    @media (min-width: 601px) {
      .gallery.count-4 .gallery_inner {
        width: 113.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-4 .gallery_inner {
        width: 100%; } }
  .gallery.count-4 .item {
    width: 25%; }
  .gallery.count-5 .gallery_inner {
    width: 200%; }
    @media (min-width: 601px) {
      .gallery.count-5 .gallery_inner {
        width: 146.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-5 .gallery_inner {
        width: 125%; } }
    @media (min-width: 1201px) {
      .gallery.count-5 .gallery_inner {
        width: 100%; } }
  .gallery.count-5 .item {
    width: 20%; }
  .gallery.count-6 .gallery_inner {
    width: 250%; }
    @media (min-width: 601px) {
      .gallery.count-6 .gallery_inner {
        width: 180%; } }
    @media (min-width: 901px) {
      .gallery.count-6 .gallery_inner {
        width: 150%; } }
    @media (min-width: 1201px) {
      .gallery.count-6 .gallery_inner {
        width: 120%; } }
    @media (min-width: 1501px) {
      .gallery.count-6 .gallery_inner {
        width: 100%; } }
  .gallery.count-6 .item {
    width: 16.66667%; }
  .gallery.count-7 .gallery_inner {
    width: 300%; }
    @media (min-width: 601px) {
      .gallery.count-7 .gallery_inner {
        width: 213.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-7 .gallery_inner {
        width: 175%; } }
    @media (min-width: 1201px) {
      .gallery.count-7 .gallery_inner {
        width: 140%; } }
    @media (min-width: 1501px) {
      .gallery.count-7 .gallery_inner {
        width: 116.66667%; } }
  .gallery.count-7 .item {
    width: 14.28571%; }
  .gallery.count-8 .gallery_inner {
    width: 350%; }
    @media (min-width: 601px) {
      .gallery.count-8 .gallery_inner {
        width: 246.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-8 .gallery_inner {
        width: 200%; } }
    @media (min-width: 1201px) {
      .gallery.count-8 .gallery_inner {
        width: 160%; } }
    @media (min-width: 1501px) {
      .gallery.count-8 .gallery_inner {
        width: 133.33333%; } }
  .gallery.count-8 .item {
    width: 12.5%; }
  .gallery.count-9 .gallery_inner {
    width: 400%; }
    @media (min-width: 601px) {
      .gallery.count-9 .gallery_inner {
        width: 280%; } }
    @media (min-width: 901px) {
      .gallery.count-9 .gallery_inner {
        width: 225%; } }
    @media (min-width: 1201px) {
      .gallery.count-9 .gallery_inner {
        width: 180%; } }
    @media (min-width: 1501px) {
      .gallery.count-9 .gallery_inner {
        width: 150%; } }
  .gallery.count-9 .item {
    width: 11.11111%; }
  .gallery.count-10 .gallery_inner {
    width: 450%; }
    @media (min-width: 601px) {
      .gallery.count-10 .gallery_inner {
        width: 313.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-10 .gallery_inner {
        width: 250%; } }
    @media (min-width: 1201px) {
      .gallery.count-10 .gallery_inner {
        width: 200%; } }
    @media (min-width: 1501px) {
      .gallery.count-10 .gallery_inner {
        width: 166.66667%; } }
  .gallery.count-10 .item {
    width: 10%; }
  .gallery.count-11 .gallery_inner {
    width: 500%; }
    @media (min-width: 601px) {
      .gallery.count-11 .gallery_inner {
        width: 346.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-11 .gallery_inner {
        width: 275%; } }
    @media (min-width: 1201px) {
      .gallery.count-11 .gallery_inner {
        width: 220%; } }
    @media (min-width: 1501px) {
      .gallery.count-11 .gallery_inner {
        width: 183.33333%; } }
  .gallery.count-11 .item {
    width: 9.09091%; }
  .gallery.count-12 .gallery_inner {
    width: 550%; }
    @media (min-width: 601px) {
      .gallery.count-12 .gallery_inner {
        width: 380%; } }
    @media (min-width: 901px) {
      .gallery.count-12 .gallery_inner {
        width: 300%; } }
    @media (min-width: 1201px) {
      .gallery.count-12 .gallery_inner {
        width: 240%; } }
    @media (min-width: 1501px) {
      .gallery.count-12 .gallery_inner {
        width: 200%; } }
  .gallery.count-12 .item {
    width: 8.33333%; }
  .gallery.count-13 .gallery_inner {
    width: 600%; }
    @media (min-width: 601px) {
      .gallery.count-13 .gallery_inner {
        width: 413.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-13 .gallery_inner {
        width: 325%; } }
    @media (min-width: 1201px) {
      .gallery.count-13 .gallery_inner {
        width: 260%; } }
    @media (min-width: 1501px) {
      .gallery.count-13 .gallery_inner {
        width: 216.66667%; } }
  .gallery.count-13 .item {
    width: 7.69231%; }
  .gallery.count-14 .gallery_inner {
    width: 650%; }
    @media (min-width: 601px) {
      .gallery.count-14 .gallery_inner {
        width: 446.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-14 .gallery_inner {
        width: 350%; } }
    @media (min-width: 1201px) {
      .gallery.count-14 .gallery_inner {
        width: 280%; } }
    @media (min-width: 1501px) {
      .gallery.count-14 .gallery_inner {
        width: 233.33333%; } }
  .gallery.count-14 .item {
    width: 7.14286%; }
  .gallery.count-15 .gallery_inner {
    width: 700%; }
    @media (min-width: 601px) {
      .gallery.count-15 .gallery_inner {
        width: 480%; } }
    @media (min-width: 901px) {
      .gallery.count-15 .gallery_inner {
        width: 375%; } }
    @media (min-width: 1201px) {
      .gallery.count-15 .gallery_inner {
        width: 300%; } }
    @media (min-width: 1501px) {
      .gallery.count-15 .gallery_inner {
        width: 250%; } }
  .gallery.count-15 .item {
    width: 6.66667%; }
  .gallery.count-16 .gallery_inner {
    width: 750%; }
    @media (min-width: 601px) {
      .gallery.count-16 .gallery_inner {
        width: 513.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-16 .gallery_inner {
        width: 400%; } }
    @media (min-width: 1201px) {
      .gallery.count-16 .gallery_inner {
        width: 320%; } }
    @media (min-width: 1501px) {
      .gallery.count-16 .gallery_inner {
        width: 266.66667%; } }
  .gallery.count-16 .item {
    width: 6.25%; }
  .gallery.count-17 .gallery_inner {
    width: 800%; }
    @media (min-width: 601px) {
      .gallery.count-17 .gallery_inner {
        width: 546.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-17 .gallery_inner {
        width: 425%; } }
    @media (min-width: 1201px) {
      .gallery.count-17 .gallery_inner {
        width: 340%; } }
    @media (min-width: 1501px) {
      .gallery.count-17 .gallery_inner {
        width: 283.33333%; } }
  .gallery.count-17 .item {
    width: 5.88235%; }
  .gallery.count-18 .gallery_inner {
    width: 850%; }
    @media (min-width: 601px) {
      .gallery.count-18 .gallery_inner {
        width: 580%; } }
    @media (min-width: 901px) {
      .gallery.count-18 .gallery_inner {
        width: 450%; } }
    @media (min-width: 1201px) {
      .gallery.count-18 .gallery_inner {
        width: 360%; } }
    @media (min-width: 1501px) {
      .gallery.count-18 .gallery_inner {
        width: 300%; } }
  .gallery.count-18 .item {
    width: 5.55556%; }
  .gallery.count-19 .gallery_inner {
    width: 900%; }
    @media (min-width: 601px) {
      .gallery.count-19 .gallery_inner {
        width: 613.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-19 .gallery_inner {
        width: 475%; } }
    @media (min-width: 1201px) {
      .gallery.count-19 .gallery_inner {
        width: 380%; } }
    @media (min-width: 1501px) {
      .gallery.count-19 .gallery_inner {
        width: 316.66667%; } }
  .gallery.count-19 .item {
    width: 5.26316%; }
  .gallery.count-20 .gallery_inner {
    width: 950%; }
    @media (min-width: 601px) {
      .gallery.count-20 .gallery_inner {
        width: 646.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-20 .gallery_inner {
        width: 500%; } }
    @media (min-width: 1201px) {
      .gallery.count-20 .gallery_inner {
        width: 400%; } }
    @media (min-width: 1501px) {
      .gallery.count-20 .gallery_inner {
        width: 333.33333%; } }
  .gallery.count-20 .item {
    width: 5%; }
  .gallery::-webkit-scrollbar {
    display: none; }

@media (max-width: 900px) {
  .desktop_only {
    display: none; } }

@media (min-width: 901px) {
  .mobile_only {
    display: none; } }
