/*-----------------------------------------------------------------
	Grid - Skeleton (getskeleton.com)
------------------------------------------------------------------- */

.container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	 padding: 0px; 
	box-sizing: border-box; 
}

.column,
.columns {
	width: 100%;
	float: left;
	box-sizing: border-box; 
}



/* For devices larger than 799px */
@media (min-width: 800px) {

	.logo {
		padding-left: 5px !important;
	}

	.card-title-small {
		font-size: 1rem;
	}

	
	.column,
	.columns {
		margin-left: 4%; 
	}
	.column:first-child,
	.columns:first-child {
		margin-left: 0; 
	}


	.one.column,
	.one.columns                    { width: 4.66666666667%; }
	.two.columns                    { width: 13.3333333333%; }
	.three.columns                  { width: 22%;            }
	.four.columns                   { width: 30.6666666667%; }
	.five.columns                   { width: 39.3333333333%; }
	.six.columns                    { width: 48%;            }
	.seven.columns                  { width: 56.6666666667%; }
	.eight.columns                  { width: 65.3333333333%; }
	.nine.columns                   { width: 74.0%;          }
	.ten.columns                    { width: 82.6666666667%; }
	.eleven.columns                 { width: 91.3333333333%; }
	.twelve.columns                 { width: 100%; margin-left: 0; }

	.one-third.column               { width: 30.6666666667%; }
	.two-thirds.column              { width: 65.3333333333%; }

	.one-half.column                { width: 48%; }
}

/* @media (min-width: 992px) {
	.container {
		width: 960px;
	}
} */

@media (min-width: 1020px) {

	.main-menu-tools{
		padding-right: 50px !important;
	}

	.page-wrap {
		padding-left: 50px;
	}
	

	
}

.container:after,
.row:after,
.u-cf {
	content: "";
	display: table;
	clear: both; 
}

.row {
	margin-right: 0!important;
	margin-left: 0!important;
}
