/* ---------------------------------- */
/*
 * ConduitStudios.com
 * 2012
 *
 * application.css
 *
 */
/*
 * Imports
 */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.icons-sprite {
 background: url('niyati1.png') no-repeat;

}

.icons2x-sprite {
  background: url('niyati2.png') no-repeat;
}

/*
 * Typography
 */
/*
 * Custom Mixins
 */
.ir {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}

#mobileDetect,
#tabletDetect {
  height: 0;
  display: none;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}

.mobile {
  display: none;
}

.tablet {
  display: none;
}

body.home #homepageMain *,
body.home .filterNav {
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/*
 * Typography
 *	font-family:'Didot W01 Italic';
 *	font-family:'NHaasGroteskDSW01-45Lt';
 *	font-family:'NHaasGroteskDSW01-65Md';
 *	font-family:'NHaasGroteskDSW01-66MdI';
 *	font-family:'NHaasGroteskDSW01-75Bd';
 */
/*
 * Colors
 */
/*$link-hover-color		: $link-color;*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Reset box-sizing for all elements.
 * Remove excess height in iOS 5 devices.
 */
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  background-color: #06f1fa;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

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

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/*Isotope*/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* ---------------------------------- */
/*
 *  Globals
 */
body {
  background-color: #f6f6f6;
  border: 0;
  color: #999999;
  font-size: 62.5%;
  font-family: 'Oswald', sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  color: #000;
  font-size: 80px;
  margin: 53px 0 100px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  color: black;
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 10px;
}

h3 {
  color: black;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0px;
}

h4 {
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h4 a, h4 a:focus, h4 a:visited {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 1.2em;
}

a {
  color: black;
  text-decoration: underline;
}
a:hover {
  color: #808285;
  text-decoration: underline;
}
a img {
  border: 0;
}

ul, ol, blockquote {
  padding-left: 1.25em;
  padding-bottom: 1.2em;
}

ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

blockquote {
  padding: 0 2em 2em 2em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.hr hr {
  display: none;
}

.hr {
  border-bottom: 1px solid #000;
  clear: both;
  float: none;
  height: 0.1em;
  margin: 0 0 1.45em;
  width: 100%;
}

#main > .hr {
  margin: 0 auto;
  width: 1160px;
}

/*Retina Images*/
img.retina {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  img.noretina {
    display: none;
  }

  img.retina {
    display: block;
  }
}
/*
 * Container
 */
.globalContainer {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.globalContainer {
  min-height: 100%;
}

.globalContainer:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.container:after {
  content:  "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 940px;
}

#main {
  background: #fff;
  min-height: 900px;
  margin: -5px auto 0;
  position: relative;
  width: 1200px;
}

.contentContainer {
  width: 724px;
}

/*
 * Templates
 */
/* =Flexslider Generic
----------------------------------------------------*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  /*	height:813px;*/
  /*	-webkit-backface-visibility: hidden;*/
  position: relative;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  height: 813px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 16px;
  height: 27px;
  margin: 0;
  margin-top: -14px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
}

.flex-direction-nav a.flex-prev {
  background-image: url('niyati1.png');
  width: 18px;
  height: 31px;
  background-position: 0 1;
  background-repeat: no-repeat;
  left: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .flex-direction-nav a.flex-prev {
    -webkit-background-size: 66px 334px;
    -moz-background-size: 66px 334px;
    -o-background-size: 66px 334px;
    background-size: 66px 334px;
    background-image: url('niyati2.png');
    background-position: 0 1;
  }
}

.flex-direction-nav a.flex-next {
  right: 40px;
  background-image: url('niyati1.png');
  width: 18px;
  height: 31px;
  background-position: 0 -308px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .flex-direction-nav a.flex-next {
    -webkit-background-size: 66px 334px;
    -moz-background-size: 66px 334px;
    -o-background-size: 66px 334px;
    background-size: 66px 334px;
    background-image: url('niyati2.png');
    background-position: 0 -196px;
  }
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -18px;
  text-align: center;
  padding: 0;
}

.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #d5d5d5;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* box-shadow: inset 0 0 2px rgba(0,0,0,0.3);*/
}

.flex-control-paging li a:hover {
  background: #000;
}

.flex-control-paging li a.flex-active {
  background: #000;
  cursor: default;
}

