/*
Author: Webfroth
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');

/* Cool little hack to hide mobile menu before JS runs. #mm-menu ID is hidden until JS runs and adds .mm-menu Class */
#mm-menu:not(.mm-menu) {display:none}

@media print {
	body {background:#fff;}
}

/* Default Style
--------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html {
  background: #393939;
}

body {
  overflow-x:hidden;
  font:300 16px/30px 'Open Sans', sans-serif;
  color: #454545;
  background: #fff;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
  padding: 10px 5px 5px 47px;
  margin: 5px 0;
  border-radius: 7px;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

hr {
  height:1px;
  background: #E8E8E8;
  margin: 7px 0;
  border: none;
  clear: both;
  float: none;
  width: 100%;
}

input, select {
  vertical-align:middle;
}

input.form-submit {
    -webkit-appearance: none;
}

select {
  border-radius: 4px;
  border: 1px solid #ACACAC;
  padding: 3px 4px;
}

.remove-margin {
  margin-right: 0 !important;
}

fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.4615em;
  padding: 1.5385em;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%!important;
  background: #ececec;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #fff;
  padding-right: 1em;
  text-align: left;
}

th {
  background: #393939;
  padding: 10px;
  color:#fff;
}

th a {color:#fff;}

td {
  background: #f8f8f8;
  color: #666;
  text-align: left;
  padding: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}


tr.even, tr.odd {
	border-bottom-color: #fff
}

td.active {
  background:#eee;
}

td a {color: #18a8a4;}

.intro {
	background:#f1f1f1 url("images/info.png") no-repeat top 20px left 20px;
	padding:15px 20px 5px 60px;
	border-radius:10px;
	border:1px solid #ddd;
}

.mastercontainer {
	overflow:hidden;
	position:relative;
}

a {
  text-decoration: none;
  color: #18a8a4;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #5a5a5a;
}

#admin-menu .dropdown .admin-menu-toolbar-category > a:hover {
  background: #6492c1;
}

p {
  margin: 0 0 0.8em;
}

.submitted,
#block-views-all-content-block-2 {
	font-style:italic;
	color:#aaa;
	display:block;
	border-top:3px solid #5691cf;
	padding-top:10px;
}

.submitted {
	margin-bottom:20px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul, ol {
  padding-left:20px;
  padding-bottom:20px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#mobilemenuicon {
    width: 43px;
    z-index: 100;
    color: #fff;
    font: normal 46px 'Open Sans', sans-serif;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    line-height: 40px;
    height: 34px;
}

#mobilemenuicon:focus {
    outline: none;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0px 0px 10px 0px;
  font-weight: 400;
  }

h1 {
	font-size: 26px;
	line-height: 30px;
}	

.page-title {
	color:#393939;
	font-weight:bold;
	line-height:40px;
	font-size:30px;
}
	
h2 {
	font-size: 21px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}

.field-name-body h2 {
  color:#5691cf;
}

#wrapper {
  margin: 0px auto;
}

#content-contain {
  padding: 40px 0px;
}

#head {
  float: left;
  width: 100%;
  position:relative;
}

#headright {
  float:right;
}

#header {
	background:#5898db url("images/header-bg.png") no-repeat top left;
	overflow:hidden;
	min-height:50px;
}

.front #header:before {
	content:"";
	width:100%;
	height:100%;
	max-height:700px;
	position:absolute;
	top::0px;
	right:0px;
	background: -moz-linear-gradient(45deg, rgba(40,201,153,0) 50%, rgba(55,198,159,0) 64%, rgba(64,196,163,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(40,201,153,0) 50%,rgba(55,198,159,0) 64%,rgba(64,196,163,1) 100%);
	background: linear-gradient(45deg, rgba(40,201,153,0) 50%,rgba(55,198,159,0) 64%,rgba(64,196,163,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0028c999', endColorstr='#40c4a3',GradientType=1 );
	z-index:0;
	opacity:0.4
}

#header .block {
	z-index:2;
	position:relative;
}


#headerone {
	overflow:hidden;
}

#navigation {
  margin: 0px auto;
}

.mainmenu {
	z-index:1;
}

#main-menu {
  clear: both;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  float: right;
}

#main-menu ul {
  padding: 0;
}

#main-menu ul ul {
  float: left;
  padding:0;
}

#main-menu li {
  display:inline-block;
  list-style-type: none;
}

#main-menu li li {
  border:none;
}

#main-menu li a {
  display: block;
  position: relative;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #ffffff;
  line-height: 30px;
  margin: 0px;
  padding-left:30px;
  margin-top:10px;
  font-size:15px;
}

#main-menu > ul.menu > li > a:hover,
#main-menu > ul.menu > li > a:active {
  color: #ffffff;
}

#main-menu li a .sf-sub-indicator {
  display: block;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
}

#main-menu li li a,
#main-menu li li a:link,
#main-menu li li a:visited {
  border-top-width: 0;
  background: #fff;
  color: #000;
  font-size: 13px;
  padding: 10px 10px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 17px;
  width: 160px;
  text-align: left;
}

#main-menu li li a:hover,
#main-menu li li a:active {
  color: #fff;
  text-shadow:none;
  padding: 10px;
  background: #393939;
}

#main-menu li ul {
  height: auto;
  padding: 4px;
  left: -9999px;
  margin: 0 0 0 -10px;
  position: absolute;
  width: 160px;
  z-index: 9999;
}

#main-menu li ul a {
  width: 160px;
}

#main-menu li ul ul {
  margin: -38px 0 0 160px;
}

#main-menu li:hover>ul,
#main-menu li.sfHover ul {
  left: auto;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}

#main-menu ul.menu li {
  margin: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#main-menu li ul li.expanded li a {
	left: 20px;
	margin-top: -3px;
}

.node {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sidebar .block > h2 {
	font-size:25px;
	margin-top:30px;
}

.sidebar .block > h2:after {
	content:"";
	display:block;
	height:5px;
	width:40px;
	background:#ddd;
	margin:10px 0;
}

.sidebar #block-views-all-content-block-4 .views-row {
	padding:20px 0;
	border-bottom:1px solid #eee;
}

.sidebar #block-views-all-content-block-4 .views-row .views-field-title {
	font-weight:bold;
	line-height:24px;
}

.field-name-body img {
	height:auto;
}

.inserted {
	padding-top:10px;
}

.inserted.img-left {
	padding:20px;
	padding-left:0px;
}

.inserted.img-right {
	padding:20px;
	padding-right:0px;
}

.block{
	margin-bottom:0px;
}

/* user page block */
#block-boothbook-custom-subscription .content,
#block-block-15 .content {
	background:#f8f8f8;
	padding:20px;
	margin-bottom:20px;
}

