/*
 *  Garmin Vivo Landing Page CSS
 */

/* GENERAL */
body {
  padding-top: 73px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #3c3c3c;
}

a:focus{
  outline: none;
}

h1 {
	font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 52px;
}

h2 {
    font-size: 36px;
    font-weight: 300;
}

h3 {
    font-size: 22px;
    font-weight: 300;
}

hr {
  border: none;
  margin-top: 100px;
  margin-bottom: 78px;
  display: block;
  height: 10px;
  clear: both;
}

hr:after {
    border-top: 1px solid #e0e0e0;
    position: absolute;
    width: 100%;
    content: ' ';
    left: 0;
    right: 0;
}
.container {
  max-width: 960px;
}

.btn {
  display: inline-block;
  padding: 15px 7.2%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
}

.btn-primary {
  background-color: #0077be;
  border: none;
}

.btn-primary:hover {
  background-color: #95c5e3;
  font-weight: 700;
}

.vivobold {
    font-weight: 700;
}

/* NAV */

.navbar-fixed-top {
  border-color: #e0e0e0;
  background-color: #fff;
}

.navbar {
  min-height: 73px;
}
.nav>li, .nav>li a {
  font-size: 20px;
  font-weight: 300;
  color: #3c3c3c;
  outline: none;
}

.nav>li>a {
  padding: 10px 19.2px;
}


.nav>li>a:hover {
    font-weight: 600;
    /*-o-transition:all .5s ease-in;
    -ms-transition:all .5s ease-in;
    -moz-transition:all .5s ease-in;
    -webkit-transition:all .5s ease-in;
    transition:all .5s ease-in;*/
  outline: none;
}
.nav>li:not(.video)>a:hover {
  padding: 10px 18px;
}
.nav>li {
  margin-top: 22px;
}

.nav .video {
    background-color: #FFF;
    margin-bottom: -29px;
    border-radius: 0 0 5px 5px;
    margin-right: -4px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    margin-left: 30px;
}

.nav .video a {
    text-decoration: none;
    color: #fff;
    background-color: #0077be;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
}
.nav .video a:hover,div.video2 a:hover {
    background-color: rgba(0, 119, 190, 0.49);
}
.nav .video a{
    padding-left: 26.5px;
    padding-right: 26.5px;
    text-align: center;
    padding-top: 15px;
}
.nav .play-image {
    margin-bottom: 8px;
    display: block;
}
  
.navbar-brand {
  padding-top: 14px;
  padding-left:0;
  position: relative;
  left:15px;
  display: block;
  height: 100%;
}


/* SLIDER */
.slide {
	position: relative;
}

.slide .btn,.slide .productinfo,.slide h1  {
	opacity: 0;
}
.slidebg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.slick-next:before,.slick-next:after {
	display: none;
}

.slick-prev,.slick-prev:hover {
	background-image: url(../images/arr_left.png);
	  text-indent: 99999px;
	    width: 17px;
	  height: 69px;
      overflow: hidden;
	   top: 304px;
	    left: -63px;
         background-size: 100%;
}

.slick-next,.slick-next:hover {
	background-image: url(../images/arr_right.png);
	  text-indent: 99999px;
	    top: 304px;
	  width: 17px;
	  height: 69px;
      overflow: hidden;
	  right: -61px;
      background-size: 100%;
}

#chip{
  float: left;
  margin-bottom:0;
  width:35%!important;
  margin-top:60px;
}

#chip-mobile{
  width: 20%!important;
  padding-top:10px;
  margin:0 auto;
}

.slick-next:hover {
background-image: url(../images/arr_h_right.png);
}
.slick-prev:hover {
   	background-image: url(../images/arr_h_left.png);
}

.slick-dots {
	bottom: 100px;
}
.second-slider .slick-dots {
  bottom: 8px;
}
.functionpoints h2{

}
.functionpoints ul{
  padding-left: 13px;
}

.slick-dots li {
  position: relative;
  display: inline-block !important;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0 !important;
  background-color: #dbdbdb;
  border-radius: 20px;
  cursor: pointer;
}

.slick-dots .slick-active {
  background-color: #6e6e6e;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
    display: none;
}

/* slide 1 */

#main-slider h1 {
  margin-top: 100px;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
  outline: none;
}

.nav>li.video>a:focus{
    background-color: #0077be;
}

#main-slider .slide02.slide .slidebg {
  background-position: 93.5% 85px;
}
#main-slider .slide03.slide .slidebg {
      background-position: 91% 198px;
}

#main-slider .slide02 h1 {
  margin-top: 124px;
}
#main-slider .slide03 h1 {
  margin-top: 100px;
}
#main-slider .slide02 h1.product-name {
  margin-top: 114px;
}
#main-slider h1.product-name {
    margin-top: 92px;
    margin-bottom: 37px;
}
#main-slider .slide02 .lead {
  text-align: center;
    margin-bottom: 60px;
}
#main-slider .slide03 .lead {
  text-align: center;
  line-height: 34px;
  margin-bottom: 0;
}
#main-slider h1.product-name {
    margin-top: 40px;
    margin-bottom: 15px;

  }

