@import url("font-awesome.min.css");
@import url("../fonts/awesome/awesome.css");
@import url("../fonts/simple-line-icons/css/simple-line-icons.css");
@import url("../fonts/meteocons/style.css");
@import url("../fonts/material-design-iconic-font/css/material-design-iconic-font.min.css");
@import url("vendors/sliders.css");

body {
    font-weight: 400;
    font-size: 0.9rem;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: rgba(0, 0, 0, 9);
    background-color: #fff;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
p { color: rgba(52, 58, 64, 0.7); }
a,a:hover { text-decoration: none; }
/*h1,h2,h3,h4,h5,h6 {
    color: #2d3d54;
}*/
a:focus,
button:focus {
    outline: none !important;
}

/* IMAGE RESPONSIVE */
.img-responsive { width: 100%; }


/* Animations */
.appear-animation {
    opacity: 0;
}
.appear-animation-visible {
    opacity: 1;
}

/* OVERFLOW */
.overflow-visible { overflow: visible; }
.overflow-hidden { overflow: hidden; }
.overflow-x-scroll { overflow-x: scroll; }
.overflow-y-scroll { overflow-y: scroll; }
.overflow-scroll-auto { overflow: auto; }

/* OVERRIGHT */
.media { position: relative; }
.breadcrumb-item+.breadcrumb-item::before {
     color: inherit;
     font-size: 9px;
}
.nav-fill a.nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

code {
    background: rgba(232, 62, 140, 0.03);
    padding: 2px 7px;
    border-radius: 4px;
    border: rgba(232, 62, 140, 0.06) solid 1px;
    display: inline-block;
}

.btn-link.focus, .btn-link:focus,
.btn-link.hover, .btn-link:hover { text-decoration: none; }


/* ACCORDION */
.accordion button.btn .show, 
.accordion button.btn.active .hide { display: none; opacity: 0; transition: 0.6s; }
.accordion button.btn.active .show { display: inline-block; opacity: 1; transition: 0.6s; }
.accordion button { white-space: normal !important; }

/* PROGRESS */
.progress {
    overflow: visible;
}
.progress-bar {
    position: relative;
}
.progress-bar-tooltip {
    padding: 4px 8px;
    background-color: #333;
    color: #FFF;
    line-height: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -28px;
    right: 5px;
    border-radius: 3px;
    opacity: 0;
}
.progress-bar-tooltip:after {
    border-color: #333 transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0;
}

/* TRANSITION */
div[class*="m-"], div[class*="mt-"], div[class*="mb-"] {
    transition-duration: 0.5s;
}

/* DASHBOARD MENU */
.elk-main-content {
    padding: 0 !important;
}

/* ROTATE */
.rotate { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }

/* SCROLL TO TOP */
html .scroll-to-top {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #404040;
    bottom: 0;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 49px;
    z-index: 1040;
}

html .scroll-to-top:hover {
    opacity: 1;
}

html .scroll-to-top.visible {
    opacity: 0.75;
}

html .scroll-to-top span {
    display: inline-block;
    padding: 0 5px;
}

html.lightbox-opened .scroll-to-top {
    right: 27px;
}

html.ie11 .scroll-to-top {
    right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
    html .scroll-to-top.hidden-mobile {
        display: none !important;
    }
}


/* HEADER */
/*.inner-header .inner-header-left a {
    font-size: 12px;
}
.inner-header .inner-header-right a {
    font-size: 12px;
}*/
.badge-setting {
    position: relative;
}
.badge-setting span.badge {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -12px;
    margin-right: -12px;
}

/* SHOP */
.shop img {
    width: 100%;
}
.shop p {
    margin: 0;
    font-size: 11px;
}

/* STEPS */
.steps .step {
    position: relative;
}
.steps .step.right small.badge {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -12px;
    margin-right: -12px;
    border-radius: 100px;
    height: 65px;
    width: 65px;
    padding-top: 10px;
}
.steps .step small.badge span {
    display: block;
    text-transform: uppercase;
}
.steps .step small.badge .num {
    font-size: 38px;
}

.steps .step.left small.badge {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 100px;
    height: 65px;
    width: 65px;
    padding-top: 10px;
}

/* DROPZONE */
.dropzone {
    border: 2px dashed rgba(0, 0, 0, 0.5) !important;
    min-height: 400px !important;

    background: url(../../assets/images/plus.png) !important;
    background-size: 100px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.dz-default.dz-message span {
    position: relative !important;
}
/*.dz-default.dz-message span {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    margin-top: -80px !important;
    background: url(../../assets/images/plus.png);
    margin-left: -40px !important;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}*/
/*.dz-default.dz-message span:after {
    color: rgba(0, 0, 0, 0.5);
    font-family: 'FontAwesome' !important;
    content: "\f067" !important;
    font-size: 100px !important;
}*/
.take-picture {
    border: 2px dashed rgba(0, 0, 0, 0.5) !important;
    min-height: 400px !important;
    background: url(../../assets/images/camera.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}

.file-input-wrapper {
    border: 2px dashed rgba(0, 0, 0, 0.5) !important;
    min-height: 400px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: url(../../assets/images/camera.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.file-input-wrapper>input[type="file"] {
  font-size: 40px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}


/* TEAM */
.team-1 { background-image: url('../../assets/images/team/team-1-1.jpg'); }
.team-2 { background-image: url('../../assets/images/team/team-1-2.jpg'); }
.team-3 { background-image: url('../../assets/images/team/team-1-3.jpg'); }
.team-4 { background-image: url('../../assets/images/team/team-1-4.jpg'); }
.team-5 { background-image: url('../../assets/images/team/team-1-5.jpg'); }
.team-6 { background-image: url('../../assets/images/team/team-1-6.jpg'); }

/* BACKGROUND */
.bg-1,
.header-bg-image.bg-1 .nav-menu-wrapper { background-image: url('../../assets/images/bg/bg-1.jpg'); }
.bg-2,
.header-bg-image.bg-2 .nav-menu-wrapper { background-image: url('../../assets/images/bg/bg-2.jpg'); }

/* OVERLAY */
.overlay-1 { background-image: url('../../assets/images/overlay/overlay-1.png'); }
.overlay-2 { background-image: url('../../assets/images/overlay/overlay-2.png'); }
.overlay-3 { background-image: url('../../assets/images/overlay/overlay-3.png'); }






/* TABLE */
.table.v-align-top th, .table.v-align-top td { vertical-align: top!important; }
.table.v-align-middle th, .table.v-align-middle td { vertical-align: middle!important; }
.table.v-align-bottom th, .table.v-align-bottom td { vertical-align: bottom!important; }





/* RESPONSIVE */
@media (min-width: 280px) and (max-width: 575px) {
    .profile-section img {
        max-width: 200px;
    }
    .profile-meta .profile-data {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .profile-meta .profile-data .profile-meta-buttons {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }

    .inner-header .inner-header-left {
        display: block !important;
    }
    .inner-header .inner-header-right {
        display: block !important;
    }
    .inner-header .inner-header-right .search {
        margin-bottom: 10px;
    }
    .nav-pills-flex .d-flex {
        display: block !important;
        margin-bottom: 35px !important;
    }
    .nav-pills-flex .d-flex .step.left,
    .nav-pills-flex .d-flex .step.right {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .inner-header .btn-login {
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-width: 0 !important;
    }
    .inner-header .search {
        padding-bottom: 8px !important;
    }
    .inner-header-right .btn-warning {
        padding-left:24px !important;
        padding-right:24px !important;
    }
    .inner-header-right .btn-danger {
        padding-left:30px !important;
        padding-right:30px !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .profile-section img {
        max-width: 200px;
    }
    .profile-meta .profile-data {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
    .profile-meta .profile-data .profile-meta-buttons {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
    }


    .inner-header .inner-header-right {
        display: block !important;
    }
    .inner-header .inner-header-right .search {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
.profile-meta .profile-data {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.profile-meta .profile-data .profile-meta-buttons {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) and (max-width: 1360px) {
}
























/* DEMO CSS */
.demo-grid {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin-bottom: 14px;
    padding-bottom: 14px;
    padding-top: 14px;
}
.responsive-utilities td.is-visible {
    background-color: #dff0d8 !important;
    color: #468847;
}
.hidden-on .col-xs-6 .hidden-lg, .hidden-on .col-xs-6 .hidden-md, .hidden-on .col-xs-6 .hidden-sm, .hidden-on .col-xs-6 .hidden-xs, .visible-on .col-xs-6 .hidden-lg, .visible-on .col-xs-6 .hidden-md, .visible-on .col-xs-6 .hidden-sm, .visible-on .col-xs-6 .hidden-xs {
    border: 1px solid #ddd;
    color: #2d3136;
}
.responsive-utilities-test span {
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    padding: 15px 10px;
    text-align: center;
}
.hidden-on .col-xs-6 .visible-lg-block, .hidden-on .col-xs-6 .visible-md-block, .hidden-on .col-xs-6 .visible-sm-block, .hidden-on .col-xs-6 .visible-xs-block, .visible-on .col-xs-6 .visible-lg-block, .visible-on .col-xs-6 .visible-md-block, .visible-on .col-xs-6 .visible-sm-block, .visible-on .col-xs-6 .visible-xs-block {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #468847;
}
.responsive-utilities-test .col-xs-6 {
    margin-bottom: 10px;
}
.btn-demo-margin-bottom {
    margin-bottom: 30px;
}


/*ul.row.demo-font-awesome li {
    text-align: center;
}
ul.row.demo-font-awesome li span {
    color: #666;
    background: #fafafa;
    display: inline-block;
    padding: 10px;
}