@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Bitter:400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300|Open+Sans:400|Open+Sans:600|Open+Sans+Condensed:300|Cabin+Condensed:400|Yanone+Kaffeesatz:300);

html {
	font-size: 100%;
}

body {
	background: #F3F3F3;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #323232;
	line-height: 25px;
	overflow-x: hidden !important;
	margin: auto !important;
}

section {
	padding-top: 35px;
	padding-bottom: 35px;	
}

.minpad {
	padding-top: 15px !important;	
}

.gap-10 {
	min-height: 10px;	
}

.gap-20 {
	min-height: 20px;	
}

.pad-t-20 {
	padding-top: 20px;	
}

.pad-b-20 {
	padding-bottom: 20px;	
}


.whiteback {
	padding-top:25px;
	background-color: #ffffff;	
}

.textwhite {
	color: #FFFFFF;
}

.textyellow {
	color: #FFFF99;
}

#logo {
	font-family: 'Open Sans Condensed', sans-serif;	
	font-size: 48px;
}

.bodyheight {
	min-height: 650px;
}

#mainModal {
	z-index: 999999;	
}

#news img {
	margin: 0 10px;
}

ul.features  {
	padding-left: 0;
}

.features li {    
	border-bottom: thin solid #eee;
	padding: 0 0 5px 15px;
	margin: 0 0 5px 0;
	list-style-type: none;
}

.features li:before {    
	font-family: 'FontAwesome';
	font-size: 22px;
	content: '\f058';
	margin:0 5px 0 -15px;
	padding-right: 10px;
	color: #096;
}

.featuretable td > span:before {
	font-family: 'FontAwesome';
	content: '\f058';
	margin-right: 5px;
	color: #096;
}

ul.minifeatures  {
	padding-left: 0;
	font-size: 18px;
}

.minifeatures li {    
	border-bottom: thin solid #eee;
	padding: 0 0 5px 5px !important;
	margin: 0 0 5px 0 !important;
	list-style-type: none;
	text-align: left !important;
}

.minifeatures li:before {    
font-family: 'FontAwesome';
font-size: 18px;
content: '\f058';
margin:0 5px 0 -5px;
padding-right: 10px;
color: #096;
}

.icontext {
	padding: 10px 10px 40px;
}

.rightimage {
	float: right !important;	
	margin-left: 20px;
}

.fa-rotate-180 {
    -ms-transform:rotate(180deg);     /* Internet Explorer 9 */
    -webkit-transform:rotate(180deg); /* Chrome, Safari, Opera */
    transform:rotate(180deg);         /* Standard syntax */
}

/*-------------------------------
	Typography
-------------------------------*/

h1, h2, h3 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #0570A9;
	/*text-align: left;*/
}

h1 {
	font-size: 32px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

.lead {
	font-size: 16px;
	color: #00347B;
	text-align: center;	
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 2px 6px -6px rgba(0, 0, 0, 1);
	box-shadow: 0px 2px 6px -6px rgba(0, 0, 0, 1);
}

111hr { 
	border: 0; height: 2px; 
	margin-top:0;
	background-image: -webkit-linear-gradient(left, rgba(51,102,153,0.50), rgba(51,102,153,0.75), rgba(51,102,153,0)); 
	background-image: -moz-linear-gradient(left, rgba(51,102,153,0.50), rgba(51,102,153,0.75), rgba(51,102,153,0)); 
	background-image: -ms-linear-gradient(left, rgba(51,102,153,0.50), rgba(51,102,153,0.75), rgba(51,102,153,0)); 
	background-image: -o-linear-gradient(left, rgba(51,102,153,0.50), rgba(51,102,153,0.75), rgba(51,102,153,0)); 
}

/*.modal-backdrop {
  z-index: 10001;
}

.modal-dialog, .modal-content {
  z-index: 10002 !important;
}*/

.greentext {
	color: green;	
}

.darkredtext {
	color: darkred;	
}

.darkbluetext {
	color: darkblue;	
}

.bluetext {
	color: blue;	
}

.lightbluetext {
	color: lightblue;	
}

.orangetext {
	color: orange;	
}

.px18 {
	font-size: 18px;
}

.fa-spin-hover:hover {
  -webkit-animation: fa-spin 0.3s linear;
  -moz-animation: fa-spin 0.3s linear;
  -o-animation: fa-spin 0.3s linear;
  animation: fa-spin 0.3s linear;
}

// The animation bellow is taken from font-awesome.css
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transfo rm:rotate(359deg);transform:rotate(359deg)}}

