@charset	"utf-8";
/*	CSS	Document	*/
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 40px;
	height: auto;
	background: #FFF;
}
footer {
	position: absolute;
	height: 40px;
	bottom: 0;
	width: 100%;
	background: #183356;
	z-index: 100;
}
header {
	width: 100%;
}
.navbar-collapse .nav {
	float: right;
}
.navbar {
	background: #183356;
}
nav ul li a:link, nav ul li a:visited {
	color: #FFF;
	padding-top: 18px;
	padding-bottom: 18px;
	font-family: 'Merriweather Sans', sans-serif;
}
nav ul li a:hover {
	background: #FFF;
	color: #183356;
}
ul.subnav{
	padding-left: 15px;
}

.navbar-toggle {
	width: 30px;
	padding: 5px 5px;
	background: none;
	margin-right: 10px;
	border-radius: 0px;
	margin-top: 12px;
}
.navbar-toggle:active, .navbar-toggle:focus {
	outline: none;
}
.navbar-toggle span.icon-bar {
	width: 18px;
	background: #FFF;
}
h1, h2, h3, h4, h5, p, li, input, select {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5 {
	font-weight: lighter;
}
h2 {
	color: #FFF;
	font-size: 28px;
	margin: 0 0 10px;
	font-family: 'Merriweather Sans', sans-serif;
}
h3 {
	color: #FFF;
	font-size: 24px;
	margin: 10px 0 10px;
	font-family: 'Merriweather Sans', sans-serif;
}
h2 span {
	font-size: 22px;
}
h4 {
	color: #70278a;
	line-height: 40px;
	font-size: 20px;
}
h5 {
	font-size: 18px;
	line-height: 36px;
}
p {
	font-size: 16px;
	line-height: 26px;
}
#section1 {
	background: url("../img/bg-image1.jpg");
	background-size: cover;
}
#section2 {
	background: url("../img/onAir.jpg");
	background-size: cover;
}
#section3 {
	background: url("../img/bg-image3.jpg");
	background-size: cover;
}
#section4 {
	background: url("../img/streaming_webcast.jpg");
	background-size: cover;
}
#section5 {
	background: url("../img/bg-image2.jpg");
	background-size: cover;
}
#pp-nav li .active span, .pp-slidesNav .active span {
	background: #FFF;
}
a:link, a:visited {
	color: #ff0000;
}
a:active, a:hover,
a:focus {
	color: #e13131;
    text-decoration: underline;
}
.pHolder {
	color: #a9a9a9;
}
#dt-logo {
	margin-top: 10px;
}
#dt-logo a:link, #dt-logo a:visited {
	width: 180px;
	height: 37px;
	display: block;
	margin: 0px 0px;
	background: url("../img/dt-logo-white.png");
	text-indent: -10000px;
	opacity: 1;
	background-position: 0px 0px;
	background-repeat: no-repeat;
    transition: all 0.5s ease-out;
}
#dt-logo a:hover, #dt-logo a:active, #dt-logo a:focus {
	opacity: 0.9;
}
#dt-logo.blink a:link, #dt-logo.blink a:visited {
	background: url("../img/dt-logo-white.png");
    transition: all 0.5s ease-out;
}
#icon-twitter { width: 26px; float: right; margin-top: 6px; margin-right: 10px; }
#icon-twitter a:link, #icon-twitter a:visited {
	display: block;
	height: 26px;
	width: 26px;
	background: url("../img/icon-twitter.png");
	text-decoration: none;
	text-indent: -10000px;
	opacity: 1;
}
#icon-twitter a:hover, #icon-twitter a:active {
	opacity: 0.8;
}

#icon-facebook { width: 26px; float: right; margin-top: 6px; margin-right: 10px; }
#icon-facebook a:link, #icon-facebook a:visited {
	display: block;
	height: 26px;
	width: 26px;
	background: url("../img/icon-facebook.png");
	text-decoration: none;
	text-indent: -10000px;
	opacity: 1;
}
#icon-facebook a:hover, #icon-facebook a:active {
	opacity: 0.8;
}

