﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans';

footer {
    border-top: 10px solid #2A3946;
    background-color: #132332;
    color: #fff;
    width: 100%;
    margin-top: 20px;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
	
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.coe-footer-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1350px;
}

.coe-footer-content-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.coe-footer-left {
    position: relative;
    float: left;
    width: 40%;
}

.coe-footer-right {
    position: relative;
    float: left;
    width: 60%;
    text-align: right;
}

.coe-footer-float-left {
    position: relative;
    float: left;
    text-align: left;
}

.coe-footer-clear {
    clear: both;
}

.coe-footer-logo {
    width: 120px;
	height: 28px;
}

.coe-footer-logo-pos {
    position: relative;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.coe-footer-cond-priv-pos {
    position: relative;
	font-weight: normal;
	font-size: .9em;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.coe-footer-cond-priv-container {
    position: relative;
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    padding-left: 10px;
    margin-left: 13px;
    height: 23px;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.coe-footer-cond-priv ul {
    position: relative;
    top: -1px;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 4px;
    list-style: none;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}

    .coe-footer-cond-priv ul li {
        display: inline;
    }

        .coe-footer-cond-priv ul li:first-child {
            margin-right: 6px;
        }

.coe-footer-cond-priv a {
    font-weight: 700;
    font-size: .9em;
    color: #fff;
    text-decoration: none;
}

    .coe-footer-cond-priv a:hover, .coe-footer-cond-priv a:active {
        text-decoration: none;
        color: #f2f2f2;
        cursor: pointer;
    }

.coe-footer-copy-pos {
    position: relative;
    -webkit-transition: top 0.3s ease-out, float 0.3s ease-out;
    -moz-transition: top 0.3s ease-out, float 0.3s ease-out;
    -o-transition: top 0.3s ease-out, float 0.3s ease-out;
    transition: top 0.3s ease-out, float 0.3s ease-out;
}

@media screen and (min-width: 768px), (max-width: 768px) {
    footer {
        height: 60px;
    }

    .coe-footer-content-wrapper {
        margin-right: 5px;
    }

    .coe-footer-logo-pos {
        top: 7px;
    }

    .coe-footer-cond-priv-container {
        top: -1px;
    }

    .coe-footer-copy-pos {
        top: 5px;
    }

    .coe-footer-copy {
        font-size: .8em;
    }

    .coe-footer-left {
        position: relative;
        float: none;
        width: 100%;
    }

    .coe-footer-right {
        position: relative;
        float: none;
        width: 100%;
        text-align: left;
    }
}

@media screen and (min-width: 992px) {
    footer {
        height: 50px;
    }

    .coe-footer-content-wrapper {
        margin-right: 20px;
    }

    .coe-footer-logo-pos {
        top: 11px;
    }

    .coe-footer-cond-priv-container {
        top: 3px;
    }

    .coe-footer-copy {
        font-size: .9em;
    }

    .coe-footer-copy-pos {
        top: 20px;
    }

    .coe-footer-left {
        float: left;
        width: 40%;
    }

    .coe-footer-right {
        float: left;
        width: 60%;
        text-align: right;
    }
}

@media screen and (min-width: 1200px) {
    footer {
        height: 50px;
    }

    .coe-footer-content-wrapper {
        margin-right: 20px;
    }

    .coe-footer-logo-pos {
        top: 11px;
    }

    .coe-footer-cond-priv-container {
        top: 3px;
    }

    .coe-footer-copy-pos {
        top: 20px;
    }

    .coe-footer-copy {
        font-size: .9em;
    }

    .coe-footer-left {
        float: left;
        width: 40%;
    }

    .coe-footer-right {
        float: left;
        width: 60%;
        text-align: right;
    }
}
