/* font family links */

@font-face {
font-family: 'SF-regular';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Regular'), url('SFUIText-Regular.woff') format('woff');
}


@font-face {
font-family: 'SF-italic';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Italic'), url('SFUIText-RegularItalic.woff') format('woff');
}


@font-face {
font-family: 'SF-light';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Light'), url('SFUIText-Light.woff') format('woff');
}


@font-face {
font-family: 'SF-l-italic';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Light Italic'), url('SFUIText-LightItalic.woff') format('woff');
}


@font-face {
font-family: 'SF-medium';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Medium'), url('SFUIText-Medium.woff') format('woff');
}


@font-face {
font-family: 'SF-m-italic';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Medium Italic'), url('SFUIText-MediumItalic.woff') format('woff');
}


@font-face {
font-family: 'SF-semibold';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Semibold'), url('SFUIText-Semibold.woff') format('woff');
}


@font-face {
font-family: 'SF-s-italic';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Semibold Italic'), url('SFUIText-SemiboldItalic.woff') format('woff');
}


@font-face {
font-family: 'SF-bold';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Bold'), url('SFUIText-Bold.woff') format('woff');
}


@font-face {
font-family: 'SF-b-italic';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Bold Italic'), url('SFUIText-BoldItalic.woff') format('woff');
}


@font-face {
font-family: 'SF-heavy';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Heavy'), url('SFUIText-Heavy.woff') format('woff');
}
/*@font-face {
font-family: 'SF-heavy';
font-style: normal;
font-weight: normal;
src: url('SFUIText-Heavy.ttf') format('truetype');
}*/


@font-face {
font-family: 'SF-h-italic';
font-style: normal;
font-weight: normal;
src: local('SF UI Text Heavy Italic'), url('SFUIText-HeavyItalic.woff') format('woff');
}

/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');*/

body {
	background:#fff;
	font-family: 'Lato', sans-serif;
}

/* for equal height */
#footer .row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

#footer .center-block {
	float:none;
}

#footer .column-centered {
	margin:0px auto;
	float:none;
}

#footer .flush {
	padding:0px;
}

#footer .flush-left {
	padding-left:0px;
}

#footer .flush-right {
	padding-right:0px;
}

#footer .row.contact.contct-cust .flush{padding: 0 15px;}


#footer .tablerow {
	display:table;
	width:100%;
	height:100%;
}


#footer .contct-cust .tablerow {
    display: table;
    width: 85%;
    height: 100%;
    float: right;
}


#footer .tablecell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}













#footer a, #footer a:hover, #footer a:focus {
	color:inherit;
	text-decoration:none;
}

#footer a:hover, #footer a:focus{color: #2264FF;}

#footer h1 {
	color:#000000;
	font-size:32px;
	font-weight:400;
	margin:50px 0px;
}

#footer h1 span {
	font-size:20px;
	font-weight:300;
}

#footer h1 img {
	margin-left:5px;
}

/* Modal Css */
#footer .modal-content {
	display: inline-block;
    /* width: 100%; */
    border-radius: 0px;
    position: fixed;
    max-width: 100%;
    width: 700px;
    right: 0;
    top: 0;
    height: 100%;
       overflow-y: auto;
}
#footer .modal #close {
	position:absolute;
	top:20px;
	right:20px;
}

#footer .modal-body {
	display:inline-block;
	width:100%;
	padding:35px 35px;
}

#footer .modal h3 {
	color:#231F20;
	font-size:20px;
	font-weight:400;
}

#footer .modal h4 {
	color:#231F20;
	font-size:20px;
	font-weight:400;
}

#footer .modal p {
	color:#231F20;
	font-size:15px;
	font-weight:300;
	margin:0px 0px 20px 0px;
}

#footer label {
	display:inline-block;
	width:100%;
	color:#1C1A00;
	font-size:20px;
	font-weight:400;
	margin-bottom:12px;
	margin-top:20px;
}

#footer .form input {
	width:100%;
	margin-bottom:0px;
}

#footer input {
    float: left;
    width: 200px;
    color: #d7d7d9;
    border: 1px solid #d7d7d9;
    font-size: 13px;
    height: 33px;
    outline: none;
    padding-left: 10px;
}


#footer .choose input {
     color: #231F20;
}

#footer .choose input::-webkit-input-placeholder {
     color: #231F20;
}

#footer textarea {
    float: left;
    width: 100%;
    color: #000000;
    border: 1px solid #d7d7d9;
    font-size: 13px;
    height: 70px;
    outline: none;
    padding-left: 10px;
    padding-top: 10px;
	margin-top:15px;
	resize:none;
	padding: 11px 19px;
}


#footer .submit {
	display:inline-block;
	line-height:80px;
	padding:0px 20px;
	background:#fff;
	color:#230000;
	border:1px solid #d7d7d9;
	margin-top:25px;
	font-size:40px;
	min-width:280px;
	box-shadow:none;
	text-align:left;
}

#footer .submit:hover {
	background:#2264FF;
	color:#fff;
}

#footer .submit img {
	margin-right:12px;
	margin-top:-7px;
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

#footer .submit:hover img {
	-webkit-filter: invert(0%); /* Safari/Chrome */
    filter: invert(0%);
}

#footer .link-box span {
	font-weight:700;
}

#footer .checkbox-inline {
	font-weight:300;
	color:#000000;
	font-size:15px;
	display:inline-block;
	text-align:left;
	width:auto;
	margin-top:15px !important;
	padding-left:25px;
	outline:none;
	margin-right: 70px;
	margin-left: 10px;
}

#footer .checkbox-inline input[type="checkbox"] {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	margin-left:-35px;
	margin-top:5px;
	width:17px;
	height:17px;
	outline:none;
}

#footer .checkboxfield {
	-webkit-appearance:none;
	background:none;
	border:none;
	width:17px;
	height:17px;
	position:relative;
	outline:none;
	border-radius:50%;
	outline:none;
}
#footer .checkboxfield:before {
	content:'';
	background:none;
	position:absolute;
	top:2px;
	left:-1px;
	width:25px;
	height:25px;
	outline:none;
	border-radius:50%;
	outline:none;
	border: 2px solid #d7d7d9;
	color: #d7d7d9;
}

#footer .checkboxfield:checked:before {
	background:#2264FF;
	border-radius:50%;
	outline:none;
}

#footer .shedule {
	display:inline-block;
	line-height:80px;
	padding:0px 20px;
	background:#fff;
	color:#230000;
	border:1px solid #d7d7d9;
	margin-top:25px;
	font-size:40px;
	min-width:280px;
}

#footer .shedule:hover {
	background:#2264FF;
	color:#fff;
}

#footer .shedule img {
	margin-right:12px;
	margin-top:-7px;
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

#footer .shedule:hover img {
	-webkit-filter: invert(0%); /* Safari/Chrome */
    filter: invert(0%);
}

