@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500);

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

*,
*:after,
*:before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
@media (max-width: 700px) {
  html {
    font-size: 55%;
  }
}
body {
  font-family: 'Work Sans', sans-serif;
  color: #f2ede3;
  background: #1b1919;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.25;
  overflow: hidden; 
}
h1 {
	font-size: 8.5rem;
	line-height: 1.1em;
}
h2 {
	font-size: 4.8rem;
	line-height: 1em;
	margin-bottom: 30px;
}
#personalWorks h2 {
  margin-left: -3px;
}
#professionalWorks h2 {
  margin-left: -4px;
}
h1, h3, h4 {
	margin: 0;
	text-transform: uppercase;
}
h3 {
	font-size: 2.4rem;
	margin-top: -10px;
	color: #949494;
}
h4 {
	font-size: 2.6rem;
	padding-top: 40px;
}
#personalWorks .container > h4 {
  padding-top: 0;
}
#personalWorks > h4 span:first-of-type {
  color: #aaacae;
}

h1 span
/*h4 span,
.ion-ios-information-outline  */{
	color: #768899;
}
h5 {
	color: #FFF;
	font-size: 2rem;
	text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
}
a {
	color: #f2ede3;
}
small {
	font-size: 90%;
}
p ~ p {
	margin-top: 5px;
}
strong, b {
  font-weight: 500;
}

@media (max-width: 550px) {
  h1 {
    font-size: 6.5rem;
  }
  #home h3 {
    font-size: 1.81rem;
    margin-top: -5px;
  }
}
@media (max-width: 415px) {
  h1 {
    font-size: 5.5rem;
  }
  h2 {
  	font-size: 4rem;
  }
  #home h3 {
    font-size: 1.54rem;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 5rem;
  }
  #home h3 {
    font-size: 1.4rem;
  }
}                
.ion-ios-information-outline {
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
hr {
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#preloader{
  background-color:#101524; 
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:9999;  
}
.loader {
  background: url("../images/puff.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
  height: 50px;
  width: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
#header {
  position: fixed;
  top: 0;
  height: 54px;
  width: 100%;
  z-index: 999;
}
#headerBG {
  background: #252525;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#logo {
  left: 2.5%;
  background: url("../images/nc-logo.png") no-repeat;
  width: 50px;
  height: 50px;
  background-size: cover;
  cursor: pointer;
  position: fixed;
  /*top: 1.4%;*/
  top: 0;
}
.show {
  opacity: 0.4;
}
#nav ul li {
	list-style: none;
  font-size: 14px;
  /*font-size: 1.4rem;*/
  font-weight: 400;
  letter-spacing: 1px;
}
#nav ul li,
#submit,
.link {
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 5px 0;
}
/*#nav ul li:hover {
background-color: rgba(0,0,0,.15);
}*/
#submit:before,
.link:before { 
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 1px;
  left: 0;
  background-color: #FFFFFF;
  transition: width 0.3s ease-in-out;
}
#submit:after,
.link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  right: 0;
  background-color: #FFFFFF;
  transition: width 0.3s ease-in-out 0.15s;
}
#submit:hover:before,
.link:hover:before {
  width: 100%;
  transition: width 0.3s ease-in-out 0.15s; 
}
#submit:hover:after,
.link:hover:after {
  width: 0%;
  transition: width 0.3s ease-in-out; 
}
.featherlight .link {
  padding: 1px 0;
}

@media (min-width: 551px) {
  #nav {
   position: fixed;
   right: 5.5%;
   top: 10px;
 }
 #nav ul li {
  display: inline !important;
  opacity: 1 !important;
  margin-left: 3vw;
}
#nav ul li:before { 
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 1px;
  left: 0;
  background-color: #FFFFFF;
  transition: width 0.3s ease-in-out;
}
#nav ul li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  right: 0;
  background-color: #FFFFFF;
  transition: width 0.3s ease-in-out 0.15s;
}
#nav ul li:hover:before {
  width: 100%;
  transition: width 0.3s ease-in-out 0.15s; 
}
#nav ul li:hover:after {
  width: 0%;
  transition: width 0.3s ease-in-out; 
}
}

@media (max-width: 550px) {
  #nav {
    margin-top: 30vh;
  }
/* #nav ul {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    }*/
    #nav ul li { 
      display: none; 
      text-align: center;
      margin-bottom: 15px;
      font-size: 2.2rem;
      -webkit-transition: color 0.3s ease-in;
      -moz-transition: color 0.3s ease-in;
      -o-transition: color 0.3s ease-in;
      transition: color 0.3s ease-in;
    }
