﻿* {
    box-sizing: border-box;
}

.footer-redesign {
    background-color: #6F263D;
    color: #fff;
    margin-top: 22px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
}

    .footer-redesign img {
        display: inline-block;
    }

.main {
    width: 1225px;
    margin: 0 auto;
}

/* Top part of the footer */
.main-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* Left side of the top part */
.main-top-one {
    width: 500px;
    float: left;
}

.main-top-one-logo {
    text-align: center;
    width: 442px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.main-top-one-logo-first {
    width: 100%;
    margin-bottom: 37px;
}

.main-top-one-logo-second {
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .main-top-one-logo .main-top-one-logo-first img {
        width: 200px;
    }

    .main-top-one-logo .main-top-one-logo-second img {
        width: 100%;
    }

    .main-top-one-logo {
        width: auto;
    }

    .main-top-one,
    .main-top-two {
        width: 300px;
    }
}

.main-top-one-description {
    font-size: 21px;
    color: #ffffff;
    line-height: 30px;
    width: 100%;
}

.main-top-one-sharing-icons img {
    margin-top: 28px;
    margin-right: 15px;
    opacity: 0.8;
}

/* Right side of the top part */
.main-top-two {
    width: 500px;
    margin-top: 110px;
    margin-left: 200px;
}

.main-top-two-contact-us {
    margin-top: 12px;
}

.main-top-two-subscribe {
    margin-top: 56px;
}

.subsection-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.96px;
}

.subsection-description {
    margin-top: 50px;
    font-size: 21px;
}

.phone-number {
    font-size: 20px;
}

.additional-info {
    font-size: 16px;
    font-weight: 200;
    opacity: .9;
}

.address {
    margin-top: 35px;
    font-size: 20px;
}

.email-link {
    margin-top: 18px;
}

    .email-link a {
        text-decoration: none;
        color: #fff;
    }

.subscribe-link {
    margin-top: 26px;
}

    .subscribe-link a {
        text-decoration: none;
        color: #fff;
    }

.subscribe-description {
    margin-top: 16px;
    opacity: 0.9;
    line-height: 30px;
}


@media screen and (max-width: 1240px) {

    .main {
        width: 100%;
        /* background-color: blue; */
    }

    .main-top-one, .main-top-two {
        /* flex: 100%; */
        width: 500px;
        box-sizing: border-box;
    }

    .main-top-one {
        margin-left: 2%;
    }

    .main-top-two {
        margin-left: auto;
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1070px) {

    .main {
        /* background-color: red; */
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .main-top {
        width: 100%;
    }

    .main-top-one, .main-top-two {
        /* flex: 100%; */
        width: 500px;
        margin: 0 auto;
    }

    .main-top-two {
        margin-top: 110px;
    }
}

@media screen and (max-width: 1030px) {

    .main {
        /* background-color: red; */
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .main-top {
        width: 100%;
    }

    .main-top-one, .main-top-two {
        /* flex: 100%; */
        width: 500px;
        margin: 0 auto;
    }

    .main-top-two {
        margin-top: 110px;
    }
}

/* The middle part of the footer */
.footer-redesign-middle {
    width: 1225px;
    margin: 0 auto;
    margin-top: 98px;
    border-bottom: 1pt solid #fff;
}

@media screen and (max-width: 1278px) {
    .footer-redesign-middle {
        width: 100%;
    }
}

/* The bottom part of the footer */
.footer-redesign-bottom {
    max-width: 1225px;
    margin: 0 auto;
    margin-top: 20px;
}

.section-item {
    padding-top: 60px;
    width: 100%;
}

@media screen and (max-width:599px) {
    .section-item {
        margin-left: 25%;
        margin-right: 25%;
    }
}

@media screen and (min-width:600px) {
    .section-item {
        width: 50%;
    }
}

@media screen and (min-width:800px) {
    .section-item {
        width: 33.3333%;
    }
}

@media screen and (min-width:1000px) {
    .section-item {
        width: 25%;
    }
}

@media screen and (min-width:1240px) {
    .section-item {
        width: 20%;
    }
}

/* The first line of the bottom part */
.bottom-first-line {
    width: 100%;
}

.bottom-first-line-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* The second line of the bottom part */
.bottom-second-line {
    clear: both;
}

.bottom-second-line-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.section-item-title {
    font-weight: 600;
    margin-bottom: 35px;
    font-size: 20px;
}

.section-item-link {
    padding-bottom: 14px;
}

    .section-item-link a {
        color: #fff;
        text-decoration: none;
        opacity: .9;
        font-size: 16px;
    }

.footer-copyright {
    background-color: #631D33;
    padding: 0 0 50px 0;
    font-size: 18px;
    color: #fff;
    margin-top: 100px;
    margin-left: -10px;
    margin-right: -10px;
}

.footer-copyright-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1265px;
    margin: 0 auto;
}

    .footer-copyright-content > span {
        padding: 20px 20px 0 20px;
        min-width: 340px;
    }

    .footer-copyright-content a {
        color: #fff;
        text-decoration: none;
    }


@media screen and (max-width: 1278px) {
    .footer-copyright-content {
        width: 100%;
    }
}

.footer-copyright-floated-right {
    min-width: 300px;
    padding: 20px 20px 0 20px;
}


@media screen and (max-width: 825px) {
    .footer-copyright-floated-right {
        padding-top: 0;
    }
}

.footer-copyright-floated-right span:last-child {
    margin-left: 24px;
}


/*-----------Footer key symbol css----------*/

.keySymbol {
    position: relative !important;
    padding-right: 117px !important;
    margin-left: -44px !important; 
}

/*-----------Footer key symbol css----------*/



/*-------------font and icons---------------*/
@font-face {
    font-family: 'icomoon';
    src: url('/css/Redesign2015/Fonts/icomoon.eot?-6fpyd1');
    src: url('/css/Redesign2015/Fonts/icomoon.eot?#iefix-6fpyd1') format('embedded-opentype'),url('/css/Redesign2015/Fonts/icomoon.woff?-6fpyd1') format('woff'),url('/css/Redesign2015/Fonts/icomoon.ttf?-6fpyd1') format('truetype'),url('/css/Redesign2015/Fonts/icomoon.svg?-6fpyd1#icomoon') format('svg');
}

.Icon {
    position: relative;
}

    .Icon:before {
        display: inline-block;
        font-family: 'icomoon';
        line-height: 1;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .Icon:after {
        display: inline-block;
        font-family: 'icomoon';
        line-height: 1;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.Key:before {
    content: '\e602';
    margin: 0 0 0 10px;
    font-size: 14px;

}