body { padding-top: 50px; }
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(images/3.GIF) no-repeat 50% 50%;
}
.btn-xlg {
	padding: 20px 50px;
	font-size: 26px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.left-xs {
	margin-left: 5px;
}
.left-sm {
	margin-left: 10px;
}
.left-md {
	margin-left: 15px;
}
.left-lg {
	margin-left: 20px;
}
.left-xlg {
	margin-left: 25px;
}
nav.navbar {
    margin-bottom: 0 !important;
}

.hero {
    background: #f3f3f3;
    height: 500px;
}

.hero h1 {
    line-height: 50px;
    padding: 175px 0;
    margin: 0;
}
#plugins .hero h1 {
}
.plugin-box {
    text-align: center;
    background: #e2e2e2;
    box-shadow: 0px 1px 2px rgba(95, 95, 95, 0.39);
    border: 1px solid #adacac;
    padding: 15px;
    min-height: 320px;
}

.plugin-box-container {
    padding: 0 !important;
}

.plugins-available {
    background: #e2e2e2;
    padding: 60px 0;
}
#footer {
    background: #e2e2e2;
    padding: 60px 0;
}
#methods .hero h1 {
    line-height: 50px;
    padding: 175px 0;
    font-size: 28px;
}

#methods .hero h1 .big-text {
    font-size: 36px;
}
.methods-available {
    background: #dadada;
    padding: 60px 0;
}
.methods-available h4 {
	margin-bottom: 25px;
}
em {background: #c1c1c1;padding: 2px 5px;}
.methods-available.alternate {
    background: #E2E2E2;
}
.togglePre {
	max-height: 120px;
	position: relative;
	overflow:hidden;
}
.togglePre.expanded {
	max-height: none !important;
	overflow:scroll;
}
span.pre-overlay {
    position: absolute;
    background: rgba(255, 255, 255, 0.71);
    width: 100%;
    margin: -9.5px;
    font-weight: bold;
    font-size: 23px;
    height: 100%;
    line-height: 110px;
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
strong.error {
    background: #d9534f;
    padding: 2px 5px;
    color: #FFF;
    font-weight: normal;
}

strong.notice {
    background: #5cb85c;
    padding: 2px 5px;
    color: #FFF;
    font-weight: normal;
}

.content li {
    margin: 3px 0;
}

@media(max-width: 991px) {

	#splash button {
		width: 100% !important;
		margin-top: 10px;
	}
	#plugins .hero h1 {
		line-height: 50px;
		padding: 175px 0;
		font-size: 28px;
	}
	.plugin-box-container {
		margin: 10px 0;
	}
}

@media(max-width: 768px) {
	.dropdown-toggle {
		display: none !important;
	}
	.dropdown-menu {
		display: block !important;
		float: left !important;
		position: relative;
		background: transparent;
		box-shadow: none !important;
		border: none !important;
		width: 100% !important;
	}

	.navbar-nav {
		height: auto !important;
	}

	.navbar-collapse {
		height: auto !important;
		max-height: none !important;
		position: relative !important;
	}

	li.dropdown-header {
		/* display: none; */
		color: #9d9d9d !important;
		font-size: 14px;
		border-bottom: 1px solid #000000;
		padding: 10px 0px;
		margin: 0 25px;
	}

	li.divider {
		display: none;
	}

	.dropdown-menu>li>a {
		color: #9d9d9d !important;
		padding: 10px 45px;
	}

	nav.navbar {
		position: relative !important;
	}

	body {
		padding: 0;
	}
}