.cort-logo {
	left: 80%;
	top: 65px;
}
.grad-logo {
	right: 80%;
	top: 45px;
	position: absolute;
	
}

.cort-header{
	height: 200px;
	background-color: #9F2D31;
}

.container-fluid {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.breadcrumb{
	margin-top: 15px;
}

#nav-secondary .navbar-toggle {
	top: 60px;
}
#nav-logo a {
	display: block;
}
@media (max-width: 992px) {
	#navigation #nav-logo {
		left: 0;
	}
	
	#nav-secondary .navbar-secondary-content.active {
		position: absolute;
		top: 110px;
		left: 0;
		z-index: 999;
		display: block;
		width: 100%;
		border-bottom: 1px solid #c9beac;
		-webkit-box-shadow: 0 2px 20px -5px #000;
		box-shadow: 0 2px 20px -5px #000;
	}
	#navigation {
		background: #9F2D31;
	}
}

@media (min-width: 992px){
	#nav-secondary {
		margin-top: 2px;
	}
	#navigation #nav-main {
		-webkit-box-shadow: 0 -5px 5px -5px rgba(0,0,0,.5);
		box-shadow: 0 -5px 5px -5px rgba(0,0,0,.5);
	}

	#navigation #nav-main>.container>ul>li{
		width: 25%;
		
	}

	#navigation .dropdown-center {
		margin-left: 8px;
	}	

	#navigation .dropdown-left {
		margin-left: 72px;
	}	

	#navigation .dropdown-right {
		margin-right: 72px;
	}	

	#navigation #nav-main {
		top: 150px;
		background-color: #9F2D31;
	}

	#navigation .dropdown>.dropdown-toggle{
		border-top: 15px solid #9F2D31;
	}

	#navigation .dropdown-double {
		width: 250px!important;
	}
	
	#navigation #nav-quicklinks>.nav-search>.search-box.active {
		z-index: 1;
	}
}
.web-page-content a {font-weight: 400;}
/* --- Button --- */

.btn-default {
    background: #a12c3c; /* Old browsers */
    background: -moz-linear-gradient(top, #a12c3c 0%, #b91000 100%), #a12c3c; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a12c3c 0%,#b91000 100%), #a12c3c; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a12c3c 0%,#b91000 100%), #a12c3c; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a12c3c', endColorstr='#b91000',GradientType=0 ); /* IE6-9 */
}
.colBoxedBor li a, .col-xs-12 li a {
    min-height: 24px;
    display: inline-block;
    vertical-align: top;
}
#cort-carousel-small ul.cort-carousel-nav li button {
    width: 24px;
    height: 24px;
}

