@charset "UTF-8";
/* CSS Document */

textarea, input, select {
	background: 0;
	border-radius: 0;
	font: 16px sans-serif;
	margin: 0
}
.addon, .btn-sm, .nav, textarea, input, select {
	outline: 0;
	font-size: 14px
}
.smooth {
	transition: all .2s
}
.nav a {
	text-decoration: none
}
.container {
	margin: 0 0px;
	width: auto;
	overflow:hidden;
}

.dark {
  background-color: rgb(172, 172, 172);
}

.light {
  background-color: rgb(223, 223, 223);
}

@media(min-width:1280px) {
.container {
	margin: auto;
	width: 1280px
}
}
h2 {
	font-size: 2em
}



.ico {
	font: 33px Arial Unicode MS, Lucida Sans Unicode
}


.row {
	
	
	margin: 0 0;
	overflow:hidden;
	border:0px solid green;
}
.col {
	float: left;
	
	border:0px solid green;
	
}
.table, .c16 {
	width: 100%
}

.c15 {
	width: 93.75%
}
.c14 {
	width: 87.5%
}
.c13 {
	width: 81.25%
}
.c12 {
	width: 75%
}

.c11 {
	width: 68.75%
}
.c10 {
	width: 62.5%
}
.c9 {
	width: 56.25%
}
.c8 {
	width: 50%
}
.c7 {
	width: 43.75%
}
.c6 {
	width: 37.5%
}
.c5 {
	width: 31.25%
}
.c4 {
	width: 25%
}
.c3 {
	width: 18.75%
}
.c2 {
	width: 12.5%
}
.c1 {
	width: 6.25%
}

@media(max-width:768px) {
.row .col {
	width: 100%;
	border:0px solid green;
	overflow:hidden;
}
}
