/* ==========================================================================
   Base
   ========================================================================== */

html, 
body {
	background-color: #f2f2f2;
	color: #333333;
	font-size: .9em;
}

body.single {
	background-color: #ffffff;
}

body.radio {
	padding-left: 0;
}

a:not(.btn) {
  color: #335f98;
  text-decoration: none;
}

a:visited:not(.btn):not(.novisit)) {
	color: #667c99;
}

a:hover:not(.btn),
a:focus:not(.btn) {
  color: #4f94ee;
  text-decoration: underline;
}

/*a:active {
	color: #2d3743;
}*/

h1 {
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
}

h3 {
	font-size: 24px;
}

p, 
ul li, 
ol li,
blockquote,
blockquote p {
	line-height: 1.61803398875em;
	font-size: 14px;
}

blockquote {
	border-left-color: #99001c;
	margin-bottom: 10px;
	overflow: auto;
}

blockquote p {
	margin-bottom: 10px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.center {
	text-align: center;
}

.center > div {
	margin-left: auto;
	margin-right: auto;
}

hr {
	border-top-color: #f0f0ee;
	border-top-width: 1px;
}


/* Fixed with layouts */
.fixed {
    width: 300px;  /* the fixed width required */
    float: right;
}

.fixed + div {
     margin-right: 330px;  /* must match the fixed width in the .fixed class */
     overflow: hidden;
}

.lt-safari6 .fixed + div {
	margin-right: 30px;
}

/* Placeholder polyfill */
input.placeholder,
::-webkit-input-placeholder {
	color: #aaa;
}


/* =============================================================================
   Tables
   ========================================================================== */

table.sortable th:hover {
	cursor: pointer;
	background-color: #f5f5f5;
}

table.sortable th:active {
	background-color: #f2f2f2;
}


/* =============================================================================
   Header
   ========================================================================== */

.banner {
	height: 68px;
}

.banner .brand {
	margin-top: 5px;
	padding: 10px 20px 10px 20px;
	width: 289px;
}

.banner .brand img {
	width: 289px;
	height: 40px;
}

.navbar {
	border-bottom: 5px solid #99001c;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);

	-webkit-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
}

/*.navbar,
.navbar-inner {
}*/

.lt-ie9 .navbar-static-top,
.lt-ie9 .navbar-fixed-top {
	position: fixed;
}

.navbar-fixed-top .navbar-inner, 
.navbar-static-top .navbar-inner {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-image: none;
	background-repeat: none;
	/*border-bottom: 5px solid #99001c;*/
	border-bottom: 0;
	background-color: #ffffff;
	padding: 0 3%;
	/*min-height: 68px;*/
}

.navbar-fixed-top .navbar-inner > .container, 
.navbar-static-top .navbar-inner > .container {
	background-color: #ffffff;
}

.navbar .btn-navbar  {
	margin-top: 1.3em;
}

.navbar .nav {
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 400;
	text-shadow: none;
	color: #222222;
}

.navbar .nav > li:first-child {
	border-left: 1px solid #f0f0ee;
}

.navbar .nav > li {
	border-right: 1px solid #f0f0ee;
}

.navbar .nav > li > a {
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	/*font-stretch: condensed;*/
	font-size: 25px;
	height: 68px;
	line-height: 68px;
	padding: 0 10px;
	color: #787878;
	text-shadow: none;
	text-transform: uppercase;
}

.navbar .nav > li.menu-money-makeover > a {
	/*color: #99001c;*/
	/*font-weight: bold;*/
/*	-webkit-animation: pusate 1s 6 alternate ease-in-out;
	-moz-animation: pusate 1s 6 alternate ease-in-out;
	-animation: pusate 1s 6 alternate ease-in-out;*/
}

/*.nav > li.menu-money-makeover a .caret, 
.nav > li.menu-money-makeover.dropdown a .caret {
	border-top-color: #99001c !important;
	border-bottom-color: #99001c !important;
}*/

.navbar .nav > li.menu-money-makeover > a > i {
	position: relative;
	top: 2px;
	margin-right: .25em;
	display: none;
}

/*li.menu-money-makeover .btn {
	margin-top: .5em;
	margin-bottom: .75em;
}*/

/*.navbar .nav > li.menu-money-makeover > a:hover {
	-webkit-animation: none;
	-moz-animation: none;
	-animation: none;
}

@-webkit-keyframes pusate {
    from { background-color: inherit; }
    to { background-color: rgba(153, 0, 28, .1); }
}
@-moz-keyframes pusate {
	from { background-color: inherit; }
	to { background-color: rgba(153, 0, 28, .1); }
}
@keyframes pusate {
	from { background-color: inherit; }
	to { background-color: rgba(153, 0, 28, .1); }
}*/

.collapse.in .nav > li > a {
	line-height: 2.5em;
	min-height: 0px;
}

.collapse.in .nav > li > ul > li a {
	line-height: 1.3em;
}

.navbar .dropdown {
	position: relative;
}

.navbar .dropdown .caret {
	display: none !important;
/*	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -.1em;
	border-bottom-color: #bbbbbb;
	border-top-color: #bbbbbb;*/
}

.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.focus > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.focus > .dropdown-toggle {
	background-image: none;
	background-color: #99001c;
	color: #ffffff;
	text-shadow: none;
}

.navbar .nav > li > a:hover,
.nav-collapse .nav > li > a:hover, 
.nav-collapse .nav > li > a:focus, 
.nav > li:hover > a:not(.btn), 
.nav > li.dropdown:hover > a:not(.btn),
.nav > li.dropdown.active > a:not(.btn),
.nav > li.dropdown.focus > a:not(.btn) {
	background-image: none;
	background-color: #99001c;
	color: #ffffff;
	text-shadow: none;
}

/*.nav > li:hover a .caret, 
.nav > li.dropdown:hover a .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}*/

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav > .focus > a,
.navbar .nav > .focus > a:hover,
.navbar .nav > .focus > a:focus,
.navbar .nav li.dropdown.focus > .dropdown-toggle {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.nav li.dropdown {
	/*position: relative;*/
/*	background-image: url(/wp-content/themes/mtn/assets/img/pixel.gif);
	background-repeat: repeat;*/
	/*z-index: 500;*/
}

.nav li.dropdown > ul.dropdown-menu {
	/*opacity: 0;*/
	display: block;
	/*overflow: hidden;*/
	top: auto;
	/*top: -200px;*/
	left: -100000px;
	width: 100%;
	position: fixed;
	/*z-index: -1;*/
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
/*	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;*/
	z-index: 100000;
	float: none;
	
/*	background-image: url(/wp-content/themes/mtn/assets/img/pixel.gif);
	background-repeat: repeat;*/
}

.nav li.dropdown.active > ul.dropdown-menu,
.nav li.dropdown.focus > ul.dropdown-menu,
.nav li.dropdown:hover > ul.dropdown-menu,
.nav li.dropdown:focus > ul.dropdown-menu {
	/*opacity: 1;*/
    /*display: block;*/
	/*top: auto;*/
	left: 0;
}

.navbar .dropdown-menu .mega {
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	overflow: hidden;
	background-color: #2b2b2b;
/*	border-left: 5px solid #99001c;
	border-right: 5px solid #99001c;*/
	color: #ffffff;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding: .75em 0 .75em 0;
}

/*.navbar .nav > li > a:hover a,*/
/*.nav > li.dropdown:hover,*/
/*.dropdown-menu .mega a:not(.btn),
.dropdown-menu .mega a:not(.btn):visited {
	background-color: #2b2b2b;
}*/

.navbar .dropdown-menu .mega h4 {
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: .75em;
	margin-bottom: .5em;
}

.navbar .dropdown-menu .mega p {
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
}

.navbar .dropdown-menu .mega ul {
	margin-left: 0;
}

.navbar .dropdown-menu .mega .row-fluid > div {
	padding: .5em 20px 1.5em 0;
}

.navbar .dropdown-menu .mega .row-fluid > div > .row-fluid > div {
	padding: 0;
}

.navbar .dropdown-menu .mega .row-fluid > div:first-child {
	padding-left: 20px;
	padding-right: 0;
}

.navbar .dropdown-menu .mega .row-fluid > div.span12 {
	padding-right: 20px;
}

.navbar .dropdown-menu .mega .row-fluid > div > ul > li a,
.navbar .dropdown-menu .mega .row-fluid > div > ul > li a:visited {
	/*background-color: inherit;*/
	color: #ffffff;
	text-shadow: none;
	font-size: 15px;
	line-height: 1.3em;
}

.navbar .dropdown-menu .mega > .row-fluid > div ul > li a,
.navbar .dropdown-menu .mega > .row-fluid > div ul > li a:visited {
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
}

/*.dropdown-menu .mega li {
	border-bottom: 1px solid #ccc;
}*/

.navbar .dropdown-menu li {
	/*color: #ffffff;*/
	list-style-type: none;
}

.navbar .dropdown-menu li i {
	margin-top: 2px;
	margin-right: 5px;
}

.navbar .dropdown-menu li > a {
	/*color: #fff;*/
	padding: .4em .6em .4em .5em;
	/*margin-bottom: .5em;*/
	display: inline-block;
	/*background-color: #4d4d4d;*/
}

.navbar .dropdown-menu li > a:hover, 
.navbar .dropdown-menu li > a:focus, 
.navbar .dropdown-submenu:hover > a, 
.navbar .dropdown-submenu:focus > a {
	/*color: #ffffff !important;*/
	background-color: #99001c;
	/*-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125)*/
	text-decoration: none;
}

/*.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background-image: none;
	text-decoration: underline;
}*/

.navbar .dropdown-menu {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
	border-top: 5px solid #99001c;
	border-left: 0;
	border-right: 0;
	/*border-bottom: 5px solid #99001c;*/
	z-index: 500;
	background-color: #2b2b2b;
}

/*.dropdown-menu li > a {
	color: #fff;
}*/

.navbar .nav > li > .dropdown-menu::before,
.navbar .nav > li > .dropdown-menu::after {
	display: none;
}

.navbar-static-top .container, 
.navbar-fixed-top .container, 
.navbar-fixed-bottom .container {
	width: 100%;
	max-width: 1170px;
}

.navbar .dropdown-menu .mega .bubble {
	margin-top: 1em;
	position: relative;
	background-color: #4d4d4d;
	padding: .5em 1.3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.navbar .dropdown-menu .mega .bubble:after {
	content: "";
	position: absolute;
	top: -20px;
	left: 40px;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: #4d4d4d #2b2b2b;
	display: block;
	width: 0;
}

.navbar .dropdown-menu .mega .bubble h5 {
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 22px;
	float: left;
	margin-right: 1.3em;
	margin-bottom: 0;
	padding-bottom: 0;
	display: block;
	min-height: 3em;
}

.navbar .dropdown-menu .mega .bubble p,
.navbar .dropdown-menu .mega .bubble p strong {
	font-size: 14px;
	line-height: 1.3em;
	padding-top: .5em;
}

.menu-money-makeover li.mega > .row-fluid > div:first-child {
	padding-bottom: 1em;
}


/* =============================================================================
   Mobile navbar
   ========================================================================== */


nav.nav-collapse {
	max-height: 0;
/*	-webkit-transition: .5s ease;
       -moz-transition: .5s ease;
            transition: .5s ease;*/
}

nav.nav-collapse.in {
	max-height: 100000px;
}

.mobile-nav {
	border-right: none !important;
	border-top: 1px solid #f4f4f4;
}

.mobile-nav h4,
.mobile-nav h4 a,
.mobile-nav h4 a:visited {
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #787878;
	text-shadow: none;
	text-transform: uppercase;
}

.mobile-nav h4 a,
.mobile-nav h4 a:visited {
	/*border: 1px solid #f4f4f4;*/
	padding: .25em .5em;
	display: block;
	background-color: #f4f4f4;
}




.nav > li.mobile-nav:hover a:not(.btn), 
.nav > li.mobile-nav.dropdown:hover a:not(.btn) {
	background-color: #f4f4f4;
	color: #787878;
}

.mobile-nav h4 a:hover,
.mobile-nav h4 a:focus {
	background-color: #e4e4e4 !important;
	text-decoration: none;
}

.mobile-nav .form-search {
	border-top: 1px solid #f4f4f4;
	margin-top: 0 !important;
	padding-bottom: .25em;
	padding-top: .75em;
}


/* =============================================================================
   Navbar-message
   ========================================================================== */
   
.navbar-message {
	background-color: #99001c;
/*	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;*/
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
}

.navbar-message.minimized {
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-box-shadow: none;
}

.navbar-message.minimized .button {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
}

.navbar-message.minimized .message-extension,
.navbar-message .message-extension.hidden {
	display: none;
}

.navbar-message .message-extension {
	border-top: 1px solid #860018;
	padding-top: 10px !important;
}

/*.navbar-message .message-extension.hidden > div {
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.navbar-message .message-extension > div {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}*/

.navbar-message .button {
	float: right;
	padding-top: 0px;
	line-height: 21px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #99001c;
	width: 28px;
	text-align: center;
	margin-right: 20px;
}

@media (min-width: 1200px) {
	.navbar-message .button {
		margin-right: 0;
	}
}

.navbar-message .btn,
.navbar-message .btn-group {
	margin-top: 0;
}

.navbar-message .row-fluid,
.navbar-message p {
	color: #ffffff;
	margin-bottom: 0;
	line-height: 22px;
	padding-bottom: 0px;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
	text-shadow: none;
	text-rendering: optimizeLegibility;
	font-size: 13px;
	min-height: 0;
/*	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;*/
}

.navbar-message .row-fluid {
	padding-bottom: 0;
}

.navbar-message p a,
.navbar-message p a:visited,
.navbar-message p a:hover,
.navbar-message p a:active,
.navbar-message p a:focus {
	color: #ffffff;
}

.navbar-message.minimized {
	background-color: rgba(255, 255, 255, 0);
/*	transition: none;
	-moz-transition: none;
	-webkit-transition: none;*/
}

.navbar-message.minimized p {
	position: relative;
	top: -1000px;
	opacity: 0;
}

.navbar-message .button-open,
.navbar-message.minimized .button-close {
	display: none;
}

.navbar-message .button-close,
.navbar-message.minimized .button-open {
	display: block;
}

.lt-ie9 .navbar-message .button-close,
.lt-ie9 .navbar-message.minimized .button-open {
	display: none;
}


/* =============================================================================
   Header Search
   ========================================================================== */



/* =============================================================================
   Header Search (contd.) and Social Media Icons 
   ========================================================================== */
   
.nav-search,
.nav-social {
	float: right;
	color: #ffffff;
}

.nav-social > ul.nav {
	margin-right: 0;
}

.nav-search .nav > li,
.nav-search .nav > li:first-child,
.nav-social .nav > li,
.nav-social .nav > li:first-child {
	border-left: 0;
	border-right: 0;
}

.nav-search .nav > li a {
	padding: 0;
}

.nav-search li,
.nav-social li.menu-social {
	text-align: right;
}

.nav-search label {
	display: none;
}

.nav-search li > a,
.nav-social li.menu-social > a {
	padding: 0;
	border: 0;
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 600;
	font-size: 15px;
	display: table-cell;
	vertical-align: middle;
}

.nav-search li > a > span,
.nav-social li.menu-social > a > span {
	display: table-cell;
	padding: 0px 7px;
	color: #fff;
	width: auto;
	height: auto;
	line-height: 36px;
	height: 36px;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	vertical-align: middle;
	/*background-color: #2b2b2b;*/
}

.nav-social li.menu-social > a > span.facebook {
	background-color: #3b5998;
}

.nav-social li.menu-social > a > span.twitter {
	background-color: #00aced;
}

.nav-social li.menu-social > a > span.google {
	background-color: #dd4b39;
}

.nav-social li.menu-social > a > span.youtube {
	background-color: #bb0000;
	display: none;
}

.nav-social li.menu-social > a > span.pinterest {
	background-color: #cb2027;
}

.nav-social li.menu-social > a > span.more {
	background-color: #787878;
}

.nav-search li > a > span {
	background-color: #787878;
}

.nav-search li.active > a span,
.nav-search li.focus > a span,
.nav-search li:hover > a span,
.nav-search li:focus > a span,
.nav-search li > a:hover span,
.nav-search li > a:focus span,
.nav-social li.menu-social.active > a span,
.nav-social li.menu-social.focus > a span,
.nav-social li.menu-social:hover > a span,
.nav-social li.menu-social:focus > a span,
.nav-social li.menu-social > a:hover span,
.nav-social li.menu-social > a:focus span {
	background-color: #99001c;
	color: #ffffff;
}

.nav-search li > a > span > i,
.nav-social li.menu-social > a > span > i {
	font-style: normal;
	background-image: url('//d25b8vkjaji9u2.cloudfront.net/wp-content/themes/mtn/assets/img/header-icons.png');
	background-position: 0px 0px;
	background-size: 15px 75px;
	width: 15px;
	height: 15px;
	/*margin-top: 8px;*/
	overflow: hidden;
	text-indent: 1000px;
	display: block;
	font-size: 11px;
}

.lt-ie9 .nav-search li > a > span > i,
.lt-ie9 .nav-social li.menu-social > a > span > i {
	background-image: url('//d25b8vkjaji9u2.cloudfront.net/wp-content/themes/mtn/assets/img/header-icons-small.png');
}

.nav-social li.menu-social > a > span.twitter > i {
	background-position: 0px 60px;
}

.nav-social li.menu-social > a > span.google > i {
	background-position: 0px 45px;
}

.nav-social li.menu-social > a > span.youtube > i {
	background-position: 0px 15px;
}

.nav-social li.menu-social > a > span.pinterest > i {
	background-position: 0px 30px;
}

.nav-search li > a > span > i {
	background-position: 0px 15px;
}

/*.nav-search li > a > span > i,*/
.nav-social li.menu-social > a > span.more > i {
	text-indent: 0;
	background-image: none;
	overflow: hidden;
	width: auto;
	height: auto;
	/*padding: 0;*/
	/*margin: 0;*/
	/*top: -3px;*/
	/*position: relative;*/
}

.nav-social .nav > li > ul.dropdown-menu .pw-widget {
	margin-top: .75em;
}

.nav-social .nav > li:hover > ul.dropdown-menu > li a, 
.nav-social .nav > li.dropdown:hover > ul.dropdown-menu > li a:hover {
	background-color: inherit;
}

.nav-social .nav > li:hover > ul.dropdown-menu > li a.ra1-pw-sharealone-brd,
.nav-social .nav > li.dropdown:hover > ul.dropdown-menu > li a.ra1-pw-sharealone-brd:hover {
	background-color: #ffffff;	
}

.navbar .form-search {
	margin-top: .75em;
	margin-bottom: 0em;
}

.navbar .form-search .btn,
.navbar .form-search .btn-group {
	margin-top: 0;
	margin-left: .25em;
}

#socialite-header > div {
	margin-top: .5em;
	margin-bottom: .5em;
}



/* ==========================================================================
   Content
   ========================================================================== */

.content {
	padding-top: 90px;
}

.home .content,
.blog .content,
.archive .content,
.search .content {
	padding-top: 100px;
}

.navbar-message-minimized .content {
	padding-top: 70px;
}

.home.navbar-message-minimized .content,
.blog.navbar-message-minimized .content,
.archive.navbar-message-minimized .content,
.search.navbar-message-minimized .content {
	padding-top: 80px;
}

.single .content {
	padding-top: 68px;
}

/* IE8 */
/*.lt-ie9 .content,
.lt-ie9 .home .content,
.lt-ie9 .blog .content,
.lt-ie9 .archive .content,
.lt-ie9 .search .content,
.lt-ie9 .navbar-message-minimized .content,
.lt-ie9 .home.navbar-message-minimized .content,
.lt-ie9 .blog.navbar-message-minimized .content,
.lt-ie9 .archive.navbar-message-minimized .content,
.lt-ie9 .search.navbar-message-minimized .content,
.lt-ie9 .single .content {
	padding-top: 0;
}*/

.page-header {
	margin: 0 0 2em 0;
	padding-bottom: 0;
	border-bottom: 2px solid #f0f0ee;
	padding-top: 1.5em;
}

.page-header h1 {
	font-size: 375%;
	line-height: 1.1em;
	padding-bottom: .25em;
	text-align: center;
	margin-top: 0;
}

.home .page-header {
	border-bottom: none;
}

.home .page-header h1 {
	display: none;
}

.home .page-header,
.archive .page-header,
.search .page-header {
	background-color: inherit;
}

.archive .page-header h1,
.search .page-header h1 {
	padding-bottom: 0;
}



/* ==========================================================================
   Primary Content
   ========================================================================== */

.main {
}

.main article {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	/*margin-bottom: 2.5em;*/
}

.main article .article-container {
	padding: 1.5% 3% 1% 3%;
}

nav.post-nav ul.pager {
	margin-bottom: 4em;
	
}


/* ==========================================================================
   Infinite Scroll
   ========================================================================== */

body.infinite-scroll.neverending {
	padding-bottom: 20px;
}

footer .infinite {
	display: none;
}

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .post-nav,
.infinite-scroll.neverending footer.content-info,
.infinite-scroll.neverending footer .standard {
	display: none;
}

.infinite-scroll.neverending footer.content-info {
	padding: 0;
	background-color: #ffffff;
	border-top: 1px solid #eae3e4;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
	opacity: .9;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.infinite-scroll.neverending footer.content-info > .container {
	width: 95%;
}

.infinite-scroll.neverending footer.content-info ul {
	margin-bottom: 0;
}

.infinite-scroll.neverending footer.content-info:hover {
	opacity: 1;
}

/*.infinite-scroll.neverending footer .container {
	width: 100%;
	max-width: 1170px;
}*/

.infinite-scroll.neverending footer .infinite {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 13px;
}

.infinite-scroll.neverending footer .infinite.row-fluid > div {
	min-height: 0px;
}

.infinite-scroll.neverending footer .infinite ul {
	text-align: right;
}

.infinite-scroll.neverending footer .infinite p,
.infinite-scroll.neverending footer .infinite a,
.infinite-scroll.neverending footer .infinite li {
	/*font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;*/
	font-size: 12px;
	line-height: 1.6em;
	color: #787878;
	margin-bottom: 0;
}

.infinite-scroll.neverending footer .infinite li:last-child {
	margin-right: 0;
}

.infinite-scroll.neverending footer .infinite a:hover {
	color: #333333;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending footer.content-info {
	display: block;
}

#infinite-handle {
	margin-bottom: 2em;
	text-align: center;
}

#infinite-handle span {
	content: 'Load more posts';
}

.infinite-loader {
	margin-bottom: 2.5em;
	text-align: center;
}

@media (max-width: 767px) {
	.infinite-scroll.neverending footer.content-info {
		display: block;
		position: inherit;
		padding: 0;
	}
	.infinite-scroll.neverending footer .infinite {
		display: none;
	}
	.infinite-scroll.neverending footer .standard {
		display: block;
		padding: 0;
	}
}

@media (min-width: 768px) {
	.infinite-loader {
		margin-bottom: 6em;
	}
}



/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar, 
.sidebar li,
.sidebar a {
	font-size: 14px;
	line-height: 1.45em;
}

.sidebar { 
	/*border-left: 1px solid rgba(0,0,0,0.1);*/
	background-color: #2b2b2b;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 2em;
	padding-bottom: 20px;
}

.sidebar h4 {
	margin-bottom: .75em;
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 23px;
	text-transform: uppercase;
}

.sidebar li {
	margin-bottom: .4em;
}

.sidebar a,
.sidebar a:active {
	color: #b7b7b7;
}

.sidebar a:hover {
	color: #ffffff;
}

.sidebar > .row-fluid .ad {
	margin-bottom: .5em;
}

.sidebar > .row-fluid > .span12 {
	padding: 1em 2em 0 2em;
}

.sidebar > .row-fluid > .span12.full {
	padding: 0;
}

@media (min-width: 1200px) {
	.sidebar {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}


/* Sidebar posts widget */
.sidebar .posts > .row-fluid {
	margin-bottom: 1em;
}

.sidebar .posts .img {
	padding-top: .25em;
	padding-right: .75em;
	float: left;
}

/*.sidebar .posts .title {
}*/

.sidebar .posts a .color,
.sidebar .posts a:hover .bw {
	display: none;
}

.sidebar .posts a:hover .color {
	display: block;
}


/* ==========================================================================
   Header type info blocks
   ========================================================================== */
   
div.mtn_expandable {
	display: none;
}

/*div.mtn_expandable_parent {
	position: relative;
}*/

div.mtn_expandable.closed {
	text-align: center;
/*	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.77);
	line-height: 3em;*/
	border-top: 1px solid #333;
	margin-top: .75em;
	padding-top: .75em;
	padding-bottom: .25em;
	border-color: #404040;
}

div.mtn_expandable.closed a,
div.mtn_expandable.closed a:hover,
div.mtn_expandable.closed a:visited {
	color: #c7c7c7;
}

ul.split {
	margin-bottom: 0;
}
   
div.info-block {
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
	background-color: #2b2b2b;
	margin-bottom: 2.5em;
	position: relative;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	overflow: hidden;
}

div.info-block.minimized {
	display: none;
}

div.info-block a {
	color: #4f94ee;
}

div.info-block a.close_button {
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	font-weight: bolder;
	position: absolute;
	/*top: -.9em;
	right: -.8em;*/
/*	right: 50%;
	bottom: 0;*/
	left: 0;
	top: 0;
	color: #ffffff;
	padding: .4em;
	background-color: #2b2b2b;
	/*border-radius: 100%;*/
	font-size: 10px;
	line-height: 7px;
/*	width: 7px;
	height: 7px;*/
	text-align: center;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

div.info-block:hover a.close_button {
	opacity: .5;
}

div.info-block a.close_button:hover {
	transition: opacity 0 ease-in-out;
	-moz-transition: opacity 0 ease-in-out;
	-webkit-transition: opacity 0 ease-in-out;
	opacity: 1;
	color: #ffffff;
	background-color: #99001c;
	text-decoration: none;
}

div.info-block div.inner {
	display: block;
	width: 100%;
	height: 100%;
}

div.info-block h2 {
	font-size: 235%;
	line-height: 1.2em;
	margin-bottom: .25em;
	padding-bottom: .25em;
	border-bottom: 1px solid #444444;
}

div.info-block div.light h2 {
	border-bottom: 1px solid #616161;
}

div.info-block > div {
	padding-top: .5%;
	padding-bottom: .75%;
}

div.info-block > div.bkgkey {
	padding-left: 0;
	padding-right: 0;
	min-height: 150px;
}

div.info-block div.dark {
	background-color: #2b2b2b;
	color: #ffffff;
}

div.info-block div.light {
	background-color: #4d4d4d;
	color: #ffffff;	
	padding-left: 1.5%;
	padding-right: 1.5%;
	height: 1000px;
	position: absolute;
	right: 0;
}

div.info-block .signature {
	margin: 0;
}

img#tv-logos {
	width: 75%;
	max-width: 170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: .25em;
}

img#tv-map {
	margin-bottom: 1em;
	border: 4px solid #2b2b2b;
	width: 90%;
	max-width: 220px;
}

a:hover img#tv-map {
	border-color: #99001c;
}

