/*-----------------------------------------------------------------------------

REVOLUTION RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	26/06/12
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


  .bannercontainer {
		padding:0px;
		background-color:#fff;
		width:100%;
		position:relative;
		position:relative;
		margin-left:auto;
		margin-right:auto;
       
	}

  .banner{
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
       
   }

@media only screen and (max-width: 599px) {
    .tp-simpleresponsive li {
     position:relative!important;
     margin:0;
    }
    .tp-caption {
        left: 5px!important; ;
        right: 5px!important;;
        top: 5px!important;;
        /*background-color: rgba(0, 0, 0, .5)!important;*/
        padding: 10px!important;
        /*opacity:1!important;
        visibility:visible!important;*/
    }
    .caption {
        z-index: 20!important;
    }

    .tp-caption h1 {
        font-size:4em!important;
    }

    .tp-caption p {
        display:none;
    }
    .tp-caption a {
        font-size:2em!important;
    }
    .tp-simpleresponsive .overlay {
        opacity:0.9!important;
        width:100%;
        height:500px;
        position:absolute;
        z-index:10;
    }

    .tp-simpleresponsive .overlay.blue {
        background:#005387;
    }

    .tp-simpleresponsive .overlay.white {
        background:#fff;        
    }

    .tp-simpleresponsive .overlay.als-reverse {
        background:#fff;
    }

    .tp-simpleresponsive .overlay.als-blue {
        background:#005387;
    }

    .tp-simpleresponsive .overlay.als-lifescience{
        background:#b0bf27;
    }

    .tp-simpleresponsive .overlay.als-minerals{
        background:#4d8abe;
    }

    .tp-simpleresponsive .overlay.als-industrial {
        background:#47382d;
    }

    .tp-simpleresponsive .overlay.als-energy {
        background:#1a3654;
    }
}

@media only screen and (min-width: 600px) {
    .caption {
    width:250px;
    }   
}

@media only screen and (min-width: 768px) {
    .caption {
    width:359px;
    }   
}

