body {
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

button {
	margin-top: 5px;
}

table {

	color: black;
/* default fallback */
	background: rgb(0, 0, 0) transparent;
/* nice browsers */
	background: rgba(255, 255, 255, 0.8);
/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";

	width: 100%;

}

.error {
text-decoration: line-through;
}

.radio {

	/* default fallback */
	background: rgb(0, 0, 0) transparent;
	/* nice browsers */
	background: rgba(0, 0, 0, 0.7);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";


}



.progress {
	/* default fallback */
	background: rgb(255, 255, 255) transparent;
	/* nice browsers */
	background: rgba(255, 255, 255, 0.2);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
	border: 3px solid black;
}
.progress-bar {
	/* default fallback */
	background: rgb(255, 255, 255) transparent;
	/* nice browsers */
	background: rgba(255, 255, 255, 0.8);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
}


.activity-title td {
	border-top: 1px solid white;
	padding: 1%;
}

body {
	padding-top: 70px;
}

.quotation {
	text-align: center;
	margin: 2px;
	font-size: 1em;
}

iframe.soundcloud {
	width: 100%;
	height: 95px;
	margin: 1% 1% 2% 1%;
}

iframe.youtube {
	width: 80%;
	height: 268px;
	margin: 1%;
}

.fb_iframe_widget iframe {
	width:100% !important;
}

.navbar-inverse {
	/* default fallback */
	background: rgb(0, 0, 0) transparent;
	/* nice browsers */
	background: rgba(0, 0, 0, 0.5);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
}


.highlight {color: yellow;}

.panel {
	margin-top: 2%;
	padding: 3%;
	color: white;
	/* default fallback
	background: rgb(0, 0, 0) transparent;
	/* nice browsers */
	background: transparent;
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";

}
.panel a {
	color: white;
}


.popover-example .popover {
	position: relative;
	display: block;
	margin: 10px;
	color: black;
	max-width: 100%; // Max Width of the popover (depending on the container!)

}



input[type="radio"].pronounceradio {
    margin-top: -1px;
    vertical-align: middle;
    height: 100%;
    width: 2em;
}


#dialogimgcontainer {
	height: 400px;
}

.dialogimg {
	text-align:center;
	width:40%;
	max-width:200px;
	display: block;
	margin: 0 auto;
	padding: .75%;
}


#exploreimg {
    text-align:left;
    width:40%;
    max-width:150px;
    display: block;
    padding: 0;
}




.btn {
    white-space: normal;
}


.btn-outline {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.2);
	border: 3px solid white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.open .dropdown-toggle.btn-outline {
	color: #ffffff;
	background-color: #000;
	border-color: #FFFFFF;
}

.btn-outline:active,
.btn-outline.active,
.open .dropdown-toggle.btn-outline {
	background-image: none;
}

.btn-outline.disabled,
.btn-outline[disabled],
fieldset[disabled] .btn-outline,
.btn-outline.disabled:hover,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
.btn-outline.disabled:focus,
.btn-outline[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
.btn-outline.disabled:active,
.btn-outline[disabled]:active,
fieldset[disabled] .btn-outline:active,
.btn-outline.disabled.active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline.active {
	background-color: #000000;
	border-color: #FFFFFF;
}

.btn-outline .badge {
	color: #000000;
	background-color: #ffffff;
}










.video {
    text-align: center;
	/*background-image: url("../img/elearningartspotlighttexturebg3.jpg"); */
	background-size: 100% 100%;
}

.center {
	display: block;
	margin:  0% auto;
	padding: .75%;
}



.logoimg {
    max-width:300px;
	margin-top: 10px;

}


/* glyphicon sizes */

.gi-2x {
	font-size: 2em;
}
.gi-3x {
	font-size: 3em;
}
.gi-4x {
	font-size: 4em;
}
.gi-5x {
	font-size: 5em;
}

/* end glyphicon sizes */



/* special styles for different viewports */

@media (max-width: 240px) {    

	button {
		height:20px;
		margin-top:0;
	}

	h1 {
		font-size:15px;
		margin:0;
	}
	h2 {
		font-size:11px;
	}
	h3 {
		font-size:10px;
	}

	#continue {
		margin-top:0;
	}

	.btn {
		font-size:11px;
		margin-top:0;
	}
	.glyphicon {
		font-size:10px;
	}

	.logoimg {
	max-width: 150px;
		margin-top: 20px;
   }

   	.progress-bar {
      font-size: .7em;
   }

}

@media (max-width: 480px) {
	.activity-title {

		border: 0;
	}

	.glyphicon {
		font-size:15px;
	}
    .logoimg {
	max-width: 250px;
   }
	h1 {
		font-size:15px;
		margin:0;
	}

}



/* end special styles for different viewports */

/* Google Fonts */

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGNbE_oMaV8t2eFeISPpzbdE.woff) format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format('woff2'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 300;
	src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6MAjkyiewWYrWZc50I8hK7I.woff2) format('woff2'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6GGomRtBD2u8FwSY4jjlmeA.woff) format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMxgy2Fsj5sj3EzlXpqVXRKo.woff2) format('woff2'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoMzNrcjQuD0pTu1za2FULaMs.woff) format('woff');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 700;
	src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Nnl6YROR5rHLkdLoHwoOWA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/fpTVHK8qsXbIeTHTrnQH6Nog-We9VNve39Jr4Vs_aDc.woff) format('woff');
}