body {
  font-family: "Ubuntu";
}

.btn-yellow {
  background-color: #ffcc00 !important;
  color: #fff;
  padding: .375rem 1.2rem;
  font-weight: bold;
}

.btn-yellow:hover {
  background-color: #ffd83b !important;
}

.bg-l-yellow {
  background-color: #ffcc00 !important;
}

.bg-grad-yellow {
  background-image: linear-gradient(180deg, #ffcc0038, #ffcc0004);
}

.bg-transparent, .bg-white, .border-bottom {
  transition: background-color 0.2s;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-yellow {
  background-color: #ffcc00 !important;
}

.bg-grey {
  background-color: #272727;
}

.text-yellow {
  color: #ffcc00 !important;
}

.text-underline {
  text-decoration: underline !important;
}

.hvr-yellow {
  color:#000;
}

.hvr-yellow:hover {
  color: #ffcc00;
}

/* DECORATION */
.marker {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 5px;
}
.marker::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 14px;
  background-color: #ffcc00;
  bottom: 12px;
  left: 0;
  z-index: -1;
}

.marker-grey {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 5px;
}
.marker-grey::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 14px;
  background-color: #ecebdb;
  bottom: 12px;
  left: 0;
  z-index: -1;
}

.glow {
  border-radius: 50%;
  background-color: rgb(246 207 2);
  box-shadow: 0px 0px 20px 16px rgb(246 207 2 / 100%), 0 0 30px 0px rgb(246 207 2 / 60%);
}

.social li a i {
  color: #fff;
}

.social li a:hover i {
  color: #272727 !important;
  transition: color 0.3s;
}
/* END OF DECORATION */

/* ANIMATION */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
/* END OF ANIMATION */


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.bg-hover-dark:hover{
  background: #000000!important;
  border-color:#000000!important;
}
.bg-hover-dark:hover a, a.bg-hover-dark:hover{
  color: #FFFFFF!important;
}
.text-dark-hover-white {
  color: #343a40!important;
}
.text-dark-hover-white:hover {
  color: #FFF!important;
}
/* HAMBURGER ICON ANIMATION */
.icon-bar {
  width: 22px; 
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
/* HAMBURGER ICON ANIMATION */

.ml-min-15 { margin-left:-15px!important; }
.mr-min-15 { margin-right:-15px!important; }

.mb-none{margin-bottom:0px!important;}

.border-1 { border-width:1px !important; }
.border-2 { border-width:2px !important; }
.border-3 { border-width:3px !important; }
.border-4 { border-width:4px !important; }
.border-5 { border-width:5px !important; }
.border-10 { border-width:10px !important; }

.border-hover-1:hover { border-width:1px !important; }
.border-hover-2:hover { border-width:2px !important; }
.border-hover-3:hover { border-width:3px !important; }
.border-hover-4:hover { border-width:4px !important; }
.border-hover-5:hover { border-width:5px !important; }
.border-hover-10:hover { border-width:10px !important; }

.border-radius-top-left-05 { border-top-left-radius: 0.5rem!important; }
.border-radius-top-right-05 { border-top-right-radius: 0.5rem!important; }
.border-radius-bottom-left-05 { border-bottom-left-radius: 0.5rem!important; }
.border-radius-bottom-right-05 { border-bottom-right-radius: 0.5rem!important; }

.fs-3 { font-size: 3rem!important; }
.fs-4 { font-size: 4rem!important; }

.rotate {
  transform: rotate(90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.bg-instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}


/*.bg-shop-online {
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5));
  transition: background 1s ease-in-out;
}
.bg-shop-online:hover {
  background: linear-gradient(rgba(25, 25, 5, 0.6), rgba(255, 255, 255, 0.9));
}*/

.zoom-container { overflow: hidden;
    position: relative;
    cursor: pointer; }

.bg-zoom-hover {
  transition: transform 0.5s;
}

.bg-zoom-hover:hover {
  transform: scale(1.03);
}

.bg-shop-online {
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  z-index: 1;
}

.bg-shop-online::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(25, 25, 5, 0.2), rgba(23, 25, 5, 0.1));
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.bg-shop-online:hover::before {
  opacity: 1;
}

/* START OF SUBMENU */
.dropdown-submenu{ position: relative; }

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/* END OF SUBMENU*/

/* NAVIGATION */
.navigation {
  position: fixed;
}
/* END OF NAVIGATION */

/* LANGUAGE SELECTOR */
.dropdown-menu {
  min-width: 72px !important;
  border-radius: none !important;
  border: 1px solid #000000;
  top: 130% !important;
}
/* END OF LANGUAGE SELECTOR */ 

/* HEADING */
.heading-title {
  font-size: 2.4rem;
}

/* END OF HEADING */


/* PROJECTS BRANDS*/

.brands-box {
  position: relative;
  height: auto;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.brands-box:hover .image {
  opacity: 0.3;
}

.brands-box:hover .middle {
  opacity: 1;
}

.text {
  color: black;
  font-family: "Poppins";
}

.text:hover {
  color: black;
  text-decoration: none;
}

/* VIDEO OVER ONS */
/*.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

.video-wrapper {
  /*top: calc(56% - 163px);
  position: relative;*/
}
/* END OF VIDEO OVER ONS */

.two-colors {
  background: linear-gradient(to right, #ffcc00 50%, #272727 50%);
}

/* PROJECTS MODELS s*/

.models-box {
  position: relative;
  height: 220px;
}

.models-box:hover .image {
  opacity: 0.3;
}

.models-box:hover .middle {
  opacity: 1;
}

/* VLOG */

.img-vlog {
  position: relative;
  padding-bottom: 56.2%;
}

.img-vlog h4 {
  top: 10%;
  left: 10%;
  position: absolute;
  /*transform: translate(-50%, -50%);*/
  color: #fff;
  z-index: 99;
  font-size: 1.3rem;
  width: 80%;
}

.img-vlog i {
  top: 70%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ffcc00d1;
  font-size: 3.6rem;
  z-index: 99;
}

.img-vlog:hover i {
  font-size: 4.0rem;
  transition: font-size ease-in-out 0.2s;
}

.img-video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-overlay-vid {
  background: #00000066;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  z-index: 1;
}

.modal-body {
  padding: 0 !important;
}

/* END OF VLOG */

/* BLOG */

figure {
  position: relative;
  float: left;
  overflow: hidden;
  /*margin: 10px 1%;*/
  min-width: 210px;
  max-width: 480px;
  max-height: 360px;
  text-align: center;
  cursor: pointer;
  margin: 0 0 0rem !important;
}

figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  /*opacity: 0.8;*/
}

figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #ffcc00d1 !important;
}

