/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*orange highlight when text selected*/
  ::selection{ /* Safari and Opera */
        background:#ff9933;
        color:#000;
    }

    ::-moz-selection{ /* Firefox */
        background:#ff9933;
        color:#000;
    }
@font-face {
  font-family: 'canterlight';
  src: url("../fonts/canter_light-webfont.eot");
  src: url("../fonts/canter_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/canter_light-webfont.woff") format("woff"), url("../fonts/canter_light-webfont.ttf") format("truetype"), url("../fonts/canter_light-webfont.svg#canterlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);

html body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

.loading {
  background: url("../img/ico_loading.gif") no-repeat center center;
}

.no-js .loading {
  display: none;
}

#outwebwrapper {
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  -o-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.loaded #outwebwrapper {
  opacity: 1;
  filter: alpha(opacity=100);
}

a:focus{
  outline:0;
}
/*BOTTOM NAV*/
/********************** NAV**********************/
.outerwrapper{
  position:fixed;
  display:block;
  width:100%;
  height:190px;
  bottom:0;
  right:0;
  background: transparent url(../img/patternblack.png) repeat top left;
  background-color:black;
  background-color:rgba(0,0,0,.75);
  z-index: 3000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*contents button*/
.contents{
  margin:0 auto;
  display:block;
  font-family:"canterLight", sans-serif;
  font-weight:bold;
  font-style:normal;
  width:100px;
  padding:8px;
  border-radius:0;
  background-color:transparent;
  font-size:1em;
  letter-spacing:.3em;
  color:white;
  outline:none;
  cursor:pointer;
  text-transform: uppercase;
  border:solid 1px transparent;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.contents.hide{
  opacity:0;
}

/*contents arrow up*/
.contents:before{
  content:'';
  position:absolute;
  display:block;
  top:2px;
  left:50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-bottom: 4px solid gray;
  border-left: 4px solid  transparent;
  border-right: 4px solid  transparent;
}

/*contents arrow down*/
.contents.open:before{
  top:2px;
  border-top: 4px solid white;
  border-bottom:0;
}

.contents:hover, .contents:focus{
  background-color:#222121;
}

.menuwrapper {
  margin:0;
  padding:0;
  position: absolute;
  display:inline-block;
  right:-152px;
  bottom:0;
  width:152px;
  z-index: 90;
  -ms-transform-origin:bottom left;
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  }

.menuwrapper ul {
  padding: 0;
  margin:0;
  height:auto;
  list-style: none;
  width:152px;
  position:relative;
  top:0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menuwrapper li{
  border-top: solid 1px #cccccc;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  position:relative;
  width: 100%;
  padding: 0;
  margin:0;
  font-size: x-small;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight:700;
 }

.menu li a{
  padding: 8px 0 8px 2px;
  width:100%;
  height:auto;
  position:relative;
  display:block;
  letter-spacing: .2em;
  text-align: left;
  text-decoration: none;
  text-transform:uppercase;
  color: white;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.submenu li a{
  padding: 5px 0 5px 2px;
  color:#999999;
  letter-spacing:.2em;
}
/*cultural center submenu gray*/
.culturalCenterProjects li a, .urbanDesignProjects li a{
  color:#999999 !important;
}

/*deSignBlog*/
.blogButton a {
  text-transform:lowercase!important;
}

.caps{
  text-transform:uppercase;
}

.menu li a:hover{
   padding:2px 0 20px 2px;
}
.menu li a:visited, .submenu li a:visited{
    padding: 8px 0 8px 2px;
}
 .menu li a:visited{
  padding: 0;
}

.submenu li:nth-child(5) a{
  color:white;
}
.submenu li a:hover {
  padding: 2px 0 20px 2px;
}

.submenu li a:visited{
  padding: 5px 0 5px 2px;
}

/*animation*/
.outerwrapper, .outerwrapperClose {
  -webkit-transform:translate3d(0, 153px, 0);
  transform:translate3d(0, 153px, 0);
}

.outerwrapperOpen {
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}

.submenu{
  opacity:0;
  height:0!important;
}

.submenuOpen1{
  opacity: 1;
  height: 180px!important;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.submenuOpen2{
  opacity: 1;
  height: 260px!important;
  -webkit-transition:all .6s ease;
  transition:all .6s ease;
}

.companyOpen{
  opacity: 1;
  height: 60px!important;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.urbanDesignProjects{
  opacity:0;
  height:0!important;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.urbanDesignProjectsOpen{
  opacity:1;
  height:126.64px!important; //31.66 each tab X 4tabs = 126.64
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.culturalCenterProjects{
  opacity:0;
  height:0!important;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.culturalCenterProjectsOpen{
  opacity:1;
  height:80px!important;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/******socialtab******/
div.socialWrapper {
  height:40px;
  display: block;
  line-height: 1.5;
  padding: 0;
  position:absolute;
  overflow:hidden;
  width:320px;
  z-index: 3010;
}

ul.social {
  margin: 0;
  margin: 3px 0 0 0;
  padding: 0;
  display: block;
  text-align: center;
  overflow:hidden;
  list-style: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.social li {
  list-style: none;
  float: left;
  margin: 2px;
  cursor:pointer;

}

.social li a {
  width: 30px;
  height: 20px;
  margin: 0 auto;
  padding: 2px;
  display: block;
  font-size: 0;
  text-decoration: none;
  background-size: contain;
  border:solid 1px transparent;
  opacity:1;
  cursor:pointer;
}

/*style follow us button*/
 .social li:nth-child(8) a{
  font-family:"canterLight", sans-serif;
  font-weight:bold;
  font-style:normal;
  width:30px;
  height:20px;
  line-height:20px;
  border-radius:0;
  background-color:transparent;
  font-size:.65em;
  letter-spacing:.0;
  color:white;
  text-transform: uppercase;
  border:solid 1px transparent;
  text-align:center;
 }
.social li:hover a, .social li:focus a {
  border: solid 1px orange;
}
.social li:nth-child(1) a {
  background: url(../img/viren-brahmbhatt-socialMedia-email.png) no-repeat center center, url(../img/viren-brahmbhatt-socialMedia-email.svg) no-repeat center center;
  background-size: contain; }

.social li:nth-child(2) a {
  background: url(../img/viren-brahmbhatt-socialMedia-phone.png) no-repeat center center, url(../img/viren-brahmbhatt-socialMedia-phone.svg) no-repeat center center;
  background-size: contain; }

.social li:nth-child(3) a {
  background: url(../img/viren-brahmbhatt-socialMedia-twitter.png) no-repeat center center, url(../img/viren-brahmbhatt-socialMedia-twitter.svg) no-repeat center center;
  background-size: contain; }

.social li:nth-child(4) a {
  background: url(../img/viren-brahmbhatt-socialMedia-facebook.png) no-repeat center center, url(../img/viren-brahmbhatt-socialMedia-facebook.svg) no-repeat center center;
  background-size: contain; }

.social li:nth-child(5) a {
  background: url(../img/viren-brahmbhatt-socialMedia-googlePlus.png) no-repeat center center, url(../img/viren-brahmbhatt-socialMedia-googlePlus.svg) no-repeat center center;
  background-size: contain; }

.social li:nth-child(6) a {
  background: url(../img/viren-brahmbhatt-socialMedia-linkedIn.png) no-repeat center center, url(../img/viren-brahmbhatt-socialMedia-linkedin.svg) no-repeat center center;
  background-size: contain; }

  .social li:nth-child(7) a {
  background: url(../img/viren-brahmbhatt-socialMedia-instagram.png) no-repeat center center, url(../img/viren-brahmbhatt-socialMedia-instagram.svg) no-repeat center center;
  background-size: contain;
   }

.social li:nth-child(8) a{
  margin-top:0;
  padding-top:0;
  height: 21px;
  overflow:hidden;
  top: 0;
  right:0;
  display:none;
}

.social li:nth-child(8) a:hover, .social li:nth-child(8) a:focus{
  background-color:#222121;
  border:solid 1px orange;
}
/********* navicon ********/
ul.logovicon {
  margin: 0;
  padding: 0;
}

/************** mission statement *************/
section.projects {
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  top: .5px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  overflow: hidden;
  visibility: hidden;
}

.text {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.innerwrapper {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 45%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.innerwrapper .missionStatement {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: .9em;
  text-align: left;
  letter-spacing: .2em;
  line-height: 1.25em;
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: white;
  text-shadow: 1px 1px 2px #000000;
}

/********************** SECTION 1 - FULLSCREEN BACKGROUND IMAGE SLIDESHOW (fixed position) **********************/
.slider, .slider:after {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  list-style: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.slider li {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-animation: mainSlideshowAnimation 30s linear infinite 0s;
  -webkit-animation: mainSlideshowAnimation 30s linear infinite 0s;
  animation: mainSlideshowAnimation 30s linear infinite 0s;
}

.slider li:after {
  content: '';
  background: transparent url(../img/pattern.png) repeat top left;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}

.slider li:nth-child(1) {
  background-image: url(../img/viren-brahmbhatt-main1-1920.jpg); }

.slider li:nth-child(2) {
  background-image: url(../img/viren-brahmbhatt-main2-1920.jpg);
  -moz-animation-delay: 6s;
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.slider li:nth-child(3) {
  background-image: url(../img/viren-brahmbhatt-main3-1920.jpg);
  -moz-animation-delay: 12s;
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.slider li:nth-child(4) {
  background-image: url(../img/viren-brahmbhatt-main4-1920.jpg);
  -moz-animation-delay: 18s;
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

.slider li:nth-child(5) {
  background-image: url(../img/viren-brahmbhatt-main5-1920.jpg);
  -moz-animation-delay: 24s;
  -webkit-animation-delay: 24s;
  animation-delay: 24s; }

@-webkit-keyframes mainSlideshowAnimation {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  10% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  21% {
    opacity: 1;
    filter: alpha(opacity=100); }
  31% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes mainSlideshowAnimation {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  10% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  21% {
    opacity: 1;
    filter: alpha(opacity=100); }
  31% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0); } }

.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: black;
  background-size: cover;
  opacity: .3;
  filter: alpha(opacity=30);
  z-index: 2;
}

.heading {
  padding: 0;
  margin: 0 auto;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: .85em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  width: 270px;
  height: 18px;
  z-index: 100;
  visibility: hidden;
  clip: rect(0px 270px 18px 0px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;

}

div.square1, div.square2 {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top:50%;
  background-color: orange;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  visibility: hidden; }

.l1, .l2, .l3, .l4 {
  position: absolute;
  background-color: orange;
  width: 0;
  height: 0; }

.square1 span.l1 {
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0; }

.square1 span.l2 {
  width: 25%;
  height: 1px;
  left: 0;
  top: 0; }

.square1 span.l3 {
  width: 25%;
  height: 1px;
  left: 0;
  bottom: 0; }

.square2 span.l1 {
  width: 25%;
  height: 1px;
  right: 0;
  top: 0; }

.square2 span.l2 {
  width: 25%;
  height: 1px;
  right: 0;
  bottom: 0; }

.square2 span.l3 {
  width: 1px;
  height: 100%;
  right: 0;
  top: 0; }

.logoStart {
  position: absolute;
  margin: 0 auto;
  width: 250px;
  height: 45px;
  display: block;
  background: url(../img/design-IntrotypeWhite.svg) no-repeat bottom right, url(../img/design-IntrotypeWhite.png) no-repeat bottom right;
  background-size: contain;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-39%, -90%);
  -ms-transform: translate(-39%, -90%);
  -o-transform: translate(-39%, -90%);
  -webkit-transform: translate(-39%, -90%);
  transform: translate(-39%, -90%);
  clip: rect(0px 250px 45px 0px);
  visibility: hidden;
  z-index: 500;
  -webkit-perspective: 500px;
  perspective: 500px;
  opacity: .85;
  filter: alpha(opacity=85);
}

/******** logo ********/
.logo {
  width: 60px;
  height: 60px;
  top: 0;
  left: 50%;
  display: block;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  position: fixed;
  list-style: none;
  margin: 0;
  padding: 0;
  background: url(../img/deSign-logo.png), url(../img/deSign-logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 100;
  visibility: hidden;
}

.logo a{
  display:block;
  width:100%;
  height:100%;
}
/********************** ALL SECTIONS THAT SCROLL **********************/
div#section1, div#section2, div#section3, div#section4 {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  background-position: 50% 50%;
  background-repeat: repeat;
  position: relative;
  z-index: 4; }

div#section3, div#section4 {
  padding: 0;
  margin: 0;
  background-color: #212121;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url(../img/textexture.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 4;
}
div#section3{
  padding-bottom:100px!important;
}

div#section2 {
  background: white;
  background-image: url(../img/Ondes_cisaillement_2d_20_petit4.gif);
  background-position: 50% 50%;
  background-repeat: repeat;
}

/********************** SECTION 2 - PROJECTS **********************/
div#section1 {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  background: transparent url(../img/pattern.png) repeat top left;
  background-color: #464545;
}

div.slideCommon {
  height: 100%;
  width: 9.09090909091%;
  position: absolute;
  display: block;
}

div.slideOne {
  left: 0;
  top: 0; }

div.slideTwo {
  top: 0;
  width: 9.09090909091%; }

div.slideThree {
  top: 0;
  left: 18.1818181818%; }

div.slideFour {
  top: 0;
  left: 27.2727272727%; }

div.slideFive {
  top: 0;
  left: 36.3636363636%; }

div.slideSix {
  top: 0;
  left: 45.4545454545%; }

div.slideSeven {
  top: 0;
  left: 54.5454545455%; }

div.slideEight {
  top: 0;
  left: 63.6363636364%; }

div.slideNine {
  top: 0;
  left: 72.7272727273%; }

div.slideTen {
  top: 0;
  left: 81.8181818182%; }

  div.slideEleven {
  top: 0;
  left: 90.9090909091%; }

div.imageslider {
  position: relative;
  display: block;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  transition: all 1s ease;
}

div.imageslider a {
  overflow: hidden;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: all .25s ease;
}

div.slide img {
  display: block;
  margin:0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width:1772px;
/*  cursor: pointer;
*/  z-index: 102;
  opacity: 1;
  filter: alpha(opacity=60);
  overflow: hidden;
  transition: all 1s ease;
}

/*communitycenter links*/
ul.communityCenterLink{
  display:block;
  position:absolute;
  margin:0 auto;
  padding:0;
  top:57%;
  left:50%;
  z-index: 103;
  transform:translate(-50%);
}

.communityCenterLink li{
  position:relative;
  list-style:none;
}

.communityCenterLink li a{
  position:relative;
  display:inline-block;
  font-family:"Lato", sans-serif;
  font-weight:300;
  color:white;
  font-size:1em;
  text-align:center;
  text-decoration:uppercase;
}

h1.title{
  padding: 0;
  margin:0 auto;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  height:auto;
 -moz-transform:translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1000;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border: none;
  text-decoration: none;
  transition: all 1.25s ease-in;
  opacity:0;
}
 span.slideshowIcon{
  display:block;
  margin-top:15px;
  padding:2px;
  position:absolute;
  top:53%;
  left:50%;
  transform:translateX(-50%);
  width:50px;
  height:50px;
  z-index: 102;
  opacity:1;
}

h1.title.active {
  opacity:1;
}

h1.title a {
  display: inline-block;
  font-family: canterlight, sans-serif;
  font-size: 1.5em;
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: .1em;
  text-decoration: none;

}


h1.title a:focus{
    outline: none;
}

h1.title:hover, h1.title:focus {
  opacity: .75;
  filter: alpha(opacity=75);
}

.pipe {
  font-family: Lato, sans-serif;
  font-weight: 100;
}

.fade{
  opacity:0;
}

/*splitscan disable link to slideshow */
.slideSeven h1.title a{
  pointer-events: none;
  cursor: default;
}


span.slideInfo {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: solid 1px #999999;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-color:black;
  background-color:rgba(0,0,0.15);
  z-index: 4000;
 }

span.slideInfo:hover, span.slideInfo:focus {
  border: solid 1px orange;
}

span.slideInfo img {
  display: block;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  opacity: .5;
  filter: alpha(opacity=50);
}

/******Sliding overlay with slide info******/
.overlayIntro {
  display: block;
  width: 9.09090909091%;
  height: 100%;
  position: absolute;
  /* background-color: black; */
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1002
 }

.inneroverlay {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.overlayIntro .copy {
  margin: 0;
  position: relative;
  width: 40%;
  font-family: Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: white;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5em;
  padding: 0 10px;
  top: 50% !important;
  left: 50% !important;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1003;
  font-size:small;
}

.overlayIntro h2 {
  font-family: Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size:small;
  letter-spacing: .3em;
  text-transform: uppercase;
  z-index: 1004;
}

.overlayIntro h2.exo {
  text-transform: none;
}

.overlayIntro h2 span.design {
  text-transform: none;
}

.overlayIntro p {
  font-family: Lato, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size:small;
  z-index: 1004;
}
/*credits/awards*/
.copy span.credit{
letter-spacing:.05em;
display:block;
  padding:0;
  margin:0;
  padding-top:10px;
  line-height:1.2;
  font-size:x-small;
  }

#overlayFloatSpace {
  left: 0; }

#overlayExo {
  left: 9.09090909091%;
}

#overlayPlatina {
  left: 18.1818181818%; }

#overlayManhattanLoft {
  left: 27.2727272727%; }

#overlayCulturalCenters {
  left: 36.3636363636%; }

#overlayfarmersCollab {
  left: 45.4545454545%;
 }
#overlaysplitSpace {
  left: 54.5454545455%; }

#overlayBrussels {
  left: 63.6363636364%; }

#overlayHousing {
  left: 72.7272727273%; }

#overlayUpcomingOngoing {
  left: 81.8181818182%; }

#overlayObjects {
  left: 90.9090909091%; }

.overlayIntro, .overlayIntroClose  {
  top:0;
  left:0;
  opacity:0;
  z-index:-1;
}

.overlayIntroOpen {
  top:0;
  left:0;
  z-index: 2000;
  width: 9.09090909091%%;
  height: 100%;
  opacity:1;
}

.overlayIntro {
  transition: all 0.6s ease; }

/********************** SECTION 3 + SECTION 4 - PROFILE SECTION / RESEARCH  **********************/
div.image {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;

}

span.image1, span.image2 {
  margin-top: 100px;
  left: 50%;
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
  width: 170px;
  height: 170px;
  position: relative;
  display: block;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: -webkit-transform .6s 1.5s forwards;
  transition: transform .6s 1.5s forwards;
  z-index: 5;
  margin-bottom: 30px;
}

span.image1 {
  background-image: url(../img/virenBrahmbhatt-museum.jpg);
}

span.image2 {
  width: 250px;
  height: 115px;
  background-image: url(../img/sketch2.png);
}

div#section3 div.outerWrapper.active {
  margin: 100px auto 40px;
}

div#section3 div.outerWrapper {
  margin: 50px auto 40px;
  padding: 0;
  display: block;
  position: relative;
  width: 60%;
  z-index: 1000;
  transition: all 1s ease;
}

