.hom-slie {
position: absolute !important;
}
.ownmenu {
padding: 0;
margin: 0;
list-style: none;
}
.ownmenu li {
display: inline-block;
float: left;
}
.ownmenu .nav ul.dropdown, .ownmenu .nav ul.dropdown li ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
display: none;
position: absolute;
z-index: 99;
padding-left: 0px;
width: 250px;
background: none;
padding: 20px 35px;
}
.ownmenu .nav ul.dropdown li ul.dropdown {
left: 100%;
top: inherit;
background: #272727;
}
header .ownmenu .nav ul.dropdown-menu .indicator {
display: block;
left: 0px;
margin-left: 0px;
}
.ownmenu ul.dropdown-menu li {
clear: both;
width: 100%;
text-align: left;
}
.ownmenu .nav ul.dropdown-menu li a {
width: 100%;
display: inline-block;
float: left;
clear: both;
text-decoration: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ownmenu .nav ul.dropdown-menu li:hover > a {
}
.ownmenu ul.dropdown-menu li ul.dropdown.left {
left: auto;
right: 100%;
}
.ownmenu .indicator {
position: relative;
right: 5px;
float: right;
display: none;
}
.ownmenu ul li .indicator {
top: 1px;
left: 10px;
}
.ownmenu > li > .megamenu {
top: 54px;
}
.ownmenu > li > .megamenu {
position: absolute;
display: none;
background: #fff;
width: 25%;
color: #999;
z-index: 99;
padding: 0 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ownmenu li > .megamenu ul {
margin: 0px;
float: left;
padding: 0;
display: block;
position: relative;
width: 100%;
}
.ownmenu li > .megamenu ul li {
width: 100%;
padding: 0px;
}
.ownmenu li > .megamenu ul li.title {
margin: 0 0 8px;
padding: 0 0 5px;
border-bottom: solid 1px #666;
}
.ownmenu li > .megamenu h5 {
width: 100%;
margin: 0;
padding: 0;
}
.ownmenu li > .megamenu a {
color: #999;
text-decoration: none;
-webkit-transition: color 0.3s linear;
-moz-transition: color 0.3s linear;
-o-transition: color 0.3s linear;
transition: color 0.3s linear;
}
.ownmenu li > .megamenu a:hover {
color: #dedede;
}
.ownmenu .megamenu img {
width: 100%;
-webkit-transition: border 0.3s linear;
-moz-transition: border 0.3s linear;
-o-transition: border 0.3s linear;
transition: border 0.3s linear;
}
.ownmenu > li.fix-sub > .megamenu, .ownmenu > li.fix-sub > .megamenu.half-width, .ownmenu > li.fix-sub > .dropdown {
}
.ownmenu > li > .megamenu.half-width {
width: 50%;
}
.ownmenu > li > .megamenu.full-width {
width: 100%;
left: 0;
text-align: left;
}
.ownmenu li > .megamenu form {
width: 100%;
}
.ownmenu li > .megamenu form input[type="text"], .ownmenu li > .megamenu form textarea {
padding: 5px;
color: #999;
background: #444;
border: solid 1px transparent;
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: border 0.3s linear;
-moz-transition: border 0.3s linear;
-o-transition: border 0.3s linear;
transition: border 0.3s linear;
}
.ownmenu li > .megamenu form input[type="text"]:focus, .ownmenu li > .megamenu form textarea:focus {
border-color: #e0e0e0;
}
.ownmenu li > .megamenu form input[type="text"] {
width: 100%;
margin-top: 10px;
}
.ownmenu li > .megamenu form textarea {
width: 100%;
margin-top: 10px;
}
.ownmenu li > .megamenu form input[type="submit"] {
width: 25%;
float: right;
height: 30px;
margin-top: 10px;
border: none;
cursor: pointer;
background: #444;
color: #777;
-webkit-transition: background 0.3s linear;
-moz-transition: background 0.3s linear;
-o-transition: background 0.3s linear;
transition: background 0.3s linear;
}
.ownmenu li > .megamenu form input[type="submit"]:hover {
background: #e0e0e0;
color: #555;
}
.megamenu .row {
}
.ownmenu > li.right {
float: right;
}
.ownmenu > li.right > .megamenu, .ownmenu > li.right > .megamenu.half-width, .ownmenu > li.right > .dropdown {
right: 0;
}
.ownmenu > li.jsright {
float: right;
}
.ownmenu > li.jsright.last > .megamenu, .ownmenu > li.jsright.last > .megamenu.half-width, .ownmenu > li.jsright.last > .dropdown {
right: 0;
}
.ownmenu > li > a > i {
line-height: 23px !important;
margin-right: 6px;
float: left;
}
.ownmenu > li.showhide {
display: none;
width: 100%;
height: 50px;
cursor: pointer;
color: #999;
}
.ownmenu > li.showhide span.title {
margin: 15px 0 0 25px;
float: left;
}
.ownmenu > li.showhide span.icon {
margin: 17px 20px;
float: right;
}
.ownmenu > li.showhide .icon em {
margin-bottom: 3px;
display: block;
width: 20px;
height: 2px;
background: #999;
}
@media (max-width:767px) {
.ownmenu > li {
display: block;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ownmenu > li > a {
padding: 15px 25px;
}
.ownmenu a {
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ownmenu ul.dropdown, .ownmenu ul.dropdown li ul.dropdown {
width: 100% !important;
left: 0;
position: static !important;
border: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
float: left;
}
.ownmenu ul.dropdown li {
border: none;
}
.ownmenu ul.dropdown > li > a {
padding-left: 40px !important;
}
.ownmenu > li > .megamenu {
width: 100% !important;
position: static;
border-top: none;
}
.ownmenu > li > ul.dropdown > li > ul.dropdown > li > a {
padding-left: 60px !important;
}
.ownmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
padding-left: 80px !important;
}
}

}
@keyframes lighter-bounce {
from, to {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
20% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
80% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
}
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
.flexslider {
position: relative;
zoom: 1;
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height:0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 30px;
height: 30px;
margin: -20px 0 0;
position: absolute;
bottom: 35px;
z-index: 10;
overflow: hidden;
opacity: 1;
text-align:center;
border-radius:4px;
border:1px solid #e8e8e8;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-family:'FontAwesome';
width:100%;	
text-align:center;
display: inline-block;
content: '\f104';
color:#fff;
}
.flex-direction-nav a.flex-next:before {
content: '\f105';
}
.flex-direction-nav .flex-prev {
left: -50px;
}
.flex-direction-nav .flex-next {
right: -50px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display:inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 33.3333%;
float: left;
padding: 10px;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
.checkbox {
}
.checkbox label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 25px;
line-height: 19px;
}
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #272727;
border-radius: 0px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: 0px;
padding-left: 3px;
padding-top: 1px;
color: #555555;
line-height: 15px;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
opacity: 0;
z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
font-family: "FontAwesome";
content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="radio"]:disabled + label::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.checkbox.checkbox-inline {
margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
background-color: #337ab7;
border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before, .checkbox-danger input[type="radio"]:checked + label::before {
background-color: #d9534f;
border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after, .checkbox-danger input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before, .checkbox-info input[type="radio"]:checked + label::before {
background-color: #5bc0de;
border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after, .checkbox-info input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before, .checkbox-warning input[type="radio"]:checked + label::before {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after, .checkbox-warning input[type="radio"]:checked + label::after {
color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before {
background-color: #5cb85c;
border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after, .checkbox-success input[type="radio"]:checked + label::after {
color: #fff;
}
.radio {
padding-left: 20px;
}
.radio label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
}
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out;
}
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
opacity: 0;
z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
cursor: not-allowed;
}
.radio.radio-inline {
margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
font-family: 'FontAwesome';
content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before, input[type="radio"] .styled:checked + label::before {
color: #fff;
}
input[type="checkbox"] .styled:checked + label::after, input[type="radio"] .styled:checked + label::after {
color: #fff;
}
.bx-wrapper {
position: relative;
margin: 0 auto 0px;
padding: 0;
*zoom:1;
}
.bx-wrapper img {
max-width: 100%;
display: block;
}
.bx-wrapper .bx-viewport {
left: -5px;
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
position: absolute;
bottom: 0px;
width: 100%;
}
.bx-wrapper .bx-loading {
}
.bx-wrapper .bx-pager {
text-align: center;
font-weight: 300 !important;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom:1;
*display:inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #d8d8d8;
text-indent: -9999px;
display: block;
width: 12px;
height: 12px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #eeb013;
}
.bx-wrapper .bx-prev {
}
.bx-wrapper .bx-prev:before {
height: 35px;
width: 35px;
background: #fff;
color: #181818;
content: "\f105";
font-family: 'FontAwesome';
position: relative;
}
.bx-wrapper .bx-next {
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 35px;
height: 35px;
background: #fff;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
.bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(images/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
}
.bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-weight: 300 !important;
display: block;
padding: 10px;
}
.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@keyframes fadeOut {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
.owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
.no-js .owl-carousel {
display: block;
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}
@media screen and (max-width:860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}
.bootstrap-select {
width: 220px \0
}
.bootstrap-select>.dropdown-toggle {
width: 100%;
padding-right: 25px
}
.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
border-color: #b94a48
}
.bootstrap-select.fit-width {
width: auto!important
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
}
.bootstrap-select .dropdown-toggle:focus {
outline: thin dotted #333!important;
outline: 5px auto -webkit-focus-ring-color!important;
outline-offset: -2px
}
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: none
}
.bootstrap-select.form-control:not([class*=col-]) {
width: 100%
}
.bootstrap-select.form-control.input-group-btn {
z-index: auto
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
float: none;
display: inline-block;
margin-left: 0
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
float: right
}
.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
margin-bottom: 0
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
padding: 0
}
.form-inline .bootstrap-select.btn-group .form-control {
width: 100%
}
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group>.disabled {
cursor: not-allowed
}
.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group>.disabled:focus {
outline: 0!important
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
display: inline-block;
overflow: hidden;
width: 100%;
margin-top: -5px !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle
}
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
width: 100%
}
.bootstrap-select.btn-group .dropdown-menu {
min-width: 100%;
z-index: 1035;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0px;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.bootstrap-select.btn-group .dropdown-menu li {
position: relative
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
color: #fff
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
cursor: not-allowed
}
.bootstrap-select.btn-group .dropdown-menu li a {
cursor: pointer
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
position: relative;
padding-left: 2.25em
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
display: none
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
display: inline-block
}
.bootstrap-select.btn-group .dropdown-menu li small {
padding-left: .5em
}
.bootstrap-select.btn-group .dropdown-menu .notify {
position: absolute;
bottom: 5px;
width: 96%;
margin: 0 2%;
min-height: 26px;
padding: 3px 5px;
background: #f5f5f5;
border: 1px solid #e3e3e3;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
pointer-events: none;
opacity: .9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bootstrap-select.btn-group .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px;
white-space: nowrap
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
position: static
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
position: static;
top: auto;
margin-top: -1px
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
position: absolute;
display: inline-block;
right: 15px;
margin-top: 5px
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
margin-right: 34px
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
z-index: 1036
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(204,204,204,.2);
position: absolute;
bottom: -4px;
left: 9px;
display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
position: absolute;
bottom: -4px;
left: 10px;
display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
bottom: auto;
top: -3px;
border-top: 7px solid rgba(204,204,204,.2);
border-bottom: 0
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
bottom: auto;
top: -3px;
border-top: 6px solid #fff;
border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
right: 12px;
left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
right: 13px;
left: auto
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
display: block
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
padding: 4px 8px
}
.bs-actionsbox {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bs-actionsbox .btn-group button {
width: 50%
}
.bs-donebutton {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.bs-donebutton .btn-group button {
width: 100%
}
.bs-searchbox+.bs-actionsbox {
padding: 0 8px 4px
}
.bs-searchbox .form-control {
margin-bottom: 0;
width: 100%
}
select.bs-select-hidden, select.selectpicker {
display: none!important
}
select.mobile-device {
position: absolute!important;
top: 0;
left: 0;
display: block!important;
width: 100%;
height: 100%!important;
opacity: 0
}

/*=======================================================
HEADER
========================================================*/
header {
width: 100%;
z-index: 999;
background: #efefef !important;
padding: 10px 0;
padding-bottom: 0px;
position: relative;
}
header .logo {
float: left;
}
header .container {
position:relative;
}
header .navbar {
border: none;
margin: 0px;
position: static;
padding: 0px;
border-radius: 0px;
text-align: center;
width: 100%;
float: none;
}
header .nav {
padding: 0px;
margin: 0px;
}
header .logo {
float: left;
position: relative;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
header .logo img {
margin-top:-5px;
z-index: 3;
position: relative;
}
.sticky-wrapper {
height: auto !important;
}
header .sticky {
left: 0px;
}
header .is-sticky .sticky {
background: rgba(0,0,0,0.95);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.white-header .is-sticky .sticky {
background: rgba(0,0,0,0.95);
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
header .navbar {
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
header .navbar li {
display: inline-block;
margin: 0px;
position: relative;
}
header .sticky {
width: 100%;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
header .navbar li a {
    color: #fff;
    font-weight: 400;
    padding: 15px 15px;
    letter-spacing: 0px;
    font-size: 16px;
    font-family: Trebuchet MS;
}
.ownmenu .cate-style {
text-align: left;
min-width: 230px;
/*min-width: 270px;*/
}
.ownmenu .cate-style a i {
margin-right: 10px;
}
.ownmenu .cate-style a {
background: #0a95da;
}
.ownmenu .cate-style .dropdown-menu li a {
background: none;
}
.ownmenu .cate-style .dropdown-menu {
padding: 0px !important;
background: #fff !important;
min-width: 270px !important;
}
.navbar-collapse {
padding: 0px;
float: left;
}
header .navbar li a:before {
}
header .navbar li a:hover:before {
width: 100%;
}
header .navbar li.active a:before {
}
.nav>li>a:focus, .nav>li>a:hover {
background: none;
}
.ownmenu .nav .dropdown-menu {
background: #fff;
padding: 0px;
}
.ownmenu .nav .dropdown-menu li a {
color: #fff !important;
text-transform: none !important;
}
.ownmenu .dropdown-menu li {
margin: 0px;
}
.ownmenu .nav .dropdown-menu li {
position: relative;
z-index: 2;
}
.ownmenu .nav .dropdown-menu li a {
z-index: 1;
position: relative;
}
.ownmenu .nav .dropdown-menu li a:before {
background: #131313;
content: "";
width: 0px;
display: none;
height: 100%;
top: 0px;
margin: 0px;
z-index: -1;
left: 0px;
}
.ownmenu .dropdown-menu li a:hover:before {
width: 100%;
background: #232955;
}
.ownmenu .nav .dropdown-menu li:hover > a {
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background: none;
}
.ownmenu .nav .dropdown-menu li a {
padding: 0px 25px !important;
letter-spacing: 0px;
font-weight: 400;
line-height: 34px;
color: #555555 !important;
}
.ownmenu .nav .dropdown-menu li:nth-last-child(1) a {
border-bottom: none;
}
.ownmenu .nav .dropdown-menu li a:hover {
color: #000 !important;
background: #fff;
}
.ownmenu .nav .dropdown-menu {
border: none;
min-width: 250px;
margin-top: 0px;
border-radius: 0px;
padding: 10px 0px;
border-radius: 0px;
}
.ownmenu .nav .dropdown.megamenu .dropdown-menu li a {
padding: 0px !important;
letter-spacing: 0px;
font-weight: 400;
line-height: 28px;
color: #555555 !important;
text-transform: capitalize !important;
}
.ownmenu .dropdown.megamenu {
position: static !important;
}
.ownmenu .dropdown.megamenu .dropdown-menu {
width: 100%;
min-width: inherit;
padding: 0px;
background: none !important;
box-shadow: none;
}
.ownmenu .dropdown.megamenu .dropdown-menu li {
display: inline-block;
width: 100%;
}
.ownmenu .dropdown.megamenu .dropdown-menu h6 {
color: #333333;
margin: 0px;
margin-top: 30px;
margin-bottom: 10px;
font-weight: 600;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ownmenu .dropdown.megamenu .nav-img {
    margin-top: 0px;
    border: solid 1px #efefef;
    box-shadow: 1px 1px 20px #77777750;
}
.ownmenu .dropdown.megamenu .dropdown-menu li a {
display: inline-block;
width: 100%;
}
.ownmenu .dropdown .sub-menu .dropdown-menu {
position: absolute;
left: 100%;
top: 0px;
display: none !important;
margin: 0px !important;
}
.ownmenu .dropdown .sub-menu:hover .dropdown-menu {
display: block !important;
}
.ownmenu .dropdown .sub-menu .dropdown-menu li a {
border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.ownmenu .dropdown .sub-menu .dropdown-menu li:nth-last-child(1) a {
border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.ownmenu .dropdown .sub-menu:before {
content: "\f105";
position: absolute;
right: 10px;
font-family: 'FontAwesome';
line-height: 33px;
z-index: 2;
}
.ownmenu .dropdown .sub-menu:hover:before {
color: #fff;
}
.ownmenu {
float: left;
}
.nav-right i {
}
.nav-right li {
padding: 0 0px;
margin: 0 10px !important;
}
.nav-right {
float: right;
position: relative;
margin-left: 30px;
margin-top: 12px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
header .navbar li a:before {
position: absolute;
left: 0px;
bottom: 0px;
height: 100%;
width: 0px;
z-index: -1;
background: #1b3eb5;
content: "";
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
header .navbar li a:before:hover {
width:100%;
}
header .navbar li.active a:before {
position: absolute;
left: 0px;
bottom: 0px;
height: 100%;
width: 100%;
background: #0077b2;
content: "";
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
header .navbar li a:hover {
color: #fff;
}
header .navbar li.active a {
color: #fff !important;
}
.menu-left .navbar {
float: none;
display: block;
}
.navbar-nav > li:hover > .dropdown-menu {
display: block;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
content: "\e876";
float: right;
font-family: 'Linearicons-Free';
color: #fff;
margin: 0px;
position: absolute;
right: 30px;
}
.dropdown-submenu>a:hover:after {
color: #fff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
a.dropdown-toggle:after {
content: "\f0dd";
float: right;
font-family: 'FontAwesome';
color: #ffffff90;
margin: 0px;
margin-left: 8px;
margin-top: -3px;
position: relative;
}
.multi-level .dropdown-submenu .dropdown-menu {
display: none !important;
}
.multi-level .dropdown-submenu:hover .dropdown-menu {
display: block !important;
}
.nav-right li a:before {
display: none;
}
header .search-cate {
min-width: 600px;
display: inline-block;
height: 50px;
margin-left: 210px;
position: relative;
border: 1px solid #dddddd;
border-radius: 8px;
padding-left: 10px;
background: #fff;
margin-top: 10px;
}
.search-cate form{
    background-image: url(../images/lupa.png);
    background-position: 97%;
    background-size: 20px;
    background-repeat: no-repeat;
}
header .search-cate .btn {
background: none !important;
border: none;
box-shadow: none !important;
outline: none !important;
color: #555555;
padding: 15px 20px 10px !important;
padding-left: 10px;
}
header .bootstrap-select.btn-group .dropdown-toggle .caret {
margin-top: -5px;
margin-left: 5px;
right: 8px;
color: #cccccc;
}
header .search-cate .bootstrap-select.btn-group .dropdown-menu {
border-radius: 0px;
border: none;
margin-top: 0px;
}
header .search-cate .bootstrap-select.btn-group .dropdown-menu ul {
border: 1px solid #dddddd;
}
header .search-cate input {
border: none;
height: 48px;
padding: 0 20px;
width: 60%;
border-radius: 0px;
outline: none !important;
}
header .search-cate .submit {
height: 44px;
width: 44px;
border-radius: 0px;
background: #d40f14;
position: absolute;
right: 2px;
top: 2px;
color: #fff;
border: none;
}
header .search-cate .bootstrap-select {
min-width: 80px;
max-width: 110px;
}
header .search-cate .dropdown-menu>li>a {
line-height: 26px;
}
header .search-cate .bootstrap-select .dropdown-toggle:focus {
outline: none !important;
}
header nav {
background: #132e86;
}
.light-gry-bg {
background-color: #999999db;
}
.cart-pop {
min-width: 190px;
}
.cart-pop a.dropdown-toggle:after {
display: none;
}
.cart-pop .thumb {
float: left;
width: 70px;
display: inline-block !important;
border: 2px solid #fff;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.cart-pop li a {
padding: 0px !important;
}
.cart-pop li .media-body .tittle {
}
.cart-pop ul.dropdown-menu li {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid rgba(0,0,0,0.05);
}
.cart-pop li.btn-cart {
text-align: center;
border: none !important;
padding: 0px !important;
margin: 0px !important;
}
.cart-pop li.btn-cart .btn-round {
padding: 10px !important;
color: #fff !important;
border-radius: 6px;
}
.cart-pop li .media-body span {
display: inline-block;
width: 100%;
margin-top: 10px;
font-weight: bold;
}
.cart-pop .fa-shopping-cart {
height: 50px;
width: 50px;
margin-right: 10px;
line-height: 50px;
color: #fff;
background: #1d43c1;
float: left;
text-align: center;
}
.cart-pop .dropdown-menu {
margin-top: 10px;
min-width: 246px;
padding: 15px;
min-height: 265px;
border-radius: 0px;
border: 1px solid #eeeeee;
}
.cart-pop .itm-cont {
    position: absolute;
    height: 19px;
    width: 19px;
    position: absolute;
    display: inline-block;
    background: #FF5722;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    left: 23px;
    font-size: 12px;
    top: -5px;
}
.mega-inside {
padding: 20px 30px;
background: #fff;
border: 1px solid #eeeeee;
display: block;
width: 100%;
max-width: 890px;
font-size:95% !important;
margin: 0 auto;
box-shadow: 0 3px 8px rgba(0,0,0,.175);
}
.mega-inside .top-lins {
padding: 0 0px;
display: inline-block;
width: 100%;
padding-bottom: 15px;
border-bottom: 1px solid #e5e5e5;
}
.mega-inside .top-lins li {
display: inline-block;
width: auto !important;
}
.ownmenu .dropdown.megamenu .dropdown-menu .top-lins li a {
padding: 0px 10px !important;
color: #555555;
border-right: 1px solid #e5e5e5;
line-height: 16px;
}
.ownmenu .dropdown.megamenu .dropdown-menu .top-lins li:nth-last-child(1) a {
border-right: none;
color: #888888 !important;
text-decoration: underline !important;
}
.ownmenu .dropdown.megamenu .dropdown-menu .top-lins li:nth-child(1) a {
padding-left: 0px !important;
}
.mega-inside .top-lins li a {
padding: 0px !important;
}
.ownmenu .dropdown-menu .top-lins li a:hover:before {
display: none;
}
.header-style-2 nav {
background: none;
width: auto;
float: left;
margin-left: 100px;
margin-top: 0px;
}
.header-style-2 .navbar li a {
color: #222222 !important;
}
.call-mun {
    font-weight: 400;
    color: #fff;
    background: #1b3dab;
    padding: 16px;
}
.call-mun i {
margin-right: 0px;
margin-top:-10px !important;
}
.header-style-2 .navbar li a:before {
display: none;
}
.header-style-2 .navbar li.active a {
color: #222222 !important;
}
.header-style-2 .navbar li a {
padding: 13px 15px;
}
.bar-search {
background: #372e41;
margin-top: 40px;
}
.bar-search .search-cate {
background: #fff;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 30px;
}
.bar-search .search-cate .submit {
background: none;
}
.bar-search .search-cate {
min-width: 550px;
}
.bar-search .search-cate input {
width: 57%;
}
.cate-bar-in li {
list-style: none;
}
.cate-style {
text-transform: uppercase;
float: left;
display: inline-block;
color: #fff !important;
background: #d40f14;
background-image: url(../img/rojogif.gif);
background-size: 12%;
background-repeat: no-repeat;
background-position: 95% !important;
padding: 15px 20px;
font-weight: 600;
text-align: left;
min-width: 270px;
}
.cate-style i {
margin-right: 10px;
}
.cate-bar-in {
width: 270px;
background: #fff;
position: absolute;
border-top: 0px;
top: 100%;
margin-top: 52px;
}
.cate-bar-in.relative {
position: relative;
}
.cate-bar-in ul {
margin: 0px;
padding: 0px 0;
display: inline-block;
width: 100%;
border: 1px solid #eeeeee;
border-top: 0px;
padding-bottom: 0px !important;
}
.cate-bar-in ul li {
width: 100%;
position:relative;
text-align: left;
}
.cate-bar-in a {
    padding: 0px 20px !important;
    letter-spacing: 0px;
    font-weight: 500 !important;
    display: inline-block !important;
    width: 100% !important;
    line-height: 50px;
    color: #555555 !important;
    text-transform: inherit !important;
    border-bottom: solid 1px #efefef;
}
.cate-bar-in li a:hover {
background: #efefef;
border-bottom:solid 1px #ccc;
}
.cate-bar-in ul li.sub-menu:before {
content: "\f105";
font-family: 'FontAwesome';
color: #888888;
margin: 0px;
position: absolute;
right: 20px;
line-height: 40px;
}
.cate-bar-in:hover ul li.sub-menu:before{
color: #fff !important;    
}
.cate-bar-in ul li.sub-menu ul {
position: absolute;
left: 99.999999%;
top: 0px;
display: none;
z-index: 99999;
background: #fff;
}
.cate-bar-in ul li.sub-menu ul li a {
    font-size: 95% !important;
    line-height: 25px !important;
}
.cate-bar-in ul li.sub-menu:hover ul {
display: block;
}
.cate-lst {
position: relative;
width: 270px;
}
.ownmenu .cate-style {
}
header.header-style-3 .navbar {
margin-top: 0px;
width: auto;
background: none;
display: inline-block;
text-align: center;
margin-left: 100px;
}
header.header-style-3 .navbar-collapse.collapse {
}
header.header-style-3 .navbar li a {
color: #555555;
font-weight: 400;
}
header.header-style-3 .navbar li a.dropdown-toggle:after {
color: #999999;
}
header.header-style-3 .navbar li a:before {
display: none;
}
header.header-style-3 .navbar li.active a {
color: #000 !important;
}
header.header-style-3 .nav-uder-bar {
background: #372e41;
margin-top: 30px;
}
header.header-style-3 .search-cate {
margin-top: 5px;
height: 44px;
}
header.header-style-3 .search-cate input {
height: 42px;
}
header.header-style-3 .search-cate .submit {
background: none;
height: 42px;
}
header.header-style-3 .search-cate .btn {
padding: 11px 0;
padding-top: 10px;
}
header.header-style-3 .search-cate {
min-width: 500px;
}
header.header-style-3 .search-cate .bootstrap-select {
min-width: 180px;
float: left;
}
header.header-style-3 .cate-style {
background: #f74b16;
}
header.header-style-3 .cart-pop .itm-cont {
background: #f74b16;
}
.header-style-4 {
background: #f12a43;
padding-bottom: 40px;
}
.header-style-4 .search-cate {
height: 44px;
min-width: 450px;
}
header.header-style-4 .search-cate .bootstrap-select {
min-width: 170px;
}
.header-style-4 .search-cate input {
width: auto;
}
.header-style-4 .search-cate input {
height: 40px;
line-height: 40px;
}
.header-style-4 .search-cate .btn {
padding: 7px 20px;
padding-left: 0px;
}
.header-style-4 .search-cate .submit {
height: 38px;
width: 38px;
margin-right: 5px;
background: none;
}
.header-style-4 .go-right {
float: right;
width: 75%;
}
.header-style-4 .search-cate {
margin-left: 30px;
}
.header-style-4 .cart-pop {
min-width: 175px;
}
.header-style-4 .cart-pop .flaticon-shopping-bag {
background: #fff;
}
.header-style-4 .cart-pop a {
color: #fff;
}
.header-style-4 .go-right .call-mun strong {
}
.header-style-4 .go-right .call-mun {
line-height: 18px;
display: inline-block;
min-width: 175px;
margin-top: 5px;
float: left;
}
.header-style-4 .go-right .call-mun i {
float: left;
margin-top: 5px;
}
.header-style-4 .cart-pop .flaticon-shopping-bag {
height: 44px;
width: 44px;
line-height: 44px;
}
.header-style-5 .search-cate {
height: 50px;
min-width: 450px;
}
header.header-style-5 .search-cate .bootstrap-select {
min-width: 170px;
}
header.header-style-5 .search-cate .bootstrap-select {
float: left;
}
.header-style-5 .search-cate input {
width: auto;
}
.header-style-5 .search-cate input {
height: 45px;
line-height: 45px;
margin-top: 1px;
}
.header-style-5 .search-cate .btn {
padding: 14px 20px;
padding-left: 0px;
}
.header-style-5 .search-cate .submit {
height: 38px;
width: 38px;
margin-right: 5px;
background: none;
margin-top: 3px;
}
.header-style-5 .go-right {
float: right;
width: 75%;
}
.header-style-5 .search-cate {
margin-left: 30px;
border: 2px solid #7a9b08;
}
.header-style-5 .cart-pop {
min-width: 175px;
}
.header-style-5 .go-right .call-mun strong {
}
.header-style-5 .go-right .call-mun {
line-height: 18px;
display: inline-block;
min-width: 175px;
margin-top: 5px;
float: left;
color: #555555;
}
.header-style-5 .go-right .call-mun i {
float: left;
margin-top: 5px;
}
header.header-style-5 nav {
background: none;
}
header.header-style-5 .navbar li a {
color: #222222;
font-weight: 600;
}
header.header-style-5 a.dropdown-toggle:after {
color: #999999;
}
.green header.header-style-5 nav {
background: none;
}
.green .cart-pop .itm-cont {
background: #7a9b08;
}
header.header-style-5 .navbar li a:before {
background: none !important;
}
header.header-style-5 .navbar li.active a {
color: #222222 !important;
}
header.header-style-5 .navbar li a:before {
background: none;
}
.header-style-5.style-10 .search-cate {
float: left;
margin-left: 0px;
margin-right: 30px;
}
.mega-inside .home-links li{
width:20% !important;
float:left;
padding:0 15px;
text-align:center;
margin-bottom:30px;
min-height: 205px;
}
.mega-inside ::-webkit-scrollbar {
width: 5px;
}
.mega-inside ::-webkit-scrollbar-track {
}
.mega-inside ::-webkit-scrollbar-thumb {
background-color: #f3f3f3;
}
.mega-inside .home-links{
display:inline-block;
width:100%;
max-height:450px;
overflow-y: scroll;
}
.mega-inside .home-links li img{
border:6px solid #f3f3f3;
display:inline-block;
width:100%;
}
.mega-inside.scrn{
padding:30px 15px !important;
padding-bottom:0px !important;
}
.mega-inside .home-links li a span{
color:#222222;
font-weight:bold;
}
.mega-inside .home-links li a:hover img{
border-color:#dfdfdf;
}
.deal-slide .owl-nav {
position: absolute;
top: -35px;
right: 0px;
}
.deal-slide .owl-nav div {
display: inline-block;
color: #aaaaaa;
}
.deal-slide .owl-nav div span {
display: inline-block;
margin-left: 15px;
padding-left: 15px;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-ms-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.deal-slide .owl-nav div span:hover {
color: #555555;
font-weight: 500;
}
.deal-slide .owl-nav .owl-next span:nth-child(1) {
border-left: 1px solid #e1e1e1;
}
.layout-5 .slid-sec .like-bnr.ultra {
background: url(../images/bnr-feature-2.jpg) right top no-repeat;
}
.layout-5 .slid-sec .like-bnr.ultra-1 {
background: url(../images/bnr-feature-3.jpg) right top no-repeat;
}
.layout-5 .slid-sec .like-bnr.ultra-1 .price {
color: #222222;
}
/*=======================================================
	MARGIN AND PADDING
========================================================*/
.padding-top-bot-300 {
padding-bottom: 300px !important;
padding-top: 300px !important;
}
.margin-right-150 {
margin-right: 150px !important;
}
.margin-left-150 {
margin-left: 150px !important;
}
.no-margin {
margin: 0 !important;
}
.no-margin-top {
margin-top: 0 !important;
}
.no-margin-right {
margin-right: 0 !important;
}
.no-margin-bottom {
margin-bottom: 0 !important;
}
.no-margin-left {
margin-left: 0 !important;
}
.no-padding {
padding: 0 !important;
}
.no-padding-top {
padding-top: 0 !important;
}
.no-padding-right {
padding-right: 0 !important;
}
.no-padding-bottom {
padding-bottom: 0 !important;
}
.no-padding-left {
padding-left: 0 !important;
}
.pad-t-b-130 {
padding-top: 130px !important;
padding-bottom: 130px !important;
}
.margin-0 {
margin: 0px !important;
}
.margin-left-0 {
margin-left: 0px !important;
}
.margin-right-0 {
margin-right: 0px !important;
}
.margin-top-0 {
margin-top: 0px !important;
}
.margin-bottom-0 {
margin-bottom: 0px !important;
}
.padding-0 {
padding: 0px !important;
}
.padding-left-0 {
padding-left: 0px !important;
}
.padding-right-0 {
padding-right: 0px !important;
}
.padding-top-0 {
padding-top: 0px !important;
}
.padding-bottom-0 {
padding-bottom: 0px !important;
}
.margin-1 {
margin: 1px !important;
}
.margin-left-1 {
margin-left: 1px !important;
}
.margin-right-1 {
margin-right: 1px !important;
}
.margin-top-1 {
margin-top: 1px !important;
}
.margin-bottom-1 {
margin-bottom: 1px !important;
}
.padding-1 {
padding: 1px !important;
}
.padding-left-1 {
padding-left: 1px !important;
}
.padding-right-1 {
padding-right: 1px !important;
}
.padding-top-1 {
padding-top: 1px !important;
}
.padding-bottom-1 {
padding-bottom: 1px !important;
}
.margin-5 {
margin: 5px !important;
}
.margin-left-5 {
margin-left: 5px !important;
}
.margin-right-5 {
margin-right: 5px !important;
}
.margin-top-5 {
margin-top: 5px !important;
}
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.padding-5 {
padding: 5px !important;
}
.padding-left-5 {
padding-left: 5px !important;
}
.padding-right-5 {
padding-right: 5px !important;
}
.padding-top-5 {
padding-top: 5px !important;
}
.padding-bottom-5 {
padding-bottom: 5px !important;
}
.margin-10 {
margin: 10px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.padding-10 {
padding: 10px !important;
}
.padding-left-10 {
padding-left: 10px !important;
}
.padding-right-10 {
padding-right: 10px !important;
}
.padding-top-10 {
padding-top: 10px !important;
}
.padding-bottom-10 {
padding-bottom: 10px !important;
}
.margin-15 {
margin: 15px !important;
}
.margin-left-15 {
margin-left: 15px !important;
}
.margin-right-15 {
margin-right: 15px !important;
}
.margin-top-15 {
margin-top: 15px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.padding-15 {
padding: 15px !important;
}
.padding-left-15 {
padding-left: 15px !important;
}
.padding-right-15 {
padding-right: 15px !important;
}
.padding-top-15 {
padding-top: 15px !important;
}
.padding-bottom-15 {
padding-bottom: 15px !important;
}
.margin-20 {
margin: 20px !important;
}
.margin-left-20 {
margin-left: 20px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.padding-20 {
padding: 20px !important;
}
.padding-left-20 {
padding-left: 20px !important;
}
.padding-right-20 {
padding-right: 20px !important;
}
.padding-top-20 {
padding-top: 20px !important;
}
.padding-bottom-20 {
padding-bottom: 20px !important;
}
.margin-25 {
margin: 25px !important;
}
.margin-left-25 {
margin-left: 25px !important;
}
.margin-right-25 {
margin-right: 25px !important;
}
.margin-top-25 {
margin-top: 25px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.padding-25 {
padding: 25px !important;
}
.padding-left-25 {
padding-left: 25px !important;
}
.padding-right-25 {
padding-right: 25px !important;
}
.padding-top-25 {
padding-top: 25px !important;
}
.padding-bottom-25 {
padding-bottom: 25px !important;
}
.margin-30 {
margin: 30px !important;
}
.margin-left-30 {
margin-left: 30px !important;
}
.margin-right-30 {
margin-right: 30px !important;
}
.margin-top-30 {
margin-top: 30px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.padding-30 {
padding: 30px !important;
}
.padding-left-30 {
padding-left: 30px !important;
}
.padding-right-30 {
padding-right: 30px !important;
}
.padding-top-30 {
padding-top: 30px !important;
}
.padding-bottom-30 {
padding-bottom: 30px !important;
}
.margin-40 {
margin: 40px !important;
}
.margin-left-40 {
margin-left: 40px !important;
}
.margin-right-40 {
margin-right: 40px !important;
}
.margin-top-40 {
margin-top: 40px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.padding-40 {
padding: 40px !important;
}
.padding-left-40 {
padding-left: 40px !important;
}
.padding-right-40 {
padding-right: 40px !important;
}
.padding-top-40 {
padding-top: 40px !important;
}
.padding-bottom-40 {
padding-bottom: 40px !important;
}
.margin-50 {
margin: 50px !important;
}
.margin-left-50 {
margin-left: 50px !important;
}
.margin-right-50 {
margin-right: 50px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-bottom-50 {
margin-bottom: 50px !important;
}
.padding-50 {
padding: 50px !important;
}
.padding-left-50 {
padding-left: 50px !important;
}
.padding-right-50 {
padding-right: 50px !important;
}
.padding-top-50 {
padding-top: 50px !important;
}
.padding-bottom-50 {
padding-bottom: 50px !important;
}
.margin-60 {
margin: 60px !important;
}
.margin-left-60 {
margin-left: 60px !important;
}
.margin-right-60 {
margin-right: 60px !important;
}
.margin-top-60 {
margin-top: 60px !important;
}
.margin-bottom-60 {
margin-bottom: 60px !important;
}
.padding-60 {
padding: 60px !important;
}
.padding-left-60 {
padding-left: 60px !important;
}
.padding-right-60 {
padding-right: 60px !important;
}
.padding-top-60 {
padding-top: 60px !important;
}
.padding-bottom-60 {
padding-bottom: 60px !important;
}
.margin-70 {
margin: 70px !important;
}
.margin-left-70 {
margin-left: 70px !important;
}
.margin-right-70 {
margin-right: 70px !important;
}
.margin-top-70 {
margin-top: 70px !important;
}
.margin-bottom-70 {
margin-bottom: 70px !important;
}
.padding-70 {
padding: 70px !important;
}
.padding-left-70 {
padding-left: 70px !important;
}
.padding-right-70 {
padding-right: 70px !important;
}
.padding-top-70 {
padding-top: 70px !important;
}
.padding-bottom-70 {
padding-bottom: 70px !important;
}
.margin-80 {
margin: 80px !important;
}
.margin-left-80 {
margin-left: 80px !important;
}
.margin-right-80 {
margin-right: 80px !important;
}
.margin-top-80 {
margin-top: 80px !important;
}
.margin-bottom-80 {
margin-bottom: 80px !important;
}
.padding-80 {
padding: 80px !important;
}
.padding-left-80 {
padding-left: 80px !important;
}
.padding-right-80 {
padding-right: 80px !important;
}
.padding-top-80 {
padding-top: 80px !important;
}
.padding-bottom-80 {
padding-bottom: 80px !important;
}
.margin-100 {
margin: 100px !important;
}
.margin-left-100 {
margin-left: 100px !important;
}
.margin-right-100 {
margin-right: 100px !important;
}
.margin-top-100 {
margin-top: 100px !important;
}
.margin-bottom-100 {
margin-bottom: 100px !important;
}
.padding-100 {
padding: 100px !important;
}
.padding-left-100 {
padding-left: 100px !important;
}
.padding-right-100 {
padding-right: 100px !important;
}
.padding-top-100 {
padding-top: 100px !important;
}
.padding-bottom-100 {
padding-bottom: 100px !important;
}
.padding-top-150 {
padding-top: 150px !important;
}
.padding-bottom-150 {
padding-bottom: 150px !important;
}
.padding-top-120 {
padding-top: 120px !important;
}
.padding-bottom-120 {
padding-bottom: 120px !important;
}
.padding-top-130 {
padding-top: 130px !important;
}
.padding-bottom-130 {
padding-bottom: 130px !important;
}
.padding-top-200 {
padding-top: 200px !important;
}
.padding-bottom-200 {
padding-bottom: 200px !important;
}

/* Price Range */
.sidebar-nav.cost-price {
margin-bottom: 70px;
}
.cost-price-content {
display: inline-block;
position: relative;
}
.cost-price-content .noUi-handle-lower, .cost-price-content .noUi-handle-upper {
height: 21px;
width: 21px;
background-color: #f1f3f8;
border: 1px solid #dde1eb;
}
.cost-price-content .noUi-base .noUi-connect, .cost-price-content .noUi-base .noUi-background {
position: absolute;
top: -4px;
}
.price-min, .price-max {
position: absolute;
margin-top: 15px;
color: #515151;
}
.price-min {
left: 0;
}
.price-max {
right: 0;
}
.cost-price-content .noUi-handle-lower, .cost-price-content .noUi-handle-upper {
background-color: #fff;
border: 1px solid #b8b8b8;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter: Alpha(Opacity=0);
}
.ui-front {
z-index: 100;
}
