@charset "UTF-8";

/************************************/
/*	BASE STYLES
/************************************/
body {
	height:100%;
	font-size:14px;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	line-height:1.6;
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	color:#333;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	line-height:1.2;
	margin-top:0;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:0;
	font-weight:700;
	font-family:"Open Sans Condensed",sans-serif;
	color:#000;
}

h1,.h1,h1 a {
	font-size:32px;
	font-weight:700;
}

h2,.h2,h2 a {
	font-size:30px;
	font-weight:700;
}

h3,.h3,h3 a {
	font-size:26px;
	font-weight:700;
}

h4,.h4,h4 a {
	font-size:24px;
	font-weight:700;
}

h5,.h5,h5 a {
	font-size:21px;
	font-weight:700;
}

h6,.h6,h6 a {
	font-size:21px;
	font-weight:700;
}

.badg,.badg > a {
	color:#FFF;
	text-transform:uppercase;
	font-weight:700;
}

.page-header {
	border-bottom:0;
	border-left:3px solid #2049A5;
	padding-left:15px;
	padding-bottom:0;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:15px;
}

mark {
	background:transparent;
	color:inherit;
}

small {
	color:inherit;
}

p {
	margin:0 0 18px;
}

a {
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

a,a:visited {
	color:#2049A5;
}

a:hover,a:active {
	text-decoration:underline;
	color:#eb0c05;
}

img,figure {
	max-width:100%;
	height:auto;
}

figure.pull-right img {
	margin-left:1em;
}

figure.pull-left img {
	margin-right:1em;
}

figure.center-block {
	position:relative;
}

figure.center-block img {
	width:100%;
	height:auto;
	display:block;
	margin:1em auto;
}

figure.center-block.no-mrgn-top img {
	margin:0 auto 1em;
}

figure.center-block.no-mrgn img {
	margin:0 auto;
}

figure.center-block p.flex-caption {
	position:absolute;
	bottom:0;
	background-color:rgba(0,0,0,0.3);
	color:#fff;
	text-shadow:-1px -1px 2px #000;
	padding:5px;
	margin:0;
}

hr {
	border-top:1px solid #DDD;
}

.clear {
	clear:both;
	display:block;
	height:0;
	line-height:0;
}

.border-right,.border-left {
	position:relative;
	z-index:1;
}

.border-right:after {
	content:"";
	right:0;
	border-right:1px solid #EEE;
	top:25px;
	bottom:15px;
	position:absolute;
	z-index:1;
}

.border-left:before {
	content:"";
	left:0;
	border-left:1px solid #EEE;
	top:25px;
	bottom:15px;
	position:absolute;
	z-index:1;
}

/*------------------------------------------------------------------*/
/*	Responsive Embeds (Extending Bootstrap)
/*------------------------------------------------------------------*/
.embed-responsive-1by1 {
	padding-bottom:100%;
	margin-bottom:15px;
}

.embed-responsive #__wxMap {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0 none;
}

.embed-lnk .embed-responsive-item {
	z-index:-1!important;
}

/*------------------------------------------------------------------*/
/*	FORM TINGS (Extending Bootstrap)
/*------------------------------------------------------------------*/
.btn.btn-link {
	text-transform:uppercase;
	font-family:"Open Sans Condensed",sans-serif;
	font-weight:700;
}

.btn.btn-primary {
	text-transform:uppercase;
	font-family:"Open Sans Condensed",sans-serif;
	border-radius:0 0 0 0;
	background:#2049A5;
	color:#FFF;
}

.btn.btn-primary:hover,.btn.btn-primary:active {
	background:#2049A5;
	opacity:.8;
}

/*------------------------------------------------------------------*/
/*	Core Stylesheet, MorrisNetworks
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*	HEADER & NAV
/*------------------------------------------------------------------*/
#header {
	height:auto;
	width:100%;
	position:relative;
}

.bg-header {
	line-height:1;
}

#header .logo img {
	margin:0 auto;
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
}

#header .logo > a {
	vertical-align: middle;
	padding: 15px 5px;
	display: table-cell;
	width: 1%;
	text-align: justify;
}

#header .logo {
	text-align: center;
	padding: 0 5px;
}

#header .logo img {
	min-width: 50px;
}

#header .logo #logo {
	min-width: 210px;
}

/* NAV TOP Text Menu */
.nav-top .navbar {
	border-radius: 0 0 0 0;
	border: none;
	min-height: 0px;
}

.nav-top .navbar-text {
	margin-top: 0px;
	margin-bottom: 0px;
}

