/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}
.fullscreen-s-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.rev-slider-image{
    max-width: 800px !important;
}

@media screen and (min-width: 360px) and (max-width: 575px) {
    span#uno {
      min-height: 0px !important;
      min-width: 0px !important;
      line-height: 34px !important;;
      border-width: 0px !important;;
      /*margin: 0px  !important;*/
      padding: 0px 30px !important;
      line-height: 30px !important;
      font-size: 23px !important;
      /*transform: translateX(-20px) !important;*/
    }
  }
  
  @media screen and (min-width: 320px) and (max-width: 359px) {
    span#uno {
      min-height: 0px !important;;
      min-width: 0px !important;;
      line-height: 34px !important;;
      border-width: 0px !important;;
      margin: 0px !important;;
      padding: 0px 30px !important;
      line-height: 30px !important;
      font-size: 23px !important;;
      transform: translateX(-30px) !important;;
    }
  }


  span#uno{
    display: block;
    background-color:rgba(151,191,84,0.90);
    padding:0;
    padding-left:25px;
	font-size: 2vw !important;
	line-height: 86px;
}
