.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans";
}
body a.slackbtn {
  display: inline-block;
  opacity: 1.0;
  transition: opacity 1s;
}
body a.slackbtn:hover {
  opacity: 0.7;
  transition: opacity 1s;
}
body a.btn {
  display: inline-block;
  padding: 15px 25px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #34332F;
  border-radius: 5px;
  text-decoration: none;
  color: #34332F;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px 10px;
}
body a.btn:hover {
  background: #f2f2f2;
}
body a.btn.blue {
  background: #426AB8;
  border: 1px solid #426AB8;
  color: #fff;
}
body a.btn.blue:hover {
  background: #355492;
}
#columned_features {
  background: #fff;
}
#columned_features p.sec_title {
  text-align: center;
  margin: 0px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 100;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 90%;
  margin: 0 auto;
}
#columned_features .column_container {
  width: 100%;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
  max-width: 1300px;
}
#columned_features .column_container .column {
  position: relative;
  width: 33.33%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  text-align: center;
  overflow: hidden;
  transition: background 1s;
}
#columned_features .column_container .column .pro_feature {
  opacity: 0;
  position: absolute;
}
#columned_features .column_container .column .pro_feature img {
  height: 18px;
  width: auto;
}
#columned_features .column_container .column:hover {
  background: #F1F2F6;
  transition: background 1s;
}
#columned_features .column_container .column:hover .pro_feature {
  opacity: 1;
  transition: opacity 1s;
}
#columned_features .column_container .column img {
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}
#columned_features .column_container .column p {
  margin: 0px;
  color: #474747;
  font-weight: 100;
  text-align: center;
}
#columned_features .column_container .column p.title {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 100;
}
#columned_features .column_container .column p.desc {
  font-size: 16px;
  line-height: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #columned_features p.sec_title {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 90%;
    margin: 0 auto;
    line-height: 35px;
  }
  #columned_features .column_container {
    padding-bottom: 60px;
  }
  #columned_features .column_container:nth-child(1) {
    padding-bottom: 0px;
  }
  #columned_features .column_container .column {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 30px;
  }
}
#contain #top_section {
  text-align: center;
  display:block;
  padding: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

}
#contain #top_section h1 {
  font-weight: bold;
  font-size: 40px;
  color: #353432;
  margin-bottom: 20px;
}
#contain #top_section h2,
#contain #top_section h1.slack {
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 60px;
}
#contain #top_section h1.slack {
  line-height: 40px;
}
#contain #top_section h3 {
  font-weight: 100;
  font-size: 25px;
  color: #353432;
  margin-bottom: 20px;
}

#contain #top_section h4 {
  font-weight: 100;
  font-size: 25px;
  color: #353432;
  margin-bottom: 20px;
}

#contain #top_section img {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  width: 1000px;
  max-width: 100%;
}
#contain #top_section #left  {
  display: inline;
  float: left;
  margin-top: 60px;
  max-width: 50%;
  margin-bottom: 20px;
  min-width:50%;
}

#contain #top_section #left img {
  display: inline;
  float: none;
  margin-top: 20px;
  max-width: 400px;
  margin-bottom: 20px;
}

#contain #top_section #right {
  text-align: left;
  display: inline;
  margin-left: 50%;
  max-width: 50%;
  margin-bottom: 20px;
}

#contain #top_section #right h2 {
  font-weight: 100;
  font-size: 25px;
  margin-bottom: 30px;
}

#contain #top_section #right h1 {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 50px;
}

#contain #top_section #right h3 {
  font-weight: 100;
  font-size: 25px;
  margin-bottom: 80px;
  margin: auto;

}
#contain #top_section #right h4 {
  font-weight: 100;
  font-size: 25px;
  margin-bottom: 80px;
  margin: auto;
}

#contain #top_section #right a {
  margin-top: 20px;
}

#contain #top_section #right #space {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#contain #top_section #right #space #inner a {
 display: inline-block;
}

#space {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#space #inner {
 display: inline-block;
}

#contain #top_section_right img {
  float:right;
  margin: 0 auto;
  margin-top: 60px;
  width: 50%;
  max-width: 50%;
}

