.btn-cyan {
    padding: 10px 8px;
    font-size: 15px;
    line-height: 1em;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #3FAFED;
    color: #ffffff;
    transition: background-color 0.2s ease;
}
.btn-cyan:hover {
	background-color: #1490d4;
	transition: background-color 0.2s ease;
}

.new-footer {
    padding: 20px 0;
    border-top: 20px solid #3FAFED;
    background: url("https://cdn.shopify.com/s/files/1/0243/7593/files/halloween50.png") no-repeat center bottom;
}
@media screen and (min-width: 1200px) {
  .new-footer {
    height: 400px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) { 
  .new-footer {
    height: 400px;
  }
}
.new-footer .visible-xs-block {
    text-align: center
}
.new-footer .visible-xs-block h4.panel-title {
    margin-bottom: 0;
    margin-top: 0;
}
.new-footer .panel-heading {
  	padding: 0px;
}
.new-footer .visible-xs-block #accordion {
    margin-top: 10px
}
.new-footer #accordion .panel-heading h4 a {
  	font-size: 22px;
}
.new-footer #accordion .panel-heading a:hover, .new-footer .panel-title a:focus {
    color: #005D8F;
    background: transparent;
}
.new-footer .visible-xs-block .new-footer form input[name=email] {
    text-align: center
}
.new-footer .visible-xs-block a:hover {
    color: #005D8F
}
.new-footer .footer_copyright p {
    margin: 0;
    font-size: 14px;
    line-height: 16px
}
.new-footer .footer_copyright p.muted {
    color: #999
}
.new-footer li {
    padding: 3px 0
}
.new-footer li a {
    color: #3FAFED;
    font-size: 18px;
}
.new-footer .footer_logo {
    width: 180px;
    margin: 2px 0 10px;
}
.new-footer h4 {
    color: #005D8F;
    font-size: 22px;
    line-height: 18px;
    margin-bottom: 9px;
    margin-top: 28px;
    font-family: proxima-nova,sans-serif;
    font-weight: 700
}


/* STAY CONNECTED */
.new-footer .social-profile-icons {
    height: 33px;
    margin-bottom: 20px;
    font-family: proxima-nova,sans-serif;
    font-weight: 700
}
.stay-connected {
  margin-bottom: 14px;
}
.social-network li {
	display: inline;
    margin: 0 5px;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background-color: #d3d3d3;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
    margin: 0;
    line-height: 30px;
    text-align: center;
}
.social-network a.icoFacebook:hover {
    background-color: #3b5998
}
.social-network a.icoTwitter:hover {
    background-color: #3cf
}
.social-network a.icoPinterest:hover {
    background-color: #bd081c
}
.social-network a.icoGoogle-plus:hover {
    background-color: #dc4e41
}
.social-network a.icoLinkedin:hover {
    background-color: #007bb7
}
.social-network a.icoInstagram:hover i,.social-network a.icoFacebook:hover i,.social-network a.icoTwitter:hover i,.social-network a.icoPinterest:hover i,.social-network a.icoVimeo:hover i,.social-network a.icoLinkedin:hover i {
    color: #fff
}
a.socialIcon:hover,.socialHoverClass {
    color: #44bcdd
}
.social-circle i {
    color: #fff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
    margin: 0;
    line-height: 30px;
    text-align: center
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background-color: #d3d3d3
}
.social-circle li a:hover i,.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
.social-circle li:first-child {
    margin-left: 0;
}

/* Newsletter sign up */
.mz-footer-subscribe h4 {
    margin-top: 20px;
}
.stay-connected input[name=email] {
  padding: 6px 8px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1em;
  border: 2px solid #cccccc;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stay-connected span {
  padding: 6px 10px;
  color:rgb(85, 85, 85)!important;
}
.mz-form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #cccccc;
  border-radius: 4px;
  max-width: 295px;
}
.mz-form-horizontal input[name=email] {
  padding: 8px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1em;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius-top-left: 4px;
  border-radius-bottom-left: 4px;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #555;
  font-family: 'BentonSans';
  font-style: normal;
}
.mz-form-horizontal .btn-cyan {
  border-radius: 3px;
  padding: 8px;
}

.formfield {
    padding: 6px 8px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1em;
    border: 2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/* MOBILE */
.new-footer .social-foot-mobile .accordion-heading .accordion-toggle {
    padding: 12px 15px 8px;
    padding-left: 26px
}
.new-footer .social-foot-mobile .nav {
    margin-bottom: 0
}
.new-footer .social-foot-mobile h3 {
    font-size: 22px
}
.new-footer .social-foot-mobile #accordionF {
    margin-bottom: 10px;
    margin-top: 15px
}


@media screen and (max-width: 767px) { 
  .mz-form-horizontal {
      max-width: initial;
  }
}