[v-cloak] {display: none}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

h3, .h3 {
  line-height: 1.678em;
}

#main-menu, .header-lined { 
  display: none;
}

header.header, header.header .spnav {
	height: 80px;
	min-height: 80px;
}

.template-upgrade .main-content {
  background-image: none;
}

.panel {
  margin: 0;
  font-size: 1em;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #05223c;
    border-color: #fff;
    border-radius: 0;
}

.panel-default > .panel-heading:hover {
    background-color: #226cae;
}

.panel-group .panel {
  border: none;
}

.panel.reasonwhy {
  box-shadow: none;
  background: #226cae;
  color: #acdaed;
  margin-bottom: 20px;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.50);
  font-size: 16px;
  border-radius: 0 0 4px 4px;
}

/* HIDE ELEMENTS */
.weekly .panel.reasonwhy, .weekly .chosen-options-minram {
  display: none;
}

.panel.reasonwhy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel.reasonwhy ul li {
  padding: 3px 10px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.spacer-40 {
    height: 40px;
}

/* Vue transitions */

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fastfade-enter-active, .fastfade-leave-active {
  transition: opacity .25s;
}
.fade-enter, .fade-leave-to, .fastfade-enter, .fastfade-leave-to {
  opacity: 0;
}

/* promo popover */
.promo-popover a.close {
  text-decoration: none;
  font-size: 30px;
  opacity: .5;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #455d8a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.addonheight{height:400px;}
.padder{padding:1% 1% 5% 1%;}
.warning{width:100%;background:red;color:white;font-weight:900;text-align:center;padding:0.5%;}
.chosenbox{background:yellow;}
.chooseme{height:65%;}
.mindthewide{padding-left:1%;padding-right:1%;width:31%;}
.mindthegap{padding: 2%;}
.mindthegapmarge{margin-top:2%;}
.bigbox{padding:1%;}
.mindthegap-top{padding-top: 1%;}
.border{border:black 1px solid;}
.borderfade{background: rgba(0, 0, 0, 0.1)}
.error{color:red;font-weight:900;margin-bottom:-5%;}
.congrats{background: lime;border:1px black solid;}


.alert {
  width: 97%;
  margin: 15px auto;
}

.alert ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.panel-title {
    position: relative;
    font-size: 30px;	
}

.panel-title .glyphicon {
    font-size: 23px;
    margin-right: 15px;
}

.panel-title {
  color: #fff;
}

.panel-title a {
  display: block;
  padding: 7px 0 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.panel-title span.selected {
  position: absolute;
  right: 0px;
  top: 7px;
  font-size: 30px;
  color: #5cd85c;
}

.panel-title span.selected img {
  margin-right: 15px;
  top: -1px;
  position: relative;
  margin-left: 5px;
}


.panel-body h2 {
  margin: 15px 0 30px;
  text-align: center;
  font-size: 35px;
  color: #507290;
}


/* Servers */


.selected-launcher {
  background-color: #FDD206;
  background-image: -webkit-linear-gradient(top, #FDD206, #F3A50B); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #FDD206, #F3A50B); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  text-shadow: 1px 1px 0px #ffffffb3;
  font-weight: 700;
}

.launchers {
	margin: 0 0 10px;
}

.launcher {
	margin: 5px 0;
	border: 0px solid #eee;
	padding: 3px;
	border-radius: 5px;
	cursor: pointer;
}

.launcher img.launcherlogo {
  width: 40px;
  height: 40px;
  margin: 0px 5px 0 1px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

.selected-launcher img.launcherlogo {
  background: #fff;
  box-shadow:         inset 0 0 10px #00000038 ;
}

.serversearch {
  margin: 0 0 30px 0;
}

.serversearch input, .serversearch button  {
  height: 50px
}

.serversearch .input-group[class*=col-] {
  float: none;
  padding-right: 10px;
  padding-left: 10px;
}

.serversearch .clear {
  border-radius: 0!important;
}

.servers { 
  margin: 0 0 30px;
  display: flex;
  flex-flow: wrap;
}

.server {
  margin: 0px 0px 10px 0px;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
}

.server img {
  border-radius: 3px;
}

.server.col-md-2 img {

}

.server h3 {
  font-size: 18px;
  text-align: center;
  line-height: 1.1em;
  font-weight: 300;
  margin: 5px 0;
  height: 18px;
}

.server button {
	position: absolute;
	bottom: 5px;
	left: 5%;
	width: 90%;
        display: none;
} 

.server:hover button {
  display: block;
}

/* Chosen */

.chosen {
  margin: 40px 0 20px;
}

.chosen h3 {
  margin: 0px;
}

.chosen img {
  border-radius: 3px;
  margin-top: 10px;
}

ul.chosen-options {
  padding: 0;
}

.chosen-options li {
  list-style: none;
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 15px;
  font-weight: bold;
}

.chosen-options li span {
  font-weight: normal;
  font-size: 13px;
}

.chosen-options-author ul {
  padding:0;
}

.chosen-options-author ul li {
  float: left;
  padding: 0px 8px 5px 0;
}

.chosen-options-mcversion {
  clear: left;
}
 

button.next {
	margin: 40px 0;
}

button.back {
        margin: 40px 0;
}

button.back.restart {
        padding: 10px 0;
}

button.next i, button.back i, button.next .svg-inline--fa, button.back .svg-inline--fa {
    font-size: 24px;
}

/* Product RAM */

ul.currencies {
  list-style: none;
  padding: 0 15px 0 0;
  height: 35px;
}

ul.currencies li {
  float: right;
  margin-left: 4px;
  width: auto;
  padding: 0 0 4px;
}

ul.currencies li input {
  background: #aaa;
  border: none;
}

ul.currencies li.selected-currency input {
  color: #00003F;
  background-color: #deb70b;
  background-image: -webkit-linear-gradient(top, #deb70b, #e0960b);
  background-image: linear-gradient(to bottom, #deb70b, #e0960b);
}

ul.period {
  padding: 10px 15px;
  margin: 0 0px 15px 0px;
  font-size: 16px;
}

ul.period li {
  list-style: none;
}

ul.period li button {
  padding: 10px 0;
  font-size: 18px;
}

ul.period li button span {
  display: block;
  font-size: 15px;
  font-weight: 300;
}

.row.promo {
  min-height: 110px;
  padding: 0 15px;
}

.panel-memory-size ul.period li button {
  padding: 7px 0;
  font-size: 16px;
}

.panel-memory-size ul.period li button span {
  font-size: 12px;
}

.youpay {
  font-size: 27px;
  font-weight: 700;
  border: 2px solid #e8dcdc99;
  margin: 14px 100px;
  padding: 20px;
  background: #fff4c2;
}

.recurring-info {
    margin: 14px 50px;
    width: auto;
}

.duetoday {
  padding: 25px 0;
}

.youpay span {
  font-size: 17px;
  font-weight: 300;
  color: #545454;
}

.youpay p {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: normal;
}

.recurring-info p {
  font-size: 18px;
}

p.today {
  margin-bottom: 25px;
}

.youpay .today, .youpay .eachperiod {
  color: #1dab0e;
}

.youpay .discount{
  color: #ff3232;
}

.youpay .recurring {
  font-size: 25px;
}

.youpay .usepromo {
  font-size: 15px;
  padding-top: 5px;
}

.youpay .youpayafter {
  font-size: 16px;
  font-weight: 700;
  margin-top: 26px;
}

.youpay .eachperiod span.old-price {
  color: #e43939;
  font-weight: 500;
  font-size: 19px;
  left: 17px;
  top: -20px;
}

.youpay .billed {
    margin: -5px 0 20px 0;
}

.usepromo .btn {
  margin: 10px 0;
}

.confirm-img {
  margin: 15px auto 15px auto;
  width: 265px;
  display: block;
  border-radius: 3px;
  height: auto;
}


/* Server Package */

.server-package-min-rec-ram {
  margin: 10px 0 50px 0;
  font-size: 20px;
}

.server-package-min-rec-ram em {
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
}

.server-package-min-rec-ram .recommended-ram em {
  color: #2fb116;
}

.server-package-min-rec-ram .minimum-ram em {
  color: #dc8a17;
}

.products {
  padding: 15px 15px 10px 15px;
  display: flex;
  flex-wrap: wrap;
}

.product {
  padding: 15px 5px;
  transition: transform;
  transition-duration: 1.75s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  flex: auto;
  /* flex: 1 0 24%; */
  border-radius: 3px;
}

.product.selected-product {
    padding: 0 5px;
    margin: 0px 0;
}

.product-inner {
  background-color: #073054;
  color: #fff;
  margin: 5px;
  padding: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.0);
  -webkit-transition: background-color 2s; /* Safari */
  transition: background-color 2s;
  transition: box-shadow 1.75s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 3px;
}

.product-inner:hover {
  background-color: #164874;
  cursor: pointer;
}

.product-inner li {
  color: #c9bd38;
}

.selected-product .product-inner {
  margin: 0px 0px;
  padding: 5px 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.59);
}

.recommended-product .product-inner3 {
  margin: 0px 0px;
  padding: 15px 10px ;
}

.product.recommended-product, .product.minimum-product {
  padding: 5px 5px;
  /* margin: 10px 0 10px; */
}

.product.recommended-product .product-inner {
  background: #0c4374;
}

.product.recommended-product .recommended, .product.minimum-product .minimum {
  color: #fff;
  background: #0074fe;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: -20px;
  padding: 5px 12px;
  left: 10%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.53);
  font-size: 17px;
  border-radius: 3px;
  width: 80%;
}

.product.selected-product {
  padding: 5px 5px;
  margin: 10px 0 auto;
  transform: scale(1.15);
  z-index: 1000;
}

.product.selected-product .product-inner {
    background: #070736;
    border: 5px solid #f7c900;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.59);
}

.product.selected-product.recommended-product, .product.selected-product.minimum-product {
  background: none;
  padding: 5px 5px;
  margin: 10px 0 auto;
}

.product.intro-offer {
  display: block;
  margin-right: auto!important;
  margin-left: auto!important;
  float: none;
}

.product img {
  display: none;  
}

.product h3 {
  font-size: 23px;
  text-align: center;
  margin: 5px 0 5px 0;
  color: #fff;
  text-shadow: 2px 2px 0 #000;
  text-transform: uppercase;
  display: none;
}

.product ul {
  margin: 0 0 5px 0;
  padding: 0;
}

.product li {
  list-style: none;
  padding: 0;
  margin: 0 0 2px 0;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
}

.product li.product-ram {
  background: #071c32;
  color: #f7c900;
  font-weight: 700;
  padding: 5px;
  font-size: 33px;
  margin: 0px;
  text-shadow: 1px 1px 0 #000;
}

.product.selected-product li.product-ram {
  background: #f7c900;
  color: #073863;
  text-shadow: 1px 1px 0 #8e7c26;
  margin: 0;
}

.product li.suitable {
  font-size: 11px;
  padding: 5px 0 0 5px;
  display: none;
  text-align: left;
}

.product li.product-info {
  min-height: 50px;
  font-size: 14px;
  display: block;
  text-align: left;
  padding: 25px 0 15px 10px;
}

.product ul .product-period {
  margin: -7px 0 0 0;
  font-size: 25px;
  font-weight: 500;
}

.product .btn {
  margin: 10px 0 0px;  
  padding: 10px;
  font-size: 17px;
}

.product .btn-primary {
  background-color: #FDD206;
  background-image: -webkit-linear-gradient(top, #FDD206, #F3A50B); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #FDD206, #F3A50B); /* Chrome 26, Firefox 16+, IE 10+, Opera */ 
}

.selected-product .btn-primary {
  background-color: #FDD206;
  background-image: -webkit-linear-gradient(top, #FDD206, #F3A50B); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #FDD206, #F3A50B); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.unselected-product .btn-primary {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.product .product-price {
  padding: 20px 0 0;
}

.newprice {
  color: #fff;
  font-weight: 700;
  font-size: 33px;
  text-shadow: 2px 1px 0 #5c1515;
  padding: 25px 0 0;
}

.newprice2 {
  color: #1dab0e;
  font-weight: 700;
  font-size: 25px;
  text-shadow: 1px 1px 0 #000;
}

.oldprice, .old-price {
  color: #e41e1e;
  font-weight: 500;
  text-decoration: line-through;
  font-size: 22px;
  position: absolute;
  left: 10px;
  top: -2px;
  text-shadow: 2px 2px 0px #061d32;
}

.old-price {
  text-shadow: none;
}

.new-price {
  margin: 0 0 5px 0;
}

.selected-product .oldprice {
  left: 5px;
}

.license-fee {
  font-size: 15px;
}

.selected-product.recommended-product .oldprice {
  left: 5px; 
}

.selected-product i.fas.fa-caret-right.pull-right, .selected-product svg.fa-caret-right.pull-right {
  font-size: 25px;
}

.upgrade-package-row.unselected-package {
  display: none;
}

.product-upgrade-box {
  border: 2px solid #efca44;
  border-radius: 10px;
  margin: 10px;
  padding: 10px 10px 0px;
  line-height: 1.0;
}

.license-fee, .starting-date {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0px 0 15px;
}

.license-fee sup {
  font-size: 17px;
  color: #f7c903;
}

.discount-applied {
  color: #efc526;
  font-weight: 500;
  font-size: 13px;
  position: absolute;
  right: 5px;
  top: -13px;
  text-shadow: 1px 1px 5px #164874;
  text-align: right;
}

.selected-product .discount-applied {
  right: 0px;
}

.selected-product.recommended-product .discount-applied {
  right: 5px;
}


.product-extra {
  background: #d4f0fd;
  margin: 0 0 5px 0;
  padding: 0px 5px;
}

.product-extra  li {
  padding: 5px;
  margin: 0;
  font-size: 16px;
}

.product-extra .selected-product {
  background: yellow;
  margin: 0 0 5px 0;
  padding: 0px 5px;
}

.product-extra h3 {
  margin: 0;
}

.product-extra li.product-ram {
  margin: 5px 0 0 0;
}

.promo-popover {
  font-size: 20px;
  margin: 10px 0;
  width: 100%;
}

.table-responsive {     
  margin: 0 50px 30px 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.59);
}


table.newprices2 {border-bottom: 0; margin: 0 0 0 0 ; border: 5px solid #f7c900;}
table.newprices2 th { background: #070736; color:#fff; padding: 10px 5px; font-family: teko ;font-size: 25px; font-weight: 300; text-align: center; border-top: none!important;}
table.newprices2 th:first-child {border-top-left-radius: 5px;}
table.newprices2 th:last-child {border-top-right-radius: 5px;}
table.newprices2 th.dedi {font-size: 13px; width: 140px; text-align: right;}
table.newprices2 th.inc {background: #2f4253;border-radius: 0;padding: 10px 0;}
table.newprices2 td:first-child { text-transform: uppercase; text-align: right; vertical-align: middle;}
table.newprices2 td {font-size: 13px; padding: 10px 5px; border-top: 0; text-align: center;}
table.newprices2 td.odd {background : none;}
table.newprices2 td.maxplayers {padding-right: 0; line-height: 120%; text-align: right; width: 160px; font-size: 11px!important;}
table.newprices2 td.maxplayers span {font-size: 20px;}
table.newprices2 tr.maxplayers td {font-size: 14px;}
table.newprices2 tr.dollars, table.newprices2 tr.euros {background: #BECDDE;}
table.newprices2 td.pounds {text-align: right}
table.newprices2 .badge { background: #E5204B; padding: 3px 24px; border-radius: 5px;}
table.newprices2 .fa-star { color: #e6a016; margin: 0 10px;}
table.newprices2 .glyphicon-ok { color: #2ba245;}
table.newprices2 .glyphicon-gift { color: #b02328;}

.table.newprices2 tbody tr:nth-child(2n) {
  background: ;
}

ul.upgrade-footer {
  padding: 0;
}

ul.upgrade-footer li {
  margin: 15px 0;
}

p.service-promotion {
  color: red;
  font-weight: 700;
  font-size: 20px;
  padding: 0 0 20px;
  text-align: center;
}


/* username*/

.avatar img {
  margin: 0 0 0 30px;
  box-shadow: 1px 1px 10px #aaa;
}


/* Location */

div.locations div.soldout {
  opacity: 0.1;
}

ul.locations {
  list-style: none;
}

ul.locations li button {
  padding: 5px;
  border: 1px solid #2F4253;
  background: none;
  color: #2F4253;
  font-weight: 700;
}

img.flag {
  border: 1px solid #eee;
}

img.flag-selected {
  height: auto;
  margin: 30px auto 9px;
  display: block;
  box-shadow: 0px 0px 26px #a7a3a3;
  border: 2px solid #fff;
}


ul.locations li.selected button {
  background: #ffffad;
}

.panel-server-location .btn-group .btn {
  padding: 13px 0 13px;
  text-align: center;
}

.panel-server-location .btn-group img.flag {
  display: block;
  margin: 10px auto;
}


img.server-location-map {
  border-radius: 5px;
}


.row.features {
 margin: 40px -15px 30px; 
}

.features ul {
  padding: 15px;
  background: #fff;
  border-radius: 3px;
}

.features li {
  list-style: none;
  padding: 6px 0;
}

.row.testimonial {
  margin: 0 0 30px 0; 
}

.testimonial h3 {
  margin:0 0 20px 10px;
}

.testimonial h4 {
  margin-top: -5px;
}

.testimonial img {
  border-radius: 3px;
  box-shadow: 0 0 21px #00000075;
}

.testimonial .footertext {
  font-size: 14px;
}

footer .guarantee {
  margin: 0 0 10px 15px;
  font-size: 15px;
}

footer .comodo {
  padding-top: 25px;
}

footer .paymenttypes {
  padding-top: 35px;
}

.panel-server-address .choosedomain {
  margin: 50px 0 50px;
}

.panel-server-address .subdomain {
  padding: 10px;
  width: 100%;
  font-size: 20px;
  border-radius: 4px;
}

.panel-server-address .input-group-addon {
   padding: 0px;
   border-radius: 0px;
}

.panel-server-address select {
  font-size: 20px;
  height: 54px;
  border-radius: 4px;
}

.panel-server-address .input-group-addon {
  background: none;
  border: none;
}

.panel-server-address .field-noedit {
    font-size: 20px;
}

.panel-server-address .input-group.choosedomain input,
.panel-server-address .input-group.choosedomain button,
.panel-server-address .input-group.choosedomain a,
.panel-register-login-mcname input.mcname 
 {
    font-size: 20px;
    padding: 10px 10px;
    margin:  0;
}

.panel-server-address .input-group.choosedomain input.subdomain {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.panel-server-address .input-group.choosedomain div.domain {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-server-address .input-group.choosedomain div.domain button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-server-address .input-group.choosedomain .dropdown-menu {
    left: unset;
    right: -2px;
    box-shadow:  none;
    border: 1px #b7b7b7;
    border-style: none solid solid solid;
    border-radius: 0 0 4px 4px;
    text-align:  center;
}

.panel-server-address .input-group.choosedomain .dropdown-menu .dropdown-item {
    line-height: 1.5;
}

.panel-server-address .input-group.choosedomain .dropdown-menu .dropdown-item a {
    padding: 0px 0px 0 0;
    text-decoration:  none;
    color: #000;
}

.panel-server-address .useaddress {
  font-size: 20px;
}

div.check-dns-response ul {
    margin:  0;
    list-style-type:  none;
}

.panel-register-login-mcname .choosename {
  padding: 30px 0;
}

.next.btn-primary:hover:disabled {
    background-color: #fff;
    background-image: none;
}

/* Addons */

.addon {
  margin: 15px auto;
}

.addon-inner {
  padding: 30px;
  border: 2px solid black;
  height: 250px;
  border-radius: 5px;
}

.addon-inner img {
  margin: 0 0 20px 0;
}

.addon.selected .addon-inner, .addon-inner:hover {
  background: pink;
  cursor: pointer; 
}

.addon p {
  text-align: center;
}

.addon h3 {
  position: absolute;
  left: -9999px;
}

/* Merge this later on */
.form-group {
  margin: 20px 0 0;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default.selected {
  background-color: #FDD206;
  background-image: -webkit-linear-gradient(top, #FDD206, #F3A50B); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #FDD206, #F3A50B); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  border: 1px solid #111234;
}

.btn-default {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #FFFFFF, #bfbfbf); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #FFFFFF, #bfbfbf); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  border: none;
  border-radius: 3px;
  color: #00003F;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #ffffffb3;
  border: 1px solid #ccc;
  text-decoration: none!important;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #00003F;
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #bfbfbf); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #e8e8e8, #bfbfbf); /* Chrome 26, Firefox 16+, IE 10+, Opera */

  color: #00003F;
  background-color: #deb70b;
  background-image: -webkit-linear-gradient(top, #deb70b, #e0960b); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #deb70b, #e0960b); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.btn-default:active {
  border-color: #afa311;
}

.btn-default:focus {
  color: #00003F!important;
  border-color: #f1e016;
}

.btn-primary {
  background-color: #FDD206;
  background-image: -webkit-linear-gradient(top, #FDD206, #F3A50B); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #FDD206, #F3A50B); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  border: none;
  border-radius: 3px;
  color: #00003F;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #ffffffb3;
  border: 1px solid #111234;
  text-decoration: none!important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #00003F;
  background-color: #deb70b;
  background-image: -webkit-linear-gradient(top, #deb70b, #e0960b); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #deb70b, #e0960b); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}

.btn-primary:active {
  border-color: #afa311;
}

.btn-primary:focus {
  color: #00003F!important;
  border-color: #f1e016;
}

.btn-primary span {
  color: #3F3F39;
  font-weight: normal;
  font-size: 18px;
  text-transform: capitalize;

}

section#main-body {
  padding-top: 0;
}

#content, .main-content {
  background-image: -webkit-linear-gradient(top, #073054, #fff); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  /* background-image:         linear-gradient(to bottom, #073054, #fff); */ /* Chrome 26, Firefox 16+, IE 10+, Opera */
  /* border: none; */
}

.social-signin-btns .btn {
    margin-bottom: 5px;
    margin-right: 10px;
}

#registration {

}

#registration label {
    font-weight: 300;
    color: #507290;
    font-size: 15px;
}

#registration .field, #registration .form-control {
  border: 1px solid #949494;
  color: #555;
}

#registration .field-icon i {
  color: #527193;
}

.field.field-noedit {
    background-color: whitesmoke!important;
}

.cycle-selected .btn {
  background-color: #FDD206;
  background-image: -webkit-linear-gradient(top, #FDD206, #F3A50B); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  background-image:         linear-gradient(to bottom, #FDD206, #F3A50B); /* Chrome 26, Firefox 16+, IE 10+, Opera */
  border: 1px solid #00003F;
}


input#inputNewPassword2.mismatch {
    background-color: #fbbfbf;
}

.logincontainer {
    max-width: 700px;
    margin: 40px auto 0px auto;
}

@media (max-width: 992px) {



.youpay .today, .youpay .eachperiod, .youpay .discount {
    text-align: center;
}

.youpay {
    margin: 14px 0px;
    font-size: 23px;
}

.recurring-info {
    margin: 14px 0px;
    width: auto;
}

}

@media (min-width: 768px){

.logincontainer .social-signin-btns .btn {
    display: block;
    width: auto;
}


}

@media (max-width: 768px){

header.header, header.header .spnav {
    height: 70px;
    min-height: 70px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}

.panel-body h2 {
    margin: 5px 0 10px;
}

.panel-default > .panel-heading {
    padding: 5px 15px 5px 10px;
    margin: 0;
}

.panel-title span.selected img {
    top: -2px;
}

.alert {
   margin: 10px auto;
   padding: 4px 10px;
}

 #menu-primary-navigation {
    display:block;
}

button.next i, button.back i {
    font-size: 19px;
}

/* CHOOSE SERVER */

.launchers {
    margin: 0 -15px 10px -15px;
}

.launcher {
    margin: 0px 0;
}

.launcher img.launcherlogo {
    height: 32px;
    width: 32px;
}

.serversearch .input-group[class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}

.serversearch input, .serversearch button {
    height: 40px;
}

.server {
    margin: 0px 0px 5px 0px;
    border-bottom: none;
}

.server h3 {
  height: 15px;
  font-size: 20px;
  margin: 5px 0 0;
}

.server:hover button {
  display: none;
}

.products {
  padding: 0 30px 0px 30px;
}

ul.currencies {
  margin: 0 0 0 10px;
}

ul.period {
    padding: 0 15px 0px 15px;
}

.panel-memory-size ul.period li button {
    padding: 3px 0;
    font-size: 14px;
    margin-bottom: 2px;
}

ul.period li button span {
    /* display: inline; */
    font-size: 15px;
}

.chosen {
    margin: 0;
}

.btn-lg {
    font-size: 15px;
}

button.next, button.back {
    margin: 20px 0 10px 0;
    padding: 10px;
}

/* RAM */

.selected-product .product-inner {
    margin: 0px 0px;
    padding: 5px 5px;
}

.server-package-min-rec-ram em {
  font-size: 16px;
}

.product {
  padding: 5px 5px;
  margin: 0px 0 30px;
}

.product.selected-product {
    padding: 0;
    margin: 0 0 10px;
    transform: scale(1.0);
}

.product.recommended-product {
  margin: 0;
}

.product.selected-product.recommended-product {
  margin: 0;
}

.product.selected-product li.product-ram {
  margin: 0;
}

.product .newprice {
    margin-top: 15px;
}

.product .oldprice {
    top: -15px;
}

.product.selected-product .oldprice {
    left: 10px;
}


.discount-applied {
    right: 10px;
    top: -25px;
}

.selected-product .discount-applied {
    right: 2px;
}

.ram-options {
  padding: 20px;
}

.ram-options.row {
  padding: 20px 15px 25px 15px;
}

/* LOCATION */

.panel-server-location .btn-group .btn {
    padding: 0px;
    text-align: center;
}

/* SERVER ADDRESS */

.panel-server-address .panel-body {
    min-height: 365px;
}

.panel-server-address .collapse.in {
    margin-bottom: 0;
}

.panel-server-address .choosedomain {
    margin: 30px 0px;   
}

.panel-server-address .subdomain {
    padding: 7px;
    border: 2px solid #A0A0A0;
    font-size: 17px;
}

.panel-server-address select {
    border: 2px solid #A0A0A0;
    padding: 4px;
    font-size: 17px;
    height: 45px;
}

.panel-server-address .check-dns-response {
    padding: 0px 15px 0 0;
    margin: 0 0 0 -15px;
}

/* LOGIN */

.logincontainer {
    margin: 0px auto 0px auto;
    padding: 0;
}

.marketing-email-optin {
    margin: 0 0 0px 0;
    padding: 5px 10px;
}

.avatar img {
    margin: 20px auto 10px;
}

/* PANEL CONFIRM */

.youpay {
    margin: 14px 0px;
    font-size: 23px;

}

.recurring-info {
    margin: 14px 0px;
    width: auto;
}

ul.period li button {
    padding: 5px 0;
    font-size: 16px;
    margin: 0 0 3px 0;
}

.usepromo {
    padding: 0;
}

.youpay .today, .youpay .eachperiod, .youpay .discount {
    text-align: center;
}

.youpay p {
    font-size: 15px;
}

.duetoday {
  padding: 10px 0;
}


}

@media (max-width: 550px) {

.product {
  width: 100%;
  margin: 10px 0 20px;
}

.product.selected-product.recommended-product, .product.selected-product.minimum-product {
  background: none;
  padding: 5px 5px;
  margin: 15px 0 20px;
}

.product li.product-info {
  min-height: auto;
  padding: 10px 0 10px 10px;
}

.panel-title {
    font-size: 25px;
}

.panel-title span.selected {
    font-size: 25px;
    right: -8px;
    top: 10px;
}
  
}


@media (max-width: 400px) {




.panel-body h2 {
    font-size: 30px;
    margin: 5px 0 10px;
}

ul.period {
  padding: 0 5px 0px 5px;
  font-size: 14px;
}

.panel-memory-size ul.period li button {
    font-size: 12px;
}

.panel-memory-size ul.period li button span {
    font-size: 10px;
}

.launcher {
  margin: 0px 0;
  padding: 2px;
  font-size: 11px;
}

.server-package-min-rec-ram {
  margin: 0px 0 15px 0;
  font-size: 18px;
}

.product li.product-ram {
    font-size: 25px;
}

.newprice {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  text-shadow: 2px 1px 0 #5c1515;
  padding: 10px 0 0;
}

.product .oldprice {
    left: 10px;
    top: -15px;
}

.product ul .product-period {
    font-size: 20px;
}
  

}
