.footer .sprite {
    background: url(/marketing/images/footer/sprite-footer.png) no-repeat
}

.footer {
    float: left;
    width: 100%;
    padding: 70px 0 0 0;
    background: #fff;
    background: rgb(244,244,244);
    background: -moz-linear-gradient(left,  rgba(244,244,244,1) 0%, rgba(255,255,255,0) 50%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(244,244,244,1)));
    background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 50%,rgba(244,244,244,1) 100%);
    background: -o-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 50%,rgba(244,244,244,1) 100%);
    background: -ms-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 50%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to right,  rgba(244,244,244,1) 0%,rgba(255,255,255,0) 50%,rgba(244,244,244,1) 100%);
    font: 14px/32px 'Helvetica Neue', Helvetica;
}

.footer ul {

}

.footer ul li {
    color: #737373;
    font: 14px/32px 'Helvetica Neue', Helvetica;
}

.footer ul li a {
    color: #737373;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #ff7407;
    text-decoration: none;
}

.footer .col ul li a {
    padding-left:7px;
}

.footer .connect ul li a {
    padding-left:0px;
}

.footer .connect ul {
    white-space:nowrap;    
}

.footer .connect ul li {
    font-size:13px;
    display:inline-block;
}

.contact * {
    display: inline
}

.contact ul {
    position: relative;
    padding-left: 10px;
}

.contact li {
    color: #1f2021;
    font-size: 14px;
}

.contact li.sep {
    padding: 0 2px;
    color: #ddd;
    font-size: 10px;
}

.contact ul li a {
    color: #00aeef;
    text-decoration: underline;
}

.social {
    text-align: right
}

.social ul {
    top: 5px;
    float: right;
}

.social li {
    display: inline-block;
    margin-left: 8px;
    text-indent: -999em;
}

.social ul :first-child li {
    margin: 0
}

.social li a {
    display: block;
    width: 21px;
    height: 21px;
}

.social .fb-ico {
    background-position: 0 0
}

.social .t-ico {
    background-position: -30px 0
}

.social .google-ico {
    background-position: -60px 0
}

.social .blog-ico {
    background-position: -90px 0
}

.copyright * {
    color: #1f2021;
    line-height: 27px;
}

.footer .cm-logo {
    display: inline-block;
    margin-right: 5px;
    width: 141px;
    height: 27px;
    background-position: 0 -29px;
    text-indent: -999em;
}

/* 
   Language selection 
   this code is awesome
   fap fap fap
*/

.dropdown-wrapper {
    float:right;
    position:relative;
    width:120px;
    padding-left:12px;
    margin-left:20px;
    background:rgb(251,251,251);
    background:-moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(242,242,242,1) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(242,242,242,1)));
    background:-webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%);
    background:-o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%);
    background:-ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%);
    background:linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(242,242,242,1) 100%);
    border-radius:30px;
    box-shadow:0 1px 2px 0 rgba(50, 50, 50, 0.4);
    letter-spacing:-1px;
    cursor:pointer;
    font-family:Helvetica,Arial,sans-serif;
    color:#303030;
    font-size:14px;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.dropdown-wrapper .dropdown {
    display:block;
    position:absolute;
    background:white;
    bottom: 100%;
    top: auto;
    left: 0;
    right: 0;
    
    margin-bottom: 0.6em;
    border-radius:7px;
    box-shadow:0 1px 2px 0 rgba(50, 50, 50, 0.4);
    font-weight:normal;
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
    /* Hiding */
    opacity:0;
    visibility: hidden;

    width:100%;
}

.dropdown-wrapper:after {
    content:"";
    width:0;
    height:0;
    position:absolute;
    right:12px;
    top:51%;
    margin-top:-3px;
    border-width:3px 3px 0 3px;
    border-style:solid;
    border-color:#a7a7a7 transparent;
}

