/*//////////////////////////////////////////////////////////////////////////////////////////*/
/* CUSTOM CSS (ADD YOUR CSS HERE!) */
/*//////////////////////////////////////////////////////////////////////////////////////////*/

.contect-section {
    margin-top: 0px;
    margin-bottom: 0px;
}

.pre-footer {
    margin-top: 0px;
}

.product.list-style-check {
    font-size: 18px;
    font-weight: 400;
}

.open > .dropdown-menu {
    display: flex !important;
    margin-left: -300px;
}

.dropdown-menu ul {
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 24px 32px;
}

.home-news-slider .carousel-item-content{
    min-height: 240px;
    position: relative;
}

.home-news-slider .carousel-item-content .text-right{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.logo-holder {
    margin-top: -20px;
}


.contactForm input[type='text'], .contactForm input[type='email'], .contactForm input[type='tel'], .contactForm textarea {
	background: none repeat scroll 0 0 #f0f0f0;
	border: 1px solid #e58869;
	color: #444;
	padding: 16px;
	height: auto;
}
.contactForm input[type='text']:active,
.contactForm input[type='text']:focus,
.contactForm input[type='text']:focus-visible,
.contactForm input[type='email']:active,
.contactForm input[type='email']:focus,
.contactForm input[type='email']:focus-visible,
.contactForm input[type='tel']:active,
.contactForm input[type='tel']:focus,
.contactForm input[type='tel']:focus-visible,
.contactForm textarea:active,
.contactForm textarea:focus,
.contactForm textarea:focus-visible {
    background: none repeat scroll 0 0 #fff;
}

.iview-caption {
    text-shadow: 4px 4px 4px #000;
}
#iview h2 {
    font-size: 47px;
}

@media all and (max-width: 770px) {
    .open > .dropdown-menu {
        display: block !important;
        margin-left: 0px;
    }

    .dropdown-menu ul {
        width: auto;
        list-style: none;
        margin: 0;
        padding: 24px 32px;
    }
}
