/* GLOBAL STYLES */

* {
  box-sizing: border-box;
}

html, body {
  font-size: 100%;
  height: 100%;
  background-color: #00BB3F;
  color: #fff;
  font-family: 'Oxygen', sans-serif;
}

/*

Links can be styled differently depending on what state they are in.

The four links states are:

a:link - a normal, unvisited link
a:visited - a link the user has visited
a:hover - a link when the user mouses over it
a:active - a link the moment it is clicked 

*/
a,  a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
a:hover { text-decoration: none; }

/** HEADER **/

#header-nav {
  background-color: #024E68;
  border-radius: 0;
  border: 0;
}

.navbar-brand {
  padding-top: 25px;
}

.navbar-brand h1 {
  /* heder */
  font-family: 'Lora', serif;
  color: #00BB3F;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 1px #63DD8D;
  margin-top: 0;
  margin-bottom: 0;
  line-height: .75;
}

.navbar-brand a:hover, .navbar-brand a:focus {
  text-decoration: none;
}

.navbar-brand p {
  color: #E7E7E7;
  text-transform: uppercase;
  font-size: .8em;
  margin-top: 5px;
}

.navbar-brand p span {
  vertical-align: middle;
}

#nav-list {
  margin-top: 10px;
}

#nav-list a {
  color: #00BD39;
  text-align: center;
}

#nav-list a:hover {
  background: #E7E7E7;
}

#nav-list a span {
  font-size: 1.4em;
}

#contact {
  margin: 0px;
  padding: 15px;
}

#contact a {
  text-align: right;
  padding-bottom: 0;
}

#contact div {
  color: #00BD39;
  text-align: right;
}

.navbar-header button.navbar-toggle, .navbar-header .icon-bar {
  border: 1px solid #238C47;
}

.navbar-header button.navbar-toggle {
  clear: both;
  margin-top: -30px;
}

/* END HEADER */

/* FOOTER */

.panel-footer {
  width: 100%;
  margin-top: 30px;
  padding: 35px 0px 0px 0px;
  padding-bottom: 30px;
  background-color: #024E68;
  border-top: 0;
  bottom: 0;
}

.panel-footer div.row {
  margin-bottom: 35px;
}

#other {
  line-height: 2;
}

#other>span {
  font-size: 1.3em;
}

/* END FOOTER */

.rot {
  color: red;
}

/* Animation list page */

.odd_row, .even_row {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 10px;
  font-size: 1.3em;
}

.odd_row {
  background-color: seagreen;
}

.odd_row, .odd_row a {
  color: skyblue;
}

.even_row {
  background-color: skyblue;
}

.even_row, .even_row a {
  color: seagreen;
}

/* END Animation list page */

/* CV & LL PAGE */

.container .jumbotron {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 5px;
  color: inherit;
  background-color: hsl(140, 72%, 34%);
  box-shadow: 0 0 50px #007920;
  border: 2px solid #007920;
}

.profil {
  background-color: #007929;
  border-radius: 6px;
  margin-bottom: 15px;
}

.profil div {
  margin-top: 10px;
}

.profil h3 {
  margin-top: 0px;
}

.profil a {
  color: #00BB3F;
  text-decoration: none;
  font-size: 1em;
}

.position {
  font-weight: bold;
  color: #024E68;
}

/* END CV & LL PAGE */

/* 404 Page, Liste */

