header {
	padding: 20px;
}
footer {
	color: #69767f;
	padding: 20px;
}
footer a {
	color: inherit;
	text-decoration: none;
}
.navbar {
	margin-bottom: 0;
	top: 0;
	width: 100%;
	z-index: 100000;
	border-radius: 0;
}
.navbar-nav {
	padding: 3px 0;
}
.navbar-fixed {
	position: fixed;
}
.navbar-header {
	text-align: center;
}
.navbar-toggle {
	float: none;
}
.nav > li > a {
	padding-left: 25px;
	padding-right: 25px;
	text-transform: uppercase;
}
.carousel img {
	width: 100%;
}
.carousel-caption {
	background-color: rgba(0, 0, 0, 0.4);
	width: 25%;
	top: 50%;
	bottom: auto;
	padding: 12px;
	font-size: 24px;
	font-weight: bold;
	left: 66%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.title {
	width: 100%;
	background-color: #e6e6e6;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.title-fixed {
	padding-top: 45px;
}
.title h1 {
	text-transform: uppercase;
	font-size: 30px;
	height: 54px;
	line-height: 54px;
	margin: 0;
	font-weight: 800;
	color: #a6aaad;
}
.breadcrumb {
	background-color: inherit;
	margin-top: 10px;
	margin-bottom: 0;
}
#headline {
	padding: 10px;
}
#graphic-menu {
	background-color: #d6dadc;
}
#graphic-menu .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
#graphic-menu .col-md-4 {
	text-align: center;
	padding: 25px;
	border-right: solid 1px #9a9ea1;
	height: 250px;
}
#graphic-menu .col-md-4:last-child {
	border: none;
}
#graphic-menu a {
	color: inherit;
	text-decoration: none;
}
#graphic-menu .col-md-4:hover {
	box-shadow: inset 0px -2px 0px 0px #3799d8;
}
#graphic-menu h2 {
	color: #53575b;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	font-weight: 300;
	text-transform: uppercase;
	font-size: 24px;
}
#main {
	margin-top: 10px;
	padding: 15px 15px;
}
#panel  {
	background-color: #e6e6e6;
}
#panel .col-md-4, footer .col-md-4 {
	padding: 25px;
}
.extra-menu-text {
	float: right;
	padding: 15px 25px;
}
.menu-text-header {
	display: none;
}
.form-site iframe {
	position: absolute;
	/*top: 0;*/
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form-site {
	/*width: 480px; height: 460px; overflow: visible;*/
	/*width: 30%; overflow: hidden; height: 85%;*/
	width: 33.333%;
	border-radius: 8px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.65)), color-stop(100%,rgba(255,255,255,0.65)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.65) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.65) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0.65) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.65) 100%);
}
.form-site-content {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 485px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.form-site-sm {
	display: none;
	height: 490px;
	margin-top: 10px;
}
iframe[name='google_conversion_frame'] {
	display: none;
}
@media screen and (max-width: 991px) {
	#graphic-menu .col-md-4:hover {
		background-color: #a7acaf;
	}
	#graphic-menu .col-md-4 {
		border-bottom: solid 1px #9a9ea1;
		border-right: none;
	}
}
@media screen and (max-width: 1500px) {
	.form-site {
		top: 0;
		transform: inherit;
	}
}
@media screen and (max-width: 1200px) {
	.form-site {
		display: none;
		/*width: 100%;
		position: relative;
		margin: 0 auto;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;*/
	}
	.form-site-sm {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.navbar {
		/*position: relative !important;*/
		top: 0;
		left: 0;
	}
	.navbar-toggle {
		vertical-align: middle;
	}
	.title {
		padding-top: 0 !important;
	}
	.extra-menu-text {
		display: none;
	}
	.menu-text-header {
		display: inline-block;
	}
	.carousel-caption {
		font-size: 1em !important;
	}
}
@media screen and (min-width: 992px) {
	#headline, #main {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