@media (max-width: 768px) {
	div.info-block {
		display: none;
	}
}

@media (max-width: 1199px) {
	div.info-block .signature {
		display: none;
	}
}


/* ==========================================================================
   Author bios
   ========================================================================== */
   
div.author-bio {
	overflow: hidden;
}

div.author-bio div.light {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
   
body.author div.page-header h1 {
	margin-bottom: 0;
}

div.author-bio div.pic {
	text-align: center;
}
   
div.author-bio div.pic img {
	border: 5px solid #fff;
	max-width: 130px;
	/*max-height: 200px;*/
	/*float: left;*/
	/*margin-right: 1.5em;*/
	margin-top: 1.25em;
	margin-right: -1em;
	margin-bottom: .75em;
}

@media (min-width: 768px) and (max-width: 979px) {
	div.author-bio div.pic img {
		max-width: 100px;
		/*max-height: 200px;*/
	}
}

@media (min-width: 1200px) {
	div.author-bio div.pic img {
		margin-right: -1.5em;
		max-width: 160px;
		/*max-height: 300px;*/
	}
}


/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header {
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
}
/*.hentry time { }
.hentry .byline { }*/
.hentry .entry-summary {
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
	/*font-size: 15px;*/
}
.hentry h1.entry-title {
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
}
.hentry h2.entry-title {
	font-size: 235%;
	line-height: 1.2em;
	margin-bottom: .25em;
}
.hentry .entry-content,
blockquote,
.hentry .article-container {
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
}

/*.entry-content p, 
.entry-content ul li, 
.entry-content ol li,
.entry-content blockquote,
.entry-content blockquote p {
	font-size: 16px;
}*/

.hentry footer {
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	font-size: 15px;
}

.hentry header a:visited {
	color: #444444;
}

.hentry header a, 
.hentry header a:active, 
.hentry header a:focus,
.hentry header a:hover {
	color: #222222;
}

/*.hentry footer p:before {
	content: " - ";
}

.hentry footer p {
	display: inline
}*/

.blog .hentry time::after, 
.archive .hentry time::after,
.search .hentry time::after {
	content: " - ";
}

.blog .hentry .byline, 
.archive .hentry .byline,
.search .hentry .byline,
.blog .hentry time,
.archive .hentry time,
.search .hentry time {
	display: inline;
	font-size: 13px;
}

.blog .hentry .sharing, 
.archive .hentry .sharing,
.search .hentry .sharing,
.blog .hentry .byline-photo,
.archive .hentry .byline-photo,
.search .hentry .byline-photo {
	display: none;
}

.blog .placeholder.hentry .byline-photo,
.archive .placeholder.hentry .byline-photo,
.search .placeholder.hentry .byline-photo {
	display: inline;
	font-size: 13px;
}

.blog .hentry footer, 
.archive .hentry footer,
.search .hentry footer {
	border-top: 1px solid #eae3e4;
	padding-top: .5em;
	margin-top: .5em;
	color: #616161;
}

.blog .hentry .vcard, 
.archive .hentry .vcard,
.search .hentry .vcard {
	width: 100%;
}

article .vcard .photo {
	display: none;
}

article .vcard .twitter {
	display: none;
}

.blog .hentry,
.archive .hentry,
.search .hentry {
	position: relative;
}

.comment-count {
	display: none;
}

/*.blog .hentry .comment-count p,
.archive .hentry .comment-count p {
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: .5em;
	padding-right: .5em;
}

.blog .hentry .comment-count, 
.archive .hentry .comment-count {
	position: absolute;
	top: 10px;
	right: 10px;
	
	/*position: relative;*!/
	/*width: 20px;*!/
	height: 18px;
	margin: 0 0 10px;
	text-align: center;
	font: 140px/200px Arial, sans-serif;
	color: #333;
	background: rgb(242, 243, 242);
}

.blog .hentry .comment-count:before, 
.archive .hentry .comment-count:before {
	content: "";
	position: absolute;
	bottom: -7px;
	right: 0;
	border-width: 0 0 7px 10px;
	border-style: solid;
	border-color: transparent #99001c;
}*/


/* ==========================================================================
   Post Variations
   ========================================================================== */

.home article, 
.blog article, 
.archive article,
.search article {
	background-size: contain;
	background-repeat: no-repeat;
	
	-webkit-transition: box-shadow .25s linear;
	-o-transition: box-shadow .25s linear;
	-moz-transition: box-shadow .25s linear;
	-ms-transition: box-shadow .25s linear;
	-kthtml-transition: box-shadow .25s linear;
	transition: box-shadow .25s linear;
	
	margin-bottom: 2.5em;
}

.js .home article:hover, 
.js .blog article:hover, 
.js .archive article:hover, 
.js .search article:hover {
/*	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12);*/
	cursor: pointer;
}

.blog article .article-inner, 
.archive article .article-inner,
.search article .article-inner {
	background-color: #ffffff;
}

.blog article.normal .article-inner,
.blog article.quickies .article-inner, 
.blog article.no-taxonomy .article-inner, 
.archive article.normal .article-inner, 
.archive article.quickies .article-inner, 
.archive article.no-taxonomy .article-inner,
.search article.normal .article-inner, 
.search article.quickies .article-inner, 
.search article.no-taxonomy .article-inner
/*.blog article.placeholder .article-inner*/ /* Disable the quickies and placeholder items to return them to full width */
/*.archive article.placeholder .article-inner, 
.search article.placeholder .article-inner,
.blog article.quickies .article-inner,
.archive article.quickies .article-inner, 
.search article.quickies .article-inner*/
 {
	float: right;
	width: 56%;
	padding: .5% 2.5% .5% 2.5%;
}

.blog article.placeholder,
.archive article.placeholder, 
.search article.placeholder {
	background-color: #99001c;
}

.blog article.placeholder p a,
.archive article.placeholder p a, 
.search article.placeholder p a,
.blog article.placeholder p a:visited,
.archive article.placeholder p a:visited, 
.search article.placeholder p a:visited {
	color: #c4c4c4;
}

.blog article.placeholder p a:hover,
.archive article.placeholder p a:hover, 
.search article.placeholder p a:hover {
	color: #ffffff;
}

.blog article.on-air, 
.archive article.on-air,
.search article.on-air {
	background-size: contain;
}

/*.blog article.quickies, 
.archive article.quickies,
.search article.quickies {
	background-size: cover;
}*/

.blog article.on-air .article-inner, 
.archive article.on-air .article-inner,
.search article.on-air .article-inner {
	margin-top: 30%;
	padding: .5% 2.5% .5% 2.5%;
}

/*.blog article.quickies .article-inner, 
.archive article.quickies .article-inner,
.search article.quickies .article-inner {
	padding: 1% 5% 1% 5%;
}*/
   
/*.blog article.quickies .article-inner, 
.archive article.quickies .article-inner,
.search article.quickies .article-inner {
	background-color: rgba(0, 0, 0, 0.75);
	color: #ffffff;
}*/

/*.lt-ie9 .blog article.quickies,
.lt-ie9 .archive article.quickies,
.lt-ie9 .search article.quickies {
	background-color: #000000;
}*/

/*.lt-ie9 .blog article.quickies .article-inner, 
.lt-ie9 .archive article.quickies .article-inner,
.lt-ie9 .search article.quickies .article-inner {
	background-color: #000000;
	height: 100%;
}*/

/*.blog article.quickies .entry-title a, 
.blog article.quickies .entry-title a:active, 
.blog article.quickies .entry-title a:focus, 
.archive article.quickies .entry-title a, 
.archive article.quickies .entry-title a:active, 
.archive article.quickies .entry-title a:focus,
.search article.quickies .entry-title a, 
.search article.quickies .entry-title a:active, 
.search article.quickies .entry-title a:focus  {
	color: #ffffff;
}*/

/*.blog article.quickies footer,
.archive article.quickies footer,
.search article.quickies footer {
	border-top: 1px solid #666666;
}*/

/*.blog article.quickies footer, 
.blog article.quickies footer a, 
.blog article.quickies footer a:active, 
.blog article.quickies footer a:focus, 
.blog article.quickies footer a:visited, 
.archive article.quickies footer, 
.archive article.quickies footer a, 
.archive article.quickies footer a:active, 
.archive article.quickies footer a:focus, 
.archive article.quickies footer a:visited,
.search article.quickies footer, 
.search article.quickies footer a, 
.search article.quickies footer a:active, 
.search article.quickies footer a:focus, 
.search article.quickies footer a:visited  {
	color: #c7c7c7;
}*/

/* Makes all mobile stories look like on-air */
@media (max-width: 480px) {
	.blog article, 
	.archive article,
	.search article {
		background-size: cover;
	}
	
	/*.blog article.quickies footer,
	.archive article.quickies footer,
	.search article.quickies footer {
		border-top: 1px solid #eae3e4;
	}*/

	.blog article.on-air .article-inner, 
	.archive article.on-air .article-inner,
	.search article.on-air .article-inner,
	.blog article.quickies .article-inner, 
	.archive article.quickies .article-inner,
	.search article.quickies .article-inner,
	.blog article.normal .article-inner, 
	.archive article.normal .article-inner,
	.search article.normal .article-inner,
	.blog article.no-taxonomy .article-inner, 
	.archive article.no-taxonomy .article-inner,
	.search article.no-taxonomy .article-inner {
		margin-top: 50%;
		width: auto;
		background-color: #ffffff;
		color: #333333;
		padding: 1% 5%;
	}
	
	.blog article.placeholder .article-inner, 
	.archive article.placeholder .article-inner,
	.search article.placeholder .article-inner {
		margin-top: 0;
	}
	
	.blog article.placeholder p a, 
	.archive article.placeholder p a,
	.search article.placeholder p a,
	.blog article.placeholder p a:visited, 
	.archive article.placeholder p a:visited,
	.search article.placeholder p a:visited {
		color: #335f98;
	}
	
	.blog article.placeholder p a:hover, 
	.archive article.placeholder p a:hover,
	.search article.placeholder p a:hover {
		color: #99001c;
	}
	
	.blog article .entry-title a, 
	.blog article .entry-title a:active, 
	.blog article .entry-title a:focus, 
	.archive article .entry-title a, 
	.archive article .entry-title a:active, 
	.archive article .entry-title a:focus,
	.search article .entry-title a, 
	.search article .entry-title a:active, 
	.search article .entry-title a:focus {
		color: #333333 !important;
	}
	
	.blog article footer, 
	.blog article footer a, 
	.blog article footer a:active, 
	.blog article footer a:focus, 
	.blog article footer a:visited, 
	.archive article footer, 
	.archive article footer a, 
	.archive article footer a:active, 
	.archive article footer a:focus, 
	.archive article footer a:visited,
	.search article footer, 
	.search article footer a, 
	.search article footer a:active, 
	.search article footer a:focus, 
	.search article footer a:visited {
		color: #333333 !important;
	}
}

/* Makes all mobile stories look like quickies */
/*
@media (max-width: 480px) {
	.blog article {
		background-size: cover;
		height: auto;
	}
	   
	.blog article .article-inner {
		background-color: rgba(0, 0, 0, 0.5);
		color: #ffffff;
		margin-top: 0 !important;
		width: auto !important;
	}
	
	.blog article .entry-title a, .blog article .entry-title a:active, .blog article .entry-title a:focus {
		color: #ffffff;
	}
	
	.blog article footer, .blog article footer a, .blog article footer a:active, .blog article footer a:focus, .blog article footer a:visited {
		color: #c7c7c7;
	}
}
*/

/* ==========================================================================
   Ads
   ========================================================================== */

.single article header .ad {
	float: right;
	padding: 6px;
	background-color: rgba(0, 0, 0, 0.8);
	margin-top: 68px;
	margin-bottom: 150px;
/*	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);*/
}

.lt-ie9 .single article header .ad {
	background-color: #000000;
}

/*.single article .entry-content .ad {
	float: right;
	padding: 0;
	margin: .25em 0 1.5em 3.5%;
}*/

.page-header .ad {
	text-align: center;
	margin-bottom: 1em;
}

/*@media (max-width: 480px) {
	.page-header .ad {
		margin-left: -20px;
	}
}*/

.sidebar .ad {
	text-align: center;
}

.ad_300x250 {
	width: 300px;
	height: 250px;
}

.single-fixed {
	width: 300px;
	height: auto;
	margin-bottom: 1.5em;
}

.ad.content-inline {
	padding: 1em 1em .5em 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	/*border-top: 1px solid #dddddd;*/
	font-size: 14px;
	background-color: #f5f5f5;
	word-wrap: break-word;
	overflow: auto;
}
.ad.content-inline.sans {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ad.content-inline.red-border {
	border-left: 5px solid #99001c;
}
.ad.content-inline.red p.ad-body a,
.ad.content-inline.red p.ad-body a:visited {
	color: #99001c;
}
.ad.content-inline.red p.ad-body a:hover {
	color: #ffffff;
}
/*.ad.content-inline.content-body {
	padding-bottom: .5em;
	border-bottom: 1px solid #dddddd;
	font-size: 14px;
}*/

/*.ad.content-inline h3 {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 14px;
}*/
/*.ad.content-inline a:hover h3 {
	color: #ffffff;
	background-color: #99001c;
}*/
/*.ad.content-inline p {
	font-size: 14px;
}*/
.ad.content-inline .ad-attrib {
	font-size: 12px;
	color: #5a5a5a;
}
.ad.content-inline a:hover {
	background-color: inherit;
	color: #99001c;
	text-decoration: underline;
}


/* ==========================================================================
   Single Posts
   ========================================================================== */
   
/*.single .wrap {

}*/

.single .content.row {
	width: 100%;
}

.single > .container {
	width: 100%;
}

/*.single article header {
	max-width: 925px;
}*/

.single article header .container {
	max-width: 940px;
}

/*.main.span12 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}*/

.single .main.span12 {
	width: 100%;
	background-color: #fff;
}

.single article a:not(.btn):hover, 
.single article a:not(.btn):focus,
.single article .discovery-post a.title:hover,
.single article .discovery-post a.title:focus {
	background-color: #99001c;
	color: #ffffff;
	text-decoration: none;
}

.single article {
	background: none;
	background-color: #ffffff;
}

.single article .article-inner {
	background-color: #ffffff;
	position: relative;
	/*top: -100px;*/
	/*display: none;*/
	max-width: 940px;
	padding-top: 1.1em;
	margin: auto;
	/*margin-bottom: -80px;*/
/*	box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.12);*/
	text-align: center;
}

.single article .article-inner .article-content {
	max-width: 700px;
	text-align: left;
	margin: auto;
}

.single article .article-container > div {
	text-align: left;
	
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
}

.single article .article-inner .article-content .aside {
	float: left;
	margin-right: 40px;
	/*margin-right: -180px;*/
	margin-left: -120px;
	margin-bottom: 20px;
	width: 300px;
	background-color: #ffffff;
}

@media (max-width: 979px) {

	.single article .article-inner .article-content .aside {
		/*float: none;*/
		margin-left: 0;
/*		text-align: center;
		width: 100%;*/
	}
	
	.single article .article-inner .article-content .aside > div {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.single article .article-inner .article-content .aside > div.stories {
		display: none;
	}

}

@media (max-width: 480px) {
		.single article .article-inner .article-content .aside {
			float: none;
			margin-left: 0;
			text-align: center;
			width: 100%;
		}
}

@media (min-width: 1200px) {
	.single article .article-inner .article-content .aside {
		margin-left: -220px;
	}
}

.single article .subheader-row ul {
	list-style-type: none;
	margin-left: 0;
	width: 100%;
	overflow-x: hidden;
	background-color: #787878;
	height: 32px;
	margin-bottom: 0;
	
	background: -webkit-linear-gradient(left, #787878 , #187b1b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #787878, #187b1b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #787878, #187b1b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #787878 , #187b1b); /* Standard syntax */
}

.single article .subheader-row ul li {
	float: left;
	width: 16.665%;
}

.single article .subheader-row ul li > div {
	display: inline;
}

.single article .subheader-row ul li a,
.single article .subheader-row ul li a:visited,
.single article .subheader-row ul li > div {
	line-height: 32px;
	text-indent: 10px;
	color: #ffffff;
	background-color: #787878;
	width: 100%;
	height: 100%;
	display: block;
}

.single article .subheader-row ul li a i,
.single article .subheader-row ul li > div i {
	margin-right: 5px;
}

.single article .subheader-row ul li a span.count {
	float: right;
	padding-right: 20px;
	display: inline-block;
}

.single article .subheader-row ul li.facebook a {
	background-color: #3b5998;
}

.single article .subheader-row ul li.twitter a {
	background-color: #00aced;
}

.single article .subheader-row ul li.google a {
	background-color: #dd4b39;
}

.single article .subheader-row ul li.pinterest a {
	background-color: #cb2027;
}

.single article .subheader-row ul li.email a {
	background-color: #187b1b;
}

.single article .subheader-row ul li a:hover {
	background-color: #99001c;
}

.single article .subheader-row.solutions {
	text-align: center;
	background: #2b2b2b;
	height: 32px;
}

.single article .subheader-row.solutions ul {
	background: #2b2b2b;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: auto;
	display: inline-block;
	overflow: visible;
}

.single article .subheader-row.solutions ul li {
	width: auto;
	position: relative;
}

.single article .subheader-row.solutions ul li a,
.single article .subheader-row.solutions ul li a:visited {
	text-indent: 0;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #2b2b2b;
	width: auto;
	/*max-width: 0px;*/
	/*overflow-x: hidden;*/
	display: block;
	
	
	
/*	-webkit-transition: max-width .1s ease-in-out;
	-moz-transition: max-width .25s ease-in-out;
	-o-transition: max-width .25s ease-in-out;
	transition: max-width .75s ease-in-out;*/
}

.single article .subheader-row.solutions ul li a:hover {
	background-color: #99001c;
	/*max-width: 500px;*/
}

.single article .subheader-row.solutions ul li:first-child a {
	padding-left: 20px;
	padding-right: 20px;
	/*max-width: 500px;*/
}


.single article .subheader-row.solutions ul li a span {
	position: absolute;
	left: 0px;
	top: 32px;
	background-color: #99001c;
	padding: 0 15px;
	opacity: 0;
	display: none;
	width: auto;
	white-space: nowrap;
	z-index: 10000000;
}

.single article .subheader-row.solutions ul li a:hover span {
	opacity: 1;
	display: inline-block;
}

.single article .subheader-row.solutions ul li a span em {
	font-style: normal;
	color: #dcdcdc;
}

.single article .subheader-row.solutions ul li a i {
	margin-right: 0;
}


.article-content h3 {
	font-size: 210%;
	margin-bottom: .5em;
}

.article-content p, 
.article-content ul li, 
.article-content ol li,
.article-content blockquote,
.article-content blockquote p {
	font-size: 16px;
}

@media (max-width: 979px) and (min-width: 768px) {
	
	.single article header .container {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.single article .article-inner {
		max-width: 95%;
	}
	
}

@media (max-width: 979px) {
	.single article .subheader-row ul li div,
	.single article .subheader-row ul li a {
		text-align: center;
		text-indent: 0;
	}

	.single article .subheader-row ul li div span.name,
	.single article .subheader-row ul li a span.name {
		display: none;
	}
	
	.single article .subheader-row ul li a span.count {
		float: none;
		padding-right: 0;
		display: inline;
	}
}

/*@media (max-width: 767px) {
	.single article .subheader-row.solutions {
		height: 64px;
		text-align: center;
	}
}*/


.single article h3,
.page .inner-page h3 {
	line-height: 1.3em;
	padding-top: .3em;
}

.single article #disqus_thread {
	padding: 0;
	/*padding-top: 1.5em;*/
	margin-top: 0;
	/*border-top: 1px solid rgba(0,0,0,0.1);*/
}

/*.single article p, 
.single article ul li, 
.single article ol li,
.single article blockquote,
.inner-page p,
.inner-page ul li,
.inner-page ol li,
.inner-page blockquote
{
	line-height: 1.6em;
	font-size: 16px;
}*/

.single article > .ad.single-top {
	margin-top: 57px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 3%;
	text-align: center;
	overflow: hidden;
	max-width: 1170px;
}

body.navbar-message-minimized.single article > .ad.single-top {
	margin-top: 30px;
}

.single article > header {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	/*width: 100%;*/
	position: relative;
	/*left: 0;*/
	/*border-bottom: 5px solid #99001c;*/
	color: #fff;
}

.single article > header a,
.single article > header a:visited {
	color: #b1b1b1;
}

.single article > header .header-inner {
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 7em 0;
	text-align: center;
}

.single article header .entry-title {
	color: #ffffff;
	font-size: 400%;
	line-height: 1.1em;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: rgba(0, 0, 0, 0.8);*/
	padding: .35em .45em 0em .45em;
	/*margin-bottom: 180px;*/
/*	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);*/
}

.lt-ie9 .single article header .entry-title {
	background-color: #000000;
}

.single article > header .header-inner p {
	margin-bottom: 0;
	color: #b1b1b1;
	font-style: italic;
}

article .entry-meta,
article .entry-meta p {
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	color: #888888;
}

.single article .entry-meta {
	border-bottom: 1px solid #eae3e4;
	padding-bottom: 1.25em;
	margin-bottom: 1.25em;
}

.single article .entry-meta,
.single article .entry-meta p {
	font-size: 14px;
}

/*.single article .vcard {
	margin-bottom: 1.5em;
}*/

.single article .vcard p, 
.single article .vcard time {
	margin-bottom: 0;
	line-height: 1.4em;
}

.single article .vcard .photo {
	width: 26%;
	min-height: 60px;
	max-width: 100px;
	margin-right: 1em;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}

.single article .vcard .twitter {
	display: inline;
}

.single article .entry-meta .sharing {
	text-align: right;
}

.single article .entry-meta .sharing a:hover {
	background-color: inherit;
}

.single article footer h3:first-child {
	margin-top: 0;
/*	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;*/
}

#disqus_thread {
	width: 100%;
}

.story-list {
	clear: both;
}

.story-list h4 {
/*	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 23px;
	text-transform: uppercase;*/
	/*color: #787878;*/
	margin-bottom: 1em;
}

.story-list ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
}

.story-list ul li a {
	background-color: #f5f5f5;
	background-image: none;
	display: block;
	margin-bottom: .8em;
	color: #333333;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	line-height: 1.37em;
	/*opacity: .8;*/
}

.story-list ul li:last-child a {
	margin-bottom: 0;
}

.story-list-white ul li a {
	background-color: #ffffff;
}

.story-list ul li a:visited {
	color: #676767;
}

.story-list ul li a:hover {
/*	opacity: 1;*/
	color: #ffffff;
	text-decoration: none;
}

.story-list ul li a span {
	display: block;
	margin-left: 30%;
	background-color: #f5f5f5;
	padding: .75em;
	font-weight: bold;
}

.story-list-white ul li a span {
	background-color: #ffffff;
}

.story-list.dark ul {
	background-color: #2b2b2b;
}

.story-list.dark ul li a,
.story-list.dark ul li a span {
	background-color: #4d4d4d;
	color: #fff;
}

.story-list.dark ul li a:visited {
	color: #e1e1e1;
}

.story-list ul li a:hover span {
	background-color: #99001c;
	color: #ffffff;
}


/* ==========================================================================
   Post story blocks
   ========================================================================== */

.post-article {
	background-color: #6d6e6d;
	color: #ffffff;
	position: relative;
	
	-webkit-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
}

.post-article .span5 h3 {
	padding-top: 0;
}

.post-article .callout {
	background-color: #4c4d4c;
	padding: 1.5em 1.5em .5em 1.5em;
	margin: 1em 0;
}

.post-article .dn-block .callout {
	background-color: #2a2b2a;
}

.post-article .dn-block .callout a,
.post-article .dn-block .callout a:visited {
	color: #fff;
	background-color: #4c4d4c;
	display: block;
	margin-bottom: 1em;
}

.post-article .dn-block .callout a:hover {
	background-color: #99001c;
}

.post-article .dn-block .callout .dn-item {
	padding: 0;
	display: block;
	overflow: hidden;
}

.post-article .dn-block .callout span {
	padding: 0em .75em;
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	font-size: 16px;
	line-height: 1.4em;
	overflow: hidden;
	font-weight: bold;
}

.post-article .dn-block .callout .dn-item .img-container {
	width: 80px;
	height: 80px;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
}


.post-article .btn {
	margin: .5em 0;
}


/* ==========================================================================
   Manual Related Stories
   ========================================================================== */

.single article .article-container.related a {
	color: #ffffff;
}

.single article .article-container.related a:visited {
	color: #c6c6c6;
}

.single article div.bawmrp {
	padding: 1.5% 3%;
	background-color: #2b2b2b;
	color: #fff;
	clear: both;
	overflow: auto;
	
	-webkit-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
}

.single article div.bawmrp h3 {
	padding-top: .25em;
}

.single article div.bawmrp > ul {
	margin-top: 1.5em;
	margin-left: 0;
	margin-right: 0;
}

.single article div.bawmrp > ul > li {
	display: table;
	position: relative;
	list-style-type: none;
	float: left;
	width: 48%;
	margin-bottom: 1.61%;
	margin-right: 1.61%;
	position: relative;
	height: 80px;
	background-color: #4d4d4d;
}

.single article div.bawmrp > ul > li:nth-child(odd) {
	width: 49%;
}

.single article div.bawmrp > ul > li:nth-child(even) {
	margin-right: 0;
	width: 49%;
	float: right;
}

.single article div.bawmrp > ul > li a {
	min-height: 80px;
	padding-left: 90px;
	padding-right: 10px;
	
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}

.single article div.bawmrp > ul > li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
}

/* Aside */
.single article .aside div.bawmrp {
	background-color: #ffffff;
	padding: 0;
	width: 300px;
	color: #333333;
	margin-top: 20px;
}

.single article .aside div.bawmrp > ul {
	margin-top: 1em;
}

.single article .aside div.bawmrp > ul > li {
	background-color: #ffffff;
	width: 100%;
	margin-bottom: .5em;
}


/* ==========================================================================
   Nrelate Related Stories
   ========================================================================== */

.single article .article-container.related {
	padding: 0;
	background-color: #2b2b2b;
/*	box-shadow: inset 0 0 10px #d2d2d2;
	-webkit-box-shadow: inset 0 0 10px #d2d2d2;
	-moz-box-shadow: inset 0 0 10px #d2d2d2;*/
}

.single article .nr_related_placeholder {
	padding: 1.5% 3%;
	background-color: #2b2b2b;
	color: #fff;
	clear: both;
	
	-webkit-font-smoothing: antialiased !important;
	font-smoothing: antialiased !important;
}

/*.single article .article-container.related a,
.single article .article-container.related a:visited {
	color: #fff;
}*/

.single article .nr_related_placeholder h3 {
	margin-top: 0;
	margin-bottom: .75em;
/*	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;*/
}

.single article .nr_inner {
	margin-top: 1em;
}

.single article .nr_panel {
	float: left;
	width: 48%;
	margin-bottom: 1.61%;
	margin-right: 1.61%;
	position: relative;
	min-height: 80px!important;
	background-color: #4d4d4d;
}

.single article .nr_panel:nth-child(odd) {
	width: 49%;
}

.single article .nr_panel:nth-child(even) {
	margin-right: 0;
	width: 49%;
	float: right;
}

.single article .nr_img_div {
	float: left;
	/*border: 3px solid #fff;*/
}

.single article .nr_img_div img {
	max-width: 80px !important;
	max-height: 80px !important;
}

.single article .nr_text {
	height: 80px;
	display: table;
	padding: 0 1em;
}

.single article .nr_post_title {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
}



/* ==========================================================================
   Jetpack sharing plugin fixes
   ========================================================================== */

/*div.sharedaddy div.sd-block {
	border-top: 0 !important;
	padding: .1em 0 0 0 !important;
	margin-bottom: 1.1em !important;
}

div.sharedaddy .sd-content {
	width: 100%!important;
}

div.sharedaddy .sd-content ul {
	float: right;
}

/*div.sharedaddy .sd-content li {
	opacity: .7;
}

div.sharedaddy .sd-content li:hover {
	opacity: 1;
}*!/

div.sharedaddy .sd-content li.share-end {
	display: none;
}*/



/* ==========================================================================
   Jetpack YouTube (and other) embeds
   ========================================================================== */
   
div.inner-page .video-container,
article .video-container {
	margin-left: 220px;
	margin-right: -120px;
}

div.inner-page .video-container.full,
article .video-container.full {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 979px) {
	div.inner-page .video-container,
	article .video-container {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	div.inner-page .video-container,
	article .video-container {
		margin-left: 120px;
		margin-right: -220px;
	}
}
   
div.inner-page .embed-wrap,
article .embed-wrap,
article .entry-content-asset {
	position: relative;
    padding-bottom: 56.25%;
    /*padding-bottom: 38.75%;*/
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    margin-top: 1.25em;
    margin-bottom: 1.5em;
}

/*div.inner-page .embed-wrap.wide,
article .embed-wrap.wide,
article .entry-content-asset.wide {
	 padding-bottom: 56.25%;
}*/

div.inner-page .embed-wrap iframe,
div.inner-page .embed-wrap object,
div.inner-page .embed-wrap embed,
article .embed-wrap iframe,
article .embed-wrap object,
article .embed-wrap embed,
article .entry-content-asset iframe,
article .entry-content-asset object,
article .entry-content-asset embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ==========================================================================
   Pages
   ========================================================================== */
   
.page .main {
	background-color: #ffffff;
	margin-top: 40px;
	margin-bottom: 2em;
}

/*.page .span12 {
	max-width: 940px;
}*/

.page .page-header {
	padding-left: 5%;
	padding-right: 5%;
}

@media (max-width: 767px) {
	
	
	.page .main {
		margin-top: 0;
	}
	
	.page .page-header {
		padding-top: 0;
	}

}

.page .page-header h1,
.page .inner-page h1 {
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
	border-bottom: 0;
}

.page .inner-page {
	padding: 0 5% 3% 5%;
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
	font-size: 115%;
}

.page .inner-page a:not(.btn):hover,
.page .inner-page a:not(.btn):focus {
	background-color: #99001c;
	color: #ffffff;
	text-decoration: none;
}

/*.page .inner-page .ad {
	margin-left: 3%;
	padding-left: 3%;
}*/

.page .content-info {
	margin-top: 1em;
}



/* =============================================================================
   Rates
   ========================================================================== */

.page-template-template-rates-php .inner-page {
	padding: 0 2.5% 1.5% 2.5%;
}

.page-template-template-rates-php #results {
	opacity: 0.5;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.page-template-template-rates-php #results.loaded {
	opacity: 1;
}

.page-template-template-rates-php #results table,
.page-template-template-rates-php #results table .btn {
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	font-size: 13px;
	line-height: 1.3em;
}

