
.mt-0 {margin-top: 0!important;}
.mt-5 {margin-top: 5px !important}
.mt-10 {margin-top: 10px !important}
.mt-15 {margin-top: 15px !important}
.mt-20 {margin-top: 20px !important}
.mt-30 {margin-top: 30px !important}
.mt-40 {margin-top: 40px !important}
.mt-50 {margin-top: 50px !important}
.mt-60 {margin-top: 60px !important}
.mt-70 {margin-top: 70px !important}
.mt-80 {margin-top: 80px !important}
.mt-90 {margin-top: 90px !important}
.mt-100 {margin-top: 100px !important}
.mt-110 {margin-top: 110px !important}
.mt-120 {margin-top: 120px !important}
.mt-130 {margin-top: 130px !important}
.mt-140 {margin-top: 140px !important}
.mt-150 {margin-top: 150px !important}
.mt-160 {margin-top: 160px !important}
.mt-170 {margin-top: 170px !important}
.mt-180 {margin-top: 180px !important}
.mt-190 {margin-top: 190px !important}
.mt-200 {margin-top: 200px !important}

body, html{
	padding: 0;
	margin: 0;
	
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
}
p{
	font-family: 'Roboto', sans-serif;
	color: #333;
	line-height: 1.4;
	font-size: 18px;
}
a {
    color: #333;
    text-decoration: none;
}
.logo {
    width: 300px;
    margin-bottom: 70px;
}
.boxIntro{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/*position:absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -300px;*/
	width: 100%;
	/*max-width: 600px;
	min-height: 300px;*/
	/*background-color: rgba(255,255,255,0.9);*/
	z-index: 1000;
	/*box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.6);*/
	
	display: inline-block;
    /*width: auto; */
    height: auto;
    max-width: 800px;
	min-height: 300px;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
	.boxIntro > div{
		padding: 35px;
		text-align: center;
	}
	
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/



/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (max-width: 767px) {
  
  .boxIntro{
		/*position:relative;
		z-index: 10;
		top: inherit;
		left: inherit;
		margin-top: 20px;
		margin-left: inherit;
		width: 100%;*/
	}
	.boxIntro .logo{
		width: 100%;
	}
  
}


	