/*-------------------------------
	Nav
-------------------------------*/

#mainnav {
	z-index: 1001;	
}

#main-menu, #submenu {
	z-index: 1000;	
}

#mainnav .navbar-nav {
			margin-top: -1px;
        }

#mainnav  {
	/*height: 55px;*/
	background: #3A7594 !important;
	background: rgba(32,64,81,0.95) !important;
	-webkit-backface-visibility: hidden;
	border: 0;
	margin-bottom: 0px;
	border-radius: 0px;
	border-bottom: #FFF solid thin;
	/*-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);*/
}

#mainnav .navbar-nav {
  /*center navbar inner elements*/  
  display: inline-block;
  float: none;
}

#mainnav .navbar-nav {
	padding-top: 2px;
}

#mainnav .navbar-nav > li > a {
	/*font-family: 'Bitter', sans-serif;*/
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	color: #FFF !important;
}

#mainnav .navbar-nav > li > a.active {
	color: #FFFF99 !important;
	font-weight: bold;
}

#mainnav .navbar-nav > li > a:hover {
	color: #FFF !important;
	background-color: #f0ad4e !important;
}

#mainnav .navbar-nav > .open > a {
	color: #fff  !important;
	background-color: #f0ad4e !important;
}

.navbar-brand {
	padding-top:5px;	
}

.navbar-brand > img {
	max-height: 65px;	
}

#makemenu {
	padding-top:15px;	
}

.navlogo {
	width: 0;
	opacity: 0;
	transition: width 0.3s, visibility 0s, opacity 0.5s linear;
	-webkit-transition: width 0.3s, visibility 0s, opacity 0.5s linear; /* Safari */
}

.is-sticky .navlogo {
	width: 90px;
	opacity: 1;
}

.is-sticky .navlogo {
	width: 90px;
	opacity: 1;
}

.is-sticky .navbar-form . btn {
	transition: width 0.3s, visibility 0s, opacity 0.5s linear;
	-webkit-transition: width 0.3s, visibility 0s, opacity 0.5s linear; /* Safari */
}

.is-sticky .navbar-form .btn {
	display:none !important;
}

#mainnav .dropdown-menu {
	font-size:18px;	
	line-height: 28px;
}

#mainnav .dropdown-menu i {
	font-size:22px;	
	padding-right: 30px;
}

#mainnav .dropdown-menu a {
	color: #006699 !important;
}

#mainnav .dropdown-menu a:hover {
	background-color: #006699 !important;
	color: #FFF !important;
}

#submenu {
	background: #ddd !important;
	border-bottom: #3A7594 solid thin;
}

#submenu .navbar-nav {
	padding-top: 0px;
}

#submenu li > a {
	/*font-family: 'Bitter', sans-serif;*/
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	color: #666 !important;
}

#submenu li > ul >li > a {
	font-size: 20px;
}

#submenu li > a.active {
	color: #FFF !important;
	background: #3A7594 !important;
	background: rgba(32,64,81,0.95) !important;
}

#submenu li > a:hover {
	color: #FFF !important;
	background: #3A7594 !important;
	background: rgba(32,64,81,0.95) !important;
}

#submenu .active {
	color: #FFF !important;
	//background: #3A7594 !important;
	background: rgba(32,64,81,0.95) !important;
}

#submenu li.active > a {
	color: #FFF !important;
}

.boxback {
	display: block;
	padding: 10px;
	color: #323232 !important;	
}

.boxback:hover {
	background-color:#f4f4f4;
}

.splitback1 {
	background-color: #013A6B;
	background-image: -webkit-linear-gradient(-30deg, #013A6B 60%, #006699 40%);
}

.splitback2 {
	background-color: #2B4A5A;
	background-image: -webkit-linear-gradient(-30deg, #2B4A5A 60%, #9AA9B1 40%);
}

.splitback3 {
	background-color: #2B4A5A;
	background-image: -webkit-linear-gradient(-30deg, #444444 60%, #D58838 40%);
}

.splitbackblack {
	background-color: #000000;
	background-image: -webkit-linear-gradient(-30deg, #000000 60%, #292929 40%);
}

.splitbackxmas {
	background-color: #882528;
	background-image: -webkit-linear-gradient(-30deg, #882528 20%, #146B3A 70%);
}

/*-------------------------------
	Header
-------------------------------*/

#header-wrapper {
	background-color: #006699;
	padding-top: 10px;
	color: #FFF;
	border-bottom: #999 solid thin;
	font-family: 'Open Sans Condensed', sans-serif;
}

#header-wrapper a {
	color: #FFF;
}

#header {
	height: 100px;
}

#header .left {
	float:left;
	width:200px;
	text-align: left;	
}

#header .right {
	float:right;
	width:200px;
	text-align: right;
}

