/*
Theme Name: LEP 2017 website
Theme URI: http://www.smartmultimedia.com.au/
Author: Smart Multimedia
Author URI: http://www.smartmultimedia.com.au/
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lep
Tags: custom
*/

/*
@font-face {
	font-family: 'Conv_Myriad Pro Regular';
	src: url('fonts/Myriad Pro Regular.eot');
	src: local('☺'), url('fonts/Myriad Pro Regular.woff') format('woff'),
					 url('fonts/Myriad Pro Regular.ttf') format('truetype'),
					 url('fonts/Myriad Pro Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Myriad Pro Light';
	src: url('fonts/Myriad Pro Light.eot');
	src: local('☺'), url('fonts/Myriad Pro Light.woff') format('woff'),
					 url('fonts/Myriad Pro Light.ttf') format('truetype'),
					 url('fonts/Myriad Pro Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
	font-family: 'Conv_EnzoOT-Medi';
	src: url('fonts/EnzoOT-Medi.eot');
	src: local('☺'), url('fonts/EnzoOT-Medi.woff') format('woff'),
					 url('fonts/EnzoOT-Medi.ttf') format('truetype'),
					 url('fonts/EnzoOT-Medi.svg') format('svg');
	font-weight: normal;
	font-style: normal;Ò
}
@font-face {
	font-family: 'Conv_EnzoOT-MediIta';
	src: url('fonts/EnzoOT-MediIta.eot');
	src: local('☺'), url('fonts/EnzoOT-MediIta.woff') format('woff'),
					 url('fonts/EnzoOT-MediIta.ttf') format('truetype'),
					 url('fonts/EnzoOT-MediIta.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_EnzoOT-Bold';
	src: url('fonts/EnzoOT-Bold.eot');
	src: local('☺'), url('fonts/EnzoOT-Bold.woff') format('woff'),
					 url('fonts/EnzoOT-Bold.ttf') format('truetype'),
					 url('fonts/EnzoOT-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'Conv_EnzoOT-BoldIta';
	src: url('fonts/EnzoOT-BoldIta.eot');
	src: local('☺'), url('fonts/EnzoOT-BoldIta.woff') format('woff'),
					 url('fonts/EnzoOT-BoldIta.ttf') format('truetype'),
					 url('fonts/EnzoOT-BoldIta.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a:active,
a:hover {
	outline: none;
	color: inherit;
}
a,
a:visited {
	color: #53565a;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 64px;
	font-family: 'Conv_EnzoOT-Bold';
	margin: 30px 0 10px;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	display: block;
	border: 0;
	height: auto;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 10px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

.single-post #content {border-top: 1px solid #d7d7d7;}

.single-post .entry-content p:first-child {font-size: 22px; line-height: 32px;color: #103f59;margin: 12px 0px 32px;}
.single-post .entry-content {font-size: 18px;line-height: 26px;}

.single-post .entry-content ul {list-style-type:disc; list-style-position: inside;margin-bottom: 1em;}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol,
li > ul,
li > ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

body.single-other .entry-content ul {list-style-type: disc; list-style-position: inside;}

ol {
	list-style: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    min-height: 31px;
	padding: 6px 16px 7px;
	border: 1px solid;
	border-color: #ff9e1b;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	line-height: 1;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	background-color: #ff9e1b;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ff9e1b;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #ff9e1b;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 4px 3px 4px 10px;
	border: 1px solid #c7c7c7;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-weight: normal;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

::-webkit-input-placeholder {
	color: #53565a !important;
}
::-moz-placeholder {
	color: #53565a !important;
}
:-moz-placeholder {
	color: #53565a;
}
:-ms-input-placeholder  {
	color: #53565a;
}

.btn { border-radius: 3px; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	font-family: 'Conv_EnzoOT-Medi';
	clear: both;
	float: left;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
	margin-right: 41px;
	line-height: 31px;
	float: left;
}

.main-navigation a {
    display: block;
    text-transform: capitalize;
    color: #53565a;
    font-family: 'Conv_EnzoOT-Medi';
    font-size: 18px;
    -webkit-font-smoothing: auto;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	background: #ffffff;
	margin-left: -10px;
	padding: 10px 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	padding: 5px 10px;
}

.main-navigation ul ul li {

}

.main-navigation li > a:hover{
	color: #ff9e1b;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*======= LEP GENERAL STYLES =======*/

/******** Main ********/

