body {
	color: #606060;
	background: #F1F1F1;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
.article-description table, table img {
	width: 100% !important;
	height: auto;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
a {
	color: #000000;
	cursor: pointer;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	color:#007ccd;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	font-weight: 500;
	
}
div.required .control-label:before {
	color: #F00;
	content: '* ';
	font-weight: bold;
}
label {
	font-size: 13px;
}
select.form-control, textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 13px;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
select.form-control {
	/* 
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-khtml-appearance: none;
	 */
	padding: 6px 12px 6px 11px;
}
/* 
.select {
	position: relative;
	overflow: hidden;
	display: block;
}
.select:after {
   content: "\f107";
   display: block;
   font: normal normal normal 16px/1 FontAwesome;
   text-rendering: auto;
   z-index: 99;
   position: absolute;
   top: 11px;
   right: 15px;
}
*/
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
.form-horizontal .control-label {
    padding-top: 10px;
    margin-bottom: 0;
    text-align: right;
    line-height: 1.3;
    color:#000000;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
/* button */
button, button:focus, button:active:focus {
	text-decoration: none;
	outline: none;
  	box-shadow: none;
}
.btn {
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  border: 0px;
  /*
  border-radius: 0px;
 -webkit-border-radius: 0px;
 -khtml-border-radius: 0px;
 -moz-border-radius: 0px;
 */
  min-height: 40px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
}
.btn-grey {
	color: #000;
	background: #f2f2f2;
}
.btn-default {
	color: #000;
	background: #fff;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	border-color: #faa732;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #D24742;
	border-color: #D24742;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: 0px;
}
.btn-info {
	color: #ffffff;
	background-color: #7AD2FA;
	border-color: #7AD2FA;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-link {
	height: auto!important;
	padding: 0px!important;
	font-size: inherit;
	line-height: inherit;
	margin: 0px!important;
	border: none;
	cursor: pointer;
	border-color: rgba(0, 0, 0, 0);
	color: inherit;
}
.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	border-color: #363636;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	color: #ffffff;
}
.btn-transparent {
	color: inherit;
	background-color: transparent;
	border: 2px solid transparent;
	box-shadow: none!important;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent.active,
.btn-transparent.disabled,
.btn-transparent[disabled],
.btn-transparent:focus,
.btn-transparent:focus,
.btn-transparent:active:focus,
.btn-transparent.active:focus,
.btn-transparent.focus,
.btn-transparent:active.focus,
.btn-transparent.active.focus {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none!important;
}

.nav-tabs {
	margin-bottom: 15px;
}

/* Modals */
.modal-header {
	padding: 10px 15px;
}
.modal-header .modal-title {
    margin: 0 auto;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Notif */
.notif.alert {
	padding: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	text-align: center;
	line-height: 12px;
}
.notif.alert button.close {
	font-size: 32px;
	line-height: 12px;
	padding: 15px 10px;
}
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}
[data-notify="container"][class*="alert-success"] > [data-notify="message"] {
	font-weight: 400;
	display: block;
	position: relative;
}

/* dropdown menu */
.site-header .dropdown-menu {
	position: absolute;
	top: 150%;
	z-index: 3009;
	padding: 10px 0px;
	margin-top: -1px!important;
	margin: 0;
	font-size: 13px;
	text-align: left;
	list-style: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	visibility: hidden;
	-webkit-box-shadow: 0px 5px 7px -3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 7px -3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 5px 7px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 7px -3px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	display: block;
}
.site-header .dropdown.open .dropdown-menu,
.site-header #cart.open .dropdown-menu,
.site-header #menu-fixed .dropdown:hover .dropdown-menu,
.site-header #menu-fixed .nav > li > a:hover .dropdown-menu,
.site-header #menu .dropdown:hover .dropdown-menu,
.site-header #menu .nav > li > a:hover .dropdown-menu {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
   top: 100%;
   transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
   visibility: visible;
}
@media (max-width: 767px) {
	.site-header #menu .dropdown .dropdown-menu {
	   display:none;
	   transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}
	.site-header #menu .dropdown.open .dropdown-menu {
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		top: 100%;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		visibility: visible;
		display:block;
	}
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0!important;
    overflow: hidden;
    background-color: #e5e5e5;
    padding:0px!important;
}
.btn-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3009;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #d0d0d0;
    box-shadow: 0 0 10px #d0d0d0;
    border-top: 1px solid #b7b7b7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}