header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  zoom: 1;
}
header > .container {
  padding-bottom: 22px;
  position: relative;
  z-index: 2;
}

header #niyati-logo-a {
  background-image: url('niyati1.png');
  width: 67px;
  height: 67px;
  background-position: 0 -79px;
  background-repeat: no-repeat;
  float: left;
  margin: -25px 0;
   /*/changes margins for the menu*/
  opacity: 0;
  height: 66px;
  width: 66px;
  outline: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  header #niyati-logo-a {
    -webkit-background-size: 66px 334px;
    -moz-background-size: 66px 334px;
    -o-background-size: 66px 334px;
    background-size: 66px 334px;
    background-image: url('niyati2.png');
    background-position: 0 -125px;
  }
}
header.duplicate {
  visibility: hidden;
  position: absolute;
}

.admin-bar header {
  top: 28px;
}

nav.mainNav {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*/removed absolute positions/*/
}
nav.mainNav ul {
 list-style-type: none;
  margin: 0;
  padding: 0;

}
nav.mainNav li {
  float: left;
  margin-left: 30px;
  /*this is to move about me over by a bit from the icon*/
}

nav.mainNav a, nav.mainNav a:hover {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 2px;
  padding: 4px 16px 2px;
  text-decoration: none;
  text-transform: uppercase;
}
nav.mainNav a:hover,
nav.mainNav .current-menu-item a {
  background: #fff;
  background-color: rgba(255, 255, 255, 1);
}
nav.mainNav .current-menu-item a {
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
}


.searchTrigger {
  background-image: url('niyati1.png');
  width: 31px;
  height: 31px;
  background-position: 0 -39px;
  background-repeat: no-repeat;
  float: right;
  height: 31px;
  margin: 35px 0 0;
  width: 30px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .searchTrigger {
    -webkit-background-size: 66px 334px;
    -moz-background-size: 66px 334px;
    -o-background-size: 66px 334px;
    background-size: 66px 334px;
    background-image: url('niyati2.png');
    background-position: 0 -34px;
  }
}

.closeSearch {
  background-image: url('niyati1.png');
  width: 31px;
  height: 31px;
  background-position: 0 -181px;
  background-repeat: no-repeat;
  margin: 35px -1px 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .closeSearch {
    -webkit-background-size: 66px 334px;
    -moz-background-size: 66px 334px;
    -o-background-size: 66px 334px;
    background-size: 66px 334px;
    background-image: url('niyati2.png');
    background-position: 0 -90px;
  }
}

.navTrigger {
  background-image: url('niyati1.png');
  width: 31px;
  height: 31px;
  background-position: 0 -268px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .navTrigger {
    -webkit-background-size: 66px 334px;
    -moz-background-size: 66px 334px;
    -o-background-size: 66px 334px;
    background-size: 66px 334px;
    background-image: url('niyati2.png');
    background-position: 0 -303px;
  }
}

nav.filterNav {
  height: 0;
  opacity: 0;
  overflow: hidden;
  top: 80px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 0.5s, height 0.5s, top 0.5s;
  transition: opacity 0.5s, height 0.5s, top 0.5s;
  z-index: 999;
}
nav.filterNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 6;
}
nav.filterNav li {
  display: inline-block;
}
nav.filterNav .menu {
  text-align: center;
}


/* main drop all. print etc headline pointsize */
nav.filterNav a {
  clear: both;
  color: #000;
  display: block;
  opacity: 0;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 5px;
  padding-top: 1px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 6;
  background: #06f1fa;
  outline: 0;
}
nav.filterNav a:hover {
  background: #ffffff;
  color: #000;
}

nav.filterNav.openNav {
  height: 490px;
  left: 0;
  left: 0;
  top: 90px;
  opacity: 1;
  width: 100%;
}
nav.filterNav.openNav a {
  padding-left: 0;
}

.ie8 nav.filterNav {
  display: none;
}

.ie8 nav.filterNav.openNav {
  display: block;
}

@media only screen and (max-width: 1000px) {
  header > .container {
    width: 100%;
  }
}
#navPusher {
  position: relative;
  overflow: hidden;
  left: 0;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 99;
}

#navPusher:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(6, 241, 250, 1);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 99;
}

html, body {
  height: 100%;
  min-height: 100%;
  position: relative;
}

