@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Open+Sans:300,400,600,700,800');

/*Colors

bg-lightbrown: #8e7a691c
orange: #ff8e57
orange-hover: #fc6820
braun: #756D6D
braun-hover:#4C4C4C

*/




/*Typography*/

body {
  font-family: 'Segoe UI','Open Sans', sans-serif;
  font-weight: 300;
font-size: 1.1rem;
	color: #4C4C4C;
}

a {
  color: #756D6D;
}
a:hover {
  color: #4C4C4C;
  text-decoration: none;
}

p {
  margin: 0;
	padding-bottom: 10px;
}
h1,h2,h3,h4,h5,h6,lead {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 1.5em 0 0.8em 0;
  font-weight: 400;
  color: #756D6D;
}
h3 {
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  padding: 0em 0 0em 0;
}
h4 {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  padding: 1.8em 0 0.3em 0;
}
@media (max-width: 479px){
h1 {
    font-size: 2rem;
}
	h2 {
    font-size: 1.5rem;
}
}

lead {
font-size: 1.8em;
}

/* === Table ===*/
.table-head  {
  font-family: 'Dosis';
  background-color: #746d6d80;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  width: 20%;
  color: white;
  font-size: 120%;
  font-weight: 500;
  xbox-shadow: inset  -1px 0px 5px -3px rgba(0, 0, 0, 0.5);
  
}
.table-price {
  font-size: 120%;
  color: gray;
	font-weight: 400;
}
th {
  font-size: 1.1rem;
  font-weight: 400;
  color: #807e7e;

}
.table thead th {
    border-bottom: 0px solid #fff;
  border-left: 0px solid #fff;
  border-right: 10px solid #fff;

}
.table td, .table th {
    border-top: 2px solid #fff;
    border-left: 0px solid #fff;
  border-right: 10px solid #fff;
	padding: 0.6rem 0.6rem;
}
.fa {
  background-color: #fff;
  border-radius: 100%;
  width: 23px;
  height: 23px;
  line-height: 22px!important;
}
xtd {

	box-shadow:  1px 3px 5px -3px rgba(0, 0, 0, 0.5);
}

tbody tr:nth-child(odd) {
	background-color: #f7f7f7;
}


th:empty {
background-color: white;
  border-right: 10px solid #fff;
}
xtable th  + th {
  background-color: aqua;
}
xtable td   {  /* this will go to the 2nd column of a table directly */
background: rgba(157, 157, 157, 0.1); 

}


table th { background: rgba(157, 157, 157, 0.1); 
}
.col1 {
  background-color: white;
}
table td { background: rgba(157, 157, 157, 0.1); 
}
xtable td:nth-child(5) { background: rgba(157, 157, 157, 0.1); 
}

.badge {
  font-size: 1.2em; 
  font-weight: 400;
  padding: 10px;
}
.badge-orange {
  background-color: #ff8e57;
	color: white;

}

.ligatur {
  font-size: 140%; color: rgba(255, 98, 0, 0.72);
  vertical-align: -3px;
  font-weight: 600;

}
.pricetxt {
	padding-left: 20px;
	font-size: 80%;
}
/* === Padding ===*/
.pt-8 {
	padding-top: 8rem;
}

    @media only screen and (max-width: 765px) {
.pt-8 {
	padding-top: 3.5rem;
}
    }

/* === List ===*/
.list-unstyled p {
	text-indent: -1.4em;
}

/*Features*/

.card h4{
	padding: 0.3em 0 0.3em 0;
	font-weight: 500;
} 
.price-feature{
  color: #756D6D;
  font-size: 120%;
  font-weight: 400;
  padding: 5px 10px;
}
.xfeature-overlay{
    width:100%;
    height: 100%;
    left:0%;
    top:0%;
    position:absolute;
    padding-top: 33%;
}
.xfeature-overlay{
    background: rgba(142, 122, 105, 0.11);
    opacity: 0;
    transition: all 0.5s;
}
.xfeature-overlay:hover{
    opacity: 0.95;
}

@media (max-width: 479px){
.single_work_overlay {
    padding-top: 5%;
}
}
.not-opac:hover {
      opacity: 1;
}
/*Images*/

    .img-shadow {
      background: #fcfcfc;
      -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.15);
}
/* Fix for IE */
aside {
	display: block !important; 
}
/*Colors*/

.bg-brown {
  background-color: #5d5858;
}
.bg-lgray {
  background-color:  #c6c0c436;
}
.orange {
  color: #ff8000;
}
.bg-lightbrown {
	background-color: #8e7a691c;
}
/*Navigation*/

.navbar button,
.navbar {
  text-transform: uppercase;
  font-size: 12px;
  background: rgba(255, 255, 255, 0);
}

.navbar .navbar-nav a.active,
.navbar .navbar-nav a:hover {
  color: #000000!important;
}

.navbar.btn  {    
    color: #fff !important;
    letter-spacing: 0.16em;
    line-height: 1.2;
}
.navbar a {
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    line-height: 1.2;
  }
.navbar button:hover {
    color: #fff !important;
  }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(157, 156, 156, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
  border-color: rgba(198, 198, 198, 0.6);
  border-radius: 0.2rem;
}
.navbar-nav .nav-link {
    padding-left: 0px;
  text-align: center;
}
/*Navigation compress effect, requires JS module*/
  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: padding 0.3s ease-out;
  }
  .navbar.compressed {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: white;
    box-shadow: 1px 1px 0px rgba(211, 211, 211, 0.2);
  }

