/*
    Theme Name: Baker
    Theme URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
    line-height: 1.4;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #050505;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}
/* ol, ul {
    list-style: none;
} */
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.whiteboxmargin {
    margin-top:-150px;
}


h1 {
    font-family: 'Ek Mukta', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
}

h2 {
    font-family: 'Ek Mukta', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 42px;
}

h3, h4, h5, h6{
    font-family: 'Ek Mukta', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}


.headerh1 {
    font-size: 42px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    color: #ffd800;
}


.headerh3 {
    font-size: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #ffd800;
}

a {
    color: #050505;
    text-decoration: none;
}

a:hover {
    color: #050505;
    text-decoration: underline;
}

b, strong {
    font-weight: 900;
}

.blue {
    color: #050505;
}

.white {
    color: #FFF;
}

#brand {
    background-color: #052933;
}
.section-padding
{
    padding: 60px 0px;
}

.img-responsive {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/***********************************
************************************
HEADER 
************************************
***********************************/
.header{
    background-size: cover;
    min-height: 650px;
    position: relative;
}
.bg-color
{
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 650px;
}
#main-header {
   height: 200px;
}
.navbar-default {
    background-color: #050505;
    border:0px;
    padding: 0px 0; 
    /* box-shadow: 2px 3px 4px #000; */
    z-index: 10000;
}

.top-nav-collapse {
    padding: 0px; 
    background: #050505;
    z-index: 10000;
}

.logo-dec {
    color: rgba(171,156,68,1);
}
.navbar-brand {
    padding: 0px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0px 0px;
    margin-top: 6px;

}

.navbar-default .navbar-nav {
    padding: 0px 0px;
    font-size: 18px;
    line-height: 54px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    font-family: 'Ek Mukta', sans-serif;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #050505;
    background-color: #ffd800;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #050505;
    background-color: #ffd800;
}

.banner-info {
    padding-top: 140px;
    color: #fff;
}

.bnr-title, .bnr-sub-title {
    font-family: 'Ek Mukta', sans-serif;
}
h1.bnr-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2.bnr-sub-title {
    font-size: 45px;
    text-transform: uppercase;
    padding: 20px 0px;
    font-weight: 700;
}
.bnr-para {
    font-weight: 300;
}
.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus {
    text-transform: uppercase;
    margin-top: 50px;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 30px;
    border-radius: 60px;
    margin: 50px 10px 0 0;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.btn-download {
    background-color: rgba(171,156,68,1);
}
.btn-more, .btn-more:focus {
    margin-left: 15px;
    border: 1px solid rgba(171,156,68,1);
    color: rgba(171,156,68,1);
}

.btn-more:hover {
    background: rgba(171,156,68,1);
    color: #fff;
}

.overlay-detail a i {
   text-align: center;
   position: absolute;
   bottom: 25px;
   font-size: 38px;
   color: #fff;
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(171,156,68,0.8); /* For Safari 5.1 to 6.0 */

}
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
    height: auto;
    overflow: hidden;
}

.slide-img {
	width: 100%;
	height: auto;
	overflow: hidden;
	object-fit: cover;
}
/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.p100-padding {
    padding-top: 100px;
}
.slide-text {
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: left;

}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
    line-height: 84px;

    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #050505;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #050505;
    background: #e5e5e5;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


.slide-text2 > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 40px;
    font-style: normal;
    line-height: 0px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text2 > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.slide-text2 > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;

    margin-right: 0px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text2 > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 0px;
    margin-top: 15px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #050505;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text2 > a:hover,