div#section2 div.outerWrapper {
  margin: 50px auto 40px;
  padding: 0;
  display: block;
  position: relative;
  width: 50%;
  z-index: 1000;
  transition: all 1s ease;
}


div.profile, div.publications, div.teaching, div.guestCritic {
  display: inline-block;
  position: relative;
  color: gray;
  width: 100%;
  margin: 5px auto;
  z-index: 5;
}

div.profile {
  display: block;
  padding-bottom: 40px;
 }

 

div.publications h3, div.teaching h3, div.guestCritic h3 {
  font-size: 1em;
  font-size:small;
  display: block;
  text-transform: uppercase;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-family: 400;
  letter-spacing: .2em; }

div.publications dt, div.teaching dt, div.guestCritic dt {
  font-size:small;
  border-bottom: 1px solid #999999;
  padding: 2px;
  margin: 5px 0 5px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-family: 400;
  letter-spacing: 0;
  font-weight:400;
  }

div.publications dt a:hover, div.publications dt a:focus, div.teaching dt a:hover, div.teaching dt a:focus {
  color: orange; }

div.publications dt:before, div.teaching dt:before {
  content: '+';
  margin-right: 2px;
  display: block;
  position: relative;
  height: 10px;
  width: 10px;
  top: -.3em;
  left: 0;
  color: orange;
  font-size: 1.5em;
  float: left;
}

