* {
    border:none;
    font-family:inherit;
    font-style:inherit;
    font-size:100%;
    margin:0;
    padding:0;
    vertical-align:baseline;
    outline: none;
}

html {
    width:100%;
}

body {
    width:100%;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    font-weight:400;
    padding-top:121px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1;
}

@media (max-width:992px){
    body {
        padding-top:88px;
    }
}

@media (max-width:768px){
    body {
        padding-top:48px;
    }
}

.clear {
    clear:both;
}

input[type=text], input[type=submit], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input:focus {
    outline:none;
}

textarea:focus {
    outline:none;
}

input.inp::-webkit-input-placeholder {
    font-weight:300;
}

textarea::-webkit-input-placeholder {
    font-weight:300;
}

select:focus {
    outline:none;
}

a:focus {
    outline:none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    text-transform: none;
    display: inline-block;
}

.btn.big {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;
    background-color: #73ad32;
    padding: 15px 24px;
    border-color: transparent;
    border:0;
    border-right: 10px solid #F2AB26;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 0;
    margin: 0;
    transform-origin: 50% 50% 0;
    text-transform: uppercase;
    transition: all 300ms;
}

.btn.gr {
    color:#fff;
}

.btn.gr:hover {
    color:#F2AB26;
}

.btn.gr i {
    border:1px solid #fff;
    display:inline-block;
    padding:10px 9px;
    border-radius:50%;
}

.btn.gr:hover i {
    border:1px solid #F2AB26;
    color:#fff;
    background-color: #F2AB26;
}

.btn.big:hover {
    background-color:#F2AB26;
}

.slick-partners {
    padding:30px 0;
}

.slick-partners img {
    width:90%;
}

#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left:0;
    height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
    font-size:40px;
    line-height:50px;
    margin-bottom:15px;
    color:#FFF;
    letter-spacing:0.5px;
    font-weight:600;
}

#myCarousel .sltext div {
    font-size:40px;
    line-height:50px;
    margin-bottom:15px;
    color:#FFF;
    letter-spacing:0.5px;
    font-weight:600;
        font-family: 'Montserrat', sans-serif;
}

#myCarousel p{
    font-size:18px;
    margin-bottom:15px;
    color:#d5d5d5;
}

.sltext {
	padding:20px;
	background-color:rgba(0,0,0,0.5);
}

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;}
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;}
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:700px; }
#myCarousel{position:relative; z-index:1; }

.carousel-control-next, .carousel-control-prev{
    height:40px;
    width:40px;
    padding:12px;
    top:50%;
    bottom:auto;
    transform:translateY(-50%);
    background-color: #F2AB26;
}


.carousel-item {
    position: relative;
    background-size: cover;
    background-position: center;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease,-webkit-transform .1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
    opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
    .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.navbar {
    padding-top:0;
    padding-bottom:0;
    box-shadow:0 3px 5px rgba(0,0,0,0.05);
}

.navbar-nav {
    position:relative;
    top:0;
}

.navbar-light .navbar-toggler {
    border-color:transparent;
}

.nav-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color:#000;
    position:relative;
}

.navbar-toggler:focus,.navbar-toggler:active {
    outline: none !important;
    box-shadow: none;
}

.btn.gr:focus,.btn.gr:active,.slick-arrow:focus,.btnn:focus,.btnn1:focus {
    outline: none !important;
    box-shadow: none;
}

.page {
    padding-bottom:70px;
}

.page p {
    font-weight:300;
}

.page img {
    max-width:100%;
    margin-bottom:20px;
}

.gal img {
    max-width:100%;
    margin-bottom:30px;
}

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

.cons {
    background-color:#73ad32;
    color:#fff;
    padding:30px 20px;
    font-size:20px;
}

.cons .btn.big {
    margin-left:20px;
    background-color:#F2AB26;
}

.cons .btn.big:hover {
    background-color:#387e1c;
}

.weare {
    background-color:#73ad32;
    color:#fff;
    padding-bottom:10px;
}

.weare .col:hover .wa-icon {
    border:4px solid rgba(255,255,255,1);
}

.wa-icon {
    font-size:40px;
    height:80px;
    border:4px solid rgba(255,255,255,0.7);
    border-radius:50%;
    width:80px;
    text-align:center;
    margin:30px 0 10px 0;
    display: inline-block;
}

.wa-icon i {
    padding-top:20px;
    display:inline-block;
    color:#F2AB26;
}

.weare strong {
    font-size:18px;
    font-weight:500;
    display:block;
    font-family: 'Montserrat', sans-serif;
}

.why {
    padding-top:30px;
    padding-bottom:0;
}

.why h3 {
    padding-top:0!important;
    margin-top:0;
}

.why img {
    max-width:100%;
    margin-bottom:30px;
}

