.inside_footer_grid{
  width: 1060px;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
overflow: hidden;
}

.footer_contain{
  background-color: #7c8489;
  overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;

}

.logo_footer_leaf {
  height: 20px;
}
.main_footer_list li{
  display: inline-block;
  position: relative;
}

.first_link_footer{
  float: left;
}

.col_footer_28{
  width: 22%;
  min-height: 20px;
  float: left;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
overflow: hidden;
}

.footer_nav{
  color: #fff;
}

.list_from_footer{
  list-style-type: none;
}


.list_from_footer li{
 display: inline-block;
  width: 100%;
}

.list_from_footer li a{
  display: inline-block;
  width: 90%;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  cursor: pointer;
  color: #322F31;
 font-size: 0.68vw;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}

.list_from_footer li a:hover{
color:#3ADDC9;
}

.last_list_from_footer li a:hover{
color:#3ADDC9;
}

.title_footer_nav{
    font-size: 0.68vw;
    color: #322F31;
    padding-bottom: 0px;
    display: inline-block;
    font-weight: 900;
  letter-spacing:0.025em;
    margin-bottom: 0.7em;
}


.col_footer_auto_size{
  min-height: 20px;
  width: 181px;
  float: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
overflow: hidden;
}

.footer_nav_mobile_top{
}

.background_color_above_footer{
background-color:#f2f2f2;
}

.sub_footer{
  width: 100%;
  border-top: 1px solid #322F31;
  float: left;
  margin-top:20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
overflow: hidden;}

.last_footer_nav{
  width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
overflow: hidden;
}

.last_list_from_footer{
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
overflow: hidden;
}

.last_list_from_footer li{
   display: inline-block;
   float: left;

 }

.last_list_from_footer li a{
  color: #322F31;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #322F31;
  line-height: 1.5em;
  font-size: 0.66vw;
  box-sizing:border-box;
}

.last_list_from_footer li .first_link_on_terms{
  padding-left: 0px;
}

.copyright_last_footer{
  float: right;
  color: #322F31;
  font-size: 0.66vw;
  text-align: right;
  display: inline-block;

}


.last_list_from_footer li .terms_of_use_link{
  padding-left:0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
overflow: hidden;
}

