/* CSS Document 							*/
/* Template Landing Page 01					*/
/* based on Help and Advices 				*/

  .l01_inside_content {
	  margin-left: 5.3797%; /* 17.037%; */
	  margin-right: 5.3797%;
	  text-align: center;
  }
  .l01_page_title {
	  font-family: alsanlig, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	  font-weight: normal;
	  color: #fa781e;
	  text-align: center;
	  font-size: 34px;
	  line-height: 34px;
	  padding: 0;
	  margin-bottom: 0;
	  margin-left: 0;
	  margin-right: 0;
	  margin-top: 30px;
  }
  .l01_intro_page {
	  font-family:"proximanova regular", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	  font-size: 16px;
	  line-height: normal;
	  color: #000;
	  font-weight: normal;
	  text-align: justify;
	  margin-top: 13px;
	  margin-bottom: 31px;
  }
  .l01_block {
	  position: relative;
	  margin-top: 31px;
	  margin-bottom: 31px;
	  float: left;
	  width: 100%;
  }
  .l01_thumbnail {
	  width: 71%;
	  height: 196px;
	  background-size: 100% auto;
	  background-repeat: no-repeat;
	  background-position: center center;
	  margin-left: auto;
	  margin-right: auto;
  }
  .l01_block_title {
	  font-family:alsanlig, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	  font-size: 24px;
	  line-height: 24px;
	  color: #238dca;
	  font-weight: normal;
	  text-align: center;
	  margin-top: 30px;
	  text-transform: none;
  }
  .l01_desc {
	  font-family:"proximanova regular", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	  font-size: 16px;
	  line-height: normal;
	  color: #000;
	  font-weight: normal;
	  text-align: center;
	  margin-top: 18px;
  }
  .l01_block .lblue_button {
	  margin-top: 40px;
	  text-align: center;
  }
  
@media only screen and (min-width: 481px) {
  .l01_inside_content {
	  margin-left: 10.1321%;
	  margin-right: 10.1321%;
	  text-align: left;
  }
  
  .l01_page_title {
	  font-size: 54px;
	  line-height: 54px;
	  margin-top: 40px;
  }
  .l01_block {
	  margin-top: 15px;
	  margin-bottom: 15px;
  }
  .l01_thumbnail {
	  width: 35.5556%;
	  height: 196px;
	  margin: 0;
	  float: left;
	  background-position: top center;
  }
  .l01_block .block_02 {
	  float: left;
	  width: 64.4444%;
  }
  .l01_block_title {
	  margin-top: 0;
	  margin-left: 6.67%;
	  text-align: left;
  }
  .l01_desc {
	  margin-left: 6.67%;
	  text-align: left;
	  margin-top: 18px;
  }
  .l01_block .lblue_button {
	  margin-left: 6.67%;
	  text-align: left;
  }
  .l01 .parallax {
	  margin-top: 26px;
  }

  
}

@media only screen and (min-width: 769px) {
  .l01_inside_content {
	  margin-left: 12.6027%;
	  margin-right: 12.6027%;
  }
  .l01_page_title {
	  margin-top: 60px;
  }
  .l01_block {
	  width: 46.875%;
  }
  .l01_block.odd_block {
	  margin-left: 6.25%;
  }
  .l01_thumbnail {
	  width: 35.5556%;
	  height: 148px;
	  background-position: top center;
  }
  .l01_block .lblue_button {
	  margin-top: 22px;
  }

}

@media only screen and (min-width: 1152px) {
    .l01_inside_content {
        max-width:960px;
        margin-left:auto;
		margin-right: auto;
    }
}