/*@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Roboto:300italic,400italic,700italic,400,300,700&amp;subset=all");
*/

html {
	direction: ltr;
	overflow-x: hidden;/*
	overflow-y: hidden;*/
	box-shadow: none !important;
}

body {
	margin: 0;
	min-width:360px;
	font-size:1rem;
	color:#333;
}

html, body {
    height: 100%;
}

img {
	max-width:100%;
}

.body-boxed {
	padding: 20px;
  overflow-x: hidden;
	background-size:cover;
}

.main {
    min-height: 100%;
    height: auto;
	background:#fff;
	position:relative;
}

.layout-standard {
    height: 100%;
}

.layout-boxed {
	max-width: 1170px;
    margin: 0px auto;
	border-radius:15px;
	overflow: hidden;
}

.layout-boxed .main {
	min-height: auto;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

.layout-boxed #footer {
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}

h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5 {
	font-weight: 500;
	margin-top:0px;
	margin-bottom: 1rem;
}

h1,.h1 {
	font-size:2.2rem;
	margin-bottom:1.1rem;
}

h2,.h2 {
	font-size:1.8rem;
	margin-bottom:1.1rem;
}

h3,.h3 {
	font-size:1.6rem;
	margin-bottom:1.1rem;
}

h4,.h4 {
	font-size:1.4rem;
	margin-bottom:0.7rem;
}

h5,.h5 {
	font-size:1.2rem;
	margin-bottom:1rem;
}

ul, ol, p {
	margin-bottom:1.1rem;
}

table:last-child, ul:last-child, ol:last-child, p:last-child {
	margin-bottom:0rem;
}

.form-control {
	-webkit-box-shadow:none; 
  box-shadow: none; 
}

input[type="checkbox"] {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  /* Show the border to simulate the square */
  border: 1px solid #ccc;
  /* Hide the native checkbox */
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
	margin-bottom: -2.5px;
	position:relative;
}

input[type="checkbox"]:before {
  /* Show some fake element to keep the space for empty "square" */
  content: "\f0c8";
  color: transparent;
	top: 0px;
	left: 0px;
	position: absolute;
	line-height: 14px;
}

input[type="checkbox"]:checked:before {
  /* Show actual checkmark */
  content: "\f00c";
  color: black;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 1px solid;
    outline-offset: -1px;
}

#footer {
	    background: #eee;
	border-top:1px solid #8bc34a;
	padding-top:2rem;
}

#footer a {
	color:inherit;
}

.footerCol, .footerNav {
	margin-bottom:1.1rem;
}

.footerBottom {
	padding-bottom:1.1rem;
	font-size:0.8rem;
}

.footerBottom.footerBottomBg {
	padding-top:1rem;
	margin-top: 1rem;
/*	background:#000000;
	color:#fff;*/
}

blockquote {
    padding: 20px 30px;
    margin: 0 0 1rem;
    font-size: 1rem;
    border-left: none;
    position: relative;
		overflow: hidden;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


#ytModal .modal-dialog {
	width:95%;
	height:95%;
  margin: 2.5vh auto;
	max-width: none;
}


/*Sets the maximum height of the entire modal to 95% of the screen height*/
#ytModal .modal-content {
	height: 100%;
  max-height: 95vh;
  /*overflow: scroll;*/
}

/*Sets the maximum height of the modal body to 90% of the screen height*/
#ytModal .modal-body {
	max-height: calc(95vh - 121px);
  /* overflow-y: auto; */
  height: 85%; 
}
	
/*Sets the maximum height of the modal image to 69% of the screen height*/
#ytContent {
  /*max-height: calc(95vh - 121px);;*/
    height: 100%;
    position: relative;
}

#ytContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*blockquote:before {
	font: normal normal normal 14px/1;
	font-family: 'Font Awesome 5 Free';
		font-weight:900;
	content:"\f10d";
	position:absolute;
	left:10px;
	top:23px;	
}

blockquote:after {
	font: normal normal normal 14px/1;
	font-family: 'Font Awesome 5 Free';	
		font-weight:900;
	content:"\f10e";
	position:absolute;
	right:10px;
	bottom:23px;	
}*/
blockquote:before,
blockquote:after {
	color:#d4e2e8;
}

.fa-ul {
	margin-left:1.5em;
}

.btn:hover,
.btn:focus{
	opacity:0.9;
}

#mainBtn, 
#mainBtnHover,
#secBtn, 
#secBtnHover {
	border-width:0px;
}

.btn-effect-glow {
 -moz-box-shadow: inset 0px 1px 2px 0px #fff;
 -webkit-box-shadow: inset 0px 1px 2px 0px #fff;
 box-shadow: inset 0px 1px 2px 0px #fff;
}

.btn-effect-shadow {
 -moz-box-shadow: 0px 10px 14px -7px #a6a6a6;
 -webkit-box-shadow: 0px 10px 14px -7px #a6a6a6;
 box-shadow: 0px 10px 14px -7px #a6a6a6;
}