.nav-top .navbar-text .btn {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* NAV TOP Tab Menu */
.nav-top .tabs {
	background:#000;
	display:block;
	margin:0 auto;
	color:#FFF;
}

.nav-top li.menu-item > a,
.nav-top li.menu-item > a:visited,
.nav-top li.menu-item > a:focus,
.nav-top li.active > a  {
	font-family:"Open Sans Condensed",sans-serif;
	font-weight:300;
	background: transparent;
	font-size:21px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:8px 8px 0 0;
	border:none;
	color: #FFF;
}

.nav-top .nav-tabs {
	float:right;
	padding-top:5px;
	border:none;
}

.nav-top li.menu-item {
	position:relative;
}

.nav-top li.menu-item > a:hover, .nav-top li.menu-item > a:visited, .nav-top li.menu-item:active > a {
	background:#3b3b3b;
}

.nav-top li.menu-item:first-child:after,.nav-top li.menu-item:last-child:after {
	display:none;
}

/* NAV TOP Breaking News */
.tabs-bottom .container {
	position:relative;
}

.tabs-bottom .breaking-news {
	position:relative;
	top:0;
	bottom:0;
	height:55px;
	left:0;
	max-width:100%;
	font-size:12px;
	white-space:nowrap;
	overflow:hidden;
	line-height:55px;
	text-overflow: ellipsis;
}

.tabs-bottom .breaking-news h3 {
	color:#FFF;
	display:inline-block;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	vertical-align:middle;
}

.tabs-bottom .breaking-news .btn-default {
	position:absolute;
	right:0;
	z-index:2;
	background:#3B3B3B;
	border:none;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	border-radius:0 0 0 0;
	height:55px;
	line-height:50px;
	padding-left:25px;
	padding-right:20px;
	text-align:center;
}

.tabs-bottom .breaking-news .btn-default:hover,.tabs-bottom .breaking-news .btn-default:visited {
	background:#3B3B3B;
}

/* NAV TOP Bottom (NOT Mega Menu) */
.nav-top .tabs-bottom {
	background:#3b3b3b none;
	display:block;
	margin:0 auto;
}

.nav-top .tabs-bottom a {
	color:#fff;
}

.nav-top .tabs-bottom a:focus,.nav-top .tabs-bottom a:hover {
	text-decoration:none;
	background-color:transparent;
	opacity:.8;
}

.nav-top .tabs-bottom .fa {
	font-size:24px;
}

.nav-top .tabs-bottom li {
	position:relative;
}

.nav-top .tabs-bottom li.lnk-login:after {
	color:#4d4d4d;
	content:"|";
	display:block;
	font-size:22px;
	font-weight:100;
	position:absolute;
	right:-7.5px;
	top:5px;
	z-index:2;
}

.nav-top .tabs-bottom .social {
	position:relative;
	z-index:4;
	background:#3B3B3B;
	padding-top: 5px;
}

.nav-top .tabs-bottom .social li {
	display: inline-block;
}

.nav-top .tabs-bottom .social a {
	padding-left:10px;
	padding-right:10px;
}

/* SEARCH */
.tabs-bottom .navbar-form {
	padding: 0 5px;
	margin-top:0;
	margin-bottom:0;
}

.tabs-bottom .form-control,.tabs-bottom .input-group-btn .btn {
	height:55.5px;
	margin-top:0;
	margin-bottom:0;
	background:#4e4e4e;
	border-color:#7d7d7d;
	color:#FFF;
	border-radius:0 0 0 0;
}

.tabs-bottom .input-group-btn .btn {
	color:#a2a2a2;
}

/* GOOGLE CUSTOM SEARCH */
input.gsc-search-button,input.gsc-search-button:hover,input.gsc-search-button:focus {
	-webkit-box-shadow:none;
	-moz-box-sizing:content-box;
	box-shadow:none;
}

input.gsc-input,.gsc-input-box,.gsc-input-box-hover,.gsc-input-box-focus {
	box-sizing:content-box;
	line-height:normal;
}

/* NAV BOTTOM */
.navbar-toggle .icon-bar {
	height:3px;
	background:#FFF;
}

.nav-bottom {
	background:#2049A5;
	display:block;
	margin:0 auto;
}

.nav-bottom .nav-justified > li.menu-item > a {
	font-family:"Open Sans Condensed",sans-serif;
	font-weight:700;
	font-size:16px;
	background:#2049A5;
	color:#FFF;
	text-transform:uppercase;
	padding:10px 12px;
}

.nav-bottom .nav-justified > li.menu-item > a:hover {
	background:#000;
}

.nav-bottom .nav-justified > li.menu-item:after {
	color:#FFF;
	content:"|";
	font-size:22px;
	font-weight:100;
	position:absolute;
	right:-7.5px;
	top:4px;
	z-index:2000;
	display:block;
}

.nav-bottom li.menu-item:last-child:after {
	display:none;
}

/**
 * Subnav
 */
.dropdown-menu {
	margin-top:0;
	border-top:none;
	border-radius:0 0 4px 4px;
}

.dropdown:hover .dropdown-menu {
	display:block;
}

.nav-bottom .nav-justified > li.menu-item-has-children.open > ul.dropdown-menu > li.menu-item > ul.dropdown-menu {
	display:block!important;
}

ul.dropdown-menu li > ul.dropdown-menu {
	left:100%;
	top:0;
	padding:0 5px;
	position:relative;
	border:none;
	border-radius:0 0 0 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin-bottom:0;
}

ul.dropdown-menu li > ul.dropdown-menu >li:first-child {
	border-top:1px solid #CCC;
}

ul.dropdown-menu li > ul.dropdown-menu >li:last-child {
	border-bottom:1px solid #CCC;
}

ul.dropdown-menu li:hover > ul.dropdown-menu,ul.dropdown-menu li > ul.dropdown-menu:hover,ul.dropdown-menu li:focus > ul.dropdown-menu {
	display:block;
}

/***MEGA MENU STYLING ***/
#mega-menu-wrap-main-menu {
	background: #2049A5;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link{
	font-family:"Open Sans Condensed",sans-serif !important;
	font-size: 18px;
	text-transform: uppercase;
	border-right: 0.5px solid #345eb0;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
}



#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: #5a87c6;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

