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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	background: #141414;
}

html, body, .mfp-bg, .mfp-wrap {
  min-width:450px;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #eee;
  /* Fallback for when there is no custom background color defined. */
}

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

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

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

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

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

a:focus {
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

body,
button,
input,
select,
textarea {
  color: #111;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  margin-bottom: 30px;
  font-weight:600;
  /*color:#111111;*/ /*#111111;*/
}

h1, .h1 {
  font-size: 2.4em;
}

h2, .h2 {
  font-size: 2.2em;
}

h3, .h3 {
  font-size: 2em;
}

h4, .h4 {
  font-size: 1.8em;
}

h5, .h5 {
  font-size: 1.6em;
  margin-bottom: 0.5em;
}

h6, .h6  {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}


.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .with-bottom-line {
    position:relative;
    margin-bottom: 0.5em;
}
.entry-content h1:after, .entry-content h2:after, .entry-content h3:after, .entry-content h4:after, .entry-content h5:after, .entry-content .h1:after, .entry-content .h2:after, .entry-content .h3:after, .entry-content .h4:after, .entry-content .h5:after, .with-bottom-line:after {
 
}
.entry-content h1.has-text-align-center:after, .has-text-align-center.with-bottom-line:after, .has-text-align-center .with-bottom-line:after{
    left: 50%;
    margin-left:-37px;
}
.italic{font-style:italic;}
p {
  margin-bottom: 1.5em;
  line-height:1.7;
}
p:empty, .hidden {
  display:none;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  position: relative;
  margin: 0 0 1.5em;
  background: #f4f4f4;
  padding: 20px 20px 1px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
blockquote:before {
  position: absolute;
  top: 5px;
  left: 20px;
  font-family: Font Awesome\ 5 Free;
  font-weight:600;
  content: "\f10d";
  font-size: 40px;
  color: #e1e1e1;
  z-index: -1;
}

address {
  margin: 0 0 1.5em;
  background: #f4f4f4;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 1.5em;
  padding: 20px;
  position: relative;
  z-index: 1;
}
address:before {
  font-family: Font Awesome\ 5 Free;
  content: '\f10d';
  font-size: 60px;
  position: absolute;
  z-index: -1;
  color: #e4e4e4;
  top: 0px;
  left: 16px;
}
address p, address ul, address ol {
  margin-bottom: 5px;
}

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

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

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

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

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

hr {
  background-color: transparent;
  border: 0;
  height: 1px;
	border-bottom: dotted 1px #111111;margin:1em 0 2em;
}

ol, ul {
  margin: 0 0 2em 1.5em;
}

ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

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

th {
  font-weight: bold;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  max-width:100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0px;
  background: #111111;
  color: white;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 1em;
  padding: 12px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button.is-checked {
  background: #000;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #111111;
	outline:none;
}
input:focus {
    outline:none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea,
select {
  color: #666666;
  border: 1px solid #ddd;
  padding:5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
  color: #111111;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"]{
  padding: 4px 10px;
}
input[type="number"] {
  padding: 4px 0 4px 4px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 5px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

textarea:focus-visible, input:focus {outline:1px solid #111111 ;}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #111111;
}
a:visited {
}
a:hover {
	color:#000;
	text-decoration:none;
}
a:focus, a:active {
}
a img {
  vertical-align: bottom;
}
.breadcrumbs a{color:#fff}
.breadcrumbs a:hover{color:#eee}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  position:absolute;
  left: 0;
  top: auto;
}

.main-navigation {}
.main-navigation ul.nav-menu > li {position:relative;color:#900;z-index:1;}


.main-navigation .nav-menu {
  margin-left: 0px;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation.bottom-left-header .header-menu-container > ul {
    position:relative;
}
.main-navigation ul li:hover > ul {	
  left: auto;
}
.main-navigation.bottom-left-header ul li:hover > ul, .main-navigation .mega-menu.mega-menu-desc > a:hover > .menu-item-description{
	top:64px;
  visibility:visible;
  opacity:1;
  display:block;
}
.main-navigation > div > ul > li {
  display: inline-block;
  float: left;
  padding:0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation ul li:hover, .main-navigation ul li.current-menu-item, .main-navigation ul li.current_page_ancestor {color: 111;}
.main-navigation > div > ul > li:hover > a{background: #111111;color:#fff;}
#masthead .inner-content .top-right-content .main-navigation ul > li:hover > a{background: none;color:#000;}
.main-navigation ul li.current-menu-ancestor > a{background: #111111; color:#fff;}
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_ancestor > a {
  color:#000;
	text-decoration:underline;
}
.main-navigation ul ul li.current-menu-item > a, .main-navigation ul ul li.current_page_ancestor > a {
  background: #111111;
}

.main-navigation > div > ul > li.menu-item-has-children {}
.main-navigation > div > ul > li.menu-item-has-children:hover:after {
  content:'';position:absolute;left:30px;bottom:0px;display: block;
border-right: 8px solid rgba(0, 0, 0, 0);
border-bottom: 8px solid transparent;
border-left:  8px solid rgba(0, 0, 0, 0);
margin-left:-4px;
}

.main-navigation ul#nav-wrapper > li > a{
  text-transform:uppercase;
  padding: 30px 15px 10px 15px;
  height:78px;
  vertical-align:bottom;
} 

#masthead .inner-content .top-right-content .main-navigation ul#nav-wrapper{padding-top: 38px;}
#masthead .inner-content .top-right-content .main-navigation ul#nav-wrapper > li{padding:10px;}
#masthead .inner-content .top-right-content .main-navigation ul#nav-wrapper > li > a{padding:0; text-transform:capitalize; font-weight:400;height:auto}


.main-navigation ul li a {
	font-size:14px;
	font-weight:600;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-navigation ul li ul, .main-navigation .mega-menu.mega-menu-desc > a > .menu-item-description {
  float: left;
  background: #111111;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  text-align: left;
  padding:10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.main-navigation.bottom-left-header ul li > ul,.main-navigation .mega-menu.mega-menu-desc > a > .menu-item-description{top:58px;left:0;padding:0;opacity:0;visibility:hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;}
.main-navigation.bottom-left-header ul li ul li{border-bottom:solid 1px #111111;border-radius:0;-webkit-border-radius:0;}
.main-navigation.bottom-left-header ul li ul li:hover{border-radius:0;-webkit-border-radius:0;}
.main-navigation.bottom-left-header ul li ul a{color: #fff;padding:12px 18px;}
.main-navigation ul li ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul li ul li:first-child {
  border-radius: 0;
}
.main-navigation ul li ul li:hover > ul {
	top:0;
  left: 100%;
}
.main-navigation ul li ul li:hover, .main-navigation ul li ul li.current-menu-item {
}
.main-navigation ul li ul li a {
  padding:5px 8px;
}
.main-navigation ul li ul li:hover a, .main-navigation ul li ul li.current-menu-item a {}
.main-navigation ul li ul li {
  width: 100%;
}
.main-navigation ul li ul a {
  white-space: nowrap;
  color: #fff;
}
.main-navigation ul li ul a:hover {
  color: white;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-navigation ul li.menu-twocolumn > ul{width:320px;}
.main-navigation ul li.menu-twocolumn > ul li{width:50%;float:left;}
.main-navigation ul li.home-menu a .fa-home{display:block;font-size:20px;height:20px;margin-top:0px;}
.main-navigation ul li.home-menu a{padding-bottom:2px;}
.main-navigation ul li.home-menu a span{	display: none;}

.main-navigation.bottom-left-header a {
  color: #fff;
}
.main-navigation.bottom-left-header ul li.home-menu{}
.main-navigation.bottom-left-header ul li.home-menu a .fa-home{display:block;font-size:22px;height:25px;min-width:30px;text-align:center;}

.main-navigation.bottom-left-header {
    font-size: 17px;
    text-align: left;
}
.main-navigation.bottom-left-header .header-menu-container{
	background-color: #111111;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	}
.main-navigation.bottom-left-header  .nav-menu {
    margin-left: 0;
    z-index: 99;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.main-navigation.bottom-left-header #nav-wrapper > ul > li {
	height:64px;
}
.main-navigation.bottom-left-header #nav-wrapper > ul > li > a{
	height:64px;vertical-align:middle;display:table-cell;text-transform:uppercase;
}
.main-navigation.bottom-left-header #nav-wrapper > ul > li:hover > a{
	color:#fff;
}

.main-navigation.bottom-left-header ul li {
    display: inline-block;
    float: left;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.main-navigation.bottom-left-header  ul li:hover,.main-navigation.bottom-left-header  ul li.current-menu-item,.main-navigation.bottom-left-header  ul li.current_page_ancestor, .main-navigation.bottom-left-header ul > li.current-menu-parent {
}

.main-navigation.bottom-left-header ul li.current-menu-item > a,.main-navigation.bottom-left-header ul li.current_page_ancestor > a {
       border:0;
       background:#111111;
}
.main-navigation.bottom-left-header ul li:hover > a{ background:#44a8eb;}
.main-navigation.bottom-left-header ul  ul li:hover,.main-navigation.bottom-left-header ul  ul li.current-menu-item,.main-navigation.bottom-left-header ul  ul li.current_page_ancestor {
}

.main-navigation.bottom-left-header ul ul li:hover > a,.main-navigation.bottom-left-header ul ul li.current-menu-item > a,.main-navigation.bottom-left-header ul ul li.current_page_ancestor > a {
    color: #fff;
	border:0;
}

.main-navigation.bottom-left-header  ul li a {
    padding: 7px 16px;
}

.main-navigation.bottom-left-header ul li ul,.main-navigation .mega-menu.mega-menu-desc > a > .menu-item-description {
	border-top:solid 3px #44a8eb;
}
.main-navigation.bottom-left-header ul li:hover > ul,.main-navigation .mega-menu.mega-menu-desc > a:hover > .menu-item-description {
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.main-navigation.bottom-left-header ul li ul ul{top:-2px;}

#nav-wrapper ul li{font-size:14px;position:relative;}
#nav-wrapper > ul > li.menu-item-has-children > a{}
#nav-wrapper > ul > li.menu-item-has-children > a:before, .main-navigation .mega-menu.mega-menu-desc > a:before{font-family:Font Awesome\ 5 Free;content:"\f0d7";font-size:10px;margin:3px 0 0 8px;float:right;}

/*mega-menu*/
#nav-wrapper ul li.mega-menu{position:static;}
.main-navigation ul li.mega-menu > ul,.main-navigation .mega-menu.mega-menu-desc > a > .menu-item-description{display:none;width:100%;background: #111111;z-index:2;}
.main-navigation ul li.mega-menu:hover > ul{left:0;display:block}
.main-navigation.bottom-left-header ul li.mega-menu ul li{display:table-cell;border:0;overflow:hidden;}
.main-navigation.bottom-left-header ul li.mega-menu ul li > a {padding-bottom: 32788px; margin-bottom: -32768px;}

.main-navigation .menu-item-description{display:none;}
.main-navigation .mega-menu .menu-item-description{display:block;font-weight:initial;white-space: initial;}
.main-navigation #nav-wrapper .menu-item-description ul{display:block;position:static;padding:8px 0 0 0px;background:none!important;left:0;top:0;float:none;border:none;box-shadow:none;}
.main-navigation #nav-wrapper .menu-item-description ul li{display:block;position:relative;background:none!important;float:none;border:none;padding:2px 0 0 15px;}
.main-navigation #nav-wrapper .menu-item-description ul li:before{
    content: "\25B8";
	position:absolute;
	top:1px;
	left:0px;
    color:#fff;
	}
.main-navigation .mega-menu.mega-menu-desc > a > .menu-item-description{
	padding: 20px;
    text-transform:none;
}

.main-navigation #nav-wrapper .mega-menu.mega-menu-desc > a > .menu-item-description > ul {
-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.main-navigation #nav-wrapper .mega-menu.mega-menu-desc.column-3 > a > .menu-item-description ul {
-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.main-navigation #nav-wrapper .mega-menu.mega-menu-desc > a > .menu-item-description ul li {}
.main-navigation .mega-menu.mega-menu-desc > a > .menu-item-description:hover, li.current-menu-item.mega-menu.mega-menu-desc > a > .menu-item-description{
    background:#44a8eb;
}


/* Small menu */
#menu-close{
	position:absolute;
	top:4px;
	right:10px;
	padding:0;
	background:transparent;
	color: #fff;
	font-size:30px;
}
#menu-close:hover{color:#fff;}
.menu-toggle, #menu-close {
  display: none;
}
.main-navigation ul.nav-menu > li a.menu-plus-minus {
    display: none;
}

@media screen and (max-width: 996px) {
	
	#menu-close {display:inline-block;position:absolute;top:12px;right:30px;z-index: 2;}
    .menu-toggle,.main-navigation .nav-menu {
        display: block;
        margin: 0;
    }

    .main-navigation .nav-menu {
        padding-bottom: 5px;
    }

    .main-navigation .nav-menu li {
        display: block !important;
        float: none !important;
        clear: both !important;
        border-bottom: solid 1px #888 !important;

    }
    .main-navigation.bottom-left-header #nav-wrapper > ul > li{height:auto;}
    .main-navigation.bottom-left-header #nav-wrapper > ul > li:first-child{border-top:solid 1px rgba(0,0,0,0.3)}
	.main-navigation.bottom-left-header #nav-wrapper > ul > li > a {
		display: block;
		font-size:20px;
		font-weight:400;
		height:auto;
	}
    button.menu-toggle {
		width:100%;
		background:#111111;
        padding: 10px;
        margin: 30px 0 3px;
        line-height: 1em;        
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    button.menu-toggle i {
        font-size: 32px;
        font-weight: 700;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    button.menu-toggle:hover i {}
	.sticky-header.sticky-header-resize button.menu-toggle{	margin-top:8px;}
    .main-navigation.toggled .menu-toggle {
        background: #111111
    }

    .main-navigation.toggled .menu-toggle i {
        color: #fff;
    }
	.main-navigation ul li{display:block;float: none;width:100% !important;}
	.main-navigation ul li:hover, .main-navigation ul li.current_page_ancestor, .main-navigation ul li.current-menu-item {
		background: transparent !important;
	}
	.main-navigation ul#nav-wrapper > li > a, .sticky-header.sticky-header-resize .main-navigation ul#nav-wrapper > li > a{height:auto !important;}
	.main-navigation ul li a{border-bottom:solid 1px rgba(0,0,0,0.3);}
	.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a {
		background: #f4f4f4 !important;
	}
	
    button.menu-toggle i {	color: #fff;}
	.main-navigation.bottom-left-header ul li:hover > a, .main-navigation.bottom-left-header ul li.current-menu-item > a, .main-navigation.bottom-left-header ul li.current_page_ancestor > a{
		
		
	}
	
	.main-navigation ul li ul,.main-navigation ul li.menu-twocolumn > ul{
		position:static;
		padding:0;margin:0;width:100%;
		box-shadow:none;
		background: transparent;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	.main-navigation li{padding:0 !important;}
	.main-navigation ul li a{color:#fff;padding:10px !important;margin:0;text-transform:uppercase !important;font-weight:bold !important}
	.main-navigation ul li ul li a{color:#fff;padding:10px 10px 10px 25px !important;margin:0;}

	.main-navigation ul li ul li a{display:block;}
	.main-navigation.bottom-left-header ul ul li:hover > a, .main-navigation.bottom-left-header ul ul li.current-menu-item > a, .main-navigation.bottom-left-header ul ul li.current_page_ancestor > a {
    color: #fff;
    border: 0;
}
	#nav-wrapper {
	position: fixed;
	height: 100%;
	width: 340px;
	background: #111111;
	background: rgba(0,0,0,0.98);
	padding-top:50px;
	padding-bottom:20px;
	top: 0px;
	left: -340px;
	overflow:auto;
	z-index:9;
	padding-top: 50px !important;
	}

	#branding hgroup{position:relative;}
	.menu-toggle {
		cursor:pointer
	}
	.main-navigation > div > ul > li.menu-item-has-children:hover:after{display:none;}
	.main-navigation ul li.mega-menu > ul, .main-navigation .mega-menu.mega-menu-desc > a > .menu-item-description, .main-navigation.bottom-left-header ul li:hover > ul, .main-navigation .mega-menu.mega-menu-desc > a:hover > .menu-item-description{display:none;}

}

.product-search-wrapper{padding:30px 0;text-align:center;}
.product-search-wrapper input[type=text]{padding:10px;width:47%;}
.product-search-wrapper select{padding:11px;width:22%;}
.product-search-wrapper button{padding: 14px 13px 13px;width:16%;display:inline-block;line-height:1em;}

#page-header-title {background:#111;padding:50px 0 50px;color:#f4f4f4;}
#page-header-title .inner-content{padding:5px 0;}
#page-header-title .entry-title {line-height:1em;margin:0px;}
#page-header-title #breadcrumbs-wrapper {text-align:right;font-size:13px;line-height:32px;}
.breadcrumbs a {}
.breadcrumbs a:hover {}
.breadcrumbs .current {}
.breadcrumbs .sep {margin: 0 5px;font-size:11px;}

/* slider */
.slider-wrapper{}
.top-page-slider{height:500px;overflow:hidden;opacity: 0;visibility: hidden;transition: all 2s ease;-webkit-transition: all 2s ease;}
.top-page-slider .slider-image{visibility:hidden}
.slick-slider{overflow:hidden;width:100%;visibility: hidden;}
.slider-caption{
  max-width: 74%;
  min-width:400px;
  margin:0 auto;
  position:absolute;
  background:#000;background:rgba(0,0,0,0.5); 
  backdrop-filter: blur(5px);
  padding:20px 30px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  opacity:0;
  }
.slick-active .slider-caption{opacity:1;}
.slider-caption.caption-pos-1{top:30%;left:5%}
.slider-caption.caption-pos-2{top:30%;right:5%}
.slider-caption.caption-pos-3{bottom:9%;right:5%}
.slider-caption.caption-pos-4{bottom:9%;left:5%}
.slider-caption .slider-title{color:#fff;margin-bottom:0px;font-size:4rem;line-height:1.2em;max-width:485px;}
.slider-caption .slider-description{color:#fff;line-height:1.4em;margin:0;max-width:485px;}
.slider-caption .slider-link{display:inline-block;font-size:15px;font-style:italic;color:#fff;background: #111111;
    background: rgba(52,152,219,0.9);padding:10px 14px;margin-top:14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;}
.slider-caption .slider-link:hover{opacity:0.8}
.slide-arrow {position:absolute;top:50%;margin-top:-31px;background:rgba(0,0,0,0.4);line-height:1em;color:#fff;padding:10px 10px;opacity:0.5;-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;z-index:2;font-size:40px;cursor:pointer}
.slide-arrow:hover{opacity:0.7;}
.slick-slider .prev {left:-50px;padding-right:14px;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;}
.slick-slider .next {right:-50px;padding-left:14px;border-radius:2px 0 0 2px;-webkit-border-radius:2px 0 0 2px;}

.slick-slider:hover .prev {left:0px;}
.slick-slider:hover .next {right:0px;}
.slide-item {position:relative;width:1200px;height:500px;background-repeat: no-repeat; background-position:center center;background-attachment:scroll;-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.slider-type-2 .slide-item {
-webkit-transition: 0.2s -webkit-filter linear;
-moz-transition: 0.2s -moz-filter linear;
-moz-transition: 0.2s filter linear;
-ms-transition: 0.2s -ms-filter linear;
-o-transition: 0.2s -o-filter linear;
transition: 0.2s filter linear;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);}
.slide-item.slick-current{opacity:1;-webkit-filter: grayscale(0);filter: grayscale(0);}

.slider-type-1{width:100%;}
.slider-type-1 .top-page-slider .slick-list {overflow:hidden;}

ul.content-gallery{list-style-type:none;margin:0;}
ul.slide-popup-gallery{visibility: hidden;}
ul.slide-popup-gallery .slick-slide {
    margin: 0 10px;
}
.home_slider_page_top {padding-top:40px;padding-bottom:0px;}
.home_slider_page_top .slider-wrapper{margin-bottom:20px;}
.home_slider_page_top .top-page-slider, .home_slider_page_top .slide-item{height:420px;}
ul.page-top-images{list-style-type:none;}
ul.page-top-images li{margin-bottom:11px;}
ul.page-top-images li img{border-radius:3px;}
/* the parent */
.content-gallery-wrapper{margin-bottom:20px;}
ul.slide-popup-gallery .slick-list {
    margin: 0 -10px;
}
.jh-gallery{margin-bottom:1.7em}
ul.content-gallery a, ul.service-gallery-list a, ul.jh-gallery-list a{display:block;position	:relative;text-align:center;overflow:hidden;}

ul.content-gallery a:before, ul.content-gallery a:after, ul.service-gallery-list a:before, ul.service-gallery-list a:after , ul.jh-gallery-list a:before, ul.jh-gallery-list a:after {opacity:0}
ul.content-gallery a:hover:before, ul.content-gallery a:hover:after, ul.service-gallery-list a:hover:before, ul.service-gallery-list a:hover:after, ul.jh-gallery-list a:hover:before, ul.jh-gallery-list a:hover:after {opacity:0.75}
ul.content-gallery a:before, ul.content-gallery a:after, ul.service-gallery-list a:before, ul.jh-gallery-list a:before, ul.service-gallery-list a:after, ul.jh-gallery-list a:after,.casestudy-entry-header .thumb-wrapper:before,.casestudy-feed .casestudy-block .casestudy-image-wrapper:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.content-gallery a:hover:after, ul.service-gallery-list a:hover:after, ul.jh-gallery-list a:hover:after {transition:all 600ms ease 300ms;}
ul.content-gallery a:before, ul.service-gallery-list a:before, ul.jh-gallery-list a:before,.casestudy-entry-header .thumb-wrapper:before,
.casestudy-feed .casestudy-block .casestudy-image-wrapper:before{
	content:"";
	height:100%;
	background: #000;
	background: rgba(0,0,0,0.7); 
	z-index: 7;
}
ul.content-gallery a:after, ul.service-gallery-list a:after, ul.jh-gallery-list a:after{
	display:inline-block;
	font-family:Font Awesome\ 5 Free;
	font-weight:600;
	content: "\f002";
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	line-height:50px;
	margin: -25px 0 0 -25px;
	font-size: 22px;
	background:#111111;
	color:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	z-index: 8;
}
ul.content-gallery.no-hover-effect a:before, ul.content-gallery.no-hover-effect a:after{display:none;}

ul.content-gallery img{
	width:100%;
	/*
	outline-offset: -5px;
	outline: 5px solid rgba(255, 255, 255, 0.3);
	*/
}
#content ul.content-gallery a span{display:block;
	-webkit-transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	-moz-transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	-o-transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */}
#content ul.content-gallery a:hover span.content-gallery-image-wrapper, ul.service-gallery-list a:hover img, ul.jh-gallery-list a:hover img{
    -webkit-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}

span.gallery-image-caption, span.casestudy-feed-title{position:absolute;bottom:-50px;left:0;display:block;width:100%;color:#fff;padding:5px;font-size:14px; background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));text-align:center;z-index:99;}
a:hover span.gallery-image-caption,  .casestudy-feed .casestudy-block:hover span.casestudy-feed-title{bottom:0;}

ul.content-gallery .slick-list {margin: 0 -7px;}
ul.content-gallery .slick-slide {margin: 0 7px;}
.single-service-gallery ul.content-gallery .slick-list {margin: 0 -22px;}
.single-service-gallery ul.content-gallery li.slick-slide {clip-path: polygon(38px 0%, 100% 0%, calc(100% - 38px) 100%, 0% 100%);margin: 0 -16px;}

.mfp-wrap button{background-color:transparent !important;}

.slick-initialized, ul.slick-initialized, .top-page-slider.slick-initialized {opacity:1; visibility: visible; }

.site-main li, .page-section-item li {margin-bottom:0.2em;}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.nav-links a{}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

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

.navigation ul {margin-left:0;text-align:right;font-size:14px;}
.navigation li{
	display: inline-block;
}

.navigation li a,.navigation li.disabled a {
	display: inline-block;
	border: solid 1px #111111;
	color:#111111;
	border-radius: 3px;
	cursor: pointer;
	padding: 10px 12px;
	padding: 0.5rem 0.75rem;
	line-height:1em;
	text-decoration:none;
	background-color: #fff;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #111111;
	color:#fff;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f4f4f4;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}


.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

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

.aligncenter {
  display: block;
  margin: 0 auto 1em;
}
.alignnone {margin-bottom: 1em;}
.textcenter {
	text-align:center;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

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

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

/* Search widget */
.widget_search .search-submit {
  display: none;
}

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

.hentry {
  border-bottom: dotted 1px #111111;
  margin: 0 0 2em;
  padding: 10px 24px;
	background-color:#FFF;
	
}
.hentry.post {
  border-bottom: dotted 1px #111111;
  margin: 0 0 2em;
  padding: 40px 30px 2.5em;
}

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

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

.page-content,
.site-main{}
.entry-summary {
  margin: 20px 0 0;
}
#secondary {
  margin: 0;
}
.entry-wrapper{position:relative;}
.post .entry-wrapper{padding-left:160px;}
.entry-header {}
.entry-header .thumb-wrapper{margin-bottom:20px;}
.entry-header .thumb-wrapper img{display:block;width:100%;}
.entry-header .small{display:none;}
.entry-header .entry-meta{position:absolute;top:20px;left:0;width:150px;font-size:14px;text-align:right;border-right:solid 1px  #e2e2e2;padding-right:20px;margin-bottom:1em;}
.entry-header .entry-meta > span{display:inline-block;position:relative;padding-right:20px;margin-bottom:5px;}
.entry-header .entry-meta > span:after{position:absolute; right:0;top:0;font-family:Font Awesome\ 5 Free;}
.entry-header .entry-meta .posted-on{}
.entry-header .entry-meta .posted-on:after{content:"\f017";color:#111111;}
.entry-header .entry-meta .byline:after{content:"\f007";color:#111111;}
.entry-header .entry-meta .cat-links:after{content:"\f07b";color:#111111;}
.entry-footer .cat-links{margin-right:5px;}
.entry-footer{color:#111111}

.entry-content .thumb-wrapper, .entry-content .page-flex-wrapper {
  margin-bottom: 1em;
}
.entry-wrapper .entry-title{color:#111111}
.entry-wrapper .entry-title a{text-decoration:none}
.entry-content .thumb-wrapper img{width:100%;}
.entry-content .page-flex-wrapper img {
	border-radius:5px;
	-webkit-border-radius:5px;
}

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

.error-404 {text-align:center}
.error-404 ul{list-style-type:none;margin-left:0;}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

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

.bypostauthor {
  display: block;
}

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

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

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

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* reasons */
.reasons{margin-top:30px;}
.reasons p{border-bottom:dotted 1px #ddd;padding-bottom:30px;margin-bottom:30px;}
.reasons h3{margin-bottom:20px;}
.number{display:inline-block;background:#111111;color:#fff;font-size:0.8em;padding:0.1em;width:26px;;height:inherit;;text-align:center;border-radius:50%;-webkit-border-radius:50%;}

/* video responsive styling */

.video-wrapper {
	background:#f4f4f4;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	width: 100% !important;
}
.video.ratio-43 {
	padding-bottom: 75%;
}
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content iframe,
.entry-content object,
.entry-content embed,
#featured-wrap iframe,
#featured-wrap object,
#featured-wrap embed {
	max-width: 100%;
}
iframe[src*="vimeo.com"],
iframe[src*="youtube.com"] {
}
.pp_content_container iframe[src*="vimeo.com"],
.pp_content_container iframe[src*="youtube.com"] {
	display: block;
}
.pp_description {
	padding: 0px;
}

.video-link-wrap{position:relative;}
.video-link-wrap .video{position:absolute;top:0px;left:0px; z-index:9;}


/* column */
.onecol, .onecol.itemcol {
  width: 5.801104972%;
}

.twocol, .twocol.itemcol {
  width: 14.364640883%;
}

.threecol, .threecol.itemcol {
  width: 22.928176794%;
}
.main-navigation ul li ul li.threecol {
  width: 25%;
  margin-left:0;
  float:none;
}
.main-navigation ul li ul li.threecol a{
  padding:18px 18px;
}

.fourcol, .fourcol.itemcol {
  width: 31.491712705%;
}

.fivecol, .fivecol.itemcol {
  width: 40.055248616%;
}

.sixcol, .sixcol.itemcol {
  width: 48.618784527%;
}

.sevencol, .sevencol.itemcol {
  width: 57.182320438000005%;
}

.eightcol, .eightcol.itemcol {
  width: 65.74585634900001%;
}

.ninecol, .ninecol.itemcol {
  width: 74.30939226%;
}

.tencol, .tencol.itemcol {
  width: 82.87292817100001%;
}

.elevencol, .elevencol.itemcol {
  width: 91.436464082%;
}

.twelvecol, .twelvecol.itemcol {
  width: 99.999999993%;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .onecol.itemcol, .twocol.itemcol, .threecol.itemcol, .fourcol.itemcol, .fivecol.itemcol, .sixcol.itemcol, .sevencol.itemcol, .eightcol.itemcol, .ninecol.itemcol, .tencol.itemcol, .elevencol.itemcol, .twelvecol.itemcol {
  position: relative;
  float: left;
  margin-left: 2.762430939%;
}

.first, .first.itemcol {
  margin-left: 0;
  float: left;
}

.last, .last.itemcol {
  float: right;
}

.clearfix {
  zoom: 1;
}

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

.clearfix:after {
  clear: both;
}
.grid[class*="block-grid-"]{
	margin: 0 -5px !important;
}
[class*="block-grid-"] > li.grid-item{
    padding: 5px !important;
    margin-bottom:0px;
}

[class*="block-grid-"], [class*="columns-"] > ul, .archive ul.product-list {
  display: block;
  padding: 0;
  margin: 0 -1.3812154695% !important; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after, [class*="columns-"] > ul:before, [class*="columns-"] > ul:after, .archive ul.product-list:before, .archive ul.product-list:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after, [class*="columns-"] > ul:after, .archive ul.product-list:after {
    clear: both; }
  [class*="block-grid-"] > li, [class*="columns-"] > ul > li, .archive ul.product-list > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 1.3812154695% 2.762430939% !important; }
	
.large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li, .archive ul.product-list > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n), .archive ul.product-list > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1), .archive ul.product-list > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li, .columns-4 > ul > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n), .columns-4 > ul > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1), .columns-4 > ul > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
	  
.clear-list{list-style-type:none;margin-left:0;}

/* etc 1 */
.boxed-content{padding:1.5em 1.5em;border-radius:4px;-webkit-border-radius:4px;}
.box-effect
{
  position: relative;
}
.box-effect:before
{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 14px;
	left: 10px;
	width: 50%;
	height:15px;
	max-width:300px;
	-webkit-box-shadow: 0 16px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 16px 10px rgba(0,0,0,0.3);
	box-shadow: 0 16px 10px rgba(0,0,0,0.3);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.box-effect2
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-effect2:before, .box-effect2:after
{
    content:"";
    position:absolute;
    z-index:-2;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.box-effect2:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.transition01{
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.transition02{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
ul.product-list li.product-category a, ul.product-list li.product-category a:before, ul.product-list li.product-category h3,a ,.instagram-feed .insta-single-inner a:after {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.transition5 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
::-moz-selection {
  color: #FFFFFF;
  background: #111111;
  text-shadow: none;
}

::selection {
  color: #FFFFFF;
  background: #111111;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  height: 24px;
  display: block;
  background-color: #ddd;
  border: 1px solid #eee;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
  background-color: #eee;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #111111;
  border: 1px solid #eee;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: #111111;
  border: 1px solid #eee;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* etc 2 */
.blue-bg {background:#111111}
.green-bg{background:#75af1c}

body.boxed {
	padding:0;
}
#page {
	background:#f4f4f4;
	margin: 0 auto;
	overflow: hidden;
}
.boxed #page {
  max-width: 1260px;
  margin: 30px auto 30px;
  border-radius:5px;
  -webkit-border-radius:5px;
  overflow:hidden; 
}
body.page-template-page-cover, body.page-template-page-cover #page{overflow:visible}

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 30px;
  display: block;
  margin: 0 auto;
  min-width: 460px;
}

.inner-content {
  padding: 3em 0;
}
.header-bar{background-color:#16242e;padding:12px 0;color:#fff;font-size:15px;overflow:hidden;border-bottom:solid 1px #c9cbd4;}
.header-bar a{color:#fff;}
.header-bar a:hover{color:#44a8eb;}
.header-bar-right{text-align:right;}
.top-list{margin:0;}
.top-list li{margin-right:10px;}
.top-list li a{margin:0 4px;font-size:18px;line-height:18px;}
.top-menu {display:inline;}
.top-menu ul{display:inline;list-style-type:none;margin:0;}
.top-menu ul li{display:inline;margin-right:10px}
.header-socials{font-size:18px;}
.no-wrap{white-space:nowrap;}

#masthead {
  position: relative;
  z-index: 20;
}
#masthead .branding-wrapper {background:#fff;padding:0;margin-bottom:-32px;border-bottom:solid 1px #ccc}
#masthead .inner-content {
  padding: 0px;
}
#masthead .inner-content .site-branding{float:left;padding: 20px 10px 20px 0;position:relative;}



#masthead .inner-content .site-branding .logo-link {
	display:table;
	position:relative;
}
#masthead .inner-content .site-branding .logo-link img {
  max-height: 78px;
}
#masthead .inner-content .site-branding .site-title {
  margin: 0px;
}
#masthead .inner-content .site-branding .site-description {
  margin: 0px;
}

#masthead .inner-content .site-branding .logo-link .sc-slogan {position:absolute;bottom:0;;right:2px;display:table-cell;line-height:1.5em;vertical-align:middle}
#masthead .inner-content .site-branding .logo-link span{margin-left: 18px;color:#404040;}
#masthead .inner-content .site-branding .logo-link span.logo-text {margin:0px;font-size:15px;}
#masthead .inner-content .site-branding .logo-link .slogan-1 {font-size:28px;font-weight:600}
#masthead .inner-content .site-branding .logo-link .slogan-2 {font-size:16.55px;line-height:1em;}

#masthead .rightof-logo {float:left;margin:34px 2% 5px 2%;}
form.asearch {display: flex;flex-wrap: nowrap;border: 1px solid #d6d6d6;border-radius: 5px;padding: 3px 5px;}
form.asearch button#mybtn {padding: 5px;cursor: pointer;background: none;}
form.asearch input#keyword {border: none;}
div#datafetch {
    background: white;
    z-index: 10;
    position: absolute;
    max-height: 425px;
    overflow: auto;
    box-shadow: 0px 15px 15px #00000036;
    right: 0;
    left: 0;
    top: 50px;
}
div.search_bar {
    position: relative;
}

div.search_result ul a li {
    margin: 0px;
    padding: 5px 0px;
    padding-inline-start: 18px;
    color: #3f3f3f;
    font-weight: bold;
}
div.search_result li {
    margin-inline-start: 20px;
}
div.search_result ul {
    padding: 13px 0px 0px 0px;
    list-style: none;
    margin: auto;
}

div.search_result ul a {
	font-weight:400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
	text-decoration:none;
}
div.search_result ul a:hover {
    background-color: #f3f3f3;
}
.asearch input#keyword {
    width: 100%;
}
#masthead .rightof-logo .wp-block-search__input {width:300px;}
#masthead .rightof-logo div.search_bar {width:370px;}
.fa-input {
  font-family: 'Font Awesome 5 Free', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
}
#masthead .inner-content .top-right-content {
	position:relative;
    float:right;
  margin: 0;
  text-align: right;
}
#masthead .inner-content .top-right-content .main-navigation {position:relative;}
#masthead .inner-content .top-right-content ul {
  list-style-type: none;
  margin: 0px;
}
#masthead .inner-content .top-right-content ul li {}
#masthead .inner-content .top-right-content ul li  ul li {
}
ul.top-list > li {display:inline-block;}
ul.top-list > li.top-html a.header-get-quote{margin: 26px 10px 0 0px;padding:0px 12px 0 0;font-size:18px;}
ul.top-list > li.top-html a.header-get-quote i{background:#111111;color:#fff;padding:12px 14px;margin-right:5px;border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px;}
.header-social-list{line-height:1em;}
.header-social-list .header-social-icons {font-size:20px;}
.header-social-list .header-social-icons a{margin-left:5px;}
.header-social-list .header-social-icons a i{}
.header-social-list .header-contact{margin-left:5px;font-size:20px;font-weight:600;}
.header-social-list .header-contact {}
.header-social-list .header-contact i{color:#111111}
.header-social-list .header-contact i.fa-mobile{position:relative;top:-1px;width:17.2px;line-height:17px;height:17px;text-align:center;background:#111111;color:#fff;font-size:16px !important;border-radius:3px;-webkit-border-radius:3px;}
.header-social-list .header-contact span{white-space:nowrap;}

.header-middle-phone-wrap{display:inline-block;font-size:26px;font-weight:600;line-height:1em;margin:0 30px;border:solid 2px #111111;border-radius: 4px;overflow:hidden;}
.header-phone-title{display:block;font-size:0.595em;text-transform:uppercase;background:#111111;color:#fff;padding:8px;line-height:1em}
.header-phone-title span{}
.header-phone-title:before{font-family:Font Awesome\ 5 Free;content:'\f095';margin-right:5px;}
.header-middle-phone{display:inline-block;padding:3px 8px;}


.header-contact-info{margin-top:38px;}
.header-contact-info ul{text-align:left;}
.header-contact-info ul li{position:relative;display:block;float:left;padding-left:40px;margin:0 20px;}
.header-contact-info .header-contact-icon{display:block;position: absolute;top: 6px;left: 0;}
.header-contact-info .header-contact-icon i{color: #111111;font-size:26px;}
.header-contact-info ul li:hover .header-contact-icon i{color:#111111;transform: rotateZ(18deg);}
.header-contact-info .h-contact-text{display:block;padding-left:3px;font-size:13px;}
.header-contact-info a{display:block;color:#000;font-weight:600;font-size:20px;}
.header-contact-info a:hover{opacity:0.8}
.header-contact-us{display:none;}


.top-menu-cart-wrap{display:inline-block;vertical-align:top;}
.top-menu-cart-wrap .middle-top-menu{text-align:right;line-height:1em}
.middle-top-menu ul {}
.middle-top-menu ul li{display:inline;text-transform:capitalize;font-size:14px;}
.my-account a:before{content:'\f007';font-family:Font Awesome\ 5 Free;margin-right:4px;}


#searchform{position:relative;}
#searchform input[type="text"]{border-radius:20px;width:180px;padding:4px 30px 4px 10px;}
#searchform .search-btn{position:absolute;top:0;right:0;font-family: Font Awesome\ 5 Free;padding:6px 10px 8px;background:transparent;color:#111111;}

#masthead .middle-logo-wrapper{padding:16px 0;}

#masthead .middle-logo-wrapper .site-branding{margin-top:0;margin-left:2%;float:left;width:24%}
#masthead .middle-logo-wrapper .middle-header-left{width:36%;float:left}
#masthead .middle-logo-wrapper .top-right-content{width:36%;margin-left:2%;float:left}

#masthead .middle-logo-wrapper .site-branding{text-align:center;}
#masthead .middle-logo-wrapper .site-branding .logo-link{display:inline-block;height:auto;}
#masthead .middle-logo-wrapper .site-branding .logo-link img{float:none;height:auto;}

#masthead .middle-logo-wrapper .middle-header-left{margin-top:10px;text-align:left;}
#masthead .middle-logo-wrapper .header-socials{display:inline;font-size:22px;}
#masthead .middle-logo-wrapper .header-socials a{display:inline;margin:0 3px;}
#masthead .middle-logo-wrapper #site-navigation{display:inline;width:auto;float:none;}
#masthead .middle-logo-wrapper #site-navigation:before{display:none;}
#masthead .middle-logo-wrapper #nav-wrapper{display:inline;position:static;padding: 0;background: transparent;}
#masthead .middle-logo-wrapper .header-menu-container{display:inline;}
#masthead .middle-logo-wrapper #menu-close{display:none;}
#masthead .middle-logo-wrapper .main-navigation ul{display:inline;}
#masthead .middle-logo-wrapper .main-navigation ul li{display:inline;width:auto !important;float:none;margin:0 5px;}
#masthead .middle-logo-wrapper .main-navigation ul li a{display:inline;color:#29abe2;border-bottom:0;padding:0 !important;}
#masthead .middle-logo-wrapper .main-navigation ul li a:hover{background:transparent !important;color:#111111}

#masthead .middle-logo-wrapper .top-right-content{text-align:right;margin-top:12px;}

.button, .button-link:visited, .nav-links a{
  background: #111111;
  border:none;
  color: white;
  padding: 12px;
  margin-top:3px;
  margin-bottom:3px;
  line-height: 1em;
  display: inline-block;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
}
.button:after, .button-link:after {
}
.button:hover:after, .button-link:hover:after{
}
.button:hover, .jhm-js .button.init-load:hover, .nav-links a:hover  {
  color: white;
  opacity:0.9;
}
.button.color-2 {
  background: #111111;
  border:solid 1px #111111;
}
.button.color-2:hover {
}

/* sticky header */

.sticky-header #masthead, .sticky-header .jhm-sticky-head.sticky-nav{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	*/
}
#masthead #sticky-wrapper{position:absolute;width:100%;}
.sticky-logo {
	float: left;
	width: 0px;
	overflow: hidden;
	background:#fff;
	padding:5px 0px;
	height:58px;
}
.sticky-logo img {
	display: block;
	height:29px;
	max-width:none;
}
.sticky-header .sticky-logo {
	width: 62px;
	margin-right:1px;
	padding:5px 5px;
}
.sticky-header .top-menu-wrapper.span9 {
	margin-left: 16px;
}

.sticky-header-resize #masthead, .sticky-header-resize .jhm-sticky-head.sticky-nav{}

.sticky-header-resize .header-bar{padding:4px 0;}
.sticky-header.sticky-header-resize #masthead .inner-content .site-branding{padding:8px 0;}
.sticky-header.sticky-header-resize #masthead .inner-content .site-branding .logo-link{max-height:58px;}
.sticky-header.sticky-header-resize #masthead .inner-content .site-branding .logo-link img{max-height: 52px;}
.sticky-header.sticky-header-resize #masthead .inner-content .rightof-logo{margin-top: 10px;}
.sticky-header.sticky-header-resize #masthead .inner-content .top-right-content{margin-top:0px;margin-bottom:0px;}
.sticky-header.sticky-header-resize #masthead .inner-content .top-right-content .main-navigation ul#nav-wrapper{padding-top:10px;}
.sticky-header.sticky-header-resize .main-navigation ul#nav-wrapper > li > a {padding-top:18px;padding-bottom:0px;height:54px}
.sticky-header.sticky-header-resize #masthead .inner-content .top-right-content .main-navigation ul#nav-wrapper > li > a {padding-top:0px;padding-bottom:0px;height:auto;}
.sticky-header.sticky-header-resize #masthead .inner-content .top-right-content .main-navigation > div > ul > li.menu-item-has-children{}
.sticky-header.sticky-header-resize #masthead .inner-content .top-right-content .main-navigation > div > ul > li.menu-item-has-children:hover:after{bottom:-2px;}
.sticky-header.sticky-header-resize #masthead .inner-content .top-right-content .main-navigation ul li ul{top:100%}


#masthead + div {
}

/* page-banner-content */
.page-banner-content{border-bottom:solid 1px #e4e4e4;}

ul.video-testi-list {list-style-type:none;margin:0px;}
ul.video-testi-list li{float:left;width: 22.928176794%;margin-left: 2.762430939%;}
ul.video-testi-list li.first{margin-left:0;}

/* page top content  */
.page-top-content {}
.page-top-content .inner-content {
  padding: 20px 0;
}
/* #content */

.standard-page #main, .post-archives #main, .single #main, .post-type-archive #main, .archive #main{border-radius:4px;-webkit-border-radius:4px;}
.boxed #main, boxed.post-archives #main, boxed.single #main, boxed.post-type-archive #main, .boxed.archive #main{padding:20px 0 1px;}

/* page section */
.page-section-item .inner-content {
  padding: 0px;
}


/* homepage */

.home-title{font-size:2em;margin-bottom:20px;text-align:center;}
.home-contents{text-align:center;overflow:hidden;}
.home-contents .home-title{font-size:24px;position:relative;z-index:1;display:inline-block;width:auto;padding:0 20px;margin-bottom:40px;}
.home-contents .home-title:before{position:absolute;top:17px;right:100%;;width:600px;content:'';display:block;border-bottom:2px solid #eee;z-index:1;}
.home-contents .home-title:after{position:absolute;top:17px;left:100%;;width:600px;content:'';display:block;border-bottom:2px solid #eee;z-index:1;}
.home-section{margin-bottom:50px;}

.specialise{text-align:center;font-size:20px;font-weight:300;}
.specialise img{margin-bottom:20px;}

/* product cat shortoced */
.product-cat-list{text-align:center;}
.product-cat-list li{}
.product-cat-list li .product-cat-list-inner-item{}
.product-cat-list .product-cat-featured-img{display:inline-block;width:180px;height:auto;max-width:100%;border-radius:50%;border: solid 6px #f1f1f1;padding:24px;margin-bottom:14px;overflow:hidden;}
.readmore{font-style:italic;}


.section-wrap{padding-bottom:40px;margin-bottom:40px;border-bottom:dotted 1px #ddd;text-align:center;}
.inner-section-wrap, .w-boxed{background:#fff;padding:20px 20px 1px 20px;border-radius:4px;-webkit-border-radius:4px;}

/* logo list */
ul.logo-lists, .logo-lists {
    list-style-type: none;
    margin: 0;
    text-align: center;
}
content-gallery-wrapper
ul.logo-lists li, .logo-list-wrapper  li {
    width: 20%;
    float: left;
    padding: 0 20px;
    height: 100px;
    line-height: 100px;
}

ul.logo-lists li img, .logo-list-wrapper li img {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    max-height: 90px;
    width: auto;
}
.logo-list-wrapper .content-gallery-wrapper{margin-bottom:0;}

/* home service list */
.service-list {
  list-style-type: none;
}
.service-grid-view .service-block{position:relative}
.service-grid-view .service-block .service-overlay{position:absolute;left:0;bottom:0;background:#fff;background:rgba(255,255,255,0.7);width:100%;}
.service-grid-view .service-block .service-overlay .service-title{padding:10px;font-size:17px;font-weight:600;}
.service-list img{
  /*
  outline-offset: -5px;
  outline: 5px solid rgba(255,255,255,0.2);
  */
}

.service-grid-view .service-block .hover-overlay{position:absolute;top:0;bottom:45px;left:0;background:#111111;background:rgba(52,152,219,0.9);color:#fff;width:100%;opacity:0;}
.service-grid-view .service-block .hover-overlay ul li:before{color:#0c0c0c;}
.service-grid-view .service-block:hover .hover-overlay{opacity:1;}

.service-grid-view .service-hover-html{display:table;height:100%;width:100%;}
.service-grid-view .inner-service-hover-html{display:table-cell;vertical-align:middle;padding:20px 10%;font-size:16px;line-height:2em;text-align:left;}
.service-grid-view .inner-service-hover-html ul {margin:0;}

.service-list-view {margin-left:0;}
.service-list-view li{padding-bottom:30px;margin-bottom:30px;border-bottom:dotted 1px #111111;}
.service-list-view .service-block{}
.service-list-view .service-block img{margin-right:0;float:right;}
.service-list-view .service-title{display: inline-grid;padding:0;margin-bottom:10px;}
.service-list-view .feed-excerpt{display: table-cell;padding:0;}

#content .services-list a img:hover{
  	outline: 5px solid rgba(255,255,255,0.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.sslider {margin:0;overflow:hidden}
.sslider .service-list{margin:0 -8px;display:none;}
.sslider .service-list.slick-initialized{display:block;}
.sslider .service-list li{list-style-type:none;margin:0 8px;}
.sslider .slide-arrow{text-align:center;z-index:9;}
.sslider .slide-arrow:before{position:static}
.sslider .slide-arrow.prev:before{font-size:10px !important;}
.sslider .slide-arrow.next:before{font-size:10px !important;}
.sslider .slide-arrow{background:#111111;font-size:22px;padding:10px;margin-top:-20px;}
.sslider:hover .slide-arrow.prev{left:7px;}
.sslider:hover .slide-arrow.next{right:7px;}

.service-feed-image{
	width:100%;
	padding-bottom:105.7%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}

.services-list {
    list-style-type: none;
    margin: 0;
}

.service-list .service-block {
}
.service-list a span{display:block;}
.service-list .service-image-wrapper{
	display:block;width:100%;height:0;padding-top:100%;background-position: center;
	background-color:#e9ebf4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center;
    outline-offset: -5px;
    outline: 5px solid rgba(255,255,255,0.3);
	}

.service-list .service-image-wrapper img{visibility:hidden}
.service-list .service-block:hover .service-image-wrapper {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.services-list img {
    outline-offset: -5px;
    outline: 5px solid rgba(255,255,255,0.3);
}

#content .services-list a img:hover {
    outline: 5px solid rgba(255,255,255,0.4);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    -khtml-opacity: .85;
    opacity: .85;
}

.service-contents{display:block;position:relative;overflow:hidden;}
.service-overlay {display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color: rgba(0, 0, 0, 0.1);text-align:center;}
.service-overlay:hover{background-color: rgba(0, 0, 0, 0.05);}
.service-overlay .service-title{display:block;position:relative;color: #fff;font-size: 22px;;top: 50%;transform:translate(0, -50%);margin: 0 10px;}
.service-overlay .service-title span{display:inline-block;background-color:#111111;background-color: rgba(13,76,128,0.8);padding:0 10px;}
.service-overlay:hover .service-title span{background-color:#111111;background-color: rgba(52,152,219,0.8);}


.service-list.sstyle-2 .service-block{display:block;position:relative;height:0;padding-bottom:100%;overflow:hidden;}
.service-list.sstyle-2 .service-block:hover{}
.service-list.sstyle-2 .service-block img{position:absolute;left:0;top:0;outline-offset: -5px;outline: 5px solid rgba(255,255,255,0.3);}
.service-list.sstyle-2 .service-block .service-text-wrapper{position:absolute;left:0;top:0;bottom:0;right:0;display:table;width: 100%;height: 100% !important;text-align: center;-webkit-transition:all.6s;-moz-transition:all .6s;transition:all .6s}
.service-list.sstyle-2 .service-block .service-text-1{display:table-cell;vertical-align:middle;padding:20px;font-size:20px;text-transform:uppercase;}
.service-list.sstyle-2 .service-block .service-text-1 span {display:inline-block;background-color:#111111;background-color: rgba(13,76,128,0.8);color:#fff;padding:5px 10px;}

.service-list.sstyle-2 .service-desc{
    display:table;
	position:absolute;left:0;top:0;bottom:0;right:0;display:table;width: 100%;height: 100% !important;text-align: center;
	background-color:#111111;background-color: rgba(13,76,128,0.8); 
    backdrop-filter: blur(5px);
	text-align:center;
	backface-visibility:hidden;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
	transform: perspective(400px) scaleX(0);
}
.service-list.sstyle-2 .service-desc .inner-service-desc{
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    color:#fff;
    opacity:0;
    transition:400ms;
}
.service-list.sstyle-2 .service-desc .inner-service-desc .service-desc-title{
    font-size: 20px;
    text-transform:uppercase;
    margin-bottom:8px;

}
.service-list.sstyle-2 .service-desc .inner-service-desc .service-desc-text{

}
.service-list.sstyle-2 .service-desc .inner-service-desc .service-desc-text a{
color:#fff;border-bottom:0;font-style:italic;white-space:nowrap;
}
.service-list.sstyle-2 .service-desc .inner-service-desc .service-desc-text a:hover{
border-bottom:0;
}

.service-list.sstyle-2 .service-block .image-wrapper {
   backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.service-list.sstyle-2 .service-block:hover .image-wrapper {
}
.service-list.sstyle-2 .service-block:hover  .service-text-wrapper {
	opacity:0;
}
.service-list.sstyle-2 .service-block:hover .service-desc {
	top:0;
	transform: perspective(400px) scaleX(1);
}
.service-list.sstyle-2 .service-block:hover .inner-service-desc {
opacity:1;
transition: 700ms ease 400ms;
}

.service-gallery-list img, .jh-gallery-list img{width:100%;}

.filter-button-group{margin-bottom:10px;text-align:center;}
.filter-button-group button, .filter-button-group .button{margin:2px 2px 10px 2px;}


.site-lists{text-align:center;}
.site-lists a{display:block;position:relative;border-radius:5px;overflow:hidden;}
.site-lists a img{margin:0px auto 20px;max-height:100px;width:auto;display:block;}
.site-lists a .site-title{displauy:block;text-align:center;width:100%;background:#fff;background:rgba(255,255,255,0.8);font-size:18px;padding:10px;}




.background-block{position:relative;}
.background-block:before, .background-block:after{position:absolute;background:inherit;content: "";top: 0;bottom: 0;width: 100%;}
.background-block:before{right: 100%;}
.background-block:after{left: 100%;}

/* cover page  template */
.page-template-page-cover #masthead{}
.cover-wrapper{
	position:relative;
	display: table;
	width: 100%;
	height: 560px;
	left: 0;
	top: 0;
	background:#000;
	text-align:center;
	z-index:1;
	border-bottom:solid 1px #eee;
	overflow:hidden;
}
.cover-section-item{height: 560px;display: table-cell;vertical-align:bottom;}
#cover-section-item-0{border-left:0;}
.cover-wrapper:hover  .cover-section-item{}
.cover-wrapper .cover-section-img{position:absolute;top:0;bottom:0;left:0;width:100%;background-position:center;background-size:cover;z-index:-1;opacity:1;}
.cover-wrapper:hover  .cover-section-img{opacity:0;}
.cover-wrapper .cover-section-link{display: table;position:relative;width:100%;height:100%;z-index:2;}
.cover-section-item .cover-section-caption{position:absolute;bottom:0px;width:100%;vertical-align:bottom;padding:20px 20px;background:#fff;}
.cover-section-item .cover-section-caption .cover-section-title{margin:0;font-size:28px;color:#29abe2;margin-bottom:20px;}
/*.cover-section-item .cover-section-caption .cover-section-title span{display:inline-block;background:#fff;background:rgba(255,255,255,0.8);padding:10px 12px;line-height:1em;}*/
.cover-section-item:hover .cover-section-caption{padding-bottom:40px;}
.cover-section-item .cover-section-caption img{background:#29abe2;padding:14px;width:110px;height:110px;border-radius:50%;}
.cover-wrapper:hover .cover-section-caption{background:rgba(255,255,255,0.2);opacity:0.5;}
.cs-video-container, .cs-img-container{display:none;position:absolute;left:0;top:0;width:100%;height:100%;z-index: 1;}
.cs-video-container .video-wrapper .video{position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);width:100%;}
.cs-img-container{background-position: center;background-size: cover;
}

.page-template-page-cover .inner-content{}

/*casestudy page */
.casestudy-feed{margin:0 -5px;}
.casestudy-feed li.grid-item{padding:0 10px !important;margin-bottom:20px;}


#casestudy-source{list-style-type:none;margin:0 0 17px 0;}
ul#casestudy-source li{display:inline-block;}
ul#casestudy-source li a{display:inline-block;background:#111111;color:#fff;border:1px solid #111111;line-height:1em;padding:5px 7px;margin:0 3px 3px 0;border-radius:2px;-webkit-border-radius:2px;}
ul#casestudy-source li.active a,ul#casestudy-source li a:hover{color:#111111;background:#fff;}
ul#casestudy-source li.active a{cursor:default}

.casestudy-lists{position:relative;min-height:600px;margin:0 -10px;text-align:center;}
.casestudy-lists ul#casestudy-destination{position:relative;list-style-type:none;margin:0;float:left;min-height:600px;width:100% !important;}
.casestudy-lists ul#casestudy-destination li{display:inline-block;width:33.3%;padding:0 10px;margin-bottom:20px;background:#fff;float:left;}
.casestudy-lists ul#casestudy-destination li:nth-child(3n+1){
	margin-left: 0;
	clear: left;
}
#casestudy-destination article, .casestudy-feed .casestudy-block{border:solid 1px #ddd;}
#casestudy-destination article:hover, .casestudy-feed .casestudy-block:hover{box-shadow:0 0 5px rgba(0,0,0,0.2)}
#casestudy-destination article .entry-content, .casestudy-feed .casestudy-block .casestudy-desc{padding:5px 10px 0px;}
#casestudy-destination article .entry-content .casestudy-desc-text, .casestudy-feed .casestudy-block .casestudy-desc .casestudy-desc-text{margin-bottom:10px}
#casestudy-destination .thumb-wrapper, .casestudy-feed .casestudy-image-wrapper{position:relative;width:100%;height:0;padding-bottom:56.28%;background-color: #f8f8f8;overflow:hidden;}
.casestudy-style-1 #casestudy-destination .thumb-wrapper, .casestudy-style-1 .casestudy-feed .casestudy-image-wrapper {padding-bottom:100%;}
.casestudy-style-3 #casestudy-destination .thumb-wrapper, .casestudy-style-3 .casestudy-feed .casestudy-image-wrapper {padding-bottom:100%;}
.casestudy-style-3 #casestudy-destination li:nth-of-type(8n+1) .thumb-wrapper, .casestudy-style-3 .casestudy-feed li:nth-of-type(8n+1) .casestudy-image-wrapper {padding-bottom:100%;}
.casestudy-style-3 #casestudy-destination li:nth-of-type(8n+2) .thumb-wrapper, .casestudy-style-3 .casestudy-feed li:nth-of-type(8n+2) .casestudy-image-wrapper {padding-bottom:70%;}
.casestudy-style-3 #casestudy-destination li:nth-of-type(8n+3) .thumb-wrapper, .casestudy-style-3 .casestudy-feed li:nth-of-type(8n+3) .casestudy-image-wrapper {padding-bottom:100%;}
.casestudy-style-3 #casestudy-destination li:nth-of-type(8n+4) .thumb-wrapper, .casestudy-style-3 .casestudy-feed li:nth-of-type(8n+4) .casestudy-image-wrapper {padding-bottom:70%;}
.casestudy-style-3 #casestudy-destination li:nth-of-type(8n+5) .thumb-wrapper, .casestudy-style-3 .casestudy-feed li:nth-of-type(8n+5) .casestudy-image-wrapper {padding-bottom:100%;}
.casestudy-style-3 #casestudy-destination li:nth-of-type(8n+6) .thumb-wrapper, .casestudy-style-3 .casestudy-feed li:nth-of-type(8n+6) .casestudy-image-wrapper {padding-bottom:100%;}
.casestudy-style-3 #casestudy-destination li:nth-of-type(8n+7) .thumb-wrapper, .casestudy-style-3 .casestudy-feed li:nth-of-type(8n+7) .casestudy-image-wrapper {padding-bottom:70%;}
.casestudy-style-3 #casestudy-destination li:nth-of-type(8n+8) .thumb-wrapper, .casestudy-style-3 .casestudy-feed li:nth-of-type(8n+8) .casestudy-image-wrapper {padding-bottom:70%;}
#casestudy-destination .thumb-wrapper img, .casestudy-feed .casestudy-image-wrapper img{position:absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width:100%;z-index:6}
#casestudy-destination article .thumb-wrapper .cs-link, #casestudy-destination article .thumb-wrapper .cs-img-popup,
.casestudy-feed .casestudy-block .cs-link, .casestudy-feed .casestudy-block .cs-img-popup {
	position:absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: -30px 0 0 -55px;
    font-size: 22px;
    text-align:center;
    background: #111111;
    color: #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    z-index:9;
    opacity:0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;}
#casestudy-destination article .thumb-wrapper .cs-img-popup,
.casestudy-feed .casestudy-block .cs-img-popup {
margin: -30px 0 0 5px;
}
#casestudy-destination article:hover .thumb-wrapper .cs-link, #casestudy-destination article:hover .thumb-wrapper .cs-img-popup,
.casestudy-feed .casestudy-block:hover .cs-link, .casestudy-feed .casestudy-block:hover .cs-img-popup{opacity:0.7}
#casestudy-destination article .thumb-wrapper .cs-link:hover, #casestudy-destination article .thumb-wrapper .cs-img-popup:hover,
.casestudy-feed .casestudy-block .cs-link:hover, .casestudy-feed .casestudy-block .cs-img-popup:hover{opacity:1;}


.casestudy-entry-header .thumb-wrapper img{}
article .casestudy-entry-header .thumb-wrapper img:nth-child(2),
.casestudy-feed .casestudy-block .casestudy-image-wrapper img:nth-child(2){opacity:0}
article:hover .casestudy-entry-header .thumb-wrapper img:nth-child(2),
.casestudy-feed .casestudy-block:hover .casestudy-image-wrapper img:nth-child(2){opacity:1}
article:hover .casestudy-entry-header .thumb-wrapper img,
.casestudy-feed .casestudy-block:hover .casestudy-image-wrapper img{
-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1); 
	transform: scale(1.1);
	}

#casestudy-destination article .casestudy-entry-header .thumb-wrapper:before,
.casestudy-feed .casestudy-block .casestudy-image-wrapper:before{opacity:0;}
#casestudy-destination article:hover .casestudy-entry-header .thumb-wrapper:before,
.casestudy-feed .casestudy-block:hover .casestudy-image-wrapper:before{opacity:0.5;}
#casestudy-destination .entry-title{font-size:18px;margin-bottom:5px;font-weight:400;}
#casestudy-destination .entry-title:after{display:none;}
.casestudy-feed .casestudy-block .casestudy-desc-title{font-size:17px;font-weight:400;text-transform:uppercase;text-align:center;margin-bottom:5px;}

.cs-category-wrapper{position:relative;padding-left:18px;color:#111111}
.cs-category-wrapper:before {
	position: absolute;
    left: 0;
    top: -1px;
    font-family: Font Awesome\ 5 Free;
    content: "\f328";
    color: #111111;
}
.single-casestudy.has-gallery .gallery{width:33%}
.single-casestudy.has-gallery .summary{width:67%;}
.casestudy-meta{display:none;}

/* blog feed shortcode , feuture feed*/
.blog-feed ul {
    list-style-type: none;
}
#secondary ul.blog-feed-list {
    list-style-type: none;
}
.blog-feed ul .item .featured-media, .feature-feed ul .item .featured-media {
    position: relative;
}

.blog-feed ul .item .featured-media .blog-featured-media-link,
.feature-feed ul .item .featured-media .feature-featured-media-link {
    display: block;
    padding-bottom: 56.6%;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
	/*
    outline-offset: -5px;
    outline: 5px solid rgba(255, 255, 255, 0.3);
	*/
}

.blog-feed ul .item .featured-media .blog-featured-media-link.bg-cover,
.feature-feed ul .item .featured-media .feature-featured-media-link.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100%\9;
}

.blog-feed ul .item .featured-media .blog-featured-media-link:hover ,
.feature-feed ul .item .featured-media .feature-featured-media-link:hover {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    -khtml-opacity: .85;
    opacity: .85;
}

.blog-feed ul .item .item-title {
    font-size: 18px;
}

.blog-feed ul .item .date-meta {
    font-size: 15px;
    font-style: italic;
}

.blog-feed ul .readmore {
    font-style: italic;
}

/* staff feed shortcode */

.staff-feed{text-align:center;}
.staff-feed .staff-feed-contents{border:solid 1px #eee;padding:10px 20px 0;}
.staff-feed .staff-feed-contents h5{margin-bottom:12px;color:#0c0c0c}

.staff-feed ul .item .featured-media {
    position: relative;
}

.staff-feed ul .item .featured-media .staff-featured-media {
    display: block;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eee;
    background-size: 80%;
	/*
    outline-offset: -5px;
    outline: 5px solid rgba(255, 255, 255, 0.3);
	*/
}

.staff-feed ul .item .featured-media .staff-featured-media.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100%\9;
}

.staff-feed ul.list-style-feed{text-align:left;list-style-type:none;margin:0;}
.staff-feed ul.list-style-feed li{clear:both;padding-bottom:20px;margin-bottom:20px;border-bottom:dotted 1px #ddd}
.staff-feed ul.list-style-feed .item .featured-media {width:20%;float:left;}
.staff-feed ul.list-style-feed .item .staff-feed-contents{padding: 5px 20px;display:inline;float:left;width:80%;border:0;}

/* contact page */
ul.contact-list {margin-left:0px;list-style-type:none;}
ul.contact-list li{padding-left:0px;}
ul.contact-list li:before{display:none;}
ul.contact-list li .fa{width:20px;color:#111111;}

.cf-turnstile {margin:5px 0 16px 0 !important;}

/* location pages */

.location-map-wrapper {position:relative;margin-bottom:1em;border-radius:3px;-webkit-border-radius:3px;transform: translateZ(0px);overflow:hidden;}
.location-map-wrapper .map-caption{display:inline-block;position:absolute;margin:0;bottom:20px;right:20px;background:#fff;background:rgba(255,255,255,0.8);line-height:1em; padding:5px;border-radius:3px;-webkit-border-radius:3px;z-index:10;}

.map-wrapper {
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom:5px;
}
.map-wrapper .map-canvas {
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.map-wrapper .map-canvas img {
  max-width: none;
}

/* discount page */
.voucher-wrapper{}
.voucher-wrapper figure{position:relative;line-height:0;overflow:hidden;}
.voucher-wrapper figure img{width:100%;}
.voucher-wrapper figcaption{position:absolute;left:0;width:100%;bottom:0;padding:10px 10px 20px 10px;background:rgba(0,0,0,0.15);}
.voucher-wrapper figure:hover figcaption{opacity:1;}
.voucher-wrapper figcaption input {}

/* holding page */
.page-template-page-holding{position:absolute;top:0;bottom:0;left:0;width:100%;}
.holding-page{display:table;height: 100%;text-align:center;padding:20px 0;}
.holding-page .holding-content{display:table-cell;vertical-align:middle;padding-left:20px;padding-right:20px;}

/* shortcode-menu */

.shortcode-menu-wrapper{background:#eee;padding:14px 20px;margin-bottom:1em;border-radius:5px;-webkit-border-radius:5px;}
.shortcode-menu-wrapper h3{margin-bottom:10px;}
.shortcode-menu{}
.shortcode-menu ul{list-style-type:none;margin:0;}
.shortcode-menu ul li{margin-bottom:6px;}


/* accordion */

.fd-accordion{list-style-type:none;margin:0;}
.fd-accordion li{margin-left:0;}
.fd-accordion .accordion-head{position:relative;font-size:18px;font-weight:600;border:solid 1px #ddd;padding:12px 30px 12px 12px;cursor:pointer;}
.fd-accordion .accordion-head:hover{background:#f8f8f8;}
.fd-accordion .accordion-head.active{background:#f4f4f4;}
.fd-accordion .accordion-head:after{position:absolute;right:12px;top:10px;content:"+";margin-right:5px;float:right;font-size:20px;font-weight:900;}
.fd-accordion .accordion-head.active:after{content:"-";}
.fd-accordion .accordion-content{padding:5px 5px 18px 5px}

/* shortcode callout */
ul.callout-list{list-style-type:none;margin-left:0px;margin-bottom:1em;border-left:0px;}
ul.callout-list li {margin-bottom:0px}
ul.callout-list li a{display:block;border:solid 1px #111111;padding:0px;border-radius:4px;-webkit-border-radius:4px;overflow:hidden;}
ul.callout-list li a:hover {background:#111111;color:#fff;}
ul.callout-list li i{background: #111111;color:#fff;padding:10px; width:38px; height:38px;text-align:center;border-radius:2px;-webkit-border-radius:2px;}
ul.callout-list li span{padding:10px 5px 10px 10px;display:inline-block;line-height:1em}

/* shortcode contact_info */
ul.contact-info-list{list-style:none;margin-left:0;}
ul.contact-info-list li{position:relative;margin-bottom:14px;}
ul.contact-info-list li > span{position:relative;padding-left:30px;display:inline-block;}
ul.contact-info-list li > span:before{position:absolute;left:0;top:0px;font-family:"Font Awesome\ 5 Free";color:#111111}
ul.contact-info-list li.contact-info-address > span:before{content:'\f3c5';font-weight:600;}
ul.contact-info-list li.contact-info-phone > span:before{content:'\f879';font-weight:600;}
ul.contact-info-list li.contact-info-mobile > span:before{content:'\f3cd';font-weight:600;}
ul.contact-info-list li.contact-info-email > span:before{content:'\f0e0';}
ul.contact-info-list li.contact-info-hours > span:before{content:'\f017';}
ul.contact-info-list li.contact-info-hours span span{color:#111111;}
ul.contact-info-list li span{}
ul.contact-info-list li span a{}

/* shortcode column-list  */
.column-list {display:inline;}
.column-list li{display:inline-block;margin-right:50px;}


/* shortcode icon-box*/
.icon-box-wrapper {text-align:center;}
.icon-box-wrapper i{font-size:54px;margin-bottom:30px; transition: .8s;}
.icon-box-wrapper:hover i{transform: rotateY(360deg);}
.icon-box-wrapper .icon-title{text-transform:uppercase;font-weight:600;margin-bottom:10px;}
.icon-box-wrapper .icon-desc{margin-bottom:10px;}
.icon-box-wrapper .icon-link{font-style:italic;}

#secondary #inner-secondary .widget {
  background: #fff;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding:20px;
}
#secondary #inner-secondary .widget .widget-title {
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: dotted 1px #bbb;
  text-transform:uppercase;
}

#secondary ul {
  list-style-type: none;
  margin: 0 0 5px 5px;
}
#secondary #inner-secondary .widget.no-wrap{background:transparent;padding:0;}
.widget_categories ul li, .service-cat-links li{
  padding: 5px;
  line-height: 1em;
  font-size: 12px;
  background-clip: padding-box;
}

.widget_categories ul li a, .service-cat-links li a {
  font-size: 14px;
  margin-right:2px;
}

.widget.widget_recent_entries ul li {
  margin-bottom: 10px;
}

.widget.widget_recent_entries span.post-date {
	display:block;
  font-size: 12px;
  font-style: italic;
}

/* Make sure select elements fit in widgets */
.widget.widget_archive select {
  width: 100%;
  padding: 3px;
  border: solid 1px #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/* contact form */
.contact-form-wrap{background: #f4f4f4;padding: 20px;}
#secondary #inner-secondary .widget-contact-from {padding:0px;    background: #f4f4f4;}
#secondary #inner-secondary .widget-contact-from p{margin-bottom:10px;}
.contact-form{background: #f4f4f4;background-clip: padding-box;overflow: hidden;}
.widget-contact-from .widget-title, .contact-form .form-title{position:relative;padding:8px 20px;background:#111111;color:#fff;font-size:16px;}
.widget-contact-from .widget-title:before, .contact-form .form-title:before{}
.widget-contact-from .textwidget{padding:4px 20px 20px;}
.contact-form .form-content{padding:4px 20px 10px;}


/* loading styling */


#content img, .page-section-item img {
	webkit-transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	-moz-transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	-o-transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
}
#content .slick-slide img, .page-section-item .slick-slide img{transition:none;}

body.jhm-js .init-load{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5); 
	transform: scale(0.5);
	webkit-transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	-moz-transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	-o-transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); 
	transition: all 400ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
}

body.jhm-js .init-load.on-viewpoint, body.jhm-js .init-load.on-viewpoint {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1); 
	-ms-transform: scale(1);
	transform: scale(1);
}

.my-slider {overflow:hidden;}
.my-slider ul {list-style-type:none;margin:0;}
.my-slider ul li{margin:0;padding:0;display:none;}
.my-slider ul li:first-child, .my-slider ul li.slide-0{display:list-item;}

/* short codes */

/* testlimonials */
.testimonial-wrapper.my-slider{}
.testimonial-lists{text-align:center;}
.client-testomonial{margin-bottom:18px;}
.client-testomonial-inner{display:inline-block;background:#f4f4f4;padding:20px;font-size:16px;border-radius:4px;}
.client-infos{display:inline-block;position:relative;text-align:left;}
.client-infos:before{
	    content: '';
    position: absolute;
    top: -20px;
    left: 20px;
    background: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #f4f4f4;
}
.client-infos img{border-radius:50%;float:left;margin-right:10px;}
.client-infos i{border-radius:50%;float:left;margin-right:10px;font-size:60px;width:60px;height:60px;text-align:center;}
.client-infos i.fa-google-plus{color:#111111;}
.client-details{padding-left:70px;padding-top:6px;}
.fb-reviewer-name{display:block;white-space: nowrap;font-weight:600}
.testimonial-site{display:block;white-space: nowrap;}

/* jhm list */
.jhm-list ul{margin-left:8px;list-style-type:none;}
.jhm-list ul li {position:relative;padding-left:15px;}
.jhm-list ul li:before {position:absolute;left:0px;top:1px;font-family:Font Awesome\ 5 Free;content:"\f111";font-size:8px;color:#111111;}

.jhm-list.tick-list ul li {padding-left:22px;}
.jhm-list.tick-list ul li:before {font-family:Font Awesome\ 5 Free;content:"\f00c";font-weight:600;font-size:0.9em;left:0px;top:2px;}
.jhm-list.horizontal-list ul li {display:inline-block;margin:0 12px;}

/*jhm-table*/
table.jhm-table{border-left:solid 1px #eee;border-right:solid 1px #eee;}
table.jhm-table thead{background:#16242e;color:#fff;}
table.jhm-table th{padding:10px 20px;}
table.jhm-table tbody tr td{padding:10px 20px}
table.jhm-table tbody tr:nth-child(even){background:#dfefff}


/* facebook feed */
.facebook-feed-wrapper.my-slider {font-size:15px;text-align:center;}
.facebook-feed-wrapper.my-slider .fa-facebook{font-size:30px;color:#111111;margin-bottom:6px;}
.facebook-feed-wrapper.my-slider {position:relative;padding: 0 0 0 42px;min-height:23px;}
.facebook-feed-wrapper.my-slider:before{font-family:Font Awesome\ 5 Brands;content:'\f09a';font-size:42px;line-height:1em;display:block;margin-bottom:16px;color:#111111;}
.facebook-feed-wrapper a{color:#111111}

ul.fb-feed {list-style-type:none;margin:0px;}
ul.fb-feed li{margin:0px;}
ul.fb-feed li p {margin:0px;}
ul.fb-feed li .meta {}

.facebook-review-wrapper.facebook-feed-wrapper.my-slider {padding:0;}
.facebook-review-wrapper.facebook-feed-wrapper.my-slider:before {content:''}
.fb-review-image-title{margin-bottom:10px;}
.fb-review-text{}
.facebook-review-wrapper.facebook-feed-wrapper.my-slider .fb-reviewer{padding:10px 0 20px;}
.fb-reviewer .fa{color:#111111;}

/*instagram feed */

.instagram-feed {margin:15px 0;text-align:center;}
.instagram-feed .insta-single{}
.instagram-feed .insta-single-inner{
	position:relative;
	padding-bottom: 100%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	width: 100% !important;
}

.instagram-feed .insta-single-inner a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
		
}
.instagram-feed .insta-single-inner a.mp-video:before {
    position: absolute;
    top: 14px;
    right: 24px;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-family: Font Awesome\ 5 Free;
    font-weight:600;
    content: "\f03d";
    font-size: 30px;
    z-index: 99;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}
.instagram-feed .insta-single a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.4)
}
.instagram-feed .insta-single-inner a:after {
    font-family: Font Awesome\ 5 Free;
    font-weight:900;
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background-color:#111111;
    font-size: 32px;
    line-height: 60px;
    width: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0
}
.instagram-feed .insta-single-inner a.mp-video:after {
    content: "\f04b";
    font-size: 26px;
    padding-left: 5px;
    width: 60px;
    line-height: 62px;
    height: 60px
}
.instagram-feed .insta-single-inner a:hover:after {
    opacity: 0.8
}
.instagram-feed .insta-single a img{display:none;}
#insta-load-more{}
#insta-load-more:disabled{display:none}

/* Twitter feed */
.header-bar .twitter-feed-wrapper .twitter-slide{background:transparent;padding:0;margin:0;line-height:1em}
.header-bar .twitter-feed-wrapper .twitter-slide:before {display:none}
.header-bar .twitter-feed-wrapper .twitter-slide ul{}
.header-bar .twitter-feed-wrapper .twitter-slide ul li{position:relative;padding-left:24px;}
.header-bar .twitter-feed-wrapper .twitter-slide .tweet{white-space:nowrap;text-overflow: ellipsis;overflow:hidden;font-size:13px}
.header-bar .twitter-feed-wrapper .twitter-slide .timePosted{display:none;}

.twitter-feed-wrapper {font-size:15px;}
.twitter-feed-wrapper ul {list-style-type:none;margin:0px;}
.twitter-feed-wrapper ul li {margin:0px;}
.twitter-feed-wrapper ul li .timePosted {font-size:13px;font-style:italic;}

.twitter-feed-wrapper .twitter-slide {position:relative;background:#f4f4f4;padding:20px 20px 20px 68px;margin-bottom:1em;border-radius:4px;-webkit-border-radius:4px;}
.twitter-feed-wrapper .twitter-slide ul li:first-child{display:list-item;}
.header-bar .twitter-feed-wrapper .twitter-slide ul li:before {left:0;font-size:18px;}
	
.twitter-feed-wrapper .twitter-slide ul li{display:none;margin:0px;}

.twitter-feed-wrapper .twitter-list ul li {position:relative;padding-left:24px;margin-bottom:1em;}
.twitter-feed-wrapper .twitter-list ul li:before {font-family:Font Awesome\ 5 Brands;
content:'\f099';font-size:17px;line-height:1em;color:#111111;position:absolute;margin:auto;top: 2px;left:0px;}

.twitter-feed-wrapper .twitter-list ul li .tweet{display:inline;}
.twitter-feed-wrapper .twitter-list ul li .timePosted{display:inline;margin-left:8px;}

/* woocommerce styling */

.product.first{}
#main > .product.first{float:none;}
.cart-contents{}
.cart-contents:before{font-family:Font Awesome\ 5 Free;content:'\f291';line-height:1.34em;margin-right: 5px;vertical-align:top;}
.cart-contents .basket-title{text-transform:uppercase;margin:0 5px}
.cart-contents .basket-price{margin:0 5px}
.cart-contents .item-basket-icon{display:inline-block;position:relative;border:solid 2px #111111;background:#fff;padding:5px 7px;line-height:1em;text-align:center;font-weight:600;z-index:0}
.cart-contents .item-basket-icon:before{position:absolute;top:-10px;left:50%;margin-left:-7px;display:block;width:14px;height:12px;content:''; border:solid 2px #111111;border-bottom:0;border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;z-index:-1}
.cart-contents:hover .item-basket-icon{background:#111111;color:#fff;}


ul.product-list {list-style-type:none;margin:0;}
ul.product-list li {display:inline-block;text-align:center;}
ul.product-list li a{display:block;position:relative;text-align:center;}
ul.product-list li img.wp-post-image{margin:0 auto 10px auto;}
ul.product-list li .woocommerce-loop-product__title{margin-bottom:0;font-size:16px;font-weight:600;min-height:54px;margin-bottom:2px;}
ul.product-list li h3{display:inline-block;}
ul.product-list li .price{display:block;font-size:16px;font-weight:600;margin-bottom:10px;float:left;width:50%;text-align:left;padding-top:3px;}
ul.product-list li .price .woocommerce-Price-amount {}
ul.product-list li .price .woocommerce-Price-currencySymbol {}
ul.product-list li .product-excerpt {display:none;color:#404040;margin-bottom:10px;}
ul.product-list li .add_to_cart_button {}
ul.product-list li .button {float:right;max-width:50%;font-weight:400;font-size:14px}

ul.product-list li .star-rating{position:absolute;top:12px;right:12px;}
.woocommerce .star-rating span::before{color:#ffd700}

.post-type-archive-product ul.product-list{margin:0 -10px;}
ul.product-list li.product-category {width:50%;float:left;text-align:center;border:0;padding:10px;}
ul.product-list li.product-category a {position:relative;display:block;padding:0;border-radius:5px;-webkit-border-radius:5px;overflow:hidden;}
ul.product-list li.product-category a:hover{background:#000;}
ul.product-list li.product-category a:before{font-family:Font Awesome\ 5 Free;content:'\f0c1';position:absolute;left:50%;top:50%;margin:-40px 0 0 -40px;background:#111111;color:#fff;width:80px;height:80px;line-height:80px;font-size:40px;border-radius:50%;-webkit-border-radius:50%;z-index:10;opacity:0;}
ul.product-list li.product-category a:hover:before{opacity:0.8;}
ul.product-list li.product-category img {float:none;width:100%;border-radius:5px;-webkit-border-radius:5px;}
ul.product-list li.product-category a:hover img{opacity:0.7 !important;}
ul.product-list li.product-category h3 {position:absolute;left:0;bottom:0;background:#fff;background:rgba(255,255,255,0.8);width:100%;padding:10px;margin:0;font-weight:500;z-index:9}

.h-carousel .product-list, .related.products .product-list, .upsells.products .product-list {display:none;}
.h-carousel .product-list.slick-slider, .related.products .product-list.slick-slider, .upsells.products .product-list.slick-slider {display:block;margin:0 !important;}
.h-carousel .product-list.slick-slider .slick-slide, .related.products .product-list.slick-slider .slick-slide, .upsells.products .product-list.slick-slider .slick-slide {margin:0 10px;}

.product-list.slick-slider .slide-arrow{	
    top: 50%;
    margin-top: -20px;
	background: #29abe2;
    background: rgba(41,171,226, 0.7);
    line-height: 1em;
    color: #fff;
    padding: 0 10px 2px;
	font-size:30px;
	
}
.product-list.slick-slider .slide-arrow:hover{background: #29abe2;background: rgba(41,171,226, 0.9);}
.product-list.slick-slider .next{right:9px;border-radius: 4px 0 0 4px;-webkit-border-radius: 4px 0 0 4px;padding-right:8px;}
.product-list.slick-slider .prev{left:9px;border-radius: 0 4px 4px 0;-webkit-border-radius: 0 4px 4px 0;padding-left:8px;}

mark{background:transparent;color:#777}
ul.product-list li.product-category h3 mark{background:transparent;color:#0c0c0c}

.attr-item-wrapper{margin-bottom:1em;}
.attr-item{font-size:18px;color:#222;margin-bottom:5px;}
.attr-item .attr-item-title{font-weight:600}

.info-popup-button{margin-bottom:16px !important;}
.info-popup-content{max-width:800px;margin-left:auto;margin-right:auto;background:#fff;padding:20px;border-radius:5px;overflow:hidden;}
.info-popup-content.course-popup-wrap{padding:0;margin-top:20px;margin-bottom:20px;}
.joining-instruction-wrapper{padding:20px;}

.woocommerce div.product form.cart .variations tr td{padding:5px 0;}

.woocommerce-variation-price{margin-bottom:20px;}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as{display:block;margin-bottom:5px;}


.woocommerce div.product p.price{margin-bottom:20px;}
.woocommerce div.product p.price, .woocommerce div.product span.price{color:#111111;font-size:32px;font-weight:600;line-height:1em;}

.product-enquiry-form-wrap{margin-bottom:2em;}
.woocommerce .product-enquiry-form-wrap .enquiry-form-button{display:inline-block;padding:15px;}

.woocommerce div.product form.cart .button{}


.woocommerce div.product div.images .woocommerce-product-gallery__image{padding:8px}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{}


.woocommerce a.button.add_to_cart_button, .woocommerce a.button.product_type_variable{margin-bottom:10px;}

.single-product-stock, .woocommerce-variation-availability{}
.single-product-stock span, .stock, .woocommerce div.product .stock{display:inline-block;width:167px;text-align:center;padding:6px;color:#29abe2;border:solid 2px #29abe2;font-size:15px;font-weight:600;margin-top:8px;-webkit-border-radius: 3px;border-radius: 3px;}
.woocommerce div.product .stock.out-of-stock {color:#aaa;border:solid 2px #aaa;}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce a.button {
  background: #111111;
  color: white;
  padding: 8px 10px 9px;
  line-height: 1em;
  display: inline-block;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce a.button:hover{
	background: #1081cc;
	color: white;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#aaa}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {background-color:#29abe2;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color: #eee;}
.woocommerce .widget_price_filter .price_slider_amount .button{float:right}
.woocommerce .widget_price_filter .price_slider_amount{text-align:left}

.woocommerce #content .entry-summary .quantity .input-text{padding:9px 0 9px 5px;width:68px;font-size:16px;margin-right:5px;text-align:center;overflow:hidden;}

    .woocommerce .quantity input::-webkit-outer-spin-button, .woocommerce .quantity input::-webkit-inner-spin-button, .woocommerce #content .quantity input::-webkit-outer-spin-button, .woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce-page .quantity input::-webkit-outer-spin-button, .woocommerce-page .quantity input::-webkit-inner-spin-button, .woocommerce-page #content .quantity input::-webkit-outer-spin-button, .woocommerce-page #content .quantity input::-webkit-inner-spin-button {
      -webkit-appearance: "Always Show Up/Down Arrows";opacity: 1; width: 20px;height: 40px; cursor:pointer;padding:1px 3px;}
.woocommerce #content div.product .entry-summary form.cart .button, .woocommerce div.product .entry-summary form.cart .button, .woocommerce-page #content div.product .entry-summary form.cart .button, .woocommerce-page div.product .entry-summary form.cart .button{
	padding:15px;
	font-size:18px 20px;
}


.widget_shopping_cart .widget-title:before{font-family:Font Awesome\ 5 Free;content:"\f291";margin-right:5px;line-height:1.4em;vertical-align:top;}
.wcapf-price-filter-widget .widget-title:before{font-family:Font Awesome\ 5 Free;content:"\f154";margin-right:5px;}
.wcapf-ajax-term-filter .widget-title:before{font-family:Font Awesome\ 5 Free;content:"\f07b";margin-right:5px;line-height:1.4em;vertical-align:top;}
.location-filter .widget-title:before{font-family:Font Awesome\ 5 Free;content:"\f124";margin-right:5px;line-height:1.4em;vertical-align:top;}
.course-date .widget-title:before{font-family:Font Awesome\ 5 Free;content:"\f073";margin-right:5px;line-height:1.4em;vertical-align:top;}
.number-days .widget-title:before{font-family:Font Awesome\ 5 Free;content:"\f271";margin-right:5px;line-height:1.4em;vertical-align:top;}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 2.5em;
}
.woocommerce div.product div.summary{margin-bottom:4em}

.related.products, .upsells.products{padding-top:30px;margin-bottom:30px;border-top:dotted 1px #bbb;}
.woocommerce div.product .related.products span.price, .woocommerce div.product .upsells.products span.price{font-size:16px;padding-top: 7px;}


.wccpf_label{font-weight:600;}

/* footer */

ul.side-menu-list{position:fixed;left:-1px;top:50%;list-style-type:none;margin:0;margin-top:168px;text-align:center;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform: rotate(-90deg);
	-moz-transform-origin: 0 0;
	-ms-transform: rotate(-90deg);
	-ms-transform-origin: 0 0;
	-o-transform: rotate(-90deg);
	-o-transform-origin: 0 0;
	transform: rotate(-90deg);
	transform-origin: 0 0;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	z-index:9
}
ul.side-menu-list li{display:inline-block;}
ul.side-menu-list li:first-child a{border-radius:0 0 0 5px}
ul.side-menu-list li:last-child a{border-radius:0 0 5px 0}
ul.side-menu-list li a{display:inline-block;position:relative;background: #29abe2;background: rgba(41,171,226, 0.7);color:#fff;padding:12px 7px 7px;border:solid 1px #29abe2;margin-left:-1px;top:-10px;}
ul.side-menu-list li a:hover{top:0px;background: rgba(41,171,226, 0.9);}
ul.side-menu-list li a .side-menu-icon{width:40px;}
ul.side-menu-list li a .side-menu-title{display:block;line-height:1em;font-weight:600;}

.site-footer{color:#999;}
.upper-footer {
  background: #252525;
  padding: 4.5em 0 1em;
  font-size:0.9em;
}
.upper-footer .widget-title {
  color: #111111;
  font-weight: 600;
  font-size: 1.3em;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #444;
  font-size:12px;
  text-transform:uppercase;
}
.upper-footer ul {
  list-style-type: none;
  margin: 0;
}
.upper-footer a {
	color:#ddd;
    border-bottom: dotted 1px #999;
}
.upper-footer a:hover {
  border-bottom: 0;
    color:#111111;
}

.upper-footer ul.menu li {
  margin-bottom: 6px;
  padding-bottom:4px;
}


.company-contact{}
.company-contact li{margin-bottom:8px;position:relative;padding-left:22px;}
.company-contact li:before, .company-contact li a:before{position:absolute;top:1px;left:0;font-family:Font Awesome\ 5 Free;font-weight:600;color:#111111;}
.company-contact .address{}
.company-contact .address:before{content:"\f3c5"}
.company-contact .phone a{}
.company-contact .email a{}
.company-contact .phone a:before{content:"\f095";color:#111111;}
.company-contact .email a:before{content:"\f0e0";color:#111111;}


.payment-icons{font-size:28px;color:#777;}

.resource-lists ul li{display:inline-block;width:50%;float:left;}

.socials{}
.socials li .fa{background:#ddd;color:#fff;width:100%;text-align:center;padding:26px 20px;font-size:40px;border-radius:5px;-webkit-border-radius:5px;}
.socials li a:hover{opacity:0.8}
.socials li .fab.fa-twitter{background:#55acee;}
.socials li .fab.fa-facebook{background:#3b5997;}
.socials li .fab.fa-instagram{background:#8a3ab9;}
.socials li .fab.fa-google-plus{background:#d34836;}

.address-wrap{position:relative;padding-left:14px;line-height:1.8em}
.address-wrap .fa-map-marker{position:absolute;left:0;top:0.33em;color:#111111;}

.inline-footer-links ul li{display:inline-block;margin-right:20px;}
/*.inline-footer-links ul li:before{content:'\25CF';margin-right:10px;font-size:0.8em;}
.inline-footer-links ul li:first-child:before{content:'';margin-right:0;)
*/
.lower-footer {
  background: #141414;
  padding: 36px 0 36px;
  font-size: 0.8em;
}
.lower-footer .last {
  text-align: right;
}
.lower-footer a {
  color: #eee;
	text-decoration:none;
}
.lower-footer a:hover {
  color: #fff;
}
.footer-socials a {font-size:18px;margin-right:8px;}

.footer-menu {}
.footer-menu ul{list-style-type:none;margin:0px;}
.footer-menu ul li{display:inline-block;margin-left:12px;line-height:27px;}


/* footer notify */

#footer-notify {
	position: fixed;
	background: #FFF;
	color: #444;
	width: 184px;
	height: auto;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	z-index: 999;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 4px solid #ccc;
	border: 4px solid rgba(200, 200, 200, 0.6);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#footer-notify {
	bottom: 60px;
	left: -320px;
}
#footer-notify p{
	padding:0px;
	font-size: 18px;
	line-height: 1.4em;
}
#footer-notify.open {
	bottom: 60px;
	left: 20px;
}
#footer-notify .notify-content {
	position: relative;
	background: #fff;
	padding: 14px 18px;
	font-size:16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.exclamation {
	position: absolute;
	top: 20px;
	left: -53px;
	width: 33px;
	height: 12px;
	padding: 6px 5px 7px 6px;
	font-size: 18px;
	line-height: 9px;
	background: #fff;
	border: 4px solid #eee;
	border: 4px solid rgba(0,0,0,0.1);
	border-right: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	cursor: pointer;
}
.open .exclamation {
	opacity: 1;
	left: 0;
}
.open .exclamation,
#footer-notify:hover .exclamation {} 
#footer-notify .notice-content img {
}
#footer-notify .close {
	position:absolute;
	top:5px;
	right:5px;
	text-decoration:none;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
#footer-notify.open .close:hover {}

/* sticky-side-widget */
#sticky-side-widget{
	position:fixed;
	width:280px;
	max-width:82%;
	right:-282px;
	bottom: 19%;
	background:#111111;
	color:#fff;
	font-size:12px;
	z-index: 200;
	border:solid 2px #111111;
	border-right:0;
	border-radius:0 0 0 8px;
	-webkit-border-radius:0 0 0 8px;
	line-height:1.5em;
}
#sticky-side-widget.active{right:0px;box-shadow:0 0 8px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 8px rgba(0,0,0,0.2);}
#sticky-side-widget .sticky-side-wrap{position:relative;}

#sticky-side-widget .sticky-side-title:before{position:absolute;font-family:Font Awesome\ 5 Free;content:'\f095';left:12px;top:0;font-size:16px;}
#sticky-side-widget.active .sticky-side-title:before{content:'\f056';}
#sticky-side-widget .sticky-side-title{
	display:inline-block;
	height:34px;
	width: 194px;
	padding-left:20px;
	line-height:33px;
	padding-bottom:40px;
	position:absolute;
	top: 192px;
	left: -40px;
	white-space:nowrap;
	background: #111111;
	background: rgba(52,152,219,0.9);
	color:#fff;
	border:solid 2px #111111;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform: rotate(-90deg);
	-moz-transform-origin: 0 0;
	-ms-transform: rotate(-90deg);
	-ms-transform-origin: 0 0;
	-o-transform: rotate(-90deg);
	-o-transform-origin: 0 0;
	transform: rotate(-90deg);
	transform-origin: 0 0;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	box-shadow:0 -3px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow:0 -3px 6px rgba(0,0,0,0.15);
}
#sticky-side-widget.active .sticky-side-title{background:rgba(52,152,219,0.95);}
#sticky-side-widget .sticky-side-title:hover{left: -45px;}
#sticky-side-widget.active .sticky-side-title:hover{left: -40px;}
#sticky-side-widget .sticky-side-content{
	position:relative;
	padding:16px;
	z-index:999;
	background: #111111;
	border-radius:0 0 0 8px;
	-webkit-border-radius:0 0 0 8px;
	z-index:9;

}
#sticky-side-widget .sticky-side-content p{font-size:14px;line-height:1.5em;}

.sticky-footer {position:fixed;bottom:0px;left:0px;width:100%;background:#111111;background:rgba(52,152,219,0.9);color:#fff;border-top:solid 1px #111111;z-index: 9;}
.sticky-footer .inner-content {position: relative;padding:8px 0px 8px;}

/* sticky footer booking form */

.ui_tpicker_second, .ui_tpicker_millisec, .ui_tpicker_microsec {display:none;}

.sticky-footer .booking-popup-link{
	display:none;
	position:absolute;
	top:-32px;left:50%;
	width:120px;height:35px;
	line-height:25px;
	margin-left:-60px;
	padding:5px 0;
	background:#111111;background:rgba(13,77,128,0.85);
	text-align:center;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	border-radius:20px 20px 0 0;
	-webkit-border-radius:20px 20px 0 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	.sticky-footer .booking-popup-link:hover{top:-35px;}
.sticky-footer .mfp-hide {display:block !important;}
#footer-booking-form h3{width:95px;width:90px\9;float:left;background:none;font-size:15px;font-size:14px\9;padding:0;margin:0;line-height:32px;}
#footer-booking-form .wpcf7  input[type=text], #footer-booking-form .wpcf7  input[type=email], #footer-booking-form .wpcf7  input[type=tel], #footer-booking-form  .wpcf7 .services .wpcf7-select   {
	background-color: #fff !important;
	border:0 ;
}

#footer-booking-form {position:relative;padding-left: 2px;}
#footer-booking-form p{margin:0;}
#footer-booking-form .wpcf7 .services .wpcf7-select {width:100px;padding:4px 3px;}
#footer-booking-form .ajax-loader{
    position: absolute;
    right: 50px;
	top:7px;
}
#footer-booking-form span.wpcf7-not-valid-tip {position:absolute;top: -3px; left:0px;width:98px;background: #b11;background:rgba(230,11,11,0.8);color: #fff;border-radius:4px;-webkit-border-radius:4px;z-index:9;}
#footer-booking-form .wpcf7-response-output {
	position: absolute;
	top: 0px;
	padding:4px  20px  4px 86px!important;
	margin: 0;
	width: 100%;
	font-size:15px;
	z-index: 99;
}
#footer-booking .wpcf7 input[type="submit"]{height: 30px;margin-right: 0;padding: 0 14px;}
#footer-booking .wpcf7 input[type="submit"]:hover{background:#fff;color:#111111;}
.mfp-content #footer-booking {
	position: relative;
	background:#111111;
	color:#fff;
	margin: 20px auto;
	padding-bottom:20px;
	width: auto;
	max-width: 380px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 6px solid #000;
	border: 6px solid rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	overflow:hidden;

}
	
.mfp-content #footer-booking h3{
	width:100%;
	text-align: center;
	background: #fff;
	color: #b11;
	padding: 10px 0;
	margin-bottom:20px;
}
.mfp-content #footer-booking .form-divider{display:none;}
.mfp-content #footer-booking .wpcf7  input[type=text], .mfp-content #footer-booking .wpcf7  input[type=email], .mfp-content #footer-booking .wpcf7  input[type=tel], .mfp-content #footer-booking  .wpcf7 .services .wpcf7-select   {width:100%;margin-bottom:10px;background:#fff;}
.mfp-content  #footer-booking .wpcf7 .car-reg, .mfp-content #footer-booking .wpcf7 .car-make, .mfp-content #footer-booking .wpcf7 .car-model{display:block;float:left;width:30%;margin-right:3%;}
.mfp-content #footer-booking {position:relative;padding-left:0;}
.mfp-content #footer-booking p{padding:0px 20px;}
.mfp-content #footer-booking- .wpcf7 .services .wpcf7-select {width:100%;}
.mfp-content #footer-booking .ajax-loader{
	position: static;
}
.mfp-content .wpcf7-form-control-wrap {display:block}
.mfp-content #footer-booking span.wpcf7-not-valid-tip {width:100px;position:absolute;top: 4px; left:4px;background: #b11;background:rgba(230,11,11,0.8);color: #fff;border-radius:4px;-webkit-border-radius:4px;z-index:9;}
.mfp-content #footer-booking .wpcf7-response-output {
	position: static;
	padding:4px  20px  4px 86px!important;
	margin: 20px 0 0;
	width: 100%;
	font-size:15px;
}
/* Alert boxes
---------------------------------------- */
.alert-box, .wpcf7-response-output {
	padding:10px 16px !important;
	font-size:.91em;
	line-height:1.4em;
	border:1px solid #dbdbdb;
	margin:5px 0 !important;
	}
	.error-box, .wpcf7-mail-sent-ng {
		border-color:#ff9999;
		color:#c31b00;
		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;
		}
	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
		border-color:#e6c555;
		color:#9e660d;
		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;
		}
	.notice-box {
		border-color:#68a2cf;
		color:#2e6093;
		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;
		}
	.approved-box, .wpcf7-mail-sent-ok {
		border-color:#a3c159;
		color:#5e6f33;
		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;
		}

a.scrollup {
  background: #111111;
  background: rgba(0,0,0,0.9);
  color: white;
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 18px;
  text-align: center;
  opacity: 0.9;
  position: fixed;
  bottom: 70px;
  right: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: none;
  z-index: 99;
  transition: color 0.2s ease;
}
a.scrollup:hover{color: white;}


/* JHM styling */
/* home-form */
.popup-contact-form {
  position: relative;
  background:#e9ebf4;
  margin: 20px auto;
  width: auto;
  max-width: 600px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border: 6px solid #000;
	border: 6px solid rgba(0, 0, 0, 0.2);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	overflow:hidden;
}
.popup-contact-form .form-title{font-size:28px;font-weight:400;text-align:center;}
.popup-contact-form .form-content{padding: 0 30px 30px}

.home-form{padding:0;text-align:center;width:100%;}
.home-form .h2, .home-form .h5{text-align:center;background:#fff;color:#b11;padding:5px 0;margin:0;}
.home-form input{font-size:12px;width:98%;padding:6px 1%;border:0}
.home-form ul{position:relative;list-style-type:none;margin:0;padding:20px;}
.home-form ul ul{padding:0px 0px;}
.home-form ul ul li{margin-left: 2.762430939%;}
.home-form ul ul li.first{margin-left: 0;}
.home-form ul li{position:relative;background:none;margin:0;list-style-type:none;}
.home-form ul li label{display:block;color:#fff;font-size:11px;text-align:left;}
.home-form ul li select{padding:5px 2px;font-size:12px;width:100%;}
.home-form .ajax-loader{
    position: absolute;
    left: 48%;
	bottom:14px;
}
.home-form .home-submit{margin:10px 0 0 0;}
.home-form .home-submit input{  background: #b11 url(images/button-arrow.gif) no-repeat 224px center;height:auto;padding:5px 12px;margin:0;float:none;width:100%;}
.home-form .home-submit input:hover{  background: #d11 url(images/button-arrow.gif) no-repeat 224px center; color:#fff;}
#wpcf7-f1239-p8-o1 div.wpcf7-response-output {
	top: 0;
	padding:4px !important;
	margin: 0 auto 10px !important;
	text-align:center;
	font-size:13px;
	z-index: 99;
}

.home-form span.wpcf7-not-valid-tip {position:absolute;top: -1px; left:5px;width:100px;background: #b11;background:rgba(230,11,11,0.8);color: #fff;font-size:12px;border-radius:4px;-webkit-border-radius:4px;z-index:9;}

/* Forms */
.slangword-input {font-size: 24px !important;}
.wpcf7-form{position:relative;}
.red{color:red; font-weight:800;}
.widget .wpcf7 {}
.wpcf7 label {}
.wpcf7-form-control-wrap {display:block;position:relative;margin-bottom:7px;}
.wpcf7 br{display:none;}

.wpcf7-form > ul {list-style-type:none;margin-left:0;margin-bottom:5px;}
.wpcf7-form > ul > li{}

.widget .wpcf7  input[type=text], .widget .wpcf7  input[type=email]   {
	width: 100%;
	font-size:13px;
}

.widget .services  select.wpcf7-select {
	width: 100%;
	max-width: 100%;
	font-size:13px;
}

.widget .wpcf7  textarea  {
	max-width: 100%;
	height: 100px !important;
	font-size:13px;
}

.wpcf7 input[type="submit"] {width:100%}
.wpcf7 input[type="submit"]:hover {}
.wpcf7 .wpcf7-spinner{position:absolute;margin:0;left:50%; bottom:9px;margin-left:-12px;z-index:9;}
span.wpcf7-not-valid-tip {
	max-width: 100%;
	padding:0px 8px;
	display:inline;
	position: absolute;
	top: 2px;
	left: 5px;
	background: #b11;
	background: rgba(230,11,11,0.8);
	color: #fff;
	z-index: 9;
}

.wpcf7-checkbox.wpcf7-validates-as-required + span.wpcf7-not-valid-tip{position:static;padding:5px 8px;}


.wpcf7 .wpcf7-captchac {float:left;margin-bottom:10px;}
.wpcf7 input[type=text].wpcf7-captchar {float:right;width:140px !important;margin:0 0px 10px 0;}

input#pref-date, input#pickup-date, input#acc-date, .widget .wpcf7 input[type=text].wpcf7-date{
	width: 75px !important;
	max-width: 100%;
	margin-right: 0px;
}

.widget .pref-time select.wpcf7-select, .widget .no-of-days select.wpcf7-select {
	max-width: 100%;
	width: 80px; padding:2px;background:#eee;
}

.wpcf7-form p{padding-bottom:0;margin-bottom:7px;}
.wpcf7-list-item{margin: 0 1em 0 0;float:none;}
#inner-secondary .wpcf7-list-item {
	display: block;
}
.wpcf7-form-control-wrap.subject input{width:100%;}



#gpr_widget{margin:0px;}
#gpr_widget .gpr-widget-title {display:none;}
#gpr_widget .gpr-review {margin-top:16px;}
#gpr_widget .gpr-review-avatar {float:left;margin-right:15px;}
#gpr_widget .gpr-review-avatar img{border-radius:200px;overflow:hidden;background:#eee;}
#gpr_widget .gpr-review-avatar{width:60px;height:60px;margin-bottom:5px;}
#gpr_widget div.gpr-review-info {margin-left:0px;}
#gpr_widget .grp-reviewer-name br{display:none;}
#gpr_widget .gpr-rating-time {width:auto;}
#gpr_widget .gpr-rating-value {float:none;}
#gpr_widget .gpr-review-avatar,
#gpr_widget .grp-reviewer-name br,
#gpr_widget .gpr-clearfix:before,
#gpr_widget .gpr-clearfix:after,
#gpr_widget .gpr-rating-time,
#gpr_widget .grp-reviewer-name a,
#gpr_widget .readmore-js-toggle{}
#gpr_widget .gpr-review-header p{margin:0px;padding:0px;}
#gpr_widget .gpr-review-content{border-bottom:dotted 1px #ddd;}

#gpr_widget .google-places-reviews {min-width:0px;}

.content-google-review{
	padding: 20px;
	background:#fff; border: 1px solid #dbdbdb; 
	border-radius:5px; -webkit-border-radius:5px;
}
.content-google-review-title{display:block;color:#111111;font-size: 16px;font-weight:600;margin-bottom:20px;text-align:center;}
.content-google-review-title img{display:block;margin:0 auto 8px;}
.content-google-review span.grp-reviewer-name a{color:#111111;}
.content-google-review span.grp-reviewer-name a:hover{color:#303030;}
.grecaptcha-badge {visibility: hidden;}
	
@media only screen and (max-width: 1289px) {
	.header-contact-info ul li{margin:0 0 0 40px;}
	.header-contact-info .header-contact-icon{z-index:-1;opacity:0.2;top:-5px;left:-10px;}
	.header-contact-info .header-contact-icon i{font-size:50px;}
	.header-contact-info ul li{padding-left:0;}
	.header-contact-info .h-contact-text{padding-left:10px}
	.header-contact-info a{font-size:17px;}
	#nav-wrapper > ul > li.menu-item-has-children > a:before, .main-navigation .mega-menu.mega-menu-desc > a:before{display:none;}
	#nav-wrapper > ul > li.menu-item-has-children > a, .main-navigation .mega-menu.mega-menu-desc > a{padding:0 10px }
	.boxed #page {
	  margin: 30px 30px 30px;
	}
    
	.inner-service-hover-html{line-height:1em;font-size:14px;}

	.sticky-footer .booking-popup-link{display:inline-block;}
	.sticky-footer .inner-content{padding:0;border:0;}
	.sticky-footer #footer-booking-form{display:none;}
	#footer-booking {}

}
@media only screen and (max-width: 1026px) {
      #primary.ninecol{width: 65.74585634900001%;}
      #secondary.threecol{width: 31.491712705%;}
}


@media only screen and (max-width: 979px) {
	.header-bar-left.first, .header-bar-right.last{float:none;text-align:center;}
	#masthead .inner-content .site-branding .logo-link .slogan-1 {font-size:24px;font-weight:600}
	#masthead .inner-content .site-branding .logo-link .slogan-2 {font-size:14.16px;line-height:1em;}
	
	.header-contact-info ul{display:none;}
	.header-contact-us{display:block;}
	.header-contact-us a{position:absolute;right:2px;top:32px;white-space:nowrap;display:block;color:#fff;font-size:20px;padding:20px;font-weight:400;}

	
	ul.product-list li img.wp-post-image{float:none;max-width:100%;margin:0 auto 10px auto;}

 .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
}
@media only screen and (min-width: 623px) and (max-width: 898px) {
	.cs-video-container{width:145%;top:50%;left:50%;transform: translate(-50%,-50%);}
}


@media only screen and (max-width: 876px) {
	.service-list-view  .service-title{display:block;}
	.service-list-view .service-block img{margin:20px 20px 0;}
    .header-contact-info a{font-size:15px}
}

@media only screen and (max-width: 768px) {
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol,#primary.ninecol, #secondary.threecol,#jzzf_row_jzzf_1_small_room,#jzzf_row_jzzf_1_medium_room,#jzzf_row_jzzf_1_large_room, #jzzf_row_jzzf_1_dc_fixed_total {
    width: 100%;
    float: none;
    margin-left: 0;
  }


  .first {
    margin-right: 0;
    float: none;
  }
  .last {
    float: none;
  }
  
.sticky-header.sticky-header-resize .header-bar {height:0;padding:0;}
  
.h-carousel .product-list.slick-slider .slick-slide.first, .related.products ul.product-list .slick-slide.first , .h-carousel .product-list.slick-slider .slick-slide.last, .related.products ul.product-list .slick-slide.last, .upsells.products ul.product-list .slick-slide.first, .upsells.products ul.product-list .slick-slide.last {
    margin: 0 10px;float: left;
}
  
	.small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } 
	.header-bar-left {margin-bottom:5px;}
	.header-bar-left, .header-bar-right {text-align:center;}.top-menu{}
	#masthead .inner-content .site-branding .logo-link, #masthead .inner-content .site-branding .logo-link .sc-slogan {
		display:inline-block;
	}
	#page-header-title, #page-header-title #breadcrumbs-wrapper{text-align:center}
#masthead .rightof-logo .wp-block-search__input {width: 250px;}
#masthead .rightof-logo div.search_bar {width: 325px;}
	 	
	.casestudy-lists ul#casestudy-destination li{width:50%;float:left;}
	.casestudy-lists ul#casestudy-destination li:nth-child(3n+1){
		clear: none;
	}
	.casestudy-lists ul#casestudy-destination li:nth-child(2n+1){
		clear: left;
	}

.single-casestudy.has-gallery .gallery,.single-casestudy.has-gallery .summary{width:67%;}
	.entry-wrapper{padding-left:0 !important;}
	.entry-header {}
	.entry-header .thumb-wrapper{}
	.entry-header .small{}
	.entry-header br{display:none;}
	.entry-header .entry-meta{position:static;width:100%;text-align:left;border-right:0;padding-right:0;}
	.entry-header .entry-meta > span{padding-right:12px;padding-left:20px;}
	.entry-header .entry-meta > span:after{left:0;}
	
	.inner-service-hover-html{line-height:2em;font-size:18px;}
	#footer-logo{text-align:center;padding-top:0px;}
	.address-wrap br{display:none;}
  .lower-footer .first, .lower-footer .last {
    text-align: center;
  }
}


@media only screen and (max-width: 622px) {
	/*#masthead .middle-logo-wrapper .site-branding, #masthead .site-branding{margin:0;width:80%;}*/
	#masthead .middle-logo-wrapper .middle-header-left{float:right;}
	#masthead .rightof-logo .wp-block-search__input {width: 114px;}
#masthead .rightof-logo div.search_bar {width: 175px;}
	#masthead .middle-logo-wrapper .top-right-content{display:none}
	.cover-wrapper{display:block;position:static;height:auto;padding-top:0;}
	.cover-section-item{display:block;position:relative;width:100% !important;height:0px;padding-top:56.25%;border:0;z-index:9}
	.cover-section-item .cover-section-caption{position:absolute;bottom:0;left:0;width:100%;background:transparent}
	.cover-section-item:hover .cover-section-caption{background:transparent;opacity:0.1}
	.cs-video-container,.cs-img-container{position:absolute;top:0 !important;left:0 !important;width:100% !important; height:100% !important;}
	.cover-wrapper:hover .cover-section-img {opacity: 1;}
	.cover-section-item:hover .cover-section-img {opacity: 0;}
}
@media only screen and (max-width: 479px) {
	#masthead .middle-logo-wrapper .top-right-content{display:none;}
	.single-service-gallery ul.content-gallery .slick-list {margin: 0;}
	.single-service-gallery ul.content-gallery li.slick-slide {clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);margin: 0;}
	.onecol.itemcol, .twocol.itemcol, .threecol.itemcol, .fourcol.itemcol, .fivecol.itemcol, .sixcol.itemcol, .sevencol.itemcol, .eightcol.itemcol, .ninecol.itemcol, .tencol.itemcol, .elevencol.itemcol, .twelvecol.itemcol {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.first.itemcol {
		margin-right: 0;
		float: none;
	}

	.last.itemcol {
		float: none;
	}
	
	.x-small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .x-small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .x-small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .x-small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .x-small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .x-small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .x-small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .x-small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .x-small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .x-small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .x-small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .x-small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .x-small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .x-small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .x-small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .x-small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .x-small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .x-small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .x-small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .x-small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .x-small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .x-small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .x-small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .x-small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .x-small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } 
	  	  
	button.menu-toggle{}
	.sticky-header.sticky-header-resize button.menu-toggle{}
	
	.casestudy-lists ul#casestudy-destination li{width:100%;float:none;margin-left:0%}
	.inner-service-hover-html{line-height:1em;font-size:14px;}
	
	.post-type-archive-product ul.product-list{margin:0;}
	ul.product-list li.product-category {width:100%;float:none;padding:0px;}
}
/*@ sourceMappingURL=style.css.map murf816