/*   
Theme Name: Copia Theme
Theme URI: http://www.copia.com
Description: A customized WP Theme with widgets, custom post type and menu support.
Version: 1.0
Author:  Anonymous.
Author URI: http://www.noneyetdude.net
*/

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 {
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* --------------------------------------------
	Font-Face Declarations
----------------------------------------------- */
/*
font-family: 'Circe W01 Extra Light', sans-serif;
font-family: 'Circe W01 Light', sans-serif;
font-family: 'Circe W01 Extra Bold', sans-serif;
*/
/* --------------------------------------------
	Clearfix
----------------------------------------------- */
.clearfix, .cols, .content_area, .row {
  min-height: 0;
}
.clearfix:after, .cols:after, .content_area:after, .row:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* --------------------------------------------
	Standard Margin
----------------------------------------------- */
blockquote, .cell, .centre_object, cite, .cols, .content_area, dl, .error, .ok, .flash, fieldset, .fieldset, .grid, hr, .ok, ol, p, table, ul {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
iframe {
	margin-bottom: 0;
}
/* --------------------------------------------
	Reset
----------------------------------------------- */
.reset, .reset ul, .reset_lazy > ul, .reset ol, .reset_lazy > ol, .reset li, .reset_lazy > li, .rc ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.content_area > *:last-child, .content_area > ul > li, .content_area > ol > li {
  margin-bottom: 0;
}

/* --------------------------------------------
	Consistent Margins
----------------------------------------------- */
.std_margin {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.dbl_m {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  margin-top: 36px;
  margin-top: 2.25rem;
}

.dbl_mb {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

.dbl_mt {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.sm_mb {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.no_mb {
  margin-bottom: 0;
}

.no_mt {
  margin-top: 0;
}

/* --------------------------------------------
	List Bullet Removal & Display None
----------------------------------------------- */
input[type="hidden"], .js .js_none, .no_col_1 #col_1, .no_col_3 #col_3, .list_style_none > li:before, .rc li:before, .reset li:before, .reset_lazy > li:before {
  display: none;
}

/* --------------------------------------------
	Hiddens
----------------------------------------------- */
.hidden {
  height: 1px;
  left: -999em;
  overflow: hidden;
  position: absolute;
  top: -999em;
  width: 1px;
}

.display_none {
  display: none;
}

/* --------------------------------------------
	Constants
----------------------------------------------- */
a[name], a[name]:hover {
  color: inherit !important;
  text-decoration: none !important;
}

acronym, abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

a span {
  cursor: pointer;
}

address {
  font-style: normal;
}

.align_left {
  text-align: left !important;
}

.align_centre {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.align_justify {
  text-align: justify !important;
}

b, strong {
  font-weight: bold;
}

.block {
  display: block !important;
}

blockquote, q {
  font-family: Georgia, serif;
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

blockquote {
  background: #edece6;
  border-left: 3px solid #7a7a7a;
  padding: 18px 18px 1px 18px;
  padding: 1.125rem 1.125rem 0.0625rem 1.125rem;
}

.centre_object {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table.centre_object {
  display: table;
}

cite {
  display: block;
  font-style: italic;
  margin-top: -18px;
  margin-top: -1.125rem;
  text-align: right;
}

.clear {
  clear: both;
}

div.clear:not(.no_zero) {
  font-size: 0;
  line-height: 0px;
  width: 100%;
}

.col {
  float: right;
  width: 50%;
}
.col:first-child {
  float: left;
}

.float_left {
  float: left;
}
.float_left + .content_area {
  overflow: hidden;
}

.float_right {
  float: right;
}

hr {
  background: #edece6;
  border: 0;
  color: #edece6;
  height: 1px;
  margin: 36px 0;
  margin: 2.25rem 0;
}
.ltie8 hr {
  margin-bottom: 29px;
  margin-bottom: 1.8125rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

@media (min-width: 30.0625em) {
  .grid {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .cell {
    display: table-cell;
    margin-bottom: 0;
    padding-right: 20px;
    vertical-align: top;
  }
  .cell:not(.text) {
    text-align: center;
  }
  .cell:last-child {
    padding-right: 0;
  }
  .cell:first-child:not(.text) {
    text-align: left;
  }
  .cell:last-child:not(.text) {
    text-align: right;
  }
}
i, em {
  font-style: italic;
}

iframe:not([width]) {
  width: 100%;
}

a img, img[usemap] {
  border: 0;
}

img {
  -moz-force-broken-image-icon: 1;
}
img.border {
  border: 1px solid #7a7a7a;
}
img.float_left, img.float_right {
  margin: 0 auto 9px;
  margin: 0 auto 0.5625rem;
}

.inline {
  display: inline !important;
}

.inline_block {
  display: inline-block !important;
}

.invisible {
  visibility: hidden !important;
}

.lowercase {
  text-transform: lowercase;
}

.managed {
  display: inline-block;
}
.managed.alt {
  padding-left: 21px;
}
.ltie8 .managed.alt {
  padding-left: 0;
}
.managed:after, .managed.alt:before {
  background: url(/images/site/std_icons.png);
  content: '';
  display: inline-block;
  margin-left: 5px;
  margin-left: 0.3125rem;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .managed:after, .managed.alt:before {
    background-image: url(/images/site/std_icons@2x.png);
    background-size: 16px auto;
  }
}
.managed.alt:before {
  margin-left: -21px;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.managed.alt:after {
  display: none;
}
.managed.link:after, .managed.alt.link:before {
  background-position: 0 -16px;
}
.managed.pdf:after, .managed.alt.pdf:before {
  background-position: 0 -32px;
}
.managed.zip:after, .managed.alt.zip:before {
  background-position: 0 -48px;
}
.managed.audio:after, .managed.alt.audio:before {
  background-position: 0 -64px;
}
.managed.video:after, .managed.alt.video:before {
  background-position: 0 -80px;
}
.managed.doc:after, .managed.alt.doc:before {
  background-position: 0 -96px;
}
.managed.image:after, .managed.alt.image:before {
  background-position: 0 -112px;
}
.managed.excel:after, .managed.alt.excel:before {
  background-position: 0 -128px;
}
.managed.file:after, .managed.alt.file:before {
  background-position: 0 -144px;
}
.managed.page:after, .managed.alt.page:before {
  background-position: 0 -160px;
}
.managed.rss:after, .managed.alt.rss:before {
  background-position: 0 -176px;
}

.menu li {
  position: static;
}
.menu li > a, .menu li > a span {
  display: inline-block;
}
.menu li > a, .menu li > a span {
  display: block;
}
.menu li > a {
  text-decoration: none;
}
.menu.hover li > a:hover, .menu.hover li > a:focus {
  text-decoration: underline;
}

@media (min-width: 43.75em) {
  ul.horizontal, .horizontal ul:first-of-type {
    display: table;
    width: 100%;
  }
  ul.horizontal > li, .horizontal ul:first-of-type > li {
    display: table-cell;
  }
  ul.horizontal > li > a, .horizontal ul:first-of-type > li > a {
    text-align: center;
  }
  .ltie8 ul.horizontal, .ltie8 .horizontal ul:first-of-type {
    min-height: 0;
    display: block;
  }
  .ltie8 ul.horizontal:after, .ltie8 .horizontal ul:first-of-type:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
  }
  .ltie8 ul.horizontal > li, .ltie8 .horizontal ul:first-of-type > li {
    float: left;
  }
}
ul.horizontal_always, .horizontal_always ul:first-of-type {
  display: table;
  width: 100%;
}
ul.horizontal_always > li, .horizontal_always ul:first-of-type > li {
  display: table-cell;
}
ul.horizontal_always > li > a, .horizontal_always ul:first-of-type > li > a {
  text-align: center;
}
.ltie8 ul.horizontal_always, .ltie8 .horizontal_always ul:first-of-type {
  min-height: 0;
  display: block;
}
.ltie8 ul.horizontal_always:after, .ltie8 .horizontal_always ul:first-of-type:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.ltie8 ul.horizontal_always > li, .ltie8 .horizontal_always ul:first-of-type > li {
  float: left;
}

.no_wrap {
  white-space: nowrap;
}

.normalcase {
  text-transform: none;
}

object:focus {
  outline: none;
}

.overflow_x {
  overflow-x: auto;
}

.js .pane {
  display: none;
}
.js .pane:first-child {
  display: block;
}

pre {
  white-space: pre-wrap;
}

.rwd {
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  width: 100%;
}

.ltie8 .rwd-swap {
  display: none;
}

.slider > li {
  display: none;
}
.slider > li:first-child {
  display: block;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
}

.titlecase {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.visible {
  visibility: visible !important;
}

/* --------------------------------------------
	Root Defaults
----------------------------------------------- */
html {
  border: 0;
  min-height: 100%;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 0.0625em) {
  html {
    overflow-x: hidden;
  }
}
html.no-touch {
  -ms-overflow-style: scrollbar;
}

body {
  background: #f7f7f7;
  color: #7a7a7a;
  font-family: "Circe W01 Light", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  min-height: 100%;
}
.ie9 body, .vendor-ie-10 body {
  line-height: 1.3125;
}
body * {
  font-size: 1em;
}

/* --------------------------------------------
	Headings
----------------------------------------------- */
h1, .h1 {
  font-size: 46px;
  font-size: 2.875rem;
}

h2, .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'Circe W01 Extra Bold', sans-serif;
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6, .h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

h1:first-child, h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h1 + .h1, h1 + .h2, h1 + .h3, h1 + .h4, h1 + .h5, h1 + .h6, h2:first-child, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h2 + .h1, h2 + .h2, h2 + .h3, h2 + .h4, h2 + .h5, h2 + .h6, h3:first-child, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h3 + .h1, h3 + .h2, h3 + .h3, h3 + .h4, h3 + .h5, h3 + .h6, h4:first-child, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h4 + .h1, h4 + .h2, h4 + .h3, h4 + .h4, h4 + .h5, h4 + .h6, h5:first-child, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h5 + .h1, h5 + .h2, h5 + .h3, h5 + .h4, h5 + .h5, h5 + .h6, h6:first-child, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6, h6 + .h1, h6 + .h2, h6 + .h3, h6 + .h4, h6 + .h5, h6 + .h6,
.h1:first-child,
.h1 + h1,
.h1 + h2,
.h1 + h3,
.h1 + h4,
.h1 + h5,
.h1 + h6,
.h1 + .h1,
.h1 + .h2,
.h1 + .h3,
.h1 + .h4,
.h1 + .h5,
.h1 + .h6, .h2:first-child, .h2 + h1, .h2 + h2, .h2 + h3, .h2 + h4, .h2 + h5, .h2 + h6, .h2 + .h1, .h2 + .h2, .h2 + .h3, .h2 + .h4, .h2 + .h5, .h2 + .h6, .h3:first-child, .h3 + h1, .h3 + h2, .h3 + h3, .h3 + h4, .h3 + h5, .h3 + h6, .h3 + .h1, .h3 + .h2, .h3 + .h3, .h3 + .h4, .h3 + .h5, .h3 + .h6, .h4:first-child, .h4 + h1, .h4 + h2, .h4 + h3, .h4 + h4, .h4 + h5, .h4 + h6, .h4 + .h1, .h4 + .h2, .h4 + .h3, .h4 + .h4, .h4 + .h5, .h4 + .h6, .h5:first-child, .h5 + h1, .h5 + h2, .h5 + h3, .h5 + h4, .h5 + h5, .h5 + h6, .h5 + .h1, .h5 + .h2, .h5 + .h3, .h5 + .h4, .h5 + .h5, .h5 + .h6, .h6:first-child, .h6 + h1, .h6 + h2, .h6 + h3, .h6 + h4, .h6 + h5, .h6 + h6, .h6 + .h1, .h6 + .h2, .h6 + .h3, .h6 + .h4, .h6 + .h5, .h6 + .h6 {
  margin-top: 0;
}
h1.sub, h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h1 + .h1, h1 + .h2, h1 + .h3, h1 + .h4, h1 + .h5, h1 + .h6, h2.sub, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h2 + .h1, h2 + .h2, h2 + .h3, h2 + .h4, h2 + .h5, h2 + .h6, h3.sub, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h3 + .h1, h3 + .h2, h3 + .h3, h3 + .h4, h3 + .h5, h3 + .h6, h4.sub, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h4 + .h1, h4 + .h2, h4 + .h3, h4 + .h4, h4 + .h5, h4 + .h6, h5.sub, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h5 + .h1, h5 + .h2, h5 + .h3, h5 + .h4, h5 + .h5, h5 + .h6, h6.sub, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6, h6 + .h1, h6 + .h2, h6 + .h3, h6 + .h4, h6 + .h5, h6 + .h6,
.h1.sub,
.h1 + h1,
.h1 + h2,
.h1 + h3,
.h1 + h4,
.h1 + h5,
.h1 + h6,
.h1 + .h1,
.h1 + .h2,
.h1 + .h3,
.h1 + .h4,
.h1 + .h5,
.h1 + .h6, .h2.sub, .h2 + h1, .h2 + h2, .h2 + h3, .h2 + h4, .h2 + h5, .h2 + h6, .h2 + .h1, .h2 + .h2, .h2 + .h3, .h2 + .h4, .h2 + .h5, .h2 + .h6, .h3.sub, .h3 + h1, .h3 + h2, .h3 + h3, .h3 + h4, .h3 + h5, .h3 + h6, .h3 + .h1, .h3 + .h2, .h3 + .h3, .h3 + .h4, .h3 + .h5, .h3 + .h6, .h4.sub, .h4 + h1, .h4 + h2, .h4 + h3, .h4 + h4, .h4 + h5, .h4 + h6, .h4 + .h1, .h4 + .h2, .h4 + .h3, .h4 + .h4, .h4 + .h5, .h4 + .h6, .h5.sub, .h5 + h1, .h5 + h2, .h5 + h3, .h5 + h4, .h5 + h5, .h5 + h6, .h5 + .h1, .h5 + .h2, .h5 + .h3, .h5 + .h4, .h5 + .h5, .h5 + .h6, .h6.sub, .h6 + h1, .h6 + h2, .h6 + h3, .h6 + h4, .h6 + h5, .h6 + h6, .h6 + .h1, .h6 + .h2, .h6 + .h3, .h6 + .h4, .h6 + .h5, .h6 + .h6 {
  color: #555555;
}
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt,
.h1.alt, .h2.alt, .h3.alt, .h4.alt, .h5.alt, .h6.alt {
  color: #7a7a7a;
}

/* --------------------------------------------
	Lists
----------------------------------------------- */
ol, ul {
  list-style: none;
  margin-left: 40px;
  margin-left: 2.5rem;
}
ol.list_style_none, ul.list_style_none {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

ol {
  list-style-type: decimal;
}
ol.lower_alpha {
  list-style-type: lower-alpha;
}
ol.upper_alpha {
  list-style-type: upper-alpha;
}
ol.lower_roman {
  list-style-type: lower-roman;
}
ol.upper_roman {
  list-style-type: upper-roman;
}

.ltie8 ul {
  list-style-type: disc;
}

li {
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
  position: relative;
}
.ltie8 li {
  position: static;
}
li > ol, li > ul {
  margin-top: 18px;
  margin-top: 1.125rem;
}
ul > li:before {
  content: '';
  display: inline-block;
  position: absolute;
}

.list_next_to_float, .float_left + ul, .float_right + ul, .float_left + ol, .float_right + ol {
  overflow: hidden;
  padding-left: 40px;
  padding-left: 2.5rem;
}




@media (min-width: 28.9375em) {
  .list_next_to_float, .float_left + ul, .float_right + ul, .float_left + ol, .float_right + ol {
    clear: both;
    overflow: visible;
    padding-left: 0;
  }
}

dt, dd {
  display: inline;
}

dd:after {
  content: '\A';
  white-space: pre;
}

/* --------------------------------------------
	Tables
----------------------------------------------- */
caption {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td, th {
  vertical-align: top;
}

.unstyled {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
}
.unstyled td, .unstyled th {
  background: none !important;
  border: 0 !important;
  color: #7a7a7a !important;
  padding: 0 !important;
  text-align: left;
  vertical-align: top !important;
}

/* --------------------------------------------
	Forms
----------------------------------------------- */
fieldset {
  border: 0;
  min-height: 0;
}

legend {
  left: -999em;
  position: absolute;
  top: -999em;
}

[data-legend]:before {
  content: attr(data-legend);
  display: block;
}

::-webkit-search-decoration, ::-webkit-search-cancel-button, input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

:-moz-placeholder {
  color: #7a7a7a;
}

::-moz-placeholder {
  color: #7a7a7a;
}

:-ms-input-placeholder {
  color: #7a7a7a;
}

::-webkit-input-placeholder {
  color: #7a7a7a;
}

input.placeholder, textarea.placeholder {
  color: #7a7a7a;
}

label + [placeholder]:focus:-moz-placeholder {
  color: transparent;
}

label + [placeholder]:focus::-moz-placeholder {
  color: transparent;
}

label + [placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

input.text, textarea, select {
  margin: 0;
}
html:not(.ltie9) input.text:not([disabled]):hover, html:not(.ltie9) textarea:not([disabled]):hover, html:not(.ltie9) select:not([disabled]):hover {
  background-color: #ffffe5;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
html:not(.ltie9) input.text:not([disabled]):focus, html:not(.ltie9) textarea:not([disabled]):focus, html:not(.ltie9) select:not([disabled]):focus {
  background-color: #ffffcc;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
input.text.form_error, textarea.form_error, select.form_error {
  border-color: #cc0000 !important;
}

.touch label {
  cursor: pointer;
}

a.btn, .btn_wrap, input.submit, input.text, label, .label, p.legend, select, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-family: "Circe W01 Light", sans-serif;
  line-height: normal;
  width: 100%;
}

input.text, label, .label, p.legend, select, textarea {
  vertical-align: top;
}

input.date_time {
  display: -webkit-inline-flex;
}

.required em, label em, .label em, p.legend em {
  color: #cc0000;
  font-style: normal;
}

f_comment, .f_margin, .f_row, .required, .rc {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.f_row > div {
  margin-top: 10px;
  margin-top: 0.625rem;
}

fieldset .description {
  display: block;
}

input.text, textarea, html:not(.browser-android) select {
  background: white;
  border: none;
}

input.text, textarea {
  -webkit-appearance: none;
}

input.submit, input.text, textarea, select {
  font-size: 16px;
  font-size: 1rem;
}
.no-touch input.submit, .no-touch input.text, .no-touch textarea, .no-touch select {
  font-size: 16px;
  font-size: 1rem;
}

select {
  -webkit-appearance: menulist;
}
select.auto {
  width: auto !important;
}

textarea {
  min-height: 120px;
  min-height: 7.5rem;
  overflow: auto;
}

.rc li {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.rc input {
  position: absolute;
}
.rc label {
  font-weight: normal;
  padding-left: 23px;
  width: auto;
}

@media (min-width: 33.375em) {
  .f_row label, .f_row .label {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .ie .f_row label, .vendor-ie .f_row label, .ie .f_row .label, .vendor-ie .f_row .label {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
  .f_row label em, .f_row .label em {
    position: absolute;
    right: -10px;
    right: -0.625rem;
  }

  .f_row label, .f_row .label, p.legend {
    display: inline-block;
    margin-right: 3%;
    position: relative;
    text-align: right;
    width: 30%;
  }

  .f_row input.text, .f_row textarea, .f_row select, .rc.legend ul {
    display: inline-block;
    margin-left: -4px;
    margin-left: -0.25rem;
    width: 67%;
  }

  .rc.legend ul {
    margin-left: -8px;
    margin-left: -0.5rem;
  }

  .btns, .f_comment, .rc:not(.legend) ul, .required {
    padding-left: 33%;
    margin-left: -4px;
    margin-left: -0.25rem;
  }

  .btns {
    margin-left: 0 !important;
  }

  input.submit {
    width: auto;
  }
}
.f_row input.text.small, .f_row textarea.small, .f_row select.small {
  width: 100px;
  width: 6.25rem;
}
.f_row input.text.medium, .f_row textarea.medium, .f_row select.medium {
  width: 200px;
  width: 12.5rem;
}
.f_row input.text.large, .f_row textarea.large, .f_row select.large {
  width: 300px;
  width: 18.75rem;
}

a.btn, .btn_wrap {
  width: auto;
}

.btn_wrap {
  padding: 0 !important;
  position: relative;
}
.btn_wrap input {
  opacity: 0;
  position: relative;
  z-index: 2;
}

a.btn, .btn_wrap, input.submit {
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  overflow: visible;
  text-decoration: none !important;
}
a.btn::-moz-focus-inner, .btn_wrap::-moz-focus-inner, input.submit::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* --------------------------------------------
	Error & .ok Styling
-----------------------------------------------*/
.error, .ok {
  border: 1px solid #dddddd;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 15px;
  padding: 0.9375rem;
}
.error h3, .ok h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 24px;
  position: relative;
}
.ltie8 .error h3, .ltie8 .ok h3 {
  color: #b00;
  padding-left: 0;
}
.error h3:before, .ok h3:before {
  background: url(/images/site/std_icons.png) 0 -192px;
  content: '';
  height: 16px;
  margin-left: -24px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 15px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .error h3:before, .ok h3:before {
    background-image: url(/images/site/std_icons@2x.png);
    background-size: 16px auto;
    background-position: 0 -192px;
    width: 16px;
  }
}
.error ul, .ok ul {
  margin: 14px 0 0 23px;
  margin-top: 0.875rem;
}
.error li:last-child, .ok li:last-child {
  margin-bottom: 0;
}

.ltie8 .ok h3 {
  color: #060;
}
.ok h3:before {
  background-position: 0 -208px;
  color: #417b2a;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .ok h3:before {
    background-position: 0 -208px;
  }
}

/* --------------------------------------------
	Site
----------------------------------------------- */
.no_col_1.no_col_3 #col_2 {
  width: 100%;
}

#breadcrumbs li {
  display: inline-block;
}

/* --------------------------------------------
	Simple Customisations
----------------------------------------------- */
body {
  padding-top: 62px;
}
body.fullscreen, body.was-fullscreen {
  padding-top: 0 !important;
}

.feature:after {
  border-color: transparent transparent transparent #0000ee;
  border-color: rgba(0, 0, 238, 0) rgba(0, 0, 238, 0) rgba(0, 0, 238, 0) #0000ee;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  width: 0;
  margin-left: 0.625em;
}
.feature:hover:after, .feature:focus:after {
  border-left-color: #ee0000;
}
.feature.smaller:after {
  border-color: transparent transparent transparent #0000ee;
  border-color: rgba(0, 0, 238, 0) rgba(0, 0, 238, 0) rgba(0, 0, 238, 0) #0000ee;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  content: '';
  display: inline-block;
  height: 0;
  -webkit-transform: rotate(360deg);
  width: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #F7941D;
  font-family: "Circe W01 Extra Bold", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 36px 0 10px;
  margin: 2.25rem 0 0.625rem;
}
.no-fontface h1, .ua-windows_phone-7 h1, .no-fontface h2, .ua-windows_phone-7 h2, .no-fontface h3, .ua-windows_phone-7 h3, .no-fontface h4, .ua-windows_phone-7 h4, .no-fontface h5, .ua-windows_phone-7 h5, .no-fontface h6, .ua-windows_phone-7 h6, .no-fontface
.h1, .ua-windows_phone-7
.h1, .no-fontface .h2, .ua-windows_phone-7 .h2, .no-fontface .h3, .ua-windows_phone-7 .h3, .no-fontface .h4, .ua-windows_phone-7 .h4, .no-fontface .h5, .ua-windows_phone-7 .h5, .no-fontface .h6, .ua-windows_phone-7 .h6 {
  font-weight: bold;
}

h1 {
  color: #fff;
  font-family: "Circe W01 Extra Light", sans-serif;
  font-size: 46px;
  text-transform: uppercase;
}

sub, sup {
  font-size: 0.75em;
}
.ie sub, .vendor-ie sub, .ie sup, .vendor-ie sup {
  font-size: 0.875em;
}

sub {
  bottom: -0.1875em;
}

sup {
  top: -0.3125em;
}

/* --------------------------------------------
	Lists
----------------------------------------------- */
ul > li:before {
  background: #7a7a7a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 5px;
  left: -18px;
  top: 7px;
  top: 0.4375rem;
  width: 5px;
}

/* --------------------------------------------
	Tables
----------------------------------------------- */
td, th {
  border: 1px solid #c2bfab;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}

thead th {
  color: #7a7a7a;
}

tr:nth-child(even) td, tr:nth-child(even) th {
  background: #edece6;
}

/* --------------------------------------------
	Other
----------------------------------------------- */
.hero .inner .description .contentbox{color:#F7941C; font-size:14px; min-width:1100px; margin:0 auto;}
.hero .inner .description .contentbox h4.blue{color:#004B88; font-size:18px; font-weight:bold; }
.hero .inner .description .contentbox p.yellow{color:yellow;}

div.contentbox h4.orenge{color:#F7941C; font-size:18px; font-weight:bold;}

div.contentbox p.orenge{color:#F7941C;}




.blokk {
  color: #797979;
  display: block;
  margin-top: -6px;
  margin-top: -0.375rem;
}
.blokk:first-child {
  margin-top: 0;
}
.blokk:first-child span {
  padding-top: 3px;
  padding-top: 0.1875rem;
}
.description .blokk {
  color: #fff !important;
}
.desc_philosophy .blokk {
  color: #900a7d !important;
}
.blokk span {
  background: #eaeaea;
  display: inline-block;
  padding: 0 16px 5px 9px;
  padding: 0 1rem 0.3125rem 0.5625rem;
}
.description .blokk span {
  background: #1fbde4;
}
.desc_philosophy .blokk span {
  background: #fff;
}
.blokk + br {
  display: none;
}

a.blokk span {
  padding-right: 9px;
  padding-right: 0.5625rem;
}
a.blokk span:after {
  background: #1fbde4 url(/wp-content/themes/copia/images/site/slider-nav.png) no-repeat 7px -364px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 29px;
  margin: -3px 0 0 19px;
  margin: -0.1875rem 0 0 1.1875rem;
  position: absolute;
  width: 29px;
}
a.blokk:hover span, a.blokk:focus span {
  background: #19acd0;
}
a.blokk:hover span:after, a.blokk:focus span:after {
  background-color: #19acd0;
}

.intro {
  font-family: "Circe W01 Light", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0;
  text-align: center;
}
.intro b {
  font-weight: normal;
}
.blue .intro b {
  color: #1fbde4;
}
.pink .intro b {
  color: #bf1eaa;
}
.green .intro b {
  color: #00b54c;
}

/* --------------------------------------------
	Forms
----------------------------------------------- */
fieldset .description {
  color: #888888;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

label, .label, p.legend {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

input.text, textarea {
  padding: 4px;
  padding: 0.25rem;
}

textarea {
  resize: vertical;
}

select {
  padding: 3px 3px 3px 1px;
  padding: 0.1875rem 0.1875rem 0.1875rem 0.0625rem;
}
.vendor-mozilla select {
  padding-top: 0.125rem;
}
.ie select, .vendor-ie select {
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  padding-top: 4px;
  padding-top: 0.25rem;
}

.ltie8 .rc ul label {
  margin-top: -18px;
}

.rc input {
  margin: 1px 0 0 2px;
  margin: 0.0625rem 0 0 0.125rem;
}
.ie .rc input, .vendor-ie .rc input {
  margin: -3px 0 0 -2px;
  margin: -0.1875rem 0 0 -0.125rem;
}
.browser-android .rc input {
  margin-top: -0.125rem;
}
.browser-android.ua-android-2 .rc input {
  margin-top: -0.3125rem;
}

a.btn, .btn_wrap, input.submit {
  background: #f2f5f7;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRo PSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNl cnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzUy MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9 IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZjZm OGY5IiBvZmZzZXQ9IjAiIC8+PHN0b3Agc3RvcC1jb2xvcj0iI2U1ZWJlZSIg b2Zmc2V0PSIwLjUiIC8+PHN0b3Agc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgb2Zm c2V0PSIwLjUiIC8+PHN0b3Agc3RvcC1jb2xvcj0iI2YyZjVmNyIgb2Zmc2V0 PSIxIiAvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lk dGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnNTIyKSIgLz48L3N2Zz4= ");
  background: -moz-linear-gradient(top , #f6f8f9 0%, #e5ebee 50%, #d7dee3 50%, #f2f5f7 100%);
  background: -webkit-linear-gradient(top , #f6f8f9 0%, #e5ebee 50%, #d7dee3 50%, #f2f5f7 100%);
  background: linear-gradient(to bottom , #f6f8f9 0%, #e5ebee 50%, #d7dee3 50%, #f2f5f7 100%);
  -pie-background: linear-gradient(top , #f6f8f9 0%, #e5ebee 50%, #d7dee3 50%, #f2f5f7 100%);
  border: 1px solid #5d5d5d;
  color: #120c08;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}

input.submit {
  background: none;
  border: none;
  color: #F68712;
  font-family: "Circe W01 Light", sans-serif;
  text-transform: uppercase;
}

.form {
  width: 720px;
  width: 45rem;
  margin: auto;
}
.form span:nth-of-type(2n+1) {
  margin-right: 35px;
  margin-right: 2.1875rem;
}
.form .text, .form textarea {
  background: #fff;
  border: none;
  display: inline-block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}
.form .text {
  width: 340px;
  width: 21.25rem;
}
.form .full_width {
  margin: 0;
}
.form .full_width .text {
  width: 100%;
}
.form .submit {
  background: url(/wp-content/themes/copia/images/site/form_sprite_new.png) no-repeat right 0;
  float: right;
  padding: 5px 43px 5px 0;
  padding: 0.3125rem 2.6875rem 0.3125rem 0;
   color: #F68712;
}
.form .submit:hover {
  background-position: right -79px;
  color: #F68712;
}
.pink .form .submit {
  background-position: right -158px;
  color: #F68712;
}
.pink .form .submit:hover {
  background-position: right -237px;
  color: #F68712;
}
.form .wpcf7-form-control-wrap[class*="checkbox"] + br {
  display: none;
}
.form .wpcf7-form-control-wrap[class*="checkbox"] b {
  background: #fff;
  display: inline-block;
  height: 30px;
  margin-right: 15px;
  margin-right: 0.9375rem;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 34px;
}
.vendor-webkit .form .wpcf7-form-control-wrap[class*="checkbox"] b {
  top: -0.375rem;
}
.form .wpcf7-form-control-wrap[class*="checkbox"] label {
  cursor: pointer;
  display: inline-block;
  width: auto;
}
.vendor-webkit .form .wpcf7-form-control-wrap[class*="checkbox"] label {
  padding-top: 0.3125rem;
}
.form .wpcf7-form-control-wrap[class*="checkbox"] input {
  display: none;
}
.form .wpcf7-form-control-wrap[class*="checkbox"] input:checked + b:after {
  background: #666;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 12px;
  position: absolute;
  top: 10px;
  width: 10px;
}
.form .wpcf7-not-valid {
  background: #fca0a5;
}
.form .wpcf7-not-valid-tip-no-ajax {
  display: none;
}
.form span.wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.form .wpcf7-validation-errors {
  color: #ff0000;
}
.form .wpcf7-mail-sent-ok, .form .wpcf7-validation-errors {
  border: none !important;
}
.form .wpcf7-mail-sent-ok {
  color: #F68712; !important;
}
.form input[type="file"] {
  padding: 10px 10px;
}

/* --------------------------------------------
	Feature Slider
----------------------------------------------- */
.slider {
  -moz-transition-property: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-property: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-property: cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: cubic-bezier(0.86, 0, 0.07, 1);
}
.js .slider > li {
  visibility: hidden;
}
.slider .tile {
  height: 100%;
  position: relative;
}

.carousel {
  left: 0 !important;
  position: relative;
  z-index: auto !important;
}
.ua-ios:not(.ua-ios-5) .carousel, .ua-ios:not(.ua-ios-5) .carousel * {
  -webkit-transform: translate3d(0, 0, 0);
}
.carousel .image {
  background-position: 0 center;
  background-size: cover;
  height: 100%;
}
.carousel .description {
  color: #fff;
  left: 128px;
  font-size: 17px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.no-csstransforms .carousel .description {
  margin-top: -115px;
  margin-top: -7.1875rem;
  min-height: 230px;
  min-height: 14.375rem;
}
.carousel .description.desc_philosophy {
  left: 50%;
  margin-left: -302px;
  margin-left: -18.875rem;
  text-align: center;
  width: 610px;
  width: 38.125rem;
}
.no-csstransforms .carousel .description.desc_philosophy {
  margin-top: -230px;
  margin-top: -14.375rem;
}
.carousel .description.desc_philosophy p {
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
.carousel .description h1 {
  color: #f1f1f1;
  font-family: "Circe W01 Light", sans-serif;
  font-size: 81px;
  font-size: 5.0625rem;
  letter-spacing: 16px;
  letter-spacing: 1rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-transform: lowercase;
}
.carousel .description h1 sup {
  font-size: 31px;
  font-size: 1.9375rem;
  top: -33px;
  top: -2.0625rem;
}
.carousel .description h2, .carousel .description h3 {
  color: #fff;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 45px;
  line-height: 2.8125rem;
  margin: 0;
  text-transform: uppercase;
}
.carousel .description h2 span, .carousel .description h3 span {
  display: block;
}
.carousel .description h3 {
  font-family: "Circe W01 Extra Light", sans-serif;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.carousel .description p {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.carousel .description a {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.nav {
  background: url(/wp-content/themes/copia/images/site/slider-nav.png) no-repeat 0 0;
  height: 89px;
  margin-top: -45px;
  left: 35px;
  outline: none;
  position: absolute;
  top: 50%;
  width: 37px;
  z-index: 30;
}
.no-touch .nav:hover {
  background-position: 0 -89px;
}
.nav.next {
  background-position: 0 -178px;
  left: auto;
  right: 35px;
}
.no-touch .nav.next:hover {
  background-position: 0 -267px;
}
.nav span {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  width: 0;
}

.nav_pager {
  display: none;
}

.hero {
  background: #000;
}
.hero .slider > li {
  background: url(/wp-content/themes/copia/images/site/ajax-loader.gif) no-repeat center bottom;
}

.pages .nav {
  display: none;
}
.pages .page {
  display: none;
}
.pages .page.reveal {
  display: block;
}

.spinners {
  bottom: 40px;
  left: 50%;
  position: fixed;
}

.parallax li .description h2 {
  -moz-transition: all ease-out 0.4s 0s;
  -o-transition: all ease-out 0.4s 0s;
  -webkit-transition: all ease-out 0.4s 0s;
  transition: all ease-out 0.4s 0s;
}
.parallax li .description h3 {
  -moz-transition: all ease-out 0.4s 0.1s;
  -o-transition: all ease-out 0.4s 0.1s;
  -webkit-transition: all ease-out 0.4s 0.1s;
  transition: all ease-out 0.4s 0.1s;
}
.parallax li .description span.blokk {
  -moz-transition: all ease-out 0.4s 0.1s;
  -o-transition: all ease-out 0.4s 0.1s;
  -webkit-transition: all ease-out 0.4s 0.1s;
  transition: all ease-out 0.4s 0.1s;
}
.parallax li .description .read_more {
  -moz-transition: all ease-out 0.4s 0.2s;
  -o-transition: all ease-out 0.4s 0.2s;
  -webkit-transition: all ease-out 0.4s 0.2s;
  transition: all ease-out 0.4s 0.2s;
}
.parallax li .description .read_more span {
  -moz-transition: all ease-out 0.15s;
  -o-transition: all ease-out 0.15s;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
}
.parallax li .description h2, .parallax li .description span.blokk {
  opacity: 0;
  -moz-transform: translate3d(-15%, 0, 0);
  -o-transform: translate3d(-15%, 0, 0);
  -webkit-transform: translate3d(-15%, 0, 0);
  transform: translate3d(-15%, 0, 0);
  -webkit-backface-visibility: hidden;
}
.parallax li .description h3, .parallax li .description .read_more {
  opacity: 0;
  -moz-transform: translate3d(15%, 0, 0);
  -o-transform: translate3d(15%, 0, 0);
  -webkit-transform: translate3d(15%, 0, 0);
  transform: translate3d(15%, 0, 0);
  -webkit-backface-visibility: hidden;
}
.parallax li[aria-hidden="false"] .description h2, .parallax li[aria-hidden="false"] .description h3, .parallax li[aria-hidden="false"] .description span.blokk, .parallax li[aria-hidden="false"] .description .read_more, .parallax li.first_slide_fix .description h2, .parallax li.first_slide_fix .description h3, .parallax li.first_slide_fix .description span.blokk, .parallax li.first_slide_fix .description .read_more {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.no-csstransitions li .description h2, .no-csstransitions li .description h3, .no-csstransitions li .description span.blokk, .no-csstransitions li .description .read_more {
  opacity: 1 !important;
}

/* --------------------------------------------
	Lightbox
----------------------------------------------- */
.lightbox #header, .lightbox .title, .lightbox .map, .lightbox .map + .address, .lightbox #footer {
  display: none !important;
}

.lightbox .row > .inner {
  background: #d3d3d3;
  padding: 10px 0 !important;
  width: 750px !important;
}

.lightbox body {
  padding-top: 0 !important;
}

/* --------------------------------------------
	Layout
----------------------------------------------- */
.title .inner {
  margin: auto;
  padding: 40px 0;
  width: 920px;
}
.title h1 {
  font-size: 46px;
  font-size: 2.875rem;
  font-family: "Circe W01 Extra Light", sans-serif;
  margin: 0;
  text-align: center;
}
.title h1.work {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Circe W01 Extra Bold", sans-serif;
}
.title h1.work span {
  font-size: 46px;
  font-size: 2.875rem;
  font-family: "Circe W01 Extra Light", sans-serif;
  display: block;
}
.title p {
  margin: 0;
}
.title b {
  color: #fff;
  display: block;
  font-family: "Circe W01 Extra Bold", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.row {
  line-height: 1.14706;
  position: relative;

}
.row > .inner {
  min-height: 0;
  font-size: 17px;
  margin: auto;
  padding: 59px 0 42px;
  width: 920px;
  /*overflow:auto;*/
}

.row.dbl_padding > .inner {
  padding: 74px 0;
}
.row.alt {
  background: #ebebeb;
}
.row.alt-dark {
  background: #d3d3d3;
}
.row.social_row {
  background: #ebebeb url(/wp-content/themes/copia/images/site/social_row.png) no-repeat center 40px;
}
.row.social_row .inner {
  padding: 112px 0;
}
.row.social_row h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  text-align: center;
}
.row.social_row .api {
  margin: auto;
  padding-left: 8px;
  width: 300px;
  width: 18.75rem;
}
.row.social_row .twitter-follow-button {
  margin-left: 36px;
  margin-left: 2.25rem;
}
.row.blue {
  background: #c7eef8;
  color: #22b2d7;
  text-transform: uppercase;
}
.row.blue > .inner {
  padding: 40px 0;
}
.row.blue a:visited {
  color: #22b2d7;
  text-decoration: underline;
}
.row.blue li {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.row.blue p {
  margin-bottom: 36px;
}
.row.blue li:nth-child(2), .row.blue p:nth-child(2) {
  margin: 0;
}
.row.video {
  background: #2e2e2e;
}
.row.video h3 {
  color: #fff;
  font-family: "Circe W01 Light", sans-serif;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.row.video img {
  margin: 0;
}
.row.video.alt {
  background: #404040;
}
.row h3 {
  text-transform: uppercase;
}


.tabs {
  min-height: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
.tabs:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.tabs li {
  display: inline-block;
  margin-left: 60px;
  margin-left: 3.75rem;
}
.tabs li:first-child {
  margin: 0;
}
.tabs a {
  color: #fff;
  font-family: "Circe W01 Extra Bold", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.tabs a.current {
  color: #7a7a7a;
}

.video_item:before {
  background: #164a58;
  background: rgba(22, 74, 88, 0.75);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 295px;
  left: 50%;
  margin: -147px 0 0 -147px;
  position: absolute;
  top: 50%;
  width: 295px;
}
.video_item:after {
  background: url(/wp-content/themes/copia/images/site/play_button.png) no-repeat;
  content: '';
  height: 32px;
  left: 50%;
  margin: -16px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

/* --------------------------------------------
	Footer
----------------------------------------------- */

.fullscreen #footer {
  height: 1px;
  left: -999em;
  overflow: hidden;
  position: absolute;
  top: -999em;
  width: 1px;
}
.fullscreen #footer.unhide {
  height: auto;
  position: static;
  width: auto;
}

#footer .inner:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
#footer ul {
  float: left;
  margin-top: 11px;
}
#footer ul li {
  float: left;
  margin-left: 15px;
}
#footer ul a {
  color: #fff;
  text-decoration: none;
}
#footer ul.social {
  float: left;
  margin: 10px 0 0 0;
  width: 50%;
  zoom: 1;
}
#footer ul.social li {
}
#footer ul.social li:first-child {
  margin: 0;
}
#footer ul.social span a {
  display: block;
  position: relative;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  height:30px;
  width:30px;
  cursor:pointer;
}

#footer ul.social li span a {
  display: block;
  color: #fff;
  font-size: 3.8em;
  margin-bottom: 20px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

#footer ul.social li span a:hover:before{
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#footer ul.social a:hover:after {
  
  content: '';
  height: 30px;
  left: -3px;
  pointer-events: none;
  position: absolute;
  top: -3px;
  width: 30px;
}
#footer ul.social li span {
  background: url(/wp-content/themes/copia/images/site/newsprite.png) no-repeat 0 0;
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: -999em;
  width: 30px;
}
#footer ul.social span.slideshare {
  background-position: 0 0px;}
#footer ul.social span.slideshare:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);}

#footer ul.social span.vimeo {
  background-position: 0 -30px;
}
#footer ul.social span.vimeo:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#footer ul.social span.linkedin {
  background-position: 0 -60px;
}
#footer ul.social span.linkedin:hover {
 -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#footer ul.social span.instagram {
  background-position: 0 -90px;
}
#footer ul.social span.instagram:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#footer ul.social span.twitter {
  background-position: 0 -120px;
}
#footer ul.social span.twitter:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#footer ul.social span.pinterest {
  background-position: 0 -150px;
}
#footer ul.social span.pinterest:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#instagram ul {
  display: table;
  width: 100%;
}
#instagram ul li {
  display: table-cell;
}
#instagram ul li:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
#instagram ul li img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  width: 100%;
}

/* --------------------------------------------
	Careers
----------------------------------------------- */
.job_list .col {
  float: left;
  position: relative;
}
.job_list .col:last-child .inner {
  padding: 0;
}
.job_list .col .inner {
  width: 410px;
  width: 25.625rem;
}
.job_list h2 {
  clear: both;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
  margin-top: 0;
  padding-top: 65px;
  padding-top: 1.0625rem;
}
.job_list h2:first-child {
  padding-top: 0;
}
.job_list h3 {
  min-height: 0;
  font-family: "Circe W01 Light", sans-serif;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.job_list h3:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.job_list h3 a {
  color: #dc18c3;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}
.job_list h3 a:after {
  background: #dc18c3 url(/wp-content/themes/copia/images/site/newsprite.png) no-repeat 0 -233px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 27px;
  margin-left: 10px;
  position: absolute;
  top: 2px;
  width: 27px;
}
.job_list h3 a:hover:after, .job_list h3 a:focus:after {
  background-color: #f929de;
}

.profiles .col {
  float: left;
  text-align: center;
  width: 295px;
  width: 18.4375rem;
}
.profiles .col:first-child .inner, .profiles .col:last-child .inner {
  padding: 0;
}
.profiles .col .inner {
  width: auto;
}
.profiles .col .name {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}
.profiles .col:nth-child(1) .name {
  color: #00da5c;
}
.profiles .col:nth-child(2) .name {
  color: #21b2d7;
}
.profiles .col:nth-child(3) .name {
  color: #ff3e48;
}
.profiles .image {
  border-radius: 50%;
  height: 175px;
  height: 10.9375rem;
  margin: 0 auto 12px;
  overflow: hidden;
  width: 175px;
  width: 10.9375rem;
}

.back {
  display: block;
  font-family: "Circe W01 Extra Bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin: -25px 0 25px;
  margin: -1.5625rem 0 1.5625rem;
  padding-left: 35px;
  position: relative;
  text-transform: uppercase;
}
.back:before {
  background: #dc18c3 url(/wp-content/themes/copia/images/site/newsprite.png) no-repeat 0 -205px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 27px;
  left: 0;
  position: absolute;
  top: -3px;
  width: 27px;
}
.back:hover:before, .back:focus:before {
  background-color: #f929de;
}

/* --------------------------------------------
	Work
----------------------------------------------- */
.col:first-child .inner {
  padding-right: 27px;
}
.col:last-child .inner {
  padding-left: 27px;
}
.col h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
}
.col li {
  min-height: 0;
}
.col li:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.col ul.awards {
  margin: 0;
}

.project_information a {
  color: #22b2d7;
  text-decoration: none;
  -moz-transition: color linear 0.2s;
  -o-transition: color linear 0.2s;
  -webkit-transition: color linear 0.2s;
  transition: color linear 0.2s;
}
.project_information a:hover, .project_information a:focus {
  color: #00cdff;
}
.project_information ul a {
  display: block;
  height: 28px;
  margin-top: -5px;
  padding: 5px 0 0;
  padding: 0.3125rem 0 0;
  padding-right: 45px;
  position: relative;
}
.project_information ul a + br {
  display: none;
}
.project_information ul a:after {
  background: #1fbde3 url(/wp-content/themes/copia/images/site/work_icons.png) no-repeat -999em -999em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: background-color linear 0.2s;
  -o-transition: background-color linear 0.2s;
  -webkit-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  width: 27px;
}
.project_information ul a:hover:after, .project_information ul a:focus:after {
  background-color: #00ceff;
}
.project_information .casestudy:after {
  background-position: 0 -80px !important;
}
.project_information .contact:after {
  background-position: 0 -107px !important;
}

.categories + p a:after {
  background: url(/wp-content/themes/copia/images/site/work_icons.png) no-repeat 0 -134px;
  content: '';
  display: inline-block;
  height: 16px;
  margin-left: 11px;
  vertical-align: top;
  width: 7px;
}

.cycle-slideshow {
  z-index: 30;
}

.cycle-slide {
  display: none;
  width: 100%;
}
.jquery .cycle-slide {
  display: block;
}

.statistics h3 {
  font-size: 84px;
  font-size: 5.25rem;
  color: #F7941D;
  line-height: 70px;
  line-height: 4.375rem;
  margin-bottom: -12px;
  margin-bottom: -0.75rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  text-align: center;
  text-transform: uppercase;
}
.ua-desktop-windows .statistics h3 {
  margin-bottom: -17px;
  margin-bottom: -1.0625rem;
  padding-top: 0;
}
.statistics h3 span {
  display: block;
  font-size: 46px;
  font-size: 2.875rem;
  font-family: "Circe W01 Extra Light", sans-serif;
}

.credentials {
  bottom: 20px;
  left: 25px;
  position: absolute;
  width: 180px;
  width: 11.25rem;
}
.credentials a {
  color: #ff3838;
  height: 40px;
  display: block;
  padding: 2px 0 0 50px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.credentials a.single_line {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.credentials a:before {
  background: #ff535b url(/wp-content/themes/copia/images/site/work_icons.png) no-repeat -999em -999em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  -webkit-transition: all linear 0.1s;
  transition: all linear 0.1s;
  width: 40px;
}
.credentials a.enquire:before {
  background-position: 0 0;
}
.credentials a.download:before {
  background-position: 0 -40px;
}
.credentials a:hover:before, .credentials a:focus:before {
  background-color: #ff4d4d;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.credentials a:hover span, .credentials a:focus span {
  max-width: 200px;
}
.credentials a span {
  -moz-transition: max-width ease 0.2s;
  -o-transition: max-width ease 0.2s;
  -webkit-transition: max-width ease 0.2s;
  transition: max-width ease 0.2s;
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  vertical-align: middle;
}

[data-vimeo] {
  height: 513px;
}

.map {
  border-bottom: 5px solid #c7fbdd;
  height: 100%;
  height: 345px;
  width: 100%;
}
.map img {
  max-width: none;
}
.map .gmnoprint {
  display: none;
}
.map.reveal .gmnoprint {
  display: block;
}

.map_reveal {
  background: rgba(0, 0, 0, 0.01);
  height: 345px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
}
.map_reveal:hover, .map_reveal:focus {
  background: rgba(255, 255, 255, 0.1);
}

.address {
  min-height: 0;
  margin: 18px auto;
  margin: 1.125rem auto;
  min-height: 145px;
  width: 575px;
  width: 35.9375rem;
}
.address:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.address h2, .address p {
  float: left;
  margin: 0;
}
.address h2 {
  width: 185px;
  width: 11.5625rem;
}
.address p {
  position: relative;
  width: 195px;
  width: 12.1875rem;
}
.address p:before {
  background: url(/wp-content/themes/copia/images/site/address-icon.png) no-repeat 0 0;
  content: '';
  height: 20px;
  left: -27px;
  position: absolute;
  top: 2px;
  width: 18px;
}
.address p.icon_phone:before {
  background-position: 0 -20px;
  top: 0;
}

/* --------------------------------------------
	Consistent Margins
----------------------------------------------- */
/* --------------------------------------------
	Specific Sections
----------------------------------------------- */
.std_width {
  margin: auto;
  max-width: 920px;
  max-width: 57.5rem;
}

@media print {
  /* --------------------------------------------
  	Hiddens
  ----------------------------------------------- */
  #logo, #nav_main {
   /*display: none !important;*/
  }

  /* --------------------------------------------
  	Constants
  ----------------------------------------------- */
  *, *:before, *:after {
    background: none !important;
    behavior: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  #print_logo {
    height: auto;
    position: static;
    width: auto;
  }

  ul {
    list-style-type: disc;
  }
  li ul {
    list-style-type: circle;
  }

  #col_2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .error h3, .ok h3 {
    padding-left: 0;
  }

  .rwd-swap {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1 !important;
  }

  /* --------------------------------------------
  	Hiddens
  ----------------------------------------------- */
  #header form, #col_1, #nav_seo {
    display: none !important;
  }

  /* --------------------------------------------
  	Site Specific
  ----------------------------------------------- */
}

