/* ------------------------------------------------------------------------ */
/* extra large - min. 1199 px                                               */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 74.9375em) {

}

/* ------------------------------------------------------------------------ */
/* large - min. 767 px                                                      */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 47.9375em) {
	.hide-xs {
	}

	.hide-md {
	}

	.hide-lg {
		display: none !important;
	}
}

/* ------------------------------------------------------------------------ */
/* medium - min. 479 px to max. 767 px                                      */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 29.9375em) and (max-width: 47.9375em) {
	.hide-xs {
	}

	.hide-md {
		display: none !important;
	}

	.hide-lg {
	}
}

/* ------------------------------------------------------------------------ */
/* small - max. 479 px                                                      */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)     */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 29.9375em) {
	.hide-xs {
		display: none !important;
	}

	.hide-md {
	}

	.hide-lg {
	}

	.page-wrap .content.float-left,
	.page-wrap .content.float-right,
	.page-wrap .sidebar.float-left,
	.page-wrap .sidebar.float-right {
		margin-right: 0;
		margin-left: 0;
		float: none;
		clear: both;
		width: 100%;
	}

	.one_half,
	.one_third,
	.two_third,
	.three_fourth,
	.one_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		width: auto;
		margin-right: 0;
		margin-bottom: 4%;
		float: none;
	}

	.one_half.last,
	.one_third.last,
	.two_third.last,
	.three_fourth.last,
	.one_fourthlast,
	.one_fifth.last,
	.two_fifth.last,
	.three_fifth.last,
	.four_fifth.last,
	.one_sixth.last,
	.five_sixth.last {
		margin-bottom: 0;
	}

	.fob-grid {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	}

	.fob-grid:last-child {
	}

	div:not(.fob_slide-list) > .fob-grid .fob-grid-column {
		border: 0.5em solid transparent;
		margin-bottom: 2em;
	}

	/*.fob-grid.fob-grid-column-2.nomargin .fob-grid-column,*/
	/*.fob-grid.fob-grid-column-3.nomargin .fob-grid-column,*/
	/*.fob-grid.fob-grid-column-5.nomargin .fob-grid-column*/
	/*.fob-grid.fob-grid-column-2 .fob-grid-column,*/
	/*.fob-grid.fob-grid-column-3 .fob-grid-column,*/
	/*.fob-grid.fob-grid-column-5 .fob-grid-column {*/
	/*width: 100%;*/
	/*}*/
	/*.fob-grid.fob-grid-column-2 .fob-grid-column:first-child,*/
	/*.fob-grid.fob-grid-column-3 .fob-grid-column:first-child,*/
	/*.fob-grid.fob-grid-column-5 .fob-grid-column:first-child {*/
	/*border-top-width: 0;*/
	/*}*/
	/*.fob-grid.fob-grid-column-2 .fob-grid-column:last-child,*/
	/*.fob-grid.fob-grid-column-3 .fob-grid-column:last-child,*/
	/*.fob-grid.fob-grid-column-5 .fob-grid-column:last-child {*/
	/*}*/
	/*.fob-grid.fob-grid-column-4.nomargin .fob-grid-column {*/
	/*width: 50%;*/
	/*}*/
	/*.fob-grid.fob-grid-column-4 .fob-grid-column {*/
	/*width: 48%;*/
	/*}*/
	/*.fob-grid.fob-grid-column-6.nomargin .fob-grid-column {*/
	/*width: 33.33%;*/
	/*}*/
	/*.fob-grid.fob-grid-column-6 .fob-grid-column {*/
	/*width: 31%;*/
	/*}*/
	/*!* preset *!*/
	/*.fob-grid.nomargin .fob-grid-column.one-half,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.one-half,*/
	/*.fob-grid.nomargin .fob-grid-column.two-third,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.two-third,*/
	/*.fob-grid.nomargin .fob-grid-column.three-quarter,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.three-quarter,*/
	/*.fob-grid.nomargin .fob-grid-column.three-fifth,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.three-fifth,*/
	/*.fob-grid.nomargin .fob-grid-column.four-fifth,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.four-fifth,*/
	/*.fob-grid.nomargin .fob-grid-column.five-sixth,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.five-sixth,*/
	/*.fob-grid.nomargin .fob-grid-column.five-eighth,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.five-eighth,*/
	/*.fob-grid.nomargin .fob-grid-column.seven-eighth,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.seven-eighth,*/
	/**/
	/**/
	/**/
	/*{*/
	/*width: 100% !important;*/
	/*}*/
	/*!* preset without margin *!*/
	/*.fob-grid.nomargin .fob-grid-column.one-third,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.one-third {*/
	/*width: 66.66% !important;*/
	/*}*/
	/**/
	/*.fob-grid.nomargin .fob-grid-column.one-quarter,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.one-quarter {*/
	/*width: 50% !important;*/
	/*}*/
	/*.fob-grid.nomargin .fob-grid-column.one-fifth,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.one-fifth {*/
	/*width: 40% !important;*/
	/*}*/
	/*.fob-grid.nomargin .fob-grid-column.two-fifth,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.two-fifth {*/
	/*width: 80% !important;*/
	/*}*/
	/*.fob-grid.nomargin .fob-grid-column.one-sixth,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.one-sixth {*/
	/*width: 33.33% !important;*/
	/*}*/
	/**/
	/*.fob-grid.nomargin .fob-grid-column.one-eighth,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.one-eighth {*/
	/*width: 25% !important;*/
	/*}*/
	/*.fob-grid.nomargin .fob-grid-column.three-eighth,*/
	/*.fob-grid.nowrap.nomargin .fob-grid-column.three-eighth {*/
	/*width: 75% !important;*/
	/*}*/
	/**/
	/*!* preset with margin *!*/
	/*.fob-grid .fob-grid-column.one-half,*/
	/*.fob-grid.nowrap .fob-grid-column.one-half,*/
	/*.fob-grid .fob-grid-column.two-third,*/
	/*.fob-grid.nowrap .fob-grid-column.two-third,*/
	/*.fob-grid .fob-grid-column.three-quarter,*/
	/*.fob-grid.nowrap .fob-grid-column.three-quarter*/
	/**/
	/*.fob-grid .fob-grid-column.one-third,*/
	/*.fob-grid.nowrap .fob-grid-column.one-third {*/
	/*width: 32.66% !important;*/
	/*}*/
	/*.fob-grid .fob-grid-column.one-quarter,*/
	/*.fob-grid.nowrap .fob-grid-column.one-quarter {*/
	/*width: 24.25% !important;*/
	/*}*/
	/*{*/
	/*width: 74.75% !important;*/
	/*}*/
	/*.fob-grid .fob-grid-column.one-fifth,*/
	/*.fob-grid.nowrap .fob-grid-column.one-fifth {*/
	/*width: 19.2% !important;*/
	/*}*/
	/*.fob-grid .fob-grid-column.two-fifth,*/
	/*.fob-grid.nowrap .fob-grid-column.two-fifth {*/
	/*width: 39.4% !important;*/
	/*}*/
	/*.fob-grid .fob-grid-column.three-fifth,*/
	/*.fob-grid.nowrap .fob-grid-column.three-fifth {*/
	/*width: 59.6% !important;*/
	/*}*/
	/*.fob-grid .fob-grid-column.four-fifth,*/
	/*.fob-grid.nowrap .fob-grid-column.four-fifth {*/
	/*width: 79.8% !important;*/
	/*}*/
	/*.fob-grid .fob-grid-column.one-sixth,*/
	/*.fob-grid.nowrap .fob-grid-column.one-sixth {*/
	/*width: 15.83% !important;*/
	/*}*/
	/*.fob-grid .fob-grid-column.one-sixth,*/
	/*.fob-grid.nowrap .fob-grid-column.one-sixth {*/
	/*width: 83.17% !important;*/
	/*}*/
	/*.fob-grid .fob-grid-column.one-eighth,*/
	/*.fob-grid.nowrap .fob-grid-column.one-eighth {*/
	/*width: 11.625% !important;*/
	/*}*/
	/*.fob-grid .fob-grid-column.three-eighth,*/
	/*.fob-grid.nowrap .fob-grid-column.three-eighth {*/
	/*width: 36.875% !important;*/
	/*}*/
	/*.fob-grid .fob-grid-column.five-eighth,*/
	/*.fob-grid.nowrap .fob-grid-column.five-eighth {*/
	/*width: 62.125% !important;*/
	/*}*/
	/*.fob-grid .fob-grid-column.seven-eighth,*/
	/*.fob-grid.nowrap .fob-grid-column.seven-eighth {*/
	/*width: 87.375% !important;*/
	/*}*/
	div:not(.fob_slide-list) > .fob-grid .fob-grid-column {
		width: 100% !important;
	}

	p img.size-medium, p img.size-large, p img.size-full {
		width: 100%;
	}

	.widget-nav li {
		float: left;
		padding: 0 3%;
	}

	img.size-fob-one-quarter {
		width: 75%;
		margin: 0 auto;
		float: none;
	}

	img.size-fob-half {
		margin: 0 auto;
		float: none;
		width: 75%;
	}

	img.size-fob-three-quarters {
		margin: 0 auto;
		float: none;
		width: 75%;
	}

	img.size-fob-full {
		margin: 0 auto;
		float: none;
		width: 100%;
	}
}

/*------------------------------------ Mobile CSS max. 767 ---------------------------------------------*/
@media only screen and (max-width: 47.9375em) {

}
