body, div.marker {
	margin: 0;
	padding: 0;
	font-family: "myriad-pro", Helvetica, Verdana, Arial, Sans-serif;
	font-style: normal;
	font-weight: 300;
}

.site {
	max-width: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova", Helvetica, Verdana, Arial, Sans-serif;
}

nav, #subnav {
	font-family: "alternate-gothic-no-3-d", Helvetica, Verdana, Arial, Sans-serif;
}

h1 {
	font-size: 55px;
	line-height: 46px;
	width: 720px;
	margin-bottom: 24px;
	font-weight: 600;
	font-style: normal;
}

h3 {
	font-weight: 400;
	font-style: normal;
	width: 720px;
	font-size: 17px;
	line-height: 25px;
}

.entry-content a, .entry-content a:hover {
	color: #fc0d1b;
}

.hentry {
	padding: 20px 0;
}

.site-header {
	position: fixed;
	background: #090909;
	border-bottom: 1px solid #656565;
	z-index: 100;
	width: 100%;
	height: 112px;
}

.site-header .home-link {
	margin: 29px 0 17px 0;
	max-width: 0;
	min-height: 0;
	padding: 0;
}

.navbar {
	background: #090909;
}

.sub-navigation, .main-navigation {
	line-height: 1;
}

.navbar ul.sub-menu {
	margin: 40px 0 10px 0;
	padding: 0;
}

.navbar ul.sub-menu a {
	font-size: 13px;
	text-transform: uppercase;
	color: #999;
	margin: 0;
	padding: 0;
}

.navbar ul.sub-menu li.current_page_item a, .navbar ul.sub-menu a:hover, .navbar ul.sub-menu li.current-page-ancestor a {
	color: #fc0d1b;
}

.navbar ul.sub-menu li {
	display: inline-block;
	position: relative;
	margin-left: 18px;
}

.navbar ul.nav-menu {
	margin: 0;
	padding: 0;
}

.navbar ul.nav-menu li {
	margin-left: 8px;
}

.navbar ul.nav-menu a {
	font-size: 19px;
	line-height: 21px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 13px 13px;
	margin: 0;
}

.navbar ul.nav-menu a span.white {
	text-transform: none;
	color: #fff;
}

.navbar ul.nav-menu a span.red {
	text-transform: none;
	color: #fc0d1b;
}

.navbar ul.nav-menu a:hover {
	color: #fc0d1b;
	background: url('compelo/nav_on.png') bottom left no-repeat;
}

.navbar ul.nav-menu a:hover > span {
	color: #fc0d1b;
}

ul.nav-menu .current_page_item > a, ul.nav-menu .current-page-ancestor > a {
	font-style: normal;
	color: #fc0d1b;
	background: url('compelo/nav_on.png') bottom left no-repeat;
}

div#subnav {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 112px;
}

.site-main {
	padding-top: 162px;
	background: #222;
	color: #fff;
}

body.home .site-main, body.page-template-contact-php .site-main, body.page-id-20 .site-main {
	padding-top: 112px;
}

div#subnav {
	background: #313132;
	padding: 0;
	text-align: right;
}

div.subnav {
	width: 940px;
	margin: 0 auto;
}

#subnav ul {
	background: #313132;
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li {
	display: inline-block;
	padding: 0;
	margin-right: -4px;
}

#subnav li:last-child {
	margin-right: 0;
}

#subnav li a {
	font-size: 19px;
	line-height: 21px;
	text-transform: uppercase;
	background: #313132;
	color: #fff;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

#subnav li a span.white {
	text-transform: none;
	color: #fff;
}

#subnav li a span.red {
	text-transform: none;
	color: #fc0d1b;
}

#subnav > ul > li > a {
	color: #fff;
}

#subnav ul ul a {
	color: #fff;
}

#subnav li > a:hover,
#subnav ul li:hover > a {
	background: #fc0d1b;
	color: #fff;
	text-decoration: none;
}

ul#subnav li.current_page_item a, ul#subnav li a:hover, ul#subnav li.current_page_ancestor a {
	background: #fc0d1b;
	text-decoration: none;
}

#subnav li > a:hover > span, ul#subnav li.current_page_item a > span, ul#subnav li.current_page_ancestor a span {
	color: #fff;
}