.icons_from_footer_social{
  width: 58px;
  height: 58px;
  background-color: transparent;
  border:1px solid #E0E0E0;
  box-sizing:border-box;
  float: left;
  display:inline-block;
  margin-right: 2px;
  position: relative;
  margin-bottom: 2px;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.col_footer_auto_size {

}

.icons_from_footer_social i {
  color: #322F31;
  position: absolute;
  margin: auto;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  text-align: center;
  font-size: 2.5rem;
  height: 25px;
  -webkit-transition: color 100ms ease;
  -moz-transition: color 100ms ease;
  -ms-transition: color 100ms ease;
  -o-transition: color 100ms ease;
  transition: color 100ms ease;
}

.youtube_last:before {
  font-family:IconsFontello;
  display: inline-block;
  text-decoration: none;
  font-style:normal;
  content: "\E81f";
  font-size: 1.7rem;
  height: 28px;
}


.facebook::before{
    font-family:IconsFontello;
  display: inline-block;
  text-decoration: none;
  font-style:normal;
  font-size: 1.5rem;
  height: 28px;
  content: "\E823";
}
.twitter::before {
    font-family:IconsFontello;
  display: inline-block;
  text-decoration: none;
  font-style:normal;
    font-size: 1.5rem;
  height: 28px;
  content: "\E84B";
}
.pinterest::before {
    font-family:IconsFontello;
  display: inline-block;
  text-decoration: none;
  font-style:normal;
    font-size: 1.5rem;
  height: 28px;
  content: "\E829";
}
.instagram::before {
    font-family:IconsFontello;
  display: inline-block;
  text-decoration: none;
  font-style:normal;
    font-size: 1.5rem;
  height: 28px;
  content: "\E85D";
}
.blog::before {
    font-family:IconsFontello;
  display: inline-block;
  text-decoration: none;
  font-style:normal;
    font-size: 1.5rem;
  height: 28px;
  content: "\E85b";
}

.youtube::before {
    font-family:IconsFontello;
  display: inline-block;
  text-decoration: none;
  font-style:normal;
    font-size: 1rem;
  height: 28px;
  content: "\E81f";
}



.email_bellabeat_place_on_the_bottom{
  position: relative;
  margin: auto;
  width: 100%;
  min-height: 1px;
  float:left;
}



.submit_bellabeat_button{
  background-color: #3ADDC9;
  padding: 5px 20px;
  font-size: 1.8rem;
  width: 35%;
  text-align: center;
  font-weight: 900;
  vertical-align: middle;
  height: 43px;
  color: #fff;
  float: left;
  border:0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px 3px 3px 0px;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
  font-family:Galano;
}




.bellabeat_subscribe_title{
  padding-top: 4px;
}



.form_from_footer_leaf{
  overflow: visible;
}

.col_4_leaf_email{
  overflow: visible;
}


.spinner_new_dialog{
  position: absolute;
  left: -50px;
  top: 2px;
  width: 40px;
  -webkit-animation: spinTheSpinner 1500ms infinite linear;
  -o-animation: spinTheSpinner 1500ms infinite linear;
  animation: spinTheSpinner 1500ms infinite linear;
}

@keyframes spinTheSpinner {
  0%{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

100%{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

}



.footer_text_in_sec_line{
}

.braker_footered{
  width: 100%;
  float: left;
  height: 10px;
}

.main_bellabeat_form {
    padding-top: 20px;
    padding-bottom: 9px;
    background-color: #f2f2f2;
    display: inline-block;
}
.email_bellabeat_place_on_the_bottom {
    position: relative;
    margin: auto;
    width: 100%;
    min-height: 40px;
}

.grid_size_leaf {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.col_8_leaf {
    width: 66.66666667%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.bellabeat_subscribe_title {
    padding-top: 4px;
}
.secondary_title_leaf {
    color: #656565;
    max-width: 85%;
    letter-spacing: .02em;
    line-height: 1.6em;
    font-size: 1.5rem;
    text-transform: none;
    font-weight: 100;
}

.footer_text_in_sec_line {
    display: none;
}

.col_4_leaf_email {overflow: visible;}

.col_4_leaf {width: 33.33333333%;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: relative;overflow: visible;}


.form_from_footer_leaf {
    overflow: visible;
}

.submit_bellabeat_button {
    background-color: #3ADDC9;
    padding: 5px 20px;
    font-size: 1.2rem;
    width: 35%;
    text-align: center;
    font-family:Galano;
    font-weight: 900;
    vertical-align: middle;
    height: 43px;
    color: #fff;
    float: left;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    cursor: pointer;
}

.spinner_new_dialog {
    position: absolute;
    left: -50px;
    top: 2px;
    width: 40px;
    -webkit-animation: spinTheSpinner 1500ms infinite linear;
    -o-animation: spinTheSpinner 1500ms infinite linear;
    animation: spinTheSpinner 1500ms infinite linear;
}


.displayNone {
    display: none;
}


.footer_contain {
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 50px;
}

.bellabeat_main_input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px !important;
    line-height: 1.6;
    max-width: 100%;
    background-color: transparent;
    color: #777777;
  font-weight: 100;
letter-spacing: .04em;
padding: 5px 20px;
width: 65%;
border: 1px solid #ccc;
background-color: #fff;
font-size: 1.8rem;
float: left;
height: 43px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
border-radius: 3px 0 0 3px !important;
  font-style:normal !important;
  background-color:#fff !important;
  
  
}



.logos_bottom_part{
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  float:left;
  border-top:1px solid #ddd;
}

.single_logo_bottom {
  width: 16.66666666666667%;
  float: left;
  text-align: center;
  overflow: hidden;

}

.logo_bottom_single{
  display: inline-block;
  margin:0 auto;
  position: relative;
  max-width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}


.grid_size_leaf_footer{
 max-width: 100%;
width: 1345px;
}



.icons_from_footer_social:hover, .icons_from_footer_social:focus {
    background-color: #3addc9;
}

.icons_from_footer_social i:hover, .icons_from_footer_social i:focus {
    color: #fff;
}

.no_border_default_remove{
width:0px;
  height:0px;
}


@media (max-width: 1700px) {

  .list_from_footer li a{
  font-size:0.77vw
  }
  
  .title_footer_nav{
    font-size:0.77vw
  }
  
  .last_list_from_footer li a{
    font-size:0.77vw
  }
  
  .copyright_last_footer{
    font-size:0.77vw
  }
  
}

@media (max-width: 1360px) {
  .col_footer_28{
      width: 19%;
  }
  
  .col_footer_auto_size {
    width: 171px;
}
  
  
  
}

@media (max-width: 960px) {
.col_footer_28 {
    width: 24%;
}
  
  .form_for_bellabeat_page_contain .form_for_bellabeat_page_input {
    font-size: 1.35vw;
}
  
  .form_for_bellabeat_page_contain .form_for_bellabeat_page_button {
    font-size: 1.35vw;
}
  
  .bellabeat_believings {
    font-size: 2.55vw;
}
  
}

@media (max-width: 768px) {
.list_from_footer li {
    display: inline-block;
    width: 100%;
    text-align: left;
}
  
    
  .form_for_bellabeat_page_contain .form_for_bellabeat_page_input {
    font-size: 2vw;
}
  
  .form_for_bellabeat_page_contain .form_for_bellabeat_page_button{
      font-size: 2vw;

  }
  
        .icons_from_footer_social {
    width: 66px;
    height: 66px;
    margin-bottom: 1px;
    float: none; 
    margin-right: 5px;
}
  
      
    .col_footer_auto_size {
    width: 100%;
    text-align: left;
}
  

  
.last_list_from_footer li {
    display: inline-block;
    width: 100%;
    text-align: left;
}
  
.list_from_footer   .title_footer_nav {
    display: inline-block;
    width: 100%;
    text-align: left;
}
  
}



@media (min-width: 1930px) {

  .list_from_footer li a {
    font-size: 14px;
}
  
  .title_footer_nav{
      font-size: 14px;
  }
  
  .last_list_from_footer li a{
      font-size: 14px;
  }
  
  .copyright_last_footer{
      font-size: 14px;
  }
  
}


