﻿/*celular em pé*/

@media screen and (max-device-width : 650px) and (orientation : portrait)
{

.bx-viewport 
{
    position: relative;
	margin: 7px 0 0 0;
    height: 220px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    background-image: none;
    margin-top: 0px;
    height: 220px !important;
    position: relative;
    background-color: #fff;
    
}

.bx-wrapper .bx-controls-direction a 
{
  position: absolute;
  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.7%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/proximo.png);
}
}

/*IPHONE TIM*/
@media screen and (max-device-width : 350px)
{
 .bx-viewport 
{ 
    position: relative;
	margin: 7px 0 0 0;
    height: 220px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    background-image: none;
    height: 220px !important;
    position: relative;
    
}

.bx-wrapper .bx-controls-direction a 
{
  background-color: transparent;
  position: absolute;
  width:35px;
  height: 220px;
  outline: 0;
  margin-top: -220px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}

.bx-wrapper .bx-next {
  left: 95.7%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../images/proximo.png);
}
   
}

/*SAMSUNG*/

@media only screen and (min-device-width: 351px) and (max-device-width: 360px) and (min-device-height: 700px) and (max-device-height: 740px)
{
 .bx-viewport 
{
    position: relative;
	margin: 7px 0 0 0;
    height: 220px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    background-image: none;
    margin-top: 0px;
    height: 220px !important;
    position: relative;
    
}

.bx-wrapper .bx-controls-direction a 
{
  position: absolute;
  width:35px;
  height:220px;
  outline: 0;
  margin-top: -220px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}

}

/*IPHONE mãe*/
@media screen and (min-device-width : 361px) and (max-device-width : 380px)
{
 .bx-viewport 
{
    position: relative;
	margin: 12px 0 0 0;
    height: 220px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    background-image: none;
    margin-top: 0px;
    height: 220px !important;
    position: relative;
    
}

.bx-wrapper .bx-controls-direction a 
{
  position: absolute;
  width:35px;
  height:220px;
  outline: 0;
  margin-top: -220px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}

   
}

/*iphone Aline*/
@media screen and (min-device-width : 381px) and (max-device-width : 650px)  and (orientation : portrait)
{
 .bx-viewport 
{
    position: relative;
	margin: 18px 0 0 0;
    height: 220px !important;	
}

    /** THEME
===================================*/

.bx-wrapper 
{
    background-image: none;
    margin-top: 0px;
    height: 220px !important;
    position: relative;
    
}

.bx-wrapper .bx-controls-direction a 
{
  position: absolute;
  width:35px;
  height:220px;
  outline: 0;
  margin-top: -220px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}

}