#subnav li ul {
	background: #1a1a1a;
	display: none;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
	width: 200px;
	z-index: 200;
}

#subnav li:hover ul {
	display: block;
	margin: 0;
	padding: 20px 0;
	background-image: url('compelo/nav_arrow.png');
	background-position: 12px top;
	background-repeat: no-repeat;
}

#subnav li li {
	background: #1a1a1a;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 200px;
	border-top: 1px solid #2a2a2a;
}

#subnav li li:last-child {
	border-bottom: 1px solid #2a2a2a;
}

#subnav li:hover li a {
	background: none;
}

#subnav li ul a {
	display: block;
	font-size: 15px;
	font-style: normal;
	margin: 0;
	padding: 10px 20px;
	text-align: left;
}

#subnav li ul a:hover,
#subnav li ul li:hover > a {
	background: #fc0d1b;
	border: 0;
	color: #fff;
	text-decoration: none;
}

#subnav li.current_page_ancestor ul li.current_page_item a {
	background: #fc0d1b;
}

article {
	width: 940px;
	margin: 0 auto;
}

div#primary.blog {
	width: 700px;
	float: left;
}

div#primary.blog article {
	width: 700px;
	float: left;
}

div#primary.blog article.hentry {
	padding: 0 0 20px 0;
}

div#primary.blog .entry-header, div#primary.blog .entry-content, div#primary.blog .entry-summary, div#primary.blog .entry-meta {
	width: 700px;
}

div#primary.blog article .entry-content {
	max-width: 700px;
}

div#secondary {
	width: 220px;
	float: right;
}

.site-main div#secondary .widget-area {
	width: 220px;
}

.site-main div#secondary h3 {
	width: auto;
}

.widget, .archive-header {
	background: transparent;
}

.archive-header h1 {
	padding: 0 0 20px 0;
	color: #666;
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	font-family: "proxima-nova", Helvetica, Verdana, Arial, Sans-serif;
}

div#secondary .widget .widget-title {
	font-weight: 600;
	font-style: normal;
	font-size: 21px;
	margin: 0;
	padding: 0;
	color: #666;
	border-bottom: 1px dotted #666;
	width: auto;
	font-family: "proxima-nova", Helvetica, Verdana, Arial, Sans-serif;
}

div#secondary .widget {
	margin-bottom: 20px;
}

footer .widget .widget-title {
	font-family: "myriad-pro", Helvetica, Verdana, Arial, Sans-serif;
}

.contained {
	width: 940px;
	margin: 0 auto;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
	width: 940px;
	max-width: 940px;
}

h1.entry-title a {
	color: #fff;
	font-weight: 600;
}

h1.entry-title a:hover {
	text-decoration: none;
	color: #fc0d1b;
}

.entry-meta a, .widget a {
	color: #fc0d1b;
}

.entry-meta a:hover, .widget a:hover {
	color: #fc0d1b;
}

h1.entry-title {
	font-weight: 600;
}

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens: none;
}

.flexslider {
	border: none;
	margin: 0;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6);
}

.flex-control-paging li a {
	background: #fff;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
	background: #fc0d1b;
}

.flex-control-nav {
	bottom: 0;
}

.site-footer, .site-footer .sidebar-container {
	background: #fff;
}

.site-footer .widget, .site-footer .widget-title {
	color: #424242;
	font-size: 12px;
}

.site-footer .widget-title {
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
}

.site-footer .widget-area {
	max-width: 940px;
}

.widget {
	margin: 0;
	padding: 0;
}

.container {
	text-align: left;
	margin: 0 auto;
	width: 940px;
	clear: both;
}

.container.external .col50 {
	padding: 10px 0 50px 0;
}

.brochure {
	background: #373737;
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
}

.brochure p {
	width: 95%;
	margin: 0 10px 10px 0;
}

.brochure p a {
	color: #fc0d1b;
}

.brochure h3 {
	margin: 0 0 0 -20px;
}

.brochure h3 a {
	color: #fff;
	padding: 0 0 0 20px;
}

.brochure h4 {
	margin: 0 0 10px 0;
	padding: 0;
}

.brochure .left ul {
	font-size: 15px;
	margin: 0 0 0 17px;
	padding: 0;
}

