/* !!!!!!!! DEPRECATED !!!!!!!! */
/* GOTO: resources/views/responsiveCss.blade.php */












/* RESPONSIVE */
.showOnMobile, .logoSymbol{
	display: none;
}
/* Responsive 1600 */
@media only screen 
and (max-width : 1600px) {
	
}

/* Responsive 1440 */
@media only screen 
and (max-width : 1440px) {
	
}

/* Responsive 1366 */
@media only screen 
and (max-width : 1366px) {
	
}

/* Responsive 1280 */
@media only screen 
and (max-width : 1280px) {
	.imageHolder-120r{
	width: 100%;
	height: auto;
	}
	.imageStyle-120r{
	width: 100%;
	height: auto;
	}
}

/* Responsive 1230 */
@media only screen 
and (max-width : 1230px) {

}

/* Responsive 1100 */
@media only screen 
and (max-width : 1100px) {

}

/* Responsive 1024 */
@media only screen 
and (max-width : 1024px) {

	.displayNone{
		display: block;
	}
	.displayBlock{
		display: none;
	}
	.top95 .children{
		display: block;
		box-shadow: none;
		padding-right: 0px;
		position: relative;
		padding-left: 0;
	}
}

/* Responsive 990 */
@media only screen 
and (max-width : 990px) {

	.asideWidth{
	width: 80%;
	}

}

/* Responsive 900 */
@media only screen 
and (max-width : 900px) {
	
}

/* Responsive 796 */
@media only screen 
and (max-width : 796px) {

}

/* Responsive 780 */
@media only screen 
and (max-width : 780px) {
	.listMenu{
		position: relative;
		overflow: hidden;
		right: -10px;
	}
	.gridHolder, .gridBody, .gridRow, .gridColumn{
		display: block;
		width: 100% !important;
	}
	.gridColumn:first-child{
		display: none !important;
	}
	.gridColumn:last-child{
		display: block;
	}
	.gridHead{
		display: none;
	}
	.gridColumn{
		padding: 8px !important;
		border-top: 0px;
		width: 100% !important;
	}
	.removeRow {
		width: 100% !important;
	}
	.contentContainer{
		display: block;
	}
	.imageHolder-120r{
	width: auto;
	height: 120px;
	}
	.imageStyle-120r{
	width: auto;
	height: 120px;
	}
	.sideMenuHolder{
		position: fixed;
		z-index: 1000;
		margin-top: -15px;
	}
	.headlinesHolder{
		margin-bottom: 0;
		border-bottom: 1px solid #e2e2e2;
	}
	.moreInfoHolder{
		background: #e2e2e2;
	}
	.sideMenuHolder.fixed{
		margin-top: -40px;
	}
	.dropdown-menu.searchBox{
		min-width: 100%;
	}

	.hideOnMobileNotImportant{
		display: none;
	}
	.showOnMobile{
		display: block;
	}
	ul.pagination{
		float: none;
	}
	.paginationHolder{
		display: block;
	}
	.logoMain{
		display: none !important;
	}
	.logoSymbol{
		display: block !important;
	}
	.logoStyle-60, .logoStyle-60.logoSymbol{
		/* max-width: 70% */
	}
	.gridRow{
		background: #ececec;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 1px solid #ccc;
	}
	.ft-content .grid{
		padding: 15px;
	}
	.ft-theme-default.ft-accordion > .ft-contents > .ft-content{
		padding: 0;
	}
	.noPaddingMobile{
		padding: 0;
	}
	.gridColumn{
		margin-bottom: 5px;
		padding-right: 10px;
		padding-left: 10px;
	}
	
}

/* Responsive 600 */
@media only screen 
and (max-width : 600px) {
	
}

/* Responsive 480 */
@media only screen 
and (max-width : 480px) {
	.toolbarHolder.full{
		width: 96%;
	}

}

/* Responsive 440 */
@media only screen 
and (max-width : 440px) {
	.imageHolder-120r{
	width: 100%;
	height: auto;
	}
	.imageStyle-120r{
	width: 100%;
	height: auto;
	}
	h3{
		font-size: 20px
	}
	.logoStyle-60, .logoStyle-60.logoSymbol{
		/* max-width: 80% */
	}
}
/* Responsive 360 */
@media only screen 
and (max-width : 360px) {
	/*.width50{
	width: 50%;
	}
	.quickMenuButton{
	width: 100%;
	}*/
	.paddingL-30{
	padding-left: 20px
	}
	.logoStyle-60, .logoStyle-60.logoSymbol{
		/* max-width: 90% */
	}
}

/* Responsive 340 */
@media only screen 
and (max-width : 340px) {
	.imageHolder-60r{
	width: 100%;
	height: auto;
	}
	.imageStyle-60r{
	width: 100%;
	height: auto;
	}
}