/*
 ************************************************************
 *
 * CHILD-GRID
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * GLOBAL
 *
 * ----------------------------------------------------------
 *
 * - COLUMNS
 */

/*
 * - CONTAINER
 */

#top .container-thin .container
{
	max-width: 960px;
}

#top .container-wide .container
{
	max-width: 100%;
}

/*
 * ----------------------------------------------------------
 *
 * GRID
 *
 * ----------------------------------------------------------
 *
 * - COLUMN
 */

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

	.responsive #top #wrap_all .flex_column.no_margin,
	.responsive #top #wrap_all .flex_column.avia-builder-el-last
	{
		margin-bottom: 0px;
	}

	.responsive #top #wrap_all .flex_column.av-break-at-tablet:not(:last-child),
	.responsive #top #wrap_all .av-columns-reverse .flex_column.avia-builder-el-last
	{
		margin-bottom: 40px;
	}

	.responsive #top #wrap_all .av-columns-reverse .flex_column.avia-builder-el-first
	{
		margin-bottom: 0px;
	}

}