/* @override 
	https://www.firecheckltd.co.uk/site/wp-content/themes/tentoten/style.css
	https://www.firecheckltd.co.uk/site/wp-content/themes/tentoten/style.css?* */

/*

Theme Name: Ten to Ten V2
Theme URI: http://www.tentoten.co.uk
Description: A Theme Framework
Author: Dare to Think
Author URI: http://www.daretothink.co.uk
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-X.X.html
Version: 1.2
Tags: one-column, two-columns, grid-layout, featured-images
Text Domain: tentoten

*/

/* Table of Contents
 *
 * 1.0 - Reset
 * X.X - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 4.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 4.0 - Footer 
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 1X.X - Print
 * -----------------------------------------------------------------------------
 */

/* ------------ X.X CSS Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

/* ------------ X.X Basic Structure
 * -----------------------------------------------------------------------------
 */
 
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

html {
  position: relative;
  min-height: 100%;
}

body,
input,
textarea {
	font: 62.5% "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper {
	width: 100%;
	display: block;
}

.hidden { 
	display: none; 
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right; 
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.table {
	display: table;
}

.cell {
	display: table-cell;
}

/* ----- ## Grid */

.c_12 {
	max-width: 1300px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	display: inline;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

.negative {
	margin-left: -20px;
	margin-right: -20px;
}

.c_12 .g_1 {width: 8.33333333%;}
.c_12 .g_2 {width: 16.6666667%;}
.c_12 .g_3 {width: 25%;}
.c_12 .g_4 {width: 33.3333333%;}
.c_12 .g_5 {width: 41.6666667%;}
.c_12 .g_6 {width: 50%;}
.c_12 .g_7 {width: 58.3333333%;}
.c_12 .g_8 {width: 66.6666666%;}
.c_12 .g_9 {width: 75%;}
.c_12 .g_10 {width: 83.3333333%;}
.c_12 .g_11 {width: 91.6666666%;}
.c_12 .g_12 {width: 100%;}


/* ------------ X.X Fonts
 * -----------------------------------------------------------------------------
 */
 
@font-face {
	font-family: 'fc';
	src: url('fonts/fc.eot?pbkduq');
	src: url('fonts/fc.eot?pbkduq#iefix') format('embedded-opentype'),
		url('fonts/fc.woff2?pbkduq') format('woff2'),
		url('fonts/fc.ttf?pbkduq') format('truetype'),
		url('fonts/fc.woff?pbkduq') format('woff'),
		url('fonts/fc.svg?pbkduq#fc') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'fc' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ic-download:before {
  content: "\e905";
}
.ic-quote-closed:before {
  content: "\e903";
}
.ic-quote-open:before {
  content: "\e904";
}
.ic-email:before {
  content: "\e901";
}
.ic-phone:before {
  content: "\e902";
}
.ic-home:before {
  content: "\e900";
}

/* ------------ X.X Font Styling
 * -----------------------------------------------------------------------------
 */

a {
	text-decoration: none;
	color: inherit;
}

p {
	font-size: 1rem;
	line-height: 1.5;
}

h1 {
	font-size: 2.8rem;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.6rem;
}

/* ------------ X.X Content Styles
 * -----------------------------------------------------------------------------
 */
 
/* ----- ## Animate CSS */
 
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.wow {
  visibility: hidden;
}

/* -------------------- ## General Post styling */

.title-ctn.v1 h1 {
	margin-bottom: 0;
	line-height: 1;
}

.title-ctn.v1 h1:after {
	content: "";
	display: block;
	height: 3px;
	background-color: #719949;
	margin-top: 15px;
}

.entry-content h1 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.entry-content h2 {
	font-size: 1.75rem;
	margin-bottom: 20px;
}

.entry-content h3 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.entry-content h4 {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

.entry-content h5 {
	font-size: 1.125rem;
	margin-bottom: 20px;
}

.entry-content h6 {
	font-size: 1rem;
	margin-bottom: 20px;
}

.entry-content a {
	color: #0e79be;
	border-bottom: 2px solid #0e79be;
}

.entry-content a.download {
	color: #009FE3;
	border: none;
	line-height: 1.2;
	padding-left: 32px;
	display: inline-block;
	position: relative;
}

.entry-content a.download:before {
	font-family: 'sacrewell';
	content: "\e910";
	font-size: 24px;
	position: absolute;
	left: 0;
	top: -5px;
}

.entry-content p {
	margin-bottom: 25px;
}

.entry-content p,
.entry-content li,
.entry-content table {
	font-size: 1rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	line-height: 1;
	margin-bottom: 10px;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content hr {
	margin: 40px 0;
	border: 0;
	border-top: 2px solid #72b8c1;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-top: 10px;
}

.entry-content ol li {
	list-style-type: decimal;
	margin-left: 30px;
	line-height: 1.5;
}

.entry-content ul li {
	list-style-type: circle;
	margin-left: 20px;
	line-height: 1.5;
}

.entry-content ul li ul,
.entry-content ol li ol {
	margin-top: 5px;
	margin-bottom: 0;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	display: block;
}

.entry-content a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.entry-content blockquote {
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
	quotes: "\201C""\201D";
}

.entry-content blockquote:before,
.entry-content blockquote:after {
	font-family: 'Montserrat';
	color: #f58f29;
	font-size: 8rem;
	position: absolute;
}

.entry-content blockquote:before {
	content: open-quote;
	left: -5px;
	top: -30px;
}

.entry-content blockquote:after {
	content: close-quote;
	right: -5px;
	bottom: -65px;
}

.entry-content blockquote p {
  display: inline;
}

.entry-content blockquote cite {
	display: block;
	margin-top: 5px;
	font-size: 0.875rem;
	color: #f58f29;
}

.entry-content blockquote cite:before {
	content: "- ";
}

.entry-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}

.entry-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}

.entry-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.entry-content .gallery dl {
	margin: 0;
	padding: 10px;
}

.entry-content .gallery {
	margin: -10px -10px 20px !important;
}

.entry-content .gallery img {
	border: 0 !important;
	margin-bottom: 5px;
}

.entry-content .gallery-caption {
	font-size: 0.75rem;
	line-height: 1.2;
	margin: 0;
}

.entry-content table {
	border-bottom: 1px solid #ededed;
	font-size: 1.125rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}

.entry-content table caption {
	font-size: 1.125rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}

.entry-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.entry-content caption,
.entry-content th,
.entry-content td {
	font-weight: normal;
	text-align: left;
}

.entry-content #post-tags {
	margin: 50px 0 0;
}

.entry-content #post-tags li {
	list-style-type: none;
	margin: 0 2px 2px 0;
	line-height: 1;
	display: inline-block;
}

.entry-content #post-tags li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.675rem;
	padding: 5px 10px;	
	font-weight: 600;
	display: inline-block;
	background-color: #009FE3;
	border: none;
	border-radius: 3px;
}