/*
----------------------------------------------
Site Header
----------------------------------------------
*/
/* sticky header */
/* header fixed */
.header-fixed {
	display: none;
}
.header-fixed.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	padding: 0px 50px;
	width: 100%;
	z-index: 3009;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
   animation: fixedanimation 1s ease 0s normal both 1 running;
   -webkit-animation: fixedanimation 1s ease 0s normal both 1 running;
   -moz-animation: fixedanimation 1s ease 0s normal both 1 running;
   -o-animation: fixedanimation 1s ease 0s normal both 1 running;
	box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1);
	display: block;
	background: #FFFFFF;
	opacity: 0.9;
}
.header-fixed.sticky-header:hover {
	opacity: 1;
}
.header-fixed #menu-fixed {
   min-height: auto;
   float: left;
   margin: 0;
}
#menu-fixed {
	text-align: center;
	height: 57px;
}
#menu-fixed ul.navbar-nav {
	float: none;
	display: inline-block;
}
#menu-fixed li.dropdown a.dropdown-toggle:after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   line-height: inherit;
   padding-left: 10px;
   content: "\f107";
   display: inline-block;
}
#menu-fixed .nav > li > a {
	padding: 18px 18px 18px 0px;
	margin-right: 10px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
}
#menu-fixed .nav > li > a:hover,
#menu-fixed .nav > li > a:focus {
	background: transparent;
	color:#007ccd;
}
#menu-fixed .dropdown-menu {
	min-width: 160px;
	left: 0;
}
#menu-fixed .dropdown-inner {
	display: table;
}
#menu-fixed .dropdown-inner ul {
	display: block;
}
#menu-fixed .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 10px 0px;
	border-bottom: 1px dashed #ddd;
	margin: 0;
	clear: both;
	line-height: 1.1;
	color:#000;
	font-weight: 500;
}
#menu-fixed .see-all,
#menu-fixed .dropdown-inner li {
	padding: 0 20px;
	font-size: 14px;
}
#menu-fixed .see-all:hover,
#menu-fixed .see-all:focus,
#menu-fixed .dropdown-menu li > a:hover {
	text-decoration: none;
}
#menu-fixed .see-all {
	display: block;
	margin-top: 0.5em;
	padding: 10px 20px 5px;
	font-size: 14px;
	line-height: 1.4;
}
#menu-fixed #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
}
#menu-fixed span.label-menu {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 9px;
	padding: 3px 5px;
	border-radius: 2px;
   -webkit-border-radius: 2px;
   -khtml-border-radius: 2px;
   -moz-border-radius: 2px;
	line-height: 1;
	color:#FFFFFF;
}
#menu-fixed span.label-menu-parent {
	font-size: 9px!important;
	padding: 3px 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	color:#ffffff;
}

/* Quick Login */
a.quicklogin{
	cursor:pointer;
}
#modal-quicklogin .form-control{
	height:auto;
}
#modal-quicklogin .modal-login {
	padding: 30px 10%;
}
/* header */
header {
	padding: 20px 0 0px;
	margin-bottom: 0px;
	position: relative;
	background: #ffffff;
	border-top: 3px solid #D30000
}
header .container {
	position: relative;
}
/* logo */
header #logo {
	margin: 10px auto 20px;
	float: left;
/*	max-width: 200px;*/
}
header #logo a {
	margin: 0 auto;
	display: inline-block;
}
header #logo-right {
	float: right;
	width: 150px;
}
header .header-right {
	padding-top: 10px;
	display: block;
	overflow: hidden;
}
header .header-right a {
	color:#333333;
}
header .header-right a:hover {
	color:#007CCD;
}
header .header-right span.telephone {
	font-size: 20px;
	display: block;
	clear: both;
	position: relative;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 43px;
	line-height: 1;
}
header .header-right span.telephone i.fa {
	color:#ffffff;
	font-size: 16px;
	background:#D30000;
	padding: 8px 12px;
	border-radius: 4px;
	margin-top: -6px!important;
	position: absolute;
	left: 0px;
	line-height: 1;
}

