/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }



/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
 
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  text-rendering: optimizeLegibility; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
a,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
a,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
a,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
a[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -mox-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
a::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }


/* --- Fancybox --- */

#fancybox-bg-n, #fancybox-bg-ne, #fancybox-bg-e, #fancybox-bg-se, #fancybox-bg-s, #fancybox-bg-sw, #fancybox-bg-w, #fancybox-bg-nw {
  background-image: none !important;
  height: 0 !important;
  width: 0 !important;
}

#fancybox-overlay {
  background-color: rgb(0, 0, 0) !important;
  opacity: 0.65 !important;
}

#fancybox-outer {
  width: 105%;
  height: auto;
}



.login-wrapper, .callback-wrapper, .booking-wrapper, .refer-wrapper,.terms-wrapper,.postcode-wrapper {
  padding: 20px;
  width: 100%;
}

.login, .callback, .booking-form, .refer, .terms {
  width: 100%;
}

.login-wrapper h3, .callback-wrapper h3, .booking-wrapper h3, .refer-wrapper h3 , .terms-wrapper h3, .postcode-wrapper h3 {
  padding-top: 0;
  margin-top: 0;
}

.login input, .callback input, .booking-form input, .refer input , .terms input {
  margin: 10px 0;
}

.close {
  position: absolute !important;
  top: 10px !important;
  right: 0 !important;
}

.hidden, #fancybox-tmp {
  overflow: hidden !important;
}

#hidden-content {
  width: 321px !important;
  position: relative !important;
  margin: 0 auto !important;
}



/* --- forms --- */



input, .input, textarea {
  border-radius: 4px;
  background-color: white;
  border: 1px solid #DBDBDB;
  font-size: 0.925em;
  padding: 10px 14px;
}

input:focus, .input:focus, textarea:focus {
  box-shadow: 0 0 0 ;
  outline: none;
  border: 1px solid #f7941d;
}

input.input-block, .input.input-block, textarea.input-block {
  display: block;
  width: 100%;
}

input.input-large, .input.input-large, textarea.input-large {
  width: 220px;
}

input.input-xlarge, .input.input-xlarge, textarea.input-xlarge {
  width: 420px;
}

.input-block.error {
}

div[role="form"] div {
    position: relative;
}

div[role="form"] div span.error {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 11px;
    color: #f7941d;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  padding: 0;
  -webkit-appearance: checkbox;
}

.package-details a.btn-primary{
  margin-top: 20px;
}

.dark input, .dark .input, .dark textarea {
  border: 0;
  background-color: #292b2e;
  color: #eff0f2;
  font-weight: bold;
  margin-bottom: 20px; }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
* Skeleton-SASS V1.0
* Copyright 2012 by Michael Lazer-Walker
* https://github.com/lazerwalker/Skeleton-Sass
*
* customized with centered classes
*
*
* Based off of Skeleton v1.1:
* https://github.com/dhgamache/Skeleton
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* #Variable Definitions
================================================== */
.container {
  transition: all .2s linear; }

/* Grid
================================================== */
/* centered columns */
/* #Clearing
================================================== */
/* Include clearfix on parent to clear nested columns,
or wrap each row of columns in a @include row */
/* You can also use a @include clear to clear columns */
/* Custom mixins & Placeholders */


/* --- Icons --- */
@font-face {
    font-family: 'icomoon';
    src:url('/_assets/frontend/assets/fonts/icomoon.eot');
    src:url('/_assets/frontend/assets/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('/_assets/frontend/assets/fonts/icomoon.svg#icomoon') format('svg'),
        url('/_assets/frontend/assets/fonts/icomoon.ttf') format('truetype'),
        url('/_assets/frontend/assets/fonts/icomoon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e600";
  font-size: 23px;
  display: block;
  width: 100%;
  height: 100%;
}

.btn.icon-search {
  height: 40px;
  width: 40px;
  margin-top: 0;
  padding: 4px 0 0 20px;
  line-height: 40px;
}

.icon-facebook:before {
  content: "\e602";
  margin-right: 9px;
}
.icon-mail:before {
  content: "\e604";
  margin-right: 9px;
}
.icon-linkedin:before {
  content: "\e601";
  margin-right: 9px;
}
.icon-googleplus:before {
  content: "\e603";
  margin-right: 9px;
}
.icon-twitter:before {
  content: "\e605";
  margin-right: 9px;
}

.addthis_toolbox span {
  display: none;
}
.addthis_toolbox .custom_images {
  margin-bottom: -10px;
}

/* --- Helper classes --- */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* --- Print Styles --- */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }
}

/* --- GLOBAL STYLES --- */

#mini-header {
  border: 1px;
  background-color: #292b2e;
  background-color: rgba(0,0,0,.78);
  background: #292b2e;
}

#mini-header.inverse {
  border: 0;
  background-color: #666;
  background-color: rgba(0,0,0,.5);
}

#mini-header .container {
  border: 0; 
  padding: 1px 0;
 color: white !important; }

