/* CSS Document */


/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);*/

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v34-latin/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/open-sans-v34-latin/open-sans-v34-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin/open-sans-v34-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


:root {
  --primary: #ff604b;
  --secondary: #883634;
  --dark: #2F3238;
  --light: #374450;
  --text: #9199a4;

  --danger: #883634;
  --success: #17a03c;

 /*
  --primary: #cc0000;
 --secondary: #990000;
  */
}

* {
    margin: 0;
    padding: 0;
}

.color{
    color: var(--primary);
}

.bg-danger {
    background-color: var(--danger);
}

.bg-success {
    background-color: var(--success);
    color: var(--dark);
}

html, hmtl a {
    width: 100%;
}

html, body {
    height: 100%;
}

body{
    background: none repeat scroll 0 0 #2F3238;
    color: #9199a4;
    font-family: 'Open Sans', Arial, Tahoma, sans-serif; 
    font-weight: 300;
    line-height: 28px;
    font-size: 1em;

    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.5em;   
}

h2 {
    font-size: 2em;
}

a {
    color: var(--primary);
    cursor: pointer;
    text-decoration: none;
    transition: color 0.1s linear 0s;
}

a:hover{
  color: #fff;
}

a:focus{
    outline: none;
    outline-offset: 0px;
}

strong{
  line-height: 1.5em;
  font-size: 1.5em;
}

ul {
    list-style: circle outside none;
}

li {
    line-height: 30px;
}

blockquote {
    border: medium none;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 2;
}

blockquote small:before {
    content: "— ";
}
blockquote small:after {
    content: " —";
}

.text-primary{
  color: var(--primary);
}

.text-secondary{
  color: var(--secondary);
}

.text-dark{
  color: var(--dark);
}

.btn{
    color: #FFF !important;
    background-color: var(--secondary);
    border: 0;
    margin-bottom: 10px;
    margin-right: 4px;
    font-size: 12px;
    line-height: 1;
    padding: 14px 20px 13px;
    font-weight: 700;
    text-shadow: none;
    text-transform: none;
    transition: all 150ms ease-in;
    box-shadow: none;
    border-radius: 6px;
    text-transform: uppercase;
    display: inline-block;
}

.btn:hover{
  background-color: var(--light);
}

.quote_div{
  position: absolute;
  width: 80%;
  top: 20%;
  left: 10%;
}


.icon-space{
  width: 10px;
  text-align: center;
}

.dark-wrapper {
  background: var(--dark);
}

#response{
  margin: 10px 0;
  padding: 5px;
  font-size: 1.8em;
}

@media screen and (orientation: portrait){
  #home {
    background-image: url("/img/waytobeach2_hoch_small.jpg");
    background-size: cover;
    min-height: 90vh;
    overflow: hidden;
    position: relative;
    background-position: center bottom;
  }
}

@media screen and (max-width: 380px) and (orientation: portrait){ 
  .quote_div{
    color: #fff;
  }
}

@media screen and (orientation: landscape){
  #home {
    background-image: url("/img/waytobeach2.jpg");
    background-size: cover;
    min-height: 94vh;
    overflow: hidden;
    position: relative;
    background-position: center center;
  }
}



#home .container {
    height: 100%;
}

#home .control-nav {
    background: none repeat scroll 0 0 #2F3238;
    bottom: 0;
    height: 60px;
    position: absolute;
    padding-top: 14px;
    width: 100%;
    z-index: 2;
    font-size: 4em;
    opacity: 0.5;
}

#home .control-nav a{
    display:block;
    height:100%;
}

#home #nextslide, #home #prevslide {
    background-color: #26292E;
    background-image: none;
    display: inline-block;
    height: 50px;
    left: 0;
    margin: 0;
    opacity: 1;
    position: relative;
    right: 0;
    top: 0;
    transition: background 0.1s linear 0s;
    width: 50px;
}

#home blockquote p{
    font-size: 55px;

}