.why .plus {
    font-weight:500;
    font-size:15px;
    line-height:20px;
}

.why .plus .row {
    margin-bottom:20px;
}

.why .plus i {
    color:#F2AB26;
    font-size:20px;
}

@media (min-width:992px) {
    .nav-link {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        color:#000;
        border-left:10px solid transparent;
        position:relative;
        height:80px;
        line-height: 65px;
    }

    .video iframe {
        max-width:47%;
        margin:0 1% 20px 1%;
    }

    .dropdown-toggle::after {
        display:none;
    }

    .navbar-light .navbar-nav .nav-link {
        color:#000;
    }

    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        background-color: #73ad32;
        color:#fff;
        border-left:10px solid #F2AB26;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        background-color: #73ad32;
        color:#fff;
        border-left:10px solid #F2AB26;
    }

    .dropdown-menu {
        position: absolute;
        top: 78px;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        max-width:750px;
        padding:0;
        margin: .125rem 0 0;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #F2AB26;
        border: 0;
        border-radius: 0;
    }

    .dropdown-item {
        color: #fff;
        text-transform: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        font-family: 'Montserrat', sans-serif;
        padding:10px 20px;
        border-bottom:1px solid rgba(255,255,255,0.3);
        white-space: normal;
    }

    .dropdown-item:hover {
        background-color: #73ad32;
        color:#fff;
    }
}

.col_white_amrc {
    color:#FFF;
}

.bg-light {
    background-color: #73ad32!important;
}

.top-line {
    background-color:#73ad32;
    color:#fff;
    padding:5px 0;
}

.top-line a {
    background-color:#73ad32;
    color:#fff;
    display: inline-block;
    font-size:14px;
    padding:5px 0;
    font-weight:400;
}

.top-line a:hover {
    color:#F2AB26;
}

.top-phone a {
    margin-left:10px;
}

.top-phone img {
	width:20px;
	transition: 0.5s;
}



.top-phone img:hover {
	transform: scale(1.4);
}

.breadcrumb {
    background-color: transparent;
    padding-left:0;
    font-weight:300;
    color:#767676;
    margin-top:10px;
    margin-bottom:10px;
    font-size:13px;
    text-transform: lowercase;
}

.breadcrumb-item a {
    color:#767676;
}

.main .card {
    margin:0 15px 30px 15px;
    border-radius:0;
    border:1px solid #e8e8e8!important;
    padding:15px;
}

.main .card-title a {
    color:#232323;
}

.main .card-body {
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
}

.main h3 {
    margin-bottom:30px;
    padding:20px 0 0 0;
    position: relative;
    display:inline-block;
}

.main h2 {
    margin-bottom: 30px;
    padding: 20px 0 0 0;
    position: relative;
    display: inline-block;
}

.main h1 {
	padding:30px 0 0 0;
}

.main h1:before {
	display:none!important;
}

.contact-block {
    list-style-type:none;
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    position:relative;
    padding:0 0 0 60px;
    min-height:60px;
}

.contact-block li {
    padding:0 0 5px 0;
}

.contact-block .icon {
    display: block;
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 5px 0px;
    width: 40px;
    background-color: #F2AB26;
    color:#fff;
}

.contact-block li a{
    color:#232323;
}

.contact-block li a:hover{
    color:#F2AB26;
    text-decoration:none;
}

.product h3 {
    margin-bottom:15px;
    margin-top:30px;
}

.product iframe {
    max-width:100%;
}

.product p {
    font-weight:500;
    line-height:20px;
    padding:0;
    margin:0 0 5px 0;
}

.preview-inside {
    margin-bottom:20px;
}

.preview-inside img {
    max-width:100%;
    margin-bottom:20px;
}

.preview-inside h4 a {
    color: #232323;
    font-size:20px;
}

.preview-inside .price {
    color: #121212;
    font-size: 24px;
    margin-bottom: 15px;
}

.preview-inside .price span {
    color:#656565;
    font-size: 16px;
    text-decoration: line-through;
    font-weight:300;
}

.bImage {
    max-width:100%;
}

.product-gallery img {
    max-width: 100%;
    margin-bottom: 20px;
}

.product .plus {
font-weight: 500;
    line-height: 20px;
}

.product .plus .row {
    margin-bottom:20px;
}

.product .plus i {
    color:#F2AB26;
    font-size:20px;
}

.category .card {
    margin:0 15px 30px 15px;
    border-radius:0;
    border:1px solid #e8e8e8!important;
    padding:15px;
}

.category .card-title a {
    color:#232323;
}

.category .card-body {
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
}

.preview-image {
    display:inline-block;
    position:relative;
}

.label-act {
    position: absolute;
    top:0;
    right:0;
    background-color: #F2AB26;
    color:#fff;
    padding:10px 15px;
}

