    /*------------------------------------------------------------------

Project:		OYEENok E-Commerce Bootsrap Responsive Template
Version:		1.1
Last change:	27/09/17
Created by: 	Lionode

-------------------------------------------------------------------*/


/* -----  Google Font  -----*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700');

/* -----  ionicons Font  -----*/

@import url("ionicons.min.css");

/* -----  font awesome Font  -----*/

@import url("font-awesome.min.css");


/* =====  INDEX OF STYLES ===== */


/*
01 ===== BASIC  =====
  1.1 General
  1.2 Typography  
  1.3 Spacing    
  1.4 Button
  1.5 Elements
  1.6 Accordions
  1.7 Tabs
  1.8 Progress Bars
  1.9 Inputs
  1.10 Newslatter popup 
  
02 ===== HEADER ===== 
  2.1 Header
  2.2 Navbar
  2.3 Megamenu
  2.4 Search
  2.5 Cart
  2.6 Header bottom
  
03 ===== CONTANT =====
  3.1 Left column
  3.2 Right column
  	3.2.1 main banner
  	3.2.2 CMS-Banner
  	3.2.3 Home product
  	3.2.4 Breadcrumb
  	3.2.5 Blog
  	3.2.6 Single Blog
  	3.2.7 Product + Category Page 
  	3.2.8 Client
  	3.2.9 Owl nav
  	3.2.10 About
  	3.2.11 Team
  	3.2.12 Contact
  	3.2.13 Shop Page
  	3.2.14 Login & register
  	3.2.15 Map
  	3.2.16 Brand
  
04 ===== FOOTER =====
	4.1 Footer General
	4.2 Scrollup
*/


/* ----------------------------------------------
	BASIC
	1.1 General  
----------------------------------------------- */

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    line-height: 24px;
    color: #494b4c;
    font-size: 14px;
    font-family: 'Josefin+Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.loder {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loder.gif) center no-repeat #fff;
}

::-moz-selection {
    background-color: #1A1A1A;
    color: #FFF;
}
::selection {
    background-color: #1A1A1A;
    color: #FFF;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
ul li {
    list-style: none;
}
br {
    font-size: 0;
    line-height: 0;
}
hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 1);
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 11px 0 0;
    padding: 15px;
}
.dropdown-menu>li>a {
    color: #fff;
    padding: 5px 15px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #FA5A0C;
    color: #fff;
}
ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}
.bg-gray {
    background: #f7f7f7;
}
.bg-dark-gray {
    background: #ededed;
}
.bg-dark {
    background: #000000;
    color: #fff;
}
.bg-dark-90 {
    background: #1a1a1a;
    color: #fff;
}
.bg-light {
    background: #ffffff;
}
.light {
    color: #fff;
}
.dark {
    color: #000;
}

/* ----------------------------------------------
	1.2 Typography 
----------------------------------------------- */