/*  #nav ul li:hover,
  #nav ul li:active,
  #nav ul li:focus {
    color: #768899;
    }*/
    #mobileNav {
     border-top: 2px solid #768899;
     height: 25px;
     width: 30px;
     box-sizing: border-box;
     position: absolute;
     z-index: 30;
     right: 20px;
     top: 13px;
     cursor: pointer;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
   }
   #mobileNav:before {
     content: "";
     display: block;
     position: absolute;
     height: 2px;
     width: 30px;
     right: 0;
     background: #768899;
     top: 10px;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
   }
   #mobileNav:after {
     content: "";
     display: block;
     position: absolute;
     height: 2px;
     width: 30px;
     right: 0;
     background: #768899;
     bottom: 0;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
   }
   #mobileNav.navigating {
     border-color: transparent;
   }
   #mobileNav.navigating:before {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
     transform: rotate(45deg);
     width: 33px;
     right: -2px;
   }
   #mobileNav.navigating:after {
     -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
     -o-transform: rotate(135deg);
     transform: rotate(135deg);
     bottom: 11px;
     width: 33px;
     right: -2px;
   }
 }

 #home h1 {
  text-shadow: -1px -5px 6px #212121;
}
/*#home h1 span {
  text-shadow: 1px -5px 6px #212121;
  }*/
/*#home h3 {
  text-shadow: -1px -2px 2px #212121;
  }*/
  #professionalWorks {
    background: url("../images/professional.jpg") no-repeat;
    background-size: cover;
  }
  #personalWorks {
    background: url("../images/personal.jpg") no-repeat;
    background-size: cover;
  }
  #about {
    background: url("../images/about.jpg") repeat;
    background-size: cover;
  }
  @media (max-width: 1000px) {
    #professionalWorks,
    #personalWorks,
    #about {
      background-position: center center;
    }
    #header {
      background-position: top center;
    }
  }
  .preloadBGs {
   background: url(../images/professional.jpg), url(../images/personal.jpg), url(../images/about.jpg);
   width:0;
   height:0;
   visibility:hidden;
 }
 section {
  opacity: 0;
  top: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10;
}
section .container > * {
  opacity: 0;
}
.container {
  width: 95%;
  max-width: 1300px;
  opacity: 0;
}
#home {
  /*background: url("../images/home.jpg") no-repeat;*/
  background-size: cover;
  background-position: center center;
  position: fixed;
  text-align: center;
}
#home .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.visible {
  opacity: 1;
  display: block;   
}
section.visible .container{
  opacity: 1;
  display: block;
}
.hideOF {
  overflow: hidden;
}
@media (min-width: 767px) {
	#professionalWorks {
		overflow: hidden;
	}
}
@media (min-width: 1301px) {  
  #content .container {
    margin: 6% auto 0;
  }
}
@media (max-width: 1300px) {  
  #content .container {
   margin: 14vh auto 0;
 }
}
#content h4:before {
  content: "//";
  font-weight: 400;
  letter-spacing: 4px;
  color: #768899; 
}

/*
.SM {
  margin-top: 25px;
  font-size: 32px;
  cursor: default;
}
.SM a {
  cursor: pointer;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.215, 1) 0s;
    transition: all 350ms cubic-bezier(0.215, 0.61, 0.215, 1) 0s;
  padding: 5px;
  margin: 5px;
}
.SM a:first-of-type {
  font-size: 44px;
}
.SM a:first-of-type i:before{
  vertical-align: bottom;
}
.SM a:hover {
  color: #768899;
}
*/


/* PROFESSIONAL */
.pager {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 22.5%;
}
.pagerKeys {
  z-index: 2;
  position: absolute;
  right: 2%;
  top: 50%;
}
.prev {
  margin-bottom: 25px;
  opacity: 0;
  visibility: hidden;
}
.pagerKeys i {
  cursor: pointer;
  padding: 3px 10px;
  border: 1px solid #f2ede3;
  font-size: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagerKeys i:before {
  line-height: 0;
}
.pagerKeys i:hover {
  border: 1px solid #768899;
}
.pagerKeys i:active {
  /* placeholder */
}

.pager span {
  display: block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  height: 10px;
  width: 10px;
  margin: 6px 0;
  cursor: pointer;
}

.pager span.fire-pager-active {
  opacity: 1
}
.fireslider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#fireSlider {
  width: 100%;
  height: 70vh;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#fireSlider li {
  display: block;
  height: 100%;
}