header .header-right a:hover > i.fa.fa-phone {
	background:#007CCD;
}
header .header-right span.mail {
	display: block;
	clear: both;
	position: relative;
	text-align: right;
	font-weight: 600;
	letter-spacing: 0.4px;
}
header .header-right .header-phone {
	float: right;
}
header .header-right .header-social {
	float: right;
	margin-left: 20px;
	margin-top: -5px;
}
header .header-right .header-social .list-inline > li {
    display: inline-block;
    padding: 0px;
}
header .header-right .header-social i.fa {
	font-size: 16px;
	color:#FFF;
	background:#D30000;
	padding: 8px 12px;
	border-radius: 4px;
}
/* Menu */
#menu {
    margin-top: 0px;
	text-align: left;
	height: auto;
	background:#D30000;
	color: #FFFFFF;
}
#menu ul.navbar-nav {
	float: none;
	/* display: inline-block; */
}
#menu li.dropdown a.dropdown-toggle:after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   line-height: inherit;
   padding-left: 10px;
   content: "\f107";
   display: inline-block;
}
#menu .nav > li > a {
	margin: 0;
	padding: 20px 15px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color:#FFF;
}
#menu .nav > li > a:focus,
#menu .nav > li > a:hover {
	background: transparent;
	color:#000;
}
#menu .dropdown-menu {
	min-width: 160px;
	right: auto;
	left: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: block;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 10px 0px;
	border-bottom: 1px dashed #ddd;
	margin: 0;
	clear: both;
	line-height: 1.1;
	color:#000;
	font-weight: 500;
}
#menu .see-all,
#menu .dropdown-inner li {
	padding: 5px 20px;
	font-size: 14px;
	
}
#menu .see-all:hover,
#menu .see-all:focus,
#menu .dropdown-menu li > a:hover {
	text-decoration: none;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	padding: 10px 20px 5px;
	font-size: 14px;
	line-height: 1.4;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
}
#menu-mobile {
    min-height: 40px;
    display: block;
    float: none;
    clear: both;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 20px;
    padding: 0px 10px;
}
#menu-mobile .navbar-header {
	background: #232323;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
#menu-mobile .navbar-header .btn {
	display: inline-block;
	padding: 0px 10px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3;
	border: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	min-height: 40px;
}
#menu-mobile span#category {
 	position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
 }
#menu-mobile .navbar-header .btn:hover,
#menu-mobile .navbar-header .btn:focus,
#menu-mobile .navbar-header .btn.focus {
    color: #fff;
    text-decoration: none;
}
#menu-mobile .navbar-collapse {
	background: #232323;
    color: #fff;
}
#menu-mobile .dropdown .dropdown-menu {
   display:none;
   transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#menu-mobile .dropdown.open .dropdown-menu {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	top: 100%;
	padding: 0px 0px 0px 8px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	visibility: visible;
	display:block;
	color: #ffffff;
}
#menu-mobile ul.navbar-nav {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
#menu-mobile .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
}
#menu-mobile .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 0px;
    color: #fff;
    background: none;
    border-bottom: 1px dotted #999;
}
#menu-mobile .dropdown-menu li > a {
    color: #eee;
}
#menu-mobile .dropdown-inner a {
    display: block;
    padding: 8px 0px;
    margin: 0;
    clear: both;
    line-height: 1.1;
}
#menu-mobile .nav > li.open a.dropdown-toggle {
    border-color: transparent;
}
#menu-mobile .menus-menu-item-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 15px 10px 15px 15px;
}
#menu-mobile .menus-menu-item-toggle:hover {
  cursor: pointer;
}
#menu-mobile .menus-menu-item-toggle.menus-close .fa-plus {
  display: inline-block;
}
#menu-mobile .menus-menu-item-toggle.menus-close .fa-minus {
  display: none;
}
#menu-mobile .menus-menu-item-toggle.menus-open .fa-plus {
  display: none;
}
#menu-mobile .menus-menu-item-toggle.menus-open .fa-minus {
  display: inline-block;
}
/* Label Menu */

span.label-menu {
	position: absolute;
	top: 5px;
	right: 30px;
	font-size: 9px;
	padding: 3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1;
	color: #FFFFFF;
}
span.label-menu-parent {
	font-size: 9px!important;
	color:#FFFFFF;
	line-height:1;
	padding: 3px 5px;
	border-radius: 3px;
   -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
   -moz-border-radius: 3px;
}
#menu-mobile span.label-menu {
	position: absolute;
	top: 5px;
	right: auto;
	font-size: 9px;
	padding: 3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 1;
	color: #FFFFFF;
}
#menu-mobile span.label-menu-parent {
	font-size: 9px!important;
	color:#FFFFFF;
	line-height:1;
	padding: 3px 5px;
	margin-left: 5px;
	border-radius: 3px;
   -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
   -moz-border-radius: 3px;
}
/*
----------------------------------------------
Content
----------------------------------------------
*/
.wrapper-full {
	width: 100%;
    padding: 50px 30px 20px;
    display: block;
    clear: both;
    position: relative;
}
@media (max-width: 420px) {
	.wrapper-full {
	    padding: 50px 20px 20px;
	}
}
#main-content {
	padding: 20px 0px 50px;
	min-height: 550px;
}