#footer .print {
	display:inline-block;
	line-height:80px;
	padding:0px 20px;
	background:#fff;
	color:#230000;
	border:1px solid #d7d7d9;
	margin-top:45px;
	font-size:30px;
	text-align:center;
	min-width:300px;
}

#footer .print:hover {
	background:#2264FF;
	color:#fff;
}

#footer .bd-top {
	border-top:1px solid #d7d7d9;
}

#footer .bd-bottom {
	border-bottom:1px solid #d7d7d9;
}

/* Calandr Css */
#footer .calendar {
	width:100%;
}

#footer .calendar-container {
	padding:0px;
}

#footer .calendar-wrapper[data-theme='blue'] .calendar-head-card {
	display:none;
}

#footer .calendar-wrapper, .calendar-grid .calendar-date-holder {
	width:100%;
	height:315px;
}

#footer .calendar-top-selector .calendar-curr-month {
	color:#230000;
	font-size:32px;
	font-weight:300;
	font-family: 'Lato', sans-serif;
}

#footer .calendar-grid .calendar-labels span {
	color:#230000;
	font-size:20px;
	font-weight:300;
	padding:0px;
	line-height:30px;
	display:inline-block;
	vertical-align:middle;
	font-family: 'Lato', sans-serif;
}

#footer .calendar-grid .calendar-labels {
	border:1px solid #d7d7d9;
	margin:5px 1%;
	width: 98.5%;
}

#footer .calendar-date-holder .calendar-dates .date.pm a, .calendar-date-holder .calendar-dates .date.nm a {
	color:#fff;
	border-color:#ccc;
	background:#ccc;
}

#footer .calendar-date-holder .calendar-dates .date a {
	border:1px solid #d7d7d9;
	color:#230000;
	font-size:25px;
	font-weight:300;
	padding:0px;
	line-height:50px;
	margin:5px 5px;
	font-family: 'Lato', sans-serif;
}

#footer .calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.selected.current a,
#footer .calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.selected a,
#footer .calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.current a {
	background:inherit;
	color:#230000;
	border-color:#d7d7d9;
	font-weight:300;
}

#footer .calendar-date-holder .calendar-dates .date:not(.disabled):not(.selected) a:hover {
	background:#ED1C24;
	color:#fff;
	border-color:#ED1C24;
	font-weight:400;
}

#footer .calendar-wrapper[data-theme='blue'] .calendar-date-holder .calendar-dates .date.selected a:hover {
	border-color:#d7d7d9;
}

#footer .calendar-top-selector span.calendar-prev {
	background:url(../images/arrow-left-black.svg) 2% 50% no-repeat;
	text-indent: -9999px;
}

#footer .calendar-top-selector span.calendar-next {
	background:url(../images/arrow-right-black.svg) 99% 50% no-repeat;
	text-indent: -9999px;
}

/* Main Styles */
#footer #header {
	padding:0px 0px;
	border-bottom:1px solid #d7d7d9;
}

#footer #header input {
	display:inline-block;
	width:200px;
	border:none;
	color:#231F20;
	box-shadow:none;
	border-bottom:1px solid #231f20;
	background:url(../images/icon-search.svg) 100% 50% no-repeat;
	margin-top:15px;
	margin-right:15px;
	outline:none;
}

#footer #header input::-webkit-input-placeholder {
	color:#231F20;
}

/**/
#footer #navigation {
	border-bottom:1px solid #d7d7d9;
}

#footer #navigation ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
}

#footer #navigation ul li {
	float:left;
	width:20%;
	display:inline-block;
}

#footer #navigation ul a {
	display:inline-block;
	font-size: 13px;
    color: #231F20;
	padding:7px 0px;
    font-weight: 400;
}

#footer #navigation ul a:hover, #footer #navigation ul a.active {
	color:#EE3133;
}

/**/
#footer #slider {
	padding-bottom:42px;
}

#footer #slider .bx-wrapper .bx-pager {
	border-bottom:1px solid #d7d7d9;
	padding: 8px 0px;
    bottom: -42px;
}

#footer #slider li {
	padding-top:320px;
	padding-left:90px;
	padding-bottom:25px;
}

#footer #slider h3 {
	color:#fff;
	font-size:43px;
}

#footer #slider h3 span {
	font-size:32px;
}

#footer #slider h3 span.red {
	color:#EE3133;
}

/**/
#footer h3.lg {
	color:#231f20;
	font-size:62px;
	line-height:50px;
	margin:0px;
}

#footer h3.lg span.red {
	color:#EE3133;
	font-size:56px;
	line-height:40px;
	margin-bottom:-20px;
	display:inline-block;
}

#footer h3.lg span {
	font-size:41px;
	line-height:10px;
}

#footer h3.lg span.tn {
	font-size:38px;
}

#footer h3.sm {
	color:#231f20;
	font-size:31px;
	margin:10px 0px 5px 0px;
}

#footer h3.sm span.red {
	color:#EE3133;
}

#footer #content {
	padding-top:0px;
}

#footer #content.p-bottom {
	padding-bottom:100px;
}

#footer #content.p-bottom.edit.get {
	padding-bottom:50px;
}

#footer #content .b-right {
	padding-bottom:30px;
}

#footer #content .space {
	padding:40px 0px;
}

#footer #content .bt {
	margin-bottom:20px;
}

#footer .p-bottom {
	padding-bottom:20px;
}

#footer .text p {
	margin-bottom:25px;
}

#footer .lr-space {
	padding:0px 70px;
}

#footer .b-bottom {
	border-bottom:none;
	margin-top:15px;
	margin-bottom: 0px;
    padding-bottom: 30px;
}

#footer .btns-div{
	padding-top: 25px;
}

#footer .row.contact.p-bottom.b-bottom.form:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    padding-top: 40px;
    border-bottom: 1px solid #d7d7d9;
}

#footer .electronic .lr-space {
	padding:0px 50px;
}

#footer .electronic .bt-space {
	margin-bottom:40px;
}

#footer .electronic h3 {
	margin-bottom:25px;
}

#footer .electronic img {
	margin-top:7px;
}

#footer .client h3 {
	margin-bottom:35px;
}

#footer .client img {
	margin-bottom:35px;
}

#footer .logos {
	padding-bottom:30px;
}

#footer .logos ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
}

#footer .logos ul li {
	display:inline-block;
	margin:15px 30px;
}

#footer .pagi {
	padding:30px 10px;
	border-bottom: 1px solid #d7d7d9;
	display: none !important;
}

#footer .pagi ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
}

#footer .pagi ul li {
	display:inline-block;
}

#footer .pagi ul li img {
	margin:0px 7px;
}

#footer .pagi ul li a {
	color:#002425;
	font-size:14px;
}