a {
    cursor: pointer;
    text-decoration: none;
    color: #808080;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a:hover, a:focus {
    color: #000;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a, a:focus, a:active, a:link, img {
    outline: none;
    text-decoration: none;
}
a.active {
    color: #000;
}
p {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
h1 {
    font-size: 36px;
    line-height: 42px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
h3 {
    font-size: 22px;
    line-height: 26px;
}
h4 {
    font-size: 18px;
    line-height: 22px;
}
h5 {
    font-size: 16px;
    line-height: 20px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
.uppr {
    text-transform: uppercase;
}
.lower {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}

/* ----------------------------------------------
	1.3 Spacing 
----------------------------------------------- */

.box {
    margin: 0 -10px;
}
.no-space {
    padding: 0;
    margin: 0;
}
.no-margin {
    margin: 0;
}

/* =====  margin top  ===== */

.mtblr_20 {
    margin: 20px;
}
.mt_0 {
    margin-top: 0;
}
.mt_10 {
    margin-top: 10px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_25 {
    margin-top: 25px;
}
.mt_30 {
    margin-top: 30px;
}
.mt_40 {
    margin-top: 40px;
}
.mt_50 {
    margin-top: 50px;
}
.mt_60 {
    margin-top: 60px;
}
.mt_70 {
    margin-top: 70px;
}
.mt_80 {
    margin-top: 80px;
}
.mt_90 {
    margin-top: 90px;
}
.mt_100 {
    margin-top: 100px;
}

/* =====  margin bottom  ===== */

.mb_0 {
    margin-bottom: 0;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_60 {
    margin-bottom: 60px;
}
.mb_70 {
    margin-bottom: 70px;
}
.mb_80 {
    margin-bottom: 80px;
}
.mb_90 {
    margin-bottom: 90px;
}
.mb_100 {
    margin-bottom: 100px;
}

/* =====  margin top bottom ===== */

.mtb_10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mtb_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mtb_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb_40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mtb_40_2 {
    margin-top: 0px;
    margin-bottom: 40px;
}
.mtb_50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mtb_60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mtb_70 {
    margin-top: 70px;
    margin-bottom: 70px;
}
.mtb_80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mtb_90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
.mtb_100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* =====  padding  ===== */

.no-padding {
    padding: 0;
}

/* =====  padding top ===== */

.pt_10 {
    padding-top: 10px;
}
.pt_20 {
    padding-top: 20px;
}
.pt_30 {
    padding-top: 30px;
}
.pt_40 {
    padding-top: 40px;
}
.pt_50 {
    padding-top: 50px;
}
.pt_60 {
    padding-top: 60px;
}
.pt_70 {
    padding-top: 70px;
}
.pt_80 {
    padding-top: 80px;
}
.pt_90 {
    padding-top: 90px;
}
.pt_100 {
    padding-top: 100px;
}

/* =====  padding bottom ===== */

.pb_10 {
    padding-bottom: 10px;
}
.pb_20 {
    padding-bottom: 20px;
}
.pb_30 {
    padding-bottom: 30px;
}
.pb_40 {
    padding-bottom: 40px;
}
.pb_50 {
    padding-bottom: 50px;
}
.pb_60 {
    padding-bottom: 60px;
}
.pb_70 {
    padding-bottom: 70px;
}
.pb_80 {
    padding-bottom: 80px;
}
.pb_90 {
    padding-bottom: 90px;
}
.pb_100 {
    padding-bottom: 100px;
}

/* =====  padding top bottom ===== */

.ptb_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.ptb_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ptb_90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.ptb_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* ----------------------------------------------
	1.4 Button 
----------------------------------------------- */

.btn {
    background: #000 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.btn:hover, .btn:focus, .btn.focus {
    background: #FA5A0C none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.btn-link-b, .btn-link-w {
    background: transparent;
    border-bottom: 1px solid;
    padding: 0 0 10px;
    letter-spacing: 0;
}
.btn-link-b {
    color: #000;
}
.btn-link-w {
    color: #fff;
}
.btn-link-w:hover, .btn-link-w:focus, .btn-link-b:hover, .btn-link-b:focus {
    text-decoration: none;
    border-bottom: 1px solid;
}
.btn-dark {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.btn-light {
    background: #fff none repeat scroll 0 0;
    color: #000;
}
.btn-border {
    border: 1px solid;
    background-color: transparent;
}

/* ----------------------------------------------
	1.5 Elements 
----------------------------------------------- */

.alert {
    border-radius: 0px;
    padding: 10px 15px;
}
.alert-dismissable .close, .alert-dismissible .close {
    top: 0;
    right: 0;
}

/* =====  Icon  =====*/

i.left {
    margin-right: 10px;
}
i.right {
    margin-left: 10px;
}
.icon-top i, .icon-right i, .icon-left i {
    color: #000;
    font-size: 50px;
}
.feature-i-left {
    padding-left: 75px;
}
.feature-i-left, .feature-i-right {
    display: inline-block;
    position: relative;
}
.icon-left, .icon-right {
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 60px;
    height: 100%;
}
.icon-left {
    right: 0;
}
.icon-right {
    left: 0;
}

/* ----------------------------------------------
	1.6 Accordian 
----------------------------------------------- */

.panel-default {
    width: 100%;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-default>.panel-heading {
    background: #f2f2f2;
    border-radius: 0;
}
.panel-default {
    border-color: #e5e5e5;
}

/* ----------------------------------------------
	1.7 Tabs 
----------------------------------------------- */

.nav>li>a {
    padding: 7px 15px;
    border-radius: 0;
    color: #494b4c;
}
.nav>li>a:hover, .nav>li>a:focus {
    background: transparent;
    color: #FA5A0C;
}
#product-tab .nav li {
    display: inline-block;
}

/* ----------------------------------------------
	1.8 Progress Bars
----------------------------------------------- */

.progress-title {
    font-size: 16px;
    font-weight: 700;
    color: #011627;
    margin: 0 0 20px;
}
.progress {
    height: 10px;
    background: #cbcbcb;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}
.progress .progress-bar {
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar::after {
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 12px 6px 14px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -26px;
}
.progress .progress-value {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -40px;
    right: 0;
}
.progress.pink .progress-bar:after {
    border-bottom-color: #ff4b7d;
}
.progress.green .progress-bar:after {
    border-bottom-color: #5fad56;
}
.progress.yellow .progress-bar:after {
    border-bottom-color: #e8d324;
}
.progress.blue .progress-bar:after {
    border-bottom-color: #3485ef;
}
.circle {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.2
}
.circle strong {
    line-height: 40px;
    position: absolute;
    text-align: center
}
.circle strong {
    left: 0;
    top: 30px;
    width: 100%;
    font-size: 30px
}
.circle strong i {
    font-style: normal;
    font-size: .6em;
    font-weight: 400
}
.circle span {
    display: block;
    margin-top: 12px
}
@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}
@keyframes animate-positive {
    0% {
        width: 0;
    }
}
#p_line .progress {
    position: relative;
    height: 25px;
    box-shadow: none;
    border-radius: 0;
    background-color: #ddd;
}
#p_line .progress>.progress-type {
    position: absolute;
    left: 0px;
    padding: 0px 10px;
    color: rgb(255, 255, 255);
}
#p_line .progress>.progress-completed {
    position: absolute;
    right: 0px;
    padding: 0px 10px;
    color: #000;
}

/* ----------------------------------------------
	1.9 Inputs
----------------------------------------------- */

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], input[type="file"], textarea, select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e5e5e5;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    color: #888;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    outline: medium none;
    transition: all 0.2s ease 0s;
    padding: 8px 10px;
    min-width: 40px;
}
input[type="radio"], input[type="checkbox"] {
    min-width: auto;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
textarea {
    min-height: 140px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808080;
    opacity: 1
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
    opacity: 1
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #808080;
    opacity: 1
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
    opacity: 1
}
input:focus, textarea:focus {
    border-color: #000;
}
.full-with-form {
    width: 100%;
    max-width: 100%;
}

/* =====  Select  =====*/

.form-control {
    border-radius: 0px;
    box-shadow: none;
    max-width: 100%;
}
.form-control:focus {
    box-shadow: none;
    border-color: #000;
}


/* ----------------------------------------------
	1.10 Newslatter popup
----------------------------------------------- */

.newsletters {
    display: inline-block;
    width: 100%;
}
.newsletters h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.newsletters input {
    background: #F5F5F5 none repeat scroll 0 0;
    border: medium none;
    color: #000;
    height: 55px;
    margin: 0;
    padding: 0 20px;
    width: 390px;
}
.newsletters button {
    border: none;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
    height: 55px;
    float: right;
    width: 180px;
    border: 1px solid #000;
    transition: 0.5s;
    letter-spacing: 0.5px;
}
.newsletters button:hover, .newsletters button.btn-default:focus {
    background: #fff;
    border-color: #000;
    color: #000;
    transition: 0.5s;
    box-shadow: none;
}
.newsletter-popup .popup-text {
    text-align: center;
}
.newsletter-popup .popup-image {
    margin-bottom: 35px;
}
.newsletter-popup .checkbox label {
    color: #000000;
}
.newsletter-popup .popup-title {
    font-family: "Open Sans";
    font-size: 80px;
    line-height: 60px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 700;
    padding-bottom: 0px;
    float: left;
}
.newsletter-popup .popup-title span {
    font-size: 24px;
    margin-left: -20px;
    color: #FA5A0C;
}
.newsletter-popup, .success_msg {
    background: #f0f0f0;
    box-shadow: 0 4px 5.94px 0.06px rgba(0, 0, 0, 0.13);
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 25px;
    position: fixed;
    right: 0;
    top: 20%;
    width: 750px;
}
.newsletter-popup-top {
    float: right;
    margin: 55px auto 0 20px;
    overflow: visible;
    padding: 0 0 50px;
    width: 290px;
}
.newsletter-popup-top .btn-default, .newsletter-popup-top .btn-default:hover {
    border: 0;
    transition: all 0.5s ease 0s;
    padding: 10px 18px;
    margin: 20px 0 0;
    float: left;
}
.newsletter-popup-top .popup-desc {
    padding: 20px 20px;
    margin: 0px;
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-bottom: 30px;
    line-height: 17px;
    text-align: left;
    clear: left;
}
.newsletter-popup-top .popup-desc span {
    font-weight: bold;
}
.newsletter-popup-top input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 5px 18px;
    width: 100%;
}

#xout {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
}
#xout:hover {
    color: #555;
}
#checkme {
    margin: 20px 5px 0 0;
    width: 20px;
}
label.checkme {
    clear: left;
    display: block;
    float: left;
    color: #FA5A0C;
    font-weight: normal;
}

