/*! ISM Styles for mobile first */



    #submenu {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        background: rgba(235, 239, 243, 1);
        margin-bottom: 10px;
    }

    #submenu .submenutitle {
        text-align: center;
        font-weight: 600;
        color: #000000;
        font-size: 16px;
        line-height: 17px;
        padding-top: 10px;
        padding-bottom: 7px;
        transition: all .5s ease-in-out;
        border-bottom: 2px solid #ffffff;
    }

    #submenuwrapper span {
        position: absolute;
        left: -16px;
        top: 8px;
        font-size: 40px;
        line-height: 10px;
        font-weight: 400 !important;
    }

    #submenuwrapper ul {
        width: 100%;
    }

    .paddtop {
        padding-top: 14px !important;
    }

    #submenuwrapper ul li {
        list-style-type: none;
        position: relative;
        display: block;
        width: 100%;
        font-size: 13px;
        padding-left: 50px;
        line-height: 26px;
        transition: all .5s ease-in-out;
    }

    #submenuwrapper ul li a {
        color: #5d5d5e;
        font-size: 13px;
        line-height: 26px;
        font-weight: 600;
        position: relative;
        text-decoration: none !important;
    }

    #submenuwrapper ul li:first-child {
        margin-top: 15px;
    }

    #submenuwrapper ul li:hover {
        background: #000000;
        transition: all .5s ease-in-out;
    }

    #submenuwrapper ul li:hover a {
        color: #ffffff;
        transition: all .5s ease-in-out;
    }

    .bslide1 {
        background: #ebeff3 url(http://www.ism.ws/files/2015/images/inside01_slide03.png) no-repeat;
        background-position: -160px top;
        background-size: cover;
    }

    .bslide2 {
        background: #ebeff3 url(http://www.ism.ws/files/2015/images/inside01_slide02.png) no-repeat center center; 
        background-position: -200px top;
        background-size: cover;
    }

    .bslide3 {
        background: #000000 url(http://www.ism.ws/files/2015/images/inside01_slide01.png) no-repeat;
        background-position: -300px top;
        background-size: cover;
    }

    .bslide4 {
        background: #ebeff3 url(http://www.ism.ws/files/2015/images/inside01_slide04.png) no-repeat center center;
        background-position: -200px top;
        background-size: cover;
    }

    .content-slider .inverse p {
        font-weight: 300;
        color: #fff;
    }

    .content-slider:hover .inverse p {
        color: #ddd;
    }

    .content-slider .inverse a {
        font-weight: 600;
    }

    #contentbox1 .contentbox1background {
        background: #ebeff3 url("http://www.ism.ws/files/2015/images/inside01_button_01.png") no-repeat top center;
        background-size: cover;
    }

    #contentbox2 {
        background: #ebeff3 url("http://www.ism.ws/files/2015/images/inside01_button_02.png") no-repeat top center;
        background-size: cover;
    }

    #contentbox3 {
        background: #ebeff3 url("http://www.ism.ws/files/2015/images/inside01_button_03.png") no-repeat top center;
        background-size: cover;
    }

    #contentbox4 .rightimage {
        background: #ebeff3 url("http://www.ism.ws/files/2015/images/inside01_button_04.png") no-repeat top center;
        background-size: cover;
    }

    #rotatingcontent {
        /*height: auto;*/
    }

    #content h2 {
        margin-top: 42px;
        margin-bottom: 30px;
    }

/*! ISM Styles for tablet or small screen */
@media only screen and (min-width: 820px) {
    
    
   #submenuwrapper ul li {
        padding-left: 10px;
   }
  
    #submenu {
        margin-bottom: 28px;
    }
    
    .bslide1 {
        background: #ebeff3 url(http://www.ism.ws/files/2015/images/inside01_slide03.png) no-repeat center center; 
        background-size: cover;
    }

    .bslide2 {
        background: #ebeff3 url(http://www.ism.ws/files/2015/images/inside01_slide02.png) no-repeat center center; 
        background-size: cover;
    }

    .bslide3 {
        background: #ebeff3 url(http://www.ism.ws/files/2015/images/inside01_slide01.png) no-repeat center center; 
        background-size: cover;
    }

    .bslide4 {
        background: #ebeff3 url(http://www.ism.ws/files/2015/images/inside01_slide04.png) no-repeat center center; 
        background-size: cover;
    }
    
}

/*! ISM Styles for full desktop design */
@media only screen and (min-width: 1190px) {


    
    #submenu {
        margin-bottom: 48px;
    }
    
    
    
    
    
    
}