.productinfo {
  line-height: 36px;
  font-size: 22px;
  letter-spacing: 0.2px;
}

#main-slider .slide .slidebg{
    background-repeat: no-repeat;
      background-position: 105.5% 91px;
}

#second-sider-right {
	padding: 0;
  margin-right: -15px;
  margin-left: 22px;
    margin-top: 10px;
}

#second-sider-right ul{
	padding-left: 25px;
	margin-top: 25px;
}
#second-sider-right li{
  margin: 22px 0;
  line-height: 22px;
  margin-right: -20px;
}

.second-slider {
	margin-left: -30px;
      margin-right: -10px;
}

.second-slider-cont {
	width: 48%;
}

.second-slider {
	display: none;
}
#second-slider_01 {
    display: block;
}
.second-slider .slick-prev,
.second-slider .slick-next{
  display: none;
  visibility: hidden;
}

.second-slider img {
	margin: 0 -15px 0 -15px;
}

#second-sider-right>div {
	width: 20%;
	float: left;
}

#buy-now-button {
  text-align: left;
}
#buy-now-button .btn{
  width: 210px;
  margin-top: 43px;
}

#line-2 {
	margin-top: 78px;
	margin-bottom: 72px;
}

h1#fourth-page {
	  margin-bottom: 52px;
}

#featurecont {
  margin-left: -15px;
  margin-right: -15px; 
}

#buy-now-button {
	clear: both;
}

.featurecol .lead {
	padding-left: 0;
}

#main-slider .btn {
    margin-top: 73px;
    margin-top: 10px;
    margin-bottom: 33px;
    width: 215px;
}

#third-page {
	padding: 0 10%;
}

#second-page,#third-page,#fourth-page,#fifth-page {
    margin-bottom: 60px;   
}

.featurecol {
  margin-bottom: 90px;
  width: 25%;
  padding: 0 10px;
    letter-spacing: 0.1px;
	  line-height: 22px;
}

.functlist {
	padding-left: 0;
}

#second-sider-right>.functionpoints {
    display: none;
    width: 100%;
}
#second-sider-right>.functionpoints#list_01 {
    display: block;
}

#second-sider-right h2 {
  font-size: 22px;
  margin-left: 1.5%;
  letter-spacing: 0.2px;
  margin-top: 10px;
}

.functlist .imgcont{
	line-height: 100px;
	margin-top: 0;
}

.imgcont {
  line-height: 140px;
  margin-top: 10px;
  margin-bottom: 24px;
  text-align: center;
}

#extra2{
  max-width: 242px;
}

#extra3{
  max-width: 278px;
}

.functlist img, .colors img{
    cursor: pointer;
	background-size: cover;
}
.colors {
	position: relative;
}

#colorview {
    width: 100%;
    min-height: 596px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
	  margin-top: 39px;
	      transition: background 0.5s linear;
    -moz-transition: background 0.5s linear; /* Firefox 4 */
    -webkit-transition: background 0.5s linear; /* Safari and Chrome */
    -o-transition: background 0.5s linear; /* Opera */
}
#sixth-page {
  text-align: center;
}
#line-3 {
	margin-top: 81px;
}

#extracont {
	margin: 0 -15px;
}
#extracont>div {
	padding: 0 10px;
}

/*img#logo10 {
  margin-bottom: -10px;
}

img#logo23 {
  margin-bottom: -5px;
}*/

#colorviewtext {
  position: absolute;
  top: auto;
  left: auto;
  text-align: left;
  line-height: 22px;
  margin-top: -125px;
  width: 30%;
  letter-spacing: 0.1px;
  padding: 0;
}

#extracont .imgcont {
  line-height: 282px;
}
.navbar {
	z-index: 99;
}
.slick-slider {
	z-index: 9;
}
.slick-slide {
	z-index: 10;
}

#extracont h3 {
  line-height: 32px;
  letter-spacing: 0.1px;
margin-bottom: 20px;
}
#extracont .cnt {
  line-height: 22px;
  letter-spacing: 0.1px;
}

#extracont .btn, .productstable .btn {
  font-size: 14px;
  padding-bottom: 8px;
  padding: 9px 9.3%;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-bottom: 1px solid #ddd;
}
#line-4 {
    margin-top: 81px;
    margin-bottom: 77px;
}

#partners, #stellediv{
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
#stellediv{
  padding-left: 14px;
}

#partners {
  /*  background-image: url(../images/partner.png); */
    background-position: 103.7% 25px;
    background-repeat: no-repeat;
	  /*height: 390px;*/
    vertical-align: middle;
}
.partnerImage{
  width: 100%;
  margin-bottom: -30px;
}
#partners h3{
    margin-top: 19px;
    margin-left: -1px;
    letter-spacing: 0.7px;
    line-height: 31px;
    width: 60%;
    font-size: 21px;
    margin-bottom: 18px;
  }
