body {
	background-color: #fafafa;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #363636;
}

/* CSS used here will be applied after bootstrap.css */
html, body {
    height:100%;
}

body {
    padding-top: 78px;
}

a {
    color: #70af33;
}

a:hover {
	color: #363636;
	text-decoration: none;
}

label {
    font-weight: 600;
}

label .required {
    color: #70af33;
    text-decoration: none;
}

/* COLORS  */
.green-text {
    color: #70af33;
}

/* BTN  */

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #70af33;
    border-color: #70af33;
}

.btn-primary:hover {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
}

h1 i,
h2 i,
h3 i {
	color: #70af33;
}

.h3, h3 {
    font-size: 1.35rem;
}

.h1, h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.h1 strong, h1 strong {
    color: #70af33;
}

/* UL */

ul.list-styled li {
    position: relative;
    margin-bottom: .5rem;
    padding-left: 15px;
}

ul.list-styled li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #70af33;
}

/* SWEET ALERT */
/* SWEETALERT */
.swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.71)!important;
}

.swal2-popup {
    background-color: #efffe0!important;
    padding: 0;
}

.swal2-icon {
    margin: 1rem auto;
}

.swal2-title {
    color: #363636;
    font-size: 1.675em;
}

.swal2-actions {
    justify-content: space-between!important;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding: 0px 15px 15px 15px;
}
.swal2-content {
    padding: 0px 15px 0px 15px;
}

.swal2-actions button {
    width: 50%;
    font-size: 17px;
    padding: 5px 20px;
}



/* CARD */
.card .card-header, .card .card-footer {
    padding: .5rem .7rem;
    font-size: .95rem;
}

.card .card-body {
    padding: 1rem;
}

.card .card-table {
    padding: 0;
}

.card .card-table table {
    margin-bottom: 0;
}

.card .card-table table tr th {
    border-top: 1px;
    border-bottom: 1px;
}

.card .card-table {
    font-size: 1rem;
}

.card .card-table table tr th,
.card .card-table table tr td {
    padding: .25rem .5rem;
    vertical-align: middle;
}

.table-icon {
    color: #70af33;
}

/* INPUT GROUP WIDTH */
.width-20 {
    max-width: 20%;
}

.width-30 {
    max-width: 30%;
}

.width-50 {
    max-width: 50%;
}

/* HEADER */
header .navbar {
	background-color: #ffffff;
	border-bottom: 1px solid #ced4da;
    -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: 0.2em !important;
    padding-bottom: 0.2em !important;
    -webkit-transition:padding 0.2s linear;
    -moz-transition:padding 0.2s linear;  
    -o-transition:padding 0.2s linear;         
    transition:padding 0.2s linear;  
}

header .affix.navbar .navbar-brand img {
    width: 130px;
}

header .affix .navbar-nav .nav-link {
    font-size: 17px;
}

/* TOGGLER */
.navbar-toggler {
    border: 0;
    padding: 0;
}
.navbar-toggler i {
    color: #70af33;
    font-size: 1.8rem;
}

.navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 800;
	color: #363636;
    transition: font 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
	color: #70af33;
}

header .navbar .navbar-brand img {
	width: 140px;
    transition: width 0.2s;
}