.entry-content #post-tags li a:hover {
	box-shadow: 3px 3px 0 0 rgba(189,189,189,0.6);	
}

/* ------------ X.X Images
 * -----------------------------------------------------------------------------
 */


.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

div.wp-caption {
	max-width: 100% !important;
	margin-bottom: 25px;
}

.wp-caption .wp-caption-text {
	font-size: 0.75rem;
	padding: 5px;
	background: #f5f5f5;
	text-align: center;
}

.wp-caption.alignleft {
	margin-right: 20px;
}

/* ------------ X.X Header
 * -----------------------------------------------------------------------------
 */

header {
	padding: 35px 0 30px;
}

.header-pane {
	padding-top: 33%;
	background-size: cover;
	background-position: center center;
	position: relative;
	border-radius: 6px;
	background-color: #93958a;
}

.header-pane .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.1);
	z-index: 1;
	top: 0;
	left: 0;
	border-radius: 6px;
	background: url('images/geometric.svg') no-repeat right center;
	background-size: cover;
}

.header-pane .content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.header-pane .page-title {
	font-size: 4.8rem;
	color: #fff;
	font-weight: 900;
	line-height: 1;
	width: 60%;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

header #branding {
	display: inline-block;
	background: url('images/firecheck-logo-dark.svg') no-repeat center;
	width: 258px;
	height: 54px;
	background-position: center;
	background-size: 100%;
}

header #header-wrapper {
	position: relative;
}

.toggle-nav {
	position: absolute;
	right: -5px;
	top: 7px;
	display: none;
	z-index: 99999999;
	padding: 5px;
}

