/*.bodys{*/
/*    max-height:auto;*/
/*}*/

.scmboslogo{
    font-family: 'Cabin', sans-serif;
    width:200px;
    height:50px



}
.scmboslogo  .logoleft{
    width:20%;
    float:left;
}
.scmboslogo  .logoleft	.boxone{background:#1B315D;padding:23%;float:left;border-right:1px solid #fff;border-bottom:1px solid #fff;}
.scmboslogo  .logoleft	.boxtwo{background:#27A9E1;padding:23%;float:left;border-left:1px solid #fff;border-bottom:1px solid #fff;	}
.scmboslogo  .logoleft	.boxthree{background:#1B75BB;padding:23%;float:left;border-top:1px solid #fff;border-right:1px solid #fff;}
.scmboslogo  .logoleft	.boxfour{background:#0F5994;padding:23%;float:left;border-top:1px solid #fff;border-left:1px solid #fff;	}

.scmboslogo  .logoright{
    width:80%;
    float:left;
}
.scmboslogo  .logoright .dark{color:#1B315D;font-weight:700;font-size: 32px;width:50%;margin-top:-1px;position:absolute;}
.scmboslogo  .logoright .light{color:#1B75BB;font-weight:400;font-size: 32px;width:50%;margin-top:-1px;position:absolute;margin-left:80px;}
.scmboslogo  .logoright .slogan{position:absolute;margin-top:38px;margin-left:112px;text-transform: uppercase;letter-spacing: 5px; font-size: 9px;font-weight:800;color:#1B315D;	}
.scmboslogo  .logoright .slogan span{}


.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.scale-up-centers {
    -webkit-animation: scale-up-center 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: scale-up-center 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.scale-up-centerss {
    -webkit-animation: scale-up-center 0.12s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: scale-up-center 0.12s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.scale-up-centersss {
    -webkit-animation: scale-up-center 0.16s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: scale-up-center 0.16s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
.scale-up-centerssss {
    -webkit-animation: scale-up-center 0.01s cubic-bezier(0.100, 0.610, 0.355, 1.000) both;
    animation: scale-up-center 0.01s cubic-bezier(0.100, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