@media screen and (max-width:600px) {
	/* Mobile Nav (Tabs Top) */
	#mega-menu-wrap-tab-menu #mega-menu-tab-menu {
		float:none;
		padding-top:5px;
		margin-bottom:15px;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link{
		border: 0.5px solid #345eb0;
		border-top: none;
		text-align: left;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item:first-child>a.mega-menu-link {
		border-top: 0.5px solid #345eb0;
	}

	#mega-menu-wrap-tab-menu #mega-menu-tab-menu > li:first-child > a,#mega-menu-wrap-tab-menu #mega-menu-tab-menu > li > a:hover {
		background-color:#3b3b3b;
		border-radius:0 0 0 0;
	}

	/* Mobile Nav (Main Navigation)*/
	#mega-menu-wrap-main-menu .mega-menu-toggle {
		background:transparent;
	}

	#mega-menu-main-menu {
		margin-bottom:20px!important;
	}
}
/*------------------------------------------------------------------*/
/*	ADS
/*------------------------------------------------------------------*/
.ad {
	margin:15px auto;
	text-align:center;
	overflow-x:hidden;
	max-width:100%;
	height:auto;
}

.ad > * {
	display:block;
	margin:0 auto;
}

.ad script { display: none; }

.ad.ad-sidebar > div,.ad.ad-sidebar > ins {
	margin:0 auto;
}

.ad-header {
	overflow:hidden;
	max-width:100%!important;
	padding:5px;
	margin:0 auto;
}

/* Ads - Post - 160pxx600px */
.ad.ad-skyscraper {
	margin:0 auto 15px;
	width: 160px;
	height: 600px;
	display: block;
}

/*------------------------------------------------------------------*/
/*	NOTIFICATIONS
/*------------------------------------------------------------------*/
/*BREAKING NEWS*/
.notice.breaking-news h2 {
	background:#3b3b3b none repeat scroll 0 0;
	color:#fff;
	font-size:18px;
	font-weight:700;
	height:36px;
	line-height:36px;
	margin:10px auto;
	overflow:hidden;
	padding:0;
	white-space:nowrap;
}

.notice.breaking-news h2 > a {
	color:#fff;
	font-size:18px;
	font-weight:700;
	text-decoration:none;
}

.notice.breaking-news h2 > a:hover {
	text-decoration:underline;
}

.notice.breaking-news h2 > b {
	background:red none repeat scroll 0 0;
	display:inline-block;
	height:36px;
	line-height:36px;
	margin-right:20px;
	padding:0 15px;
	position:relative;
}

.notice.breaking-news.weather h2 > b {
	background:#EB0C05 none repeat scroll 0 0;
}

.notice.breaking-news h2 > b:after {
	border-style:solid;
	border-width:18px 0 18px 18px;
	border-color:transparent transparent transparent red;
	content:"";
	height:36px;
	position:absolute;
	right:-18px;
	width:18px;
}

.notice.breaking-news.weather h2 > b:after {
	border-style:solid;
	border-width:18px 0 18px 18px;
	border-color:transparent transparent transparent #EB0C05;
	content:"";
	height:36px;
	position:absolute;
	right:-18px;
	width:18px;
}

/*BREAKING NEWS - WEATHER*/
.notice.breaking-news.weather h2 {
	position:relative;
	z-index:0;
}

.notice.breaking-news.weather h2 > b {
	position:absolute;
	top:0;
	z-index:2;
}

/*------------------------------------------------------------------*/
/*	BREADCRUMBS
/*------------------------------------------------------------------*/
.breadcrumb {
	background-color:transparent;
	margin-bottom:15px;
	padding:8px 15px 8px 25px;
	text-transform:uppercase;
	font-size:16px;
	color:#000;
}

.breadcrumb > * {
	text-transform:none;
}

/*------------------------------------------------------------------*/
/*	FOOTER
/*------------------------------------------------------------------*/
#footer {
	background:#000;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRiNGI0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background:-moz-linear-gradient(45deg,#000 0%,#4b4b4b 100%);
	background:-webkit-gradient(linear,left bottom,right top,color-stop(0%,#000),color-stop(100%,#4b4b4b));
	background:-webkit-linear-gradient(45deg,#000 0%,#4b4b4b 100%);
	background:-o-linear-gradient(45deg,#000 0%,#4b4b4b 100%);
	background:-ms-linear-gradient(45deg,#000 0%,#4b4b4b 100%);
	background:linear-gradient(45deg,#000 0%,#4b4b4b 100%);
	color:#9f9f9f;
	padding-top:15px;
	padding-bottom:15px;
	border-top:15px solid #2049A5;
	margin-top:20px;
}

#footer a {
	color:#FFF;
}

#footer h3 {
	color:#FFF;
	font-size:18px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}

#footer a:hover,#footer a:visited {
	color:#FFF;
	text-decoration:underline;
}

#footer .social {
	margin-bottom:15px!important;
	display:block!important;
}

#footer .social:after,#footer .social:before {
	position:relative;
	content:"";
	display:block;
	clear:both;
	height:0;
}

#footer .social li {
	margin:0;
	padding:1px;
	height:auto;
	width:16.6666%;
	float:left;
	position:relative;
}

#footer .social .fa {
	font-size:30px;
}

#footer .social a {
	padding:10px 0;
	width:100%;
	background:#747474;
	display:block;
	text-align:center;
	color:#FFF;
}

#footer .social a:hover,#footer .social a:focus {
	background:#4A4A4A;
	color:#FFF;
}

#footer nav {
	margin-top:15px;
}

/* Newsletter Signup */
#footer .navbar-form {
	margin-top:0;
	margin-bottom:0;
}

#footer .form-control,#footer .input-group-btn .btn {
	height:55.5px;
	margin-top:0;
	margin-bottom:0;
	background:#4e4e4e;
	border-color:#7d7d7d;
	color:#FFF;
	border-radius:0 0 0 0;
}

#footer .input-group-btn .btn {
	color:#a2a2a2;
}