.ddSpaceTop {
  display: inline-block;
  padding-top: 5px;
  text-transform: uppercase;
}

.ddSpaceBottom {
  display: inline-block;
  padding-bottom: 5px;
}

.ddSpaceTopBottom {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px;
}

.hells {
  text-transform: lowercase;
}

div.profile h3, div.profile p {
  font-size: 1em;
  margin: 5px 0 10px;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", monospace;
  color: black;
}

div.publications dd, div.teaching dd, div.guestCritic dd {
  font-size:small;
  margin: 5px 0 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height:1.5em;
}

div.publications a, div.teaching a, div.guestCritic a {
  display: block;
  text-decoration: none;
  color: gray;
}

dd span{
  display:block;
  margin:.5em 0;
}

dd span.link{
  letter-spacing: .1em;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 5px;
}

dd span.link a{
  color: #999999;
}
dd span.link a:hover{
  color:#666666;
}

.tlt {
  color: gray;
}

span.italic{
  display:block;
  font-family: 'Lato', sans-serif;
  font-size:x-small;
}
span.italic2{
  display:inline;
  font-style:italic;
  margin-right:6px;
}

.workshops {
  padding-bottom: 400px;
}
 
.principal {
  padding-bottom: 200px;
}




/********************** SECTION 5 CONTACT **********************/
section.pageFive {
  margin: 0;
  padding: 0;
}