footer .social .facebook {
  background-image: url('niyati1.png');
  width: 9px;
  height: 17px;
  background-position: 0 -242px;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-bottom: -2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  footer .social .facebook {
    -webkit-background-size: 66px 334px;
    -moz-background-size: 66px 334px;
    -o-background-size: 66px 334px;
    background-size: 66px 334px;
    background-image: url('niyati2.png');
    background-position: 0 -282px;
  }
}
footer .social .twitter {
  background-image: url('niyati1.png');
  width: 20px;
  height: 17px;
  background-position: 0 -155px;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-bottom: -2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  footer .social .twitter {
    -webkit-background-size: 66px 334px;
    -moz-background-size: 66px 334px;
    -o-background-size: 66px 334px;
    background-size: 66px 334px;
    background-image: url('niyati2.png');
    background-position: 0 -69px;
  }
}

/*
 * SEARCH
 */
#search {
  background: #06f1fa;
  background-color: rgba(6, 241, 250, .9);
  display: table;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  left: -999999px;
  top: 0;
  -webkit-transition: left 0s ease 0.5s,opacity 0.5s ease 0;
  transition: left 0s ease 0.5s,opacity 0.5s ease 0;
  width: 100%;
  z-index: 99999;
}

body.showSearch #search {
  opacity: 1;
  left: 0;
  -webkit-transition: left 0s ease 0s,opacity 0.5s ease 0;
  transition: left 0s ease 0s,opacity 0.5s ease 0;
}

.searchHeader {
  left: 50%;
  margin-left: -470px;
  position: absolute;
  top: 0;
  width: 940px;
  z-index: 99999;
}
.searchHeader .niyati-logo-a {
  background-image: url('niyati1.png');
  width: 67px;
  height: 67px;
  background-position: 0 -79px;
  background-repeat: no-repeat;
  float: left;
  margin: 20px 0;
  height: 66px;
  width: 66px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .searchHeader .niyati-logo-a {
    -webkit-background-size: 66px 334px;
    -moz-background-size: 66px 334px;
    -o-background-size: 66px 334px;
    background-size: 66px 334px;
    background-image: url('niyati2.png');
    background-position: 0 -125px;
  }
}

body.admin-bar .searchHeader {
  top: 28px;
}

.searchContent {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: middle;
}
.searchContent h4 {
  color: #000;
 font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
 font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  padding: 4px 0 2px;
  text-transform: uppercase;
}
.searchContent h4.form {
  margin-bottom: 20px;
}
.searchContent form {
  height: 130px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 900px;
}
.searchContent form #suggestion,
.searchContent form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: none;
  border: 0;
  float: left;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  font-size: 70px;
  height: 130px;
  line-height: 130px;
  letter-spacing: 12px;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.searchContent form #suggestion {
  color: #06f1fa;
  overflow: hidden;
  white-space: nowrap;
  width: 200%;
}
.searchContent form input[type="text"] {
  margin-top: -130px;
  white-space: nowrap;
  width: 200%;
}
.searchContent form input[type="submit"] {
  height: 1px;
  position: absolute;
  right: 0;
  width: 1px;
}
.searchContent .relatedSearches {
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  list-style-type: none;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
.searchContent .relatedSearches li, .searchContent .relatedSearches a {
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*
 * ANNOUNCEMENT OVERLAY
 */
#announcementOverlay {
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  left: -999999px;
  text-align: center;
  top: 0;
  -webkit-transition: left 0s ease 0.5s,opacity 0.5s ease 0;
  transition: left 0s ease 0.5s,opacity 0.5s ease 0;
  width: 100%;
  z-index: 99999;
}
#announcementOverlay .closeAnnouncement {
  background-image: url('niyati1.png');
  width: 31px;
  height: 31px;
  background-position: 0 -348px;
  background-repeat: no-repeat;
  margin: 35px -1px 0 0;
  position: relative;
  z-index: 3;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #announcementOverlay .closeAnnouncement {
    -webkit-background-size: 66px 334px;
    -moz-background-size: 66px 334px;
    -o-background-size: 66px 334px;
    background-size: 66px 334px;
    background-image: url('niyati2.png');
    background-position: 0 -231px;
  }
}
#announcementOverlay img {
  left: 50%;
  margin-left: -774px;
  position: absolute;
  top: 0;
  opacity: 0.92;
}
#announcementOverlay:before {
  background: black;
  content: '';
  left: 50%;
  margin-left: -2321.5px;
  height: 100%;
  min-height: 1162px;
  opacity: 0.92;
  position: absolute;
  top: 0;
  width: 1548px;
}
#announcementOverlay:after {
  background: black;
  content: '';
  right: 50%;
  margin-right: -2321.5px;
  height: 100%;
  min-height: 1162px;
  opacity: 0.92;
  position: absolute;
  top: 0;
  width: 1548px;
}

