/***************************************
        PARTNERS OVERVIEW PAGE
***************************************/

.arlo-partners-list ul li {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    float: left;
    background-color: #ffffff;
    text-align: center;
    list-style: none;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
}

section.arlo-partners-list {
    background-color: #f5f5f5;
    height: 100%;
    padding: 60px 0;
}

section.arlo-partners-list > h2{
  margin-bottom: 45px;
}

section.arlo-partners-list .container > h2{
  font-family: morebirounded, 'Palatino Linotype';
  /*font-weight: bold;*/
  margin-bottom: 50px;
}

.arlo-partners-list ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.image-partner {
    height: 50%;
    background-size: cover !important;
}

.info-partner {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: 50%;
}

.info-partner:before {
    content: "";
    position: absolute;
    width: 110%;
    height: 60px;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 200% 200% 0 0;
}

.partner-logo {
  width: 210px;
  height: 60px;
  background-size: contain !important;
  margin: 0 auto 15px auto;
  position: relative;
  z-index: 15;
}

.partner-logo + p {
  margin: auto;
  font-family: morebirounded, 'Palatino Linotype';
  /*font-weight: bold;*/
  width: 95%;
  font-size: 16px;
}

.info-partner > a.btn {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: white;
    position: absolute;
}

.green_btn {
  background-color: #10A84D;
}

.btn:hover {
  background-color: #0f6d35;
  color: #fff;
}

div#headline-partners-overview {
    font-family: morebirounded, 'Palatino Linotype';
    /*font-weight: bold;*/
}

div#headline-partners-overview > h1 {
 /* font-weight: bold;*/
}

div#headline-partners-overview > p {
  /*font-size: 15px;*/
}

@media (min-width: 1200px){

  .arlo-partners-list ul li{
    width: 32%;
  }

  .arlo-partners-list ul li:not(:nth-of-type(3n+3)){
    margin-right: 2%;
  }
}

@media (min-width: 820px) and (max-width: 1199px){
  .arlo-partners-list ul li{
    width: 48%;
  }
  .arlo-partners-list ul li:not(:nth-of-type(2n+2)){
    margin-right: 2%;
  }
}

/****************************
    PARTNERS SMARTTHIGS
****************************/

.hero_slider_item.smart_things {
  height: 514px;
  background-color: #06a84e;
  position: relative;
}

.logo_arlo_smart_things p {
    margin: 0;
    position: absolute;
    left: 252px;
    top: 102px;
    font-size: 20px;
    font-weight: 600;
    font-family: morebirounded, sans-serif;
    letter-spacing: 0.06em;
}

.inner_hero_slider {
    width: 1100px;
    max-height: 450px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    overflow: hidden;
    font-family: morebirounded-medium, 'Palatino Linotype';
}

.smart_things_device {
  float: right;
  width: 32%;
  height: 450px;
}

.logo_arlo_smart_things {
    float: left;
    width: 65%;
    position: relative;
    top: 76px;
}

.logo_arlo_smart_things .arlo_logo {
    width: 385px;
    height: 140px;
    background-size: contain !important;
}

.smart_things_logo {
    font-family: morebirounded, sans-serif;
    margin-left: 250px;
}

.smart_things_logo h1{
  font-size: 8em;
  font-weight: 400;
}

/***********************
 SLIDER PLUGIN
***********************/

.slider-container{
  position: relative;
}

.arlo-partners-list ul.slider-outer{
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-width: 1360px;
  width: 100%;
  position: relative;
}

@media (min-width: 767px){
  .arlo-partners-list ul.slider-outer{
    height: 490px;
    width: 1200px;
    margin: auto;
  }
}

