/* BASICs */


body {
  font-family: "Rubik", Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  text-transform: none;
  letter-spacing: .06em;
  font-weight: 300;
  font-style: normal;
  color: rgba(29,29,29,.7);
}


h1 {
  font-family: "Rubik", Helvetica,Arial,sans-serif;
  font-size: 72px;
  line-height: 1.4em;
  text-transform: none;
  letter-spacing: .01em;
  font-weight: 300;
  font-style: normal;
}


h2 {
  font-family: "Rubik", Helvetica,Arial,sans-serif;
  font-size: 40px;
  line-height: 1.4em;
  text-transform: none;
  letter-spacing: .01em;
  font-weight: 300;
  font-style: normal;
}

h3 {
  font-weight: 300;
  font-size: 28px;
}

@media (min-width:768px) {
  h3 {
    font-weight: 400;
    font-size: 40px;
  }
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

a {
  color: rgba(29,29,29,.7);
}

.description a {
  text-decoration: underline;
}
/* HEADER */

.fullpage {
  background-color: white;
  padding-top: 200px;
  min-height: 100%;
  background-size: cover;
  padding-bottom: 200px;
}

.onepage {
  background-color: white;
  padding-top: 80px;
  min-height: 100%;
  background-size: cover;
  padding-bottom: 80px;
}

.wrapper{
  padding-top: 140px;
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url("img/cover.jpg")no-repeat   center top  ;
  background-color: #545454;
  min-height: 100%;
  background-size: cover;
  padding-bottom: 200px;
}

@media (min-width:768px) {
  .wrapper {
    min-height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
}

@media (min-width:768px) {
  .navbar-default .navbar-nav>li>a {
    color: #f5f5f5;
  }

  nav>li>a:hover {
    color: #ccc;
    cursor: pointer;
  }

  .navbar-default {
    background-color:rgba(231, 231, 231, 0);
    border-color: rgba(231, 231, 231, 0);
  }

  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #f5f5f5;
    background-color: #ccc;
  }
}
/* HEAD PAGES */


.sb-page-header {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgb(184, 77, 69);
  background-image: url("img/pattern-search.png");
  margin-bottom: 40px;
  font-size: 20px;
  padding: 30px 15px;
  margin-left: 0px;

  margin-bottom: 0px;

  background-position: center;
}

.sb-page-portfolio {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  background-color: #24292e;
  margin-bottom: 40px;
  font-size: 20px;
  padding: 120px 15px;
  margin-left: 0px;

  margin-bottom: 0px;

  background-position: center center;
  background-size: cover;
}

.full-one-page{
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgb(184, 77, 69);
  background-image: url("img/pattern-search.png");
  margin-bottom: 40px;
  font-size: 15px;
  margin-left: 0px;

  margin-bottom: 0px;

  background-position: center;
}


.onepage p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.onepage a {
  text-decoration: underline;
}

.onepage p, .onepage ul {
  font-size: 19px;

}

.onepage h4 {
  padding-top: 20px;
  font-size: 18px;
}

@media (max-width: 768px) {

  .full-one-page{
    padding-bottom: 60px;
  }

  .full-one-page h1 {
    font-size: 35px;
  }
}

header.sb-page-footer a {
    color: white;
    text-decoration: underline;
}

.sb-page-cv {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgb(184, 77, 69);
  margin-bottom: 40px;
  font-size: 20px;
  padding: 30px 15px;
  margin-left: 0px;
  background-image: url("img/cv.jpg");

  background-size: cover;
  background-position: center top;

}
@media (min-width:768px) {
  .sb-page-cv {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
    font-size: 24px
  }
  .sb-page-cv h1 {
    font-size: 60px;
    line-height: 1
  }
}


@media (max-width:768px) {
  .sb-page-cv h1 {
    font-size: 40px;
  }
  .sb-page-header h1 {
    font-size: 40px;
  }
  .sb-page-footer h1 {
    font-size: 35px;
  }
  .sb-page-portfolio h1 {
    font-size: 40px;
    line-height: 1
  }
}

@media (min-width:768px) {
  .sb-page-header {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
    font-size: 24px
  }
  .sb-page-header h1 {
    font-size: 60px;
    line-height: 1
  }
  .sb-page-portfolio {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: left;
    font-size: 24px
    background-position: center;
    background-size: cover;
  }
  .sb-page-portfolio h1 {
    font-size: 60px;
    line-height: 1
  }

}

@media (min-width:1200px) {
  .sb-page-portfolio {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: left;
    font-size: 30px
    background-position: center;
    background-size: cover;
  }

}

.on-center {
  text-align: center;
}
/* NAVBAR */

.navbar {
  padding: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.navbar-brand {
  padding: 0px;
  height: 80px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}


/* PORTFOLIO */

@media (min-width: 1000px) {
  .portfolio-bloc {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.portfolio-element {
  display: none;
  margin-bottom: 0px;
}

.no-gutter > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.thumb-portfolio, .eyes-match {
  background:url(../img/eye.png) 50% 50% no-repeat;
  background-color: #2B2B2B;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.thumb-portfolio img,
.eyes-match img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.thumb-portfolio img:hover,
.eyes-match img:hover {
  opacity:0.1;
}


/* FOOTER */

.Footer-nav {
  text-align: center;
  padding-bottom: 40px;

}

.Footer-nav a {
  color: #000;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
  text-decoration:none
}

.Footer-nav a:hover,
.Footer-nav a:visited,
.Footer-nav a:active {
  color: rgba(29,29,29,.7);
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
  text-decoration:none
}

.btn-transparent {
  color: #B84D45;
  padding-right: 0;
}

.btn-transparent:hover {
  color: rgba(29,29,29,.7);
  text-decoration: none;
}

.btn-red-call {
  color: #fff;
  background-color: #B84D45;
  border-color: #B84D45;
}


.btn-red-call:hover {
  color: #fff;
  background-color: #923D37;
  border-color: #923D37;
}

.btn-idk-call {
  color: #fff;
}

.btn-idk-call:hover {
  color: #fff;
  border-color: #fff;
}

.Footer-nav-item {
  padding-right: 1em;
}

.Footer-nav {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1em;
  text-transform: none;
  font-family: "Rubik", Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  font-style: normal;
}

.call-to-action {
  margin-top: 20px;
}


@media (max-width:768px) {
  .center-if {
    display: none;
  }
  .project-button {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (min-width:769px) {
  .button-center {
    display: none;
  }


}

p img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.main-container {
  margin-bottom: 40px;
}

.sb-page-footer {
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgb(184, 77, 69);
  background-image: url("img/footer_background.jpg");
  margin-bottom: 40px;
  font-size: 20px;
  padding: 30px 15px;
  margin-left: 0px;
  background-size: cover;
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  background-position: center;
}

.wrapper h1,
.wrapper p,
.sb-page-footer h1,
.sb-page-footer p {
  color:#fff;
}

.wrapper h1 {
  font-size: 42px;
}

@media (max-width:768px) {
  .wrapper h1 {
    font-size: 32px;
  }
}

@media (min-width:768px) {
  .sb-page-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 24px
  }
  .sb-page-footer h1 {
    font-size: 60px;
    line-height: 1;
  }
}

SETTINGS
*******************************************/
@charset "utf-8";
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
/*******************************************
BODY
*******************************************/

/*******************************************
CONTAINER
*******************************************/


/*******************************************
DEFAULT BOX
*******************************************/
.box{
  margin-bottom: 15px;
}
.box h2{
  color: #EC7263;
  font-size: 1.5em;
  font-weight: 450;
  text-transform: uppercase;
}
.box p{
  line-height: 1.5em;
}
/*******************************************
EDUCATION
*******************************************/
#education{
  margin-top: 20px;
  position: relative;
  padding: 1em 0;
  list-style: none;
}
#education:before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 25px;
  top: -10px;
  content: ' ';
  display: block;
  background: #ec7263;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ec7263 7%, #ec7263 89%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(7%,#ec7263), color-stop(89%,#ec7263), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ec7263 7%,#ec7263 89%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
#education li{
  width: 100%;
  z-index: 2;
  position: relative;
  float: left;
}
#education .year{
  width: 15%;
  background: #fff;
  padding: 10px;
  font-size: 1.5em;
  font-weight: 500;
  display: inline-block;
}
#education .description{
  width: 80%;
  display: inline-block;
  background: #eee;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid #ddd;
}
#education .description:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  left: -16px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-right-color: #eee;
  border-width: 8px;
  pointer-events: none;
}
#education .description h3{
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
#education .description p{
  font-size: 1.3em;
  margin-top: 5px;
  padding: 0;
}