section .page404, .single {
  border-radius: 1em;
  padding: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.single h3 {
  padding: 30px;
}

.page404, .single {
  padding: 20px;
  font-size: 1.5em;
  text-align: center;
}

.page404 p {
  padding: 20px;
}

.page404 p a, .single p a {
  color: gold;
  text-decoration: none;
}

/* END 404 Page, Liste */

/* CARD */

.contain {
  width: 280px;
  height: 500px;
  margin: 30px auto;
}

.card {
  border-radius: 25px;
  box-shadow: -11px 11px 1px rgba(0, 0, 0, 0.3);
}

.card-head {
  position: relative;
  height: 252px;
  background: #fa782e;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fa782e 8%, #c82930 83%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fa782e 8%, #c82930 83%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fa782e 8%, #c82930 83%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa782e', endColorstr='#c82930', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 25px 25px 0 0;
}

.card-logo {
  margin: 5px;
}

.product-img {
  position: absolute;
  left: 0;
  margin-top: 26px;
  margin-left: 50px;
  width: 400px;
  border-radius: 25px;
  box-shadow: -11px 11px 1px rgba(0, 0, 0, 0.3);
}

.product-detail {
  padding: 0 20px;
  font-size: 11px;
  color: rgb(31, 13, 13);
}

.product-detail h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.back-text {
  display: inline-block;
  font-size: 125px;
  font-weight: 900;
  margin-left: -7px;
  margin-top: -12px;
  opacity: 0.2;
}

.card-body {
  height: 255px;
  background: #fff;
  border-radius: 0 0 25px 25px;
}

.product-title {
  padding: 20px 20px 5px 20px;
  display: block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-title b {
  font-weight: 900;
  letter-spacing: 0px;
}

.badge {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background: #11e95b;
  padding: 5px;
  border-radius: 4px;
  top: -10px;
  margin-left: 5px;
}

.product-caption {
  display: block;
  padding: 0 20px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.product-rating {
  padding: 0 20px;
  font-size: 11px;
}

.product-rating i.grey {
  color: #acacab;
}

.product-size h4 {
  font-size: 11px;
  padding: 0 21px;
  margin-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #007920;
}

.ul-size {
  margin-left: 15px;
}

.ul-size li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.ul-size li a {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  text-align: center;
  line-height: 23px;
  color: #000;
}

.ul-size li a.active {
  background: #f35e3d;
  color: #fff;
}

.product-size:before,
.product-size:after {
  content: '';
  display: block;
  clear: both;
}

.product-color h4 {
  font-size: 11px;
  padding: 0 21px;
  margin-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.ul-color {
  margin-left: 27px;
}

.ul-color li {
  list-style: none;
  float: left;
  margin-right: 20px;
}

.ul-color li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.ul-color li a.orange {
  background: #f35e3d;
}

.ul-color li a.green {
  background: #11e95b;
}

.ul-color li a.yellow {
  background: #ffd414;
}

.ul-color li a.active:after {
  position: absolute;
  content: '';
  display: inline-block;
  border: 1px solid #f35e3d;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  margin-left: -12px;
  margin-top: -4px;
}

.product-price {
  position: absolute;
  padding: 7px 20px;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  border-radius: 7px;
  margin-top: -13px;
  margin-left: -5px;
  box-shadow: -10px 20px 15px -10px rgba(17, 233, 91, 0.3);
  animation: blink-animation 2s infinite;
  -webkit-animation: blink-animation 2s infinite;
}

.product-price-2 {
  animation: blink-animation 2s 1s infinite;
  -webkit-animation: blink-animation 2s 1s infinite;
}

@keyframes blink-animation {
  0% {
    background: #0a8f38;
  }
  50% {
    background: #11e95b;
  }
  100% {
    background: #0a8f38;
  }
}
@-webkit-keyframes blink-animation {
  0% {
    background: #0a8f38;
  }
  50% {
    background: #11e95b;
  }
  100% {
    background: #0a8f38;
  }
}

.product-price b {
  margin-left: 5px;
}

.yt
{
  position: fixed;
  padding:7px 10px 3px 10px;
  top: 5px;
  right: 5px;
  background: rgba(0,0,0,0.1);
}

.yt:hover
{
  background: rgba(0,0,0,0.2);
}

/* end card */


/* MOVING DOT */

#dot {
  background: white;
  border-radius: 50%;
  height:30px;
  width:30px;
  top:50%;
  animation: move1 30s infinite;
  position: absolute;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

#dot1 {
  background: yellow;
  border-radius: 50%;
  height:20px;
  width:20px;
  top:30%;
  animation: move1 40s infinite;
  position: absolute;
  border: white 3px solid;
}

#dot2 {
  background: blue;
  border-radius: 50%;
  height:40px;
  width:40px;
  top:70%;
  animation: move1 50s infinite;
  position: absolute;
  box-shadow: rgba(140, 95, 243, 0.56) 0px 22px 70px 4px;
}

#dot3 {
  background: red;
  border-radius: 50%;
  height:25px;
  width:25px;
  top:90%;
  animation: move1 30s 5s infinite;
  position: absolute;
  border: white 2px solid;
}

#dot4 {
  background: rgb(33, 221, 80);
  border-radius: 50%;
  height:35px;
  width:35px;
  left: 5%;
  animation: move2 60s 5s infinite;
  position: absolute;
  border: white 2px solid;
}