/* Breadcrumb */
.breadcrumb {
	background-color: transparent;
	padding: 8px 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	list-style: none;
	border-radius: 0px;
}
.breadcrumb i.fa {
	font-size: 15px;
}
.breadcrumb a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}
/* main-content */
#main-content h1 {
	font-size: 2.3125em;
	margin-top: 0;
    margin-bottom: 1.5em;
    line-height: 1;
    font-weight: 700;
}

/* category pages */
.category-img img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.category-description {
	display: block;
}
/* refine search */
h3.refine-search {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0px 10px;
	padding: 0 0 5px;
}
.search-refine ul {
   padding: 0;
	display:inline-block;
	margin:0 0 10px;
}
.refine-search ul {
	padding:0;
}
.search-refine ul li {
	list-style:none; float: left; margin-right: 10px;
} 
.search-refine li a {
  	display: block;
  	padding: 5px 10px;
	margin-bottom: 3px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	-khtml-border-radius:0px;
	border: 1px solid #ddd;
}
.search-refine li a:hover {
   color: #989797;
}

/* compare link */
.product-compares {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.product-compares a {
	color: #000;
}

/* filter */
.filter-category {
    display: block;
    margin-bottom: 20px;
    padding: 0;
	color:#000;
}
.filter-category #list-view,
.filter-category #grid-view {
	border: 0px;
	box-shadow: none;
	padding: 0px 5px;
	margin-right: 5px;
	margin-top: 10px;
	background: transparent;
	color:#000;
	outline: none;
}
.filter-category .sort-filter label {
	float: left;
	margin: 8px 10px 0 0;
	width: auto;
	padding: 0;
}

/*
----------------------------------------------
Product Listing
----------------------------------------------
*/
/* button */
.product-layout .btn {
	background: #fff;
	font-size: 12px;
}
.product-layout .btn-wishlist {
	background: #fff;
	font-size: 12px;
	color: #9C1500;
}
.product-layout .btn-wishlist:hover {
	background: #9C1500;
	color: #ffffff;
}
.product-layout .btn-cart {
	color: #000;
	background: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 10px 7px 12px;
}
.product-layout .btn-cart:hover {
	background: #000000;
	color: #ffffff;
}
span.p-list {
	display: none!important;
}
.product-list span.p-list {
	display: inline-block;
}
.product-detail h4 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 20px 10px;
	text-align: center;
	background:#f9f9f9;
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
}
@media (max-width: 420px) {
	.product-detail h4 {
		padding: 10px 10px;
	}
}
/* product layout */
.product-thumb {
    margin-bottom: 35px;
    overflow: auto;
    border: 2px solid #ddd;
    border-radius: 10px;
    margin-right: 5px;
    cursor: pointer;
}
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.product-thumb:hover {
	border-color: #10a9e2;
}
.product-thumb:hover > h4 {
	color: #10a9e2;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
/* quickview */
.product-thumb .btn-quickview {
	position: absolute;
	top: 0px;
	right: -40px;
	z-index: 2;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	-khtml-border-bottom-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-moz-border-top-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	background-color: #000;
	color: #ffffff;
	border: 2px solid #000;
}
.product-thumb:hover .btn-quickview {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	right: 0px;
}
.product-thumb .btn-quickview:hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
}
@media (max-width: 420px) {
	.product-thumb .btn-quickview {
		display: none;
	}
}
.label-sale.label-img img {
	position: absolute;
	z-index: 1;
	left: 5px;
	top: 2px;
	width: 48px;
}
.label-sale.label-percent {
	position: absolute;
	z-index: 1;
	left: 55px;
	top: 10px;
	padding: 7px 10px;
	line-height: 1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	background: #06A6F1;
	font-size: 12px;
}
.label-shipping {
	position: absolute;
	z-index: 1;
	font-size: 12px;
	left: 5px;
	line-height: 1.2;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	max-width: 48px;
}