.btn-border-sm {
    border-width: 1px !important;
}

.btn-border-md {
    border-width: 2px !important;
}

.btn-border-lg {
    border-width: 3px !important;
}

.btn-round {
 -webkit-border-radius: 6px !important;
 -moz-border-radius: 6px !important;
 border-radius: 6px !important;
}

.btn-default {
	border-color: #999999;
}

#mainBtn:hover, 
#mainBtnHover:hover,
#secBtn:hover, 
#secBtnHover:hover {
	opacity:inherit;
	cursor:default;
}

.thehole {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/*if logo is svg*/
.headLogo img {
	width:100%;
}

.contentMain {
	padding:40px 0px;
}

.layout-boxed .container {
	padding-left:35px; 
	padding-right:35px;
}

.text-danger { color: #d2322d !important; }
.text-success { color: #47a447 !important; }
.text-warning { color: #ed9c28 !important; }

.text-center { text-align:center !important; }
.text-left { text-align:left !important; }
.text-right { text-align:right !important; }

.mt-none { margin-top:0; }
.mt-xs { margin-top:0.3rem; }
.mt-sm { margin-top:0.5rem; }
.mt-md { margin-top:1rem; }
.mt-lg { margin-top:1.5rem; }
.mt-xl { margin-top:2rem; }
.mt-xlg { margin-top:2.5rem; }

.mr-none { margin-right:0; }
.mr-xs { margin-right:0.3rem; }
.mr-sm { margin-right:0.5rem; }
.mr-md { margin-right:1rem; }
.mr-lg { margin-right:1.5rem; }
.mr-xl { margin-right:2rem; }
.mr-xlg { margin-right:2.5rem; }

.mb-none { margin-bottom:0; }
.mb-xs { margin-bottom:0.3rem; }
.mb-sm { margin-bottom:0.5rem; }
.mb-md { margin-bottom:1rem; }
.mb-lg { margin-bottom:1.5rem; }
.mb-xl { margin-bottom:2rem; }
.mb-xlg { margin-bottom:2.5rem; }

.ml-none { margin-left:0; }
.ml-xs { margin-left:0.3rem; }
.ml-sm { margin-left:0.5rem; }
.ml-md { margin-left:1rem; }
.ml-lg { margin-left:1.5rem; }
.ml-xl { margin-left:2rem; }
.ml-xlg { margin-left:2.5rem; }

.fa-ul li {
	padding-bottom:5px;
}

.fa-ul li:last-child {
	padding-bottom:0px;
}

hr {
	background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 2rem 0;
	background: #DBDBDB;
}

.header-shop {
	background: #fff; 
	border-bottom: 1px solid #eee;
}

.header-shop .container {
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-shop .header-right {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
	align-items: center;
}

.header-shop .header-shop-item {
    position: relative;
    padding-right: 2rem;
		    display: flex;
    align-items: center;
    align-self: stretch;
    color: #999;
    letter-spacing: 0;
    margin-right: 1.8rem;
}

.header-shop-item {
    display: flex;
    align-items: center;
    align-self: stretch;
    color: #999;
    letter-spacing: 0;
    margin-right: 1.8rem;
}

.header-shop-item a {
    color: inherit;
}
.header-shop a {
		padding:0.62rem 0;
}

.header-shop .header-shop-item::before {
    content: '';
    display: block;
    width: 2px;
    height: 37px;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.dropdown-cart-total .cart-total-price {
    margin-left: auto;
}

.cart-dropdown {
    position: relative;
}

.cart-dropdown .cart-dropdown-menu {
    width: 300px;
}

.cart-dropdown:hover>.cart-dropdown-menu {
    display: block;
    margin-top: 0px;
}

.cart-dropdown .cart-dropdown-toggle::before {
    display: inline-block;
    content: "\f07a";
    font-family: 'Font Awesome 5 Free';
    font-size: 1.4rem;
    line-height: 1;
    margin: 3px 0 0;
		font-weight: 800;
    color: #393f4f;
}

.cart-dropdown-toggle {
    white-space: nowrap;
}

.cart-dropdown .cart-dropdown-toggle {
    display: block;
    position: relative;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-right: 10px;
    text-decoration: none;
}


.cart-dropdown .cart-dropdown-toggle .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-width: 1.1rem; */
    height: 1.2rem;
    position: absolute;
    left: 1.3rem;
    line-height: 1;
    top: -0.2rem;
    border-radius: 50%;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: .8rem;
    font-weight: 600;
    color: #fff;
    background-color: #f00;
    /* box-shadow: 0 7px 8px rgb(0 0 0 / 5%); */
}

.cart-dropdown .dropdownmenu-wrapper {
  padding: 1rem 1rem;
}


.dropdown-cart-header {
    border-bottom: 1px solid #e6ebee;
    margin-bottom: 0;
    padding-top: 0;
    padding: 0rem 0rem .7rem;
}

.dropdown-cart-total {
    padding: .7rem 0rem;
}

.dropdown-cart-header, .dropdown-cart-total {
    display: flex;
    align-items: flex-end;
    /*font-size: 1.3rem;*/
    font-weight: 700;
    text-transform: uppercase;
    color: #474747;
}

.dropdown-cart-header a {
    color: inherit;
    padding: 0;
    margin-left: auto;
}

#headMain.bladeNav .header-shop .cart-dropdown:hover>.cart-dropdown-menu, #headMain.bladeNavSpaced .header-shop .cart-dropdown:hover>.cart-dropdown-menu {
    margin-right: 0;
    padding: 0;
    transform: none;
}

.cart-dropdown .product {
    display: flex;
    padding: 1.6rem 1rem 1.6rem 0rem !important;
    box-shadow: none;
    margin: 0 !important;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important;
    align-items: center;
}

.cart-dropdown .product-details {
    font-weight: 500;
    color: #696969;
    text-align: left;
    padding: 0 !important;
}

.cart-dropdown .product-title {
    margin-bottom: .8rem;
		font-size: 1rem;
}

.header-shop .dropdown-cart-products {
    max-height: 300px;
    overflow-y: auto;
}

.item-qtybar button {
    padding: 4px 5px 4px;
    font-size: 11px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-width: inherit;
}

.cartQty {
    display: inline-block;
    line-height: 12px;
    border: solid 1px #e2e0de;
    vertical-align: middle;
    padding: 5px 4px 5px;
}

.cart-dropdown .btn-remove {
    display: flex;
    position: absolute;
    top: -1rem;
    right: -1rem;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #fff;
    color: #474747;
    font-size: 1.1rem;
    line-height: 1;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}

.cart-dropdown .product-image-container {
    position: relative;
    margin: 0;
    margin-left: auto;
    border: 1px solid #ededed;
    box-shadow: none !important;
    max-width: 80px;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 80px;
}


.cart-dropdown-menu {
position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
}

.cart-dropdown.open .cart-dropdown-menu, .cart-dropdown.hover-open .cart-dropdown-menu {
	display:block;
}

.cart-dropdown .cart-dropdown-menu  {
    margin: 0;
    padding: 0rem;
}

#toCartButton {
  opacity: 0;
  bottom: 60px;
  right: 10px;
  z-index: 5555;
	position: fixed;
	-webkit-transition: opacity 0.3s;
 	-moz-transition: opacity 0.3s;
 	transition: opacity 0.3s;
}

#toCartButton a {
	padding: 14px 10px 14px;
  min-width: 49px;
}

#toCartButton.allowshow:hover {
    opacity: 1;
}

#toCartButton.allowshow {
    opacity: 0.75;
}