#partners .ptitle {
	margin-top: 23px;
	font-size: 22px;
}
.ptitle2{
    margin-top: 24px;
    margin-left: -1px;
}
.pprice {
  font-size: 22px;
  margin-left: 8px;
  line-height: 15px;
}
#partnercont {
	margin: 0 -5px;
}
#stelle {
    margin-top: 9px;
    margin-bottom: 0px;
    font-size: 22px;
}
.stelle-text {
	letter-spacing: 0.17px;
  margin-top: -2px;
  margin-left: 1px;
}
.productstable {
	  margin-top: 14px;
}
.productstable tr, .productstable td {
	height: 60px;
	vertical-align: middle;
}
.productstable>tbody>tr>td {
	padding-left: 2px;
	vertical-align: middle;
}
.productstable td.tablediv {
	  width: 0%;
}
.productstable td.logo {
	width: 23%;
  padding-top:0;
  padding-bottom:0;
}
.logo img {
    height:100%;
    position: relative;
}
.productstable td.btn-cnt {
	   width: 70%;
    margin-right: -29px;
    text-align: right;
}
.productstable .btn {
    font-size: 14px;
    padding-bottom: 8px;
    padding: 6px 13%;
    margin-top: 2px;
    margin-right: -22px;
}
footer {
  max-height: 93px;
	  margin-top: 80px;
	width: 100%;
	background-color: #f6f6f6;
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    position: relative;
}
footer .pull-right {
	width: auto;
  text-align: right;
  margin-top: 10px;
}
.copyright {
	font-size: 13px;
	line-height: 83px;
}
footer a {
	font-size: 13px;
	color: #3c3c3c;
}
.top {

  position: fixed;
  display: block;
  right: 30px;
  bottom: 0;
  width: 52px;
    line-height: 43px;
  vertical-align: bottom;
  	display: none;
}
.top, .top img {
    width: 52px;
    height: 52px;
}
.top:hover {
    opacity: 0.5;
}
.impress {
  line-height: 50px;
  margin-right: 80px;
  line-height: 70px;
}

#extracont  .btn {
	position: absolute;
	bottom: 17px;
}
.imgcont {
	position: relative;
}

.imgcont .secondary,.secondary_color {
	opacity: 0;
	position: absolute;
	top: 6px;

}
.secondary_color {
	top: auto;
	bottom: auto;
}

.colorview_text {
	position: absolute;
	opacity: 1;
}

.functlist .imgcont img {
	background-size: cover;
  max-width: 99%;
  background-position: 50% 50%;
	  transition: background 0.5s linear;
    -moz-transition: background 0.5s linear; /* Firefox 4 */
    -webkit-transition: background 0.5s linear; /* Safari and Chrome */
    -o-transition: background 0.5s linear; /* Opera */
}

#si-cont{
  width:100%!important;
  max-height:10.95vw;
  text-align:center;
  margin-bottom:20px;a
  position: static;
}

.sporticons{
  display: inline-block;
  cursor: pointer;
  max-width:84px;
  min-width:45px;
  max-height: 92px;
  min-height: 49.28px;
  width:10vw;
  height:10.95vw;
  background-size: 100% 100%;
  background-position: 50% 50%;
  margin-right:1px;
  transition: background 0.5s linear;
  -moz-transition: background 0.5s linear; /* Firefox 4 */
  -webkit-transition: background 0.5s linear; /* Safari and Chrome */
  -o-transition: background 0.5s linear; /* Opera */
}
.sporticons1, .sporticons3, .sporticons5{
  margin-right: 6px;
}
.sporticons9{
  margin-right:0px;
}

/* RESPONSIVE */

@media (min-width: 768px) and (max-width: 1000px) {
	.imgcont .secondary {  top: 19px; }
	.nav>li>a {
	  padding: 10px 9.2px;
	}
	#extracont>div {
	  min-height: 500px;
	}
	.nav>li:not(.video)>a:hover {
         padding: 10px 7.2px;
    }
	#extracont>div:first-of-type .btn,#extracont>div:last-of-type .btn {
		left: 46%;
	}
    #extracont>div:first-of-type,#extracont>div:last-of-type {
        padding-right: 5%;
    }
	#line-4 {
	  margin-top: 77px;
	  margin-bottom: 54px;
	}
	#partners {
	  background-size: 70%;
	    background-position: 110.7% 92px;
	}
}

@media (min-width: 769px) {
    #extracont>div {
        min-height: 710px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
      float: right;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
      margin-left: -9px;
    }
    .mycol-sm-6{
      width: 50%!important;
    }
    #line-2{
      margin-top: 64px!important;
    }
}
div.video2 {
	display: none;
}
@media (min-width: 1100px) {
    .top {
        right: calc(50% - 550px);
    }
	.copyright {
		padding-left: 0;
		margin-left: -5px;
    margin-top: 10px;
	}
	.impress {
		margin-right: 0;
    line-height: 83px;
	}
}
@media (max-width: 1000px) {
    #main-slider .slide {
      background-size: 50%;
      background-position: 102% 64px;
    }
      #extracont .imgcont {
        width: 48%;
        float: left;
    }
    #extracont>div:nth-of-type(2) .imgcont {
        float: right;
    }
    #extracont>div:nth-of-type(2) {
          margin-left: 20px;
          width: calc(100% - 20px);
    }
        
	#extracont .cnt {
		/*height: 300px;*/
		  padding-bottom: 75px;
	}
	#extracont .btn {
	  padding: 9px 4.3%;
	}
	#extracont h3 {
		font-size: 18px;
		  line-height: 28px;
          margin-bottom: 30px;
	}
	#extracont>div {
	  min-height: 270px;
	}
	.slick-next {
	  right: -21px;
	}
	.slick-prev {
	  left: -21px;
	}
    .copyright,footer .pull-right {
      font-size: 13px;
      line-height: 82px;
      padding-left: 2%;
      padding-top: 6px;
    }
    footer .pull-right { padding-top: 0;   }
    .impress {
        vertical-align: 6%;
          margin-right: 72px;
    }
    .top {
          right: 15px;
    }
}