header {
    width: 100%;
    z-index: 99;
}
header .sticky-nav {
    background: none repeat scroll 0 0 #26292E;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    position: relative;
    width: 100%;
    z-index: 1001;
}
header .sticky-nav.stuck {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1001;
}
header #logo {
    color: #FFFFFF;
    float: left;
    margin-left: 20px;
    padding: 15px 0;
}
header #logo a {
   /* background: url("../img/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    display: block;
    height: 30px;
    opacity: 1;
    text-indent: -9999px;
    transition: opacity 0.25s ease-in-out 0s;
    width: 96px;
}
header #logo a:hover {
    opacity: 0.65;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: var(--primary);
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
    color: var(--primary);
}

.navbar-nav > li{
    margin-left: 30px;
}

.navbar-nav > li > a {
    padding: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: var(--primary);
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-brand {
    margin-top: 5px;
    float: left;
    font-size: 18px;
    vertical-align: middle;
}

.navbar {
    min-height: 60px;
    border: 0px;
    border-radius: 0px;
    background: none repeat scroll 0 0 #26292E;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 0px;
}

.navbar-header{
  height: 60px;
}

.navbar-toggle{
  margin: 13px 8px 13px 0;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 20px;
}

.navbar-nav{
    margin-right: 20px;
}


nav#menu {
    float: right;
    margin-right: 20px;
}
nav#menu #menu-nav {
    margin: 0;
    padding: 0;
}
nav#menu #menu-nav li {
    display: inline-block;
    list-style: none outside none;
    margin-left: 30px;
}
nav#menu #menu-nav li:first-child {
    margin-left: 0;
}
nav#menu #menu-nav li a {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    text-transform: uppercase;
}
nav#menu #menu-nav li.current a, nav#menu #menu-nav li a:hover {
    color: #DE5E60;
}
#mobile-nav {
    display: none;
}
.menu-nav {
    /*background: url("../img/menu-mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    display: block;
    height: 16px;
    margin: 22px 0 0;
    transform: rotate(0deg);
    transition: transform 250ms ease-out 0s;
    width: 16px;
}
.menu-nav.open {
    background-position: 0 -16px;
    transform: rotate(-180deg);
    transition: transform 250ms ease-out 0s;
}
#navigation-mobile {
    background: none repeat scroll 0 0 #26292E;
    border-bottom: 1px solid #2F3238;
    display: none;
    float: left;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 9999;
}
#navigation-mobile li {
    border-top: 1px solid #2F3238;
    list-style: none outside none;
    padding: 0 20px;
}
#navigation-mobile li a {
    display: block;
    font-size: 16px;
    padding: 20px 0;
    text-transform: uppercase;
}


#nextsection{
    color: #FFFFFF;
    display: inline;
    font-size: 2.5em;
    position: static;
    text-align: center;
    z-index: 15;
    
}

.page {
    background: none repeat scroll 0 0 #2F3238;
    padding: 90px 0;
    position: relative;
    z-index: 99;
}

.page-description{
    text-align: justify;
}

.page-description p{
  font-size: 1.5em;
}

.title-page .title {
    font-size: 3em;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.title-page .btn{
  text-transform: uppercase;
}

#about .container, #content .container{
  background-color: var(--light);
}

#about .container{
  margin-top: 80px;
}

#photo-header {
    margin-top: -75px;
}

#photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    background: #2F3238;
    display: inline-block;
}

#photo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#text-header h1 {
    margin: 0;
    padding: 0;
    font-size: 2.4em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#about #text-header h1::first-line{
  font-size: 1.5em;
  letter-spacing: -2px;
  font-weight: 800;
  line-height: 1.5em;
}
#text-header h1 span{
  color: var(--primary);
}
#text-header h1 sup{
  opacity: 0.5;
}

#text-header:after {
    width: 100%;
    height: 3px;
    background: url(../img/line.png);
    margin-top: 15px;
    content: '';
    display: block;
}

.box {
    margin-bottom: 15px;
}

.box h2 {
    color: var(--primary);
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.box h2:before{
  content: '//';
  margin-right: 5px;
}

.box p{
  line-height: 1.5em;
  font-size: 1.5em;
  text-align: justify;
}

/*******************************************
EDUCATION
*******************************************/
#education{
  /*margin-top: 20px;*/
  position: relative;
  padding: 1em 0;
  list-style: none;
}
#education:before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
  content: ' ';
  display: block;
  background: var(--secondary);
  background: -moz-linear-gradient(top,  var(--light) 0%, var(--secondary) 7%, var(--secondary) 89%, var(--light) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545a67), color-stop(7%,#ec7263), color-stop(89%,#ec7263), color-stop(100%,#545a67));
  background: -webkit-linear-gradient(top,  var(--light) 0%,var(--secondary) 7%,var(--secondary) 89%,var(--light) 100%);
  background: -o-linear-gradient(top,  var(--light) 0%,var(--secondary) 7%,var(--secondary) 89%,var(--light) 100%);
  background: -ms-linear-gradient(top,  var(--light) 0%,var(--secondary) 7%,var(--secondary) 89%,var(--light) 100%);
  background: linear-gradient(to bottom,  var(--light) 0%,var(--secondary) 7%,var(--secondary) 89%,var(--light) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--light)', endColorstr='var(--light)',GradientType=0 );
}
#education li{
  width: 100%;
  z-index: 2;
  position: relative;
  float: left;
}
#education .year{
  width: 10%;
  background: var(--light);
  padding: 10px 10px 10px 0;
  font-size: 1.5em;
  font-weight: 700;
  display: inline-block;
}
#education .description{
  width: 80%;
  display: inline-block;
  background: #2F3238;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 10px 0 10px;
  border-bottom: 1px solid var(--secondary);
}
#education .description:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  left: -16px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-right-color: #2F3238;
  border-width: 8px;
  pointer-events: none;
}
#education .description h3{
  font-size: 1.6em;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
