/* ==========================================================================
Version: 1.0
Author: Sumit Paul
Author URI: http://www.sumitpaul.com 
============================================================================= */
/* HTML5 Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

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

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ===================================================
      Author: Sumit Paul
   =================================================== */
::-moz-selection {
  background: #ffe39c;
  color: #333;
  text-shadow: none; }

::selection {
  background: #ffe39c;
  color: #333;
  text-shadow: none; }

#noscript-warning {
  position: fixed;
  top: 0px;
  padding: 7px;
  z-index: 9999999;
  width: 100%;
  text-align: center;
  color: #000;
  background-color: #fff;
  font-size: 0.9em; }

#load-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background-color: #39b54a; }
  #load-overlay div {
    width: 100%;
    height: 100%;
    background: url(/img/loading.gif) no-repeat 50% 55%, url(/img/loading-msg.png) no-repeat 50% 40%; }

/* =================== Home & Main Nav styles =============== */
body {
  background: #666;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 400; }

header {
  position: relative; }
  header #logo {
    position: absolute;
    width: 75px;
    height: 75px;
    z-index: 2;
    top: 20px;
    left: 30px; }
    header #logo img {
      width: 75px;
      height: 75px; }
    header #logo a {
      display: block;
      width: 75px;
      height: 75px;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    header #logo a:hover {
      opacity: 0.75; }
  header nav {
    position: absolute;
    width: 100%;
    height: 60px; }
    header nav ul {
      float: right;
      margin-right: 30px; }
    header nav li {
      display: inline-block;
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      padding: 40px 0 0 20px;
      font-size: 0.95em; }
    header nav a {
      text-decoration: none;
      color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-bottom: 1px solid #fff; }
    header nav a:visited {
      color: #fff; }
    header nav a:hover {
      color: #ddd;
      border-bottom: 1px solid #ccc; }
  header nav.dark a {
    text-decoration: none;
    color: #666;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #666; }
  header nav.dark a:visited {
    color: #666; }
  header nav.dark a:hover {
    color: #ccc;
    border-bottom: 1px solid #ccc; }

/* HOME */
a.opening {
  display: block;
  position: absolute;
  z-index: 20;
  right: 30px;
  bottom: 0;
  width: 180px;
  height: 225px;
  padding: 23px;
  color: #fff;
  text-decoration: none;
  background: #39b54a;
  cursor: pointer; }
  a.opening h1 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    padding: 0;
    margin: 0 0 20px 0; }
  a.opening p {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 400;
    font-style: italic;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid green; }
  a.opening:visited {
    color: #fff; }

.no-touch .opening {
  margin-right: 0;
  background: #39b54a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .no-touch .opening:hover {
    margin-bottom: -10px;
    background: #36A536; }
  .no-touch .opening:hover p {
    border-bottom: 4px solid green; }

/* =================== Content ========================= */
#sidenav {
  display: none;
  position: fixed;
  top: 35%;
  right: 20px;
  width: 40px;
  height: 210px;
  z-index: 99999;
  background: transparent url(../img/sidenav.png); }
  #sidenav:hover {
    background: transparent url(../img/sidenav-over.png); }
  #sidenav ul {
    margin: 20px 0 0 0;
    padding: 0; }
  #sidenav li {
    list-style-type: none;
    text-align: center;
    padding: 0 0 14px 0; }
  #sidenav li a {
    display: block;
    font-size: 0.9em;
    color: #ccc;
    text-decoration: none; }
  #sidenav li a:hover {
    color: #fff; }
  #sidenav li a.current {
    font-weight: 700;
    color: #fff;
    background-color: #39b54a; }

.container {
  position: relative;
  width: 920px;
  height: 575px;
  margin: 0 auto; }

.wrapper {
  background: #f6f6f6; }

.green-border {
  border-top: 4px solid #39b54a; }

.thin-green-border {
  border-top: 1px solid #39b54a; }

.content {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 80px 0;
  width: 920px;
  font-family: "adelle",serif;
  font-style: normal;
  font-weight: 400; }
  .content p {
    margin: 0 0 20px 0; }
  .content a {
    text-decoration: none;
    color: #48a856;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
  .content a:visited {
    color: #48a856; }
  .content a:hover {
    color: #d1242a; }
  .content .section-title {
    position: absolute;
    top: 40px;
    width: 120px;
    font-family: "brandon-grotesque",sans-serif;
    font-size: 1.125em;
    background: #39b54a;
    color: #fff;
    padding: 20px; }
    .content .section-title span {
      display: block;
      font-size: 3em;
      line-height: 1em; }
    .content .section-title strong {
      font-weight: normal; }
  .content .intro h1 {
    float: right;
    margin: 0 0 30px 0;
    padding: 0;
    width: 570px;
    font-size: 2.5em;
    line-height: 1.1em;
    color: #48a856; }
  .content .intro p {
    float: right;
    width: 570px;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 300;
    color: #444; }
  .content .point h2 {
    float: right;
    width: 570px;
    margin: 0 0 15px 0;
    color: #48a856; }
  .content .point p {
    float: right;
    width: 570px;
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 300; }
    .content .point p span {
      font-weight: 600;
      color: #444; }
  .content .point p.caption {
    font-size: 1em;
    line-height: 1.8em; }
  .content img {
    margin: 15px 0 30px 0;
    width: 920px;
    height: auto; }

.work-page .content {
  padding: 50px 0 50px 0; }

/* =================== Work Page ================================ */
a.see-on-behance {
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(/img/be-up-over.png) no-repeat 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 20px;
  left: 20px; }
  a.see-on-behance:hover {
    background-position: -38px 0; }

#work {
  background-color: #f6f6f6; }

#capabilities {
  margin: 0;
  padding: 120px 0 0 0; }
  #capabilities li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
    border-top: 1px solid #39b54a;
    background: #eee; }
  #capabilities a {
    position: relative;
    display: block;
    height: 100px;
    padding-top: 50px;
    text-align: center;
    font-size: 2em;
    text-decoration: none;
    color: #fff;
    background-image: url(/img/dark-bg.png);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #capabilities a:visited {
      color: #fff; }
    #capabilities a:hover {
      color: #fff;
      background-image: url(/img/green-bg.png);
      background-color: #39b54a; }

#the-end {
  width: 100%;
  height: 80px;
  background-color: #f6f6f6;
  border-top: 1px solid #aaa; }

.video-container {
  width: 70%;
  max-width: 720px;
  padding: 2%;
  margin: 75px auto 0 auto;
  background: ghostWhite;
  box-shadow: 0 2px 5px #888;
  border: 1px solid #bbb; }

/* =================== Contact Modal ============================ */
#contact {
  display: none;
  position: relative;
  width: 320px;
  height: 360px;
  padding: 30px 20px 20px 20px;
  color: #48a856;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  #contact ul {
    margin: 0px;
    padding: 10px 0 0 0; }
  #contact li {
    list-style-type: none;
    margin: 0;
    padding: 7px 0 10px 0;
    border-top: 1px solid #48a856;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  #contact a {
    position: absolute;
    left: 140px;
    text-decoration: none;
    color: #48a856;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  #contact li:hover {
    color: #d1242a;
    border-color: #d1242a; }
  #contact li:hover a, #contact li:hover span {
    color: #d1242a; }
  #contact p {
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 20px 0; }

#lean_overlay {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
  cursor: pointer; }

/* =================== Footer ================================ */
#see-work {
  border-top: 1px solid #000;
  height: 100px;
  background: transparent url(../img/see-work.jpg) repeat center center;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #see-work a {
    display: block;
    text-decoration: none;
    padding-top: 35px;
    height: 100px;
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #see-work:hover a {
    background-color: #000; }

footer {
  position: relative;
  width: 100%;
  background: #39b54a;
  color: #fff;
  padding: 20px 0; }
  footer p {
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 0.9em; }
    footer p a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      -ms-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      footer p a:visited {
        color: #fff; }
      footer p a:hover {
        color: #ddd; }

#back-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 18px 30px 0 0;
  background: transparent url(/img/back-top.png) no-repeat center center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #back-top:hover {
    margin-top: 12px; }

.connect-panel {
  overflow: hidden;
  width: 222px;
  height: 55px;
  position: absolute;
  top: -55px;
  right: 48px; }

#connect {
  width: 220px;
  height: 55px;
  position: absolute;
  top: 55px;
  color: #444;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #connect a {
    display: inline-block;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: 40px;
    height: 40px;
    margin: 6px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    #connect a:hover {
      opacity: 0.7; }
  #connect.slideUp {
    top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ccc; }

/* =================== Media Queries ======================= */
@media screen and (max-width: 480px) {
  a.opening {
    display: none; }

  #load-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background-color: #39b54a; }
    #load-overlay div {
      width: 100%;
      height: 100%;
      background: url(/img/loading.gif) no-repeat 50% 55%, url(/img/loading-msg-small.png) no-repeat 50% 40%; }

  #back-top {
    display: none; }

  header #logo {
    top: 20px;
    left: 3%; }
  header nav {
    width: 100%;
    height: 50px;
    background-color: #fff; }
    header nav ul {
      float: right;
      margin-right: 4%; }
    header nav li {
      padding: 16px 0 0 20px;
      font-size: 0.85em; }
    header nav a {
      color: #444;
      border-bottom: 0px; }
    header nav a:visited {
      color: #444; }
    header nav a:hover {
      color: #39b54a;
      border-bottom: 0px; }
  header nav.dark a {
    border-bottom: 0; }
  header nav.dark a:hover {
    color: #ccc;
    border-bottom: 0; }

  .container {
    width: 100%; }

  .content {
    padding: 40px 0 40px 0;
    width: 100%; }
    .content .section-title {
      position: static !important;
      margin-left: 4%;
      margin-bottom: 20px;
      width: auto; }
      .content .section-title span {
        display: inline !important;
        font-size: 1em; }
    .content p {
      margin: 0 2% 20px 2%; }
    .content .intro h1 {
      font-size: 1.8em;
      width: 94%;
      margin-right: 3%;
      margin-left: 3%; }
    .content .intro p {
      font-size: 1.2em;
      width: 94%; }
    .content .point h2 {
      width: 94%;
      margin: 0 2% 15px 2%; }
    .content .point p {
      font-size: 1.2em;
      width: 94%; }
    .content img {
      margin: 15px 3% 30px 3%;
      width: 94%; }

  .work-page .content {
    padding: 40px 0 40px 0; }

  #contact {
    display: none;
    position: relative;
    width: 240px;
    height: 220px;
    padding: 30px 20px 20px 20px;
    color: #48a856;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    #contact ul {
      margin: 0px;
      padding: 10px 0 0 0; }
    #contact li {
      list-style-type: none;
      margin: 0;
      padding: 7px 0 10px 0;
      border-top: 1px solid #48a856;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    #contact a {
      position: absolute;
      left: 20px;
      text-decoration: none; }
    #contact span {
      display: none; }
    #contact p {
      display: none; } }
@media (min-width: 481px) and (max-width: 960px) {
  .container {
    width: 100%; }

  .content {
    padding: 70px 0 80px 0;
    width: 100%; }
    .content p {
      margin: 0 3% 20px 0; }
    .content .intro h1 {
      width: 70%;
      margin-right: 3%; }
    .content .intro p {
      width: 70%; }
    .content .point h2 {
      width: 70%;
      margin: 0 3% 15px 0; }
    .content .point p {
      width: 70%; }
    .content img {
      margin: 15px 3% 30px 3%;
      width: 94%; } }
@media screen and (max-width: 750px) {
  .section-title {
    position: static !important;
    margin-bottom: 20px; }
    .section-title span {
      display: none !important; } }
@media screen and (max-width: 425px) {
  header #logo {
    top: 65px;
    left: 5%; }
  header nav ul {
    float: left; }

  #capabilities {
    padding-top: 155px; } }
@media screen and (max-height: 400px) {
  a.opening {
    display: none; } }
/* =================== THE END ======================= */
img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #d4d4d4;
  padding-top: 4px;
  margin: 10px; }
  .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none; }
  .wp-caption:wp-caption-text {
    font-size: 0.85em;
    line-height: 1.214em;
    padding: 0 4px 5px;
    margin: 0px; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