.preview-image img {
    max-width:100%;
    display:inline-block;
    margin-bottom:20px;
}

.cat h3 {
    font-size:24px;
}

.cat h3 a {
    color:#232323;
}

.cat h3:before, .preview-inside h5:before {
    display:none!important;
}

.cat .preview-text {
    font-weight:300;
    padding:15px 0;
}

.cat .price {
    color:#121212;
    font-size: 32px;
    margin-bottom:15px;
}

.cat .price span {
    color:#656565;
    font-size: 22px;
    text-decoration: line-through;
    font-weight:300;
}

.product .price, .cat .price {
    color:#F2AB26;
    font-size: 32px;
    margin-bottom:15px;
    font-weight:bold;
}

.product .price span {
    color:#656565;
    font-size: 18px;
    text-decoration: line-through;
    font-weight:300;
}

.about img {
    max-width:100%;
}

.about .container.bl {
    padding-top:30px;
    padding-bottom:30px;
}

.green {
    background-color:#73ad32;
    color:#fff;
}

.vis {
    display:none;
}

.categ {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:2px solid #F2AB26;
}

@media (max-width:768px) {
    .top-line {
        display:none;
    }
    
    .cat .preview-text {
    	display:none;
    }
    
    .product .plus {
display:none!important
}

    .order-2 {
        padding:0 30px;
    }

    #myCarousel h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .btn.gr {
        font-size:14px;
        padding:0 0 0 15px;
    }
    
    .foote_bottom_ul_amrc {
    	display:none!important;
    }

    h3 {
        font-size:24px;
    }
    .cons {
        font-size:14px;
    }

    .cons .btn {
        margin-top:20px;
    }

    .inv {
        display:none;
    }

    .vis {
        display:block;
    }
    
    
    .breadcrumb li {
    	display:none;
    }
    
    .btn.big {
    	padding:15px;
    }
}

@media (max-width:991px) {
    .dropdown-menu {
        font-family: 'Montserrat', sans-serif;
        min-width: 10rem;
        max-width:750px;
        margin: .125rem 0 0;
        text-align: left;
        list-style: none;
        background-color: #F2AB26;
        border: 0;
        border-radius: 0;
        padding:10px;
    }

    .video iframe {
        width:100%;
        margin:0 0 20px 0;
    }

    .navbar-collapse {
        padding:15px 0;
    }

    .dropdown-item {
        padding:10px 15px;
    }

    .h1, h1 {
        font-size:24px;
    }
    
    .h2, h2 {
    	font-size:20px;
    }
}

@media (min-width:768px) {
    .top-phone {
        text-align: right;
    }
}

footer {
    width:100%;
    background-color:#2b3034;
    min-height:250px;
    padding:50px 0 5px 0;
}

footer p {
    font-size:13px;
    color:#afb0b2;
    line-height:20px;
    padding-bottom:0;
    padding-top:20px;
    margin-bottom:8px;
}

footer .footer_ul_amrc:last-child {
    border-bottom:0;
}

footer .footer_ul_amrc:first-child {
    padding-top:38px;
}

.p40 {
    padding-top:40px;
}

.footer_ul_amrc {
    list-style-type:none; 
    font-size:13px;
    position:relative;
    padding:0 0 10px 60px;
    border-bottom:1px solid #414549;
    min-height:70px;
}

.footer_ul_amrc li {
    padding:0 0 5px 0;
}

.footer_ul_amrc .icon {
    display: block;
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 5px 0px;
    width: 40px;
    background-color: #F2AB26;
    color:#fff;
}

.footer_ul_amrc li a{
    color:#afb0b2;
}

.footer_ul_amrc li {
	color:#afb0b2;
}

.footer_ul_amrc li a:hover{ 
    color:#fff; 
    text-decoration:none;
}

.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0; list-style-type:none; padding:0;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #414549; padding-bottom:20px;}

h5, h3 {
    padding-bottom:5px;
}

h5:before, h3:before, h1:before, .main h2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F2AB26;
}

#myCarousel h4 {
    display:block;
}

.about h3:before {
    content: "";
    display: block!important;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F2AB26;
}

.foote_bottom_ul_amrc {
    list-style-type:none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    position:relative;
    display:inline-block;
}

.foote_bottom_ul_amrc li {
    display:inline-block;
}

.foote_bottom_ul_amrc li a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: #afb0b2;
    position: relative;
    font-size:13px;
    margin:0 0 0 10px;
    font-family: 'Montserrat', sans-serif;
}

.foote_bottom_ul_amrc li a:hover:after {
    opacity: 0.5 !important;
    width: 100% !important;
}

.foote_bottom_ul_amrc li a:hover {
    color: #ffffff;
}

.copy {
    color:#afb0b2;
    padding-top:20px;
    font-size:13px;
    font-weight:300;
}

.copy a {
    color:#afb0b2;
}

