/* Add here all your CSS customizations */

.borderleft {
	border-left:1px solid #e4e4e4;
}
@media (min-width: 992px) {
	.borderleft {border-left:1px solid #e4e4e4;	
}
}
@media (max-width: 991px) {
	.borderleft {border-left:0px solid #e4e4e4;	
}
}

@media (min-width: 991px) {
        #header .header-nav-main nav > ul > li.dropdown-mega {
                position: relative;
        }

        #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
                border-radius: 0px 4px 4px 4px;
                left: 50%;
                right: 15px;
                width: 800px;
                transform: translate3d(-50%, 10px, 0) !important;
        }

        #header .header-nav-main nav > ul > li.dropdown-mega:hover > .dropdown-menu {
                transform: translate3d(-50%, 0, 0) !important;
        }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 300 !important;
    line-height: 1.2;
    color: #1d2127;
}

.img-thumbnail {
    padding: 0px !important;
    background-color: #fff;
    border: 0px solid #fff !important;
    border-radius:0px !important;
    max-width: 100%;
    height: auto;
}
