* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: Arial, sans-serif;
  font-size: 17px;
}

.headersocial {
  background-color: rgba(255,0,0,0.74);
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.header {
  color: #000000;
  text-align: center;
  width: 100%;
  padding: 0px;
  margin-top: 20px;
}

.title {
  color: #000000;
  text-align: center;
  width: 100%;
  padding: 5px;
}

.headmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(255,0,0,0.74);
}

.headmenu li {
  float: left;
  border-right:1px solid rgba(255,0,0,0.74);
}
.headmenu li.right {
	float: right;
}

.headmenu li:last-child {
  border-right: none;
}

.affiliate{
	overflow: hidden;
}

.headmenu li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.headmenu li a:hover:not(.active) {
  background-color: rgba(255,0,0,1);
}

.active {
  background-color: rgba(255,0,0,0.74);
}

.aside {
  background-color: rgba(255,0,0,0.74);
  padding: 15px;
  color: #ffffff;
  text-align: center;
  /*font-size: 14px;*/
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.asideother {

}

.aside a:link {
  text-decoration: none;
  color: #ffffff;
}

.aside a:visited {
  color: #ffffff;
}

.footer {
  background-color: rgba(255,0,0,0.74);
  color: #ffffff;
  text-align: center;
  padding: 5px;
}

.footer ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.footer ul li{
	padding: 10px;
}

.footer a:link {
  text-decoration: none;
  color: #ffffff;
}

.footer a:visited {
  color: #ffffff;
}

.hcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.Bullet ul {
	list-style-position: outside;
}

.lcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.mcenter {
	display: block;
  margin-left: auto;
  margin-right: auto;
	width: 60%;
}

.content{
	border-right: 1px solid rgba(255,0,0,0.74);
	border-left: 1px solid rgba(255,0,0,0.74);
}

img {
  width: 100%;
  height: auto;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (max-width: 980px){
	.headmenu li.right , .headmenu li { float: none; }
}

@media only screen and (min-width: 985px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .col-s-13 {width: 37.5%;}
}
@media only screen and (min-width: 1150px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .col-13 {width: 37.5%;}
}

h1{
	font-size: 45px;
}

h2{
	font-size: 40px;
}

h3{
	font-size: 35px;
}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
  }
  
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.Butt a{
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color: #7810e0;
}

.Butt a:hover:not(.active) {
  background-color: #0d20a8;
}