body.showAnnouncement #announcementOverlay {
  opacity: 1;
  left: 0;
  -webkit-transition: left 0s ease 0s,opacity 0.5s ease 0;
  transition: left 0s ease 0s,opacity 0.5s ease 0;
}

#homepageMain {
  opacity: 0;
  margin: 47px auto 20px;
  padding: 0;
  position: relative;
  z-index: 8;
}
#homepageMain .project {
  margin: 0 17px 34px;
}
#homepageMain .project > img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  max-width: 100%;
}
#homepageMain .project > img:hover {
  opacity: 0.6;
}

.topContent {
  margin-bottom: 30px;
}
/* headline for project images */
.topContent h1 {
   color: #000;
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: -3px;
  text-align: left;
}

.topContent h3 {
   color: #fff;
  font-size: 80px;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  letter-spacing: 2px;
  line-height: 90%;
  margin-bottom: -10px;

  text-align: left;
}

.topContent h2 {font-family:  'Roboto Condensed', sans-serif; font-weight: 400;
font-size: 24px;
  margin-bottom: 15px;
}
.topContent p.date {
  font-size: 14px;font-family: 'Roboto Condensed', sans-serif; font-weight: 400; color: #000;letter-spacing: 1px;}
.topContent p.tags {
  font-size: 25px;font-family: 'Roboto Condensed', sans-serif; font-weight: 700; }
.topContent .left,
.topContent .right {
  float: left;
  width: 50%;
}
.topContent .contentContainer {
  padding: 30;
}
.topContent .left {
  padding-right: 30;
  width: 600px;
  -webkit-columns: 250px 1;
  -moz-columns: 250px 1;
  -ms-columns: 250px 1;
  -o-columns: 250px 1;
  columns: 250px 1;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
}
.topContent .left h1, .topContent .left h2 {
  margin: 0 0 0;
  line-height: 13px;
}
/* copy for project images */
.topContent .left p {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: justify;
  text-justify: inter-word;
}
.topContent .noCol p {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 13px;
}
.topContent .right {
  padding-left: 0px;
  width: 194px;
  font-family:  'Roboto Condensed', sans-serif; font-weight: 400;
  font-size: 14px;
  line-height: 13px;
}
.topContent .right .tags {
  color: #06f1fa;
}
/* view wfull site 06f1fa */
.topContent .right .tags a {
  color: #06f1fa;
  letter-spacing: 2px;
  line-height: 20px;
  text-decoration: none;
}
.topContent .right .tags a:hover {
  text-decoration: underline;
}

.ie8 .topContent .right {
  width: 154px;
}

#projectImages {
  overflow-x: hidden;
  margin-bottom: 80px;
  min-width: 1000px;
  width: 100%;
}
#projectImages .projectImageWrapper {
  margin: 0;
  width: auto;
  min-width: 1000px;
}
#projectImages img {
  display: block;
  width: 100%;
}
#projectImages .text div {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  letter-spacing: 1px;
  line-height: 13px;
  padding-left: 20px;
  width: 342px;
}
#projectImages .half-0 .text div {
  float: right;
}
#projectImages .half-1 .text div {
  float: left;
}
#projectImages .video {
  position: relative;
}
#projectImages .fullHeightImage,
#projectImages .fullHeightVideo,
#projectImages .halfHeightSpace,
#projectImages .halfHeightText,
#projectImages .halfHeightImage,
#projectImages .halfHeightVideo {
  overflow: hidden;
}
#projectImages .halfHeightSpace {
  float: left;
  width: 100%;
}
#projectImages .fullSpace {
  float: left;
  margin-bottom: 24px;
  padding: 0;
  width: 100%;
}
#projectImages .halfSpace {
  float: left;
  padding: 0 12px 0 0;
  width: 50%;
}
#projectImages .halfSpace > div:first-child {
  margin-bottom: 24px;
}
#projectImages .halfSpace > div.fullHeightImage:first-child {
  margin-bottom: 0;
}
#projectImages .half-1.halfSpace {
  padding: 0 0 0 12px;
}

