/* GLOBAL STYLES  */

@font-face {
font-family: 'open_sans';
src: url("../fonts/subset-OpenSans-Semibold.eot");
src: url("../fonts/subset-OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-OpenSans-Semibold.woff2") format("woff2"), url("../fonts/subset-OpenSans-Semibold.woff") format("woff"), url("../fonts/subset-OpenSans-Semibold.ttf") format("truetype"), url("../fonts/subset-OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
font-weight: 800;
font-style: normal; }
@font-face {
font-family: 'open_sans';
src: url("../fonts/subset-OpenSans-Light.eot");
src: url("../fonts/subset-OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-OpenSans-Light.woff2") format("woff2"), url("../fonts/subset-OpenSans-Light.woff") format("woff"), url("../fonts/subset-OpenSans-Light.ttf") format("truetype"), url("../fonts/subset-OpenSans-Light.svg#OpenSans-Light") format("svg");
font-weight: 200;
font-style: normal; }
@font-face {
font-family: 'open_sans';
src: url("../fonts/subset-OpenSans.eot");
src: url("../fonts/subset-OpenSans.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-OpenSans.woff2") format("woff2"), url("../fonts/subset-OpenSans.woff") format("woff"), url("../fonts/subset-OpenSans.ttf") format("truetype"), url("../fonts/subset-OpenSans.svg#OpenSans") format("svg");
font-weight: 500;
font-style: normal; } 

/*-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html{
background: url("../images/body-bg.jpg") repeat-x  center top #f1f2f2;
}
body {
  background: url("../images/page-bg.jpg") no-repeat  center top;
  padding-bottom: 40px;
  color: #5a5a5a;
}

.jumbotron{
background-color: rgba(255,255,255,0.4);
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  /*background-color: #777;  */
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

h1, h2, h3, h4{
font-family: "open_sans";
}
.page-header{
color: #fff;
}
.jumbotron {
    background: none;
    color: #fff;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
  color: #00aff0;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
  .logo{
  width: 80px;}

@media (max-width: 460px) {

  .logo{
  width: 40px;}
  
  }

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
table {
	border-collapse: separate;
	margin: 30px auto;
	/*  border-spacing: 0 5px;  */
}
.w350
{
	width: 350px !important;
}
thead th {
	/* background-color: #d9edf7; */
	background:rgb(26,112,169);
	color:#fff;
	font-weight: normal;
	text-align: center;
}

tbody td {
	background-color: #f5f5f5;
	text-align: center;  
}

tr td:first-child,
tr th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

tr td:last-child,
tr th:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.hid{
	display: none;
}
.label{
	font-weight: bold;
	color: #fff;
}
.xxl
{
	font-size: 140%;
}
.select2-selection__rendered
{
	text-align: left;
}
.w33
{
	width: 33.33% !important;
	float: left;
	padding: 0 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
	height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
	line-height: 34px !important;
    font-weight: bold;
}
body
{
	padding-bottom: 0 !important;
}

@media (max-height: 768px) {
	.jumbotron
	{
		padding-top: 0;
		padding-bottom: 2px;
		margin-bottom: 15px !important;
	}
	.table 
	{
		margin-bottom: 0 !important;
		margin-top: 5px !important;
	}
	.navbar-wrapper
	{
		margin-top: 5px !important;
	}
	body
	{
		font-size: 12px;
	}
	td
	{
		padding: 7px !important;
	}
	.logo
	{
		width: 60px !important;
	}
}

@media (min-height: 768px) {
	.jumbotron
	{
		margin-bottom: 0 !important;
		padding-bottom: 30px !important; 
		padding-top: 30px !important; 
	}
}

@media (min-height: 1050px) {
	.jumbotron
	{
		margin-bottom: 30px !important;
		padding-bottom: 48px !important; 
		padding-top: 48px !important; 
	}
}
#vatCalc
{
	background: #fff2d9;
	border-radius: 3px;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 8px;
	font-size: 12px;
	border: 1px solid #FFDE9F;
}
#vatCalc input
{
	width: 44px;
	padding: 3px;
	border: 1px solid #FFDE9F;
	border-radius: 2px;
	
}
#vatRate
{
	width: 24px !important;
}
.err
{
	background: #ff3333;
}

#vatCalc2{
	background: #fff2d9;
	border-radius: 3px;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 8px;
	font-size: 12px;
	border: 1px solid #FFDE9F;
}
#vatCalc2 input{

width: 42px;}
#freeDataSpan{
font-size: 110%;
font-weight: bold;
}
#serviceAvailabilitySpan
{
	font-size:14px;
	color: yellow;
}