.arlo-partners-list ul.slider-outer > li.slide-item{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.arrow{
  color: #e1e1e1;
  background-color: #ffffff;
  display: block;
  height: 96px;
  line-height: 96px;
  margin-top: -48px;
  outline: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 48px;
  z-index: 3;
  border: 0;
  cursor: pointer;
  transition: all 0.4s;
}

.arrow .icon-slider{
  color: #a3a3a3;
  font-size: 2.5em;
  position: relative;
  display: block;
  transition: all 0.3s;

}

.arrow:hover{ opacity: 0.6; }

.arrow-right{
  border-radius: 48px 0 0 48px;
  right: 0;
  text-align: right;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.arrow-left .icon-slider{ left: 7px;}
.arrow-right .icon-slider{ right: 7px;}

.arrow-left:hover .icon-slider{ left: 3px;}
.arrow-right:hover .icon-slider{ right: 3px;}

.arrow-left{
  border-radius: 0 48px 48px 0;
  left: 0;
  text-align: left;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}



/***********************
SLIDER PLUGIN ENDS
***********************/

.left-slider {
    width: 50%;
    float: left;
    height: 100%;
    background-color: #06a84e;
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: morebirounded, sans-serif;
    position: relative;
}

.left-slider h2{
  color: #ffffff;
  font-family: morebirounded, sans-serif;
  font-size: 30px;
  width: 300px;
  margin: 0 auto 10px auto;
  line-height: 40px;
}

.left-slider p{
  width: 85%;
  margin: auto;
}

.left-slider .slider-text-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 80%;
}

.right-slider {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    background-size: cover !important;
}

.partner-products-inner {
  overflow: hidden;
  margin: auto;
  /*width: 30000px;*/
  width: 2083.3333%;
  position: relative;
}

.partner-products-item {
    /*width: 719.98px;*/
    width: 2.3999%;
    min-height: 450px;
    float: left;
    box-sizing: border-box;
    padding: 80px 40px;
}



.partner-products-item .btn{
  display: inline-block;
  margin: 20px auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
}

.partner-product-img {
    width: 300px;
    height: 350px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: auto;
}

.partner-products-item h2 {
    font-family: morebirounded, sans-serif;
    font-size: 30px;
    /*font-weight: 600;*/
    margin: 15px 0;
    text-align: center;
}

.partner-products-item p {
  width: 100%px;
  margin: auto;
  text-align: center;
  font-family: morebirounded, sans-serif;
  /*font-weight: 600;*/
}

.partners-products-section{
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1280px){
  .hero_slider p {
    font-size: 22px;
    line-height: 32px;
  }

  .left-slider p{
    width: 65%;
  }
}

/*******************************
      FEATURES SLIDER
********************************/
.main-smartthings .features_slider{
  position: relative;
  padding: 30px 0 50px 0;
}
.main-smartthings .features_slider .container_features{
  overflow: hidden;
  width: 1250px;
  margin: auto;
}
.main-smartthings ul.features_slider_list{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.main-smartthings .features_slider_list li{
  float: left;
  width: 298px;
  background-color: #ffffff;
  margin-right: 15px;
  white-space: normal;
  opacity: 1;
  visibility: visible;
}
.main-smartthings .features_slider_list_item_wrap {
    background: #fff;
    text-align: center;
}
.main-smartthings .features_slider_list_item_image {
    margin: 0;
}
.main-smartthings .features_slider_list_item_icon {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: -32px 0 5px;
    padding: 12px;
}
.main-smartthings .features_slider_list_item_description {
    height: 130px;
    overflow: hidden;
    padding: 20px 20px 20px
}

@media (max-width: 1318px){
  .main-smartthings .features_slider .container_features{
    width: 935px;
  }
}

@media (max-width: 1260px){
  .arlo-partners-list ul.slider-outer {
    width: 90%;
  }
}

@media (max-width: 1100px){
  .inner_hero_slider{
    width: 100%;
  }

  .logo_arlo_smart_things .arlo_logo{
    width: 250px;
  }

  .logo_arlo_smart_things p{
    left: 140px;
    font-size: 18px;
  }

  .smart_things_logo{
    margin-left: 22%;
  }

  .smart_things_logo h1{
    font-size: 7em;
    color: #ffffff;
  }

  .smart_things_device{
    position: relative;
    right: 6%;
    background-size: contain !important;
  }
}

@media (max-width: 985px){
  .arlo-partners-list ul.slider-outer .left-slider,
  .arlo-partners-list ul.slider-outer .right-slider{
    float: none;
    width: 100%;
  }

  .arlo-partners-list ul.slider-outer{
    margin: auto;
  }

  .main-smartthings .features_slider .container_features{
    width: 615px;
  }
}

@media (max-width: 755px){
  .logo_arlo_smart_things{
    float: none;
    margin: auto;
    top: 0;
    margin: auto;
  }
  .smart_things_device {
    float: none;
    width: 200px;
    height: 200px;
    right: initial;
    margin: auto;
  }
  .hero_slider_item.smart_things {
    height: 414px;
  }

  .logo_arlo_smart_things{
    text-align: center;
  }

  .logo_arlo_smart_things .arlo_logo{
    margin: auto;
    width: 200px;
    height: 80px;
  }

  .smart_things_logo {
    margin: auto;
  }

  .logo_arlo_smart_things p {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 20px auto;
    color: #ffffff;
  }

  .smart_things_logo h1{
    font-size: 5em;
  }

  .partner-products-item {
    /* width: 100%; */
    /* float: none; */
    width: 4.8%;
    box-sizing: border-box;
    padding: 20px 30px;
  }

  .partner-product-img {
    width: 100%;
    height: 250px;
  }

  .main-smartthings .features_slider .container_features{
    width: 300px;
  }

  .main-smartthings .features_slider_list li {
    padding: 0;
  }
}


@media (max-width: 423px){
  .smart_things_logo h1{
    font-size: 3.5em;
  }

  .arlo-partners-list ul.slider-outer .left-slider h2{
    width: 100%;
  }

  .arrow {
    width: 40px;
    height: 66px;
    line-height: 66px;
  }

  .arrow-left { padding-left: 8px; }
  .arrow-right { padding-right: 8px; }

  .partner-products-item h2 {
    font-size: 22px;
  }
}

section.mobile_slider .learn_more {
  color: #ffffff;
  margin: 50px 0;
}

main.main-smartthings .mobile_slider {
  border-bottom: 1px solid #e1e1e1;
  min-height: 760px;
  height: initial;
}

@media screen and (min-width: 992px){
  main.main-smartthings .mobile_slider .container {
    max-width: 540px;
    padding: 0 35px;
    position: relative;
    width: 50%;
    display: inline-block;
    left: 5%;
  }
}

main.main-smartthings span.features_slider_list_item_icon {
    opacity: 0;
    position: absolute;
}

main.main-smartthings .features_slider_list_item_description {
    height: 180px !important;
}

@media (min-width: 1200px){
  main#product.main-smartthings .hero_slider .bx-viewport{
    height: 514px !important;
  }
}