.label-promo-dp {
	position: absolute;
	z-index: 1;
	padding: 8px 10px;
	font-size: 12px;
	right: 5px;
	top: 5px;
	line-height: 1.2;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	background: #D30000;
}
.label-promo-dp span {
	font-weight: bold;
	clear: both;
	display: block;
}
@media (max-width: 420px) {
	.label-promo-dp {
		position: absolute;
		z-index: 1;
		padding: 8px 10px;
		font-size: 12px;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0px;
		border-radius:0;
	}
}
.label-shipping {
	position: absolute;
	z-index: 1;
	padding: 8px 10px;
	font-size: 12px;
	left: 5px;
	line-height: 1.2;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	background: #FF7406;
}
.label-shipping span {
	font-weight: bold;
	clear: both;
	display: block;
}

/* countdown timer for product list */
.product-countdown-block {
	position: absolute;
	text-align: center;
	bottom: 0;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	width: 100%;
	z-index: 997;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
}
.product-countdown {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	padding: 8px 0 5px;
	text-align: center;
	color: #FFFFFF;
	background: #10A9E2;
}
.product-countdown .p-timer div {
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0.5em 0;
	margin: 0 0.9em;
	font-size: 12px;
	white-space: nowrap;
	color: #FFFFFF;
	background: #10A9E2;
}
.product-countdown .p-timer div:before {
	content: ":";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -0.3em;
	font-weight: bold;
}
.product-countdown .p-timer div:nth-child(1):before {
	right: -46%;
}
.product-countdown .p-timer div:nth-child(2):before {
	right: -65%;
}
.product-countdown .p-timer div:nth-child(3):before {
	right: -65%;
}
.product-countdown .p-timer div:last-child:before {
	display: none;
}
.product-countdown .p-timer div p {
	line-height: 1em;
	margin-bottom: 0;
	padding-bottom: 0.2em;
	font-weight: bold;
	display: block;
}
@media (max-width: 420px) {
	.product-countdown-block {
		display: none;
	}
}

/* product grid */
.product-grid .caption {
	padding: 0x;
	text-align: left;
}
.product-grid .price {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	vertical-align: middle;
	color: #000;
	text-align: center;
	padding: 8px 3px;
	margin: 0px;
	background:#f5f5f5;
}
.product-grid .price-new {
	font-weight: 600;
}
.product-grid .price-old {
   font-size: 13px;
   font-weight: normal;
   margin-left: 8px;
   text-decoration: line-through;
   vertical-align: top;
	color: #989898;
}
.product-grid .price-tax {
	font-size: 13px;
	display: block;
	font-weight: 400;
	color: #989898;
}

/* product list */
.product-list .product-thumb .image {
	float: left;
}
.product-list .product-detail {
	position: relative;
	overflow: hidden;
}
.product-list .caption {
	margin-left: 0px;
	padding: 0px 20px;
	text-align: left;
}
.product-list .price {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	vertical-align: middle;
	color: #000;
}
.product-list .price-new {
	font-weight: 600;
}
.product-list .price-old {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: line-through;
	vertical-align: top;
	color: #989898;
}
.product-list .price-tax {
	font-size: 13px;
	display: block;
	font-weight: 400;
}

/* rating */
.rating {
	margin: 5px 0 5px 0;
}
.rating .fa-stack, #review .fa-stack {
    font-size: 8px;
}
.rating .fa-star,
#review .fa-star {
	color: #b7b7b7;
}
.rating .fa-star + .fa-star,
#review .fa-star + .fa-star {
	color: #ffcd06;
}
@media (max-width: 420px) {
	.paginations {
		text-align:center;
	}
	.paginations .text-left,
	.paginations .text-right {
		text-align:center;
	}
	.pagination {
		display: inline-block;
		padding-left: 0;
		margin: 20px 0 10px;
	}
}
/*
----------------------------------------------
Column
----------------------------------------------
*/
/* column left */
#column-left h3 {
	font-size: 14px;
	margin: 10px 0 10px;
	padding: 0 0 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
}

/* column right */
#column-right h3 {
	font-size: 14px;
	margin: 10px 0 10px;
	padding: 0 0 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
}