#header .center {
	
}

.logo {
	font-family: 'Open Sans Condensed', sans-serif;	
	font-size: 28px;
	margin-top:5px;
}

.logo span {
	color:#369;	
}

#logo .logolead {
	color:#369;	
	font-size: 22px;
	color: #666;
}

#header .tel {
	font-family: 'Open Sans Condensed', sans-serif;	
	color:#134083;	
	text-align:right;
	font-size: 28px;
	margin-top: 37px;
}

#header .social {
	margin-top: 30px;
}

#header .social .btn {
	font-family: 'Open Sans Condensed', sans-serif;		
	font-size: 24px;
	/*border: thin solid #ccc;
	border-radius: 0;*/
}

#header .headlinks .btn {
	font-size:20px;	
}

#header .headlinks a:hover {
	color: #FFFF99 !important;	
}

#mainnav .headlinks  {
	margin-top: 5px;
	text-align: center;
}

#mainnav .headlinks .btn {
	color: #FFF !important;
	font-size:24px;	
	padding-left: 10px;
	padding-right: 10px;
}

#mainnav .headlinks a:hover {
	color: #FFFF99 !important;	
}

.header .flags {
	float: right;	
	width: 50%;
	text-align:right;
	font-size: 28px;
}

.header-image-overlay {
	background: rgba(0, 0, 0, 0.5);
}

.header-padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

header h1 {
	margin-top: 0;
	font-size: 50px;	
}

/*-------------------------------
	Sections
-------------------------------*/

.stripe section:nth-of-type(odd) {background: #fff;}

.stripe_inverse section:nth-of-type(even) {background: #fff;}

.lightback { 
	background-color: #EDEFF3 !important; 
	/*padding: 40px 15px 20px;
	background: #FAFAFA none repeat scroll 0% 0%;*/
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);	
}

#welcome {
	background-color: #FFF;	
}

#different {
	background-color: #FFF;	
}

#aftercaresec {
	background-color: #FFF;	
}

#warranty {
	background-color: #FFF;	
}

#testimonials {
	background: #FFF;
}

#blogos {
	border-top: solid thin #ccc;	
}

#blogos img {
	max-width: 100%;
}

.white{
	background-color: #FFF;	
}

/*-------------------------------
	Boxes
-------------------------------*/

/*Green*/
#order-premium_comparison .price-table-container .green .top-head {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #029546 0%, #016528 100%) repeat scroll 0 0;
}

#order-premium_comparison .price-table-container .green .order-button, #order-premium_comparison .price-table-container .green .order-button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3CBD78 0%, #07984A 100%) repeat scroll 0 0;
}

#order-premium_comparison .price-table-container .green .top-head .top-area {
    border-bottom: 1px solid #015F27;
}

#order-premium_comparison .price-table-container .green .top-head .price-area {
    border-top: 1px solid #108D46;
}

/*Red*/
#order-premium_comparison .price-table-container .red .top-head {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #930B03 0%, #630104 100%) repeat scroll 0 0;
}

#order-premium_comparison .price-table-container .red .order-button, #order-premium_comparison .price-table-container .red .order-button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #BB443D 0%, #960F08 100%) repeat scroll 0 0;
}

#order-premium_comparison .price-table-container .red .top-head .top-area {
    border-bottom: 1px solid #5E0102;
}

#order-premium_comparison .price-table-container .red .top-head .price-area {
    border-top: 1px solid #8B1411;
}

/*Turquoise*/
#order-premium_comparison .price-table-container .turquoise .top-head {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #038892 0%, #016260 100%) repeat scroll 0 0;
}

#order-premium_comparison .price-table-container .turquoise .order-button, #order-premium_comparison .price-table-container .turquoise .order-button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3CB0B9 0%, #098E97 100%) repeat scroll 0 0;
}

#order-premium_comparison .price-table-container .turquoise .top-head .top-area {
    border-bottom: 1px solid #015D5D;
}

#order-premium_comparison .price-table-container .turquoise .top-head .price-area {
    border-top: 1px solid #11858A;
}

/*-------------------------------
	Footer
-------------------------------*/