#icon-google { width: 26px; float: right; margin-top: 6px; margin-right: 10px; }
#icon-google a:link, #icon-google a:visited {
	display: block;
	height: 26px;
	width: 26px;
	background: url("../img/icon-google.png");
	text-decoration: none;
	text-indent: -10000px;
	opacity: 1;
}
#icon-google a:hover, #icon-google a:active {
	opacity: 0.8;
}

#icon-linkedin { width: 26px; float: right; margin-top: 6px; margin-right: 10px; }
#icon-linkedin a:link, #icon-linkedin a:visited {
	display: block;
	height: 26px;
	width: 26px;
	background: url("../img/icon-linkedin.png");
	text-decoration: none;
	text-indent: -10000px;
	opacity: 1;
}
#icon-linkedin a:hover, #icon-linkedin a:active {
	opacity: 0.8;
}

#icon-vimeo { width: 26px; float: right; margin-top: 6px; margin-right: 10px; }
#icon-vimeo a:link, #icon-vimeo a:visited {
	display: block;
	height: 26px;
	width: 26px;
	background: url("../img/icon-vimeo.png");
	text-decoration: none;
	text-indent: -10000px;
	opacity: 1;
}
#icon-vimeo a:hover, #icon-vimeo a:active {
	opacity: 0.8;
}

#icon-tumblr { width: 26px; float: right; margin-top: 6px; margin-right: 10px; }
#icon-tumblr a:link, #icon-tumblr a:visited {
	display: block;
	height: 26px;
	width: 26px;
	background: url("../img/icon-tumblr.png");
	text-decoration: none;
	text-indent: -10000px;
	opacity: 1;
}
#icon-tumblr a:hover, #icon-tumblr a:active {
	opacity: 0.8;
}

#icon-wordpress { width: 26px; float: right; margin-top: 6px; }
#icon-wordpress a:link, #icon-wordpress a:visited {
	display: block;
	height: 26px;
	width: 26px;
	background: url("../img/icon-wordpress.png");
	text-decoration: none;
	text-indent: -10000px;
	opacity: 1;
}
#icon-wordpress a:hover, #icon-wordpress a:active {
	opacity: 0.8;
}
footer p {
	font-size: 11px;
	color: #FFF;
	margin: 0;
	line-height: 40px;
}
footer a {
	font-size: 11px;
}
@media (max-width:1004px ){
	.navbar-collapse .nav {
		width: 100%;
		float: left;
		margin: 0;
	}
	.navbar {
		background: #183356;
	}
	.navbar-collapse .nav li{
		width: 100%;
	}
	nav ul li a:link, nav ul li a:visited {
		width: 100%;
		color: #FFF;
		padding-top: 18px;
		padding-bottom: 18px;
		font-family: 'Merriweather Sans', sans-serif;
	}
	nav ul li a:hover {
		background: #FFF;
		color: #183356;
	}
}
@media screen and (min-width: 568px) and (max-width: 666px){
	nav ul li a:link, nav ul li a:visited {
		padding-top: 12px;
		padding-bottom: 13px;
	}
}
@media screen and (min-width: 405px) and (max-width: 670px){
	.video-container {
		padding: 24px 100px 0;
	}
	h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 14px;
	}
}
@media (max-width: 405px){
	footer {
		height: 80px;
	}
	footer p {
		line-height: 80px;
	}
	footer .pull-left {
		width: 40%;
	}
	footer .pull-right {
		width: 40%;
	}
	.social-icons div[id^="icon"] {
		margin-right: 5px !important;
	}
	#icon-wordpress, #icon-vimeo, #icon-linkedin, #icon-google {
		margin-top: 10px;
	}
}
@media (max-width: 330px){
	footer .pull-right {
		width: 50%;
	}
}