tbody .product-col {
    /*font-size: 0;*/
}

.product-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.product-col .product-image-container {
    flex: 0 0 180px;
    max-width: 180px;
    border: 1px solid #eeeae5;
    vertical-align: middle;
    margin-right: 1.8rem;
    margin-bottom: 0;
}

.product-col .product-image-container {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
}

.product-col .product-title {
    display: inline-block;
    vertical-align: middle;
}
table.table-cart .product-title {
    margin-bottom: 0;
    font-size: 1rem;
}

.iconmodal  {
	display:table;
	width:100%;
}

.iconmodal .modal-icon {
	display: table-cell;
  vertical-align: top;
}

.iconmodal .modal-text,
.iconmodal .modal-icon {
	display: table-cell;
  vertical-align: top;
}

.iconmodal .modal-icon i {
	padding-right:20px;
	font-size: 2rem;
}



.ui-icon {
    text-indent:inherit;
	width: 20px;
}

.ui-accordion-header {outline: none;}

.ui-accordion .ui-accordion-header {
    padding: .7em .7em .7em .8em;
	margin: 7px 0 0 0;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 1em;
}

.ui-accordion-header-icon:before {
    font: normal normal normal 14px/1 FontAwesome;
		font-family:'Font Awesome 5 Free';
    position: absolute;
		font-weight:900;
    content: "\f067";
    left: 0px;
    top: 2px;
    height: 16px;
    width: 19px;
}

.ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
    content: "\f068";
}

.bg-danger {
	color:#fff;
}

.bgImg {
    width: 100%;
    background-size: cover;
    background-position: center;
}

.bannerContBoxed {
	max-width: 1170px;
	margin:auto;
}

.bgTitle {
	position: relative;
    width: 100%;
    display: table;
    align-items: center;
    justify-content: center;
}

.bgTitleWrapper, .bgTitleWrapperWhite {
    background-size: cover !important;
    position: relative;
    background-position: center !important;
}

.bgTitleWrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}

.bgTitleInner {
    display: table-cell;
    z-index: 4;
    position: relative;
    vertical-align: middle;
	
}

.bgTitleInner h1 {
	font-weight: 700;
	color:#fff;
	position: relative;
}

.bgTitleInner h1.text-left {
	max-width:50%;
}

.bgTitleInner h1.text-right {
	max-width:50%;
	margin-left: auto;
}