#fireSlider li div {
  float: left;
  height: 100%;
  padding-top: 5px;
}
#fireSlider li div:first-of-type {
 width: 72%;
 text-align: center;
}
#fireSlider li div:last-of-type {
 width: 24%;
 padding-left: 3%;
}
#fireSlider img {
  max-width: 100%;
  max-height: 100%;
}
#fireSlider h5  {
  margin-bottom: 2px;
}

.slide-3 h3 {
  text-align: center;
  margin-top: 15%;
}
@media (max-width: 900px) {
  #fireSlider li div:first-of-type {
    width: 62%;
  }
  #fireSlider li div:last-of-type {
    width: 33%;
  }
}

@media (max-width: 767px) {
	.pagerKeys {
		display: none !important;
	}
  #fireSlider {
    height: initial;
  }
  #fireSlider li {
    display: inline-block;
    height: initial;
    width: 100%;
    margin-bottom: 15vh;
    border-bottom: 1px solid #768899;
    padding-bottom: 15vh;
  }
  #fireSlider li h5 {
    font-size: 2.5rem;
  }
  #fireSlider li p {
    font-size: 2rem;
  }
  #fireSlider li div:first-of-type {
    width: 100%;
  }
  #fireSlider li div:last-of-type {
    width: 100%;
    padding-left: 0;
  }
  .slide-3 h3 {
    margin-top: 0;
  }
}
#fireSlider > li ul > li {
  display: list-item;
  margin-left: 19px;
}
@media (max-width: 767px) {
  #fireSlider > li ul > li {
    display: list-item;
    margin-left: 19px;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/* ABOUT */
.skills {
	background: rgba(255,255,255,.05);
	width: 100%;
  margin-top: 7px;
}
@media (min-width: 701px) { 
  .skills {
    display: table !important;
  }
  .skills div {
    display: table-cell;
  }
}
@media (max-width: 700px) {
  .skills div {
    display: inline-block;
    text-align: center;
    width: 15.8%;
  }
}
@media (max-width: 500px) {
  .skills div {
    width: 19%;
  }
}
@media (max-width: 400px) {
  .skills div {
    width: 23.7%;
  }
}
.skills img {
  -webkit-filter: grayscale(100%) opacity(.7);
  filter: grayscale(100%) opacity(.7);
  filter: gray;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}
.skills img:hover {
  -webkit-filter: initial;
  filter: initial;
}
#about ul {
	margin: 5px 50px 10px 20px;
  float: left;
}
@media (max-width: 739px) {
  #about ul:first-of-type {
    margin-bottom: -4px;
  }
}
#about ul li {
	margin-bottom: 5px;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}
/* Logo Hover Tooltips */
[data-tooltip] {
  position: relative;
}
[data-tooltip]:before, 
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
[data-tooltip]:before {
  padding: 5px 15px;
  background: rgba(118,136,153,.6);
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  transform: translateX(-50%);
}
[data-tooltip]:after {
  border: 8px solid transparent;
  width: 0;
  content: "";
  font-size: 0;
  line-height: 0;
  bottom: 100%;
  left: 50%;
  margin-bottom: -3px;
  transform: translateX(-50%);
  border-top: 8px solid rgba(118,136,153,.6);
  border-bottom: none;
}
[data-tooltip]:hover:before, 
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(7px);
}


/* Personal Works */
.works {
	list-style: none;
	padding: 0;
	margin: 0 -7px;
} 
.works:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.works > li {
	/*display: inline-block;
	width: 30%;
	margin: 1%;*/
	display: block;
  float: left;
  padding: 7px;
  width: 25%;
  position: relative;
}

@-webkit-keyframes flash {
  5%  { opacity: .9; }
  10% { opacity: .6; }
  50% { opacity: .2; }
}

@keyframes flash {
  5%  { opacity: .9; }
  10% { opacity: .6; }
  50% { opacity: .2; }
}

