@charset('utf-8');
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
	.navbar>.container .navbar-brand.logo-brand img {
	    width: 180px;
	    height: auto;
	}
	
.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

@media only screen and (max-width : 667px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
	.row-eq-height {
		display: block;	
	}
	
	.acf-fields > .acf-tab-wrap {
		display: block;
		background: #ffffff !important;
		position: fixed;
		z-index: 999999;
		bottom: 0px;
		width: 100%;
		left: 0px;
	}
	
	.acf-fields > .acf-tab-wrap:first-child .acf-tab-group {
		padding: 0px;
		background-color: transparent;
		display: block;
		width: 100%;
	}
	
	.acf-fields > .acf-tab-wrap .acf-hl > li {
		border: 0px;
		display: block;
		width: 100%;
		float: none;
		margin: 0px 0px 0px;
	}
		
	.acf-fields > .acf-tab-wrap .acf-tab-group {
		width: 100%;
		display: block;
		height: 100%;
	}
	
	.acf-fields > .acf-tab-wrap .acf-tab-group li a {
		border: 0px;
		display: block;
	}
	
	.acf-fields > .acf-tab-wrap .acf-hl > li.active a {
		background-color: #7a7a7a !important;
		color: #FFF;
	}
	
	.ui-loader-default {
		display: none;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}
