#footer{ min-width: 100%; background: #; top center repeat-x;}
#menu-footer, #menu ul{margin: 0; padding: 0; list-style: none;}
#menu-footer{margin: 0px 0 5px 0; }
#menu-footer li{display: inline-block; padding: 0 5px; border-left: 2px solid #000;}
#menu-footer li:first-child{border: none;}
#menu-footer li a{color: #FFF;}

.header-top.colored {
  background-color: rgba(255,255,255,0.13);
  border-bottom: 1px solid #0000;
}
.header-top.colored,.header-top.dark {
  color: #fff;
}
.table-1 {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.table-1 h3 {
  font-size: 25px;
  font-weight: 300;
  margin: 0;
  padding: 15px 0;
}

.price_month {
  background:-webkit-linear-gradient(left, rgba(184,229,245,1) 0%, rgba(227,41,41,1) 43%, rgba(227,41,41,1) 52%, rgba(184,229,245,1) 100%);;
  padding:10px 0;
}

.round {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  border: none;
  border-radius: 100px;
  display: table;
  margin: 0 auto;
  padding: 10px 10px;
}

.round > h3 {
  font-size: 25px;
  font-weight: 100;
  line-height: 0px;
  padding: 5 0 0px;
}
.round span p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}

.table-1 > ul {
  margin: 25px 0;
  padding: 0;
}
.table-1 li {
  border-bottom: 1px dashed #e3e2e2;
  color: hsl(0, 0%, 0%);
  font-size: 20px;
  font-weight: 300;
  list-style: outside none none;
  padding: 0px 45px;
}

.section_sub_btn .btn.btn-default {
  background: hsl(0, 100%, 0%) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 20px;
  color: hsl(0, 0%, 100%);
  font-family: roboto slab;
  font-size: 25px;
  font-weight: 500;
  line-height: 75px;
  margin: 10px 0 30px;
  padding: 15px 40px;
}

.section_sub_btn .btn.btn-default:hover {
  background: background: rgb(223,32,109);
background: linear-gradient(180deg, rgba(223,32,109,1) 0%, rgba(254,0,0,1) 0%, rgba(249,11,11,1) 0%, rgba(2,183,241,1) 100%);
}
.price_month_m {
  background: -webkit-linear-gradient(left, rgba(184,229,245,1) 0%, rgba(227,41,41,1) 43%, rgba(227,41,41,1) 52%, rgba(184,229,245,1) 100%);
  padding:10px 0;
}


section.price_table_bg {
  background: url(../images/price_table_bg.png) repeat scroll 0 0;
  position:relative;
}




section.price_table_bg:after {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:100%;
	width:100%;
	content:"";
	background:rgba(1, 10, 28, 0.8);	
}


body{
background: #000 url(/) fixed no-repeat top center;background-size:100% 100%;

}

body {
  margin: 0;
  padding: 0;
  background: #000;
}
 
.nav ul {
  list-style: none;
  background-color: #009900;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  line-height: 10px;
  height: 40px;
  border-bottom: 1px solid #ddd;
}
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.nav a:hover {
  background-color: #FF0000;
}
 
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .nav li {
    width: 300px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 


  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #009900;
  }
  */
}
