body {
    color: white;
    font-size: 62.5%;
    font-family: 'Lato', sans-serif;
}
p {
    font-size: 4em;
    line-height: 1.4;
    margin-bottom: 10px;
}
h2 {
    font-size: 6em;
    font-weight: normal;
    margin-bottom: 20px;
}
a {
    border-bottom: 1px dotted;
    text-decoration: none;
    color: inherit;
}
a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}
.btn-portfolio {
    background: #fff;
    color: #555;
    border-radius: 0;
    padding: 10px 20px;
}
.btn-portfolio:after {
    content:'\25BA';
    margin-left:10px;
}
.btn-portfolio:hover {
    background: #555;
    color: #fff;
}
.intro {
    width: 100%;
    height: 100%;
}
.intro .section-header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.intro .section-header #hexagon-wrapper {
    width: 20%;
    margin: 0 auto;   
}
.intro .section-header #hexagon-wrapper,
.intro .section-header .section-title {
    display: block;
    visibility: hidden;
}
.intro .section-body {
    display: none;
}
.spin {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition-duration: 2s;
}
.hexagon-inline {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.hexagon-inline:hover {
    cursor: pointer;
}
.hexagon-home:after {
    border-top: none;
}
.hexagon-hover:hover {
    background-color: #ddd;
}
.hexagon-hover:hover:before {
    border-bottom-color: #ddd;
}
.hexagon-hover:hover:after {
    border-top-color: #ddd;
}
.show-section .section-header  {
    /*padding-top: 20px;*/
    z-index: 1000;
}
.show-section .section-header #hexagon-wrapper {
    float: left;
    margin: 20px 10px;
    width: 60px;
}
.show-section .section-header .section-title {
    text-align: left;
}
.show-section .section-header .section-title h2 {
    font-size: 4em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
}
.show-section .section-header .section-title p {
    font-size: 3em;
    margin-top: 0px;
}
.show-section .section-body {
    width: 100%;
    font-size: 1.5em;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

/* Heart beat animation */
#hexagon-wrapper {
    animation: beat 1s infinite alternate;
    transform-origin: center;
}
@keyframes beat{
    to { 
        transform: scale(0.9);
    }
}
/** END HEXAGON **/

/** CUSTOM SLIDER **/
.slider {
    width: 78%;
    /*margin: 100px auto;*/
    margin: 0 auto;
}
.slick-slide {
    margin: 0px 10px;
    transition: all ease-in-out .3s;
    opacity: .65;
}
.slick-slide img {
    width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: #fff;
    content: '';
}
.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

.arrows {
    width: 20px;
    height: 20px;
    border-color: #fff;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.arrows.prev {
    margin: 0;
    background: transparent;
    width: 110px;
    height: 100%;
    top: -15px;
    left: 0;
    z-index: 2000;
}

.arrows.next {
    margin: 0;
    background: transparent;
    width: 80px;
    height: 100%;
    top: -15px;
    right: 0;
    z-index: 2000;
}

/** CUSTOM SLIDER **/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/*-----------------*/
/***** Fade Project *****/
/*-----------------*/
figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
figure.fade-project {
    background: #000;
    /*background: #3498db;*/
/*    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);*/
}
figure.fade-project img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
figure.fade-project figcaption {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.fade-project figcaption, 
figure.fade-project figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.fade-project figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(2.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.fade-project figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
figure.fade-project figcaption p {
    position: absolute;
    padding: 0 10px;
    right: 20px;
    bottom: 15px;
    font-size: 2em;
    margin: 0;
    max-width: 300px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.fade-project:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
figure.fade-project:hover figcaption::before {
    -webkit-transform: scale3d(2.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(2.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.fade-project:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.project_info {
    display: none;
}
.project_info h3 a {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}

/** SECTIONS **/
#home {
    padding-top: 140px;
    text-align: left;
}
#home img {
    margin: 0 auto;
    border-radius: 50%;
}
#home p {
    padding: 0 0 20px;
    font-size: 3em;
    text-align: justify;
}
#home .oscar-desc {
    margin-top: 30px;
}
#home .contact-details {
    margin-top: 40px;
    padding: 20px;
}
#home .contact-details p {
    text-align: center;
}
#home .contact-details p.featured {
    font-weight: bold;
    text-align: center;
}
#dev {
    top: 100px;
}
#grow div {
    padding: 0;
}
#grow .project-description {
    margin-top: 140px;
    text-align: left;
}
#grow .project-description p {
    font-size: 2.4em;
    padding: 0 100px 0 80px;
    margin-bottom: 20px;
    text-align: justify;
}
#grow .project-description p a {
    color: #fff;
    text-decoration: none;
}
#grow .project-description .contact-details {
    margin: 5% 0;
}
#grow .grow-background {
    width: 50%;
    height: 100%;
    background-image: url(../img/grow/slide1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    right: 0;
    position: absolute;
}
#grow .grow-background .grow-portfolio {
    position: absolute;
    bottom: 20px;
    left: 2%;
    background: #eee;
}
#grow .grow-background .grow-portfolio:hover {
    background: #ddd;
}

