/* CSS Document */

body {
    background-image: url("../images/background_picture8.jpg");
    background-repeat: no-repeat;
}
.center_back{
	background-color:#FFF;
	opacity:.9;
	padding: 3px 3px 0px 10px;
}
	
#tools{
	text-align:center;
}

#tools_btn{
	font-weight:bold;
	clear:both;
	margin:0;
	padding:5px 10px;
	display:inline-block;
	border-width:3px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#tools_btn:link, #tools_btn:visited{
	border:2px solid #F93;
	background-color:#F93;
	color:#fff;
	text-decoration:none;
}

#tools_btn:hover{
	background-color:#8020AF;
	border:2px solid #8020AF;
}

#tools #features{
		color:#fff;
		background-color:#21223D;
		padding:10px 10px 0 10px;
		border-bottom:2px solid #F93;
}

#tools #features .nav-pills a{
	margin-bottom:10px;
}

#tools #features .nav-pills a{
	margin-left:10px;
}

header{
	padding-top:5px;
	margin-bottom:5px;
}

header p{
	padding-top:12px;
	font-size:140%;
	font-weight:normal;
}

header #UCEL_header{
	clear:right;
}

.resource_title{
	font-weight:bold;
	font-size:120%;
}

html > body > div.container > nav#main_nav.navbar.navbar-default div{
	padding:0px;
}

html > body > div.container > nav#main_nav.navbar.navbar-default > div#bs-example-navbar-collapse-1.collapse.navbar-collapse > ul.nav.navbar-nav > li > a{
	padding:auto 5px;
}

.main_nav{
	font-size:80%;
	position: relative;
	z-index: 1000;
	margin-bottom:12px;
}

nav.section_nav{
	padding:10px 10px;
	background-color:#CCC;
	opacity: .7;
}

nav.section_nav ul{
	list-style:none;
	padding:0;
	margin:0;
}

.center img.img-responsive{
	margin:0 auto 5px auto;
}

.center iframe{
	margin:0 auto 5px auto;
	text-align:center;
	display:block;
	background-color:transparent;
}

footer{
	background-color:#3276b1;
	color:#fff;
	padding:20px;
	-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
margin-bottom:10px;
}

footer ul{
	margin:0;
	padding:0;
	list-style:none;
}

footer p{
	margin-bottom:0px;
}

footer img{
	margin-top:5px;
}

footer a{
	color:#000;
}

.pop_up_hide{
	display:none;
}

.panel_current{
	display:block;
}

#supporting_image{
	position:relative;
}

#pop_up_panel{
	position:absolute;
	top:0;
	margin:70px auto 0 auto;
}

/*
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}
*/