.btn-selected {
        background-color: #1883b6 !important; 
        color: #ffffff !important;
    }

	/* Normal */
	.op-projects {
	    padding-top: 200px !important;
	    padding-bottom: 2px !important;
	    font-size: 16px !important;
	    cursor: pointer;
	    text-align: left;
	}

	.op-projects:hover {
	    color: #fcaf17;
	}

	/* Compact */
	.op-projects-compact span {
	    display: none;
	}

	.op-projects-compact {
	    height: 53px;
	    width: 53px;
	    margin-left: 1px;
	    margin-right: 1px;
	    margin-top: 5px;
	    border-radius: 50px !important;
	    background-color: #1883b6;
	    color: white;
	    float: left;
	    display: inline-block;
	    text-align: center !important;
	    line-height: 53px !important;
	    font-size: 40px !important;
	    cursor: pointer;

	    display: inline-block !important;
	}
	
	.op-projects-compact:hover {
	    color: black;
	    background-color: #fcaf17;
	}

	.name-popup {
	    width: 390px;
	    z-index: 9999999;
	    height: 78px;
	    position: relative;
	}

	.heading-tooltip {
	    position: absolute;
	    z-index: -1;
	    width: 440px; /*390*/
	    height: 140px; /*78*/
	    background-color: green;
	    top: 180px; /*142*/
	    left: 720px;
	    background: url('../img/bookmark.png');
	}

	#bookmark-text{
	    text-align: center !important;
	    position: relative;
	    margin: 0 auto;
	    padding-top: 15px;
	    padding-left: 25px;
	    padding-right: 25px;
	}
	
	
	/* gallery styling */
	.gallery-full-width {
	    max-height: 160px !important;
	    margin-bottom: 10px;
	    margin-right: 10px;
	    padding-bottom: 0px !important;
	    margin: 0 auto;
	    border: 3px solid #fcaf17;
	    border-radius: 4px;
	    
	}
	
	.gallery-half-width {
	    max-width: 160px !important;
	    max-height: 162px !important;
	    margin-right: 10px;
	    background-color: #fcaf17;
	    border-radius: 10px;
	   
	}