#block-block-15 .content li a {
	font-weight:bold;
}

/* Header tag line */
#block-block-9 .content {
	text-align:center;
	color:#fff;
	font-size:36px;
	padding:90px 0 30px 0;
}

#block-block-9 .content span {
	font-weight:600;
}

/* Front quote */
#block-block-11.block {
	position:absolute;
}

#block-block-11 .content {
	color:#fff;
	font-style:italic;
}

#block-block-11 .content span {
	font-style:normal;
	font-size:14px;
	display:block;
	text-align:right;
}

/* logos */
#block-block-10 .content {
	font-size:20px;
	padding:40px 0 20px 0;
	text-align:center;
	overflow:hidden;
}

#block-block-10 .content span {
	font-weight:600;
}

#block-block-10 .content .customer {
	float:left;
	width:20%;
}

#block-block-10 .content .customer img {
	width:100%;
	height:auto;
}

/* why book booth */
#block-block-12 {
	background: rgb(81,148,218);
	background: -moz-linear-gradient(45deg,  rgba(81,148,218,1) 70%, rgba(81,182,203,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(81,148,218,1) 70%,rgba(81,182,203,1) 100%);
	background: linear-gradient(45deg,  rgba(81,148,218,1) 70%,rgba(81,182,203,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5194da', endColorstr='#51b6cb',GradientType=1 );
}

#block-block-12 .content {
	padding:80px 0 40px 0;
	color:#fff;
	font-size:17px;
}

#block-block-12 .content h2 {
	font-size:35px;
	text-align:center;
	padding-bottom:70px;
}
#block-block-12 .content span {
	font-weight:600;
}

