#doublescroll {
	overflow: auto;
	overflow-y: hidden;
}
/* .main-slider .item:after {
    background-color: rgba(109, 109, 109, 0.8);
} */

* {
	outline: none!important;
}

.page-heading {
	/*font-family: 'Cuprum', sans-serif;*/
}

.page-bg:after {
	background-color: rgba(32,32,32,.25)!important;
}

#loader {
	display: flex;
	align-items: center;
	justify-content: center;
}

.table a {
	font-weight: bold;
	color: #46709e;
	transition: all 0.3s ease;
}

.table a:hover {
	color: #284667;
}

#loader svg {
	width: 200px;
	overflow: visible;
}

#loader svg path {
	stroke-width: 5px;
	fill: transparent;
	stroke-dasharray: 300 100;
	stroke-dashoffset: 300;
	animation: dash 1s ease;
}
@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

body {
	font-size: 16px;
	/* background: #f1f7ff url("../images/bg.png") 50% 0 no-repeat; */
	background: #fff;
}

.bgf {
	/* background: #f1f7ff url("../images/bg.png") 50% 0 no-repeat; */
	background: #fff;
}

.pt-0 {
	padding-top: 0 !important;
}

.media-all {
	padding-left: 0;
}

.mt-0 {
	margin-top: 0 !important;
}

.tab-content {
	padding-top: 15px;
}

.tab-content .post-content p:first-child {
	padding-top: 0;
}

.good {
	margin-bottom: 3rem;
}

.thumbnails {
	margin-top: 2rem;
}

.imghover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
}

.imghover {
	color: #b0cb1f;
}

.slick-prev {
	left: 15px;
}

.slick-next {
	right: 15px;
}

.slick-next,
.slick-prev {
	z-index: 50;
	top: -45px;
	text-align: center;
	width: 50px;
	height: 50px;
	background: #b0cb1f;
}

.slick-next:before,
.slick-prev:before {
	opacity: 1;
	transition: all 0.3s ease;
}

.slick-next:hover:before,
.slick-prev:hover:before {
	color: #26476c;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	background: #b0cb1f;
}

.wi-cat ul li span {
	width: auto;
	padding-left: 15px;
}

.wi-cat ul li {
	display: block;
	position: relative;
	width: 100%;
}

.wi-cat ul li .children {
	margin-left: 20px;
}

.wi-cat ul li span {
	position: absolute;
	width: auto;
	padding-left: 0;
	right: 0;
	top: 1px;
}

.wi-cat ul li.current-cat i {
	color: #fff;
	font-weight: bold;
}

.prepag {
	text-align: center;
}

.prepag .pagination a,
.prepag .pagination span {
	display: inline-block;
	background: #f2f2f2 !important;
	border: 0;
	margin-right: 5px;
	background: none;
	text-transform: uppercase;
	padding: 15px;
	color: #5b5b5b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.prepag .pagination .next {
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 15px;
	position: relative;
}

.prepag .pagination .next:after,
.prepag .pagination .prev:before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	right: 100%;
	bottom: 0;
	border-top: 25px solid #f2f2f2;
	border-bottom: 25px solid #f2f2f2;
	border-left: 30px solid transparent;
}

.prepag .pagination .next:after {
	right: -30px;
	left: 100%;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.screen-reader-text {
	display: none;
}

.prepag .pagination span.current {
	background: none;
	color: #b0cb1f;
}

.pagination {
	position: relative;
}

.post-title,
.post-title h3 {
	line-height: 20px;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: none;
	color: #26476c;
}

.mb-3 {
	margin-bottom: 2rem;
}

.post-title h3 {
	margin: 0 !important;
}

.tab-pane#info ul {
	padding-left: 20px;
}

.tab-pane#info ul li {
	list-style-type: disc;
	color: #444;
}

.seotext {
	padding-top: 80px;
	padding-bottom: 80px;
	color: #444;
}

.seotext p {
	color: #444;
}

.cel-feature img {
	padding-right: 4rem;
}

.slick-slide img {
	display: inline-block;
	width: 100%;
}