/* Navigation */
#menu-footer-menu > li {
	display:inline-block;
	position:relative;
}

#menu-footer-menu a {
	padding:8px 2px;
	display:block;
}

#menu-footer-menu li:after {
	color:#fff;
	content:"|";
	position:absolute;
	right:-6px;
	top:7px;
}

#menu-footer-menu li:last-child:after {
	content:""!important;
}

.app-banner {
	display:none;
	background-color:#fff;
	width:100%;
	padding:10px;
	text-align:center;
	font-size:16px;
}

.app-banner .btn {
	font-size:22px;
}

.app-banner p {
	margin-bottom:5px;
}

/*------------------------------------------------------------------*/
/*	SLIDER (HOME PAGE)
/*------------------------------------------------------------------*/
#slider [class^="col-"] {
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}

#slider .row {
	margin-left:-5px;
	margin-right:-5px;
}

#slider {
	padding-bottom:0;
	padding-top:10px;
}

#slider figure {
	position:relative;
	z-index:2;
}

#slider figcaption {
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(70%,rgba(0,0,0,0.65)),color-stop(99%,rgba(0,0,0,0.75)),color-stop(100%,rgba(0,0,0,0.75)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);
	background:-o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);
	position:absolute;
	z-index:3;
	bottom:0;
	left:0;
	width:100%;
	color:#FFF;
	padding:10px;
	text-transform:uppercase;
	font-family:"Open Sans Condensed",sans-serif;
	font-size:18px;
	line-height:1.25;
}

#slider figcaption a {
	color:#FFF;
}

#slider figcaption a:hover {
	text-decoration:underline;
}

.tile img {
	position:relative;
}

.tile.map-it img {
	top:-5px;
}

.tile.map-it figcaption {
	bottom:5px!important;
	margin:0;
}

.main-slider .slides .sticky {
	margin:0;
	height:0;
	padding:0 0 55.641%;
	width:100%;
	overflow:hidden;
}

.main-slider .slides .sticky > a {
	display:block;
	width:100%;
	height:100%;
	border:none;
	outline:none;
	text-decoration:none;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:7;
}

.main-slider ul {
	list-style:outside none none;
	margin:0;
	padding:0;
}

.main-slider .flexslider,.main-slider .slide {
	width:100%;
	height:0;
	padding:0 0 53%;
	margin-bottom:0;
	border-radius:0 0 0 0;
	border:1px solid #CCC;
	background:rgba(255,255,255,0.4);
	position:relative;
	z-index:1;
}

.main-slider .slide > a {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	z-index:0;
	padding-bottom:53%;
}

.main-slider .flexslider .flex-active-slide:after {
	content:"";
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(70%,rgba(0,0,0,0.65)),color-stop(99%,rgba(0,0,0,0.75)),color-stop(100%,rgba(0,0,0,0.75)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);
	background:-o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 70%,rgba(0,0,0,0.75) 99%,rgba(0,0,0,0.75) 100%);
	position:absolute;
	z-index:7;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:120px;
}

.main-slider .flexslider .flex-active-slide a:hover,.main-slider .flexslider .flex-active-slide a:focus {
	opacity:1;
}

.main-slider .flex-caption {
	background:#2049A5;
	bottom:20px;
	color:#fff;
	font-size:24px;
	font-family:"Open Sans Condensed",sans-serif;
	font-weight:700;
	left:20px;
	max-width:100%;
	padding:15px;
	position:absolute;
	text-align:left;
	text-shadow:0 -1px 0 rgba(0,0,0,0.3);
	width:auto;
	z-index:10;
	margin:0;
}

.main-slider .flex-caption a {
	color:#FFF;
}

.main-slider .flex-nav {
	position:absolute;
	bottom:40px;
	right:30px;
	font-family:"Open Sans Condensed",sans-serif;
	color:#FFF;
	font-size:20px;
	z-index:10;
	line-height:1;
	vertical-align:middle;
}

.main-slider .flex-nav a,.main-slider .flex-nav a:hover,.main-slider .flex-nav a:focus {
	text-decoration:none;
	opacity:1;
	color:#FFF!important;
	outline:none;
}

.main-slider .flex-nav em {
	font-size:30px;
	position:relative;
	bottom:-2px;
}

/*------------------------------------------------------------------*/
/*	CONTENT BLOCK: STORM TRACKER
/*------------------------------------------------------------------*/
.storm-tracker {
	margin-bottom:35px;
	position:relative;
}

.storm-tracker .row {
	margin-left:0;
	margin-right:0;
}

.storm-tracker .header,.storm-tracker .header a {
	color:#FFF;
	background:#2049A5;
	font-family:"Open Sans Condensed",sans-serif;
}

.storm-tracker .header div[class^=col-]:last-child {
	text-align:right;
	text-transform:uppercase;
	font-family:"Open Sans Condensed",sans-serif;
	font-weight:700;
	font-size:18px;
}

.storm-tracker .header p,.storm-tracker .header h3 {
	margin-bottom:0;
}

.storm-tracker .header div[class^=col-] {
	float:none;
	position:relative;
	display:inline-block;
	margin-right:-3.5px;
	padding:10px;
	line-height:1;
}

.storm-tracker .gris {
	padding:20px 35px;
}

.storm-tracker .gris div[class^=col-] {
	padding-right:2.5px;
	padding-left:2.5px;
}

.storm-tracker .gris h5 {
	font-weight:700;
}

.storm-tracker .custom-navigation a {
	font-size:20px;
	color:#444;
	position:absolute;
	line-height:20px;
	top:50%;
	margin-top:-40px;
	padding:30px 10px;
	text-shadow:0 0 12px #FFF;
}