/*
----------------------------------------------
footer
----------------------------------------------
*/
footer {
	background: #E1E1E1;
	color:#696969;
}
footer a {
	color: #696969;
}
footer a:hover {
	color: #000000;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #bbc5ca;
}
footer .footer-menu,
footer .footer-center,
footer .footer-bottom-col{
	padding: 40px 0px;
}
footer .footer-bottom-web {
	display: block;
	position: relative;
	padding: 20px 0px 50px;
	color:#000;
}
footer .footer-bottom-web {
	text-align: center;
}
footer .footer-bottom-web a {
	color: #000000;
	font-weight: bold;
}
.new_footfix {
    position: relative;
    display: block;
    clear: both;
    margin-top: 40px;
}
.bg_footer {
    width: 100%;
    height: auto;
    margin: auto;
    background: transparent;
}
.mg_fixfoot1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    vertical-align: middle;
    width: 100%;
    height: 106px;
    background: url(../image/footer_left.png) 0% 0px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
}
.mg_fixfoot3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    vertical-align: middle;
    width: 100%;
    height: 106px;
    background: url(../image/footer_right.png) 100% 0px;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
}

.mg_fixfoot2 {
    position: absolute;
    left: 0;
    bottom: 0;
    vertical-align: middle;
    width: 100%;
    height: 106px;
    background: url(../image/footer_mid.png) 0px 0px;
    background-repeat: repeat-x;
    background-size: auto auto;
    display: inline-block;
}

footer .bottom-link span:before {
	color: #696969;
}
footer .payment-img {
	margin-top: 20px;
	padding-bottom: 30px;
	max-height: 36px;
	display: block;
	text-align: center;
}
footer .payment-img img {
	margin: 0 auto;
}
footer .bottom-link {
	padding: 8px 0px;
}
footer .bottom-link span {
	padding: 0px 12px;
	margin: 0;
	position: relative;
}
footer .bottom-link span:first-child:before {
	display: none;
}
footer .bottom-link span:before {
	content: '\f111';
	position: absolute;
	letter-spacing:0px;
	top: 0px;
	left: -5px;
	font-size: 5px;
	font-family: FontAwesome;
}
footer .copyright  {
	display: block;
	text-align: center;
	padding: 8px 0px;
}
footer .box {
	display: block;
	margin: 10px auto 35px;
	clear: both;
}
footer .box-title,
footer .box .box-title,
footer .box h3 {
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-weight: 700;
	line-height: 16px;
	border-bottom: 1px dotted #bbc5ca;
	color: #007ccd;
	text-align: left;
}
footer .box h3:before,
footer .box .box-title:before,
footer .box h3:after,
footer .box .box-title:after {
	display: none!important;
	width: 0px!important;
	height: 0px!important;
	z-index: -2;
}
footer li a,
footer .box.box-menu li a,
footer .box.box-menu .list-group-item {
  position: relative;
  display: block;
  padding: 4px 0px;
  margin-bottom: -1px;
  background: transparent;
  font-size: 14px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
  border-radius: 0px;
}
footer li a:hover,
footer .box.box-menu li a:hover,
footer .box.box-menu .list-group-item.active,
footer .box.box-menu .list-group-item.active:hover,
footer .box.box-menu .list-group-item.active:focus,
footer .box.box-menu .list-group a:hover{
	text-shadow : unset;
	background: transparent;
	color: #007ccd;
}
footer .footer-lang {
	display: block;
	text-align: center;
}
footer .footer-lang .dropdown-menu {
	left: 30%;
	right: auto;
	box-shadow: none;
}
footer .footer-lang .open > .dropdown-toggle.btn-default:hover,
footer .footer-lang .open > .dropdown-toggle.btn-default:focus,
footer .footer-lang .open > .dropdown-toggle.btn-default:active {
	color: #333;
    background-color: transparent;
    border-color: #8c8c8c;
}
.scrollup {
	z-index: 999;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-khtml-border-radius: 50% !important;;
	-moz-border-radius: 50% !important;
	font-weight: bold;
	height: 40px;
	width: 40px;
	text-align:center;
	text-shadow:none;
	background: #ffffff;
	right: 30px;
	bottom: 40px;
	position: fixed;
	display: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
}
.scrollup i.fa {
	font-size: 30px;
	line-height: 35px;
}
.scrollup:hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
}
@media (max-width: 420px) {
	.scrollup {
		display: none!important;
	}
}
/* widget */
.box {
	display: block;
	margin: 0px auto 35px;
	clear: both;
	position: relative;
	overflow: hidden;
}
.box h3,
.box .box-title {
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	border: 0px;
	clear: both;
	padding-top: 30px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
	text-transform: capitalize;
	color: #d30000;
}

.box h3:before,
.box .box-title:before {
   
}