#mini-header a {
  font-size: 0.9em;
  font-weight: normal; }

#mini-header a {
  color: white ; }

header .container {
  position: relative; }

.placeholder {
  color: #afb0b2 !important; }

ul.info {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.4em; }

ul.info li {
  margin-bottom:10px; }


.full-width {
  width: 100%; }

.row {
  display: block;
  width: 100%;
  margin: 0 0; }

  .row:before, .row:after {
    content: " ";
    display: table; }

  .row:after {
    clear: both; }

.masthead .row {
  margin: 40px 0;
}

/* Grid */

.grid {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.item {
  display: inline-block !important;
  padding: 0 0.5em;
  vertical-align: top;
  margin: 20px 0;
}



.one-col {
  width: 760px;
  margin: 0 auto;
  display: block;
}

.one-col .item.with-img {
  margin-bottom: 0;
}

.one-col .item .two-col {
  width:760px;
  margin: 0 auto;
  display: block;
}

.one-col .item .two-col .item{
  margin: 0;
}

.one-col .item .two-col img {
  margin-top: 20px;
}

.two-col .item {
  width: 48.75%;
  min-width: 320px;
}

.three-col .item {
  width: 31.5%;
  min-width: 310px;
}

.four-col .item {
  width: 23%;
  min-width: 149px;
}

.five-col .item {
  width: 19.5%;
  min-width: 149px;
}

.six-col .item {
  width: 16.3%;
  min-width: 149px;
}

@-moz-document url-prefix() {

  .two-col .item {
    width: 47.75%;
  }

  .five-col .item {
    width: 18%;
    min-width: 149px;
  }

  .six-col .item {
    width: 14.8%;
    min-width: 149px;
  }

}

.mini-info {
  position: absolute;
  right: 0;
  display: block;
  text-align: right;
  margin: 0 0 10px; }

#mini-header .mini-info {
  right: 0;
  top: 7px;
  color: #fff;
}

.mini-logo {
  position: absolute;
  right: 0;
  display: block;
  text-align: right;
  margin: 0 0 10px; }

#mini-header .mini-logo {
  right: 0;
  top: 0px;
  color: #fff;
}

 /*
   * menu
   */
#mini-header ul.menu 
{
    margin-left     : 0;
    padding-top     : 0;
    width           : auto;
    white-space     : nowrap !important;
    vertical-align  : middle;
}
#mini-header ul.flags 
{
    margin-left     : 0;
    padding-top     : 0;
    width           : auto;
    white-space     : nowrap !important;
    vertical-align  : middle;
}
#nav ul.menu 
{
    margin          : 0;
    padding         : 0;
    width           : auto;
    white-space     : nowrap !important;
    vertical-align  : middle;
}
   
}
/*
#nav ul.menu li
{
     margin-right: 10px;
     display: inline-block;
    width: auto;
}

#nav ul.menu li a
{
    padding: 0;
    margin: 0;
    display: inline-block;
    width: auto;
}
*/


#search-head {
  background: #eff0f2; }

#search-head .container {
  padding: 10px 0; }


.standard header#mini-header {
  margin-bottom: 0 !important;
}

.standard header {
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 30px;
}

