/*
* ATHOS - Innovative Coming Soon Template
* Build Date: April 2015
* Author: Madeon08
* Copyright (C) 2015 Madeon08
* This is a premium product available exclusively on http://themeforest.net
*/
p.youtube-control {
  color: #000000;
  height: 100%;
  width: 100%;
  line-height: 30px;
  font-size: 0.7em;
  font-weight: 500;
  text-align: left;
  padding-left: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
p.youtube-control .fa {
  margin-right: 5px;
  cursor: pointer;
}

.middle-part {
  background: none !important;
}
.middle-part button#fullscreen-ytb {
  border: none;
  text-align: left;
  position: absolute;
  width: 100%;
  font-weight: 600;
  padding: 0 0 0 30px;
  color: #FFFFFF;
  background: #FF1D4D;
  bottom: 30px;
  left: 0;
  -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
}
@media only screen and (max-width: 768px) {
  .middle-part button#fullscreen-ytb {
    margin-bottom: 600px;
    z-index: 100;
  }
}
.middle-part button#fullscreen-ytb:hover {
  background: #FFFFFF;
  color: #2B2D35;
  border-color: #BABABA;
}
.middle-part button#fullscreen-ytb:hover .fa {
  font-size: 1.2em;
}
.middle-part button#fullscreen-ytb .fa {
  margin-right: 5px;
  height: 50px;
  width: 50px;
  background: #2B2D35;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

@media only screen and (max-width: 768px) {
  #map-container {
    z-index: 9;
    padding-top: 0;
  }
}
button.close-youtube {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 15;
  color: #FFFFFF;
  padding: 0;
  background: #2B2D35;
  width: 30px;
  height: 100vh;
  line-height: 100vh;
  border: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
button.close-youtube i {
  color: #FF1D4D;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
button.close-youtube:hover {
  color: white;
  background: #22232a;
}
button.close-youtube:hover i {
  color: #FFFFFF;
}

.left-part {
  background: rgba(28, 32, 43, 0.8) !important;
}

.middle-part {
  background: rgba(28, 32, 43, 0.5) !important;
}

.right-part {
  background: rgba(28, 32, 43, 0.8) !important;
}
