@import url(https://fonts.googleapis.com/css?family=Roboto:400,700|Roboto+Condensed:700);

body {
	background-color: white;
}

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

a {
	color: #1ebbf0;
}

.container {
	width: 1200px;
}

.header {
	width: 100%;
}

/* .header-wrapper {
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
	margin-bottom: 10px;
} */

.header__top {
	background-color: #1a1c20;
	color: white;
	line-height: 36px;
	font-size: 13px;
	font-family: 'Roboto';
}

.header__inner {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.header .contact__icons i {
	color: #ed1c24;
	font-size: 14px;
	height: 26px;
	width: 26px;
	border: 2px solid #ed1c24;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	border-radius: 13px;
}

.header .contact__info i:not(:first-child) {
	margin-left: 20px;
}

.header .contact__info {
	line-height: 34px;
	padding-top: 2px;
}

.header .contact__info i {
	font-size: 17px;
	vertical-align: middle;
	margin-right: 3px;
}

.header__bottom {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.header__logo {
	text-align: left;
	padding: 25px 0;
}

.header__nav {
	padding-top: 22px;
}

.header__nav a {
	font-family: "Roboto Condensed";
	font-size: 17px;
	font-stretch: 100%;
	font-weight: 700;
	line-height: 56px;
	display: inline-block;
	color: #333333;
	margin-left: 40px;
}

.header__nav a:hover {
	color: #ED1B24;
	text-decoration: none;
}

.header__nav a.planroomlink {
	font-size: 14px;
	font-weight: 700;
	font-family: sans-serif;
	color: white;
	background-color: #ED1B24;
	line-height: 33px;
	border-radius: 15px;
	padding: 0px 10px;
}

.header__nav a i {
	font-size: 14px;
}

.sidebar {
	margin-right: 50px;
}