/*---------------------min-width: 1400px----------------------------- */
@media (min-width: 1400px) {
.container {
	max-width: 1400px;
}
}
/*---------------------max-width: 1399px----------------------------- */
@media (max-width: 1399px) {
.container {
	margin: 0 20px;
}
}
/*---------------------max-width: 1200px----------------------------- */
@media (max-width: 1200px) {
h1 {
    font-size: 1.5em !important;
}

h2 {
    font-size: 1.3em !important;
}

h3 {
    font-size: 1.2em !important;
}
.btn-group .btn {
	padding: 16px 16px;
	font-size: 16px;
}
.logo img {
	position: absolute;
	top: 2px;
	left: 0px;
	max-width: 220px;
	height: auto;
	z-index: 2;
    }
}
/*---------------------max-width: 979px----------------------------- */
@media (max-width: 979px) {
nav {
	/*top: 20px;*/
	top: 0;
}
section#sub-stage {
	height: 275px;
}
.box {
	margin-bottom: 0px;
}
.box-half {
	width: 100% !important;
	border-left: none;
}
.box-fourth {
	width: 48% !important;
	border-bottom: none;
	padding: 20px;
}
.box-modified-fourth {
	width: 100% !important;
	border-bottom: none;
	padding: 20px;
}
.box-fourth:last-child, .box-fourth:nth-last-child(2), .box-modified-fourth:last-child, .box-modified-fourth:nth-last-child(2) {
	border-top: 1px dotted #9a9a9a;
	border-left: none !important;
}
}
/*---------------------max-width: 767px----------------------------- */
@media (max-width: 767px) {
h1 {
    font-size: 1.3em !important;
}

h2 {
    font-size: 1.2em !important;
}

h3 {
    font-size: 1.0em !important;
}
#content-heading {
	padding: 15px;
}
#box-container {
	padding-top: 20px;
}
.box {
	margin-bottom: 0px;
	margin-right: 0px;
	min-height: 200px;
}
.box-third {
	width: 100% !important;
	padding: 20px;
	border-left: none !important;
	border-bottom: 1px dotted #9a9a9a;
}
.box-third:last-child {
	border-bottom: none;
}
}
/*---------------------max-width: 568px----------------------------- */
@media (max-width: 568px) {
h1 {
    font-size: 1.2em !important;
}

h2 {
    font-size: 1.1em !important;
}

h3 {
    font-size: 1.0em !important;
}
/*#content-heading {*/
/*	padding: 10px;*/
/*}*/
.logo-alt {
	padding: 5px 0 3px 0;
	font-size: 1.1em;
	font-weight: 500;
}
.btn #mobile-link {
	padding-top: 2px;
}
section#sub-stage {
	height: 200px;
}
#box-container {
	padding-top: 15px;
}
.box-fourth {
	width: 100% !important;
	padding: 20px;
	border-left: none !important;
	border-bottom: 1px dotted #9a9a9a;
}
.box-fourth:last-child {
	border-bottom: none;
}
}
/*---------------------max-width: 320px----------------------------- */
@media (max-width: 320px) {
.container {
	margin: 0 10px;
}
h1 {
    font-size: 1.1em !important;
}

h2 {
    font-size: 1.0em !important;
}

h3 {
    font-size: 0.9em !important;
}
#box-container {
	padding-top: 10px;
}
}