.brochure .left li {
	width: 50%;
	float: left;
	padding-bottom: 5px;
}

.brochure .collapse {
	margin-top: 20px;
	display: none;
}

.brochure h3.expand a {
	background: url('compelo/plus.png') left center no-repeat;
}

.brochure h3.expand a.open {
	background: url('compelo/minus.png') left center no-repeat;
}

.brochure .sub {
	font-size: 12px;
}

.brochure .sub strong {
	font-size: 13px;
}

.brochure label {
	font-size: 19px;
	font-weight: 300;
}

.brochure input[type=text], .brochure input[type=email] {
	font-size: 19px;
	border: none;
	padding: 5px;
	width: 95%;
	margin-bottom: 10px;
}

.brochure input[type="submit"] {
	background: #fc0d1b;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 300;
}

.brochure br.clear {
	line-height: 0;
	font-size: 0;
}

.wpcf7-form-control-wrap.future, .wpcf7-form-control-wrap.compelo_brochure, .wpcf7-form-control-wrap.tech_sheet {
	display: block;
	margin-bottom: 10px;
}

.wpcf7-not-valid-tip {
	color: #424242;
}

.wpcf7-response-output {
	padding: 10px;
	margin: 10px 0 0 0;
	clear: both;
}

.container.footer {
	margin-top: 30px;
	border-top: 1px solid #000;
}

.container.external .fr a {
	margin-left: 10px;
}

.container #tertiary {
	width: 240px;
	float: left;
}

.container #menu-footer {
	width: 680px;
	float: right;
	padding: 20px 0;
}

.nav_footer, .nav_footer .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav_footer li {
	float: left;
	width: 130px;
	font-size: 13px;
	font-weight: 600;
}

.nav_footer li:nth-child(5), .nav_footer li:nth-child(6) {
	width: 80px;
}

.nav_footer a {
	color: #424242;
}

.nav_footer .sub-menu {
	margin-top: 8px;
}

.nav_footer .sub-menu li {
	float: none;
	font-weight: normal;
	font-size: 12px;
}

.nav_footer .sub-menu li:nth-child(5), .nav_footer .sub-menu li:nth-child(6) {
	width: auto;
}

.col25 {
	width: 25%;
}

.col50 {
	width: 50%;
}

