html, body {
  line-height: 1.4;
  height: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #232323;
  font-size: 11pt;
  background: none; }

html {
  background: url(../images/blue-gradient.png) no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px; }
  
@media screen and (max-width: 375px) {
  .container {
    padding-left:0;
	padding-right:0; }
}

/*a:link,*/
a:hover,
a:active,
a:focus
a:visited, {
  color: #0086f3;
  text-decoration: none; }

a.btn-primary {
  text-decoration: none;
  color: #fff;
  background: #36a0ec;
  border-color: #36a0ec; }
  
h1 {
  font-size: 3em;
  color: #000;
  clear: both; }

h2, h3 {
  font-size: 24px;
  color: #000;
  clear: both; }
  
hr {
	border-top: 1px dashed #666;
}

#canvas-anim {
  display: none;
  border: 0;
  position: absolute;
  bottom: 0; }
  
@media screen and (min-width: 481px) {
  #canvas-anim {
    display: block;
    position: fixed;
    left: 0px;
    right: 0;
    bottom: 55px;
    width: 100%; }

  #toggle-background {
    display: block; }

  .main-footer .company-logo {
    display: block; } }
@media screen and (max-height: 900px) {
  /*#canvas-anim      { display:none; }*/ }
@media screen and (min-width: 981px) {
  .wrapper {
    padding: 0;
    width: 960px; }
  .container {
    width: 960px; } }
	
	.pricebox {
		width:100%;
		background: #ffffff;
		padding: 3px 7px 7px 7px;
		margin-left:auto;
		margin-right:auto;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
		border: 1px solid #ccc;
	}

.ul-tick {
    list-style-image: url('../images/tick.png');
	margin-left: 25px;
	padding-left: 0px;
	font-size:16px;
	line-height: 28px;
}


/* Header */
header {
  background-color: #232323;
  z-index: 1;
  width: 100%;
  height: 70px;
  position: relative;
  color: #fff;
  font-size: 10pt; }
  
.logo {
	width:240px;
}
@media screen and (max-width: 375px) {
  .logo {
	max-width:200px;
	padding-top:2px;
}}

/* Navbar */ 
.navbar-inverse
{
  border:none;
}
.navbar-right
{
	margin-top:10px;
}
.navbar-toggle
{
	margin-top:18px;
	background:#000;
}


/* Company logo */

.company-logo {
	display: inline-block;
	background-image: url(../images/1066-internet.jpg);
	background-size: cover;
	text-indent: 5000px;
	width: 140px;
	height: 27px;
	overflow: hidden;
}


.navbar-inverse
{
  background-color: #222222;
  border-top-color: #080808;
  border-right-color: #080808;
  border-bottom-color: #080808;
  border-left-color: #080808;
}

/* FOOTER
----------------------------------------------------------------------------------------------------------------------------- */
.main-footer {
  color: #fff;
  background-color: #232323;
  width: 100%;
  padding: 8px 0;
  position: fixed;
  bottom: 0; }

.main-footer dt {
  display: inline; }

.main-footer dt:after {
  content: ": "; }

.main-footer dd {
  display: inline;
  font-weight: bold; }

.main-footer dd:after {
  content: " | "; }

.main-footer dd:last-child:after {
  content: ""; }

.main-footer .company-logo {
  margin-top: 10px; }

#footer-notice {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #A3A4A7; }

/* FOOTER NAV
----------------------------------------------------------------------------------------------------------------------------- */
.nav--footer > li {
  display: block;
  float: left;
  font-size:12px; }

.nav--footer > li a {
  padding: 10px 5px; }

.nav--footer > li a:focus,
.nav--footer > li a:hover {
  background:#000;
  color: #fff; }

@media screen and (max-width: 767px) {
  .company-logo-container {
    display: none; }

  .language-container {
    float: right !important; } }
@media screen and (min-width: 481px) {
  .main-footer .company-logo {
    /*width:136px; height:33px; margin-top:5px*/ }

  .nav--footer > li a {
    padding: 10px 15px; } }
@media screen and (min-width: 981px) {
  .nav--footer {
    margin-left: -15px;
    margin-right: 10px; }

  .social-icon {
    margin: 8px 8px 0 0; } }
@media screen and (max-height: 460px) {
  .main-footer {
    display: none; } }



/* ==========================================================================
Specific layouts
========================================================================== */

.main-title {
  color: white;
  text-align: center;
  font-size: 2em;
  font-weight: 400; }

.testbox {
  position: relative;
  margin: 20px auto 20px;
  text-align: center;
  width: 80%;
  height: 70px; }

.testbox input[type='text'] {
  vertical-align: middle; }

.testbox input[type='submit'] {
  transition: color 500ms, background 500ms;
  width: 150px; }

.testbox input[type='submit']:hover {
  background-color: #fff;
  color: #232323; }

.testbox #inputOverlay {
  color: #fff; }

.testbox ul.errors {
  float: left;
  font-weight: 600;
  font-size: 10pt;
  color: #fff;
  background-image: url(../../theme/nibblersimple/templatefiles/formerrorarrowup.png);
  margin: 0;
  padding: 6px 0 0;
  background-repeat: no-repeat;
  background-position: 10px 0;
  margin-bottom: 10px;
  list-style: none; }

.testbox ul.errors li {
  background-color: #f61e00;
  padding: 3px 5px 3px;
  margin: 0;
  list-style: none; }

.testbox #keywordsOverlay {
  display: inline-block;
  text-align: left;
  position: absolute;
  padding-top: 25px;
  width: 350px;
  font-size: 12pt;
  color: #CCCCCC; }

.testbox #keywordsOverlay p {
  cursor: text;
  height: 30px;
  margin-left: 10px; }

.testbox form #sacontainer {
  clear: both;
  display: block; }

.testbox .searchinfo ul.errors {
  margin-top: -30px; }

.strapline {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center; }

@media screen and (max-width: 480px) {
  .testbox #inputOverlay {
    display: none !important; } }
@media screen and (min-width: 481px) {
  .testbox #inputOverlay {
    display: block;
    text-align: center;
    position: absolute;
    top: 4px;
    padding-top: 3px;
    font-size: 1em;
    color: #CCCCCC; }

  .testbox #inputOverlay p {
    cursor: text;
    height: 30px;
    margin-left: 60px; }

  .strapline {
    font-size: 1.5em; } }
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 5em;
    margin-top: 66px; }

  .testbox .form-group {
    float: left; }

  .testbox input[type='submit'] {
    float: right; } }

/* Testbox exception for mobile */
@media screen and (max-width: 768px) {
  .testbox input[type='submit'] {
    background-color: #232323; }

  .testbox input[type='submit']:hover {
    background-color: #3276b1;
    color: #fff; } }
@media screen and (min-width: 768px) {
  .testbox {
    width: 520px;
    background-color: #373737;
    padding: 18px;
    border-radius: 6px;
    text-align: left; }

  .testbox input[type='text'] {
    vertical-align: middle;
    width: 300px; }

  .testbox input[type='submit'] {
    margin-left: 12px;
    width: 69px; }

  .testbox #inputOverlay {
    top: 20px;
    font-size: 1.15em;
    width: 400px; } }

/* Results Table*/
.mytable>tbody>tr>td, .mytable>tbody>tr>th, .mytable>tfoot>tr>td, .mytable>tfoot>tr>th, .mytable>thead>tr>td, .mytable>thead>tr>th {
    padding: 5px 10px 5px 10px;
}
.topcell {
	background:#666;
	color:#fff;
}