/* ----------------------------------------------
		HEADER
	2.1 Header
----------------------------------------------- */


/* ===== Header top Style ===== */

.header-top {
    font-size: 13px;
    color: #9E9E9E;
    font-weight: 500;
}
.header-top a {
    color: #9E9E9E;
}
.header-top-left, .header-top-right {
    margin: 8px 0;
    color: #9E9E9E;
}
.header-top-left li, .header-top-right li {
    display: inline;
    cursor: pointer;
}
.header-top-left>li, .header-top-right>li {
    padding: 0 10px;
    line-height: 11px;
}

.header-top-right>li:last-child {
    padding: 0 0 0 20px;
}

.header-top-left .contact {
    text-transform: uppercase;
}
.header-top-left .contact>a {
    color: #FA5A0C;
    font-size: 14px;
    font-weight: 700;
}
.header-top-left .contact>a:hover,
.header-top-left .contact>a:focus {
    color: #000;
}
.header-top-left .contact span {
    color: #9E9E9E;
    padding-left: 5px;
}
.header-top-left .contact>a::before {
    content: "\f025";
    font-family: fontawesome;
    font-size: 18px;
    padding-right: 9px;
    vertical-align: -1px;
}
.header{
    background: #000;
}
/* ----------------------------------------------
	2.2 Navbar
----------------------------------------------- */

.navbar {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding:3px 20px;
    background: #FA5A0C;
    color: #FFF;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    padding: 36px 0;
    display: inline-block;
    float: none;
}
.navbar > p {
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    text-transform: uppercase;
    display: none;
}
.navbar-header .navbar-brand {
    height: auto;
}
.header.navbar, #category-menu.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

/* ----------------------------------------------
	2.3 megamenu
----------------------------------------------- */

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    margin: 10px 0 0;
    position: relative;
    padding: 0;
}

.navbar-nav>li>a {
    font-weight: 500;
}
.mega-dropdown {
    position: static !important;
}
.mega-dropdown:hover .mega-dropdown-menu {
    display: block;
}
.mega-dropdown-menu {
    padding: 40px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu>li>ul>li {
    list-style: none;
}
.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    color: #fff;
    font-weight: 500;
    white-space: normal;
}
.mega-dropdown-menu>li ul>li>a:hover, .mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #ffff;
    background-color: #FA5A0C;
}
.mega-dropdown-menu .dropdown-header {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.mega-dropdown-menu form {
    margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.navbar-nav > li{
    float: none;
    display: inline-block;
}
.navbar-collapse{
    background: #FA5A0C;
}
#menu{
    height:50px;
    text-align: center;
    width: 100%;
}
#menu>li>a {
    padding: 15px 18px;
    border-radius: 0;
    overflow: hidden;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
}
#menu>li>a:hover, #menu>li>a:focus {
    background-color: #fff;
    color: #000;
}
#menu .mega-dropdown:hover>a, #menu .mega-dropdown>a:hover, #menu .mega-dropdown>a:focus, #menu .dropdown:hover>a {
    background-color: #fff;
    color: #000;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #FA5A0C;
    color: #fff;
}
#menu>li>a::before {
    background: #FA5A0C none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition-duration: 0.3s;
    z-index: -1;
}
#menu .mega-dropdown:hover a::before, #menu>li:hover>a::before, #menu>li:focus>a::before {
    transform: scaleY(1);
}

#menu .dropdown:hover .dropdown-menu {
    display: block;
    width: 100%;
}
#menu .dropdown-menu {
    min-width: 260px;
}
#menu .dropdown-menu>li>a {
    padding: 8px 15px;
}
#myCarousel {
    border: 5px solid #ffffff;
    margin-right: 20px;
}

/* ----------------------------------------------
	2.4 Search
----------------------------------------------- */