#footer .pagi ul li a:hover, .pagi ul li a.active {
	color:#2264FF;
	font-weight:bold;
}

/**/
#footer .link-box {
	display:inline-block;
	width:100%;
	border:1px solid #d7d7d9;
	padding:20px 15px;
	height:150px;
	color:#230000;
	font-size:32px;
	font-weight:300;
	margin-bottom:18px;
}

#footer .link-box:hover {
	color:#fff;
	font-weight:600;
	background:#ec2127;
}

#footer .link-box.contact.store:hover{background: transparent;transform: scale(1.01);}

#footer .link-box.loca {
	background:#fff url(../images/icon-location.svg) 10px 50% no-repeat;
}

#footer .link-box.loca:hover {
	background:#ec2127 url(../images/icon-location-hover.svg) 10px 50% no-repeat;
}


#footer .link-box.mail {
	background:#fff url(../images/icon-mail.svg) 10px 50% no-repeat;
}

#footer .link-box.mail:hover {
	background:#ec2127 url(../images/icon-mail-hover.svg) 10px 50% no-repeat;
}

#footer #content.edit h1 {
	margin:30px 0px;
	font-size: 30px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}

#footer .content-p{
	    font-size: 18px;
    color: #121214;
    opacity: 0.7;
    padding-bottom: 30px;
    margin-top: 20px;
    font-family: 'Lato', sans-serif;
    line-height: 1.42857143;
    margin-bottom: 10px;
}

#footer #content.edit .link-box {
	margin:3px 0px;
	padding:7px 0px;
    height: 85px;
}
#footer .panel-group .panel{border-top-left-radius: 10px !important;border-top-right-radius: 10px !important;}
#footer .panel-heading{border-top-left-radius: 10px;border-top-right-radius: 10px;}
/*.collapsed .panel-heading{border-radius: 10px;}*/

#footer #content.edit .s-link .link-box {
	font-size:17px;
	padding:15px 15px;
	padding-left:30px;
	height:80px;
	border-radius: 10px;
}

#footer #content.edit .s-link .link-box img {
	float:right;
	margin-top:-6px;
	margin-right:-11px;
}

#footer #content.edit.get .s-link .link-box {
	font-size:20px;
	padding:10px 15px;
	padding-left:0px;
	height:80px;
	line-height:50px;
}

#footer #content.edit.get .s-link .link-box.store {
	line-height:27px;
}

#footer #content.edit.get .s-link .link-box img {
	float:left;
	margin-top:-6px;
	margin-right:0px;
	margin-left:11px;
}

#footer #content.edit.get .s-link .link-box img.correct {
	float:right;
	margin-top:-6px;
	margin-right:-11px;
	margin-left:0px;
}

#footer #content.edit.get .choose .s-link .link-box {
	margin-top:25px;
	margin-bottom:0px;
}

#footer #content.edit.get .choose .s-link .link-box:hover {
	background:none;
	color:inherit;
	font-weight:300;
}

#footer #content.edit.get h1 {
	margin-bottom:50px;
}

#footer #content h4 {
	color:#231F20;
	font-size:20px;
	margin:25px 0px 10px 0px;
}

#footer #content h4.price {
	color:#EE2D31;
	font-size:20px;
	padding:25px 0px;
	border-bottom:1px solid #241F21;
	margin:0px 0px 10px 0px;
}

#footer #content h4.red {
	color:#EE2D31;
}

#footer #content.get p {
	margin-bottom:25px;
}

#footer #content.get p.line {
	line-height:22px;
	font-weight:300;
}

#footer #content .form p {
	margin-bottom:0px;
}

#footer #content.edit .info h5 {
	color:#230000;
	font-size:20px;
	font-weight:400;
	margin:0px 0px 15px 0px;
}

#footer #content.edit .info p {
	font-weight:300;
}

#footer #content.edit .info p.sm {
	margin:0px;
}

#footer #content.edit .info p.sm span {
	font-size:15px;
	font-weight:400;
}

#footer #content.edit .info p.ty {
	font-weight:400;
	margin:7px 0px 0px 0px;
	font-size:10px;
	font-size:15px;
}

#footer #content.edit .info .c-top {
	border-top:1px solid #d7d7d9;
	border-bottom:1px solid #d7d7d9;
	line-height:42px;
	margin-bottom:20px;
}

#footer #content.edit .order h5 {
	margin-top:20px;
}

#footer #content.edit .order img {
	margin-top:15px;
}

#footer #content.edit .order p.sm {
	margin:20px 0px 0px 0px;
	font-size:20px;
}

#footer #content.edit .order p.sm span {
	font-size:20px;
	font-weight:400;
}

#footer #content.edit .top {
	margin-top:10px;
}

#footer #content.edit .info .call {
	font-weight:400;
	line-height:40px;
	display:inline-block;
	width:100%;
	font-size:15px;
}

#footer #content.edit p.lg {
	font-size:20px;
}

/**/

#footer-links .bt {
	margin-bottom:25px;
}

#footer-links h3 {
	font-size: 15px;
    color: #231F20;
    font-weight:600;
	margin:20px 0px 5px 0px;
}

#footer-links .space {
	padding:0px 85px;
}

#footer-links .middle h3 {
	margin-bottom:25px;
}

#footer-links ul.socials li {
    display: inline-block;
}

#footer-links ul.socials img {
	height:50px;
}

#footer-links ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
}

#footer-links ul li {
	margin-top:3px;
}

#footer-links ul a {
	font-size: 12px;
    color: #231F20;
	font-weight: 400;
	padding: 0px;
}

#footer-links p {
	font-size: 15px;
    color: #231F20;
    font-weight:400;
	margin:20px 0px 30px 0px;
}

#footer-links input {
	float:left;
	width:200px;
    color: #231F20;
	border:1px solid #d7d7d9;
	font-size:13px;
	height:33px;
	outline:none;
	padding-left:10px;
}

#footer-links input[type="submit"] {
	background:#d7d7d9;
	padding:0px;
	width:55px;
	font-size:16px;
	font-weight:400;
}

#footer-links ::-webkit-input-placeholder {
    color: #231F20;
}

#footer .bt {
	margin-bottom:25px;
}

#footer h3 {
	font-size: 20px;
    color: #231F20;
    font-weight:600;
	margin:20px 0px 5px 0px;
	font-family: mencoBold;
}

#footer .space {
	padding:0px 85px;
}

#footer .middle h3 {
	margin-bottom:25px;
}

#footer ul.socials li {
    display: inline-block;
    margin-left:-20px;
}


#footer ul.socials img {
	height:50px;
}

#footer ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
}

#footer ul li {
	margin-top:3px;
}

#footer ul a {
	font-size: 15px;
    color: #231F20;
	font-weight: 400;
	padding: 0px;
}

