.iq-subscribe {
    padding: 60px 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
}



.SectionTitleNews {
    text-align: center;
    margin-bottom:30px;
}

.SectionTitleNews h1:before,
.SectionTitleNews h2:before,
.SectionTitleNews h3:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width:100px;
    height:10px;
    background:#fff;
    border-radius: 5px;
    bottom: 0;
    content: "";
}

.SectionTitleNews p {
    font-size:1.2rem;
    padding: 0 80px;
    margin-bottom: 0;
}



.searchbox.fancy {
    position: relative;
}

.searchbox.fancy .form-control {
    padding-right: 200px;
    font-size: 16px;
}

.searchbox.fancy button {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 11px 20px 12px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius:50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.searchbox .button.large {
    padding: 11px 20px;
}

.searchbox.fancy .form-control::-webkit-input-placeholder {
    opacity: 0.5;
    color: #6b7175;
}

.searchbox.fancy .form-control::-moz-placeholder {
    opacity: 0.5;
    color: #6b7175;
}

.searchbox.fancy .form-control:-ms-input-placeholder {
    opacity: 0.5;
    color: #6b7175;
}

.searchbox .button {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background: #9bd3ae;
    padding: 11px 20px 11px;
    font-size: 15px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius:50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.searchbox .button+.button {
    margin-left: 20px;
}

.searchbox .button:hover,
.button:focus {
    background: #6b7175;
    color: #ffffff;
    border-color: #6b7175;
}

.searchbox.fancy .form-control {
    padding-right: 200px;
    font-size: 16px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: none;
    height:50px !important;
    padding:10px 12px 10px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.searchbox.fancy .form-control:focus {
    border-color: #ccc;
    box-shadow: 0px 0px 5px #ccc;
}


.SectionTitleFooter {
    text-align: left;
    margin-bottom:30px;
}
.SectionTitleFooter h1 {
    color:#fc0;
}

.SectionTitleFooter h1:before {
    position: absolute;
    left:0;
    width:100px;
    height:10px;
    background:#9bd3ae;
    background: linear-gradient(135deg, #9bd3ae, #991d3e);
    border-radius: 5px;
    bottom: 0;
    content: "";
}






.footer-bottom {
    padding: 50px 0px 90px 0px;
    -webkit-box-shadow: 0px -3px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px -3px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px -3px 20px 0px rgba(0,0,0,0.15);
}

.footer-bottom .info {
    border-left:0px solid #ccc !important;
    margin-bottom:25px;
}


.footer-bottom .info .icon-title {
    line-height:90px;
    font-size:72px;
    font-weight: bold;
    color:#9bd3ae;
    display:block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom:15px;
}


.footer-bottom .info:hover .icon-title{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color:#6b7175;
    /*margin-left:10px;*/

}


.footer-bottom .info h5 {
    line-height: 1.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    color:#6b7175;
    display:block;
    margin-bottom:15px;
}


.footer-bottom .info h3 {
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: bold;
    color:#9bd3ae;
    display:block;
    margin-bottom:15px;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.footer-bottom .info p {
    font-size: 1rem;
    font-weight: bold;
    color:#6b7175;
    display:block;
    padding-bottom:10px;
}
.footer-bottom .info a {
    line-height: 1.1rem;
    font-size: 1rem;
    font-weight: bold;
    color:#6b7175;
    display:block;
    margin-bottom: 5px;
    padding-bottom:10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footer-bottom .info a:hover {
    color:#9bd3ae
}

.icon-phone-footer i {
    position: relative;
    font-size: 28px !important;
    top:3px;
}

/*COPYRIGHT*/
.copyright {
    margin-top:30px;
    padding:30px 0;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.copyright p {
    color: #6b7175;
    font-size: 14px;
    margin-bottom:10px;
}
.copyright a {
    color: #6b7175;
    font-size:14px;
}
.copyright a:hover {
    color: #9bd3ae;
}



@media(max-width:650px) {
    .copyright {
        padding:30px 80px;
    }
}