.page-template-template-rates-php .rates-table {
	margin-top: 1em;
}

.page-template-template-rates-php .dark {
	background-color: #4d4d4d;
	color: #fff;
	margin-bottom: 1em;
}

.page-template-template-rates-php td {
	vertical-align: middle;
}

.page-template-template-rates-php th.contact,
.page-template-template-rates-php td.contact {
	text-align: center;
}

.page-template-template-rates-php td.contact span {
	line-height: 2.4em;
}

.page-template-template-rates-php td.notes {
	max-width: 200px;
}

.page-template-template-rates-php td span.subtext {
	display: block;
	text-align: center;
	font-size: .8em;
	color: #999999;
	max-width: 143px;
	line-height: 1.5em;
}

.page-template-template-rates-php .controls {
	padding: .5em 1em 0 1em;
}

.page-template-template-rates-php form.controls {
	overflow: hidden;
}

.page-template-template-rates-php form.controls fieldset {
	width: 100%;
}

.page-template-template-rates-php div.controls {
	padding-bottom: .5em;
}
   
/*.page-template-template-rates-php form.controls label, */
.page-template-template-rates-php form.controls input[type=text], 
.page-template-template-rates-php form.controls button, 
.page-template-template-rates-php form.controls select, 
.page-template-template-rates-php form.controls textarea {
	width: 100%;
}

