@import url('https://fonts.googleapis.com/css?family=Jura:400,600,700');

*{
    box-sizing:        border-box;
	-moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
}

html{
	padding: 0px;
	margin: 0px;
	border: 0px;
	min-height: 100%;
	width: 100%;
	background-color: rgb(255,255,255);
}			
body{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	max-width: 100%;
	min-height: 100%;
	font-family: 'Jura', sans-serif;
	color: rgb(43,39,40);
	font-weight: 600;
	margin-top: 6.3em;
}

h1{
	font-size: 2.8em;
	line-height: 1em;
	font-weight: 600;
	margin: 0 0 0.5em 0;
	color: rgb(184,40,47);
}

h2{
	color: rgb(184,40,47);
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
}

h3{
	color: rgb(184,40,47);
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	padding: 0;
	margin: 0;
}	
h4{
	font-size: 1.4em;
	color: rgb(180,180,180);
	font-weight: 300;
	margin: 0;
}
hr{
	border: none;
	height: 2px;
	background-image: -webkit-gradient(linear,left top, right top,from(rgb(125,75,75)),to(rgb(240,240,240)));
	background-image: linear-gradient(90deg,rgb(125,75,75),rgb(240,240,240));
	margin: -0.5em 0 2em 0;
}

p{
	margin: 0 0 1em 0;
}

/*-----------------------TITLE BAR ----------------------------------*/

#title {
  	position: fixed;
	top: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 0 3em;
	background-color: rgb(232,234,240);
	z-index: 3;
	-webkit-filter: drop-shadow(0 0 7px rgba(0,0,0,0.6));
	filter: drop-shadow(0 0 7px rgba(0,0,0,0.6));

	display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.title-phone{
	color: rgb(86,83,106);
	font-size: 2em;
	text-align: right;
	width: 17em;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 8.5em;
	flex: 0 1 8.5em;
	text-align: center;
}
.title-logo{
	display: block;
	text-decoration: none;
	width: 15.625em;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 16.625em;
	flex: 0 1 16.625em;
	text-align: left;
}
.title-logo img{
	width: 14.75em;
	margin: 0.5em 0 -3em 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.title-logo img.shift{
	width: 125px;
   margin: 0.2em 0 -1.6em 0;	
}

/*-----------------------------------NAV STYLE -----------------------*/

.invest{
}
.invest a{
	background-color: #BE1F2C;
	color: white!important;
	font-weight: 700!important;;
}
#navContainer{
	position: relative;
	display: block;
	text-align: right;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 400px;
	flex: 1 1 400px;
}
.navHolder{
	background-color: transparent;
	position: relative;
	width: auto; 
	z-index: 5;
}
	.navHolder .social-links {
		display:none; 
		position:relative;
		text-align:center;
		padding: 5px 5px;
	}
	.navHolder .social-links>div{
		float: none;
		display:inline-block;
	}

ul.nav{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
   	-ms-flex-wrap: nowrap;
   	flex-wrap: nowrap;
	max-width: 100%;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	font-size: 0.75em;
}
ul.nav li{
	position: relative;
	overflow: visible;
}
ul.nav>li{
	display: inline-block;
	padding: 0;
}
ul.nav li>a{
	padding: 0.3em 1em;
}
	
ul.nav>li>a{
	font-weight: bold;
	display: block; 
	display: table-cell;
	width: 100%;
	text-decoration: none;
	vertical-align:middle;
	text-transform: uppercase;
	color: rgb(68,74,85);
	text-align: center;
	height: 3.1em;
	border-radius: 0.35em;
}
	ul.nav>li:first-of-type b{
		font-family: 'Material icons';
		text-transform: none; 
		font-size: 2em; 
		vertical-align: middle;
}

