.container-fluid {
  margin-left: 0 auto;
  padding-left: 0px;
}

.wrapping {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 25px;
}

/********** MAIN **********/
.main-article {
  position: relative;
  width: 100%;
}

#main-main-image {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 20px;
}

 /**** text box ****/
.info-wrapper {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
  border-top: solid 3px red;
  background-image: linear-gradient(to bottom, rgba(240,240,240,0.6), rgba(255,255,255, 1))
} /**** text box ****/

.category-main {
  font-size: 20px;
  color: red; /* */
}

.category-main a:link {
  color: red!important;
  font-size: 20px;
}

.category-main a:hover {
  color: #337ab7;
  text-decoration: underline;
}

.story-article {
  text-transform: uppercase;
}

.story-article a:link {
  text-transform: uppercase;
  text-decoration: none;
}

.story-article a:hover {
  text-decoration: underline;
  color: #337ab7;
}

hr {
  padding-top: 5px;
  padding-bottom: 0px;
}


/***** small articles *****/
.small {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.small-blog {
  position: relative;
  text-align: center;
}

.img-responsive {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#special-right {
  padding-left: 5px;
  padding-right: 0px;
}

#small-left-article {
  padding-bottom: 200px;
  border-right: 1px solid lightgrey;
}

.special-box {
  margin: 0 auto;
  background-color: #e6ffff;
  border-right: 1px solid #cdf0ff;
  border-left: 1px solid #cdf0ff;
  padding-bottom: 50px;
  border-bottom: 1px solid #cdf0ff;
}

#special-image {
  border-top: 1px solid #cdf0ff;
  padding-left: 0px;
  padding-right: 0px;
}

.main-link {
  font-size: 20px;
}

#sponsor {
  color: #00B7FF;
}

.story-link {
  text-transform: uppercase;
}

.story-link a:hover {
  text-decoration: underline;
}


/********** SIDE BAR **********/


/***** button *****/
#sidebar-button {
  text-align: center;
  padding-top: 20px;
}
.myButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background-color: #ededed;
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #777777;
	font-family: Arial;
	font-size: 15px;
	font-weight: regular;
	padding: 15px 90px;
	text-decoration: none;
	/*text-shadow: 0px 1px 0px #ffffff;*/
  box-shadow: 0px 5px 5px 0px;

}
.myButton:hover {
	background-color: lightgrey;
  text-decoration: none;
  color: #777777;
  opacity: 0.6;
}




/*************** RESPONSIVE  ***************/

/***** small screen navbar *****/
@media only screen and (min-width: 768px){
  .info-wrapper {
    background-image:linear-gradient(to bottom, rgba(240,240,240,0.2), rgba(255,255,255, 1));
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
      width: 50%;
    }
}

@media (max-width: 768px) {
  ul {
  }
}


/*********** main **********/
@media (max-width: 992px) {
  .img-responsive {
    padding-right: 0px;
  }
  .info-wrapper {
        right: 0px;
  }
}



/* */
