.introduction-block-wrapper{
	padding: 50px 0 30px 0;
}

.introduction-block .intro-img{
	text-align: center;
}

.banner-ship-wrapper{
	padding: 10px 0;
}

.banner-ship{
	background: #A9232C;
}

.banner-ship h3{
	color: #fff;
	text-transform: uppercase;
  line-height: 74px;
  margin: 0;
}

.banner-ship .ship-img{
    position: absolute;
    margin-top: -18px;
}

/*
.hrv-banner-container .hrv-title1{
	font-size: 23px;
}

.hrv-banner-container .hrv-title2{
	font-size: 90px;
}
*/

.hrv-banner-container .hrv-banner-content .hrv-url{
  line-height: 30px;
  text-transform: none;	
	border-color: #D49945;
  background: #D49945;
	color: #000000;
}

.video-block-wrapper{
	background: #A9232C;
  padding: 25px;
}

.testimonial-block{

}

.news-grid{
}

.news-grid .news-content{
	margin: 10px 0px;
}

.news-grid .title-article{
	line-height: 20px;
}

.news-grid .news-content h2.title-article a{
	font-size: 16px;
}

.news-grid .big-article .img-article img{
	width: 100%;
  height: 320px;
	object-fit: cover;
}

.news-grid .big-article .title-article{
  text-align: center;
}

.news-grid .medium-article .img-article img{
	width: 100%;
  height: 160px;
	object-fit: cover;
}

.testimonial-block{
	background: #EDEDED;
}

.testimonial-block .styled_header .icon{
	background: #EDEDED;
}

.testimonial-block .mp-wrap {
    margin: 40px 0 0 0;
    overflow: hidden;
    width: 100%;
    display: block;
}

.testimonial-block ul.mpbox {
    overflow: hidden;
    color: #FFF;
}

.testimonial-block .mp-wrap ul.mpbox>li {
    overflow: hidden;
    position: relative;
    float: left !important;
    display: block;
    margin: 0 0 40px 0;
    padding: 0 15px;
		width: 33.33%;
    color: #FFF;
}

.testimonial-block ul.mpbox li .mp-inner {
    margin: 0 0 0 0;
    position: relative;
}

.testimonial-block .mp-wrap img {
    border: none;
    background: none;
    max-width: 100% !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonial-block img.attachment-testi-thumb {
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #eee;
    width: 67px;
		height: 67px;
    z-index: 1;
    -moz-border-radius: 70px;
    -khtml-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
		border-color: #eee !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    object-fit: cover;
}

.testimonial-block .mp-testimonials .testi-inner {
    margin: 0 0 0 85px;
    position: relative;
}

.testimonial-block .mp-testimonials .testi-content {
    padding: 90px 35px 35px 35px;
    height: 209px;
		color: #000000;
    font-weight: 300;
		background-color: #fff;
		font-size: 14px;
}

.testimonial-block .mp-testimonials .testi-meta {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 35px 0 35px;
		background-color: #fff;
		line-height: 20px;
    color: #7d7c7c;
    font-size: 14px;
}

.testimonial-block .mp-testimonials .testi-content:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 18px 25px 0;
    border-color: transparent #fff transparent transparent;
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
}

.product-block .product-img .first-image, .product-block .product-img .second-image{
	  height: 260px !important;
    width: 100%;
    object-fit: cover;
}

.mobile-menu-icon-wrapper .icon, .mobile-menu-icon-wrapper .shopping-cart {
	fill: #1c2d5d;
}


@media (max-width: 768px) {
	.testimonial-block .mp-wrap ul.mpbox>li {
		width: 100%;
	}
}


@media (max-width: 990px) {
	.banner-ship h3{
		text-align: center;
	}

	.banner-ship .ship-img{
		position: relative;
    margin-top: 0;
    text-align: center;
	}
}

@media (max-width: 1024px) {
	.navbar-default .navbar-toggle .icon-bar {
			background-color: #888;
	}
}