footer {
	background-color: #364769;
	text-align: center;	
	color: #eee;
	padding-top: 22px;
	padding-bottom: 12px;
}

footer a { color: #ccc; font-size: 12px; font-weight: normal;}
footer a:hover { color: #fff; }

.bluefooter a { color: #fff;}
.bluefooter a:hover { color: #fff; text-decoration: none;}

footer li {
	list-style:none;	
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

footer h3 {
	color: #eee;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	margin: 5px 0 10px 40px;	
}

#footerlogo {
	font-family: 'Open Sans Condensed', sans-serif;	
	font-size: 48px;
	margin-top:-10px;
	line-height:38px;
}

#footerlogo span {
	color:#369;	
}

#footerlogo .logolead {
	font-size: 22px;
	color: #FC0;
}

.copyrightbar {
	background-color: #222;
	text-align: center;	
	color: #eee;
	padding: 5px 0;
	/*padding-bottom: 12px;*/
}

.copyrightbar a {
	color: #ddd;
}

.bg-red {
  background-color: #f75353 !important;
}

.bg-primary {
  background-color: #006699; !important;
}

.link-white a {
	color: #eee;	
}

/*Static image header*/
.highimage
{
  position: relative;
  width: 100%; /* for IE 6 */
}

.highimage{position:relative; max-height: 400px !important; overflow:hidden;}
.highimage .image img{display: block;width: 100%;height: auto; }

.highimage .bleft {
  position: absolute;
  bottom: 20px;
  color: #fff;
  width: 100%;
}

.highimage .bleft span {
  float: left;
  clear: left;
  color: white;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 102, 153, 0.90);
  padding: 3px 10px;
  max-width:100%;
  margin-right: 30px;
}

.tright {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  width: 100%;
}

.tcenter {
  position: absolute;
  margin: auto;
  top: 20px;
  color: #fff;
  width: 70%;
}

.highimage small {
  color: #fff;
}

.highimage .tright hr, .highimage .tcenter hr {
	height: 1px; 
	width: 90%;	
	background-image: none;
	background-color: #ccc;
	margin-bottom: 10px;
}

.highimage .tright span, .highimage .tcenter span
{
  float: right;
  clear: right;
  color: white;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 102, 153, 0.90);
  padding: 3px 10px;
  white-space: nowrap;
  max-width: 500px;
}

.highimage .tright .trightprice, .highimage .tcenter .trightprice {
	color: #ffff99 !important;	
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.webhostingimage .right {
	padding-top: 50px;
	font-size: 22px;	
}

.webhostingimage .right small {
	font-size: 16px;	
}

.low1 {
  background:
    /* top, transparent */ 
    linear-gradient(
      rgba(0, 70, 140, 0.75), 
      rgba(0, 0, 0, 0.75)
    ),
    url(/images/low1.jpg);
}

.low2 {
  background:
    /* top, transparent */ 
    linear-gradient(
      rgba(0, 70, 140, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url(/images/low2.jpg);
}

.low3 {
  background:
    /* top, transparent */ 
    linear-gradient(
      rgba(0, 70, 140, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url(/images/low3.jpg);
}

.low4 {
  background:
    /* top, transparent */ 
    linear-gradient(
      rgba(0, 70, 140, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url(/images/low4.jpg);
}

.low5 {
  background:
    /* top, transparent */ 
    linear-gradient(
      rgba(0, 70, 140, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url(/images/low5.jpg);
}

.low6 {
  background:
    /* top, transparent */ 
    linear-gradient(
      rgba(0, 70, 140, 0.75),
      rgba(0, 0, 0, 0.75)
    ),
    url(/images/low6.jpg);
}

.lowimage {
	background-size:cover;
	height: 200px;
	color: #FFF;
}

.lowimage h1 {
	color: #FFF;
	padding-top: 40px;
	font-size: 56px;
	font-weight: bold;
}

.lowimage .icon {
	color: #FFF;
	padding-top: 35px;
	font-size: 120px;
}

.wrapimageleft {
	max-width: 50%;	
	margin-right: 20px;
	margin-bottom: 10px;
}

.wrapimageright {
	max-width: 50%;	
	margin-left: 20px;
	margin-bottom: 10px;
}

.rightborder {
	border-right: solid thin #eee;
	padding-right: 40px;
}

.rightborder i {
	font-size: 108px;
}

.rightborderright {
	padding-left: 40px;
}

i.large {
	font-size: 108px;
}

/*-------------------------------
	LAYOUT
-------------------------------*/

.mg-b-10 {
	margin-bottom: 10px;
}

/*-------------------------------
	RESPONSIVE
-------------------------------*/

@media (min-width: 1200px) {

}

@media (min-width: 992px) and (max-width: 1200px) { 
	#mainnav .navbar-nav > li > a {
		padding-left: 8px;	
		padding-right: 8px;	
	}

}

@media (min-width: 991px) {
	
	#mainnav {
		max-height: 52px;
	}
	
}

@media (max-width: 1024px) {
	#mainnav .navbar-nav > li > a {
		font-size: 21px;
	}
}

@media (min-width: 768px) and (max-width: 991px) { 
	.eubutton b {
		font-size:16px !important;	
	}
	.eubutton span {
		margin-left: 0 !important;	
	}
	#mainnav .navbar-nav > li > a {
		padding-left: 5px;	
		padding-right: 5px;	
	}
	#submenu .navbar-nav > li > a {
		padding-left: 6px;	
		padding-right: 6px;	
	}	
	#header .headlinks .btn {
	font-size:18px;	
	}
}

@media(max-width:767px) {
	.text-left, .text-right {
         text-align: center;
     }
	.navbar-brand {
		padding-top:8px;
	}
	body {
        padding-top: 0px;
    }
	
	#mainnav .navbar-nav {
    width:100%;
	} 
	
	#mainnav .navbar-header {
	min-height: 60px;	} 

	.navbar-brand img{
	max-height:45px;
	}
	
	.navbar-toggle {
		background-color: #334F89;	
		color: #FFF;
		margin-top:14px;
	}
	
	#main-menu .navbar-toggle span {
		background-color: #000 !important;
	}
	
	#mainnav, #main-menu {
		position: fixed;
		width: 100%;
	}
	
	.navbar-collapse {
		text-align: center;	
	}
	
	.navbar-collapse .dropdown-menu {
		text-align: center;
	}
	
	#membersmenutext {
		margin-top:12px;
	}
	
	.wrapimageleft, .wrapimageright {
	max-width: 100%;	
	margin: 0 0 10px 0;
	}
	
	.rightimage {
	float: none !important;
	margin: 0 auto;
	}
	
}

