@media screen and (min-width:768px) {
.dropdown:hover .dropdown-menu{display:block;margin-top:0}
body{margin-bottom:10px;font-family:'Lato',sans-serif}
.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none;margin-bottom:20px}
.carousel-indicators li{display:inline-block;width:50px;height:5px;text-indent:-999px;cursor:pointer;background-color:#868686;background-color:#868686;border:1px solid #434343}
.carousel-indicators .active{width:50px;height:5px;margin-bottom:1px;background-color:#fff}
.navbar{margin-bottom:0}
.navbar-brand .logo-mob{display:none}
.navbar-brand .logo-win{width:70px;margin-top:-10px}
#mob-hide{
	display: none;
}
}

@media only screen and (max-width: 767px) {
section.page{padding-top:50px}
.footer2{text-align:center}
.navbar-nav > li > a{padding-top:0;padding-bottom:0;line-height:20px}
.navbar-collapse{padding-right:50px;padding-left:50px}
.divider{height:1px;width:100%;display:block;margin:9px 0;overflow:hidden;background-color:#fff}
.divider-end{height:3px;width:100%;display:block;margin:9px 0;overflow:hidden;background-color:#fff}
body{margin-bottom:100px}
/*.carousel.slide{padding-top:50px}*/
li{text-align:left}
.navbar{width:100%;}
.navbar-brand .logo-win{;width: 50px;}
.navbar-toggle .icon-bar:nth-of-type(2){top:1px}
.navbar-toggle .icon-bar:nth-of-type(3){top:2px}
.navbar-toggle .icon-bar{position:relative;transition:all 500ms ease-in-out}
.navbar-toggle.active .icon-bar:nth-of-type(1){top:6px;transform:rotate(45deg)}
.navbar-toggle.active .icon-bar:nth-of-type(2){background-color:transparent}
.navbar-toggle.active .icon-bar:nth-of-type(3){top:-6px;transform:rotate(-45deg)}
#account-dropdown{display: none;}
}
#audioplayer{float:left;width:150px;height:25px;margin:15px auto auto;border:solid 1px #444242;border-radius:2px;background:#7d7e7d;background:-moz-linear-gradient(top,rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);background:-webkit-linear-gradient(top,rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);background:linear-gradient(to bottom,rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d',endColorstr='#0e0e0e',GradientType=0)}
#pButton{margin-top:0;height:20px;width:20px;border:none;background-size:50% 50%;background-repeat:no-repeat;background-position:center;float:left;outline:none}
.play{background:url('play.png')}
.pause{background:url('pause.png')}
#timeline{width:115px;height:10px;margin-top:5px;float:left;border-radius:15px;background:#444242}
#playhead{width:10px;height:10px;border-radius:50%;background:#FFF}



.title{

	text-align: center;
	margin-bottom: 50px;
}


h1{
	margin-top: 75px;
	color: #990000;
}
.content ol.numbers li{
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}
.content ol p{
/*	margin-left: 30px;*/
	text-align: justify;
	color: #222;
	margin-left: -12px;
}
.content ol.numbers .letters {
	list-style-type: lower-alpha;
	font-weight: normal;
	margin-left: -41px;
}
.content ol.numbers .letters li{
	font-weight: normal;
	text-align: justify;
}

.content .highlight{
	font-style: italic;
	color: #f60;
}
.content strong{
	color: #f60;
}
.col-md-6{
	padding: 0 25px;
}
@media only screen and (max-width: 767px) {



}