.col75 {
	width: 75%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tar {
	text-align: right;
}

br.clear {
	clear: both;
}

.wid220 {
	width: 220px;
}

.wid300 {
	width: 300px;
}

.wid340 {
	width: 340px;
}

.wid700 {
	width: 700px;
}

.wid700 h2 {
	font-weight: 300;
	margin: 0;
}

.mr20 {
	margin-right: 20px;
}

.boxSmall {
	background: #2d2d2d;
	color: #fff;
	padding: 0;
	height: 80px;
}

.boxSmall:hover {
	background: #fc0d1b url('compelo/boxSmall_hover.png') top left no-repeat;
}

.boxSmall a.broadcasters {
	background: url('compelo/boxSmall_broadcasters.png') top left no-repeat;
}

.boxSmall a.media {
	background: url('compelo/boxSmall_media.png') top left no-repeat;
}

.boxSmall a.rights {
	background: url('compelo/boxSmall_rights.png') top left no-repeat;
}

.boxSmall a.brands {
	background: url('compelo/boxSmall_brands.png') top left no-repeat;
}

.boxSmall a.data {
	background: url('compelo/boxSmall_data.png') top left no-repeat;
}

.boxSmall a.editorial {
	background: url('compelo/boxSmall_editorial.png') top left no-repeat;
}

.boxSmall a.solutions {
	background: url('compelo/boxSmall_solutions.png') top left no-repeat;
}

.boxSmall a.audience {
	background: url('compelo/boxSmall_audience.png') top left no-repeat;
}

.boxSmall a {
	display: block;
	padding: 15px 0;
}

.boxSmall a, .boxSmall a:hover {
	color: #fff;
	text-decoration: none;
}

.boxSmall h4 {
	font-size: 15px;
	font-weight: 300;
	padding-left: 80px;
	line-height: 17px;
	font-style: normal;
}

.boxSmall p {
	font-size: 11px;
	padding-left: 80px;
}

.boxSmall h4, .boxSmall p {
	margin: 0;
}

.boxLarge, .boxLarger {
	background: #505051;
	color: #fff;
	padding: 0;
	height: 270px;
	margin-bottom: 20px;
}

.boxLarger {
	height: 436px;
	position: relative;
}

.boxLarge:hover {
	background: #fc0d1b url('compelo/boxLarge_hover.png') top left no-repeat;
}

.boxLarger:hover {
	background: #fc0d1b url('compelo/boxLarger_hover.png') top left no-repeat;
}

.boxLarge a.data, .boxLarger a.data {
	background: url('compelo/boxLarge_data.png') top left no-repeat;
}

.boxLarge:hover a.data, .boxLarger:hover a.data {
	background: url('compelo/boxLarge_data_hover.png') top left no-repeat;
}

.boxLarge a.editorial, .boxLarger a.editorial {
	background: url('compelo/boxLarge_editorial.png') top left no-repeat;
}

.boxLarge:hover a.editorial, .boxLarger:hover a.editorial {
	background: url('compelo/boxLarge_editorial_hover.png') top left no-repeat;
}

.boxLarge a.solutions, .boxLarger a.solutions {
	background: url('compelo/boxLarge_solutions.png') top left no-repeat;
}

.boxLarge:hover a.solutions, .boxLarger:hover a.solutions {
	background: url('compelo/boxLarge_solutions_hover.png') top left no-repeat;
}

.boxLarger a.defined {
	background: #707071 url('compelo/boxLarge_defined.png') top left no-repeat;
}

.boxLarger:hover a.defined {
	background: url('compelo/boxLarge_defined_hover.png') top left no-repeat;
}

.boxLarger a.custom {
	background: #707071 url('compelo/boxLarge_custom.png') top left no-repeat;
}

.boxLarger:hover a.custom {
	background: url('compelo/boxLarge_custom_hover.png') top left no-repeat;
}

.boxLarger a.compelopro {
	background: #707071 url('compelo/boxLarge_compelopro.png') top left no-repeat;
}

.boxLarger:hover a.compelopro {
	background: url('compelo/boxLarge_compelopro_hover.png') top left no-repeat;
}

.boxLarge a.audience, .boxLarger a.audience {
	background: url('compelo/boxLarge_audience.png') top left no-repeat;
}

.boxLarge:hover a.audience, .boxLarger:hover a.audience {
	background: url('compelo/boxLarge_audience_hover.png') top left no-repeat;
}

.boxLarge a.broadcasters {
	background: url('compelo/boxLarge_broadcasters.png') top left no-repeat;
}

.boxLarge:hover a.broadcasters {
	background: url('compelo/boxLarge_broadcasters_hover.png') top left no-repeat;
}

.boxLarge a.brands {
	background: url('compelo/boxLarge_brands.png') top left no-repeat;
}

.boxLarge:hover a.brands {
	background: url('compelo/boxLarge_brands_hover.png') top left no-repeat;
}

.boxLarge a.rights {
	background: url('compelo/boxLarge_rights.png') top left no-repeat;
}

.boxLarge:hover a.rights {
	background: url('compelo/boxLarge_rights_hover.png') top left no-repeat;
}

.boxLarge a.media {
	background: url('compelo/boxLarge_media.png') top left no-repeat;
}

.boxLarge:hover a.media {
	background: url('compelo/boxLarge_media_hover.png') top left no-repeat;
}

.boxLarge a, .boxLarger a {
	display: block;
	padding: 120px 20px 20px 20px;
	height: 270px;
}

.boxLarge a.broadcasters, .boxLarge a.media, .boxLarge a.rights, .boxLarge a.brands {
	padding-top: 150px;
}

.boxLarge a, .boxLarge a:hover, .boxLarger a, .boxLarger a:hover {
	color: #fff;
	text-decoration: none;
}

.boxLarge h2, .boxLarger h2 {
	font-size: 29px;
	line-height: 25px;
	font-weight: 400;
	font-style: normal;
}

.boxLarge p, .boxLarger p {
	font-size: 13px;
	line-height: 15px;
}

.boxLarge h2, .boxLarge p, .boxLarger h2, .boxLarger p {
	margin: 0;
}

.boxLarger ul {
	width: 100%;
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	top: 271px;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #404041;
}

.boxLarger li a {
	height: auto;
	padding: 7px 20px;
	margin: 0;
	background: url('compelo/boxLarger_arrow.png') 200px center no-repeat;
	font-size: 15px;
	line-height: 17px;
	border-top: 1px solid #404041;
	border-bottom: 1px solid #808082;
	text-transform: uppercase;
}

.boxLarger li a:hover {
	text-decoration: underline;
}

.boxLarger:hover ul {
	border-bottom: 1px solid #b10000;
}

.boxLarger:hover li a {
	border-top: 1px solid #b10000;
	border-bottom: 1px solid #ff040c;
}

.wid300.boxLarger {
	height: 630px;
}

.wid300.boxLarger:hover {
	background: #fc0d1b url('compelo/boxLarger300_hover.png') top left no-repeat;
}

.wid300.boxLarger a {
	height: 230px;
	padding-top: 150px;
}

.wid300.boxLarger li a {
	height: auto;
	background: url('compelo/boxLarger_arrow.png') 270px center no-repeat;
	padding: 7px 20px;
}

.wid300.boxLarger ul {
	top: 231px;
}

p.expand a {
	color: #fc0d1b;
}

p.expand a:hover {
	color: #fc0d1b;
	text-decoration: underline;
}

.feeds {
	padding-top: 20px;
}

.feeds h3 {
	font-weight: 600;
	font-style: normal;
	font-size: 21px;
	margin: 0;
	padding: 0;
	color: #666;
	border-bottom: 1px dotted #666;
	width: auto;
}

.feeds h3.b0 {
	border-bottom: none;
}

.feeds .contacts p span {
	display: block;
	color: #666;
	font-size: 13px;
	line-height: 15px;
}

h3.link {
	color: #fc0d1b;
	font-weight: 700;
	margin-bottom: 0;
}

body .site-header {
	background: rgba(9, 9, 9, 0.8);
}

body .navbar {
	background: rgba(9, 9, 9, 0);
}

body #subnav {
	background: rgba(49, 49, 50, 0.8);
}

