  @import url(http://fonts.googleapis.com/css?family=Special+Elite);
  @import url(http://fonts.googleapis.com/css?family=Ubuntu:300);


  @-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

  @media all {

  body{
  	background-color:#232d33;
  	color:#bfbebd;
  	text-align: center;
  	position: relative;
  	font-family: 'Ubuntu', sans-serif;
    margin: 0px;
  }

section{
  margin: auto;
    padding: 50px 15%;
    position: relative;
}


  .home-section{
    padding: 0px;
  }

  .logo-container {
    display: block;
    margin: auto ;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.logo-bottom span, .logo-top span{
  background-color:#f26b31;
}

.logo-top,.logo-bottom{
  display: block;
  height: 50px;
}

.logo-top span,.logo-bottom span{
  display: inline-block;
  width:12px;
  border-radius: 3px;
  margin: 10px 8px;
  height: 12px;
}


.logo-bottom span:nth-child(3),.logo-bottom span:nth-child(6){
  height: 28px;
}
.logo-bottom span:nth-child(4){
  height: 48px;
}
.logo-bottom span:nth-child(5){
  height: 20px;
}


.scroll-btn-cont{
  color:#5a6c75;
  font-size: 15px;
  margin: 3% auto 0px;
  width: 150px;
  cursor: pointer;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scroll-btn-cont:hover{
  color: #829aa3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.scroll-btn-cont:hover .scroll-btn{
  background-color: #829aa3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.scroll-btn-cont p{
  text-align: center;
}

.scroll-btn{
  display: block;
  margin: auto;
  background-color: #5a6c75;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  -ms-transfrom:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

.scroll-arrow{
  left: 61px;
  position: absolute;
  top: 3px;
}

.scroll-btn-cont:hover .scroll-arrow{
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;

}



#work-filter .mix{
  display: none;
}

.filter-container{
  margin: 20px auto 60px;
}

  h1{
  	color: #F4f4f4;
  	font-size: 25px;
    font-weight: 300;
    margin: 0;
    padding-top: 5px;
  }

  .logo-container h1{
    font-size: 34px;
    margin-top: 40px;
  }

  .logo-container h3{
    margin-top: 10px;
  }

h1.title{
  font-size: 3.4em;
  font-weight: normal;
  padding: 7px 0px 5px;
}

.title-container{
  padding: 40px 0px;
}

 h2.title{
  	font-size: 20px;
  	font-weight: bold;
  	padding-bottom: 5px;
    margin-bottom: 0px;
    clear:both;
    border-bottom: 3px solid #333333;
    margin-top:100px;
    margin-left:auto;
    margin-right:auto;
    width:200px;
  }

  h2{
  	color:#BFBEBD;
  	font-size: 15px;
  	font-weight: 300;
  	padding-bottom: 5px;
 margin-bottom: 12px;

  }

   h3{
   	display: inline-block;
  	color:#BFBEBD;
  	font-size: 14px;
  	font-weight: 300;


  }

  p{
    text-align: justify;
    word-break: normal;
    line-height: 1.3em;
  }

  .menu{
    background-color: #232d33;
    padding-bottom: 20px;
    padding-right: 70px;
    padding-top: 20px;
    position: fixed;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 100;  }

  .menu a{
    color:#bfbebd;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 5px;
    padding-bottom: 7px;
    border-left:4px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .menu a:hover, .menu a.active{
   border-left:4px solid #f26b31;
   color: #f26b31;
  }

  .under-construction{
  	color:#BFBEBD;
  	font-family: 'Special Elite', cursive;
  	font-size: 22px;
  	padding: 30px 40px;
  	margin:0px;
   	border-top:1px solid #4c4c4c;
    text-align: center;
}

.under-construction span{
  display: inline-block;

}



.work-section{
  background-color: #f4f4f4;
}


.work-section .title-top span, .work-section .title-bottom span{
  background-color:#f26b31;
}

.work-section{
  padding: 50px 5%;
}

.work-section .filter{
  font-size: 11px;
  font-weight: bold;
  padding: 5px 10px;
  margin:7px;
  color:#242b30;
  cursor: pointer;
  border-bottom: 4px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-section .filter:hover, .work-section .filter.active{
  border-bottom:4px solid #f26b31;
}

.work-section .title{
  color: #f26b31;
}

.title-container{
    padding-bottom: 50px;
}

.title-top,.title-bottom{
  height: 15px;
  display: inline-block;
}

.title-top span,.title-bottom span{
  display: inline-block;
  width:6px;
  border-radius: 2px;
  margin: 0 4px;
  height: 6px;
}

.title-top span:nth-child(3),.title-top span:nth-child(6){
  height: 14px;
}
.title-top span:nth-child(4){
  height: 24px;
}
.title-top span:nth-child(5){
  height: 10px;
}

.project-item{
  width:100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 54%;
  position: relative;

  /*height: 0;*/
  }

.project-details{
  width: auto;
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}  

.project-item-cont{
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 48%;
    cursor: pointer;
}

.project-item iframe, .project-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.project-title{
  padding: 7px 15px;
  background-color: #f4f4f4;
  color: #232d33;
  font-size: 16px;

}

.project-role{
  background-color:#232d33;
  font-size: 11px;
  color: #f4f4f4;
  font-weight: bold;
  margin-top: 2px;
  padding: 4px 15px;

}

.project-item:hover img{
   filter: none;
  -webkit-filter: grayscale(0%);

}

  .project-item-cont h2{
    font-size: 20px;
  }

  .work-filter{
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }


  .clearfix{
    display: block;
    clear: both;
  }

  .about-section{
    background-color: #f26b31;
    padding: 5% 0px 0px;
  }

  .about-section p{
    padding: 0px 20%;
    max-width: 800px;
    margin: auto;
  }


  .about-section:after{
    margin-top: 100px;
    display: block;
    content: '&nbsp';
    text-indent:-9999px;
    background:repeat-x url('images/tile.png') ;
    height: 72px;
  }

  .about-section .title-top span, .about-section .title-bottom span{
    background-color: #242b30;
  }
  .about-section .title, .about-section p{
    color: #242b30;
  }

  .contact-section{
    background-color: #242b30;
    padding-bottom: 100px
  }

  .contact-section .title-container{
    padding-top: 5px;
  }

  .contact-section .title{
    color: #f26b31;
  }

  .mail-link, .cv-link{
    text-decoration: none;
    border:2px solid #f4f4f4;
    color: #f4f4f4;
    font-size: 14px;
    border-radius: 10px;
    padding: 8px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
  }

  .cv-link{
    border:2px solid #242b30;
    color: #242b30;
    display: inline-block;
    margin-top: 50px;
  }

  .cv-link:hover{
    background-color: #242b30;
    color:#f26b31;
  }

  .mail-link:hover{
    background-color: #f4f4f4;
    color:#242b30;

  }

  .scrollup-cont {
    border-right: 2px solid #222;
    border-top: 2px solid #222;
    content: "";
    cursor: pointer;
    display: block;
    height: 15px;
    margin: 20px auto auto;
    opacity: 0.5;
    transform: rotate(-45deg);
    width: 15px;
}


  .scrollup {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 10%;
    display: none;
    height: 50px;
    position: fixed;
    right: 1%;
    width: 50px;
    border-radius: 10px;
    z-index: 9999;
}



}

  @media all and (max-width: 45em) {
    .project-item-cont{
      float: left;
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 10px;
      margin-bottom: 10px;
      position: relative;
      width: 100%;
  }

  .menu {
    position: relative;
    width: auto;
    padding-right: 0px;
    text-align: center;
  }

  .menu a {
    margin-left: 10px;
    margin-right: 10px;
  }


  .work-section {
      padding: 0;
  }

  .work-section .filter{
    margin:0px;
  }

  .project-item-cont {
    float: none;
    margin: 10px auto;
    position: relative;
    width: 95%;
  }

  .filter-container {
      margin: 0 auto 30px;
  }

  .logo-container {
    width: 100%;
    top:40%;
  }

  .scroll-btn-cont{
    top:76%;
  }

  .about-section p{
    padding: 0px 10%;
  }
}