.social_footer_ul { display:inline-block; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:10px;display:inline-block; }
.social_footer_ul li a { color:#afb0b2; border:1px solid #afb0b2; padding:8px;border-radius:50%;font-size:13px;}
.social_footer_ul li a:hover { color:#F2AB26; border:1px solid #F2AB26; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}

.card-img-top {
	-moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
}
.card-img-top:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.card-group a {
	overflow:hidden;
}

.product.page h1 {
    font-size: 1.75rem;
}

.product.page .table {
	margin-bottom:30px;
}

.slick-arrow  {
    height: 40px;
    width: 40px;
    color:#fff;
    top: 50%;
    margin-top:-12px;
    position:absolute;
    transform: translateY(-50%);
    background-color: #F2AB26;
    z-index:99;
}

.slick-next {
	right:0;
}

.tblock {
  position:relative;
  padding-bottom:30px;
}

.btnn {
	outline: none;
	position:absolute;
	right:10px;
	bottom:0;
	border-bottom:1px dashed #F2AB26;
	z-index:99;
	color:#F2AB26;
	font-weight:bold;
}

.textn {
  display: block;
  width: 100%;
  height: 70px;
  outline: none;
  overflow: hidden;
}
.textn:focus, .btnn:focus ~ .textn {height: auto;}



.btnn1 {
	outline: none;
	position:absolute;
	right:10px;
	bottom:0;
	border-bottom:1px dashed #F2AB26;
	z-index:99;
	color:#F2AB26;
	font-weight:bold;
}

.textn1 {
  display: block;
  width: 100%;
  height: 70px;
  outline: none;
  overflow: hidden;
  padding-bottom:20px;
}
.textn1:focus, .btnn1:focus ~ .textn1 {height: auto;}

.gosk {
	position:absolute;
	right:0;
	top:0;
	background-color:#F2AB26;
	color:#fff;
	padding:10px 20px;
	font-weight:600;
	text-transform:uppercase;
    z-index:99;
}
.gosk:hover {
	text-decoration:none;
	background-color:#F2AB26;
	color:#fff;
}

button.btn-default {
	outline: none;
    position: absolute;
    right: 10px;
    bottom: -25px;
    z-index: 99;
    color: #fff;
    padding:3px 5px;
    background-color: #73ad32;
    transition: all 300ms;
    border-color: transparent;
    border: 0;
    border-right: 3px solid #F2AB26;
}


button.btn-default:hover {
    background-color: #F2AB26;
}
.constr ul {
	list-style-position:inside;
}

.constr ul li {
	padding-bottom:10px;
}

.smll {
	font-size:13px;
	display:block;
	margin-top:10px;
}

#btnGroupDrop1 {
	outline:none;
	background-color:transparent;
}

#btnGroupDrop1 img {
	transition: 0.5s;
}

#btnGroupDrop1:hover img {
	transform: scale(1.2);
}

.dropdown-menu.mov .dropdown-item {
	cursor:pointer;
}

@media (min-width: 992px){
.dropdown-menu.mov {
	top:49px;
}


#btnGroupDrop1 {
	margin-left:20px;
}

}

.phone-display {
		display:none;
	}

@media (max-width: 768px) {
	.phone-display {
		display:inline-block;
	}
	
	.phone-display a {
		color:#397f1c;
		font-weight:bold;
	}
}

.page ul, .page ol {
	list-style-position:inside;
	font-weight: 300;
}

.page a {
	color:#212529;
	font-weight:300;
}

.page p {
	font-weight:300;
}

.action-label {
	font-weight:600;
	font-size:13px;
	margin-top:10px;
	padding:3px 10px;
	display:inline-block;
	background-color:red;
	border:1px solid red;
	color:#fff;
}

.action-label a {
	color:#fff;text-decoration:none;
}



.action-label:hover a {
	text-decoration:underline;
}

.i4ewOd-pzNkMb-haAclf {
	display:none!important;
}

#marquiz__close {
	right:0!important;
	top:0!important;
	color:#000!important;
	background-color:#397f1c!important;
}

.label-act {
	background-color:#f25e26;
	font-weight:400;
	font-size:14px;
}

.fancybox-toolbar, .fancybox-infobar {
	display:none!important;
}

.nprice {
	font-weight:bold;
}

h3.card-title {
	line-height:20px;
	font-size:15px;
	margin-bottom:0;
}

.category .card-title a {
	line-height: 20px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    position:relative;
    display:inline-block;
}

.category .card-title div.bor:before {
	content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F2AB26;
}

.col_white_amrc {
	font-size: 1.25rem;
	margin-bottom: .5rem;
    font-weight: 500;
    border-bottom:2px solid #F2AB26;
    display:inline-block;
}

.mp button.btn-default {
	bottom:30px!important;
}