.logo-each {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-each a {
	display: block;
	overflow: hidden;
}

.contact-info .con-align:nth-of-type(1) {
	text-align: center;
}

.contact-info .con-align:nth-of-type(3) {
	text-align: center;
}

.wi-news h6 {
	margin-bottom: 2rem;
}

.main-slider {
	margin-bottom: 0 !important;
/* 	max-height: 75vh; */
}

.main-slider .item:after {
	display: none !important;
}

.main-slider .slick-dots {
	position: absolute;
	bottom: 50px;
	z-index: 2;
}

.main-slider .slick-dots li {
	width: auto;
	height: auto;
}

.main-slider .slick-dots li button {
	background: #fff;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.main-slider .slick-dots .slick-active button {
	background: #26476c;
}

.main-slider .slick-dots li button:before {
	display: none;
}

.navbar-default .navbar-nav .sup-dropdown {
	position: static;
	width: auto;
	background-color: transparent;
	margin-top: 0;
	visibility: visible;
	box-shadow: none;
}

.navbar-default .navbar-nav .sub-menu *[class^="col-"] > a {
	display: none;
}

.navbar-default .navbar-nav .dropdown {
	left: 50%;
	transform: translate(-50%);
	display: none;
}

.navbar-default .navbar-nav > li:first-child {
	position: relative;
}

.navbar-default .navbar-nav > li:first-child > a {
	font-size: 1.25em;
}

.navbar-default .navbar-nav > li:first-child > a > i {
	margin-right: 10px;
}

.navbar-default .navbar-nav > li > a {
	text-transform: none;
	transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li:hover > a {
	color: #b0cb1f;
}

.slick-slide {
	position: relative;
}

.deals {
	justify-content: space-between;
}

.deals .deal {
	position: relative;
	padding: 0 15px;
	margin-bottom: 15px;
}

.deals .deal > .posr {
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

.contact-form .form-control {
	border-radius: 5px;
}

.deals .deal .dealinfo {
	position: absolute;
	left: 0;
	text-transform: uppercase;
	top: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin: 10px;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 2rem;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	transition: all 0.3s ease;
	/*font-family: 'Cuprum', sans-serif;*/
	text-shadow: 0 1px 2px #000;
}

.mb-4 {
	margin-bottom: 2rem;
}
.mb-4:nth-child(4n) {
	padding-left: 0;
}

.deals .deal .dealinfo:hover {
	background: rgba(0, 0, 0, 0.3);
}

.cbiz-btn:hover {
	border: 2px solid #b0cb1f;
	background: #b0cb1f;
	color: #fff;
}

.seotext h1 {
	margin-top: 0;
}

.posr {
	position: relative;
}

#main-slider {
	overflow: hidden;
}

.section {
	padding: 50px 0;
	background: #f1f7ff;
}

.section-heading {
	text-align: center;
	padding-bottom: 10px;
}

.section-heading .title {
	font-family: 'Cuprum',sans-serif;
}

.section-heading .title,
.section-heading .title h2 {
	margin-top: 0;
	text-transform: none;
}

.wi-cat ul li a {
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
	z-index: 10;
	left: 0;
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity 0.5s ease, transform 0.5s ease;
	visibility: visible;
}

.catdesc ul {
	padding-left: 20px;
}

.catdesc ul li {
	list-style-type: disc;
	color: #444;
	padding-bottom: 10px;
}

pre {
	margin: 15px 0;
	white-space: normal;
}

.wi-cat ul li span {
	position: static;
}

.gocaret {
	position: absolute;
	right: -15px;
	top: 2px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #26476c;
	transition: all 0.3s ease;
	cursor: pointer;
}

.gocaret.active {
	transform: rotate(180deg);
	background: #b0cb1f;
}

.gocaret:hover {
	background: #b0cb1f;
}

ul.children {
	display: none;
}

.wi-cat ul li:before {
	display: none;
}

.wi-cat ul li a {
	padding-left: 0;
}

.wi-cat ul li span:last-child {
	text-align: left;
}

.breads {
	padding: 5px 0;
	background: #eee;
}

.breads a,
.breads a span {
	color: #26476c;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 150px;
	overflow: hidden;
	vertical-align: middle;
}

.breads i,
.breads span {
	color: #999;
	display: inline-block;
	vertical-align: middle;
}

.footer-main {
	padding-bottom: 50px!important;
}

.bottommenu {
	padding-top: 15px;
}

.bottommenu li {
	margin-bottom: 10px;
}

.bottommenu li a {
	/*font-family: 'Cuprum', sans-serif;*/
}

.bottommenu li a:hover {
	color: #b0cb1f;
}

.hover-effect {
	background: transparent;
	color: #b0cb1f;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	border: 0 solid #eee;
}

.hover-effect * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.alignleft {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 30px;
}

.alignright {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.seotext {
	text-align: justify;
}

.seotext img {
	position: relative;
}

/* .hover-effect:after {
	background-color: #b0cb1f;
	top: 0;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
} */

.hover-effect img {
	vertical-align: top;
	width: 100%;
	border-radius: 0;
	backface-visibility: hidden;
}

.hover-effect figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	z-index: 1;
	display: none;
	flex-direction: column;
	justify-content: center;
	line-height: 1em;
	opacity: 0;
}

.hover-effect .link {
	font-size: 3em;
	color: #b0cb1f;
	margin: 0;
}

.hover-effect .link span {
	display: block;
	font-weight: 700;
}

.hover-effect a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	color: #b0cb1f;
}

.hover-effect.hover > img,
.hover-effect:hover > img {
	opacity: 1;
	/* transform: scale(1.1); */
}

.hover-effect.hover:after,
.hover-effect:hover:after {
	width: 100%;
}

.hover-effect.hover figcaption,
.hover-effect:hover figcaption {
	opacity: 1;
}

.blog-feature {
	overflow: visible;
}

.tels {
	display: flex;
	max-width: 335px;
	font-size: 1.5rem;
	padding: 1.7rem 15px 0;
	margin-left: 0;
	transition: all 0.3s ease;
}

.tels a {
	white-space: nowrap;
	margin-left: 0;
	padding-right: 0!important;
	padding-left: 0!important;
	font-size: 1.5rem;
	color: #fff;
	transition: all 0.3s ease;
	display: block;
	/*font-family: 'Cuprum', sans-serif;*/
}

.mainmenu {
	/*font-family: 'Cuprum', sans-serif;*/
}

.dropdown li a,
.sup-dropdown li a {
	/*font-family: 'Cuprum', sans-serif;*/
}

.tels > div {
	margin-left: 15px;
	transition: all 0.3s ease;
	padding: 0;
}

.affix .tels>div> br {
	display: none;
}

.tels a:hover {
	color: #b0cb1f;
}

.tels > ul {
	background: rgba(38, 71, 108,1)!important;
	min-width: 320px;
}

.tels > ul > li > ul > li a {
	transition: all 0.3s ease;
	color: #fff;
	text-align: center;
	padding: 0 0 15px 0 !important;
	font-size: 14px!important;
}

.tels > ul > li > ul > li:first-child a {
	padding-top: 15px!important;
}

.full-width-sec {
	/* background-color: #fff; */
	background-color: #f1f7ff;
}

p {
	color: #444;
}

.navbar-brand {
	padding: 15px;
}

.logospan {
	display: block;
	height: 70px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.logoimg {
	transition: all 0.3s ease;
	height: 60px;
}

.affix .logoimg {
	height: 45px;
}

.affix .logospan {
	height: 45px;
}

.logofooter {
	width: 150px;
}

.vid {
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	max-height: 70vh;
	overflow: hidden;
	position: relative;
}

.vid .section-heading {
	display: flex;
	position: absolute;
	width: 100%;
	align-items: flex-end;
	height: 100%;
	top: 0;
	left: 0;
	padding-bottom: 100px;
}

.plyr__play-large {
	display: none;
	outline: none!important;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 50px;
	background: #26476c;
	border: 4px solid currentColor;
	border-radius: 100%;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.plyr__play-large:hover {
	padding: 60px;
	background: #b0cb1f;
}

.plyr {
	max-height: 70vh;
}

.plyr__video-embed {
	padding-bottom: 36.8%!important;
}

.carousel .title {
	line-height: 1;
	font-size: 6rem;
	font-weight: bold;
	/*font-family: 'Cuprum', sans-serif;*/
}

.fastsearch {
	display: none;
	position: absolute;
	width: 320px;
	right: 0;
	top: 100%;
}

.contact-form .form-btn {
	margin-bottom: 0;
	position: static;
	text-align: left;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
	border: 2px solid #1d3f66;
}

#all-area #ajaxsearchlite1 .probox,
#all-area div.asl_w .probox {
	height: 40px;
	background: #fff !important;
	color: #444 !important;
}

#all-area div.asl_r.vertical {
	background: #26476c;
}

#all-area #ajaxsearchlite1 .probox .proinput input,
#all-area div.asl_w .probox .proinput input {
	color: #444 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	height: 40px;
}