/* widget content top */
#content-top .box {
	display: block;
	margin: 0px auto 35px;
	clear: both;
}
#content-top h3,
#content-top .box .box-title,
#content-top .box h3 {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0 0 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
}
#content-top .box h3:before,
#content-top .box .box-title:before,
#content-top .box h3:after,
#content-top .box .box-title:after  {
	display: none!important;
	width: 0px!important;
	height: 0px!important;
	z-index: -2;
}

/* widget content bottom */
#content-bottom .box {
	display: block;
	margin: 0px auto 35px;
	clear: both;
}
#content-bottom h3,
#content-bottom .box .box-title,
#content-bottom .box h3 {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0 0 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
}
#content-bottom .box h3:before,
#content-bottom .box .box-title:before,
#content-bottom .box h3:after,
#content-bottom .box .box-title:after  {
	display: none!important;
	width: 0px!important;
	height: 0px!important;
	z-index: -2;
}

/* widget column left */
#column-left .box {
	display: block;
	margin: 0px auto 40px;
	clear: both;
}
#column-left .box .box-title,
#column-left .box h3 {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0 0 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
}
#column-left .box h3:before,
#column-left .box .box-title:before,
#column-left .box h3:after,
#column-left .box .box-title:after {
	display: none!important;
	width: 0px!important;
	height: 0px!important;
	z-index: -2;
}

/* widget column right */
#column-right .box {
	display: block;
	margin: 10px auto 35px;
	clear: both;
}
#column-right .box .box-title,
#column-right .box h3 {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0 0 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
}
#column-right .box h3:before,
#column-right .box .box-title:before,
#column-right .box h3:after,
#column-right .box .box-title:after  {
	display: none!important;
	width: 0px!important;
	height: 0px!important;
	z-index: -2;
}
.pages-success .message-success {
	margin-bottom: 30px;
}
/* Quickview */
/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox,
#cboxOverlay,
#cboxWrapper {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 9999;
   overflow: hidden;
}
#cboxOverlay {
   position: fixed;
   width: 100%;
   height: 100%;
   overflow: hidden;
}
#cboxMiddleLeft,
#cboxBottomLeft {
   clear: left;
}
#cboxContent {
   position: relative;
}

#cboxLoadedContent {
   overflow: auto;
}
#cboxTitle {
   margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
   cursor: pointer;
}
.cboxPhoto {
   float: left;
   margin: auto;
   border: 0;
   display: block;
   max-width: none;
}
.cboxIframe {
   width: 100%;
   height: 100%;
   display: block;
   border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
   box-sizing: content-box;
}
#cboxOverlay {
   background: #333333
}
#cboxContent {
   background: #fff;
   overflow: hidden;
   border: none;
   padding: 20px;
   border-radius: 3px;
}
.quickview #cboxContent {
   padding-right: 7px;
	padding-top: 40px;
}
.login #cboxContent {
   padding: 0;
}
.cboxIframe {
   background: #fff;
}
#cboxError {
   padding: 50px;
   border: 1px solid #ccc;
}
#cboxTitle,
#cboxCurrent,
#cboxSlideshow {
   display: none !important;
}
#cboxPrevious,
#cboxNext {
   position: absolute;
   top: 50%;
   margin-top: -40px;
   display: none;
   text-indent: -9999px;
}
#cboxPrevious {
   left: 40px
}
#cboxNext {
   right: 90px;
}
#cboxPrevious:after,
#cboxNext:after {
   font-family: fontAwesome;
   font-size: 28px;
   line-height: 48px;
   text-align: center;
   background: #666666;
   background: rgba(51, 51, 51, 0.5);
   position: absolute;
   display: block;
   width: 50px;
   height: 50px;
   text-indent: 0;
   color: #ffffff;
   transition: all 300ms;
   border-radius: 3px;
}
#cboxPrevious:hover:after,
#cboxNext:hover:after {
   background: #333333;
}
#cboxPrevious:after {
   content: "\f104";
}
#cboxNext:after {
   content: "\f105";
}
#cboxClose {
   position: absolute;
   font-size: 0;
   top: -15px;
   right: 35px;
   text-indent: -9999px;
	
}
#cboxClose:hover:after {
   color: #666666;
   transition: all 300ms;
}
#cboxClose:after {
   content: "\f00d";
   font-family: fontAwesome;
   font-size: 25px;
   line-height: 26px;
   text-align: center;
   position: absolute;
   display: block;
   width: 40px;
   height: 40px;
   text-indent: 0;
   color: #000;
   transition: all 300ms;
}

