/*!
 * UnikBad styles
 * Copyright 2013-2018 Unikbad
 */

body {
  width: 100%
  height:100%;
  background: #FFFFFF; 
  font-size: 17px !important;
  line-height: 1.5em;
  font-family: 'Robotto', sans-serif;
  font-weight: 100;
  color: #3B3B3B;
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

/* ======= HEADINGS ====== */

h1 {
  font-size: 2modalem;
}

h2 {
  font-size: 1.5em;

}

h3 {
  font-size: 1.5em;
  text-transform: none;
  color: #4c4c4c;  
}

h4 {
  font-size: 1em;
  text-transform: uppercase;
  color: #959595;  
}

h5 {
  font-size: 0.889em;
}

h6 {
  font-size: 0.79em;
}

.display-1 {
  font-size: 3.1em;
        font-weight: 600; 

}

.display-2 {
  font-size: 3.125em;
        font-weight: 600; 
}

.display-3 {
  font-size: 2em !important;
  color: #ffffff;  
}

.display-4 {
  font-size: 1.4em;
}


@media (max-width: 991px) {
  h1 {
    font-size: 2.4em;
  }
  .display-1 {
  font-size: 2.1em;
        font-weight: 600; 

}
.display-3 {
  font-size: 1.5em !important;
  color: #ffffff;  
}

}

.media-heading {
   /* padding-bottom: 0.5em;*/
}

.text-shadow {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}


/* ======= END HEADINGS ====== */


/* ======= Nav Bar Elements ====== */

.bg-unikbad {
    background-color: #3FA2F7 !important;
}


.navbar {
    padding: 1.8rem 1rem !important; 
}

.navbar { 
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease; 
  -o-transition:padding 0.2s ease;        
  transition:padding 0.2s ease;  
}

.affix {
  padding-top: 1.3em !important;
  padding-bottom: 1.3em !important;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;  
}

.sticky-top {
    transition: all 0.25s ease-in;
}

/* style for when sitcky is applied */
.stuck .sticky-top {
    background-color: #222 !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.nav-link {
    font-size: 1.2em;
	color: rgba(255,255,255,1) !important;
}


.navbar-nav .active>.nav-link  {
    color: rgba(255,255,255,1) !important;
	font-weight:bold;
}



.nav-item {
    padding: 0 .9em;
	color:red;
}

.navbar-toggler {
    border: 2px solid rgba(255,255,255,0.5) !important;
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575px) {
  .navbar {
      padding: 1rem 1rem !important; 
  }

  .logo-unikbad, .logo-footer {
      width: 75% !important;
  }
} 


/* ======= END Nav Bar Elements ====== */


/* ======= HEADER Elements ====== */

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


.hero-banner {
    margin-top: 4.4rem!important;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

  .hero-banner {
    margin-top: 2rem!important;
  }

  .hidden-mobile {
      display: none!important;
  }

  .btn-login {
    font-size: 16px;
  }
    
  .wrapper-cta {  
  padding: 0 9%; 
}

}

@media (max-width: 767px) {

  .hero-banner {
    padding: 4rem 0!important;
  }  
}


.btn-login {
    background: #B2DB67;
    border: 2px solid #B2DB67;
    color: #ffffff;

}
 
.btn-login:hover,
.btn-login:active,
.btn-login:focus {
    background: #88B733;
    border: 2px solid #88B733;
    color: #ffffff; 
    box-shadow: none !important;   
}

@media (min-width: 768px) and (max-width: 991px){

  .btn-login {
      font-size: 1.15rem;

  }
}

/* ======= END HEADER Elements ====== */

/* ======= Primary CTA ====== */
.primary-btn {
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #B2DB67;
  color: #222222;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #222222;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  background: #B2DB67;
  color: #fff;
  text-decoration: none;
}

.primary-btn:hover span {
  color: #fff;
  right: 20px;
}

.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}

.primary-btn.white span {
  color: #fff;
}

.primary-btn.white:hover {
  background: #fff;
  color: #e0003b;
}

.primary-btn.white:hover span {
  color: #e0003b;
}

/* ======= END Primary CTA ====== */

/* ======= SECTIONS ====== */

#portfolio {
  padding: 0 0 3rem 0;
}

.grey-bkg {
  background-color: #F5F5F5;

}

/* ======= SECTIONS ====== */

.dup-body {
  background: #e0003b;
}

.dup-body-wrap {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
  margin: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .dup-body-wrap {
    margin: 30px;
  }
}

@media (max-width: 575px) {
  .dup-body-wrap {
    margin: 10px;
  }
}

@media (max-width: 1199px) {
  .container {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.section-gap {
  padding: 120px 0;
}

/* ======= SECTIONS ====== */

/* ======= BANNER AREA ====== */

.banner-area {
  background: #fff;
}

.banner-area .fullscreen {
  height: 650px !important;
}



@media (max-width: 767px) {
  .banner-content {
    margin-top: 0px;
  }

}

.banner-content h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.15em;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .banner-content h1 br {
    display: none;
  }
}

.banner-content p {
  margin-bottom: 30px;

}

@media (max-width: 767px) {
  .banner-content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .banner-content p br {
    display: none;
  }
}

.generic-banner {
  background: #fff;
}

.generic-banner.element-banner {
  background: #e0003b;
}

.generic-banner .height {
  height: 550px;
}

@media (max-width: 767px) {
  .generic-banner .height {
    height: 400px;
  }
}

.generic-banner .banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .generic-banner .banner-content h2 br {
    display: none;
  }
}

