/*
Theme Name: Maintheme
Theme URI: 
Description: 
Author: iCreationslab
Author URI: http://www.icreationslab.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
.home #container {
	background:none;
}
#container {
	width:1245px;
	margin:auto;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Arial, Helvetica, sans-serif;
}
input[type="submit"] {
	font-family: Arial, Helvetica, sans-serif;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
}
code {
	font-family: Arial, Helvetica, sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}
#wrapper {
	padding:0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #2e2e2e;
	font-size: 17px;
	font-weight:normal;
	line-height: 1.2;
}
hr {
	background-color: #eaeaea;
	border: 0;
	clear: both;
	height: 1px;
	margin-top:50px;
	margin-bottom: 50px;
}

/* Text elements */
p {
	padding-bottom: 22px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: 600;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.7ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="date"],
textarea,
select {
	background: #fff;
	border: 0;
	padding: 5px 10px;
	font-size: 14px;
}
a {
	color: #e43c42;
	text-decoration:none;
	/*display: inline-block;*/
}
a:active,
a:hover {
	color:#155987;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access , #accessmobile {
}
#access .menu-header, #accessmobile .menu-header ,
div.menu {
	font-size: 0;
}
#access .menu-header ul, #accessmobile .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li, #accessmobile .menu-header li,
div.menu li {
	display:inline-block;
	*display:inline;
	zoom:1;
	position: relative;
	margin: 0;
}
#access .menu-header li.last , #accessmobile .menu-header li.last {
	margin-right:0;
}
#access a , #accessmobile a {
	color: #7d7e7e;
	display: block;
	padding:32px 15px;
	text-decoration: none;
	font-weight:300;
	margin: 0;
	font-size: 15px;
	border:0;
	text-transform:none;
	font-family:"Poppins", Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	border-bottom: 0;
}
#access ul ul , #accessmobile ul ul {
	display: none;
	position: absolute;
	top: 86px;
	left: 0;
	float: left;
	width: 266px;
	z-index: 99999;
	padding:20px 0;
	background:#272727;
	border:0;
	text-align: left;
}
#access ul ul li , #accessmobile ul ul li {
	float:none;
}
#access ul ul ul , #accessmobile ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a , #accessmobile ul ul a {
	line-height: 1em;
	padding: 10px 25px;
	height: auto;
	margin:0;
	text-transform:none;
	font-weight: normal;
	background:#272727;
}
#access li:hover > a,
#access ul ul :hover > a ,
#accessmobile li:hover > a, 
#accessmobile ul ul :hover > a {
	color:#000000;
	/*background:#0178d6;
	border-color:#0178d6;*/
}
#access ul li:hover > ul , #accessmobile ul li:hover > ul {
	/*display:block;*/
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current-page-ancestor > a,
#accessmobile ul li.current_page_ancestor > a,
#accessmobile ul li.current-menu-ancestor > a,
#accessmobile ul li.current-menu-item > a,
#accessmobile ul li.current-menu-parent > a,
#accessmobile ul li.current-page-ancestor > a {
	color:#000000;
	/*background:#0178d6;
	border-color:#0178d6;*/
}

#access ul li.current_page_item:hover > a,
#access ul li.current_page_ancestor:hover > a,
#access ul li.current-menu-ancestor:hover > a,
#access ul li.current-menu-item:hover > a,
#access ul li.current-menu-parent:hover > a,
#access ul li.current-page-ancestor:hover > a,
#accessmobile ul li.current_page_item:hover > a,
#accessmobile ul li.current_page_ancestor:hover > a,
#accessmobile ul li.current-menu-ancestor:hover > a,
#accessmobile ul li.current-menu-item:hover > a,
#accessmobile ul li.current-menu-parent:hover > a,
#accessmobile ul li.current-page-ancestor:hover > a {
	color:#000000;
	/*background:#0178d6;*/
}


#access ul li:hover a span,
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current-page-ancestor > a,
#accessmobile ul li:hover a span,
#accessmobile ul li.current_page_item > a,
#accessmobile ul li.current_page_ancestor > a,
#accessmobile ul li.current-menu-ancestor > a,
#accessmobile ul li.current-menu-item > a,
#accessmobile ul li.current-menu-parent > a,
#accessmobile ul li.current-page-ancestor > a  {
	/*padding-bottom:5px;
	border-bottom:4px solid #6d6d6d;*/
}
/*
#access a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #6d6d6d;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

#access a:hover::after,
#access a:focus::after,
#access ul li.current_page_item > a::after,
#access ul li.current_page_ancestor > a::after,
#access ul li.current-menu-ancestor > a::after,
#access ul li.current-menu-item > a::after,
#access ul li.current-menu-parent > a::after,
#access ul li.current-page-ancestor > a::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}*/

* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
}