.contactOuterwrapper.active {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contactOuterwrapper {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  z-index: 100;
  transition: all 1.5s ease;
}

div.addressWrapper{
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 1.5;
}

ul.address {
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
  list-style: none;
}

ul.address {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  text-align: center; }

.address li {
  margin: 10px;
  padding: 0;
  text-decoration: none;
}

.address li h3 {
  white-space: pre-line;
  margin: 0 auto;
  padding: 2px;
  display: block;
 font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .75em;
  color: gray;
  letter-spacing: .03em;
}

h3 span {
  margin: .5em;
}

.address a, .address a:visited {
  text-decoration: none;
  color: orange;
}

.address a:hover, .address a:focus {
  color: gray;
}

.copyright {
  font-family: Lato;
  font-size: .65em;
  font-size:300;
  color: gray;
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left:15px;
  -ms-transform-origin:bottom left;
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left;
  -ms-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
  text-align: center; }

/********************** MEDIA QUERIES **********************/
@media only screen and (min-width: 1681px) {
  .nav {
    top: 26px;
  }
  ul.navVerticalInner li a {
    padding: 15px;
    font-size: 1.2em;
  }
  div#section3 div.outerWrapper {
    width: 65%;
  }
  div.publications h3, div.teaching h3, div.guestCritic h3,
  div.publications dt, div.teaching dt, div.guestCritic dt,
  div.publications dd, div.teaching dd, div.guestCritic dd {
    font-size:small;
  }
  div.publications dt, div.teaching dt, div.guestCritic dt {
    border-bottom: 1px solid #999999;
  }
  div.publications dt:before, div.teaching dt:before {
    content: '+';
    font-size: 1em;
    margin-right: 3px;
    height: 10px;
    width: 10px;
    top: -.1em;
  }
  .overlayIntro .copy {
    font-size:small;
    width: 30%;
  }
}

