@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  #sequence .animate-in .info{
        right:10% !important;
        text-align:right;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
  .navbar-header img{
      width:40% !important;
  }
  .frame{
	text-align:left !important;
  }
  .top_right{
	right:18px !important;
  }
  .head-section .navbar-collapse ul.navbar-nav{
      float:left !important;
  }
  #sequence{
      min-height:350px !important;
  }
  #sequence .balloon{
      width:40% !important;
  }
  #sequence .sequence-next, #sequence .sequence-prev{
      display:none !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape (DEITADO) layouts only */
  
  .navbar-header img{
      width:80% !important;
  }
  .frame{
	text-align:left !important;
	width:35% !important;
  }
  .top_right{
	right:18px !important;
  }
  .head-section .navbar-collapse ul.navbar-nav{
      float:left !important;
  }
  #sequence .balloon{
      width:40% !important;
  }
  #sequence .sequence-next, #sequence .sequence-prev{
      display:none !important;
  }
  
}

@media (min-width: 768px) and (max-width: 980px) {
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

@media (max-width: 768px) {


    .navbar-toggle {
        margin-top: 12px;
    }

    .head-section .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
    }

    .head-section .nav li a:hover,
    .head-section .nav li a:focus,
    .head-section .nav li a.dropdown-toggle:focus,
    .head-section .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .head-section .nav li.active a,
    .head-section .dropdown-menu li a:hover {
        color: #fff !important;
    }

    .head-section .navbar-nav > li {
        padding: 0;
        margin-bottom: 2px;
    }

    .head-section .nav li ul.dropdown-menu li a {
        margin-left: 0px;
        color: #999!important; ;
    }

    .head-section .nav li .dropdown-menu li a:hover, .head-section .nav li .dropdown-menu li.active a {
        color: #fff !important;
    }

    .purchase-btn, .about-testimonial {
        margin-top: 10px;
    }

    .breadcrumb.pull-right{
        padding: 0;
    }

    .search, .bx-controls-direction {
        display: none;
    }

    .tweet-box {
        margin-bottom: 20px;
    }

    .property img {
        width: 80%;
    }

    .bx-wrapper {
        margin-bottom: 60px;
    }

    .purchase-btn, .about-testimonial {
        margin-top: 0;
    }

    .purchase-btn {
        line-height: 98px;
    }

    .social-link-footer li a {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }

    .navbar-header {
        float: none;
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }

    .navbar-brand {
        float: none;

    }

    .carousel-control {
        font-size: 45px;
        line-height: 70px;
    }

    .btn, .form-control {
        margin-bottom: 10px;
    }
    
    .frame{
	  width:90% !important;
    }
    .head-section .navbar-nav > li{
      padding-bottom: 2px !important; 
      padding-top: 2px !important; 
    }
    .head-section .navbar-collapse ul.navbar-nav{
	float:left !important;
    }
    .extruder.left.a .flap{
	display:none;
    }


}


@media (max-width: 480px) {

    .head-section .navbar {
        min-height: 60px;
    }

    .navbar-toggle {
        margin-right: -10px;
    }

    .head-section .nav li .dropdown-menu li a:hover {
        color: #48C9B0 !important;
    }

    .navbar-brand {
        margin-top: 10px !important;
        float: left !important;
    }

    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }

    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
}

@media (max-width:320px) {

    #sequence-theme h2 {
        font-size:12px !important;
		float: right;/*add*/
		margin-top: 45px;
        width:71% !important;
    }
    #sequence-theme .stitched{
        font-size:11px !important;
        padding: 5px !important;
    }
    #sequence .animate-in .info{
        right:1% !important;
    }

}



@media (max-width: 900px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:30px !important;
        width:100% !important;
        margin-right:50px;
    }

    /*Slider Parallax*/
    .da-slide .da-img {
        display:none;
    }
}

@media (max-width: 450px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:30px !important;
        width:70% !important;
        margin-right:25px;
    }
    #sequence-theme h2 {
        font-size:12px !important;
		float: right;/*add*/
		margin-top: 45px;
        width:64%;
    }
    #sequence-theme .stitched{
        font-size:11px !important;
        padding: 5px !important;
    }
    #sequence .animate-in .info{
        right:1% !important;
    }
    #sequence-theme .info p {
        font-size:7px !important;
    }

    /*Slider Parallax*/
    .da-slide p {
        display:none;
    }
    #sequence {
	  min-height: 150px !important;
   }
   
   #sequence .animate-in .balloon {
    top: 10px !important;
   }
   #sequence .balloon {
    width:40% !important; 
   }
   .navbar-header img{
	width:75%
   }
   .top_right{
	right:0px !important;
	top:68px !important;
   }
    #sequence .balloon p {
        width:100% !important;
    }
}