.generic-banner .banner-content p {
  margin-bottom: 0;
  font-size: 16px;
}

@media (max-width: 991px) {
  .generic-banner .banner-content p br {
    display: none;
  }
}

/* ======= END BANNER AREA ====== */

/* ======= 3 STEPS ====== */

.media 
{
  padding-top: 20px;
}
.media a:hover, .media a:focus
{
  text-decoration: none;
  outline: none;
}
.media .media-left
{
  display: block;
  padding: 0px 0px;
  color: #f0f0f0;
  text-align: center;
  margin-top:-3px;
  
  }
.media .media-left .icon::before
{
  font-size: 44px;
}
/* ======= END 3 STEPS ====== */

/* ======= ACCORDEON ====== */

.card {
    background-color: #f5f5f5;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0rem;
}

.card-header {
    padding: 0rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 0px solid rgba(0,0,0,.125);

}

.accordeon-toggle{
  font-size: 16px;
  display: block;
  cursor: pointer;
  position: relative;
  color: #007E8F;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

a.accordeon-toggle:link{
  text-decoration: none;
}

.icon-arrow {
  width: 20px;
  height: 13px;
  display: block;
  position: absolute;
  right: 0px;
  top: 4px;
  transition: all 0.5s ease;
  fill: #4c4c4c;
  transform: scale(-1, -1);
}

.accordeon-toggle[class*="collapsed"] > svg {
  transform: scale(1, 1);
}

/* ======= CTA UPLOAD ====== */

.btn-upload {
    background: #B2DB67;
    border: 2px solid #B2DB67;
    color: #ffffff;
    height: auto;

}
 
.btn-upload:hover,
.btn-upload:active,
.btn-upload:focus {
    background: #88B733;
    border: 2px solid #88B733;
    color: #ffffff; 
    box-shadow: none !important;   
}

@media (min-width: 768px) and (max-width: 991px){

  .btn-upload {
      font-size: 1.15rem;

  }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {

  .hidden-mobile {
      display: none!important;
  }
  .logo-footer {
    width: 70% !important;
  }

}  

@media (max-width: 575px) {
  .no-cost {
    width: 36px!important;
  }
}

.form-control {
    background: #f5f5f5;
    border: 0px solid #ced4da;
    padding: .6rem .75rem;
}

.custom-select {
    height: calc(2.6rem + 2px);
    padding: .5rem 1.75rem .5rem .75rem;
 }  

.section-gap {
  padding: 30px 0;
}

/* About us Section 1 */

.about-area1 {
  position: relative;
  /*   background: url(../images/wc-bg.jpg) no-repeat center center/cover;   */
  background-color: #ffffff; 
}

.about-area1 .overlay-bg {
  background: rgba(224, 0, 59, 0.8);
}

.about-area1 .studio-thumb {
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
}

.about-area1 .studio-content {
  position: relative;
  border-radius: 0 5px 5px 0;
  background: #fff;
  padding: 35px 100px 40px 0;
}

@media (max-width: 575px) {
  .about-area1 .studio-content {
    margin-top: 30px;
  }
}
/*
.about-area1 .studio-content:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  background: #fff;
  width: 70px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}

.studio-area .studio-content:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  width: 70px;
  height: 100%;
  z-index: 10;
  border-radius: 5px 5px 5px 5px;
}

*/
@media (max-width: 991px) {
  .about-area1 .studio-content:after {
    width: 50px;
  }
}

@media (max-width: 575px) {
  .about-area1 .studio-content:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .about-area1 .studio-content {
    padding: 30px 30px 30px 0;
  }
}

@media (max-width: 575px) {
  .about-area1 .studio-content {
    padding: 30px;
    border-radius: 5px;
  }
}

.about-area1 .studio-content h2 {
  line-height: 1.15em;
  margin-bottom: 10px;
}
/* END About us Section 1 */

.studio-area {
  position: relative;
  background: url(./images/wc-bg.jpg) no-repeat center center/cover;
}

.studio-area .overlay-bg {
  background: rgba(224, 0, 59, 0.8);
}

.studio-area .studio-thumb {
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
}

.studio-area .studio-content {
  position: relative;
  border-radius: 0 5px 5px 0;
  background: #fff;
  padding: 35px 100px 40px 0;
}

@media (max-width: 575px) {
  .studio-area .studio-content {
    margin-top: 30px;
  }
}

/*
.studio-area .studio-content:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  background: #fff;
  width: 70px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}


@media (max-width: 991px) {
  .studio-area .studio-content:after {
    width: 50px;
  }
}

@media (max-width: 575px) {
  .studio-area .studio-content:after {
    display: none;
  }
}
*/
@media (max-width: 991px) {
  .studio-area .studio-content {
    padding: 30px 30px 30px 0;
  }
}

@media (max-width: 575px) {
  .studio-area .studio-content {
    padding: 30px;
    border-radius: 5px;
  }
}

.studio-area .studio-content h2 {
  line-height: 1.15em;
  margin-bottom: 10px;
}

/* Radio Buttons */

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* END Radio Buttons */


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { ... }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { ... }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }




