.ce-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FAFAFF;
    padding: 5px;
    color: #3b3b3b;
    font-size: 1em;
    z-index: 999
}
.banner-content {

    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    padding-right: 60px;

}
.banner-content p{margin-left: 15px; font-size:15px}

.ce-banner a{
	text-decoration:none;
    color: #1a2960;
    font-size: 14px;
    text-transform:uppercase;
}
.ce-banner span{font-size:16px}
.ce-accept, .ce-dismiss, .ce-dismiss, .ce-disable, .ce-link{
    background-color: #333;
    color: #fff;
    text-decoration: none;
    padding: .4em 1em;
    display: inline-block;
    margin: 0 .5em 0 0;
}

.ce-disable, .ce-link{
    background-color: #aaa;
}

.ce-accept:hover,
.ce-dismiss:hover,
.ce-dismiss:hover,
.ce-disable:hover,
.ce-link:hover{
    background-color: #666;
    color: white;
}

.ce-accept,a.ce-dismiss-b{
    background-color: #1a2960;
    color: #3b3b3b;
}

a.ce-accept,a.ce-dismiss,a.ce-disable, a.ce-link {
	color: white;
}

.ce-dismiss-b{
    position: absolute;

    font-size: .8em;

    right: 1em;
    top: 0;

    background-color: #ccc;
    color: #333;
}

.ce-iframe-placeholder{
    padding: 1em;
    background-color: #eee;
    margin: 1em 0;
}

.ce-iframe-placeholder p{
    margin: 0;
}

.ce-controls-container {margin: 15px auto; max-width: 1170px; }


iframe{
    width: 100%;
}


@media only screen and (max-width: 767px) {
.ce-controls-container label span{font-size: 1.1em;}
.ce-accept, .ce-dismiss-b, .ce-disable, .ce-link{    margin: .2em;}
.ce-link {float: left!important}
.offset-xs-6 {margin-right: 50%}
}