.top-header-row {
    background-color: black;
}

.main-nav-row {
    background-color: #00ABA8;
}

.content_wrapper{
	margin:20px 0px;
}

.content_wrapper p{
	margin-top:20px;
	font-size: 18px;
	line-height: 1.2em;
	color: #514F4F;
}

.content_wrapper h3, .content_wrapper h4, .content_wrapper h5{
color:#00ABA8;
}

.col-links-inner-top-header{
	display:none;
}

.smt{
	font-size: 22px;
}

	.dropdown-menu .main-nav-row .item-inner-main-nav a{
		max-width: 158px !important; 
	}


@media (min-width: 992px) {
	.main-nav-row .item-inner-main-nav a{
		max-width: 135px;
		text-align: center;
		padding:9px 9px;
		min-height: 58px;
	}
	
	.item-inner-main-nav:nth-child(9) a{
		max-width: 155px !important;
	}
}

@media (min-width: 768px) {
	.container-item{
		height: 280px !important;
	}
	
}

