a,
.base-text-color,
.custom-btn.colored,
.more-link.colored,
.share-link:hover
{
	color: #112e6e;
}

.base-bg-color,
.bg-7,
.custom-btn.colored:hover,
.video-btn:hover,
#navigation a:after,
.content-intro:after,
.more-link.colored i.arrow:before,
.more-link.colored i.arrow:after
{
	background-color: #112e6e;
}

.base-border-color,
.video-btn:hover,
.custom-btn.colored:hover
{
	border-color: #112e6e;
}

.bg-5
{
	background-color: #c6acc2;
}

.bg-6
{
	background-color: #b973ae;
}

.bg-7 .corner:before,
.bg-7.corner:before,
[class*=" bg-"] .bg-7.corner:before,
[class^="bg-"] .bg-7.corner:before
{
	border-left-color: #112e6e;
}

#header-logo
{
	background: url(../../images/ankara-bilim-universitesi.png);
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), 
	only screen and (-moz-min-device-pixel-ratio: 1.5), 
	only screen and (-o-min-device-pixel-ratio: 3/2), 
	only screen and (min-device-pixel-ratio: 1.5) {

		#header-logo
		{
			background: url(../../images/header_logo_1%402x.html);
			background-size: 225px 60px;
		}
	}

.content-slider .description
{
	/*background-color: rgba(165, 81, 152, 0.4);*/
}

.block-with-date .description
{
/*	background-color: rgba(165, 81, 150, 0.15);*/
}

@media only screen and (max-width:991px) {

	.col-md-6 > .bg-7 .corner:before,
	.col-md-6 > .bg-7.corner:before,
	.col-md-6 > [class*=" bg-"] .bg-7.corner:before,
	.col-md-6 > [class^="bg-"] .bg-7.corner:before
	{
		border-left-color: transparent;
		border-top-color: #112e6e;
	}
}