/*************** ST BOOTSTRAP EXTENSION ****************/

.st-no-margin {
	margin: 0;
}

.st-no-margin-top {
	margin-top: 0;
}

.st-no-margin-bottom {
	margin-bottom: 0;
}

.st-no-margin-left {
	margin-left: 0;
}

.st-no-margin-right {
	margin-right: 0;
}

.st-no-margin-sides {
	margin-left: 0;
	margin-right: 0;
}

.st-no-padding {
	padding: 0;
}

.st-no-padding-top {
	padding-top: 0;
}

.st-no-padding-right {
	padding-right: 0;
}

.st-no-padding-bottom {
	padding-bottom: 0;
}

.st-no-padding-left {
	padding-left: 0;
}

.st-no-padding-sides {
	padding-left: 0;
	padding-right: 0;
}

.st-top-none {
	margin-top: 0;
}

.st-top-xs {
	margin-top: 2.5%;
}

.st-top-sm {
	margin-top: 5%;
}

.st-top-md {
	margin-top: 7.5%;
}

.st-top-lg {
	margin-top: 10%;
}

.st-top-first {
	margin-top: 100px;
}

.st-bottom-none {
	margin-bottom: 0;
}

.st-bottom-xs {
	margin-bottom: 2.5%;
}

.st-bottom-sm {
	margin-bottom: 5%;
}

.st-bottom-md {
	margin-bottom: 7.5%;
}

.st-bottom-lg {
	margin-bottom: 10%;
}

.st-xs {
	font-size: 75%;
}

.st-sm {
	font-size: 90%;
}

.st-md {
	font-size: 125%;
}

.st-lg {
	font-size: 150%;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.navbar-collapse {
	height: auto;
	max-height: none !important;
}

.navbar-toggle {
	color: #000;
	line-height: 50px;
	font-size: 40px;
}

.navbar-right {
	margin-right: 0;
}

.st-anim {
	margin-left: -10000px !important;
}

.st-full-width {
	width: 100%;
}

@media (max-width: 767px) {
	.text-left-xs {
		text-align: left;
	}
	.text-right-xs {
		text-align: right;
	}
	.text-center-xs {
		text-align: center;
	}
	.text-justify-xs {
		text-align: justify;
	}
}

@media (min-width: 768px) {
	.text-left-sm {
		text-align: left;
	}
	.text-right-sm {
		text-align: right;
	}
	.text-center-sm {
		text-align: center;
	}
	.text-justify-sm {
		text-align: justify;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.text-left-md {
		text-align: left;
	}
	.text-right-md {
		text-align: right;
	}
	.text-center-md {
		text-align: center;
	}
	.text-justify-md {
		text-align: justify;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.text-left-lg {
		text-align: left;
	}
	.text-right-lg {
		text-align: right;
	}
	.text-center-lg {
		text-align: center;
	}
	.text-justify-lg {
		text-align: justify;
	}
}


.st-footer-align > div:first-child a , .st-footer-align > div:first-child a > i {
	line-height: 30px !important;
	vertical-align: middle !important;
}

.st-footer-align > div:first-child {
	text-align: center;
	margin-left: 33%;
}

.st-footer-align > div {
	text-align: right;
}

.st-footer-align > div:last-child {
	text-align: left;
	margin-left: -100%;
}

.st-footer-align > div:last-child table {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.st-footer-align .st-map {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.st-footer-align > div:first-child {
		text-align: center;
		margin-left: 0;
		margin-top: 0;
	}

	.st-footer-align > div {
		text-align: center;
		margin-left: 0;
	}

	.st-footer-align > div:last-child {
		text-align: center;
		margin-left: 0;
		margin-top: 40px;
	}
}

@media screen and (max-width: 320px) {
	.st-footer-align > div:last-child table {
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
}

.st-break {
	display: none;
	height: 1px;
	width: 100%;
	clear: both;
	float: none;
}

	@media screen and (max-width: 1366px){
		.st-break-1366 {
			display: block;
		}
	}

	@media screen and (max-width: 1024px){
		.st-break-1024 {
			display: block;
		}
	}

	@media screen and (max-width: 800px){
		.st-break-800 {
			display: block;
		}
	}

	@media screen and (max-width: 640px){
		.st-break-640 {
			display: block;
		}
	}

	@media screen and (max-width: 360px){
		.st-break-360 {
			display: block;
		}
	}

img {
	max-width: 100%;
	border: 1px solid #6c6860;
}

img.st-no-border {
	border: none !important;
}

.st-banner {
	padding-top: 3%;
	padding-bottom: 3%;
}

p {
	z-index: 1;
}

.pull-left , .pull-right {
	z-index: 2;
}

.video-wrapper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.video-wrapper iframe {
	border: medium none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

