
/*-----------------------------------------------------------------------------------*/
/*  caro
/*-----------------------------------------------------------------------------------*/
.ma_logo{
	text-align: center;
    background-color: white;
    width: 210px;
    height: 210px;
    margin: 0 auto;
    -webkit-border-radius: 150px;
	margin-bottom:80px;
}
.ma_logo img{
	margin-top: 60px;
}

body {
  margin: 0; 
  background-color: #000000;
}
.stopfade { 
   opacity: .5;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn {
  background-image: url("images/cross_white.png") !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  height: 30px;
  width: 30px;
  float: none;
}
.navigation{ text-align: center;
}
h1{
  font-size: 30px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  letter-spacing: 10px;
  line-height: 38px;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
  .thumbs li {
        margin-top: 10px;
    }

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('http://carolinasotopik.com/mascenography2016/images/background_erika.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}


/* Outline Outward */
.outline-outward {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.outline-outward:before {
  content: '';
  position: absolute;
  border: rgba(0, 0, 0, 0) solid 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.outline-outward:hover:before, .outline-outward:focus:before, .outline-outward:active:before {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: rgba(250, 250, 250, 1) solid 2px;
  border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;

}

@media only screen and (max-width: 479px) { 
  .thumbs li {
        width: 50%;
    }
  h1 {
    font-size: 21px;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    padding-top: 30px;
    letter-spacing: 5px;
    line-height: 30px;
  }
  .outline-outward:hover:before, .outline-outward:focus:before, .outline-outward:active:before {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border: rgba(250, 250, 250, 1) solid 2px;
  border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;

}
}












}