/*----------------------*/
/*      VARIABLES       */
/*----------------------*/
/*----------------------*/
/*        MIXINS        */
/*----------------------*/
@media (min-width: 450px) {
  .visible-xs-mobile {
    display: none; }

	}
@media (min-width: 768px) {
  .no-padding-sm {
    padding: 0; 
	}

  .main-menu {
    display: block !important; } 
	
	}
@media (min-width: 992px) {
  .clear-md {
    clear: both; }

  .no-padding-md {
    padding: 0; } 
	
	}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; } }
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-center {
    text-align: center; }

  .clear-sm {
    clear: both; } }
@media (max-width: 991px) {
  .container-responsive {
    width: auto;
    padding: 0; }

  h1 {
    font-size: 26px; }

  h3 {
    font-size: 18px; } }
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center; }

  .text-xs-left {
    text-align: left; } 
	#our-portfolio-item .mix {
  float: left;
 width:100%;
  padding-right: 10px;
  position: relative;
}
	}
@media (max-width: 480px) {
  .col-xs-mobile {
    width: 100%; } 
  .no-padding-xs {
    padding: 0; } 
	.nav-tabs>li{
    
            width: 33% !important;
    font-size: 11px !important;
    }
	#flip-scroll thead {
    display: block;
    
}
.menu-wrap {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #e1e1e1;
    background-color: #000000;
    margin-bottom: -2px;
}
}


@media (max-width: 736px)  and (min-width: 414px) {
    .nav-tabs>li{
    
            width: 33% !important;
    font-size: 11px !important;
    }
	#flip-scroll thead {
    display: block;
    
}

    }
@media (max-width: 667px)  and (min-width: 375px) {

 
  #flip-scroll .cf:after {
        visibility: scroll;
        width:33%;
        overflow:scroll!important;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
	.menu-wrap {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #e1e1e1;
    background-color: #000000;
    margin-bottom: -2px!important;
}
}


/*# sourceMappingURL=responsive.css.map */