/* Under normal menu */
@media (max-width: 768px) {
  @media (min-width: 478px) {

    #main-slider .slide03 .btn{
      margin-top:100px;
    }

    #line-0{
      margin-top: 70px;
      margin-bottom:50px;
    }

    #line-1{
      margin-bottom:50px;
    }

    #line-2{
      margin-top: 130px;/*380px;*/
      margin-bottom: 50px;
    }

    #third-page{
      margin-bottom: 30px;
    }
  }
  #buy-now-button{
    text-align: center;
  }


	.imgcont .secondary {
	  top: 18px;
	}
    .nav>li:not(.video)>a:hover {
         padding: 10px 9.2px;
    }
    #second-sider-right li {
        margin-right: 0;
    }


    .navbar-nav {
        width: 100%;
    }

	#second-sider-right {
		margin-right: 0;
		padding-right: 10px;
	}
	li.video {
		display: none;
	}
	div.video2 {
		  text-align: center;
		display: block;
		background-color: #0077be;
		  margin-bottom: -29px;
		  border-radius: 0 0 5px 5px;
		  font-size: 16px;
		  font-weight: 600;
		  color: #fff;
		  margin-top: 0;
		  margin-left: 0;
		  float: right;
          
	}
	div.video2 a{
	  padding-left: 26.5px;
	  padding-right: 26.5px;
	  text-align: center;
	  padding-top: 15px;
      display: block;
      text-decoration: none;
	  color: #fff;
      line-height: 38px;
	}
	div.video2 img{
		margin-bottom: 8px;
		  margin: auto;
		display: block;
	}
	.featurecol {
		width: 50%;
        padding: 0 4%;
        margin-bottom: 10px;
	}
	.colors>div {
	  width: 10%;
	  position: relative;
	}
	.colors img{
		max-width: 100%;
		left: 0;
		right: 0;
		background-size: cover;
	}
	#colorview {
		background-size: 80%;
        min-height: 490px;
	}
    #line-3 {
      margin-bottom: 63px;
        margin-top: 64px;
    }
	#partners {
		    background-position: 103.7% 40px;
		  background-repeat: no-repeat;
		  background-size: 70%;
      height: 100%;
	}
  .hidden-768{
    display: none;
  }
  #partners, #stellediv {
    display: block;
    width: 100%;
  }
  #partners{
    height: 360px;
      background-image: url(//static.garmin.com/de-DE/vivoactive/images/partner.png);
  }
  .productstable .btn {
    margin-right: 0;
  }

    .slick-prev, .slick-prev:hover {
      left: 5px;
    }
    .slick-next, .slick-next:hover {
      right: 5px;
    }
    #main-slider h1 {
      margin-top: 80px;
      font-size: 28px;
        line-height: 42px;
    }

    #main-slider h1.product-name {
      margin-top: 50px;
      margin-bottom: 32px;
    }
    #main-slider .lead {
        font-size: 18px;
    }
    .navbar-toggle .icon-bar {
        width: 28px;
        height: 4px;
    }
    .navbar-toggle {
        margin-top: 18px;
    }
    div.video2 {
      margin-right: 2%;
    }
    .navbar>.container .navbar-brand {
      margin-left: 6px;
    }
    #main-slider .btn {
      margin-top: 45px;
    }
    h1,h2 {
        font-size: 28px;
    } 
    
    .featurecol {
        font-size: 14px;
    }
    .second-slider-cont {
        width: 48%;
        float: left;
        margin-top: 130px;
    }
    #second-sider-right>.functionpoints {
        width: 50%;
        float: right;
    }
    #second-sider-right {
        position: absolute;
    }
    #second-sider-right>div {
          width: 12%;
    }
    .functlist:first-of-type {
         margin-left: 17%;
    }
    h1 {
      line-height: 42px;
    }
    #fifth-page {
        margin-bottom: 20px;
    }
    #extracont>div {
        margin-bottom: 70px;
    }
    #line-4 {
      margin-top: 0;
        margin-bottom: 54px;
    }
    .functlist img {
        width: 80%;
    }
    #second-sider-right h2 {
        font-size: 18px;    
    }
    #second-sider-right li {
        font-size: 14px;
    }
    #colorview {
      background-position: center 100%;
    }
    #colorviewtext {
      position: absolute;
      top: auto;
      left: auto;
      right: auto;
      width: 100%;
      padding-right: 2.5%;
      margin-top: -690px;
      font-size: 14px;
      bottom: auto;

    }
    .colors {
          margin-top: 120px;
    }

	#partners h3 {
		font-size: 18px;
	}
	#partnercont {
		  padding-left: 2%;
	}
	#partners .ptitle,.pprice {
		font-size: 18px;
	}
	.productstable {
		  width: 97%;
	}
	.productstable td.tablediv {
	  width: 6%;
	}
	.impress {
		margin-right: 72px;
	}
	#extracont .imgcont {
		line-height: 310px;
	}
}   
.navbar-toggle .icon-bar {
	background-color: #000;
}
@media (min-width: 769px) {
  #colorviewtext{
    max-width: 400px;
  }
}

