body{
  font-size: 14px;
  color: #333;
  background-color: #fff;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
}

/* Utility Classes */
.overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4)
}

.section{
  padding: 100px 0;
}

.section .heading{
  text-align: center;
  padding-bottom: 40px;
  width: 100%;
}
/* Slides Section */
.slides-navigation{
  z-index: 6;
}

.slides-navigation .prev, .slides-navigation .next{
  width: 55px;
  height: 55px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slides-navigation a.prev{
  left: 20px;
  background-image: url(../img/icons/prev.png);
}

.slides-navigation a.next{
  right: 20px;
  background-image: url(../img/icons/next.png);
}

.titleMessage{
  position: absolute;
  width: 100%;
  height: 250px;
  top: 50%;
  z-index: 5;
  text-align: center;
  margin-top: -125px;
}

.titleMessage .heading p{
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
  font-weight: 100;
  letter-spacing: 7px;
}

.titleMessage .heading .main{
  font-size: 50px;
  font-weight: 500;
}

.titleMessage .heading .sub{
  font-size: 23px;
  font-weight: 400;
}

/* About Section */
.aboutImage{
  max-width: 100%;
}

/* Skill Section */
.skillsSection, .contactSection{
  background-color: #ff9f1a;
  color: #fff;
  font-weight: 700;
}

#skills h2{
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
}

.skill{
  text-align: center;
  margin-left: 10px;
}

.chart{
  position: relative;
  width: 152px;
  height: 152px;
  display: inline-block;
  text-align: center;
}

.chart canvas{
  position: absolute;
  left: 0;
  top: 0;
}

.chart .percent{
  color: #000;
  line-height: 152px;
  display: inline-block;
  font-size: 35px;
}

.chart .percent:after{
  content: '%';
}

#skills .row{
  position: relative;
}

#skills .owl-nav{
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 20px;
}

#skills .owl-next{
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 15px;
  z-index: 100;
}

#skills .owl-prev{
  position: absolute;
  margin-left: 15px;
  top: 50%;
  z-index: 100;
}
/* Stats Section */

.squareItem{
  margin-top: 30px;
  position: relative;
}

.squareInnerContainer{
  position: relative;
  padding: 50px 15px 35px;
  text-align: center;
  border: 2px solid #444;
  border-top: none;
}

.squareInnerContainer:before, .squareInnerContainer:after{
  content: '';
  position: absolute;
  top: 0;
  width: 30%;
  border-bottom: 2px solid #444;
}

.squareInnerContainer:before{
  right: 0px;
}

.squareInnerContainer:after{
  left: 0px;
}

.squareContent h2{
  font-size: 56px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #ff9f1a;
}

.squareContent h3{
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.squareIcon{
  position: absolute;
  left: 50%;
  top: -30px;
  width: 40%;
  height: 60px;
  font-size: 45px;
  margin-left: -20%;
  color: #ff9f1a;
}

/* Contact Section */
.contactButton{
  color: #fff;
  padding: 15px 20px;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
  transition: 0.3s;
}

.contactButton:hover{
  text-decoration: none;
  color: #ff9f1a;
    background-color: #fff;
}

#contact h2{
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
}

/* Gallery Section */
.items{
  padding: 0;  
}

.filter{
  text-align: center;
  width: 100%;
}

.filter a{
  color: #bdc3c7;
  border: 1px solid #bdc3c7;
  padding: 10px 18px;
  display: block;
}

.filter li{
  display: inline-block;
  padding: 5px;
}

.filter .current{
  background-color: #ff9f1a;
  border-color: #ff9f1a;
  color: #fff;
}

.items li{
  display: inline-block;
  padding: 5px;
}

.itemsContainer{
  width: 100%;
}

.items li img{
  width: 100%;

  -webkit-transition: all 0.2s linear, 1s;
  -moz-transition: all 0.2s linear, 1s; 
  -o-transition: all 0.2s linear, 1s; 
  -ms-transition: all 0.2s linear, 1s; 
  transition: all 0.2s linear, 1s;
}

.items .item{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 5px;
  border: 5px solid #ff9f1a;
  border-radius: 5px;
}

.items .item{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 5px;
  border: 3px solid #ff9f1a;
  border-radius: 10px;

  -webkit-transition: all 0.2s linear, 1s;
  -moz-transition: all 0.2s linear, 1s; 
  -o-transition: all 0.2s linear, 1s; 
  -ms-transition: all 0.2s linear, 1s; 
  transition: all 0.2s linear, 1s;
}

.items .item:hover{
  box-shadow: 2px 2px 10px 2px #0000007d; 

  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05); 
  -o-transform: scale(1.05, 1.05); 
  -ms-transform: scale(1.05, 1.05); 
  transform: scale(1.05, 1.05); 
}

.items .icons{
  position: absolute;
  width: 90px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -20px auto 0 -47px;
  text-align: center;
  z-index: 3;
}

.items .icons i{
  color: #fff;
  font-size: 20px;
  margin-top: 9px;
}

.items a{
  width: 40px;
  height: 40px;
  background-color: #ff9f1a;
  position: relative;
  display: inline-block;

  -webkit-transition: all 0.2s linear, 0.3s;
  -moz-transition: all 0.2s linear, 0.3s; 
  -o-transition: all 0.2s linear, 0.3s; 
  -ms-transition: all 0.2s linear, 0.3s; 
  transition: all 0.2s linear, 0.3s; 
}

.items .imageOverlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;

  -webkit-transition: all 0.2s linear, 1s;
  -moz-transition: all 0.2s linear, 1s; 
  -o-transition: all 0.2s linear, 1s; 
  -ms-transition: all 0.2s linear, 1s; 
  transition: all 0.2s linear, 1s; 
}

.items .item:hover .imageOverlay{
  opacity: 1;
}

.items .openButton{
  float: left;
  left: -200px;
}

.items .projectLink{
  float: right;
  right: -200px;
}

.items .item:hover .openButton{
  left: 0px;
}

.items .item:hover .projectLink{
  right: 0px;
}

.items .item:hover img{
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05); 
  -o-transform: scale(1.05, 1.05); 
  -ms-transform: scale(1.05, 1.05); 
  transform: scale(1.05, 1.05); 
}

/* Copyright Section */
.copyrightSection{
  background-color: #000;
  color: #fff;
  padding: 30px 5px;
}

.copyrightSection p{
  margin: 0;
}

/* Navigation */
#navigation{
  background-color: #ff9f1a;
  padding: 20px 10px;
  z-index: 100;
  width: 100%;
}

#navigation li{
  padding: 0 10px;
}

#navigation li a{
  color: #fff;
}

.navbar-brand, .navbar-brand:hover{
  color: #fff;
}

#navigation i{
  color: #fff;
  font-size: 30px;
}

.fixedNav #navigation{
  position: fixed;
  top: 0;
}

/* Preloader */

.loader{
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

.loader .inner{
  width: 100%;
  height: 100%;
  background: url(../img/preloader.gif) center center no-repeat;
}

/* Media Queries */
@media(min-width: 426px){
  .owl-nav{
    display: none;
  }
}

@media(max-width: 426px){
  .titleMessage .heading .main{
    font-size: 35px;
  }

  .titleMessage .heading .sub{
    font-size: 20px;
  }

  .slides-navigation a.next{
    width: 40px;
    height: 40px; 
  }

  .slides-navigation a.prev{
    width: 40px;
    height: 40px; 
  }
}