.page-template-template-rates-php form.controls .input-prepend input[type=text] {
	width: 50%;
}

/*.page-template-template-rates-php form.controls select.span12,
.page-template-template-rates-php form.controls input.span12 {
	width: 98%;
}*/

.page-template-template-rates-php form.controls,
.page-template-template-rates-php form.controls label {
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	font-size: 13px;
}

.page-template-template-rates-php form.controls .add-on,
.page-template-template-rates-php form.controls select,
.page-template-template-rates-php form.controls input {
	font-size: 13px;
}

.page-template-template-rates-php .controls h3,
.page-template-template-rates-php form.controls legend {
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	line-height: 1.3em;
	padding: .4em 0;
	margin-top: 0;
	border-bottom: 1px solid #fff;
}

.page-template-template-rates-php .controls ul {
	margin-left: 0;
}

.page-template-template-rates-php .controls ul li {
	list-style-type: none;
}

.page-template-template-rates-php .controls ul li a {
	color: #dddddd;
	padding: .25em .5em;
	display: block;
}
.page-template-template-rates-php .controls ul li a:hover {
	color: #ffffff;
}
.page-template-template-rates-php .controls ul li a.active {
	color: #ffffff;
	font-weight: bold;
}

.page-template-template-rates-php form.controls .add-on {
	color: #666666;
}

