@charset "UTF-8";


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}




/*<-- XS -->*/
/*<-- SM -->*/
/*<-- MD -->*/
/*<-- LG -->*/
/*------------------------------------*    #info-alpha
\*------------------------------------*/
/*<-- GLOBAL -->*/
/*<-- XS -->*/
/*<-- SM -->*/
/*<-- MD -->*/
/*<-- LG -->*/
/*------------------------------------*    #is-modeli-alpha
\*------------------------------------*/
/*<-- GLOBAL -->*/
.is-modeli-alpha {
  padding: 0;
  display: inline-block;
  width: 100%;
}

.is-modeli-alpha .content-wrapper {
  position: relative;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.is-modeli-alpha .content-wrapper .img-box {
  position: relative;
  margin-bottom: 15px;
}

.is-modeli-alpha .content-wrapper .img-box img.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 150px;
}

.is-modeli-alpha .content-wrapper .content-box h2 {
  text-align: center;
  font-size: 25px;
  color: #01adc8;
}

.is-modeli-alpha .content-wrapper .content-box p {
  font-size: 20px;
  color: #7a7a7a;
  text-align: center;
}

/*<-- XS -->*/
/*<-- SM -->*/
@media (min-width: 768px) {
  .is-modeli-alpha {
    display: table;
  }
  .is-modeli-alpha .content-wrapper.wrapper-right:before {
    content: "";
    width: 70%;
    height: 110px;
    background-image: url("rope-top.png");
    display: block;
    position: absolute;
    top: -108px;
    left: 13%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .is-modeli-alpha .content-wrapper.wrapper-right:after {
    content: "";
    width: 70%;
    height: 103px;
    display: block;
    position: absolute;
    bottom: -108px;
    background-image: url("rope-bottom.png");
    left: 13%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .is-modeli-alpha .content-wrapper.wrapper-right .content-box h2 {
    text-align: right;
    color: #bdcc00;
  }
  .is-modeli-alpha .content-wrapper.wrapper-right .content-box p {
    text-align: right;
  }
  .is-modeli-alpha .content-wrapper.wrapper-right .img-box {
    position: absolute;
    width: 100%;
    float: left;
  }
  .is-modeli-alpha .content-wrapper.wrapper-right .img-box img {
    margin-right: inherit;
    margin-left: inherit;
  }
  .is-modeli-alpha .content-wrapper {
    display: table;
    margin-bottom: 110px;
  }
  .is-modeli-alpha .content-wrapper .img-box {
    margin: 0;
    margin-right: 30px;
    float: right;
    width: 100%;
  }
  .is-modeli-alpha .content-wrapper .content-box {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .is-modeli-alpha .content-wrapper .content-box h2 {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .is-modeli-alpha .content-wrapper .content-box p {
    text-align: left;
    padding: 0;
    margin: 0;
  }
}

/*<-- MD -->*/
@media (min-width: 992px) {
  .is-modeli-alpha .img-box {
    margin-right: 30px;
  }
}


/*<-- XS -->*/
/*<-- SM -->*/
/*<-- MD -->*/
/*<-- LG -->*/
/*------------------------------------*    #content-alpha
\*------------------------------------*/
/*<-- GLOBAL -->*/
.content-alpha {
  padding-top: 30px;
  padding-bottom: 100px;
  min-height: 520px;
}

.content-alpha .urunler li:first-child {
  list-style: none;
  margin-left: -10px;
}

.content-alpha .urunler li:first-child h3 {
  color: #bdcc00;
}

.content-alpha img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

.content-alpha h4 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  color: #00457a;
  font-weight: 900;
}

.content-alpha h3 {
  margin-top: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #595959;
  line-height: 24px;
}

.content-alpha h2 {
  margin-top: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #00457a;
  font-size: 28px;
}

.content-alpha h2 a {
  color: #232323;
}

.content-alpha p {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #5a5a5a;
}

.content-alpha > ul {
  list-style: none;
  padding-left: 10px;
}

.content-alpha > ul li {
  line-height: 40px;
}

.content-alpha > ul li:before {
  content: "• ";
  color: #bdcc00;
  font-size: 32px;
  height: 10px;
  display: block;
  float: left;
  line-height: 40px;
  margin-right: 10px;
}

/*<-- XS -->*/
/*<-- SM -->*/
/*<-- MD -->*/
@media (max-width: 1199px) {
  .content-alpha img {
    float: none;
    max-width: 100% !important;
    height: auto;
  }
  .content-alpha h2 {
    display: block;
    text-align: center;
    float: none;
    /*padding-top: 80px;*/
  }
  .content-alpha ul {
    float: none !important;
  }
}