#all-area div.asl_w .probox .promagnifier {
	width: 40px;
	height: 40px;
	background: #fff!important;
}

#all-area div.asl_w .probox .promagnifier .innericon svg {
	fill: #26476c;
}

#all-area div.asl_w .probox .proinput input.autocomplete {
	display: none !important;
}

#all-area div.asl_r.vertical {
	background: #26476c;
}

#all-area div.asl_r .results .item {
	border-radius: 0!important;
}

#all-area div.asl_w .probox .proclose,
#all-area div.asl_w .probox .promagnifier,
#all-areadiv.asl_w .probox .proloading,
#all-areadiv.asl_w .probox .prosettings {
	width: 40px;
	height: 40px;
}

#all-area > section:first-of-type {
	margin-top: 65px;
}

#all-area > #main-slider {
/* 	margin-top: 0px!important; */
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0.2em 1em;
}

.navbar-default .navbar-nav:after {
	left: -30px;
	/* background: rgba(38, 71, 108,1) url("../images/bgw.png") no-repeat; */
	background: rgba(38, 71, 108, 0.9);
	background-position: -175px 50%;
	/* transform: none; */
}

.affix .tels {
	padding-top: 5px;
	padding-bottom: 0;
}

.affix .tels a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.affix .tels > div {
	padding: 0;
	line-height: 1.2;
}

