@charset "utf-8";
/* CSS Document */
/********************************************** 

    SECTION INTRO

***********************************************/
.brand-holder{
  position: relative;
}
/********************************************** 

    SECTION

***********************************************/
.section-wrapper{
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.section-wrapper .section-title{
  padding: 15px;
  position: relative;
}
.section-wrapper .section-title h2{
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
.section-wrapper .section-title h2.text-left{
  text-align: left;
}
/********************************************** 

    SECTION INTRO

***********************************************/
.section-intro{

}
.page-template-frontpage-php .section-intro{
  margin-bottom: 60px;
}
.section-intro .btn-row{
  padding-top: 15px;
}

.section-intro .intro-holder{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

h1.intro-title{
  font-size: 32px;
  font-weight: bold;
}
.section-intro .lead{
  padding: 0;
  margin: 0;
}

.section-intro .buttons-horizontal{
  
}
.section-intro .buttons-vertical .btn{
  margin-top: 15px;
}
/********************************************** 

    SECTION SKILS

***********************************************/
.section-skils{

}
.page-template-frontpage-php .section-skils{
  margin-bottom: 60px;
}

.field{
  text-align: center;
}
.field-percent{
  display: block;
  font-size: 80px;
  line-height: 100px;
}

.progress-box{
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 4px;
  margin-bottom: 15px
}
.progress-box .progress {
    height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-box .progress .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  text-align: center;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 2s ease;
  -o-transition: width 2s ease;
  transition: width 2s ease;
}
.progress-box.progress-box-large .progress{
  height: 30px;
}
.progress-box.progress-box-large .progress .progress-bar {
  line-height: 30px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  background-color: rgb(5, 86, 165);
}
.progress-combo .progress-bar:first-child{
  border-right: 1px solid #666666;
}

/* SCROLL TO EFFECT */
.home .progress-inactive .progress-box .progress .progress-bar{
  width: 0px !important;
}
.page-template-page-about-php .progress-inactive .progress-box .progress .progress-bar{
  
}
/********************************************** 

    SECTION PROJECTS

***********************************************/
.section-projects{

}
.page-template-frontpage-php .section-projects{
  margin-bottom: 60px;
}
/********************************************** 

    SECTION CONTACT

***********************************************/
.section-contact{

}
.page-template-frontpage-php .section-contact{
  margin-bottom: 60px;
}
.page-template-page-contact-php .section-contact{
  margin-top: -60px;
  padding-top: 75px;
}
/********************************************** 

    SECTION ABOUT WEBSITE

***********************************************/
.section-about-website{
  text-align: center;
}
.hosterdam{
  display: inline-block;
  width: 164px;
  height: 48px;
  background-size: 164px 48px;
  background-image: url(../img/hosterdam.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

/********************************************** 

    FOOTER

***********************************************/


/********************************************** 

    RESPONSIVE STYLE

***********************************************/
@media (max-width: 767px) {
  .section-intro .btn-row{
    padding-top: 15px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .section-intro .btn-row .col-xs-4{
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 480px) {
  .section-wrapper{
    padding-top: 45px;
    padding-bottom: 30px;
    position: relative;
  }
  /********************************************** 

      SECTION INTRO

  ***********************************************/
  h1.intro-title{
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .section-wrapper{
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
  }
  /********************************************** 

      SECTION INTRO

  ***********************************************/

  .section-intro .intro-holder{
    bottom: 60px;
  }
  h1.intro-title{
    font-size: 42px;
  }
  /********************************************** 

      SECTION SKILS

  ***********************************************/
  .section-skils{
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 60px;
  }
  /********************************************** 

      SECTION CONTACT

  ***********************************************/
  .content-block .content-form{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  /********************************************** 

      SECTION ABOUT WEBSITE

  ***********************************************/
  .section-about-website{
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  /********************************************** 

      SECTION INTRO

  ***********************************************/
  h1.intro-title{
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  /********************************************** 

      SECTION INTRO

  ***********************************************/
  h1.intro-title{
    font-size: 54px;
  }
}
@media (min-width: 1400px) {
  /********************************************** 

      SECTION INTRO

  ***********************************************/
  h1.intro-title{
    font-size: 60px;
  }
}