.ie8 #projectImages .halfSpace {
  width: 49%;
}

.ie8 #projectImages .half-1.halfSpace {
  float: right;
  width: 49%;
}

@media only screen and (min-width: 1440px) {
  #projectImages {
    margin: 0 auto 80px;
    width: 1440px;
  }
}
h1.ir {
  position: absolute;
  left: -9999px;
}

h1.largeTitle,
h2.subHead {
  margin-top: 47px;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
}

h1.largeTitle {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0;
  text-transform: none;
}

#clientListDetails .contentContainer {
  padding: 0;
}

#clientListColumns {
  margin-bottom: 80px;
}
#clientListColumns .columns {
  width: 820px;
  margin-left: 88px;
}
#clientListColumns .columns ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-width: 273px;
  -moz-column-width: 273px;
  -ms-column-width: 273px;
  -o-column-width: 273px;
  column-width: 273px;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  -ms-column-gap: 0;
  -o-column-gap: 0;
  column-gap: 0;
}
#clientListColumns .columns ul li, #clientListColumns .columns ul a {
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
}
#clientListColumns .columns ul li {
  color: #000;
}

#studioDetails {
  margin-bottom: 30px;
}
#studioDetails .contentContainer {
  padding: 0;
}
#studioDetails .left {
  padding-right: 0;
  width: 530px;
  -webkit-columns: 250px 2;
  -moz-columns: 250px 2;
  -ms-columns: 250px 2;
  -o-columns: 250px 2;
  columns: 250px 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
}
#studioDetails .right {
  padding-left: 20px;
  width: 194px;font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 13px;
}
#studioDetails .right a {
  color: #999999;
  text-decoration: none;
}
#studioDetails .right a:hover {
  text-decoration: underline;
}

.ie8 #studioDetails .right {
  width: 154px;
}

#studioSlideshow {
  margin-bottom: 80px;
}

#studioPeople {
  margin-bottom: 80px;
}
#studioPeople .person {
  color: #000;
  float: left;
   font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  margin-right: 24px;
  margin-bottom: 50px;
  width: 284px;
}
#studioPeople .person.last {
  margin-right: 0;
}
#studioPeople .person .image {
  margin: 0 0 15px;
}
#studioPeople .person .image img {
  display: block;
}
#studioPeople .person .name {
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  margin: 0 0 4px;
  text-transform: uppercase;
}
#studioPeople .person .title {
  margin: 0 0 20px;
}
#studioPeople .person .description {
  line-height: 13px;
  margin: 0 0 20px;
}
#studioPeople .person .email {
  margin: 0;
}
#studioPeople .person .email a {
  color: #000;
  display: block;
  float: left;
  text-decoration: none;
}
#studioPeople .person .email span {
  background-image: url('niyati1.png');
  width: 19px;
  height: 12px;
  background-position: 0 -221px;
  background-repeat: no-repeat;
  height: 11px;
  display: inline-block;
  margin: 0 0 -1px 0;
  margin-right: 10px;
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #studioPeople .person .email span {
    -webkit-background-size: 66px 334px;
    -moz-background-size: 66px 334px;
    -o-background-size: 66px 334px;
    background-size: 66px 334px;
    background-image: url('niyati2.png');
    background-position: 0 -266px;
  }
}

#contactDetails {
  margin-bottom: 50px;
}
#contactDetails .contentContainer {
  padding: 0;
}
#contactDetails .left {
  padding-right: 0;
  width: 530px;
  -webkit-columns: 250px 2;
  -moz-columns: 250px 2;
  -ms-columns: 250px 2;
  -o-columns: 250px 2;
  columns: 250px 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
}
#contactDetails .right {
  padding-left: 20px;
  width: 194px;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 13px;
}
#contactDetails .right a {
  color: #999999;
  text-decoration: none;
}
#contactDetails .right a:hover {
  text-decoration: underline;
}