#footer p {
	font-size: 15px;
    color: #231F20;
    font-weight:400;
	margin:15px 0px 30px 0px;
}
#footer .footer-terms p{
	margin: 0;
	text-align: center;
}
#footer input {
	float:left;
	width:200px;
    color: #231F20;
	border:1px solid #d7d7d9;
	font-size:13px;
	height:33px;
	outline:none;
	padding-left:10px;
}

#footer input[type="submit"] {
	background:#d7d7d9;
	padding:0px;
	width:55px;
	font-size:16px;
	font-weight:400;
}

#footer ::-webkit-input-placeholder {
    color: #231F20;
}

.b-right {
	border-right:1px solid #d7d7d9;
}

.b-top {
	border-top:1px solid #d7d7d9;
	padding-top:25px;
}

.b-bottom{
    border-bottom:1px solid #d7d7d9;
	padding-top:25px;
}

.row.b-top{border-top: none;}
/**/
#footer-bottom {
	/*padding-top:30px;*/
	padding-bottom:25px;
}

#footer-bottom ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
}

#footer-bottom ul li {
	display:inline-block;
	margin-top:0px;
	margin-right:20px;
    color: #000 !important;
}

#footer-bottom ul a {
	font-size: 15px;
    color: #231F20;
    font-weight: 400;
}

#footer-bottom p {
	font-size: 15px;
    color: #231F20;
    font-weight:400;
	margin:0px 0px 5px 0px;
}

/**/
#footer .bxslider img {
	width:100%;
	display:inline-block;
}

#footer ul.bxslider {
	list-style:none;
}

#footer .bx-wrapper {
	margin-bottom:0px;
}

#footer .bx-wrapper .bx-controls-direction a {
	width:27px;
	height:50px;
}

#footer .bx-wrapper .bx-prev {
	background:url(../images/arrow-left.svg) no-repeat;
	left:-40px;
}

#footer .bx-wrapper .bx-next {
	background:url(../images/arrow-right.svg) no-repeat;
	right:-40px;
}

#footer .bx-wrapper .bx-pager.bx-default-pager a {
	width:8px;
	height:8px;
	background:#d7d7d9;
	border-radius:50%;
	margin-top:5px;
	display:inline-block;
}

#footer .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#231f20;
}

/****** New Css ******/
#footer .btn-primary {
	background:none;
	border:none;
	border-radius:0px;
	margin-top:15px;
	padding:0px;
}

#footer .box-shops .btn-primary{
	background-color: #007bff;
    border-color: #007bff;
}
#footer .btn-primary:hover, .btn-primary:focus, #footer .open>.dropdown-toggle.btn-primary:focus, #footer .open>.dropdown-toggle.btn-primary:hover {
	background:none;
}

#footer .dropdown-menu>li>a {
	background:none;
}

#footer #header .dropdown-menu {
	min-width:40px;
	margin:0px;
	padding:0px;
	text-align:center;
}

#footer .btn-primary .caret {
	color:#000;
	margin-left:5px;
}

/* New Css */
#footer .navbar-left>li {
    margin:	20px 18px 0px 18px;
}

#footer .navbar-left>li:first-child {
    margin-left:0px;
}

#footer #coockie-div {
	background:#F1F0F0;
	line-height:40px;
	font-size:12px;
	color:#231F20;
	font-family: 'Lato', sans-serif;
}

#footer #coockie-div #close-icon {
	color:#fff;
	display:inline-block;
	font-size:15px;
	line-height:25px;
	background:#EE3133;
	padding:0px 7px;
	border-radius:5px;
	margin:0px 10px;
	cursor:pointer;
}

#footer #coockie-div a:hover {
	color:#EE3133;
}

#footer .middle-block {
	display:inline-block;
	position:relative;
}

#footer .middle-block .img-align {
	position:absolute;
	top:-30px;
	right:0px;
}

#footer .choose-check .checkbox-inline {
	width:100%;
	height:80px;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	border:1px solid #d7d7d9;
	padding:0px;
	margin-top: 25px;
	margin-bottom: 0px;
	cursor:pointer;
}

#footer .choose-check .checkbox-inline input[type="checkbox"] {
    margin-left: -83px;
    margin-top: 0px;
}

#footer .choose-check .checkbox-inline img {
    float: left;
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 11px;
}

#footer .choose-check .checkbox-inline img.correct {
    float: right;
    margin-top: 1px;
    margin-right: 0px;
    margin-left: 0px;
	display:none;
}

#footer .choose-check .checkbox-inline input[type="checkbox"]:checked:before {
	background:none;
	border-radius:0px;
}

#footer .choose-check input[type="checkbox"]:checked + span img.correct  {
	display:block !important;
}

#footer .choose-check .checkbox-inline em {
    font-weight: 400;
	margin-top: 10px;
	font-style:normal;
	display: inline-block;
}

#footer .choose-check .checkboxfield:before {
	width:100%;
	height:80px;
	padding: 10px 0px;
	border:none;
	border-radius:0px;
}

#footer .choose-check .checkbox-inline input[type="checkbox"] {
	width:100%;
	height:80px;
}

/*** New Css ***/
#footer .dropdown-toggle.btn-primary {
	display:inline-block;
	width:100%;
	background:none;
	text-align:inherit;
	padding:0px;
	margin:0px;
	outline:none;
	box-shadow:none;
}

#footer .dropdown-menu {
	position:relative;
	padding:0px;
	margin:0px;
	margin:0px;
	background:none;
	border:none;
	border-radius:0px;
	left:0px;
	width:100%;
	box-shadow:none;
}

#footer .dropdown-menu li a:hover {
	background:none;
}

#footer .dropdown-backdrop {
	position: relative;
}

/*** New footer bottom Css ***/
#footer-links .dropdown-toggle.btn-primary {
	display:inline-block;
	width:100%;
	background:none;
	text-align:inherit;
	padding:0px;
	margin:0px;
	outline:none;
	box-shadow:none;
}

#footer-links .dropdown-menu {
	position:relative;
	padding:0px;
	margin:0px;
	margin:0px;
	background:none;
	border:none;
	border-radius:0px;
	left:0px;
	width:100%;
	box-shadow:none;
}

#footer-links .dropdown-menu li a:hover {
	background:none;
}

#footer-links .dropdown-backdrop {
	position: relative;
}

/** ***/
#footer .mega-dropdown {
  position: static !important;
}
#footer .mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
	z-index:99999;
    -webkit-box-shadow: none;
}
#footer .mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
#footer .mega-dropdown-menu > li > ul > li {
  list-style: none;
}
#footer .mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
#footer .mega-dropdown-menu > li ul > li > a:hover,
#footer .mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

#footer .carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
#footer .left.carousel-control {
  right: 30px;
  left: inherit;
}
#footer .carousel-control .glyphicon-chevron-left, 
#footer .carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

