/*overrides default*/
.form-control {
	margin-bottom: 3px;
}
/*
div.gtttab-menu div.list-group>a.active:after {
	border-left: 10px solid;
}
*/
a, a:hover {
	text-decoration: none;
}
.lineDividerTop {
	border-top: 2px solid;
}
.showPricesColumn {
	vertical-align: middle;
	width: 10px;
}
.navImgLeft {
	margin-left: -14px !important;
	margin-top: 40px !important;
}
.navImgRight {
	margin-top: 40px;
}
.containerSpecial {
	padding: 0px;
}
.container {
	-webkit-box-shadow: 0px 0px 32px 3px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 32px 3px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 32px 3px rgba(0, 0, 0, 0.20);
}
nav {
	padding: 0px 15px;
}
.navbar {
	min-height: 80px;
}
/* override end*/

.header-container {
	position: fixed;
	z-index: 1004;
	width: 750px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;

}
.top-nav {
	height: 80px;
	top: 0px;
	position: fixed;
	z-index: 1004;
	border-bottom: 10px solid;
}

.title {
	margin-left: 30px;
	font-size: 25px;
	padding: 15px 0px 0px 3px;
	position: relative;
}

.circle {
	border-radius: 50%;
	width: 50%;
	height: auto;
	padding: 11px 12px 12px 15px;
}

#img-header {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 252px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1000;
	background-size: cover;
}

.img-responsive {
	max-height: 350px;
}
.body {
	padding: 300px 30px 30px 30px;
	text-align: justify;
	height: 100%;
}

.logo {
	position: relative;
	left: 100px;
	top: 15px;
	max-width: 235px;
	max-height: 190px;
	border: 12px solid;
	border-radius: 10%;
	-webkit-border-radius: 10%;
	z-index: 1045;
	padding: 6px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.fixed-header {
	position: relative;
	top: 10px;
	left: 40px;
	max-width: 120px;
	max-height: 105px;
}

.home-btn {
	right: 16px;
	top: 23px;
	font-size: 1.5em;
	position: absolute;
	z-index: 1001;
}

.scrolled {
   opacity: 0;
   transition: all 1s ease;
}

.footer-style {
	width: 100%;
	padding: 9px 0;
	bottom: 0px;
	font-size: 15px !important;
}

.footer-top {
	height: 40px;
	width: 100%;
	padding: 5px 0;
	text-align: center;
}

.footer-icons {
	font-size: 32px;
	padding: 2px;
	margin-bottom: 5px;
}

.icons {
	height: 40px;
	width: 40px;
}

#divider {
	height: 10px;
	width: 100%;
	bottom: -82px;
	position: relative;
	z-index: 1000;
}

/* BEGIN: EXTRA NAVIGATION BUTTONS */
	.navExtraLeft {
		margin-top: 318px;
	}

	@media screen and (max-width: 392px) {
		.navExtraLeft {
			margin-top: 30px;
		}
	}

	@media screen and (max-width: 767px) {
		.navExtraLeft {
			margin-top: 138px;
		}
	}

	@media screen and (min-width: 992px) {
		.navExtraLeft {
			margin-top: 318px;
		}
	}

	@media screen and (min-width: 1013px) {
		.navExtraLeft {
			margin-top: 319px;
		}
	}
/* END: EXTRA NAVIGATION BUTTONS */

@media screen and (max-width:767px) {

	.logo {
		left: 40px;
		top: 10px;
		max-width: 125px;
		max-height: 90px;
	}
	.navbar {
		min-height: 54px;
	}
	.top-nav {
		height: 52px;
		border-bottom: 7px solid;
	}
	.title {
		margin-left: 10px;
		font-size: 18px;
		padding-top: 11px;
	}
	.home-btn {
		right: 23px;
		top: 13px;
		font-size: 1.2em;
	}
	#img-header {
		height: 140px;
		top: -44px;
	}
	.footer-style {
		padding: 4px 0px 4px 0px;
		bottom: 0px;
		font-size: 10px !important;
		margin-bottom: 0px;
	}
	.footer-top {
		height: 20px;
	}

	.footer-icons {
		font-size: 23px;
	}
	.icons {
		height: 22px;
		width: 22px;
	}
	.body {
		height: auto;
		padding: 100px 30px 30px 30px;
	}
	#divider {
		height: 7px;
		bottom: -6px;
	}
}
@media screen and (min-width: 1013px) {
	nav {
		width: auto;
	}
}