.works li:hover i:before {
	animation-name: flash;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation: flash 1.5s infinite;
}
.instaIMG {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center center;
}
#instafeed {
	padding: 7px;
}
#instafeed > li {
  width: 20%;
  padding: 0;
}
@media (max-width: 1200px) {
  .instaIMG {
    height: 18.917vw;
  }
}
@media (max-width: 986px) {
	.works > li {
    width: 33%;
  }	
  #instafeed > li {
    width: 25%;
  }
  .instaIMG {
    height: 23.628vw;
  }
}
@media (max-width: 767px) {
	.works > li {
		width: 50%;
	}	
  #instafeed > li {
    width: 33%;
  }
  .instaIMG {
    height: 31.14vw;
  }
}
@media (max-width: 400px) {
	.works > li {
		width: 100%;
	}	
  #instafeed > li {
    width: 50%;
  }
  .instaIMG {
    height: 46.875vw;
  }
}


.works li a {
	display: block;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.works li a img {
	display: block;
	max-width: 100%;
}

.works li a img,
.works li .instaIMG {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.gallery_overlay {
	position: absolute;
	/*top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;*/
	top: 1.7em;
	right: 1.7em;
	bottom: 1.7em;
	left: 1.7em;
	border: 1px solid #fff;
	/*content: '';*/
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}
.works li a:hover .gallery_overlay {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.gallery_overlay h5 {
	margin: 6% 10px;
}
@media (min-width: 401px) and (max-width: 515px) {
	.gallery_overlay h5 {
		font-size: 1.8rem;
	}
}
@media (min-width: 516px) and (max-width: 650px) {
	.gallery_overlay h5 {
		font-size: 1.9rem;
	}
}
.gallery_overlay .icon {
	position: absolute;
	bottom: 2px;
	right: 8px;
	font-size: 2.3rem;
	color: #FFF;
}

.works li a {
 background: -webkit-linear-gradient(45deg, #3f3f46 0%, #3b76af 100%);
 background: linear-gradient(45deg, #3f3f46 0%,#3b76af 100%);
}
.works li a:focus {
 outline: 0; 
 -moz-outline-style: none
}
#content figure.effect-roxy figcaption {
  padding: 1.5em;
  text-align: left;
}
.works li a:hover img,
.works li a:hover .instaIMG {
  opacity: 0.4;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.works li a:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}




/* Personal Works Modal Popup */
.modals > div {
	display: none;
}
.featherlight img {
	max-height: calc(100vh - 150px);
  max-width: 100%;
}
.featherlight .featherlight-close-icon {
  line-height: 44px;
  width: 44px;
  font-family: 'Work Sans', sans-serif;
  background: rgba(118,136,153,.65);
  color: #FFF;
}
.featherlight .featherlight-close-icon:hover {
  background: rgba(63,63,70,1);
}
.featherlight:last-of-type {
	background: rgba(0,0,0,.7);
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.featherlight-inner p {
	padding: 5px 20px;
	text-align: center;
  margin: 0 auto;
}
iframe {
  width: 100%;
  height: 70vh;
  max-height: 100%;
}


/* works, for onclick */

/*
.works li a {
	position: relative;
}
.works li a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.works li a:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
  }*/


  /* Footer */
  .footer {
   margin: 75px 0 25px;
   text-align: center;
   color: #f2ede3;
   cursor: default;
   font-size: 1.6rem;
   opacity: 0;
 }
 .footer a {
   font-size: 2.6rem;
   vertical-align: middle;
   margin-left: 10px;
   cursor: pointer;
   -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.215, 1) 0s;
   transition: all 350ms cubic-bezier(0.215, 0.61, 0.215, 1) 0s;
 }
 .footer a:hover {
   color: #768899;
 }
 #professionalWorks .footer {
  position: absolute;
  left: 50%;
  margin-left: -110px;
  bottom: 0;
}

/* Scrollbar */
::-webkit-scrollbar-track {
	background-color: #19181D;
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #19181D;
}

::-webkit-scrollbar-thumb {
  background-color: #768899;
}

@media (min-width: 400px) {
  .show-mobile {
    display: none;
  }
}

/* Browser Update */
#buorg {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  /*color: #FFF;*/
  top: initial;
  bottom: 0;
  border: 0;
  background-color: #3c3b3b;
}
#buorg div a {
  background: rgba(230, 228, 228, 0.1);
  border-radius: 0;
  color: #21c52f;
  border: 1px transparent;
  box-shadow: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#buorg #buorgig, 
#buorg #buorgpermanent {
  color: #a4a4a5;
}
#buorg:hover #buorgul {
  background: #262d28;
  border: 1px #262d28;
}
#buorgig:hover, 
#buorgpermanent:hover {
  background: #3e1010;
  border: 1px #3e1010;
}