html, body {
	margin: 0;
	padding: 0;
	padding-right: 0 !important;
}
body {
	font-size: 16px;
	font-family: 'Conv_EnzoOT-Medi';
	color: #53565a;
	-webkit-font-smoothing: antialiased;
}
body *,
body *:focus {
	outline: none;
}
h2 {
	margin: 10px 0;
	font-size: 35px;
}
.home h2 {
	letter-spacing: 2.5px;
	margin-bottom: 30px;
}
h3 {
	font-size: 30px;
	color: #7094aa;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ff9e1b;
}
a,
button {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*
.container {
	max-width: 1024px;
	width: 100%;
	padding: 0 20px;
}
*/
.block_margin25 {
	height: 25px;
	clear: both;
}
.block_margin50 {
	height: 50px;
	clear: both;
}
.pos_absolute {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/******** Header & Footer ********/

.header {
	position: relative;
	padding: 5px 0;
}
.logo {
	display: inline-block;
    width: 105px;
    height: 90px;
    margin-left: -30px;
    text-indent: -9999px;
    background: url(img/logo.jpg) no-repeat center center;
    background-size: 105px;
    margin-top: 2px;
}
.navigation_wrap {
	min-width: 610px;
	font-family: 'Conv_EnzoOT-Medi';
}
.navigation_wrap .btn_wrap {
	text-align: right;
}
.navigation_wrap .btn_wrap a {
	padding: 3px 14px 2px;
	border: 2px solid #ff9e1b;
	border-radius: 3px;
	text-transform: uppercase;
	color: inherit;
    background: #fff;
    font-family: 'Conv_EnzoOT-Medi';
    font-size: 14px;
}
.navigation_wrap .btn_wrap a:hover{
	color: #ff9e1b;
}

.navigation_wrap .btn_wrap a.login-button {
	padding: 3px 14px 2px;
	border: 2px solid #ff9e1b;
	border-radius: 3px;
	text-transform: capitalize;
	color: inherit;
    background: #ff9e1b;
    color: #fff;
    font-family: 'Conv_EnzoOT-Medi';
    font-size: 15px;
}


.navigation_wrap .btn_wrap a + a {
	margin-left: 7px;
}
.search_box {
	margin-bottom: 15px;
}
.search_box a { font-family: 'Conv_EnzoOT-Medi';-webkit-font-smoothing: auto;margin-left: 8px; font-size: 14px; color: #929292; }
.search_btn {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -3px 5px 0px 0;
	vertical-align: middle;
	background: url(img/search.png) no-repeat;
	cursor: pointer;
}
.with_search  .search_btn {
	background: url(img/close.png) no-repeat;
}

.search_form_wrap {margin-top: -3px;}
.search_form_wrap.mobile,
.header .search-form,
.mobile_btn {
	display: none;
	text-align: right;
	margin-top: 0px;
}
.header .search-form label {
	width: calc(100% - 81px);
}
.header .search-form input[type="search"] {
	width: 100%;
}
.no-results .search-form{
	margin-bottom: 10px;
}

.footer {
	padding: 85px 0;
	background: #184156;;
/*
	background: -moz-linear-gradient(-45deg, #264977 0%, #182c54 100%);
	background: -webkit-linear-gradient(-45deg, #264977 0%,#182c54 100%);
	background: linear-gradient(135deg, #264977 0%,#182c54 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#264977', endColorstr='#182c54',GradientType=1 );
*/
}
.footer .logo {
	position: relative;
	top: -40px;
	width: 145px;
	height: 119px;
	margin-bottom: -25px;
	background-image:url(img/logo_footer.png);
	background-size: 120px 100px;
}
.footer_list > li {
	min-height: 207px;
	padding: 0 20px 20px;
	border-right: 1px solid #132241;
	color: #fff;
}
.footer_list > li:first-child {
	padding-left: 0;
}
.footer_list > li:last-child {
	border-right: none;
}
.footer_list h4 {
	margin: 0 0 30px;
	font-size: 20px;
	font-family: 'Conv_EnzoOT-Bold';
}
.footer_list p {
	padding-left: 54px;
	font-size: 24px;
	background: url(img/telephone.png) no-repeat center left 14px;
}
.footer_list ul a {
	line-height: 27px;
	font-size: 15px;
	color: #fff;
	font-family: 'Conv_EnzoOT-Medi';
}
.footer_list .australia {
	width: 217px;
    height: 151px;
	background: url(img/australia.png) no-repeat;
}
.footer_list .printing_logo {
	width: 100px;
	height: 100px;
	background: url(img/aa_printing_logo.png) no-repeat;
}
.footer_list .sgp_logo {
	width: 84px;
	height: 100px;
	background: url(img/sgp_logo.png) no-repeat;
}

/******** Homepage ********/
.top_wrapper {
	position: relative;
	padding: 180px 0;
	text-transform: uppercase;
	color: #fff;
	background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	background: url(img/top_img2.jpg);
	min-height: 250px;
}
.home .top_wrapper h1 { margin-bottom: 10px;text-transform: capitalize;
    font-variant-ligatures: none; 
    font-family: 'Conv_EnzoOT-Medi';}
    
.top_wrapper.inner {
	padding: 48px 0;
}
.top_wrapper .container {
	position: relative;
	z-index: 2;
}
.top_wrapper h1 {
	margin-bottom: 0;
	font-family: "Conv_EnzoOT-Medi";
    text-transform: none;
}
.top_wrapper p {
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 24px;
    font-family: 'Conv_EnzoOT-Medi';
}
.top_wrapper .container > a:first-of-type {
	margin-bottom: 16px;
	letter-spacing: 0px;
	padding: 12px 25px 10px;
	border-radius: 3px;
	font-size: 18px;
	font-family: 'Conv_EnzoOT-Bold';
	color: #fff;
	background-color: #ff9e1b;
}

.top_wrapper .container > a:first-of-type:hover {
	transition: all ease-in 200ms;
	background-color: #ffc600;
	cursor: hand;
	color: #252525;

}
.top_wrapper .video_link {
	display: inline-block;
	height: 20px;
	padding-left: 30px;
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	background: url(img/play_btn.png) no-repeat;
	cursor: pointer;
}
.wrapper_descr {
	padding: 19px 0;
	color: #fff;
	background-color: #1c4b60;
	
	/* background: #f25b04; 
background: -moz-linear-gradient(left, #f25b04 0%, #ed0404 100%); 
background: -webkit-linear-gradient(left, #f25b04 0%,#ed0404 100%); 
background: linear-gradient(to right, #f25b04 0%,#ed0404 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25b04', endColorstr='#ed0404',GradientType=1 ); */
}
.wrapper_descr p {
	margin: 0;
	font-size: 15px;
	color: #95b9ca;
}
.wrapper_descr p a {
	font-family: 'Conv_EnzoOT-Bold';
	color: #ffffff;
}
.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}

.advantages {
	padding: 80px 0 100px;
	font-size: 19px;
}
.advantages li {
	padding-top: 120px;
	color: #666666;
}
.advantages li.item_1 {
	background: url(img/time.png) no-repeat top center;
}
.advantages li.item_2 {
	background: url(img/print.png) no-repeat top center;
}
.advantages li.item_3 {
	background: url(img/car.png) no-repeat top center;
}
.advantages li span,
.business_card,
.options .list-inline li > div:last-child {
	font-size: 16px;
	font-family: 'Conv_EnzoOT-Medi';
	color: #999;
}

.home_list_wrapper,
.promotion {
	padding: 60px 0 40px;
	background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.home_list li {
	float: left;
	width: 23.4%;
	margin: 0 20px 20px 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.home_list li:nth-child(4n) {
	margin: 0 0 20px 0;
}
.home_list li a {
	width: 100%;
	height: 100%;
	padding: 130px 20px 20px;
	text-align: center;
	font-size: 20px;
	font-family: 'Conv_EnzoOT-Medi';
	color: #343740;
}
.home_list li:hover a {
	color: #fff;
}

.home_list li a:before {  
  content: '';
  position: absolute;
  width: 81px;
  height: 81px;
  top: 30px;
  left: 50%;
  margin-left: -40px;
  background-image: url(img/icon-spritesheet.png);}
  
.home_list li.cards {background-color: #fff;}
.home_list li.cards:hover {background-color: #ff9e1b;}
.home_list li.cards a:before {background-position: -115px -87px;}
.home_list li.cards:hover a:before {background-position: -206px -87px;}

.home_list li.brochures {background-color: #fff;}
.home_list li.brochures:hover {background-color: #ff9e1b;}
.home_list li.brochures a:before {background-position: -5px -5px;width: 45px;height: 76px;margin-left: -22px;}
.home_list li.brochures:hover a:before {background-position: -60px -5px;}


.home_list li.flyers {background-color: #fff;}
.home_list li.flyers:hover {background-color: #ff9e1b;}
.home_list li.flyers a:before {width: 75px;height: 74px;background-position: -5px -178px;margin-left: -37px;}
.home_list li.flyers:hover a:before {background-position: -90px -178px;}

.home_list li.stationery {background-color: #fff;}
.home_list li.stationery:hover {background-color: #ff9e1b;}
.home_list li.stationery a:before {width: 74px;height: 74px;background-position: -96px -326px;margin-left: -37px;}
.home_list li.stationery:hover a:before {background-position: -180px -326px;}

.home_list li.folders {background-color: #fff;}
.home_list li.folders:hover {background-color: #ff9e1b;}
.home_list li.folders a:before {width: 74px;height: 74px;background-position: -175px -178px;margin-left: -37px;}
.home_list li.folders:hover a:before {background-position: -297px -5px;}


.home_list li.magazines {background-color: #fff;}
.home_list li.magazines:hover {background-color: #ff9e1b;}
.home_list li.magazines a:before {width: 72px;height: 72px;background-position: -297px -89px;margin-left: -36px;}
.home_list li.magazines:hover a:before {background-position: -297px -171px;}

.home_list li.calendars {background-color: #fff;}
.home_list li.calendars:hover {background-color: #ff9e1b;}
.home_list li.calendars a:before {width: 77px;height: 72px;background-position: -115px -5px;margin-left: -36px;}
.home_list li.calendars:hover a:before {background-position: -202px -5px;}

.home_list li.posters {background-color: #fff;}
.home_list li.posters:hover {background-color: #ff9e1b;}
.home_list li.posters a:before {width: 81px;height: 76px;background-position: -259px -253px;margin-left: -40px;}
.home_list li.posters:hover a:before {background-position: -5px -326px;}


.description_box {
	display: flex;
}
.description_box > div:nth-child(odd) {
	padding-left: 0;
}
.description_box > div:nth-child(even) {
	padding-right: 0;
}
.description_box > div:nth-child(2) {
	margin: auto;
}
.description_box p {
	font-size: 20px;
}

.slider_section {
	background-color: #40c1ac;
	min-height: 330px;
}
.carousel-inner {
/* 	padding: 40px 92px; */
}
.carousel-control {
	width: 90px;
	text-shadow: none;
	opacity: 1;
}
.carousel-control:hover,
.carousel-control:focus {
	opacity: 1;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	width: 30px;
	height: 55px;
	margin-top: -28px;
}
.carousel-control .glyphicon-chevron-left:before,
.carousel-control .glyphicon-chevron-right:before {
	content: "";
}
.carousel-control .glyphicon-chevron-left {
	left: 10px;
	background: url(img/arr_left.png) no-repeat;
}
.carousel-control .glyphicon-chevron-right {
	right: 10px;
	background: url(img/arr_right.png) no-repeat;
}
.quote_slider.carousel {
/* 	min-height: 211px; */
	height: 100%;
	color: #fff;
	padding: 40px 92px;
}
.quote_slider .item p {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 27px;
    font-family: 'Georgia','Conv_EnzoOT-MediIta';
    font-style: italic;
}

.quote_slider .item {margin: 31px 0px !important;}

.quote_slider .item small {
	display: block;
	font-size: 15px;
}
.quote_slider .carousel-inner {
	display: flex;
	min-height: 211px;
	height: 100%;
}
.quote_slider .carousel-inner .item {
	margin: auto 0;
}

.home-description { background-repeat: no-repeat; background-position: 50% 0; padding: 100px 20px 100px 20px; }
@media (max-width: 1199px){
    .home-description { background-position: -350px 0; background-size: cover; }
}
@media (max-width: 991px){
    .home-description { background-image: none !important; padding: 40px 20px 40px 20px;}
}

/******** Service page ********/

.promotion {
	margin: 40px 0;
	padding: 34px 0;
    font-size: 50px;
	font-family: 'Conv_EnzoOT-BoldIta';
	color: #53565a;
}
.promotion_list {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 14px;
}
.promotion_list li {
	margin-bottom: 20px;
	color: #53565a;
}
.promotion_list li > div {
	padding: 15px 120px 15px 20px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    background-color: #f2f2f2;
}
.promotion_list li > div:hover {
	color: #fff;
	background: #ff9e1b;
}

.promotion_list li.posters > div {
	background: url(img/poster-icon.png) no-repeat center right 30px #f2f2f2;
}
.promotion_list li.posters > div:hover  {
	background: url(img/poster-icon_hov.png) no-repeat center right 30px #ff9e1b;
}	
		
.promotion_list li.cards > div {
	background: url(img/postcard-icon.png) no-repeat center right 30px #f2f2f2;
}
.promotion_list li.cards > div:hover  {
	background: url(img/postcard-icon_hov.png) no-repeat center right 30px #ff9e1b;
}			
		
.promotion_list li.business-cards > div {
	background: url(img/sm_cards.png) no-repeat center right 20px #f2f2f2;
}
.promotion_list li.business-cards > div:hover  {
	background: url(img/sm_cards_hov.png) no-repeat center right 20px #ff9e1b;
}
.promotion_list li.brochures-flyers > div {
	background: url(img/sm_brochures.png) no-repeat center right 34px #f2f2f2;
}
.promotion_list li.brochures-flyers > div:hover {
	background: url(img/sm_brochures_hov.png) no-repeat center right 34px #ff9e1b;
}
.promotion_list li.dl-flyers-cards > div {
	background: url(img/sm_flyers.png) no-repeat center right 20px #f2f2f2;
}
.promotion_list li.dl-flyers-cards > div:hover {
	background: url(img/sm_flyers_hov.png) no-repeat center right 20px #ff9e1b;
}
.promotion_list li.stationery > div {
	background: url(img/sm_stationary.png) no-repeat center right 20px #f2f2f2;
}
.promotion_list li.stationery > div:hover {
	background: url(img/sm_stationary_hov.png) no-repeat center right 20px #ff9e1b;
}
.promotion_list li.presentation-folders > div {
	background: url(img/sm_folders.png) no-repeat center right 20px #f2f2f2;
}
.promotion_list li.presentation-folders > div:hover {
	background: url(img/sm_folders_hov.png) no-repeat center right 20px #ff9e1b;
}
.promotion_list li.magazines > div {
	background: url(img/sm_magazines.png) no-repeat center right 20px #f2f2f2;
}
.promotion_list li.magazines > div:hover {
	background: url(img/sm_magazines_hov.png) no-repeat center right 20px #ff9e1b;
}
.promotion_list li.calendars > div {
	background: url(img/sm_calendars.png) no-repeat center right 20px #f2f2f2;
}
.promotion_list li.calendars > div:hover {
	background: url(img/sm_calendars_hov.png) no-repeat center right 20px #ff9e1b;
}
.promotion_list li.others > div {
	background: url(img/sm_others.png) no-repeat center right 20px #f2f2f2;
}
.promotion_list li.others > div:hover {
	background: url(img/sm_others_hov.png) no-repeat center right 20px #ff9e1b;
}
.promotion_list h3 {
	margin: 0 0 10px;
	font-size: 30px;
	color: #53565a;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'Conv_EnzoOT-Bold';
}
.promotion_list p {
	margin-bottom: 10px;
	font-size: 16px;
    line-height: 1.5;
}
.promotion_list a {

}

.promotion_list li > div:hover h3,
.promotion_list li > div:hover a  {
	color: #fff;
}

/******** Cards page ********/

.business_card {
	padding: 80px 0 100px;
	font-size: 19px;
}

.locations-intro {
	padding: 60px 0px;
	font-size: 19px;
}
.business_card .container > div,
.message .container > div ,
.templates_list li,
.dispatch .container > div {
	padding: 0;
}
.business_card .container > div:first-child {
	padding-right:50px;
}
.business_card h3 {
	margin: 20px 0 35px;
    font-family: 'Conv_EnzoOT-Medi';
	color: #666666;
}
.business_card .pos_absolute {
top: -140px;
    width: 600px;
    left: -100px;
    height: 436px;
    background-repeat: no-repeat;
    z-index: 1;
}
.message {
	padding: 20px 0;
	font-size: 20px;
	color: #303030;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	background-color: rgba(255,255,255,0.9);
}


.message.affix {
	width: 100%;
	top: 0px;
	-webkit-transition: all 200ms ease-in;
	z-index: 10000000;	
}

.message.affix a.btn-standard {padding:9px; border-radius: 5px; transition:all 500ms ease-in; font-size: 14px;}
.message .container {
	display: flex;
}
.message .col-md-8.col-sm-7 {
	margin: auto;
}
input.btn-standard,
a.btn-standard {
	padding: 21px 18px 19px;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Conv_EnzoOT-Bold';
	color: #fff;
	background-color: #ff9e1b;
	border-radius: 3px;
	z-index: 9;
    position: relative;
}
input.btn-standard {
	padding:12px 18px;
}
#options{
	background: #ececec; /* Old browsers */
	padding:60px 0px;
/* 	border-top: 1px solid #c7c7c7; */
}
.options h3 {
	margin: 20px 0 35px;
	color: #111d2d;
	text-align: center;
}
.options .list-inline {
	text-align: center;
}
.options .list-inline li {
	width: 30%;
	margin-right: 46px;
    padding: 0;
	vertical-align: top;
	text-align: left;
	border: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
.options .list-inline li:nth-child(3n) {
	margin-right: 0;
}
.options .list-inline li > div:first-child {
	position: relative;
	height: 175px;
}
.options .list-inline .pos_absolute {
    height: 215px;
	background: url(img/card.png) no-repeat left top;
	background-size: cover;
    background-position: center center;
}
.options .list-inline li > div:last-child {
	min-height: 230px;
	padding: 25px;
	background: #ffffff;

}
.options .list-inline h4 {
	text-transform: uppercase;
	font-family: 'Conv_EnzoOT-Bold';
	color: #666666;
	position: relative;
}

.settings_box {
	padding: 80px 0 100px;
}
.settings_box h3 {
	margin: 20px 0 35px;
	color: #385678;
}
.tab_name {
	padding: 17px;
	border: 2px solid;
	border-bottom: none;
	border-top: 1px solid #fff;
	border-left-color: #ebe9e6;
	border-right-color: #ebe9e6;
    line-height: 1;
    font-size: 24px;
	font-family: 'Conv_EnzoOT-Medi';
	color: #666666;
	background-color: #ebe9e6;
}
.tab_name.active {
	border: 2px solid;
	border-bottom: none;
	border-top: 1px solid #b9b9b9;
	border-left-color: #ebe9e6;
	border-right-color: #ebe9e6;
	color: #666666;
	background-color: #fff;
}
.tab_box {
	padding-top: 35px;
}

body.parent-pageid-149 ß.tab_box {border-left: 1px solid #ebe9e6;
    border-bottom: 1px solid #ebe9e6;
    border-right: 1px solid #ebe9e6;
    box-shadow: 0px -2px 1px -2px #909090;
    margin-bottom: 60px;
    }
    
.templates_list li > div:first-child {
	min-height: 310px;
	padding: 20px 46px;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}
.templates_list li > div:last-child {
	height: 38px;
	border-right: 1px solid #b5b5b5;
}
.templates_list li:nth-child(3n) > div:first-child,
.templates_list li:nth-child(3n) > div:last-child {
	border-right: none;
}
.templates_list span {
	display: block;
	font-weight: 600;
	color: #385678;
	font-size: 20px;
	white-space: nowrap;
}
.doc_dwnld {
	margin-top: 10px;
	padding-left: 36px;
	line-height: 29px;
	text-transform: uppercase;
	color: #666666;
	background: url(img/pdf_doc.png) no-repeat left top;
}

.dispatch {
	font-size: 22px;
	font-family: 'Conv_EnzoOT-Medi';
	color: #689bb4;
	background: #000e17;



}
.dispatch-overlay{
	padding: 115px 0;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}
.dispatch h3 {
	margin: 20px 0 55px;
	font-family: 'Conv_EnzoOT-Bold';
	color: #fff;
}

#news{
border-top:1px solid #e8e8e8;
background-color: #f8f8f8;
padding-bottom: 48px;
}

#news h2 {
	margin: 50px 0 50px;
	color: #111d2d;
	text-align:center;
}
#news .btn {
	margin:0 auto 50px auto;
	width:200px;
	display:block;
}
.latest-news-item {
	background:#fff;
	padding:10px 25px;
	font-size:16px;
	font-family:'Conv_EnzoOT-Medi';
	color:#999;
	margin-bottom:30px;
	min-height: 300px;

}
.latest-news-item h3 {
	font-family:'Conv_EnzoOT-Medi';
	color:#103f59;
	font-size:23px;
}

.latest-news-item .posted-on a {color: #999; font-size:14px;}
.latest-news-item h3 a {color: #103f59;}

#support-more {
	background-color: #40c1ac;
	color:#fff;
	padding:45px 0;
	text-align:center;
}
#support-more .row {
	padding:30px 100px 0 100px;
}
#support-more .btn {
	width:90%;
	background-color:#fff;
	color:#666;
	margin-bottom:20px;
}
#support-more .btn:hover {
	background-color:#333;
	color:#fff;
}

#locations {

	background: #ececec; /* Old browsers */
	}
.locations-item {
	background-color:#fff;
	background-size:auto 100%;
	background-position:0 50%;
	background-repeat:no-repeat;
	font-size:16px;
	font-family:'Conv_EnzoOT-Medi';
	color:#999;
	margin:50px 0 0 0;
	box-shadow:0 0 8px rgba(0,0,0,0.03);
}
.locations-item-details {
	padding:10px 25px;
	background:#fff;
}
.locations-item h3 {
	margin:0.5em 0;
	color: #111d2d;
}
.acf-map-container {
	margin:30px 0 50px 0;
	box-shadow:0 0 8px rgba(0,0,0,0.03);
	background:#fff;
	padding:10px;
}
.acf-map {
	width:100%;
	height:330px;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

#form-container {
	background:#40c1ac;
	color:#fff;
	padding:50px 0;
}
#form-container .panel {
	background:none;
	border:none;
	margin:0;
	box-shadow:none;
}
#form-container h2 {
	color: #fff;
	margin-bottom:30px;
}
#form-container input[type="text"],
#form-container textarea {
	border:none;
	margin-bottom:12px;
	border-radius:2px;
	color: #666666;
}

#form-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	color: #666666;
}

#form-container .gform_wrapper h3.gform_title {
	color: #fff;
	font-size: 32px;	
}

#faqs {
	background:#eee;
	padding:50px 0;
}
#faqs .panel-heading {
	padding:0;
}
#faqs .panel-heading a {
	padding:10px 15px;
	font-size:30px;
	background:#555;
	color:#fff;
}
#faqs .panel-body {
	padding:25px 60px;
}
.panel-heading .accordion-toggle {
	display:block;
}
.panel-heading .accordion-toggle:before {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e114";    /* adjust as needed, taken from bootstrap.css */
	float: left;        /* adjust as needed */
	color: grey;         /* adjust as needed */
	margin-right:15px;
}
.panel-heading .accordion-toggle.collapsed:before {
	/* symbol for "collapsed" panels */
	content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.panel-heading .accordion-toggle.has-media:after {
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e059";    /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
	color: #ccc;         /* adjust as needed */
}

#tabs .form-group {
	border-bottom:dotted 1px #aaa;
	padding-bottom:25px;
	margin:0 0 15px 0;
}
#tabs .form-group > div {
	padding-top:8px;
}

#jumpto {
	background:#184156;
	color:#57869e;
	padding:20px 0;
	text-align:center;
	font-family:'Conv_EnzoOT-Medi';
}

#jumpto.affix {  top: 0;
  left: 0;
  right: 0;
  z-index: 999}

a.scrolltome {margin-top: -70px;display: block;height: 90px;}

ul.scrolling-links-nav li.active a {background-color: #57869e; border-radius: 3px;}

.scrolling-links-wrap {display: inline-block;}

ul.scrolling-links-nav li {display: inline-block;}
#jumpto strong {color: #fff;}

#jumpto a {
	color:#fff;
	padding:0 3px;
}

/******** Standard pages ********/

.error-404.not-found {
	text-align: center;
}
.page-header {
	margin: 0;
	border-color: #ff9e1b;
}
h1.entry-title,
h1.page-title {
	margin: 25px 0 10px;
	font-size: 40px;
}

h1.entry-title.news-post {
	font-family:'Conv_EnzoOT-Medi';
	font-size: 48px; 
	color: #103f59; 
	text-align: center;
	margin-bottom: 36px;
	margin-top: 48px;
	}
.entry-meta {text-align: center;margin-bottom: 12px; font-size: 14px;}
.entry-meta a {color: #999;}
h2.entry-title,
h2.widget-title,
h2.comments-title {
	font-size: 30px;
}
h2.widget-title {
	padding:8px 0 18px 0;
}
.widget-area{
	padding-top: 20px;
}
.left_0 {
	padding-left: 0;
}

/* Homepage modal video */

	.modal-dialog {
width: auto;
max-width: 1280px;
padding: 40px;

}

.modal-content {background-color: transparent;}

.modal-body {padding: 0;}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.generic_guidelines ul {list-style-type: disc;list-style-position: inside; margin-bottom: 1rem;}
.generic_guidelines {font-size: 15px;}

body.page-template-page-forms #content {min-height: 950px;}
body.page-template-page-forms .gform_confirmation_message {font-size: 22px;margin-top: 153px;}

/* news page styling */

.post-thumbnail-area img { margin-top:8px;width: 100%; }
.post h2.entry-title { margin-top:0; }

/* Registration form page */

body.page-id-146 h1, body.page-id-146 .gform_description, body.page-id-146 .gform_confirmation_wrapper {color: #fff;}
.page-template-page-forms h1.entry-title {margin-top: 90px;}

body.page-id-146 .gform_wrapper {margin-top: 165px;}
body.page-id-146 ul.convert-list li {font-size: 22px; list-style-type: circle; list-style-position: inside; text-indent: -2em;
    padding-left: 2em; }
ul.convert-list {color: #fff;}
    .ui-datepicker-title select {color: #666;}
    body.page-id-146 .gform_wrapper .validation_message {color: #ffaaaa;}
    body.page-id-146 .gform_wrapper .validation_message a {color: #fff;}
/*  body .gform_wrapper .addressfields input   { margin-top: 16px; } */
.page-template-page-forms  .gform_wrapper li.hidden_label input {margin-top: 21px !important;}
.floatlabel.field--not-empty label {margin-top: 6px;}
.addressfields.field--not-empty label {margin-top: -44px !important; margin-left: 15px !important;}

input.itsg_abnlookup_checkabn {display: none;}


ul.half-list {list-style-type: circle;}

ul.half-list li {display: inline-block;  width: 40%; padding-left: 5%;}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.row-9 { margin-left: -9px; margin-right: -9px; }
.row-9 > li { padding-left: 9px; padding-right: 9px; }



/****** Editing Headings for indivdual products ****/

body.postid-132 .top_wrapper h1, body.postid-135 .top_wrapper h1, body.postid-137 .top_wrapper h1, body.postid-139 .top_wrapper h1, body.postid-141 .top_wrapper h1 {color: #216f82;}
body.postid-132 .top_wrapper p, body.postid-135 .top_wrapper p, body.postid-137 top_wrapper p, body.postid-139 .top_wrapper p, body.postid-141 .top_wrapper p {color: #4fa2b0;}

body.postid-134 .top_wrapper h1, body.postid-136 .top_wrapper h1, body.postid-305 .top_wrapper h1 {color: #ca650e;}
body.postid-134 .top_wrapper p, body.postid-136 .top_wrapper p, body.postid-305 .top_wrapper p {color: #9e7a50;}


.support-panel {margin-top: 80px;margin-bottom: 40px; text-align: center }
.support-panel img {margin: 0 auto;}
.support-panel  a.btn-standard {padding: 10px;}
.support-panel .inner-wrapper {min-height: 280px;}
.support-panel .inner-wrapper h3 {color: #000;}
.support-panel .inner-wrapper p {font-size: 20px;}
.support-panel.supportcentre .inner-wrapper {background-position: center center; background-size: cover; }
.support-panel.artworktemplates .inner-wrapper { background-position: center center; background-size: cover; }

.parallax-window {
    min-height: 250px;
    background: transparent;
}




/*Horizontal Sliding*/

.home .top_wrapper p {margin-left: -200px;}
.slidingHorizontal{
	display: inline;
	text-indent: 5px;

}
.slidingHorizontal span{
	animation: leftToRight 12.5s linear infinite 0s;
	-ms-animation: leftToRight 12.5s linear infinite 0s;
	-webkit-animation: leftToRight 12.5s linear infinite 0s;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingHorizontal span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingHorizontal span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingHorizontal span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingHorizontal span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*leftToRight Animation*/
@-moz-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateX(-50px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateX(-50px); }
	10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateX(-50px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #FFFFFF;
  width: 100%;
  height: 200%;
  text-align: left;
  border-collapse: collapse;
  color: #000;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #d7d7d7;
  padding: 8px 8px;
}
table.blueTable tbody td {
    font-size: 16px;
    font-family: helvetica;
    color: #666666;
    padding: 10px;
    text-align: center;
}
table.blueTable tr:nth-child(even) {
  background: #EBEBEB;
}
table.blueTable thead {
  background: #636363;

}
table.blueTable thead th {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 0px solid #D0E4F5;
  text-align: center;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot td {
  font-size: 8px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #204c5f;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

h2.sddndd-head {     
	font-size: 42px;
    color: #ef7721;
    width: 100%;
    display: inline-block;
    font-family: "Conv_EnzoOT-MediIta";
    text-align: center;
}



h3.sddndd-head, a.sddndd-head {font-size: 28px;  font-family: "Conv_EnzoOT-MediIta";}

a.sddndd-head.active{color:#000;}
.sddndddispatchwrap .tab_box {padding-top: 1px;}


img.sdd-ndd-icon {max-height: 50px; padding-right:10px; float:left;margin-top: -5px; }
div.ndd-wrap  {padding: 20px; box-shadow: 0px 0px 0px 1px rgba(229,99,3,1);
    overflow: hidden; margin-bottom: 80px;    margin-top: -20px;}
  div.ndd-wrap  h3.sddndd-head {color: #e56303;}
     div.sdd-wrap  h3.sddndd-head {color: #ba1d1f;}
    
    div.sdd-wrap {padding: 20px; box-shadow: 0px 0px 0px 1px rgba(184,0,15,1);
    overflow: hidden; margin-bottom: 80px;    margin-top: -20px;}
    
    div.sdd-wrap h2.sddndd-head {color: #fc000a;}
    
    li.sddndd-menu {
	    color: #fff;
	    background: #f25b04; /* Old browsers */
background: -moz-linear-gradient(left, #f25b04 0%, #ed0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f25b04 0%,#ed0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f25b04 0%,#ed0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25b04', endColorstr='#ed0404',GradientType=1 ); /* IE6-9 */
width: 100%;
}

li.sddndd-menu a {color: #fff;}
    
    
    a.float-for-quote {float:right; color:#fff; background: #f25b04; /* Old browsers */
background: -moz-linear-gradient(left, #f25b04 0%, #ed0404 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f25b04 0%,#ed0404 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f25b04 0%,#ed0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25b04', endColorstr='#ed0404',GradientType=1 ); /* IE6-9 */
    }
    
    p.bigtext {font-size:24px;text-align: center; color: #333;}
    
    .gform_wrapper.sdd-register-wrap_wrapper {    max-width: 540px;
    margin: 0 auto;
    padding: 0px 40px 40px;
    /* border: 1px solid #c7c7c7; */
    box-shadow: 0px 0px 50px 0px #c7c7c7;
    border-radius: 10px;
    margin-bottom: 60px;
    margin-top: 50px;}
    
    .gform_wrapper.sdd-register-wrap_wrapper span.gform_description {

    font-size: 25px;
    color: #ff9e1b;
    font-weight: bold;
    
    
}

@media print,screen and (max-width:62em) { 
	

	  
	  a.float-for-quote {float: none !important;}
	
	}