ul.nav li:hover>a, ul.nav li.selected>a{
	color: black;
	background-color: rgba(0,0,0,0.1);
}
ul.nav>li ul{
	position: absolute;
	top: 100%;
	left: 60%;
	min-width: 100%;
	overflow: hidden;
	list-style:none;
	padding: 0;
	white-space: nowrap;
	max-height: 0;
	-webkit-transition:        max-height 0.5s;
	transition: max-height 0.5s;
	background-color: rgba(50,50,50,0.9);
	text-align:center;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,1);
	box-shadow: 0 0 15px rgba(0,0,0,1);
	color: rgb(150,150,150);
}
ul.nav>li>ul{
	left: 0%;
	overflow: hidden;
}
ul.nav>li ul:hover{
	overflow:visible;
}
ul.nav li:hover>ul{
	max-height: 600px;
	visibility: visible;
	z-index: 2;
}
ul.nav li>ul{
	z-index: 1;
	font-size: 0.9em;
}
ul.nav>li ul>li:first-of-type{
	border-style: solid;
	border-color: rgb(150,150,150);
	border-width: 0.25em 0 0 0;
}
ul.nav>li ul>li:last-of-type{
	border-style: solid;
	border-color: rgb(150,150,150);
	border-width: 0 0 0.25em 0;
}
ul.nav>li>ul>li a{
	display: block;
	text-align:left;
	text-decoration:none;
	width: 100%;
	height: 100%;
	color: rgb(207,166,133);
}
ul.nav>li>ul>li ul{
	top: 10%;
	visibility: hidden;
}
ul.nav>li>ul>li:hover ul{
	visibility: visible;
}

/* ----------------------- FOOTER ------------------------------ */

.footer{
	background-image: url('../images/footer-back.jpg');
	background-size: cover;
	background-position: center center;
}
.footer>div{
	width: 1600px;
	max-width: 95%;
	margin: 0 auto;
	padding: 4em 0;
	text-align: center;
}
.footer-address{
	font-size: 1.9em;
	margin: 0 0 0.5em 0;;
}
.footer-phone{
	font-size: 3.1em;
	margin: 0 0 0.5em 0;
}

.sub-footer{
	background-color: rgb(86,93,106);
	color: white;
	font-size: 0.6em;
	color: white;
	text-align: center;
	line-height: 1.4em;
	padding: 2em;
	font-weight: 300;
	letter-spacing: 0.08em;
}
.sub-footer>div{
	color: rgba(255,255,255,0.6);
}
.sub-footer a{
	color:white;
}

.sponsors{
	padding: 1em 5em;
	border-color: rgb(116,127,141);
	border-width: 10px 0 10px 0;
	border-style: solid;
	background-color: rgba(255,255,255,1);
	text-align: center;
}
.sponsors div{
	display: inline-block;
	padding: 1em;
}
.sponsors div:first-of-type{
	position: absolute;
	left: 0.5em;
	top: -1em;
}
.sponsors img{
	max-height: 60px;
	width: auto;
	vertical-align: top;
	max-width: 100%;
}



/* ----------------------------- GENERIC STYLES -------------------------*/

.cows{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.whole-page-container{
	background-color: white;
	min-height: 100vh;
	overflow:hidden;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}

.tbl{
	display: table;
	width:  100%;
	border-collapse: collapse;
}
.tr{display: table-row}
.td{
	display: table-cell;
	padding: 0.1em 0.3em;
}

section{
	position: relative;
	line-height: 2em;
}

.text{
    text-align: justify;
    position: relative;
}
.text h1, h2, h3{
	text-align: left;
}
.general{
    padding: 3em 0;
    
}
.general>div{
    width: 1650px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 3em;
}
.general h2{
    font-size: 2.5em;
    color: rgb(85,93,106);
}

.social img{
	height: 1em;
	background-color: rgb(200,200,210);
	border-radius: 0.1em;
}

/* --------- 3rd party cookie consent policy -------------------------*/

.cc_dialog.headline {
    right: 0!important;
    top: auto!important;
    bottom: 0!important;
    left: 0!important;
    max-width: 100%!important;
    position: fixed!important;
	border-top: 5px solid black;
}

/* ---------------------------- HOME PAGE --------------------------------*/

.photo-banner{
	min-height: 600px;
	background-position: center center;
	background-size: cover;
	text-align: center;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	position: relative;
	max-height: 600px;
	overflow: hidden;
	
}
.photo-banner h1{
	color: rgb(85,92,105);
	color: white;
	font-size: 4em;
	-webkit-filter: drop-shadow(0 0 5px black);
	filter: drop-shadow(0 0 2px black) drop-shadow(0 0 25px black);
}
.photo-banner h1 b{
	font-size: 0.5em;
	position: relative;
	top: -0.5em;
}
.photo-banner h3{
	color: rgb(85,92,105);
	color: white;
	font-size: 1.5em;
	-webkit-filter: drop-shadow(0 0 2px black) drop-shadow(0 0 25px black);
	filter: drop-shadow(0 0 2px black) drop-shadow(0 0 25px black);
}

.photo-banner div{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);;
}