#footer #navigation .mega-dropdown-menu > li > ul > li {
	list-style: none;
	float:left;
	width:100%;
	margin:0px;
}



#footer #navigation .mega-dropdown-menu {}

#footer #navigation .mega-dropdown-menu {
	animation-fill-mode: both;
	animation-name: slideInUp-30;
	animation-duration: .3s;
	-webkit-animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: slideInUp-30;
	padding: 20px 20px 0;
	color: #000000;
	margin: 0;
	margin-top:0px;
	border:none;
	border-top: 1px solid #000;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
	border-color: #ec2127;
	background-color: #ffffff;
	border-radius:0px;
}

#footer #navigation .mega-dropdown-menu.widthAuto {
	width:200px;
	left:auto;
}

#footer #navigation .mega-dropdown-menu li.column-megamenu>a {
    color: #ec2127;
    text-transform: none;
    opacity: 1;
	line-height: 34px;
	border-bottom: solid 1px #ccc;
	font-size: 1.8rem;
	width:100%;
	font-weight:bold;
	text-align:center;
	background:transparent;
}

#footer #navigation .mega-menu-item-has-children.smartphones ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 1.5%;
}

#footer #navigation .mega-menu-item-has-children.smartphones.homeSupport ul li {
	width:47%;
}

#footer #navigation .mega-menu-item-has-children.smartphones ul li ul li {
    width: 100% !important;
    display: block !important;
    border: 0 !important;
}

#footer #navigation li.column-megamenu {
    padding: 0 10px;
    border: medium none;
    margin-bottom: 20px;
}

#footer #navigation .mega-dropdown-menu li.column-megamenu li.has-children>a.item-link {
    color: #ec2127;
    text-transform: none;
	font-weight:bold;
}

/**/
#footer .m-bottom {
	margin-bottom:17px;
}

#footer .contact label {
	font-size:16px;
}

#footer .contact label.checkbox-inline{
font-size: 20px;
}
#footer .contact iframe {
	margin-top:25px;
}

#footer .contact select {
    float: left;
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    height: 33px;
    outline: none;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 0px;
	background:#fff url(../images/bg-select.png) 98% 50% no-repeat;
	border-radius:0px;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	padding-top: 0;
	padding-bottom: 0;
}

#footer .contact input, .contact textarea {
	margin-top:15px;
	color:#000;
    border-color:#000;
}

#footer .contact ::-webkit-input-placeholder {
	color:#000;
}

/*.contact a.clear {
	display:inline-block;
	vertical-align:middle;
	background:none;
	color:#230000;
	padding:0px 15px;
	width:100px;
	font-size:16px;
	text-align:center;
	line-height:48px;
	margin:16px 10px;
	border:1px solid #d7d7d9;
}*/

#footer .contact input[type="submit"] {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	background:none;
	color:#230000;
	padding:0px 15px;
	width:auto;
	float:none;
	vertical-align:middle;
	margin:4px 10px;
	height:50px;
	border:none;
	border-radius:none;
	border:1px solid #d7d7d9;
}

#footer .contact input {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
}

#footer .faq ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px 0px 20px 0px;
}

#footer .tc ul {
	width:100%;
	padding-left:15px;
	margin:0px 0px 20px 0px;
	text-align: left !important;
}

#footer .tc ul li{display: list-item !important;}

#footer .faq ul li {
	padding-left:15px;
	position:relative;
	font-size:15px;
}

#footer .faq ul li:before {
	content:'-';
	font-weight:bold;
	font-size:20px;
	margin-right:5px;
	position:absolute;
	top:0;
	left:1px;
}

#footer .link-id a {
	color: #231F20;
	font-size: 17px;
	font-weight:600;
	display:inline-block;
	width:100%;
	margin-bottom:5px;
}

#footer .link-id.sitemap h4 {
	border-bottom:1px solid #231F20;
	padding-bottom:10px;
}

#footer #content .link-id.sitemap h4 {
	color: #231F20;
	font-size: 17px;
	font-weight:700;
}

#footer .link-id.sitemap a {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 15px;
	color: #231F20;
    font-weight: 400;
	margin-top:5px;
}


#footer .p-right {
	padding-right:40px;
}

#footer .p-left {
	padding-left:40px;
}

#footer #content.n-bottom {
	padding-bottom:20px;
}

#footer #content.n-bottom p {
	margin-bottom:20px;
}

#footer #content.n-bottom textarea {
	height:150px;
	border: 2px solid rgba(0,0,0,0.10);
    border-color: #d7d7d9;
    box-shadow: none;
    padding: 10px 15px;
}
#footer #content.n-bottom textarea::placeholder{color: #777 !important;}

/**/
#footer .panel-default>.panel-heading {
	padding:0px;
}

#footer #content h4.panel-title {
	margin:0px;
}

#footer #content h4.panel-title a {
	display:inline-block;
	width:100%;
	position:relative;
	padding:15px 15px;
}


#footer #content h4.panel-title a:focus{color: inherit !important;}

#footer #content h4.panel-title a:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-position: -38.65em -28.8em;
    background-size: 135em;
    background-image: url(../images/responsive_icons.png);
    background-repeat: no-repeat;
}

#footer #content h4.panel-title a.collapsed:after {
    content: '';
    background-image: url(../images/responsive_icons.png);
    background-position: -86.9em -19.2em;
    background-size: 135em;
}

#footer #content ul li {
	font-size:15px;
	display: list-item !important;
}

/**/
#footer #header .icon img {
	margin-left:18px;
	margin-top:0px;
}

#footer #header .hb-bottom {
	border-bottom: 1px solid #d7d7d9;
	padding:20px 0px;
}

#footer #header .hb-bottom .btn-primary {
	margin-top:0px;
	position:relative;
	z-index:9999;
}

#footer #header .hb-bottom .dropdown-menu {
	margin-top:0px;
	z-index:9999;
}

#footer #navigation .navbar-default {
	min-height:32px;
}

#footer #navigation .height-0 {
	min-height:0px;
}

#footer #navigation .navbar-collapse {
	padding-left:0px;
	padding-right:0px;
	border-top:none;
}

#footer #footer ul a:hover, #footer-bottom ul a:hover, .link-id.sitemap a:hover {
	color: #2264FF;
}

#footer #footer-links ul a:hover {
	color: #2264FF;
}



#footer #content.link-text .link-box {
	font-size:22px;
	padding:0px 5px;
}

/*.link-box.contact.store{
	pointer-events: none;
    cursor: default;
}*/

/*.dis-store-links{
	pointer-events: none;
    cursor: default;
}
*/
#footer #content .s-locator h4 {
	margin-bottom:55px;
	margin-top:30px;
}

#footer .s-locator h4 a {
	font-size:18px;
	color:#230000;
	border-bottom:1px solid #230000;
	font-weight:600;
}

#footer #content .locator-road h4 {
	color:#230000;
	font-weight:600;
	margin-bottom:25px;
}

