/* inc-nav *****************************/

.inc-nav .social-login li a
{
	color: #fff;	
}


/* inc-news ****************************/

.inc-news .photo 
{
	height: 250px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

.inc-news .photo img
{
	max-width: 100%;
	height: auto;
}


/* inc-projects **************************/

.inc-projects .blogcol .photo
{
	height: 250px;
	text-align: center;
	overflow: hidden;
}

.inc-projects .blogcol .photo img
{
	max-width: 100%;
	height: 100%;
}
@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}