/*.page-template-template-rates-php form.controls div.controls-row:nth-child(2) {
	padding-top: 1em;
}*/

.page-template-template-rates-php form.controls .help-block {
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: 1em;
	color: #ffffff;
}

.page-template-template-rates-php form.controls .help-block:nth-child(3) {
	margin-top: .5em;
}

.page-template-template-rates-php form.controls .btn {
	margin-top: 1em;
}

.page-template-template-rates-php .disclaimer p {
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #7b7b7b;
}

div.creditcards-table img {
	width: 22%;
	/*min-width: 70px;*/
	margin-right: .5em;
	/*display: table-cell;*/
	/*float: left;*/
	float: left;
}

div.creditcards-table td {
	vertical-align: middle;
}

div.creditcards-table td > span {
	display: block;
	color: #979797;
	line-height: 1.33em;
	font-size: 10px;
}

/*div.creditcards-table a {
	display: table-cell;
	height: 100%;
	width: 100%;
}*/

div.creditcards-table a span {
/*	display: table-cell;
	height: 100%;
	width: 100%;*/
	height: 100%;
	display: table-cell;
	padding: .25em .5em;
	font-size: 17px;
	line-height: 1.3em;
}

div.creditcards-table a:hover span {
	background-color: #99001c;
}

th.center,
td.center {
	text-align: center;
}

