/*header styles*/
@media only screen and (min-width: 1200px) {

	header .navigation_menu-container ul li a{
	 	color: #000;
	}
	.scrolled .navigation_menu-container .navigation_menu li a,
	.scrolled
	{
		color: #000;
	}
}

.featured-img{
	position: relative;
	padding-left: 100px;
}
.promo-container{
	margin-top: 50px
}
.sum1,
.sum2{
	width: 50%;
	padding: 10px 0;
}

.sum2{
	border-left: 1px solid #eee;
	padding-left: 1.25rem;
}
.h5 {
    margin-bottom: 0rem;
}
.grey-text{
	display: block;
	font-weight: 400;
	margin-bottom: 1em;
	color: #969696;
}

.promo-container .sum2 ul{
	margin: 1.5em 0;
}
/* .promo-container .sum2 .starts{
	font-size: 22px;
	display: block;
	font-weight: 300;
}
.promo-container .sum2 .price{
	font-size: 32px;
	font-weight: 600;
	display: block;
	margin-bottom: 12px;
} */

.fa-plus-circle{color: #1ED760;}
.fa-minus-circle{color: #969696;}
.fa-check{color: #1ED760;}


.button-container{
	margin-top: 50px;
	margin-left: 100px;
	width: 100%;
}

/* button container css */
.button-menu a{
	color: #000;
}
.button-menu li:nth-child(odd){
	clear: left;
}
.button-menu li:nth-child(odd) a{
	color: #fff;
	background-color: #1ED760;
}
.button-menu li:nth-child(odd) a:hover{
	color: #fff;
	background-color: #000;
}
.button-menu li:nth-child(even) a{
	color: #000;
	padding-left: 0;
	padding-right: 0;
}
.button-menu li:nth-child(even) a::before{
	content: "";
	width: 100%;
	position: absolute;
	height: 2px;
	background-color: #000;
	left: 0;
	bottom: 0.375rem;
}
.button-menu li:nth-child(even) a::after{
	content: " >"
}
.button-menu li:nth-child(even) a:hover,
.button-menu li:nth-child(even) a:active{
	color: #969696;
}
.button-menu li:nth-child(even) a:hover::before,
.button-menu li:nth-child(even) a:active::before{
	background-color: #969696;
}
img{
	display: block;
}