figure figcaption::before,
figure figcaption::after {
  pointer-events: none;
}

figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 1;
}

figure a button {
  word-spacing: -0.15em;
  font-weight: 300;
}

figure a button span {
  font-weight: 800;
}

figure a button,
figure p {
  margin: 0;
}

figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}


figure.effect-zoe figcaption {
  top: auto;
  bottom: 8px;
  padding: 0.8em;
  height: 3.75em;/*100%*/
  background: #fff;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  /*transition: bottom ease 1s;*/
}

figure.effect-zoe a button {
  float: right;
}

figure.effect-zoe a button {
  display: inline-block;
}


figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover a button,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  /*top: 0;*/
  bottom: 0;
  /*transition: none;*/
}

figure.effect-zoe:hover figcaption {
  /*background-color: #ffcc00b5 !important;
  transition: background-color ease-in-out 0.05s;*/
}

figure.effect-zoe:hover a button {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.three-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
  -webkit-box-orient: vertical;
}
/* END OF BLOG */

/* DETAIL BLOG */

.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: #ffcc00d1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

/* END OF DETAIL BLOG */

/* CONTACTFORM */

#ccms_form_contact label {
  display: none;
}

#ccms_form_contact textarea {
  height: 8em;
}

/* FORMS */
.form-dark input, .form-dark input:focus {
  color: white;
}

.form-light .form-control {
  border-bottom: 1px solid #737f8a;
}

.form-light .form-control:focus {
  border-bottom: 2px solid #fff;
}

.form-control {
  border: none;
  border-bottom: 1px solid #CCC;
  box-shadow: none !important;
  border-radius: 0;
}

.form-control:focus {
  border-bottom: 2px solid #ffcc00;
  background-color: transparent;
}

.form-group > label {
  display: none !important;
}

.form-group > input {
  background-color: transparent !important;
}

.form-group > input:active {
  background-color: transparent !important;
}

.form-group select {
  background: transparent;
}

.form-check {
  margin-left: 2.5rem;
  margin-top: 1.5rem;
}

.form-check-input {
  margin-left: -3rem;
}

.form-group textarea {
  min-height: 80px;
}
/* END OF FORMS */

/* END OF CONTACTFORM*/
@media (max-width: 375px) { 
  .heading-title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) { 

}
@media (min-width: 992px) { 

}
@media (min-width: 1200px) { 

}