#education .description p{
  margin-top: 5px;
  padding: 0;
}

/*******************************************
EXPERIENCES / PUBLICATIONS
*******************************************/
.job, .publ{
  margin-bottom: 15px;
  line-height: 1.5em;
}

.job div:nth-child(1){
  padding-left: 0px;
}

.job div:nth-child(2){
  padding: 0px;
}

.job .where, .publ .year{
  font-size: 1.4em;
  font-weight: bold;
}
.job .year{
  font-size: 1.3em;
  opacity: 0.7;
  line-height: 1.8em;
}
.job .profession{
  font-size: 1.6em;
  font-weight: bold;
}
.job .description, .publ .description{
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: justify;
}

.job .description p, .publ .description p{
    font-size: inherit;
}


.publ .year{
  float: left; 
  width: 10%;
}

.publ .description{
  width: 100%;
  float: left;
}

/*******************************************
SKILLS
*******************************************/
.item-skills{
  height: 30px;
  background: var(--secondary);
  color: #fff;
  width: 0px;
  padding: 5px 1px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5em;
}
.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
*******************************************/
#language-skills .skill{
  font-size: 1.5em;
  line-height: 1em;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--dark);
}

#language-skills .skill em{
  font-size: 0.9em;
}


#language-skills .skill .fa{
  margin: 0px 3px 0px 3px;
  font-size: 1.3em;
}
    
#language-skills .skill .icons{
  width: 140px;
  height: 24px;
  line-height: 1.5em;
  position: relative;
}
#language-skills .skill .icons-red{
  color: var(--secondary);
  top: 0;
  width: 0px;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}
@media only screen and (max-width: 357px ), only screen and  (min-width: 768px){
  #language-skills .skill em{
    white-space: pre;
  }
}


@media (max-width: 991px) {
  #language-skills .skill em:before { content: '\A'; }
}

/*******************************************
HOBBIES
*******************************************/
.hobby{
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 5px 25px;
  background: var(--dark);
  position: relative;
  border-bottom: 1px solid var(--secondary);
  font-size: 1.2em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.hobby:before{
  content: "\f004";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  color: var(--primary);
  top: 6px;
  left: 7px;
}


/*******************************************
CONTENT
*******************************************/
#content{
  padding-bottom: 0;
}

#content .container{
  padding-top: 20px;
}

#content #text-header{
  margin-bottom: 30px;
}

