@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

.t-primary-bgcolor {
	background-color: #666;
}

a {
	color: #aa0000;
}

body {
	background-color: #aa0000;
}

.container {
	width: 1230px;
}

.header {
	background: url('header-bg.jpg') no-repeat 50% 50%;
	background-size: cover;
    transition: all .15s ease-in-out;
	font-family: "PT Sans",sans-serif;
	font-size: 16px;
}

.header__top {
	padding: 24px 72px;
	background: rgba(0,0,0,.225);
	text-shadow: 0 0 4px rgba(0,0,0,.5);
	display: flex;
	justify-content: space-between;
}

.header__breadcrumbs {
	padding: 24px 72px;
	background: #f1f0f0;
}

.header__breadcrumbs a {
    color: #666;
	font-weight: bold;
	margin-right: 5px;
}

.header__breadcrumbs a:hover {
	text-decoration: none;
	color: #242424;

}

.header__breadcrumbs a:after {
    content: '';
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #242424;
    margin-left: 10px;
}

.header__nav {
	display: flex;
	text-shadow: 0 0 4px rgba(0,0,0,.5);
	align-items: flex-start;
}

.header__nav a {
	color: #FFF;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	font-weight: bold;
	line-height: 27px;
	text-transform: uppercase;
	margin-left: 32px;
	transition: all .15s ease-in-out;
}

.header__nav a:hover, .header__nav a.active {
	text-decoration: none;
    border-bottom-color: #fff;
}

.header__contact {
	display: none;
}

.main {
	padding: 50px 72px;
}

.sidebar {
    margin-right: 40px;
}
