#footer{
    clear: both;
}

.footer-content{
  min-width: 990px;
  max-width: 1110px;
  margin: 0 auto;
  text-align: left;
}

.footer-search{
    background: #F47710;
    text-align: center;
}

.footer-search fieldset{
    border: none; 
    overflow: hidden;
	padding: 7px;
}

.footer-search fieldset label{
    float: left;
}

.footer-search-title{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 9px 15px 0 0;
}

.footer-search fieldset label input{
    border: none;
    color: #f47710;
    font-family: arial,times new roman;
    font-size: 18px;
    padding: 7px 10px;
    width: 765px;
}

.footer-search-buttom{
    background-position: 0 -100px;
    height: 36px;
    line-height: 0;
    width: 42px;
    float: left;    
}

.footer-top{
	background: #f3ecf5;
    text-align: center;
    padding: 20px 10px;
    overflow: hidden;
    border-top: 7px solid #b9328f;
}

.footer-top h3{
  color: #059bbf;
  font-size: 22px;
  margin-bottom: 15px;
  font-family: 'open_sansbold';
}

.footer-institutional{
    float: left;
    margin-right: 35px;
	width: 209px;
}

.footer-institutional li{
	list-style: none;
	padding-bottom: 15px;
}

.footer-institutional li a{
    color: #616161;
    display: inline-block;
    font-size: 14px;
    padding: 2px;
    transition: all 200ms ease-out 0s;
}

.footer-institutional li a h4{
    font-weight: normal;
}

.nav-institucional-bullet{
  font-size: 27px;
  color: #F57710;
  float: left;
  padding-right: 1px;
  margin-bottom: 1px;
  padding-top: 2px;
}

.footer-institutional li a:hover{
    color: #444;
}

.coupom-rules{
	width: 500px;
	padding: 0 10px;
}

.coupom-rules-content{
	margin: 15px 0;
}

.coupom-rules-content p{
	display: block;
	margin: 5px 0;
	font-size: 11px;
}

.footer-paymentMethods{
  overflow: hidden;
  width: 371px;
  margin-right: 35px;
}

.footer-follow-me{
  margin-top: 102px;
  position: absolute;
}

.footer-follow-me H3{
color: #b9328f;
}
.footer-social-facebook{
  background-position: -600px -250px;
  display: inline-block;
  width: 168px;
  height: 38px;
}
.footer-social-twitter{
  background-position: -600px -300px;
  display: inline-block;
  height: 38px;
  width: 127px;
}
.footer-social-blog{
  background-position: -600px -200px;
  height: 38px;
  width: 142px;
  display: inline-block;
}

/*
.footer-newsletter{
  position: absolute;
  margin-top: 195px;
}
*/

/*
.footer-newsletter a{
  background-position: -200px 0;
  height: 61px;
  width: 591px;
  display: inline-block;
}*/

.paymentMethodsIcons-li{
    float: left;
    list-style: none;
    margin: 0 3px 3px 3px;
}

.footer-seals{
    overflow: hidden;
}

.footer-fcontrol{
    background-position: 0 -200px;
    display: block;
    height: 18px;
    margin: 0 0 15px 0;
    width: 119px;
}

.footer-thawte{
    background-position: -150px -200px;
    display: block;
    height: 32px;
    margin: 0 0 15px 0;
    width: 131px;
}


.footer-security-store{
    background-position: -299px -200px;
    display: block;
    height: 32px;
    margin: 0 0 15px 0;
    width: 135px;
}

.footer-bottom{
    text-align: center;
	padding-bottom: 25px;
	height: 48px;
}

.footer-text{
	color: #6c6c6c;
    font-size: 13px;
    padding-top: 20px;
    clear: both;
    text-align: center;
}

.footer-imgs{
    float: right;
    margin-top: 20px;
}

.footer-ciashop{
    width: 130px;
    height: 50px;
    display: inline-block;
    background-position: -300px -250px; 
    text-indent: -9999px;
    margin-right: 10px;
}
.footer-up{
    width: 130px;
    height: 34px;
    display: inline-block;
    background-position: -150px -250px; 
    text-indent: -9999px;
    margin-right: 10px;
}

/* Newsletter Home */

.footer-newsletter {
    background: #d62f93;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;    
    -webkit-align-items: center;
    justify-content: center;
}

.footer-newsletter-content-title{
    color: #FFF;
    font-size: 16px;
}

.footer-newsletter-content-smalltitle{
    color: #FFF;
    font-size: 11px;
}

.footer-newsletter .box_newsletter{
    border: none;
    margin: 6px 0 10px;
}

.footer-newsletter .footer-newsletter-content{
    margin: 10px 0 5px;
    width: 990px;
}

a.bt-newsletter {
    padding: 0px 20px;
    line-height: 35px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #ff99d8;
    color: #fff;
    font-size: 15px;
    border-radius: 8px;
    border: 3px solid #FFF;
}

.footer-newsletter .box_newsletter input {
    border: none;
    font-size: 15px;
    line-height: 43px;
    text-indent: 10px;
    width: 355px;
    display: inline-block;
    color: #b2b2b2;
    border-radius: 8px;
}

.footer-newsletter .box_newsletter .email input {
    width: 455px;
}

.footer-newsletter .box_newsletter input{
    margin-right: 15px;
}

@media screen and (max-width: 1244px) {
  .footer-institutional{
      float: none!important;
      width: auto;
  }
  .footer-institutional li{
      display: inline-block;
      margin: 0 10px 16px;
  }
  .footer-facebook{
      width: 40%;
  }
}

/* Olark */

body #olark-wrapper .olark-launch-button {
    background-color: #ff7a18 !important;
}

body #olark-wrapper .olark-top-bar {
    background-color: #ff7a18 !important;
    border-color: #ff7a18 !important;
}

body #olark-wrapper #olark-container .olark-form-send-button {
    background-color: #ff7a18 !important;
    color: #ffffff !important;
}