.toggle-nav:hover {
	cursor: pointer;
}

.toggle-nav .option {
	left: auto;
	right: 125%;
}

#nav-icon {
  width: 24px;
  height: 24px;
  position: relative;
  float: left;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon span {
	background: #0e79be;
}

body.smaller #nav-icon span {
	background: #0e79be;
}

body.nav-open #nav-icon span {
	background: #0e79be;
}

#nav-icon span:nth-child(1) {
  top: 4px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

body.nav-open #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
  left: 4px;
}

body.nav-open #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

body.nav-open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 4px;
}

#page-intro {
	text-align: center;
}

#page-intro p {
	font-size: 1.125rem;
}

#page-intro .block {
	border-bottom: 2px solid #333;
}

#page-intro .content {
	width: 100%;
	max-width: 900px;
	margin: 75px auto;
}

/* ------------ X.X Footer
 * -----------------------------------------------------------------------------
 */

footer .footer-ctn {
	color: #000;
}

html footer {
	padding-bottom: 125px;
}

html footer .footer-ctn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

footer .footer-ctn {
	bottom: 0;
	width: 100%;
	height: auto;
}

footer .footer-wrapper {
	position: relative;
	padding: 40px 0;	
	float: left;
	width: 100%;
}

footer .footer-wrapper:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
}

footer ul.logos {
	float: left;
}

footer ul.logos img {
	height: 42px;
	width: auto;
}

footer ul.logos li {
	float: left;
	margin-right: 15px;
}

footer ul.logos li:last-child {
	margin: 0;
}

footer .cc {
	float: right;
	font-size: 0.875rem;
}

footer .tel-email {
	text-align: right;
	display: block;
	margin-bottom: 10px;
}

footer .site-info {
	display: block;
	text-align: right;
}

footer .site-info .credit {
	margin-right: 10px;
}

footer .w-icon:before {
	font-family: 'fc';
	font-size: 20px;
	vertical-align: -4px;
	margin-right: 5px;
	color: #ff3535;
}

footer .tel {
	margin-right: 10px;
}

footer .tel:before {
	content: "\e902";
}

footer .email:before {
	content: "\e901";
}

/* ------------ X.X Sidebar
 * -----------------------------------------------------------------------------
 */
 
 #sidebar .widget {
 	margin-bottom: 25px;
 }
 
 #sidebar .widget:last-child {
 	margin-bottom: 0;
 }
 
 .widget_custom-twitter-feeds-widget a {
	border: none;
}

.widget_custom-twitter-feeds-widget .ctf-author-box {
	font-size: .875rem;
}

.widget_custom-twitter-feeds-widget p {
	font-size: .875rem;
}

/* ------------ X.X Pages
 * -----------------------------------------------------------------------------
 */
 
.features {
	background: #f5f5f5;
	padding: 15px;
	border-radius: 6px;
}

.features ul {
	margin: 0;
}

.features ul li {
	list-style: none;
}

.features ul li:before {
	content: "-";
	margin-left: -20px;
	margin-right: 10px;
}

ul#services.home {
	margin-top: 75px;
	margin-bottom: 50px;
}

ul#services.v1 .image {
	padding-top: 33.3333%;
	border-radius: 6px;
	margin-bottom: 10px;
	transition: all 150ms ease-in;
	background-size: cover;
	background-position: center;
}

ul#services.v1 li {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	float: none;
	margin-bottom: 25px;
	color: #333;
}

ul#services.v1 a {
	color: inherit;
}

ul#services.v1 a:hover .image {
	transform: scale(1.025);
}

ul#services.v1 .content {
	text-align: center;
	width: 100%;
	max-width: 80%;
	margin: auto;
}

ul#services.v1 h2 {
	font-size: 1.75rem;
	line-height: 1;
	margin-bottom: 10px;
}

ul#services.v2 ul {
	margin: 0;
}

ul#services.v2 .features {
	float: right;
	padding: 0;
	background: none;
}

ul#services.v2 > li {
	position: relative;
}

ul#services.v2 .content {
	padding: 50px 0 50px 120px;
}

ul#services.v2 .btn {
	border: none;
}

ul#services.v2 > li:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #333;
	float: left;
}

ul#services.v2 > li:last-child:after {
	display: none;
}