#footer .locator-road p span {
	color: #333;
	font-size:15px;
	font-weight:400;
}

/**/
#footer .mega-dropdown-menu li.smartphones {
    width: 20% !important;
}

#footer #navigation .mega-menu-item-has-children.smartphones ul li {
    width: 50%;
}

#footer .mega-dropdown-menu li.homeSupport {
	width: 50% !important;
}

/**/
#footer #content.edit .s-link .link-box.contact {
	height:inherit;
	padding-left: 75px;
	box-shadow: 0px 1px 7px #ccc;
}

#footer #content.edit .s-link .link-box.contact img.left {
	float:left;
	margin-left: -70px;
	margin-right:0px;
}

#footer #content.edit .s-link .link-box.contact:hover {
	background:none;
	color: #230000;
	font-weight:300;
}



#footer .contact input, #footer .contact textarea,#footer .contact select, #footer .contact textarea {
	border-color:#d7d7d9;
}

#footer .contact label {
	margin-bottom:0px;
}

#footer .contact select {
	margin-top:15px;
}

#footer .contact input::-webkit-input-placeholder, #footer .contact textarea::-webkit-input-placeholder {
	color: #d7d7d9;
}

#footer .contact input[type="submit"]:hover, #footer .contact .clear:hover {
	background:#ec2127;
	border-color:#ec2127;
	color:#fff;
	font-weight:6	00;
}

#footer .contact .p-none {
	padding-top:0px;
}

#footer #content .contact .bt-space p {
	margin-bottom:35px;	
}

#footer #content .contact h4.bt {
	margin-bottom:15px;
}

#footer #content .contact .bt-label label {
	margin:3px 0px 0px 0px;
	font-size:12px;
}

#footer #content .contact .s-right {
	padding-right:5px;
}

#footer #content .contact .s-left {
	padding-left:5px;
}

#footer .shop-img{
 /*   width: 460px;
    height: 260px;
    object-fit: cover;
    object-position: top;*/
    margin: 50px auto;
}

/* contact us page */


#footer .contact-fields{
	width: 100%;
    color: #757575;
    border: 2px solid rgba(0,0,0,0.10);
    border-radius: 10px;
    padding: 15px 15px 15px 70px;
    position: relative;
    margin: 0px auto 10px auto !important;
    font-size: 18px;
    height: 59.6px;
    font-family: 'Lato', sans-serif;
}

#footer .contact-fields::placeholder{color: #777 !important;}

#footer .contct-cust .tablecell{color: #121214;opacity: 0.56;font-weight: 700;}


#footer .cont-us{
	background: #fff !important;
    padding: 30px 50px 20px;
    margin: 30px 20px 30px 20px;
    box-shadow: none;
    border-radius: 10px;
}

#footer .cust-hr{background-color: #2264FF;
    width: 85px !important;
    height: 7px;
    float: left !important;}
#footer .clear{
	transition: 0.2s;
	color: #2264FF !important;
    background: transparent !important;
    padding: 15px 50px !important;
    margin-top: 30px !important;
    transition: 0.2s !important;
    border: 2px solid #2264FF !important;
    border-radius: 10px !important;
    font-weight: 900 !important;
    height: 53px !important;
    margin-top: 0 !important;

}

#footer .clear:hover{
	color: #fff !important;
    background: #2264FF !important;
}

#footer input.clear{
	transition: 0.2s;
	color: #2264FF !important;
    background: transparent; !important;
    padding: 15px 50px !important;
    margin-top: 30px !important;
    transition: 0.2s !important;
    border: 2px solid #2264FF !important;
    border-radius: 10px !important;
    font-weight: 900 !important;
    height: 53px !important;
    margin-top: 0 !important;
}

#footer input.clear:hover{
color: #fff !important;
    background: #2264FF !important;
}


#footer .s-link svg{height: 35px;}

#footer .content-h1 {
    margin: 30px 0px;
    font-size: 36px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}















/* contact us page */




#footer .panel-body p a{cursor: pointer;color: #000;}
#footer .panel-body p a:hover{color: #2264FF;}




#footer form input.btn.btn-success {
    background-image: url(../images/search-icon.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    height: 16px;
    padding-left: 16px;
    vertical-align: middle;
}


#footer form input.btn.btn-success:active,
#footer form input.btn.btn-success:focus,
#footer form input.btn.btn-success:focus-within
{background-color: transparent;
box-shadow: none;
    -webkit-box-shadow: none;
}




/* Media Css */
@media only screen and (min-width: 768px) {
#footer .dropdown-menu {
	display:inline-block;
}
    
    #footer #footer-links .dropdown-menu {
	display:inline-block;
}

#footer #navigation .dropdown:hover>.mega-dropdown-menu {
	display:block;
}
	
}


#footer .contct-cust .tablecell{float: left !important;width: 70% !important;}
#footer .flush #site-logo-inner{position: absolute !important;
    z-index: 999 !important;
    top: 15px !important;
    right: 20px !important;}


@media only screen and (max-width: 767px) {

	#footer .contct-cust .tablecell .br{display: none !important;}
	#footer .contct-cust .tablecell{float: left !important;width: 100% !important;}
	#footer .contct-cust .tablerow{width: 100%;}
	
	#footer .flush #site-logo-inner.toggle .main-logo img{height: 40px;width: 60px;}
	#footer .flush #site-logo-inner{position: absolute;top: 10px !important;}
	

	#footer .cont-us{padding: 30px 10px 70px;margin: 70px 0px;box-shadow: none;}
	#footer .flush{padding-left: 10px;}
	#footer .transprent_hover{margin: 0 !important;}
	#footer .icon-field{top: 20px !important;}
	#footer .contact input[type="submit"]{
		margin: 0;
	}
	#footer #content h4, #content.n-bottom p{text-align: left;}
	#footer #content .contact h4.bt{margin-left: 15px;margin-top:0;margin-bottom:0;}
	#footer #content.n-bottom p{padding-top: 10px;padding-bottom: 10px;margin: 0;}



	#footer #content h4,
	#footer #content.n-bottom p{text-align: center;}
#footer #responsvie-menu {
	position:absolute;
	top:0px;
	right:5px;
}
#footer .choose-post p{
	font-size: 16px;
}
#footer #scheduled_datepicker.hasDatepicker{
	width: 100%;
}
#footer #scheduled_timeradio .col-sm-2{
	/*width: 50%;*/
	width: 100%;
}
#footer #customer_details .session-card-right{
	margin-bottom: 40px;
    margin-left: 2px;
    margin-top: 40px;
}
#footer #responsvie-menu .navbar-toggle {
	margin-right:0px;
	color:#fff;
}

#footer #responsvie-menu .offcanvas-toggle.is-open .icon-bar {
	color:#fff !important;
}	
#footer .row-eq-height {
	display:inline-block;
}