.contact-form .form-group {
	margin-bottom: 20px;
}

.catdescoc,
.catform,
.relation {
	margin-top: 2rem;
}

.alldeals {
	margin-top: 3rem;
}

.dealafter {
	display: none;
}

.catdesc {
	overflow: hidden;
	transition: all 0.5s ease;
	max-height: 200000px;
}

.catdesc.active {
	max-height: 200000px;
}

.cathover {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	margin-bottom: 1rem;
}

.cathover:hover {}

.contact-form .form-btn {
	margin-bottom: 0;
}

.slicknav_nav {
	max-height: calc(100vh - 65px);
}

.newsearch {
	padding-top: 19px;
	transition: all 0.3s ease;
	/*width: 350px;*/
	width: 190px;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
	border-radius: 0.25em;
	border-bottom: 0 solid #26476c;
}

.navbar-brand:after {
	right: -65px!important;
	background: #f1f7ff;
	border-radius: 0;
}

.error404 .page-in.section {
	padding-top: 260px;
	padding-bottom: 120px;
}

.mainmenu > a {
	/* text-transform: uppercase!important; */
}

.navbar-brand:before {
	background: rgb(241, 247, 255);
	/* transform: none!important;
	right: -50px;
	border-bottom-right-radius: 35px; */
	/* background: rgba(38, 71, 108,1) url("../images/bgw.png") no-repeat; */
	/* background: rgba(38, 71, 108, 0.9); */
}

.affix .navbar-brand:before {
	/* right: -50px;
	border-bottom-right-radius: 35px; */
	/* background: rgba(38, 71, 108,1) url("../images/bgw.png") no-repeat; */
	/* background: rgba(38, 71, 108, 0.9); */
}

.affix .newsearch {
	/*width: 400px;*/
	width: 230px;
	padding-top: 11px;
}

.post-content ol,
.post-content ul {
	position: relative!important;
	padding-left: 0!important;
	margin-left: 0!important;
}

.affix .navbar-default .navbar-nav:after {
	/* background: rgba(38, 71, 108,1) url("../images/bgw.png") no-repeat; */
	background: rgba(38, 71, 108, 0.9);
	background-position: 314px 50%;
	left: -344px;
}

.main-slider .slider-content .slide-para {
	padding-right: 0;
}
/* .deals-template-default #main-slider {
	padding-bottom: 80px;
} */

.post-content ol li,
.post-content ul li {
	position: relative!important;
	left: 20px!important;
	list-style-type: disc!important;
	margin-bottom: 10px!important;
}

.post-content ol li {
	list-style-type: decimal!important;
}

.post-content ul > li:last-child {
	margin-bottom: 0;
}

#ajaxsearchlite1 {
	border-radius: 0.25em;
}

div.asl_w .probox .promagnifier .innericon svg {
	fill: #26476c!important;
}

.dropdown li a,
.sup-dropdown li a {
	font-size: 16px;
	text-transform: none;
}

div.asl_m .proinput input.orig {
	background-color: #fff!important;
	color: #26476c!important;
}

#all-area #ajaxsearchlite1 .probox,
#all-area div.asl_w .probox {
	background: #fff!important;
}

#all-area #ajaxsearchlite1 .probox .proinput input,
#all-area div.asl_w .probox .proinput input {
	color: #26476c!important;
}

.post-title,
.post-title h3 {
	font-size: 16px;
	/*font-family: 'Cuprum', sans-serif;*/
}