#content strong{
  display: block;
  margin-bottom: -4px;
}

@media (max-width: 766px) {
  #content{
    padding-top: 0;
  }
}

.content-img{
    position: relative;
    width: 100%;
    height: 348px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center 29%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.content-vid{
    position: relative;
    width: 100%;
    height: 540px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center 29%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
}
.content-vid img{
    max-width: inherit;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
}

.content-image{
    height: auto;
}

.image-galerie{
    height: auto;
    width: 32.68%;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;

}

@media (max-width: 1112px) {
    .image-galerie{
        width: 32.5%;
    }
}

@media (max-width: 507px) {
    .image-galerie{
        width: 32.262%;
    }
}




@media (max-width: 425px) {
    .image-galerie{
        width: 31.99%;
    }
}

.content-byline{
    vertical-align: baseline;
    text-align: center;
    font-size: 1.3em;
}


/*******************************************
CONTACT
*******************************************/
.contact-item{
  width: 100%;
  float: left;
}
.contact-item .icon{
  padding: 10px;
  opacity: 0.2;
}

.contact-item:hover .icon, .contact-item:hover a .icon{
  color: var(--primary);
  opacity: 1;
  transition: 0.5s;
}

.contact-item:hover .title{
  color: #fff;
  transition: 0.5s;
}

.contact-item:hover .description{
  color: var(--primary);
  opacity: 1;
  transition: 0.5s;
}

.contact-item:last-child .icon{
  border-bottom: none;
}
.contact-item .fa{
  font-size: 2em;
}
.contact-item .title{
  width: 80%;
  width: calc(100% - 55px);
  font-size: 1.5em;
  font-weight: 700;
  opacity: 0.9;
}

.contact-item a .title, .contact-item a .icon, .contact-item a .description{
  color: var(--text);
}



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

.avatar {
    border: 20px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.avatar img {
    border-radius: 225px;
    margin: 0 auto;
    width: 100%;
}


#contact-form input, #contact-form textarea {
    background: none repeat scroll 0 0 #26292E;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 15px;
    resize: none;
}

#contact-form p {
    margin-bottom: 1px;
}

#contact-form input {
    -moz-box-sizing: border-box;
    width: 100%;
}

#contact-form textarea {
    -moz-box-sizing: border-box;
    resize: none;
    height: 208px;
    width: 100%;
}
#contact-form .submit {
    background: none repeat scroll 0 0 #3C3F45;
    border-radius: 6px;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    padding: 16px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s linear 0s, color 0.3s linear 0s;
    vertical-align: middle;
    width: auto;
}
#contact-form .submit:hover {
    background: none repeat scroll 0 0 var(--secondary);
    text-decoration: none;
    color: #FFFFFF;
}

.contact-details ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.contact-details em{
  display: inline-block;
  font-style: normal;
  margin-left: 10px;
  text-align: left;
  vertical-align: top;
  
}

/*------------------------------------*\
  Back to top
\*------------------------------------*/

#back-to-top {
    display:none;
    position: fixed;
    bottom: 18px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 3em;
    background: var(--secondary);
    border-radius:3px;
    color: #FFF;
    z-index: 990;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
  Footer
\*------------------------------------*/

footer {
    background: none repeat scroll 0 0 #26292E;
    height: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
}

footer .credits {
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 0;
    padding: 20px 0;
    text-transform: uppercase;
}

footer .credits p{
  margin: 0;
}

footer .navbar-footer, footer .nav-footer li {
  line-height: 0.8em;
}

footer .nav-footer li{
  display: inline;
}

footer .nav-footer li:before{
  content: " | ";
}

footer .nav-footer li:nth-child(1):before{
  content: "";
}

footer .nav>li>a{
  padding: 0;
  display: inline;
}

footer .nav>li>a:hover, footer .nav>li>a:focus {
    text-decoration: none;
    background-color: unset;
}

