/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2019 | 08:22:59 */
/*Disable search button*/
.gdlr-menu-search-button-sep, #gdlr-menu-search-button, #gdlr-menu-search{display: none;}

/*top*/
#image-head2{display: none; background-image: url(../image/logo-springer-cropped-white1.png); }
#image-head{ background-image: url(../image/EAI-white-no-tagline-version1.png);}
					.topbanner{/*background: #133791;*/ position: relative; width: 730px; padding: 0; color: #fff; margin-top: 3%;
					 margin-right: 15px; float: right;}
					 .topbanner .topbannert:hover{opacity: 0.9;}
					 .topbanner .topbannert, .topbannert{-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear; opacity: 1; background: linear-gradient(270deg, #133791, #2C57C3);
background-size: 400% 400%;

-webkit-animation: eaibanner 4s ease infinite;
-moz-animation: eaibanner 4s ease infinite;
-o-animation: eaibanner 4s ease infinite;
animation: eaibanner 4s ease infinite;}


@-webkit-keyframes eaibanner {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes eaibanner {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes eaibanner {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes eaibanner { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
					.topbanner .topbannert{padding: 15px 15px 0 20px; line-height: 25px;}
					.topbanner .topbannert p strong{letter-spacing: 0.4px; font-size: 14px;}
					.topbanner .topbannert p{display: inline-block;max-width: 100%; font-size: 13px; line-height: 18px; padding-top: 5px; font-family: "Raleway";}
					.topbanner .topbannert img{float: right; max-width: 110px; padding-top: 8px; padding-right: 15px; height: auto;}
					.topbanner .topbannerl{width: 130px; height: 34px; background-repeat: no-repeat; position: absolute; top: 14px; right: 15px; display: inline-block; float: right; background-color: #133791; background-position: center;}
					.ms-layer a{display: inline-block;
    z-index: 1;
    position: relative;}
					@media all and (max-width: 1070px) {
						.topbanner{float: none; margin: 10px auto; width: 90%;}
					}

					@media all and (max-width: 766px) {
						.topbanner{width: 99%;}
					}

					@media all and (max-width: 500px) {
						.ig_message h3{font-size: 14px !important;}
						.ig_message img{width: 80px !important; height: auto !important;}
					}