.main-search {
    margin-bottom: 0;
    background-color: #262626;
    width: 220px;
    position: relative;
}
.main-search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 40px 0 10px;
    border: none;
    border-radius: 0;
    background-color: #262626;
}
.main-search .btn-lg {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 13px;
    margin: 0;
    border: none;
    color: #192e3f;
    background-color: transparent;
}
.main-search .btn-lg i {
    font-size: 16px;
    color: #fff;
}
.main-search .btn-lg:hover i {
    color: #fa5460;
}
.main-search .input-group-btn {
    display: block;
    height: 33px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 40px;
}
@media only screen and (max-width: 776px) {
    .search-overlay form button {
        height: 60px;
    }
    .search-overlay form input {
        height: 60px;
        font-size: 30px;
        padding: 10px 45px 10px 0px;
    }
    .search-overlay form {
        margin-top: -47px;
    }
}
.search-box input.input-text {
    border: 1px solid #CCC;
    width: 0;
    opacity: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
#search-overlay-btn {
    background: transparent url("../images/sprite.png") no-repeat scroll -104px -549px;
    border: medium none;
    display: block;
    height: 20px;
    transition: all 0.5s ease 0s;
    width: 20px;
    margin: 3px 22px 0 0
}
#search-overlay-btn:hover {
    background-position: -104px -513px;
}
.header-search .search-box input {
    background-color: #fff;
}


/* ----------------------------------------------
	2.5 Cart
----------------------------------------------- */

#shippingcart {
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
}
#cart-total {
    clear: left;
    float: left;
}
#cart>.btn {
    background: url(../images/sprite.png) no-repeat scroll -15px -102px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 0 48px;
    border: none;
    border-radius: 0;
    float: right;
}
.btn:active, .btn.active{
    box-shadow: none;
}
#cart>.btn:hover {
    background-position: -15px -152px;
}
#cart.open>.btn {
    box-shadow: none;
    text-shadow: none;
}
#cart-dropdown {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    min-width: 285px;
    position: absolute;
    right: 0;
    top:90px;
    z-index: 3;
}
#cart-dropdown ul {
    padding: 20px;
    display: inline-table;
}
#cart-dropdown .product-name {
    min-width: 160px;
    padding-left: 10px !important;
}
#cart-dropdown .price {
    display: block;
    font-size: 14px;
}

#cart-dropdown .cart-qty {
    margin-top: 5px;
    padding: 5px 8px;
    width: 60px;
}
#cart-dropdown .table>tbody>tr>td {
    padding: 10px 0;
}

/* ----------------------------------------------
	2.6 Header bottom
----------------------------------------------- */

.header-bottom-left {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 15px 25px;
    position: absolute;
    width: 100%;
}
.header-bottom-left>li {
    border-bottom: 1px dashed #808080;
    padding: 10px 0;
}
.header-bottom-left li {
    display: block;
}
#category-menu-responsive {
    left: 0;
    padding: 0 15px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.offers {
    padding: 12px 0px 12px 0;
    letter-spacing: 0;
    font-style: italic;
    color: #cbccc7;
}

.offers span {
    color: #fff;
    font-weight: 600;
    font-style: normal;
}
.offers i {
    color: #fff;
    font-size: 10px;
    margin: 0 10px 0 1px;
}
.menu-bar {
    display: inline-block;
    width: 100%;
}
.category {
    background: #FA5A0C none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    display: grid;
    cursor: pointer;
}
.category_text {
    float: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 21px;
}
.i-bar {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #fff;
}
#category-menu-responsive .nav>li {
    margin: 0 20px;
    border-bottom: 1px dashed #ccc;
}
#category-menu, .main-navigation {
    background: #FFF;
    width: 100%;
    padding: 6px 0;
}
#category-menu-responsive .nav>li>a, #column-left .nav>li>a {
    padding: 10px 0px;
}
#category-menu-responsive .nav>li, #column-left .nav>li {
    border-bottom: 1px dashed #ccc;
}
#category-menu-responsive .nav>li:last-child, #column-left .nav>li:last-child {
    border: none;
}

/* ----------------------------------------------
	CONTANT
	3.1 Left column
----------------------------------------------- */

.left_banner {
    display: inline-block;
}
.left-cms {
    color: #000;
}
.feature-i-left h6 {
    text-transform: uppercase;
    font-weight: 600;
}

.feature-i-left:hover h6 {
    color: #FA5A0C;
}
.left-cms ul>li {
    border-top: 3px solid #e5e5e5;
    padding-left: 20px;
    cursor: pointer;
}
.left-cms ul>li:last-child {
    border-bottom: 3px solid #e5e5e5;
}
input#amount {
    border: 0;
    color: #FA5A0C;
    font-weight: 700;
    font-size: 16px;
    width: 140px;
}
.Shipping, .Order, .Save, .Safe {
    background: transparent url("../images/sprite.png") no-repeat scroll -127px 0px;
    overflow: hidden;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.Order {
    background-position: -127px -120px
}
.Save {
    background-position: -127px -238px
}
.Safe {
    background-position: -128px -357px
}
.feature-i-left:hover .Shipping {
    background-position: 2px 0px
}
.feature-i-left:hover .Order {
    background-position: 2px -120px
}
.feature-i-left:hover .Save {
    background-position: 2px -238px
}
.feature-i-left:hover .Safe {
    background-position: 1px -357px
}
.Tags.left-sidebar-widget li {
    background: #f2f2f2 none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 5px;
    padding: 8px 17px;
}
.Tags.left-sidebar-widget li:hover {
    background: #FA5A0C none repeat scroll 0 0;
}
#left-blog .blog-item {
    display: inline-block;
}

.blog-category li {
    margin: 0 0 10px;
}
.blog-category a {
    color: #808080;
}
.blog-category a:hover {
    color: #000;
}

/* ----------------------------------------------
	3.2.1 main banner
----------------------------------------------- */