.storm-tracker .custom-navigation a.flex-prev {
	left:0;
}

.storm-tracker .custom-navigation a.flex-next {
	right:0;
}

.storm-tracker .custom-controls-container {
	display:none;
}

/*------------------------------------------------------------------*/
/*	CONTENT BLOCK: RECENT VIDEOS
/*------------------------------------------------------------------*/
.recent-videos {
	padding-bottom:15px;
}

.recent-videos .title a {
	font-size:14px;
	font-weight:700;
}

.recent-videos .title small {
	color:#a6a6a6;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
}

/*------------------------------------------------------------------*/
/* POSTS/EXCERPTS
/*------------------------------------------------------------------*/
.badg {
	position:absolute;
	background:#2049A5;
	z-index:3;
	top:-8px;
	left:8px;
	padding:5px 20px;
}

.badg.block {
	position:relative;
	background:#2049A5;
	z-index:0;
	top:0;
	left:0;
	padding:10px;
	margin-top:15px;
	margin-bottom:5px;
}

.main-slider .badg {
	top:0;
	left:20px;
}

.badg * {
	color:#FFF;
	margin-bottom:0;
	padding-top:0;
	font-weight:700;
}

.badg a {
	color:#FFF;
}

.featured,.posts .excerpt {
	position:relative;
}

.featured .picture img,.posts .post .thumb img,.posts .excerpt .thumb img {
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
}

.featured {
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}

.featured .entry-title {
	position:relative;
	line-height:1.5;
	color:#000;
	font-weight:700;
	height:76px;
	display:block;
	overflow-y:hidden;
	text-indent:15px;
}

.featured .entry-title:before {
	content:"|";
	font-weight:700;
	position:absolute;
	color:#2a70ad;
	left:-15px;
}

.posts.recent-posts .title:before {
	content:"| ";
	font-weight:700;
	position:relative;
	color:#2a70ad;
}

.featured .entry-summary,.excerpt .entry-title {
	height:46px;
	overflow-y:hidden;
	display:block;
	line-height:1.5;
}

.posts .thumb {
	position:relative;
	display:block;
}

.posts .thumb:hover {
	opacity:.8;
}

.featured .meta,.related .meta {
	background:#f2f2f2;
	display:block;
}

.featured .meta:after,.featured .meta:before,.related .meta:after,.related .meta:before {
	content:"";
	display:table;
	clear:both;
}

.featured .post-comments,.featured .pub-date,.related .post-comments,.related .pub-date {
	float:left;
	width:50%;
	display:block;
	padding:5px 10px;
	color:#a4a4a4;
	text-transform:uppercase;
	white-space:nowrap;
	overflow:hidden;
}

.post .meta .post-comments {
	text-align:right;
}

.posts.excerpts .row {
	margin-left:0;
	margin-right:0;
}

.posts .excerpt {
	margin-bottom:10px;
	position:relative;
	line-height:1.2;
}

.posts .excerpt .thumb {
	padding-right:0;
	margin-top:5px;
}

.posts .excerpt .title {
	padding-top:0;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	line-height:1;
	min-height:90px;
}

.posts .title a {
	font-size:14px;
	font-weight:700;
	color:#000;
}

#footer .posts .excerpt .title a {
	color:#FFF;
}

.posts .excerpt .title small {
	color:#a6a6a6;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	display:inline-block;
}

.posts a.btn.btn-link {
	padding-left:0;
}

/* 3 Column Layout */
.no-thumb .featured .entry-title {
	height:54px;
	font-size:18px;
}

.no-thumb .posts .badg {
	position:relative;
	display:block;
	left:0;
	top:0;
	margin-bottom:5px;
}

.no-thumb .posts .btn-link {
}

.no-thumb .excerpt .thumb,.col-xs-4 .excerpt .title {
	float:none!important;
	display:inline-block;
	margin-right:-3.5px;
	vertical-align:top;
}

.no-thumb .excerpt .thumb {
	width:15%;
	top:23px;
	text-align:center;
}

.no-thumb .excerpt .title {
	width:100%;
	padding-left:15px;
	padding-right:15px;
}

.no-thumb .excerpt .thumb.col-xs-3 {
	display:none;
}

/* Video Posts + Excerpts */
.posts .featured .picture,.posts .post .thumb {
	position:relative;
}

.posts .featured.video .picture:after {
	content:"";
	background:url(../images/bttn_play.png) center top no-repeat;
	width:45px;
	height:45px;
	position:absolute;
	right:10px;
	bottom:40px;
}

.posts .post.video .thumb:after {
	content:"";
	background:url(../images/bttn_play.png) center top no-repeat;
	width:45px;
	height:45px;
	position:absolute;
	right:10px;
	bottom:10px;
}

.posts .post.video .thumb[class^=col-]:after {
	right:25px;
}

.posts .excerpt.video small:after {
	content:"";
	background:url(../images/bttn_play_small.png) center top no-repeat;
	background-size:cover;
	width:21px;
	height:21px;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}

/* Video Post Featured Image: */
.entry-content figure.pull-left {
	width:50%;
	margin-right:1em;
}

.entry-content figure.pull-left img {
	display:block;
	margin:0 auto;
	max-width:100%;
}

.entry-content figure.pull-left figcaption {
	font-size:12px;
	font-style:italic;
	display:block;
	padding:5px 10px;
}

/* SIDEBAR */
.headlines .headline small {
	color:#a6a6a6;
	font-size:14px;
	font-weight:700;
	display:block;
}

.sidebar-section .posts .excerpt {
	border-bottom:1px solid #CCC;
}