ul#services.v2 .image {
	position: absolute;
	left: 20px;
	top: 50px;
	height: 100px;
	width: 100px;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
}

.btn {
	border: none !important;
}

.btn.st1.cl1 {
	background-color: #0e79be;
	color: #fff;
	border-radius: 4px;
	line-height: 1;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	transition: all 150ms ease-in;
}

.btn.sz1 {
	padding: 8px 15px;
	font-size: 0.75rem;
}

.btn.sz2 {
	padding: 12px 20px;
	font-size: 1rem;
}

.btn:hover {
	transform: translate(0, -5px);
	box-shadow: 5px 5px 0 0 rgba(189,189,189,0.6);	
}

.btn.cta {
	font-size: 1.5rem;
	width: 100%;
	max-width: 260px;
}

.btn.cta span {
	display: block;
	font-size: .675rem;
	margin-top: 5px;
}

/* ------------ X.X Contact
 * -----------------------------------------------------------------------------
 */
 
.contact-mn .row {
	margin-bottom: 10px;
}

.contact-mn .row:last-child {
	margin-bottom: 0;
}

.contact-mn input[type="text"],
.contact-mn input[type="email"],
.contact-mn textarea {
	background: transparent;
	border: none;
	border-bottom: 2px solid #cccdcc;
	padding: .5rem 0;
	width: 100%;
	border-radius: 0;	
	box-sizing: border-box;
	font-size: 1rem;
}

.contact-mn textarea {
	padding: 0;
	margin-top: 15px;
}

.contact-mn input[type="text"]:focus,
.contact-mn input[type="email"]:focus,
.contact-mn textarea:focus {
	border-color: #0e79be;
}

.contact-mn input.wpcf7-not-valid,
.contact-mn textarea.wpcf7-not-valid {
	border-color: #f33;
}

.contact-mn textarea {
	width: 100%;
	height: 100px;
}

.contact-mn span.wpcf7-not-valid-tip {
	display: none !important;
}

.contact-mn span.wpcf7-list-item,
.contact-mn span.wpcf7-list-item input { 
	display: inline-block;
	width: auto;
}

.contact-mn span.wpcf7-list-item {
	margin: 5px 10px 10px 0!important;
}

.contact-mn input.wpcf7-submit {
	border: none;
	padding: 7px 20px;
	background-color: #0e79be;
	color: #fff !important;
	font-size: .875rem;
	text-transform: uppercase;
	border-radius: 4px;
}

input[type="submit"] { /* STOP iOS styling button */
	-webkit-appearance: none;
	border-radius: 0;
}

.contact-mn input.wpcf7-submit:hover {
	cursor: pointer;
}

div.wpcf7-response-output {
	display: block!important;
	clear: both;
	font-size: 1rem;
	border: none!important;
	padding: 0 !important;
	margin: 10px auto auto !important;
}

div.wpcf7-validation-errors {
	color: #E7205D;
}

/*
 * Default jvFloat theme.
 * modify it as you wish!
 */

.jvFloat {
	position: relative;
	display: inline-block;
	width: 100%;
}

.jvFloat .placeHolder.required {
	color: red;
}

/* Start CSS3 Animations on supported browser */
.jvFloat .placeHolder {
	position: absolute;
	top: 5px;
	left: 0;
	width: auto;
	color: #999;
	font-size: 0.75rem;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}

/*Allows textarea floating placeholder to be positioned distinctly from the normal .placeHolder class
 * This is required when working with Multiline text areas
 */
.jvFloat .placeHolder.textarea {
	/*top: 0px;*/
}

.jvFloat .placeHolder.active {
	display: block;
	visibility: visible;
	-webkit-transform: translate(0, -1em);
	-moz-transform: translate(0, -1em);
	-o-transform: translate(0, -1em);
	-ms-transform: translate(0, -1em);
	transform: translate(0, -1em);
	-webkit-transition: -webkit-transform 100ms, opacity 120ms, visibility 120ms;
	transition: transform 100ms, opacity 120ms, visibility 120ms;
	opacity: 1;
}

.map .gmap {
	width: 100%;
	height: 260px;
	margin-bottom: 10px;
}

/* ------------ X.X Services
 * -----------------------------------------------------------------------------
 */
 
#service {
	padding-top: 75px;
	padding-bottom: 75px;
}

#other-services h3:before {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #333;
	margin-bottom: 50px;
}