#contain #top_section #right .button-get {
  margin-bottom: 10px;
  width: 200px;
  background: #1CBA63;
  text-decoration: none;
  font-weight:bold;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  padding: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

#contain #top_section #right .button-get-invert {
  margin-bottom: 10px;
  width: 200px;
  background: #fff;
  text-decoration: none;
  font-weight:bold;
  border-radius: 5px;
  border-width: 3px;
  border-style: dashed;
  border-color: #1CBA63;
  box-sizing: border-box;
  color: #1CBA63;
  padding: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

#contain #top_section #right .button-get-invert:hover {
  text-decoration: none;
  background: #fff;
  color: #666;
  border-width: 3px;
  border-style: dashed;
  border-color: #666;
}

#bttn:hover,
#contain #top_section #right .button-get:hover {
  text-decoration: none;
  background: #fff;
  color: #666;
  border-width: 3px;
  border-style: dashed;
  border-color: #666;
}

.button-get {
  margin-bottom: 10px;
  width: 200px;
  background: #1CBA63;
  text-decoration: none;
  font-weight:bold;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  padding: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.button-get-invert {
  margin-bottom: 10px;
  width: 200px;
  background: #fff;
  text-decoration: none;
  font-weight:bold;
  border-radius: 5px;
  border-width: 3px;
  border-style: dashed;
  border-color: #1CBA63;
  box-sizing: border-box;
  color: #1CBA63;
  padding: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.button-get-invert:hover {
  text-decoration: none;
  background: #fff;
  color: #666;
  border-width: 3px;
  border-style: dashed;
  border-color: #666;
}

#bttn:hover,
.button-get:hover {
  text-decoration: none;
  background: #fff;
  color: #666;
  border-width: 3px;
  border-style: dashed;
  border-color: #666;
}

.button-get {
  margin-bottom: 10px;
  width: 150px;
  background: #1CBA63;
  text-decoration: none;
  font-weight:bold;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  padding: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.bttn:hover,
.button-get:hover {
  text-decoration: none;
  background: #fff;
}

#contain #top_section img.slack {
  margin-top: 0px;
}
#contain .section {
  padding: 50px;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#contain .section.grey {
  background: #F1F2F6;
}
#contain .section p.stitle {
  margin: 0px;
  color: #292E34;
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 300;
  margin-top: 60px;
  line-height: 50px;
  text-align: center;
}
#contain .section p.sdesc {
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
  text-align: center;
}
#contain .section .in_contain {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-height: 410px;
  padding-left: 660px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#contain .section .in_contain .flex-container img {
    display: block;
    margin-right: 0px;
    max-width: 100%;
    width: 200px;
    position: relative;
    left: 0px;
}

#contain .section .in_contain .flex-container {
    display: flex;
}

#contain .section .in_contain .flex-child {
    flex: 1;
      margin-right: 10px;
}

#contain .section .in_contain .flex-child:first-child {
    margin-right: 10px;
}

#contain .section .in_contain p {
  margin: 0px;
  color: #292E34;
}
#contain .section .in_contain p.title {
  font-size: 40px;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 300;
  margin-top: 60px;
  line-height: 50px;
}
#contain .section .in_contain p.desc {
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
}
#contain .section .in_contain img {
  display: block;
  margin-right: 60px;
  max-width: 100%;
  width: 600px;
  position: absolute;
  left: 0px;
}

#contain .section .in_contain iframe {
  display: block;
  margin-right: 60px;
  max-width: 100%;
  width: 600px;
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 1200px) {
  #contain .section .in_contain {
    padding-left: 0px;
  }
  #contain .section .in_contain img {
    position: initial;
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  #contain .section .in_contain br {
    display: none;
  }
  #contain .section .in_contain p {
    text-align: center;
  }
  #contain .section .in_contain p.title {
    margin-top: 0px!important;
  }
}
@media screen and (max-width: 500px) {
  #contain #top_section h1 {
    font-size: 35px;
    width: 100%;
  }
  #contain #top_section h2 {
    font-size: 30px;
    width: 100%;
  }
}