.dropdown-wrapper .dropdown:after {
    content:"";
    width:0;
    height:0;
    position:absolute;
    top:100%;
    border-style:solid;
}


/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.dropdown-wrapper .dropdown:before {
    content: "";
    display: block;

    position: absolute;
    bottom: -1em;
    left: 0;§
    height: 100%;
    width: 1em;

    
    
}  

.dropdown-wrapper .dropdown:after {
    right:11px;
    border-width:3px 3px 0 3px;
    border-color:#fff transparent;
}




.dropdown-wrapper:hover .dropdown {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0.6em;
    -webkit-transform: translateX(0px) translateY(0px);
       -moz-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
         -o-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
}

/*.dropdown-wrapper .dropdown:before {
    right:9px;
    border-width:5px 5px 0 6px;
    border-color:#d2d2d2 transparent;
}*/

.dropdown-wrapper .dropdown li a {
    display:block;
    padding:4px 4px 4px 12px;
    text-decoration:none;
    color:#303030;
    border:1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.dropdown-wrapper i {
    position:relative;
    display:inline-block;
    height:14px;
    width:17px;
    margin-right:8px;
    top:2px;
}

.dropdown-wrapper i.ico-en {
    background-position:0 -61px
}

.dropdown-wrapper i.ico-pl {
    background-position:-18px -61px
}

.dropdown-wrapper i.ico-de {
    background-position:-37px -61px
}

.dropdown-wrapper i.ico-fr {
    background-position:-55px -61px
}

.dropdown-wrapper i.ico-ru {
    background-position:-73px -61px
}

.dropdown-wrapper .dropdown li:first-of-type a {
    border-radius:6px 6px 0 0
}

.dropdown-wrapper .dropdown li:last-of-type a {
    border:none;
    border-radius:0 0 6px 6px;
}

/* Hover state */

.dropdown-wrapper .dropdown li:hover a {
    background:#f6f6f6
}




/* Footer specyfics */
    .mFoot-Inn { padding: 40px 0 0 0; height: 240px; width: 960px; }
    .mFoot-Inn p { font-size: 1em; line-height: 1.9em; }
    .mFoot-Inn a { color: #555; }
    .mFoot-Inn a:hover { color: #777; }
    .mFoot-Inn h5 { font-size: 1.4em; color: #373737; }
    .mFoot-Inn .inlineSmplMenu { line-height: 2.4em;}
    .mFoot-Inn .smallTxt { line-height: 2.8em; color: #555; font-size: 0.9em;}

/* Twitter Box */
    .logo { background:url(/marketing/images/logos/logo.png) left top no-repeat; text-indent: -999em; display: block; width:28px; height:28px; }

/* Footer Login Page */
    .miniFoot { height: 150px; margin-top: -150px; font-size: 0.9em;}
    .miniFoot a { color: #fff; }
    .miniFoot .mFoot-Inn { padding-top: 45px; }
    .mainFooter.miniGrayFoot {height:100px}
    .mainFooter.miniGrayFoot .mFoot-Inn {height:50px; padding-top:35px}
    .darkBgBody .mFoot-Inn { height: auto; }
    .colView .copyTxtFoot { color: #fff; padding-top: 50px; text-shadow: 1px 1px 0 #2f3236; }
    .colView .implixLnkFt {  padding-top: 46px; }
    .iL-Inn { background:url(/marketing/images/logos/logo_minifoot.png) left top no-repeat; text-indent: -999em; display: block; width:32px; height:33px; margin: -4px auto 0; }
    .floatedLnks li { float: right; color: #fff; padding: 0 0 0 18px; }
    .floatedLnks li a { color: #fff; text-shadow: 1px 1px 0 #2f3236; margin: 40px 0 0 0; display: block; }
    .needHlpLnk { display: block; background:url(/marketing/images/icons/med_icos.png) center top no-repeat; width: 30px; height: 32px; padding: 40px 0 0 8px }
    .floatedLnks li .needHlpLnk { margin: 0; }