.serviceNavBlock {
	padding:20px; 
	border:1px solid #9e9e9e;
}
.contactBlock {
	padding:20px; 
	border:1px solid #ddd;
	/*margin-left: auto;
    margin-right: auto;*/
	max-width:300px
}

.contactIconLg {
	 	width: 80px;
    height: 80px;
    background: #eeee;
    line-height: 80px;
    font-size: 27px;
		margin:0 auto 20px;
}

.sidebarNav {
	flex:none;
	display: block;
}

.sidebarNav li {
	border-bottom:1px solid #ddd;
}

.sidebarNav li:last-child {
	border-bottom:none;
}

.sidebarNav li a {
	padding: 10px 0px;
	display:block;
}

.sidebarNav li:last-child a {
	padding: 10px 0px 0px;
}

.sidebarNav li a:hover, {
	background-color:transparent;
	color:#333;
}
.sidebarNav li a.active {
	font-weight:bold;
}

ul.nav-list li a{
    padding: 10px 10px;
	    color: inherit;
}
ul.nav.nav-list li ul li a {
	position: relative;
    display: block;
}

ul.nav-list li ul li:last-child a {
    padding: 10px 10px 10px;
}

ul.nav-list li ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}

ul.nav-list li:last-child a {
    padding: 10px 10px 0px;
}

ul.nav-list li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin: 7px 0 0 -9px;
    position: absolute;
}

.nav.sidebarNav>li>a:focus, .nav.sidebarNav>li>a:hover,
.nav.nav-list>li>a:focus, .nav.nav-list>li>a:hover {
    text-decoration: none;
    background-color: transparent;
	color:#333;
}

/*--------------------*/

/*Title Start*/

.title {
	position:relative;
	margin-bottom:2.8rem;
}

/*Title End*/

/*--------------------*/


/*--------------------*/

/*Callouts Start*/

.homeWidgetImg {
	height:130px;
	width:100%;
	background-color:#333;
	background-size:cover;
	background-position:center center;
	border-bottom-right-radius:30px;
	margin-bottom:1rem;
}

.homeWidget {
	max-width:360px;
}

.homeCalloutV2 .row > div {
	display:table-cell;
	float:none;
}

.servCallout .row  {
	margin:0px;
}

.servCallout .row > div {
	display:table-cell;
	float:none;
	padding:20px 20px;
	background-size:cover;
	background-position:center;
}

/*Callouts End*/

/*--------------------*/

.main .dropdown-menu>li>a {
    display:block;
		padding:10px 15px;
}

.hover-box-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    height: 150px;
	border: 1px solid #ccc;
}

.hoverMediaReveal {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
	height: 231px;
	border: 1px solid #ccc;
}

.hoverMediaReveal * {
	transition:.5s
}

.hoverMediaReveal .hover-box {
	transition:.55s;	
}

.hoverMediaReveal .hover-box:before {
	content:'';
	position: absolute;
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
}

.hoverMediaRevealInner {
	position:absolute;
	bottom:0px;
	width: 100%;
	margin-bottom: -83px;
}

.hoverMediaReveal:hover .hover-box {
    margin-top: -83px;
}

.hoverMediaReveal:hover .hoverMediaRevealInner {
	margin-bottom: 0px;
}

.hoverMediaRevealTitle {
	padding:10px 30px 10px;
	color:#fff;
}

.hoverMediaRevealTitle h4 {
	font-weight:600;
	position:relative;
	color: inherit;
}

/*.hoverMediaRevealTitle h4:after {
	content:"\f0d7";
	font: normal normal normal 14px/1 FontAwesome;
	position:absolute;
	left:0px;
	bottom:0px;
	margin-bottom:-15px;
}*/

.hoverMediaRevealContent {
	padding:20px 20px;
	background-color:#fff;
}

.hover-box {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mediaPanelAngle {
}

.mediaPanelAngleImg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 231px;
}

.mediaPanelAngle:hover .hover-box {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mediaPanelAngleImg:after {
	content:'';
	position:absolute;
	bottom:0px;
	width: 0;
	height: 0;
	border-style: solid;	
	border-width: 0 0 51px 400px;
	border-color: transparent transparent #FFF transparent;
}

.mediaPanelAngleContent {
	position: relative;
	background:#fff;
	padding:20px;
	margin: -80px 20px 0px;
	border:1px solid #eee;
}

.mediaPanelAngleContent {
	transition:.2s
}

.mediaPanelAngle:hover .mediaPanelAngleContent {
	margin-top: -100px;
}

.btn-angle {
	position: relative;
	background:#eee;
	color:#000;
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 0px !important;
	overflow:hidden;
}
.btn-angle:before {
    content: "\f101";
  	font-family: 'Font Awesome 5 Free';
    color: #FFF;
		font-weight:900;
    display: inline-block;
    padding: 10px 20px 10px 16px;
    background-color:#d20000;
    margin-right: 10px;
}
.btn-angle:after {    
	content: '';
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 38px;
    -webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    background-color: #eeeeee;
}

.btn-angle span {
	position:relative;
	z-index:2;
}


.mediaBlockAngle {
	
	position:relative;
	padding:30px 20px 30px 20px;
	margin-bottom:20px;
	overflow:hidden;
		background:#eee;
}
.mediaBlockAngle:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width: 64%;
	height:100%;
	background:#eee;
	z-index: 1;
	transform: skewX(-12deg);
}