.main-banner .owl-dots {
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.main-banner .owl-dot {
    display: inline-block;
}
.main-banner .owl-dot>span {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    border: 2px solid #F1F1F3;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 4px;
    width: 14px;
}
.main-banner .owl-dot.active>span {
    background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 4px;
    width: 14px;
}

/* ----------------------------------------------
	3.2.2 CMS-Banner
----------------------------------------------- */

.banner {
    overflow: hidden;
}
.sub-img {
    position: relative;
}
.bannertext {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.bannertext>h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    transition: all 0.5s ease 0s;
}
.bannertext>p {
    font-size: 16px;
    color: #FA5A0C;
}
.bannertext .cms_btn {
    opacity: 0;
}
.sub-hover {
    overflow: hidden;
    position: relative;
}
.sub-hover:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}
.sub-hover:hover .cms_btn {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.sub-hover:hover .bannertext {
    top: 13%;
    transition: all 0.5s ease 0s;
}
.sub-hover:hover .bannertext> h2 {
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.sub-hover:hover .bannertext>p {
    opacity: 0;
    transition: all 0.5s ease 0s;
}

/* ----------------------------------------------
	3.2.3 Home product
----------------------------------------------- */

.main_title {
    font-size: 20px;
    float: left;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.main_title:after {
    border-bottom: 3px solid #FA5A0C;
    content: "";
    display: block;
    margin-bottom: -3px;
    padding: 1px;
}
.heading-part {
    border-bottom: 3px solid #e5e5e5;
    display: inline-block;
    width: 100%;
}
#product-tab {
    position: relative;
}
#product-tab .nav {
    position: absolute;
    right: 55px;
    top: 0;
}
#product-thumbnail .owl-nav {
    top: 38px;
}
#product-tab .owl-nav, .blog .owl-nav {
    right: 10px;
}
#product-thumbnail .owl-nav .owl-prev {
    left: 0;
}

/* ----------------------------------------------
	3.2.4 Breadcrumb
----------------------------------------------- */

.breadcrumb {
    background-image: url("../images/breadcrumb.jpg");
    border-radius: 0;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li.active {
    color: #000;
}
.breadcrumb h1 {
    color: #000;
    float: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}
.breadcrumb>ul {
    float: right;
}
.breadcrumb li {
    font-size: 16px;
    font-weight: 300;
}
.breadcrumb li::after {
    content: "/";
    display: inline-block;
    height: 15px;
    margin: 0;
    width: 30px;
    color: #808080;
}
.breadcrumb li:last-child::after {
    content: "";
    display: inline-block;
    height: 15px;
    margin: 0;
    width: auto;
}
.breadcrumb li a:hover {
    color: #FA5A0C!important;
}

/* ----------------------------------------------
	3.2.5 Blog
----------------------------------------------- */
.date-time {
    background: #fff none repeat scroll 0 0;
    color: #FA5A0C;
    float: right;
    font-size: 12px;
    left: 10px;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    z-index: 9;
}
.blog .day {
    color: #000;
    font-family: "Josefin+Sans";
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.box-holder {
    padding: 0 10px;
}
.post-type {
    background: rgba(255, 255, 255, 0.50) none repeat scroll 0 0;
    color: #000;
    cursor: default;
    font-size: 20px;
    height: 40px;
    left: 25px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 40px;
}
.thumb.post-img {
    position: relative;
}
#Blog .post-info {
    display: inline-block;
    position: absolute;
    padding: 25px 30px;
    width: 100%;
}
#Blog .post-info h6 a {
    color: #FA5A0C;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 17px;
}
#Blog .post-img:hover>a {
    opacity: 0.6;
}
#Blog .post-info > p {
    color: #fff;
}
.date .fa-calendar {
    margin-right: 10px;
}
.blog .thumb:hover .post-info {
    bottom: 0;
}
.view-blog {
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
}
.write-comment a, .read-more a{
    color: #fff;
}
.write-comment:hover a, .read-more:hover a{
    color: #a4a4a4;
}

.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}
.blog .thumb:hover .post-image-hover {
	background: rgba(0,0,0,0.7);
    transition: all 0.2s ease-out 0s;
}
/* ----------------------------------------------
	3.2.6 Single Blog
----------------------------------------------- */

article, .author {
    display: inline-block;
    width: 100%;
}
.author-avatar, .comment-avatar {
    float: left;
    margin-right: 20px;
    width: 80px;
}
.author-name {
    display: inline-block;
    margin-top: 0;
}
blockquote {
    border-color: #FA5A0C;
}

/* ----------------------------------------------
	3.2.7 Product + Category Page 
----------------------------------------------- */

#product-tab .product-thumb {
    margin: 0px 10px 10px;
}
.product-thumb {
    overflow: hidden;
}
.product-thumb a img+img {
    display: none;
}
.product-thumb:hover a img {
    display: none;
}
.product-thumb:hover a img+img {
    display: block;
}
.image.product-imageblock>a {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
}
.product-thumb .image {
    text-align: center;
    position: relative;
}
.product-thumb .image a {
    display: block;
}
.product-grid .product-thumb .image {
    float: none;
}
.product-thumb .button-group .wishlist, .product-thumb .button-group .quickview, .product-thumb .button-group .compare, .product-thumb .button-group .add-to-cart {
    background: transparent url("../images/sprite.png") no-repeat scroll -13px -246px;
    overflow: hidden;
    height: 36px;
    width: 36px;
    text-align: center;
    cursor: pointer;
    margin: 5px;
    transition: all 0.5s ease 0s;
    background-color: #000;
}
.product-thumb .button-group .quickview {
    background-position: -13px -333px;
}
.product-thumb .button-group .compare {
    background-position: -13px -289px;
}
.product-thumb .button-group .add-to-cart {
    background-position: -13px -200px;
}
.product-thumb .button-group .wishlist:hover {
    background-position: -147px -246px;
    background-color: #FA5A0C;
}
.product-thumb .button-group .quickview:hover {
    background-position: -147px -333px;
    background-color: #FA5A0C;
}
.product-thumb .button-group .compare:hover {
    background-position: -147px -289px;
    background-color: #FA5A0C;
}
.product-thumb .button-group .add-to-cart:hover {
    background-position: -147px -200px;
    background-color: #FA5A0C;
}
.product-thumb .button-group a {
    color: #fff;
}