@media (max-width:1000px) {

  #education .description h3{
    font-size: 1em;
    font-weight: 400;
  }
  #education .description p{
    font-size: 0.9em;
  }
  #education .year{
    font-size: 1em;
  }
}
/*******************************************
EXPERIENCES
*******************************************/
.job{
  margin-bottom: 15px;
}
.job .where{
  font-size: 1.2em;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 5px;
}

.job .year{
  font-size: 1em;
  opacity: 0.7;
}
.job .profession{
  font-size: 1.6em;
  font-weight: 400;
}
.job .description{
  font-size: 1.2em;
  line-height: 1.5em;
}

@media (max-width:1000px) {
  .job .where {
    font-weight: 400;
  }
  .job .year{
    font-size: 0.9em;
    opacity: 0.7;
  }
  .job .profession{
    font-weight: 400;
  }
  .job .description{
    font-size: 1.1em;
    line-height: 1.5em;
  }
}

.projects-details {
  padding-top: 40px;
  margin-left: -15px;
}


@media (min-width:1000px) {
  .project-button {
    padding-top: 20px;
  }
}
/*******************************************
CONTACT
*******************************************/
.contact-item{
  width: 100%;
  float: left;
}
.contact-item .icon{
  padding: 10px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  opacity: 0.2;
}
.contact-item:last-child .icon{
  border-bottom: none;
}