/*-----------------------------------------------------------------------------------*/
/*  30. DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}
.divide2 {
    width: 100%;
    height: 2px;
}
.divide3 {
    width: 100%;
    height: 3px;
}
.divide5 {
    width: 100%;
    height: 5px;
}
.divide10 {
    width: 100%;
    height: 10px;
}
.divide15 {
    width: 100%;
    height: 15px;
}
.divide20 {
    width: 100%;
    height: 20px;
}
.divide25 {
    width: 100%;
    height: 25px;
}
.divide30 {
    width: 100%;
    height: 30px;
}
.divide35 {
    width: 100%;
    height: 35px;
}
.divide40 {
    width: 100%;
    height: 40px;
}
.divide45 {
    width: 100%;
    height: 45px;
}
.divide50 {
    width: 100%;
    height: 50px;
}
.divide55 {
    width: 100%;
    height: 55px;
}
.divide60 {
    width: 100%;
    height: 60px;
}
.divide65 {
    width: 100%;
    height: 65px;
}
.divide70 {
    width: 100%;
    height: 70px;
}
.divide75 {
    width: 100%;
    height: 75px;
}
.divide80 {
    width: 100%;
    height: 80px;
}
.divide85 {
    width: 100%;
    height: 85px;
}
.divide90 {
    width: 100%;
    height: 90px;
}
.divide100 {
    width: 100%;
    height: 100px;
}

/*-----------------------------------------------------------------------------------*\
  BASIC GALLERY
\*-----------------------------------------------------------------------------------*/
.basic-gallery {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}
.basic-gallery li {
    display: block;
    width: 100%;
    margin-top: 50px;
}
.basic-gallery li:first-child {
    margin-top: 0
}
.basic-gallery li img {
    display: inline;
    max-width: 100%;
}

/*-----------------------------------------------------------------------------------*\
  SLIDE PORTFOLIO
\*-----------------------------------------------------------------------------------*/
body.overflow-hidden {
  overflow: hidden !important;
}
img {
  max-width: 100%;
}
.cd-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
main {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
main.slide-out {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: hidden;
}
main.slide-out .slide-portfolio-overlay {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
@media only screen and (min-width: 768px) {
  main.slide-out {
    -webkit-transform: translateX(-700px);
    -moz-transform: translateX(-700px);
    -ms-transform: translateX(-700px);
    -o-transform: translateX(-700px);
    transform: translateX(-700px);
  }
}
@media only screen and (min-width: 1200px) {
  main.slide-out {
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    -o-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
.no-touch #slide-portfolio li:hover {
  /*box-shadow: 0 0 10px rgba(92, 75, 81, 0.3);*/
}
.no-touch #slide-portfolio li:hover .cd-img-overlay {
  opacity: 1;
}
#slide-portfolio figure {
  position: relative;
  overflow: hidden;
  height: 250px;
}

@media (min-width:  768px) and (max-width: 1023px){

    #slide-portfolio figure{
        height: 225px;
    }

}


#slide-portfolio img {
  display: block;
  height: 100%;
  max-width: inherit;
}

#slide-portfolio ul{
  list-style: none;
}

#slide-portfolio .image_container{
    width: 100%;
    height: 100%;
}

.slide-portfolio-item-content {
  position: fixed;
  overflow: scroll;
  scroll-behavior: smooth;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;

}

.slide-portfolio-item-content p{
  font-size: 1.5em;
  text-align: inherit;
}

.slide-portfolio-item-content .slide-portfolio-item-detail {
    padding: 0 20px 0 20px;
  }

  .slide-portfolio-item-detail{
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
  }

