a:hover, a:active, a:focus
{
	color:#2686c2;
}

input, button, textarea
{
    border-radius: 0px !important;
}

textarea
{
	resize:none;
	height:100px;
	padding:.857em 1.214em !important;
}

[type="checkbox"], [type="radio"]
{
	width:auto;
    position: absolute;
    left: -9999px;
}

[type="checkbox"] + label, [type="radio"] + label
{
    position: relative;
	cursor:pointer;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="checkbox"] + label:before, [type="radio"] + label:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
	height: 18px;
	border: 1px solid #DDD;
    background: #FFF;
}

[type="radio"] + label:before
{
    border-radius: 100%;
}

[type="checkbox"] + label:after, [type="radio"] + label:after
{
    position: absolute;
    top: 5px;
	left: 4px;
    width: 9px;
	height: 9px;
    content: '';
	background: #0275d8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"] + label:after
{
    top: 4px;
	left: 6px;
    width: 6px;
	height: 12px;
	background:none;
	border-bottom: 3px solid #0275d8;
	border-right: 3px solid #0275d8;
  	transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

[type="radio"] + label:after
{
    border-radius: 100%;
}

[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after 
{
    opacity: 0;
}

[type="checkbox"].list + label::before
{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

[type="checkbox"].list + label::after
{
	top:-6px;
	left:10px;
}

.top-bar
{
	font-size:15px;
}

.header-v1 .navbar-search .input-group .form-control, .header-v1 .navbar-search .input-group .input-group-addon, .header-v1 .navbar-search .input-group .btn
{
	border-color: #2686c2;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}

.header-v1 .navbar-search .input-group .form-control
{
	padding:0px 20px;
}

.navbar-search .search-categories > select
{
	width:100%;
}

.header-v1 .navbar-search .input-group .btn
{
	background: #2686c2;
	color:#FFF;
}

.navbar-search
{
	float: right;
	width: 60%;
	margin-top: 8px;
	padding-left: .9375rem;
	padding-right: .9375rem;
}

.navbar-search > .input-group
{
	width: 100%;
	display: table;
	text-align: right;
}

.navbar-search > .input-group > #search-box
{
	display: table-cell;
	vertical-align: top;
	width: 55%;
}

.navbar-search > .input-group .input-group-addon
{
	display: table-cell;
	width: 45%;
}

.navbar-search > .input-group .input-group-btn
{
	display: table-cell;
	vertical-align: top;
	width: 10%;
}

.fa-search
{
	font-size:18px;
}

li.list-group-item.dropdown
{
	background:#2686c2;
}

.vertical-menu > li.list-group-item.dropdown > a[data-toggle="dropdown"], .vertical-menu > li.list-group-item.dropdown > a[data-toggle="dropdown"]:hover, .vertical-menu > li.list-group-item.dropdown > a[data-toggle="dropdown"]:focus
{
	color:#FFF;
}

.vertical-menu .yamm-content .nav-title, .vertical-menu .yamm-content li + .nav-title
{
	margin-top:0px;
	padding:5px 0px;
	min-height:auto;
}

.secondary-nav > .menu-item a
{
	cursor:pointer;
}

.dropdown-menu
{
	margin:0px;
	padding:0px;
	line-height:1.3;
}

.secondary-nav .dropdown-menu a
{
	width:100%;
	padding:7px 10px;
	font-weight:normal;
}

.secondary-nav .dropdown-menu a:hover
{
	background:#EEE;
}

.search-categories
{
	padding:0px;
	text-align:left;
}

.search-categories > .bootstrap-select
{
	width:100%;
}

.header-v1 .navbar-search .input-group .search-categories button
{
	background: 0px;
	color: #000;
	border: 0px;
	line-height: 1.3;
	height: auto;
	padding-left: 10px;
}

.search-categories .dropdown-menu
{
	border-radius:0px;
}

.search-categories .dropdown-menu a
{
	color:#000;
	padding:5px 10px;
	display:inline-block;
	width:100%;
	font-size:14px;
}

.search-categories .dropdown-menu a:hover
{
	background:#EEE;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)
{
	width:100%;
}

.electro-handheld-footer-bar ul li.my-account > a::before
{
	font-family:fontAwesome;
	content:"\f007";
}

.electro-handheld-footer-bar ul li.search > a::before
{
	font-family:fontAwesome;
	content:"\f002";
}

.electro-handheld-footer-bar ul li.my-account > a::before
{
	font-family:fontAwesome;
	content:"\f007";
}

.footer-call-us > .media
{
	display:table;
	width:100%;
}

.footer-call-us > .media > .call-us-icon
{
	display:table-cell;
	width:70px;
	padding-right:0px;
}

.footer-call-us .call-us-icon i
{
	color: #2686c2;
}

.footer-call-us > .media > .media-body
{
	width:auto;
}

.social-icons > li span
{
	display:none;
}

.social-icons > a.button
{
	padding: 0px;
	width: 33px;
	height: 33px;
	text-align: center;
	background: #FFF;
	border: 2px solid #CCC;
	color: #CCC;
	font-size: 16px;
	padding-top: 3px;
	margin-right:3px;
}

.social-icons > a.button.facebook:hover
{
	border: 2px solid #3a589d;
	background: #3a589d;
	color:#FFF;
}

.social-icons > a.button.twitter:hover
{
	border: 2px solid #2478ba;
	background: #2478ba;
	color:#FFF;
}

.social-icons > a.button.email:hover
{
	border: 2px solid #111;
	background: #111;
	color:#FFF;
}

#content
{
	display: inline-block;
	width: 100%;
	margin:50px 0px;
}

.brands_bar
{
	display: inline-block;
	width: 100%;
	background: #EEE;
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom:10px;
	cursor:pointer;
}

.brands_bar:after
{
	font-family:fontAwesome;
	content:"\f067";
	float: right;
	font-weight: normal;
	font-size: 12px;
}

.brands_bar.open:after
{
	content: "\f068";
}

.brands_box
{
	display: none;
	width: 100%;
	padding: 0px 10px 10px 10px;
}

.brands_column
{
	display:inline-block;
	vertical-align:top;
	width:25%;
}

.brands_box a
{
	color:#333e48;
}

.brands_box a:hover
{
	color:#2686c2;
}

.home-list-categories ul.categories > li.category::after
{
	border:0px;
}

button.slick-prev, button.slick-next
{
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translate(0, -50%);
	background: #ccc;
	padding: 10px 14px;
	width: 45px;
	height: 45px;
	display:none !important;
}

button.slick-prev
{
	left:10px;
	display:none !important;
}

button.slick-next
{
	right:10px;
	display:none !important;
}

button.slick-prev:hover, button.slick-next:hover
{
	background:#2686c2;
}

button.slick-prev:hover i, button.slick-next:hover i
{
	color:#FFF;
}

button.slick-prev i, button.slick-next i
{
	font-size: 23px;
	color: #000;
	margin-top:2px;
}

button.slick-prev i
{
	margin-right:2px;
}

button.slick-next i
{
	margin-left:2px;
}

ul.slick-dots
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0);
}

ul.slick-dots li
{
	display:inline-block;
	margin-right:7px;
}

ul.slick-dots li button
{
	padding: 0px;
	width: 15px;
	height: 15px;
	border-radius: 0px;
	color: transparent;
}

ul.slick-dots li button:hover, ul.slick-dots li button:active, ul.slick-dots li button:focus, ul.slick-dots li.slick-active button
{
	background:#2686c2;
	color:transparent;	
}

.slick-slider
{
	margin-right:5px;
}

ul.banner_box
{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:17px;
}

ul.banner_box li:first-child
{
	margin-bottom:10px;
}

ul.banner_box li:last-child
{
	margin-bottom:30px;
}

ul.home_logo
{
	display:table;
	width:100%;
	list-style: none;
	padding: 0px;
	margin: 30px 0px 50px 0px;
}

ul.home_logo li
{
	display:table-cell;
	width:20%;
	vertical-align:middle;
	padding:0px 10px;
}

.features-list
{
	display:inline-block;
	width:100%;
	vertical-align:middle;
}

.features-list .media-left i
{
	color: #2686c2;
}

.feature-img {
	width: 50%;
}

.feature-img img {
	width: 45px;
}

ul.company-box
{
	list-style:none;
	display:inline-block;
	width:100%;
	padding:0px;
	margin:0px;
}

ul.company-box li
{
	display:table;
	width:100%;
}

ul.company-box li div.company-logo, ul.company-box li div.company-info, ul.company-box li div.company-button
{
	display:table-cell;
	vertical-align:middle;
	width:25%;
	padding:0px 10px;
}

ul.company-box li div.company-logo
{
	padding-left:0px;
	padding-right:25px;
}

ul.company-box li div.company-info
{
	width:50%;
}

ul.company-box li div.company-info h3
{
	font-size:26px;
}

ul.company-box li div.company-info h3 small, h2.company-name small
{
	font-size:14px;
	margin-left:5px;
}

ul.company-box li div.company-info table.company
{
	margin-bottom:0px;
	margin-top:25px;
}

ul.company-box li div.company-info table.company td, ul.company-box li div.company-info table.company th
{
	border:0px;
	padding: 3px 0px;
	font-size: 13px;
	color: #7d7d7d;
}

ul.company-box li div.company-info table.company th
{
	font-weight:600;
}

ul.company-box li div.company-info table.company th:first-child
{
	width:120px;
}

ul.company-box li div.company-info table.company th:nth-child(2)
{
	width:20px;
}

ul.company-box li div.company-button
{
	padding-right:0px;
}

ul.company-box li div.company-button a
{
	width:100%;
	margin-bottom:10px;
	font-weight:bold;
}

h2.company-name
{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

h2.company-name img
{
	display: inline-block;
	max-width: 55px;
	margin-right: 15px;
}

.company-banner
{
	margin:20px auto 30px auto;
}

ul.company-nav
{
	list-style: none;
	margin: 15px 0px;
	padding: 0px;
	text-align:right;
}

ul.company-nav li
{
	display:inline-block;
}

ul.company-nav li a
{
	display: inline-block;
	color: #333e48;
	background-color: #efecec;
	padding: 12px 30px
}

ul.company-nav li a:hover, ul.company-nav li a.active
{
	color: #fff;
	background-color: #000;
}

table.company-info th
{
	font-weight:600;
}

table.company-info th:first-child
{
	width:150px;
}

table.company-info th:nth-child(2)
{
	width:20px;
}

h2.company-branch-title
{
	display:inline-block;
	width:100%;
	background-color: #e9e9e9;
	padding: 20px;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-top:40px;
	font-size: 1.5em;
	font-weight:600;
}

.company-map iframe
{
	width:100% !important;
	height:450px !important;
}

.pagination-box
{
	display:table;
	width:100%;
	margin-top:10px;
}

.pagination-box p.woocommerce-result-count
{
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}

.pagination-box nav.woocommerce-pagination
{
	display: table-cell;
	width: 70%;
	vertical-align: middle;
}

.woocommerce-pagination ul.page-numbers
{
	float:right;
}

.btn-secondary
{
	background-color:#2686c2 !important;
	color:#FFF !important;
}

.account-sidebar
{
	padding-right:30px;
}

.account-sidebar ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom:20px;
	border-top: 1px solid #eceeef;
}

.account-sidebar ul li a
{
	border-bottom: 1px solid #eceeef;
	position: relative;
	padding: .857em 0;
	display: block;
	color: #333e48;
}

.account-sidebar ul li.is-active a
{
	font-weight:bold;
}

.account-sidebar ul li a::before 
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    line-height: 1.618;
    margin-left: .53em;
    width: 1.387em;
    text-align: right;
    float: right;
    opacity: .25;
}

.account-sidebar ul li.is-active a::before 
{
    opacity: 1;
}

.account-sidebar ul li.account-dashboard a::before 
{
    content: "\f0e4";
}

.account-sidebar ul li.account-wishlist a::before 
{
    content: "\f005";
}

.account-sidebar ul li.account-info a::before 
{
    content: "\f007";
}

.account-sidebar ul li.account-password a::before 
{
    content: "\f084";
}

.shop-control-bar-bottom
{
	padding-bottom:10px;
}

.shop-control-bar-bottom p
{
	margin:0px;
	float: left;
	margin-top: 10px;
}

.woocommerce-pagination ul.page-numbers > li a, .woocommerce-pagination ul.page-numbers > li span.current
{
	color: #7e7e7e;
	display: block;
	border: 1px solid #e3e3e3;
	border-radius: 1.143em;
	padding: 5px 15px;
}

.woocommerce-pagination ul.page-numbers > li span.current
{
	background:#2686c2;
	border-color:#2686c2;
	color:#FFF;
}

.product-short-description
{
	height:auto !important;
	margin-bottom:0px !important;
}

ul.products .product-outer
{
	height:auto !important;
}

li.product:hover .product-inner
{
	position:relative;
}

li.product .product-thumbnail
{
	float:none;
}

.product-info
{
	display:inline-block;
	width:100%;
}

.product-block-box
{
	padding:0px 20px;
}

.product-video 
{
	text-align:center;
}

.wishlist-add a
{
	cursor:pointer;
}

.product-inquiry
{
	border: 2px solid #ddd;
    border-radius: 15px;
    padding: 20px !important;
}

.btn-primary
{
	background-color:#2686c2 !important;
	border-color:#2686c2 !important;
	color:#FFF !important;
}

.btn-primary:hover
{
	background-color:#000 !important;
	border-color:#000 !important;
}

.form-control
{
	font-size:14px;
	padding:10px 15px;
}

.product-info ul, product-detail ul
{
	padding-left:25px;
}

/**** IMAGES SLIDER ****/
.sp-loading 
{
	text-align: center;
	padding: 15px;
}

.sp-loading > img
{
	margin:auto;
}

.sp-wrap 
{
	display: none;
	line-height: 0;
	font-size: 0;
	border-radius: 3px;
	position: relative;
	float: left;
	margin-bottom:20px;
}

.sp-thumbs-box
{
	position:relative;
	display:block;
	height:90px;
}

.sp-thumbs-box-small
{
	position: absolute;
	display: block;
	overflow: hidden;
	width: 89%;
	height: 90px;
	margin: 0px 20px;
}

.sp-thumbs 
{
	position:absolute;
	text-align: left;
	display: inline-block;
	width:100%;
}

.sp-thumbs img 
{
	min-height: 90px;
	min-width: 90px;
	max-width: 90px;
}

.sp-thumbs a:link, .sp-thumbs a:visited 
{
	width: 90px;
	height: 90px;
	overflow: hidden;
	opacity: .5;
	display: inline-block;
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	margin: 0px 10px;
}

.sp-thumbs a:hover 
{
	opacity: 1;
}

.sp-thumbs a:active, .sp-current 
{
	opacity: 1!important;
	position: relative;
}

.sp-thumbs-prev, .sp-thumbs-next
{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size:30px;
	font-weight:bold;
	cursor:pointer;
}

.sp-thumbs-prev
{
	left:0px;
}

.sp-thumbs-next
{
	right:0px;
}

.sp-large 
{
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	margin-bottom:15px;
}

.sp-large a img 
{
	max-width: 100%;
	height: auto;
}

.sp-large a 
{
	display: block;
}

.sp-large .magnifier
{
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	background:#EEE;
	opacity:0.6;
	cursor:move;
}

.sp-zoom 
{
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}

.sp-lightbox 
{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 99999;
	display: none;
	cursor: pointer;
}

.sp-lightbox img 
{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}

#sp-prev, #sp-next 
{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}

#sp-prev 
{
	left: 10px;
}

#sp-prev:before 
{
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}

#sp-next 
{
	right: 10px;
}

#sp-next:before 
{
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}

#sp-prev:hover, #sp-next:hover 
{
	background: #444;
}

.sp-zoom-box 
{
	position: absolute;
	left: 370px;
	top: 0px;
	width:350px;
	height:350px;
	overflow:hidden;
	z-index:9999;
	background:#FFF;
}

.sp-zoom
{
	 display:block !important
}

.sp-zoom img
{
	max-width:unset;
}
/**** END IMAGES SLIDER ****/

table.account_listing
{
	width:100%;
}

table.account_listing thead th
{
	vertical-align: bottom;
	border-bottom: 2px solid #DDD;
	background: #EEE;
}

table.account_listing tbody td
{
	border-top: 1px solid #eceeef;
}

table.account_listing tbody td > label
{
	display:none;
}

table.account_listing .item a
{
	display:table;
	width:100%;
}

table.account_listing .item a > div
{
	display:table-cell;
	vertical-align:middle;
}

table.account_listing .item a > div:first-child
{
	width:20%;
}

.icon_remove a
{
	color:#2686c2;
}

.icon_remove label
{
	display:none;
}

ol.events-list
{
	padding-left:25px;
	margin-top:10px;
}

ol.events-list li
{
	margin-bottom:15px;
}

ol.events-list li a
{
	color:#333e48;
}

ol.events-list li a:hover
{
	text-decoration:underline;
}

.event-date
{
	font-size:13px;
}

.icon-whatsapp
{
	background-color: #44BC37;
	color: #fff !important;
	padding: 3px 10px 4px 10px;
	margin: 3px 5px 0px 5px;
	display: inline-block;
	vertical-align:middle;
	font-size: 13px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-weight:bold;
}


.events-col {
	height: 176px;
	margin: 0 0 10px 17px;
	/*padding: 10px;*/
	border: solid 1px #ddd;
}

.event-header {
	background-color: black;
	color: white;
	padding: 10px 10px 1px 10px;
}

.marquee-col {
	height: 120px;
	overflow: hidden;
}

ul.marquee-col{
	list-style: none;
	padding-left: 15px;
}

.marquee {
    animation: scroll-bottom-top 10s linear infinite;
}

@keyframes scroll-bottom-top {
    from {
        transform: translateY(120px);
    }
    to {
        transform: translateY(-350px);
    }
}

@media only screen and (max-width:992px)
{
	.top-bar .nav.nav-inline {margin:0px;}
	header.site-header {padding:15px 0px;}
	header .handheld-header {display:inline-block; width:80%; vertical-align:middle; margin:0px;}
	header .handheld-navigation-wrapper {display:inline-block; width:18%; vertical-align:middle;}
	.handheld-navigation ul li a {padding:8px 20px; cursor:pointer}
	.handheld-navigation ul .dropdown-menu {padding:5px 0px;}
	.handheld-navigation .yamm .nav-title {min-height:auto}
	.handheld-navigation ul li ul li a {padding-top:7px; padding-bottom:7px; font-size:14px;}
	.menu-separator {border-bottom:1px solid #FFF; margin-top:-20px; margin-bottom:5px}
	footer {margin-bottom:60px;}
	
	.brands_column {width:33%;}
	
	/**** account ****/
	table.account_listing thead {display:none}
	table.account_listing tbody tr {display: inline-block;width: 100%;border-bottom: 1px solid #eceeef;margin-bottom: 20px;padding-bottom: 15px;}
	table.account_listing tbody td {display:inline-block; width:100%; border:0px; padding-top:0px; padding-bottom:0px}
	table.account_listing tbody td > label {display:inline-block; margin-right:5px; margin-bottom:0px}
	table.account_listing .item a > div {display:inline-block; width:100%; margin-bottom:5px;}
	table.account_listing .item a > div:first-child{margin-bottom:15px;}
	.icon_remove {text-align:left; cursor:pointer; margin-top:7px}
	.icon_remove label {display:inline-block; margin-left:5px; cursor:pointer;}
	/**** END account ****/
}

@media only screen and (max-width:768px)
{
	.brands_column {width:50%;}
	ul.home_logo {margin-top:0px;}
	ul.home_logo li {display:inline-block; width:48%; padding:10px;}
	.slick-slider {margin-right:0px;}
	ul.banner_box {display:inline-block; margin-left:0px; margin-top:5px; text-align:center;}
	ul.banner_box li {display:inline-block;}
	.events-col {margin-top:5px; margin-left:0px;}
	
	ul.company-box li div.company-logo, ul.company-box li div.company-info, ul.company-box li div.company-button {display:inline-block; width:100%; padding:0px; margin-bottom:20px;}
	ul.company-box li div.company-logo img {max-width:250px; margin:0px auto}
	.pagination-box p.woocommerce-result-count, .pagination-box nav.woocommerce-pagination {display:inline-block; width:100%; text-align:center}
	.woocommerce-pagination ul.page-numbers {float:none; display:inline-block;}
	
	ul.company-nav li {width:100%; margin-bottom:5px;}
	ul.company-nav li a {width:100%; text-align:left}
	table.company-info th, table.company-info td {display:inline-block; width:100% !important;}
	table.company-info th:first-child {padding-bottom:5px;}
	table.company-info th:nth-child(2) {display:none;}
	table.company-info td {border-top:0px; padding-top:0px;}
	ul.products > li.product.list-view .media-left .wp-post-image {padding:10px; width:auto; max-width:100%}
	li.product.list-view .media {padding:15px 0px;}
	.shop-control-bar-bottom p {float:none; text-align:center;}
	.product-inquiry {margin-top:20px;}
	.product-info > div { display:inline-block; width:100%; padding:0px;}
	.product-video iframe {width:100%;}
	.account-pagi {text-align:center}
}

@media only screen and (max-width:480px)
{
	.brands_column {width:100%;}
	ul.categories .media-left {display:inline-block; width:100%; margin-bottom:10px;}
	ul.categories .media-body {display:inline-block; width:100%}
	ul.home_logo li {display:inline-block; width:100%; padding:10px 0px;}
	button.slick-prev, button.slick-next {width:25px; height:25px; padding:5px 6px}
	button.slick-prev i, button.slick-next i {font-size:16px; margin-top:0px}
	ul.slick-dots {bottom:7px;}
	ul.slick-dots li button {width:13px; height:13px;}
	.company-map iframe {height:300px !important}
	.product-video iframe {height:300px;}
}