
/****************************************************************************************************/
/* footer */
/****************************************************************************************************/

footer {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    color: #666;
    padding: 60px 30px;
    font-size: 1.0em;
}

    footer a {
        color: #999;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

        footer a:hover {
            color: #9f2021;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            -ms-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

.footer_block {
    float: left;
    margin: 0 2.6% 60px 0;
    padding: 0 30px 0 10px;
    border-right: solid 1px #eee;
    width: 23%;
    min-height: 140px;
}

    .footer_block:last-child {
        margin: 0 0 60px 0;
        border-right: none;
    }

footer ul li {
    padding: 10px 0 5px 0;
}

.social ul li {
    float: left;
    margin: 0 20px 0 0;
}

    .social ul li:last-child {
        margin: 0 0 0 0;
    }

    .social ul li a {
        font-size: 1.5em;
    }

.email_signup {
    margin: 15px 0 0 0;
}

    .email_signup input {
        width: 85%;
        float: left;
        font-size: 1.1em;
        padding: 3px 10px;
        color: #666;
        height: 40px;
        border: solid 1px #ddd;
    }

        .email_signup input[type=submit],
        .email_signup input[type=button] {
            display: block;
            background: #eee;
            float: left;
            height: 40px;
            line-height: 35px;
            border-top: solid 1px #ddd;
            ;
            border-right: solid 1px #ddd;
            border-bottom: solid 1px #ddd;
            border-left: none;
            color: #222;
            text-align: center;
            padding: 0;
            text-transform: uppercase;
            font-size: 0.8em;
            width: 15%;
            cursor: pointer;
        }

            .email_signup input[type=submit]:hover {
                background: #aaa;
                color: #fff;
            }

.sub_logo {
    display: block;
    margin: 15px 0 0 0;
    width: 200px;
    text-indent: -9999px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.sub_logo {
    height: 43px;
    /*background: url(/Conferences/images/west2018/logo_sm_sub.svg) no-repeat;*/
    background-size: 200px 43px;
}

    .sub_logo:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1.0;
        filter: alpha(opacity=100);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }
    .sub.logo_dbta,
    .sub.logo_bdq {
        display: block;
        margin: 15px 0 0 0;
        width: 200px;
        text-indent: -9999px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
    .sub.logo_dbta {
        height: 52px;
        background: url("https://dzceab466r34n.cloudfront.net/Conference/DataSummit/logo_dbta.svg") no-repeat;
        background-size: 200px 52px;
    }
    .sub.logo_bdq {
        height: 96px;
        background: url("https://dzceab466r34n.cloudfront.net/Conference/DataSummit/logo_bdq.svg") no-repeat;
        background-size: 200px 96px;
    }
	
	.sub.logo_EAIW 
	{
		 
        height: 96px;
        background: url("https://dzceab466r34n.cloudfront.net/images_nl/sw/EAIWorld%20200x58.svg") no-repeat;
        background-size: 200px 96px;
		
	}
	

    .sub.logo_dbta, .sub.logo_EAIW,
    .sub.logo_bdq {
        display: block;
        margin: 15px 0 0 0;
        width: 200px;
        text-indent: -9999px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
    .sub.logo_dbta {
        height: 52px;
        background: url("https://dzceab466r34n.cloudfront.net/Conference/DataSummit/logo_dbta.svg") no-repeat;
        background-size: 200px 52px;
    }
    .sub.logo_bdq {
        height: 96px;
        background: url("https://dzceab466r34n.cloudfront.net/Conference/DataSummit/logo_bdq.svg") no-repeat;
        background-size: 200px 96px;
    }
    .sub:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1.0;
        filter: alpha(opacity=100);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }
    

    #footer_wrap{width:100%; position:relative; z-index:0; background:#222; min-height:400px; clear:both;}
    #footer{width:1000px; margin:0 auto; padding:60px 0 0 0; font-weight:300; font-family:'Roboto Condensed', Helvetica, sans-serif; font-size:14px; }
    
    #footer a {color:#ed1c24; cursor:pointer; position:relative}
    #footer a:hover {color:#fff;  position:relative}
    #footer div.heading{width:100%; font-size:23px; font-family:'Roboto Condensed', Helvetica, sans-serif; font-weight:400; color:#fff; margin:0;}
    #logo_footer{float:left; width:207px; height:55px; background:url(/images/logo_footer.png) no-repeat; text-indent:-9999px; display:block;}
    #colFooter1 {width:210px; float:left; color:#fff;}
    #colFooter2 {width:200px; margin:0 0 0 50px; float:left;}
    #colFooter3 {width:210px; margin:0 0 0 50px; float:left;}
    #colFooter4 {width:210px; margin:0 0 0 50px; float:left;}
    #copyright {float:right; color:#ffffff; clear:both; width:400px; margin-bottom:10px;}
    #copyright a {color:#ed1b26; }
    @media screen and (max-width:950px) {
        #footer{width:0px; }
        .sub.logo_dbta,
    .sub.logo_bdq {
        float: right;
    }
        }
    
        @media screen and (max-width:830px) {
            #footer{display:none; }
             #footer_wrap{display:none;}

             .sub.logo_dbta,.sub.logo_EAIW,
             .sub.logo_bdq {
                 float: none;
                 margin: 10px auto 15px auto;
             }
             .social ul li {
                float: left;
                margin: 0px 24px 0px 8px;
            }
            }