.slide-portfolio-item-detail strong{
    font-size: inherit;
} 
.slide-portfolio-item-content.slide-in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
@media only screen and (min-width: 768px) {
  .slide-portfolio-item-content {
    width: 700px;
    -webkit-transform: translateX(700px);
    -moz-transform: translateX(700px);
    -ms-transform: translateX(700px);
    -o-transform: translateX(700px);
    transform: translateX(700px);
  }
  .slide-portfolio-item-content .slide-portfolio-item-detail {
    padding: 0 50px 0 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .slide-portfolio-item-content {
    width: 1000px;
    -webkit-transform: translateX(1000px);
    -moz-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    -o-transform: translateX(1000px);
    transform: translateX(1000px);
  }
  .slide-portfolio-item-content .slide-portfolio-item-detail {
    padding: 0 100px 0 100px;
  }
  .no-cssgradients .slide-portfolio-item-content .slide-portfolio-item-detail {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-portfolio-item-content-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  background: none;
  font-size: 25px;
  white-space: nowrap;
  z-index: 3;
  display: none;
}
.slide-portfolio-item-content-close {
   color: var(--primary);
}
.slide-portfolio-item-content-close:hover {
   color: #fff; 
}
.slide-portfolio-item-content-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 1.2s;
  -moz-animation: cd-move-in 1.2s;
  animation: cd-move-in 1.2s;
}
@media only screen and (min-width: 1200px) {
  .slide-portfolio-item-content-close {
    right: 20px;
    top: 20px;
  }
}
.slide-portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29,29,33,0.8);
  cursor: pointer;
  display: none;
  z-index: 9999;
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateX(100px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-move-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/*-----------------------------------------------------------------------------------*\
  Skills SECTION
\*-----------------------------------------------------------------------------------*/
.skills-section{
  padding: 200px 0;
  text-shadow: 4px 3px 6px var(--secondary);
}

.skills-section .overlay{
  background-color: #9dbeef;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
  display: block;
  height: 100%;
  z-index: -1;
}

.icon-box{
  margin-top: 3rem!important;
  font-size: 1.5em;
}

.icon-box h3, .icon-box .fa{
  margin-top: 0;
  margin-bottom: 1rem!important;
}


/*-----------------------------------------------------------------------------------*\
  PORTFOLIO POSTS
\*-----------------------------------------------------------------------------------*/

.items-wrapper {
    text-align: center
}
.items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.filter-container {
    display: block;
    margin-bottom: 30px;
}

.filter-container .filter-item {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    transition: all 200ms ease-in;
    cursor: pointer;
    color: var(--text);
}

.filter-container .filter-item:hover, .filter-container .filter-item.current {
    color: var(--primary);
}

.filter-container .filter-item:before{
    display: inline-block;
    content: "/";
    padding: 0 10px;
    color: var(--light);
}

.filter-container .filter-item:first-child:before{
    display: none
}

.loadMore-text {
    text-align: center;
}

.image-grid .box {
  padding: 15px;
  background: var(--light);
  box-shadow: 0 2px 0 var(--secondary);
}

.image-grid h4.post-title {
  margin: 0;
  display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.image-grid .post-category{
  line-height: 0.8em;
  font-size: 1.3em;
}


.image-grid .item {
    float: left
}
.image-grid.col5 .item {
    margin-bottom: 10px;
    width: 20%;
    padding-right: 10px;
}
.image-grid.col3 .items-wrapper{
    margin-bottom: -20px;
    margin-right: -20px;
}
.image-grid.col3 .item {
    margin-bottom: 20px;
    width: 33.33339%;
    padding-right: 20px;
}
.image-grid figure {
  margin: 0;
}
.widget .image-grid.col3 .items-wrapper{
    margin-bottom: -5px;
    margin-right: -5px;
}
.widget .image-grid.col3 .item {
    margin-bottom: 5px;
    width: 33.33339%;
    padding-right: 5px;
}
.item-details {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.item-details li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.item-details li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0;
}
.item-details li strong {
    font-weight: normal;
    color: #70aed2;
    padding-right: 3px;
}

.icon-overlay img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}

.icon-overlay a .icn-more {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    left: 0;
    z-index: 100;
    background: #222;
    background: rgba(29,29,33,0.8);
    overflow: hidden;
    transition: all 0.4s;
}
.icon-overlay a:hover .icn-more {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-overlay a .icn-more:before {
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    line-height: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 22px;
    margin: -10px 0px 0px -11px;
    transform: translate3d(0,-10px,0);
    transition: 0.35s ease-in;
}
@media (max-width: 767px) { 
  .image-grid.col3 .items-wrapper{
      margin-right: 0;
  }
  .image-grid.col3 .item {
      width: 100%;
      padding: 0;
  }

}

@media (min-width:  425px) and (max-width: 767px) {
    .image-grid.col3 .item{
        width: 50%;
        padding: 10px;
        margin-bottom: 0;
    }

    #slide-portfolio figure {
        height: 162px;
    }
    
}


.cookieinfo span{
  width: 88%;
  float: left;
}

.cookieinfo-close{
  margin-top: 10px;
}

@media (max-width: 1046px) { 
  .cookieinfo span{
    width: 100%;
    float: none;
  }

  .cookieinfo-close{
    float: none !important;
    margin-left: 0px !important;
  }
}


/*------------------------------------*\
    responsive video
\*------------------------------------*/

.embedNotice{
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    text-align: center;
    z-index: 99;
    background-color: #232323e3;
}

.embedNoticeText{
    top: 45%;
    left: 25%;
    display: block;
    position: absolute;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 45%;


}

@media (max-width: 767px) { 
    .embedNoticeText{
        top: 36%;
        left: 25%;
        width: 50%;
    }
}

@media (max-width: 480px) { 
    .embedNoticeText{
        top: 17%;
        left: 11%;
        width: 80%;
    }
}

@media (max-width: 320px) { 
    .embedNoticeText{
        top: 10%;
        left: 5%;
        width: 90%;
    }
}




.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 30px;
    margin-left: -25px;
    margin-top: -15px;
    font-size: 58px;
    color: var(--primary);
    background: var(--dark);
    border-radius: 30%;
    text-align: center;
    opacity: 0.8;
    -webkit-transition: 0.4s opacity;
    transition: 0.4s opacity;
}

