.text-red {
	color: #E21F2F;
}

.news {
	background-image: none;
    background-color: #292667;
}

.widget-title.lined > span {
    background: transparent;
}

.text-white {
    color: #fff;
}

.about {
	padding: 60px 0px 0px;
}

.header__logo img {
    margin-top: 30px;
}

.awards-img {
	margin-top: -10px;
}

.padding-top-30 {
	padding-top: 30px;
}

.footer ul li {
    border-bottom: 1px solid #666666;
    position: relative;
    padding: 5px 10px 5px 0;
}

.footer ul li:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: #999999;
}

.footer img.logo {
    margin: 5px 0px 0px;
    width: 80%;    
}

.btn-info:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

ul.product-desc {
	padding-left: 15px; 
}

.with-border-img {
    border: solid 1px #ccc;
}

.image-center {
    display: block;
    margin: auto;
}

.filters {
    min-height: 50px;
}

.filters a {
    border: solid 1px #ccc;
    padding: 12px 20px;
    color: #292667;
    text-decoration:none;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 2px;
}

.filters a.selected, .filters a:hover {
    background: #E21F2F;
    border-color: #E21F2F;
    color: #fff;
}

.counters {
    background-size: cover;
    background-position: center 30%;
}

.container.work {
    margin-bottom: 50px;
}

.product-item {
    width: 100%;
}

.product-item img.img-responsive {
    margin: auto;
}

.bx-wrapper {
    -webkit-box-shadow: none !important;
     box-shadow: none !important;
     border: none !important;
     background: none !important;
}

.icon-box__title, .img-icon {
    display: inline-block;
}

.img-icon {
    float: right;
    width: 70px;
}

.widget_pw_icon_box .icon-box {
    min-height: 150px;
}

.our-team h3,
.our-team p {
    text-align: center;
}

.bx-wrapper .bx-prev {
    left: 0 !important;
}

.bx-wrapper .bx-next {
    right: 0 !important;
}

.director-message p {
    font-size: 22px;
    color: #222;
}

.about-logo {
    text-align: right;
    margin-right: 30px;
}

.product-item h1 {
    font-size: 45px;
}

.product-item h4 {
    font-size: 22px;
}

@media (max-width: 980px) {
    .header__logo img {
        margin-left: 20px !important;
        margin-top: 24px;
    }

    .header_container .container {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header .icon-box {
        margin-right: 15px !important;
        padding-left: 15px !important;
    }

    .awards-img {
        margin-right: 20px;
    }

    .header__navigation-widgets {
        display: none;
    }
}

@media (min-width: 1500px) {
	.jumbotron-content {
	    top: 140px;
	}
}

@media (min-width: 1200px) {
    .header__navigation {
        width: calc(82% - 400px);
        margin-left: 400px;
    }
    .header__logo::after {
        height: 30px;
        bottom: 10px;
        right: -26px;
    }
}

@media (min-width: 992px) {
    .header__logo {
        width: 380px;
    }

    .header__widgets {
        width: calc(100% - 380px);
    }
}