@media(max-width:480px) {
	.table-responsive:before {
    padding: 2px 5px;
    content: "Swipe left to see more";
    color: #fff;
    background: rgba(32,64,81,0.95);
	}	
	
	.tright {
  		position: absolute;
  		top: -10px;
  		right: 0px;
  		color: #fff;
  		width: 100%;
}

}

@media(min-width:768px) {
	.contentimage {
		max-width: 445px;
		height: auto;
	}
	#mainnav .navbar-nav > li {
    float: none;
    display: inline-block;
    }
}

.bg-light {
	background-color: #D0D8E8;	
}

a.anchor {
    display: block;
    position: relative;
    top: -103px;
    visibility: hidden;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}


/*Animate Mobile Nav Button*/

.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

/*REPLACEMENTS HERE*/

#mainnav .navbar {
	background-color: #3B4881;
	
}

footer {
	background-color: #333;
}

#header .social {
	margin-top: 5px;
	margin-right: -12px;
}

#header .tel {
	margin-top: 25px;
}

#header .title {
	font-family: 'Cabin Condensed', sans-serif;	
	margin-top: 30px;
	font-size: 24px;
	color: #134083;
	line-height: 30px;
	letter-spacing: 1px;
}

/* Cookie Bar */
#cookiebar {
	padding-top: 10px;
	position: fixed;
	bottom: 0;
	width:100%;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	z-index:99;	
}

#cookiebar a {
	color: #97A9D4;
}

/*Members*/
.popover-user-notifications, .login-popover {
	z-index: 99999;	
}

.products footer {
	background: none;	
	color: #333 !important;
}

.spotlight-tld { line-height: 28px }
.spotlight-tld > div { line-height: 15px }

.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
    background-color: #006687;
    border-color: #006687;
}

.certificate-options h3 { color: #FFF }

.features .feature h4 { padding-top:20px !important; }

#header .filler {
	font-size:30px;
	float:left;
	width:350px;
	text-align: center;
	color: #ffff99;
	line-height: 35px;
	padding-top:10px;
}

.alert-white {
    background-color: #fff;
    border-color: #ccc;
}

/*Whitebox*/
.whitebox {
	padding:3px 5px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,.1);
	box-shadow: 0 2px 15px #0000001a;
	border-radius: 10px;
	background: #fff;
	
}

.featurelist .whitebox {
	height: 100%;
}