.img-thumbnail {
	background: #fff;
	border: 0 solid #fff;
	border-radius: 0;
	padding: 10px;
	position: relative;
	transition: all 0.3s ease;
}

.affix .navbar-default .navbar-nav > li > a {
	padding-bottom: 19px;
}

.img-thumbnail:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: transparent;
	z-index: 1;
	margin: 10px;
	pointer-events: none;
	box-shadow: 0 0 60px #dcdcdc inset;
	transition: all 0.3s ease;
}

.cont {
	background: #fff;
	transition: all 0.3s ease;
}

.breads {
	background: #284667;
}

.breads a,
.breads a span {
	color: #fff;
}

.breads i,
.breads span {
	color: #a5cc00;
}

.pro-item {
	border-radius: 5px;
}

.imghover img {
	transition: all 0.3s ease;
}

.imghover:hover img {
	/* transform: scale(1.1); */
}

.cont:hover {
	/* border-bottom: 2px solid #b0cb1f; */
}

.imghover h3 {
	transition: all 0.3s ease;
}

.imghover:hover .post-title h3,
.imghover:hover h3 {
	color: #b0cb1f;
}

.imghover:hover .img-thumbnail:after {
	box-shadow: 0 0 100px #aaa inset;
}

.cbiz-btn,
.contact-form .contact-form-btn {
	background-color: #b0cb1f!important;
	border: 2px solid #b0cb1f!important;
	transition: all 0.3s ease;
	padding: 15px 40px;
	height: auto;
	border-radius: 0.25em;
}

.wi-title,
.wi-title h5 {
	/*font-family: 'Cuprum', sans-serif;*/
}

.cbiz-btn:hover,
.contact-form .contact-form-btn:hover {
	background-color: #0090ad!important;
	border: 2px solid #0090ad!important;
}

.navbar-default .navbar-nav .dropdown {
	left: 0;
	transform: translate(0, 20px);
	transition: none;
	z-index: -10;
	left: -9999px;
	visibility: hidden;
	display: block;
	background: rgba(38, 71, 108, 0.9);
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
	border-top: 2px solid #b0cb1f;
}

.dropdown li a,
.sup-dropdown li a {
	color: #fff!important;
	transition: all 0.3s ease;
}

.dropdown > li:hover > a,
.sup-dropdown li:hover > a {
	background: #b0cb1f;
	outline: 0;
	color: #fff!important;
	flex-direction: column;
	border-radius: 0.25em;
	padding-left: 16px;
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
	padding-bottom: 15px;
	padding-top: 15px;
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li:hover > a {
	border-bottom: 2px solid transparent;
}

.carousel .title {
	text-align: center;
	font-size: 4rem;
}
/* .main-slider {
	border-radius: 0.5em;
	overflow: hidden;
	margin-top: 160px;
} */
.py-1 {
	padding-top: 3px;
	padding-bottom: 15px;
}

.main-slider .slider-content p {
	text-align: center;
}

.wi-side {
	border: 0 solid #e7e7e7;
	padding: 0;
	position: relative;
	border-radius: 0.25em;
	margin-bottom: 50px;
	/*background: #284667;*/
	background: #6699cc;

}

.wi-border {
	display: none;
}

.wi-cat ul li a {
	margin-bottom: 0;
	padding: 10px 15px;
	color: #fff;
	border-bottom: 1px solid white;
	transition: all 0.3s ease;
	/*font-family: 'Cuprum', sans-serif;*/
}

.wi-cat > ul > li.current-cat > a,
.wi-cat > ul > li.current-cat-ancestor > a {
	/*color: #fff!important;*/
	color: #0066b3!important;
	font-weight: 700;
	/*background: #b0cb1f;*/
	/*border-left: 5px solid #26476c;*/
	background: white;
	border-left: 5px solid white;
}

.wi-cat ul:not(.children) > li:hover > a {
	color: white!important;
	background: #26476c;
	border-left: 5px solid #26476c
}

.wi-cat ul li .children {
	z-index: -10;
	transition: opacity 0.3s ease;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	width: 100%;
	margin: 0;
	background: #6699cc;
	border-left: 2px solid transparent;
	box-sizing: border-box;
}

.wi-cat ul li .children .children {
	margin-left: 2px;
}

.wi-cat ul li .children a {
	/*padding-bottom: 0;*/
	/*color: #0066b3;*/
	color: white;
	/*color: #26476c;*/
}

.ovh {
	overflow: hidden;
}

.wi-cat ul li i {
	position: absolute;
	right: -15px;
	opacity: 0;
	line-height: inherit;
	top: 0.55em;
	transition: all 0.3s ease;
}

.wi-cat ul li .children li:last-child a {
	padding-bottom: 10px;
}

.wi-cat ul li .children li a:hover {
	color: #26476c;
	/*background: #26476c;*/
	background: #fff;
}

.wi-cat ul li:hover > .children {
	z-index: 10;
	opacity: 1;
	visibility: visible;
}

.wi-cat ul li:hover i {
	right: 15px;
	opacity: 1;
}


.contact-list i {
	top: 3px;
	position: relative;
	font-size: 2.5rem;
	padding: 0;
}

.contact-list a {
	display: block;
}

.deals .img-thumbnail:after {
	display: none;
}

.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: 1px solid #333!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Cuprum', sans-serif;*/
}

