﻿/*celular em pé*/

@media only screen and (min-device-width : 641px) and (max-device-width : 1080px) and (orientation : landscape)
{

.bx-viewport 
{
	position: relative;
	margin: 10px 0 0 0;
    height: 220px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    height: 220px !important;
    background-color: transparent;
    
}

.bx-wrapper .bx-controls-direction a 
{
  position: absolute;
  background-color: transparent;
  width:35px;
  height: 220px;
  outline: 0;
  margin-top: -220px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}

/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-next 
{
    left: 95.9%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/proximo.png);
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: landscape) 
{
.bx-viewport 
{
	position: relative;
	margin: 12px 0 0 0;
    height: 220px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    height: 220px !important;
    background-color: transparent;
    
}

.bx-wrapper .bx-controls-direction a 
{
  position: absolute;
  background-color: transparent;
  width:35px;
  height: 220px;
  outline: 0;
  margin-top: -220px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-next 
{
    left: 95.9%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/proximo.png);
}


}