/* HEADER MEDIA QUERY */
@media (max-width: 575.98px) {

    body {
        padding-top: 61px;
    }

	header .navbar .navbar-brand img {
		width: 90px;
	}

    header .affix.navbar .navbar-brand img {
        width: 80px;
    }

    .navbar-sticky {
        top: 50px!important;
    }

    .navbar-sticky .nav-link {
        font-size: .8rem!important;
        padding: 3px 7px!important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    body {
        padding-top: 64px;
    }

	header .navbar .navbar-brand img {
		width: 100px;
	}

    header .affix.navbar .navbar-brand img {
        width: 90px;
    }

    .navbar-sticky {
        top: 52px!important;
    }

    .navbar-sticky .nav-link {
        font-size: .85rem!important;
        padding: 3px 7px!important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    body {
        padding-top: 67px;
    }

	header .navbar .navbar-brand img {
		width: 110px;
	}

    header .affix.navbar .navbar-brand img {
        width: 100px;
    }

    .navbar-sticky {
        top: 55px!important;
    }

    .navbar-sticky .nav-link {
        font-size: .9rem!important;
        padding: 4px 8px!important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    body {
        padding-top: 75px;
    }
    
	header .navbar .navbar-brand img {
		width: 130px;
	}

    header .affix.navbar .navbar-brand img {
        width: 120px;
    }

    .navbar-sticky {
        top: 62px!important;
    }
}

/* CAROUSEL */
.carousel-indicators li {
	width: 15px;
    height: 15px;
    border: 0;
    border-radius: .25rem;
    background-color: #70af33;
}

.carousel-control-prev i,
.carousel-control-next i {
	color: #70af33;
	font-size: 2.5rem;
}

.carousel-item .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-item .carousel-item-caption {
    text-align: center;
    color: #ffffff;
    width: 80%;
}

.carousel-item-caption h1 {
    font-weight: 600;
    font-size: 2.7rem;
    color: #ffffff;
}

.carousel-item-caption p {
    font-weight: normal;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.carousel-item-caption .btn-outline-white {
    color: white;
    background-color: rgba(0,0,0,.2);
    border: 2px solid #70af33;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover !important;
}

/* MAIN */
main p {
	font-weight: 400;
}

main .h1, main h1 {
	color: #363636;
	font-weight: 700;
}

main .h2, main h2 {
	color: #363636;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

main .main-header {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

main .h1, main h1,
main .h2, main h2,
main .h3, main h3 {
	font-weight: 700;
}

main .h2 i, main h2 i,
main .h1 i, main h1 i{
 	color: #70af33;
}

main .content-padding {
    padding: 2rem 0;
}

main .card-category {
	margin-bottom: 1rem;
}

main a.card-category:hover .card-mask {
    background-color: transparent;
}

main .card-category .card-mask {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-color: rgb(112, 175, 51, .6);
    border-radius: .25rem;
    z-index: 1;
}

main .card-category .card-img-top {
	border-radius: .25rem;
    width: 100%;
    height: 400px;
    object-fit: cover;
}


main .card-category .card-mask .center {
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
    font-size: 2rem;
    text-align: center;
}

.price-container {
    min-height: 100%;
    margin-bottom: 0;
}

.price-container .price {
    color: #70af33;
}

.price-container .price .currency {
    color: #363636;
    font-weight: 300;
}

/* NAVBAR STICKY */
.navbar-sticky {
    background-color: #70af33;
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 66px;
    z-index: 1027;
    padding: .25rem 0;
}

.nav-fill .nav-link.active, 
.nav-fill .show>.nav-link,
.nav-fill .nav-link:hover {
    color: #FFFFFF;
    background-color: #363636;
}

.nav-fill .nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    border: 0;
    padding: 5px 10px;
    margin-right: .5rem;
}

.nav-fill .nav-link:last-child {
    margin-right: 0;
}

/* NAV TABS */
.nav-tabs {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
    position: relative;
}


@media (min-width: 768px) {
    .nav-tabs > li:first-child > .nav-link.active:before {
        position: absolute;
        bottom: -4px;
        left: 0;
        z-index: 2;
        display: block;
        width: 6px;
        height: 6px;
        content: "";
        background-color: #fff;
        border-left: 1px solid #dee2e6;
    }
}

.tab-content {
    border: 1px solid rgba(0,0,0,.125);
    padding: 1rem;
    background-color: #fff;
    border-radius: .25rem;
    margin-bottom: 1rem;
}

/* DECRIPTION CONTAINER */
.page-container {
    background-color: #FFFFFF;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.page-container dd:last-child {
    margin-bottom: 0;
}

main .page-container:last-child {
    margin-bottom: 0;
}

/* BREADCRUMBS */
.breadcrumb-bg {
    background-color: #F0F0F0;
    border-bottom: 1px solid #ced4da;
}

.breadcrumb-container {
    padding: .3em 0em;
}

.breadcrumb-container nav ol li {
	font-size: 15px;
}

.breadcrumb-container .breadcrumb {
    background-color: transparent;
    padding: .25rem 0;
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
    color: #8C8C8B;
}

.breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '\f054';
    font-size: .7rem;
    line-height: 2.2;
}

/* TEAM */
.team-container h5 {
    line-height: 22px;
    font-size: 18px;
}

.team-container .team-photo {
    min-height: 250px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.team-container .subtitle {
    color: #8d97ad;
    line-height: 24px;
        font-size: 13px;
}

.team-container ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

/*.card-team h5 {
    line-height: 22px;
    font-size: 20px;
}

.card-team .subtitle {
    color: #8d97ad;
    line-height: 24px;
    font-size: 14px;
}

.card-team p {
    font-size: 18px;
    line-height: 1.2
}

.card-team .team-details {
    background-color: #ffffff;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.card-team .team-details .details {
    padding: 1rem;
}

.pro-pic {
    min-height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pro-pic .card-img-overlay ul {
  top: 50%;
}

.pro-pic .card-img-overlay ul li a {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}*/


/* FIELDSET */
fieldset {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    margin-bottom: 1rem;
}

fieldset legend {
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 .75rem;
    border-bottom: none;
}
/* CONTACT */
#contact-map {
	width:100%;
	height:19.5rem;
	-webkit-border-top-left-radius:.25rem;
	-webkit-border-top-right-radius:.25rem;
	-moz-border-radius-topleft:.25rem;
	-moz-border-radius-topright:.25rem;
	border-top-left-radius:.25rem;
	border-top-right-radius:.25rem;
	border:1px solid #D9D9D9;
}

.contact-map .map-info {
    background: #363636;
    color: #fff;
    padding: .0rem .5rem;
    margin-bottom: 0px;
    font-size: 1rem;
    width: 100%;
    bottom: 0;
    -webkit-border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    -moz-border-radius-bottomright: .25rem;
    -moz-border-radius-bottomleft: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.contact-map .map-info a i {
    color: #70af33;
}

.contact-map .map-info a {
	color: #ffffff;
}

.list-icon {
	margin-bottom: 1rem;
}

.list-icon li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
    color: #363636;
}

.list-icon li:last-child {
	margin-bottom: 0
}

.list-icon .icon {
    width: 22px;
    margin-right: 15px;
    vertical-align: middle;
    text-align: center;
    color: #70af33;
    position: absolute;
    top: 3px;
    left: 0;
}


.gal {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}   
.gal img {
    width: 100%; 
    padding: 7px 0;
    border-radius: .25rem;
}

@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }
}

.card-result-container {
    position: relative;
}

/* PAGINATION */
.paginationContainer {
    padding: .5rem .7rem;
}


.pagination {
   margin: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination li a {
    /*border: none;*/
    font-size: 1rem;
    padding: .25rem .7rem;
    margin: 0 2px;
    font-size: .975rem;
    line-height: 1.5;
    /*line-height: 30px;*/
    border-radius: .2rem !important;
    text-align: center;
    /*padding: 0 6px;*/
}

.pagination li.active a, 
.pagination li.active a.page-link {
    background: #70af33;
    border-color: #70af33;
}

.pagination .page-link {
    color: #333;
}
.pagination .page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #363636;
    border-color: #363636;
}

@media (min-width: 992px) {}
@media (max-width: 991.98px) {}
@media only screen and (max-width: 768px) {
    .pagintion-container {
        flex-direction: column;
    }

    .hint-text {
        margin-bottom: .5rem;
    }
}

/* CARD PRODUCT */
.card-product {
    margin-bottom: 1rem;
}

.card-product .thumbnail-container {
    border: 0;
}

.card-product .card-title {
    font-weight: 700;
    font-size: 1.6rem;
}
.card-product .card-title i {
    color: #70af33;
}

.card-product .list-group-item {
    padding: .35rem .75rem;
    font-size: 1rem;
}

.card-product .list-group-item .item-label {
    font-weight: 700;
}

.card-product .list-group-item .item-value {
    font-weight: 300;
}

.card-product .list-group-item .item-value .price-container .price {
    font-size: 20px;
}

.card-product .list-group {
    margin-bottom: 1rem;
}

.header-flex {
    margin-bottom: 2rem;
}

.header-flex h1 {
    margin-bottom: 0;
}

/* Horizontal line */
.collapsible-link {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
}

.collapsible-link i {
    color: #70af33;
}   

.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.accordion .card-body {
    font-size: 1rem;
}


/* FOOTER */
footer {
	color: #ffffff;
	background-color: #363636;
}

footer .footer-main {
	padding: 30px 0;
}

footer .footer-main .footer-logo img {
	width: 160px;
}

footer .footer-main h3 {
	font-size: 18px;
    font-weight: 600;
}

footer .footer-main ul li {
	position: relative;
	margin-bottom: .5rem;
	font-size: 16px;
}

footer .footer-main ul li:last-child {
	margin-bottom: 0;
}

footer .footer-main ul:not(.socials) li i {
	position: absolute;
	top: .2rem;
	font-size: 16px;
	color: #70af33;
}

footer .footer-main ul.footer-menu li {
 	padding-left: 15px;
}

footer .footer-main ul.footer-menu li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #70af33;
}

footer .footer-main ul li .descr {
    padding-left: 30px;
}

footer .footer-main ul li a {
	color: #ffffff;
}

footer .footer-main ul li a:hover {
	text-decoration: none;
	color: #70af33;
}

footer .footer-main ul.socials li {
	margin-right: 1rem;
}

footer .footer-main ul.socials li:last-child {
	margin-right: 0;
}

footer .footer-main ul.socials i {
	font-size: 25px;
}

footer .footer-copy {
	font-size: 14px;
	background-color: #262626;
	padding: 5px 0;
}

/* FOOTER MEDIA QUERY */
@media (max-width: 575.98px) {

    .accordion>.card>.card-header {
        padding: .3rem .5rem;
    }
    .collapsible-link {
        font-size: .95rem;
        padding: .15rem .35rem;
    }

    .accordion .card-body {
        font-size: .9rem;
    }

	footer .footer-main .footer-logo img {
    	width: 110px;
    	margin-bottom: 1rem;
	}

	footer .footer-main h3 {
		font-size: 16px;
	}

	footer .footer-main ul li {
		margin-bottom: 1rem;
		font-size: 15px;
	}

	footer .footer-main ul:not(.socials) li i {
		font-size: 15px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .collapsible-link {
        font-size: 1.05rem;
    }

    .accordion .card-body {
        font-size: 1rem;
    }

	footer .footer-main .footer-logo img {
    	width: 120px;
    	margin-bottom: 1rem;
	}

	footer .footer-main h3 {
		font-size: 17px;
	}

	footer .footer-main ul li {
		margin-bottom: .3rem;
		font-size: 16px;
	}

	footer .footer-main ul:not(.socials) li i {
		font-size: 16px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	footer .footer-main .footer-logo img {
    	width: 130px;
	}

	footer .footer-main h3 {
		font-size: 17px;
	}

	footer .footer-main ul li {
		margin-bottom: .3rem;
		font-size: 16px;
	}

	footer .footer-main ul:not(.socials) li i {
		font-size: 16px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	footer .footer-main .footer-logo img {
    	width: 140px;
	}

	footer .footer-main h3 {
		font-size: 16px;
	}

	footer .footer-main ul li {
		margin-bottom: .3rem;
		font-size: 15px;
	}

	footer .footer-main ul:not(.socials) li i {
		font-size: 15px;
	}
}