﻿/* Breadcrumb
---------------------------------------------------------------------------------------- //// */
#breadcrumb {
    clear: both;
    margin: 5.5em 0 0 -5px;
    padding: .5em 0;
    color: #53534a;
}

#breadcrumb ul,
#breadcrumb li {
        display: inline;
        margin: 0 0 0 .357em; /* 0 0 0 5px */
        padding: 0;
    }

#breadcrumb a {
        margin: 0 .5em 0 0;
    }

/* Footer
---------------------------------------------------------------------------------------- //// */
.footer {
	padding: 0;
	border-bottom: 8px solid #382F2D;
	min-height: 190px;
	background: #f7f7f7;
	color: #382f2d;
    font-size: 1em;
	line-height: 1.090909; /* 12px */    
}

#footer:focus {
	outline: none; /*prevents outline on focus*/
}

.footer .grid { margin-left: -10px; margin-right: -10px }
.footer a {
        color: #3d3935;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
    color:#8a8885;
    background-color: transparent;
}
.footer p a {
    border-bottom: 1px dotted;
    font-weight: bold;
}
.footer .footer_sub a {
    color: #333;
}
.footer .footer_sub a:hover,
.footer .footer_sub a:focus,
.footer .footer_sub a:active {
    color:#8c8c8c;
}

.footer h4,
.footer h4 a {
	font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25;
}

.footer li {
    margin: 0;
    padding: 0;
}
.footer .signup_success {
    background: url(/static/images/checkmark.png) no-repeat;
    color: #382f2d;
}
.svg .footer .signup_success {
    background: url(/static/images/checkmark.png) no-repeat;
}
/* ---- .footer-top ---- */
.footer-top {
    background-color: #f0f0f0;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    padding: 25px 0;
}

.footer .sb-social-icons {
    margin-bottom: 0;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 25px;
    overflow: hidden;
}

.footer .sb-social-icons li {
    float: left;
    width: 55px;
    height: 31px;
    margin-bottom: 0.5em;
}

.footer .sb-social-icons a {
    float: left;
    width: 45px;
    height: 31px;
    background: transparent url(/static/images/social_icons.png) no-repeat;
    background-size: auto 100%; /* it will take care both hirez and regular resolution as our image is hirez */
    -webkit-transition: opacity 125ms ease-in-out;
    -moz-transition: opacity 125ms ease-in-out;
    -ms-transition: opacity 125ms ease-in-out;
    -o-transition: opacity 125ms ease-in-out;
    transition: opacity 125ms ease-in-out;
}

/* Global Social Icons sprite mapping */
.footer .sb-social-icons a:hover {
    opacity: 0.7;
}

.footer .sb-social-icons li.facebook {
    width: 47px;
}

.footer .sb-social-icons li.jiepang {
    width: 79px;
}

.footer .sb-social-icons .facebook a {
    background-position: 0 0;
    width: 25px;
}

.footer .sb-social-icons .twitter a {
    background-position: -26px 0;
    width: 29px;
}

.footer .sb-social-icons .googleplus a {
    background-position: -56px 0;
    width: 26px;
}

.footer .sb-social-icons .pinterest a {
    background-position: -83px 0;
    width: 29px;
}

.footer .sb-social-icons .instagram a {
    background-position: -112px 0;
    width: 28px;
}

.footer .sb-social-icons .youtube a {
    background-position: -141px 0;
    width: 23px;
}

.footer .sb-social-icons .linkedin a {
    background-position: -164px 0;
    width: 28px;
}

.footer .sb-social-icons .foursquare a {
    background-position: -193px 0;
    width: 29px;
}

.footer .sb-social-icons .ustream a {
    background-position: -223px 0;
    width: 28px;
}

.footer .sb-social-icons .orkut a {
    background-position: -251px 0;
    width: 28px;
}

.footer .sb-social-icons .xing a {
    background-position: -280px 0;
    width: 28px;
}

.footer .sb-social-icons .tuenti a {
    background-position: -309px 0;
    width: 29px;
}

.footer .sb-social-icons .mixi a {
    background-position: -338px 0;
    width: 30px;
}

.footer .sb-social-icons .vkontakte a {
    background-position: -368px 0;
    width: 30px;
}

.footer .sb-social-icons .renren a {
    background-position: -398px 0;
    width: 29px;
}

.footer .sb-social-icons .qzone a {
    background-position: -428px 0;
    width: 32px;
}

.footer .sb-social-icons .jiepang a {
    background-position: -459px 0;
    width: 57px;
}

.footer .sb-social-icons .kaixin001 a {
    background-position: -516px 0;
    width: 29px;
}

.footer .sb-social-icons .sinaweibo a {
    background-position: -545px 0;
    width: 33px;
}

.footer .sb-social-icons .douban a {
    background-position: -578px 0;
    width: 27px;
}

.footer .promo {    
    margin: 0;
    padding-top: 25px;
}

.footer .NewsletterSignup,
.footer .NewsletterSignup * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .NewsletterSignup,
.footer .NewsletterSignup ol.form {
    width: auto;
	max-width: none;
    padding: 0;
}

.footer .NewsletterSignup ol.form li {
    margin: 0;
    padding: 0;
}
.footer .NewsletterSignup .button {
    display: inline;
    margin: 0;
    position: static;
}

.footer .NewsletterSignup ol.form .input {
    width: 100%;
    max-width: 290px;
    margin: 0 .857143em .5em 0;
}
.footer .NewsletterSignup input {
    width: 100%;
    max-width: 100%;
    height: 28px;
}

.footer .NewsletterSignup ol.form li:first-child {
    display: block;
    float: none;
}