@media only screen and (max-width: 1680px) {
 
  div#section3 div.outerWrapper {
    width: 75%;
  }
  div.publications h3, div.teaching h3, div.guestCritic h3,
  div.publications dt, div.teaching dt, div.guestCritic dt,
  div.publications dd, div.teaching dd, div.guestCritic dd {
    font-size:small;
  }
  div.publications dt:before, div.teaching dt:before {
    content: '+';
    font-size: .85em;
    margin-right: 2px;
    height: 10px;
    width: 10px;
    top: .1em;
  }
  .nav {
    top: 26px;
  }
  ul.navVerticalInner li a {
    padding: 15px;
    font-size: 1.2em;
  }
  .overlayIntro .copy {
    font-size:small;
    width: 35%;
    }
}

@media only screen and (max-width: 1400px) {
  div.profile h3, div.profile p {
    font-size: .85em;
  }
  .overlayIntro .copy {
    font-size:small;
    width: 35%;
  }
}

@media only screen and (max-width: 1280px) {
  div.profile h3, div.profile p {
    font-size: .8em;
  }
 
  .nav {
    top: 26px;
  }
  ul.navVerticalInner li a {
    padding: 15px;
    font-size: 1em;
  }
  .overlayIntro .copy {
    font-size: small;
    width: 40%;
  }


}