.ie8 #contactDetails .right {
  width: 154px;
}

#mapCanvas {
  background: #06f1fa;
  height: 800px;
  max-width: 1440px;
  margin: 0 auto 80px;
  width: 100%;
}

#mapInfo {
  line-height: 18px;
}
#mapInfo h3 {
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}
#mapInfo p {
  color: #000;
  font-size: 12px;
}
#mapInfo a {
  text-decoration: none;
}
#mapInfo p:last-child {
  margin-bottom: 0;
}

#pressDetails {
  margin-top: 47px;
  margin-bottom: 50px;
}
#pressDetails .contentContainer {
  padding: 0;
}
#pressDetails .columns {
  padding-right: 0;
}
#pressDetails .columns .pressPost {
  float: left;
  margin-right: 24px;
  margin-bottom: 40px;
  width: 350px;
  text-decoration: none;
}
#pressDetails .columns .pressPost h2,
#pressDetails .columns .pressPost .by,
#pressDetails .columns .pressPost .date {
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  letter-spacing: 2px;
  margin: 4px 0;
  text-align: left;
  text-transform: uppercase;
}
#pressDetails .columns .pressPost h2 {
  margin-bottom: 15px;
  line-height: 1.2em;
}
#pressDetails .columns .first {
  clear: left;
}
#pressDetails .columns .last {
  margin-right: 0;
}

.ie8 #studioDetails .right {
  width: 154px;
}

