
/* DESKTOP */
@media (min-width: 991px) {
.hide-on-desktop{display:none;}
}

/* MOBILE */
@media (max-width: 990px) {
.bg-top{ background:url(../img/banner-mobile.jpg); background-size:cover; height: 100vh; background-position:center top;}
.bg-top img{ display:none;}
.mb-center{ text-align:center;}
.hide-on-mobile{display:none;}
}



.bg-white-1 {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.bg-white-2 {
	background: rgb(226,226,226);
background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );

}

.bg-style-1 {
background: linear-gradient(to bottom, rgb(0, 145, 138) 0%,rgb(0, 196, 186) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c200d3', endColorstr='#ff0084',GradientType=0 );
}

