
/*header {
  position: relative;
  width: 100%; }*/

header {
  position: relative;
  width: 100%;
  background: url("../images/bb.jpg") center center;
    background-size: cover; }

.head-row {
  width: 100%;
  position: relative;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
   }
  .head-row .logo {
    height: 50px;
    margin-left: 5%;
margin-right: 5%; }
    .head-row .logo img {
      height: 50px;
      width: auto; }

.home-button {
  margin-right: 2%;
margin-left: 5%;
 /* margin-top: 10px;*/ }
  .home-button a {
    position: absolute;
    right: 2%;
    bottom: 0px;
    /*padding: 7px 22px;*/
    /*border-left: 3px solid #ddd;
    border-bottom: 3px solid #ddd;*/
    font-weight: 700;
    font-size: 20px;
    color: #ddd;
    letter-spacing: 1px;
    line-height: 30px;
    transition: all 0.25s; }
    .home-button a::before, .home-button a::after {
      content: "";
      position: absolute;
      background: #333;
      transition: all 0.25s; }
    /*.home-button a::before {
      top: -3px;
      right: -3px;
      width: 0;
      height: 3px; }
    .home-button a::after {
      top: -3px;
      right: -3px;
      width: 3px;
      height: 0; }*/
    .home-button a:hover {
      color: #009688;
      /*border-color: #009688;*/ }
      .home-button a:hover::before {
        width: 110.25px;
        background: #009688; }
      .home-button a:hover::after {
        height: 45px;
        background: #009688; }




section {

  position: relative;
  
  max-width: 1366px;

  margin: 0 auto;
  padding: 10px 0px;
  background: #f9f9f9; }



.app-icon {
  float:left;
  width: 150px;
  margin-left: 30px;
  margin-right: 20px; }
  .app-icon .img-1 {
    width: 150px;
    height: 150px; }
    .app-icon .img-target {
    width: 130px;
    height: 130px;
    padding: 15px 10px 5px 10px;
    }
  


.app-desc {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    line-height: 22px;
    letter-spacing: 1px;
  text-align: justify;
  margin-left: 15px;
  margin-right: 15px; }

.learn-more-link {
  color: #009688;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.2s; }
  .learn-more-link:hover {
    opacity: 0.6; }

.tuts {
display:block;
     max-width: 400px;
    width:100%;
border: 1px solid #333;
     margin: 10px 0px;
}
  
.app-desc h2 {
    text-align: left;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
/*text-shadow: 4px 4px 4px #aaa;*/
    color: #444;}
 
.app-desc p {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    line-height: 22px;
    letter-spacing: 1px; }


.app-desc b {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    line-height: 24px;
    letter-spacing: 1px; }
.app-desc li {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    line-height: 22px;
    letter-spacing: 1px; }




.separator {
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
  background: url("../images/bb.jpg") center center;
    background-size: cover; }
  .separator p {
    position: absolute;
    text-align: center;
    color: #f2f2f2;
    margin: 0;
    top: 50%;
    /*left: 50%;*/
    transform: translate(20px, -50%);
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0px 0px;
    }
  .separator::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6); }




 .main-carousel {
float: right;
display:inline;
  /*height: 600px;*/
  max-width: 400px;
    width:100%;
  margin: 20px 0px;
  padding: 0px 0px 0px 15px; }
  .main-carousel img {
    /*height: 600px;*/
    max-width: 400px;
    width:100%; }

.main-carousel2 {
    float:right;
display:inline;
  /*height: 280px;*/
  max-width: 600px;
width:100%;
  margin: 20px 0px;
  padding: 0px 0px 0px 15px; }
  .main-carousel2 img {
    /*height: 280px;*/
    max-width: 600px;
 width: 100%; }

.main-carousel3 {
float:right;
display:inline;
  /*height: 600px;*/
  max-width: 400px;
width:100%;
  margin: 20px 0px;
  padding: 0px 0px 0px 15px; }
  .main-carousel3 img {
   /* height: 600px;*/
    max-width: 400px;
width: 100%; }







.flickity-prev-next-button {
  width: 90px;
  height: 90px;
  background: transparent; }

/* arrow color */
/*.flickity-prev-next-button .arrow {
  fill: rgba(153, 153, 153, 0.7); }*/
.flickity-prev-next-button .arrow {
  fill: rgba(0, 0, 0, 0.7); }

.flickity-prev-next-button.no-svg {
  color: rgba(153, 153, 153, 0.7); }

.flickity-prev-next-button:hover {
  background: transparent; }

/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none; }


footer {
  position: relative;
  background: #dedede;
  max-width: 1366px;
  margin: auto;
  padding: 10px 0; }

.footer-container {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  justify-content: space-around; }

.nav-foot {
  position: relative;
  max-width: 300px; }

.logo-foot img {
  height: 50px;
  width: auto; }

.info-addr {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px; }
  .info-addr p {
    margin: 5px 0; }

.social-container {
  position: relative;
  max-width: 250px; }
  .social-container h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0 5px 5px;
    border-bottom: 2px solid #009688;
    letter-spacing: 1px; }

.socials {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 250px; }
  .socials a {
    text-decoration: none;
    color: #333;
    font-size: 46px;
    transition: all 0.4s; }
    .socials a i {
      margin-top: 5px; }
    .socials a:hover {
      color: #009688; }

.copyright {
  background: #777;
  color: #ccc;
  padding: 10px 0;
  max-width: 1366px;
  margin: auto;
  text-align: center;
  letter-spacing: 2px; }
  .copyright span {
    color: #00C6B8; }


    body select { 
      display: block;
      position: absolute;
      top:0px;
      right: 0px;
      padding: 5px 50px 5px 10px !important; 
      max-width: 100%; 
      height: auto !important; 
      border: 1px solid #000; 
      border-radius: 0px;
      background: url("images/selectbox_arrow.png") right center no-repeat;
      background-color: #fff; 
      color: #888; 
      font-size: 16px; 
      line-height: 22px !important; 
      appearance: none; 
      -webkit-appearance: none; 
      -moz-appearance: none; 
  } 
  /* body select.select_box option */ 
  body select option { 
      padding: 5px 4px 5px 4px; 
  } 
  /* for IE and Edge */ 
  select::-ms-expand { 
      display: none; 
  } 
  select:disabled::-ms-expand { 
      background: #f60; 
  }




html, body {
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
  margin: 0;
  width: 100%;
  /*font-family: "Muli", sans-serif;*/
    font-family: "Source Sans Pro", sans-serif;
  background: #00A998; }

a {
  color: black;
  text-decoration: none; }

/*# sourceMappingURL=master.css.map */