.footer .NewsletterSignup .button button {
    height: 28px;
    letter-spacing: .1em;
}

.footer .NewsletterSignup ol.form .input.error {
    /*make sure red corners don't show around input*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* ---- .footer-global ---- */
.footer .NewsletterSignup ol.form li:first-child {
    display: block;
    float: none;
}

.footer_global .info_block {
    padding: 0;
    border-bottom: 1px solid #b3b3b3;
}

.footer_global li {
    margin: 0 0 20px 0;
    font-size: 1em;
    overflow: hidden;
    clear: both;
}

.footer_global h4 {
    padding: 18px 0;
    margin: 0 20px;
    font-size: 1.1em;
}
.footer_global ol  {
     margin-left: 20px;
}
.footer_global input ~ ol {
    margin-bottom: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 100ms ease;
            transition: max-height 100ms ease;
}
.footer_global input:checked ~ ol { max-height: 700px; margin-bottom: 1.714286em; }

.footer_global input { display: none }

.footer_global h4 label {
    padding: 10px 20px;
    margin: -10px -20px 0 0;
    font-size: 10px;
    font-size: 1rem; 
    float: right;
    cursor: pointer;
    line-height: 2;
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; 
}
.footer_global h4 label.open {
    -webkit-transform: rotateZ(180deg);
       -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
         -o-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
}

.footer_global h4 label:before {   
    color:#382f2d;
}

.footer_global li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.footer_global li:last-child h4 {
    display: none;
}

/* ---- .footer-bottom ---- */
.footer-bottom {
   margin: 0 10px;
}

.footer .footer_sub {
    margin: 0 0 30px;
}

.footer .footer_sub li {
    margin-bottom: 18px;
}

.footer .footer_sub li a {
    font-size: 1em;
}

.footer .site_selection {
    margin: 10px 0 20px;
}

.footer .site_selection a {
    font-size: 1em;
}

.footer .footer_copyright {
    margin: 25px 0;
    font-size: .857143em;
}

.footer input {
    background: #fff;
    font-size: 1em; /* 14px */
    line-height: 1.3;
    padding: 4px 6px;
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
    .footer input:focus {
        border: 2px solid #e5e5e5;
        padding: 3px 5px;
    }

.footer button, .footer a {
    -webkit-transition: color 125ms ease-in-out, background-color 125ms ease-in-out;
    -moz-transition: color 125ms ease-in-out, background-color 125ms ease-in-out;
    -ms-transition: color 125ms ease-in-out, background-color 125ms ease-in-out;
    -o-transition: color 125ms ease-in-out, background-color 125ms ease-in-out;
    transition: color 125ms ease-in-out, background-color 125ms ease-in-out;
}

.footer .form_button button {
    background-image: none;
    background-color: #3d3935;
    border: 1px solid #402b2e;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0 2.083333em;
    letter-spacing: .04em;
}

.footer .form_button button:focus,
.footer .form_button button:hover,
.footer .form_button button:active {
    background-image: none;
    background-color: #63615d;
}

/* MEDIA QUERY: min-width 768px
---------------------------------------------------------------------------------------- //// */
@media (min-width: 768px) {
    .footer_global h4 { font-size: 1.2em; margin: 0 12px }
    .footer_global ol { margin: 0 12px }
    .footer_global input ~ ol {
        margin-bottom: 1.714286em;
        max-height: none;
        overflow: visible;
    }
    .footer_global h4 label { display: none }
    .footer .promo {
        padding-top: 0;
    }

    .footer .grid { margin: 0 }
    .footer .promo form {
        float: right;
    }

    .footer .sb-social-icons {
        border: none;
        padding-bottom: 0;
    }

    .footer-top {
        padding: 35px 0 0 0;
    }

    .footer .NewsletterSignup ol.form li {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .footer .NewsletterSignup ol.form li:first-child {
        display: table-cell;
    }

    .footer .NewsletterSignup ol.form .input {
        width: auto;
        max-width: 193px;
    }
    .footer .NewsletterSignup input {
        width: 272px;
        max-width: 100%;
    }
    .footer .NewsletterSignup .button {
        margin-left: .857143em;
    }

    .footer .NewsletterSignup ol.form li > label {
        padding: 0 .857143em 0 .5em;
    }

    .footer .sb-social-icons {
        border-bottom: 0;
        margin-bottom: 35px;
        padding-bottom: 0;
    }

    .footer_global {
        min-height: 166px;
        margin-top: 40px;
        background-image: url(/static/images/global/wordmark_footer.png);
        background-repeat: no-repeat;
        background-position: 98.5% 0px;
        background-size: 16px;
    }

    .footer_global .info_block {
        border-bottom: none;
    }

    .footer_global .footer_watermark {
        display: none;
    }

    .footer-bottom {
        padding: 45px 0;
        padding: 0 0 45px 0;
        margin: 0;
    }

    .footer .footer_sub {
        display: block;
        overflow: hidden;
        color: #666;
        margin: 15px 0;
    }

    .footer .footer_sub li {
        float: left;
        padding: 0 .5em;
        margin-bottom: 0;
        border-right: 1px solid #b3b3b3;
    }

    .footer .footer_sub li:first-child {
        padding-left: 0;
    }

    .footer .footer_sub li:last-child {
        border-right: 0;
	}

    .footer .footer_sub a {
        font-size: .714286em;
        color: #666;
    }

    .footer .footer_copyright {
        clear: both;
        font-size: .714286em;
        color: #666;
    }
} /*end 768 media query*/

@media (min-width: 900px) {

    .footer .NewsletterSignup ol.form .input {
        width: auto;
        max-width: none;
    }

}