.GO-custom-bg-1 {
    background-color: #5BC236 !important;
    color: #000000;
}
.GO-custom-border-1 {
    border-color: #5BC236 !important;
}
.GO-custom-color-1 {
    color: #5BC236 !important;
}
.GO-custom-bg-2 {
    background-color: #717171 !important;
}
.GO-custom-border-2 {
    border-color: #717171 !important;
}
.GO-custom-color-2 {
    color: #717171 !important;
}

/* selected link */
a:active {
    color: #000000;
    background-color: #5BC236 !important;
    border-color: #5BC236 !important;
}
.text-info {
    color: grey !important; 
}


@media (min-width: 992px)  {
    .GO-CustomOglasThumb {
        float: left;
        background-color:#FFFFFF; 
        width: 100%;
        height:  220px;
        /*padding: 0px 10px 10px 0px;*/
        margin: 0px; 
        margin-right: 15px;
        margin-bottom: 10px;
        cursor: pointer;
        overflow: hidden;
    }
    .GO-CustomOglasThumb img{
        height: 100%;
        object-fit: cover;
    }
}
.GO-CustomOglasThumbList {
	float: left;
	background-color:#FFFFFF; 
	width: 100%;
    height:  320px;
	/*padding: 0px 10px 10px 0px;*/
	margin: 0px; 
    margin-right: 15px;
    margin-bottom: 10px;
	cursor: pointer;
    overflow: hidden;
}
.GO-CustomOglasThumbList img{
	height: 100%;
    object-fit: cover;
}
.GO-CustomOglasThumbDetails {
   /* border: 1px solid #00A0DC;*/
	height: 150px;
}
.GO-CustomOglasThumbDetails img{
	height: 100%;
    object-fit: cover;
}  
.GO-CustomOglasThumbList5 {
	height: 120px;
}
.GO-CustomOglasThumbList5 img{
	height: 100%;
    object-fit: cover;
}
.GO-CustomOglasThumbList6 {
	height: 180px;
}
.GO-CustomOglasThumbList6 img{
	height: 100%;
    object-fit: cover;
}
.dropdown-toggle::after:hover {
    border: none!important;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d7"!important; /* the desired FontAwesome icon */
    color: #FFF !important;
    vertical-align: 0; /* to center vertically */
}
.accordion-button:not(.collapsed) {
    background-color: #5BC236 !important;
    border-color: #5BC236 !important;
    color: #000000 !important;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
 }
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}