.sidebar-section .posts .excerpt.comments-0 {
	display:none;
}

.sidebar-section .posts .excerpt .title {
	min-height:0;
}

.sidebar-section .posts .excerpt .title,.sidebar-section .posts .excerpt:last-child {
	border-bottom:none;
}

/* SIDEBAR TWITTER WIDGETS */
.sidebar-section .widget_twitter_timeline .badg.block {
	border:0 none;
	clip:rect(0px,0px,0px,0px);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

/* Footer */
#footer .excerpt .thumb {
	padding-left:25px;
	margin-top:5px;
}

#footer .excerpt .title {
	padding-top:0;
	padding-bottom:10px;
	border-bottom:none;
	line-height:1;
	min-height:60px;
	color:#FFF;
}

#footer .excerpt .title > small {
	color:#9f9f9f!important;
	text-transform:uppercase;
}

/*------------------------------------------------------------------*/
/*	POSTS (AUTHOR + NEWS + ARCHIVE + CATEGORY ETC...)
/*------------------------------------------------------------------*/
.posts .post {
	padding-bottom:15px;
	padding-top:15px;
}

/*
.posts .post:hover,.row.grid >.col-xs-4:hover {
	background:#e7e7e7;
}
*/
.posts nav {
	text-align:center;
}

.row.grid {
	margin-left:0;
	margin-right:0;
}

.row.grid [class^=col-] {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-right:-3.5px;
}

.align-vertical {
	display:inline-block;
	vertical-align:middle;
	float:none;
}

/*------------------------------------------------------------------*/
/*	PAGINATION (BOOTSTRAP)
/*------------------------------------------------------------------*/
.pagination > li > a {
	padding:6px 10px;
	margin-left:2px;
	margin-right:2px;
	color:#FFF;
	background-color:#d1d1d1;
	border:1px solid #DDD;
	border-radius:2px 2px 2px 2px;
}

.pagination > li > a:hover,.pagination > li > a:active {
	color:#FFF;
	background-color:#d1d1d1;
	opacity:.8;
}

.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover {
	z-index:2;
	color:#FFF;
	cursor:default;
	background-color:#2049A5;
	border-color:#2049A5;
	border-radius:2px 2px 2px 2px;
}

/*------------------------------------------------------------------*/
/*	CONTEXTUAL BACKGROUNDS
/*------------------------------------------------------------------*/
.gris {
	background-color:#d1d1d1;
}

.noir {
	background-color:#000;
}

/*------------------------------------------------------------------*/
/*	CONTENT
/*------------------------------------------------------------------*/
#content {
	padding-top:15px;
	padding-bottom:15px;
}

.breadcrumbs {
	border-bottom:1px solid #dbdbdb;
}

.breadcrumbs p {
	margin:0 0 5px;
	padding:0;
}

.breadcrumbs p a {
	color:#696969;
}

/*------------------------------------------------------------------*/
/* SINGLE POST
/*------------------------------------------------------------------*/
/* Generalismo */
.hentry .page-header,.hentry .post-comments {
	float:none;
	display:inline-block;
	margin-right:-3.5px;
	vertical-align:middle;
}

.hentry .page-header h1 {
	font-weight:700;
}

.hentry .post-comments {
	font-size:18px;
	color:#a6a6a6;
	text-align:center;
}

.hentry .post-meta {
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
}

.hentry figure.banner img {
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
	border:none;
	outline:none;
}

/* Video Post */
.hentry.video figure.banner {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	margin:10px 0;
	overflow:hidden;
}

.hentry.video figure.banner object,.hentry.video figure.banner embed {
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}

/* Sharing - Single Post, Author Profile */
.hentry .social,.author .post .social {
	margin:0;
	padding:0;
}

.hentry .social:after,.hentry .social:before {
	position:relative;
	content:"";
	display:block;
	clear:both;
	height:0;
}

.hentry .social li,.author .post .social li {
	margin:0;
	padding:1px;
	height:auto;
	width:12.5%;
	float:left;
	position:relative;
}

.hentry .social li a,.author .post .social li a {
	display:block;
	background:#316db7;
	padding:5px 0;
	text-align:center;
	color:#FFF;
}

.author .social .fa {
	font-size:22px;
}

.hentry .social li a:hover,.hentry .social li a:active,.author .post .social li a:hover,.author .post .social li a:active {
	opacity:.8;
}

.hentry .social .twitter,.author .post .social .twitter {
	background:#29a9e0;
}

.hentry .social .facebook,.author .post .social .facebook {
	background:#306cb7;
}

.hentry .social .google-plus,.author .post .social .google-plus {
	background:#d3492c;
}

.hentry .social .pinterest,.author .post .social .pinterest {
	background:#ca1f27;
}

.hentry .social .linkedin,.author .post .social .linkedin {
	background:#00669a;
}

.hentry .social .reddit,.author .post .social .reddit {
	background:#CEE3F8;
}

.hentry .social .tumblr,.author .post .social .tumblr {
	background:#43536b;
}

.hentry .social .email,.author .post .social .email {
	background:#18232c;
}

/*------------------------------------------------------------------*/
/* SINGLE PAGE
/*------------------------------------------------------------------*/
/*  Page w/Flash Video */
div[id^=videoplayer-] {
	position:relative;
	padding-bottom:67.5%;
	height:0;
	margin:10px 0;
	overflow:hidden;
}

div[id^=videoplayer-] object,div[id^=videoplayer-] embed {
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}

.no-sidebar-content .bimvidCompanion {
	position:relative!important;
	margin:5px auto!important;
}