.responsive-video:hover .video-play-icon{
  color: var(--dark);
  background-color: #fff;
}

.video-play-icon .fa{
  line-height: inherit;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1080px;
}

.box .caption{
    font-style: italic;
    font-weight: bold;
    font-size: smaller;
    background-color: rgba(65,68,73,0.8);
    padding-left: 3px;
}

/*******************************************
MEDIA
*******************************************/
@media (min-width: 400px) {

  .publ .year{
    width:  15%;
  }

  .publ .description{
    width: 85%;
  }
}
@media (min-width: 500px) {
  #education .description{
    width: 90%;
  }

  .publ .year{
    width:  10%;
  }

  .publ .description{
    width: 90%;
  }
}
@media (min-width: 768px) {
  #education .description{
    width: 83%;
  }
  .publ .year{
    width:  15%;
  }

  .publ .description{
    width: 100%;
  }
}
@media (min-width: 992px) {
  #education .description{
    width: 83%;
  }

  .publ .year{
    width:  10%;
  }

  .publ .description{
    width: 90%;
  }
}
@media (min-width: 1200px) {
  #education .description{
    width: 87%;
  }
}




/* Large desktop */
@media (min-width: 1200px) {  
    #home blockquote p{
        font-size: 50px;
    }
}

@media (max-width: 1280px) {  
     #home blockquote p{
        font-size: 50px;
    }
}

@media (max-width: 980px) {

  #home blockquote p{
    font-size: 40px;
  }

  #contact-form textarea {
    height: 230px;
  }    
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  #home blockquote p{
      font-size: 45px;
  }

  #contact-form textarea {  
    height: 310px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
  .row{
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  } 

  .contact-form{
    margin-bottom: 30px;
  }

  .contact-details {
    border-top: 1px dashed #3C3F45;
    padding-top: 30px;
    text-align: center;
  }

  #contact-form .submit{
    width: 100%;
  }
}

/* Landscape phones */
@media (max-width: 480px) { 

}

/* Portrait phones */
@media (max-width: 360px) { 
    #home blockquote p{
        font-size: 33px;
    }
}

@media (max-width: 320px) { 

}

@media (max-height: 768px) and (max-width: 1024px) and (min-width: 641px)  { 
    #home blockquote p{
        font-size: 48px;
    }
}

@media (max-height: 680px) { 
    #home blockquote p{
        font-size: 34px;
    }
}

@media (max-height: 360px) { 
     #home blockquote p{
        font-size: 31px;
    }
}