@media (max-width: 768px) and (min-width: 600px) {
    #extracont .cnt {
        font-size: 14px;
    }   
	.nav>li>a {
		padding: 10px 9.2px;
	}
	.nav>li:not(.video)>a:hover {
		padding: 10px 9.2px;
	}
    #extracont>div:first-of-type .cnt {
        
    }
}

@media (min-width: 601px) {
  .hidden-600{
    display:block;
  }

  .visible-600{
    display: none;
  }

  #logo01, #logo02 {
    left: -15px;
  }
}

@media (max-width: 600px) {

  footer .pull-right {
    float: left !important;
}

  .hidden-600{
    display:none;
  }

  .visible-600{
    display: block;
  }

	.nav>li:not(.video)>a:hover {
	  padding: 10px 19.2px;
	}

    #main-slider .slide02 h1 {
        margin-top: 10px;
        max-width: 100%;
        width: 100%;
    }
    #main-slider .slide02 .lead {
      max-width: 100%;
      text-align: center;
      margin-bottom: 0;
      margin-left: 0;
    }
    #main-slider .slide02.slide .slidebg{
      background-position: center 80px;
    }
    #main-slider .slide02 h1.product-name {
      max-width: 100%;
      margin-top: 430px;
    }
    #main-slider .slide03 h1 {
        margin-top: 10px;
    }
    #main-slider .slide03.slide .slidebg{
      background-position: center 150px;
      background-size: 75%;
    }
    #main-slider .slide03 h1,#main-slider .slide03 .lead {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
	#main-slider h1 {
		  width: 70%;
		max-width: 100%;
		
		margin: auto;
        margin-top: 10px;
	}
    #main-slider .slide03 h1.product-name {
        margin-top: 380px;
    }
	#main-slider h1.product-name {
		margin-top: 500px;
		width: 100%;
		max-width: 100%;
	}
	#main-slider .slide .slidebg{
		background-position: center;
	}
	.colors img {
	  width: 100%;
	}
	.colors>div {
		width: 16%;
	}
	.imgcont .secondary {
	  top: 0px;
	}
	#main-slider .slide {
	  background-size: 75%;
	 }
	 #second-sider-right>div {
	  width: 14%;
	}
	.functlist img {
	  width: 100%;
	}
	.functlist:first-of-type {
	  margin-left: 14%;
	}
	#colorview {
		min-height: 426px;
	}
	#colorviewtext {
	  margin-top: -735px;
    width: 90%;
	}
	#extracont .imgcont,#extracont>div:nth-of-type(2) .imgcont {
	  width: 60%;
	  float: none;
	  margin: auto;
	}
	#extracont h3 {
		text-align: center;
	}
	#extracont .btn {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  width: auto;
	  margin: auto;
	  width: 30%;
	}
	#partners {
		background-position: 103.7% 155px;
	}
	.productstable.table>tbody>tr>td.tablediv { display: none; }
	.productstable.table>tbody>tr>td {
	  width: 48%;
	  float: left;
	  display: block;
        margin-bottom: -1px;
	}
	footer { 
		margin-top: 0;
	}
	.second-slider-cont {
		width: 50%;
		position: absolute;
		margin: auto;
		left: 0;
		margin-top: 150px;
		right: 0;
	}
	#second-sider-right>.functionpoints {
		width: 100%;
		clear: left;
		float: none;
	}
	#second-sider-right {
		position: static;
	}
	.functlist img {
		margin-bottom: 450px;
	}
	#second-sider-right h2 {
		text-align: center;
	}
}

@media (max-width: 1100px) and (min-width: 1000px) {
    .slick-next {
      right: -5px!important;
    }
    .slick-prev {
       left: -5px!important;
    }
    .impress {
        margin-right: 80px;
    }
}

.page{
    max-height: 765px;
    height: auto;
    min-height: 550px;
}

.navbar-brand img {
    width: 62.7%;
  }

@media (max-width: 480px) {
  #partners h3 {
    width: 100%;
  }
  .navbar{
    margin-bottom:0px;
  }
  .page{
  }
  #main-slider h1 {
    margin-top:0;
  }
  #main-slider h1.product-name{
    margin-right: 0;
    margin-left: 0;
  }
  #main-slider #slide02 p.lead{
    margin-top: 40px;
  }
  .slick-dots li {
    width: 5px;
    height: 5px;
  }
  #second-sider-right>.functionpoints {
    padding-top: 10%;
  }
	.top {
	  right: 18px;
	}
	.colors>div {
        width: 17%;
        margin-right: 3%;
	}
  #second-sider-right h2 {
    margin-top:0;
  }

