
#default-scheme ::selection {
    background:#2ECC71;
    color:#fff;
}
#default-scheme ::-moz-selection {
    background:#2ECC71;
    color:#fff;
}

/*** Header Section ***/

	/** Start of tap nav menu **/

		#default-scheme .top-nav .dropdown-menu:after {
			border-bottom: 10px solid #2ECC71;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            content: "";
            display: inline-block;
            right: 6%;
            position: absolute;
            top: -10px;
		}

		#default-scheme .top-nav .nav>li>a:hover,#default-scheme .nav>li>a:focus {
		    background-color: white;
		    color: #2ECC71;
		}
	/** End of tap nav menu **/


	/** Start of sidebar toggle **/
		#default-scheme .sidebar-toggle-box {
		    float:left;
		    margin-top:13px;
		    margin-left:15px !important;
		    background:#2ECC71 !important;
		    border-radius:2%;
		    -webkit-border-radius:2%;
		    width:32px;
		    height:32px;
		    position:absolute;
		    right:-15px;
		    -webkit-transition: all 0.7s ease;
			transition: all 0.7s ease;
			-o-transition: all 0.7s ease;
            border-radius: 100%;
		}

		#default-scheme .sidebar-toggle-box .fa-bars {
		    cursor:pointer;
		    display:inline-block;
		    font-size:15px;
		    padding:8px 8px 8px 9px;
		    color:white;
		}
		#default-scheme .sidebar-toggle-box:hover {
		    background:#27AE60 !important;
		    -webkit-transform:scale(1.3);
			transform:scale(1.3);
		}

        /*** Right Sidebar Toggle ***/
        #default-scheme .right-sidebar-toggle-box {
            float:left;
            margin-top:13px;
            margin-left:15px !important;
            background:#2ECC71 !important;
            border-radius:2%;
            -webkit-border-radius:2%;
            width:32px;
            height:32px;
            position:absolute;
            right:-15px;
            -webkit-transition: all 0.7s ease;
            transition: all 0.7s ease;
            -o-transition: all 0.7s ease;
            border-radius: 100%;
        }

        #default-scheme .right-sidebar-toggle-box .fa-bars {
            cursor:pointer;
            display:inline-block;
            font-size:15px;
            padding:8px 8px 8px 9px;
            color:white;
        }
        #default-scheme .right-sidebar-toggle-box:hover {
            background:#27AE60 !important;
            -webkit-transform:scale(1.3);
            transform:scale(1.3);
        }


	/** Start of sidebar toggle **/

/*** Left Sidebar Section ***/

	/** Start of Profile Sidebar **/
		#default-scheme.theme-sidebar-2 ul.sidebar-menu li.sidebar-profile {
			background-color: #3e313c;
			border-bottom: 10px solid #83697F !important;
		}

        #default-scheme ul.sidebar-menu li.sidebar-profile {
            background-color: #3A434D;
            padding: 10px;
            color: #fff;
            text-align: center;
            border-bottom: 10px solid #2ECC71 !important;
        }

		#default-scheme ul.sidebar-menu li.sidebar-profile .name {
			margin-top: 10px;
		}

		#default-scheme ul.sidebar-menu li.sidebar-profile .image img {
			border-radius: 60%;
		}

		#default-scheme ul.sidebar-menu li.sidebar-profile .status {
			margin-top: -10px;
			font-size: 7;
		}

		#default-scheme ul.sidebar-menu li.sidebar-profile .status small i {
			color:  #76CF1C;
		}
	/** End of Profile Sidebar **/

/********** Profile Sidebar *************/
#default-scheme .profile-page .profile-sidebar > li.active,
#default-scheme .profile-page .profile-sidebar > li.active:hover {
  background: #2ECC71;
}

#default-scheme .profile-page .profile-sidebar > li.active:hover a {
  color: #fff;
}

#default-scheme .profile-page .profile-sidebar > li a:hover {
  color: #2ECC71;
}

#default-scheme .profile-page .date-formats {
  background: #2ECC71;
}

#default-scheme .profile-page .profile-post:hover span.profile-post-numb {
  color: #2ECC71;
}

#default-scheme .profile-page .name-location span i {
  color: #2ECC71;
}

#default-scheme .profile-page .profile-about .social i {
  color: #2ECC71;
}

#default-scheme .projects .project-box .project-edited span a {
  color: #2ECC71;
}

#default-scheme .projects .project-box .project-status {
  color: #2ECC71;
}

#default-scheme .projects .project-box .project-status i{
    color: #2ECC71;
}

	#default-scheme ul.sidebar-menu li a.active span.icon-sidebar:first-child,
    #default-scheme ul.sidebar-menu li a:hover span.icon-sidebar:first-child,
    #default-scheme ul.sidebar-menu li a:focus span.icon-sidebar:first-child {

	    background:#2ECC71 !important;
	    color:#ffffff;
	    padding: 5px;
	    -webkit-transition: all 0.4s ease-in-out 0.1s;
	    -moz-transition: all 0.4s ease-in-out 0.1s;
	    -o-transition: all 0.4s ease-in-out 0.1s;
	    -ms-transition:all 0.4s ease-in-out 0.1;
	    transition: all 0.4s ease-in-out 0.1s;
        -webkit-transform:scale(.8);
        transform:scale(.8);
        border-radius: 100%;
        box-shadow: 0 1px 4px rgba(0,0,0,-0.84),0 1px 4px rgba(0,0,0,.20);

	}

/*** Content Section ***/

/*** Footer Section ***/

/***  Skin Bacground Color Level  ***/
	#default-scheme .bg-color-1 {
		background: #86F7B6 !important;
	    color: #fff;
	}

	#default-scheme .bg-color-2  {
		background: #77F2AB !important;
	    color: #fff;
	}

	#default-scheme .bg-color-3  {
		background: #61E89B !important;
	    color: #fff;
	}

	#default-scheme .bg-color-4  {
		background: #4EDE8B !important;
	    color: #fff;
	}

	#default-scheme .bg-color-5  {
		background: #2ECC71 !important;
	    color: #fff;
	}
/***  Skin Bacground Color Level  ***/

/*********** Panels **********/
#default-scheme .c_panel .line-tabs.bottom .active a {
    border-bottom: 1px solid #27AE60;
    padding-top:10px;
    padding-bottom:11px;
}

/******* Media Gallery ********/
	#default-scheme .media-filter li a:hover, .media-filter li a:focus{
        background: #2ECC71;
        color: #fff;
    }

/******* Timeline ********/
	#default-scheme .timeline-1 > li > .timeline-badge i:hover {
        color: #2ECC71;
    }

    .timeline-1 .timeline-footer .likes:hover i {
        color: #2ECC71;
    }


/******* Boxed Content ********/
	#default-scheme .boxed-content>i {
        font-size: 3em;
        color: #2ECC71;
    }

	#default-scheme .boxed-content.left-boxed-icon i {
        padding: 10px;
        width: 60px;
        height: 60px;
        background: #2ECC71;
        color: #fff;
        text-align: center;
        line-height: 40px;
    }