.mediaBlockAngleImg {
	    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 45%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mediaBlockAngleDateWrapper:after {
	    z-index: 0;
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
}

.mediaBlockAngleDate {
	    position: absolute;
    width: 62%;
    top: 50%;
    margin-top: -42px;
    text-align: center;
}
.mediaBlockAngleDate h4  {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 10px;
    border: 2px solid #fff;
    display: inline-block;
}

.mediaBlockAngleContent {
		position:relative;
  margin-left:25%;
	z-index:2;
	padding:20px;
	background-color: #fff;
}

.mediaBannerAngle {
	position:relative;
	padding:30px 20px;
	margin-bottom:20px;
	overflow:hidden;
		background:#eee;
}

.mediaBannerAngle:before {
	content:'';
		position:absolute;
		top:0;
		left:0;
    width: 64%;
		height:100%;
		background:#eee;
		    z-index: 1;
		transform: skewX(-12deg);
}

.mediaBannerAngleImg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.mediaBannerAngleTitle {
    position: relative;
    margin-right: 24%;
    z-index: 2;
    background-color: #fff;
    padding: 20px;
}

.mediaBannerAngleDateWrapper:after {
	    z-index: 0;
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
}

.mediaBannerAngleDate {
	    position: absolute;
    width: 62%;
    top: 50%;
    margin-top: -42px;
    text-align: center;
		    right: 0;s
}

.mediaBannerAngleDate h4  {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 10px;
    border: 2px solid #fff;
    display: inline-block;
}

a:hover .hover-box {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shareLinks .fa-facebook,
.shareLinks .fa-facebook-square {
	color:#3b5998;
}

.shareLinks .fa-linkedin,
.shareLinks .fa-linkedin-square {
	color:#0e76a8;
}

.shareLinks .fa-twitter,
.shareLinks .fa-twitter-square {
	color:#00acee;
}

.text-small {
	line-height: 12px;
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.searchFilters {
    text-align: right;
}

html .searchFilterBtn {
    font-size: 13px !important;
    border: none !important;
    /* width: 100%; */
    color: #888 !important;
    padding: 5px !important;
    background: none !important;
    font-weight: normal;
    /* opacity: 0.4; */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0px !important;
}

.searchFilterBtn input {
    display: none;
}

.searchFilterBtn:hover, .searchFilterBtn.active {
    color: #000100 !important;
}

.google-map {
    background: #E5E3DF;
    height: 400px;
    margin: 0;
    width: 100%;
}

.galItem {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 360px;
	margin: 0 auto;
}

.galItem .galBoxFrame {
    background-size: cover;
    background-position: center center;
    border: 1px solid #CCC;
    height: 180px;
    position: relative;
    overflow: hidden;
	margin-bottom:30px;
}

.bg-images {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: left;
}

.galItem:hover .bg-images {
    height: 57px;
    width: 57px;
    margin-left: -28.5px;
    margin-top: -28.5px;
}

.placeholder {
	background-repeat:no-repeat;
		background-position:center;
	background-size: contain;
}
/*--------------------*/

/*Recent News Start*/

.recentNews h4 a {
	color:inherit;
	text-decoration: none !important;
}

.recentNews a:hover {
	text-decoration:none;
}

.recentNews .date {
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
    text-align: center;
}

.recentNews .date .day {
    background: #afafaf;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    padding: 8px;
}

.recentNews .date .month {
    background: #CCC;
    border-radius: 0;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
}
/*Recent News End*/

/*--------------------*/

/*Team Start*/


.team-info-social-icons {
	margin-bottom:1.1rem!important;
}

.team-info-social-icons a {
	border-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.team-info-social-icons a {
	border-radius: 25px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.teamImg {
	border: 1px solid #ccc;
}

/*Team End Start*/

/*--------------------*/

/*WYSIWYG Formats Start*/

.imageLeft {
	margin-right: 1rem !important;
	margin-bottom:1rem !important;
	float:left;
}

.imageRight {
	margin-left: 1rem !important;
	margin-bottom:1rem !important;
	float:right;
}

.imageWidthHalf  {
	max-width:50%;
}

.imageWidthQuarter  {
	max-width:25%;
}

.table-custom>tbody>tr>td, .table-custom>tbody>tr>th, .table-custom>tfoot>tr>td, .table-custom>tfoot>tr>th, .table-custom>thead>tr>td, .table-custom>thead>tr>th {
    padding: 12px;
}

tr.rowGrey,
tr.rowGrey td {
	background-color:#f1f1f1 !important;
}

tr.rowGreen,
tr.rowGreen td {
	background-color:#47a447 !important;
	color:#fff !important;
}

tr.rowYellow,
tr.rowYellow td {
	background-color:#FDB918 !important;
	color:#fff !important;
}
tr.rowRed,
tr.rowRed td {
	background-color:#f00 !important;
	color:#fff !important;
}

table td.cellGrey {
	background-color:#f1f1f1 !important;
}

table td.cellGreen {
	background-color:#47a447 !important;
	color:#fff !important;
}
table td.cellYellow {
	background-color:#FDB918 !important;
	color:#fff !important;
}

table td.cellRed {
	background-color:#f00 !important;
	color:#fff !important;
}

li.listChkMarks,
li.listCross {
	position:relative;
	list-style-type: none;
}
li.listChkMarks:before { 
	content:"\2713\0020"; 
	position:absolute;
	left:-17px;
}
li.listCross:before { 
	content:"\2717"; 
	position:absolute;
	left:-17px;
}
/*WYSIWYG Formats End*/

/*--------------------*/

/*Main Slider Start*/
.mainSliderCont {
	padding:0px !important;
}
.sliderOver {
	z-index:200;
}
#revolutionSlider .btn {
	padding: 0.7em 2em;
  font-size: 0.8em;
	/*color: inherit;*/
}
.sliderCaption {
	z-index:400;
	/*border-radius: 15px;*/
}
.sliderCaption *:last-child {
	margin-bottom:0px;
}

.sliderRound {
	border-radius: 30px;
}

.sliderCaptionRound {
	border-radius: 15px;
}

#revolutionSlider, #revolutionSlider p {
	color:#333;
	margin-bottom: 0.9em;
    line-height: 1.2;
}

#revolutionSlider p {
}

#revolutionSlider h2 {
    font-size: 1.8em;
    font-weight: 700;
    margin: 0px 0px 0.50em;
    line-height: 1.2;
    letter-spacing: normal;
    font-style: normal;
}

#revolutionSlider h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin: 0px 0px 0.50em;
    line-height: 1.2;
    letter-spacing: normal;
    font-style: normal;
}