header .container {
  border-bottom: 0;
  padding: 30px 0;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto !important;
  padding: 20px 0;
  border-bottom: 1px solid #eff0f2; }


.container:before, .container:after {
content: " ";
display: table; }

.container:after {
clear: both; }

.nav-tabs .btn {
  margin: 0 20px; }

.menu {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
   display: inline-block;
  margin-right: 12px;
  margin-bottom: 0; }

.menu li a:hover {
  color: #f7941d !important;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.menu li a.active {
  color: #f7941d;
}
/*

.flags {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  display: inline-block;
  vertical-align: middle;
}

.flags li {
   display: inline-block;
 padding: 0px 10px 10px 10px;
  margin-bottom: 0; }

.flags li a:hover {
	-webkit-stroke-width: 7.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 2px 0px 12px #F7931D;
  
}

.flags li a.active {
  color: #f7941d;
}

.flags  .selected 
{
     border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
Background-color:#F7931D;
background: linear-gradient(to bottom, #F7931D 50%, #CB7307 100%);

  }
  

*/

.flags {
		    text-align: center;
		    list-style: none;
		    padding: 0;
		    line-height: 30px;
		    height: 32px;


		}
		
	.flags li:hover {
		
		    padding-bottom:4px;
		    
		
		}	
		.flags li {
		    border: 0px solid #AAA;
		    background: #D1D1D1;
		  
		    
		      background: -o-linear-gradient(top, #7A7876 50%, #5E5B59 100%);
		    background: -ms-linear-gradient(top, #7A7876 50%, #5E5B59 100%);
		    background: -moz-linear-gradient(top, #7A7876 50%, #5E5B59 100%);
		    background: -webkit-linear-gradient(top, #7A7876 50%, #5E5B59 100%);
		    background: linear-gradient(top, #7A7876 50%, #5E5B59 100%);
		    	
	
		    color: #fff;
		    
		    
		    display: inline-block;
		    z-index: 0;
		    border-bottom-left-radius: 6px;
		    border-bottom-right-radius: 6px;
		    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 0px 0 #CB7307;
		    margin: 0 -5px;
		    padding: 0 20px;
		    -webkit-transition: 0.4s;
            transition: 0.4s;
		  
		}
		
		
		
		
		.flags a {
			  color: #555;
			  text-decoration: none;
			
		}
		
		.flags .selected 
		{
		      background: -o-linear-gradient(top, #F7931D 50%, #CB7307 100%);
		    background: -ms-linear-gradient(top, #F7931D 50%, #CB7307 100%);
		    background: -moz-linear-gradient(top, #F7931D 50%, #CB7307 100%);
		    background: -webkit-linear-gradient(top, #F7931D 50%, #CB7307 100%);
		    background: linear-gradient(top, #F7931D 50%, #CB7307 100%);		  
		    z-index: 2;
 padding-bottom:2px;
		}
		.flags .selected  a {
	
		   
		    z-index: 2;

		}
		.flags:before {
		    position: absolute;
		    content: " ";
		    width: 100%;
		    bottom: 0;
		    left: 0;

		    z-index: 1;
		}
	
		





#header.inverse .menu li a{
  color: white;
}

#nav a.logo {
  vertical-align: top;
  margin-right: 10px;
}

#nav a.logo img {
  display: inline-block;
  margin-bottom: 10px;
}

#nav .menu {
  margin: 0 0 20px;
}

.search {
  /* float: right;
  height: 40px;
 min-width: 320px;
  max-width: 505px;*/
}

.search > li {
  float: left;
}

.search input,
.search select,
.search a.icon-search {
  display: inline;
  position: relative;
  vertical-align: top;
  height: 40px;
  margin: 0;
}

.search input {
  width: 240px;
  border-radius: 0 4px 4px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Override default focus colour*/
.search .input:focus {
  outline: none;
  border: 1px solid #dbdbdb;
}

.selectboxit-container .selectboxit {
  width: 165px;
  border-radius: 4px 0 0 4px;
}

.selectboxit .selectboxit-text {
  color: #5d5d5d;
}

.selectboxit-container .selectboxit-btn {
  background: #fff;
  border: 1px solid #DBDBDB;
  border-right: none;
  height: 40px;
}
.selectboxit-container .selectboxit-btn span {
  height: 40px;
  line-height: 40px;
}

.selectboxit-container .selectboxit-options {
  border-radius: 4px;
}

.search a.icon-search {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 4px;
  padding: 0;
  color: #fff;
/*  text-indent: 110%; */
  line-height:9999;
  overflow: hidden;
}

.search a.icon-search:before {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  text-indent: 0px;
}

.sub-nav {
  border-bottom: 1px solid #eff0f2;
}

.sub-nav .container {
  border-bottom: none;
}

.sub-nav .container ul {
  padding: 0;
  margin: 15px 0 0 -25px;
  position: relative;
  text-align: center;
}

.sub-nav .container ul li {
   display: inline-block;
  margin-left: 25px;
  list-style-type: none;
  white-space: nowrap;
}

.sub-nav .container ul li a{
  background-color: #F4F4F4;
  padding: 15px;
  border-radius: 50px;
}

.sub-nav .container ul li a:hover, .sub-nav .container ul li a.active {
  background-color: #f7941d;
  color: white;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.standard .video-wrapper {
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
    

.banner {
  padding: 15px 0;
}

.banner.webinar .container {
  padding: 0;
}

.banner.webinar h2 {
  margin-bottom: 0;
}

.banner.webinar {
  padding: 35px 0;
}

.banner.webinar p { 
  margin: 0;
  clear: left;
}

.banner.webinar .btn {
  margin-top: 0;
}

.banner {
  background: #eff0f2; }

.banner.share {
  background-image: url("/_assets/frontend/assets/img/banner-bg.jpg"); 
  background-size: cover; 
  background-position: bottom center; 
  color: #fff;
}

.banner.share .container {
  border-bottom: 0;
}

.banner.light {
  background: white; }

.banner .btn {
  margin-top: -16px; }

.banner.share .row {
  margin: 40px 0;
}

.featurette {
  text-align: center; }

.featurette .container {
  padding: 60px 0 40px 0; }

.featurette.client {
  text-align: left;
}

/* Masthead */
.banner.masthead {
  padding: 15px 0;
  background: transparent url("/_assets/frontend/assets/img/masthead-bg.jpg") no-repeat center;
  background-size: cover; 
  color: #fff;
}

.banner.mastheaddan {
  padding: 15px 0;
  background: transparent url("/_assets/frontend/assets/img/dansmile.jpg") no-repeat center;
  background-size: cover; 
  color: #fff;
}

.masthead .container {
  border-bottom: 0;
}

.banner.masthead h1 {
  font-size: 1.6em;
}

.banner.masthead h2 {
  margin-bottom: 20px;
}

.banner.masthead p {
  font-size: 22px;
  width: 750px;
  margin: 0 auto;
}

/* Cookies */

.eu-cookie-notification {
  background: #FFFFFF;
  display: block;
  width: 300px;
  position: fixed;
  bottom: 30px;
  padding: 0 20px;
  left: 30px;
  border-radius: 4px;
  z-index: 10;
  border: 2px solid #f7941d;
}

.eu-cookie-notification .container {
  width: 100% !important;
  border: 0;
}

.eu-cookie-notification .btns{
  margin-top: 13px;
}

.eu-cookie-notification p{
  margin: 10px 0;
  line-height: 1.5em;
  color: #3c3d3f;
  font-family: "proxima-nova-soft",sans-serif;
  font-style: normal;
}

a.eu-cookie-notification__accept,
a.eu-cookie-notification__decline {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #afb0b2;
  padding: 7px 20px;
  transition: all 0.1s ease;
  text-decoration: none;
  cursor: pointer;
}

a.eu-cookie-notification__accept:hover,
a.eu-cookie-notification__decline:hover {
  color: #f7941d;
  border-color: #f7941d;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}


a.close-cookies {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f7941d;
  padding: 0px 6px 2px 7px;
  color: white;
  cursor: pointer;
}

a.close-cookies:hover {
  background-color: #3c3d3f;
  color: white;
}

/* Footer */
footer {
  color: #eff0f2;
}

footer div[role="form"] {
  padding-right: 60px;
}

footer a, footer p, footer a {
  color: #afb0b2;
  font-size: 0.750em;
}

footer a {
  text-decoration: underline;
}

  footer a:hover {
  text-decoration: underline;
  color: #f7941d;
}

footer.darker .btn {
  color: #afb0b2;
  font-size: 1em;
  font-weight: bold;
}

footer {
  background-color: #3c3d3f;
}

footer .info {
  margin: 20px 0;
}

footer .info.contact-us {
  margin-top: -4px;
}

footer .container {
  border: 0;
}

footer.darker {
  background-color: #292b2e;
}

/* --- GLOBAL TYPO --- */

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
a,
input,
select,
textarea {
  color: #3c3d3f; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
::selection {
  background: #b3d4fc;
  text-shadow: none; }
*/

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }
ul {
  margin:0;
  padding: 0;
  list-style-type: none !important;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  font: 15px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3c3d3f;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.01);
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.125em;
  margin: 0 0 .675em 0;
  font-family: "proxima-nova-soft",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

h3, h4, h5, h6 {
  font-weight: 500;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

h3 {
  margin-top: 20px;
  font-size: 1.6em;
}

h3 a {
  color: #f7941d;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

h3 a:hover {
  color:#DD811D;
}

h4 {
  font-size: 1.33333em;
  margin-top: 25px;}

h5, .lead {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

a {
  color: #3c3d3f;
  text-decoration: none;
}

a:hover {
  color: #444;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

a.text-link {
  color: #f7941d;
  font-family: "proxima-nova-soft",sans-serif;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.051em;
   -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

a.text-link:hover {
  color: #DD8120;
}

p {
  margin-bottom: 1em;
  line-height: 1.75em;
}

p.intro {
  font-size: 20px;
  color: #f7941d;
  padding-top: 0;
  margin-top: 0;
}

p a {
  color: #f7941d;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

p a:hover {
  color: #DD811D;
}

small, .small {
  font-size: 0.750em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  position: relative;
  background-color: #F4F4F4;
  color: #3c3d3f;
  margin: 10px 0 30px;
  padding: 20px;
  padding-left: 52px;
  border-radius: 14px;
}

blockquote:before {
  position: absolute;
  left: 17px;
  top: 45px;
  font-family: 'Arial';
  font-size: 80px;
  content: '\201c';
  color: #f7941d;
}

blockquote:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50px;
  border-width: 20px 0 0 20px;
  border-style: solid;
  border-color: #F4F4F4 transparent;
  display: block;
  width: 0;
}

.highlight p{
  font-size: 18px;
  color: #929497;
  padding: 30px 0;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
}

.quote p{
  font-size: 18px;
  color: #929497;
  line-height: 26px;
  margin-bottom: 5px;
}

figure {
  color: #3c3d3f;
  font-size: 15px;
  margin-bottom: 2em;
  font-style: italic;
}

.center {
  text-align: center; }

.lead {
  font-weight: 300;
  line-height: 1.2em; }

.menu {
  font-weight: bold; }

.icon, .icon-social {
  font-family: 'Entypo', sans-serif;
  font-size: 2.5em;
  line-height: 1;
  vertical-align: middle; }

.icon-social {
  font-family: 'Entypo Social', 'EntypoSocial', 'Entypo-Social', sans-serif; }

.primary {
  color: #f7941d; }


/* --- GLOBAL BUTTONS --- */

.btn, a.btn {
   display: inline-block;
  border-radius: 4px;
  border: 1px solid #afb0b2;
  padding: 7px 20px;
  text-decoration: none;
  white-space: nowrap;
}

.btn:hover, .btn:active, a.btn:hover, a.btn:active {
  color: #f7941d;
  border-color: #f7941d;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.banner.share .btn.btn-pill.btn-large {
  background: #f7941d;
  border-radius: 20px;
  width: 135px;
  margin: 0 10px 10px;
}

.banner.share .btn.btn-pill.btn-large:hover {
 color: white;
  background-color: #DD811D;
}


.btn.btn-pill.active {
  background: #f7941d;
  background-color: #DD811D;
}

.btn.btn-primary {
  border: 0;
  background-color: #f7941d;
  color: white;
}


.btn.btn-primary:active {
  background-color: #DD811D;
}

.btn.btn-primary:hover {
  background-color: #DD811D;
  color: white;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.btn.btn-wide {
  min-width: 140px;
  padding: 11px;
  vertical-align: middle !important;
}

.btn.btn-large, .btn.btn-xlarge {
  width: auto;
  padding: 12px;
  font-size: 1.2em;
}

.btn.btn-xlarge {
  min-width: 270px;
  padding: 12px;
}

.btn.btn-xlarge:hover {
  color: #f7941d;
  border-color: #f7941d;
  -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.btn.btn-xlarge:active {
  background-color: white;
}


.btn.btn-link {
  border: 0;
  background: transparent;
  padding: 0;
    margin-right: 20px;
  }

.btn.figure-link {
  font-style: normal;
  color: #fff;
}

.border-top {
  border-top: 1px solid #f4f4f4;
}

/* --- HOME --- */

header.inverse .container{
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

/* -- Masthead -- */

.hero-unit.inverse {
  padding: 40px 0;
}

.hero-unit .container {
  border-bottom: 0;
}

.bg-container {
  position: relative;
  background: url('/_assets/frontend/assets/img/masthead-bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  -ms-behavior: url('/_assets/frontend/assets/js/vendor/backgroundsize.min.htc');
}

.hero-unit h1 {
  font-size: 3.4em;
  text-align: left;
  padding-top: 32px;
}

.hero-unit .container {
  padding: 60px 0 40px 0;
  position: relative;
  border: 0;
}

.hero-unit .video-wrapper {
  width: 450px;
  margin: 0 20px 0 0;
  float: left;
  position: relative;
}
  #playertdSsePSoOgCl {
    float: left;
    width: 100%;
    height: 281px;
    background: transparent url(/_assets/frontend/assets/img/video2.jpg) no-repeat center;
  }

    #home-video-intro h2 {
      position:  relative;
      margin-top: 192px;      
      font-size: 1.3em;
      color: #525252;
    }

    #home-video-intro li {
      margin-bottom: 0;
    }

.hero-unit .video-play {
  display: inline-block;
  background-image: url(/_assets/frontend/assets/img/play.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding: 9px 0 9px 60px;
}

.hero-unit .video-play a:hover {
  background-image: url(/_assets/frontend/assets/img/play-hover.png);
}

.hero-unit .video-wrapper .video {
  width: 450px;
  margin: 0;
  padding: 0 0 20px 0;
}

.video-wrapper .btn.figure-link {
  margin-top:20px;
  color: #fff;
  border: 1px solid #fff;
}

.hero-unit .heading-wrapper {
  width: 477px;
  float: right;
  position: relative;
}

.hero-unit .cta {
  width: 100%;
  display: block;
}

.hero-unit .cta {
  width: 100%;
  max-width: 1000px;
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 30px 0 0 0;
  border-top: 1px solid rgba(255,255,255,.3);
}

.hero-unit .btn-webinar {
  margin        : 0px !important;
  padding       : 12px !important;
  width         : auto !important;
}

/* -- Main -- */

.options img {
  width: auto;
  height: 150px;
}

.infograph {
  background-color: #F4F4F4;
}

.infograph .grid .item {
  width: 16.4%;
  min-width: 160px;
}

.infograph .grid .item.last {
  border-right: 1px solid #ccc;
}

.infograph .grid .item.wide {
  width: 25%;
  min-width: 164px;
}

.infograph img {
  width: 65px;
}

.infograph .row {
  margin: 60px 0 0px 0;
}

.infograph .totals h2 {
    font-size: 2.1em;
    font-weight: 600;
}


.item .badge {
  display: block;
  margin: 0 auto 40px;
  width: 65px;
  height: 65px;
}

.chat-dock {
  position: fixed;
  bottom: 0;
  right: 100px;
  width: 160px;
  padding: 7px 14px;
  font-size: 0.875em;
  background-color: #afb0b2;
  border-radius: 4px 4px 0 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* --- TOURS --- */

.screenshot {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eff0f2;
}

.screenshot img {
  width: 860px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.screenshot p {
  width: 480px;
  margin: 0 auto;
}

.pointers {
  position: absolute;
  background-color: #3c3d3f;
  color: #fff;
  margin: 10px 0 30px;
  padding: 20px;
  border-radius: 14px;
  max-width: 250px;
}

.pointers.left:after {
  position: absolute;
  content: '';
  top: 21.1px;
  right: -17px;
  border-style: solid;
  border-width: 0 0 50px 34.6px;
  border-color: transparent transparent transparent #3c3d3f;
}

.pointers.right:after {
  position: absolute;
  content: '';
  border-style: solid;
  top: 21.1px;
  border-width: 0px 29.6px 37px 0;
  border-color: transparent #3c3d3f transparent transparent;
  left: -17px;
}

.pointers.no-point:after {
  display: none;
}

.pointers.point-1 {
  top: 91px;
  left: 0;
}

.pointers.point-2 {
  top: 350px;
  left: 0;
}

.pointers.point-3 {
  top: 270px;
  right: 0;
}
.pointers-amazing.point-amazing {
  top: 180px;
  right: -250px;
}

.pointers-amazing {
  position: absolute;
  background-color: #3c3d3f;
  color: #fff;
  margin: 10px 0 30px;
  padding: 20px;
  border-radius: 14px;
  max-width: 450px;
}
.pointers-amazing.right:after {
  position: absolute;
  content: '';
  border-style: solid;
  top: 21.1px;
  border-width: 0px 29.6px 37px 0;
  border-color: transparent #3c3d3f transparent transparent;
  left: -17px;
}
.pointers.point-4 {
  top: 20px;
  right: 0;
}

.feature {
  width: 940px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
}

.feature-list-wrapper {
  margin-bottom: 30px;
}

.feature img {
  width: 400px;
}

.feature.left .feature-wrapper {
  position: relative;
}

.feature .feature-wrapper img {
  border: 1px solid #eff0f2;
}

.feature.left .feature-wrapper img {
  float: left;
}

.feature.left .feature-wrapper .content-wrapper {
  float: right;
  width: 480px;
  vertical-align: middle;
}

.feature-wrapper .content-wrapper h3 {
color:#F7931D;
}



.feature.right .feature-wrapper img {
  float: right;
}

.feature.right .feature-wrapper .content-wrapper {
  float: left;
  width: 480px;
  vertical-align: middle;
}

.benefits {
  background-color: #F4F4F4;
}

.benefits ul {
  list-style-type: none;
  padding: 0;
  width: 250px;
}

.benefits ul li{
  padding: 0;
}

.benefits .badge {
  margin: 20px 0;
}

.more h2{
  width: 810px;
  margin: 0 auto;
  padding-top: 20px;
}

/* --- WEBINARS --- */

.container.webinars {
  width: 600px;
  margin-bottom: 30px;
  border: 0;
}

.container.webinars h3{
  text-align: center;
  margin: 40px 0 0 0;
}

.container.webinars ul {
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 20px 0;
}

.container.webinars ul li {
  border-bottom: 1px solid #F4F4F4;
  padding: 10px 0;
}

.container.webinars ul li h3.date {
  margin: 0;
  font-size: 20px;
}

/* --- PRICING --- */

.pricing {
  margin: 30px 0 0 0;
}

.banner .btn-register {
   margin-top: 30px;
}

.pricing .item {
  position: relative;
}

.pricing .row.center {
  margin: 0 0 30px 0;
}

.pricing .price {
  background-color: #3c3d3f;
  color: white;
  padding: 10px 0;
  margin-bottom: 0;
}

.pricing .price p{
  font-size: 35px;
  padding: 0;
  margin: 0;
}

.pricing .price p span{
  font-size: 14px;
  display: block;
  margin-top: -25px;
}

.pricing .detail {
  background-color: #F4F4F4;
  margin-top: -15px;
  min-height: 125px;
  padding: 10px;
}

.pricing .detail p.size {
  font-size: 20px;
}

.pricing .detail p {
  line-height: 20px;
}

.pricing .signup-wrapper .btn.btn-large {
  width: 80%;
  min-width: 0 !important;
  margin-bottom: 20px;
}

.pricing .signup-wrapper {
  background-color: #f4f4f4;

}

.pricing .signup-wrapper a {
  margin-top: 0px !important;
  margin-bottom: 10px;
  width: 90%;
}

.pricing .signup-wrapper .btn {
   margin-top: 20px;
}

/* --- CLIENTS --- */


.ticklist
 {
 margin-left: 0;
 padding-left: 0;
 list-style: none;
 }

.ticklist li 
 {
 padding-left: 10px;
 background-image: url(_assets/frontend/assets/img/case-studies/tick.jpg);
 background-repeat: no-repeat;
 background-position: 0 .5em;
 }

.case-study {
  background-color: #F4F4F4;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 148px;
}

.case-study:hover {
  background-color: #f7941d;
   -webkit-transition: all ease-out .2s;
  -moz-transition: all ease-out .2s;
  -o-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.case-study img{
  float: left;
  width: 100px;
  margin-right: 20px;
}

.case-study h4 {
  margin-top: 0;
  margin-bottom: 0px;
}

.case-study p {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 8px;
}

/* --- CASE STUDY --- */

.casestudy .container {
  border: none;
}

/* --- REGISTER --- */

.signup .container {
  border: 0;
}

label span {
  color: #f7941d;
  font-size: 13px;
  font-style: italic;
}

div[role="form"].register div.item div {
    width: 90%;
    margin: 10px 0px;
}

div[role="form"].register input:not([type="checkbox"]),
div[role="form"].register textarea {
  width: 100%;
}

div[role="form"].register input.btn-primary {
  width: auto;
}

div[role="form"].register input[type=radio] {
  display:none;
}

div[role="form"].register input[type=radio] + label.css-label {
  padding-left:25px;
  height:20px;
  display:inline-block;
  line-height:20px;
  background-repeat:no-repeat;
  margin: 10px 0 20px 0;
  background-position: 0 0;
  font-size:15px;
  vertical-align:middle;
  cursor:pointer;
}

div[role="form"].register input[type=radio]:checked + label.css-label {
  background-position: 0 -20px;
}

div[role="form"].register label.css-label {
  background-image:url(/_assets/frontend/assets/img/radio-btns.png);
}

input#offer { 
  width: 200px;
}

/* --- CONTACT US --- */

.contact-details {
  font-size: 19px;
  font-family: "proxima-nova-soft",sans-serif;
}

.contact-details a {
  color: #f7941d;
}

.contact-details a:hover {
  color: #DD811D;
}

#page-contact-form label {
  display: block;
  margin-top: 11px;
}

#page-contact-form input[type="submit"], #page-contact-form .btn-primary {
  margin-top: 6px;
}

/* -- IE -- */

.ie-browser select {
  background-image: none !important;
}


/* --- added by DT --- */

.tooltipbook a { display:block; font-size:13px; float:right; text-align:center;}

.pricecolour { color:red;}

.awardback { background-color:white; border: 2px solid; border-radius: 4px;}

.awardspace { padding:20px; }

.awardpad { margin-left:30px; }

.btn-primary-centered { text-align:center;}

/*Tooltip Left*/
        a.tooltipNew {outline:none; }
        a.tooltipNew {float:right; }
        a.tooltipNew strong {line-height:30px;}
        a.tooltipNew:hover {text-decoration:none;} 
        a.tooltipNew span {
            z-index:10;display:none; padding:14px 20px;
            margin-top:-30px; margin-left:32px;
            width:350px; line-height:16px;
        }
        a.tooltipNew:hover span{
            display:inline; position:absolute; color:#111;
            border:3px solid #DCA; background:#fffAF0;}
        .callout {z-index:20;position:absolute;top:10px;border:0;left:-12px;}
    
        /*CSS3 extras*/
        a.tooltipNew span
        {
            border-radius:4px;
            box-shadow: 5px 5px 8px #CCC;
        }
        
        
        /*Tooltip Right*/
        a.tooltipRight {outline:none; }
        a.tooltipRight {float:right; }
        a.tooltipRight strong {line-height:30px;}
        a.tooltipRight:hover {text-decoration:none;} 
        a.tooltipRight span {
            z-index:10;display:none; padding:14px 20px;
            margin-top:-30px; margin-left:28px;
            width:350px; line-height:16px;
        }
        a.tooltipRight:hover span{
            display:inline; position:absolute; color:#111;
            border:3px solid #DCA; background:#fffAF0;left:590px;}
        .calloutRight {z-index:20;position:absolute;top:10px;border:0;left:344px;}
    
        /*CSS3 extras*/
        a.tooltipRight span
        {
            border-radius:4px;
            box-shadow: 5px 5px 8px #CCC;
        }
        
a:hover {
    color: #FF8000;
}   

/*Tooltip List*/
        a.tooltipList {outline:none; }
        a.tooltipList {float:right; }
        a.tooltipList strong {line-height:30px;}
        a.tooltipList:hover {text-decoration:none;} 
        a.tooltipList span {
            z-index:10;display:none; padding:14px 20px;
            margin-top:-30px; margin-left:-228px;
            width:350px; line-height:16px;
        }
        a.tooltipList:hover span{
            display:inline; position:absolute; color:#111;
            border:3px solid #DCA; background:#fffAF0;left:690px;}
        .calloutList {z-index:20;position:absolute;top:10px;border:0;left:344px;}
        .calloutListLeft {z-index:20;position:absolute;top:20px;border:0;left:-12px;}
        /*CSS3 extras*/
        a.tooltipList span
        {
            border-radius:4px;
            box-shadow: 5px 5px 8px #CCC;
        }


        /* tooltip Below*/
        a.tooltipDown {outline:none; }
        a.tooltipDown {float:right; }
        a.tooltipDown strong {line-height:30px;}
        a.tooltipDown:hover {text-decoration:none;} 
        a.tooltipDown span {
            z-index:10;display:none; padding:14px 20px;
            margin-top:15px; margin-left:-250px;
            width:350px; line-height:16px;
        }
        a.tooltipDown:hover span{
            display:inline; position:absolute; color:#111;
            border:3px solid #DCA; background:#fffAF0;}
        .callout {z-index:20;position:absolute;top:10px;border:0;left:-12px;}
    
        /*CSS3 extras*/
        a.tooltipDown span
        {
            border-radius:4px;
            box-shadow: 5px 5px 8px #CCC;
        }



/*tooltip Right Button*/
        a.tooltipRightButton {outline:none; }
        a.tooltipRightButton {float:right; }
        a.tooltipRightButton strong {line-height:30px;}
        a.tooltipRightButton:hover {text-decoration:none;} 
        a.tooltipRightButton span {
            z-index:10;display:none; padding:14px 20px;
            margin-top:-30px; margin-left:-250px;
            width:350px; line-height:16px;
        }
        a.tooltipRightButton:hover span{
            display:inline; position:absolute; color:#111;
            border:3px solid #DCA; background:#fffAF0;left:690px;}
        .calloutRightButton {z-index:20;position:absolute;top:10px;border:0;left:343px;}
    
        /*CSS3 extras*/
        a.tooltipRightButton span
        {
            border-radius:4px;
            box-shadow: 5px 5px 8px #CCC;
        }

/*tooltip Close*/
        a.tooltipClose {outline:none; }
        /*a.tooltipClose {float:left; }*/
        a.tooltipClose strong {line-height:30px;}
        a.tooltipClose:hover {text-decoration:none;} 
        a.tooltipClose span {
            z-index:10;display:none; padding:14px 20px;
            margin-top:-20px; margin-left:8px;
            width:350px; line-height:16px;
        }
        a.tooltipClose:hover span{
            display:inline; position:absolute; color:#111;
            border:3px solid #DCA; background:#fffAF0;}
        .callout {z-index:20;position:absolute;top:20px;border:0;left:-12px;}
    
        /*CSS3 extras*/
        a.tooltipClose span
        {
            border-radius:4px;
            box-shadow: 5px 5px 8px #CCC;
        }


/*Tooltip before*/
        a.tooltipbefore {outline:none; }
        a.tooltipbefore {float:left; }
        a.tooltipbefore strong {line-height:30px;}
        a.tooltipbefore:hover {text-decoration:none;} 
        a.tooltipbefore span {
            z-index:10;display:none; padding:14px 20px;
            margin-top:-30px; margin-left:32px;
            width:350px; line-height:16px;
        }
        a.tooltipbefore:hover span{
            display:inline; position:absolute; color:#111;
            border:3px solid #DCA; background:#fffAF0;}
        .callout {z-index:20;position:absolute;top:10px;border:0;left:-12px;}
    
        /*CSS3 extras*/
        a.tooltipbefore span
        {
            border-radius:4px;
            box-shadow: 5px 5px 8px #CCC;
        }
        
 /*Tooltip Top*/
        a.tooltipTop {outline:none; }
        a.tooltipTop {float:right; }
        a.tooltipTop strong {line-height:30px;}
        a.tooltipTop:hover {text-decoration:none;} 
        a.tooltipTop span {
            z-index:10;display:none; padding:14px 20px;
            margin-top:20px; margin-left:32px;
            width:480px; line-height:16px;
        }
        a.tooltipTop:hover span{
            display:inline; position:absolute; color:#111;
            border:3px solid #DCA; background:#fffAF0;}
        .callout {z-index:20;position:absolute;top:10px;border:0;left:-12px;}
    
        /*CSS3 extras*/
        a.tooltipTop span
        {
            border-radius:4px;
            box-shadow: 5px 5px 8px #CCC;
        }
 
 /*Tooltip text smaller in h2*/       
 smallh2 
 {
     font-size:0.3em;
            
 }
.featureDown {
  width: 730px;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
}

.featureDown-list-wrapper {
  margin-bottom: 30px;
}

.featureDown img {
  width: 350px;
}

.featureDown.left .featureDown-wrapper {
  position: relative;
}

.featureDown .featureDown-wrapper img {
  border: 1px solid #eff0f2;
}

.featureDown.left .featureDown-wrapper img {
  float: left;
}

.featureDown.left .featureDown-wrapper .content-wrapper {
  float: right;
  width: 360px;
  vertical-align: middle;
}

.featureDown-wrapper .content-wrapper h3 {
color:#F7931D;
}



.featureDown.right .featureDown-wrapper img {
  float: right;
}

.featureDown.right .featureDown-wrapper .content-wrapper {
  float: left;
  width: 360px;
  vertical-align: middle;
}
.bgtype {
    background-image: url("/_assets/frontend/assets/img/writer.jpg");
}

.bgtype-inner {
    background-color: rgba(51, 73, 95,0.9);
    color: #fff;
    border-radius: 5px;
    padding: 20px 20px 40px 20px;
    margin: 20px 0px 40px 80px;
}

.storybox {
    background: #33495F;
    padding:20px;
    border-radius: 5px;
    color:#1F9EE7;
}