#dot5 {
  background: rgb(4, 88, 4);
  border-radius: 50%;
  height:25px;
  width:25px;
  left: 50%;
  animation: move2 40s infinite;
  position: absolute;
  border: white 2px solid;
}

#dot6 {
  background: rgb(35, 48, 35);
  border-radius: 50%;
  height:45px;
  width:45px;
  left: 95%;
  animation: move2 50s 30s infinite;
  position: absolute;
  border: white 2px solid;
}

@keyframes move1 {
    from {
      left: -5%;
      }
    50% {
      left: 95%;
      opacity: 0; 
      } 
    to {
      left: -5%;
      }
}
@keyframes move2 {
  from {
    top: 105%;
    }
  50% {
    top: -5%;
    opacity: 0;
    } 
  to {
    top: 105%;
    }
}

/* end moving dot */

/* WAVE */



/* end wawe */

/********** Large devices only **********/

@media (min-width: 1200px) {
  .buttom-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}

/********** Medium devices only **********/

@media (min-width: 992px) and (max-width: 1199px) {
  .buttom-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}

/********** Small devices only **********/

@media (min-width: 768px) and (max-width: 991px) {
  /* Page */
  .container .jumbotron {
    height: 32px;
  }
  .picture-holder {
    height: 400px;
  }
  /* End Page */
}

/********** Extra small devices only **********/

@media (max-width: 767px) {
  .picture-holder {
    height: 400px;
  }
  /* Header */
  .navbar-brand {
    padding-top: 10px;
    height: 80px;
  }
  .navbar-brand h1 {
    /* Name */
    padding-top: 10px;
    font-size: 5vw;
    /* 1vw = 1% of viewport width */
  }
  .navbar-brand p {
    /* Text type */
    font-size: .6em;
    margin-top: 12px;
  }
  .profil {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
  }
  #collapsable-nav a {
    /* Collapsed nav menu text */
    font-size: 1.2em;
  }
  #collapsable-nav a span {
    /* Collapsed nav menu glyph */
    font-size: 1em;
    margin-right: 5px;
  }
  #contact-btn>a {
    font-size: 1.5em;
    display: block;
    margin: 0 20px;
    padding: 10px;
    background-color: #024E68;
    color: #00BB3F;
  }
  #xs-contact {
    margin-top: 5px;
    font-size: .7em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  /* End Header */

  /* Footer */

  .panel-footer {
    width: 100%;
    margin-top: 30px;
    padding: 35px 0px 0px 0px;
    padding-bottom: 30px;
    background-color: #0d9bca;
    border-top: 0;
    bottom: 0;
    -webkit-box-shadow: 10px 10px 13px 10px #fff, -1px 0px 1px 19px rgba(166, 47, 0, 0);
    box-shadow: 10px 10px 13px 10px #fff, -1px 0px 1px 19px rgba(166, 47, 0, 0);
  }

  .panel-footer section {
    margin-bottom: 30px;
    text-align: center;
  }
  .panel-footer section:nth-child(3) {
    margin-bottom: 0;
    /* margin already exists on the whole row */
  }
  .panel-footer section hr {
    width: 50%;
  }
  /* End Footer */
  /* Page */
  .container .jumbotron {
    margin-top: 30px;
    padding: 0;
  }
  /* END Page */
}

/********** Super extra small devices Only (e.g., iPhone 4) **********/

@media (max-width: 479px) {
  /* Header */
  .navbar-brand h1 {
    /* Name */
    padding-top: 5px;
    font-size: 6vw;
  }
  /* End Header */
  /* Page */
  .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
  }
  /* END Page */
}