#footer .small-text-center {
	text-align:center;
}

#footer .small-text-left {
	text-align:left;
}

#footer .small-text-right {
	text-align:right;
}

#footer .navbar-brand {
	width:50%;
	padding:20px 15px;
}

#footer .navbar-right {
	margin-right:-15px;
}

#footer .navbar-default .navbar-toggle {
	margin-top:30px;
	margin-right:10px;
	border:none;
}

#footer .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	border:none;
	background:none;
}



#footer .navbar-default  .open .dropdown-menu>li>a {
	text-align:center;
	padding:5px 15px;
}

#footer #header .navbar-default .navbar-nav > li > a {
	text-align:center;
}

#footer .navbar-default .navbar-toggle .icon-bar {
	background:#000;
}
/**/
#footer .pagi ul li {
	margin-bottom:10px;
}

#footer .navbar-left {
	width:100%;
	margin:0 auto;
}
#footer .navbar-left>li {
	margin-right:0px;
	text-align:center;
}

#footer .navbar-left.middle {
	width:auto;
}

#footer .navbar-right {
	width:100%;
	margin:0 auto;
}

#footer .nav>li>a {
    padding: 10px 0px;
}

#footer .navbar-right>li {
    margin-left: 0px;
	width:100%;
}

#footer #header form {
	display:inline-block;
}

#footer #header input {
    width: 245px;
	margin-right:0px;
}

#footer #slider li {
    padding-top: 220px;
    padding-left: 0px;
}

#footer #slider h3 {
    color: #fff;
    font-size: 30px;
}

#footer #slider h3 span {
    font-size: 22px;
}
	
#footer .shop-img {
    margin: 0 auto;
}
	
#footer #content.edit.get h1{
	margin-bottom: 20px;
	}

#footer .link-id a{text-align: center;}	

#footer .bx-wrapper .bx-prev {
	left:10px;
}

#footer .bx-wrapper .bx-next {
	right:10px;
}

#footer .link-box {
    font-size: 23px;
}

#footer h3.lg {
	margin:30px 0px;
}

#footer h3.sm {
    font-size: 22px;
}

#footer .lr-space {
    padding: 0px 15px;
}

#footer .electronic .lr-space {
    padding: 0px 15px;
}

#footer .logos ul li {
    margin: 15px 9px;
}

#footer #footer .space {
    padding: 0px 0px;
}

#footer #footer ul.socials li img {
	max-width:55px;
}
    
    #footer-links .space {
    padding: 0px 0px;
}

#footer #footer-links ul.socials li img {
	max-width:55px;
}

#footer #footer-bottom p {
	margin-top:15px;font-size: 12px;
}


#footer h1 {
    font-size: 25px;
}

#footer .modal-body {
    padding:45px 0px;
}

#footer .print {
    line-height: 60px;
    font-size: 19px;
    min-width: 204px;
}

#footer .submit {
	margin-bottom:25px;
}

#footer .calendar-date-holder .calendar-dates .date a {
    font-size: 16px;
}

#footer .calendar-grid .calendar-labels span {
    font-size: 14px;
}

#footer .calendar-top-selector .calendar-curr-month {
    font-size: 24px;
}

#header .dropdown {
	display:inline-block;
}

/**/
#footer #coockie-div {
    line-height: 23px;
	padding:10px 15px;
}

#footer .choose-check .checkbox-inline {
    font-size: 14px;
}

#footer .choose-check .checkbox-inline em {
    margin-top: 17px;
}

#footer .choose-check .checkbox-inline img {
    float: left;
    width: 33px;
	margin-top: 16px;
}

#footer .choose-check .checkbox-inline img.correct {
	margin-top: 16px;
}

#footer .choose-check .checkbox-inline input[type="checkbox"] {
    margin-left: -35px;
}

#footer .choose-check .checkbox-inline img {
    margin-left: 2px;
}

/**/
#footer .dropdown-toggle.btn-primary h3 {
	position:relative;
	padding:17px 15px;
	margin:0px;
	border-bottom:1px solid #d7d7d9;
}
	
#footer .open .dropdown-toggle.btn-primary h3 {
    border-bottom: none;
}
	
#footer .open .dropdown-menu {
    padding-bottom: 15px;
    border-bottom:1px solid #d7d7d9;
}
	
#footer .b-bottom{margin-bottom: 0;padding-bottom: 0;}
#footer #content .b-right{padding-bottom: 0;}
#footer .m-bottom {margin-bottom: 0;}
#footer #content.n-bottom {padding-bottom: 0;}

#footer .dropdown-toggle.btn-primary h3:after {
	content:'';
	position:absolute;
	top:20px;
	right:10px;
	width:25px;
	height:25px;
	background-image: url(../images/responsive_icons.png);
	background-position: -86.9em -19.2em;
	background-size: 135em;
    background-repeat: no-repeat;
}
	
#footer .open>.dropdown-toggle.btn-primary h3:after {
	content:'';
	background-position: -38.65em -28.8em;
    background-size: 135em;
	background-image: url(../images/responsive_icons.png);
}

#footer .dropdown-menu {
	padding:0px 15px;
	text-align: center;
}
    
    
    
    /**/
#footer #footer-links .dropdown-toggle.btn-primary h3 {
	position:relative;
	padding:17px 15px;
	margin:0px;
	border-bottom:1px solid #d7d7d9;
}
	
#footer #footer-links .open .dropdown-toggle.btn-primary h3 {
    border-bottom: none;
}
	
#footer #footer-links .open .dropdown-menu {
    padding-bottom: 15px;
    border-bottom:1px solid #d7d7d9;
}


#footer #footer-links .dropdown-toggle.btn-primary h3:after {
	content:'';
	position:absolute;
	top:20px;
	right:10px;
	width:25px;
	height:25px;
	background-image: url(../images/responsive_icons.png);
	background-position: -86.9em -19.2em;
	background-size: 135em;
    background-repeat: no-repeat;
}
	
#footer #footer-links .open>.dropdown-toggle.btn-primary h3:after {
	content:'';
	background-position: -38.65em -28.8em;
    background-size: 135em;
	background-image: url(../images/responsive_icons.png);
}

#footer #footer-links .dropdown-menu {
	padding:0px 15px;
	text-align: center;
}

#footer .none-small {
	padding:0px;
	text-align: center;
}

#footer #navigation .dropdown-menu {
	padding:15px 5px;
	position: relative;
}

#footer .mega-dropdown-menu li.smartphones {
    width: 100% !important;
}
#footer #navigation  ul li.column-megamenu {
	width:33%;
}

#footer .b-right {
	border-right:none;
}

#footer #content h4.panel-title {
    font-size: 14px;
}

#footer #content h4.panel-title a:after {
    content: '';
    right: 2px;
	top:20px;
}