/*------------------------------------------------------------------*/
/*	SIDEBAR
/*------------------------------------------------------------------*/
.sidebar ul.social {
	list-style-type:none;
	margin:15px auto;
	padding:0;
	text-align:center;
	display:block;
}

.sidebar .social:after,.sidebar .social:before {
	position:relative;
	content:"";
	display:block;
	clear:both;
	height:0;
}

#footer .social li {
	margin:0;
	padding:1px;
	height:auto;
	width:16.6666%;
	float:left;
	position:relative;
}

.sidebar ul.social li {
	width:16.6666%;
	background:#fafafa;
	float:left;
	border:1px solid #FFF;
	padding:0;
}

.sidebar .social li a {
	display:block;
	background:#316db7;
	padding:15px 0 10px;
	text-align:center;
}

.sidebar .social li a.facebook {
	background:#316db7;
}

.sidebar .social li a.twitter {
	background:#17a8dd;
}

.sidebar .social li a.rss {
	background:#ff9204;
}

.sidebar .social li a.youtube {
	background:#cc181e;
}

.sidebar .social li a.email {
	background:#ff9204;
}

.sidebar .social li a.iphone {
	background:#7f7f7d;
}

.sidebar .social li a.android {
	background:#d4e352;
}

.sidebar .social li a i {
	font-size:36px;
	color:#FFF;
}

.sidebar .social li a:hover {
	opacity:.8;
}

/* Tabbed Content */
.sidebar-section.tabbed .nav {
	position:relative;
	margin-bottom:5px;
}

.sidebar-section.tabbed .nav li {
	padding:4px 2px 0;
}

.sidebar-section.tabbed .nav a {
	border-radius:0 0 0 0;
	background:#373737;
	color:#FFF;
	text-transform:uppercase;
	font-family:"Open Sans Condensed",sans-serif;
	font-weight:700;
	font-size:16px;
	border:none;
	padding-left:0;
	padding-right:0;
}

.sidebar-section.tabbed .nav .active a {
	background:#2049A5;
	color:#FFF;
	border:none;
}

.sidebar-section.tabbed .tab-content {
	padding:10px;
	background:#e6e6e6;
	margin-bottom:30px;
}

.sidebar-section.tabbed .tab-content {
	min-height:320px;
	position:relative;
	padding-bottom:46px;
}

.sidebar-section.tabbed .tab-content .lnk_more {
	position:absolute;
	bottom:0;
	right:0;
}

/* Post Excerpts */
.sidebar-section .excerpt {
	margin-left:0;
	margin-right:0;
}

/* Most Commented */
#commented ul {
	list-style:none;
	padding:0 10px;
}

#commented li {
	border-bottom:1px solid #CCC;
	padding:10px 0;
}

/* Iframed Content*/
.sidebar-section .embed-responsive-item {
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter,div.aligncenter {
	display:block;
	margin:5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
/* Image does not overflow the content area */
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip:rect(1px,1px,1px,1px);
	position:absolute!important;
	height:1px;
	width:1px;
	overflow:hidden;
}

.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {
	background-color:#f1f1f1;
	border-radius:3px;
	box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
	clip:auto!important;
	color:#21759b;
	display:block;
	font-size:14px;
	font-size:.875rem;
	font-weight:700;
	height:auto;
	left:5px;
	line-height:normal;
	padding:15px 23px 14px;
	text-decoration:none;
	top:5px;
	width:auto;
	z-index:100000;
/* Above WP toolbar. */
}

/*------------------------------------------------------------------*/
/* MAP MY NEWS
/*------------------------------------------------------------------*/
.page-map-my-news #content {
	padding:0;
	min-height:650px;
}

.page-map-my-news #footer {
	margin-top:0;
}

.page-map-my-news .mapp-canvas,.page-map-my-news .mapp-layout {
	margin:0 auto;
	padding:0;
	width:100%;
	min-height:650px;
	height:100%;
	border:none;
}