#subnav li a {
	background: transparent;
}

body.page-template-contact-php {
	position: relative;
}

body.page-template-contact-php .site-header {
	background: rgba(9, 9, 9, 0.8);
	z-index: 2;
}

body.page-template-contact-php .navbar {
	background: rgba(9, 9, 9, 0);
}

div#map {
	height: 430px;
	background: #090909;
}

div#mapViewer {
	top: 0;
	position: absolute;
	background: #090909;
	left: 0;
	right: 0;
	height: 542px;
	z-index: 1;
}

div.address h2 {
	margin: 0;
	font-weight: 300;
	font-size: 25px;
	line-height: 21px;
}

div.address p span {
	color: #fc0d1b;
}

div.marker {
	color: #666;
	z-index: 100;
	width: 200px;
}

div.marker h1 {
	font-size: 15px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	width: auto;
}

div.marker p {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

div.marker p span, div.marker p a, div.marker p a:hover {
	color: #fc0d1b;
}

.sidebar_shortcode .widget {
	background: none;
}

.sidebar_shortcode h3 {
	width: auto;
	display: none;
}

.sidebar_shortcode .widget .boxSmall {
	margin-bottom: 20px;
}

.sidebar_shortcode .widget .contact h3 {
	display: block;
	color: #666;
	border-bottom: 1px dotted #666;
	margin-bottom: 0;
	font-weight: 600;
	font-style: normal;
}

.sidebar_shortcode .widget .contact p {
	font-size: 17px;
}

.sidebar_shortcode .widget .contact span {
	display: block;
	font-size: 13px;
	color: #666;
}

.sidebar_shortcode .widget .contact img {
	width: 100%;
}

.wid340 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wid340 h2, h2.quote {
	font-weight: 400;
	font-weight: normal;
	color: #fc0d1b;
	font-size: 25px;
}

h2.quote {
	float: right;
	width: 50%;
	margin: 0 0 20px 20px;
}

.mb0 {
	margin-bottom: 0;
}

.entry-content a:focus {
	outline: none;
}

.rssfeed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rssfeed li {
	padding: 10px 0 0 0;
}