#service h2:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #0e79be;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}

#other-services .image {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	margin: 0 0 20px;
	padding-top: 33%;
	border-radius: 6px;
	background-size: cover;
	background-position: center;
}

#other-services ul#services {
	margin-bottom: 100px;
	text-align: center;
}

#other-services h3 {
	text-align: center;
	margin-bottom: 25px;
	font-size: 2.5rem;
}

#other-services ul#services h4 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.owl-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -60px;
}

.owl-nav.disabled + .owl-dots {
	margin-top: 15px;
}

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; 
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}

.owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 5px 7px;
	background: #ddd;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px; 
}

.owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background: #777; 
}

/* ------------ X.X Team
 * -----------------------------------------------------------------------------
 */

#team li {
	list-style-type: none;
	margin: 0 -2px 0 0;
	vertical-align: top;
	display: inline-block;
	float: none;
	margin-bottom: 50px;
	min-height: 100px;
	position: relative;
}

#team .image {
	width: 100px;
	padding-top: 100px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 6px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#team h3 {
	font-size: 1.25rem;
	color: #000;
	margin-bottom: 5px;
}

#team .position {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
}

#team .qualifications {
	margin-top: 10px;
	font-size: 0.75rem;
	color: #e82174;
	font-weight: 400;
	line-height: 1.2;
}

#team .bio p {
	font-size: 1rem;
}

/* ------------ X.X Team
 * -----------------------------------------------------------------------------
 */

ul.quote-list {
	margin: 0;
}

ul.quote-list li.quote-ctn {
	margin: 0;
	margin-bottom: 50px;
	font-size: 1rem;
	line-height: 1.5;
	list-style-type: none;
}

ul.quote-list .quote-ctn:last-child {
	margin-bottom: 0;
}

.quote-ctn .quote-lf,
.quote-ctn .quote-rt {
	display: inline-block;
	font-family: 'fc';
	position: absolute;
	font-size: 32px;
	color: #ccc;
}

.quote-ctn .quote-lf {
	top: 0;
	left: 0;
}

.quote-ctn .quote-lf:before {
	content: "\e904";
}

/*
.quote-ctn .quote-rt:before {
	content: "\e903";
}
*/
.quote-ctn .quote-rt {
	bottom: 0;
	right: 0;
}

.quote-ctn .quote {
	padding: 4px 0 4px 45px;
	position: relative;
}

.quote-ctn .by {
	padding: 0 45px;
	color: #0e79be;
	font-style: italic;
	font-size: .875rem;
	line-height: 1.2em;
}

img.services-ansul-logo {
	width: 100%;
	max-width: 180px;
}

/* ------------ X.X Downloads
 * -----------------------------------------------------------------------------
 */
 
.downloads,
.vacancies {
	margin-bottom: 50px;
}

.downloads li,
.vacancies li {
	list-style-type: none !important;
	margin: 0 !important;
	line-height: 1.2 !important;
}

.downloads li a,
.vacancies li a {
	border: none;
}

.downloads li a:before,
.vacancies li a:before {
	font-family: 'fc';
	content: "\e905";
	font-size: 24px;
	vertical-align: -4px;
	margin-right: 5px;
}

/* -------------------- ## Cookies Banner */

#cookiespop {
	position: fixed;
	z-index: 999999999;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: .875rem;
	background: #000;
	color: #fff;
	padding: 10px 100px 10px 10px;
	font-weight: 400;
	box-shadow: 0 0 4px rgba(0,0,0,.4);
}

#cookiespop a {
	color: #fff;
	text-decoration: underline;
}

#cookiespop .message {
	float: left;
}

#cookiespop .confirm-cookies-ctn {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
}

#cookiespop .confirm-cookies {
	display: table;
	height: 100%;
}

#cookiespop .confirm-cookies .text {
	display: table-cell;
	vertical-align: middle;
}

#cookiespop .confirm-cookies .text span {
	border: 1px solid #999;
	padding: 1px 7px;
	text-transform: uppercase;
}

#cookiespop .confirm-cookies:hover {
	cursor: pointer;
}

/* ------------ X.X GDPR
 * -----------------------------------------------------------------------------
 */

.cli_pg_page_contaner .cli_user_consent_state {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 700;
	background: #efefef;
	padding: 10px;
}

