/*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);
@import url(http://fonts.googleapis.com/css?family=Roboto);

body{
    background:black;
    }
/********start info Panel*********/
div.infopanel{
  display:block;
  position:absolute;
  top:0;
  width:70%;
  width:100%;
  height:100%;
  background-color:black;
  background-color:rgba(0, 0, 0,.85);
  opacity:.75;
  z-index:6;
  overflow:hidden;
}

.infopanelInner{
  width: 105%; /*width+18px for scrollbar*/
  height: 100%;
  overflow-y: scroll; /*enable vertical scrolling  */
  -webkit-overflow-scrolling: touch;/* element scrollable for iOS5+ */

}
/*overlay copy*/
.copy{
  margin-top:1px;
  width:40%;
  position:absolute;
  font-family:Lato,sans-serif;
  color:white;
  display:block;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:6;
}

/*overlay h1*/
.copy h1{
  font-weight:400;
  text-align:left;
  display:block;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:small;
  z-index:6;
  color:white;
}

/*overlay p*/
.copy p{
  display:block;
  letter-spacing:.05em;
  line-height:1.5;
  text-align:left;
  font-weight:300;
  font-size:small;
  z-index:6;
}

.copy span.credit{
  display:block;
  padding:0;
  margin:0;
  padding-top:10px;
  line-height:1.2;
  font-size:x-small;
  }
/* Overlay closing cross icon/info icon/videoicon */
nav.topnav{
	margin:0 0 4px 0;
	padding:0;
	width:200px;
	height:48px;
	position:absolute;
	right:0;
	top:0;
	overflow:hidden;
}

/*round buttons on top*/
ul.communityCenterButtons{
  display:block;
  position:absolute;
  margin:0;
  padding:0;
  list-style:none;
  top:5px;
  left:50%;
  transform:translateX(-50%);
  z-index:1003;
}

li.nextSlideshow{
  width:8px;
  height:8px;
  position:relative;
  margin:8px;
  padding:0;
  background-color:transparent;
  border:none;
  float:left;
}

li.nextSlideshow a{
  display:block;
  cursor:pointer;
  border-radius:50%;
  width:4px;
  height:4px;
  border:solid 1px orange;
}

li.current a{
  background-color:orange;
}
span.infoIcon, span.overlay-close, span.slideshowIcon, span.arrowLeft, span.arrowRight{
	display:block;
    margin:0;
    padding:0;
    position:absolute;
    top:8px;
    right:8px;
    width:32px;
    height:32px;
    cursor:pointer;
    background-color:black;
    border:solid 1px gray;
    border:solid 1px rgba(255,255,255,.5);
    z-index:5;
}
span.infoIcon{
	right:45px;
  z-index:1000;
}
span.slideshowIcon{
	right:82px;
}
span.arrowRight{
	right:119px;
}

span.arrowLeft{
	right:156px;
}
span.overlay-close a, span.arrowLeft a, span.arrowRight a, span.slideshowIcon a{
	display:block;
    margin:0;
    padding:0;
    position:relative;
    width:32px;
    height:32px;
    cursor:pointer;
}
 span.infoIcon img, span.overlay-close a img, span.arrowRight a img, span.arrowLeft a img, span.slideshowIcon a img{
 	position:relative;
 	height:20px;
	display:block;
 	top:50%;
 	left:50%;
 	transform:translate(-50%, -50%);
}
span.infoIcon img{
	height:25px;
}
span.videoshowIcon a img{
 	visibility:hidden;
 }
span.overlay-close:hover, span.arrowLeft:hover, span.arrowRight:hover, span.slideshowIcon:hover, span.infoIcon:hover{
border:solid 1px orange;
}
.infopanel{
left:-100%;
}
.infopanel.infopanelopen{
left:0;
}
/*transitions*/
#infopanel {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.outervideowrapper{
  display:block;
  position:absolute;
  width:100%;
  height:100%;
}
 div.video iframe{
  display:block;
  position:absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: 853px;
  height:480px;
}


#bar{
  width: 0;
  max-width: 100%;
  height: 2px;
  background: #cccccc;
  background: rgba(0, 0, 0, .25);
}
#progressBar{
  width: 100%;
  background: orange;
}

/**right/left owl arrow*/
span.arrowRight, span.arrowLeft, span.toNewSlide, span.toPreviousSlide{
  width:40px;
  height:40px;
  position:absolute;
  display:block;
  cursor:pointer;
  z-index:1003;
  background:none;
  border:solid 1px transparent;
  top:50%;
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  transform:translateY(-50%);
}

span.arrowRight a img, span.arrowLeft a img, span.toNewSlide a img, span.toPreviousSlide a img{
  width:40px;
  height:40px;
  margin:0 auto;
  padding:0;
  position:relative;
  display:block;
}

span.arrowRight, span.toNewSlide{
  right:2px;
}

span.arrowLeft, span.toPreviousSlide{
  left:2px;
}


/*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:125px!important;
  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;
}
/*********************media queries*********************/
@media only screen and (min-width: 1681px) {
  .copy{
    width: 30%;
  }
}
@media only screen and (max-width: 1680px) {
  .copy{
    width: 35%;
  }
}

@media only screen and (max-width: 1400px) {
  .copy{
    width: 40%;
   }
}

@media screen and (max-width: 1280px){
  div.infopanel{
/*   width:70%;*/
   height:100%;
  }
  .copy{
    width: 55%;
  }
}

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

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

@media only screen and (max-width: 743px){
  .copy {
    width: 62%;
  }
}

 @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);
    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 screen and (max-width: 639px){
  .copy {
    width: 70%;
  }
  div.video iframe{
    width: 450px;
    height:338px;
  }
}

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

  div.video iframe{
  display:block;
  width:90%;
  }
}
@media screen and (max-width: 520px) {
  .nav-slide a.next{
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
   -webkit-transform-origin: 100% 50%;
   transform-origin: 100% 50%;
  }
  .copy{
    width:80%;
  }
     .copy h1, .copy p{
    font-size:x-small;
  }
  span h1{
  font-size:1.25em;
  letter-spacing: .1em;
  }
}
@media screen and (max-width: 321px){
  div.video iframe{
    width: 320px;
    height:240px;
  }
}
@media screen and (max-width: 390px){
	 .copy h1, .copy p{
		font-size:x-small;
	}
}
@media screen and (max-width: 475px){
/*menu opens fullpage*/
  .outerwrapper{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    background-color:black;
    background-color:rgba(0,0,0,.75);
    -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: 290px!important;
  }
  .culturalCenterProjectsOpen{
    height:100px!important;
  }
  .companyOpen{
  height: 60px!important;
  }
  .submenuOpen2{
    height: 430px!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, 93%, 0);
    -webkit-transform:translate3d(0, 93%, 0);
    transform:translate3d(0, 93%, 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 {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    letter-spacing: 0;
    font-size:1em;
  }
}
