@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
body {
    background-color: #f6f6f6;
}

.section {
    padding: 40px 0 40px 0;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.section h3 {
    text-transform: uppercase;
}

.section-title p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 60px;
}

/* Large desktop */
@media (min-width: 980px) {
    .menu {
        width: 600px;
        float: right;
        position: relative;
        height: 130px;
        display: block;
    }


    .nav-secondary {
        font-family: "Open Sans", sans-serif;
        margin: 10px 0 20px 10px;
        position: absolute;
        right: 0px;
        top: 20px;
    }

    .nav-secondary li a {
        color: #000;
        font-size: 14px;
        font-weight: 300;
        padding: 3px 5px 0;
        margin: 0;
    }

    .nav-secondary li.telephone {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        padding: 0 20px 0 0;
    }
    .btn-spacer {
        margin-right: 20px;
    }

    .full {
        width: 100%;
    }
    .gap {
        height: 30px;
        width: 100%;
        clear: both;
        display: block;
    }
    .footer {
        background: #edeff1;
        height: auto;
        padding-bottom: 30px;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #cccccc;
        border-top: 1px solid #dddddd;
    }
    .footer p {
        margin: 0;
    }
    .footer img {
        max-width: 100%;
    }
    .footer h3 {
        border-bottom: 1px solid #bac1c8;
        color: #54697e;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        padding: 40px 0 10px;
        text-transform: uppercase;
    }
    .footer ul {
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
        color: #7f8c8d;
    }
    .footer ul li a {
        padding: 0 0 5px 0;
        display: block;
    }
    .footer a {
        color: #78828d;
    }
    .supportLi h4 {
        font-size: 20px;
        font-weight: lighter;
        line-height: normal;
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
    .newsletter-box input#appendedInputButton {
        background: #ffffff;
        display: inline-block;
        float: left;
        height: 30px;
        clear: both;
        width: 100%;
    }
    .newsletter-box .btn {
        border: medium none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        height: 40px;
        padding: 0;
        width: 100%;
        color: #fff;
    }
    .newsletter-box {
        overflow: hidden;
    }
    .bg-gray {
        background-image: -moz-linear-gradient(
            center bottom,
            #bbbbbb 0%,
            #f0f0f0 100%
            );
        box-shadow: 0 1px 0 #b4b3b3;
    }
    .social li {
        background: none repeat scroll 0 0 #b5b5b5;
        border: 2px solid #b5b5b5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        float: left;
        height: 36px;
        line-height: 36px;
        margin: 0 8px 0 0;
        padding: 0;
        text-align: center;
        width: 36px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .social li:hover {
        transform: scale(1.15) rotate(360deg);
        -webkit-transform: scale(1.1) rotate(360deg);
        -moz-transform: scale(1.1) rotate(360deg);
        -ms-transform: scale(1.1) rotate(360deg);
        -o-transform: scale(1.1) rotate(360deg);
    }
    .social li a {
        color: #edeff1;
    }
    .social li:hover {
        border: 2px solid #2c3e50;
        background: #2c3e50;
    }
    .social li a i {
        font-size: 16px;
        margin: 0 0 0 5px;
        color: #edeff1 !important;
    }
    .footer-bottom {
        background: #e3e3e3;
        border-top: 1px solid #dddddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-bottom p.pull-left {
        padding-top: 6px;
    }
    .payments {
        font-size: 1.5em;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .menu-logo {
        margin: 20px 0 0 30px;
        float: left;
        clear: both;
    }

    .menu-logo img {
        width: 180px;
    }

    .main-nav {
        border: none;
        background: #fff;
        padding: 0 0 0 10px;
        margin-bottom: 0;
    }
    .menu {
        width: 500px;
        float: right;
        position: relative;
        height: 130px;
        display: block;
    }

    .fancy-menu {
        width: 350px;
        border: 0;
        background: #000;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
        filter: alpha(opacity=80); /* IE 5-7 */
        -moz-opacity: 0.8; /* Netscape */
        opacity: 0.8; /* Good browsers */
        border-top: 10px solid #00508c;
        padding: 0;
    }

    .fancy-menu ul {
        padding: 5px 0;
        margin: 0;
        list-style: none;
    }

    .fancy-menu ul li a {
        font-weight: 300;
        font-size: 13px;
        text-decoration: none;
        padding: 5px 0 5px 0 !important;
        display: block;
        color: #fff !important;
    }

    .nav-secondary {
        font-family: "Open Sans", sans-serif;
        margin: 10px 0 20px 10px;
        position: absolute;
        right: 0px;
        top: 20px;
    }

    .nav-secondary li a {
        color: #000;
        font-size: 14px;
        font-weight: 300;
        padding: 3px 5px 0;
        margin: 0;
    }

    .nav-secondary li.telephone {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        padding: 0 20px 0 0;
    }

    .information {
        text-align: center;
    }

    .information h2 {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .information p {
        margin: 10px;
        font-family: "Montserrat", sans-serif;
    }

    .industry h2 {
        font-size: 45px;
        color: #4d4d4d !important;
        font-weight: 900;
    }

    .industry p {
        color: #4d4d4d !important;
        font-size: 20px;
        font-weight: 400;
        line-height: 35px;
    }

    .productos {
        background: #0a9ce6 url(../images/proceso-bascula.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .productos h3 {
        font-family: "Montserrat", sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 50px;
        font-weight: 900;
        text-shadow: 1px 1px 5px #000;
    }

    .productos h4 {
        font-family: "Montserrat", sans-serif;
        color: #4da6ff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
        background: #fff;
        margin: 0;
        padding: 10px 0 10px 0;
    }

    .productos p {
        color: #fff;
        font-weight: 300;
        font-size: 17px;
        line-height: 35px;
        text-shadow: 1px 1px 1px #000;
    }

    .producto {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .separator {
        margin-top: 40px;
    }

    .planning {
        background: #00508c;
    }

    .planning h3 {
        font-family: "Montserrat", sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 700;
        text-shadow: 1px 1px 5px #000;
        font-style: italic;
    }

    .planning h4 {
        font-family: "Montserrat", sans-serif;
        color: #4da6ff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
        background: #fff;
        margin: 0;
        padding: 10px 0 10px 0;
    }

    .planning p {
        color: #fff;
        font-weight: 300;
        font-size: 17px;
        line-height: 35px;
        text-shadow: 1px 1px 1px #000;
        margin: 40px 0 20px 0;
    }
    .btn-spacer {
        margin-right: 20px;
    }

    .full {
        width: 100%;
    }
    .gap {
        height: 30px;
        width: 100%;
        clear: both;
        display: block;
    }
    .footer {
        background: #edeff1;
        height: auto;
        padding-bottom: 30px;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #cccccc;
        border-top: 1px solid #dddddd;
    }
    .footer p {
        margin: 0;
    }
    .footer img {
        max-width: 100%;
    }
    .footer h3 {
        border-bottom: 1px solid #bac1c8;
        color: #54697e;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        padding: 40px 0 10px;
        text-transform: uppercase;
    }
    .footer ul {
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
        color: #7f8c8d;
    }
    .footer ul li a {
        padding: 0 0 5px 0;
        display: block;
    }
    .footer a {
        color: #78828d;
    }
    .supportLi h4 {
        font-size: 20px;
        font-weight: lighter;
        line-height: normal;
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
    .newsletter-box input#appendedInputButton {
        background: #ffffff;
        display: inline-block;
        float: left;
        height: 30px;
        clear: both;
        width: 100%;
    }
    .newsletter-box .btn {
        border: medium none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        height: 40px;
        padding: 0;
        width: 100%;
        color: #fff;
    }
    .newsletter-box {
        overflow: hidden;
    }
    .bg-gray {
        background-image: -moz-linear-gradient(
            center bottom,
            #bbbbbb 0%,
            #f0f0f0 100%
            );
        box-shadow: 0 1px 0 #b4b3b3;
    }
    .social li {
        color: #78828d;
    }
    .footer-bottom {
        background: #e3e3e3;
        border-top: 1px solid #dddddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-bottom p.pull-left {
        padding-top: 6px;
    }
    .payments {
        font-size: 1.5em;
    }
}

/* Landscape phone to portrait tablet */
@media (min-width:481px) and (max-width: 767px) {
    .nav-button {
        border: 0;
        font-size: 35px;
        margin: 15px 20px 0;
        padding: 0 12px 0 12px;
    }

    .menu-logo {
        margin: 10px 0 10px 10px;
        float: left;
        clear: both;
    }

    .menu-logo img {
        width: 110px;
    }

    .fancy-menu {
        width: 100%;
        border: 0;
        background: #ccc;
        border-top: 10px solid #00508c;
        padding: 0;
    }

    .fancy-menu ul {
        padding: 5px 0;
        margin: 0;
        list-style: none;
    }

    .fancy-menu ul li a {
        font-weight: 300;
        font-size: 15px;
        text-decoration: none;
        padding: 5px 0 5px 0 !important;
        display: block;
        color: #000 !important;
    }

    .nav-secondary {
        font-family: "Open Sans", sans-serif;
        margin: 10px 0 20px 10px;
        position: absolute;
        right: 0px;
        top: 20px;
    }

    .nav-secondary li a {
        color: #000;
        font-size: 14px;
        font-weight: 300;
        padding: 3px 5px 0;
        margin: 0;
    }

    .nav-secondary li.telephone {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        padding: 0 20px 0 0;
    }

    .carrousel-container {
        padding-left: 0;
        padding-right: 0;
    }

    .information {
        text-align: center;
    }

    .information h2 {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .information p {
        margin: 10px;
        font-family: "Montserrat", sans-serif;
    }

    .industry h2 {
        font-size: 45px;
        color: #4d4d4d !important;
        font-weight: 900;
    }

    .industry p {
        color: #4d4d4d !important;
        font-size: 20px;
        font-weight: 400;
        line-height: 35px;
    }

    .productos {
        background: #0a9ce6 url(../images/proceso-bascula.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .productos h3 {
        font-family: "Montserrat", sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 50px;
        font-weight: 900;
        text-shadow: 1px 1px 5px #000;
    }

    .productos h4 {
        font-family: "Montserrat", sans-serif;
        color: #4da6ff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
        background: #fff;
        margin: 0;
        padding: 10px 0 10px 0;
    }

    .productos p {
        color: #fff;
        font-weight: 300;
        font-size: 17px;
        line-height: 35px;
        text-shadow: 1px 1px 1px #000;
    }

    .producto {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .separator {
        margin-top: 40px;
    }

    .planning {
        background: #00508c;
    }

    .planning h3 {
        font-family: "Montserrat", sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 700;
        text-shadow: 1px 1px 5px #000;
        font-style: italic;
    }

    .planning h4 {
        font-family: "Montserrat", sans-serif;
        color: #4da6ff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
        background: #fff;
        margin: 0;
        padding: 10px 0 10px 0;
    }

    .planning p {
        color: #fff;
        font-weight: 300;
        font-size: 17px;
        line-height: 35px;
        text-shadow: 1px 1px 1px #000;
        margin: 40px 0 20px 0;
    }
    .btn-spacer {
        margin-right: 20px;
    }

    .full {
        width: 100%;
    }
    .gap {
        height: 30px;
        width: 100%;
        clear: both;
        display: block;
    }
    .footer {
        background: #edeff1;
        height: auto;
        padding-bottom: 30px;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #cccccc;
        border-top: 1px solid #dddddd;
    }
    .footer p {
        margin: 0;
    }
    .footer img {
        max-width: 100%;
    }
    .footer h3 {
        border-bottom: 1px solid #bac1c8;
        color: #54697e;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        padding: 40px 0 10px;
        text-transform: uppercase;
    }
    .footer ul {
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
        color: #7f8c8d;
    }
    .footer ul li a {
        padding: 0 0 5px 0;
        display: block;
    }
    .footer a {
        color: #78828d;
    }
    .supportLi h4 {
        font-size: 20px;
        font-weight: lighter;
        line-height: normal;
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
    .newsletter-box input#appendedInputButton {
        background: #ffffff;
        display: inline-block;
        float: left;
        height: 30px;
        clear: both;
        width: 100%;
    }
    .newsletter-box .btn {
        border: medium none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        height: 40px;
        padding: 0;
        width: 100%;
        color: #fff;
    }
    .newsletter-box {
        overflow: hidden;
    }
    .bg-gray {
        background-image: -moz-linear-gradient(
            center bottom,
            #bbbbbb 0%,
            #f0f0f0 100%
            );
        box-shadow: 0 1px 0 #b4b3b3;
    }
    .social li {
        background: none repeat scroll 0 0 #b5b5b5;
        border: 2px solid #b5b5b5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        float: left;
        height: 36px;
        line-height: 36px;
        margin: 0 8px 0 0;
        padding: 0;
        text-align: center;
        width: 36px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .social li:hover {
        transform: scale(1.15) rotate(360deg);
        -webkit-transform: scale(1.1) rotate(360deg);
        -moz-transform: scale(1.1) rotate(360deg);
        -ms-transform: scale(1.1) rotate(360deg);
        -o-transform: scale(1.1) rotate(360deg);
    }
    .social li a {
        color: #edeff1;
    }
    .social li:hover {
        border: 2px solid #2c3e50;
        background: #2c3e50;
    }
    .social li a i {
        font-size: 16px;
        margin: 0 0 0 5px;
        color: #edeff1 !important;
    }
    .footer-bottom {
        background: #e3e3e3;
        border-top: 1px solid #dddddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-bottom p.pull-left {
        padding-top: 6px;
    }
    .payments {
        font-size: 1.5em;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .nav-button {
        border: 0;
        font-size: 35px;
        margin: 15px 20px 0;
        padding: 0 12px 0 12px;
    }

    .menu-logo {
        margin: 10px 0 10px 10px;
        float: left;
        clear: both;
    }

    .menu-logo img {
        width: 110px;
    }

    .menu {
        width: 100%;
    }
    .main-menu {
        font-family: "Open Sans", sans-serif;
        margin: 0;
        padding: 0;
        position: unset;
        right: 0px;
        top: 60px;
    }

    .fancy-menu {
        width: 100%;
        border: 0;
        background: #ccc;
        border-top: 10px solid #00508c;
        padding: 0;
    }

    .fancy-menu ul {
        padding: 5px 0;
        margin: 0;
        list-style: none;
    }

    .fancy-menu ul li a {
        font-weight: 300;
        font-size: 15px;
        text-decoration: none;
        padding: 5px 0 5px 0 !important;
        display: block;
        color: #000 !important;
    }

    .nav-secondary {
        font-family: "Open Sans", sans-serif;
        margin: 10px 0 20px 10px;
        position: absolute;
        right: 0px;
        top: 20px;
    }

    .nav-secondary li a {
        color: #000;
        font-size: 14px;
        font-weight: 300;
        padding: 3px 5px 0;
        margin: 0;
    }

    .nav-secondary li.telephone {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        padding: 0 20px 0 0;
    }

    .carrousel-container {
        padding-left: 0;
        padding-right: 0;
    }

    .information {
        text-align: center;
    }

    .information h2 {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .information p {
        margin: 10px;
        font-family: "Montserrat", sans-serif;
    }

    .industry h2 {
        font-size: 45px;
        color: #4d4d4d !important;
        font-weight: 900;
    }

    .industry p {
        color: #4d4d4d !important;
        font-size: 20px;
        font-weight: 400;
        line-height: 35px;
    }

    .productos {
        background: #0a9ce6 url(../images/proceso-bascula.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .productos h3 {
        font-family: "Montserrat", sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 50px;
        font-weight: 900;
        text-shadow: 1px 1px 5px #000;
    }

    .productos h4 {
        font-family: "Montserrat", sans-serif;
        color: #4da6ff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
        background: #fff;
        margin: 0;
        padding: 10px 0 10px 0;
    }

    .productos p {
        color: #fff;
        font-weight: 300;
        font-size: 17px;
        line-height: 35px;
        text-shadow: 1px 1px 1px #000;
    }

    .producto {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .separator {
        margin-top: 40px;
    }

    .planning {
        background: #00508c;
    }

    .planning h3 {
        font-family: "Montserrat", sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 40px;
        font-weight: 700;
        text-shadow: 1px 1px 5px #000;
        font-style: italic;
    }

    .planning h4 {
        font-family: "Montserrat", sans-serif;
        color: #4da6ff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
        background: #fff;
        margin: 0;
        padding: 10px 0 10px 0;
    }

    .planning p {
        color: #fff;
        font-weight: 300;
        font-size: 17px;
        line-height: 35px;
        text-shadow: 1px 1px 1px #000;
        margin: 40px 0 20px 0;
    }
    .btn-spacer {
        margin-right: 20px;
    }

    .full {
        width: 100%;
    }
    .gap {
        height: 30px;
        width: 100%;
        clear: both;
        display: block;
    }
    .footer {
        background: #edeff1;
        height: auto;
        padding-bottom: 30px;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #cccccc;
        border-top: 1px solid #dddddd;
    }
    .footer p {
        margin: 0;
    }
    .footer img {
        max-width: 100%;
    }
    .footer h3 {
        border-bottom: 1px solid #bac1c8;
        color: #54697e;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        padding: 40px 0 10px;
        text-transform: uppercase;
    }
    .footer ul {
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
        color: #7f8c8d;
    }
    .footer ul li a {
        padding: 0 0 5px 0;
        display: block;
    }
    .footer a {
        color: #78828d;
    }
    .supportLi h4 {
        font-size: 20px;
        font-weight: lighter;
        line-height: normal;
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }
    .newsletter-box input#appendedInputButton {
        background: #ffffff;
        display: inline-block;
        float: left;
        height: 30px;
        clear: both;
        width: 100%;
    }
    .newsletter-box .btn {
        border: medium none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        height: 40px;
        padding: 0;
        width: 100%;
        color: #fff;
    }
    .newsletter-box {
        overflow: hidden;
    }
    .bg-gray {
        background-image: -moz-linear-gradient(
            center bottom,
            #bbbbbb 0%,
            #f0f0f0 100%
            );
        box-shadow: 0 1px 0 #b4b3b3;
    }
    .social li {
        background: none repeat scroll 0 0 #b5b5b5;
        border: 2px solid #b5b5b5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        float: left;
        height: 36px;
        line-height: 36px;
        margin: 0 8px 0 0;
        padding: 0;
        text-align: center;
        width: 36px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    .social li:hover {
        transform: scale(1.15) rotate(360deg);
        -webkit-transform: scale(1.1) rotate(360deg);
        -moz-transform: scale(1.1) rotate(360deg);
        -ms-transform: scale(1.1) rotate(360deg);
        -o-transform: scale(1.1) rotate(360deg);
    }
    .social li a {
        color: #edeff1;
    }
    .social li:hover {
        border: 2px solid #2c3e50;
        background: #2c3e50;
    }
    .social li a i {
        font-size: 16px;
        margin: 0 0 0 5px;
        color: #edeff1 !important;
    }
    .footer-bottom {
        background: #e3e3e3;
        border-top: 1px solid #dddddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-bottom p.pull-left {
        padding-top: 6px;
    }
    .payments {
        font-size: 1.5em;
    }
}