.cli_pg_page_contaner h3,
.cli_pg_page_contaner h5 {
	margin-top: 15px;
	font-size: 1.5rem;
}

.cli_pg_page_contaner .cli_settings_button,
.cli_pg_page_contaner .wt-cli-manage-consent-link {
	background: #0e79be;
	padding: 10px 15px;
	color: #fff !important;
	border: none !important;
	margin-bottom: 20px !important;
	display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	border-radius: 4px;
	line-height: 1;
}

.cli_pg_page_contaner .cli_settings_button:hover,
.cli_pg_page_contaner .wt-cli-manage-consent-link:hover {
	cursor: pointer;
}

.cli_pg_page_contaner table.cookielawinfo-winter,
.cli_pg_page_contaner table.cookielawinfo-classic,
.cli_pg_page_contaner table.cookielawinfo-classic td, 
.cli_pg_page_contaner table.cookielawinfo-classic th {
	font-size: 1.125rem;
	line-height: 1.5;
	font-family: inherit;
	text-transform: none;
	margin-left: 0;
}

/** style_1 Style */

table.cookielawinfo-style_1 {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
	margin: 0;
	margin-bottom: 20px;
	background: #fff;
}

table.cookielawinfo-style_1 thead tr th {
    background: #e2e2e2;
}

table.cookielawinfo-style_1 tfoot tr th,
table.cookielawinfo-style_1 tfoot tr td {
    color: #000;
    font-weight: bold;
}

table.cookielawinfo-style_1 tfoot tr th {
    width: 20%;
}

table.cookielawinfo-style_1 tfoot tr td {
    width: 80%;
}

table.cookielawinfo-style_1 td,
table.cookielawinfo-style_1 th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    line-height: 1.5;
    font-size: .875rem;
    vertical-align: top;
    width: 20%;
}

table.cookielawinfo-style_1 tr.odd th,
table.cookielawinfo-style_1 tr.odd td {
    background: #efefef;
}

body .cli-bar-container {
	font-size: 1rem;
	line-height: 1.4;
}

/* ------------ X.X Media Queries
 * -----------------------------------------------------------------------------
 */


@media only screen and (max-width: 767px) {

nav li {
	font-size: 1rem;
	line-height: 1.5;
}

nav li li a span:before {
	content: "- ";
}

}

@media only screen and (min-width: 766px) {

nav {
	position: absolute;
	right: 0;
	bottom: -18px;
}

nav ul {
	float: left;
}

nav li.home span {
	display: none;
}

nav li.home a:before {
	font-family: 'fc';
	content: "\e900";
}

nav li {
	float: left;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
}

nav li a {
	color: #333;
	display: inline-block;
	padding: 20px 14px;
}

nav li:last-child a {
	padding-right: 0;
}

#site-nav ul ul {
	visibility: hidden;
	opacity: 0.001;
	position: absolute;
	top: 55px;
	width: 180px;
	margin-left:-90px;
	left: 50%;
	z-index: 99999;
	box-shadow: 0px 2px 0 2px rgba(255,255,255,1);
	border-radius: 4px;
	background-color: #939599;
	transition: all 0.2s ease-in-out;
}

#site-nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}

#site-nav li:hover > a,
nav li.current-menu-item > a,
nav li.current-menu-ancestor > a,
nav li.current-post-ancestor > a,
nav .single-event li.events > a {
	z-index: 99999;
	position: relative;
	color: #0e79be;
}

#site-nav ul ul:before {
	content:"";
	position:absolute;
	left: 50%;
	top: -8px;
	border-width:0 8px 8px;
	margin: 0 0 0 -10px;
	border-style:solid;
	border-color:transparent transparent #939599;
	display:block;
	width:0;
	z-index:999;
}

#site-nav ul ul a:hover {
	color: #fff;
}

#site-nav ul ul ul {
	left: 100%;
	top: 0;
}

#site-nav ul ul li {
	font-size: 1rem;
	text-transform: none;
}

#site-nav ul ul li a {
	color: #fff;
	line-height: 1.2;
	padding: 5px 15px;
	width: 180px;
	height: auto;
}

#site-nav ul ul li:first-child a {
	padding-top: 15px;
}

#site-nav ul ul li:last-child a {
	padding-bottom: 15px;
}

