* { margin: 0 auto; padding: 0; }	a img { border: 0; background: transparent; }	fieldset { border: none; }	html { height: 100% }	body { min-height: 101% }

body {
	font:75%/1.3  Arial, Helvetica, sans-serif, verdana;
	color: #FFFFFF; background-color:#ad1927;	

}
/* =TEXT & CLASS STYLES
================================================ */
a { text-decoration:none; color:#FFFFFF;}
a:hover, a:focus { text-decoration: none; color:#e7a751; text-decoration:underline; }




p { margin: 2px 0 1.5em; font-size:12px; color: #db711d; line-height: 1.5; }
#content p:hover { color: #555; }

h3 { font-size:1.3em; color: #e7a751; font-style:bold; line-height: 1.5; font:Georgia, "Times New Roman", Times, serif;}

ul li{font-size:12px;

}
.relative {
	position: relative;
}
.media-container {
	position: absolute;
	right: 30px;
	top: 15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 2px;
}
.media-icon {
	color: #999;
	margin-right: 8px;
}
.media-icon:hover, .media-icon:focus {
	color: #666;
}
.media-icon img {
	box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.5);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.media-icon:hover img, .media-icon:focus img {
	box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.4);
	box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
	opacity: 0.8;
}
#menutop
{
position: absolute;
left:-301px;
top:25px;

}
.myButton {
	background-color: rgba(255, 136, 4, 0.58);
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	padding: 10px 20px;
	text-decoration:none;
	min-width: 260px;
	text-align: center;
	/*margin-left: 40px;*/
}
.myButton:hover {
	background-color:#ff8804;
	color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}
.new_tag {
	text-align: center;
	font-size: 28px;
	color: #fff;
	line-height: 18px;
	font-weight: bold;
	font-family: 'Caveat', cursive;
}
.new_tag .badge {
	font-size: 10px;
	margin-top: 2px;
}
.new_tag span {
	vertical-align: middle;
}
.badge {
	display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}

/** alert box **/
.title {
  font-weight: normal;
  margin: 0 0 30px;
  text-align: center;
}

.section {
  padding: 0;
}
.section .alert:not(:first-child) {
  margin-top: 15px;
}

.alert {
  background-color: #29d2e4;
  border: 1px solid #29d2e4;
  color: #fff;
  padding: 14px 20px;
}
.alert .alert-icon {
  float: left;
  margin-right: 15px;
}
.alert .alert-info {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.alert .alert-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.alert .close-icon {
  float: right;
  color: #000;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
  position: relative;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  white-space: nowrap;
}
.alert .close-icon:before, .alert .close-icon:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 15px;
  height: 2px;
  left: 0;
}
.alert .close-icon:before {
  background-color: #fff;
  transform: rotate(-45deg);
}
.alert .close-icon:after {
  background-color: #fff;
  transform: rotate(45deg);
}
.alert.alert-warning {
  background-color: #f87d09;
  border: 1px solid #f87d09;
}
.alert.alert-warning .alert-icon {
  float: left;
  margin-right: 15px;
}
.alert.alert-warning .alert-info {
  margin: 0 10px 0 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.alert.alert-warning .alert-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
/*.alert.alert-warning .close-icon {
  float: right;
  color: #000;
  margin-top: 2px;
  margin-left: 0;
  width: 21px;
  height: 21px;
  position: relative;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  white-space: nowrap;
}*/
.alert.alert-warning .close-icon:before, .alert.alert-warning .close-icon:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 15px;
  height: 2px;
  left: 3px;
}
.alert.alert-warning .close-icon:before {
  background-color: #F87D09;
  transform: rotate(-45deg);
}
.alert.alert-warning .close-icon:after {
  background-color: #F87D09;
  transform: rotate(45deg);
} 
.alert.alert-warning .close-icon {
  border-radius: 50%;
  padding: 0.5em;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  background: #fff;
  color: #fff;
  position: relative;
  opacity: 0.5;
}
.alert.alert-warning .close-icon:hover {
  opacity: 0.7;
}
/*.alert.alert-warning .close-icon:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #fff;
  opacity: 1;
}

.alert.alert-warning .close-icon::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #F87D09;
  width: 2px;
  left: 12px;
  top: 5px;
  bottom: 5px;
  transform: rotate(45deg);
}
.alert.alert-warning .close-icon::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #F87D09;
  height: 2px;
  top:12px;
  left: 5px;
  right: 5px;
  transform: rotate(45deg);
}