/* =iPad
----------------------------------------------------*/
@media screen and (max-width: 1001px) and (min-width: 611px) {
  #tabletDetect {
    display: block;
  }

  .desktop {
    display: none !important;
  }

  .tablet {
    margin-top: 45px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  header #niyati-logo-a {
    opacity: 1;
  }

  .tablet.landscape {
    display: none !important;
  }

  nav.filterNav a:hover {
    background: none;
  }

  #search {
    height: 75%;
  }
  #search .container {
    padding: 0;
  }

  #homepageMain .project > img:hover {
    opacity: 1;
  }

  /* = Announcement Overlay
  ----------------------------------------------------*/
  #announcementOverlay:before {
    left: 0;
    margin-left: 0;
    top: 835.5px;
  }

  #announcementOverlay img {
    left: 0;
    margin-left: 0;
    opacity: 1;
  }

  #announcementOverlay .closeAnnouncement {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1001px) and (min-width: 611px) and (orientation: landscape) {
  .tablet.portrait {
    display: none;
  }

  .tablet.landscape {
    display: block;
  }
}
@media screen and (max-width: 1001px) and (min-width: 611px) and (orientation: landscape) {
  #announcementOverlay:before {
    top: 670.1px;
  }
}
/* =Mobile
----------------------------------------------------*/
@media screen and (max-width: 610px) {
  nav.mainNav {
    margin-top: 0;
    display: block;
  }

  #mobileDetect {
    display: block;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mobile.landscape {
    display: none;
  }

  body {
    width: 100%;
  }

  html, body {
    height: 100%;
  }

  .page-template-default {
    padding-top: 0;
  }

  #navPusher {
    position: static;
  }

  /* = Containers
  ----------------------------------------------------*/
  .container,
  .contentContainer,
  #clientListDetails .contentContainer,
  #studioDetails .contentContainer,
  #contactDetails .contentContainer,
  .topContent .contentContainer,
  #pressDetails .contentContainer {
    padding: 0 20px;
    width: 100%;
  }

  /* = Header / Footer
  ----------------------------------------------------*/
  header, footer {
    position: absolute;
  }

  header #niyati-logo-a {
    margin: 10px 0;
  }

  .searchContent form {
    height: 50px;
  }
  .searchContent form #suggestion,
  .searchContent form input {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
  }
  .searchContent form input[type="text"] {
    margin-top: -30px;
  }

  footer {
    min-width: 0;
    width: 100%;
  }
  footer .copyright {
    font-size: 9px;
    width: auto;
  }
  footer .social {
    font-size: 9px;
    width: auto;
  }

  /* = Homepage Iso
  ----------------------------------------------------*/
 #homepageMain {
    margin-top: 29px;
  }
  #homepageMain .project {
    margin: 0 3px 17px;
  }
  #homepageMain .project > img:hover {
    opacity: 1;
  }

  nav.filterNav {
    display: none;
  }

  nav.mobile {
    padding: 0 0 10px;
    position: absolute;
    right: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 99999;
  }
  nav.mobile .menu-header-menu-container {
    clear: both;
  }
  nav.mobile .navHead {
    height: 77px;
    display: block;
  }
  nav.mobile .navHead .navTrigger,
  nav.mobile .navHead .searchTrigger {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  nav.mobile .navHead .navTrigger {
	float: right;
	margin: 0;
	position: absolute;
	left: -50px;
	top: 35px;
  }
  nav.mobile .navHead .searchTrigger {
    position: absolute;
    margin: 0;
    left: -101px;
    top: 30px;
  }
  nav.mobile ul {
    border-top: 1px solid #16cbd2;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  nav.mobile ul a {
    border-bottom: 1px solid #16cbd2;
    color: #000;
    display: block;
    font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    padding-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 45px;
    background: rgba(6, 241, 250, 0.9);
  }
  nav.mobile ul a:hover {
    text-decoration: none;
  }
  nav.mobile ul ul {
    border: 0;
  }
  nav.mobile ul ul a {
    font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
	}
  nav.mobile li {
    margin: 10px 0;
  }

  body.showNav nav.mobile {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  body.showNav .navTrigger,
  body.showNav .searchTrigger {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
  }


  /* = Client List
  ----------------------------------------------------*/
  #clientListColumns .columns {
    margin-left: 0;
    width: 100%;
  }
  #clientListColumns .columns ul {
    -webkit-column-width: auto;
    column-width: auto;
    -webkit-column-count: 2;
    column-count: 2;
  }

  /* = Studio
  ----------------------------------------------------*/
  #studioDetails .left {
    width: 100%;
    -webkit-column-width: auto;
    column-width: auto;
    -webkit-column-count: 1;
    column-count: 1;
  }
  #studioDetails .right {
    padding-left: 0;
    width: 100%;
  }

  .flex-direction-nav a.flex-prev {
    left: 20px;
  }

  .flex-direction-nav a.flex-next {
    right: 20px;
  }

  /* = Contact
  ----------------------------------------------------*/
  #contactDetails {
    margin-bottom: 30px;
  }
  #contactDetails .left {
    width: 100%;
    -webkit-column-width: auto;
    column-width: auto;
    -webkit-column-count: 1;
    column-count: 1;
  }
  #contactDetails .right {
    padding-left: 0;
    width: 100%;
  }

  #mapCanvas {
    height: 250px;
  }

  /* = Single Projects
  ----------------------------------------------------*/
  .single-projects {
    padding-top: 0;
  }
  .single-projects .topContent {
    margin-bottom: 100px;
  }

  h1 {
    margin-top: 29px;
  }

  h2.subHead {
    font-size: 30px;
    line-height: 36px;
    margin-top: 25px;
  }

  .topContent .left {
    width: 100%;
    -webkit-column-width: auto;
    column-width: auto;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .topContent .right {
    padding-left: 0;
    width: 100%;
  }

  #projectImages,
  #projectImages .projectImageWrapper {
    min-width: 0;
  }

  #projectImages {
    margin-top: 31px;
    margin-bottom: 0;
  }
  #projectImages .fullSpace {
    margin-bottom: 12px;
  }
  #projectImages .halfSpace {
    padding-right: 6px;
  }
  #projectImages .half-1.halfSpace {
    padding-left: 6px;
  }

  /* = Single Projects
  ----------------------------------------------------*/
  #pressDetails .columns .pressPost {
    margin-bottom: 50px;
    width: 100%;
  }

  /* = Announcement Overlay
  ----------------------------------------------------*/
  #announcementOverlay:before {
    left: 0;
    margin-left: 0;
    top: 459px;
  }

  #announcementOverlay img {
    left: 0;
    margin-left: 0;
    opacity: 1;
  }

  #announcementOverlay .closeAnnouncement {
    margin-top: 30px;
  }
}
@media screen and (max-width: 610px) and (orientation: landscape) {
  .mobile.portrait {
    display: none;
  }

  .mobile.landscape {
    display: block;
  }
}
@media screen and (max-width: 610px) and (orientation: landscape) {
  #announcementOverlay:before {
    top: 320px;
  }
}
