﻿#cookieMessage {
  background: rgba(74, 74, 74, 0.95);
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 20px 0 21px;
  position: fixed;
  display: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  z-index: 9999; }

#cookieMessage.open {
  display: block;
  -moz-animation: slideUp 0.8s ease-in-out 1s forwards;
  -o-animation: slideUp 0.8s ease-in-out 1s forwards;
  -webkit-animation: slideUp 0.8s ease-in-out 1s forwards;
  animation: slideUp 0.8s ease-in-out 1s forwards; }

.skill-bar .w70 {
  width: 70%; }

@-moz-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media only screen and (max-width: 676px) {
  #cookieMessage {
    padding: 20px 0 10px; } }

html body #cookieMessage div.container {
  background-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 940px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  position: relative;
  width: 100%; }

#cookieMessage span.title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 8px; }

#cookieMessage p {
  color: #ffffff;
  font-size: 14px !important;
  line-height: 18px;
  margin-bottom: 0; }

#cookieMessage p a {
  color: #ffffff;
  text-decoration: underline; }

#cookieMessage p.mobile {
  font-size: 14px !important;
  display: none; }

#cookieMessage p a:hover {
  text-decoration: none; }

#cookieMessage button {
  display: inline-block;
  width: 100%; }

#cookieMessage .text {
  float: left;
  width: 76.7%; }

#cookieMessage .buttons {
  float: left;
  margin-left: 2%;
  text-align: right;
  width: 21.3%; }

@media only screen and (max-width: 676px) {
  #cookieMessage .text {
    float: none;
    margin-bottom: 5px;
    text-align: center;
    width: 100%; }
  #cookieMessage .buttons {
    float: none;
    margin-left: 0;
    text-align: center;
    width: 100%; }
  #cookieMessage span.title {
    display: none; }
  #cookieMessage p {
    display: none; }
  #cookieMessage p.mobile {
    display: block;
    font-size: 14px !important; } }

#cookieMessage button,
.videoCookieMessage button {
  /*background: #3388C2;*/
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin: 5px 0;
  max-width: 161px;
  overflow: visible;
  padding: 5px 0 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%; }

@media only screen and (max-width: 676px) {
  #cookieMessage button {
    margin: 10px; } }

#cookieMessage button::-moz-focus-inner,
.videoCookieMessage button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*#cookieMessage button:hover,
.videoCookieMessage button:hover {
    background: #5CA0CE;
}*/
.videoCookieMessage {
  background: #F5F5F5;
  height: 100%;
  text-align: center; }

#video1 .videoCookieMessage {
  max-width: 900px; }

#video1 .videoCookieMessage .contentHolder .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 175px 50px; }

@media only screen and (max-height: 685px) {
  #video1 .videoCookieMessage .contentHolder .inner {
    padding: 50px; } }

#video1 .videoCookieMessage .contentHolder .inner svg {
  height: 120px;
  margin-bottom: 23px;
  width: 120px; }

.videoCookieMessage {
  border: 1px solid #CECECE;
  box-sizing: content-box;
  display: table;
  height: 100%;
  margin: -1px;
  width: 100%; }

.videoCookieMessage .contentHolder {
  display: table-cell;
  vertical-align: middle; }

.videoCookieMessage .contentHolder .inner {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  width: 100%; }

.videoCookieMessage svg {
  height: 60px;
  margin-bottom: 13px;
  vertical-align: top;
  width: 60px; }

.videoCookieMessage span.title {
  color: #4A4A4A;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 0 20px; }

.videoCookieMessage p {
  color: #4A4A4A;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 14px;
  padding: 0 20px; }

.videoCookieMessage p a {
  border-bottom: 0;
  color: #3388C2;
  padding-bottom: 0;
  text-decoration: underline; }

.videoCookieMessage p a:hover,
.videoCookieMessage p a:active,
.videoCookieMessage p a:focus {
  border-bottom: 0;
  text-decoration: none; }

.media.youtube.right .videoCookieMessage svg {
  display: none; }

@media only screen and (max-width: 676px) {
  .videoCookieMessage {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0; }
  .videoCookieMessage svg {
    display: none; }
  #video1 .videoCookieMessage .contentHolder .inner {
    padding: 10px 0; }
  #video1 .videoCookieMessage .contentHolder .inner svg {
    display: none; } }

#cookieConfigure {
  float: left; }
  #cookieConfigure .checkboxButton {
    margin-bottom: 15px; }
    #cookieConfigure .checkboxButton label {
      display: block;
      margin-bottom: 10px; }
      #cookieConfigure .checkboxButton label span {
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 50px);
        margin-left: 10px; }

/* Transform Mixin */
button.configure {
  border: 0; }

