@font-face {
    font-family: 'DeadStock';
    src: url('../webfonts/DeadStock.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avengeance';
    src: url('../webfonts/Avengeance.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Antonio-Bold';
    src: url('../webfonts/Antonio-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HoneyScript-SemiBold';
    src: url('../webfonts/HoneyScript-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jodie-Garland';
    src: url('../webfonts/Jodie-Garland.ttf');
    font-weight: normal;
    font-style: normal;
}

.float{
  position:fixed;
  width:50px;
  height:50px;
  bottom:20px;
  left:20px;
  background-color:#3CB60A;
  color:#FFF;
  border-radius:40px;
  text-align:center;
  font-size:25px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  z-index:100;
  -webkit-animation-name: float; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: float;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes float {
  0%  {background-color: #df0e2c;
      color: #fff;
  }
  20% {background-color: #3CB60A;
      color: #FFC300;
  }
  40% {background-color: #df0e2c;
      color: #fff;
  }
  50% {-webkit-transform: rotate(360deg);
      border-radius:10px;
      text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  }
  60% {background-color: #3CB60A;
      color: #FFC300;
  }
  80% {background-color: #df0e2c;
      color: #fff;
  }
  100% {background-color: #3CB60A;
      color: #FFC300;
  }
}

/* Standard syntax */
@keyframes float {
  0%  {background-color: #df0e2c;
  }
  20%  {background-color: #3CB60A;
  }
  40%  {background-color: #df0e2c;
  }
  50% {-webkit-transform: rotate(360deg);
      border-radius:10px;
      text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  }
  60%  {background-color: #3CB60A;
  }
  80%  {background-color: #df0e2c;
  }
  100% {background-color: #3CB60A;
  }
}

.my-float{
  margin-top:12px;
}

.float2{
  position:fixed;
  width:50px;
  height:50px;
  bottom:80px;
  left:20px;
  background-color:#00B0FF;
  color:#FFF;
  border-radius:40px;
  text-align:center;
  font-size:25px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  z-index:100;
  -webkit-animation-name: float2; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: float2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes float2 {
  0%   {background-color: #00B0FF;}
  20%  {background-color: #FF00CC;}
  40%  {background-color: #00B0FF;}
  50% {-webkit-transform: rotate(360deg);
      border-radius:10px;
      text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  }
  60%  {background-color: #FF00CC;}
  80%  {background-color: #00B0FF;}
  100% {background-color: #FF00CC;}
}

/* Standard syntax */
@keyframes float2 {
  00%   {background-color: #00B0FF;}
  20%  {background-color: #FF00CC;}
  40%  {background-color: #00B0FF;}
  50% {-webkit-transform: rotate(360deg);
      border-radius:10px;
      text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  }
  60%  {background-color: #FF00CC;}
  80%  {background-color: #00B0FF;}
  100% {background-color: #FF00CC;}
}

.my-float2{
  margin:12px;
}

.float3{
	position:fixed;
	width:50px;
	height:50px;
	bottom:140px;
	left:20px;
	background-color:#df0e2c;
	color:#FFF;
	border-radius:40px;
	text-align:center;
  	font-size:25px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  	z-index:100;
}

.my-float3{
	margin-top:12px;
}

.video-fluid {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

/* Lightbox Basic 1
--------------------------------*/

#details-lightbox-1 img {
  width: 100%;
  margin-bottom: 1.5rem;
}

#details-lightbox-1 .owl-nav, #details-lightbox-1 .owl-dots {
  margin-bottom: 15px;
  text-align: center;
}

#details-lightbox-1 .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

#details-lightbox-1 .owl-dot.active {
  background-color: #FAAF3C;
}

/* Lightbox Basic 2
--------------------------------*/

#details-lightbox-2 img {
  width: 100%;
  margin-bottom: 1.5rem;
}

#details-lightbox-2 .owl-nav, #details-lightbox-2 .owl-dots {
  margin-bottom: 15px;
  text-align: center;
}

#details-lightbox-2 .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

#details-lightbox-2 .owl-dot.active {
  background-color: #FAAF3C;
}

/* Lightbox Basic 3
--------------------------------*/

#details-lightbox-3 img {
  width: 100%;
  margin-bottom: 1.5rem;
}

#details-lightbox-3 .owl-nav, #details-lightbox-3 .owl-dots {
  margin-bottom: 15px;
  text-align: center;
}

#details-lightbox-3 .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

#details-lightbox-3 .owl-dot.active {
  background-color: #FAAF3C;
}

/* Contact
--------------------------------*/

#contact img {
  width: 350px;
  border-radius: 10%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#contact .owl-nav, #contact .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#contact .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
}

#contact .owl-dot.active {
  background-color: #df0e2c;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 36px;
    color: #007b5e !important;
}

.backside .card a:hover{
    font-size: 36px;
    color: #333 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}