@media (max-width: 480px) {
	div.creditcards-table img {
		display: none;
	}
	div.creditcards-table a span {
		font-size: 15px;
	}
}


/* ==========================================================================
   Store
   ========================================================================== */
   
.page-template-template-store-php .inner-page .row-fluid.item,
.page-template-template-store-php .inner-page .row-fluid.heading {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 2em;
	margin-bottom: 2em;
}

.page-template-template-store-php .inner-page .row-fluid.item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.page-template-template-store-php .inner-page .row-fluid.item > div:last-child {
	padding-left: .5em;
}

.page-template-template-store-php .inner-page .row-fluid.item > div:first-child {
	text-align: center;
}

.page-template-template-store-php .inner-page .row-fluid.item > div a:hover,
.page-template-template-store-php .inner-page .row-fluid.item > div a:active {
	background-color: #ffffff;
}

.page-template-template-store-php .inner-page .row-fluid.item > div:first-child	img {
	width: 90%;
	max-width: 250px;
	padding: 3px;
	border: 1px solid #f0f0ee;
	margin-top: 1em;
	margin-bottom: 1em;
}

.page-template-template-store-php .inner-page .row-fluid.item .author {
	font-style: italic;
}

.page-template-template-store-php .inner-page .row-fluid.item .button {
	text-align: center;
	margin-top: 1.5em;
}

@media (max-width: 767px) {
	.page-template-template-store-php .inner-page .row-fluid.item > div:last-child {
		padding-left: 0;
	}
}


/* ==========================================================================
   Deals
   ========================================================================== */

.dn-head {
	margin-bottom: .5em;
}

.dn-result-info {
/*	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;*/
	padding-top: .25em;
	padding-bottom: 1em;
	margin-bottom: 1.25em;
	border-bottom: 1px solid #f0f0f0;
	/*font-size: 16px;*/
	color: #777777;
/*	text-align: center;*/
}

.dn-page-num {
	color: #777777;
	text-align: center;
}

.dn-deal {
	margin-bottom: 1.5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #f0f0f0;
}

.dn-deal .image, .dn-deal .price, .dn-deal .price-extra, .dn-deal .buy-button {
	text-align: center;
}

.dn-deal .image {
	margin-bottom: 1em;
}

.dn-deal .image a:hover {
	background-color: #ffffff !important;
}

.dn-deal .price {
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: .125em;
	overflow: hidden;
	/*word-break: break-all;*/
}

.dn-deal .price-extra {
	margin-bottom: 1em;
	color: #777777;
	font-size: 13px;
}

.dn-deal .buy-button {
	margin-bottom: 1em;
}
   
.dn-deal h3 {
	margin-top: 0;
	padding-top: 0!important;
	margin-bottom: 0;
}

.dn-deal .dn-data {
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: .4em;
	margin-top: .5em;
	color: #777777;
}

.dn-deal span.hastooltip {
	display: inline-block;
}

.dn-deal .tooltip {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.dn-deal .cir {
	border-radius: 50%;
	width: 10px;
	height: 10px; 
	display: inline-block;
	background-color: #bfbfbf;
	margin-right: 3px;
	vertical-align: baseline;
}

.dn-deal .cir.red {
	background-color: #99001c;
}

.dn-deal .cir-4 {
	margin-right: .75em;
}

.dn-deal .share-button {
	float: right;
}

form.dn-left {
	float: left;
	margin-top: 0;
}

form.dn-right {
	float: right;
	margin-bottom: 0;
}

@media (max-width: 480px) {
	form.dn-left {
		margin-bottom: 1em;
	}
	form.dn-left, form.dn-right {
		float: none;
		text-align: center;
	}
	.dn-result-info {
		text-align: center;
	}
}

.page-template-template-deals-php .well-small {
	font-size: 14px;
	color: #666666;
}.


/* ==========================================================================
   Map
   ========================================================================== */


#map div b {
	font-size: 180%;
	display: block;
}
#map div a {
	display: block;
	line-height: 1.2em;
}

   
   
/* ==========================================================================
   Footer
   ========================================================================== */
   
footer > .container {
	width: 100%;
	max-width: 1170px;
	padding-left: 0!important;
	padding-right: 0!important;
}

.content-info {
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	color: #b7b7b7;
	background-color: #2b2b2b;
	padding: 2em;
	clear: both;
}

.content-info a:hover {
	color: #ffffff;
}

.content-info img {
	width: 100%;
	height: auto;
}

.content-info .menu {
	margin-bottom: 1em;
}

.content-info ul,
.content-info ul li {
	list-style-type: none;
	margin-left: 0;
}

.content-info ul li {
	display: inline-block;
	/*min-width: 80px;*/
	margin-right: 1.6em;
}

/*.single .content-info {
	display: none;
}*/

@media (max-width: 767px) {
	.content-info {
		width: 100%;
		position: absolute;
		left: 0;
		top: auto;
		padding: 0;
	}
	.content-info .container {
		padding: 2em;
	}
	.single .content-info,
	.single .content-info .container,
	.page .content-info,
	.page .content-info .container {
		padding: 0;
	}
	.page .content-info .container > .row-fluid,
	.single .content-info .container > .row-fluid {
		padding: 2em 0;
	}
	.single .content-info .container > .row-fluid > div,
	.page .content-info .container > .row-fluid > div {
		padding: 0 2em;
	}
}


/* ==========================================================================
   Solution Modules
   ========================================================================== */
   
.solutions-module {
	position: absolute;
	top: 100px;
	left: -76px;
	width: 60px;
	padding: 0 8px;
	/*background-color: #99001c;*/
	background-color: #777777;
	color: #ffffff;
	opacity: 1;
	transition: opacity .25s ease-in-out;
	 -moz-transition: opacity .25s ease-in-out;
	 -webkit-transition: opacity .25s ease-in-out;
	text-rendering: optimizeLegibility;
}

.solutions-module.red {
	background-color: #99001c;
}

.solutions-module.dim {
	opacity: .3;
}

.solutions-module h4 {
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.solutions-module p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 1.2em;
	padding-bottom: 0em;
	padding-top: 1em;
	/*border-bottom: 1px solid #858585;*/
}

.solutions-module ul {
	margin-left: 0;
}

.solutions-module li {
	list-style-type: none;
	float: left;
}

.solutions-module li a,
.solutions-module li a:visited {
	display: inline-block;
	color: #f9f9f9;
	width: 60px;
	/*min-height: 60px;*/
	margin-bottom: 6px;
	text-align: center;
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1em;
	padding: .3em 0 0 0;
	/*line-height: 1.2em;*/
	text-transform: uppercase;
	/*background: url(/wp-content/themes/mtn/assets/img/solutions-icons.png) center center no-repeat #646464;*/
	background-color: #646464;
	text-rendering: optimizeLegibility;
}

