/* ----------- iPad ----------- */
/* Portrait and Landscape */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) {
/*and (min-width: 768px) 
and (max-width: 1024px) {*/  

	.login-input{
		width: 97% !important;
	}
}
/* iPad - Portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/*and (min-width: 768px) 
and (max-width: 1024px) {*/
	/****Navigation dropdown****/
	.navigation{
		margin-left: 0.52%;
	} 
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
    	float:left;
        display: block;
        margin-top: 0.5px;
        margin-bottom:3px;
        margin-left:4px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    /*custom css*/
    .nav-item-custom{
    	background:none;
    }
    .nav > .item-last{
    	display: none;
    }
    /****Navigation dropdown end****/
   .navbar-collapse{
		border: none;
   }
   .navbar-default{
   		margin-left:2px;
   		margin-top:2px;
   		width:75%;
   }
	.dotted-border{
		display: none;
    }
    .example-prices, .pay-securely{
    	width:25%;
    }
    .information{
    	border-right:1px solid #ffffff;
    }
    .payment{
    	border-right:none;
    }
    .footer-info{
    	width:100%;
    } 
    #carouselButtons{
    	bottom: -0.6%;
    }
}

/* iPad - Landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/*and (min-width: 768px) 
and (max-width: 1024px) {*/
	.navigation{
		margin-left: 0.5%;
	} 
	.search .search-input, #search_image{
    	float:left;
    }
    #carouselButtons{
    	bottom: 0.1%;
    }
}