.product-thumb .button-group {
    top: 5px;
    opacity: 0;
    left: -42px;
    position: absolute;
    transition: all 0.6s ease 0s;
}
#product .button-group div{
    float: left;
}
.prodetail.product-thumb .button-group  {
    bottom: 0;
    position: relative;
    display: block;
    opacity: 1;
    left: 0;
}
.prodetail.product-thumb:hover .button-group  {
    left: 0px;

}
.product-thumb:hover .button-group {
    transition: all 0.6s ease 0s;
    opacity: 1;
    left: 6px;
}
.product-thumb .price {
    color: #000;
    display: inline-block;
    font: 700 20px/20px "Josefin+Sans";
    margin-top: 5px;
    vertical-align: middle;
}
.caption.product-detail {
    position: relative;
}
.product-thumb .button-group span {
    display: none;
}
.category-page-wrapper {
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.product-grid .product-desc {
    display: none;
}
.btn.btn-default.grid-view {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -146px -399px;
}
.btn.btn-default.grid-view.active {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -146px -372px;
}
.product-layout-right .product-list .product-thumb .image, .product-layout-left .product-list .product-thumb .image {
    margin: 0;
}
.product-layout-left, .product-layout-right {
    display: inline-block;
}
.product-list .product-thumb .image {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin: 0 20px 0 0;
    width: 32%;
}
.product-list .product-thumb .caption {
    float: left;
    margin: 0 0 0 15 px;
    padding: 0;
    text-align: left;
    width: 65%;
}
.col_3r .product-list .product-thumb .caption, .col_3l .product-list .product-thumb .caption {
    width: 40%;
}
.col_4 .product-list .product-thumb .caption {
    width: 70%;
}
.Specials .product-list .product-thumb .button-group {
    bottom: 75px;
}
.product-list .product-thumb .button-group {
    display: block;
    transition: all 0.6s ease 0s;
    bottom: 0px;
    text-align: left;
}
.product-list .product-desc {
    display: block;
}
.btn.btn-default.list-view {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -180px -399px;
}
.btn.btn-default.list-view.active {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -180px -372px;
}
.btn.btn-default.list-view, .btn.btn-default.grid-view {
    padding: 12px;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 0;
    margin: 0 10px 0 0;
}
.control-label {
    float: left;
}
.sort-inner, .limit {
    float: left;
}
.list-grid-wrapper,.page-wrapper ,.sort-wrapper{
    padding: 10px;
}
.sort-inner .form-control, .limit .form-control {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    height: auto;
    padding: 0px;
}
.pagination-nav ul li a {
    background-color: #f7f7f7;
    color: #808080;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}
.pagination-nav ul li.active a {
    background: #FA5A0C none repeat scroll 0 0;
    color: #fff;
}
.pagination-nav ul li {
    display: inline-block;
    margin: 0 2px;
}
.rating {
    line-height: 1;
    margin: 15px 0 10px;
}
.fa-stack {
    height: 12px;
    line-height: 1;
    width: 10px;
}
.fa-stack-1x, .fa-stack-x {
    font-size: 13px;
}
.fa.fa-star-o.fa-stack-1x, .fa.fa-star.fa-stack-x {
    color: #b2b2b2;
}
.fa.fa-star.fa-stack-1x {
    color: #FA5A0C;
}

/* =====  left sidebar css  ===== */

.left-special.left-sidebar-widget li {
    display: inline-block;
}
#left-special .product-list .product-thumb .image, #bests-pro .product-list .product-thumb .image, #featu-pro .product-list .product-thumb .image, #new-pro .product-list .product-thumb .image {
    width: auto;
}
.list-group-item {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    overflow: hidden;
    padding: 0px;
}

/* ----------------------------------------------
	3.2.8 Client
----------------------------------------------- */

#client .type-01 {
    margin: 0 20px;
}

.client-title {
    text-transform: uppercase;
}
.client-detail p {
    color: #fff;
    margin-right: 20px;
}
.client .type-01 h2 {
    margin-left: 30px;
    margin-right: 30px;
}
.client .fa.fa-quote-left {
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
}
.client-avatar {
    float: left;
    height: 100px;
    width: 100px;
    margin-right: 30px;

}
.client-title, .client-designation {
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
.client-designation {
    color: #FA5A0C;
}
/* ----------------------------------------------
	3.2.9 Owl nav
----------------------------------------------- */

.owl-nav {
    position: absolute;
    top: -50px;
    width: 100%;
}

.offers .owl-nav {
    position: absolute;
    right: 0px;
    top: 11px;
    width: 100%;
}

.related-pro .owl-nav, .team_grid .owl-nav {
    position: absolute;
    right: 10px;
    top: -55px;
    width: 100%;
}
.owl-nav>div {
    background: rgba(0,0,0,0) url("../images/sprite.png") no-repeat scroll -34px -374px;
    height: 23px;
    width: 17px;
    font-size: 0px;
    position: absolute;
    transition: 0.5s;
}
.owl-nav>div:hover {
    border-color: #FA5A0C;
}
.owl-item .client-avatar>img {
    border-radius: 50%;
    width: auto !important;
}
.owl-nav .owl-prev {
    background-position: -6px -374px;
    opacity: 1;
    right: 33px;
}

.owl-nav .owl-prev:hover {
    background-position: -6px -402px;
    transition: 0.5s;
}
.owl-nav .owl-next {
    left: auto;
    opacity: 1;
    right: 0;
}
.owl-nav .owl-next:hover {
    background-position: -34px -402px;
    transition: 0.5s;
}
.client .owl-dots {
    right: 0;
    position: absolute;
    text-align: center;
	bottom: 15px;
}
.client .owl-dot {
    display: block;
    line-height: 1;
}
.client .owl-dot>span {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 4px;
    width: 14px;
}
.client .owl-dot.active>span {
    background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
    border: 2px solid #FA5A0C;
    border-radius: 50%;
    display: inline-block;
    height: 14px;
    margin: 4px;
    width: 14px;
}

/* ----------------------------------------------
	3.2.10 About
----------------------------------------------- */

.about-heading {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #000;
    display: inline-block;
}
.about-heading span {
    font-weight: 300;
}
.about-text>p::first-letter {
    font-size: 18px;
    color: #000;
}

/* ----------------------------------------------
	3.2.11 Team
----------------------------------------------- */

.team-detail {
    padding: 0 10px;
}
.team-designation, .team-title {
    text-transform: uppercase;
}
.team .social>li, .team_grid .social>li {
    background: #dfdfdf none repeat scroll 0 0;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.team .social>li:hover a, .team_grid .social>li:hover a {
    color: #000;
}
.social li a i {
    margin: 12px;
}
.team-detail .team-item-img {
    filter: grayscale(100%);
}
.team-detail:hover .team-item-img {
    filter: grayscale(0%);
}
.team_grid.col4 .social>li, .team4col .social>li {
    background: none;
    margin: 0 5px;
    height: 20px;
    width: 20px;
}
.col4 .social li a i {
    margin: 5px;
}

/* ----------------------------------------------
	3.2.12 Contact
----------------------------------------------- */

.contact .fa {
    margin-right: 10px;
}

/* ----------------------------------------------
	3.2.13 Shop Page
----------------------------------------------- */

a.thumbnails {
    border: 1px solid #ddd;
    display: block;
}
a.thumbnail {
    border-radius: 0px;
    margin: 10px 5px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #000;
}

.price .price-tax {
    margin-left: 10px;
}
.related-pro .product-thumb {
    margin: 0 10px 10px;
}

/* ----------------------------------------------
	3.2.14 Login & register
----------------------------------------------- */

#register-form {
    display: none;
}