/*Navigation brand*/
a.navbar-brand {
  font-family: Dosis;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  color: rgba(255, 98, 0, 0.72);
}
.navbar-brand .string {
  color: #4e4e4e85;
  font-weight: 500;
}

/*Button overwrite*/
.btn-sm {
	margin: 0px 3px!important;
}

.btn {
  text-transform: uppercase;
}

.btn-outline-secondary {
  color: #fff;
  background-color: #ff8e57;
  border-color: #ff8e57;
  font-weight: 300;
	padding-left: 3px;
	padding-right: 3px;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #fc6820;
  border-color: #fc6820;
}
.btn-outline-secondary:active {
  color: #fff;
  background-color: #fc6820;
  border-color: #fc6820;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active {
   color: #fff;
  background-color: #4C4C4C;
  border-color: #4C4C4C; 
}
/*Button primary overwrite*/
.btn-outline-primary {
  color: #ff8e57;
  background-color: #fff;
  border-color: #ff8e57;
  font-weight: 400;
	padding-left: 5px;
	padding-right: 5px;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff8e57;
  border-color: #ff8e57;
}
/* Back to top icon*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display:none;
}

    /* Image Hoover effect for designpage*/
    .grid {
      position: relative;
      clear: both;
      margin: 0 auto;
      padding: 1em 0 4em;
      max-width: 1000px;
      list-style: none;
      text-align: center;
    }
    .grid figure {
      position: relative;
      float: left;
      overflow: hidden;
      margin: 10px 1%;
      min-width: 320px;
      max-width: 480px;
      max-height: 360px;
      width: 48%;
      height: auto;
      background: #3085a3;
      text-align: center;
      cursor: pointer;
    }
    .grid figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.8;
    }
    .grid figure figcaption {
      padding: 2em;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.25em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .grid figure figcaption::before,
    .grid figure figcaption::after {
      pointer-events: none;
    }
    .grid figure figcaption,
    .grid 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 */
    .grid figure figcaption>a {
      z-index: 1000;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0;
    }
    .grid figure h2 {
      word-spacing: -0.15em;
      font-weight: 300;
    }
    .grid figure h2 span {
      font-weight: 800;
    }
    .grid figure h2,
    .grid figure p {
      margin: 0;
    }
    .grid figure p {
      letter-spacing: 1px;
      font-size: 68.5%;
    }
    .effect-goliath {
      background: #fcfcfc;
      -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.15);
    }
    .effect-goliath img {
      -webkit-transition: -webkit-transform 0.35s;
      transition: transform 0.35s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      overflow: hidden;
    }
    .effect-goliath p {
      color: #7b7b7b;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 30px;
      width: 100%;
      text-transform: none;
      font-size: 90%;
      opacity: 0;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, 15px, 0);
      transform: translate3d(0, 15px, 0);
    }
    .effect-goliath:hover img {
      -webkit-transform: translate3d(0, -45px, 0);
      transform: translate3d(0, -45px, 0);
    }
    .effect-goliath:hover p {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, -10px, 0);
    }
    /* Designs Filter */
    .filterselector {
      display: none;
    }
    /* The "show" class is added to the filtered elements */
    .show {
      display: block;
    }
    
    /* Cards */
.card-footer {
    background-color: white;
    border-top: none;
}
.pricing-num {
  text-align: center;
  padding-bottom: 5px;
}
/* Checkout */
    .pricing-num {
      font-size: 160%;
    }
  .thumb {
    max-width: 120px;
  }
  .card {
    padding: 20px;
  }
  .prices-right-bold {
    text-decoration: none;
    text-align: right;
    font-weight: 500;
  }
label.form-check-label{
	line-height: 1;
	color: #767676;
}
    /* Parallax section */
.image1 {
    background: transparent url('../img/section-bg-6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    /* Testimonialssection */
  .carousel-item {
    color: white;
    min-height: 350px;
  }

  .carousel-transition {
    transition: transform 9s ease, opacity .5s ease-out
  }

  .carousel-indicators li {
    border-radius: 12px;
/*    border-color: rgba(92, 88, 88, 0.73);
    border-style: solid;
    border-width: 1px;*/
    width: 10px;
    height: 10px;
    background-color: white;
    cursor: pointer;
  }

  .carousel-indicators li.active {
    background-color: #756D6D;
  }
  .w-100 {
    padding-top: 10%;
    margin-bottom: 10%;
    padding-left: 9%;
    padding-right: 9%;
  }

  .quote {
    padding-top: 0;
    padding-bottom: 0%;
    color: black;
  }
  .quote h5 {
    padding-top: 0px;
  }




    @media only screen and (max-width: 765px) {
      .navbar {
        padding-left: 30px;
      }
      .navbar .navbar-nav a:hover {
        background-color: rgba(244, 244, 244, 0.85);

      }
 .carousel-indicators {
				bottom: -25px;
			}
    }
  @media (min-width: 876px) {
    .quote {
      padding-right: 15%;
    }
    .w-100 {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 18%;
    padding-right: 18%;
    }
  }