@media only screen and (max-width: 950px) {
  div.innerwrapper {
    width: 75%;
  }
  div.innerwrapper .missionStatement {
    font-size: 1em;
  }
  div.publications h3, div.teaching h3, div.guestCritic h3,
  div.publications dt, div.teaching dt, div.guestCritic dt,
  div.publications dd, div.teaching dd, div.guestCritic dd {
  font-size: small;
  }
  .overlayIntro .copy {
    width: 50%;
  }
}

@media only screen and (max-width: 856px) {
  .overlayIntro .copy {
    width: 55%;
  }

  div.innerwrapper {
    width: 75%;
  }
  div.innermain {
    width: 400px;
    height: 400px;
  }
  span.image1 {
    width: 150px;
    height: 150px;
  }
  span.image2 {
    width: 150px;
    height: 69px;
  }
  /* div.profile {
    width: 75%;
  } */
  .nav {
    top: 26px;
  }
  ul.navVerticalInner li a {
    padding: 10px;
    font-size: 1em;
  }
}

@media only screen and (max-width: 800px) {

  div.innermain {
    width: 300px;
    height: 300px;
  }
  .mask h3 {
    font-size: .6em;
    letter-spacing: .1em;
  }
  div.profile {
    width: 80%;
    }
    .workshops {
      padding-bottom: 200px;
    }
     
    .principal {
      padding-bottom: 200px;
    }
    div#section2 div.outerWrapper {
      width: 70%;
    }
  }


@media only screen and (max-width: 743px){
  .overlayIntro .copy {
    width: 60%;
  }
}
@media screen and (max-width: 698px){
  /*****social icon animation ********/
  div.socialWrapper {
    margin-left:0;
    top:0;
    bottom:0;
    background-color:gray;
    background-color:rgba(0,0,0,.75);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .social li:nth-child(8) a{
    display:block;
    cursor:pointer;
  }
  div.socialWrapper, .socialWrapperClose {
    width:320px;
    left:-280px;
    background-color:transparent;
  }
  .socialWrapper.Open{
    left:0;
    background-color:gray;
    background-color:rgba(0,0,0,.75);
  }
}

@media only screen and (max-width: 640px) {
  div.profile {
    width: 85%;
  }
  div.profile h3, div.profile p {
    font-size: .8em;
  }
  div#section3 div.outerWrapper {
    width: 75%;
  }
  .contactOuterwrapper {
    margin-top: 25px;
  }
  .address li {
    margin: 5px;
  }
  .address li h3 {
    white-space: pre-line;
    font-size: .75em;
  }
  ul.navVerticalInner li a {
    padding: 10px;
  }
  div.publications h3, div.teaching h3, div.guestCritic h3,
  div.publications dt, div.teaching dt, div.guestCritic dt,
  div.publications dd, div.teaching dd, div.guestCritic dd {
    font-size: small;
  }
  div.publications dt, div.teaching dt, div.guestCritic dt {
    border-bottom: 1px solid #999999;
  }
  .overlayIntro .copy {
    width: 65%;
  }
  div#section2 div.outerWrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 694px){
  /*****social icon animation ********/
  div.socialWrapper {
    margin-left:0;
    top:0;
    bottom:0;
    background-color:gray;
    background-color:rgba(0,0,0,.75);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .social li:nth-child(8){
    display:block;
    cursor:pointer;
  }
  div.socialWrapper, .socialWrapperClose {
    width: 320px;
    left:-280px;
    background-color:transparent;
  }
  .socialWrapper.Open{
    left:0;
    background-color:gray;
    background-color:rgba(0,0,0,.75);
  }
   h1.title{
    font-size:1.3em;
  }
}



@media only screen and (max-width: 500px) {
  ul.communityCenterLink{
    top:70%;
    left:50%;
    z-index: 103;
    transform:translate(-50%);
  }
  .communityCenterLink li a{
    font-size:.75em;
    display:block;
    color:#999999;
  }
  div.innerwrapper {
    width: 90%;
  }
  div.innerwrapper .missionStatement {
    font-size: 1em;
    letter-spacing: .1em;
  }
  div.slide img {
    opacity: .75;
    filter: alpha(opacity=75);
  }
  div.profile {
    width: 90%;
  }
  div#section2 {
padding-bottom:50px;
}
  div.profile h3, div.profile p {
    /* font-size: x-small; */
    line-height: 1.2;
    color: black;
  }
  div#section3 div.outerWrapper {
    width: 85%;
  }
  span.image1 {
    width: 120px;
    height: 120px;
  }
  .contactOuterwrapper {
    margin-top: 15px;
  }
  .address li {
    margin: 5px;
  }
  .address li h3 {
    white-space: pre-line;
    font-size: .75em;
  }
  ul.navVerticalInner li a {
    padding: 10px;
  }
  div.publications dt, div.teaching dt, div.guestCritic dt,
  div.publications dd, div.teaching dd, div.guestCritic dd {
    font-size: small;
  }
  div.publications dd, div.teaching dd, div.guestCritic dd,
  div.publications h3, div.teaching h3, div.guestCritic h3,
  div.publications dt a, div.teaching dt a, div.guestCritic dt {
    color: #cccccc;
  }
  div#section3, div#section4 {
    background-color: gray;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .overlayIntro .copy {
    font-size:x-small;
    width: 75%;
    color: white;
  }
    .overlayIntro p{
    font-size:.75em;
    line-height:1.5em;
  }

  span.slideshowIcon{
  margin-top:5px;
  padding:2px;
  }
     h1.title{
    font-size:1.2em;
  }
}

@media screen and (max-width: 481px){
    .slider li:nth-child(1) {
  background-image: url(../img/viren-brahmbhatt-main1-750.jpg); }

  .slider li:nth-child(2) {
  background-image: url(../img/viren-brahmbhatt-main2-750.jpg);
  }

  .slider li:nth-child(3) {
  background-image: url(../img/viren-brahmbhatt-main3-750.jpg);
  }

  .slider li:nth-child(4) {
  background-image: url(../img/viren-brahmbhatt-main4-750.jpg);
  }

  .slider li:nth-child(5) {
  background-image: url(../img/viren-brahmbhatt-main5-750.jpg);
  }
}

@media screen and (max-width: 475px){
/*menu opens fullpage*/
  .outerwrapper{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .menuwrapper {
    position: absolute;
    top:23%;
    left:50%;
    width:100%;
    -ms-transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%, 0);
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .menuwrapper ul {
    font-size: small;
    width:60%;
    position:relative;
    top:0;
    left: 50%;
    height:auto;
    overflow:hidden;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
  .menuwrapper ul li{
    top:0;
    left:0;
    width:97%;
    right:-30px;
  }
  .menu li a{
    padding: 8px 0 8px 2px;
    width:100%;
    height:auto;
    position:relative;
    display:block;
    letter-spacing: .5em;
    text-align: left;
    text-decoration: none;
    text-transform:uppercase;
    color: white;
    -webki-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
    .menu li a, .submenu li a{
    padding: 3.5px 0 3.5px 2px;
  }
  .submenu li a{
    padding: 5px 0 5px 2px;
    color:#999999;
    letter-spacing:.2em;
  }
  .menu li a{
    padding: 15px 0 15px 2px;
  }
  .submenu li a{
    padding: 10px 0 10px 2px;
  }
  .menu ul{
    width:100%;
    padding:0;
    margin:0;
 }
/*animation*/
  .submenuOpen1{
    height: 245px!important;
  }
  .culturalCenterProjectsOpen{
    height:110px!important;
  }
  .companyOpen{
  height: 70px!important;
  }
  .submenuOpen2{
    height: 350px!important;
  }
  .urbanDesignProjectsOpen{
  height:180px!important;
  }
  .menuwrapper li a:hover, .menuwrapper li a:visited,.menuwrapper li a:focus {
    padding:5px 0 28px 2px;
 }
 /*first li projects*/
  .menuwrapper > li a:hover, .menuwrapper > li a:visited,.menuwrapper li > a:focus{
    padding: 4px 0 10px 2px;
  }
  /*animation*/
  .outerwrapper, .outerwrapperClose {
    -ms-transform:translate3d(0, 90%, 0);
    -webkit-transform:translate3d(0, 90%, 0);
    transform:translate3d(0, 90%, 0);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.outerwrapperOpen {
  -ms-transform:translate3d(0, 0, 0);
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

  .overlayIntro .copy{
    width:70%;
  }

  .overlayIntro p{
    font-size:x-small;
    line-height:1.5em;
  }
  h1.title {
    font-size:1em;
  }
    div.profile h3, div.profile p {
    line-height: 1.2;

  }
}




@media only screen and (max-width: 384px) {
  div.profile h3, div.profile p {
    color: black;
  }
  .nav {
    top: 26px;
  }
  ul.navVerticalInner li a {
    padding: 5px;
  }
  ul.address {
    white-space: pre-line;
    margin: 0;
    padding: 0;
  }
  .address li {
    margin: 2px 5px;
  }
  .address li h3 {
    padding: 1px;
  }
  #section1 div.mainImg {
    width: 100%;
    height: 40%;
  }
  #section1 div.insetImgOne {
    display: none;
  }
  #section1 div.insetImgTwo {
    width: 40%;
    height: 60%;
  }
  div.profile{
width:75%;  }
}

@media only screen and (max-height: 240px) {
  ul.navVerticalInner li {
    margin: 1px;
  }
  ul.navVerticalInner li a {
    padding: 1.5px;
  }
  .address li h3 {
    font-size: .6em;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table; }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

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

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

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

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

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

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

/*# sourceMappingURL=dedotsign-main.css.map */