#block-block-12 .content ul {
	list-style:none;
}

#block-block-12 .content ul li {
	padding-left:200px;
	background:url("images/tick.png") no-repeat;
	min-height:160px;
}

#block-block-12 .content ul li h3 {
	font-size:30px;
}

/* Just a few of our features */
#block-block-13 .content {
	font-size:14px;
}

#block-block-13 .content h2 {
	text-align:center;
	font-size:30px;
	padding-top:60px;
	padding-bottom:40px;
}

#block-block-13 .content span {
	font-weight:600;
}

#block-block-13 .content .feature {
	float:left;
	width:20%;
	text-align:center;
}

#block-block-13 .content .feature img {
	width:94%;
	padding:0 3%;
}

#block-block-13 .content .feature h3 {
	font-weight:600;
}

#block-block-13 .content .feature p {
	padding:0 10px;
}

/* Slideshow */

#block-views-slideshow-block {
	position:absolute;
	bottom:0px;
}

#block-views-slideshow-block .view-slideshow {
	background:url("images/ipad.png") no-repeat;
}


/* Get started Page */

li.big-list h3 {
	font-size:30px;
	line-height:40px;
	color:#5693d2;
}

li.big-list {
	padding:20px 0 20px 0;
}

/* login and register */

.not-logged-in.page-user .page-title {
	display:none;
}

.toboggan-unified #login-links {
  text-align: center;
}

.toboggan-unified #login-links a, 
.toboggan-unified #login-links a.active,
.toboggan-unified #login-links a.lt-active,
.toboggan-unified #login-links a.lt-active:hover {
  background:none;
  border:1px solid #aaa;
  color:#393939;
  width:40%;
  display:inline-block;
  padding:15px 0;
  margin:20px 0 0 0;
  box-sizing: border-box;
  line-height:30px;
}

.toboggan-unified #login-links a.lt-active,
.toboggan-unified #login-links a.lt-active:hover {
	background:#548fcc;
	color:#fff;
	border:1px solid #fff;
}

body .messages {
  border:none;
  margin:0 0 20px 0;
}

body div.warning {
  background-color: #fffecb;
  color: #ff9421;
}

body div.warning a {
  color: #0074bd;
}

body div.error {
  background-color: #ffdddd;
  color: #c70000;
}

body div.error a {
  color: #0074bd;
}

body div.status {
  background-color: #d6ffcb;
  color: #1a7000;
}

body div.status a {
  color: #0074bd;
}

/*-------------------------------------------*
/* Flexslider
/*-------------------------------------------*/

.flexslider {
	padding:0px;
	margin:0px;
	border:0px;
	background:none;
	position:relative;
}

.flexslider .slides > li {
	display: block;
}

.flex-direction-nav {
	z-index: 3;
}

.flexslider .flex-direction-nav a {
	text-indent: -99999px;
	color: transparent;
	text-shadow: none;
	height: 52px;
	width: 18px;
	background: url("images/arrow.png") no-repeat center;
	margin: -26px 0 0 0;
}

.flexslider a.flex-prev {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.form-submit{
  padding: 8px 20px;
  border:none;
  box-shadow:none;
  color: #454545;
  cursor:pointer;
  border-radius: 4px;
  border:1px solid #aaa;
  font-size: 16px;
  font-weight: 300;
  margin-right: 5px;
  display:inline-block;
}

.form-submit:hover {
    color: #5693d2;
    border:1px solid #5692d1;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text, textarea {
  padding: 6px 5px;
  width:96%;
  width: calc(100% - 10px);
  max-width:400px;
  font-family:"Arial";
}

.form-text, textarea, select {
  border: 1px solid #cecece;
  padding:10px;
  border-radius:5px;
}

textarea {max-width:100%;}


/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/

.item-list .pager li {
  border-radius: 3px;
  margin-right: 4px;
  font-size: 16px
}

.credit a {
    color: #FFF;
}

/*-------------------------------------------*
/* Prmary Tabs
/*-------------------------------------------*/

ul.primary li a {
  color: #22283a;
  border:none;
  padding:3px 10px;
  border:1px solid #aaa;
  border-bottom:none;
  border-radius:5px 5px 0 0;
}

ul.primary li a.active {
	pointer-events:none
}

.tabs-wrapper {
	margin-bottom: 10px;
	z-index: 4;
}

.tabs-wrapper ul.primary {
	/* border-bottom: none; */
	padding:0 0 3px 10px;
}

/* Footer */

#bottom {
	background: #393939;
	color: #eee;
	padding: 30px 0;
}