.slide-text2 > a:active {
    color: #050505;
    background: #e5e5e5;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 1280px) {
    #main-header {
        height: 230px;
    }

    .whiteboxmargin {
        margin-top: 20px;
    }
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
    .p100-padding {
        padding-top: 100px;
    }
    .slide-text2 > h1 {
        padding: 0;
        color: #ffffff;
        font-size: 40px;
        font-style: normal;
        line-height: 0px;
        letter-spacing: 1px;
        display: inline-block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .slide-text2 > p {
        padding: 0;
        color: #ffffff;
        font-size: 20px;
        font-style: normal;
        letter-spacing: 1px;
        display: inline-block;
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

    .slide-text2 > a.btn-default{
        color: #000;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-right: 0px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        display: inline-block;
        border: none;
        text-transform: uppercase;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

    }
    .slide-text2 > a.btn-primary{
        color: #ffffff;
        cursor: pointer;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-left: 0px;
        margin-top: 15px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        background: #050505;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }
    .slide-text2 > a:hover,
    .slide-text2 > a:active {
        color: #050505;
        background: #e5e5e5;
        -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    }

}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .bs-slider-hone { height: 600px }
    .bs-slider { height: 40px }
    header {
        height: 230px;
    }
    #main-header{
        height: 230px;
    }
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .p100-padding {
    padding-top: 0px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img {
        margin: auto;
        width: 100% !important;
        height: auto;
        overflow: hidden;

    }
    .navbar-default {
        background-color: #050505;
        border:0px;
        padding: 0px 0px 0px 0px; 
        transition: all 0.3s;
        z-index: 10000;
    }

    .whiteboxmargin {
        margin-top: 20px;
    }

    .top-nav-collapse {
        padding: 20px; 
        background-color: #050505;
        box-shadow: 0px 0px 25px rgba(25,25,25, 0.5);
        z-index: 10000;
    }

    .navbar-nav {
         margin: 0px 0px; */
    }

    .brand-top {
        filter: none;
        -moz-filter: none;
        -webkit-filter:none;
    }

    .li-default {
        color: #333;
    }

    .li-change {
        color: #333;
    }

    .logo-dec {
        color: rgba(171,156,68,1);
    }
    .navbar-brand {
        padding: 0px;
        font-size: 24px;
        text-transform: uppercase;
        padding: 0px 0px;
        margin-top: 6px;
    }

    .navbar-default .navbar-nav {
        padding: 0px 0px;
        font-size: 14px;
        line-height: 54px;
        font-weight: 400;
        text-transform: uppercase;
        background: #050505;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .navbar-default .navbar-nav>li>a {
        color: #ffffff;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #050505;
        background-color: #ffd800;
    }

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #050505;
        background-color: #ffd800;
    }
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

    .p100-padding {
    padding-top: 0px;
    }

    .whiteboxmargin {
        margin-top: 20px;
    }

    .headerh1 {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: left;
        color: #ffd800;
    }

    .headerh3 {
        font-size: 21px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
        color: #ffd800;
    }

}

/***********************************
************************************
features
************************************
***********************************/
.title, .service-title {
    font-family: 'Ek Mukta', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    color: #050505;
}
.item-img
{
    margin-bottom: 15px;
}
.sub-title
{
    font-size: 20px;
}
.bottom-line
{
    margin-top: -20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px;
    height: 3px;
    width: 120px;
    background-color: #67696c;
}
.wrap-item h3 {
    font-size: 24px;
    line-height: 25px;
}
.pad-bt15 {
    padding-bottom: 15px;
}
.sec-sub-title {
    padding-top: 30px;
}
.sec-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #002F2F;
    text-transform: uppercase;
    margin: 25px 0px;
    line-height: 1.7;
}