.solutions-module li a i {
	/*padding-bottom: .25em;*/
}

.solutions-module li a span {
	font-size: 10px;
	line-height: 10px;
	display: block;
	padding: 0 .5em;
}

.solutions-module.red li a,
.solutions-module.red li a:visited {
	/*background: url(/wp-content/themes/mtn/assets/img/solutions-icons.png) center center no-repeat #6c0013;*/
	background-color: #6c0013;
}



.solutions-module li:last-child a {
	margin-bottom: 8px;
}


/*.solutions-module.red li a > div {
	background: url(/wp-content/themes/mtn/assets/img/solutions-icons.png) center center no-repeat #6c0013;
}*/

/*.solutions-module li a.credit-cards > div {
	background-position: center -272px;
}

.solutions-module li a.tax-debt > div {
	background-position: center -342px;
}

.solutions-module li a.student-loans > div {
	background-position: center -620px;
}

.solutions-module li a.collectors > div {
	background-position: center -133px;
}

.solutions-module li a.credit-repair > div {
	background-position: center 7px;
}

.solutions-module li a.mortgage > div {
	background-position: center -690px;
}

.solutions-module li a.insurance-plan > div {
	background-position: center -412px;
}

.solutions-module li a.savings-account > div {
	background-position: center -482px;
}

.solutions-module li a.budget > div {
	background-position: center -63px;
}

.solutions-module li a.credit-card-debt > div {
	background-position: center -550px;
}*/

.solutions-module li a span {
	display: inline-block;
	padding: 6px 5px 6px 5px;
}
   
.solutions-module li a:hover,
.solutions-module li a:hover > div {
	background-color: #99001c !important;
}

.solutions-module.red li a:hover,
.solutions-module li a:hover > div {
	background-color: #54000e!important;
}

@media (max-width: 1092px) {
	.solutions-module {
		opacity: 0;
	}
	
	.catside .solutions-module {
		opacity: 1;
	}
}

.catside .solutions-module {
	position: inherit;
	width: 100%;
	display: inline-block;
	padding: 0;
}

.catside .solutions-module-inner {
	padding: .5em 1.5em;
}

.catside .solutions-module h4 {
	margin-bottom: 1em;
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
	font-size: 235%;
	line-height: 1.2em;
	padding-bottom: .25em;
	margin-bottom: .25em;
	text-transform: none;
	border-bottom: 1px solid rgb(139, 0, 25);
}

.catside .solutions-module p {
	font-size: 13px;
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
	padding-top: .5em;
	padding-bottom: .25em;
}

.catside .solutions-module li a {
	font-size: 28px;
	display: inline-block;
	text-align: center;
}

.catside .solutions-module li a i {
	padding-bottom: .25em;
}

.catside .solutions-module li a span {
	font-size: 12px;
	line-height: 12px;
	display: block;
	padding: 0 .5em;
}

.catside .solutions-module li a,
.catside .solutions-module li a:hover,
.catside .solutions-module li a:visited {
	color: #ffffff;
	width: 80px;
	/*min-height: 70px;*/
	text-decoration: none;
	width: 100%;
	padding-top: .5em;
	padding-bottom: .5em;
}

.catside .solutions-module ul {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}

.catside .solutions-module li {
	margin-right: 3.5%;
	margin-bottom: 1.5%;
	width: 31%;
}

.catside .solutions-module li:nth-child(3),
.catside .solutions-module li:nth-child(6),
.catside .solutions-module li:nth-child(9) {
	margin-right: 0;
}

@media (max-width: 979px) {
	.catside .solutions-module li {
		margin-right: 5%;
		margin-bottom: 1.5%;
		width: 47.5%;
	}
	
	.catside .solutions-module li:nth-child(2),
	.catside .solutions-module li:nth-child(4),
	.catside .solutions-module li:nth-child(6) {
		margin-right: 0;
	}
	
	.catside .solutions-module li:nth-child(3) {
		margin-right: 5%;
	}
}

/*.catside .solutions-module li a.credit-cards {
	background-position: center -267px;
}

.catside .solutions-module li a.tax-debt {
	background-position: center -337px;
}

.catside .solutions-module li a.student-loans {
	background-position: center -615px;
}

.catside .solutions-module li a.collectors {
	background-position: center -125px;
}

.catside .solutions-module li a.credit-repair {
	background-position: center 12px;
}

.catside .solutions-module li a.mortgage {
	background-position: center -685px;
}

.catside .solutions-module li a.insurance-plan {
	background-position: center -407px;
}

.catside .solutions-module li a.savings-account {
	background-position: center -477px;
}

.catside .solutions-module li a.budget {
	background-position: center -57px;
}

.catside .solutions-module li a.credit-card-debt {
	background-position: center -545px;
}*/


/* ==========================================================================
   Home
   ========================================================================== */
  
.catside-block {
	/*background-color: #ffffff;*/
	margin-bottom: 2.5em;
	font-family: "Adelle", "Cambria", "Georgia", "Times", "Times New Roman", serif;
}

.catside-block > .ad {
	text-align: center;
}

.catside-block-standard h4 {
	background-color: #2b2b2b;
	color: #ffffff;
	padding: .5em .5em;
	margin-bottom: .75em;
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 5px solid #99001c;
}
  
@media (max-width: 767px) {
	.catside,
	.catside-block {
		display: none;
	}
}
  
  
/* ==========================================================================
   Solutions pages
   ========================================================================== */
   
.page-template-template-solutions-php .inner-page .aside > .row-fluid {
	margin-bottom: 1em;
}

.page-template-template-solutions-php .inner-page .aside > .row-fluid.phone h2 {
	font-size: 150%;
	margin-bottom: 0;
	padding-bottom: 0;
	/*text-align: center;*/
	line-height: 1em;
	color: #99001c;
}

.page-template-template-solutions-php .inner-page .aside > .row-fluid.phone h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	/*text-align: center;*/
	line-height: 1em;
	
}

.page-template-template-solutions-php .inner-page .aside ul {
	margin-left: 0;
	padding-top: .25em;
	margin-bottom: 0;
}

.page-template-template-solutions-php .inner-page .aside li {
	line-height: 1em;
	margin-bottom: .5em;
	list-style: none;
}
   
.page-template-template-solutions-php .inner-page .aside li a {
	/*background-color: #dfdfdf;*/
	line-height: 1.5em;
	display: block;
	/*padding: .5em .75em;*/
}

.page-template-template-solutions-php .inner-page .aside li a:hover {

}

@media (max-width: 767px) {
	.page-template-template-solutions-php .inner-page .aside {
		display: none;
	}
}


/* ==========================================================================
   Gravity Forms
   ========================================================================== */
   
h4.light {
	color: #7C7C7C;
}

.inner-page .row-fluid > .span4.aside > .row-fluid > .span12 {
	/*background-color: #4c4d4c;*/
	/*color: #ffffff;*/
	
	padding: 0.75em 1.75em 1em 1.5em;
	background-color: #f0f2f0;
}

.inner-page .row-fluid > .span4.aside > .row-fluid > .span12.gray {
	background-color: #f0f2f0;
}

.inner-page .row-fluid > .span4.aside h3:first-child {
	margin-top: 0;
}

.gform-row {
	margin-top: 2em;
}

/*a.gform_anchor {
	display: block; position: relative; top: 100px; visibility: hidden;
}*/

.gform-aside {
	padding: 0.75em 1.75em 1em 1.5em;
	color: #ffffff;
	background: url('/wp-content/themes/mtn/assets/img/shield.png') 15px 20px no-repeat #1e98d3;
	font-size: 1em;
}

.gform-aside h5 {
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.25em;
	margin-bottom: 1em;
	margin-top: .75em;
	margin-left: 64px;
}

.gform-aside ul {
	margin-left: 1.25em;
}

.gform-aside li {
	/*font-size: .9em;*/
	line-height: 1.5em;
	margin-bottom: 1em;
	/*font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;*/
}

.gform-aside .poweredby {
	text-align: center;
}

.gform-aside .poweredby a,
.gform-aside .poweredby a:hover,
.gform-aside .poweredby a:active,
.gform-aside .poweredby a:visited {
	background-color: inherit !important;
}

.gform-row .gform_wrapper {
	/*padding: 1.25em;*/
	background-color: #f1f2f1;
}

.gform-row .gform_body {
	padding: .75em 1.75em 2em 1.75em;
}

div.gf_page_steps {
	background-color: #4d4d4d;
	color: #ffffff;
	overflow: hidden;
	/*margin-bottom: 1em;*/
}

div.gf_step {
	display: inline-block;
	padding: .75em 1em;
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
}

span.gf_step_number {
	color: #a7a7a7;
	padding-right: .1em;
}

div.gf_step_active {
	background-color: #2b2b2b;
}

ul.gform_fields {
	margin-left: 0;
}

li.gfield {
	list-style: none;
	margin-bottom: 1em;
}

h2.gsection_title {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-bottom: .25em;
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
}