/* social tab */
.socialtabs-container{
  position: fixed;
  z-index: 3005;
  width: 280px;
  transition: all 550ms;
}
.top-left, .top-right{
  top: 75px;
}
.bottom-left, .bottom-right{
  bottom: 75px;
}
.top-right, .bottom-right{
  right: -280px;
}
.top-left, .bottom-left{
  left: -280px;
}
.socialtab-icon{
	position: absolute;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 25px;
	padding: 12px;
	color: white;
	z-index: -1;
}
.socialtab-icon .fa {
    font-size: 18px;
}
#facebook-icon {
}
.facebook_icon_top-left, .facebook_icon_bottom-left, .facebook_icon_top-right, .facebook_icon_bottom-right{
  background-color: #3B579D;
}
.twitter_icon_top-left, .twitter_icon_bottom-left, .twitter_icon_top-right, .twitter_icon_bottom-right{
  background-color: #4092CC;
}
.facebook_icon_top-right, .facebook_icon_bottom-right, .twitter_icon_top-right, .twitter_icon_bottom-right{
  left: -45px;
}
.facebook_icon_top-left, .facebook_icon_bottom-left, .twitter_icon_top-left, .twitter_icon_bottom-left{
  right: -45px;
}
.twitter-body{
  width: 280px;
}
.top-left1, .top-right1{
  top: 0px;
}
.bottom-left1, .bottom-right1{
  bottom: 0px;
}
.top-left2, .top-right2{
  top: 45px;
}
.bottom-left2, .bottom-right2{
  bottom: 45px;
}
.top-left.open, .bottom-left.open{
  left: 0;
}
.top-right.open, .bottom-right.open{
  right: 0;
}
@media (max-width: 420px) {
  .socialtabs-container{
    display:none
  }
}
@media only screen and (max-device-width: 420px) {
  .socialtabs-container{
    display:none
  }
}

/* custom toyota */
.color-blue {
	color:#007ccd;
	font-weight: bold;
}
.btn-red {
	color: #ffffff;
	background-color: #D30000;
	border-color: #D30000;
	font-size: 20px;
	font-weight: bold;
}
.btn-red i.fa {
	font-size: 20px;
}
.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red:focus,
.btn-red.focus,
.btn-red.disabled,
.btn-red[disabled] {
	box-shadow: 0px;
	background-color: #000000;
	border-color: #000000;
	color:#FFFFFF;
}
.footer-center .box-menu {
	margin-bottom: 30px;
}
.footer-center .newsletter-boxed small {
	font-weight: 500;
	color:#000000;
}



.actionfixed{
	padding: 0;
	margin: 0;
	background:#d30000;
	color:#fff;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index:9999;
}
.actionfixed .af-btn {
	padding: 0px;
	margin: 0px;
}
.actionfixed a {
	color:#fff
}
.actionfixed i.fa{
	font-size:18px
}
.actionfixed .btn {
	border:0px;
	padding:10px 10px;
	margin-bottom:0px;
	font-weight:700;
	text-transform:uppercase;
	text-align: center;
	letter-spacing:1px;
	line-height:1;
	min-height: auto;
	border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px
}
.actionfixed .btn-phone {
	background:#5FBB3F;
	border-color:#5FBB3F;
	color:#FFF;
}
.actionfixed .btn-wa {
	background:#1EBEA5;
	border-color:#1EBEA5;
	color:#FFF;
}
.actionfixed .btn-sms {
	background:#FC9701;
	border-color:#FC9701;
	color:#FFF;
}
.actionfixed .btn:hover{
	background:transparent;
	color:inherit;
}

@media (max-width:420px){
	.actionfixed .btn {
		font-size: 11px;
		font-weight: 400;
	}
	.actionfixed i.fa{
		font-size:12px
	}
	.actionfixed i.fa-envelope{
		font-size:11px
	}
}


#pages h1 {
	display: block;
	text-align: center;
}
.box-kredit h2 {
	text-align: center;
	margin: 20px 0px 30px;
}
.box-kredit .col-box {
	padding: 20px 20px;
	border: 1px solid #ddd;
	background:#FFF;
	margin: 5px;
}
.box-kredit h4.panel-title a {
	display: block;
}
.box-kredit .video-frame {
	display: block;
	text-align: center;
	margin: 0 auto 50px
}