.headingSliderLight,
.subHeadingSliderLight {
    color: #fff !important;
}

.headingSliderDark,
.subHeadingSliderDark {
	color: #000 !important;
}

.headingSliderPrimary,
.subHeadingSliderPrimary {
    color: #232057 !important;
}
.sliderTextLight {
    color: #fff !important;
    font-size: 1em;
    font-weight: 400;
}
.sliderTextDark {
    color: #000 !important;
    font-size: 1em;
    font-weight: 400;
}

.sliderTextPrimary {
	font-size: 1em;
  font-weight: 400;
}

.sliderCaption *:last-child {
    margin-bottom: 0px;
}
.sliderCover {
	position:absolute;
	width:100%;
	height:100%;
	padding:100%
}


.sliderCover .slotholder:after {
	width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
	z-index:30;
  pointer-events: none;	
}

.darkCover .slotholder:after,
.lightCover .slotholder:after {
	width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	z-index:2;
    pointer-events: none;
	
}
.darkCover .slotholder:after {
	background: rgb(0, 0, 0);
}
.lightCover .slotholder:after {
	background: rgb(255, 255, 255);
}

.sliderCover10 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";/* IE 8 */
	filter: alpha(opacity=10);/* IE 5-7 */ 
	-moz-opacity: 0.1;/* Netscape */
	-khtml-opacity: 0.1; /* Safari 1.x */
	opacity: 0.1;/* Good browsers */
}

.sliderCover20 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";/* IE 8 */
	filter: alpha(opacity=20);/* IE 5-7 */ 
	-moz-opacity: 0.2;/* Netscape */
	-khtml-opacity: 0.2; /* Safari 1.x */
	opacity: 0.2;/* Good browsers */
}

.sliderCover30 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/* IE 8 */
	filter: alpha(opacity=30);/* IE 5-7 */ 
	-moz-opacity: 0.3;/* Netscape */
	-khtml-opacity: 0.3; /* Safari 1.x */
	opacity: 0.3;/* Good browsers */
}

.sliderCover40 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";/* IE 8 */
	filter: alpha(opacity=40);/* IE 5-7 */ 
	-moz-opacity: 0.4;/* Netscape */
	-khtml-opacity: 0.4; /* Safari 1.x */
	opacity: 0.4;/* Good browsers */
}

.sliderCover50 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE 8 */
	filter: alpha(opacity=50);/* IE 5-7 */ 
	-moz-opacity: 0.5;/* Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5;/* Good browsers */
}

.sliderCover60 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";/* IE 8 */
	filter: alpha(opacity=60);/* IE 5-7 */ 
	-moz-opacity: 0.6;/* Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity: 0.6;/* Good browsers */
}

.sliderCover70 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE 8 */
	filter: alpha(opacity=70);/* IE 5-7 */ 
	-moz-opacity: 0.7;/* Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity: 0.7;/* Good browsers */
}

.sliderCover80 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/* IE 8 */
	filter: alpha(opacity=80);/* IE 5-7 */ 
	-moz-opacity: 0.8;/* Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity: 0.8;/* Good browsers */
}