#access .menu-header li.last a {  }


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	padding: 0;
	position:relative;
	z-index:0;
}
.home #main { }
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.search .product , .hentry {
	margin: 0 0 35px 0;
    padding: 0 5px 20px;
	border-bottom:1px solid #e9ebe8;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 15px 0 10px;
}
.entry-title a { 
	font-size: 24px;
	display:block;
	
}
.entry-title a:link,
.entry-title a:visited {
	color: #000000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color:#e43c42;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	font-size:14px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	display: inline-block;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 25px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 15px auto 35px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
	display:block;
	width:100%;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #848484;
	font-size: 13px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
	padding:0 8px 0 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
	border:0;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.gallery.gallery-columns-3 .gallery-caption { max-width: 275px; }
.gallery.gallery-columns-3 .gallery-item { max-width: 275px; margin: 0 0 0 45px; }
.gallery.gallery-columns-3 .gallery-item:first-child { margin-left:0; }


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
--------------------------------------------------------------

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
 */

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* custom */
.clearer , .rowclearer { clear:both; }
img { display:block; max-width:100%; }
*:focus { outline:none; }
a , button , input[type="submit"] { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
table tr td { vertical-align:top; }
ul { list-style-image:url(images/li.png); }
ul li { }

body { padding-top: 132px; }
#container { width:auto; }
.contentwrapper { width:1325px; max-width:100%; margin:auto; }
.mobileclearer { display:none; }

.semibold { font-weight:600; }
.mobileclearer { display:none; }
.center { text-align:center; }
div, span, a, dl, dt, a, td, input, textarea, select, ul, li { box-sizing:border-box; }

/* header */
.topbarwrapper { background:#515151; font-size:13px; color:#ffffff; font-family:"Poppins",Arial, Helvetica, sans-serif; }
.topbarcontainer { width:1245px; margin:auto; padding:5px 0; }
.topbarleft { float:right; padding: 0 0 2px; }
.topbarright { float:left; padding: 0; }
.topbarcontainer .socialcontainer img { }

.headerouterwrapper { position:fixed; top: 0; left:0; z-index: 10; width: 100%; border-bottom:1px solid transparent; }
.headerouterwrapper.dark { background:#fff; box-shadow: 0 0 10px 0 #7e7c7c; }
body.nobanner .headerouterwrapper.dark  { border-color:#f5f5f5; box-shadow: 0 0 5px 0 #f5f5f5; }
.headerouterwrapper.fixed .announcementswrapper { top:-500px; }

.headerouterwrapper.dark .topmenu a { background:#fff; color:#285f9d; }
.headerouterwrapper.dark .topmenu a:hover { background:#ffea00; }
.headerouterwrapper.fixed { position:fixed; top:0; left:0; width:100%; }
.headerwrapper { font-family:"Poppins",Arial, Helvetica, sans-serif; margin: auto; z-index: 10000; width:100%; }
#header { position:relative; z-index:10; width:1785px; max-width:100%; margin:auto; padding:15px 35px 0; }
.headerleft { float:left; margin:0; }
.headerright { margin:0; }
.headermiddle { }

.contactlocation { background:url(images/contactlocationbg.png) no-repeat; width:193px; height:83px; text-align:center; color:#fff; font-size:12px; text-transform:uppercase; padding: 8px 0 0; }
.contactlocation p { padding:0; }

body .languagebox { float:right; margin: 0 0 0 5px; padding:15px 0; }
body .languagebox #access { border-left:1px solid #6e849b; padding:0 0 0 8px; }
body .languagebox #access ul { margin:0; }
body .languagebox #access ul li { list-style:none; display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
body .languagebox #access a { padding:0 10px; color:#fff; font-size: 14px; }
body .languagebox #access ul li.current-menu-item > a, body .languagebox #access ul li.current_page_item > a { color:#fff; }
body .languagebox #access a:hover, body .languagebox #access ul li.current-menu-item > a:hover { color: #a0bacf; }

.logobox { margin: 0; display:inline-block; *display:inline; zoom:1; vertical-align:middle;  line-height: 1; }
.logocontainer { padding:0; position:relative; }
.logocontainer a { display:block; padding:0; font-size:0; }
.logobg { background:url(images/logobg.png) no-repeat center; width: 368px; height: 182px; position: absolute; top: 0; left: -60px; right: 0; }
.logocontainer img { position:relative; z-index:1; margin: auto; width: 100%; }
.logobox .logoimage { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.logobox .logotitlebox { display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding:5px 10px 0; }
.logobox .logotitle { font-size:36px; color:#ff0a0f; line-height: 24px; overflow: hidden; }
.logobox .logosubtitle { font-size:21px; color:#414141; line-height: 15px; letter-spacing: 2px; padding: 0 3px; overflow: hidden; }

.socialcontainer { margin:0; padding:0; font-size:0; } 
.socialcontainer .socialbtn { display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin:0 5px; font-size:14px; }
.socialcontainer .socialbtn.first { margin-left:0; }
.socialcontainer .socialbtn .iconlabel { font-size:13px; color:#fff; font-weight:300; margin:0 10px 0 5px; text-transform:uppercase; line-height:1.2; }
.socialcontainer .socialbtn .iconlabel , .socialcontainer .socialbtn .icon { display:inline-block; *display:inline; zoom:1; vertical-align:middle; position: relative; }
.socialcontainer .socialbtn a { display:inline-block; position:relative; margin: 0; color:#fff; font-weight:bold; text-decoration:none;
	-webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.socialcontainer .socialbtn a img { display:inline-block; *display:inline; zoom:1; vertical-align:top; }
.socialcontainer .socialbtn a span { display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin: 0 0 0 5px; }
.socialcontainer .socialbtn a:hover { color:#000; }
.socialcontainer .socialbtn a:hover .iconlabel { color:#ccddec; }
.socialcontainer .socialbtn img.hoverimg { position:absolute; top:0; left:0; visibility:hidden; }
.socialcontainer .socialbtn a:hover img { visibility:hidden; }
.socialcontainer .socialbtn a:hover img.hoverimg { visibility:visible; }
.socialbtn a , .footercol .socialbtn a:hover { background:none; }
.socialcontainer .socialbtnicon { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.socialcontainer .socialbtnlabel { display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin:0 0 0 5px; }
.socialcontainer .socialnetworktitle {  display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:17px; font-weight:600; letter-spacing: 1px; padding:0 15px 0 10px; line-height:1.2; }

.headerwrapper .socialcontainer { margin:0; }
.topbarright .socialcontainer .socialbtn { margin: 0 8px; }

.booknowmenu { display:inline-block; *display:inline; zoom:1; vertical-align:middle; position: absolute; top: -8px; right: 0; }
.booknowmenu a { background:#909090; color:#fff; font-size:13px; font-weight:bold; text-transform:uppercase; display:block; padding: 15px 10px 10px; border-radius: 0 0 8px 8px; letter-spacing: 1px; position:relative; }
.booknowmenu a img { margin:auto; }
.booknowmenu .booknowicon { margin:0 0 5px; }
.booknowmenu .booknowbtnlabel { }
.booknowmenu .booknowarrow { width:7px; position:absolute; left:-7px; top:0; }

.brochurebtn { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.brochurebtn a { background:#193281; color:#fff; font-size:15px; padding: 10px 15px; display: block; border-radius: 7px; }
.brochurebtn a:hover { background:#ff0a0f; }

.headericonblock { color:#aaaaaa; font-size:14px; }
.headericonbox { display:inline-block; *display:inline; zoom:1; vertical-align:top; margin-left:15px; }
.headericonbox .headericon { display:inline-block; *display:inline; zoom:1; vertical-align:top; margin-right:5px; }
.headericonbox .headericondesc { display:inline-block; *display:inline; zoom:1; vertical-align:top; }

.shownowbtn { display:inline-block; *display:inline; zoom:1; vertical-align:top; }
.subscribebtn { display:inline-block; *display:inline; zoom:1; vertical-align:top; margin:0 0 0 15px; }
.shownowbtn a { background:#4f4f4f url(images/cart.png) no-repeat 12px center; font-size:14px; color:#fefefe; text-transform:uppercase; display:inline-block; padding: 8px 15px 8px 37px; }
.shownowbtn a:hover { background-color:#000; background-image:url(images/cart_hover.png); }
.subscribebtn a { background:#f6f6f6 url(images/subscribe.png) no-repeat 12px center; font-size:14px; color:#8f8f8f; display:inline-block; padding: 8px 15px 8px 40px; }
.subscribebtn a:hover { background-color:#4f4f4f; color:#fff; background-image:url(images/subscribe_hover.png); }

.subscribeformbox { padding:20px; }
.subscribeformbox p { padding:0; }
.subscribeformbox table { }
.subscribeformbox table tr td { padding:0 0 7px; }
.subscribeformbox h1 { color:#787878; margin:0 0 5px; }
.subscribeformbox .captcharight { margin:0; }
.subscribeformbox input[type="submit"] { background:#4f4f4f; border:0; color:#fff; font-size: 15px; cursor:pointer; padding: 5px 15px; }
.subscribeformbox input[type="submit"]:hover { background:#000; }
.subscribeformbox .submit-btn { position:relative; }
.subscribeformbox div.wpcf7 img.ajax-loader { position:absolute; top: 7px; left: 85px; } 
.subscribeformbox .customform div.wpcf7-validation-errors { padding: 8px; color:#000; margin: 0 0 5px; }
.subscribeformbox .customform div.wpcf7-mail-sent-ok { padding: 8px; margin: 0 0 5px; }

.contactblockcontainer { margin:0; display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.contactblockcontainer table { height:100%; }
.contactblockcontainer table tr td { vertical-align:middle; }
.contactblock { font-size:14px; color:#5f5f5f; margin: 0 15px 0 0; padding: 0 15px 0 0; display:inline-block; *display:inline; zoom:1; vertical-align:middle; border-right: 1px solid #50a5cf; }
.contactblock.last { margin-right:0; padding-right:0; border:0; }
.contactblock .blockicon { display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin:0; }
.contactblock .blocklabel { display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-transform:uppercase; padding: 0 5px 0 0; }
.contactblock .blockvalue { display:inline-block; *display:inline; zoom:1; vertical-align:middle; color:#afafaf;  }
.contactblock .blockvalue p { padding:0; }
.contactblock .blockvalue a { color:#9a9a9a; }
.contactblock .blockvalue a:hover { color:#fff; }

.headertoplinkcontainer { display:inline-block; *display:inline; zoom:1; vertical-align:middle; position:relative; }
.headertoplinkcontainer:hover .headertoplinkicon { background-color:#e7e7e7; }
.headertoplinkicon { cursor:pointer; background:url(images/account.png) no-repeat center; width:50px; height:83px; }
.headertoplink { position:absolute; top:83px; left:0; background:#787878; text-align:left; width: 115px; display:none; }
.headertoplink ul { margin:0; padding:0; }
.headertoplink ul li { list-style:none; }
.headertoplink a { color:#fff; display:block; border-bottom:1px solid #8e8e8e; font-size:13px; text-transform:uppercase; padding:7px 20px; }
.headertoplink li:hover a{ background-color:#8e8e8e; }

.navigationwrapper { border-left:0; border-right:0; position:relative; background:url(images/navbg.png); }
.navigationcontainer { width:1245px; margin:auto; position:relative; text-align: center; }
.mainnavigation { margin:0; display:inline-block; *display:inline; zoom:1; vertical-align:middle; float:none; font-weight: 600; }
.mainnavigation #access .menu-header li.home a { background:url(images/homeicon.png) no-repeat center; text-indent: -999999em; padding: 0 30px; }
.mainnavigation #access .menu-header li.home:hover a { background-image:url(images/homeicon_hover.png); }

.navigationblockleft { float:right; min-width:72%; }
.navigationblockright { float:right; padding-top:1px; padding-left:45px; }
.navigationblockmiddle { position:absolute; top:-17px; left:0; right:0; margin:auto; width:247px; z-index: 99999; }
.navigationblockleft .mainnavigation { }

.topsearchcontainer { display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin: 0 10px; *max-width:30px; float:none; position: relative; }
.topsearchcontainer.active { *max-width:181px; }
.searchcontainer { float:right; width: 300px; margin-top: 67px; position:relative; }
.searchbtn { width: 30px; height: 86px; background: url(images/searchbtn.png) no-repeat center; cursor: pointer; float:right; position:relative; display:none; 
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.searchbtn:hover { background-image: url(images/searchbtn_hover.png); }
.searchbtn.active { background-image: url(images/hide.png); }
.searchbtn.active:hover { background-image: url(images/hide_hover.png); }
.searchbtnarrow { background:url(images/searchnavarrow.png) no-repeat bottom center; width: 15px; height: 7px; position: absolute; bottom: -1px; left:0; right: 0; margin: auto; display:none; }
.topsearch { float:right; position:relative; margin: 12px 0 0;  }
.topsearchbox form { display:block; }
.topsearchbox { /*float:right;*/ margin:0; border:0; padding: 0; margin:0; /*position:absolute; top:86px; right:0; width:205px;*/ }
.topsearchbox fieldset { float:left; }
.topsearchbox fieldset input { height:46px; padding:0; border:0; width:162px; font-size:14px; color:#fff; font-weight:300; background:none; }
.topsearchbox input[type="submit"] { border:0; font-weight:600; font-size: 14px; text-transform:uppercase; color:#ffffff; background:url(images/searchbtn2.png) no-repeat center; text-indent:-999999em; border:0; padding:0; width:31px; height: 46px; cursor:pointer; overflow: hidden; }
/*.topsearchbox input[type="submit"]:hover { color:#fff; background-image:url(images/searchbtn2_hover.png); }*/
.topsearchbox input::-webkit-input-placeholder {
   color: #fff;
}
.topsearchbox input:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
.topsearchbox input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
.topsearchbox input:-ms-input-placeholder {  
   color: #ff;  
}
.topsearchbox textarea:-ms-input-placeholder {  
   color: #fff;  
}

#access ul li.menu-item-has-children a .navarrow { width:19px; height:5px; background:url(images/navarrow.png) no-repeat center; display:inline-block; position:absolute; bottom:0; left:0; right:0; margin:auto; display:none; /*display:none !important;*/ }
#access ul li.menu-item-has-children:hover a .navarrow , #access ul li.menu-item-has-children.current-page-ancestor a .navarrow { background-image:url(images/navarrow_hover.png); } 
#access ul li.menu-item-has-children ul a .navarrow { display:none !important; }
#access .menu-header ul ul li span { border:0; padding:0; }
#access .menu-header li.menu-item-has-children a {/* background-image:url(images/dropdownarrow.png); background-position:90% center; background-repeat: no-repeat; padding-right:30px;*/ }
#access .menu-header li.menu-item-has-children:hover ul a , #access .menu-header li.current-menu-parent ul a , #access .menu-header li.current_page_parent ul a, #access .menu-header li.current_page_ancestor ul a , #access .menu-header li.current-menu-item.menu-item-has-children ul a , #access .menu-header li.menu-item-has-children:hover a , #access .menu-header li.menu-item-has-children.current-menu-ancestor a { /*background-image:url(images/dropdownarrow_active.png);*/ }
#access .menu-header li.current-menu-item.menu-item-has-children ul a , #access .menu-header li.menu-item-has-children.current-menu-ancestor ul a { }
#access .menu-header ul ul li { margin:0; float:none; display:block; }
#access .menu-header ul li.menu-item-has-children ul a , #access .menu-header li.menu-item-has-children:hover ul a { color:#878686; font-size:14px; border: 0; }
#access .menu-header ul li.menu-item-has-children ul li:hover a { color:#fff; }
#access .menu-header ul li.menu-item-has-children li.menu-item-has-children a { /*background-image:url(images/dropdownarrow2.png); background-position:94% center; background-repeat: no-repeat;*/ }
#access .menu-header ul li.menu-item-has-children li.menu-item-has-children:hover a { /*background-image:url(images/dropdownarrow2_active.png); /*background-position:90% center; background-repeat: no-repeat;*/ }
#access .menu-header ul li.menu-item-has-children li.menu-item-has-children li a { background:none; background-color:#606060; color:#fff; }
#access .menu-header ul li.menu-item-has-children li.menu-item-has-children li:hover a { color:#0468b6; }
#access .menu-header ul ul ul { top: 0; left: 240px; }
#access .menu-header ul li.menu-item-has-children li.menu-item-has-children ul a , #access .menu-header ul li.menu-item-has-children li.menu-item-has-children:hover ul a { background:url(images/dropdownbg.png); color: #464646; }
#access .menu-header ul li.menu-item-has-children li.menu-item-has-children ul li:hover a { background-image:url(images/dropdownbg_hover.png); color:#fff; }
#access .linklabel { border-bottom:0; padding:0; display: block; }
#access ul li.current_page_item > a .linklabel, #access ul li.current_page_ancestor > a .linklabel, #access ul li.current-menu-ancestor > a .linklabel, #access ul li.current-menu-item > a .linklabel, #access ul li.current-menu-parent > a .linklabel, #access ul li.current-page-ancestor > a .linklabel { border-color:#07487f; }
#access .navarrow { position:absolute; bottom:0; left:0; right:0; margin:auto; }

.donation #access .menu a { color:#fff; font-size:17px; font-weight:300; padding:16px 36px; text-transform:uppercase; letter-spacing:1px; border-radius: 10px; overflow: hidden;
background: rgb(204,45,62);
background: -moz-linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
background: -webkit-linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
background: linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc2d3e",endColorstr="#ee473a",GradientType=1);
}
.donation #access .menu li:hover a { background: rgb(204,45,62);
background: -moz-linear-gradient(38deg, rgba(183,30,47,1) 0%, rgba(228,67,36,1) 100%);
background: -webkit-linear-gradient(38deg, rgba(183,30,47,1) 0%, rgba(228,67,36,1) 100%);
background: linear-gradient(38deg, rgba(183,30,47,1) 0%, rgba(228,67,36,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc2d3e",endColorstr="#ee473a",GradientType=1); }

.topmenu { float:right; margin:24px 0 0; }
.topmenu ul { margin:0; }
.topmenu li { float:left; list-style:none; margin: 0 0 0 10px; }
.topmenu a { font-size: 14.5px; color: #fff; background:#285f9d; font-weight: normal; padding: 13px 15px; display: inline-block; border-radius:0; text-transform:none; }
.topmenu li:hover a { background:#ffea00; color:#013875; }
.topmenu li.orange a { background:#e7753d; }
.topmenu li.orange a:hover { background:#A9A9A9; }
.topmenu li.current_page_item a , .topmenu li.current-page-ancestor a { color:#fff; }

.onlinestorebtn { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.onlinestorebtn a { display:block; font-size:16px; color:#fff; text-transform:uppercase; font-weight: 600; }
.onlinestoreicon { position:relative; display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.onlinestoreicon img { }
.onlinestoreicon img.hover { position:absolute; top:0; left:0; visibility:hidden; }
.onlinestoretext { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:75px; margin: 0 0 0 5px; }
.onlinestorebtn a:hover { color:#730000; }
.onlinestorebtn a:hover img.hover { visibility:visible; }

.socialcontainer { }
.fblikebtn { margin: 6px 15px; display:inline-block; *display:inline; zoom:1; vertical-align:middle; position:relative; width:158px; text-align: center; }
.fbleft { background:url(images/facebookgif.gif) no-repeat center top; width:158px; height:64px; position:absolute; top: -23px; left:0; }
.fbcenter { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.youtubebtn { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }

.topboxwrapper { background:#476482; }
.topboxcontainer { width:1785px; max-width:100%; padding:0 35px; }
.topboxcontainer .topboxleft { float:left; }
.topboxcontainer .topboxright { float:right; }
.topboxcontainer .topnav { }
.topboxcontainer .topnav #access a { font-size:14px; color:#ffffff; padding:15px; }
.topboxcontainer .topnav #access a:hover { color:#a0bacf; }

/* footer */
.footerblockcontainer { padding:0 35px; width: 1785px; margin: auto; max-width: 100%; font-size:0; }
.footerblockleft { /*float:left;*/ display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:40%; padding:35px 0; }
.footerblockright { /*float:left;*/ display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:60%; padding:29px 0 25px 75px; border-left: 1px solid #3e536b; }
.footerblockleft .footerlogo .footerlogoimage { display:inline-block; *display:inline; zoom:1; vertical-align:middle; max-width: 32px; }
.footerblockleft .footerlogo .footerlogotitle { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:34px; color:#ed1015;  line-height: 26px; overflow: hidden; padding:7px 0 0 10px; }
.footercontact { line-height: 1.7; }
.socialnetworkblocktitle { font-size:16px; font-weight:bold; color:#fff; text-transform:uppercase; margin:0 0 10px; }

.speaktousblock { font-size:0; }
.speaktousblock .speaktousicon { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.speaktousblock .speaktoustitle { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:25px; font-weight:600; padding:0 25px 0; }
.speaktousblock .speaktouscontent { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:16px; font-weight:300; color:#fff; border-left:1px solid #3e536b; padding:0 0 0 25px; }
.speaktousblock .speaktouscontent p { padding:0; }
#footer .speaktousblock .speaktoustitle a { color:#fff; }

.bottombarwrapper { background:#11263e; color:#ccddec; font-size:13px; text-align: center; }
.bottombarwrapper p { padding:0; }
.bottombarwrapper a { color:#fff; text-decoration:none; }
.bottombarwrapper a:hover { color:#fcd116; }
.bottombarwrapper .bottombarcontainer { width:1315px; max-width:100%; padding:35px 35px; margin:auto; }
.bottombarwrapper .copyright , .bottombarwrapper .icl { display:inline-block; *display:inline; zoom:1; }
.bottombarleft { float:none; padding:0; }
.bottombarright { float:right; }
.socialbox .socialiconbox { float:left; margin-left:5px; position:relative; }
.socialbox .socialiconbox .hide { display:none; position:absolute; top:0; left:0; }
.socialbox .socialiconbox a:hover .hide { display:block; }

#footer { background:#273e57; color:#fff; margin: 0; font-size:13px; padding:0; }
#footer a { color:#ccddec; padding:5px 20px 5px 0; }
#footer a:hover { color:#ccddec; }
.footerlinkwrapper { width:1245px; margin:auto; padding:0; font-size:14px; line-height: 1.3; }
.footerlinkwrapper .coltitle { text-transform:uppercase; color:#ffffff; font-size:17px; font-weight:500; margin:0; padding:0 0 15px ; letter-spacing: 0; }
.coltitle.social { margin:0 0 10px; }
.contactcontent { }
.contactcontent a { color:#464646; }
.contactcontent table { margin:0 0 15px; }
.contactcontent table tr td.imgcol { width: 15px; padding-right:10px; padding-top: 2px; }
.contactcontent table tr td.imgcol img { margin: auto; }

.footersocialblockwrapper { }
.footersocialblockcontainer { }
.footersocialblocktitle { font-size:24px; float:left; margin:0; }
#footer .footersocialblockwrapper .socialcontainer { float:none; }

.footerblockcontent { display:inline-block; *display:inline; zoom:1; vertical-align:top; margin:0 25px; }
.footerblockcontent.first { margin-left:0; }
.footerblockcontent p { padding:0; }

.footernav { font-size:14px; display:inline-block; *display:inline; zoom:1; vertical-align:top; padding:0 0 20px; color:#ffffff; }
.footernav a { color:#ccddec; padding:0 10px; display:block; }
.footernav a:hover { color:#fff; }
.footernav ul { margin:0; }
.footernav ul li { list-style:none; display:inline-block; *display:inline; zoom:1; vertical-align:top; margin:0; }
.footernav ul li:last-child { border-right:0; }

.footercol { padding:30px 0 15px; font-size:13px; }
.footerblock { text-align: left; /*background:url(images/footerborder.png) repeat-y right center;*/ border-right:0; margin-right:25px; padding-right:25px; }
.footerblock a { color:#bbbbbb; }
.footerblock a:hover { color:#fff; }
.fcol1 { display:inline-block; *display:inline; zoom:1; vertical-align:top;  width:330px; }
.fcol2 { display:inline-block; *display:inline; zoom:1; vertical-align:top;  width:135px;  }
.fcol3 { display:inline-block; *display:inline; zoom:1; vertical-align:top; width:235px; }
.fcol4 { display:inline-block; *display:inline; zoom:1; vertical-align:top; width:185px; }
.fcol5 { display:inline-block; *display:inline; zoom:1; vertical-align:top; width:140px; border:0; padding:0; margin:0; }
.footerlinkwrapper ul { margin: 0; }
.footerlinkwrapper li { list-style:none; padding: 0; line-height: normal; }
.footerlinkwrapper li a { text-decoration:none; display:block; color:#c5c5c5; padding:0 5px 8px 0; /*background:url(images/footerli.png) no-repeat left 9px;*/ }
.footerlinkwrapper li a:hover { color: #fff; }
.footerlinkwrapper ul.menu a { text-transform:none; }

.footerlogo { margin:0 0 10px; }

.footercontactleft { float:left; line-height: 20px; width:260px; }
.footercontactright { float:right; line-height: 20px; width:200px; padding-left:15px; }
.footercontactbottom { color:#cc9aa2; margin: 10px 0 0; }
.footercontactleft p { padding-bottom: 8px; }
.footercontactrightcontent { line-height: 23px; }
.footercontactrightcontent p { padding:0;}

.footerlinkwrapper .contactblock { display:block; border:0; padding:0 0 5px; margin:0; }

.contentlogobox { }
.contentlogobox .item { display:inline-block; *display:inline; zoom:1; vertical-align:top; padding:0 10px 0 0; }

.partnerslogobox { margin:20px 0 0; }
.partnerslogobox .item img { margin:auto; }

.footerunicoatdesc { text-align: justify; }
.footerunicoatlink { margin:15px 0 0; }
.footerunicoatlink a { padding: 7px 15px; display:inline-block; font-size:13px; color:#cecece; border:2px solid #cecece; font-weight:bold; text-transform:uppercase; }
.footerunicoatlink a:hover { background:#cecece; border-color:#cecece; color:#242424; }

.colcontent { font-size:14px; color:#afafaf; padding: 0; }
.colcontent p { padding:0; }

.colcontentleft { float:left; margin: 0 15px 0 0; width:100%; max-width:200px; line-height: 19px; }
.colcontentleft p { padding: 0 0 10px; }
.colcontentright { float:left; width:100%; max-width:250px; line-height: 19px; }
.colcontentright p { padding: 0 0 15px; }

.copyrightbox { margin:0; }
.copyright { display:inline-block; *display:inline; zoom:1; vertical-align:top; margin: 0;}

#footer .socialcontainer { margin: 0; }

#footer .icl { margin:0; display:inline-block; *display:inline; zoom:1; vertical-align:top; }
#footer .icl a { color:#809eb7; padding:0; }
#footer .icl a:hover { color: #ccddec; }
#footer .icl span { text-decoration:none; }

.footerlinkleft { padding: 15px 0 0; }
.footerlinkright { float:right; }
.footermenu { font-size:16px; color:#ffffff; }
.footermenu ul { margin:0; }
.footermenu ul ul { position:relative; top:0; left:0; font-size:13px; font-weight:normal; margin: 0 0 0 12px; }
.footermenu ul li { list-style:none; float:left; }
.footermenu ul li a , .footermenu .lastcolumn .coltitle { font-size:17px; color:#474a4e; padding:5px 30px 15px 0; }
.footermenu ul li a:hover { color:#0d63ba; }
.footermenu .lastcolumn , .footer-header { float:left; }
.footer-header { width: 85.3%; }
.footer-header li { width:19.6%; }
.footermenu .lastcolumn { width:14.6%; }
.footermenu ul.lastcolumn ul { margin:0; line-height: 18px; }
.footermenu .lastcolumn li { list-style:none; }

.footermenu ul ul li { float:none; list-style-image:url(images/footerli.png); width:100%; }
.footermenu ul ul li a { font-size:13px; padding-bottom:8px; padding-top:0; }

.newsletterwrapper { background:#f6f6f6; }
.newslettercontainer { width:1245px; margin:auto; padding: 40px 0; max-width:100%; }
.newslettercontainer .newsletterbox { font-size:0; }
.newslettercontainer .newsletterboxleft { display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-align:left; font-size:18px; color:#393939; padding:0 65px 0 0; width: 48%; box-sizing: border-box; }
.newslettercontainer .newsletterboxright { display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-align:left; font-size:16px; width: 52%; box-sizing: border-box; }
.newslettercontainer .newsletterboxleft p { padding:0; }
.newslettercontainer .newsletterbox h1 { font-size:42px; font-weight:bold; margin:0; }
.newslettertitle { font-size:30px; color:#fff; text-transform:uppercase; font-weight:bold; }
.newslettersubtitle { font-size:16px; color:#3b3a3a; font-weight:600; }
.newslettertitle , .newslettersubtitle , .newsletterinput { display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding: 0 25px 0 0; }
.newsletterinput { padding-right:0; width:340px; }
.newsletterinput .field { float:left; width:79%; }
.newsletterinput .action { float:left; width: 20.5%; }
.newsletterinput .mc4wp-form { margin:0;  }
.newsletterinput .field input { font-size:13px; color:#a0a0a0; padding:8px 15px; border:0; }
.newsletterinput .action input { font-size:13px; background-color:#60d6e0; text-transform:uppercase; border:0; color:#fff; padding: 8px 20px; font-weight: 600; }
.newsletterinput .action input:hover { /*background:#42b3e5;*/ }
.newsletterinput .mc4wp-success { clear:both; }
.subscriptionsuccess { background: #4ab459; padding: 10px; color: #fff; margin: 10px auto; width: 78%; }
body .newslettercontainer .gform_wrapper { position:relative; margin:0; }
body .newslettercontainer .gform_wrapper .gform_footer { padding:0; margin:0; position:absolute; bottom:0; right:0; width:auto; }
body .newslettercontainer .gform_wrapper input { background:none; border-bottom: 1px solid #191919; }
body .newslettercontainer input::-webkit-input-placeholder {
   color: #9a9999;
}
body .newslettercontainer input:-moz-placeholder { /* Firefox 18- */
   color: #9a9999;  
}
body .newslettercontainer input::-moz-placeholder {  /* Firefox 19+ */
   color: #9a9999;  
}
body .newslettercontainer input:-ms-input-placeholder {  
   color: #9a9999;  
}
body .newslettercontainer textarea:-ms-input-placeholder {  
   color: #9a9999;  
}
body .newslettercontainer .gform_wrapper li.hidden_label input , body .newslettercontainer .gform_wrapper .top_label div.ginput_container { margin:0; color:#000; }
body .newslettercontainer .gform_wrapper .gform_footer input.button, body .newslettercontainer .gform_wrapper .gform_footer input[type=submit], body .newslettercontainer .gform_wrapper .gform_page_footer input.button, body .newslettercontainer .gform_wrapper .gform_page_footer input[type=submit] { background:#191919; color:#fff; font-size:15px; font-weight:bold; text-transform:none; padding:11px 29px; margin:0; }
body .newslettercontainer .gform_wrapper ul.gform_fields li.gfield { padding:0; margin:0; }
body .newslettercontainer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 10px 15px; padding-right:148px; border: 0; border-bottom: 1px solid #191919; }
body .newslettercontainer .gform_validation_error.gform_wrapper .gform_footer { bottom: 39px; right: 3px; }
body .newslettercontainer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { max-width:100% !important; }

.newslettercontainer .newslettersection { }
.newslettersectiontitle { font-size:19px; color:#000000; }
.newslettersectionpdflisting { padding: 15px 0; }
.newslettersectionpdflisting .item a { color:#393939; display:block; }
.newslettersectionpdflisting .item a:hover { color:#eba800; }

.footercontactblockcontainer { margin: 0; }
.footercontactblock { margin:0 0 10px; }
.footercontactblockicon { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.footercontactblockcontent { display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding:0 0 0 10px; }
.footercontactblock a { color: #464646; }
.footercontactblock a:hover { color:#0468b6; }

.footermenubox { text-align:center; border-top:1px solid #fff; text-transform:uppercase; }
.footermenubox a { color:#fff; font-size:16px; padding: 18px 15px; }
.footermenubox ul { margin:0; }
.footermenubox ul li { list-style:none; list-style-image:none; display:inline-block; *display:inline; zoom:1; vertical-align:middle; }

.bottombarmenu { display:inline-block; *display:inline; zoom:1; vertical-align:top; margin: 0 0 0 10px; }
.bottombarmenu , .bottombarmenu a { font-size:14px; color:#fff; }
.bottombarmenu ul { margin:0; }
.bottombarmenu ul li { list-style:none; display:inline-block; *display:inline; zoom:1; vertical-align:top;  }
.bottombarmenu a { display:inline-block; padding: 0 10px; border-left:1px solid #fff; }

.footersocial { width:1245px; margin:30px auto ; text-align:center; }

/* home */
.homebannerwrapper { position:relative; z-index:0; overflow: hidden; }
.homebannerwrapper h1 .borderline { display:none; }
.homebannerwrapper .ls-bar-timer { border-color: #000000; background: #000; top: initial; bottom: 0; }
.bannerwrapper { position:relative; background-repeat:no-repeat; background-position:top center; border-bottom:0; z-index: 2; }
.bannerwrapper .owl-theme .owl-pagination { text-align:center; }
.banner { position:relative; margin:auto; }
.banner .item { background-position:top center; background-repeat:no-repeat; background-size:cover; position:relative; }
.banner .item a { display:block; }
.banner .item img { width:100%; max-width:100%; /*min-height: 442px;*/ }
.bannerleft { float:left; width:582px; }
.bannerright { float:right; width: 333px; padding:30px; color:#fff; font-size:13px; }
.bannersubtitlebox { padding:0; }
.bannertitle { font-family:"Poppins",Arial, Helvetica, sans-serif; font-size:90px; color:#000; font-weight:bold; line-height:1; padding:0; margin: 0; }
.bannertitle p { padding:0; }
.bannertitle span { display:inline-block; padding:0; }
.bannertitle h1 { font-size:70px; font-weight:bold; padding-bottom: 15px; }
.bannersubtitle { font-family: "Poppins",Arial, Helvetica, sans-serif; font-size: 35px; font-weight: bold; text-transform: none; color: #000; padding: 0; letter-spacing: 0; }
.bannertitlewrap { position:absolute; top:0; left:0; right:0; width:95%; max-width:100%; height:100%; color:#fff;margin:auto; padding-left: 45%; text-align:center; }
.bannertitlewrap table { width:100%; height:100%; }
.bannertitlewrap table tr td { vertical-align:middle; }
.bannerborder { background:#fff; height:3px; width:100%; margin:auto; }
.banner .tablewrap { width:100%; height:100%; }
.banner .tablewrap table { width:100%; height:100%; }
.banner .tablewrap table tr td { vertical-align:middle; }
.bannercontent { background:url(images/captionbg.png); color:#fff; font-size:13px; padding: 3%; }
.bannerdesc { text-align: justify; }
.bannercontentbox { position:absolute; bottom:8%; right:8%; width:40%; }
.playicon { background:url(images/play.png) no-repeat center; background-size:53px; width:100%; height:100%; position:absolute; top:0; left:0; }
.banner .bannerbtn { font-family:"Poppins",Arial, Helvetica, sans-serif; margin:15px 0 0; text-transform:none; }
.banner .bannerbtn a { display: inline-block; background:#fff; color: #262626; font-size: 13px; font-weight: bold; padding: 11px 17px; border: 0; border-radius: 0; letter-spacing: 1px; line-height: 20px; text-transform: uppercase; }
.banner .bannerbtn a:hover { background-color:#fb1b1b; color:#fff; border-color:#0a71cc; }
.banner .bannerbtn .btnlabel { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.banner .bannerbtn .btnarrow { display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding:0 0 0 5px; display:none; }
.bannertextbox { }
.banner .item .bannertextbox img { width:auto; }
.banner .bannercontactdetail { text-align:center; color:#edb21f; font-size:25px; }
.banner .bannercontactdetail a { color:#edb21f; }
.banner .bannercontactdetail a:hover { color:#fff; }
.banner .item .btn { border-radius:0; /*margin-top:25px;*/ position: fixed; bottom: 21%; right: 23%; font-size: 25px; text-transform: uppercase; letter-spacing: 4px; padding: 27px 36px; }
.banner .item .btn a { /*font-size: 25px; text-transform: uppercase; letter-spacing: 4px; padding: 27px 36px;*/ }
.bannerimageslider { display:none; }

.hometwocolswrapper { background:#fff; }
.hometwocols { width:1245px; margin:auto; padding: 35px 0; }
.hometwocols .leftcol { float: left; width: 535px; border-right: 1px solid #dbdbdb; padding: 0 30px 0 0; margin: 0 30px 0 0; }
.hometwocols .rightcol { float: left; }
.homeblockright { float:right; }

.slickdotsbox { position:absolute; bottom:20px; left:0; right:0; display: block; width: 100%; max-width:1245px; margin:auto; text-align:center; z-index:9999; }
.slickdotsbox .slick-dots { padding:5px 80px 9px; position:relative; display: inline-block !important; margin:auto; width:auto; bottom: 0; }

.pagetitlewrapper { }
.pagetitlewrapper img { max-width:100%; visibility:hidden; }
.pagebannerimage { background:bottom center no-repeat; background-size: cover; min-height:209px; -ms-behavior: url(/backgroundsize.min.htc); }
.pagetitlecontentbox { position:absolute; top:0; left:0; right:0; height: 100%; width:1188px; margin:auto; /*text-shadow: 1px 1px 6px #4E4E4E;*/ }
.pagetitlecontentbox .tablewrap { width:100%; height:100%; }
.pagetitlecontentbox table { height: 100%; }
.pagetitlecontentbox table tr td { vertical-align:middle; padding:0; }
.pagetitlecontainer { padding: 0; }
.pagetitlecontainer .pagetitle { font-size:54px; line-height:normal; color:#fff; font-weight:normal; margin:0; padding:0 27px; text-transform:none; letter-spacing: 2px; font-family:"Poppins",Arial, Helvetica, sans-serif; display:inline-block; }
.pagetitlecontainer .pagesubtitle { font-size:20px; color:#ffffff; text-transform:uppercase; letter-spacing: 2px; }
.pagetitlewrapper table { width:100%; height:100%; text-align:center; }
.contentwrapper .pagetitlewrapper table tr td { vertical-align:middle; }

.pagetitlecontentbox.white .pagetitlecontainer .pagetitle { color:#fff; }
.pagetitlecontentbox.white .breadcrumbs { color:#fff; }
.pagetitlecontentbox.white .breadcrumbs a { color:#fff;}
.pagetitlecontentbox.white .breadcrumbs a:hover { color: #414141; }
.pagetitlecontentbox.white .breadcrumbs .seperator { color:#fff;}

.pagecontent.full .pagecontentleft { float:none; width:100%; }
.pagecontentleft { float:left; width: 62%; }
.pagecontentright { float:right; width: 33%; text-align:right; }

.slickarrowbox {   position: absolute; top: 55%; left: 0; right: 0; width: 1245px; margin: auto; z-index:9999; }

.btn { position:relative; display:inline-block; padding:0; border-radius: 50px;
	background: rgb(204,45,62);
	background: -moz-linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	background: -webkit-linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	background: linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc2d3e",endColorstr="#ee473a",GradientType=1);
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:hover {
	background: rgb(183,30,47);
	background: -moz-linear-gradient(38deg, rgba(183,30,47,1) 0%, rgba(228,67,36,1) 100%);
	background: -webkit-linear-gradient(38deg, rgba(183,30,47,1) 0%, rgba(228,67,36,1) 100%);
	background: linear-gradient(38deg, rgba(183,30,47,1) 0%, rgba(228,67,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71e2f",endColorstr="#e44324",GradientType=1);
}
.btn.backbtn { background: rgb(94,98,100);
	background: -moz-linear-gradient(90deg, rgba(94,98,100,1) 0%, rgba(103,107,109,1) 50%, rgba(112,116,118,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(94,98,100,1) 0%, rgba(103,107,109,1) 50%, rgba(112,116,118,1) 100%);
	background: linear-gradient(90deg, rgba(94,98,100,1) 0%, rgba(103,107,109,1) 50%, rgba(112,116,118,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e6264",endColorstr="#707476",GradientType=1);
}
.btn.backbtn:hover {
	background: rgb(63,67,68);
	background: -moz-linear-gradient(90deg, rgba(63,67,68,1) 0% rgba(102,106,108,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(63,67,68,1) 0%, rgba(102,106,108,1) 100%);
	background: linear-gradient(90deg, rgba(63,67,68,1) 0%, rgba(102,106,108,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f4344",endColorstr="#666a6c",GradientType=1);
}
.btn.learnbtn { background: rgb(35,68,104);
	background: -moz-linear-gradient(90deg, rgba(35,68,104,1) 0%, rgba(41,77,119,1) 50%, rgba(46,87,135,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(35,68,104,1) 0%, rgba(41,77,119,1) 50%, rgba(46,87,135,1) 100%);
	background: linear-gradient(90deg, rgba(35,68,104,1) 0%, rgba(41,77,119,1) 50%, rgba(46,87,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#234468",endColorstr="#2e5787",GradientType=1);
}
.btn.learnbtn:hover { background: rgb(27,54,84);
	background: -moz-linear-gradient(90deg, rgba(27,54,84,1) 0%, rgba(46,87,135,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(27,54,84,1) 0%, rgba(46,87,135,1) 100%);
	background: linear-gradient(90deg, rgba(27,54,84,1) 0%, rgba(46,87,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b3654",endColorstr="#2e5787",GradientType=1);
}
.btn a { line-height:1; border:0; background:none; font-size:17px; color:#fff; font-weight:300; display:inline-block; text-transform:none; position:relative; padding:17px 34px;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btnarrow { display:inline-block; *display:inline; zoom:1; vertical-align:middle; background:url(images/btn_arrow.png) no-repeat center; width:27px; height:27px; background-size:contain; margin:0 0 0 5px; }
.btn a span { }
.btn a:hover { }
.btn a:hover span { }

.btn.witharrow { margin: 10px 0 0; }
.btn.witharrow a { padding:0; border:0; font-size:0; }
.btn.witharrow .btnlabel , .btn.witharrow .btnarrow { font-size:10px; }
.btn.witharrow .btnlabel { display:inline-block; *display:inline; zoom:1; vertical-align:top; padding:8px 10px; }
.btn.witharrow a .btnarrow { display:inline-block; *display:inline; zoom:1; vertical-align:top;  border-left:2px solid #9e9e9e; padding:6px 7px; font-size:13px; 
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn a:hover .btnarrow { border-color: #B91F1F; }

.contentwrapper, .posterswrapper, .posterscategorylistbox, .tagsShareWrapper { width:1420px; max-width:100%; margin:auto; }
.tagsShareWrapper { padding:0 0 60px; }
.contentcontainer, .tagsShareContainer { width:100%; margin: auto; box-sizing: border-box; padding:0 35px 60px; }
.videoicon { background:url(images/videoicon.png) no-repeat center; width:77px; height:77px; position: absolute; top: 37%; left: 0; right: 0; margin: auto; }

.iconblockwrapper { }
.iconblock { font-size:13px; color:#5e5e5e; text-align:center; }
.iconblock .item { display:inline-block; *display:inline; zoom:1; vertical-align:top; padding: 0; width: 25%; }
.iconblock .blockimg { margin: 0 0 7px; }
.iconblock .blockimg img { margin:auto; }
.iconblock .blocktitle { font-size:20px; color:#0d63ba; margin: 0 0 7px; }
.iconblock .blockcontent { line-height: 19px; }
.iconblock .blockcontent p { margin:0; }
.iconblock .iconblocklink { }
.iconblock a { color:#2f73c8; text-decoration:underline; line-height: 19px; }
.iconblock a:hover { color:#60d6e0; }

h1 .red { color:#bb2d30; } 
h1 .grey { color:#4b4b4b; }
h1 .black { color:#3c3c3c; }
h1 .blue { color:#004b8c; }
h1 .orange { color:#edb21f; }

.parallaxbanner { background:center no-repeat; background-size:cover; -ms-behavior: url(/backgroundsize.min.htc); }
.parallaxbanner .item { position:relative; overflow:hidden; width:100%; float:left; }
.parallaxbanner .item.bgimage , .parallaxbanner .item.bgimage , .parallaxbanner .item.bgimage .item { }
.parallaximage { position:absolute; top:0; left:0; right: 0; margin: auto; background:center bottom no-repeat;  }
.parallaximage img { visibility:hidden; height: 100%; }
.parallaxcontentwrap { width: 1316px; max-width:100%; position: relative;  margin:auto; padding:48px 35px; font-size:14px; }
.parallaxcontent { }
.parallaxcontent h1 { }
.parallaxcontent h1 .titlebullet { background-image:url(images/titlebullet_white.png); } 
.parallaxbanner.parallax .parallaxcontent h1 .borderline { border-color:#929292; }
.parallaxcontent .grey { color:#4b4b4b; }
.parallaxcontentleft { float:left; max-width:970px; }
.parallaxcontentright { float:right; }
.parallaxcontent .blockimage { float:left; width:33%; max-width: 100%; }
.parallaxcontent .blockimage img { background:#fff; padding: 0; border: 1px solid #EFEFEF; box-sizing: border-box; }
.parallaxcontent .blockcontent { float: right; width:67%; max-width:100%; text-align: left; box-sizing:border-box; padding:0 0 0 35px; }
.parallaxcontent.imageright .blockimage { float:right; }
.parallaxcontent.imageright .blockcontent { float:left; }
.parallaxcontent .blockcontent.full , .parallaxcontent.imageright .blockcontent.full { display:block; float:none; width:100%; padding:0; }
.parallaxtitle {  color:#fff; font-size:33px; font-weight:bold; text-transform:none; margin:0;  }
.parallaxsubtitle { font-size:14px; margin:7px 0 0; font-family:'Poppins', Arial, Helvetica, sans-serif; font-weight:600; }
.parallaxsubtitle p { padding:0; margin:0; }
.parallaxbutton { margin: 15px 0 0; }
.parallaxbutton a { }
.parallaxbutton a:hover { }
.parallaxcontentleft { display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-align: left; }
.parallaxcontentright { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.parallaxcontentright .parallaxbutton a { font-size:18px; padding:8px 25px; }
.serviceparallax .parallaxcontent { padding: 30px 0; }
.serviceparallax .parallaxbutton { margin:13px 0 0; }

.parallaxcontentwrap.box .parallaxcontent { border:1px solid #191919; box-sizing: border-box; padding:25px 40px 40px; max-width:880px; position:relative; }
.parallaxcontentwrap.box .parallaxcontent h1 .borderline { display:none; }
.parallaxcontentwrap.box .parallaxcontent h1 { color:#231f20; font-size:35px; padding:0; }
.parallaxbanner .item .parallaxcontentwrap.box { color: #231f20; }
.parallaxcontentwrap.box .parallaxcontent .parallaxbutton { margin:0; position:absolute; bottom:-20px; left:0; right:0; margin:auto; }

.parallaxbanner.parallax { text-shadow: 0 0 10px #313131; }
.parallaxbanner.parallax .parallaxcontent { }
.parallaxbanner.parallax h1 , .parallaxbanner.parallax .grey { color:#fff; font-size:24px; }
.parallaxbanner.parallax .blockcontent { font-size:21px; color:#fff; }

.parallaxbanner.contact { text-align:center; }
.parallaxbanner.contact h1 { margin: 0 0 10px; color:#fff; font-size:25px; }
.parallaxbanner.contact h1 .grey { color:#fff; }
.parallaxbanner.contact h1 .titlebullet { display:none; }
.parallaxbanner.contact h1 .title { padding:0; }
.parallaxbanner.contact .parallaxcontent { color:#ffffff; font-size:21px; font-weight:normal; text-transform:none; padding:0; font-family:"Poppins",Arial, Helvetica, sans-serif; letter-spacing: 1px; }
.parallaxbanner.contact .parallaxcontent a { color:#fff; text-decoration:none; }
.parallaxbanner.contact h2 { font-size:18px; color:#fff; font-weight:bold; }
.parallaxbanner.contact .parallaxbutton { width:auto; text-align:center; }

.parallaxbanner.contact .blockcontent { /*display:inline-block; *display:inline; zoom:1; vertical-align:middle;*/ text-align:center; float:none; width:auto; margin:0; padding:0; }
.parallaxbanner.contact .blocktitle { /*display:inline-block; *display:inline; zoom:1; vertical-align:middle;*/ margin:0 0 5px; }
.parallaxbanner.contact .parallaxcontent p { padding-bottom:10px; }
.parallaxbanner.contact .parallaxbutton { display:inline-block; *display:inline; zoom:1; vertical-align:middle;  margin: 0 0 0 5%; }
.parallaxbanner.contact .blockcontent .parallaxbutton { margin:auto; }
.parallaxbanner.contact h1 { color:#ffffff; font-size:37px; font-weight:bold; font-family:"Poppins",Arial, Helvetica, sans-serif; margin:0; padding:0; text-transform:none; }
.parallaxbanner.contact h1 .black { color:#007cba; }
.parallaxbanner.contact h1 .borderline { display:none; }
.parallaxbanner.contact .parallaxcontentwrap { padding:40px 0; }
.parallaxbanner.contact .blockcontentleft { /*display:inline-block; *display:inline; zoom:1; vertical-align:middle;*/ }
.parallaxbanner.contact .blockcontentright { /*display:inline-block; *display:inline; zoom:1; vertical-align:middle;*/ padding:5px 0 0; box-sizing: border-box; }
.parallaxbanner.contact .parallaxbutton a { background:#191919; color:#fff; border:2px solid #191919; text-decoration:none; text-transform:none; font-size:16px; font-weight:bold; padding:12px 22px; letter-spacing:1px; }
.parallaxbanner.contact .parallaxbutton a:hover { background:#edb21f; border-color:#edb21f; color:#fff; }

.parallaxbanner.titleside { text-align:left; }
.parallaxbanner.titleside .parallaxcontent { border-bottom: 1px solid #e2e2e2; }
.parallaxbanner.titleside .blocktitle { display:inline-block; *display:inline; zoom:1; vertical-align:top; width:29%; text-align: left; } 
.parallaxbanner.titleside .blocktitle h1 { font-size:46px; }
.parallaxbanner.titleside .blockcontent { display:inline-block; *display:inline; zoom:1; vertical-align:top; width:68%; } 

.loadingoverlay { display:none; background:url(images/overlaybg.png); position:absolute; top:0; left:0; width:100%; height:100%; z-index:100; }
.overlayicon {  background:url(images/ajax-loader.gif) no-repeat center; width:100%; height:100%; }

.hoverbox { position:absolute; top:0; left:0; width:100%; height:100%; background:url(images/hoverbg.png); text-align:center; display:none; }
.hoverbox table tr td { vertical-align:middle; }
.hoverbox table .hovercontent { position:relative; }
.hovercontent { position:absolute; top:0; left:0; right:0; margin:auto; 
	-webkit-transition: all 500ms ease-out 0.1s;
    -moz-transition: all 500ms ease-out 0.1s;
    -o-transition: all 500ms ease-out 0.1s;
    transition: all 500ms ease-out 0.1s;
	-webkit-backface-visibility: hidden;
}
.hovericon { width: 64px; height:65px; padding: 8px 0; margin:auto; position:relative; top:0; left:0; right:0; color:#fff; font-size:13px; text-transform:uppercase; font-weight:600; background:url(images/viewicon.png) no-repeat center;
	-webkit-transition: all 500ms ease-out 0.1s;
    -moz-transition: all 500ms ease-out 0.1s;
    -o-transition: all 500ms ease-out 0.1s;
    transition: all 500ms ease-out 0.1s;
	-webkit-backface-visibility: hidden;
}
.hovericon:hover { }
.hoverbox table , .pagecontent .hoverbox table { width:100%; height:100%; margin:0; border: 0; }
.contentwrapper .hoverbox table tr { background:none; }
.contentwrapper .hoverbox table tr td { vertical-align:top; position:relative; border: 0; padding:0; background: none; vertical-align:middle; }
.hovercontent .blocktitle { margin:5px 0 0; color:#fff; }

.galleryslider .item { position:relative; }
.galleryslider .item a { display:block; }

.gallerycontainer { margin: 15px 0 0; font-size:0; }
.gallerycontainer .item { float:left; margin:0; width:25%; }
.gallerycontainer .item.last { margin-right:0; }
.gallerycontainer .item a { display:block; position:relative; }
.gallerycontainer .item .hovericon { background:url(images/showicon.png) no-repeat center; width:64px; height:65px; padding:0; }
.gallerycontainer .item .hovericon:hover { }

/* pdf listing */
.pdflistingwrapper { margin: 20px 0 0; }
.pdflistingcontainer { }
.pdfblocktitle { margin:0 0 15px; }
.pdflistingcontainer .item a { display:block; width:100%; height:100%; }
.pdflistingcontainer .item { font-size:13px; border:1px solid #d1d1d1; background:#fff; padding: 20px; float:left; width: 256px; margin: 0 10px 10px 0; }
.pdflistingcontainer .item.last { margin-right:0; }
.pdflistingcontainer .item:hover .pdfname { color:#004a81; }
.pdflistingcontainer .pdficon { background:url(images/pdf.png) no-repeat center; width:33px; height:35px; display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin:0 15px 0 0; }
.pdflistingcontainer .pdfsummary { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:185px; }
.pdflistingcontainer .pdfname { color:#636363; }
.pdflistingcontainer .pdfsize { color:#a1a1a1; }
.pdflistingcontainer .item table { border:0; margin:0; padding:0; width:100%; height:100%; }
.pdflistingcontainer .item table tr { }
.pdflistingcontainer .item table tr td { padding:0; margin:0; border:0; vertical-align:middle; background:none; }
.pdflistingcontainer .item .tablewrap { width:100%; height:100%; }
.pdfbtn a { display:inline-block; background:url(images/pdficon2.png) no-repeat 13px center #60d6e0; color:#fff; text-transform:uppercase; padding:10px 20px 10px 40px; 
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pdfbtn a:hover { background-color:#3ec8d4; }

/* page */
.breadcrumbswrapper { }
.breadcrumbswrapper .breadcrumbscontainer { width:1316px; max-width:100%; padding:25px 35px 45px; margin:auto; }
.breadcrumbswrapper .breadcrumbs { margin:0; display:inline-block; }
.breadcrumbs { color: #e43c42; font-size:0; margin:10px 0; font-weight:300; }
.breadcrumbs a { color:#858585; padding:0; text-decoration:none; }
.breadcrumbs a:hover { color: #e43c42; }
.breadcrumbs .seperator { color:#858585; padding:0 10px; }
.breadcrumbs span { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size: 15px; }

.breadcrumbswrapper.blogpage .breadcrumbs { color: #9b9b9b; font-size: 15px; }
.breadcrumbswrapper.blogpage .breadcrumbs a { color:#9b9b9b; }
.breadcrumbswrapper.blogpage .breadcrumbs a:hover { color: #eba800; }
.breadcrumbswrapper.blogpage .breadcrumbs .seperator { color:#9b9b9b; }

.pagebanner { position:relative; margin: 0; }
.pagebanner .item { background-position:center; background-repeat: no-repeat; position:relative; }
.pagebanner .item img { visibility:hidden; }
.pagebanner .pagetitle { float:left; font-size:24px; color:#ffffff; text-transform:uppercase; }
.pagebanner .breadcrumbs { float:right; text-transform: none; }
.pagebanner .itemcontent { position:absolute; bottom:20px; left:0; right:0; width:1245px; margin:auto; }

.maincontent ul { margin:0 0 15px 40px; }
.maincontent ul li { padding: 0 0 15px 5px; }
.maincontent ul ul { margin-bottom:0; margin-top:20px; list-style-image:url(images/li2.png); }
.maincontent ul ul ul { list-style-image:url(images/li3.png); }
.maincontent ol li { padding: 0 0 15px; }
.maincontent ol ul { margin: 15px 11px; list-style-image:url(images/li2.png); }
.maincontent ol ul li { padding:0; }

h1 { margin: 0; padding:0 0 30px; color:#000000; font-weight:300; font-size:32px; letter-spacing:0; text-transform:none; line-height: 1.2; overflow:hidden; }
h1 .borderline { /*background:#254822; width:67px; height:1px; margin: 5px auto 0;*/ }
h1 .titlewrap { display:block; }
h1 .titlebullet { width:6px; height:6px; background:url(images/titlebullet.png) no-repeat top center; display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
h1 .title { display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding: 0; }
h1.center .borderline { margin-left:auto; margin-right:auto; display:none; }

.nopadding { padding:0; }

h1 .borderline { background:#e5e5e5; width:50%; height:2px; display:block; margin:0; display:none; }
#main h1 .borderline.center { margin-left:auto; margin-right:auto; }

.noresult { border: 1px solid #E4E0E0; background-color: #F2F2F2; padding: 10px 20px; margin: 15px 0 0; color: #000; }

.gallery.gallery-columns-5 .gallery-item { width: 20%; }
.gallery.gallery-columns-5 .gallery-item img { margin:0 auto 12px; }

.featuredimg { }
.featuredimg img { border: 0; }
.featuredimg.noborder img { border:0; }

.contentbox { }
.contentboxleft { float:right; width:100%; max-width: 594px; }
.contentboxright { float:left; width:100%; max-width:570px; margin:0; }
.contentbox.full .contentboxright { float:none; max-width:100%; }
.contentboxright .btn.witharrow { margin:0; }
.contentboxright h1 .borderline { }

.contentblockwrapper { background:#f8f8f8; padding: 45px 0; text-align:center; }
.contentblockcontainer { width:1245px; padding:0; margin:auto; }
.contentblock { }
.contentblock .blocktitle { color:inherit; margin: 0 0 30px; }
.contentblock .item { }
.contentblock .blockcontent { padding:0 15px; }

.contentleft { float:left; width:67%; }
.contentright { float:right; width:30%; }

h1, h2, h3, h4, h5, h6 { font-family:"Poppins",Arial, Helvetica, sans-serif; text-align:initial; line-height: 1.3; }
h1 { }
h2 { color:#000000; font-size:28px; font-weight:500; padding: 0 0 20px; }
h3 { color:#000000; font-size:24px; font-weight:500; padding: 0 0 25px; }
h4 { color:#000000; font-size:17px; font-weight:600; padding: 0 0 25px; }

.contactusblockwrapper { background:#2980b9; }
.contactusblockcontainer { width:1245px; margin:auto; }
.contactblockcontent { padding:0; }
.contactblockcontent .contactblocktitle { font-size:32px; color:#fff; font-weight:bold; margin: 0 0 15px; }
.contactblockcontent .btn a { font-size:19px; color:#fff; border-color:#fff; padding: 5px 15px; }
.contactblockcontent .btn a:hover { color:#2980b9; background:#fff; }

.contactdetailsbox { border-bottom:1px solid #e9ebe8; padding:25px 0 25px 40px; }
.contactdetailboxtitle { font-size:19px; color:#000000; font-weight:500; font-family:"Poppins",Arial, Helvetica, sans-serif; text-transform:none; letter-spacing: 0; margin: 0 0 10px; }
.contactdetails { font-size: 15px; color: #767676; background:none; padding:0; line-height: normal; text-align:left; font-weight:normal; }
.contactdetails .contactblock { border:0; margin:0 0 10px; padding:0; display: block; }
.contactdetails .contactblock.last { margin-bottom:0; }
.contactdetails .contactblock .contactblocktitle { color:#6a6a6a; display:inline-block; *display:inline; zoom:1; vertical-align:top; padding: 0 5px 0 0; text-transform:uppercase; }
.contactdetails .contactblock .contactblockcontent { display:inline-block; *display:inline; zoom:1; vertical-align:top; width:85%; }
.contactdetails .contactblock .contactblockimage { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }

.footerblockcontainer .contactdetails { display:inline-block; *display:inline; zoom:1; vertical-align:top; }
.footerblockcontainer .socialcontainer { }
.footerblockcontainer .contactdetails .contactblock .contactblocktitle { color:#ffffff; display:none; }
.footerblockcontainer .contactdetails .contactblock .contactblockcontent { width:80%; }
.footerblockcontainer .contactdetails { padding: 0 0 0 25px; color:#bcbcbc; }
.footerblockcontainer .contactdetails .contactblock { margin:0 0 20px; }
.footerblockcontainer .contactdetails .contactblockimage { display:inline-block; *display:inline; zoom:1; vertical-align:top; padding: 0 15px 0 0; }

.paginationwrapper { width:100%; margin:auto; border-top:0; clear:both; }

/* media */
.albumtitle { font-size:17px; font-weight:bold; color:#231f20; }
.mediagallery { margin:25px 0; }
.mediagallery .item { max-width: 215px; margin: 0 2% 2% 0; }

/* gallery */
.gallerynavigationwrapper { text-align:center; font-family:Arial, Helvetica, sans-serif; }
.gallerynavigationcontainer { width:1245px; margin:auto; }
.gallerynavigationcontainer .sidenavtitle { display:none; }
.gallerynavigationcontainer .sidenavlisting { }
.gallerynavigationcontainer .sidebar { float:none; width:100%; margin:0; }
.gallerynavigationcontainer ul { }
.gallerynavigationcontainer ul li { border:0; display:inline-block; *display:inline; zoom:1; vertical-align:top; margin:0; }
.gallerynavigationcontainer .sidenavlisting li a { background: none; display: block; color: #979797; font-weight: normal; text-transform:uppercase; text-decoration: none; font-size: 20px; padding:15px 50px; }
.gallerynavigationcontainer .sidenavlisting li.current_page_item a , .gallerynavigationcontainer .sidenavlisting ul li.current_page_ancestor a , 
.gallerynavigationcontainer .sidenavlisting ul li.current_page_parent a , .gallerynavigationcontainer .sidenavlisting ul li.current-cat a
.sidenavlisting li.current_page_item:hover a , .gallerynavigationcontainer .sidenavlisting ul li.current_page_ancestor:hover a , 
.gallerynavigationcontainer .sidenavlisting ul li.current_page_parent:hover a , .gallerynavigationcontainer .sidenavlisting ul li.current-cat:hover a , 
.gallerynavigationcontainer .sidenavlisting li.current-cat a , .gallerynavigationcontainer .sidenavlisting li.current-cat a:hover , .gallerynavigationcontainer .sidenavlisting ul li.current-cat-parent a , 
.gallerynavigationcontainer .sidenavlisting li a:hover, .gallerynavigationcontainer .sidenavlisting ul li.page_item_has_children a:hover, .gallerynavigationcontainer .sidenavlisting li.current-cat a
{ color:#606060; background:#f6f6f6; }

.albumwrapper { background:#f6f6f6; }
.albumcontainer { /*width:1245px; margin:auto; padding:0 0 30px 0;*/ }
.gallerypage .partnersblockwrapper { padding:0; }

.album { text-align:center; }
.album .resp-tabs-list li { color:#4b4b4b !important; font-size:19px; text-transform:none; float:none; background: none !important; padding: 25px 0 15px ;  }
.album .resp-tabs-list li .tabseperator { padding:0 25px; }
.album .resp-tab-active .tabseperator, .album .resp-tabs-list li.resp-tab-active .tabseperator, .album .resp-tabs-list li.resp-tab-active a .tabseperator, .album .resp-tabs-list li:hover a .tabseperator, .album .resp-tabs-list li:hover .tabseperator, .album .resp-tabs-list li a:hover .tabseperator { color:#4b4b4b !important; }
.album .resp-tab-active, .album .resp-tabs-list li.resp-tab-active, .album .resp-tabs-list li.resp-tab-active a, .album .resp-tabs-list li:hover a, .album .resp-tabs-list li:hover, .album .resp-tabs-list li a:hover { color:#d51f2a !important; background: none !important; }
.albumgallery .resp-tab-content { border:0; padding:0; }
.albumgallery .resp-tabs-container { background:none; }
.albumgallery .gallerycontainer { margin:0; }
.albumgallery .gallerylisting .item { width: 275px; max-width: 100%; }
.albumgallery .gallerylisting .gallerybox { margin:0; }

.albumgallery .overlay { background:url(images/galleryoverlay.png); position:absolute; top:0; left:0; width:100%; height:100%; }


.albumpage .pagecontent { padding: 53px 93px; }
.albumbox { position:relative; float:left; width:650px; margin: 0 0 8px; }
.albumbox.album1 { }
.albumbox.album2 { width:432px; margin-right: 9px; }
.albumbox.album3 { width:209px; }
.albumbox.album4 { width:209px; }
.albumbox.album5 , .albumbox.album6 , .albumbox.album7 { width:357px; }
.albumimage { }
.albumimage img { max-width:100%; }
.albumname { position:absolute; bottom:0; left:0; width:100%; display:none; }
.albumname a { font-size:13px; color:#fff; background:#b51e1d; padding:10px; display:block; text-align:center; }

.albumleftcol { float:left; width:650px; margin: 0 8px 0 0; }
.albumrightcol { float:left; width:358px; }

.ablumrowbox.even .albumleftcol { width:358px; }
.ablumrowbox.even .albumrightcol { width:650px; }
.ablumrowbox.even .albumbox { width:357px; }
.ablumrowbox.even .albumbox.album1 { }
.ablumrowbox.even .albumbox.album2 { }
.ablumrowbox.even .albumbox.album3 { }
.ablumrowbox.even .albumbox.album4 { width:650px; }
.ablumrowbox.even .albumbox.album5 { width:433px; margin-right: 8px; } 
.ablumrowbox.even .albumbox.album6 , .ablumrowbox.even .albumbox.album7 { width:209px; }

.gallerytabcontainer .resp-tab-content { border:1px solid #a7a7a7; padding: 25px; }
.gallerytabcontainer .resp-tabs-list li { margin:0 10px 0 0; }
.gallerytabcontainer .resp-tabs-list li a { padding:7px 20px; display: block; font-size:15px; color:#848484; text-transform:none; font-weight:600; }
.gallerytabcontainer .resp-tab-active, .gallerytabcontainer .resp-tabs-list li.resp-tab-active, .gallerytabcontainer .resp-tabs-list li:hover, .gallerytabcontainer .resp-tabs-list li { border: 1px solid #a7a7a7 !important; border-bottom:0 !important; padding: 0; }
.gallerytabcontainer .resp-tabs-list li.resp-tab-active a, .gallerytabcontainer .resp-tabs-list li:hover a, .gallerytabcontainer .resp-tabs-list li:hover, .gallerytabcontainer .resp-tabs-list li a:hover { background:#e51937 !important; color:#fff !important; }

.gallerylisting { }
.gallerylisting .item { float:left; position:relative; width: 33.3%; padding:0 18px 18px 0; box-sizing:border-box; }
.gallerylisting .item a { display:block; position:relative; }
.galleryhoverbox { background:url(images/redbg.png); position:absolute; top:0; left:0; width:100%; height:100%; display:none; }
.galleryhovericon { background:url(images/viewicon.png) no-repeat top center; width:45px; height:45px; position:absolute; top:0; left:0; right:0; margin:auto; 
	-webkit-transition: all 500ms ease-out 0.1s;
    -moz-transition: all 500ms ease-out 0.1s;
    -o-transition: all 500ms ease-out 0.1s;
    transition: all 500ms ease-out 0.1s;
	-webkit-backface-visibility: hidden;
}

.videobox { width:319px; float:left; margin:0 10px 10px 0; }
.videobox.last { margin-right:0; }
.videobox.lastrow { margin-bottom:0; }
.videobox img { min-width:100%;
	-webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.videobox:hover img { opacity:1; }
.videobox a { position:relative; display:block; }
.videobox .videoicon { width:58px; height:58px; top:29%; left:0; right:0; margin:auto; background:none; z-index: 1; }
.morevideolink a { font-size:14px; text-decoration:underline; }

/* video */
.videoblockwrapper { background:#fff8f8; padding: 60px 0 40px; }
.videblockcontainer { width:1245px; margin:auto; text-align:center; }
.videowrapper { }
.videobox { width:284px; }
.pagecontent .videoicon table { margin:0; }
.pagecontent .videoicon table tr td { border:0; background:none; padding:0; margin:0; }
.videblockcontainer .blocksubtitle { color: #969696; font-size: 16px; font-weight: 500; }
.videoblock { margin: 13px 0 0; }
.videoblock .item { display:inline-block; *display:inline; zoom:1; vertical-align:top; margin: 8px; }

/* news */
.latestnewswrapper.mobile { display:none; }
.latestnewswrapper { position: relative; }
.latestnewswrapper .newslisting { margin:20px 40px; }
.latestnewswrapper .newslistingcontainer { width:1245px; padding:0; margin:auto; }
.latestnewswrapper .newslistingcontainer .blockcontent { color:#818181; font-size:16px; }
.latestnewswrapper .newslisting .item { width:100%; margin:auto; float:none; border:0; padding: 0 10px 10px; }
.latestnewswrapper .newslisting .item.last { padding-bottom:0; }
.latestnewswrapper .newslisting .item .newssummary .newsdesc { font-weight: normal; }
.latestnewswrapper .newslisting .item .newssummary{ }
.latestnewswrapper .newslisting .newsthumb { margin: 0; max-width: 236px; display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.latestnewswrapper .newslisting .newsthumb img { background:#fff; }
.latestnewswrapper .newslisting .item .newssummary .newstitle a { }
.latestnewswrapper .newsbox { border:1px solid #dadada; padding:25px 25px 0; }
.latestnewswrapper .newsbox.last { margin-right:0; }
.latestnewswrapper .blocktitle { margin: 0 0 23px; padding: 0 0 15px; border-bottom: 1px solid #c9c9c9; }
.latestnewswrapper .blockdesc { color: #707070; font-size: 14px; font-weight: 600; }
.latestnewswrapper .newssummarybox { display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin: 0; width: 85%; }
.latestnewswrapper .slick-dots { position:relative; margin: 25px 0 0; }
.latestnewswrapper .slick-dots li button { width:20px; height:11px; }
.newsboxcontainer { }
.newsboxcontainer .newsboxleft { display:inline-block; *display:inline; zoom:1; vertical-align:top; max-width:503px; width:100%; border-bottom:1px solid #d6d6d6; }
.newsboxcontainer .newsboxright { display:inline-block; *display:inline; zoom:1; vertical-align:top; max-width:503px; width:100%; margin: 0 0 0 30px; }
.newsboxcontainer .newsboxleft .item .newsthumb { max-width:503px; }
.latestnewswrapper .newslisting .newsboxleft .item { padding:0; }
.latestnewswrapper .newsboxleft .newssummarybox { margin:18px 7px 0; display:block; width:auto; }
.newsboxcontainer .newsboxright .newsdesc { display:none; }
.newsboxcontainer .newsboxright .item { padding:0 0 22px; }


.newslistingpage { padding:0; }
.newslistingpage .newsthumb { width: 338px; margin: 0 25px 0 0; }
.newslisting .item .newssummary .newsmeta { }

.newsmeta { }
.newslisting .item .newssummary .newsmeta .newsdate , .maincontent .blogpostcontentbox .newsdate { background: none; color: #393939; display: block; float: none; text-align: left; padding: 0; font-size: 14px; font-weight:300; }
.newslisting .item .newssummary .newsmeta .newsdate span , .maincontent .blogpostcontentbox .newsdate span { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.newslisting .item .newssummary .newsmeta .newsdate span.icon , .maincontent .blogpostcontentbox .newsdate span.icon { width:16px; margin: 0 5px 0 0; }
.newsmeta .seperator { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size: 10px; color: #a8a8a8; font-weight: bold; }

.newsbox .btn { /*display:inline-block; *display:inline; zoom:1; vertical-align:middle; */ display:block; }
.newsbox .newsdate , .newsdate { margin:0; padding:10px; float:left; color:#fff; background:#d81e05; font-weight:normal; font-size:14px; text-transform:none; border-radius: 0; position:relative; top:0; left:0; text-align: center; }
.newsbox .newsday , .newsday { padding:0; line-height: 27px; font-size:24px; font-weight:900; }
.newsbox .newsmonth , .newsmonth { font-size:16px; padding:0; line-height: normal; font-family:'Poppins', Arial, Helvetica, sans-serif; }
.newsbox .newsday , .newscontainer .newsmonth , .newsday , .newsmonth { width:45px; }
.newsbox .green .newsdate { background:#5bbaa0; }
.newsbox .green .newsmonth { background:#26745f; }
.newsbox .newsdesc { }
.newsbox .newssummary { }
.newsbox .newstitle a , .newsbox .newstitle { color:#323232; font-size:13px; line-height: 24px; font-weight:600; display:block; text-transform:none; text-decoration:none; }
.newsbox .newstitle a:hover { color:#595546; }
.newsbox .newsdesc { font-size:13px; color:#fff; padding:5px 0 0; }
.newsbox .readmore { font-size:14px; margin: 20px 0 0; }
.newsbox .readmore a { /*font-size: 11px; color: #1ebeed; background: none; border: 0; padding: 0;*/ border:2px solid #595546; color:#595546; font-size:14px; font-weight:600; padding: 9px 15px; }
.newsbox .readmore a:hover { color:#fff; background:#595546; }
.newsbox { }
.newsbox .newsmeta { margin: 0 0 10px; }

.newsbox table { background:#5e8cb2; width: 100%; }
.newsbox table tr td { }

.newsthumb { position:relative; margin: 0; width:22%; float:left; }
.newsthumb img { width:100%; background:#F1F1F1; }
.newsthumb a { display:block; position:relative; }
.newssummarybox { margin: 0; width:90%; float:left; box-sizing: border-box; padding: 0; }
.newssummarybox.full { padding:0; width:100%; }

.newslistingpage .newsbox .newsdate, .newslistingpage .newsdate { }
.newslistingpage .newslisting { border-top:1px solid #EAEAEA; padding:25px 0 0; }
.newslistingpage .newslisting .item .newssummary { padding-top:0; max-width: 625px; padding: 0; }
.newslistingpage .newslisting .item .newssummary .newstitle a { font-size:16px; text-decoration:none; }
.newslistingpage .newslisting .item { border-color:#EAEAEA; padding: 0 0 25px; margin: 0 0 25px; }
.newslistingpage .newslisting .item .newssummary .newsdesc { padding: 13px 0 2px; line-height: normal; }

/*.newsslider.owl-carousel { position:initial; }
.newsslider , .mobilenewsslider { }
.newsslider .slick-dots li button , .mobilenewsslider .slick-dots li button { background-image:url(images/bullet.png); }
.newsslider .slick-dots li button:hover, .newsslider .slick-dots li.slick-active button , 
.mobilenewsslider .slick-dots li button:hover, .mobilenewsslider .slick-dots li.slick-active button { background-image:url(images/bullet_active.png); }*/

.newsimage { position:relative; margin: 0 0 20px; }
.newsimage .newsdate { margin: 0; position: absolute; top: 0; left: 0; }
.newsdetail { font-size:13px; }

.newspage .content { margin:0 0 15px; }
.newslisting { margin:0; }
.newslisting .item { padding:0 0 15px; margin:0 0 20px; position: relative; float:left; width:100%; box-sizing: border-box; border-bottom:1px solid #e9ebe8; }
.newslisting .item.first { width:100%; float:none; }
.newslisting .item.firstcol { }
.newslisting .item.lastcol { float:right; }
.newslisting .item .newsimage { float:left; }
.newslisting .item .newsimage img { border:1px solid #f3f2f2; max-width:100%; }
.newslisting .item .newssummary { }
.newslisting .item .newssummary .newstitle { margin:0; }
.newslisting .item .newssummary .newstitle a { font-size:19px; color:#000000; font-weight:normal; font-family:"Poppins",Arial, Helvetica, sans-serif; padding: 0 0 5px; }
.newslisting .item .newssummary .newsdate { font-size:13.5px; color:#d81e05; font-weight:normal; float:none; text-align:left; text-transform:none; margin:0; padding:0; background:none; display:none; }
.newslisting .item .newssummary .newsdesc { font-size:14.5px; color:#585858; font-weight: normal; }
.newslisting .item .newssummary .newslink a { font-size:13px; color:#2f73c8; border-bottom:1px solid #2f73c8; text-decoration:none; padding: 10px 0 0; display: inline-block; }
.newslisting .item .newssummary .newstitle a:hover , .newslisting .item .newssummary .newslink a:hover { color:#eba800; }
.newslisting .item .border { /*background:#d6d6d6; width:100%; height:1px; margin:15px 0 0;*/ }

.maincontent.newsdetail { }
.maincontent.newsdetail h1.pagetitle { color:#0d63ba; }
.maincontent.newsdetail .newsdate { font-size: 13px; margin: 0 0 10px; font-weight:bold; }
.newsdetaildesc { margin:0; }

/* product page */
.detailblockwrapper { padding: 55px 30px; }
.detailblockwrapper.even { background:none; }
.detailblockcontainer { width:1245px; margin:auto; }
.detailblockbox { }
.detailblockbox .detailblockleft { float:left; width:435px; margin: 0 50px 0 0; }
.detailblockbox .detailblockright { float:left; width: 745px; }
.detailblockbox .detailblockright.full { float:none; width:100%; }
.detailblockbox .detailblockleft img { width:100%; max-width:435px; margin: auto; }
.detailblockbox .blocktitle { font-size:21px; color:#fff; font-weight:600; }
.detailblockbox .blockcontent { }
.detailblockwrapper table { margin:0 0 15px; width:100%; }
.detailblockwrapper table thead tr td { background:#47474A; color:#D0D0D0; }
.detailblockwrapper table tr td { border:1px solid #47474A; padding: 8px 15px; }
.detailblockwrapper ul li { padding:0 0 10px; }
.detailblockwrapper ul li:last-child { padding-bottom:0; }

.productdescription { margin:15px 0 0; }
.listboxcontainer { background:#f2f2f2; padding: 40px 50px; }
.listboxtitle { font-size:18px; color:#2e2e2e; font-weight:bold; text-transform:uppercase; }
.listboxcontent { font-size:14px; color:#4e4e4e; margin: 20px 0 0 0;}
.listboxcontent ul { margin:0 0 0 18px; }
.listboxcontent ul li { padding:0 0 7px; }

/* blog */
.sidenavmenuicon { display:none; }
.blogpage .paginationbox { }
.bloglistingscontainer { float:left; width:810px; }
.bloglistings {  }
.bloglistings .item { margin: 0 0 25px;  border-bottom: 1px solid #e9e9e9; }
.bloglistings .item table { }
.bloglistings .item table tr td { border:0; padding:0; }
.bloglistings .blogsummary { float:left; width: 535px; }
.bloglistings .blogsummary.full { float:none; width:100%; }
.bloglistings .blogpostimage { max-width:100%; position:relative; }
.bloglistings .blogpostimage.noimage .newsdate { position:relative; }
.bloglistings .blogpostimage .newsdate { bottom: 0; top: inherit; left: 0; right: inherit; }
.bloglistings .blogpostimage .newsbox .newsday, .bloglistings .blogpostimage .newsday { line-height:normal; }
.blogpostimage a { }
.blogpostimage img { max-width:100%; }
.blogsidebar { float:right; width:220px; text-transform: none; font-size:16px; margin:0; }
.blogpage .blogsidebar { width:346px; }
.blogposttitle a { display:block; color:#4c4c4c; font-size:21px; padding: 5px 0 0; }
.blogposttitle a:hover { color:#000; }
.blogpostdate { font-size:14px; font-weight:normal; color:#8e8d8d; }
.blogpostsummary { font-size:14px; padding: 8px 0; margin:0; color:#4c4c4c; }
.bloglistings .item .btn { margin:10px 0 0; }
.bloglistings .item .btn a { font-size:12px; color:#4c4c4c; padding:5px 10px; font-weight:bold; }
.bloglistings .item .btn a:hover { background:#08508c; border-color:#08508c; color:#fff; }

.bloglisting a { display:block; }
.bloglisting .blogtitle { padding:0 0 5px; }
.bloglisting .blogtitle a { font-size:28px; font-weight:bold; color:#000000; }
.bloglisting .blogtitle a:hover { color:#edb21f; }
.bloglisting .item { border-bottom:1px solid #e9ebe8; padding: 0 0 15px; margin: 0 0 30px; }
.blogmeta { font-size:16px; color:#787878; padding: 0 0 15px; }
.blogmeta .blogmetablock { display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding:0 30px 0 0; }
.blogmeta .icon { width:18px; padding-right:5px; }
.blogmeta .icon img { visibility:visible; height: auto; }
.blogmeta span { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.blogthumb { padding:0 0 9px; }
.blogsummarybox  { font-size:16px; color:#393939; }
.blogtagsbox { font-size: 16px; color:#393939; }
.blogtagboxtitle { display:inline-block; *display:inline; zoom:1; vertical-align:top; padding:0 5px 0 0; }
.blogtagboxcontent { color:#edb21f; display:inline-block; *display:inline; zoom:1; vertical-align:top; }
.blogtagsbox .seperator , .blogtagsbox .blogtag { display:inline-block; *display:inline; zoom:1; vertical-align:top; }
.blogtagboxcontent a { color:#edb21f; }
.blogtagboxcontent a:hover { color:#000; }

.blogsidebar.bottom { display:none; }

.sidebartwitter { margin:25px 0 0; overflow: auto; }

.blogpage .sidenavtitle { margin-bottom:10px; }
.blogsearchcontainer { width: 240px; max-width: 100%; padding:0 0 25px; }
.blogsearchcontainer .searchcontainer { width: 100%; float: none; margin: 0; }
.blogsearchcontainer .searchbtn { display:none; }
.blogsearchcontainer .searchbox {  }
.blogsearchcontainer .searchbox  fieldset { }
.blogsearchcontainer .searchbox  fieldset input { background:#f5f5f5; display:block; border:1px solid #dadada; font-size:15px; color:#000; padding:9px 45px 9px 20px; width: 100%; box-sizing: border-box; }
.blogsearchcontainer .searchbox input[type="submit"] { position:absolute; top:0; right:0; border:0; background:url(images/blog_searchbtn.png) no-repeat center; text-indent:-9999999em; width:45px; height:42px; cursor:pointer; }
.blogsearchcontainer .searchbox input::-webkit-input-placeholder {
   color: #7e7e7e;
}
.blogsearchcontainer .searchbox input:-moz-placeholder { /* Firefox 18- */
   color: #7e7e7e;  
}
.blogsearchcontainer .searchbox input::-moz-placeholder {  /* Firefox 19+ */
   color: #7e7e7e;  
}
.blogsearchcontainer .searchbox input:-ms-input-placeholder {  
   color: #7e7e7e;  
}


.blogpage .maincontent { float:left; width: 759px; }

.featuredpostcontainer { border:0; margin:25px 0 0; }
.featuredtitle { font-size:16px; color:#fff; background:#9e9e9e; font-weight:bold; padding:6px 15px; margin: 0; text-transform:none; }
.featuredpostcontainer .item { padding:9px 0; margin: auto; border-bottom:1px solid #D8D8D8; }
.featuredpostcontainer .item .blogpostimage { width:75px; float:left; margin: 0 11px 0 0; }
.featuredpostcontainer .item .blogpostsummary { float:left; padding:0; margin:0; }
.featuredpostcontainer .item .blogposttitle { text-transform:none; margin:0 0 10px; }
.featuredpostcontainer .blogposttitle a { font-size:12px; padding:0; color:#444444; font-weight:600; }
.featuredpostcontainer .blogposttitle a:hover { color:#ff0080; }
.featuredpostcontainer .blogpostdate { font-size:10px; color:#919191; font-weight:600; }

.blogarchive { font-size: 16px; font-family:"Poppins",Arial, Helvetica, sans-serif; }
.blogarchivetitle { display: block; color: #000000; font-weight: bold; text-transform: uppercase; text-decoration: none; font-size: 22px; padding: 15px 0 15px; }
.maincontentcontainer .blogarchive .blogarchivelisting { border-top: 1px solid #eaeaea; }
.maincontentcontainer .blogarchive ul { margin:0; }
.maincontentcontainer .blogarchive ul li { list-style:none; padding: 0; border-bottom: 1px solid #eaeaea; }
.jaw_symbol { display:none; }
.maincontentcontainer .blogarchive ul li a { background: url(images/archiveli.png) no-repeat 93% center; display: block; color: #4e4e4e; font-weight: 500; text-decoration: none; font-size: 16px; padding:7px 25px 7px 8px; text-transform:none; }
.maincontentcontainer .blogarchive ul li a:hover , .maincontent .blogarchive ul li.current_page_parent a , .maincontent .blogarchive ul li.current_page_parent ul a:hover , .maincontentcontainer .blogarchive ul li.current_page_parent a { color: #eba800; background-color:#fff; background-image:url(images/archiveli_hover.png); }
.maincontentcontainer .blogarchive ul li a .i { display:none; }
.maincontentcontainer .blogarchive ul li.active { }
.maincontentcontainer .blogarchive ul li.active a { color: #eba800; background-image:url(images/archiveli_active.png); background-color: #fff; }
.maincontentcontainer .blogarchive ul li.current_page_parent ul { display:block; }
.maincontentcontainer .blogarchive ul li li a { font-weight:normal; padding:5px 25px; font-size: 15px; color: #a3a3a3; font-weight:normal; text-transform:none; }
.maincontentcontainer .blogarchive ul ul { display:none; margin:0 0 10px 0; }
.maincontentcontainer .blogarchive ul ul li { border:0; }
.maincontentcontainer .blogarchive ul ul a , .maincontentcontainer .blogarchive ul li.active ul a { /*background: url(images/blogli.png) no-repeat 33px 12px;*/ background:none; color:#585858; }
.maincontentcontainer .blogarchive ul li li a:hover , .maincontentcontainer .blogarchive ul li.current_page_parent ul a:hover , .maincontentcontainer .blogarchive ul li.active ul a:hover , .maincontentcontainer .blogarchive ul li.active ul li.active a { color:#fff; /*background-image:url(images/blogli_active.png);*/ background-color:#3f3f3f; }
.maincontentcontainer .blogarchive ul li.odd { /*background:#f8f8f8;*/ }
.maincontentcontainer .blogarchive ul ul li.odd { background:none; }

.maincontent .blogimage { margin:0; position:relative; }
.maincontent .blogposttitle { font-size:21px; color:#4c4c4c; font-weight:600; margin: 15px 0 10px; }
.maincontent .blogpostdate { font-size:17px; color:#8e8d8d; font-weight:600; }
.maincontent .blogpostcontentbox { margin: 0; }
.maincontent .blogpostcontent { padding:0; margin: 0; }
.maincontent .blogpostcontent h2 { margin:0 0 20px; }
.maincontent .blogimage .newsdate { position:absolute; left: 0; right: initial; top: 0; margin:0; }
.maincontent .blogimage .newsdate .newsday { }
.maincontent .blogpostcontentbox h1.pagetitle , .maincontent .blogpostcontentbox h1.pagetitle .grey { }
.maincontent .blogpostcontentbox h1.pagetitle , .maincontent .blogpostcontentbox h1.pagetitle .grey { }
.maincontent .blogpostcontentbox .newsdate { margin:0 0 15px; }

.newsdetailpage .maincontent { }

.sharepicksbox { padding: 10px 0 10px; margin:0; }
.sharepicksbox.top { border:0; padding:0; margin:0; }

.newspage .recentpost { }
.recentpost { margin: 30px 0 0; display:none; }
.blogdetailpage .recentpost { display:block; }
.recentpost .latestnewswrapper , .recentpost .latestnewswrapper .newslistingcontainer { width:100%; background:none; padding:0; }
.recentpost .latestnewswrapper .newssummarybox { width:100%; margin:0; padding:0; }
.recentpost .latestnewswrapper .blocktitle , .recentpost .blocktitle{ font-family:"Poppins",Arial, Helvetica, sans-serif; display: block; color: #000000; font-weight: 600; text-transform: uppercase; text-decoration: none; font-size: 22px; padding: 0 0 10px; border:0; margin:0; border-bottom:0; letter-spacing:1px; }
.recentpost .newsbox .newsday, .recentpost .newsday { font-size:22px; }
.recentpost .newsbox .newsdate, .recentpost .newsdate { background:none; font-size:14px; color:#a0a0a0; padding:0 0 5px; float:none; position:relative; font-weight:normal; text-align: left; }
.recentpost .newsbox .newsmonth, .newsmonth { font-size:12px; }
.recentpost .newslisting .item .newssummary .newstitle { margin: 0 0 10px; }
.recentpost .newsthumb { width:81px; margin: 0 13px 0 0; float:left; }
.recentpost .newsthumb img { width:100%; }
.recentpost .newssummarybox { float:left; }
.recentpost .newsbox .newstitle a, .recentpost .newsbox .newstitle { font-family:"Poppins",Arial, Helvetica, sans-serif; line-height: normal; font-size:15px; color:#6a6a6a; font-weight: normal; display:block; }
.recentpost .newsbox .newstitle a:hover { color:#285f9d; }
.recentpost .newsbox .newsmeta { margin:5px 0 0; }
.recentpost .item { margin:0; padding:0 0 10px; }

.recentpost a { display:block; }
.recentpost .blogtitle { font-weight:600; }
.recentpost .blogtitle a { font-size:18px; color:#000000; }
.recentpost .blogtitle a:hover { color:#edb21f; } 
.recentpost .blogmeta { font-size:13px; }
.recentpost .blogmeta .icon { width:13px; }
.recentpost .blogmeta .blogmetablock { display:block; padding:0; }

/* pagination */
.paginationbox { margin: 0; padding: 50px 0 15px; text-align: center; text-transform:uppercase; font-weight:bold; font-family:"Poppins",Arial, Helvetica, sans-serif; font-size: 0; line-height:1.2; }
.paginationbox .wp-pagenavi a, .paginationbox .wp-pagenavi span { border: 0; }
.paginationbox .wp-pagenavi span.pages { padding-left:0; margin-left:0; font-weight:bold; padding-right: 10px; border:0; text-transform:uppercase; color:#414141; background:none; }
.paginationbox .wp-pagenavi a { color:#fff; font-size:16px; }
.paginationbox .wp-pagenavi span.current , .paginationbox .wp-pagenavi a:hover { color:#fff; background:#e33b3b; border-color:#e33b3b; font-weight:500; }
.paginationbox .wp-pagenavi a:hover { background:none; color:#e33b3b; }
.paginationbox .wp-pagenavi span.current , .paginationbox .wp-pagenavi a { }
.paginationbox .wp-pagenavi { border:0; border-right:0; display:inline-block; }
.paginationbox .wp-pagenavi a, .paginationbox .wp-pagenavi span { margin:0 1px; padding:11px 18px; font-size:16px; color: #000000; display:inline-block; *display:inline; zoom:1; vertical-align:middle; background:none; border-right:0; border-radius:100%; font-weight:500; }/*
.paginationbox .wp-pagenavi a.nextpostslink , .paginationbox .wp-pagenavi a.previouspostslink { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width: 36px; height: 35px; padding: 0; }
.paginationbox .wp-pagenavi a.nextpostslink { background:url(images/nextpage.png) no-repeat center #949494; }
.paginationbox .wp-pagenavi a.previouspostslink { background:url(images/prevpage.png) no-repeat center #949494; }
.paginationbox .wp-pagenavi a.nextpostslink:hover { background-image:url(images/nextpage_hover.png); background-color:#f4313f; }
.paginationbox .wp-pagenavi a.previouspostslink:hover { background-image:url(images/prevpage_hover.png); background-color:#f4313f; }*/
 
.searchpage .paginationbox { border:0; padding: 10px 0; }
.serviceslistingwrapper .paginationwrapper { max-width: 1158px; }

/* sidenav */
.hide { display:none; }
.boxcontent iframe { max-width:100%; }

.sidebar { float:right; width:28%; font-weight:600; background:#fff; }
.sidenav { padding:0; }
.sidenavtitle { font-size:22px; color:#000000; background:none; font-weight:bold; padding: 0; margin:0 0 15px; text-transform:uppercase; border-bottom:0; letter-spacing: 1px; } 
.sidenavtitle .border { background:#00acf4; width:50px; height:3px; display:block; margin:5px 0 0; }
.sidenavlisting { border:0; padding:0; }
.sidenavlisting ul { margin:0; }
.sidenavlisting li { list-style:none; border-bottom:1px solid #eaeaea; margin: 0; }
.sidenavlisting li:first-child { border-top:0; }
.sidenavlisting li a { /*background: url(images/archiveli.png) no-repeat 94% center;*/ background:none; display: block; color: #4e4e4e; font-weight: normal; text-transform:none; text-decoration: none; font-size: 15px; padding:7px 0; }
.sidenavlisting li a:hover , .sidenavlisting ul li.page_item_has_children a:hover , .sidenavlisting li.current-cat a { color:#eba800; background-color:none; /*background-image: url(images/archiveli_active.png);*/ }
.sidenavlisting li.current_page_item a , .sidenavlisting ul li.current_page_ancestor a , .sidenavlisting ul li.current_page_parent a , .sidenavlisting ul li.current-cat a
.sidenavlisting li.current_page_item:hover a , .sidenavlisting ul li.current_page_ancestor:hover a , .sidenavlisting ul li.current_page_parent:hover a , .sidenavlisting ul li.current-cat:hover a , 
.sidenavlisting li.current-cat a , .sidenavlisting li.current-cat a:hover , .sidenavlisting ul li.current-cat-parent a
{ color:#eba800; /*background-color:#1281d9; border-color:#fff; /*background-image:url(images/sidenavarrow_hover.png);*/ }
.sidenavlisting ul li.page_item_has_children a , .sidenavlisting ul li.cat-has-child a { background: url(images/sidenavarrow.png) no-repeat 94% center; }
.sidenavlisting ul li.page_item_has_children a:hover , .sidenavlisting ul li.cat-has-child a:hover { /*background-image: url(images/sidenavarrow_hover.png);*/ }
.sidenavlisting li:hover , .sidenavlisting li.current_page_item , .sidenavlisting ul li.current_page_ancestor , .sidenavlisting ul li.current_page_parent { }

/*
.sidenavlisting ul ul li.cat-has-child a { background: url(images/sidenavarrow.png) no-repeat 87% center; }
.sidenavlisting ul ul li.cat-has-child a:hover { background: url(images/sidenavarrow_hover.png) no-repeat 87% center; }
.sidenavlisting ul ul li.current-cat.cat-has-child a { color: #1ebeed; background-image: url(images/sidenavarrow_active.png); }*/


.sidenavlisting ul ul { margin:0; display:none; }
.sidenavlisting ul ul li { /*list-style:url(images/sidenavarrow2.png);*/ }
.sidenavlisting ul ul li.current_page_item { /*list-style:url(images/sidenavarrow2_active.png);*/ }
.sidenavlisting ul ul li a { padding:2px 15px 2px 0; margin:0 0 5px; }
.sidenavlisting ul ul li a:hover { /*list-style:url(images/sidenavarrow2_active.png);*/ }
.sidenavlisting li.page_item_has_children.current_page_item a , .sidenavlisting li.page_item_has_children.current_page_ancestor a , .sidenavlisting li.page_item_has_children.current_page_ancestor a:hover { background-image:url(images/sidenavarrow_active.png); background-color:#dcdcdc; }
.sidenavlisting ul li.current-cat a { /*color: #1ebeed; background-image: url(images/archiveli_active.png);*/ }
.sidenavlisting li.page_item_has_children.current_page_item a , .sidenavlisting li.page_item_has_children.current_page_ancestor a , .sidenavlisting li.page_item_has_children.current_page_ancestor a { }
.sidenavlisting ul li.page_item_has_children.current_page_item a:hover { /*background-image:url(images/sidenavarrow_active.png); */ color:#464646; }
.sidenavlisting ul li.haschild.current-cat a { background-image:url(images/sidenavarrow_active2.png); }
.sidenavlisting ul li.current-cat-parent a , .sidenavlisting ul li.current-cat.cat-has-child a , .sidenavlisting ul li.current-cat.page_item_has_children a:hover , .sidenavlisting ul li.current-cat.cat-has-child a:hover , .sidenavlisting ul li.current-cat-parent.cat-has-child a:hover  { /*background-image:url(images/sidenavarrow_active.png); */}
.sidenavlisting ul li.current-cat.haschild a , .sidenavlisting ul li.current-cat-parent.haschild a { border-radius: 10px 10px 0 0; }
.sidenavlisting ul li.current-cat-parent.haschild a.parentlink:hover { /*background-image:url(images/sidenavarrow_active2.png);*/ }
.sidenavlisting ul li.current-cat-parent.haschild .catchild a { border: 0; }
.sidenavlisting ul li.current-cat.haschild li a:hover , .sidenavlisting ul li.current-cat-parent.haschild a:hover , .sidenavlisting ul li.current-cat-parent.haschild .current-cat a { /*background-image:url(images/sidenavarrow2_active.png);*/ color:#fff; } 

/* level 2 */
.sidenavlisting ul li.current-cat ul , .sidenavlisting ul li.current-cat-parent ul , .sidenavlisting ul li.current_page_item ul , .sidenavlisting ul li.current_page_ancestor ul , .sidenavlisting ul li.current_page_parent ul { display:block; padding:8px 0; background:#fff; }
.sidenavlisting ul li.current-cat ul li , .sidenavlisting ul li.current-cat-parent ul li , .sidenavlisting ul li.current_page_item ul li , .sidenavlisting ul li.current_page_ancestor ul li , .sidenavlisting ul li.current_page_parent ul li { margin-bottom:0; border: 0; }

.sidenavlisting ul li.current-cat ul a , 
.sidenavlisting ul li.current-cat-parent ul a , 
.sidenavlisting ul li.haschild.current-cat li a , 
.sidenavlisting ul li.current_page_item ul li a , 
.sidenavlisting ul li.current_page_ancestor ul li a , 
.sidenavlisting ul li.current_page_parent ul li a , 
.sidenavlisting li.page_item_has_children.current_page_item ul a , 
.sidenavlisting li.page_item_has_children.current_page_ancestor ul a ,
.sidenavlisting ul li.current-cat:hover ul a , 
.sidenavlisting li.current-cat ul a ,
.sidenavlisting ul li.current-cat-parent ul a, 
.sidenavlisting ul li.current-cat.cat-has-child ul a
{ /*background:url(images/sidenavarrow3.png) no-repeat 10px center;*/ background:none; color:#616060; font-size:14px; margin:0; padding:5px 27px ; font-weight:normal; border:0; text-transform:none; }

.sidenavlisting ul li.current_page_item ul li.current_page_item a, 
.sidenavlisting ul li.current_page_ancestor ul li.current_page_item a, 
.sidenavlisting ul li.current_page_parent ul li.current_page_item a ,
.sidenavlisting ul li.current_page_item ul li a:hover , 
.sidenavlisting ul li.current_page_ancestor ul li a:hover , 
.sidenavlisting ul li.current_page_parent ul li a:hover , 
.sidenavlisting ul li.current_page_ancestor ul li.current_page_parent a,
.sidenavlisting ul li.current-cat.cat-has-child ul a:hover ,
.sidenavlisting ul li.current_page_item ul li.active a
{ color:#f4313f; border-color:#f4313f; /*background-image:url(images/sidenavarrow3_hover.png);*/ }

.sidenavlisting ul li.current_page_item ul li.current_page_item.page_item_has_children a, 
.sidenavlisting ul li.current_page_ancestor ul li.current_page_item.page_item_has_children a, 
.sidenavlisting ul li.current_page_parent ul li.current_page_item.page_item_has_children a ,
.sidenavlisting ul li.current_page_item ul li.page_item_has_children a:hover , 
.sidenavlisting ul li.current_page_ancestor ul li.page_item_has_children a:hover , 
.sidenavlisting ul li.current_page_parent ul li.page_item_has_children a:hover , 
.sidenavlisting ul li.current_page_ancestor ul li.current_page_parent.page_item_has_children a,
.sidenavlisting ul li.current-cat.cat-has-child ul li.current-cat a
{ background-image:url(images/sidenavarrowchild_active.png); }

.sidenavlisting ul li.page_item_has_children.current_page_item ul a , 
.sidenavlisting ul li.page_item_has_children.current_page_item:hover ul a 
{ /*background:url(images/sidenavarrow3.png) no-repeat 10px center;*/ }

.sidenavlisting ul li.page_item_has_children.current_page_item ul a:hover , 
.sidenavlisting ul li.page_item_has_children.current_page_item:hover ul a:hover 
.sidenavlisting ul li.current-cat ul li a:hover , 
.sidenavlisting li.current-cat ul li a:hover ,
.sidenavlisting ul li.current-cat-parent.cat-has-child ul a:hover ,
.sidenavlisting ul ul li.current-cat a , 
.sidenavlisting ul ul li.current-cat a:hover
{ /*:url(images/sidenavarrow3_hover.png) no-repeat 10px center; color:#004a81; border-color:#004a81;*/ background:#efefef; }

.sidenavlisting ul li.page_item_has_children.current_page_item ul li:hover , 
.sidenavlisting ul li.page_item_has_children.current_page_item:hover ul li:hover 
{ /*list-style-image:url(images/sidenavarrow2_active.png);*/ }

.sidenavlisting ul li.current_page_ancestor ul li a:hover, 
.sidenavlisting ul li.current_page_parent ul li a:hover, 
.sidenavlisting li.page_item_has_children.current_page_ancestor ul a:hover {
	/*background-image:url(images/sidenavarrow3_hover.png);*/  background:#efefef;
}

.sidenavlisting ul li.current_page_ancestor ul li:hover, 
.sidenavlisting ul li.current_page_parent ul li:hover, 
.sidenavlisting li.page_item_has_children.current_page_ancestor ul:hover {
	/*list-style-image:url(images/sidenavarrow2_active.png);*/
}

.sidenavlisting ul li.current-cat ul ul , 
.sidenavlisting ul li.current-cat-parent ul ul , 
.sidenavlisting ul li.current_page_item ul ul , 
.sidenavlisting ul li.current_page_ancestor ul ul, 
.sidenavlisting ul li.current_page_parent ul ul{ display:none; }

.sidenavlisting ul ul li.cat-has-child a , .sidenavlisting ul li.current-cat ul li.cat-has-child a { /*background: url(images/sidenavarrow.png) no-repeat 87% center;*/ }
.sidenavlisting ul ul li.cat-has-child a:hover , .sidenavlisting ul li.current-cat ul li.cat-has-child a:hover { /*background: url(images/sidenavarrow_hover.png) no-repeat 87% center;*/ }
.sidenavlisting ul ul li.current-cat.cat-has-child a , .sidenavlisting ul ul li.current-cat.cat-has-child a:hover { color: #1ebeed; /*background-image: url(images/sidenavarrow_active.png);*/ background: none; }


/* level 3 */
.sidenavlisting ul li.current_page_ancestor ul li.current_page_item ul, .sidenavlisting ul li.current_page_parent ul li.current_page_item ul ,
.sidenavlisting ul li.current_page_ancestor ul li.current_page_ancestor ul, .sidenavlisting ul li.current_page_parent ul li.current_page_ancestor ul ,
.sidenavlisting ul li.current-cat-parent ul li.current-cat ul
{ display:block; margin:0; }
.sidenavlisting ul li.current_page_ancestor ul ul li, .sidenavlisting ul li.current_page_parent ul ul li { list-style:none; }
.sidenavlisting ul li.current_page_ancestor ul ul li a, .sidenavlisting ul li.current_page_parent ul ul li a { background:none !important; padding-left: 25px;  }
.sidenavlisting ul li.current_page_ancestor ul li.current_page_item ul a, 
.sidenavlisting ul li.current_page_parent ul li.current_page_item ul a , .sidenavlisting ul li.current_page_item ul li.active ul a { color:#616060; padding: 2px 0 2px 41px; }
.sidenavlisting ul li.current_page_ancestor ul li.current_page_item ul a:hover , 
.sidenavlisting ul li.current_page_parent ul li.current_page_item ul a:hover , 
.sidenavlisting ul li.current_page_item ul li.active ul a:hover ,
.sidenavlisting ul li.current_page_item ul li.active ul li.active a { color:#f4313f; }
.sidenavlisting ul li.current_page_ancestor ul li.current_page_item ul li:hover , 
.sidenavlisting ul li.current_page_parent ul li.current_page_item ul li:hover { list-style:none !important; }
.sidenavlisting ul li.current-cat:hover ul ul a, .sidenavlisting li.current-cat ul a, .sidenavlisting ul li.current-cat-parent ul ul a , 
.sidenavlisting ul li.current-cat ul li.current-cat ul a, .sidenavlisting ul li.current-cat-parent ul li.current-cat ul a { font-size:13px; color:#8b8b8b; /*background:url(images/sidenavarrow3.png) no-repeat 20% center;*/ padding:5px 20px 5px 50px; }
.sidenavlisting ul ul li.current-cat ul a:hover , .sidenavlisting ul li.current-cat-parent ul li.current-cat ul a:hover { /*background-image:url(images/sidenavarrow3_hover.png);*/ color:#1ebeed; }
.sidenavlisting ul li.current_page_item span.i { padding: 0 5px 0 0; }

.sidenavlisting ul li.current-cat-parent ul li.current-cat ul li.current-cat a { color:#1ebeed; /*background-image:url(images/sidenavarrow3_hover.png);*/ }

/* level 4 */
.sidenavlisting ul ul ul li a { }
.sidenavlisting ul ul ul li a:hover , .sidenavlisting ul ul ul li.current_page_item a { }

.maincontentcontainer { font-size:0; }
.maincontent { float:left; width:72%; font-size:17px; line-height: 1.5; padding:0 45px 0 0; }
.tagsShareContainer { width:72%; font-size:17px; line-height: 1.5; padding:0 60px 0 35px; margin:0; }
.maincontent.full { float:none; width:100%; margin:0; padding:0; }
h2.pagesubtitle { font-size:20px; color:#484848; line-height:normal; margin: 0 0 15px; }
.normalpage .pagecontent { padding:0; }
.pagecontent { padding: 0; }
.pagecontent .subtitle { font-size:16px; font-weight:600; }
.pagecontent .subtitle.type2 { margin:0 0 15px; }

.nopost { color: #000; padding: 13px 25px; font-size: 17px; font-weight: 300; text-align: center; }

.toptoolbar { margin:0 0 25px; }
.toptoolbar h1.pagetitle { float:left; }
.toptoolbar .producttoolbar { float:right; }
.bottomtoolbar { width: 215px; margin: auto; }

.toolbar .label { font-size:14px; color:#414141; font-weight:bold; text-transform:uppercase; display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin:0 15px 0 0; }
.toolbar .field { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:250px; }
.toolbar .views , .toolbar .sortby { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.toolbar .views  { margin:0 0 0 80px; }
.toolbar .paginationbox { float:right; }
.toolbar { margin:0 0 25px; }

/* sidebar horizontal */
.productpage .contentcontainer { }
.sidebar.horizontal { float:none; width:100%; text-align: center; }
.sidebar.horizontal .sidenavlisting ul { position:relative; z-index:1; }
.sidebar.horizontal .sidenavlisting li { display:inline-block; *display:inline; zoom:1; vertical-align:top; margin:0; border:0; }
.sidebar.horizontal .sidenavlisting li a { background:none; font-size:15px; color:#707070; font-weight:normal; text-transform:uppercase; padding: 15px 20px; display: block; position:relative; }
.sidebar.horizontal .sidenavlisting li:hover a { color:#2d2d2d; background:none; }
.sidebar.horizontal .sidenavlisting { position:relative; }
.sidenavlistingborder { background:#dfdfdf; width:100%; height:1px; position:absolute; bottom:0; left:0; z-index:0; }
.sidebar.horizontal .sidenavlisting li.current-cat a { border-color:#606060; color:#2d2d2d; }
.navborderline { position:absolute; bottom:0; left:0; background:#606060; width:100%; height:2px; display:none; }
.sidebar.horizontal .sidenavlisting li.current-cat a .navborderline { display:block; }

/* product horizontal */
/*.productpage .contentcontainer .maincontent { float: right; width: 940px; max-width: 100%; }*/

/* product */
.productswrapper { background:#f8f8f8; }
.productscontainer { width:1245px; margin:auto; max-width:100%; padding: 50px 0; }
.productlistingtitle { font-size:23px;  color:#1ebeed; background:#fff; font-weight:bold; padding:0 0 10px 0; margin: 0; text-transform:uppercase; }
.categorydetails { }
.categorydetails h1.pagetitle { font-size:34px; margin:0 0 15px; }
.productlisting { margin:0; }
.productlisting a { display:block; }
.productlisting .producttitle a { font-size:15px; color:#212121; text-transform:uppercase; display:block; }
.productlisting .item { width: 100%; float:none; box-sizing: border-box;  margin: 0; padding:0; border:0; border-bottom: 0; }
.productlisting .item.first { padding-top:15px; }
.productlisting .item.last { margin-right:0; }
.productlisting img { max-width:100%; 
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productlisting .tablewrap { height:100%; margin:0; }
.productlisting .producttitlebox { background: none; 
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productlisting .producttitlebox table { width:100%; height:100%; margin:0; padding:0; }
.productlisting .producttitlebox table tr { }
.productlisting .producttitlebox table tr td { background:none; border:0; vertical-align:middle; padding:0; }
.productlisting .producttitlebox a { font-size:15px; color:#424242; display:block; padding:0; text-align:center; width:100%; height: 100%;
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productlistingbox:hover a { }
.productlistingbox:hover img { }
.productlisting .producttitlebox a .producttitle { color:#424242; font-size:15px; padding:15px; }
.productlisting .producttitlebox a .producttitle , .productlisting .producttitlebox a .productshortdesc , .productlisting .item {
	-webkit-transition: all 500ms ease-out 0.1s;
    -moz-transition: all 500ms ease-out 0.1s;
    -o-transition: all 500ms ease-out 0.1s;
    transition: all 500ms ease-out 0.1s;
	-webkit-backface-visibility: hidden;
}
.productlisting .item:hover .producttitlebox a .producttitle , .productlisting .item:hover .producttitlebox a .productshortdesc { }
.productlisting .item:hover .producttitlebox a {  }
.productlisting .item:hover { }
.productlisting .item:hover .producttitlebox , .productlisting .item:hover .producttitle { color:#000; }

.productcategorysliderwrapper { margin:20px 30px 40px; }
.productcategorysliderbox { text-align:center; }
.productcategoryslidertitle { font-size:32px; color:#0d63ba; }
.productcategorysliderbox .item { width: 269px; margin: auto; }
.productcategorysliderbox .item .categoryimage { }
.productcategorysliderbox .item .categoryimage img { border:1px solid #f0f0f0; max-width:100%; 
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productcategorysliderbox .item .categoryname a { font-size:18px; color:#585858; display: block; padding: 10px; 
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productcategorysliderbox .item:hover .categoryname a { color:#a91e19; }
.productcategorysliderbox .item:hover .categoryimage img { }

.productcategorylistbox { text-align:center; border-top: 0; padding: 0; margin: 0; }
.productcategorylistwrapper { }
.productcategoryslidertitle { font-size:30px; color:#232020; font-weight:bold; text-transform:uppercase; margin: 0 0 30px; }
.productcategorylistwrapper .item { background:#191919; width: 305px; margin: auto; float: left; margin: 0 12px 12px 0; }
.productcategorylistwrapper .item.last { margin-right:0; }
.productcategorylistwrapper .item .categoryimage { position: relative; }
.productcategorylistwrapper .item .categoryimage img { border:0; max-width:100%; 
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productcategorylistwrapper .item .categoryname { position:relative; }
.productcategorylistwrapper .item .categorynamelabel { position:relative; z-index:1; }
.productcategorylistwrapper .item .categoryname a { font-size:17px; font-weight:600; color:#fff; display: block; padding: 10px; text-transform:none; 
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productcategorylistwrapper .item:hover .categoryname a { }
.productcategorylistwrapper .item .categoryname .categorynameoverlay { position:absolute; top:0; left:0; width:100%; height:100%; z-index:0; }
.productcategorylistwrapper .item .categoryname .categorynameoverlay a { display:block; width:100%; height:100%; padding:0; }
.productcategorylistwrapper .item:hover .categoryname .categorynameoverlay a { background-color:#636363; }
.productcategorylistwrapper .item .categoryname .tablewrap { width:100%; height:100%; }
.productcategorylistwrapper .item .categoryname a table { border:0; padding:0; margin:0; width:100%; height:100%; }
.productcategorylistwrapper .item .categoryname a table tr td { padding:0; margin:0; border:0; vertical-align:middle; }
.productcategorylistwrapper .item:hover .categoryimage img { border-color:#c6c6c6; }
.currentcatdesc { font-size:18px; color:#414141; margin: 0 0 45px; }
.catdescbox { }
.catdescbox .currentcatimg { font-size:24px; color:#2e2e2e; font-weight:bold; float:left; width:260px; margin: 0 35px 0 0; }
.catdescbox .currentcatimg img { border:1px solid #e1e1e1; }
.catdescbox .currentcatdesc { font-size:15px; color:#828282; font-weight:normal; margin: 0 0 15px; }
.catdescbox .currentcatdesc h1 { }

.categorybannercontainer { position:relative; margin:0 0 20px; }
.categorybanner { position:absolute; width: 100%; height:100%; }
.categorybannerborderbox { padding:10px; position:absolute; top:0; left:0; width:100%; height:100%; box-sizing: border-box; }
.categorybannerborder { border:3px solid #fff; width:100%; height:100%; box-sizing: border-box; opacity: 0.42; filter: alpha(opacity=42); /* For IE8 and earlier */ }
.categorybannertext { color:#fff; font-size:26px; padding: 27px 35px; width: 100%; height:100%; box-sizing: border-box; position: relative; z-index: 1; }
.categorybannertext .categorytitle { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-family:"Poppins",Arial, Helvetica, sans-serif; font-size:64px; }
.categorybannertext .categoryseperator { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-weight: 300; }
.categorybannertext .categorysubtitle { display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-transform:uppercase; letter-spacing: 2px; }
.categorybannertext table { border:0; margin:0; padding:0; width: 100%; height:100%; }
.categorybannertext .tablewrap { border:0; margin:0; width: 100%; height:100%; }
.categorybannertext table tr td { vertical-align:bottom; padding:0; border:0; }

.categoryadditionalbtncontainer { margin:0 0 25px; }
.categoryadditionalbtn { margin: 0 10px 0 0; display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.categoryadditionalbtn a { display:block; font-size:15px; color:#5c5c5c; font-weight:600; text-transform:uppercase; background:#e6e6e6; padding: 10px 15px; }
.categoryadditionalbtn .btnicon { display:inline-block; *display:inline; zoom:1; vertical-align:middle; position:relative; }
.categoryadditionalbtn .btnlabel { display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding:0 0 0 5px; }
.categoryadditionalbtn a:hover { background:#747474; color:#fff; }
.categoryadditionalbtn img.hover { position:absolute; top:0; left:0; visibility:hidden; }
.categoryadditionalbtn a:hover img { visibility:hidden; }
.categoryadditionalbtn a:hover img.hover { visibility:visible; }

.productdetailcontainer { font-size:14px; }
.productdetailleft { float:left; width: 420px; }
.productdetailright { float:right; width: 715px; }
.productdetailright.full { width:100%; }
.productdetailright h1 { margin:0; }
.productdetailright h1 .borderline { margin-left:0; }
.productdetailleft img { border:0; }
.productseriestitle { font-size:25px; color:#0d63ba; text-transform:uppercase;   margin: 0 0 5px; }
.productmodel { text-transform:uppercase; font-weight:bold; font-size:20px; color:#333333; margin: 0 0 8px; }
.modellabel { font-weight:normal; }
.productshortdesc { text-transform:none; font-size:13px; font-weight: 600; color: #737373; }
.productdetail .noborder { }
.productdetail .noborder tr td { padding:0; border:0; background:none; }
.productdetail .noborder tr td.title { background:none; color:#2e2e2e; }
.productdetail tr td.title { width: 170px; background:#afeaef; color:#014890; }
.productdetail tr td.green { color:#2e2e2e; background:#afeaef; }
.productdetail { margin:25px 0 0; color: #707070; font-size: 15px; }
.productdetail ul { list-style-image:none; }
.productdetail ul li { padding:0 0 5px; }

.productbrandsbox { font-size:15px; color:#4d4d4d; font-weight:bold; padding:10px 0 0; display:none; }
.productbrandsbox .productbrandlabel { display:inline-block; *display:inline; zoom:1; vertical-align:top; }
.productbrandsbox .productbrand { display:inline-block; *display:inline; zoom:1; vertical-align:top; }

.productdetailcontainer .border { background:#e5e5e5; width:100%; height:1px; margin: 15px 0 0; }

.contenttabs { padding:35px 0 0; }
.contenttabs .resp-tabs-list li { background:#fff !important; font-size:19px; color:#8a8a8a; text-transform:none; font-weight:500; padding: 10px 35px; margin: 0 5px 0 0; 
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contenttabs .resp-tab-active, .contenttabs .resp-tabs-list li.resp-tab-active, .contenttabs .resp-tabs-list li.resp-tab-active a, .contenttabs .resp-tabs-list li:hover a, .contenttabs .resp-tabs-list li:hover, .contenttabs .resp-tabs-list li a:hover { background:#edb21f !important; color:#fff !important; }
.contenttabs .resp-tab-content { border:1px solid #e9e9e9; padding:35px 45px; }
.contenttabs .resp-tabs-container { background:none; }
.contenttabs .resp-tab-content h3 { color:#000000; font-size:19px; }
.contenttabs .resp-tab-content h4 { color:#000000; font-size:18px; }
.contenttabs .datebox { padding:0 0 15px; color:#000000; }
.contenttabs .datebox .dateicon { display:inline-block; *display:inline; zoom:1; vertical-align:middle; position: relative; background: none; top: 0; right: 0; width: auto; height: auto; }
.contenttabs .datebox .datevalue { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.contenttabs .datebox .dateicon img { display:block; }
.contenttabs .detailtab h3 { margin:0; }
.contenttabs .feetab table { text-align:left; font-weight:500; }
.contenttabs .feetab table tr td { padding:13px 20px; vertical-align:middle; text-align:center; }

.contenttabs .speakertab { }
.contenttabs .speakerimage { float:left; width: 21%; }
.contenttabs .speakerdetails { float:left; width: 79%; box-sizing: border-box; padding: 0 0 0 40px; }
.contenttabs .speakerdetails strong { font-weight:500; }
.contenttabs .speakerdetails.full { float:none; width:100%; padding:0; }

.tabbox.tabletype { }
.tabbox.tabletype .tabcontent { padding:0; border:0; }
.tabbox.tabletype .tabcontent { background:#f4f4f4; font-size:13px; color:#848484; }
.tabbox.tabletype .tabcontent table { width:100%; height:100%; border: 1px solid #c9c9c9; border-top:0; border-right:0; }
.tabbox.tabletype .tabcontent table tr { background:#f4f4f4; }
.tabbox.tabletype .tabcontent table tr td { padding: 5px 25px; border:0; border-right: 1px solid #c9c9c9; background:none; }
.tabbox.tabletype .tabcontent table tr.even { background:#fafafa; }
.tabbox.tabletype .tabcontent table tr.even td {}

.productserieslogo { margin:0 0 15px; }
.productserieslogo img { margin:auto; max-width:100%; }
.productimage { margin:0; position:relative; }
.productimage img { margin:auto; max-width:100%; }
.productimage .hoverbox { }
.productimage .hoverbox .hovericon { background:#0468b6; color:#fff; font-size:14px; font-weight:normal; padding:10px; width:auto; height:auto; max-width:94px; text-transform:none; border-radius: 0; }
.productimage .hoverbox .hovericon:hover { background:#0080e4; }
.producttitle { text-align:center; color:#565656; font-size:15px; background:none; padding:10px 15px; text-transform:none; font-weight:normal; letter-spacing:0; font-family:"Poppins",Arial, Helvetica, sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.featuredproductslider .item .itembox a:hover .producttitle , .productwrapper .item .itembox a:hover .producttitle { background:#595546; color:#fff; }
.productcertified {}
.productcertifiedtitle { font-size:13px; color:#424242; margin:0 0 5px; }
.productcertifiedimages { margin: 0 0 5px; }
.productcertifiedimages .item { display:inline-block; *display:inline; zoom:1; vertical-align:top; }

.productpdfcontainer { margin: 28px 0 0; padding: 17px 0 0; border-top: 1px solid #d6d6d6; }
.productpdfbox { background:#fff; font-size:13px; font-weight:600; margin:0 15px 0 0; float: left; width: 45%; }
.productpdfbox a { color:#3f3e3e; display: block; padding:8px 0; }
.productpdfbox a:hover { color:#1ebeed; }
.productpdfboxicon { background:url(images/pdf_large.png) no-repeat center; width:29px; height:30px; }
.productpdfboxcontent { padding:0 0 0 10px; }
.productpdfboxicon , .productpdfboxcontent { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }

.producthighlightcontainer { margin: 25px 0; }
.producthighlightbox { color:#4d4d4d; font-size:13px; text-align:center; margin: 0 0 25px; padding: 0 15px; }
.producthighlighttitle { text-transform:uppercase; }
.producthighlightcontent { }

.featuredproductwrapper { }
.featuredproductcontainer { padding:10px 0 0; }
.featuredblocktitle { }
.featuredproductsliderbox { margin:0 40px; }
.featuredproductsliderwrapper { margin: 0 10px; }
.featuredproductslider { }
.featuredproductslider .item { margin: auto; }
.featuredproductslider .item .itembox { }
.featuredproductslider .item img { }
.productfeaturedbox { border:1px solid #eeeded; text-align:center; 
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productfeaturedbox:hover { border-color:#bebebe; }
.productfeaturedbox .productimage { margin:0; }
.productfeaturedbox a { display:block; padding: 3px; }
.productfeaturedbox .producttitle a { font-size:16px; color:#054292; font-weight:bold; }
.productfeaturedbox .productshortdesc a { font-size:13px; color:#686868; font-weight:normal; text-transform:none; padding: 3px 3px 10px;}
.featuredproductslider .slick-prev, .featuredproductslider .slick-next { width:34px; height:34px; }
.featuredproductslider .slick-prev { background-image:url(slick/featuredprev.png); left:-35px; }
.featuredproductslider .slick-next { background-image:url(slick/featurednext.png); right:-35px; }
.featuredproductslider .slick-prev:hover { background-image:url(slick/featuredprev_hover.png); }
.featuredproductslider .slick-next:hover { background-image:url(slick/featurednext_hover.png); }

.featuredproductwrapper .blocktitle { margin:0 35px 35px; }
.featuredproductwrapper .item , .featuredproductwrapper .item.last { float:none; border:1px solid #edeaea; }
.featuredproductwrapper .item a { display:block; background:#dbdbdb; height: 100%; }
.featuredproductwrapper .item a:hover { background:#0178d6; color:#fff; }
.featuredproductwrapper .item a:hover .producttitle { color:#fff; }
.featuredproductwrapper .productlistingbox { height: 100%; }
.featuredproductcontainer .productlisting { margin: 0 25px; }
.featuredproductcontainer .owl-wrapper-outer { z-index:1; }
.featuredproductcontainer .owl-theme .owl-controls { width:100%; height: 100%; z-index:0; }
.featuredproductcontainer .owl-theme .owl-controls .owl-buttons div.owl-prev , .featuredproductcontainer .owl-theme .owl-controls .owl-buttons div.owl-next { width:38px; height:39px; background:no-repeat center; top:45%; }
.featuredproductcontainer .owl-theme .owl-controls .owl-buttons div.owl-prev { left:-25px; background-image:url(slider/featuredprev.png); }
.featuredproductcontainer .owl-theme .owl-controls .owl-buttons div.owl-next { right:-25px; background-image:url(slider/featurednext.png); }
.featuredproductcontainer .owl-theme .owl-controls .owl-buttons div.owl-prev:hover { background-image:url(slider/featuredprev_hover.png); }
.featuredproductcontainer .owl-theme .owl-controls .owl-buttons div.owl-next:hover { background-image:url(slider/featurednext_hover.png); }

.featuredproductcontainer .productcategorylistwrapper .productcategory { margin: 0 0 30px; }
.featuredproductcontainer .productcategorylistwrapper .item { margin:0 8px 0 0; }
.featuredproductcontainer .productcategorylistwrapper .item.last { margin-right:0; }

/* faq */
.tabbox { margin:0 0 7px; }
.tabbox .tabtitle { background:#f0f0f4; border-radius:7px; padding: 14px 62px 14px 25px; cursor:pointer; border-bottom:0; position:relative; }
.tabbox .tabtitle.haslink { padding:0; }
.tabbox .tabtitle.haslink a .tablabel { padding: 14px 62px 14px 25px; }
.tabbox .tabtitle a { display:block; }
.tabbox .tabtitle h2 { font-size:18px; color:#000000; font-weight:normal; text-transform:none; padding:0; margin:0; }
.tabbox .tabtitle .tablabel { position:relative; z-index:1; }
.tabbox .tabtitle .tabarrow { background:url(images/tabbtn.png) no-repeat 97% center; width:100%; height:100%; position:absolute; top:0; left:0; }
.tabbox .tabtitle:hover .tabarrow { background-image:url(images/tabbtn_hover.png); }
.tabbox .tabtitle.active .tabarrow { background-image:url(images/tabbtn_active.png); }
.tabboxsection { padding:15px 0; }
.tabboxsection .tabboxsectiontitle { }
.tabboxsection .tabboxsectiontitle h2 { font-size:26px; padding-bottom:30px; }
.tabbox .tabtitle:hover, .tabbox .tabtitle.active { color:#fff; background: rgb(45,116,171);
	background: -moz-linear-gradient(90deg, rgba(45,116,171,1) 0%, rgba(50,154,190,1) 50%, rgba(52,176,199,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(45,116,171,1) 0%, rgba(50,154,190,1) 50%, rgba(52,176,199,1) 100%);
	background: linear-gradient(90deg, rgba(45,116,171,1) 0%, rgba(50,154,190,1) 50%, rgba(52,176,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d74ab",endColorstr="#34b0c7",GradientType=1);
}
.tabbox .tabtitle:hover h2, .tabbox .tabtitle.active h2 { color:#fff; }
.tabbox .tabtitle.active { }
.tabbox .tabcontent { padding:33px 46px 20px; display:none; }
.tabbox .tabcontent.normal { padding-left:25px; padding-right:25px; }
.tabbox.even .tabcontent { background:#f0dfe0; }
.tabbox .tabcontent ul , .detailblockwrapper ul { margin:0 0 0 24px; }
.tabbox .tabcontent ul li , .detailblockwrapper ul li { padding:5px 0 5px 3px; }
.tabbox .tabcontent ul , .detailblockwrapper ul { margin-top: 15px; margin-bottom: 10px; }
.tabbox .tabcontent ul ul li , .detailblockwrapper ul ul li { }
.tabbox .tabarrowborder { background:#fff; width:2px; height:100%; position:absolute; top:0; right:5%; }
.pagecontent .tabbox table thead tr td { /*background:#757575;*/ }
.pagecontent .tabbox table { margin:0 0 15px; width:100%; }
.tabbox .twocolscontent { }
.tabbox .twocolscontent .tabimage { float:left; width:428px; margin:0 26px 0 0; }
.tabbox .twocolscontent .tabcontentdesc { float:left; width: 450px; }
.tabcontentimage { width:179px; display:inline-block; *display:inline; zoom:1; vertical-align:top; }
.tabcontentimage img , .tabcontenttext.full table tr td img { border:1px solid #d8d8d8; background-color: #fff; }
.tabcontenttext { display:inline-block; *display:inline; zoom:1; vertical-align:top; width: 495px; margin: 0 0 0 20px; }
.tabcontenttext.full { width:100%; margin:0; }
.tabcontenttext.full table { margin:0; }
.tabcontenttext.full table tr td { background:none; padding:0 0 15px; border:0; vertical-align:top; }

.tabboxcontainer { }
.tabboxcontainer .blocktitle , .programmeblockwrap .tabboxcontainer .blocktitle { margin:0; padding:5px 25px; font-size:22px; background:#d51f2a; color:#fff; }
.tabboxwrap { margin:0 0 25px 0; border:1px solid #eadadb; border-right:0; border-bottom:0; display:inline-block; *display:inline; zoom:1; vertical-align:top; width:100%; }
.tabboxes { }
.tabboxes.twocolumns { }
.tabboxcol { width:50%; float:left; border-bottom:1px solid #eadadb; border-right: 1px solid #eadadb; box-sizing: border-box; }
.tabboxcol.last { }
.tabboxcol.full { width:100%; float:none; }

iframe { max-width:100%; display:block; }
.backtotop { position:fixed; right:90px; bottom:25px; z-index: 10; display:none; }
.backtotop a { display:block; color:#e23a42; }
.backtotop a img { margin:auto; padding:0 0 5px; }
.backtotop a:hover { }

/* search */
.searchpage .contentcontainer { padding-top:50px; padding-bottom:50px; }
.searchsummary { font-size:17px; color:#525151; font-family:"Poppins",Arial, Helvetica, sans-serif; margin: 0 5px 35px; font-style:italic; font-weight:300; }
.postimage { float:left; width:138px; border:1px solid #efeded; display:none; }
.postimage img { max-width:100%; }
.postsummary { float:left; width: 100%; /*margin: 0 0 0 40px;*/ } 
.postsummary h2 { line-height: 1; font-size:17px; color:#000000; font-weight:normal; text-align:left; }
.entry-summary { font-size:17px; padding:0; }
.postlink a { margin: 0; background: none; border: 0; color: #515151; font-size: 13px; padding:0; text-transform: none; text-decoration:underline; font-weight:normal; display: inline-block; }
.postlink.btn { margin:8px 0 5px; display:none; }/*
.postlink a { margin: 0; background: #2a2a2a; border: 0; color: #ffffff; font-size: 12px; font-weight: normal; padding: 7px 13px; text-transform: none; display: inline-block; }*/
.postlink a:hover { color:#595546; background:none; }  

/* sitemap */
.sitemap { }
.sitemap ul { margin:0; }
.sitemap ul li { list-style:none; list-style-image:none; padding: 0 0 5px; }
.sitemap ul li a { display:block; background:#ebebeb ; color:#4f4f4f; padding:6px 15px; }
.sitemap ul li a:hover { background:#d81e05; color:#fff; }
.sitemap ul ul { margin:0; background: #f7f7f7; }
.sitemap ul ul li { padding:0; }
.sitemap ul ul li a { background:none; padding-left: 25px; }
.sitemap ul ul ul li a { padding-left:45px; }

.mobileblock , .mobilenavigationblock { display:none; }

.passwordprotectform { }
.passwordprotectform input { border:1px solid #ccc; padding: 8px 10px; }
.passwordprotectform  { position:relative; }
.passwordprotectform input[type="submit"] { border:1px solid #7dd025; background:#7dd025; font-size:15px; color:#fff; font-weight:bold; padding:8px 15px; display:inline-block; text-transform:none; position:relative; cursor:pointer;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.passwordprotectform input[type="submit"]:hover { color:#fff; border-color:#fc880c; background:#fc880c; }

/* parallaxbanner service */
.parallaxbanner.services .parallaxcontentwrap { text-align:left; }
.parallaxbanner.services .blocktitle {  }
.parallaxbanner.services .blockcontent { font-size:16px; color:#000000; text-align:left; }
.parallaxbanner.services h1 { font-size:27px; color:#0a71cc; margin:0; }
.parallaxbanner.services h1 .borderline { display:none; }

/* parallaxbanner titleleft */
.parallaxbanner.titleleft .item { background:#f4f4f4; }
.parallaxbanner.titleleft .item.even { background:#fff; }
.parallaxbanner.titleleft .blocktitle { width:40%; display:inline-block; *display:inline; zoom:1; vertical-align:top; box-sizing: border-box; text-align:left; padding-right: 25px; }
.parallaxbanner.titleleft .blockcontent { width:58%; display:inline-block; *display:inline; zoom:1; vertical-align:top; box-sizing: border-box; text-align:left; }
.parallaxbanner.titleleft h1 { font-size:21px; color:#313131; font-weight:bold; }
.parallaxbanner.titleleft h1 .borderline { display:none; }

/* parallaxbanner slogan */
.parallaxbanner.slogan .parallaxcontentwrap { padding: 20px 0; }
.parallaxbanner.slogan .blocktitle { display:inline-block; *display:inline; zoom:1; vertical-align:top; box-sizing: border-box; margin:0; padding:0; }
.parallaxbanner.slogan h1 { font-size:28px; color:#fff; font-weight:normal; padding:0; margin:0; }
.parallaxbanner.slogan h1 .borderline { display:none; }

/* parallaxbanner image listing */
.parallaxbanner .iconblockwrapper { }
.parallaxbanner.why_us .parallaxcontentwrap { }
.parallaxbanner .iconblockcontainer { text-align:center; font-size:0; margin: 15px 0 0; }
.parallaxbanner .iconblockwrap {  width:33.3%; float:none; display:inline-block; *display:inline; zoom:1; vertical-align:top; padding:0 2%; box-sizing: border-box; }
.parallaxbanner .iconblock { }
.parallaxbanner .iconblock .item { /*border:1px solid #07487f; float:none; text-align:center; width: auto; color:#fff; display: block; margin: 0 15px;*/ text-align:center; float:none; }
.parallaxbanner .iconimagetitlebox  { /*background:#07487f;*/ padding:0 20px 5px; }
.parallaxbanner .iconblock .item .iconimage { /*display:inline-block; *display:inline; zoom:1; vertical-align:middle;*/ margin: 0 0 20px 0; display:block; }
.parallaxbanner .iconblock .item .iconimage img { margin:auto; }
.parallaxbanner .iconblock .item .icontitle { /*display:inline-block; *display:inline; zoom:1; vertical-align:middle;*/ display:block; font-family:"Poppins",Arial, Helvetica, sans-serif; font-size:18px; color:#303030; text-transform:none; font-weight:normal; }
.parallaxbanner .iconblock .item .iconcontent { font-size:13px; color:#797979; margin: 10px 0 0; }

/* parallaxbanner certs and award */
.parallaxbanner.certs_award { }
.parallaxbanner.certs_award .parallaxcontentwrap { padding: 35px 0; }
.parallaxbanner.certs_award .parallaxcontent .blockcontent { float:left; width:50%; margin: 25px 0 0; font-size:16px; }
.parallaxbanner.certs_award .parallaxcontentright { float:right; width:50%; }
.parallaxbanner.certs_award .parallaxcontentgallery { text-align:right; }
.parallaxbanner.certs_award .parallaxcontentgallery .galleryblock { display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin: 0 30px 10px; }
.parallaxbanner.certs_award .parallaxcontentright img { border:0; }

/* parallaxbanner careers */
.parallaxbanner.careers { }
.parallaxbanner.careers .parallaxcontentwrap { width:1000px; }
.parallaxbanner.careers h1 { font-size:19px; color:#4b4b4b; font-weight:bold; }
.parallaxbanner.careers h1 .borderline { display:none; }
.parallaxbanner.careers .tabbox { text-align:left; }
.parallaxbanner.careers .tabbox .tabtitle { background-color:#eeeeee; }
.parallaxbanner.careers .tabbox .tabcontent { background-color:#eeeeee; padding:15px 50px 30px; }
.parallaxbanner.careers .contentbottom { text-align:left; margin:20px 0 0; font-size:16px; }

/* parallaxbanner mission vision */
.parallaxbanner.mission_and_vision { line-height:normal; }
.parallaxbanner.mission_and_vision .parallaxcontentwrap { padding: 30px 0; }
.parallaxbanner.mission_and_vision .missionvisionblock { font-size:0; }
.parallaxbanner.mission_and_vision .missionvisionblock.first { padding-left:0; }
.parallaxbanner.mission_and_vision .missionvisionblock.last { border-right:0; padding-right:0; }
.parallaxbanner.mission_and_vision .missionvisionblocktitle { font-size:41px; color:#ffffff; text-transform:none; display:inline-block; *display:inline; zoom:1; vertical-align:middle; letter-spacing: 1px; font-family:"Poppins",Arial, Helvetica, sans-serif; border-right: 1px solid #cbcbcb; padding: 0 25px 0 0; width: 17%; box-sizing: border-box; text-align:left; }
.parallaxbanner.mission_and_vision .missionvisionblockcontent { color:#ffffff; font-size:25px; font-style:italic; font-weight:300; display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin:0; width: 82%; box-sizing: border-box; text-align:left; padding:0 0 0 55px; }
.parallaxbanner.mission_and_vision p { padding:0; }

/* parallaxbanner multiple columns */
.parallaxbanner.multiple_columns {  }
.parallaxbanner.multiple_columns .parallaxcontentwrap { width:100%; padding:0; }
.parallaxbanner.multiple_columns .parallaxcontent { max-width:none; width: 100%; }
.parallaxbanner.multiple_columns .mutiplecolumnwrapper { }
.parallaxbanner.multiple_columns .mutiplecolumncontainer { }
.parallaxbanner.multiple_columns .mutiplecolumnblockwrap { float:left; background:no-repeat; background-size:cover; -ms-behavior: url(/backgroundsize.min.htc); }
.parallaxbanner.multiple_columns .mutiplecolumnblock { width: 100%; height: 100%; }
.parallaxbanner.multiple_columns .mutiplecolumnblock .tablewrap { width:100%; height:100%; }
.parallaxbanner.multiple_columns .mutiplecolumnblock table { width:100%; height:100%; }
.parallaxbanner.multiple_columns .mutiplecolumnblock table tr td { vertical-align:middle; }
.parallaxbanner.multiple_columns .mutiplecolumnblock .mutiplecolumnblockimage img { visibility:hidden; }
.parallaxbanner.multiple_columns .mutiplecolumnblockcontent { color:#4a4a4a; font-size:15px; text-align:left; padding: 20px 8% 10px; }
.parallaxbanner.multiple_columns .mutiplecolumnblockcontent h1 { font-size:34px; font-weight:900; text-transform:none; color:#000000; display: inline-block; font-family: "Poppins",Arial, Helvetica, sans-serif; }
.parallaxbanner.multiple_columns .mutiplecolumnblockcontent h2 { font-size:28px; color:#fff; font-weight:300; text-transform:none; line-height:normal; }
.parallaxbanner.multiple_columns .btn { text-align:left; padding: 5px 8% 0; }
.parallaxbanner.multiple_columns .btn a { background:#f4313f; border:0; color:#fff; font-size:12px; display:inline-block; font-weight:600; line-height:normal; padding:0; }
.parallaxbanner.multiple_columns .btn a:hover { background:#0a71cc; color:#fff; }
.parallaxbanner.multiple_columns .btn a:hover .btnarrow { border-color:#569bd8; }
.parallaxbanner.multiple_columns .btn a .btnlabel { float:left; padding: 10px 12px; }
.parallaxbanner.multiple_columns .btn a .btnarrow { float:left; border-left:1px solid #f87780; padding: 10px 12px; 
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.parallaxbanner.multiple_columns .mutiplecolumnblockcontent h1 .borderline { background:#d9d9d9; display:block; width:100%; height:1px; }

/* parallaxbanner slider */
.parallaxbanner.slider { }
.parallaxbanner.slider .parallaxcontentwrap { padding:30px 0 40px; }
.parallaxbanner.slider .blockslidercontainer { padding:0 40px; }
.parallaxbanner.slider .blocktitle h1 { margin: 0 0 30px; }
.parallaxbanner.slider .blocktitle h1 .borderline { display:none; }
.parallaxbanner.slider .blockslider.owl-theme .owl-controls .owl-buttons div.owl-prev , .parallaxbanner.slider .blockslider.owl-theme .owl-controls .owl-buttons div.owl-next { width:36px; height:103px; top:0; }
.parallaxbanner.slider .blockslider.owl-theme .owl-controls .owl-buttons div.owl-prev { background-image:url(images/sliderprev.png); left: -40px; }
.parallaxbanner.slider .blockslider.owl-theme .owl-controls .owl-buttons div.owl-next { background-image:url(images/slidernext.png); right: -40px; }
.parallaxbanner.slider .blockslider.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { background-image:url(images/sliderprev_hover.png); }
.parallaxbanner.slider .blockslider.owl-theme .owl-controls .owl-buttons div.owl-next:hover { background-image:url(images/slidernext_hover.png); }
.parallaxbanner.slider .blockslider .galleryblock , .parallaxbanner.slider .galleryblock { width:217px; max-width:100%; margin:auto; border:1px solid #eaeaea; background:#fff; }
.parallaxbanner.slider .galleryblock { display:inline-block; *display:inline; zoom:1; vertical-align:top; margin:0 4px; }
.parallaxbanner.slider .blockslider .galleryblock img { margin:auto; }


/* parallaxcontent quality */
.quality_list_box .parallaxcontentwrap  { padding:0 0 48px; }
.qualitylistboxblockwrapper { }
.qualitylistboxblockcontainer { }
.qualitylistboxblockwrap { width:50%; float:left; box-sizing: border-box; padding: 10px; }
.qualitylistboxblock { background:#f1f1f1; width:100%; height:100%; padding:35px; box-sizing:border-box; text-align:left; }
.qualitylistboxblockwrap .qualitylistboxblocktitle { color:#ff0a0f;  font-size:41px; line-height: 1.2; }
.qualitylistboxblockwrap .qualitylistboxblockcontent { padding:25px 0 0; }
.qualitylistboxblockwrap .qualitylistboxblockcontent ul li { padding-bottom:15px; }
.qualitylistboxblocktitle .borderline { width:28%; background:#dcdcdc; }

/* parallaxcontent listbox */
.parallaxbanner .listboxcontainer { background:none; padding:0; }
.parallaxbanner .item .listboxcontainer .listboxwrap  { float:left; text-shadow:none; }
.parallaxbanner .item .listboxcontainer .listbox { padding:15px; width: 100%; height: 100%; box-sizing: border-box; }
.parallaxbanner .item .listboxcontainer .listboxtitle { color:#fff; font-size:14px; font-weight:normal; text-transform:none; }
.parallaxbanner .item .listboxcontainer .listbox .tablewrap { width:100%; height:100%; border:0; margin:0; }
.parallaxbanner .item .listboxcontainer .listbox table { background:url(images/listboxbg.png); border:0; margin:0; width:100%; height:100%; }
.parallaxbanner .item .listboxcontainer .listbox table tr td { border:0; padding:17px 15px; vertical-align:middle; }
.parallaxbanner.parallax .borderline { display:none; }

.listboxblockwrapper .listboxblockwrap { margin: 0 0 20px; }
.listboxblockwrapper .listboxblocktitle { font-size:25px; color:#d81e05; margin: 0 0 10px; }
.boxeswrapper .boxblockwrap { padding: 10px; float:left; box-sizing: border-box; }
.boxeswrapper .boxblock { background: #cd311d; color: #fff; font-size:13.5px; padding: 25px 30px 10px; height: 100%; box-sizing: border-box; text-align: left; }
.boxeswrapper .boxblocktitle { font-size:20px; font-weight:600; margin: 0 0 10px; }
.boxeswrapper .boxblockcontent ul { list-style-image:url(images/white_li.png); margin:0 0 20px 16px; }
.boxeswrapper .boxblockcontent ul li { padding:0 0 0 2px; }

.logocontainer a.mobilelogo { display:none; }

/* Product Mega Menu */
.mainnavigation.desktop .productmegamenu .sub-menu { /*display:block !important;*/ }

/* level 1 */
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul { background:#444444; width:805px; padding:22px 20px 18px; box-sizing: border-box; left:-50%; }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li { width:40%; float:left; padding: 0 15px; box-sizing: border-box; }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li.even { clear:both; width:60%; }
.mainnavigation.desktop #access .menu-header ul li.menu-item-has-children.productmegamenu ul a, .mainnavigation.desktop  #access .menu-header li.menu-item-has-children.productmegamenu:hover ul a { background:none; color:#ffffff; font-size:15px; font-weight:600; border-bottom:0; padding: 13px 0; text-transform:uppercase; border-bottom:0; }
.mainnavigation.desktop #access .menu-header ul li.menu-item-has-children.productmegamenu li.menu-item-has-children ul a, .mainnavigation.desktop  #access .menu-header ul li.menu-item-has-children.productmegamenu li.menu-item-has-children:hover ul a {}
.mainnavigation.desktop #access .menu-header ul li.menu-item-has-children.productmegamenu li.menu-item-has-children:hover a { background:none; }
.mainnavigation.desktop #access .menu-header ul li.menu-item-has-children.productmegamenu li.menu-item-has-children a:hover { color:#fff; }

/* level 2 */
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul ul { position:relative; left:0; top:0; padding:5px 0 10px; background:none; width:100%; display:block !important; }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul ul li , .mainnavigation.desktop #access .menu-header ul .productmegamenu li.even li{ width:100%; float: none; padding:0; }
.mainnavigation.desktop #access .menu-header ul li.menu-item-has-children.productmegamenu li.menu-item-has-children ul a, .mainnavigation.desktop  #access .menu-header ul li.menu-item-has-children.productmegamenu li.menu-item-has-children:hover ul a { background:url(images/meganavarrow.png) no-repeat 0 center; border:0; font-size:13px; font-weight:normal; color:#c3c3c3; padding:6px 0; text-transform:none; }
.mainnavigation.desktop #access .menu-header ul li.menu-item-has-children.productmegamenu li.menu-item-has-children ul a:hover , .mainnavigation.desktop  #access .menu-header ul li.menu-item-has-children.productmegamenu li.menu-item-has-children:hover ul a:hover { color:#fff; background-image:url(images/meganavarrow_hover.png); }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li.onecolumn li { width:100%; }

.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li.percent90 { width:90%; }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li.percent80 { width:80%; }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li.percent70 { width:70%; }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li.percent60 { width:60%; }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li.percent50 { width:50%; }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li.percent40 { width:40%; }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li.percent30 { width:30%; }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li.percent20 { width:20%; }
.mainnavigation.desktop #access .menu-header ul .productmegamenu ul li.percent10 { width:10%; }

.mainnavigation.desktop #access .menu-header ul .productmegamenu .twocolumn .sub-menu { float:left; width:50%; }

/* Mega Menu Plugin */
.headerwrapper .donation #mega-menu-wrap-topmenu #mega-menu-topmenu > li.mega-menu-item > a.mega-menu-link { font-size:17px; font-weight:bold; color:#fff; background:#99cb3c; height:auto; line-height:normal; padding: 11px 16px; }
.headerwrapper .donation #mega-menu-wrap-topmenu #mega-menu-topmenu > li.mega-menu-item:hover > a.mega-menu-link { background:#004b8c; }
.headerwrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, .headerwrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, .headerwrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after { background:url(images/navarrow.png) no-repeat bottom center; width:22px; height:8px; position:absolute; bottom:-20px; left:0; right:0; content: ''; margin:auto; display:none; }
.headerwrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children:hover > a.mega-menu-link:after, .headerwrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children:hover > a.mega-menu-link:after { display:block; }
.headerouterwrapper.dark .headerwrapper .donation #mega-menu-wrap-topmenu #mega-menu-topmenu > li.mega-menu-item:hover > a.mega-menu-link  { background: #e6e6e6; color: #232323; }

/*.headerwrapper #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, .headerwrapper #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu { opacity:1; visibility:visible; }*/

body #mega-menu-wrap-mainmenu_right, body #mega-menu-wrap-primary, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-mainmenu_right #mega-menu-mainmenu_right > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link { font-weight:500; background:none !important; }
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, body #mega-menu-wrap-mainmenu_right #mega-menu-mainmenu_right > li.mega-menu-item > a.mega-menu-link { text-transform:uppercase; font-size:18px; font-weight: 500; height:auto; line-height: 1.2; padding:16px 22px; }
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after, body #mega-menu-wrap-mainmenu_right #mega-menu-mainmenu_right > li.mega-menu-item > a.mega-menu-link:after { content:""; background:#e43c42; width:0; height:7px; display:block; margin:-8px auto 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link:after, body #mega-menu-wrap-mainmenu_right #mega-menu-mainmenu_right > li.mega-menu-item:hover > a.mega-menu-link:after, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after { width:100%; }
body #mega-menu-wrap-mainmenu_right #mega-menu-mainmenu_right > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body #mega-menu-wrap-mainmenu_right #mega-menu-mainmenu_right > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, body #mega-menu-wrap-mainmenu_right #mega-menu-mainmenu_right > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, body .headerouterwrapper.dark #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link { background:none; color:#1b1b1b; font-weight: 500; padding-bottom:32px; }
body #mega-menu-wrap-mainmenu_right #mega-menu-mainmenu_right > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after, body #mega-menu-wrap-mainmenu_right #mega-menu-mainmenu_right > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:after, body #mega-menu-wrap-mainmenu_right #mega-menu-mainmenu_right > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:after { /*width:100%;*/ }
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after { display:none; }
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item { vertical-align:top; }
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu { background:#111111; }
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus { background:none; font-size:15px; color:#b7c2ca; font-weight:300; line-height: 1.2; padding:7px 0; }
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover { color:#fff; font-weight:300; /*background:url(images/dropdownnavarrow.png) no-repeat 95% center;*/ }
.headerwrapper #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, .headerwrapper #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu { background:#155987; padding:20px; margin-top:10px; left: -143px; }
.headerwrapper #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu { left:0; }
.headerouterwrapper.dark #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu { /*margin-top:25px;*/ margin-top:0; }

.headerwrapper #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, .headerwrapper #mega-menu-wrap-primary .headerouterwrapper.dark #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu { margin-top:16px; }

.headerwrapper.dark #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after { bottom: -36px; }
.headerwrapper #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children:hover > a.mega-menu-link:after { bottom:-10px; }
.headerwrapper #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu { width:1358px; padding: 40px 80px; }
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { font-size:18px; color:#fff; font-weight:500; padding:10px 10px 15px; line-height: 1.2; }
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { float:none; padding:0 25px 0 0; }
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child { padding-right:0; }

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus { color:#fff; font-weight:500; border-color:#888070; background:url(images/dropdownnavarrow.png) no-repeat 95% center; }
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link { font-size:15px; font-weight:300; color:#b7c2ca; line-height: 1.2; padding:6px 10px; }
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus { color:#fff; font-weight:300; }
.headerouterwrapper.dark .headerwrapper #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu { /*margin-top: 25px;*/ margin-top:0; }
.headerouterwrapper.dark .headerwrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after { /*bottom: -25px;*/ bottom:0; }

body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column { }
body #mega-menu-wrap-primary table.twocols { width:100%; color:#fff; }
body #mega-menu-wrap-primary table.twocols tr td { width:50%; padding: 0 23px; }
body #mega-menu-wrap-primary .twocolswrap { padding:0 0 0 50px; }
body #mega-menu-wrap-primary table.twocols .image { padding:0 0 15px; }
body #mega-menu-wrap-primary table.twocols .title { font-size:26px; font-weight:500; padding:0 0 5px; line-height: 1; }
body #mega-menu-wrap-primary table.twocols .desc { font-size:14px; color:#9d9d9d; font-weight:normal; }
body #mega-menu-wrap-primary table.twocols .btn { padding:23px 0 0; }
body #mega-menu-wrap-primary table.twocols .btn a { padding: 0; background:none; font-size:11px; letter-spacing:0; text-transform:uppercase; }
body #mega-menu-wrap-primary table.twocols .btn a:hover { color:#fff; text-decoration:underline; }
body #mega-menu-wrap-primary table.twocols .btn a:after { display:none; }

.headerwrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after { visibility:hidden; opacity: 0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; display:block; bottom:-36px; }
.headerwrapper #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children:hover > a.mega-menu-link:after { opacity:1; height:15px; visibility:visible; bottom:-17px; }

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-label > a.mega-menu-link { font-weight:500; color: #b7c2ca; }

/* sidebutton */
.sidebuttonscontainer { position:fixed; top:35%; left:0; z-index:3; }
.sidebuttonscontainer .sidebuttonbox { }
.sidebuttonscontainer .sidebuttonbox a { display:block; }
.sidebuttonscontainer .sidebuttonbox img { padding:4px 5px; }

.sidebarsearchcontainer { position:fixed; top:115px; right:-246px; z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
.sidebarsearchcontainer.active { right:0; }
.sidebarsearchcontainer .sidesearchbox { background:#e8e8e8; padding: 15px; box-shadow: -1px 0 7px 1px #CCCCCC; }
.sidebarsearchcontainer .sidesearchbox input { font-size:14px; color:#575757; border:1px solid #dadada; padding:7px 37px 7px 15px; width: 100%; box-sizing: border-box; }
.sidebarsearchcontainer .sidesearchbox input[type="submit"] { width:37px; height:37px; padding:0; text-indent:-9999999em; background:url(images/sidesearchbtn.png) no-repeat center; border:0; position:absolute; top:0; right:0; cursor:pointer; }
.sidebarsearchcontainer .sidesearchbox form { position:relative; }
.sidesearchformbox { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width: 186px; }
.sidesearchclose { display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin: 0 0 0 7px; cursor:pointer; }
.sidebarsearchcontainer .sidesearchbox input::-webkit-input-placeholder {
   color: #575757;
}
.sidebarsearchcontainer .sidesearchbox input:-moz-placeholder { /* Firefox 18- */
   color: #575757;  
}
.sidebarsearchcontainer .sidesearchbox input::-moz-placeholder {  /* Firefox 19+ */
   color: #575757;  
}
.sidebarsearchcontainer .sidesearchbox input:-ms-input-placeholder {  
   color: #575757;  
}
.sidebarsearchcontainer .sidesearchbox textarea:-ms-input-placeholder {  
   color: #575757;  
}
.sidebtnbox .socialcontainer .socialbtn { margin: 5px 7px; display:block; }
.sidebtniconbox { position:relative; }
.sidebtniconbox .hover { position:absolute; top:0; left:0; right:0; margin:auto; visibility:hidden; }
.sidebtncontainer.active .sidebtniconbox img { visibility:hidden; }
.sidebtncontainer.active .sidebtniconbox .hover { visibility:visible; }
.sidebtncontainer.active .sidebtnbox { border-left: 10px solid #507fb3; }

/* timeline */
.milestonescontainer { position:relative; padding: 0; width:1092px; max-width:100%; }
.milestonesection { position:relative; z-index:1; }
.milestonesection .milestoneyear { background: #fff; color:#1f5694; font-size:25px; font-weight:bold; text-align:center; width: 136px; margin:0 0 25px 10%; padding: 26px 0; border-radius: 5px; cursor:pointer; line-height: 1;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.milestonesection .milestoneyear:hover { background-color:#3291e4; }
.milestonesection .milestoneitemcontainer { }
.milestonesection .milestoneitemwrap { position:relative; padding: 0 0 30px; }
.milestonesection .milestoneitem { position:relative; width: 100%; padding:0; box-sizing: border-box; }
.milestonesection .milestoneitem { font-size:17px; color:#2e2e2e; font-weight:normal; display:block; text-decoration:none; }
.milestonesection .milestoneitemwrap.even .milestoneitem { float:right; }
.milestonebgline { width:1px; height:96.2%; background:#eaeaea; position:absolute; left: 16.85%; top: 80px; margin:auto; }
.milestoneitemdate { float:left; font-size:16px; color:#636363; width: 16%; padding:30px 20px 0 0; }
.milestoneitemdate .milestoneitemyear { font-size:18px; font-weight:500; color:#5f99da; }
.milestoneitemdate .milestoneitemdaymonth { padding:5px 0 0; }
.milestoneitembullet { float:left; width:19px; height:19px; background:#5f99da; border-radius:100%; overflow:hidden; margin-top: 35px; }
.milestoneitembullet img { margin:auto; }
.milestoneitemarrow { position:absolute; right:104px; left:0; margin:auto; top:38%; width:16px; } 
.milestoneitemarrow.right { display:none; }
.milestonesection .milestoneitemwrap.even .milestoneitemarrow { display:none; }
.milestonesection .milestoneitemwrap.even .milestoneitemarrow.right { right:0; left:104px; display:block; }
.milestoneitemcontentwrap { float:left; width: calc((100%) - (19px) - (16%)); padding-left:33px; }
.milestoneitemcontent { background: #f3f6fb; padding: 30px; border-radius:7px; }

/* Announcements News */
.toolbar { }
.toolbar .postfilterlabel { display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin:0 15px 0 0; color:#444444; font-size:14px; }
.toolbar .postfilterdropdown { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width: 130px; }

/* files */
.fileslistingwrapper { margin:10px 0 0; }
.fileslistingwrapper .item { float:left; width:20%; padding: 0 10px; box-sizing: border-box; margin: 0 0 25px; text-align:center; }
.fileslistingwrapper .item a { display:block; border:1px solid #e5e5e5; }
.fileslistingwrapper .fileimage { }
.fileslistingwrapper .filename { background:#dcdcdc; font-size:15px; color:#212121; padding:10px; }
.fileslistingwrapper .item a:hover .filename { background:#d81e05; color:#fff; }

/* product detail */
.productdetailblock .item .blockcontent { border:1px solid #edeaea; padding:25px 25px 15px; }
.productdetailblock .item .itemsection { border:1px solid #dbdbdb; }
.productdetailblock .item .itemsectionblocktitle { background:#dbdbdb; color:#3c3c3c; font-size:16px; text-transform:uppercase; text-align:center; padding: 10px 15px; }
.productdetailblock .item .itemsectionblockcontent { padding:25px 30px; }
.productdetailblock .item .itemsectionblockcontent ul { margin:0 0 0 15px; float:left; width:48%; }
.productdetailblock .item table.plain { margin:0; }
.productdetailblock .item table.plain tr { background:none; }
.productdetailblock .item table.plain tr td { padding:0; }
.productdetailblock hr { background:#efefef; height:3px; }
.productdetailblock .item table.plain table.normal { font-size:13.5px; margin:0; }
.productdetailblock .item table.plain table.normal tr { background:#f3f3f3; }
.productdetailblock .item table.plain table.normal thead tr td { background:#5a9ed4; font-size:14px; font-weight:normal; border:0; padding:8px 20px; }
.productdetailblock .item table.plain table.normal tr td { padding:8px 20px; }
.productdetailblock .item table.plain table.normal ul { float:none; width:auto; list-style-image: url(images/li2.png); }
.productdetailblock .item table.plain table.normal ul li { padding-left:0; }
.productdetailblock .item .downloadsection { margin:20px 0 0; }
.productdetailblock .item .downloadsection .downloaditem { width:30%; float:left; padding:0 20px 20px 0; box-sizing: border-box; }
.productdetailblock .item .downloadsection .downloaditem a { display:block; background:#747474; color:#fff; font-size:0; padding:10px 15px; }
.productdetailblock .item .downloadsection .downloaditem a:hover { background:#1281d9; }
.productdetailblock .item .downloadsection .downloaditem .itemicon { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width: 20%; }
.productdetailblock .item .downloadsection .downloaditem .itemtitle { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:14px; width: 80%; padding: 0 0 0 5px; box-sizing: border-box; }
.productdetailblock .item .twocolumnsection { }
.productdetailblock .item .twocolumnsection .twocolumnsectionblockwrap { float:left; width:50%; box-sizing: border-box; padding: 0 15px 15px 0; }
.productdetailblock .item .twocolumnsection .twocolumnsectionblock { border:1px solid #dbdbdb; box-sizing: border-box; height: 100%; }
.productdetailblock .item .twocolumnsection .twocolumnsectionblocktitle { font-size:16px; color:#3c3c3c; background:#dbdbdb; text-transform:uppercase; text-align:center; padding: 10px 15px; }
.productdetailblock .item .twocolumnsection .twocolumnsectionblockcontent { padding:25px 20px 15px; text-align:center; }
.productdetailblock .item .twocolumnsection .twocolumnsectionblockcontent img { padding:0 5px; }
.productdetailblock .item .twocolumnsection .twocolumnsectionblockcontent ul { text-align:left; }
.productdetailblock .item .twocolumnsection .twocolumnsectionblockcontent ul li {width: 33.3%; float: left; box-sizing: border-box; padding-bottom: 15px; }



/* gravity form */
body .gform_wrapper.gravity-theme form { position:relative; }
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) , .gform_wrapper select, body .gform_wrapper select , body .gform_wrapper.gf_browser_chrome select, body .gform_wrapper.gravity-theme .gfield textarea, body .gform_wrapper.gravity-theme .gfield select { padding:17px 22px; border:0; background:#8cc1c5; font-size:17px; font-weight:300; color:#fff; font-family: "Poppins", Arial, Helvetica, sans-serif; border-radius: 6px; line-height:1.2; letter-spacing:0; }
body .gform_wrapper.gravity-theme select option { background:#8cc1c5; }
.gform_wrapper select, body .gform_wrapper select , body .gform_wrapper.gf_browser_chrome select, body .gform_wrapper.gravity-theme .gfield select { padding:15px 20px; position:relative; }
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] { line-height:1.2; font-family:"Poppins",Arial, Helvetica, sans-serif; border:0; background:none; font-size:15px; color:#fff; font-weight:300; display:inline-block; position:relative; cursor:pointer; margin:0; display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding:16px 53px 17px 23px; z-index:1;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
body .gform_wrapper.gravity-theme .gfield { padding:0; }
body .gform_wrapper .gform_footer input.button:hover , body .gform_wrapper .gform_footer input[type=submit]:hover , body .gform_wrapper .gform_page_footer input.button:hover , body .gform_wrapper .gform_page_footer input[type=submit]:hover { color:#fff; border-color:#fff; }
body .gform_wrapper.gravity-theme .ginput_container_date input { width:100%; }
body .gform_wrapper.gravity-theme .ginput_container_address span { flex: 0 0 100%; }
body .gform_wrapper.gravity-theme .ginput_container_address .ginput_left { padding-right:0; }
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer { padding-top:10px; }
body .gform_wrapper .btn { padding:0; position:relative; }
body .gform_wrapper .btn .btnarrow { position:absolute; top:11px; right:15px; }
body .gform_wrapper .btn img { display:none; }

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
   color: #ffffff;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {  
   color: #ffffff;  
}
body .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder {
   color: #ffffff;
}
body .gform_wrapper.gravity-theme .gfield textarea:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}
body .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}
body .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder {  
   color: #ffffff;  
}
body .gform_wrapper .gform_validation_errors>h2.hide_summary { padding-bottom:0; }
body .gform_wrapper .gform_validation_errors { border-color:#d02121; }
body .gform_wrapper .gform_validation_errors>h2 { color:#d02121; text-transform:none; font-family: "Poppins", Arial, Helvetica, sans-serif; letter-spacing:0; }
body .gform_wrapper.gravity-theme .gfield_description.validation_message { font-size: 15px; color: #ff0000; border-color: #ff0000; background: none; border: 0; padding: 0; font-weight: 300; }
body .gfield.hideprice { height:0; overflow:hidden; }

select, body .gform_wrapper select, body .gform_wrapper select, body .gform_wrapper.gf_browser_chrome select { -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; position:relative; }
select, body .gform_wrapper .gfield--width-half select, body .gform_wrapper .gfield--width-half select, body .gform_wrapper.gf_browser_chrome .gfield--width-half select { background-position:95.5% center; background:url(images/selectarrow.png) no-repeat 98% center; }
body .gform_wrapper .gfield--width-half select { background-position:94% center; }
body .gform_wrapper .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {  background:url(images/date.png) no-repeat 96% center #d7e8f5; }
body .gform_wrapper .gfield_error [aria-invalid=true] { border:0; }
body .ginput_container { position:relative; }
body .ginput_container_select:after { display:block; content:''; background:url(images/selectarrow.png) no-repeat center; width:54px; height:54px; position:absolute; top:0; right:0; }
select option { background:#626971; font-weight:300; }

.contactformwrapper { color:#dbdbdb; font-size:17px; font-weight: 300; }
.contactformwrapper.dark { }
.contactformcontainer { width:965px; max-width:100%; margin:auto; padding:90px 35px 80px; }
.contactformwrapper h1 { color:#fff; font-size:56px; padding-bottom: 40px; }
body .gform_wrapper.gravity-theme .ginput_container_consent input { display:inline-block; *display:inline; zoom:1; vertical-align:top; width: 17px; margin: 5px 0 0; }
body .gform_wrapper.gravity-theme .ginput_container_consent label { display:inline-block; *display:inline; zoom:1; vertical-align:top; width: calc((100%) - (30px)); padding:0 0 0 10px; color: #dbdbdb; }
body .gform_wrapper.gravity-theme .ginput_container_consent .gfield_required_asterisk { display:none; }
body .gform_wrapper.gravity-theme .gfield_contains_required.hidden_label .gfield_label, body .gform_wrapper.gravity-theme .gfield_contains_required.hidden_label .gfield_label .gfield_required { display:none; }

.mobileonly { display:none; }
body .gform_confirmation_message { font-size: 19px; }

/* announcements */
.announcementswrapper { background:#3771a0; position:relative; top:0; display:block; }
.announcementcontainer { width:1315px; max-width:100%; padding:13px 35px 0; margin:auto; font-size:15px; color:#fff; text-align:center; line-height: 1.4; }
.announcementcontainer p { padding-bottom: 13px; }
.announcementswrapper a { color:#ccddec; }
.announcementswrapper a:hover { color:#fff; }
.announcementcontainer .closebtn { cursor:pointer; background:url(images/close.png) no-repeat center; background-size:16px; width:50px; height:16px; height:100%; position:absolute; top:0; right:10px; }
.announcementslider { display:none; }
.announcementslider.owl-carousel .owl-controls .owl-buttons { padding:0; margin:0; }
.announcementslider.owl-carousel .owl-controls .owl-buttons .owl-prev, .announcementslider.owl-carousel .owl-controls .owl-buttons .owl-next { width:12px; height:18px; background:no-repeat center; position:absolute; top: calc((50%) - (15px)); }
.announcementslider.owl-carousel .owl-controls .owl-buttons .owl-prev { background-image:url(images/white_prev.png); background-color:transparent; left:-35px; }
.announcementslider.owl-carousel .owl-controls .owl-buttons .owl-next { background-image:url(images/white_next.png); background-color:transparent; right:-35px; }
.announcementslider.owl-carousel .owl-controls .owl-buttons .owl-prev:hover { background-image:url(images/white_prev_hover.png); background-color:transparent; }
.announcementslider.owl-carousel .owl-controls .owl-buttons .owl-next:hover { background-image:url(images/white_next_hover.png); background-color:transparent; }

/* parallaxbanner newsletter */
.parallaxbanner.newsletter .parallaxcontentwrap { padding-top:60px; padding-bottom:60px; }
.parallaxbanner.newsletter { }
body .parallaxbanner.newsletter  .gform_wrapper .gform_validation_errors { display:none; }
.parallaxbanner.newsletter  .newsletterblock { box-shadow: 0 0 25px #90bad3; border-radius: 15px; padding:60px 50px; font-size:0; color:#fff;
	background: rgb(47,124,176);
	background: -moz-linear-gradient(90deg, rgba(47,124,176,1) 0%, rgba(51,155,190,1) 50%, rgba(53,175,200,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(47,124,176,1) 0%, rgba(51,155,190,1) 50%, rgba(53,175,200,1) 100%);
	background: linear-gradient(90deg, rgba(47,124,176,1) 0%, rgba(51,155,190,1) 50%, rgba(53,175,200,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f7cb0",endColorstr="#35afc8",GradientType=1); 
}
.newsletterblockicon { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:6.2%; }
.newsletterblocktitle { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:24px; font-weight:600; padding:0 25px; width: 45%; }
.newsletterblockformbox { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width: 47%; }
body .newsletterblock .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) , .newsletterblock .gform_wrapper select, body .gform_wrapper select , body .newsletterblock  .gform_wrapper.gf_browser_chrome select, body .newsletterblock .gform_wrapper.gravity-theme .gfield textarea { font-size:14px; background:url(images/formwhitebg.png); color:#fff; letter-spacing:1px; padding:0 140px 0 30px; height:51px; line-height:51px; border-radius:50px; }
body .newsletterblock .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
   color: #fff;
}
body .newsletterblock .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
body .newsletterblock .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
body .newsletterblock .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {  
   color: #fff;  
}
body .newsletterblock .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder {
   color: #fff;
}
body .newsletterblock .gform_wrapper.gravity-theme .gfield textarea:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
body .newsletterblock .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
body .newsletterblock .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder {  
   color: #fff;  
}
body .newsletterblock .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer { padding:0; margin:0; position:absolute; top:0; right:0; left:0; margin:auto; display:block; }
body .newsletterblock .gform_wrapper.gravity-theme .gform_footer { left:auto; left:initial; }
body .newsletterblock .gform_wrapper .gform_footer input.button, body .newsletterblock .gform_wrapper .gform_footer input[type=submit], body .newsletterblock .gform_wrapper .gform_page_footer input.button, body .newsletterblock .gform_wrapper .gform_page_footer input[type=submit] { }
body .newsletterblock .gform_wrapper.gravity-theme { position:relative; }
body .newsletterblock .gform_wrapper.gravity-theme .gfield_description.validation_message { color: #ffcccc; }

/* parallaxbanner featured_posts */
.parallaxbanner.featured_posts { }
.parallaxbanner.featured_posts .parallaxcontentwrap { width: 1785px; max-width:100%; padding:80px 35px 0; }
.featuredpoststitlebox { }
.featuredpoststitleboxleft { padding-left:7px; float:left; }
.featuredpoststitleboxright { float:right; padding:5px 0 0; }
.featuredpostscontainer .btn a , .heart_news_landing .btn a { font-size:14px; font-weight:500; letter-spacing:0.7px; text-transform:uppercase; padding:18px 23px; }
.featuredpostslider { display:none; }
.featuredpostboxwrap { padding:7px; }
.featuredpostbox { border-radius: 6px; overflow: hidden; }
.featuredpostbox a { display:block; color:#fff; position:relative; }
.featuredpostbox .featuredpostimage { position:relative; overflow:hidden; border-radius: 6px; }
.featuredpostbox a .featuredpostimage img { width:100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.featuredpostbox a:hover .featuredpostimage img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.featuredpostbox .featuredpostimage .overlay, .magazineimage .overlay { background:url(images/featured_overlay_2.png) repeat-x; background-size:contain; width:100%; height:100%; position:absolute; top:0; left:0; }
.featuredpostsummarybox { position:absolute; top:0; left:0; width:100%; height:100%; padding:30px; }
.featuredpostsummarybox .tablewrap { width:100%; height:100%; padding:0; margin:0; }
.featuredpostsummarybox table, .pagecontent .featuredpostsummarybox table { width:100%; height:100%; }
.featuredpostsummarybox table tr , .pagecontent .featuredpostsummarybox table tr { background:none; }
.featuredpostsummarybox table tr td, .pagecontent .featuredpostsummarybox table tr td { vertical-align:bottom; border:0; padding:0; }
.featuredposttitle h2 { font-size:22px; font-weight:normal; line-height: 1.3; color:#fff; padding-bottom:0; }
.sidebar .featuredposttitle h2 { color:#000; }
.featuredposttitle.nopadding h2 { padding:0; }
.featuredpostdate { font-size:16px; font-weight:300; line-height:1.2; padding:15px 0 0;  }
.featuredpostdate .startdate { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.featuredpostdate .seperator { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.featuredpostdate .enddate { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.featuredpoststitleboxright .btn { display:inline-block; *display:inline; zoom:1; vertical-align:middle; margin:0; border-radius:0; }
.featuredpoststitleboxright .owl-controls { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.featuredpostslider.owl-carousel .owl-wrapper-outer { overflow:visible; }
.featuredpostscontainer .owl-controls .owl-buttons div, .featurednewsslider.owl-theme .owl-controls .owl-buttons div, .playlistnav .owl-controls .owl-buttons div { margin:10px; width:38px; height:19px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.featuredpostscontainer .owl-controls .owl-buttons div.owl-prev, .featurednewsslider.owl-theme .owl-controls .owl-buttons div.owl-prev, .normalblockslider.owl-theme .owl-controls .owl-buttons div.owl-prev, .partnersgalleryslider.owl-theme .owl-controls .owl-buttons div.owl-prev, .playlistnav .owl-controls .owl-buttons div.owl-prev { background:url(images/featured_prev.png) no-repeat center; background-size:contain; display:inline-block; *display:inline; zoom:1; vertical-align:middle;  }
.featuredpostscontainer .owl-controls .owl-buttons div.owl-next, .featurednewsslider.owl-theme .owl-controls .owl-buttons div.owl-next, .normalblockslider.owl-theme .owl-controls .owl-buttons div.owl-next, .partnersgalleryslider.owl-theme .owl-controls .owl-buttons div.owl-next, .playlistnav .owl-controls .owl-buttons div.owl-next { background:url(images/featured_next.png) no-repeat center; background-size:contain; display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.featuredpostscontainer .owl-controls .owl-buttons div.owl-prev:hover, .featurednewsslider.owl-theme .owl-controls .owl-buttons div.owl-prev:hover, .normalblockslider.owl-theme .owl-controls .owl-buttons div.owl-prev:hover, .partnersgalleryslider.owl-theme .owl-controls .owl-buttons div.owl-prev:hover, .playlistnav .owl-controls .owl-buttons div.owl-prev:hover { background-image:url(images/featured_prev_hover.png); }
.featuredpostscontainer .owl-controls .owl-buttons div.owl-next:hover, .featurednewsslider.owl-theme .owl-controls .owl-buttons div.owl-next:hover, .normalblockslider.owl-theme .owl-controls .owl-buttons div.owl-next:hover, .partnersgalleryslider.owl-theme .owl-controls .owl-buttons div.owl-next:hover, .playlistnav .owl-controls .owl-buttons div.owl-next:hover { background-image:url(images/featured_next_hover.png); }

/* parallaxbanner main_featured_landing */
.parallaxbanner.main_featured_landing .parallaxcontentwrap, .parallaxbanner.recipes .parallaxcontentwrap, .parallaxbanner.posters .parallaxcontentwrap,  .parallaxbanner.beneficiaries .parallaxcontentwrap, .parallaxbanner.courses .parallaxcontentwrap, .parallaxbanner.fundraising_events .parallaxcontentwrap { padding:15px 0 50px; width:100%; }
.parallaxbanner.main_featured_landing .blocktitle, .parallaxbanner.recipes .blocktitle, .parallaxbanner.posters .blocktitle, .parallaxbanner.beneficiaries .blocktitle, .parallaxbanner.courses .blocktitle, .parallaxbanner.fundraising_events .blocktitle { width:1325px; max-width:100%; padding:0 35px; margin:auto; }
.mainfeaturedpostswrapper, .widepage .contentwrapper, .parallaxbanner.heart_news_landing .parallaxcontentwrap, .recipeswrapper, .recipescategorylistbox, .parallaxbanner.beneficiaries .categorylistingcontainer, .parallaxbanner.courses .categorylistingcontainer, .parallaxbanner.fundraising_events .categorylistingcontainer { width:1817px; max-width:100%; margin:auto; padding:0 35px; }
.mainfeaturedpostscontainer { }
.mainfeaturedtopbox { }
.mainfeaturedtopbox .mainfeaturedtopboxleft { float:left; width:66.75%; }
.mainfeaturedtopbox .mainfeaturedtopboxright { float:left; width:33.25%; }
.mainfeaturedpostswrapper .featuredpostboxwrap { padding:6px; }
.mainfeaturedbottombox .featuredpostboxwrap { width:33.333%; float:left; }
.mainfeaturedtopboxright .featuredpostboxwrap { padding-bottom: 4px; }
.mainfeaturedpostswrapper .featuredpostsummarybox { }
.mainfeaturedpostswrapper .featuredposttitle h2 { padding-bottom:0; font-size:24px; }
.mainfeaturedpostswrapper .mainfeaturedtopboxleft .featuredposttitle h2 { font-size:28px; }

/* parallaxbanner normal_featured */
.parallaxbanner.normal_featured .featuredpostslider.owl-carousel .owl-wrapper-outer { overflow:hidden; }
.parallaxbanner.normal_featured .parallaxcontentwrap { width: 1817px; max-width: 100%; margin: auto; padding:0 35px 60px; }
.featuredpostslider.normalslider .featuredpostboxwrap { padding:5px; }
.featuredpostslider.normalslider .featuredposttitle h2 { font-size:22px; }
.parallaxbanner.normal_featured .featuredpoststitlebox, .parallaxbanner.heart_news_landing .featuredpoststitlebox { width:1325px; max-width:100%; margin:auto; padding:0 35px; }
.featuredpostslider.normalslider .featuredpostsummarybox { padding:30px; }

/* 404 */
.error404 .entry-content { font-size:18px; font-weight:300; }

/* category listing */
.titlebox, .postdatebox { width:1325px; max-width:100%; padding:0 35px; margin:auto; }
.category_lisitng_page .contentwrapper, .tags_lisitng_page .contentwrapper, .tagcontainer { width: 1817px; max-width: 100%; margin: auto; padding-left:35px; padding-right:35px; }
.categorylisting { }
.categorylisting .featuredpostboxwrap { float:left; width:33.333%; padding:6px; }

/* details page */
.detailpage .titlebox { padding-right: 37%; }

.sidebar .newsletterblock { color:#fff; padding:25px 15px; border-radius:7px; text-align:center; background: rgb(47,126,177);
background: -moz-linear-gradient(90deg, rgba(47,126,177,1) 0%, rgba(51,156,190,1) 50%, rgba(53,175,200,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(47,126,177,1) 0%, rgba(51,156,190,1) 50%, rgba(53,175,200,1) 100%);
background: linear-gradient(90deg, rgba(47,126,177,1) 0%, rgba(51,156,190,1) 50%, rgba(53,175,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f7eb1",endColorstr="#35afc8",GradientType=1); }
.sidebar .newsletterblockicon { display:block; width:auto; }
.sidebar .newsletterblocktitle { display:block; width:auto; padding:15px 15px 25px; font-size:25px; font-weight:500; }
.sidebar .newsletterblockformbox { display:block; width:auto; }
.sidebar .newsletterblockicon img { margin:auto; display:inline-block; }
body .sidebar .newsletterblock .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .sidebar .newsletterblock .gform_wrapper select, body .sidebar .gform_wrapper select, body .sidebar .newsletterblock .gform_wrapper.gf_browser_chrome select, body .sidebar .newsletterblock .gform_wrapper.gravity-theme .gfield textarea { padding-right: 30px; }
body .sidebar .newsletterblock .gform_wrapper .gform_footer input.button, body .sidebar .newsletterblock .gform_wrapper .gform_footer input[type=submit], body .sidebar .newsletterblock .gform_wrapper .gform_page_footer input.button, body .sidebar .newsletterblock .gform_wrapper .gform_page_footer input[type=submit] { }
body .sidebar .newsletterblock .gform_wrapper.gravity-theme .gform_footer, body .sidebar .gform_wrapper.gravity-theme .gform_page_footer { position:relative; margin-top:20px; }

.galleryslidercontainer { border-radius:7px; overflow:hidden; margin: 0 0 35px; }
.gallerybox img { width:100%; border-radius: 7px; }
.galleryslider.owl-theme { display:none; }
.galleryslider.owl-theme .owl-controls .owl-buttons div.owl-next, .galleryslider.owl-theme .owl-controls .owl-buttons div.owl-prev { width:61px; height:65px; background:no-repeat center; background-size:contain; }
.galleryslider.owl-theme .owl-controls .owl-buttons div.owl-next { background-image:url(images/gallerynext.png); right:0; }
.galleryslider.owl-theme .owl-controls .owl-buttons div.owl-prev { background-image:url(images/galleryprev.png); left:0; }
.galleryslider.owl-theme .owl-controls .owl-buttons div.owl-next:hover { background-image:url(images/gallerynext_hover.png); }
.galleryslider.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { background-image:url(images/galleryprev_hover.png); }
.galleryslider.owl-theme .owl-pagination { padding:0; top:initial; top: auto; bottom: initial; bottom: auto; }
.hasCaption .galleryslider.owl-theme .owl-pagination { } 
.galleryslider.owl-theme .owl-controls .owl-page span { margin:0 10px; }
.galleryslider.owl-theme .owl-controls .owl-page span { background-image:url(images/bullet_grey.png); }
.galleryslider.owl-theme .owl-controls .owl-page.active span, .galleryslider.owl-theme .owl-controls.clickable .owl-page:hover span { background-image:url(images/bullet_grey_active.png); }
.gallerycaption { font-size:16px; font-style:italic; color:#4e4d4d; padding :15px 80px 0 38px; }

.detailpage .contentwrapper { }
.detailpage .postdetailcontent { padding:0 80px 0 38px; }
.detailpage .postdetailcontent.nopadding { padding:0; }

.childboxcontainer { padding:10px 80px 10px 38px; line-height: 1.3; }
.childboxcontainer .childboxwrap { float:left; width:50%; padding:9px 22px 9px 0; }
.childboxcontainer .childbox { font-size:18px; font-weight:600; border-radius:7px; overflow:hidden; position:relative; }
.childboxcontainer .childbox a { color:#2e2e2e; display:block; padding:20px 50px 20px 23px; background:url(images/btn_grey.png) #f0f1f5 no-repeat 96% center; position:relative; }
.childboxcontainer .childbox a:hover { background-image:url(images/btn_hover.png); background-color:transparent; color:#fff; }
.childboxcontainer .childbox .overlay { position:absolute; top:0; left:0; width:100%; height:100%; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.childboxcontainer .childbox .overlay { background: rgb(47,126,177);
background: -moz-linear-gradient(90deg, rgba(47,126,177,1) 0%, rgba(51,156,190,1) 50%, rgba(53,175,200,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(47,126,177,1) 0%, rgba(51,156,190,1) 50%, rgba(53,175,200,1) 100%);
background: linear-gradient(90deg, rgba(47,126,177,1) 0%, rgba(51,156,190,1) 50%, rgba(53,175,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f7eb1",endColorstr="#35afc8",GradientType=1); }
.childboxcontainer .childtitle { }

.sharebox { border-top:1px solid #eaeaea; margin:45px 0 0; padding:30px 40px 10px; }
.sharebox .shareboxlabel { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:18px; font-weight:bold; color:#494949; padding:0 55px 0 0; letter-spacing:1px; }
.sharebox .shareboxbuttons { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.sharebox .at-share-btn-elements a { margin-right:25px; }

.featuredeventsblock { background:#ebecf0; padding:33px 23px; border-radius:7px; overflow:hidden; margin-bottom:35px; }
.featuredeventsblocktitle { font-size:25px; font-weight:500; color:#000000; padding:0 0 15px; }
.featuredevents .featuredpostbox a { color:#000; }
.featuredevents .featuredposttitle h2 { font-size:18px; font-weight:500; padding-bottom:5px; }
.featuredevents .featuredpostdate { font-size:15px; color:#4c4c4c; }
.featuredevents .featuredpostsummarybox { position:relative; padding:10px 5px; }

.sidebar .postCategoriesBox { padding-bottom: 8px; }
.sidebar .postCategoriesBox .postCategory a { font-size:13px; font-weight:normal; padding: 7px 10px; }

.normaltabscontainer { }
.normaltabbtncontainer, .recipescategorylist, .heartindexcategorylist, .posterscategorylist { padding-right: 86px; padding-left:20px; background:#f0f0f4; border-radius:50px; overflow:hidden; }
.normaltabcontentcontainer { padding:40px 80px 10px 38px; }
.normaltabscontainer .btn { margin-top:35px; }
.normaltabcontentwrap { display:none; }
.normaltabcontentwrap.active { display:block; }

.tabslider {}
.tabslider .tabbtn a { display:block; }
.tabslider .tabbtn a h2 { color:#454545; font-size:17px; font-weight:normal; padding:15px 20px; line-height:1.2; cursor:pointer; display:block; }
.tabslider .tabbtn:hover a h2 , .tabslider .tabbtn.btnactive a h2 { color:#e43c42; }
.tabslider .slick-prev, .tabslider .slick-next, .styled_tab_buttons_slider .slick-prev, .styled_tab_buttons_slider .slick-next, .categoryslider .slick-prev, .categoryslider .slick-next, .swiper-container .swiper-button-prev, .swiper-container .swiper-button-prev:hover, .swiper-container .swiper-button-next, .swiper-container .swiper-button-next:hover  { width:12px; height:18px; background:no-repeat 65% center #a20608; height:50.39px; width:43px; }
.tabslider .slick-prev, .tabslider .slick-prev:hover, .styled_tab_buttons_slider .slick-prev, .styled_tab_buttons_slider .slick-prev:hover, .categoryslider .slick-prev, .categoryslider .slick-prev:hover, .swiper-container .swiper-button-prev, .swiper-container .swiper-button-prev:hover { border-radius:50px 0 0 50px; position: absolute; right: -43px; top: 0; left: initial; left: auto; transform: none; background: rgb(204,51,68);
background: -moz-linear-gradient(90deg, rgba(204,51,68,1) 0%, rgba(211,53,68,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(204,51,68,1) 0%, rgba(211,53,68,1) 100%);
background: linear-gradient(90deg, rgba(204,51,68,1) 0%, rgba(211,53,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc3344",endColorstr="#d33544",GradientType=1); }
.tabslider .slick-next, .tabslider .slick-next:hover, .styled_tab_buttons_slider .slick-next, .styled_tab_buttons_slider .slick-next:hover, .categoryslider .slick-next, .categoryslider .slick-next:hover, .swiper-container .swiper-button-next, .swiper-container .swiper-button-next:hover  { background-position:45% center; border-radius:0 15px 15px 0; position: absolute; right: -86px; top: 0; transform: none; background: rgb(211,53,68);
background: -moz-linear-gradient(90deg, rgba(211,53,68,1) 0%, rgba(226,60,68,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(211,53,68,1) 0%, rgba(226,60,68,1) 100%);
background: linear-gradient(90deg, rgba(211,53,68,1) 0%, rgba(226,60,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d33544",endColorstr="#e23c44",GradientType=1); }
.tabslider .slick-prev:before, .styled_tab_buttons_slider .slick-prev:before, .categoryslider .slick-prev:before, .swiper-container .swiper-button-prev:after { background-image:url(images/tabprev.png); background-size:contain; display:block; width:12px; height:18px; margin: auto; position:relative; left:3px; content:''; }
.tabslider .slick-next:before, .styled_tab_buttons_slider .slick-next:before, .categoryslider .slick-next:before, .swiper-container .swiper-button-next:after { background-image:url(images/tabnext.png); background-size:contain; display:block; width:12px; height:18px; margin: auto; position:relative; right:3px; content:''; }
.tabslider .slick-prev:hover:before, .styled_tab_buttons_slider .slick-prev:hover:before, .categoryslider .slick-prev:hover:before, .swiper-container .swiper-button-prev:hover:after { background-image:url(images/tabprev_hover.png); }
.tabslider .slick-next:hover:before, .styled_tab_buttons_slider .slick-next:hover:before, .categoryslider .slick-next:hover:before, .swiper-container .swiper-button-next:hover:after { background-image:url(images/tabnext_hover.png); }
/*.tabslider .slick-prev.slick-disabled:hover, .styled_tab_buttons_slider .slick-prev.slick-disabled:hover, .categoryslider .slick-prev.slick-disabled:hover { background-image:url(images/tabprev.png); }
.tabslider .slick-next.slick-disabled:hover, .styled_tab_buttons_slider .slick-next.slick-disabled:hover, .categoryslider .slick-next.slick-disabled:hover { background-image:url(images/tabnext.png); }*/
.tabslider .slick-prev.slick-disabled, .styled_tab_buttons_slider .slick-prev.slick-disabled, .categoryslider .slick-prev.slick-disabled { }
.tabslider .slick-next.slick-disabled, .styled_tab_buttons_slider .slick-next.slick-disabled, .categoryslider .slick-next.slick-disabled { }

.normaltabcontent .tablewrap { margin:0; }

.tablewrap { border-radius:7px; overflow:hidden; margin:0 0 20px; }
.pagecontent table { line-height: 1.4; width:100%; border-radius: 7px; overflow: hidden; }
.pagecontent table tbody tr { background:#f0f1f5; }
.pagecontent table tr td { border:0; border:1px solid #d6d6d6; border-left:0; padding:13px 17px; vertical-align:top; background:none; }
.pagecontent table tr td:last-child { border-right:0; }
.pagecontent table tr:last-child td { border-bottom:0; }
.pagecontent table tbody tr:first-child td { border-top:0; }
.pagecontent table thead, .pagecontent table tr.table_head { color:#fff; background: rgb(17,71,128); font-size:18px;
background: -moz-linear-gradient(120deg, rgba(17,71,128,1) 0%, rgba(35,100,152,1) 50%, rgba(43,114,164,1) 100%);
background: -webkit-linear-gradient(120deg, rgba(17,71,128,1) 0%, rgba(35,100,152,1) 50%, rgba(43,114,164,1) 100%);
background: linear-gradient(120deg, rgba(17,71,128,1) 0%, rgba(35,100,152,1) 50%, rgba(43,114,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#114780",endColorstr="#2b72a4",GradientType=1); }
.pagecontent table tr td.cell_blue { background: rgb(17,71,128); color:#fff; font-size:18px;
background: -moz-linear-gradient(120deg, rgba(17,71,128,1) 0%, rgba(35,100,152,1) 50%, rgba(43,114,164,1) 100%);
background: -webkit-linear-gradient(120deg, rgba(17,71,128,1) 0%, rgba(35,100,152,1) 50%, rgba(43,114,164,1) 100%);
background: linear-gradient(120deg, rgba(17,71,128,1) 0%, rgba(35,100,152,1) 50%, rgba(43,114,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#114780",endColorstr="#2b72a4",GradientType=1); }
.pagecontent table thead tr td { border-top:0; background:none; padding:15px 20px; vertical-align:middle; }
.pagecontent table.schedule tbody tr td:first-child { vertical-align:top; }
.pagecontent table.schedule tbody tr td { vertical-align:middle; }
.pagecontent table.noborder tr { background:none; }
.pagecontent table.noborder tr td { border:0; }
.pagecontent table.imageright tr td { padding:0; }
.pagecontent table.imageright tr td:first-child { width: 75%; padding-right:50px; }
.pagecontent table.valignmiddle tr td { vertical-align:middle; }

.pagecontent table.partners tr td { padding:17px; }

.pagecontent table.additional_note { font-size:16px; }
.pagecontent table.additional_note tr { background-color:#f3f6fb; }
.pagecontent table.additional_note tr td { padding:25px 30px; }

.pagecontent table.food_rainbow { text-align: justify; }
.pagecontent table.food_rainbow tr { background:none; padding-bottom: 15px; }
.pagecontent table.food_rainbow tr td { padding:0; border:0; vertical-align:middle; }
.pagecontent table.food_rainbow tr td:first-child { width:43%; padding-right: 30px; }
.pagecontent table.food_rainbow h3 { font-size:20px; padding-bottom: 15px; }

.pagecontent table.threecols tr td { width:33.33%; padding:0; }
.pagecontent table.threecols tr td img { display:block; }

.partners_exhibitors_container { padding:15px 0 0; }
.partners_exhibitors_container .partnerexhibitorbox { float:left; width:33.333%; padding:5px; }
.partners_exhibitors_container .partnerexhibitorbox a { display:block; }
.partners_exhibitors_container .partnerexhibitorbox img { margin:auto; }

.partners_exhibitors_slider.owl-theme .owl-controls .owl-buttons { text-align:center; padding:25px 0; }
.partners_exhibitors_slider.owl-theme .owl-controls .owl-buttons div { position: relative; margin:10px; width:38px; height:19px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.partners_exhibitors_slider.owl-theme .owl-controls .owl-buttons div.owl-prev { background:url(images/featured_prev.png) no-repeat center; background-size:contain; display:inline-block; *display:inline; zoom:1; vertical-align:middle; left: initial; left: auto; }
.partners_exhibitors_slider.owl-theme .owl-controls .owl-buttons div.owl-next { background:url(images/featured_next.png) no-repeat center; background-size:contain; display:inline-block; *display:inline; zoom:1; vertical-align:middle; right: initial; right: auto; }
.partners_exhibitors_slider.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { background-image:url(images/featured_prev_hover.png); }
.partners_exhibitors_slider.owl-theme .owl-controls .owl-buttons div.owl-next:hover { background-image:url(images/featured_next_hover.png); }

.button_styled_tabs_container { }
.button_styled_tabs { }
.button_styled_tab_buttons_box, .newscategorylist { background:#f0f0f4; border-radius: 50px; overflow: hidden; padding-right:86px; }
.styled_tab_buttons_slider, .categoryslider { position:relative; }
.styled_tab_buttons_slider.slick-initialized, .categoryslider .slick-initialized { display:block; }
.styled_tab_buttons_slider .tabbutton, .categoryslider .categorynamebox { cursor:pointer; border-radius: 50px; overflow: hidden; float: left; }
.styled_tab_buttons_slider .tabbutton a, .categoryslider .categorynamebox a { display:block; }
.styled_tab_buttons_slider .tabbutton h2, .categoryslider .categorynamebox h2 { font-size:17px; color:#454545; font-weight:normal; padding:14px 20px; border-radius: 50px; } 
.styled_tab_buttons_slider .tabbutton:hover h2, .categoryslider .categorynamebox:hover h2, .categoryslider .categorynamebox.active h2 { color:#e43c42; }
.styled_tab_buttons_slider .tabbutton.btnactive h2{ color:#fff;
	background: rgb(204,45,62);
	background: -moz-linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	background: -webkit-linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	background: linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc2d3e",endColorstr="#ee473a",GradientType=1);
}
.styled_tab_buttons_slider .tabbutton a:hover h2, .categoryslider .categorynamebox a:hover h2 { }
.button_styled_tab_content_box { }
.button_styled_tab_content_box .tabcontentbox { display:none; padding:45px 80px 0 38px; }
.button_styled_tab_content_box .tabcontentbox.active { display:block; }
.button_styled_tabs .register_btn { margin :0 80px 0 38px; }

table h4 { font-size:18px; }
.maincontent table ul { margin-left:25px; margin-bottom:0; }

.designblock, .tagsShareContainer .postTagsContainer, .tagsShareContainer .sharebox { max-width:1053px; }
.designblock, .postTagsContainer { padding :10px 38px 10px 50px; }
.designblock.button, .designblock.buttons { padding :10px 80px 10px 38px; }


/* designblock two_column_info_block */
.designblock.two_column_info_block { }
.twocolinfoblockcontainer { margin:45px 0 0; border-top:1px solid #eaeaea; padding:49px 0 0; }
.twocolinfoblock { padding:0 0 37px; font-size:0; }
.twocolinfoblockimage { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:33%; }
.twocolinfoblockcontent { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:67%; padding:0 0 0 42px; font-size:17px; }
.twocolinfoblockcontent h2 { font-size:20px; padding-bottom:15px; font-weight:600; }
.twocolinfoblockcontent .btn { }
.twocolinfoblockcontent .btn a { }
.twocolinfoblockcontent p { padding-bottom:25px; }

/* designblock buttons */
.designblock.buttons .btn { margin-right:10px; }

/* designblock brochures */
.buttonscontainer { font-size:0; }
.designblock.brochures h2 { font-size:18px; padding-bottom:25px; }
.designblock.brochures .buttonscontainer .btn { width: calc((50%) - (10px)); text-align:center; margin-right:10px; margin-bottom:10px; }

/* parallaxbanner heart_resources */
.parallaxbanner.heart_resources { }
.parallaxbanner.heart_resources .parallaxcontentwrap { padding-top:60px; padding-bottom:60px; }
.parallaxbanner.heart_resources .blockcontent { padding:0 17px; }
.heartresourcesboxcontainer { width:1084px; max-width:100%; }
.heartresourcesboxwrap { float:left; width:50%; padding:17px; }
.heartresourcesbox { position:relative; background:#fff; border-radius:10px; font-size:0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.heartresourcesbox a { display:block; position:relative; padding:40px; }
.heartresourcesbox .heartresourcesboxleft { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width: 24%; }
.heartresourcesbox .heartresourcesboxright { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width: 76%; padding:0 0 0 23px; }
.heartresourcesbox .heartresourcesboxicon { }
.heartresourcesbox .heartresourcesboxtitle { }
.heartresourcesbox .heartresourcesboxtitle h2 { font-size:21px; padding-bottom:15px; }
.heartresourcesbox .heartresourcesboxcontent { font-size:16px; font-weight:300; color:#747474; line-height:1.4; }
.heartresourcesbox .heartresourcesboxcontent p { padding-bottom:0; }
.heartresourcesbox .heartresourcesarrow { background:url(images/heartresourcesarrow.png) no-repeat center; width:43px; height:43px; position:absolute; top:40%; right: -15px; opacity:0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.heartresourcesbox a:hover .heartresourcesarrow { opacity:1; }
.heartresourcesbox:hover { box-shadow: 0 0 15px #96b4c1; }

/* designblock full_width */
.designblock.full_width { padding-left:0; padding-right:0; }
.designblock.full_width .contentfullwidth iframe { border-radius:7px; overflow:hidden; }

/* designblock contact_info */
.designblock.contact_info h2 { line-height:1.4; font-size:26px; }
.pagecontent.contact_info h3 { font-size:18px; font-weight:600; }
.pagecontent table.contactinfo { line-height:1.6; width:100%; }
.pagecontent table.contactinfo h3 { font-size:18px; font-weight:600; padding-bottom:0; }
.pagecontent table.contactinfo tr td { padding-left:0; padding-right:0; }
.pagecontent table.contactinfo tr td:first-child { padding-right:25px; }
.pagecontent table.contactinfo tr td:last-child { padding-left:25px; }

.pagecontent table.contactinfo2 { width:100%; }
.pagecontent table.contactinfo2 tbody tr { background:none; }
.pagecontent table.contactinfo2 tbody tr td { padding:0; width:50%; border:0; line-height:1.6; }

.pagecontent .contactinfo2 { margin:0; }
.contactinfo2 .tablewrap { background:#f0f1f5; margin: 0 15px 15px 0; }
.pagecontent .contactinfo2 .tablewrap tr td { padding:20px 22px; }
.pagecontent table.operating_hours { }
.pagecontent .contactinfo2 table.operating_hours { width:auto; }
.pagecontent .contactinfo2 table.operating_hours tr td { padding:0; }
.contactinfo2 h3 { font-size:22px; line-height:1.2; padding-bottom: 15px; }
.contactinfo2 h4 { font-size:18px; line-height:1.2; padding-bottom: 15px; }

.sidebarinfoblockcontainer { }
.sidebarinfoblock { background:#ebecf0; border-radius:7px; overflow:hidden; margin-bottom:17px; padding:30px 20px; }
.sidebarinfoblock.normalblock { padding:40px 40px; font-size:17px; font-weight: normal; line-height: 1.4; }
.sidebarinfoblock strong { font-weight:600; }
.infoicon { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width: 30%; }
.infocontent { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:16px; color:#747474; width: 70%; padding:0 0 0 25px; font-weight: normal; line-height: 1.4; }
.infocontent h2 { font-size:21px; padding-bottom:15px; line-height: 1.2; }
.infoiconblock { }
.infoiconblock p { padding-bottom:0; }

.postTagsContainer { font-size:0; }
.postTagsContainer .postTags { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:13px; padding-right:5px; padding-bottom:5px; }
.postTagsContainer .postTags a { display:block; color:#fff; padding:5px 10px; border-radius: 20px; position:relative; overflow:hidden;
	background: rgb(204,45,62);
	background: -moz-linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	background: -webkit-linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	background: linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc2d3e",endColorstr="#ee473a",GradientType=1);
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.postTagsContainer .postTags a .bg { background:#aab1b9; width:100%; height:100%; position:absolute; top:0; left:0; opacity:1;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}
.postTagsContainer .postTags a:hover .bg { opacity:0; }
.postTagsContainer .postTags a .label { position:relative; z-index:1; }

/* news */
.parallaxbanner.heart_news .parallaxcontentwrap { width: 1785px; max-width:100%; padding:70px 35px 55px; }
.parallaxbanner.heart_news .blockcontent { padding-left:7px; padding-right:7px; }
.featurednewsmain { width: 63%; float:left; }
.featurednewsslidercontainer { width:37%; float:left; padding-left:45px; padding-top:7px; }
.postCategoriesBox { padding-bottom:15px; font-size:0; }
.postCategoriesBox .postCategory { display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding:0 6px 6px 0; }
.postCategoriesBox .postCategory a { font-size:14px; padding:8px 15px; display:block; color:#fff; border-radius: 20px; position:relative; overflow:hidden; background:#5f99da; transition: none; }
.postCategoriesBox .postCategory a:hover { 
	background: rgb(204,45,62);
	background: -moz-linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	background: -webkit-linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	background: linear-gradient(38deg, rgba(204,45,62,1) 0%, rgba(223,52,62,1) 30%, rgba(238,71,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc2d3e",endColorstr="#ee473a",GradientType=1);
}
.postCategoriesBox .postCategory a .label { position:relative; z-index:1; }
/*.postCategoriesBox .postCategory a .bg { position:absolute; top:0; left:0; width:100%; height:100%; opacity:1; background:#5f99da; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.postCategoriesBox .postCategory a:hover .bg { opacity:0; }*/
.featurednewscontainer .featuredposttitle h2 { font-size:30px; }
.featurednewsslider { display:none; }
.featurednewsslider .featuredpostboxwrap { padding:0 0 20px; }
.featurednewsslider .featuredpostbox { border-radius:0; }
.featurednewsslider .featuredpostbox a { display:block; position:relative; }
.featurednewsslider .featuredpostimage { width: 29%; float:left; border-radius:0; }
.featurednewsslider .featuredpostimage .playicon { }
.featurednewsslider .featuredpostsummarybox { position:relative; width: 71%; float:left; padding:0 0 0 20px; }
.featurednewsslider .postCategoriesBox { }
.featurednewsslider .postCategoriesBox a { font-size:13px; padding:7px 11px; }
.featurednewsslider .featuredposttitle h2 { font-size:19px; color:#000000; font-weight: 500; }
.featurednewsslider.owl-theme .owl-controls .owl-buttons { text-align:right; }
.featurednewsslider.owl-theme .owl-controls .owl-buttons div { width:30px; }
.featurednewsslider.owl-theme .owl-controls .owl-buttons div.owl-prev { position:relative; left: initial; left: auto; background-size:30px; }
.featurednewsslider.owl-theme .owl-controls .owl-buttons div.owl-next { position:relative; right: initial; right: auto;  background-size:30px; }

/* designblock news_listing */
.widepage .contentcontainer  { padding-left:0; padding-right:0; }
.widepage .sidebar { width:22%; }
.widepage .maincontent { width:78%; }
.designblock.news_listing { padding:0; max-width:100%; }
.mainfeaturednewsbox { padding:0 0 40px; }
.mainfeaturednewsbox .featuredpostboxwrap { padding:0; }
.mainfeaturednewsbox .featuredposttitle h2 { font-size:30px; }
.newscategorylistbox { padding:0 0 40px; }
.categorywrapper .featuredposttitle h2 { font-size:22px; }
.postdatebox { padding:0 0 30px 48px; }
.postdatebox .postdate { font-size: 16px; color:#757575; display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.postdatebox .readingtime { font-size:16px; color:#757575; padding-left:40px; display:inline-block; *display:inline; zoom:1; vertical-align:middle; }

.wp-caption, .caption { padding: 0 0 40px; background: none; margin: 0; text-align:left; max-width:100% !important; }
.wp-caption p.wp-caption-text, .gallery .gallery-caption { margin:0; font-size:16px; font-style:italic; color:#4e4d4d; font-family: "Poppins", Arial, Helvetica, sans-serif; padding:10px 0 0; }
.wp-caption img { padding:0; max-width: 100%; margin: 0; }
.caption { padding-top:15px; font-size:16px; color:#4e4d4d; font-style:italic; }

/* parallaxbanner heart_news_landing */
.parallaxbanner.heart_news_landing .parallaxcontentwrap { padding-bottom: 55px; }
.parallaxbanner.heart_news_landing .featuredpoststitlebox { }
.parallaxbanner.heart_news_landing .btnbox { text-align:center; padding: 25px 0 0; }
.parallaxbanner.heart_news_landing .btnbox .btn { border-radius:0; }
.parallaxbanner.heart_news_landing .btnbox .btn a { }
.parallaxbanner.heart_news_landing .featuredpostslider.owl-carousel .owl-wrapper-outer { overflow:hidden; }

/* designblock dropdown_filter */
.designblock.dropdown_filter { }
.filtercontainer { padding:25px 0 0; }
.filterboxtitle { font-size:17px; color:#000000; font-weight:500; text-transform:uppercase; padding:0 0 8px 5px; }
.filtercontentcontainer { padding:45px 14px; }
.filtercontentcontainer .filtercontentbox { display:none; }
.filtercontentcontainer .filtercontentbox.active { display:block; }
.filtercontentcontainer h2 { font-size:33px; }

/* parallaxbanner recipes */
.parallaxbanner.recipes { }
.parallaxbanner.recipes .parallaxcontent { position:relative; }
.recipescategorylistbox { width:1067px; max-width:100%; position:absolute; top:0; right:8%; }
.recipeslistingcontainer .overlay { display:none; }
.recipeslistingcontainer .featuredpostbox, .recipeslistingcontainer .featuredpostbox .featuredpostimage { border-radius:0; }
.recipeslistingcontainer .featuredpostsummarybox { position:relative; background:#155987; padding:0; }
.recipeslistingcontainer .featuredpostsummarybox table tr td { vertical-align:top; padding:25px 25px; }
.recipeswrapper .featuredposttitle h2 { font-size:26px; }
.featuredrecipesblock .featuredpostimage .overlay { display:none; }

.pagecontent table.routine { font-weight: 300; }
.pagecontent table.routine tr { background:none; }
.pagecontent table.routine tr td { border:0; padding:0 25px 0 0; width:33.333%; position:relative; }
.routinebox { border-radius:6px; padding:25px 25px 15px; color:#fff; height:100%; background: rgb(50,120,178);
background: -moz-linear-gradient(90deg, rgba(50,120,178,1) 0%, rgba(54,140,192,1) 50%, rgba(59,157,204,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(50,120,178,1) 0%, rgba(54,140,192,1) 50%, rgba(59,157,204,1) 100%);
background: linear-gradient(90deg, rgba(50,120,178,1) 0%, rgba(54,140,192,1) 50%, rgba(59,157,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3278b2",endColorstr="#3b9dcc",GradientType=1); }
.routinebox .title { font-size:20px; font-weight:500; padding-bottom: 15px; }
.routinebox p { padding-bottom:15px; }
.routinebox .arrow { background:url(images/blue_arrow.png) no-repeat center; background-size:contain; width:10px; height:26px; position:absolute; top:45%; right:6px; }
.pagecontent table.routine td:last-child .routinebox .arrow { display:none; }

.twocolumnbox { }
.twocolumnbox .colbox { float:left; width:50%; padding:0 21px 30px 0; }
.twocolumnbox .colboximage { border-radius:7px; overflow:hidden; margin:0 0 25px; }
.twocolumnbox .colboxcontent { }
.twocolumnbox h4 { padding-bottom:10px; font-size:19px; }
ol li::marker { font-weight: 600; }

/* designblock heart_index_listing */
.designblock.heart_index_listing { padding-left:0; padding-right:0; }
.designblock.heart_index_listing .categorytitlebox { }
.designblock.heart_index_listing .categorytitlebox h2 { font-size:33px; }
.designblock.heart_index_listing .heartindexlist { }
.designblock.heart_index_listing .heartindexlisting { padding:45px 39px 0; }
.designblock.heart_index_listing .heartindexlistleft { float:left; width:50%; padding-right:3.5px; }
.designblock.heart_index_listing .heartindexlistright { float:left; width:50%; padding-left:3.5px; }
.designblock.heart_index_listing .tabcontent { padding:25px 25px 0; }

/* designblock heart_rate_calculator */
.designblock.heart_rate_calculator { padding: 0 0 80px; }
.heart_rate_calculator_container { position:relative; }
.designblock.heart_rate_calculator .bg, .designblock.bmi_calculator .bg, .exercise_heart_rate_calculator_container .bg { border-radius:7px; overflow:hidden; z-index:0; position:absolute; top:0; left:0; width:100%; height:100%; background: rgb(131,195,225);
background: -moz-linear-gradient(0deg, rgba(131,195,225,1) 0%, rgba(157,202,231,1) 50%, rgba(186,210,238,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(131,195,225,1) 0%, rgba(157,202,231,1) 50%, rgba(186,210,238,1) 100%);
background: linear-gradient(0deg, rgba(131,195,225,1) 0%, rgba(157,202,231,1) 50%, rgba(186,210,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#83c3e1",endColorstr="#bad2ee",GradientType=1); }
.heart_rate_calculator_box { position:relative; z-index:1; }
.heart_rate_calculator_box_image { float: left; width: 56.5%; position: relative; top: 55px; left: -63px; }
.heart_rate_calculator_box_fields { float: right; width: 43.5%; padding: 40px 0 30px 0; position: relative; left: -35px; }
.box_fields { text-align:center; padding:35px; }
.box_fields .box_field_label { font-size:23px; color:#000000; font-weight:500; padding:0 0 15px; }
.box_fields .box_field { }
.box_fields .box_field input { color:#2e2e2e; font-size:33px; max-width: 100%; border-radius:50px; text-align:center; padding: 5px; }
.box_fields .box_button, .stepbox3 .box_button { margin:20px 1px 0; }
.box_fields .box_button a, .stepbox3 .box_button a, .box_results .btn a { display:block; font-size:15px; padding: 17px 25px; }
.box_results { position:relative; padding: 30px 35px 35px; text-align:center; }
.box_results .border, .bmiresultsbox .border { background:#ffffff; width:100%; height:1px; opacity:0.33; position:absolute; top:0; left:0; } 
.box_results .box_results_title { font-size:23px; font-weight:500; color:#000000; line-height: 1.4; }
.box_results .box_results_content { font-size:23px; font-weight:300; color:#2e2e2e; padding:20px 0 0; }

/* designblock bmi_calculator */
.designblock.bmi_calculator { padding:0; margin-bottom:30px; }
.bmicalculatorcontainer { position:relative; }
.bmicalculatorbox { position:relative; text-align:center; font-size:0; }
.bmicalculatorbox .bmicalculatorboximage { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:50%;  }
.bmicalculatorbox.stepbox1 { }
.bmicalculatorbox.stepbox2 { display:none; }
.bmicalculatorbox.stepbox3 { display:none; }
.bmicalculatorbox.stepbox1 .bmicalculatorboximage { padding:40px 30px; }
.bmicalculatorbox.stepbox2 .bmicalculatorboximage { padding:30px 25px; }
.bmicalculatorbox.stepbox3 .bmicalculatorboximage { padding:30px 25px; }
.bmicalculatorboxcontent { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:50%; font-size:17px; }
.bmicalculatorbox .box_fields .box_field_label { width: 82%; }
.box_fields .box_field_label { }
.box_fields .box_field { font-size:0; }
.box_fields .box_field .field { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width: 82%; }
.box_fields .symbol { display:inline-block; *display:inline; zoom:1; vertical-align:middle; font-size:23px; font-weight:500; color:#000000; width: 18%; text-align:left; padding:0 0 0 15px; }
.box_button_container { width:80%; }
.bmicalculatorbox.stepbox3 .box_button_container { width:100%; }
.bmiresultsboxtitle, .exercise_heart_rate_calculator_container .box_results_title { font-size:36px; font-weight:500; color:#000; padding: 0 0 10px; }
.bmiresultsboxinfo { font-size:21px; }
.bmiresultsboxinfo .value { }
.bmiresultsboxinfolabel.info1 .value { font-weight:600; color:#000; }
.bmiresultsbox { position:relative; padding:35px 35px 35px 0; }
.bmiresultsbox .border { position:relative; margin: 25px 0; }
.bmiresultsboxdetail { display:none; }
.bmiresultsboxdetailtitle { font-size:23px; font-weight:600; color:#000000; padding:0 0 10px; }
.bmiresultsboxdetailcontent { }
.bmiresultsboxdetailcontent ul, .bmiresultsboxdetailcontent ol { text-align:left; }
.bmicalculatorbox.stepbox3 .box_button { margin-top:0; }

/* designblock exercise_heart_rate_calculator */
.designblock.exercise_heart_rate_calculator { padding:0; }
.exercise_heart_rate_calculator_container { position:relative; margin-bottom:30px; }
.exercise_heart_rate_calculator_box { position:relative; font-size:0; }
.exercise_heart_rate_calculator_box_image { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:57%; padding: 35px 0 35px 25px; }
.exercise_heart_rate_calculator_box_fields { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:43%; left: -35px; position: relative; font-size:17px; }
.exercise_heart_rate_calculator_box .box_fields { padding:0; }
.exercise_heart_rate_calculator_box .box_results { display:none; }
.exercise_heart_rate_calculator_box .box_field_wrap { padding:0 0 30px; }
.box_field_desc { padding:10px 0 0; }
.exercise_heart_rate_calculator_box .box_fields .box_button { margin-top:0; }
.exercise_heart_rate_calculator_container .box_results .border { position:relative; }
.exercise_heart_rate_calculator_container .box_results_title { }
.exercise_heart_rate_calculator_container .box_results_info_box { font-size:20px; padding: 10px 0; }
.exercise_heart_rate_calculator_container .box_results_info_box_title { font-weight:300; }
.exercise_heart_rate_calculator_container .box_results_info_box_title span { padding:0 0 0 7px; }
.exercise_heart_rate_calculator_container .box_results_info_box_value { font-weight:600; }
.exercise_heart_rate_calculator_container .infobox3 .box_results_info_box_value { color:#000; }
.exercise_heart_rate_calculator_container .box_results .box_button { margin-top:15px; }

.pagecontent .tablewrap.whitebackground { border:1px solid #d6d6d6; }
.pagecontent table.whitebackground { width:100%; }
.pagecontent table.whitebackground tr { background:none; }
.pagecontent table.whitebackground tr td { width:33.333%; padding:12px 18px; }
.pagecontent .tablewrap.noborder.twocols { }
.pagecontent .tablewrap.noborder.twocols img { margin:0; }
.pagecontent .tablewrap.noborder.twocols tr td { padding:0 15px 0; vertical-align:top; }
.pagecontent .tablewrap.noborder.twocols tr td:first-child { padding-left:0; }
.pagecontent .tablewrap.noborder.twocols tr td:last-child { padding-right:0; }
.borderbox { border:1px solid #d6d6d6; border-radius: 7px; overflow: hidden; padding:15px 25px; }


/* parallaxbanner posters */
.parallaxbanner.posters .parallaxcontentwrap { padding-bottom:0; }
.parallaxbanner.posters .parallaxcontent { position:relative; }
.posterscategorylistbox { width:650px; max-width:100%; position:absolute; top:0; right:18%; }
.posterslistingcontainer .overlay, .magazineimage .overlay { opacity:0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.posterslistingcontainer .featuredpostbox, .posterslistingcontainer .featuredpostbox .featuredpostimage { }
.posterslistingcontainer .featuredpostsummarybox { position:relative; padding:0; }
.posterslistingcontainer .featuredpostsummarybox table tr td { vertical-align:top; padding:25px 25px; }
.posterswrapper .featuredposttitle h2 { font-size:19px; font-weight:500; color:#000000; text-align:center; }
.featuredpostersblock .featuredpostimage .overlay { }
.posterswrapper .categorylisting .featuredpostboxwrap { width:25%; }
.posterPopup { display:none; }
body .posterPopup.fancybox-content { width:975px; max-width:100%; padding:50px 50px 80px; background:none; text-align:center; }
body .posterPopup.fancybox-content a { display:block; position:relative; }
body .posterPopup.fancybox-content .popupimage { border:15px solid #fff; border-radius:7px; overflow:hidden; }
body .posterPopup.fancybox-content .popuptitle { font-size:22px; color:#ffffff; padding:40px 0 55px; }
body .posterPopup.fancybox-content .fancybox-close-small { top:60px; right:60px; }
.posterslisting .featuredpostbox .featuredpostimage .overlay, .magazineimage .overlay { background:url(images/blue_overlay2.png) repeat; }
.posterslisting .featuredpostbox:hover .featuredpostimage .overlay, .magazinebox a:hover .magazineimage .overlay { opacity:1; }

/* parallaxbanner disclaimer */
.parallaxbanner.disclaimer .parallaxcontentwrap { padding-top: 30px; padding-bottom:60px; }
.parallaxbanner.disclaimer .parallaxcontent { width:900px; max-width:100%; margin:auto; background:#f3f6fb; font-size:17px; padding: 20px 25px 0; border-radius: 7px; }
.parallaxbanner.disclaimer .parallaxcontentwrap p { padding-bottom:20px; }

/* designblock magazine */
.designblock.magazine { }
.magazinecontainer { padding:35px 0 0; }
.magazinesection {  }
.magazinesectiontitle { font-size:19px; color:#000000; font-weight:500; text-align:center; background:#e7ecf6; border-radius:6px; padding:13px; }
.magazinelist { padding:17px 0; }
.magazinebox { float:left; width:25%; text-align:center; padding: 7px; }
.magazinebox a { display:block; font-size:18px; font-weight:500; color:#000000; position:relative; }
.magazinebox a:hover { color:#e43c42; }
.magazineimage { border-radius:7px; overflow:hidden; position:relative; }
.magazinetitle { padding:20px 0; } 

/* designblock press_release */
.designblock.press_release { padding:0; }
.pressreleaselistingcontainer { position:relative; }
.pressreleasefilterlistbox { width:160px; position: absolute; top: -90px; right: 0; }
.pressreleaselistingcontainer .categorylisting a { display:block; position:relative; }
.pressreleaselistingcontainer .categorylisting .featuredpostboxwrap { float:none; width:100%; padding:6px 0; }
.pressreleaselistingcontainer .featuredpostbox { border-radius:0;  }
.pressreleaselistingcontainer .featuredpostimage { float:left; background:no-repeat center; background-size:cover; width: 51%; border-radius:0; }
.pressreleaselistingcontainer .featuredpostimage img { visibility:hidden; }
.pressreleaselistingcontainer .featuredpostsummarybox { float:left; position:relative; width: 49%; background:#f3f6fb; padding:50px; }
.pressreleaselistingcontainer .featuredpostsummarybox table tr td, .pagecontent .pressreleaselistingcontainer .featuredpostsummarybox table tr td { vertical-align:middle; }
.pressreleaselistingcontainer .featuredposttitle h2 { color:#000; font-weight:500; }
.pressreleaselistingcontainer .featuredpostdate { font-size:16px; font-weight:normal; color:#000000; }

/* designblock annual_financial_report */
.designblock.annual_financial_report .childboxcontainer { padding:0; }
.designblock.annual_financial_report .childboxcontainer .childbox a { padding-top:30px; padding-bottom:30px; }

/* parallaxbanner beneficiaries */
.beneficiarieslistingcontainer .featuredpostboxwrap a .blueoverlay, .fundraisingslisting .featuredpostboxwrap a .blueoverlay { background-image:url(images/blue_overlay.png); position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.beneficiarieslistingcontainer .featuredpostboxwrap a:hover .blueoverlay, .fundraisingslisting .featuredpostboxwrap a:hover .blueoverlay { opacity:1; }
.beneficiarieslistingcontainer .tablewrap, .fundraisingslisting .tablewrap { position:relative; }
.beneficiarieslistingcontainer .readbtn, .fundraisingslisting .readbtn { font-size:16px; padding:25px 0 0; display:none; }
.beneficiarieslistingcontainer .btnarrow, .fundraisingslisting .btnarrow { background-image:url(images/btn_arrow_3.png); width:37px; height:37px; }
.beneficiarieslistingcontainer .featuredpostboxwrap .featuredpostsummarybox table tr td, .fundraisingslisting .featuredpostbox table tr td { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.beneficiarieslistingcontainer .featuredpostboxwrap a:hover .featuredpostsummarybox table tr td, .fundraisingslisting .featuredpostbox a:hover table tr td { vertical-align:middle; }
.beneficiarieslistingcontainer .featuredpostboxwrap a:hover .readbtn, .fundraisingslisting .featuredpostbox a:hover .readbtn { display:block; }
.beneficiarieslistingcontainer .categorylisting .featuredpostboxwrap, .beneficiarieslistingcontainer .featuredpostbox .featuredpostimage, .beneficiarieslistingcontainer .categorylisting .featuredpostbox, .parallaxbanner.featured_beneficiaries .featuredpostbox, .fundraisingslisting .featuredpostbox { border-radius:0; }
.beneficiarieslistingcontainer .categorylisting .featuredpostboxwrap, .parallaxbanner.featured_beneficiaries .featuredpostboxwrap, .fundraisingslisting .featuredpostboxwrap { padding:3px; }

/* parallaxbanner featured_beneficiaries */
.parallaxbanner.featured_beneficiaries .parallaxcontentwrap { width:100%; padding-left:0; padding-right:0; padding-bottom:45px; }
.parallaxbanner.featured_beneficiaries .featuredpoststitlebox { width: 1785px; max-width: 100%; padding: 20px 35px 15px; margin:auto; }
.parallaxbanner.featured_beneficiaries .featuredpostboxwrap { /*width:33.333%; float:left;*/ }

/* parallaxbanner featured_courses */
.parallaxbanner.featured_courses .parallaxcontentwrap { width: 1785px; max-width: 100%; padding: 70px 35px 0; }
.parallaxbanner.featured_courses .courseslistingcontainer .featuredpostboxwrap { width:33.333%; float:left; }
.parallaxbanner.featured_courses .categorywrapper .featuredposttitle h2, .parallaxbanner.courses .categorywrapper .featuredposttitle h2 { font-size:25px; }
.sidebar .featuredpostlabel { padding:5px 0 10px; font-weight:normal; }
.sidebar .featuredpostlabel .label { padding-bottom:0; color:#4b4b4b; }

.featuredpostlabel { padding:0 0 15px; }
.featuredpostlabel span { display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.featuredpostlabel .border { width:19px; height:3px; background:#5f99da; }
.featuredpostlabel .label { font-size:14px; font-weight:500; color:#fff; padding:0 0 0 13px; width: calc((100%) - (19px)); }

.gallery-columns-1 .gallery-item { float:none; width:100%; }

/* designblock sponsors */
.designblock.sponsors { }
.sponsorscontainer { }
.sponsorssection { float:left; width:100%; padding:0 0 50px; }
.sponsorssection.custom_width .sponsorlogo { width:50%; }
.sponsorssectiontitle { color: #000; font-weight: 600; font-size: 24px; padding:0 0 15px; }
.sponsorssectionlogos { }
.sponsorlogo { float:left; width:25%; padding:5px; }

/* linkblockswrapper */
.linkblockswrapper { }
.linkblocktitle { }
.linkblockscontainer { width:1655px; max-width:100%; margin:auto; padding:0 25px 50px; }
.linkblockscontainer .linkblockwrap { float:left; width:25%; padding:10px; }
.linkblockscontainer .linkblockwrap.active .linkblock { box-shadow: 0 0 10px 4px #eef1f3; }
.linkblockscontainer .linkblock { border: 1px solid #eef1f3; font-size: 0; border-radius: 7px; box-shadow: 0 0 3px 0 #eef1f3; }
.linkblockscontainer .linkblock a { display:block; padding:30px 20px; height:100%; }
.linkblockscontainer .linkblockleft { width: 27%; display:inline-block; *display:inline; zoom:1; vertical-align:middle; }
.linkblockscontainer .linkblockicon { }
.linkblockscontainer .linkblockright { width: 73%; display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding: 0 0 0 25px; }
.linkblockscontainer .linkblocktitle { font-size:21px; font-weight:500; color:#000000; }
.linkblockscontainer .linkblockcontent { font-size:16px; font-weight:300; color:#747474; line-height:1.4; padding:12px 0 0; }
.linkblockscontainer .linkblockcontent p { padding-bottom:0; }

/* designblock application_procedure */
.designblock.application_procedure { }
.application_procedure_container { background:#f3f8fa; border-radius:7px; overflow:hidden; }
.application_procedure_title { color:#fff; font-size:23px; font-weight:500; text-align:center; padding:15px 25px; background: rgb(47,124,176);
background: -moz-linear-gradient(90deg, rgba(47,124,176,1) 0%, rgba(50,147,186,1) 50%, rgba(51,161,193,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(47,124,176,1) 0%, rgba(50,147,186,1) 50%, rgba(51,161,193,1) 100%);
background: linear-gradient(90deg, rgba(47,124,176,1) 0%, rgba(50,147,186,1) 50%, rgba(51,161,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f7cb0",endColorstr="#33a1c1",GradientType=1); }
.application_procedure_box_container { padding:20px; position: relative; left: 4%; }
.application_procedure_box { float:left; text-align:center; margin-left: -1.1%; }
.application_procedure_box_title { font-size:20px; font-weight:600; color:#000000; text-transform:uppercase; padding:15px 10px 0; }
.application_procedure_box_content { font-size:15.5px; color:#3a3a3a; line-height:1.3; padding: 8px 8px 0; }
.application_procedure_box_content p { padding-bottom:0; }
.application_procedure_box_or { font-size:22px; font-weight:600; color:#2ea7ec; text-transform:uppercase; padding:10px 0; }
.application_procedure_image { margin-top:-9%; }
.application_procedure_box img { margin:auto; }

/* designblock contact */
.designblock.contact { }
.designblock.contact .contactbox { padding:25px 35px; border-radius:7px; color:#fff; font-size:24px; font-weight:600; background: rgb(47,114,173);
background: -moz-linear-gradient(133deg, rgba(47,114,173,1) 0%, rgba(60,158,205,1) 50%, rgba(70,193,230,1) 100%);
background: -webkit-linear-gradient(133deg, rgba(47,114,173,1) 0%, rgba(60,158,205,1) 50%, rgba(70,193,230,1) 100%);
background: linear-gradient(133deg, rgba(47,114,173,1) 0%, rgba(60,158,205,1) 50%, rgba(70,193,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f72ad",endColorstr="#46c1e6",GradientType=1); }
.designblock.contact .contactbox .contactboxleft { display:inline-block; *display:inline; zoom:1; vertical-align:middle; padding:0 50px 0 0; width:78%; }
.designblock.contact .contactbox .contactboxright { display:inline-block; *display:inline; zoom:1; vertical-align:middle; text-align:right; }
.designblock.contact .contactbox .contactboxleft p { padding-bottom:0; }
.designblock.contact .contactbox .btn a { font-size:15px; }

/* designblock slider */
.designblock.slider { border-top:1px solid #eaeaea; padding:60px 0 0; margin-top:20px; }
.normalblockslidercontainer { text-align:center; }
.normalblockslidertitle { font-size:40px; color:#000000; padding:0 0 15px; line-height: 1.2; }
.normalblockslider { }
.normalblockslider .slide { padding: 10px; }
.normalblockslider .slide a { display:block; }
.normalblockslider .slide .slideimage { padding:0 0 10px; }
.normalblockslider .slide .slideimage img { margin:auto; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.normalblockslider .slide:hover .slideimage img { -moz-transform: scale(1.07); -webkit-transform: scale(1.07); transform: scale(1.07); }
.normalblockslider .slide .slidetitle { font-size:17px; font-weight:500; color:#000000; }
.normalblockslider .slide .slidecontent { padding:10px 0 0; font-size:16px; }
.normalblockslider .slide .slidecontent p { padding-bottom:0; }
.normalblockslider.owl-theme .owl-controls .owl-buttons { padding:20px 0 0; }
.normalblockslider.owl-theme .owl-controls .owl-buttons div { margin:0 10px; }
.normalblockslider.owl-theme .owl-controls .owl-buttons div.owl-prev, .normalblockslider.owl-theme .owl-controls .owl-buttons div.owl-next { position:relative; left: initial; left: auto; right: initial; right: auto; width: 30px; }

.pagecontent table.membership_benefits { }
.pagecontent table.membership_benefits tr { background:none; }
.pagecontent table.membership_benefits tr td { border:0; padding:5px 0; vertical-align:middle; }
.pagecontent table.membership_benefits tr td:first-child { padding-right:30px; width:114px; }
.pagecontent table.membership_benefits h4 { padding-bottom:5px; }

/* partnersgalleryslider */
.partnersgallerytitle { font-size:24px; color:#000000; font-weight:500; padding:0 0 15px; }
.partnersgalleryslider .partnerlogo { float:left; width:16.666%; padding:5px; }
.partnersgalleryslider.owl-theme .owl-controls .owl-buttons { padding:20px 0 0; text-align:center; }
.partnersgalleryslider.owl-theme .owl-controls .owl-buttons div { margin:0 10px; }
.partnersgalleryslider.owl-theme .owl-controls .owl-buttons div.owl-prev, .partnersgalleryslider.owl-theme .owl-controls .owl-buttons div.owl-next { position:relative; left: initial; left: auto; right: initial; right: auto; width: 30px; }

/* designblock queries */
.designblock.queries { padding:0; border-radius:7px; background: rgb(176,231,235);
background: -moz-linear-gradient(180deg, rgba(176,231,235,1) 0%, rgba(175,226,229,1) 50%, rgba(172,218,221,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(176,231,235,1) 0%, rgba(175,226,229,1) 50%, rgba(172,218,221,1) 100%);
background: linear-gradient(180deg, rgba(176,231,235,1) 0%, rgba(175,226,229,1) 50%, rgba(172,218,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b0e7eb",endColorstr="#acdadd",GradientType=1); }
.designblock.queries .item { background:url(images/queries_bg.png) no-repeat 70% bottom; padding:50px 45px 100px; }
body .designblock.queries .gform_wrapper .gform_footer input.button, body .designblock.queries .gform_wrapper .gform_footer input[type=submit], body .designblock.queries .gform_wrapper .gform_page_footer input.button, body .designblock.queries .gform_wrapper .gform_page_footer input[type=submit] { padding-left: 45px; padding-right: 45px; }
body .designblock.queries .gform_wrapper .btn .btnarrow { display:none; }

/* tag listing */
.tagwrapper { background:#ebeff4; font-size:40px; color:#000; text-align:center; }
.tagcontainer { }
.tagcontainer .tag { padding:32px 0; }
.tagcontainer h1 { padding-bottom:0; text-align:center; }
.currentTag { padding:0 0 0 20px; }
body.tag .maincontent { width:100%; padding:0; }
.categorywrapper .tagslisting { padding:50px 0 0; }
.categorywrapper .tagslisting .featuredposttitle h2 { font-size:30px; }

/* parallaxbanner playlist */
.parallaxbanner.playlist { border-top:1px solid #eaeaea; }
.parallaxbanner.playlist .parallaxcontentwrap { width:1820px; }
.playlisttitlebox { width:1325px; max-width:100%; padding:0 35px; margin:auto; }
.playlisttitle { font-size:40px; font-weight:300; line-height:1.2; color:#000000; }
.playlistbox { padding:15px 0 25px; }
body .playlistslider .yotu-videos.yotu-mode-list li { padding:6px !important; margin:0; }
body .playlistslider .yotu-videos.yotu-mode-list .yotu-video-thumb-wrp { width:100%; float:none; border-radius:6px; overflow:hidden; position:relative; }
body .playlistslider .yotu-playlist { padding:0; }
.playlisttitle { float:left; }
.playlistnav { float:right; }
.parallaxbanner.playlist .yotu-video-thumb-wrp::after { width: 100%; height: 100%; top: 0; left: 0; background: url(images/play.png) no-repeat center; background-size: 77px; padding:0;transform: none; -ms-transform: none; -o-transform: none; -moz-transform: none; -webkit-transform: none; }
body .yotu-lightbox .yotu-lightbox-body { top:35%; }

.single-partner-exhibitor .gallerybox { background: #f7f7f7; }

.pagecontent .tablewrap.whitebackground.family_screening { border:0; }
.pagecontent table.family_screening { }
.pagecontent table.family_screening tr td { padding:8px; border-left: 0; border-right: 0; }

blockquote { background: url(images/quote.png) no-repeat top left; background-size: 60px; padding-top:15px; }

.gallery.gallery-columns-3 .gallery-item { max-width:100%; width:33.333%; margin:0; padding:0 15px 0 0; }

/* designblock member */
.designblock.member { padding:0 0 30px; }
.designblock.member .memberimagebox { background:#f7f7f7; border-radius: 7px; overflow: hidden; font-size:0; }
.designblock.member .memberimage { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width: 48%; }
.designblock.member .membersummarybox { display:inline-block; *display:inline; zoom:1; vertical-align:middle; width: 52%; padding:50px 50px 50px 80px; }
.designblock.member .memberimage img { margin:auto; }
.designblock.member .membersummarybox h1 { font-size:35px; font-weight: 600; padding-bottom: 20px; }
.designblock.member .membersummarybox h2 { font-size:22px; padding-bottom:0; }

.map { overflow:hidden; border-radius: 7px; overflow: hidden; }
.map iframe { margin-top:-54px; }

body .newsletterblock .gform_wrapper .gform_validation_errors { display:none; }
body .gform_wrapper .gform_validation_errors { background: #f75340; border: 0; box-shadow: none; display: inline-block; width: auto; padding:10px 16px 10px 40px; margin-bottom: 20px; }
body .gform_wrapper .gform_validation_errors h2 { color:#fff; font-weight: normal; }
body .gform_wrapper .gform_validation_errors>h2 .gform-icon { left: 4px; font-size:36px; }

.fb-mascot { position:fixed; bottom:90px; right:10px; background: url(images/ask_hugo.png) no-repeat center; background-size: contain; width: 60px; height: 60px; z-index: 1; display:none; }
.fb_dialog_content iframe[data-testid="bubble_iframe"] { height: 60px !important; width: 60px !important; margin:0 !important; }
/*
.swiper { width: 100%; }
.swiper-container { width: 100%; height: 100%; position:relative; }
.swiper-slide {
  text-align: center;
  /* Center slide text vertically *//*
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container .swiper-slide { width: auto; background: none; }
/*.swiper-container .swiper-button-prev:after, .swiper-container .swiper-rtl .swiper-button-next:after, .swiper-container .swiper-button-next:after, .swiper-container .swiper-rtl .swiper-button-prev:after { content:''; }*/

.button_styled_tabs.full { padding-left:0; padding-right:0; width:1165px; max-width: 100%; }
.contentwrapper.bottom { padding-bottom:35px; }

.mobileonly, .mobileonly2, .mobileonly4 { display:none; }

.featuredeventsblock .featuredpostbox .featuredpostimage .overlay { display:none; }
.postdetailbox .tablewrap { overflow:auto; }
.sidebar .featuredpostdate, .styled_tab_buttons_dropdown, .category_dropdown { display:none; }

.error404 #container { background:no-repeat center; background-size:cover; }
.error404 .contentwrapper .contentcontainer { padding:100px 25px; }
.error404 .contentwrapper .maincontent { line-height:1.2; color:#fff; font-size:18px; width: 592px; max-width: 100%; font-weight: 300; }
.error404 .contentwrapper .maincontent h1 { font-size:108px; color:#fff; line-height: 95px; padding: 0 0 25px; font-weight: 500; }
.error404 .contentwrapper .maincontent h2 { font-size:36px; color:#fff; }
.error404 .contentwrapper .maincontent .btn { margin-top:10px; }
.error404 .contentwrapper .maincontent .btn a { text-transform:uppercase; }

.grecaptcha-badge { visibility: hidden; }