/* ----------------------------------------------
	3.2.15 Map
----------------------------------------------- */

.map_right #map {
    height: 530px;
}
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

/* ----------------------------------------------
	3.2.16 Brand
----------------------------------------------- */

.brand a img{
    opacity: 0.4;
}
.brand a:hover img{
    opacity: 1;
}

/* ----------------------------------------------
	FOOTER
	4.1 Footer General
----------------------------------------------- */
.footer-top {
    float: left;
    width: 100%;
	border-bottom: 1px solid #666;
}
.footer {
    background: #121212;
}
.footer-title, .footer h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.footer-logo {
    float: left;
    padding: 35px 20px 35px 0px;
}
.footer-logo a img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.footer-logo a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}
.footer-desc {
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    padding: 25px 10px 0;
}
.footer-link li {
    display: inline-block;
}
.footer-link li a {
    border-left: 1px solid #808080;
    padding: 0 10px;
    display: inline-block;
    line-height: 1;
}
.footer-block li {
    padding: 5px 0;
    color: #fff;
}
.footer-block a {
    color: #fff;
}
.footer-block a:hover {
    color: #FA5A0C;
}
.footer .form-group>input {
    width: 100%;
}
.social-icon ul li a {
    border: 2px solid #afafaf;
    border-radius: 50%;
    color: #afafaf;
    display: block;
    font-size: 20px;
    height: 36px;
    padding: 4px 8px;
    width: 36px;
}
.social_icon li {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 2px solid #afafaf;
    border-radius: 50%;
    color: #afafaf;
    text-align: center;
     padding: 4px;
}
.social_icon ul li i.fa {
    background-color: transparent;
    font-size: 14px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.social_icon ul li a i.fa:hover {
    color: #000;
}
.footer-bottom {
    background: #FFFFFF;
    color: #808080;
}
.copyright-part{
    margin: 6px 0;
}
.payment-icon li {
    display: inline-block;
    font-size: 30px;
    color: #a5a5a5;
}

/* ----------------------------------------------
	4.2 Scrollup
----------------------------------------------- */

#scrollup::before {
    background: #FA5A0C none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    content: "\f106";
    font-family: fontawesome;
    font-size: 25px;
    height: 40px;
    padding: 6px 12px;
    position: fixed;
    right: 20px;
    width: 40px;
    z-index: 99;
}



/* =====  RESPONSIVE CSS START  =====*/

@media (max-width:1199px) {
    .four-col-work .grid-item {
        width: 33.33%;
    }
    .product-list .product-thumb .button-group {
        bottom: 0;
    }
    .product-layout.product-list .image.product-imageblock {
        width: 46%;
    }
    .product-list .product-thumb .caption {
        width: 50%;
    }
    .newsletters input {
        width:280px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .about-title {
        font-size: 40px;
        line-height: 55px;
    }
}

/*----------------------------------*/

@media (max-width:991px) {

    .mega-dropdown-menu .carousel.slide {
        display: none;
    }
    .mega-dropdown-menu{
        padding: 25px 0;
    }
    .bannertext>h2 {
        font-size: 20px;
    }
    .product-list .product-thumb .caption {
        width: 100%;
        margin-top: 20px;
    }

    .toggle.active .toggle_div::before {
        color: #fff;
        content: "\f055";
        font-family: "FontAwesome";
        font-size: 22px;
        padding: 0;
        position: absolute;
        right: 0;
    }
    .toggle .toggle_div::before {
        color: #fff;
        content: "\f056";
        font-family: "FontAwesome";
        font-size: 22px;
        padding: 0;
        position: absolute;
        right: 0;
    }
    #product-tab .owl-nav {
        top: -79px;
    }
    #product-tab .nav {
        right: auto;
        top: 47px;
    }
    #product-tab .heading-part {
        margin-bottom: 40px;
    }
    .newsletters input {
        width:210px;
    }
    .newsletters button {
        width:140px;
    }
    .footer-logo, .client-avatar{
        float: none;
    }

    .footer-block ul {
        display: none;
    }
    .footer .form-group>input {
        float: left;
    }
    .footer .form-group .btn {
        float: left;
        margin-left: 15px;
        padding: 10px 20px;
    }
    .footer .form-group>input {
        width: 280px;
    }

    .footer-title {
        cursor: pointer;
        position: relative;
    }
}