.sliderCover90 .slotholder:after {
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";/* IE 8 */
	filter: alpha(opacity=90);/* IE 5-7 */ 
	-moz-opacity: 0.9;/* Netscape */
	-khtml-opacity: 0.9; /* Safari 1.x */
	opacity: 0.9;/* Good browsers */
}

.hermes .tp-bullet {
    box-shadow: inset 0 0 0 2px #232057;
}

.tp-bullet.selected, .tp-bullet:hover {
    background: #232057;
}
.hermes .tp-bullet:after {
    background-color: #232057;
}

.hermes .tp-bullet {
    box-shadow: inset 0 0 0 2px #ddd;
	background:#ddd;
}
.hermes .tp-bullet:hover {
    box-shadow: inset 0 0 0 2px #232057;
    background-color: #232057;
}
.hermes .tp-bullet:after {
    background-color: #232057;
}

/*Main Slider End*/

/*--------------------*/

/*News Listing Start*/

.newsListTitle a,
.newsListTitle a:hover {
	text-decoration:none !important;
}

.mediaMeta {
	font-size:0.8rem;
	color:#777777;
	margin-top: -0.6rem;
}

.documentList .fa-li {
	left:-1.6em;
}

/*News Listing End*/

/*--------------------*/

/*Header/Footers Start*/

#headMain {
	/*border-bottom:#333 5px solid;*/
}

#headMain a:hover {
	text-decoration:none;
}

#headMain.bgMain {
    background-color: #1d1d1d;
	color:#fff;
}

#footer.bgMain {
  border-top: none; 
	z-index: 4;
  position: relative;
}

.input-group-btn>.btn {
    padding: .375rem .75rem;
}


#footer .fa-home {
    font-size: 1.2rem;
}


.headerContactBar {
	padding:20px 0px;
	background:#eee;
	text-align: right;
}
.headerContact {
	color: #6b6b6b;
}
.headerContact .fa {
    margin-right: 2px;
}
.headerContact a,
.headerContact a:hover {
	color:inherit;
	text-decoration:none;
}
.headerContact ul {
	margin-left:-6px;;
}
.headerContact li {
	position:relative;
	display:inline-block;
	    padding-right: 6px;
    padding-left: 6px;
}
.headerContact li:after {
	content:'';
	position: absolute;
    top: 0px;
    right: -2px;
    width: 2px;
    height: 1.4em;
	background-color: #333;
}

.headerContact li:last-child:after {
	display:none;
}
/*Header/Footers End*/

/*--------------------*/

/*Genral Custom Start*/
.btn {
    padding: 10px 19px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 6px 12px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 4px 9px;
		    font-size: 12px;
    line-height: 1.5;
}

.footerSocial a {
	font-size:2.4rem;	
}

.shareLinks a {
	font-size:1.3rem;	
}

.footerSocial,
.shareLinks {
    padding-left: 0;
    margin-left: -3px;
}

.footerSocial>li,
.shareLinks>li {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
}

.footerSocial.footerSocialRound .fa {
    background: #03a9f4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 0px;
	color:#fff;
    font-size: 30px;
}

.triangleBreakTopLeft {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px  0 0 100vw;
    border-color: transparent transparent transparent #1f1f1f;
	z-index:999;
	background: #fff;
}

#footer .triangleBreakTopLeft {
	margin-top: -34px;
	position:absolute;
}

.triangleBreakTopLeftSecondary {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px  0 0 100vw;
    border-color: transparent transparent transparent #cce5cf;
	z-index:999;
	background: #fff;
}

.triangleBreakTopRight {
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  0 0 30px 100vw;
    border-color: transparent transparent #1f1f1f transparent;
	z-index:999;
	background: #fff;
}

.triangleBreakTopRightSecondary {
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  0 0 30px 100vw;
    border-color: transparent transparent #cce5cf transparent;
	z-index:999;
	background: #fff;
}

.triangleBreakBottomLeft {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 100vw 0 0;
    border-color: #1f1f1f transparent transparent transparent;
	z-index:999;
	background: #fff;
}
.triangleBreakBottomLeftSecondary {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 100vw 0 0;
    border-color: #cce5cf transparent transparent transparent;
	z-index:999;
	background: #fff;
}

.triangleBreakBottomRight {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0  100vw 30px 0;
    border-color: transparent #1f1f1f transparent transparent;
	z-index:999;
	background: #fff;
}

.triangleBreakBottomRightSecondary {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0  100vw 30px 0;
    border-color: transparent #cce5cf transparent transparent;
	z-index:999;
	background: #fff;
}