/*------------------------------------------------------------------*/
/*Video Central
/*------------------------------------------------------------------*/
.el__video__play-button {
	background:transparent url(http://MorrisNetworks/wp-content/themes/def/images/bttn_play.png) no-repeat scroll 0 0!important;
	background-color:transparent;
	background-image:url(http://MorrisNetworks/wp-content/themes/def/images/bttn_play.png)!important;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 0;
	background-clip:border-box;
	background-origin:padding-box;
	background-size:auto auto;
	cursor:pointer;
	height:70px;
	margin:25% auto 0;
	width:70px;
}

.el__video__play-button:hover {
	background:transparent url(http://MorrisNetworks/wp-content/themes/def/images/bttn_play.png) no-repeat scroll 0 0!important;
	background-color:transparent;
	background-image:url(http://MorrisNetworks/wp-content/themes/def/images/bttn_play.png)!important;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 0;
	background-clip:border-box;
	background-origin:padding-box;
	background-size:auto auto;
}

/*/mediaquery*/
/*-----------------------------------------------max-width 1200-------------------------------------------------------*/
@media screen and (max-width:1200px) {
	/* NAV BOTTOM */
	.nav-bottom .nav-justified > li.menu-item > a {
		font-size:12px;
		white-space:nowrap;
	}

	.nav-bottom li.menu-item:after {
		top:2px;
	}
}

/*/mediaquery*/
/*-----------------------------------------------max-width 767-------------------------------------------------------*/
@media screen and (max-width:767px) {
	/* GENERALISMO */
	.border-right:after {
		border-right:none;
	}

	.border-left:before {
		border-left:none;
	}

	/* NAV BOTTOM */
	.nav-bottom .nav-justified {
		padding-top:10px;
		padding-bottom:10px;
	}

	.nav-bottom .nav-justified > li.menu-item > a {
		font-size:21px;
		text-align:left;
	}

	.dropdown-menu {
		position:relative;
		width:auto;
		height:auto;
		float:none;
	}

	.nav-bottom .nav-justified > li.menu-item:after {
		display:none;
	}

	ul.dropdown-menu li > ul.dropdown-menu {
		display:block;
	}

	/* LOGIN */
	.nav-top .tabs-bottom li.lnk-login:after {
		display:none;
	}

	/* SEARCH */
	.tabs-bottom .navbar-form {
		margin-right:auto;
		margin-left:auto;
	}
}

/*/mediaquery*/
/*-----------------------------------------------max-width 600-------------------------------------------------------*/
@media screen and (max-width:600px) {
	/*------------------------------------------------------------------*/
	/*	SLIDER (HOME PAGE)
	/*------------------------------------------------------------------*/
	.main-slider .badg {
		position:relative;
		left:0;
		top:0;
	}

	.main-slider .flex-nav {
		display:none;
	}

	.main-slider .slides {
		background:#2049A5;
	}

	.main-slider .slides .slide {
		height:auto;
		padding:0;
		border:none;
	}

	.main-slider .slide > a {
		position:relative;
		display:block;
		padding-bottom:75%;
	}

	.main-slider .flexslider .flex-active-slide:after {
		content:"";
		background:transparent none;
		height:0;
	}

	.main-slider .flex-caption {
		background:#2049A5;
		font-size:18px;
		left:0;
		position:relative;
		bottom:0;
	}
}

/*/mediaquery*/
/*-----------------------------------------------max-width 500-------------------------------------------------------*/
@media screen and (max-width:500px) {
	/*Grid Extended - T(i)ny Screen /12 column*/
	.col-tny-1,.col-tny-2,.col-tny-3,.col-tny-4,.col-tny-5,.col-tny-6,.col-tny-7,.col-tny-8,.col-tny-9,.col-tny-10,.col-tny-11,.col-tny-12 {
		position:relative;
		min-height:1px;
		padding-left:15px;
		padding-right:15px;
	}

	.col-tny-1,.col-tny-2,.col-tny-3,.col-tny-4,.col-tny-5,.col-tny-6,.col-tny-7,.col-tny-8,.col-tny-9,.col-tny-10,.col-tny-11,.col-tny-12 {
		float:left;
	}

	.col-tny-12 {
		width:100%;
	}

	.col-tny-11 {
		width:91.66666667%;
	}

	.col-tny-10 {
		width:83.33333333%;
	}

	.col-tny-9 {
		width:75%;
	}

	.col-tny-8 {
		width:66.66666667%;
	}

	.col-tny-7 {
		width:58.33333333%;
	}

	.col-tny-6 {
		width:50%;
	}

	.col-tny-5 {
		width:41.66666667%;
	}

	.col-tny-4 {
		width:33.33333333%;
	}

	.col-tny-3 {
		width:25%;
	}

	.col-tny-2 {
		width:16.66666667%;
	}

	.col-tny-1 {
		width:8.33333333%;
	}

	.col-tny-offset-1 {
		margin-left:8.33333%;
	}

	.col-tny-offset-2 {
		margin-left:16.6667%;
	}

	.col-tny-offset-3 {
		margin-left:25%;
	}

	.col-tny-offset-4 {
		margin-left:33.3333%;
	}

	.col-tny-offset-5 {
		margin-left:41.6667%;
	}

	.col-tny-offset-6 {
		margin-left:50%;
	}

	.col-tny-offset-7 {
		margin-left:58.3333%;
	}

	.col-tny-offset-8 {
		margin-left:66.6667%;
	}

	.col-tny-offset-9 {
		margin-left:75%;
	}

	.col-tny-offset-10 {
		margin-left:83.3333%;
	}

	.col-tny-offset-11 {
		margin-left:91.6667%;
	}

	.col-tny-offset-12 {
		margin-left:100%;
	}

	.hidden-tny {
		display:none!important;
	}

	.col-tny-offset-0 {
		margin-left:0;
	}

	/* Video Post Featured Image: */
	.entry-content figure.pull-left {
		width:100%;
		padding:15px 0 0;
		margin:0 auto;
	}

	.entry-content figure.pull-left img {
		margin:0 auto;
		width:100%;
	}

	/* Main Tabbed Navigation: */
	.nav-top .nav-tabs,.nav-top .nav-tabs li {
		float:none!important;
	}

	.nav-top .nav-tabs {
		margin:0 -15px;
		padding:0;
	}

	.nav-top .nav-tabs li a {
		border-radius:0!important;
		margin:0 auto;
	}
}

@media print {
	*,:before,:after,:first-letter,:first-line {
		background-color:inherit!important;
		color:#000!important;
	/* Black prints faster: */
		box-shadow:none!important;
		text-shadow:none!important;
	}

	.container {
		max-width:100%;
	}

	a,a:visited {
		text-decoration:underline;
	}

	/**
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
	a:after {
		content:""!important;
	}

	#header .social a[href]:after,#footer nav a:after {
		content:" (" attr(href) ")"!important;
	}

	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}

	/*
     * Printing Tables:
     */
	thead {
		display:table-header-group;
	}

	tr,img {
		page-break-inside:avoid;
	}

	img {
		max-width:100%!important;
	}

	p,h2,h3 {
		orphans:3;
		widows:3;
	}

	h2,h3 {
		page-break-after:avoid;
	}

	#footer .col-sm-4 {
		display:none!important;
	}
}