body .rebag {
	display: none;
}
@media (max-width:1199px) {
	.img-thumbnail {
		width: 100%;
	}

	.navbar-brand:after {
		right: -35px!important;
	}

	.newsearch {
		width: 240px;
	}

	.affix .newsearch {
		width: 210px;
	}

	.vid .section-heading {
		padding-bottom: 45px;
	}

	.plyr__play-large {
		padding: 30px;
	}

	.plyr__play-large:hover {
		padding: 35px;
	}

	.plyr,
	.vid {
		max-height: 85vh;
	}
}
@media (max-width:991px) {
	.vid .section-heading {
		display: none;
	}

	.carousel .title {
		font-size: 4rem;
		text-align: center;
		margin-top: 3rem;
	}

	.newsearch {
		width: 200px;
	}

	.main-slider .slick-dots {
		bottom: 10px;
	}

	.tels > div:last-child {
		display: none;
	}

	.cbiz-btn {
		padding: 10px 20px;
	}

	.main-slider .slider-content p {
		text-align: center;
		margin-bottom: 0;
	}

	.main-slider .slider-btn {
		margin-right: 0;
	}
}

.goopencat {
	display: none;
	margin-bottom: 15px;
}

.goopencat button {
	width: 100%;
}

.img-responsive {
	width: 100%;
}

.contact-form .contact-form-btn {
	border: 2px solid #111;
	border-radius: 0.25em;
}

.contact-form .contact-form-btn:hover {
	border: 2px solid #0090ad;
}

.contact-us input,
.contact-us textarea {
	border: 1px solid #26476c;
}

.sub-title,
.sub-title a {
	/*font-family: 'Cuprum', sans-serif;*/
}

.telsmobilemenu {
	text-align: center;
}

.telsmobilemenu a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	display: block;
	color: #666;
	border-top: 1px solid rgba(0,0,0,0.04);
}

.telsmobile {
	display: none;
	text-align: center;
	line-height: 35px;
	position: fixed;
	top: 14px;
	right: 70px;
	cursor: pointer;
	float: right;
	height: 35px;
	background: #26476c;
	color: #fff!important;
	border: 1px solid #999;
	border-radius: 5px;
	width: 44px;
}
@media (max-width:768px) {
	.telsmobile {
		display: block;
	}
	/* .navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -30px;
	}

	.navbar-default .navbar-brand {
		border-bottom-right-radius: 40px;
		background: #26476c;
	} */
	.footer .widgets {
		text-align: center !important;
	}
}
@media (max-width:580px) {
	/* .navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	} */
	.goopencat {
		display: block;
	}

	.sidebar {
		display: none;
	}

	.section {
		padding: 30px 0;
	}

	.fullgallery {
		margin-bottom: 3rem;
	}

	.carousel .title {
		font-size: 3rem;
		text-align: center !important;
	}

	.slider-content {
		text-align: center !important;
	}

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

	.contact-form .form-btn {
		text-align: left;
	}

	.portfolio-details {
		margin-top: 3rem;
	}

	.logoimg {
		height: 40px!important;
	}

	.logospan {
		height: 45px;
	}

	.navbar-default .navbar-brand {
		padding: 10px !important;
	}

	.affix-top + #main-slider {
		margin-top: 0;
	}

	.slicknav_btn {
		margin-top: 14px!important;
	}

	.catdesc.active {
		max-height: 100000px;
	}

	.main-slider {
		margin-top: 0;
	}

	.deals .deal .dealinfo {
		font-size: 1.25rem;
	}

	.slicknav_btn {
		border-radius: 5px;
	}

	.cathover h3,
	.cathover p {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.blog > .col-md-9 {
	background: white;
	padding: 10px 15px;
	border-radius: 4px;
}