#main-slider .slide03 h1.product-name
{
    margin-top: 270px;
}
#main-slider .slide03 .lead {
    line-height: 20px;
}
    #main-slider .slide03.slide .slidebg{
      background-position: center 128px;
    }
#main-slider .slide02 h1.product-name {
      margin-top: 310px;
}

	#main-slider h1 {
		font-size: 18px; 
		width: 90%;
	}
	.navbar-brand img {
	  width: 53.5%;
	}
	div.video2 {
		font-size: 8px;
	}
	img {
		max-width: 100%;
	}
	div.video2 a {
	  padding-left: 0;
	  padding-right: 0;
	    padding-top: 8px;
	  line-height: 18px;
	}
	div.video2 img {
		width: 50%;
	}
	
	.navbar-toggle {
	  margin-top: 6px;
	  margin-right: 5px;
  margin-bottom: 0px;
	}
    
    .navbar-toggle .icon-bar+.icon-bar {
      margin-top: 4px;
        border-radius: 12px;
    }
    
    .navbar-toggle .icon-bar {
      width: 22px;
      height: 3px;
      border-radius: 2px;
    }
	
	.navbar>.container .navbar-brand {
	  margin-left: 0;
	  padding-top: 8px;
		padding-bottom: 4px;
	}
    
    .nav>li {
      margin-top: 12px;
    }
	
	.navbar {
	  min-height: 46px;
	}
	
#main-slider .btn {
    margin-top: 73px;
    margin-top: 10px;
    margin-bottom: 33px;
    width: auto!important;
    margin-bottom: 0;
}	div.video2 {
	  margin-right: 5%;
	}
	#main-slider h1 {
	  line-height: 24px;
	}
	#main-slider .slide .slidebg{
    background-size: 75%;
	  background-position: center 45%;
	}
	#main-slider h1.product-name {
		margin-top: 328px !important;
		margin-bottom: 10px;
	}
	#main-slider .lead {
		  font-size: 13px;
		  width: 100%;
		  text-align: center;
		  margin: auto;
		  max-width: 100%;
	}
  #main-slider .slick-next,
	#main-slider .slick-prev{
		display: none !important;
	}
	.productinfo {
	  line-height: 16px;
	}
	h1 {
	  line-height: 24px;
	}
	h1, h2 {
	  font-size: 18px;
	}
	hr {
	  margin-top: 36px;
	  margin-bottom: 10px;
	}
	.slick-dots {
	  bottom: 200px;
	}
	#main-slider .btn {
	  margin-top: 18px;
	  font-size: 11px;
	}
	.btn {
		  padding: 10px 12.2%;
  }

	.featurecol img {
      max-width: 60%;
      max-height: 50px;
	}
	#second-page, #third-page, #fourth-page, #fifth-page {
	  margin-bottom: 10px;
	}
	.featurecol {
		font-size: 11px;
		line-height: 12px;
	}
    #line-1 {
        padding-top: 10px;
    }
    #second-sider-right>div {
          margin-top: 0px;
  margin-bottom: 8px;
    }
	.imgcont {
	     line-height: 50px;
	  }
	.second-slider-cont {
	  width: 80%;
	  margin-top: 60px;
	}
    .second-slider {
      margin-left: -15px;
    }
	  .functlist img {
	  margin-bottom: 330px;
	}
	#second-sider-right h2 {
		font-size: 13px;
	}
	#second-sider-right li {
		font-size: 11px;
		margin: 10px 0;
	}
	#second-sider-right ul {
		padding-left: 0;
		  line-height: 14px;
	}
	.featurecol {
		margin-bottom: 10px;
	}
	#third-page {
		padding: 0;
	}
	#second-sider-right>div {
	  width: 18%;
        margin-right: 2%;
	}
	.functlist:first-of-type {
	  margin-left: 0;
	}
    .second-slider .slick-dots {
      bottom: -19px;
    }
    .functlist img {
      margin-bottom: 265px;
    }
	#second-sider-right li {
  
		line-height: 14px;
	}
	#buy-now-button {
	  margin-top: 13px;
	}
	#buy-now-button .btn{
	  font-size: 11px;
	  padding: 10px 12.2%;
    margin-top: 0;
	}
	#line-2 {
	  margin-bottom: 0;
	}
	#colorviewtext {
		font-size: 11px;
		  margin-top: -555px;
		  line-height: 14px;
		padding: 0;
	}	
	.colors {
	  margin-top: 100px;
	}
	#colorview {
	  min-height: 230px;
	}
	#line-3 {
	    margin-top: 25px;
		margin-bottom: 23px;
	}
	#extracont .imgcont {
	  line-height: 140px;
	}
	#extracont .imgcont img {
		  width: 90%;
	}
	#extracont h3 {
	  font-size: 14px;
	  line-height: 18px;
	    margin-bottom: 10px;
	}
	#extracont>div {
		margin-bottom: 16px;
	}
	#extracont>div,#extracont>div:nth-of-type(2) {
	  margin-left: 5px;
	  margin-right: 5px;
	  width: calc(100% - 10px);
	}
	.productstable {
	  width: 100%;
	}
	.productstable .btn {
	  padding: 7px 18.3%;
	}
	.pprice {
		margin-left: 4px;
	}
	#partners {
	  background-position: 112.7% 120px;
		height: 310px;
	}
	#partners .ptitle {
		margin-bottom: 0;
	}
	#partnercont {
		font-size: 14px;
	}
	#partners .ptitle, .pprice {
		font-size: 14px;
	}
	#extracont .cnt {
	  font-size: 11px;
	  line-height: 14px;
	  padding-bottom: 70px;
	}
	#colorview {
	  background-size: 95%;
	}
	#extracont .btn {
		width: 50%;
    margin-bottom: 15px;
	}
	#line-4 {
	  margin-top: 17px;
	  margin-bottom: 4px;
	}
	#sixth-page {
		  font-size: 18px;
		  text-align: center!important;
	}
	
	#partners h3 {
	  font-size: 14px;
	  margin-top: 4px;
	  margin-bottom: 10px;
	}
	#partners {
		background-size: 100%;
		  height: 350px;
	}
	#stelle {
		text-align: center;
	}
	.stelle-text {
		font-size: 11px;
	}
	/*.logo img {
        width: 27.5%;
	}*/
	.productstable .btn {
	  font-size: 10px;
        margin-top: -3px;
	}
	.productstable tr, .productstable td {
		height: 40px;
	}
	.copyright {
	  font-size: 11px;
	    line-height: 16px;
		  max-width: 80%;
	}
	footer .pull-right {
		float: left !important;
	}
	.impress {
		font-size: 11px;
		line-height: 3px;
	}

	#main-slider .slide {
	   background-size: 220px;

	 }
	 .second-slider  {
		width: 80%;
			     margin-left: auto;
  margin-right: auto;
	 }

  #colorview {
	margin-top: 0;
  min-height: 330px;
  }
  #extracont .btn {
	font-size: 10px;
	width: 34%;
  }	

}