.contact-item .title{
  width: 80%;
  width: calc(100% - 55px);
  font-size: 1.5em;
  font-weight: 700;
  opacity: 0.9;
}
.contact-item .title.only{
  margin-top: 10px;
}
.contact-item .description{
  width: 80%;
  width: calc(100% - 55px);
  font-size: 1.2em;
  opacity: 0.7;
}

.contact-item a:hover,
.contact a:hover {
  color: #923D37;
}

/*******************************************
SKILLS
*******************************************/
.item-skills{
  height: 30px;
  background: #F0563D;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3em;
  font-weight: 600;
}

.skills-legend{
  margin-top: 20px;
  opacity: 0.8;
}
.skills-legend:before{
  width: 100%;
  height: 3px;
  position: relative;
  content: ' ';
  display: block;
  margin-bottom: -13px;
  background: #c6c6c6;
}
.skills-legend div{
  width: 25%;
  display: inline-block;
  font-size: 1.2em;
  color: #a9a9a9;
  float: left;
}
.legend:before{
  width: 3px;
  height: 10px;
  position: relative;
  content: ' ';
  display: block;
  margin: auto;
  margin-bottom: 15px;
  background: #c6c6c6;
}
.legend-left.legend:before{
  margin-left: 0;
}
.legend-right.legend:before{
  margin-right: 0;
}
.legend-left:nth-child(2) span{
  margin-left: -25px;
}
.legend-right:nth-child(3) span{
  margin-right: -20px;
}
.legend-right{
  text-align: right;
}
/*******************************************
LANGUAGES
*******************************************/
.skill{
  font-size: 1.3em;
  margin: 10px 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

#language-skills .skillou{
  font-size: 1.3em;
  margin: 10px 0;
  margin-bottom: 11px;
  padding-bottom: 10px;
}

.icon-sign-blank
{
  padding-bottom: 20px;

}

.contact-icons {
  margin-left: -10px;
}

/*******************************************
HOBBIES
*******************************************/
.hobby{
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 25px;
  background: #A75265;
  position: relative;
  font-size: 1.2em;
}
.hobby:before{
  content: "\f004";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 6px;
  left: 7px;
}
/*******************************************
MEDIA
*******************************************/
@media (min-width: 500px) {
  #education .description{
    width: 80%;
  }
}
@media (min-width: 768px) {
  #education .description{
    width: 80%;
  }
}
@media (min-width: 992px) {
  #education .description{
    width: 75%;
  }
}
@media (min-width: 1200px) {
  #education .description{
    width: 85%;
  }
}