/*-----------------------------------*/

@media (max-width: 767px) {
    
    .header-top-left, .header-top-right {
        text-align: center;
    }
    .main-search{
        width: auto;
        margin-top: 20px;
    }
    .navbar-brand{
        float: left;
    }
    .navbar-nav > li{
    display:block;
    }
    .navbar > p {
        display: block;
    }
    #menu{
        height:auto;
        text-align: left;
    }
    .navbar-collapse {
    width: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.92);
    top: 50px;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        z-index:3;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .mega-dropdown-menu, #menu .dropdown-menu {
        position: relative;
        width: 100%;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #menu > li > a{
        padding: 10px 18px;
    }
    .collapse.in {
        display: block !important;
    }
    .main-banner .owl-dots {
        bottom: 0;
    }
    #category-menu-responsive {
        display: none;
    }
    #category-menu {
        display: none !important;
    }
    .left_banner {
        display: none;
    }
    .three-col-work .grid-item, .three-col-blog .blog-item, .two-col-work .grid-item, .two-col-blog .blog-item, .four-col-work .grid-item {
        width: 100%;
    }
    .product-thumb .button-group {
        bottom: -21px;
        left: 0;
        opacity: 0;
        right: 0;
        top: auto;
        transition: all 0.6s ease 0s;
    }
    .product-thumb:hover .button-group{
        left: 0;
        right: 0;
    }
    .product-thumb .button-group .wishlist, .product-thumb .button-group .quickview, .product-thumb .button-group .compare, .product-thumb .button-group .add-to-cart{
        display: inline-block;
        height: 34px;
        margin: -1px;
        width: 34px;
    }
    .caption.product-detail{
        margin-top: 25px;
    }
    #Blog .post-info{
        position: relative;
    }
    #Blog .post-info > p, .write-comment a, .read-more a{
        color: #494b4c;

    }
    .blog .thumb:hover .post-image-hover{
        background:transparent;
    }
    .view-blog{
        border-color: #ccc; 
    }
    .newsletter-popup-top {
        width: 50%;
        margin: 0;
        padding: 0;
    }
    .newsletter-popup-top .popup-desc {
        padding: 10px 0;
    }
    .offer {
        width: 45%;
        float: left;
    }
    .newsletter-popup .popup-title span {
        margin-left: 0;
    }
    .newsletter-popup .popup-title {
        font-size: 50px;
    }
    .newsletter-popup {
        margin: 30px;
        width: auto;
    }
    .newsletters div.news-form.pull-right {
        float: left !important;
        margin: 10px 0 0;
    }
    .newsletters input {
        width:auto;
    }
    .Testimonial {
        margin-top: 50px;
    }
    .payment-icon, .copyright-part, .social_icon {
        text-align: center;
    }
    .copyright-part{
        margin: 10px 0;
    }
}

/*-----------------------------------*/

@media (max-width:650px) {
    .logo {
        margin-left: 50px;
    }
    .logo a {
        padding: 10px 0 10px 10px;
    }
    .cms_banner>div {
        width: 100%;
        margin: 0;
    }

    #subbanner1, #subbanner2, #subbanner4, #subbanner5 {
        float: left;
        margin: 10px;
        width: 45%;
    }

}

/*-----------------------------------*/

@media (max-width:480px) {

    .navbar-header,.shopcart {
        width: 100%;
        text-align: center;
    }
    .navbar-brand, .header-right {
        width: 100%;
    }
    .navbar-brand>img {
        display: inline-block;
    }
    #cart > .btn{
        float: none;
    }
    .navbar-header {
        margin: 0;
    }
    .header-right.pull-right.mtb_50 {
        margin: 0 0 20px;
    }
    #subbanner1, #subbanner2, #subbanner4, #subbanner5{
        width: auto;
    }

    .bannertext>h2 {
        font-size: 16px;
    }
    .bannertext>p {
        font-size: 14px;
        line-height: 1;
    }

    .product-layout.product-list .image.product-imageblock {
        width: 100%;
    }
    .category-page-wrapper>div {
        width: 100%;
    }
    .footer .form-group .btn {
        float: none;
        margin-left: 0;
    }
    .newsletter-popup {
        padding: 25px;
    }
    .offer {
        display: none;
    }
    .newsletter-popup .popup-title span {
        margin: 0;
    }
    .newsletter-popup .popup-title {
        font-size: 40px;
    }
    .newsletter-popup-top .popup-desc, .newsletter-popup {
        text-align: center;
    }
    .newsletter-popup-top .btn-default, .newsletter-popup-top .btn-default:hover, label.checkme, .newsletter-popup-top,
    .newsletter-popup .popup-title {
        float: none;
    }
    .newsletter-popup-top {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .newsletters input {
        width: 310px;
    }
}

@media (max-width:360px) {
    .header-top-left li, .header-top-right li {
        padding: 0 10px;
    }
    .nav>li>a {
        padding: 6px;
    }
    .newsletters input {
    width: 150px;
    }
}
    /* =====  END RESPONSIVE CSS  =====*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 0; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
 }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .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 {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: 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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* 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;
	font-size: 100%;
	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); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	cursor: default;
    height: 14px;
    position: absolute;
    touch-action: none;
    width: 14px;
    
}
.ui-slider .ui-slider-range {
	position: absolute;
	
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 10px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -3px;
	margin-left: -4px;
}
#slider-range span + span.ui-slider-handle.ui-state-default.ui-corner-all {
    margin-left: -13px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
	
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #e40001 ;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6;
	font-weight: bold;
	color: #1c94c4;
	
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #e40001;
	background: #fff;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #e40001;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #e40001;
	background: #ffffff;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}