@media (max-width: 380px) {
#colorviewtext {
	margin-top: -445px;

}
  #colorview {
  min-height: 260px;
	margin-top: 0;
	
  }
  .top {
        width: 38PT;
  }
  #partners {
    height: 310px;
  }
	 .second-slider  {
		width: 100%;
		 margin-left: auto;
		margin-right: auto;
	 }
}
.btn-primary:hover { font-weight: 600; }
.btn, .logo img, .video a, .colors img{-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}


/**********************************/
.navbar{
  z-index: 99;
}

#main-slider .texts{
  width: auto;
  max-width: 57%;
  text-align: center;
}

.functionpoints h2{
  margin-left: 4.8%;
  font-size:22px;
}

.functionpoints h2, 
.functionpoints li {
  margin-bottom: 20px;
}

#extracont > div:nth-child(1) > h3,
#extracont > div:nth-child(1) > p{
  position: relative;
  top: -13px;
}

/*mobile only*/
@media (max-width: 480px){
  .functionpoints h2{
    margin-left: 0;
    text-align: center;
  }

  .functionpoints ul{
    padding-left: 2%;
  }

  #main-slider .texts{
    max-width: 100%;
  }

  .copyright {
    line-height: 20px;
    margin-top: 10px;
  }

  footer .pull-right {
    line-height: 51px;
  }

  .navbar-brand{
    width: 62%;
  }
}

/*over tablet*/
@media (min-width: 769px){
  #third-page{
    margin-bottom: -80px;
  }

  #si-cont{
    text-align: right;
    position: relative;
    bottom: -147px;
    z-index: 3;
  }

  .functionpoints {
    padding-top: 135px;
    line-height: 23.7px;
  }
} 

@media (max-width:726px){
  @media (min-width:480px){
    #line-2 {
      margin-top: 125px;
    }
  }
}

#line-0{
  margin-top: -80px;
}