.about-us{
	padding: 3em 0;
}
.about-us>div{
	width: 1650px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.about-us>div>div:first-of-type{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 350px;
	flex: 1 1 350px;
	text-align: center;
}
.about-us>div>div:last-of-type{
	-webkit-box-flex: 1;
	-ms-flex: 2 1 500px;
	flex: 2 1 500px;
	padding: 0 2em;
}
.about-us h2{
	font-size: 2.5em;
	color: rgb(85,93,106);
}
.about-us-button{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: white;
	line-height: 3.1em;
	width: 10em;
	text-align: center;
}
.about-us-button:before{
	content: "";
	position: absolute;
	left: -1em;
	top: 0;
	height: 0;
	width: 10em;
	border-style: solid;
	border-color: rgb(165,178,199) rgb(165,178,199) rgb(165,178,199) transparent;
	border-width: 1.55em 0em 1.55em 1em;
	z-index: 1;
	background-color: rgb(165,178,199);
}
.about-us-button:after{
	content: "";
	position: absolute;
	left: calc(100% - 0.5px);
	top: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent rgb(165,178,199);
	border-width: 1.55em 1em;
}
.about-us-button span{
	position: relative;
	z-index: 2
}
.image{
	max-width: 100%;
}
.image img{
	max-width: 100%;
}

.cta{
	background-image: url("../images/cta-background.jpg");
	background-position: left center;
	background-size: cover;
	height: 18.75em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	font-size: 1.4em
}
.cta>div{
	width: 1650px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
}
.cta span{
	font-size: 1.5em;
}
.cta form{
	display: inline-block;
	vertical-align: baseline;
	padding: 0 1em;
	font-family: inherit;
}
.cta form input{
	font-family: inherit;
	font-size: 0.8em;
	padding: 0.5em;
}
.cta form [type=text]{
	width: 20em;
}
.cta form .bgm-captcha-container{
	font-size: 0.8em;
	width: 20em!important;
	display: block;
	margin: 0.25em auto;
}
.cta form [type=submit]{
	background-color: rgb(191,30,45);
	color: white;
	border: 1px solid rgba(255,255,255,0.5);
}


.promo{
	background-color: rgba(115,127,141,1.00)!important;
}
.promo h2{
	color: white;
	display: none;
}
.promo .bgm-big-screen-container{
	margin-top: 0;
}

.three-steps,
.about-video{
	padding: 7em 0;
	background-color: rgb(232,234,240);
}
.about-video>div{
	width: 1400px;
	margin: 0 auto;
	max-width: 95%;
	padding: 0 1em;
}
.three-steps>div{
	width: 1650px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.three-steps>div>div{
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25em;
	flex: 1 1 25em; 
	margin: 0 1em;
}
.three-steps>div>div img{
	display: block;
	margin: 0 auto;
}
.three-steps h3{
	font-size: 1.5em;
	color: rgb(86,93,106);
}


/* ------------------------------ TECHNOLOGY ----------------------- */

.gradient-back{
    position: relative;
    background-image: linear-gradient(10deg, rgba(30,30,120,0.1) 0%, white 40%);
    padding: 7em 0;
}   


/* ----------------------------- TEAM PAGE ---------------------- */

/*
.flex-container{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-container>div{
    flex: 1 1 600px;
    padding: 2em;
     background-image: linear-gradient(30deg, rgba(30,30,120,0.1) 0%, white 70%);
}
.flex-container img{
    display: block;
    margin: 1em auto;
    max-width: 100%;
    height: auto;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
.flex-container h2{
    text-align: center;
}
.team{
    border-radius: 100%;
}
*/

.flex-container{
	text-align: center;
	margin: 0 -3em;
}
.image-container-vB{
	display: inline-block;
	max-width: 100%;
	width: calc(250px + 2em); 
}
/*
.image-container-vB{
	flex: 0 1 calc(400px + 4em);
	display: flex;
	justify-content: center;
}
*/
.image-container-vB>div{
	display: block;
	position: relative;
	padding: 1em;
	max-width: calc(250px + 2em);
}
.team{
	-webkit-box-shadow: 0.5em 0.5em 0.5em rgba(0,0,0,0.5);
	box-shadow: 0.5em 0.5em 0.5em rgba(0,0,0,0.5);
	border-radius: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	-webkit-animation: shrink;
	animation: shrink;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes shrink{
	0% {-webkit-transform: scale(1.25);transform: scale(1.25); z-index: 2;}
	100%{-webkit-transform: scale(1);transform: scale(1); z-index: 1;}
}
@keyframes shrink{
	0% {-webkit-transform: scale(1.25);transform: scale(1.25); z-index: 2;}
	100%{-webkit-transform: scale(1);transform: scale(1); z-index: 1;}
}
.image-container-vB>div:hover .team{
	position: relative;
	-webkit-animation: bounce;
	animation: bounce;
   -webkit-animation-duration: 0.5s;
   animation-duration: 0.5s;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounce{
   0% {-webkit-transform: scale(1);transform: scale(1); z-index: 2;}
   40% {-webkit-transform: scale(1.3);transform: scale(1.3); z-index: 2;}
   60% {-webkit-transform: scale(1.15);transform: scale(1.15); z-index: 2;}
   80% {-webkit-transform: scale(1.28);transform: scale(1.28); z-index: 2;}
   90% {-webkit-transform: scale(1.22);transform: scale(1.22); z-index: 2;}
   100% {-webkit-transform: scale(1.25);transform: scale(1.25); z-index: 2;}	
}
@keyframes bounce{
   0% {-webkit-transform: scale(1);transform: scale(1); z-index: 2;}
   40% {-webkit-transform: scale(1.3);transform: scale(1.3); z-index: 2;}
   60% {-webkit-transform: scale(1.15);transform: scale(1.15); z-index: 2;}
   80% {-webkit-transform: scale(1.28);transform: scale(1.28); z-index: 2;}
   90% {-webkit-transform: scale(1.22);transform: scale(1.22); z-index: 2;}
   100% {-webkit-transform: scale(1.25);transform: scale(1.25); z-index: 2;}	
}

.title{
	z-index: 11;
	position: absolute;
	right: -2em;
	bottom: -2em;
	background-color: rgba(25,0,0,0.8);
	border-radius: 0.5em;
	padding: 1em 2em;
	text-align: right;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	font-size: 0.7em;
}
.image-container-vB>div:hover .title{
	bottom: 0;
	opacity: 1;
}
.title h2{
	font-size: 2.2em;
	color: white;
	margin: 0;
	text-align: right;
}
.title h3{
	font-size: 1.2em;
	color: rgb(200,200,200);
	text-align: right;
}
#teamMembers [type=radio]{
	display: none;
}

.team-linkedin{
	background-color: rgb(200,200,210);
	border-radius: 0.2em;
	vertical-align: bottom;
	height: 2em;
}


/* ---------------------------- CONTACT ------------------------------- */

.contact{
	padding: 4em 0;
	background-color: rgb(116,127,142);
}
.contact>div{
	width: 1650px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* -------------------------- DEFAULT OVERRIDES --------------------------*/

.BGM-contact-form{
	padding: 2em;
	background-color: rgba(0,0,0,0.2);
	border-radius: 0.5em;
    overflow: hidden;
}
.BGM-parallax-container{
	width: 100%;
	height: auto;
}

.BGM-QNA-box{
	padding: 3em 0;
}

/* --------------------- MEDIA QUERIES ------------------------------------ */


@media screen and (max-width: 1600px){
}

@media screen and (max-width: 1500px){
}

@media screen and (max-width: 1400px){
	body{font-size: 0.8em;}
}

@media screen and (max-width: 1200px){
}

@media screen and (max-width: 1100px){
}

@media screen and (max-width: 1000px){
	.title-phone{font-size: 1.5em;}
	#title{padding: 0;}
	.title-logo {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12em;
    flex: 0 1 12em;
	}
	ul.nav li>a {
    padding: 0.3em 0.5em;
	}
}

@media screen and (max-width: 900px){
}

@media screen and (max-width: 850px){
}
@media screen and (max-width: 800px){
	body{margin-top: 45px;}
	#title{
		position: fixed;
		top: 0;
		left: 0%;
		bottom: 0;
		width: 30%;
		min-width: 18em;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		padding: 45px 0 0 0;
		overflow: auto;
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);
		-webkit-transition: -webkit-transform 0.25s;
		transition: -webkit-transform 0.25s;
		transition: transform 0.25s;
		transition: transform 0.25s, -webkit-transform 0.25s;
		z-index: 1; 
		-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
		background-color: rgb(230,230,230);
	}
	
	.title-logo{
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		text-align: center;
	}
	#title .navHolder{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.title-phone{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.title-logo img{
		margin-bottom: 0;
		position: absolute;
		bottom: 1em;
		width: 60%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	


	#navContainer{position: relative;}
	.navHolder{width: 100%; height: auto; padding: 2em 0;}
	ul.nav{-ms-flex-wrap: wrap;flex-wrap: wrap; height: auto;}
	ul.nav>li{-webkit-box-flex: 1;-ms-flex: 1 1 100%;flex: 1 1 100%; max-width: 100%;}
	ul.nav>li>a{padding: 0.5em 1em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	ul.nav>li:first-of-type b{font-family: inherit;text-transform: uppercase;font-size: 1em;}
	ul.nav>li ul{position: relative; left: 0}
	ul.nav>li>ul>li a{white-space: normal;}
	ul.nav>li ul>li ul>li>a{padding: 0.5em 1em 0.5em 2em; background-color: rgba(255,255,255,0.05)}
 
	
	.bgm-ss-caption{font-size: 1.8em; text-align: center;}
	.section-flex>div:first-of-type{padding-right: 0;}
	.section-flex>div:last-of-type{padding-left: 0; padding-top: 2em;}
	
	.navControl img{
		height: 35px;
	}
	.navControl .phone{
		float: right;
		color: white;
		font-size: 1.5em;
	}
	
	.text h1, h1, h2, h3 {
		text-align: center;
		padding: 0 1em;
	}
	.gradient-back{
		padding: 3em 0;
	}
	.general>div{
		padding: 0 2em;
	}
	.footer>div>img{
		max-width: 100%;
	}
	.footer .nav {
		display: none;
	}
}
	

@media screen and (max-width: 750px){
	.cta form{
		display: block;
		max-width: 100%;
	}
	.cta form input{
		max-width: 100%;
	}
}

@media screen and (max-width: 600px){
}
@media screen and (max-width: 500px){
}

@media screen and (max-width: 450px){
	.general>div{padding: 0 1em;}
	.BGM-contact-form{padding: 1em;}
}

@media screen and (max-width: 400px){
}



@media print{
	.main{width: 1400px!important}
	.noprint{display:none;}
	.BGM-CMS-admin-control, .BGM-CMS-form-container, #bgm-cms-screen, .aux-link-container, .homeRule, .slide-show{display:none;}
	*{background-color: white!important; background-image: none!important; background: initial!important;}
}

/*-----------*/