body.home div#content.site-content > div.col-full {
  max-width: 100% !important;
  display: block;
}

body.home div#content.site-content div.index-page > div.section,
body.home div#content.site-content div.index-page > div.container {
  max-width: 1000px !important;
  margin: 0px auto;
}

body.home div.section > div.container {
  padding: 0 30px;
}

body.home .index-page {
  padding-bottom: 25px;
}

body.home div#content.site-content {
  margin: 0;
}

body.home div.section-1 div.row {
	text-align: center;
}

body.home div.section-1 div.col-left {
	max-width: 500px;
}

body.home div.section-1 div.col-left,
body.home div.section-1 div.col-right {
	vertical-align: middle;
	display: inline-block;
	float: none;
	width: 48%;
}

body.home .sec-line {
  background: #ccc;
  height: 1px;
  width: 100%;
  margin: 40px 0;
}

body.home .sec-text {
 color: #000;
 font-size: 14px;
 font-weight: 300;
 padding: 0;
 margin: 0 0 10px 0;
 line-height: 1.8em;
}

body.home .sec-img {
  width: 100%;
}

body.home .section-action {
  padding: 0;
	margin-top: 20px;
}

body.home .sec-img-1 {
}

body.home .section-2 .sec-title {
  margin-bottom: 15px;
}

body.home .yt-container {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

body.home .yt-container .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

body.home .yt-container .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.home #request_info_packbutton_wrapper {
  margin: 0;
}

body.home .sec-img-3 {
	margin-top: 20px;
}

body.home .sec-img-4 {
  background-image: url("https://i.imgur.com/434MKfC.jpg");
  background-position: center;    
  background-repeat: no-repeat;
  height: 650px;
}
body.home .sec-img-5 {
  background-image: url("https://i.imgur.com/XAX9jpl.jpg");
  background-position: center;    
  background-repeat: no-repeat;
  height: 350px;
}

body.home .section-action img {
  margin: 0px auto;
  max-width: 900px;
  width: 100%;
}

body.home .main-bottom-content {
  padding-top: 40px;
}

@media(min-width: 500px) {
  body.home .sec-text {
    font-size: 18px;
  }
}

@media(min-width: 994px) {
  body.home div.section-1 div.row {
    margin-right: 20px;
  }
}