/*mobile portrait and landscape*/
@media (max-width:600px){
  .functionpoints h2 {
    font-size: 14px;
  }

  .functionpoints ul li{
    font-size:11px;
  }

  #main-slider #slide04 .slidebg{
    top:-75px;
  }

  #line-0{
      /*margin-top: -200px; */
  }

  .logo img{
    left:-6px;
  }

  #main-slider .texts{
    max-width: 100%!important;
  }
  
  #main-slider h1.product-name {
      margin-top: 310px;
  }
  
  /*iphone 5 landscape*/
  @media (min-width:568px){
    #main-slider h1{
      margin-top:30px;
    }

    #main-slider .slide03 h1 {
      margin-top: 30px;
    }

    #main-slider #slide02{
      top: 20px;
    }

    #main-slider #slide02 .slidebg{
      top: 30px;
    }

    #main-slider h1.product-name {
      margin-bottom: 0px;
      margin-top: 280px;
    }
    #main-slider .slide02 h1.product-name {
      margin-top: 362px;
    }
    #main-slider .btn {
      margin-top: 0;
    }

    #main-slider #slide02 .btn,
    #main-slider #slide03 .btn {
      margin-top: 25px;
    }

    .slick-dots {
      bottom: -20px;
    }

    #line0{
      margin-top: -80px;
      margin-bottom:30px;
    }

    #line-2 {
      margin-top: 165px;
      margin-bottom: 40px;
    }
  }

  /*iphone 6 portrait*/
  @media (min-width:375px){
    .slick-dots {
      bottom: 250px;
    }
    #line-0 {
      /*margin-top: -260px; */
    }
    #partners {
      background-position: 100% 100%;
    }
    @media (max-width:567px){
      #colorview{
          background-size: 100% 100%;
      }
    }
  }


  /*iphone 4 and 5 landscape*/
  @media (min-width:480px){
    #main-slider #slide04 .slidebg {
      top: -213px;
    }
      #main-slider .slick-dots{
        bottom:28px;
      }

      #chip-mobile{
        padding-bottom:10px;
      }

      #line-0 {
        margin-top: -50px;
        margin-bottom: 40px;
      }

      #line-2 {
        margin-top: 90px;
      }
    /*iphone 4 landscape only*/
    @media (max-width:567px){
      #main-slider #slide01 .slidebg{
          top:-22px;
      }

      #main-slider h1.product-name {
        margin-top: 365px!important;
      }

      #main-slider #slide02 .first-title,
      #main-slider #slide03 .first-title{
        margin-top: 0;
      }
     
      #main-slider #slide02 .slidebg{
        top:-44px;
      }

      #main-slider #slide02 h1.product-name {
        margin-top: 390px!important;
      }

      #main-slider #slide02 .lead{
        margin-top: 0!important;
      }

      #main-slider #slide03 .slidebg{
        top:-75px;
      }

      #main-slider #slide03 h1.product-name {
        margin-top: 325px!important;
      }

      #main-slider #slide03 .btn {
        margin-top: 20px;
      }
    }
  }
}


/*ipad portrait*/
@media (max-width:1023px){
  @media (min-width:768px){
    .slick-dots{
      bottom:70px;
    }

    #slide04 .btn{
      position: relative;
      top: 25px;
    }

    #slide04 .slidebg{
      top: 35px;
    }
  }
}

/*landscape tablet and under*/
@media (max-width:1024px){
  @media (min-width:600px){
    #main-slider{
      top: -30px;
    }
  }
  .slick-next{
    background-image: url(../images/arr_right.png)!important;
  }
  .slick-prev{
    background-image: url(../images/arr_left.png)!important;
  }
}

@media (max-width:1000px){
    #main-slider .slidebg{
        background-size: 45%;
    }

    #damustr8{
      max-width: 400px;
      margin: 0 auto;
    }

  @media (min-width: 480px){
    .sporticons{
      max-width:60px;
      max-height: 66px;
    }
  }
}

.lead{
  opacity: 0;
}

@media (min-width: 769px) and (max-width: 991px){
  .navbar-fixed-top{
    height:83px;
  }

  .navbar-nav{
    position: relative;
    top: -81px;
  }
}


/***************SLIDER HAXXX*************/

/*iphone 4-5 portrait*/
@media (min-width: 320px) and (max-width: 374px){
  #main-slider #slide04 .slidebg {
    top: -173px;
  }
  
  #main-slider #slide04 .product-name {
    margin-top:328px!important;
  }

  #asd{
    position: relative;
    top: -65px;
  }

  #chip-mobile{
    top: -65px;
    position: relative;
  }

  #main-slider #slide04 .btn{
    position: relative;
    top: -70px;
  }

  .slick-dots {
    bottom: 255px;
  }

  #line-0 {
    margin-top: -265px;
  }
}

/*iphone 6 portrait*/
@media (min-width: 375px) and (max-width: 479px){
  #main-slider #slide04 .slidebg {
    top: -107px;
    background-size: 60%;
  }

  #main-slider #slide04 .product-name
  {
      margin-top: 243px!important;
  }

  #main-slider .slick-dots {
    bottom: 296px;
  }

  #line-0 {
    margin-top: -317px;
  }
}

/*iphone4 landscape*/
@media (min-width: 480px) and (max-width: 567px){
  #main-slider #slide04 .slidebg {
    top: -158px;
    background-size: 60%;
  }

  #main-slider #slide04 .product-name
  {
      margin-top: 297px!important;
  }

  #main-slider .slick-dots {
    bottom: 125px;
  }

  #line-0 {
    margin-top: -140px; 
  }
}

/*iphone5 landscape*/
@media (min-width: 568px) and (max-width: 666px){
  #main-slider #slide03 .btn{
    margin-top: 13px;
  }
}

/*iphone6 landscape*/
@media (min-width: 667px) and (max-width: 767px){
  .slick-dots {
    bottom: 80px;
  }

  #main-slider #slide03 .lead{
    width: 75%;
    left: 35px;
    position: relative;
    top: -10px;
  }

  #main-slider .slide03 .btn {
    margin-top: 62px;
  }

  #line-0 {
    margin-top: -96px;
  }
}


/*ipad portrait*/
@media (min-width: 768px) and (max-width: 1023px){
  #chip {
    margin-left: 30px;
  }
  #main-slider .slide03 .lead {
    width: 80%;
    margin-left: 20px;
  }
}

/*ipad landscape*/
@media (min-width: 1024px) and (max-width: 1120px){
  #chip {
    margin-left: 30px;
  }
}