div.gsection_description {
	/*font-size: 1em;*/
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

label.gfield_label {
	font-family: "myriad-pro-condensed", "Impact", "Haettenschweiler", "Arial Narrow Bold", sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: .5em;
}

span.gfield_required {
	padding-left: .2em;
	color: #99001c;
}

ul.gfield_checkbox {
	margin-left: 0;
}

ul.gfield_checkbox li {
	list-style-type: none;
	display: inline-block;
	margin-right: 1.5em;
}

ul.gfield_checkbox li input,
ul.gfield_checkbox li label {
	float: left;
	margin-right: .5em;
}

img.gform_ajax_spinner {
	margin-left: .5em;
}

/*.gfield_error {
	background-color: #f3f3f3;
}*/

.ginput_full input,
.ginput_full textarea {
	min-width: 90%;
}

.ginput_left {
	display: inline-block;
	vertical-align: top;
	min-width: 49%;
	margin-right: 2%;
}

.ginput_right {
	display: inline-block;
	min-width: 49%;
}

.gform_body span > label {
	font-size: .9em;
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	margin-top: -.75em;
}

.gform_wrapper > div.validation_error,
.gform-row form > div.validation_error {
	padding: .75em 1.75em;
	color: #ffffff;
	background-color: #99001c;
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	font-size: .9em;
	
}

.gfield_error .validation_message {
	color: #99001c;
	font-size: .9em;
	font-family: "Helvetica", "Helvetica Neue", "Arial", sans-serif;
	margin-top: -.75em;
}

.gfield_error input,
.gfield_error select,
.gfield_error textarea {
	border-color: #99001c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.gfield_error input:focus,
.gfield_error select:focus,
.gfield_error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
   
   
/* ==========================================================================
   TypeKit
   ========================================================================== */
   
.wf-loading .hentry, 
.wf-loading .navbar .nav,
.wf-loading .navbar-message,
.wf-loading .navbar-message .button-open,
.wf-loading .navbar-message .button-close, 
.wf-loading .page-header,
.wf-loading .page .main,
.wf-loading h1,
.wf-loading .solutions-module,
.wf-loading .catside-block-standard {
	visibility: hidden;
}
.wf-active .hentry, 
.wf-active .navbar .nav, 
.wf-active .navbar-message,
.wf-active .page-header,
.wf-active .page .main,
.wf-active h1,
.wf-active .solutions-module,
.wf-active .catside-block-standard {
	visibility: visible;
}
   
   
   
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }
/*span.infinite-loader { display: block; width: 100%; text-align: center; }*/
img.alignleft {
	margin-right: 15px;
	margin-bottom: 9px;
}
#post-article-newsletter img.alignleft {
	margin-top: 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Landscape phones and down */
@media (max-width: 480px) {
	body {
		background-image: none;
		/*background: url(/wp-content/themes/mtn/assets/img/bkg-washington-480.jpg) no-repeat center top;*/
		font-size: 13px;
	}
		
	.fixed {
	    margin-left: 0 !important;
	    margin-bottom: 1em !important;
	    width: 100%;
	}
	.fixed + div {
	     margin-right: 0;
	     display: inline;
	}
	.fixed .stories {
		visibility: hidden;
		display: none;
	}


	.mobile-nav .form-search input.search-query {
		max-width: 160px;
	}
	
	.banner {
		height: 55px !important;
	}
	.navbar-message {
		display: none;
	}
	.single .navbar,
	.page .navbar,
	.single footer,
	.page footer {
		margin: 0;
	}
	.single footer,
	.page footer {
		padding-left: 3.4%;
		padding-right: 3.4%;
	}
	.navbar .nav {
		margin-top: 0;
		top: 0;
	}
	.navbar-inner {
		padding: 0 1em;
	}
	.navbar .btn-navbar  {
		margin-top: 14px;
		margin-right: 0;
	}
	.banner .brand {
		padding-left: .25em;
		padding-right: .25em;
		width: 210px;
	}
	.banner .brand img {
		width: 210px;
		height: auto;
		margin-top: 2px;
		float: left;
	}
	/*.navbar-inner ul.social {
		display: none;
	}*/
	.nav-search,
	.nav-social,
	.wf-active .navbar-message {
		display: none;
	}
	.nav li.dropdown > ul.dropdown-menu {
		display: block;
		top: auto;
		opacity: 1;
	}
	.content {
		padding-top: 0 !important;
	}
	body.single,
	body.page {
		padding: 0 !important;
	}
	.blog article, 
	.archive article,
	.search article {
		background-size: contain !important;
		background-position-y: 0 !important;
	}
	
	.home article, 
	.blog article, 
	.archive article,
	.search article {
		margin-bottom: 1.5em;
	}
	
	.blog .hentry .sharing, 
	.archive .hentry .sharing,
	.search .hentry .sharing {
		display: none;
	}
	.single article .entry-content,
	.single article footer,
	.single article #disqus_thread {
		padding: 1em .5em;
	}
	.single article .article-inner {
		padding-left: 1em;
		padding-right: 3.4%;
		padding-top: 6.8%;
		padding: 1em 1em 0 1em;
	}
	
	.page .page-header {
		border-bottom-width: 1px;
	}
	.page .page-header,
	.page .inner-page {
		padding-left: 5%;
		padding-right: 5%;
	}
	.single article header .header-inner {
		margin-top: 0 !important;
		padding-top: 4em;
		padding-bottom: 4em;
	}
	.single article header .header-inner .entry-title {
/*		margin-bottom: 110px !important;*/
		font-size: 270% !important;
	}
	.single article header .ad {
		display: none;
	}
	.single article .entry-content .ad.single-fixed,
	.page .inner-page .ad.single-fixed {
		margin: .5em 0 .5em 0;
		border: 0;
		padding: 0;
/*		width: 100%;
		text-align: center;*/
	}
	.page .sidebar {
		padding-top: 2em;
	}
/*	div.sharedaddy .sd-content {
		padding-top: 2%;
	}*/
	div.sharedaddy .sd-content ul {
		float: left;
	}
	.page .main,
	.page .page-header {
		margin-top: 0;
		padding-top: 0;
	}
	.page .page-header h1 {
		padding-top: .5em;
		margin-top: 0;
	}
	.single article .entry-meta .sharing > div > a:last-child {
		display: none !important;
	}
	
	.main .article-inner .article-container,
	.main .article-inner footer.article-container {
		padding: .5em 0 0 0;
	}
	
	.main .article-inner .article-container.post-article,
	.single article .nr_related_placeholder {
		padding: .5em 1em .5em 1em;
	}
	
	div#disqus_thread {
		padding-left: 0!important;
		padding-right: 0!important;
	}

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body {
		padding: 0;
	}
	
	.home > .container,
	.blog > .container,
	.archive > .container,
	.search > .container {
		padding: 0 3%;
	}

	p, 
	ul li, 
	ol li,
	blockquote,
	blockquote p,
	.ad.content-inline {
		font-size: 15px;
	}
	
	header.navbar {
		padding: 0 3%;
	}

	.navbar-inner {
		position: relative;
		z-index: 1000000;
	}
	
/*	.navbar .btn-navbar {
		margin-right: 20px;
	}*/
	.navbar-inner.open {
		border-bottom: 5px solid #99001c;
	}
/*	.fixed {
	    display: none;
	}
	.fixed + div {
	     margin-right: 0;
	}*/
	.fixed {
	    margin-left: 3%;
	    margin-bottom: 3%;
	}
	.fixed + div {
	     margin-right: 0;
	     display: inline;
	}
	
	.navbar .nav {
		margin-top: 0;
		top: 0;
	}
	.banner {
		height: 65px;
	}
	
	.banner .brand {
		padding-left: .25em;
		padding-right: .25em;
	}
	
	.navbar-static-top {
		margin: 0;
		padding: 0 !important;
		width: 100%;
	}
	
	.nav-main.nav-collapse.collapse {
		display: none;
	}
	.nav-main.nav-collapse.collapse.in {
		display: block;
		background-color: #fff;
		/*border-bottom: 5px solid #99001c;*/
	}
	
	
	/*.navbar-inner ul.social {
		display: none;
	}*/
	.nav-search,
	.nav-social,
	.wf-active .navbar-message {
		display: none;
	}
	/*.nav li.dropdown > ul.dropdown-menu {
		display: block;
		top: auto;
		opacity: 1;
	}*/
	.navbar-message {
		display: none;
	}
	.content {
		padding-top: 0 !important;
	}
	.hentry .entry-content, 
	blockquote,
	.page .inner-page {
		font-size: 125%;
	}
	.blog article, 
	.archive article,
	.search article {
		background-size: cover;
	}
	.blog article.normal, 
	.archive article.normal,
	.search article.normal,
	.blog article.quickies, 
	.archive article.quickies,
	.search article.quickies {
		background-size: contain;
	}
/*	.blog article.quickies .article-inner, 
	.archive article.quickies .article-inner,
	.search article.quickies .article-inner {
		padding: 1.25% 2.5%;
	}*/
	.blog .hentry .sharing, 
	.archive .hentry .sharing,
	.search .hentry .sharing {
		display: none;
	}
	.single article .entry-meta {
		padding-bottom: 0;
	}
	.single article .entry-meta .sharing {
		padding-top: 1em;
	}
/*	.single article header .container {
		margin: 20px !important;
	}*/
	.single article header .header-inner {
		margin-right: auto;
		/*margin-top: 30px;*/
		/*padding: 0 3%;*/
	}
	.single article header .header-inner .entry-title {
		font-size: 350%;
	}
/*	.single article header .header-inner .entry-title {
		margin-bottom: 120px;
	}*/
	.single article header .ad {
		display: none;
	}
/*	div.sharedaddy .sd-content {
		padding-top: 2%;
	}*/
	div.sharedaddy .sd-content ul {
		float: left;
	}
	.single article .nr_panel,
	.single article .nr_panel:nth-child(even),
	.single article .nr_panel:nth-child(odd),
	.single article div.bawmrp > ul > li,
	.single article div.bawmrp > ul > li:nth-child(even),
	.single article div.bawmrp > ul > li:nth-child(odd) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.page .page-header,
	.page .inner-page {
		padding-left: 4%;
		padding-right: 4%;
	}
	.page .page-header h1 {
		padding-top: .5em;
	}
	.single article .entry-meta .sharing {
		text-align: left;
		margin-bottom: 1em;
		clear: left;
	}
	.single article .vcard .photo {
		min-height: 0;
	}
	
	.page-template-template-rates-php form.controls {
		padding-bottom: 1.5em;
	}
	
	.single article > .ad.single-top { 
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.navbar-inner.open {
		border-bottom: 5px solid #99001c;
	}
	.navbar-message,
	.navbar-message .row-fluid {
		padding-top: 1px;
	}
	.fixed {
	    margin-left: 3%;
	    margin-bottom: 3%;
	}
	.fixed + div {
	     margin-right: 0;
	     display: inline;
	}

	.navbar .nav {
		margin-top: 0;
		top: 0;
	}
	.banner {
		height: 65px;
	}
	.banner .brand {
		padding-left: .25em;
		padding-right: .25em;
	}
	/*.navbar-inner ul.social {
		display: none;
	}*/
	.nav-search,
	.nav-social {
		display: none;
	}
	.navbar .nav > li > a {
		font-size: 20px;
	}
	
	.single article header {
	}
/*	.single article header .container {
		margin: 0 auto 0 20px;
		width: 95%;
	}*/
	.single article header .header-inner {
	}
	.page .page-header,
	.page .inner-page {
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.single article .entry-meta .sharing > div > span:last-child {
		display: none;
	}
	.dn-deal .price {
		font-size: 26px;
	}
}

/* Portrait tablet and above */
@media (min-width: 768px) {
	.navbar {
		position: fixed;
		width: 100%;
	}
}
 
/* Default: 940px and up  */
 
/* Large desktop */
@media (min-width: 1200px) {
	.navbar .nav > li > a {
		font-size: 25px;
	}
	.single article header .container {
		width: 1170px;
		max-width: 1170px;
	}
	.navbar .dropdown-menu .mega .row-fluid > div.span12,
	.navbar .dropdown-menu .mega .row-fluid > div {
		padding-right: 0;
	}
	.navbar .dropdown-menu .mega .row-fluid > div:first-child {
		padding-left: 0;
	}
}

/* Navbar */
@media (min-width: 959px) and (max-width: 1100px) {
	.navbar .nav > li > a {
		font-size: 20px;
	}
	.nav-search li > a > span,
	.nav-social li.menu-social > a > span {
		padding: 0px 5px;
		line-height: 32px;
		height: 32px;
	}
}
@media (min-width: 1025px) and (max-width: 1100px) {
	.navbar .nav > li > a {
		font-size: 22px;
	}
}


/* ==========================================================================
   Print Style
   ========================================================================== */

@media print {
	body {
		background-color: #fff;
	}
	
	div.wrap,
	div.main,
	header div.container {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.ad,
	div.fixed,
	header.navbar,
	div.navbar-message,
	#menu-main-nav,
	nav.nav-search,
	nav.nav-social,
	div.entry-meta div.sharing,
	div.related,
	div.solutions-module,
	div.post-article,
	footer.article-container,
	#post-article-newsletter,
	footer#footer {
		display: none !important;
	}
	
	div.content {
		padding-top: 0 !important;
	}
	
	div.header-inner {
		margin-top: 0 !important;
	}
	
	.single article header {
		text-align: center;
	}
	.single article header,
	.single article .article-inner {
		position: inherit;
	}
	
	div.entry-meta div.photo {
		display: none !important;
	}
	
	div.filler {
		width: 100%;
	}
	
	header {
		background-image: none!important;
	}
	
	header div.header-inner {
		margin-right: 0 !important;
	}
	header h1.entry-title {
		margin-bottom: 0!important;
		background-color: #fff !important;
		color: #333333 !important;
	}
	
	header > div.container {
		height: auto !important;
	}
	
	tr, 
	td, 
	th {
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	a {
		color: #333333 !important;
	}
}
