@import url("https://fonts.googleapis.com/css?family=Courgette");
.media-player{
    position: relative;
    width: 100%;
    height: auto;
    min-width: 100%; 
    min-height: 100%;

}
#myVideo {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  
}

.media-control {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.media-control:hover {
    background: #ddd;
    color: black;
}

.sound-info{
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    color: #f1f1f1;
    background: #ed556483;
    font-family: "Courgette", serif;
    z-index: 99;
    -webkit-animation: cssAnimation 5s forwards; 
    animation: cssAnimation 5s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 0.3;}
    100% {
        opacity: 0;
        visibility:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 0.3;}
    100% {
        opacity: 0;
        width: 0;
        height: 0;
        visibility:hidden;
    }
}


/************ Form contact *******
*********************************/

/* 64ac15 */
h4 {
  color: #6f598f;
}
input, textarea,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
input:focus {
  outline: 0;
  border-color: #ed5564;
}
input:focus + .input-icon i {
  color: #ed5564;
}
input:focus + .input-icon:after {
  border-right-color: #ed5564;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label,
select {
  display: inline-block;
  width: 50%;
  text-align: center;
  border-radius: 0;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #ed5564;
  color: #fff;
  border-color: #ed5564;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
input:checked + label:after {
  opacity: 1;
}
select {
  height: 3.4em;
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: #ed5564;
  color: #fff;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.container-services {
  max-width: 50em;
  width: 80%;
  padding: 1em 3em 2em 3em;
  margin: 0em auto;
  background-color: rgba(255, 255, 255, 0.116);
  border-radius: 6px;
  box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.2);
}
.container-services .row {
  zoom: 1;
}
.container-services .row:before,
.row:after {
  content: "";
  display: table;
}
.container-services .row:after {
  clear: both;
}
.container-services .col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.container-services .col-half:last-of-type {
  padding-right: 0;
}
.container-services .col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.container-services .col-third:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}

.services-title{
    color: #ed5564;
    font-family: "Courgette", serif;
}
textarea:focus {
    outline: 0;
    border-color: #ed5564;
}
textarea:focus + .input-icon i {
    color: #ed5564;
}
textarea:focus + .input-icon:after {
    border-right-color: #ed5564;
}
.input-group-icon textarea {
    padding-left: 4.4em;
}
input[type="submit"] {
    background-color: #ed5564;
    color: #fff;
}
input[type="submit"]:hover {
    background-color: #ed556421;
    color: #ed5564;
    border-color: #ed5564;
}