#site-nav ul ul span {
	display: inline-block;
	transition: transform .3s ease
}

#site-nav ul ul a:hover > span {
	transform: translateX(5px)
}

}

@media only screen and (max-width: 1200px) {

.header-pane .page-title {
	font-size: 3.8rem;
}

}

@media only screen and (max-width: 1024px) {

.header-pane {
	padding-top: 42.5%;
}

.header-pane .page-title {
	width: 80%;
}

html footer {
	padding-bottom: 150px;
}

footer .cc {
	float: left;
	width: 100%;
	display: block;
}

footer .tel-email,
footer .site-info {
	text-align: center;
}

footer .footer-wrapper {
	padding: 20px 0;
}

footer ul.logos {
	float: none;
	display: table;
	margin: auto auto 20px;
	list-style: none;
	text-align: center;
}

footer ul.logos li {
	display: inline-block;
	margin-bottom: 10px;
	float: none;
}

html footer {
	padding-bottom: 0;
}

html footer .footer-ctn {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
}

footer .footer-ctn {
	bottom: auto;
}

}

@media only screen and (max-width: 767px) {

.toggle-nav {
	display: block;
}

nav {
	visibility: hidden;
	opacity: .00001;
	position: absolute;
	z-index: 99;
	padding: 15px;
	top: 5px;
	right: -5px;
	background: #efefef;
	border-radius: 4px;
	box-shadow: -3px 3px 0 0px rgba(0,0,0,0.3);
	transition: all 0.3s ease-in-out;
}

body.nav-open nav {
	visibility: visible;
	opacity: 1;
}
	
.header-pane .page-title {
	font-size: 3rem;
}

#page-intro .content {
	margin: 50px auto;
}

header {
	padding: 20px 0;
}
	
header #branding {
	width: 220px;
	height: 46px;
}

.details.g_8,
#sidebar.g_4 {
	width: 100%;
}

#sidebar.g_4 {
	margin-top: 50px;
}

#page-intro p {
	font-size: 1rem;
	margin-bottom: 15px;
}

ul#services.v1 h2 {
	font-size: 1.5rem;
}

#other-services h3 {
	font-size: 2rem;
}

#service {
	padding-top: 50px;
	padding-bottom: 50px;
}

}

@media only screen and (max-width: 840px) {

ul#services.v2 .features {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

ul#services.v2 .details {
	width: 100%;
}

}

@media only screen and (max-width: 600px) {

.c_12 {
	padding-right: 10px;
	padding-left: 10px;
}

.g_1,
.g_2,
.g_3,
.g_4,
.g_5,
.g_6,
.g_7,
.g_8,
.g_9,
.g_10,
.g_11,
.g_12 {
	display: inline;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}

.negative {
	margin-left: -10px;
	margin-right: -10px;
}

ul#services.v1 li {
	width: 100%;
}

ul#services.v2 .image {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	margin: 0 10px 20px;
	padding-top: 33%;
}

ul#services.v2 .content {
	padding-left: 0;
}

.header-pane .page-title {
	font-size: 2.25rem;
}

#page-intro .content {
	margin: 25px auto;
}

#service {
	padding-top: 25px;
	padding-bottom: 25px;
}

#other-services h3:before {
	margin-bottom: 25px;
}

#service.contact .g_6 {
	width: 100%;
}

#service.contact .map {
	margin-top: 50px;
}

#cookiespop {
	padding: 10px;
	text-align: center;
	width: 100%;
}

#cookiespop .message {
	width: 100%;
}

#cookiespop .confirm-cookies-ctn {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	width: 100%;
	float: left;
}

#cookiespop .confirm-cookies {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

}

@media only screen and (max-width: 480px) {

.c_12 {
	padding-right: 0;
	padding-left: 0;
}

.header-pane .page-title {
	bottom: 10px;
	left: 10px;
}

.header-pane {
	padding-top: 50%;
}

ul#services.v1 .content {
	max-width: 100%;
}

#other-services h3 {
	font-size: 1.5rem;
}

.btn.cta {
	max-width: 100%;
}

}

@media only screen and (max-width: 400px) {

.header-pane .page-title {
	font-size: 1.75rem;
}

}

/* ------------ X.X Print
 * -----------------------------------------------------------------------------
 */


@media print {
	
}