.featurelist .whitebox ul {
	list-style: none;
}

.featurelist .whitebox ul li:before {    
	font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
    color: rgba(32,64,81,0.95);
}

.packages .whitebox ul {
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: 0;
}

.packages .whitebox li {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	list-style-type: none;
}

.packages a.getstarted {
  margin: 15px 0;
}

.packages .gold {
	border-top: 3px solid #f0ad4e;
	border-bottom: 3px solid #f0ad4e;
}

.packages .gold a.getstarted {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.packages .green {
  border-top: 3px solid #5cb85c;
  border-bottom: 3px solid #5cb85c;
}

.packages .green a.getstarted {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.packages .red {
	border-top: 3px solid #d9534f;
	border-bottom: 3px solid #d9534f;
}

.packages .red a.getstarted {
	background-color: #d9534f;
	border-color: #d9534f;
}

.packages .blue {
  border-top: 3px solid #5bc0de;
  border-bottom: 3px solid #5bc0de;
}

.packages .blue a.getstarted {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.packages .orange {
	border-top: 3px solid #ff6600;
	border-bottom: 3px solid #ff6600;
}

.packages .orange a.getstarted {
	background-color: #ff6600;
	border-color: #ff6600;
}

.packages .pink {
  border-top: 3px solid #e671b8;
  border-bottom: 3px solid #e671b8;
}

.packages .pink a.getstarted {
	background-color: #e671b8;
	border-color: #e671b8;
}

.packages .purple {
	border-top: 3px solid #7b4f9d;
	border-bottom: 3px solid #7b4f9d;
}

.packages .purple a.getstarted {
	background-color: #7b4f9d;
	border-color: #7b4f9d;
}

.packages .lime {
  border-top: 3px solid #8cbf26;
  border-bottom: 3px solid #8cbf26;
}

.packages .lime a.getstarted {
	background-color: #8cbf26;
	border-color: #8cbf26;
}

.packages .magenta {
	border-top: 3px solid #ff0097;
	border-bottom: 3px solid #ff0097;
}

.packages .magenta a.getstarted {
	background-color: #ff0097;
	border-color: #ff0097;
}

.packages .teal {
	border-top: 3px solid #00aba9;
	border-bottom: 3px solid #00aba9;
}

.packages .teal a.getstarted {
	background-color: #00aba9;
	border-color: #00aba9;
}

.packages .turquoise {
  border-top: 3px solid #1abc9c;
  border-bottom: 3px solid #1abc9c;
}

.packages .turquoise a.getstarted {
	background-color: #1abc9c;
	border-color: #1abc9c;
}

.packages .emerald {
	border-top: 3px solid #2ecc71;
	border-bottom: 3px solid #2ecc71;
}

.packages .emerald a.getstarted {
	background-color: #2ecc71;
	border-color: #2ecc71;
}

.packages .amethyst {
  border-top: 3px solid #9b59b6;
  border-bottom: 3px solid #9b59b6;
}

.packages .amethyst a.getstarted {
	background-color: #9b59b6;
	border-color: #9b59b6;
}

.packages .wet-asphalt {
	border-top: 3px solid #004258;
	border-bottom: 3px solid #004258;
}

.packages .wet-asphalt a.getstarted {
	background-color: #004258;
	border-color: #004258;
}

.packages .midnight-blue {
  border-top: 3px solid #2c3e50;
  border-bottom: 3px solid #2c3e50;
}

.packages .midnight-blue a.getstarted {
	background-color: #2c3e50;
	border-color: #2c3e50;
}

.packages .sun-flower {
	border-top: 3px solid #f1c40f;
	border-bottom: 3px solid #f1c40f;
}

.packages .sun-flower a.getstarted {
	background-color: #f1c40f;
	border-color: #f1c40f;
}

.packages .pomegranate {
  border-top: 3px solid #c0392b;
  border-bottom: 3px solid #c0392b;
}

.packages .pomegranate a.getstarted {
	background-color: #c0392b;
	border-color: #c0392b;
}

.packages .silver {
	border-top: 3px solid #bdc3c7;
	border-bottom: 3px solid #bdc3c7;
}

.packages .silver a.getstarted {
	background-color: #bdc3c7;
	border-color: #bdc3c7;
}


.packages .asbestos {
	border-top: 3px solid #7f8c8d;
	border-bottom: 3px solid #7f8c8d;
}

.packages .asbestos a.getstarted {
	background-color: #7f8c8d;
	border-color: #7f8c8d;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