#copyright {color: #ccc;font-size:10px;}
#copyright .credit {width:100%;text-align:center;padding-top: 10px;}
#copyright a {color: #fff;}
#copyright a:hover {color: #18a8a4;}

#bottom {
	background:#393939;
}

#bottom .content a {
	color: #fff;
	font-weight: 700;
}

#bottom .content a:hover {
	color: #18a8a4;
}

#bottom h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing:2px;
	margin-bottom: 30px;
	font-weight: 300;
	text-align: center;
}

#bottom .phone {
	margin-bottom:10px
}

#bottom h2:after {
	width: 37px;
	height: 1px;
}

#bottom .block {
	margin-bottom: 0px;
}

#block-views-all-content-block-3 {
	text-align:center!important;
	padding-bottom:50px;
}

#block-views-all-content-block-3 .views-field-title {
	font-size:20px;
	line-height:30px;
	padding-top:40px;
	background:url("images/folded-newspaper.png") no-repeat center top;
}

#block-views-all-content-block-3 .views-field-created {
	color:#ddd;
	font-weight:300;
	font-style:italic;
	padding:10px;
}

#bottom .block .content {color: #989898;font-weight: 700;padding-left: 12px;}

#bottom .block .content li {list-style-image: none;list-style-type: disc;color: #fff;}

#bottom ul {
	padding-left: 0px;
}

/* Sidebar Images */

#block-views-sidebar-images-block {
	margin: 20px 0px;
}

#block-views-sidebar-images-block .views-field-field-sidebar-image {
	margin-bottom: 10px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #777;
}
:-moz-placeholder { /* Firefox 18- */
   color:#777;
}


div.password-confirm,
.password-strength {display:none}

.confirm-parent, .password-parent {width:100%;}


/* Pricing */

.page-node-153 table td {
	position:relative;
	text-align:center;
	width:25%;
}

.page-node-153 .page-title {
	text-align:center;
}

.page-node-153 table tr:first-child td {
	font-weight:bold;
	background:#d1e7ff;
}

.page-node-153 .specialoffer {
	display:none
}

.page-node-153 table tr:first-child td:first-child,
.page-node-153 table tr:last-child td:first-child {
	background:#fff;
	color:#67b652;
}

.page-node-153 table .blue {
	font-weight:bold;
	color:#669bd3;
}

.page-node-153 table tr:nth-of-type(2) td:first-child {
	color:#666666;
	font-size:1em;
}

.page-node-153 table td:first-child {
	font-weight:bold;
	background:#efefef;
}

.page-node-153 table td .form-submit {
	background:#57af40;
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	opacity:0.9;
}

.page-node-153 table td .form-submit:hover {
	opacity:1
}

span.now {
	font-size:60px;
	padding:20px 0 0 20px;
	display:block;
	color: #67b652;
	font-weight:bold;
}
span.now .vat {
	font-size:15px;
}

#bubbles {
	margin-top:100px;
}

#bubbles h3 {
	display:block;
	float:left;
	width:100%;
	margin:30px 0;
}

#bubbles .bubble {
	float:left;
	padding:0 10px;
	box-sizing:border-box;
	margin-bottom:20px;
}

#bubbles .bubble-half {
	width:50%;
}

#bubbles .bubble-third {
	width:33%;
}

#bubbles .bubble h2,
#bubbles .bubble h4 {
	display:block;
	background:#669bd3;
	padding:10px 20px;
	color:#fff;
	margin:0px;
	border-radius:10px 10px 0 0;
}

#bubbles .bubble p {
	display:block;
	background:#f8f8f8;
	font-size:14px;
	padding:10px 20px;
	border-radius:0 0 10px 10px;
	min-height:240px;
}

.field-name-body iframe {
	max-width:100%;
	max-height:543px;
}