/*
* {
  outline: 1px solid #f00 !important;
}
*/
body {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.branded-bg {
	background-color: #ffc107;
}
#landingvideowrapper {
	position: relative;
}
@media only screen and (min-width: 992px) {
.navwrapper:hover, .navbar-shrink {
	box-shadow: 0 0 4px #777777;
	background-color: #FFFFFF;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.landingvideocontainer {
	position: relative;
	padding-bottom: 50%;
}
.landingvideo {
	position: absolute;
	top: 0;
	left: 50%;
	min-width: 100%;
	width: 100%;
	height: auto;
	z-index: 1;
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#formareawrapper {
	position: relative;
	height: 220px;
	z-index: 2;
	top: -220px;
}
#formareawrapper:hover {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#form {
	position: absolute;
	width: 540px;
	right: 0;
	margin: 0;
	padding: 0;
}
.navbar-brand-hide {
	display: none !important;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.navwrapper:hover, .navbar-shrink {
	box-shadow: 0 0 4px #777777;
	background-color: #FFFFFF;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.website-logo a img {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 246px;
	height: 155px;
	opacity: 1;
	z-index: 10;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.logo-shrink a img {
	top: 22px;
	left: 14px;
	width: 166px;
	height: 0px;
	opacity: 1;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	position: fixed;
}
.text-area-left {
	padding: 2% 5% 2% 12%;
}
.text-area-right {
	padding: 2% 12% 2% 5%;
}
.text-area-full-width {
	padding: 1% 6% 1% 6%;
}
#locationmap {
	display:block;
	height: 360px;
	width: 100%;
}
#go-top {
	right: 30px;
	bottom: 40px;
}
}
@media only screen and (max-width : 992px) {
header {
	margin-top: 74px;
}
.navbar {
	background: #F0F0F0;
	box-shadow: 0 0 4px #777777;
}
#go-top {
	right: 30px;
	bottom: 40px;
}
.website-logo {
   position: relative;
   width: 246px;
   height: 155px;
   margin: 20px auto 0 auto;
}
h1, h2 {
 text-align:center;
}
#locationmap {
	overflow: hidden;
	display:block;
	height: 360px;
	width: 100%;
}
#formareawrapper {
	background-color: rgba(0, 0, 0, 0.3);
	height: 220px;
}
#form {
	width: 100%;
	right: 0;
	margin: 0;
	padding: 0;
}
}
@media only screen and (max-width : 576px) {
#go-top {
	right: 10px;
	bottom: 10px;
}
}
@media print {
p, h1, h2 {
	color:#000;
}
.website-logo {
   position: relative;
   width: 246px;
   height: 155px;
   margin: 80px auto 40px auto;
}
h3, h4, h5 {
 color:#000;
 font-size: 22px;
 text-align:left;
 margin-top: 44px;
}
article {
 page-break-inside: avoid;
}
}
#go-top {
	display: none;
	position: fixed;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #F0F0F0;
	color: #000;
	z-index: 10;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	box-shadow: -1px -1px 3px #777777;
}
#go-top:hover {
	background-color: #FFC107;
	color: #000;
	text-decoration: none;
}
#go-top>i {
	font-size: 20px;
	line-height: 46px;
}
.sharebuttons {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	width: 280px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid black;
	border-radius: 23px;
	box-shadow: 0 1px 8px #888888;
	z-index: 99999;
}
.sharebuttons>a {
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
}
.sharebuttons>a>i {
	display: inline-block;
	background-color: white;
	border-radius: 20px;
	box-shadow: 0 0 2px #000;
	padding: 4px;
}
.sharebuttons>a>i:hover {
	transform: scale(3, 3) translate(0, -2px);
	transition: transform 200ms ease;
}
.share-telegram {
	color: #0088cc;
}
.share-telegram:hover {
	color: #0088cc;
}
.share-whatsapp {
	color: #4fce5d;
}
.share-whatsapp:hover {
	color: #4fce5d;
}
.share-facebook {
	color: #3B5998;
}
.share-facebook:hover {
	color: #2d4373;
}
.share-twitter {
	color: #1DA1F2;
}
.share-twitter:hover {
	color: #0c85d0;
}
.share-reddit {
	color: #CEE3F8;
}
.share-reddit:hover {
	color: #A3D1FF;
}
.share-vk {
	color: #1A4B78;
}
.share-vk:hover {
	color: #4376A6;
}
.share-email {
	color: #C41E3A;
}
.share-email:hover {
	color: #D2042D;
}