#footer .p-right {
	padding-right:15px;
}

#footer .p-left {
	padding-left:15px;
}

#footer .contact select {
	margin-top:20px;
}

#footer #navigation ul>li {
	position:relative;
	border-bottom:1px solid #d7d7d9;
}

#footer #navigation .dropdown ul>li {
	position:relative;
	border-bottom:none;
}

#footer #navigation ul>li>a {
    display: inline-block;
    font-size: 16px;
	width:auto;
}

#footer #navigation ul>li>span.caret {
    display: inline-block !important;
    font-size: 11px;
	float:right;
	top:12px;
	right:12px;
	position:absolute;
}

#footer .mega-dropdown {
    position: relative !important;
}

#footer .caret {
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

#footer .navbar-offcanvas.in {
	background:rgba(0,0,0,0.6);
	padding:0px;
	z-index:99999;
	max-width:100% !important;
	left:0px !important;
}



#footer #navigation .mega-menu-item-has-children ul {
	max-width:100% !important;
}

#footer #navigation ul.dropdown-menu {
	background:#fff;
	max-width:100%;
	height:inherit;
	overflow-y:scroll;
}

#footer .body-offcanvas.offcanvas-stop-scrolling .navbar-default .navbar-toggle {
	z-index:9999;
	color:#fff;
}


#footer .body-offcanvas.offcanvas-stop-scrolling .navbar-default .navbar-toggle .icon-bar {
	background:#000;
}

#footer .navbar-offcanvas .dropdown-backdrop {
	display:none !important;
}

#footer #navigation ul>li>span.caret {
	border:none;
	width:50px;
	height:100%;
	top:0px;
	right:0px;
	z-index:99999;
}

#footer #navigation ul>li>span.caret:before {
	/*content:'';
	border-top: 10px dashed;
	border-top: 10px solid\9;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position:absolute;
	top:24px;
	right:15px;
	z-index:99999;*/
	content:'';
    width:30px;
    height:30px;
}

#footer #navigation ul>li.mega-dropdown:after {
	content: '';
    position: absolute;
    top: 20px;
    right: 4px;
    width:30px;
    height:30px;
    background-image: url(../images/responsive_icons.png);
    background-position: -86.9em -19.2em;
    background-size: 135em;
    background-repeat: no-repeat;
}

#footer #navigation .navbar-offcanvas .dropdown.open span.caret:before {
	/*content:'';
	border-top: 0;
	border-bottom: 10px solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;*/
}

#footer #navigation ul>li.mega-dropdown.open:after {
	content: '';
    background-position: -38.65em -28.8em;
    background-size: 135em;
    /*background-image: url(../images/responsive_icons.png);*/
}

/* Mobile Menu Css */
#footer #header .hb-bottom .dropdown {
	display:none;
}

#footer #header .icon img {
	margin-top:15px;
	position:relative;
	z-index:9999;
}

#footer #header .navbar-default .navbar-toggle {
	float:left !important;
	width:33%;
	padding-left:15px;
	margin-right:0px;
}

#footer #header .navbar-default .navbar-brand {
	width:33%;
	text-align:center;
	position:relative;
	z-index:99999;
}

#footer #header .navbar-default {
	margin-top:-78px;
}

#footer #navigation ul {
	text-align:left !important;
}

#footer #navigation ul>li>.dropdown-menu {
	overflow-y:scroll;
	height:550px;
}

#footer #navigation ul>li>a {
	padding: 15px 0px;
	padding-left:20px;
	width:100%;
}

#footer #navigation ul>li>.dropdown-menu a {
	padding: 15px 0px;
}

#footer #navigation .mega-menu-item-has-children.smartphones ul li, #navigation .mega-menu-item-has-children.smartphones.homeSupport ul li {
	width:100%;
}


}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
#footer .navbar-header {
	width:30%;
}

#footer .bx-wrapper .bx-prev {
	left:10px;
}

#footer .bx-wrapper .bx-next {
	right:10px;
}

#footer .link-box {
    font-size: 23px;
}

#footer h3.sm {
    font-size: 22px;
}

#footer .electronic .lr-space {
    padding: 0px 35px;
}

#footer .logos ul li {
    margin: 15px 9px;
}

#footer .space {
    padding: 0px 23px;
}
    
    #footer #footer-links .space {
    padding: 0px 23px;
}

#footer .navbar-default .navbar-right>li>a, .nav>li>a {
    padding: 10px 0px;
}

#footer .navbar-right>li {
    margin-left: 20px;
}

#footer #header input {
    width: 145px;
	margin-right:0px;
}

/**/
#footer #coockie-div {
    line-height: 23px;
	padding:10px 15px;
}

#footer #content.edit .s-link .link-box {
    padding-left: 10px;
}

#footer .choose-check .checkbox-inline {
    font-size: 15px;
}

#footer .choose-check .checkbox-inline em {
    margin-top: 17px;
}

#footer .navbar-left>li {
    margin: 20px 10px 0px 18px;
}

#footer .link-id a {
    font-size: 14px;
}

#footer #content h4.panel-title {
    font-size: 17px;
}

#footer #content h4.panel-title a:after {
    content: '';
    right: 10px;
	top:15px;
}
}



#footer .contct-cust .s-link .link-box.contact{
	padding-left: 15px !important;
	height: inherit;
    box-shadow: 0px 1px 7px #ccc;
    font-size: 17px;
    padding: 15px 15px;
    border-radius: 10px;
}

#footer .contct-cust .s-link .link-box.contact svg{
	position: relative;
	top: 6px;
}

@media screen and (min-width: 768px) and (max-width: 991px){

	
	    #footer .carousel-inner>#item-car4>img{
        content:url("../images/slide_1.png");
        height: 400px !important;
        object-fit: cover;
    }

      #footer .carousel-inner>#item-car5>img{
        content:url("../images/slide_2.png");
        height: 400px !important;
        object-fit: cover;
    }

      #footer .carousel-inner>#item-car6>img{
        content:url("../images/slide_3.png");
        height: 400px !important;
        object-fit: cover;
}

   #footer .carousel-inner>#item-car1>img{
       content: url(../images/slide_4.png);
		height: 400px !important;
		object-fit: cover;
    }

      #footer .carousel-inner>#item-car2>img{
        content:url("../images/slide_5.png");
        height: 400px !important;
        object-fit: cover;
    }

      #footer .carousel-inner>#item-car3>img{
        content:url("../images/slide_6.png");
        height: 400px !important;
        object-fit: cover;
    }

	#footer .slider-section h1{color: white !important;}
	#footer .slider-section h4{color: white !important;}
}

#footer .transprent_hover{margin: 0 auto !important;}
#footer {
    background-color: #fff;
    padding: 30px 0;
  border-bottom: 1px solid #d7d7d9;
}    margin-bottom: 30px;
  