/** END SECTIONS **/

/** FULLPAGE ARROWS **/
.arrowUp, 
.arrowDown{
    position:absolute;
    z-index:99;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-left: -38px;
    left: 50%;
    width: 30px;
    height: 30px;
}
.arrowDown {    
  bottom: 40px;
  margin: -20px 0 0 -20px;
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: transform 0.5s;
}
.arrowDown:hover {
    -webkit-animation: moveDown 1s;
    animation: moveDown 1s;
}

@keyframes moveDown {
  0% {
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, 10px) rotate(45deg) ;
    transform: translate(0, 10px) rotate(45deg) ;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
}
.arrowUp {
  top: 55px;
  margin: -20px 0 0 -20px;
  border-right: none;
  border-bottom: none;
  border-left: 2px #fff solid;
  border-top: 2px #fff solid;
  transition: transform 0.5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrowUp:hover {
    -webkit-animation: moveUp 1s ;
    animation: moveUp 1s ;
}
@keyframes moveUp {
  0% {
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0, -10px) rotate(45deg) ;
    transform: translate(0, -10px) rotate(45deg) ;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
}
.arrowLeft, 
.arrowRight {
    display: none;
}
/** END FULLPAGE ARROWS **/

/** play / pause */
.play {
    display:block;
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #2c3e50;
    margin: 10px;
    position:relative;
    z-index:1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.play:after {
    content:'';
    opacity:0;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
}
.play:hover:before, .play:focus:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}  
.play.active {
        border-color:transparent;
}
.play.active:after {
    content: '';
    opacity: 1;
    width: 20px;
    height: 30px;
    background: #2c3e50;
    position: absolute;
    right: 0;
    top: -14px;
    border-left: 7px solid #2c3e50;
    box-shadow: inset 6px 0 0 0 #eee;
}
 
/** play / pause */
/** language menu **/
.lang_menu .corner {
    width: 0; 
    height: 0; 
    border-top: 60px solid #ebebeb;
    border-bottom: 60px solid transparent;
    border-left: 60px solid transparent;
    position: absolute;
    z-index: 200;
    right: 0;
}

.lang_menu .corner span {
    color: #4b4b4b;
    position: absolute;
    top: -55px;
    width: 100px;
    right: -30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.lang_menu .corner:hover {
    border-top: 60px solid #ddd;
    border-bottom: 60px solid transparent;
    border-left: 60px solid transparent;
    cursor: pointer;
}
.lang_menu .others {
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 60px solid transparent;
    border-top: 60px solid transparent;
    right: -60px;
    z-index: 200;
    border-right: 60px solid #ebebeb;
}
.lang_menu .others span {
    position: absolute;
    font-size: 16px;
    color: #4b4b4b;
    width: 126px;
    top: -26px;
    left: 33px;
}
.lang_menu .others span a {
    text-decoration: none;
    border-bottom: none;
    margin-bottom: 10px;
    display: block;
}
.lang_menu .others span a:hover {
    font-weight: bold;;
}
/** language menu **/