ul.service-list li i
{
    color: #002F2F;
    padding-right: 10px;
}
.learn-more, .learn-more:hover, .learn-more:focus {
    height: 50px;
    width: 175px;
    background: #046380;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.visit-portfolio, .visit-portfolio:hover, .visit-portfolio:focus {
    height: 50px;
    width: 175px;
    display: inline-block;
    text-align: center;
    color: #495376;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #838aa1;
    margin-top: 45px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.bx-wrapper img {
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-bottom: 15px;
}

.service-item-background{
    background-color: #5c5c5d;
    padding: 0px;
    opacity: 0.8;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-item-background{
    background-color: #5c5c5d;
    padding: 0px;
    opacity: 0.8;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-item {
    background-image: url(../img/blog01.jpg);
    padding: 0px;
}


.service-item-border {
    border: 2px solid #e5e5e5;
    padding: 20px;
}

.service-item-background-opacity {
    background-color: rgba(200,200,200,0.8);
    padding: 20px;
}
.service-item h3 span
{
    opacity: 0.7;
    font-size: 75px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-weight: 900;
    padding-right: 6px;
}
.service-item h3
{
    font-weight: 700;A
}
.service-item p
{
    opacity: 0.6;
    color: inherit;
    padding: 10px 0px;
}
.service-item a
{
    
    color: rgba(171,156,68,1);
}
.mr-btn-15
{
    margin-bottom: 15px;
}
.padding-right-zero
{
    padding-right: 0px !important;
}
.bx-wrapper {
    margin: 0 auto 35px;
}
.portfolio-item
{
    position:relative;
    overflow:hidden;
}
.portfolio-item figure
{
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
}
.portfolio-item figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}
.portfolio-item figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.portfolio-item figure h2 {
    font-family: 'Ek Mukta', sans-serif;
    color:#fff;
    font-size:20px;
    text-align:left;
    padding-bottom:15px;
}
.portfolio-item figure p {
    display:block;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.portfolio-item figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding: 59px 30px;
    background-color: rgba(171,156,68,1);
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
    text-align: center;
}
.portfolio-item figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.portfolio-item figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.portfolio-item figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}

/***********************************
************************************
TESTIMONIAL
************************************
***********************************/

.hovereffect-demo {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect-demo .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: center;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight:200;
  cursor: pointer;
}

.hovereffect-demo img {
  height: 100%;
  display: block;
  position: relative;
  width: calc(100% + 60px);
     font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.hovereffect-demo h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.hovereffect-demo .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background-color:rgba(200, 200, 200, 0.8);
  content: '';
  opacity: 0;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 200;
  cursor: pointer;
}

.hovereffect-demo a, .hovereffect-demo p, .hovereffect-demo span {
    color: #050505;
    opacity: 0;
    z-index:500;
    font-family: Lato, Helvetica, sans-serif;
    font-weight:400;
    margin-top: 13%;
}

.hovereffect-demo:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.hovereffect-demo:hover .overlay:before,
.hovereffect-demo:hover a, .hovereffect-demo:hover p, .hovereffect-demo:hover span  {

  z-index: 500;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
}

/***********************************
************************************
TESTIMONIAL
************************************
***********************************/
#testimonial1
{
    background-size: cover;
    height: 200px;
    background-attachment: fixed;
}

#testimonial2
{
    background-size: cover;
    height: 200px;
    background-attachment: fixed;
}
.bg-testicolor{
    background-color: rgba(171,156,68,0.8);
    height: 200px;
}

.blackblock {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    padding: 12px;
}

.white
{
    color: #fff !important;
}

.testimonial-item ul li blockquote {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px 2px #333;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    padding: 0 80px;
    position: relative;
    border: 0;
}
.testimonial-item ul li  small {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 2px #333;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.bx-viewport
{
    height: 235px !important;
    background-color: transparent !important;
    border: 0px none !important;
    box-shadow: none !important;
}
.testimonial-item ul li blockquote::before {
    content: '“';
    left: 30px;
}
.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
    position: absolute;
    font-weight: 300;
    font-size: 3em;
    font-family: Georgia, serif;
    color: #ccc;
    top: 62%;
}
.testimonial-item ul li blockquote::after {
    content: '”';
    right: 30px;
}
/***********************************
************************************
Blog
************************************
***********************************/
.blog-blok {
    background-color: #052933;
}
.blog-info h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 5px;
    margin-top: 0px;
}
.blog-comment {
    margin-top: 12px;
    min-height: 30px;
}
.blog-info p, .blog-comment p
{
    color: #949494;
}
.blog-comment p:first-child {

}
.blog-comment p:last-child {

    margin-right: 0;
}
.blog-comment p i
{
    color: #949494;
}
.read-more {

    margin-top: 15px;
    display: inline-block;
}
.blog-img
{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-img img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-img img {
    width: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.hovereffect-demo {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;

}

.hovereffect {
  width: 100%;
  height: 200px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: center;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight:200;
  cursor: pointer;
}
.hovereffect .overlay2 {
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: center;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight:200;
  cursor: pointer;
}


.hovereffect img {
  height: 100%;
  display: block;
  position: relative;
  width: calc(100% + 60px);
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-transition: all 0.5s linear;
    moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    object-fit: cover;
}

.hovereffect img.noneopacity {
  height: 100%;
  display: block;
  position: relative;
  width: calc(100% + 60px);
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
     font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background-color:rgba(200, 200, 200, 0.6);
  content: '';
  opacity: 0;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 200;
  cursor: pointer;
}

.hovereffect a, .hovereffect p, .hovereffect span {
    color: #050505;
    opacity: 0;
    z-index:500;
    font-family: Lato, Helvetica, sans-serif;
    font-weight:400;
    margin-top: 3%;
}

.overlay2 a, .overlay2 p, .overlay2 span {
    color: #050505;
    opacity: 0;
    z-index:500;
    font-family: Lato, Helvetica, sans-serif;
    font-weight:400;
    margin-top: 5%;
}

.hovereffect:hover img {
      -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  
}

.hovereffect:hover img.noneopacity {
      -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
 
}

.hovereffect:hover img.noneopacity2 {
      -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
    filter: blur(5px);
  
}

.hovereffect img.merken-logo {
    width: 50%;
    margin-left: 25%;
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover span  {
  opacity: 1;
  z-index: 500;
     font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #FFF
       display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
}
/***********************************
************************************
contact
************************************
***********************************/
#contact
{
    background-color: #ffffff;
}
.form-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-client, .btn-client:hover, .btn-client:focus
{
  background: #ffd800; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #ffba00 , #ffd800); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ffba00, #ffd800); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ffba00, #ffd800); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ffba00 , #ffd800); /* Standard syntax */
    border-radius:0 px;
    color: #050505;
    font-weight: 400;
    border: 1px solid #050505;
    font-size: 14px;
    padding: 6px 20px;
}

.btn-submit, .btn-submit:hover, .btn-submit:focus
{
    background-color: transparent;
    border-radius: 60px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #050505;
    font-size: 14px;
    padding: 6px 20px;
}
.form-control
{
    background-color: transparent;
    border-radius: 0px;
    color: #fff !important;
    border-color: #555;
}
.form-control:focus {
    border-color: #555;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.contact-form input.form-control{
    color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.loction-info p
{
    margin-bottom: 25px;
}
.loction-info p i
{
    color: #050505;
}
/***********************************
************************************
contact
************************************
***********************************/

.footer-base{
    padding: 0px;
    background-color: #e5e5e5;
}

.full {
    width: 100%;  
}
.gap {
  height: 30px;
  width: 100%;
  clear: both;
  display: block;
}

.footer p {
  margin: 0;
}
.footer img {
  max-width: 100%;
}

.footer ul {
  font-size: 13px;
  list-style-type: none;
  margin-left: 0;
  margin-top: 15px;
  color: #2d2d2d;
}
.footer ul li a {
  padding: 0 0 5px 0;
  display: block;
}
.footer a {
  color: #2d2d2d
}
    
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.fa-facebook::before, .fa-twitter::before, .fa-instagram::before, .fa-skype::before   {
    margin-left: -20px;
    margin-top: -10px;
}

.fa-facebook, .fa-twitter, .fa-instagram, .fa-skype   {
      margin-top: -10px;
}

.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
  background: #2d2d2d;
  display: inline-block;
  float: left;
  height: 30px;
  clear: both;
  width: 100%;
}
.newsletter-box .btn {
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 40px;
  padding: 0;
  width: 100%;
  color: #2d2d2d;
}
.newsletter-box {
  overflow: hidden;
}
.bg-gray {
  background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
  box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
  background: none repeat scroll #FFFFFF;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 8px 0 0;
  padding: 0;
  text-align: center;
  width: 36px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.social li:hover {
  transform: scale(1.15) rotate(360deg);
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
  color: rgba(74,115,154,1.00);
}
.social li:hover {
  border: 2px solid #FFFFFF;
  background: #FFFFFF;
}
.social li a i {
    font-size: 16px;
    margin: 0px -0px 0px 5px;
  color: rgba(74,115,154,1.00) !important;
}

.social2 li a i {
    font-size: 16px;
    margin: 0px 0px 0px 5px;
  color: rgba(74,115,154,1.00) !important;
}
.footer-bottom {
  background: #1a1a1a;
  border-top: 0px solid #DDDDDD;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-bottom p.pull-left {
  padding-top: 6px;
  color: #FFF;
}

.scrollToTop {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: rgba(171,156,68,1);
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.white-bg {
    padding: 40px 20px;
    background-color: #fff;
    color: #050505;
}

.white-bg a {
    color: #050505;
    text-decoration: underline;
}

.white-bg a:hover {
    color: #050505;
    text-decoration: none;
}
.bg-yellow {
  padding: 40px 20px;
  background: #ffd800; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #ffba00 , #ffd800); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ffba00, #ffd800); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ffba00, #ffd800); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ffba00 , #ffd800); /* Standard syntax */
  color: #050505;
}
.black-bg {
    padding: 50px 0px;
    background-color: #050505;
    color: #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.yellow-bg {
  background: #ffd800; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #ffba00 , #ffd800); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ffba00, #ffd800); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ffba00, #ffd800); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ffba00 , #ffd800); /* Standard syntax */
  padding: 30px 0px;
  color: #050505;
}

#footer a {
    color: #ffffff;
    font-weight: 300;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
/***********************************
************************************
cta
************************************
***********************************/
.cta {
    background-color: rgb(73, 84, 105);
}
.cta .cta-info {
    
    width: 100%;
    float: left;
    padding: 30px 25px 30px 15px;
    border-radius: 5px;
}
.cta .cta-info .cta-txt h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.cta .cta-info .cta-btn {
    margin-top: 16px;
    background-color: rgb(190, 158, 33);
    padding: 20px 50px;
    color: #FFF;
    font-size: 22px;
    display: inline-block;
    transition: all 0.5s ease-in 0s;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 2640px) and (max-width: 7000px) {
    img.brand {
        width: 250px;
        margin-top: -25px;
    }
}
@media (min-width: 1500px) and (max-width: 2640px) {
    img.brand {
        width: 250px;
        margin-top: -25px;
    }
}
@media (min-width: 980px) and (max-width: 1500px) {
    img.brand {
        width: 200px;
        margin-top: -15px;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}
    img.brand {
        width: 120px;
        margin-top: 0px;
   
    }
.portfolio-item figure figcaption{
    padding: 55px 30px;
}
.padding-right-zero{
    padding-right: 15px !important;
}
}
@media (min-width: 451px) and (max-width: 767px) {
    .service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}
    img.brand {
        width: 120px;
   
    }
}
@media (min-width: 20px) and (max-width: 450px) {
.navbar-default .navbar-brand {
    padding-left: 0px;
    margin-top: 0px;
}
.banner-info {
    padding-top: 40px;
}
    img.brand {
        width: 120px;
   
    }
h1.bnr-title {
    font-size: 16px;
}
h2.bnr-sub-title {
    font-size: 33px;
}
body{
    font-size: 14px;
}
.btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
}
.wrap-item h3 {
    font-size: 18px;
}
.title, .service-title {
    font-size: 28px;
}
.sub-title {
    font-size: 15px;
}
.service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}
.loction-info{
    padding: 0px 15px;
}
.portfolio-item figure figcaption {
    padding: 30px 30px;
}
.padding-right-zero{
    padding-right: 15px !important;
}
.portfolio-item figure p{
    font-size: 14px;
}
.portfolio-item figure h2{
    font-size: 18px;
}
.testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
}
.navbar-default .navbar-nav > li > a{
    line-height: 22px;
    border-bottom: 0px solid #e5e5e5;

}
.hovereffect img.merken-logo {
    width: 100%;
    margin-left: 0%;
}
}

.margin-bottom {
    margin-bottom: 5px;
}

/* ---- button ---- */

.btn-group {
    width: 100%;
}

.modulebutton {
  font-weight: normal;
  width: 100%;
  text-align: left;
  border-radius: 0px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  border: 0px solid #fff;
  line-height: 1.5;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 4px;
  background-color: #ffffff;
}

.modulebutton:hover {
  background-color: #050505;
  color: #fff;
  border-radius: 0px;
  border: 0px solid #fff;
}

.modulebutton:active,
.modulebutton.is-checked {
  background-color: #050505;
  color: #fff;
  border-radius: 0px;
  border: 0px solid #fff;
}

.modulebutton.is-checked {
  color: white;
}

.modulebutton:active {
}

.modulebutton-group:after {
  content: '';
  display: block;
  clear: both;
}

.modulebutton-group .button {
  border-radius: 0px;
}

.button-group .modulebutton:first-child { border-radius: 0px; }
.button-group .modulebutton:last-child { border-radius: 0px; }

/* --------------------------------------- */
/* Isotope Grid */
/* --------------------------------------- */
.grid {
  background: #e5e5e5;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* --------------------------------------- */
/* Isotope item */
/* --------------------------------------- */
.item {
	background-color: #e5e5e5;
}

.item .content {
}

/* --------------------------------------- */
/* Bootstrap Slider */
/* --------------------------------------- */
.sliders { padding: 15px 0 30px 0; }
.filter-section .filter-label {
  display: block;
  font-weight: normal;
}

.slider.slider-horizontal {
    width: 100%;
    height: 20px;
}

.bootstrap-slider .slider-selection { background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) ); }

.slider-handle {
    background-color: #050505;
    background-image: linear-gradient(to bottom, #050505 0%, #050505 100%);
    background-repeat: repeat-x;
    border: 0 solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: none;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}

* { box-sizing: border-box; }

  .btn-default, .btn-crumbs {
    color: #050505;
    background-color: #fff;
    border-color: #fff;
}
  .btn-default.active, 
  .btn-crumbs.active, 
  .btn-default.active:hover, 
  .btn-crumbs.active:hover  {
    color: #fff;
    background-color: #050505;
    border-color: #050505;
}

.btn-breadcrumb .btn.btn-default:before {
  border-left: 10px solid #333;
}
/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #333;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #c1c1c1;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 60px;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}

header.carousel {
    height: 85%;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
}
header.carousel .fill {
    background-color: rgba(0, 0, 0, 0.75);
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.carousel-caption {
    left: 20%;
    padding-bottom: 200px;
    right: 20%;
}