.nav-pills>li>a, .dropdown-menu {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.media3 .media-left, .media.media3>.pull-left {
    padding-right: 1rem;
    width: 30%;
}

#headMain .nav-pills>li.active>a, 
#headMain .nav-pills>li.active>a:focus, 
#headMain .nav-pills>li.active>a:hover, 
#headMain .nav>li>a:focus, 
#headMain .nav>li>a:hover,
#headMain .nav>li.dropdown:hover>a {
    color: #333;
    background-color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #03a9f4;
    background: #03a9f4;
}
.btnFilter {
	box-shadow:none;
	border: 1px solid #00427a;
    background-color: transparent;
    color: #00427a;
}
.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover,
.btnFilter:hover,
.btnFilter:focus,
.btnFilter.active {
	box-shadow:none;
	border: 1px solid #00427a;
    background-color: #00427a;
	color: #fff;
}

.title:after, 
.titleAlt:after,
.recentNews .date .month {
    background: #a7aaac;
}

#headMain {
    border-color: #8bc34a;
}
#footer {
    border-color: #ddd;
}


#navigation .dropdown-toggle::after {
	display: none !important;
	border:none;
}

.table>tbody>tr {
    background-color: #d8d8d8;
}
.table.table-cart>tbody>tr {
    background-color: #fff;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 4px solid #fff;
}

.table-striped>tbody>tr {
    background-color: #e8e8e8;
		
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #d8d8d8;
}

.table.table-cart tr th, .table.table-cart tr td {
    vertical-align: middle;
}

.table.table-cart tr th:not(.product-col), .table.table-cart tr td:not(.product-col) {
    text-align: center;
}

.table.table-cart tr td {
    /*padding: 2rem 1.5rem;*/
    border-top: 1px solid #ccc;
}

.table.table-cart thead th {
    vertical-align: bottom;
    border-bottom: none;
}

.col-total {
    text-align: right !important;
}

.col-left {
	text-align:left !important;
}

.mainSliderCont {
	/*width:auto !important;
  padding-bottom: 3px !important;
  border-bottom: 6px solid #00427a;*/
}

.serviceNavBlock {
	background-color: #FFF;
	border: 0px;
	border-right: 4px solid #233d7e;
	height: 100%;
}

.sidebarNav li {
    border-bottom: 1px solid #fff;
}

.select2-container--bootstrap {
    display: block;
    width: 100% !important;
}

@media (max-width:1199px){
	.layout-boxed {
		max-width: 970px;
	}
}
@media (min-width:992px){	
	.title.title-left {
		text-align:left;
	}

	.title.title-left:after {
		left: 0px;
		margin-left:0px;
	}
}

@media (max-width:991px){
	
	.layout-boxed {
		max-width: 750px;
	}
	
	.servCallout {
		margin-bottom:2rem;
	}
	
	.servCallout:last-child {
		margin-bottom:0rem;
	}
	.servCallout .row > div {
		display:block;
	}
	.servCalloutImg {
		min-height:350px;
	}
	
	.mt-sm-md {
		margin-top: 1rem;
	}
	
	.hoverMediaRevealInner {
		margin-bottom: 0px;
	}
	
	.hoverMediaReveal .hover-box {
			/*margin-top: -82px;*/
	}
	/*Custom columns End*/

	/*Custom columns End*/
}

@media (min-width:768px){
/*--------------------*/
	/*Custom columns End*/
	.col-md-2e {
		    flex: 0 0 20%;
    max-width: 20%;;
	}
	/*Custom columns End*/
	
	.header-shop .cart-dropdown:hover>.cart-dropdown-menu {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.table.table-cart tr td.product-col {
			padding-bottom: .5rem;
	}
	
	.table.table-cart thead {
			display: none;
	}
	
	.table.table-cart, .table.table-cart tbody, .table.table-cart tfoot {
			display: block;
	}
	
	.table.table-cart tr td {
			padding: .5rem 1rem;
			border-top: 0;
	}
	.table.table-cart .product-row {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: column;
			flex-direction: column;
			border-top: 1px solid #ccc;
	}
	
	.table.table-cart .product-col {
			-ms-flex-direction: column;
			flex-direction: column;
			-ms-flex-pack: center;
			justify-content: center;
			text-align: center;
	}
	.table.table-cart .col-total {
			text-align: center !important;
	}
	.product-col .product-image-container {
			margin:0 auto .5rem;
			width: 100%;
	}
}

@media (max-width:767px){
	.mobileTextLeft,
	.mobileTextLeft * {
		text-align:left !important;
	}
	.rev_slider_wrapper {
		margin-bottom:20px;
	}
	
	.hermes .tp-bullet {
			box-shadow: inset 0 0 0 2px #8bc34a !important; 
	}
	.hermes .tp-bullet:after {
			background-color: #8bc34a !important;
			box-shadow: 0 0 1px #8bc34a !important;
	}
	.bgTitleInner h1.text-left,
	.bgTitleInner h1.text-right {
		max-width:100%;
	}
}
@media (max-width:600px){
	.imageLeft,
	.imageRight,
	.imageWidthHalf,
	.imageWidthQuarter  {
		max-width:100%;
		display:block;
		margin: 0 auto 1rem !important;
    	float: none;
	}
	.col-xxs-12 {
		width:100%;
	}
}

@media (max-width:500px){
	.sliderCaption {
		z-index: 400;
		border-radius: 0px;
	}
}