@media only screen and (max-width: 560px){
    #tmcmsabout_block .about-cms-1 .static-inner, #tmcmsabout_block .about-cms-2 .static-inner {
            top: 22% !important;
    }
    #servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
        min-height: 135px !important;
        
    }
#logo {
    margin: 20px 0 15px 15px !important;
    width: 120px !important;
}
.header-right{
    width: 100% !important;
}
.nav-responsive span, .main-menu > ul > li > a {
        border: 1px solid #E6E6E6 !important;
}
}
@media only screen and (max-width: 400px){
    #servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
        min-height: 160px !important;
        
    }
}
body {
    overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
}
:focus {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack {
	width: 12px;
}
.fa-stack .fa {
	font-size: 15px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23A1D1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #229AC8;
}
/* top */
#top {
	background: #FFF none repeat scroll 0 0;
	float: left;
	width: 100%;
	position: relative;
	padding: 7px 0;
}
#top .container {
	padding: 0;
}
#top #form-currency .currency-select, #top #form-language .language-select {
	text-align: left;
	width: 100%;
	padding: 5px 5px;
}
.headertop-text .fa.fa-tag {
	padding-right: 3px;
	font-size: 14px;
}
#top .headertop-text {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	float: left;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.3px;
	padding: 4px 0;
	position: relative;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, #top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
	text-shadow: none;
	color: #FF8E0A !important;
	background-color: transparent !important;
}
.dropdown-menu.language-menu {
	top: 30px;
}
.dropdown-menu.currency-menu {
	top: 32px;
}
#currency .dropdown-menu {
	padding: 8px;
}
#language .dropdown-menu > li > a {
	padding: 3px 8px;
}
#currency .dropdown-menu .btn {
	padding: 2px !important;
}
#language .dropdown-menu > li > a:hover {
	color: #FFFFFF;
}
#top .btn-link, #top-links li, #top-links a, #language .dropdown-menu > li > a {
	color: #000;
	text-decoration: none;
}
header {
	float: left;
	width: 100%;
	position: relative;
	background: #111111;
	clear: both;
}
@-webkit-keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}
@-moz-keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}
@keyframes fixedAnim {
	0% {
		top: -100%;
	}
	100% {
		top: 0;
	}
}
header.fixed {
	left: 0;
	padding: 0;
	right: 0;
	width: 100%;
	position: fixed;
	display: block;
	color: #000;
	z-index: 99999;
	top: 0px;
	-webkit-font-smoothing: antialiased;
	animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-ms-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	box-sizing: border-box;
	margin: 0;
	height: 60px;
}
header.fixed .header-right {
	bottom: 45px;
	width: auto;
}
header.fixed .header-category-cms {
	bottom: 52px;
}
header.fixed .header-category-cms .box-heading {
	border-radius: 5px !important;
}
header.fixed .header-account, header.fixed .header-cart {
	padding: 8px 5px;
}
header.fixed .header-logo, header.fixed .header-right {
	display: none;
}
header.fixed .header-search {
	margin: 7px 0 0 250px;
	padding: 0;
}
@media (min-width: 1600px) {
	header.fixed .header-search {
		margin-left: 280px;
	}
}
.content-top-breadcum {
	/*background: url("theme/OPCADD042/image/megnor/bredcrumb.jpg") repeat scroll 50% 0 #f2f2f2;*/
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #E6E6E6;
}
#account-login .well, #affiliate-login .well {
	background-color: #FFFFFF !important;
	box-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
#affiliate-login .well .form-group a, #account-login .well .form-group a, #account-account #content ul li a, #account-wishlist .table .text-left a {
	color: #515151;
}
.page-title, .refine-search, .product-title, .product-option, #content h3, #account-return .form-horizontal legend, #information-contact #content h3, #account-register #account legend, #account-edit .form-horizontal legend, #information-contact .form-horizontal legend {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
#information-sitemap .sitemap-left a:hover, #information-sitemap .sitemap-right a:hover {
	color: #FF8E0A;
}
#information-sitemap .sitemap-left a, #information-sitemap .sitemap-right a, #account-register a {
	color: #515151;
}
.input-group-btn .btn.btn-default {
	padding: 4px 12px !important;
}
.btn-block + .btn-block {
	margin-top: 0;
}
#product-compare #content .table strong {
	color: #515151;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #FF8E0A !important;
}
#title-content h2, .content-top-breadcum #title-content .page-title, .content-top-breadcum #title-content h1, .content-top-breadcum #title-content h2 {
	color: #000;
	float: left;
	line-height: 24px;
	margin: 3px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	border: none;
	width: 100%;
}
.content-top-breadcum .container {
	padding: 40px 15px;
}
#top-links li {
	padding: 0;
}
#top-links a .fa {
	padding: 5px 5px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #FF8E0A;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover, #top-links .dropdown-menu a:focus {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}
#top-links {
	float: right;
	padding: 4px 0;
	position: relative;
}
#top-links .list-inline {
	margin-bottom: 0;
}
#top .btn-link, #top-links li {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0.3px;
	list-style: outside none none;
	padding: 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
#top-links a + a {
	margin-left: 15px;
}
#top .fa-caret-down {
	vertical-align: text-bottom;
}
#top #currency .btn-link, #top #language .btn-link {
	padding: 8px 12px;
}
/* logo */
.header-logo {
	float: left;
	position: relative;
}
.header-search {
	float: left;
	position: relative;
	width: 41.7%;
	padding: 25px 10px 20px;
	margin: 0 0 0 45px;
}
.header-cart {
	display: inline-block;
	float: right;
	position: relative;
	padding: 25px 0 25px 5px;
	clear: right;
}
.header-right {
	float: left;
	margin-left: 24px;
	position: relative;
	width: 81.5%;
	z-index: 9;
}
.static_links li {
	position: relative;
	padding: 0;
	float: left;
	text-transform: uppercase;
}
.static_links li:last-child {
	float: right;
}
.static_links li:last-child a:hover {
	color: #FFF;
}
.static_links li:last-child a {
	color: #FF8E0A;
	padding-right: 0;
}
.static_links li a:hover {
	color: #FF8E0A;
}
.static_links li a {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.7px;
	line-height: 24px;
	padding: 9px 28px 12px;
	position: relative;
	text-transform: uppercase;
}
.header-right .static_links {
	margin: 0;
	padding: 0;
	list-style: none;
}
#logo {
	margin: 25px 58px 25px 0;
	display: inline-block;
}
/* search */
#search {
	margin-bottom: 0;
	width: 100%;
}
#search .input-lg {
	background: #FFF;
	border: 0 none;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	box-sizing: border-box;
	color: #BDBDBD;
	float: left;
	font-size: 12px;
	height: 44px;
	letter-spacing: 0.5px;
	padding: 7px 20px 5px;
	text-transform: capitalize;
	width: 100%;
	position: relative;
}
#search .btn-lg:hover {
	background-position: center -46px !important;
}
#search .btn-lg {
	color: #FFFFFF;
	outline: 0 none;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	background: #FF8E0A url("theme/OPCADD042/image/megnor/Search.png") no-repeat scroll center 15px !important;
	box-sizing: border-box;
	float: left;
	font-size: 12px;
	height: 44px;
	width: 52px;
	letter-spacing: 1.5px;
	padding: 11px 18px;
	line-height: 20px;
	font-weight: 600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border: none;
}
/* cart */
#cart {
	margin-bottom: 0;
	float: right;
}
#cart > .btn:hover .cart-icon {
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/Cart_hover.png") no-repeat scroll center 2px;
}
.header-cart #cart .cart-icon {
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/Cart.png") no-repeat scroll center 2px;
	box-sizing: border-box;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 20px;
	padding: 0;
	position: relative;
	width: 20px;
	display: block;
	font-size: 0;
	float: left;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}
.header-account {
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 13px;
	padding: 25px 5px;
	position: relative;
}
.header-account .myaccount .dropdown-toggle:hover {
	background: #FF8E0A url("theme/OPCADD042/image/megnor/sprite-user.png") no-repeat scroll center -38px;
}
.header-account .myaccount .dropdown-toggle {
	background: #FFF url("theme/OPCADD042/image/megnor/sprite-user.png") no-repeat scroll center 13px;
	border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 44px;
	position: relative;
	width: 48px;
	vertical-align: middle;
	font-size: 0;
}
#cart-total {
	clear: both;
	color: #000;
	float: left;
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 11px;
	display: block;
	float: left;
	padding: 6px 10px 5px 2px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}
#cart > .btn:hover #cart-total {
	color: #FFF;
}
#cart > .btn:hover {
	background: #FF8E0A;
}
#cart > .btn {
	background: #FFFFFF none repeat scroll 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	float: right;
	padding: 11px 16px;
	position: relative;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #FFF;
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 450px;
	padding: 15px;
}
#cart .button-container {
	width: auto;
	float: right;
}
.checkout-heading-button a {
	color: #F90;
}
.checkout-heading-button a:hover {
	color: #000;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border: none;
}
#cart .dropdown-menu table td {
	border: none;
	background: none;
}
#cart .dropdown-menu li > div {
}
#cart .dropdown-menu li p {
}
.dropdown-menu {
	border: 1px solid #E6E6E6 !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
/* menu */
.header-category-cms .box.category .box-heading .menu-bg {
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/Cat.png") no-repeat scroll center 5px;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 20px;
	margin-right: 13px;
	position: relative;
	vertical-align: middle;
	width: 15px;
}
.header-right .container {
	float: left;
	width: 100%;
}
.nav-responsive {
	display: none;
}
.responsive-menu, .main-menu {
	height: 42px;
	margin-bottom: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: none;
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background-color: #545F61;
}
.main-menu > ul > li:hover {
}
#menu ul li.home_first a {
}
.nav-responsive span, .main-menu > ul > li > a {
	font-size: 14px;
	color: #FFF;
	display: block;
	padding: 11px 10px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
}
.main-menu a:hover {
	text-decoration: none;
}
.main-menu > ul > li:hover > a {
	background: #15BCF0;
}
.main-menu > ul > li > ul, .responsive-menu .main-navigation {
	display: none;
	background: #15BCF0;
	position: absolute;
	z-index: 5;
	padding: 5px;
}
.main-menu > ul > li:hover > ul {
	display: block;
}
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #15BCF0;
	position: absolute;
	z-index: 5;
	padding: 5px;
	margin-left: -13px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	top: 0px;
	left: 173px;
}
.main-menu > ul > li > ul > ul {
	/*display: table-cell;*/
}
.main-menu > ul > li ul + ul {
	/*padding-left: 20px;*/
}
.main-menu > ul > li ul > li > a, .responsive-menu .main-navigation li a {
	padding: 8px;
	color: #666;
	display: block;
	white-space: nowrap;
}
.main-menu > ul > li ul > li > a {
	min-width: 160px;
}
.main-menu > ul > li ul > li > a:hover, .responsive-menu .main-navigation li a:hover {
	color: #666;
	background-color: #FFF;
}
.main-menu > ul > li ul > li > a.activSub {
	background-image: url(theme/OPCADD042/image/megnor/cat_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #666;
}
.main-menu > ul > li ul > li > a.activSub {
	background-image: url(theme/OPCADD042/image/megnor/cat_arrow_hover.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.main-menu > ul > li > ul > ul > li > a {
	color: #666;
}
#menu ul li ul {
	display: table-cell;
	float: none;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
	display: block;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
	display: none;
	left: 158px;
	padding: 10px;
	position: absolute;
	top: 0;
	border: 1px solid #D9D9D9;
}
#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
	width: 100%;
}
#menu ul.nav li .megamenu ul.list-unstyled.childs_2 a {
	min-width: 145px;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
	border: medium none;
	margin: 0;
	padding: 6px 0 0;
	position: relative;
	background: #FFFFFF;
	float: none;
}
#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
	background: none;
	padding: 4px 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled li > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
}
.hiden_menu .dropdown-inner li.top_level a {
	font-size: 12px;
	font-weight: normal;
	line-height: 26px;
}
/*#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:before {
    content: "\f006";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 8px;
	font-size: 9px;
}*/
/*#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover:before { content: "\f005"; }*/
#menu ul.nav li .megamenu ul.childs_1 {
	padding: 30px 2px 30px 20px;
	border-right: 1px solid #D9D9D9;
}
#menu ul.nav li .megamenu ul.childs_1:last-child {
	border: medium none;
}
#menu ul.nav li .megamenu ul.childs_1:first-child {
	padding: 30px 2px;
}
#menu ul.nav li .megamenu.column1 ul.childs_1 {
	border: none;
	padding: 22px 0;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover {
	color: #808080;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
}
#menu > ul > li.hiden_menu div {
	min-width: 195px;
	background: #FFFFFF none repeat scroll 0 0;
	border: medium none;
	display: none;
	padding: 22px;
	position: absolute;
	text-align: left;
	border: 1px solid #D9D9D9;
	margin-left: 2px;
}
#menu > ul > li.hiden_menu:hover > div {
	display: block;
}
.nav-container.fixed .main-menu > ul > li.blog-link a, .main-menu > ul > li.blog-link a {
	background: none !important;
}
#menu > ul > li.hiden_menu .dropdown-menu {
	display: none !important;
}
#menu .dropdown .dropdown-menu {
	min-width: 190px;
	border: 1px solid #D9D9D9;
	padding: 0 22px;
}
/* Megnor Category CSS */
#nav-one .dropdown:hover .dropdown-menu, #nav-one .hiden_menu:hover .dropdown-menu {
	display: block;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
#nav-one > li > .dropdown-menu {
	background: #FFF none repeat scroll 0 0;
	border: medium none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
	padding: 20px;
	left: 270px;
	top: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	transform-origin: left center center;
	-ms-transform-origin: left center 0;
	-webkit-transform-origin: left center 0;
	display: inline;
}
/*#nav-one > li.dropdown, #nav-one > li.hiden_menu, #nav-one > li.dropdown .column1 ul .dropdown{
	background:url(theme/OPCADD042/image/megnor/menu_left.png) no-repeat scroll right 7px transparent;
}*/
#nav-one > li.hiden_menu > .dropdown-menu {
	padding: 22px;
}
.top_level.hiden_menu {
	position: relative;
}
#nav-one li .megamenu ul.childs_1:first-child {
	padding: 0 20px 0 0;
}
#nav-one li .megamenu ul.childs_1 {
	padding: 30px 2px 30px 20px;
}
#nav-one li .megamenu ul.childs_1:last-child {
	padding: 0 20px 0 0;
}
#nav-one li ul {
	display: table-cell;
	float: none;
}
#nav-one ul {
	display: inline-block;
	float: none;
	margin: 0 auto;
	text-align: left;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 8px;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
	width: 100%;
}
#nav-one > li ul > li > a {
	min-width: 188px;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 15px;
	text-transform: uppercase;
}
#nav-one li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {
	width: 100%;
}
#nav-one > li ul > li > a {
	min-width: 188px;
}
#nav-one li ul > li > a, .responsive-menu .main-navigation li a {
	color: #262626;
	display: block;
	font-size: 12px;
	padding: 8px;
	white-space: nowrap;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
	background: #FFF none repeat scroll 0 0;
	border: medium none !important;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav-one li ul {
	display: table-cell;
	float: none;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #B3B3B3;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	position: relative;
	text-transform: capitalize;
}
#nav-one li .megamenu ul.list-unstyled.childs_2 a {
	min-width: 145px;
}
#nav-one li .megamenu.column1 ul.childs_1 {
	border: medium none;
	padding: 0 0;
}
#nav-one li .megamenu.column1 ul.list-unstyled li > a, .hiden_menu .top_level > a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
	padding: 3px 15px;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
	display: none;
	left: 188px;
	padding: 10px;
	position: absolute;
	top: 0;
	border: 1px solid #EDEDED !important;
}
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
	display: block;
	padding: 10px 22px;
}
#nav-one li .megamenu.column1 ul.list-unstyled li:hover > a, #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover > a, .hiden_menu .top_level:hover > a {
	color: #FF8E0A;
	background-position: 15px -31px;
}
.column_left_cms .box.last .list-group {
	border-bottom: medium none;
	margin-bottom: 0;
	padding: 4px 0 0;
}
.list-unstyled.childs_1 li {
	border-bottom: 0 !important;
}
#product .input-group-btn .btn.btn-default {
	padding: 4px 12px;
}
.btn-default:hover {
	border-color: #111111 !important;
	background: #111111 !important;
	color: #FFF;
}
#product .form-group #input-quantity {
	width: auto;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alert-dismissable .close, .alert-dismissible .close {
	right: 0;
}
#checkout-cart .buttons .pull-right .btn.btn-primary {
	background-color: #000000 !important;
	border-color: #000000 !important;
}
#cart .cart-menu .table .text-left a, #checkout-cart .text-left a, #accordion .panel-body .buttons .pull-right b, #collapse-checkout-confirm .table .text-left a {
	color: #515151;
}
#common-success #content p a {
	color: #FF8E0A;
}
#collapse-checkout-option a {
	color: #515151;
}
.modal-open .modal {
	z-index: 99999;
}
#cart .dropdown-menu li:first-child {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
#cart .cart-menu .table .text-left a, #checkout-cart .text-left a {
	color: #666666;
}
#cart .cart-menu .table tr {
	background-color: transparent;
}
.cart-menu .button-container strong {
	padding: 10px 15px !important;
}
#product .btn-group #button-cart:hover {
	background: #111111;
	border-color: #111111;
	color: #FFF;
}
#product .btn-group #button-cart {
	background: #FF8E0A none repeat scroll 0 0;
	border-color: #FF8E0A;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	padding: 9px 20px 6px !important;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	overflow: hidden;
	letter-spacing: 0.5px;
	line-height: 20px;
	margin-right: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn-group.wish-comp .btn.btn-default.wishlist {
	margin-right: 10px;
	border-radius: 5px !important;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 12px;
	line-height: 15px;
}
.btn-group.wish-comp .btn.btn-default.compare {
	border-radius: 5px !important;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 12px;
	line-height: 15px;
}
.btn-default {
	background: #FF8E0A !important;
	border-color: #FF8E0A !important;
	color: #FFF !important;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 6px 15px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* Blog listings */
.all-blog .panel-default {
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border: none;
	margin-bottom: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.all-blog .panel .panel-body {
	padding: 0 0 20px;
}
.blog_grid_holder {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 13px;
	font-size: 0;
}
.blog_grid_holder.carousel-1 {
	margin-left: -17px;
	margin-right: -17px;
	padding-top: 10px;
	width: inherit;
}
#column-left .blog_grid_holder, #column-right .blog_grid_holder {
	padding-top: 5px;
}
.blog_grid_holder.related {
	padding-top: 0px;
}
.blog_item {
	font-size: 12px;
	padding: 0px 15px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	width: 100%;
	/* 1 column grid is default */
}
.carousel-1 .blog_item {
	width: 100% !important;
	/* carousel */
	margin-bottom: 0px;
}
#column-left .blog_item, #column-right .blog_item {
	width: 100%;
	/* carousel */
	margin-bottom: 17px;
}
.blog_item .image {
	margin-bottom: 23px;
	margin-top: 5px;
}
.column-2 .blog_item .image, .column-3 .blog_item .image, .column-4 .blog_item .image, #column-left .blog_item .image, #column-right .blog_item .image {
	margin-bottom: 17px;
}
.blog_item .image img {
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}
.blog_item .image img:hover {
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}
.all-blogs .blog_grid_holder .blog_item .summary .image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
	float: left;
	position: relative;
}
.blog_item .summary .blog_title {
	margin: 0 0 10px;
	font-size: 26px;
}
#column-left .blog_item .summary .blog_title, #column-right .blog_item .summary .blog_title {
	font-size: 16px;
	margin: 0 0 7px;
}
.column-2 .summary .blog_title, .column-3 .summary .blog_title {
	font-size: 24px;
	margin: 0 0 7px;
}
.column-4 .summary .blog_title {
	font-size: 20px;
}
.blog_item .summary p {
	font-size: 14px;
	line-height: 21px;
}
#column-left .blog_item .summary p, #column-right .blog_item .summary p {
	font-size: 13px;
	line-height: 20px;
}
.blog_item .summary p .fa {
	color: #CCCCCC;
}
/* Blog Post */
.blog_post .main_thumb {
	padding: 20px 0 7px;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
}
.blog_post .main_thumb:hover {
	opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	transition: all 400ms ease 0s;
	-webkit-transition: all 400ms ease 0s;
	-moz-transition: all 400ms ease 0s;
	-ms-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
}
.blog_post h1 {
	margin-bottom: 17px;
}
.blog_post label {
	font-size: 14px;
}
.blog_post .main_description p {
	margin-bottom: 18px;
}
.blog_stats {
	font-size: 13px;
	text-transform: none;
	color: #999999;
	margin: 0 0 15px;
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 5px;
}
.column-2 .blog_stats, .column-3 .blog_stats, .column-4 .blog_stats, .blog_post .related .blog_stats {
	font-size: 12px;
	margin: 0 0 12px;
	padding-bottom: 1px;
}
#column-left .blog_stats, #column-right .blog_stats {
	font-size: 11px;
	margin-bottom: -4px;
	border-bottom: none;
	padding-bottom: 0;
}
.blog_stats span {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 8px;
	line-height: 12px;
}
.blog_stats span + span {
	padding-left: 7px;
	border-left: 1px solid #EEEEEE;
}
.blog_stats .fa {
	color: #BBBBBB;
	margin-right: 5px;
}
.blog_stats .text {
	font-weight: inherit;
}
#column-left .blog_stats .text, #column-right .blog_stats .text, .column-2 .blog_stats .text, .column-3 .blog_stats .text, .column-4 .blog_stats .text {
	font-size: 0;
}
.blog_stats .hl {
	color: #777777;
}
#column-left .blog_stats .hl, #column-right .blog_stats .hl, .column-2 .blog_stats .hl, .column-3 .blog_stats .hl, .column-4 .blog_stats .hl {
	font-weight: inherit;
}
.blog_post .blog_stats {
	margin: 0 0 22px;
}
/* Comments */
.blog_post #comment {
	margin-bottom: 55px;
}
.blog_post .blog_comment {
	display: block;
	font-size: 14px;
	margin-bottom: 25px;
}
/* Modules */
.blog-module {
	margin-bottom: 40px;
}
.blog-module.latest {
	margin-bottom: 20px;
}
.blog-module h3 {
	margin: 15px 0 10px 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #F5F5F5;
}
.blog-module h3 a.all {
	float: right;
	font-size: 13px;
	line-height: 24px;
}
.blog-module h3 a.all .fa {
	color: #CCCCCC;
}
#column-left .blog-module h3 a.all, #column-right .blog-module h3 a.all {
	display: none;
}
/* Category Module */
.blog-category > ul > li {
	position: relative;
	border-bottom: 1px solid #F5F5F5;
}
.blog-category ul > li > ul {
	display: none;
	padding-left: 0;
}
.blog-category > ul > li.active > ul {
	display: block;
}
.blog-category > ul > li > a {
	display: block;
	line-height: 34px;
	font-size: 14px;
}
.blog-category .sign {
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 34px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	color: #CCCCCC;
}
.blog-category li .sign .fa-minus, .blog-category li.open .sign .fa-plus {
	font-size: 0;
}
.blog-category .sign .fa, .blog-category li.open .sign .fa-minus, .blog-category li.open ul li.open .sign .fa-minus, .blog-category li.open ul li .sign .fa-plus {
	font-size: 11px;
}
.blog-category > ul > li ul > li {
	border-top: 1px solid #F5F5F5;
	list-style: none;
}
.blog-category > ul > li ul > li {
	border-top: 1px solid #F5F5F5;
	list-style: none;
}
.blog-category > ul > li ul > li a {
	line-height: 34px;
	font-size: 13px;
}
.blog-category > ul > li ul > li a .fa {
	color: #CCCCCC;
	font-size: 10px;
	margin: 0 6px;
}
.captcha_wrap img {
	max-width: none;
}
.blog_grid_holder.blog_products {
	padding-top: 5px;
}
.blog_product {
	font-size: 14px;
}
.blog_product .image {
	margin-top: 0;
}
.blog_product .name {
	display: inline-block;
	margin-bottom: 5px;
}
.blog_product .price-old {
	text-decoration: line-through;
}
.blog_product .price-tax {
	font-size: 11px;
	display: block;
	color: #AAAAAA;
}
#content .blog .box-content {
	margin: 0 -20px;
}
#content #blog-carousel .product-block, #content #blog-grid .product-block {
	margin: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.blog-left .blog-image img {
	border: none;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
.post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
.blog-left:hover .post-image-hover {
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.all-blog .blog-left-content h5 {
	margin: 0 0 20px;
}
.Blog .blog-right {
	padding: 10px 0;
}
.blog-left .icon.zoom:hover .fa, .blog-left .icon.readmore_link:hover .fa, .blog-left-content .icon.zoom:hover .fa, .blog-left-content .icon.readmore_link:hover .fa {
	color: #FFF;
}
.blog-left .blog-image .zoom:hover, .blog-left .blog-image .readmore_link:hover, .blog-left-content .blog-image .zoom:hover, .blog-left-content .blog-image .readmore_link:hover {
	background: #FF8E0A;
}
.blog-left .blog-image .zoom {
	border: 2px solid #FF8E0A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #FFF;
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 15px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	background: #FFF;
}
.blog-left .blog-image .readmore_link {
	border: 2px solid #FF8E0A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #FFF;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 15px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	background: #FFF;
}
.blog-left .icon.zoom .fa, .blog-left .icon.readmore_link .fa, .blog-left-content .icon.zoom .fa, .blog-left-content .icon.readmore_link .fa {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	color: #FF8E0A;
}
.blog-image .post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 40%;
}
.product-block:hover .image .hover-image, #column-right .image:hover .hover-image, #column-left .image:hover .hover-image {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	visibility: visible;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
}
.product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image .button-group button:hover {
	position: absolute;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	top: 0;
	left: 0%;
	right: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	visibility: hidden;
	max-width: 100%;
	height: auto;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
}
.product-block .blog-left:hover .post_hover, .product-block .blog-left:hover .zoom, .product-block .blog-left:hover .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
#content #blog-carousel .product-block:hover .blog-right h4 a, .write-comment a:hover, .read-more a:hover {
	color: #FF8E0A;
}
.blog-left, .blog-image {
	position: relative;
}
#blog-carousel .blog-right h4 {
	margin-bottom: 0;
}
#blog-carousel .blog-right h4 a {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.3px;
}
.blog-right a {
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'Yantramanav', sans-serif;
	color: #1A1A1A;
	transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.blog-desc {
	margin: 5px 0 0px;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #808080;
}
.single-blog h4 {
	font-size: 16px;
	font-weight: 500;
	color: inherit;
}
.single-blog .view-comment .panel {
	background-color: #F9F9F9;
	padding: 15px !important;
}
.single-blog .blog-desc {
	padding: 0;
	margin: 0;
}
.single-blog .panel {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.single-blog .block-title {
	margin-top: 40px;
}
.single-blog .panel legend {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1px;
	color: inherit;
	border: none;
}
.single-blog .panel fieldset {
	margin-top: 30px;
}
.view-blog {
	float: left;
	width: 100%;
	text-align: left;
	margin: 5px 0 10px;
}
.write-comment {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}
.read-more {
	float: left;
}
.date-time {
	background: #FF8E0A;
	border: 3px solid #FFF;
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	top: auto;
	padding: 10px;
	color: #FFF;
	font-size: 16px;
	border-right: 0;
	border-bottom: 0;
}
.blog-left-content .post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 44%;
}
.blog-left-content .blog-image .zoom {
	border: 2px solid #FF8E0A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #FFF;
	display: inline-block;
	margin-right: 10px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 15px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	background: #FFF;
}
.blog-left-content .blog-image .readmore_link {
	border: 2px solid #FF8E0A;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #FFF;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 15px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
	background: #FFF;
}
.all-blog .blog-left-content .blog-image {
	float: left;
	position: relative;
}
.all-blog .blog-left-content {
	float: left;
	width: 100%;
}
.blog-left-content:hover .post-image-hover {
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.all-blog .blog-left-content:hover .post_hover, .all-blog .blog-left-content:hover .zoom, .all-blog .blog-left-content:hover .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.all-blog h5 a {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	color: #000;
}
.all-blog h5 a:hover {
	color: #FF8E0A;
}
.all-blog .blog-desc {
	margin: 0 0 20px;
	float: left;
	width: 100%;
}
.all-blog .blog-meta {
	float: left;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
.single-blog {
	padding: 30px !important;
	border: 1px solid #EDEDED;
	background: #FFF;
}
.single-blog .blog-img img {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom: 30px;
}
.all-blog .write-comment a:hover, .all-blog .read-more a:hover {
	color: #FF8E0A;
}
.all-blog .write-comment a, .all-blog .read-more a {
	color: #000;
}
.all-blog .write-comment, .all-blog .read-more {
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 14px;
	padding-right: 10px;
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
}
.all-blog .blog-left-content .blog-image img {
	border: none;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
.blog .box-content .date-time .fa.fa-calendar {
	display: none;
}
@media screen and (max-width: 767px) {
	.column-3 .blog_item, .column-4 .blog_item {
		width: 50%;
	}
	.blog_stats .text {
		font-size: 0;
	}
}
@media screen and (max-width: 567px) {
	.column-2 .blog_item, .column-3 .blog_item, .column-4 .blog_item {
		width: 100%;
	}
}
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(theme/OPCADD042/stylesheet/grabbing.png) 8 8, move;
}
/* fix */
.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);
}
/* OpenCart Code */
.owl-carousel {
	margin: 0 0 20px;
	background: #FFF;
	direction: ltr !important;
	z-index: 1;
}
/*.owl-wrapper-outer {
    border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}*/
.owl-carousel .owl-buttons div {
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease;
}
.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 10px;
}
.owl-carousel .owl-buttons .owl-next {
	right: 10px;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
	display: block !important;
}
.owl-carousel .owl-buttons div i:hover {
	background: #FF8E0A none repeat scroll 0 0;
	border-color: #FF8E0A;
	color: #FFF;
}
.owl-carousel .owl-buttons div i {
	position: absolute;
	border: 1px solid #E9E9E9;
	background: #FFF;
	text-align: center;
	width: 34px !important;
	line-height: 33px;
	height: 34px !important;
	padding: 0 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
#blog-carousel {
	overflow: visible !important;
}
.owl-carousel .owl-buttons .owl-next {
	right: 50px !important;
	top: -16% !important;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 15px !important;
	top: -16% !important;
}
.owl-carousel .owl-buttons div {
	opacity: 1 !important;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}
.box.Blog {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
}
.column_left_cms .box.last {
	margin-bottom: 0;
}
.header-category-cms {
	float: left;
	padding: 0;
	position: relative;
	width: 272px;
	clear: both;
	z-index: 9;
}
.header-category-cms .box.category .box-heading {
	background-color: #FF8E0A;
	border-left: 1px solid #FF8E0A;
	border-right: 1px solid #FF8E0A;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	float: left;
	padding: 11px 20px 10px 25px;
	position: relative;
	right: auto;
	width: 272px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
}
.header-category-cms .box.category .box-content-category {
	float: left;
	padding: 0;
	width: 100%;
}
.box.category .box-content-category {
	background: #FFF none repeat scroll 0 0;
	margin: 0;
	position: absolute;
	z-index: 1000;
	float: left;
	width: 100%;
	border: 1px solid #EEEEEE;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	display: none;
	left: 0;
	right: auto;
	top: 100%;
	padding: 10px 0;
}
.box.category .box-content-category ul {
	padding: 10px 0;
	list-style: none;
	margin-bottom: 0;
}
.box.category .box-content-category ul li {
	border-bottom: 1px solid #EEEEEE;
	line-height: 24px;
	display: inline-block;
}
.top_level {
	display: block !important;
}
.ctimg {
	margin: 0 auto;
	display: block;
}
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
	background: url(theme/OPCADD042/image/megnor/menu_arrow.png) no-repeat scroll 15px 11px transparent;
	color: #000;
	padding: 3px 10px 3px 32px;
	font-size: 12px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}
#nav-one > li.dropdown::after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 6px;
	color: #000;
}
.box.category .box-content-category ul .main.hiden_menu {
	border-bottom: none;
}
#nav-one li.hiden_menu .dropdown-inner {
	display: none;
	margin: 0 !important;
	padding: 0;
}
.hiden_menu .dropdown-inner li.top_level a {
	padding: 7px 10px 7px 32px !important;
}
.box.category .box-content-category .hiden_menu span.main.active::after {
	content: "\f106";
}
.box.category .box-content-category .hiden_menu span.main::after {
	content: "\f107";
	text-align: right;
	font-size: 20px;
	float: right;
	vertical-align: -2px;
	position: relative;
	right: 2px;
	top: 0;
	font-family: FontAwesome;
}
.box.category .box-content-category ul li a:hover, .box.category .box-content-category .hiden_menu .main:hover {
	background-position: 15px -28px;
	color: #FF8E0A;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	cursor: pointer;
}
.box.category .box-content-category .hiden_menu .main.top_level {
	padding: 0;
}
.box.category .box-content-category ul li a, .box.category .box-content-category .hiden_menu .main {
	background: url(theme/OPCADD042/image/megnor/menu_arrow.png) no-repeat scroll 15px 14px transparent;
	color: #000;
	padding: 7px 10px 7px 32px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 24px;
	display: block;
	width: 100%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.box.category .box-heading::after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 16px;
	float: right;
}
/* Megnor Category CSS */
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #FFF;
	}
	#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		-moz-border-radius: 0;
		color: #FFF;
	}
}
/* 1-col layout */
#column-left {
	width: 25%;
}
#column-right {
	width: 25%;
}
#content {
	padding: 0;
}
.layout-1 #content {
}
/* 2-col layout */
.layout-2.left-col #column-left {
	width: 18.5%;
	float: left;
	padding: 0 24px 0 0;
}
.layout-2.right-col #column-right {
	width: 25%;
}
.layout-2 #content {
	width: 81.5%;
	padding-left: 4px;
	padding-right: 0;
	float: left;
}
.category_img img {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
#content .col-lg-2 {
	width: 20%;
	clear: unset !important;
}
.layout-2.left-col #content {
}
.layout-2.right-col #content {
}
/* 3-col layout */
.layout-3 #column-left {
	width: 25%;
}
.layout-3 #column-right {
	width: 25%;
}
.layout-3 #content {
	width: 50%;
}
/* content */
#content {
	/*min-height: 600px;*/
}
.tabfeatured_default_width {
	width: 185px;
}
.tabbestseller_default_width {
	width: 250px;
}
.tablatest_default_width {
	width: 250px;
}
.tabspecial_default_width {
	width: 250px;
}
.swiper-viewport {
	border: none !important;
}
.htabs {
	float: left;
	position: relative;
	width: 100%;
}
.etabs {
	display: inline-block;
	float: none;
	text-align: center;
	padding: 10px 0;
	text-align: center;
	border-bottom: 2px solid #EEEEEE;
	margin-bottom: 20px;
	width: 100%;
}
.htabs .etabs li {
	display: inline-block;
	float: none;
	line-height: 17px;
	list-style: none outside none;
	position: relative;
	text-align: center;
}
.htabs a {
	display: block;
	position: relative;
	text-transform: uppercase;
	transition: color 0.4s ease 0s;
	-webkit-transition: color 0.4s ease 0s;
	-moz-transition: color 0.4s ease 0s;
	-ms-transition: color 0.4s ease 0s;
	-o-transition: color 0.4s ease 0s;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.7px;
	margin: 0 14px;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
.htabs a.selected, .htabs a:hover {
	background: transparent;
	color: #FF8E0A;
}
.hometab {
	float: left;
	position: relative;
	width: 100%;
	padding: 45px 0 0;
}
.hometab .box-heading::before {
	border-bottom: 2px solid #FF8E0A;
	bottom: -2px;
	content: "";
	left: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	width: 80px;
}
.hometab .box-heading {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 40px;
	margin: 0;
	padding-bottom: 13px;
	position: relative;
	text-transform: capitalize;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 2px solid #EEEEEE;
}
.tab-content {
	position: relative;
	padding: 10px;
	z-index: 2;
	overflow: visible;
	margin-bottom: 25px;
	float: left;
	width: 100%;
}
.tab-content .tab {
	display: none;
}
.fa-arrow-left::before {
	content: '\f104';
	left: 0;
	font-family: 'FontAwesome';
	font-size: 25px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.fa-arrow-right::before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 25px;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.product-list .product-thumb h4 a {
	color: #000;
	font-weight: 600;
	font-size: 14px;
}
.product-left .product-info .left .image .thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 0;
}
.contact-info .left .address-detail .btn.btn-info {
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
	background-color: #FF8E0A;
	color: #FFFFFF;
	border-color: #FF8E0A;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.contact-info .left .address-detail .btn.btn-info:hover {
	background-color: #000000;
	border-color: #000000;
}
#content.productpage .product-right {
	width: 58.34%;
}
#content.productpage .product-left {
	width: 41.66%;
}
.product-thumb h4 a {
	color: #8A8A8A;
}
.customNavigation a.prev:hover, .customNavigation a.next:hover {
	color: #FFFFFF !important;
	background: #FF8E0A;
	border-color: #FF8E0A;
}
.hometab .customNavigation a.prev {
	color: #000000;
	right: auto;
	left: 15px;
}
.hometab .customNavigation a {
	top: -79px !important;
}
.hometab .customNavigation a.next {
	color: #000000;
	right: 15px;
	left: auto;
}
/* footer */
.content_footer_right .payment {
	float: left;
	margin: 70px 0 15px;
}
.content_footer_right .payment .payment-method {
	padding: 0;
	margin: 0;
	list-style: none;
}
.payment ul li {
	display: inline-block;
	vertical-align: top;
	margin: 4px 2px 0;
	position: relative;
	text-align: left;
	padding: 5px 0;
}
.payment .payment-method span {
	font-size: 0;
	height: 23px;
	width: 34px;
	display: inline-block;
	vertical-align: top;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: left;
	cursor: pointer;
}
.payment .payment-method .american-express span {
	background: url("theme/OPCADD042/image/megnor/American.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .discover span {
	background: url("theme/OPCADD042/image/megnor/Discover.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .maestro span {
	background: url("theme/OPCADD042/image/megnor/Mestro.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .mastercard span {
	background: url("theme/OPCADD042/image/megnor/master_card.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .paypal span {
	background: url("theme/OPCADD042/image/megnor/Paypal.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .visa span {
	background: url("theme/OPCADD042/image/megnor/Visa.png") no-repeat scroll 0 0px transparent;
}
footer .content_footer_top {
	background: #FF8E0A none repeat scroll 0 0;
	margin: 0 auto;
	position: relative;
}
.content_footer_left {
	clear: both;
	float: left;
	padding: 19px 50px 0 0;
	position: relative;
	width: 24.5%;
	margin-top: 52px;
	border-right: 1px solid #EFEFEF;
}
#footer .col-sm-3.column {
	float: left;
	margin: 52px auto 0;
	padding-right: 0;
	padding-left: 27px;
	width: 18%;
	border-right: 1px solid #EFEFEF;
	min-height: 320px;
}
.footer-logo p {
	color: #646464;
	font-size: 12px;
	letter-spacing: 0.7px;
	line-height: 30px;
	margin-top: 28px;
}
#footer .content_footer_right {
	float: left;
	font-weight: 500;
	margin: 50px auto 20px;
	width: 21.5%;
	padding-left: 27px;
	padding-right: 0;
}
#block_contact_infos ul li {
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-right: 0;
	position: relative;
	width: 100%;
}
#footer .address::before {
	content: "\f041";
	font-family: "FontAwesome";
	color: #FF8E0A;
	float: left;
	font-size: 16px;
	width: 21px;
	line-height: 26px;
	margin: 0 4px;
}
#footer .phoneno::before {
	content: "\f095";
	font-family: "FontAwesome";
	color: #FF8E0A;
	float: left;
	font-size: 16px;
	width: 21px;
	line-height: 26px;
	margin: 0 4px;
}
#footer .email::before {
	content: "\f0e0";
	font-family: "FontAwesome";
	color: #FF8E0A;
	float: left;
	font-size: 16px;
	width: 21px;
	line-height: 26px;
	margin: 0 4px;
	left: 0;
}
.social-icons {
	margin: 70px 0 15px;
}
#follow_us .news-title {
	color: #000;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}
.follow-us .toggle-block {
	margin: 0;
	padding: 0;
	list-style: none;
}
#follow_us ul li a:hover i {
	color: #FFF;
}
#follow_us .toggle-block li a:hover {
	background-color: #FF8E0A;
	border-color: #FF8E0A;
}
#follow_us .toggle-block li a {
	background-color: #E6E6E6;
	background-position: center 4px;
	background-repeat: no-repeat;
	background-size: 16px 19px;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 28px;
	margin: 3px 6px 0 0;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	width: 28px;
	vertical-align: top;
	font-size: 0;
	text-align: center;
}
#follow_us ul li a i {
	font-weight: 500;
	line-height: 27px;
	color: #000;
}
.newsletter h2::after {
	color: #FFF;
	content: "\f003";
	font-family: fontawesome;
	font-size: 30px;
	left: 0;
	right: auto;
	position: absolute;
}
.newsletter h2 {
	width: auto;
	line-height: 24px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding-left: 40px;
}
.newsletter .title-text::before {
	border-left: 1px solid #FFF;
	bottom: -5px;
	content: "";
	height: 35px;
	left: 0;
	position: absolute;
}
.newsletter .title-text {
	color: #FFF;
	display: inline-block;
	font-weight: lighter;
	letter-spacing: 1.2px;
	margin: 40px 0 40px 70px;
	padding-left: 70px;
	position: relative;
	float: left;
	width: auto;
}
.newsletter_form {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;
	float: right;
	width: auto;
}
#txtemail {
	border: medium none;
	width: 630px;
	font-style: italic;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	height: 45px;
}
.newsletter_form .subscribe-btn {
	margin: 0;
	display: inline-block;
}
.nav-tabs > li > a {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 20px;
	text-transform: uppercase;
	margin-right: 20px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border: 1px solid #111111 !important;
}
#content .pull-right .btn.btn-primary:hover, .product-compare .btn-primary:hover, .btn-primary:hover, .account-address .btn-info:hover, #account-order .text-right .btn.btn-info:hover, #cart .cart-menu .button-container strong:hover {
	border-color: #111111;
	background: #111111;
	color: #FFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	border-color: #111111 !important;
	background: #111111 !important;
	color: #FFF;
}
.btn-primary {
	border-color: #FF8E0A !important;
	background: #FF8E0A !important;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 15px 5px !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	line-height: 20px;
}
#content .pull-right .btn.btn-primary, .product-compare .btn-primary, #content .pull-left .btn.btn-default, .account-address .btn-info, #account-order .text-right .btn.btn-info, #cart .cart-menu .button-container strong {
	border-color: #FF8E0A;
	background: #FF8E0A;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 15px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 20px;
}
#tabs_info.product-tab .tab-content .tab-pane {
	padding: 0;
}
#tabs_info.product-tab .tab-content {
	border: 1px solid #E6E6E6;
	padding: 30px;
}
.nav-tabs {
	border-bottom: none !important;
	margin-bottom: 20px !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav > li > a:hover, .nav > li > a:focus {
	background: #111111 none repeat scroll 0 0 !important;
	border: 1px solid #111111 !important;
	color: #FFFFFF !important;
}
.newsletter .title-text p {
	margin-bottom: 0;
}
.subscribe-btn .btn.btn-default.btn-lg:hover {
	background-color: #FF8E0A !important;
	border-color: #FFFFFF !important;
}
.subscribe-btn .btn.btn-default.btn-lg {
	background: #111111 url(theme/OPCADD042/image/megnor/arrow.png) no-repeat 10px 18px !important;
	border: 1px solid #FF8E0A !important;
	font-size: 0 !important;
	height: 45px;
	position: relative;
	width: 45px;
	margin-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.newsletter_form .input-news {
	float: left;
}
.newsletter_form .form-group.required {
	margin: 0;
}
footer {
	margin-top: 30px;
	background-color: #FFFFFF;
	border-top: 1px solid #DDD;
	color: #646464;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #CCC;
}
#footer .column li a {
	color: #646464;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
}
#footer .column li a:hover {
	color: #FF8E0A;
}
footer a:hover {
	color: #FFF;
}
footer h5 {
	line-height: 24px;
	text-transform: uppercase;
	padding: 0;
	position: relative;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 10px 0 12px;
}
@media (max-width: 979px) {
	#footer .column ul {
		display: none;
	}
	#footer .column {
		width: 100%;
	}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.common-home .content-top-breadcum {
	display: none;
}
/* breadcrumb */
.breadcrumb {
	background: transparent !important;
	margin: 6px 0 !important;
	padding: 0 !important;
	text-align: center;
	font-size: 13px;
	line-height: 1.25;
	float: right;
	width: 100%;
}
.breadcrumb i {
	font-size: 15px;
	color: #000;
}
.breadcrumb > li a {
	color: #000;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
	color: #000;
}
.breadcrumb > li a:hover, .breadcrumb i:hover {
	color: #FF8E0A;
}
.breadcrumb > li:after {
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display: inline-block;
	width: 100%;
}
.btn {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.myaccount .dropdown-menu > li > a {
	padding: 5px;
}
#form-currency .dropdown-menu li, #form-language .dropdown-menu li {
	padding: 0;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.myaccount-menu, #currency .dropdown-menu .btn-link {
	font-size: 12px;
	padding: 10px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #FFF;
	background: #428BCA;
	border: 1px solid #357EBD;
}
.btn-primary {
	color: #FFF;
	background-color: #428BCA;
	border: 1px solid #357EBD;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #FFF;
	background-color: #3276B1;
	border: 1px solid #285E8E;
	background-position: 0 -15px;
}
.btn-warning {
	color: #FFFFFF;
	background-color: #FAA732;
	background-image: linear-gradient(to bottom, #FBB450, #F89406);
	background-repeat: repeat-x;
	border-color: #F89406 #F89406 #AD6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #FFFFFF;
	background: #D9534F;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #FFFFFF;
	background-color: #5BB75B;
	background-image: linear-gradient(to bottom, #62C462, #51A351);
	background-repeat: repeat-x;
	border-color: #51A351 #51A351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #FFFFFF;
	background-color: #DF5C39;
	background-image: linear-gradient(to bottom, #E06342, #DC512C);
	background-repeat: repeat-x;
	border-color: #DC512C #DC512C #A2371A;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #DF5C39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-inverse {
	color: #FFFFFF;
	background: #363636;
	border: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
@media (max-width: 767px) {
}
/* list group */
.box .filterbox {
	border-color: #DDDDDD;
	border-image: none;
	border-right: 1px solid #DDDDDD;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
.list-group-item {
	padding: 3px 16px !important;
}
.list-group a {
	color: #888888;
	padding: 8px 16px 0 !important;
}
#column-left .box .panel-footer.text-right {
	background-color: #FFF;
	text-align: left;
	padding: 0 16px;
}
#button-filter:hover {
	border-color: #111111;
	background: #111111;
}
#button-filter {
	border-color: #FF8E0A;
	background: #FF8E0A;
	color: #FFF;
	text-transform: uppercase;
	padding: 6px 15px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 20px;
}
#column-left .product-block-hover, #column-left .product-button-outer {
	display: none;
}
#column-left .swiper-viewport {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	margin-bottom: 25px;
}
#column-left .product-thumb:hover .price, #column-left .product-thumb:hover .percentsaving {
	opacity: 1;
}
#column-left .swiper-pagination-bullet {
	display: none;
}
#column-left .box .list-group, #column-left .box .list-group-item, #column-right .box .list-group, #column-right .box .list-group-item {
	border: none;
}
a.list-group-item:hover, a.list-group-item:focus {
	background-color: #FFF !important;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #FFFFFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		margin-right: 25px;
	}
}
.product-thumb h4 {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1;
	padding-bottom: 0;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 100%;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	overflow: hidden;
	min-height: 65px;
}
.product-thumb h4 a {
	font-size: 13px;
	line-height: 1.5;
}
.pagination-wrapper {
}
.myaccount {
	list-style: none;
}
.topphonez {
	font-size: 1.2em;
	color: #FFF;
	list-style: none;
	margin: 5px 0;
}
.topphonez .fa-angle-down {
	position: relative;
	font-size: 1.3em;
	top: 2px;
	cursor: pointer;
}
.topphonez .fa-angle-down:hover {
	color: #F90;
}
.fixphonez {
	display: none;
}
header.fixed .fixphonez {
	background: #000;
	display: inline-block;
	padding: 5px 10px;
	margin: 7px;
	float: left;
	border-radius: 5px;
}
#content .product-grid .product-block.product-thumb:hover h4 {
	/*height: auto;*/
}
#content .product-grid .product-block:hover {
	margin-bottom: 0 !important;
}
.product-thumb .caption {
	padding: 0;
}
#content .product-grid .product-block.product-thumb {
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 5px;
}
.rating .fa-stack, #review .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o, #review .fa-star-o {
	color: #FF8E0A;
	font-size: 13px;
}
.rating .fa-star, #review .fa-star {
	color: #FF8E0A;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o, #review .fa-star + .fa-star-o {
	color: #FF8E0A;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	vertical-align: middle;
}
.product-thumb .price-new {
	font-weight: 600;
	float: left;
}
.product-thumb .price-old {
	color: #C8C8C8;
	text-decoration: line-through;
	margin-left: 10px;
	float: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #FF8E0A !important;
	border-color: #FF8E0A !important;
	color: #FFF !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-radius: 5px !important;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pagination > li > a, .pagination > li > span {
	margin-left: 4px !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 7px 14px !important;
	color: #000 !important;
}
.pagination-wrapper {
	margin-top: 20px;
}
#content .product-grid .product-block.product-thumb {
	/*margin-bottom: 19px;*/
}
.product-thumb .price-tax {
	color: #999;
	display: inline-block;
	font-size: 12px;
	width: 100%;
	display: none;
}
.ocf-noUi-connect:before, .ocf-noUi-handle {
	background-color: #F90 !important;
}
.ocf-selected .ocf-value-input::before {
	color: #FFF;
	border-color: #F90 !important;
	background-color: #F90 !important;
}
.ocf-btn-link {
	color: #F90 !important;
}
.ocf-theme-light .ocf-search-btn-static {
	background: #F90 !important;
}
.product-thumb .button-group {
	overflow: auto;
}
.product-list .product-button-outer {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transform: unset;
	width: auto;
	top: 0;
	position: relative;
}
.product-list .product-thumb:hover .price, .product-list .product-thumb:hover .percentsaving {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button, #cart .text-right .addtocart, #cart .text-right .checkout {
	background: #FF8E0A none repeat scroll 0 0;
	border: 1px solid #FF8E0A;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	z-index: 2;
	margin-top: 6px;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 15px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing: 0.5px;
	line-height: 20px;
}
#cart .text-right .addtocart, #cart .text-right .checkout {
	width: auto;
	float: left;
}
#cart .dropdown-menu .img-thumbnail {
	width: auto;
	max-width: none;
}
#cart .text-right .addtocart {
	margin: 0 5px 0 0;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #DDD;
}
.product-thumb .button-group button:hover, #cart .text-right .addtocart:hover, #cart .text-right .checkout:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	cursor: pointer;
	border-color: #000;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
}
.thumbnails {
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	display: block;
}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}
.product-info .product-image .customNavigation span:hover {
	background: #FF8E0A none repeat scroll 0 0;
	border-color: #FF8E0A;
	color: #FFF;
}
.product-info .product-image .customNavigation span {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #E9E9E9;
	padding: 0 !important;
	height: 34px !important;
	line-height: 33px;
	width: 34px !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.product-info .image {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
.zoomContainer .zoomWindow {
	box-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none !important;
}
.productpage h3 {
	margin-top: 0;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
}
.quickview-model #content ul.list-unstyled {
	padding: 5px 0;
	margin-bottom: 0;
	border: none;
}
.quickview-model #input-quantity {
	width: auto;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}
.quickview-model .productpage-quickview .product-right .fa-star::before {
	color: #FF8E0A;
}
/*.product-right .btn.wishlist, .product-right .btn.compare {
	background-color: transparent !important;
	border: none !important;
	color: #000 !important;
}*/
.quickview-model #button-cart2.btn-primary {
	line-height: 20px;
	letter-spacing: 0.5px;
	padding: 8px 11px !important;
	margin-right: 5px;
}
.productpage-quickview ul li a {
	color: #515151;
}
.productpage .product-right .rating-wrapper .fa-star-o::before, .quickview-model .productpage-quickview .product-right .fa-star-o::before {
	color: #FF8E0A;
}
.product-info .zoomContainer {
	z-index: 9;
}
/* It need for ie7 */
.product-info .additional-carousel {
	position: relative;
	margin-left: 0px;
	float: left;
	width: 100%;
}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	width: 400px;
	float: none;
	margin: 0 auto;
}
.product-info .image-additional img {
	width: 100%;
}
.product-info .image-additional a {
	float: left;
	display: block;
}
.product-right .btn-group .wishlist .fa, .product-right .btn-group .compare .fa {
	margin-right: 0;
}
/* box */
<!-- Megnor Start --> .box {
	margin-bottom: 12px;
}
.box .box-heading {
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	color: #000;
}
.box .box-content {
	background: #FBFBFB;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
#content .box .box-heading::before {
	border-bottom: 2px solid #FF8E0A;
	bottom: -2px;
	content: "";
	left: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	width: 80px;
}
#content .box .box-heading {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 40px;
	padding: 0 0 13px;
	position: relative;
	text-transform: capitalize;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	background: none;
	border-bottom: 2px solid #EEEEEE;
	margin: 0 0 20px;
}
#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 10px 0 0;
	margin: 0 -15px;
}
.box .box-content ul, #content .content ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.box .box-content ul li, #content .content ul li {
	line-height: 22px;
	padding: 0;
}
.box .box-content ul li a, #content .content ul li a {
}
.box .box-content ul li a + a, .box .box-content ul li a + a:hover {
	background: none;
	padding-left: 0;
}
.box .box-content ul li a:hover, #content .content ul li a:hover {
}
.box .box-content ul ul {
	margin-left: 15px;
}
/* Product Grid Start */
/*.product-grid-list { }*/
/*,
.product-grid-list ul*/
#content .box-product {
	list-style-type: none;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
/*.product-grid-list ul li,*/
#content .box-product .product-items {
	margin-bottom: 14px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.product-grid li, #content .box-product .product-items, #content .product-carousel .slider-item {
	width: 185px;
	float: left;
	display: inline-block;
}
.ie7 .product-grid li {
	width: 192px !important;
}
#content .image-additional .slider-item {
	display: inline-block;
	float: left;
}
#content .image-additional .slider-item .product-block {
	margin: 4px 10px;
	background: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content .image-additional .slider-item .product-block:hover {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.product-block-inner {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #F5F5F5;
}
.grid_default_width {
	width: 230px;
}
.featured_default_width {
	width: 230px;
}
.module_default_width {
	width: 180px;
}
.latest_default_width {
	width: 230px;
}
.special_default_width {
	width: 250px;
}
.related_default_width {
	width: 230px;
}
.bestseller_default_width {
	width: 230px;
}
.additional_default_width {
	width: 80px;
}
.banners-slider-carousel .product-block-inner {
	text-align: center;
}
#content .product-carousel .product-block, #content .product-grid .product-block, #content .box-product .product-block {
	margin: 0;
	background: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	clear: both;
	overflow: hidden;
	padding: 0 15px;
}
.product-thumb:hover .price, .product-thumb:hover .percentsaving {
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
#content .product-carousel .product-block:hover, #content .product-grid .product-block:hover, #content .box-product .product-block:hover {
	overflow: hidden;
	/*clear: both;*/
}
/*.ie7 #content .product-grid-list .product-block,*/
.ie7 #content .product-carousel .product-block, .ie7 #content .box-product .product-block {
	border: 1px solid #DDD;
}
/*.ie7 #content .product-grid-list .product-block:hover,*/
.ie7 #content .product-carousel .product-block:hover, .ie7 #content .box-product .product-block:hover {
	border: 1px solid #DDD;
}
.product-grid .product-thumb .desc, .productbox-grid .product-thumb .price-tax, .product-carousel .product-thumb .price-tax {
	display: none;
}
.product-list .product-details {
	overflow: hidden;
}
/*#content .product-grid .product-block-inner,*/
#content .product-carousel .product-block-inner, #content .box-product .product-block-inner {
	padding: 0 0;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.banners-slider-carousel {
	margin-bottom: 35px;
	position: relative;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.product_banner {
	float: left;
	width: 100%;
	margin: 0 auto 35px;
	overflow: hidden;
	position: relative;
	display:flex;
}
.single_banner + .product_banner {
    padding-top:15px;
}
.product_banner_inner {
	position: relative;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	display: block;
	float: left;
}
.product_banner .product_img1 {
	margin-right: 15px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.product_banner .product_img1 .static-inner, .product_banner .product_img2 .static-inner {
	display: block;
	left: 0;
	letter-spacing: 0;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 30px;
	z-index: 7;
}
.product_banner .product_img2 {
	margin-left: 15px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.product_banner .product_img1 .static-inner .text1.static-text, .product_banner .product_img2 .static-inner .text1.static-text {
	color: #000000;
	display: block;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
}
.product_banner .product_img1 .static-inner .text2.static-text, .product_banner .product_img2 .static-inner .text2.static-text {
	color: #696969;
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 20px;
	text-transform: capitalize;
	margin: 14px auto 36px;
}
.product_banner .product_img1 .static-inner .text-button .link-text, .product_banner .product_img2 .static-inner .text-button .link-text {
	background: #FF8E0A none repeat scroll 0 0;
	border-color: #FF8E0A;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	padding: 10px 20px;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	z-index: 2;
	overflow: hidden;
	letter-spacing: 0.5px;
	line-height: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.text-danger {
	position: absolute;
}
.product_banner .product_banner_inner img {
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
}
.product_banner .product_banner_inner:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
#tmcmsbannerblock .container:hover {
	box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.15);
	transform: translate3d(0px, -3px, 0px);
	-webkit-transform: translate3d(0px, -3x, 0px);
	-ms-transform: translate3d(0px, -3x, 0px);
	-o-transform: translate3d(0px, -3x, 0px);
	-moz-transform: translate3d(0px, -3x, 0px);
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
}
#tmcmsbannerblock {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	margin: 13px auto 56px;
}
#tmcmsbannerblock .container {
	background: #FF8E0A none repeat scroll 0 0;
	overflow: hidden;
	position: relative;
	padding: 0 100px 0 110px;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transform: translate3d(0px, 0x, 0px);
	-webkit-transform: translate3d(0px, 0x, 0px);
	-ms-transform: translate3d(0px, 0x, 0px);
	-o-transform: translate3d(0px, 0x, 0px);
	-moz-transform: translate3d(0px, 0x, 0px);
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
}
#tmcmsbannerblock .cms_left {
	display: block;
	float: left;
	position: relative;
	text-align: left;
	width: 63%;
	padding: 13px 0;
}
#tmcmsbannerblock .cms_left .cms_title {
	color: #FFF;
	font-size: 24px;
	line-height: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 16px;
	vertical-align: middle;
	letter-spacing: 0.4px;
	font-weight: 500;
}
#tmcmsbannerblock .cms_left .cms_detail {
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 25px;
	letter-spacing: 0.5px;
	vertical-align: middle;
}
#tmcmsbannerblock .cms_right {
	float: right;
	position: relative;
	width: 37%;
	z-index: 2;
	text-align: right;
}
#tmcmsbannerblock .cms_right .Icon_image {
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/icon.png") no-repeat scroll center 0;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 60px;
	position: absolute;
	vertical-align: top;
	width: 55px;
	left: 30px;
	right: auto;
	top: 8px;
	bottom: auto;
}
#tmcmsbannerblock .cms_right .cms_title {
	color: #FFF;
	font-size: 24px;
	line-height: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin: 22px 20px 22px 12px;
	vertical-align: middle;
	letter-spacing: 0.1px;
}
#tmcmsbannerblock .cms_right .link-text {
	color: #FF8E0A;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 20px;
	border-bottom: 1px solid #FF8E0A;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin: 25px 0;
	vertical-align: middle;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
}
.back_cms {
	background: #212121 none repeat scroll 0 0;
	float: right;
	height: 100%;
	margin-right: -46px;
	position: absolute;
	right: 0;
	top: 0;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	-o-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	width: 38%;
	z-index: 1;
}
#tmcmsbannerblock .cms_banner_block {
	float: left;
	position: relative;
	width: 100%;
}
#tmcmsbannerblock .cms_left .gift_image {
	display: inline-block;
	position: relative;
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/Gift.png") no-repeat scroll center 6px;
	content: "";
	cursor: pointer;
	height: 44px;
	vertical-align: middle;
	width: 30px;
}
.tmcategorylist {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}
.tmcategory-container {
	border-bottom: 1px solid #E6E6E6;
	float: none;
	margin: 0 auto;
	padding: 0 0 50px !important;
	position: relative;
	width: 100%;
}
.shortcode-title {
	padding: 0 0 13px;
	width: 100%;
	position: relative;
	text-align: center;
	float: left;
	border-bottom: 2px solid #EEEEEE;
	margin: 0 0 20px;
}
.shortcode-title::before {
	border-bottom: 2px solid #FF8E0A;
	bottom: -2px;
	content: "";
	left: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	right: 0;
	width: 80px;
}
.big-title {
	display: block;
	text-align: center;
	font-size: 30px !important;
	font-weight: 600 !important;
	letter-spacing: 0;
	line-height: 40px;
	margin: 0;
	padding-bottom: 0;
	position: relative;
	text-transform: capitalize !important;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}
#spe_res .products {
	position: relative;
	clear: both;
	padding: 0;
}
.products .product_list {
	width: 100%;
	margin: 0 0 20px;
	float: left;
	list-style: none;
	padding: 0;
}
.tmcategorylist #tmcategorylist.grid {
	margin: 0 auto;
}
.tmcategorylist .products .product_list {
	margin: 0;
}
.tmcategorylist #tmcategorylist.grid li {
	width: 25%;
}
.tmcategorylist li {
	float: left;
	padding: 0 15px;
	position: relative;
	width: 100%;
}
.tmcategory-container .categoryblock {
	float: left;
	width: 100%;
	margin: 10px 0 23px;
}
.tmcategory-container .categoryblock .block_content {
	background-color: #FFF;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.tmcategory-container .categoryblock .block_content .categoryimage_bg {
	display: inline-block;
	position: relative;
	z-index: 9;
}
.tmcategory-container .categoryblock .categoryimage::before {
	background: #FF8E0A;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0.5, 0);
	-webkit-transform: scale(0.5, 0);
	-ms-transform: scale(0.5, 0);
	-o-transform: scale(0.5, 0);
	-moz-transform: scale(0.5, 0);
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	width: 100%;
}
.tmcategory-container .categoryblock .block_content .categoryimage {
	position: relative;
	display: inline-block;
}
.products img {
	/* margin-left: 4px; */
	max-width: 100%;
	position: relative;
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
	position: relative;
}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn {
	left: 0;
	position: absolute;
	right: 0;
	top: 40%;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	transform: translateY(-120px);
	-webkit-transform: translateY(-120px);
	-ms-transform: translateY(-120px);
	-o-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	text-align: center;
	padding: 0 20px;
	z-index: 10;
}
.tmcategory-container .categoryblock:hover .categoryimage .cate-btn {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
}
.tmcategory-container .categoryblock:hover .categoryimage::before {
	opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	z-index: 9;
}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-btn .btn-primary {
	background: transparent !important;
	border: none;
	white-space: normal;
	font-size: 14px;
	line-height: 23px;
	font-weight: 600;
	padding: 6px 10px 5px;
	text-transform: uppercase;
}
.tmcategory-container .categoryblock .block_content .categoryimage .cate-icon::before {
	color: #FFF;
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: 500;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	vertical-align: top;
	top: 5px;
	position: relative;
}
.tmcategory-container .categoryblock .block_content .categorylist {
	position: relative;
	text-align: center;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	width: 100%;
	float: left;
}
.tmcategory-container .categoryblock .block_content .categorylist .cate-heading a {
	color: #000;
}
.tmcategory-container .categoryblock .block_content .categorylist .cate-heading {
	color: #000000;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin: 15px auto 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
	width: 100%;
}
.single_banner {
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/Parralx.jpg") no-repeat fixed center center;
	background-size: auto auto;
	background-size: 100% auto;
	float: none;
	height: 430px;
	margin: 0 auto;
	padding: 92px 0;
	position: relative;
	text-align: center;
	width: 100%;
	clear: both;
}
.single_banner .cms_caption_main {
	float: left;
	margin: 12px auto;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
.single_banner .left_cms {
	float: none;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.single_banner .cms_caption1 {
	color: #FFFFFF;
	background: #FF8E0A none repeat scroll 0 0;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 3.8px;
	line-height: 18px;
	padding: 3px 15px;
	text-transform: uppercase;
}
.single_banner .leftcms_border {
	border-top: 2px solid rgba(255, 255, 255, 0.5);
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	display: block;
	float: none;
	height: 120px;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 145px;
	width: 970px;
}
.single_banner .text1.static-text {
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 30px;
	margin: 72px 0 75px;
	text-transform: uppercase;
}
.single_banner .text2.static-text {
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 3.1px;
	line-height: 18px;
	margin-bottom: 32px;
	text-transform: uppercase;
}
.single_banner .center_cms {
	float: none;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 0;
	width: 100%;
}
.center_cms .fa.fa-star.star2 {
	font-size: 30px;
	margin: 0 10px;
}
.center_cms .fa.fa-star.star1, .center_cms .fa.fa-star.star3 {
	font-size: 18px;
}
.center_cms i {
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
}
.box.special {
	margin: 58px auto 50px;
	float: left;
	width: 100%;
}
.percentsaving {
	background: #FF8E0A none repeat scroll 0 0;
	color: #FFFFFF;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	line-height: 20px;
	margin: 2px 2px;
	padding: 0 7px;
	vertical-align: top;
}
.product-block-hover {
	top: 0;
	left: auto;
	right: 5%;
	margin: 0 auto;
	float: none;
	width: 40px;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	text-align: center;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	z-index: 5;
	display: inline-block;
}
.product-block.product-thumb:hover .product-block-hover {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	top: 5%;
}
.product-button-outer {
	position: relative;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	text-align: left;
	width: 100%;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	vertical-align: top;
	bottom: 0;
	margin: 0;
	position: absolute;
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	width: calc(100% - 20px);
	display: flex;
	padding-bottom: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-block.product-thumb:hover .product-button-outer {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.product-button-outer .btn-block.boc_order_category_btn {
	font-size: 12px;
	font-weight: 600;
	position: relative;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	z-index: 2;
	margin-top: 6px;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 15px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	letter-spacing: 0.5px;
	line-height: 20px;
	white-space: nowrap;
}
.product-thumb .product-block-hover .wishlist:hover, .product-thumb .product-block-hover .compare:hover, .quickview:hover {
	background-color: #000;
	border-color: #000;
}
.product-thumb .product-block-hover .wishlist, .product-thumb .product-block-hover .compare, .quickview {
	background-color: #FF8E0A;
	display: inline-block;
	font-size: 0;
	height: 32px;
	line-height: 29px;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 32px;
	border: 1px solid #FF8E0A;
	border-radius: 5px;
	margin: 0 0 5px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	text-align: center;
	box-sizing: border-box;
}
.product-thumb .product-block-hover .wishlist .fa-heart::before {
	content: "\f08a";
	color: #FFF;
	top: 8px;
	position: absolute;
	left: 8px;
}
.product-thumb .product-block-hover .compare .fa-exchange::before {
	content: "\f24d";
	color: #FFF;
	top: 8px;
	position: absolute;
	left: 8px;
}
.quickview-model #content.productpage-quickview {
	padding: 20px 5px !important;
	width: 100% !important;
}
.quickview a::before {
	content: "\f06e";
	font-family: "FontAwesome";
	font-size: 17px;
	color: #FFF;
}
.quickview {
	display: inline-block;
}
.quickview .container {
	width: 100%;
	background: #FFFFFF;
	padding: 0 10px;
}
.quickview .container .row {
	margin: 0;
}
.quickview .top_button {
	display: none;
}
.quickview #product2 {
	float: left;
	width: 100%;
}
.quickview #product2 h3 {
	width: 100%;
}
.productpage-quickview #product2 h3 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
	padding: 0;
	text-transform: none;
	color: #333333;
}
@media (max-width: 767px) {
	.quickbox {
		display: none;
	}
}
/* box products for Left Column and Right Column */
#column-left .box .box-heading, #column-right .box .box-heading {
	padding: 20px 16px 0;
	text-transform: uppercase;
	cursor: pointer;
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0;
	padding: 20px 16px 0;
	position: relative;
}
#column-left .box, #column-right .box {
	margin-bottom: 25px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
}
#column-left .box-product, #column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div, #column-right .box-product > div {
	display: block;
	vertical-align: top;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 100%;
}
#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div, #column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
	border: 0 none;
}
#column-left .box-product .image, #column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float: left;
	margin-right: 10px;
}
#column-left .product-items .product-details, #column-right .product-items .product-details {
	float: left;
	width: 60%;
	/* specify width as per your requirement */
}
#column-left .product-thumb .caption, #column-right .product-thumb .caption {
	padding: 0;
}
#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
	font-weight: normal;
	font-size: 13px;
	margin: 0 0 5px;
}
#column-left .box-product .name, #column-right .box-product .name {
	display: block;
}
#column-left .box-product .cart, #column-right .box-product .cart {
	display: block;
}
#column-left .box-product .cart .button, #column-right .box-product .cart .button {
	padding: 0;
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	height: auto;
	font-weight: normal;
	border-radius: 0;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #555;
	display: block;
	text-align: left;
}
#column-left .box-product .cart .button:hover, #column-right .box-product .cart .button:hover {
	text-decoration: underline;
}
#column-left .box-product .rating, #column-right .box-product .rating, #column-left .box-product .name, #column-right .box-product .name, #column-left .box-product .price, #column-right .box-product .price, #column-left .box-product .cart, #column-right .box-product .cart {
	margin-bottom: 2px;
}
#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
	margin-bottom: 0;
	background: #FFF;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	padding: 5px 16px 10px;
	position: relative;
}
#column-left .box .box-content .box-category li {
	border-bottom: none;
	position: relative;
}
#column-left .box .box-content .box-category li a:hover {
	background-position: 2px -28px;
	color: #FF8E0A;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
#column-left .box .box-content .box-category li a {
	background: url(theme/OPCADD042/image/megnor/menu_arrow.png) no-repeat scroll 2px 14px transparent;
	display: inline;
	padding-left: 0px;
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	padding: 7px 10px 7px 22px;
	color: #333333;
}
.treeview-list .expandable-hitarea, .treeview-list .collapsable-hitarea {
	background: none !important;
	position: absolute;
	right: 0;
}
.treeview-list .expandable .collapsable-hitarea::before, .treeview-list .expandable-hitarea::before, .responsive-menu .expandable-hitarea::before {
	color: #626262;
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 10px;
	right: 0;
	position: absolute;
	top: 7px;
}
.treeview-list .collapsable .expandable-hitarea::before, .treeview-list .collapsable-hitarea::before {
	color: #626262;
	content: "\f068";
	font-family: "FontAwesome";
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 7px;
}
#column-left .box-product .rating, #column-right .box-product .rating {
	display: block;
	margin-bottom: 0px;
}
#column-left .product-thumb, #column-right .product-thumb {
	border-color: #DDD;
	border-style: none none solid;
	border-width: medium medium 1px;
	margin-bottom: 5px;
	padding: 10px 0;
}
#column-left .sale, #column-left .price-tax, #column-left .wishlist, #column-left .compare, #column-right .sale, #column-right .price-tax, #column-right .wishlist, #column-right .compare {
	display: none !important;
}
#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button {
	background: none repeat scroll 0 0 transparent;
	padding: 0;
	width: auto;
	line-height: 28px;
}
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {
	background: none;
	border: none;
}
.top_button {
	background: url("theme/OPCADD042/image/megnor/top_arrow.png") no-repeat scroll 0 0 transparent;
	height: 40px;
	width: 40px;
	right: 8px;
	bottom: 5px;
	display: none;
	position: fixed;
	z-index: 95;
	font-size: 0;
}
#account-account #content ul li a:hover {
	color: #FF8E0A;
}
#content ul.list-unstyled {
	/*border: 1px solid #eeeeee;*/
	margin-bottom: 10px;
	overflow: auto;
	padding: 10px;
}
#content ul.list-unstyled li {
	line-height: 22px;
	padding: 4px 0;
}
.manufacturer-list {
	border: 1px solid #DBDEE1;
	margin-bottom: 20px;
	padding: 5px;
}
.manufacturer-heading {
	background: none repeat scroll 0 0 #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 5px 8px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	list-style: outside none none;
	margin: 0 0 10px;
	padding: 0;
	width: 25%;
}
.single-blog h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin: 0 0 15px;
	line-height: 20px;
	text-transform: uppercase;
	line-height: 24px;
}
.hometab #tab-latest, .hometab #tab-bestseller, .hometab #tab-special {
	padding: 0;
	clear: both;
}
.category_filter .sort{
	overflow: hidden;
}
.category_filter .sort .form-control {
	cursor: pointer;
}
.productpage .box {
	margin-top: 20px;
}
.col-sm-4.total_amount {
	margin-top: 70px;
}
.product-tag {
	margin: 5px 0;
}
#content .aboutus {
	clear: both;
}
.image1 {
	background: url("theme/OPCADD042/image/megnor/cms-sprite.png") no-repeat scroll 7px -165px;
	float: left;
	height: 50px;
	width: 60px;
}
.image2 {
	background: url("theme/OPCADD042/image/megnor/cms-sprite.png") no-repeat scroll 7px -116px;
	float: left;
	height: 50px;
	width: 60px;
}
.image3 {
	background: url("theme/OPCADD042/image/megnor/cms-sprite.png") no-repeat scroll 7px -52px;
	float: left;
	height: 50px;
	width: 60px;
}
.image4 {
	background: url("theme/OPCADD042/image/megnor/cms-sprite.png") no-repeat scroll 7px 6px;
	float: left;
	height: 50px;
	width: 60px;
}
#content .product-layout.product-grid {
	padding: 0;
	position: relative;
}
span.customSelect {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.category_filter .sort .form-control {
	cursor: pointer;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}
.compare-total a:hover {
	color: #FF8E0A;
}
.compare-total a {
	color: #000;
}
.btn-list-grid .btn-group {
	margin-top: 5px;
}
.aboutus h2 {
	clear: both;
	font-size: 20px;
}
.about-content {
	overflow: hidden;
}
.information-information .right {
	float: right;
}
.category_filter #grid-view:hover, .category_filter #grid-view.active {
	background: url("theme/OPCADD042/image/megnor/grid-list.png") no-repeat scroll 4px 4px transparent !important;
}
.category_filter #grid-view {
	background: url("theme/OPCADD042/image/megnor/grid-list.png") no-repeat scroll 4px -25px transparent !important;
	border: medium none !important;
	height: 27px;
	width: 27px;
	margin-right: 8px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}
.category_filter #list-view {
	background: url(theme/OPCADD042/image/megnor/grid-list.png) no-repeat scroll -24px -24px transparent !important;
	border: medium none !important;
	height: 27px;
	width: 30px;
	padding: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.category_filter #list-view:hover, .category_filter #list-view.active {
	background: url(theme/OPCADD042/image/megnor/grid-list.png) no-repeat scroll -24px 4px transparent !important;
	box-shadow: none;
}
.category_filter #grid-view, .category_filter #list-view {
	background: #EEE;
	border: 1px solid #DDD;
	color: #666;
}
.category_filter #grid-view:hover, .category_filter #list-view:hover, .category_filter #grid-view.active, .category_filter #list-view.active {
	background: #DDD;
}
.category_filter #grid-view:hover .fa, .category_filter #list-view:hover .fa {
	color: #333;
}
.category_filter .btn-list-grid {
	float: left;
	width: auto;
	padding: 0;
}
.compare-total {
	float: left;
	margin: 8px 10px 0;
}
.pagination-right {
	float: right;
	margin: 0;
	width: auto;
}
.category_filter .sort-by {
	float: left;
	margin: 8px 10px 0 0;
	width: auto;
	padding: 0;
}
.category_filter .show {
	float: left;
	margin: 8px 10px 0;
	padding: 0;
}
.category_filter .sort {
	float: left;
	width: 150px;
	padding: 0;
}
.category_filter .limit {
	float: right;
	width: 100px;
	padding: 0;
}
.sort-by-wrapper, .show-wrapper {
	float: left;
}
.category_filter .list.active, .category_filter .grid.active {
	background: #428BCA;
}
.category_thumb .category_img, .category_thumb .category_description {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.category_list ul {
	padding: 0;
	display: inline-block;
	margin: 0;
}
.refine-search ul {
	padding: 0;
}
.refine-search ul li {
	list-style: none;
}
.category_list li a {
	color: #211F20;
	display: block;
	padding: 5px 5px;
	border: 1px solid #DDD;
	background: #F7F7F7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.category_list li a:hover {
	color: #FF8E0A;
}
.category_list li {
	float: left;
	list-style: outside none none;
	margin: 0 10px 5px 0;
	text-align: center;
}
.category_filter, .pagination-wrapper {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.pagination-wrapper .page-link {
	float: right;
	padding: 0;
	width: auto;
}
.pagination-wrapper .page-result {
	float: left;
	padding: 0;
	width: auto;
	margin: 8px 0 0;
}
.contact-info .left {
	float: left;
	width: 50%;
}
.contact-info .right {
	float: right;
	width: 50%;
}
.row.contact-info {
	padding: 0 15px;
}
.information-contact .panel-body {
	padding: 30px;
	overflow: auto;
}
.contact-info {
	color: #666;
}
.contact-info .address-detail strong {
	background: url("theme/OPCADD042/image/megnor/cms-sprite.png") no-repeat scroll -6px -235px transparent;
	padding: 5px 0 0 35px;
	height: 28px;
	margin: 10px 0;
	float: left;
	clear: both;
}
.contact-info .address-detail, .contact-info .telephone, .contact-info .fax {
	float: left;
	width: 100%;
}
.contact-info .telephone strong {
	background: url("theme/OPCADD042/image/megnor/cms-sprite.png") no-repeat scroll -5px -314px transparent;
	padding: 5px 0 0 35px;
	margin: 10px 0;
	height: 28px;
	float: left;
	clear: both;
}
.contact-info .fax strong {
	background: url("theme/OPCADD042/image/megnor/cms-sprite.png") no-repeat scroll -5px -272px transparent;
	padding: 5px 0 0 35px;
	height: 28px;
	margin: 10px 0;
	float: left;
	clear: both;
}
.contact-info address {
	display: inline-block;
	margin: 0 0 0 36px;
	float: left;
	clear: both;
}
#spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url("theme/OPCADD042/image/megnor/ajax-loader.gif") 50% 50% no-repeat #FFF;
}
.swiper-button-prev::before {
	content: '\f0d9' !important;
	font-size: 20px !important;
	line-height: 34px;
	text-align: center;
	position: absolute;
	border: 1px solid #FFF;
	color: #FFF !important;
	height: 34px !important;
	width: 34px !important;
}
.swiper-button-next::before {
	content: '\f0da' !important;
	font-size: 20px !important;
	line-height: 34px;
	text-align: center;
	position: absolute;
	border: 1px solid #FFF;
	color: #FFF !important;
	height: 34px !important;
	width: 34px !important;
	right: 2px;
}
.main-slider .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
	height: 13px;
	text-indent: -9999px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	width: 13px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.main-slider .swiper-pagination-bullet-active, .main-slider .swiper-pagination-bullet:hover {
	background: #FF8E0A;
	border-color: #FF8E0A;
}
.swiper-viewport:hover .swiper-button-prev, .swiper-viewport:hover .swiper-button-next {
	opacity: 1 !important;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.swiper-button-prev:hover::before, .swiper-button-next:hover::before {
	background: #FF8E0A;
	border-color: #FF8E0A;
	color: #FFF !important;
}
.main-slider {
	position: relative;
	margin-top: 30px;
}
.main-slider .swiper-viewport {
	margin-bottom: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}
.productpage .product-right .list-unstyled {
	padding: 0 !important;
	border: none !important;
}
.productpage .product-right ul li .desc {
	font-weight: bold;
	margin-right: 15px;
}
.form-control {
	box-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0 !important;
}
.productpage .product-right ul li a {
	color: #000;
}
.main-slider .swiper-pagination {
	bottom: 10px;
}
.information-sitemap .sitge-map ul {
	padding: 0 0 0 20px;
}
.forget-password {
	margin: 5px 0 0;
}
.product-compare .btn-primary {
	margin: 5px 0 5px;
}
.productpage .write-review, .productpage .review-count {
	margin: 5px 10px;
	color: #000;
}
.productpage .rating-wrapper {
	margin: 15px 0;
}
.checkout-cart .hasCustomSelect {
	width: 95% !important;
}
#servicecmsinfo_block1 {
	padding: 0;
}
#servicecmsblock {
	float: left;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	padding: 20px 0;
	margin-top: 30px;
}
#servicecmsblock .fifth-content-five {
	border-right: none !important;
}
#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
	cursor: pointer;
	float: left;
	padding: 0 27px;
	position: relative;
	width: 20%;
	border-right: 1px solid #E6E6E6;
}
#servicecmsblock .icon-left1, .icon-left2, .icon-left3, .icon-left4, .icon-left5 {
	float: left;
	margin-bottom: 20px;
	margin-top: -10px;
	display: inline-block;
	height: 49px;
	line-height: 30px;
	margin: 0;
	position: relative;
	text-align: center;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	width: 66px;
	position: relative;
}
#servicecmsblock .first-content-one .icon-left1 {
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/services-icon.png") no-repeat scroll center 9px;
}
#servicecmsblock .second-content-two .icon-left2 {
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/services-icon.png") no-repeat scroll center -197px;
}
#servicecmsblock .third-content-three .icon-left3 {
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/services-icon.png") no-repeat scroll center -400px;
}
#servicecmsblock .fourth-content-four .icon-left4 {
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/services-icon.png") no-repeat scroll center -605px;
}
#servicecmsblock .fifth-content-five .icon-left5 {
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/services-icon.png") no-repeat scroll center -809px;
}
#servicecmsblock .service-right .title {
	color: #000;
	font-family: "Montserrat";
	font-size: 12px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	font-weight: 600;
}
#servicecmsblock .first-content-one:hover .icon-left1 {
	background-position: center -93px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#servicecmsblock .second-content-two:hover .icon-left2 {
	background-position: center -299px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#servicecmsblock .third-content-three:hover .icon-left3 {
	background-position: center -502px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#servicecmsblock .fourth-content-four:hover .icon-left4 {
	background-position: center -707px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#servicecmsblock .fifth-content-five:hover .icon-left5 {
	background-position: center -911px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#servicecmsblock .service-right:hover .title {
	color: #FF8E0A;
}
#servicecmsblock .service-right .sub-title {
	color: #7D7D7D;
	font-size: 12px;
	letter-spacing: 0.8px;
	font-weight: 400;
}
#tmcmsabout_block {
	clear: both;
	padding: 60px 0 0;
	float: left;
	width: 100%;
}
.tmcmsabout_block {
	position: relative;
	margin: 0 auto;
}
.tmcmsabout_block .cms-left, .tmcmsabout_block .cms-middle, .tmcmsabout_block .cms-right {
	float: left;
	position: relative;
	width: 32%;
}
#tmcmsabout_block .cms-banner-item {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
#tmcmsabout_block .cms-banner-inner {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#tmcmsabout_block .cms-banner-img img {
	max-width: 100%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
#tmcmsabout_block .cms-banner-inner:hover .static-inner {
	transform: translateX(15%);
	-webkit-transform: translateX(15%);
	-ms-transform: translateX(15%);
	-o-transform: translateX(15%);
	-moz-transform: translateX(15%);
}
#tmcmsabout_block .cms-banner-inner:hover .cms-banner-img img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
}
#tmcmsabout_block .about-cms-3 .cms-banner-inner:hover {
	background: #111;
}
#tmcmsabout_block .about-cms-3 .cms-banner-inner.static-inner, #tmcmsabout_block .about-cms-3 .cms-banner-inner:hover .static-inner {
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
#tmcmsabout_block .static-inner .link-text:hover, #tmcmsabout_block .about-cms-4 .static-inner .link-text:hover {
	color: #FF8E0A;
	border-bottom: 2px solid #FF8E0A;
}
#tmcmsabout_block .about-cms-4 .cms-banner-inner:hover .static-inner {
	transform: translateX(-15%);
	-webkit-transform: translateX(-15%);
	-ms-transform: translateX(-15%);
	-o-transform: translateX(-15%);
	-moz-transform: translateX(-15%);
}
#tmcmsabout_block .about-cms-1 .static-inner, #tmcmsabout_block .about-cms-2 .static-inner {
	left: 20px;
	right: auto;
	text-align: left;
	top: 25%;
	width: 50%;
}
#tmcmsabout_block .static-inner {
	box-sizing: border-box;
	display: block;
	left: 0;
	letter-spacing: 0;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 30px;
	z-index: 7;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
#tmcmsabout_block .static-inner .text1 {
	display: inline-block;
	color: #FFF;
	display: block;
	font-size: 36px;
	font-weight: 600;
	line-height: 38px;
	text-transform: uppercase;
}
#tmcmsabout_block .static-inner .text2 {
	display: block;
	color: #FFF;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 38px;
	text-transform: uppercase;
}
#tmcmsabout_block .static-inner .link-text {
	border-bottom: 2px solid rgba(255, 255, 255, 0.7);
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 20px;
	margin-top: 74px;
	text-align: center;
	text-transform: capitalize;
}
.tmcmsabout_block .cms-middle {
	margin: 0 2%;
}
.tmcmsabout_block .cms-middle .about-cms-2 {
	margin-bottom: 30px;
	margin-top: -36px;
}
#tmcmsabout_block .about-cms-2 .static-inner {
	top: 35%;
}
#tmcmsabout_block .about-cms-2 .static-inner .text1 {
	font-size: 26px;
	margin-bottom: 5px;
}
#tmcmsabout_block .about-cms-2 .static-inner .text2 {
	font-size: 12px;
	line-height: 26px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.8px;
}
#tmcmsabout_block .about-cms-3 .cms-banner-inner {
	background: #FF8E0A;
	width: 100%;
	height: 179px;
	padding: 10px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#tmcmsabout_block .about-cms-3 .static-inner_main::after {
	border-right: 3px dotted #FFFFFF;
	bottom: 0;
	content: "";
	height: 200%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}
#tmcmsabout_block .about-cms-3 .static-inner_main::before {
	border-left: 3px dotted #FFFFFF;
	bottom: 0;
	content: "";
	height: 200%;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}
#tmcmsabout_block .about-cms-3 .static-inner::before, #tmcmsabout_block .about-cms-3 .static-inner::after {
	border-bottom: 3px dotted #FFFFFF;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 200%;
}
.tmcmsabout_block.container {
	padding: 0;
}
#tmcmsabout_block .about-cms-3 .static-inner::before {
	top: 0;
}
#tmcmsabout_block .about-cms-3 .static-inner {
	border-color: #FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 7;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform: none;
}
#tmcmsabout_block .about-cms-4 .static-inner {
	left: auto;
	right: 0;
	text-align: left;
	top: 25%;
	width: 39.5%;
}
#tmcmsabout_block .about-cms-4 .static-inner .text1, #tmcmsabout_block .about-cms-4 .static-inner .text2, #tmcmsabout_block .about-cms-4 .static-inner .link-text {
	color: #000;
}
#tmcmsabout_block .about-cms-4 .static-inner .link-text {
	border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
#tmcmsabout_block .about-cms-3 .static-inner1 {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 28%;
}
#tmcmsabout_block .about-cms-3 .static-inner .text1 {
	font-size: 26px;
	margin-bottom: 5px;
	letter-spacing: 0.6px;
}
#tmcmsabout_block .about-cms-3 .static-inner .text2 {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0px;
}
.tmcmsabout_block .cms-left .half-content, .tmcmsabout_block .cms-middle .half-content, .tmcmsabout_block .cms-right .half-content {
	float: left;
	position: relative;
	width: 100%;
}
#tmcmsabout_block .about-cms-3 .static-inner_main {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#tmcmsabout_block .about-cms-3 .static-inner::after {
	bottom: 0;
}
#tmcmsabout_block .about-cms-3 .static-inner::before, #tmcmsabout_block .about-cms-3 .static-inner::after {
	border-bottom: 3px dotted #FFFFFF;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 200%;
}
#tmcmsabout_block .about-cms-3 .static-inner::before {
	top: 0;
}
#carousel-0 .product-carousel .product-block:hover img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}
#carousel-0 .product-carousel .product-block img {
	max-width: 100%;
	position: relative;
	transition: all 600ms ease 0s;
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
}
.banners-slider-carousel .product-carousel {
	margin: 0 40px !important;
}
.banners-slider-carousel .customNavigation a {
	top: 45px !important;
}
.customNavigation a.prev {
	right: auto;
	left: 15px;
}
.customNavigation a {
	top: -80px !important;
	display: block;
	color: #585858 !important;
	height: 34px !important;
	position: absolute;
	text-align: center;
	width: 34px !important;
	line-height: 33px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border: 1px solid #E9E9E9;
	background: #FFF;
	padding: 0 !important;
	border-radius: 5px;
}
.page-title {
	padding: 0 0 10px;
	border-bottom: 1px solid #EEEEEE;
}
.page-title, .refine-search, .product-title, .product-option {
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
}
.category_list {
	margin-top: 10px;
}
.copy-right {
	padding: 14px 0;
	text-align: center;
	background: #111111;
	margin-top: 57px;
}
.payment h4 {
	color: #000;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
}
#bottom-footer .list-unstyled {
	margin: 4px auto;
}
#bottom-footer {
	text-align: left;
	display: inline-block;
	float: left;
	position: relative;
	width: auto;
}
.copy-right .container {
	padding: 0;
}
#bottom-footer li {
	display: inline;
	padding: 0 13px 0 3px;
	background: url(theme/OPCADD042/image/megnor/pipe.gif) no-repeat scroll right center transparent;
}
#bottom-footer li.contact {
	background: none;
}
#bottom-footer a:hover {
	color: #FF8E0A;
}
#bottom-footer a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
	letter-spacing: 0.9px;
}
#powered {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin: 5px auto;
	position: relative;
	text-align: right;
	float: right;
	width: auto;
	z-index: 1;
	color: #FFF;
	font-weight: 600;
}
.account-address .table > tbody > tr > td {
	vertical-align: middle;
}
.account-address .btn-info {
	margin: 2px 0;
}
.affiliate-account .btn-primary .list-group-item, .affiliate-account .btn-primary .list-group-item:hover {
	padding: 0;
	background: none;
	color: #FFF;
}
#content .affiliate-logout {
	border: 1px solid #EEEEEE;
	padding: 10px;
}
.shopping-cart .img-thumbnail {
	max-width: none;
}
#accordion label.col-sm-2.control-label {
	margin: 7px 0 0;
	padding: 0 15px 0 0;
}
#accordion #collapse-shipping label.col-sm-2.control-label {
	padding: 0 15px;
}
.checkout-checkout #accordion label.col-sm-2.control-label {
	padding-left: 15px;
}
.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group {
	margin-left: 5px;
	font-size: 14px;
}
.col-sm-3.search_subcategory {
	width: auto;
	margin-top: 7px;
}
#button-search {
	float: right;
	margin-bottom: 10px;
}
.product-search h2 {
	clear: both;
}
#product-manufacturer #content p a:hover, .manufacturer-content a:hover {
	color: #FF8E0A;
}
#product-manufacturer #content p a, .manufacturer-content a {
	color: #515151;
}
#input-captcha, #input-payment-captcha {
	margin-bottom: 10px;
}
.list-unstyled .picker-switch .btn:hover .glyphicon {
	color: #FFF !important;
}
.list-unstyled .picker-switch .btn:hover {
	background: #FF8E0A !important;
}
.glyphicon {
	color: #000 !important;
}
.bootstrap-datetimepicker-widget td span {
	color: #000;
}
.bootstrap-datetimepicker-widget td.day {
	position: relative;
}
.bootstrap-datetimepicker-widget td span.active {
	background-color: #FF8E0A !important;
}
.bootstrap-datetimepicker-widget td.day.active:before {
	border-bottom: 7px solid #FFF !important;
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background-color: #FF8E0A !important;
	color: #FFF !important;
}
.shopping-cart .input-group .form-control {
	width: auto;
}
.shopping-cart .input-group-btn {
	float: left;
}
/*Product zoom CSSS*/
.zoomContainer {
	margin-bottom: 5px;
}
.zoomContainer .zoomLens {
}
.zoomContainer .zoomWindow {
	box-shadow:medium none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	/*-webkit-box-shadow: 3px 4px 4px -1px #c0c0c0;
	-moz-box-shadow: 3px 4px 4px -1px #c0c0c0;
	box-shadow: 3px 4px 4px -1px #c0c0c0;*/
}
/*  css for animation add to cart */
.alert.alert-success.animated {
	width: 100%;
	height: 90px;
	text-align: center;
	vertical-align: middle;
	padding: 30px 20px;
	opacity: 0.95 !important;
	-webkit-opacity: 0.95 !important;
	-moz-opacity: 0.95 !important;
	-khtml-opacity: 0.95 !important;
	background-color: #303030 !important;
	border-color: #303030 !important;
	color: #FFF !important;
	z-index: 999999 !important;
}
.alert.alert-success.animated span {
	font-size: 16px !important;
}
.alert.alert-success.animated span a {
	color: #FFF;
	text-decoration: underline;
}
.alert.alert-success.animated span .fa.fa-check-circle {
	color: #9BCF85;
}
.alert.alert-success.animated button.close {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	color: #FFF;
}
@media (max-width: 1600px) and (min-width: 1200px) {
	.product-info .image-additional {
		width: 310px;
	}
	.container {
		width: 1250px !important;
	}
	.header-category-cms {
		width: 207px;
	}
	.header-category-cms .box.category .box-heading {
		width: 100%;
	}
	.box.category .box-content-category ul li a, .box.category .box-content-category .hiden_menu .main, #column-left .box .box-content .box-category li a {
		line-height: 20px;
	}
	#nav-one > li > .dropdown-menu {
		left: 205px;
	}
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
		padding: 0 10px;
	}
	.tmcmsabout_block .cms-middle .about-cms-2 {
		margin-top: -29px;
		margin-bottom: 23px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner {
		left: 10px;
		top: 25%;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text1 {
		font-size: 22px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text2 {
		letter-spacing: 0.5px;
	}
	#tmcmsabout_block .about-cms-3 .cms-banner-inner {
		height: 140px;
	}
	#tmcmsabout_block .about-cms-3 .static-inner1 {
		top: 20%;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text2 {
		font-size: 13px;
	}
	#tmcmsabout_block .static-inner .link-text {
		font-size: 14px;
	}
	#tmcmsabout_block .about-cms-4 .static-inner {
		width: 43%;
	}
	#tmcmsabout_block .about-cms-1 .static-inner, #tmcmsabout_block .about-cms-4 .static-inner {
		top: 17%;
	}
	#tmcmsbannerblock .container {
		padding: 0 30px;
	}
	#tmcmsbannerblock .cms_right .cms_title, #tmcmsbannerblock .cms_left .cms_title {
		font-size: 20px;
	}
	#tmcmsbannerblock .cms_left .cms_detail {
		font-size: 12px;
		margin: 0 10px;
	}
	.product_banner_inner {
		width: 50%;
	}
	.product_banner .product_banner_inner img {
		width: 100%;
	}
	#txtemail {
		width: 500px;
	}
	#tmcmsabout_block .about-cms-1 .static-inner, #tmcmsabout_block .about-cms-4 .static-inner {
		top: 17%;
	}
	#tmcmsabout_block .about-cms-4 .static-inner {
		width: 46%;
	}
	#column-left .product-items .product-details, #column-right .product-items .product-details {
		width: 45%;
	}
	#content .col-lg-2 {
		width: 25%;
	}
	.layout-2.left-col #column-left {
		width: 22.1%;
	}
	.treeview-list .expandable-hitarea {
		width: 10px !important;
	}
	.layout-2 #content {
		width: 77.9%;
	}
	header.fixed .header-right {
		width: 65%;
	}
	header.fixed .static_links li a {
		padding: 9px 15px 12px;
	}
}
@media (max-width: 1200px) {
	.container {
		width: 1150px !important;
	}
	.product-info .image-additional {
		width: 100%;
	}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
		margin-left: 0;
	}
	#column-left .fa-shopping-cart:before, #column-right .fa-shopping-cart:before {
		display: none;
	}
	#column-left .hidden-xs, #column-left .hidden-sm, #column-left .hidden-md {
		display: block !important;
		text-transform: capitalize;
		font-weight: normal;
		margin-top: -25px;
	}
	.col-sm-4.total_amount {
		margin-top: 88px;
	}
	.header-right {
		width: 79.5%;
	}
	#servicecmsblock .service-right .title {
		font-size: 10px;
		letter-spacing: 0.3px;
	}
	#servicecmsblock .service-right .sub-title {
		font-size: 11px;
	}
	.tmcmsabout_block .cms-middle .about-cms-2 {
		margin-bottom: 23px;
		margin-top: -26px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner {
		left: 5px;
		top: 26%;
		width: 55%;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text1 {
		font-size: 20px;
		line-height: 25px;
	}
	#tmcmsabout_block .about-cms-3 .cms-banner-inner {
		height: 127px;
	}
	#tmcmsabout_block .about-cms-3 .static-inner1 {
		top: 22%;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text1 {
		font-size: 20px;
		line-height: 30px;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text2 {
		font-size: 12px;
	}
	#tmcmsabout_block .static-inner .text2, #tmcmsabout_block .static-inner .text1 {
		font-size: 28px;
	}
	#tmcmsabout_block .static-inner .link-text {
		letter-spacing: 0.2px;
		margin-top: 64px;
		font-size: 14px;
	}
	#tmcmsabout_block .static-inner .text2, #tmcmsabout_block .static-inner .text1 {
		font-size: 28px;
	}
	.tablatest_default_width {
		width: 200px;
	}
	.special_default_width {
		width: 200px;
	}
	.tabbestseller_default_width {
		width: 200px;
	}
	.tabspecial_default_width {
		width: 200px;
	}
	#tmcmsbannerblock .container {
		padding: 0 15px;
	}
	#tmcmsbannerblock .cms_left .cms_title {
		margin: 0 10px;
	}
	.product_banner .product_img1 .static-inner, .product_banner .product_img2 .static-inner {
		top: 10px;
	}
	#txtemail {
		width: 400px;
	}
	.social-icons, .content_footer_right .payment {
		margin: 30px 0 15px;
	}
	.copy-right {
		margin-top: 30px;
	}
	.product-thumb .price-old {
		margin-left: 5px;
		font-size: 12px;
	}
	.percentsaving {
		margin: 2px 0;
	}
}
@media (max-width: 1199px) and (min-width: 980px) {
	header.fixed .header-right {
		width: 55%;
	}
	header.fixed .static_links li:last-child {
		display: none;
	}
	#column-left .box .box-content .box-category li a {
		line-height: 20px;
	}
	.treeview-list .expandable .collapsable-hitarea, .treeview-list .collapsable .expandable-hitarea {
		width: 10px !important;
	}
	.layout-2.left-col #column-left {
		width: 24.2%;
	}
	.layout-2 #content {
		width: 75.7%;
	}
	#column-left .product-items .product-details, #column-right .product-items .product-details {
		width: 45%;
	}
	#content .col-lg-2 {
		width: 33.33%;
	}
	#nav-one > li > .dropdown-menu {
		left: 205px;
	}
	.container {
		width: 950px !important;
	}
	.header-category-cms {
		width: 207px;
	}
	.header-category-cms .box.category .box-heading {
		width: 100%;
	}
	.box.category .box-content-category ul li a, .box.category .box-content-category .hiden_menu .main {
		line-height: 20px;
	}
	.header-right {
		width: 75.5%;
	}
	.static_links li a {
		padding: 9px 15px 12px;
	}
	#servicecmsblock .icon-left1, .icon-left2, .icon-left3, .icon-left4, .icon-left5 {
		float: none;
		width: 100%;
	}
	.service-right {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
	}
	#tmcmsabout_block .static-inner .link-text {
		margin-top: 30px;
		font-size: 12px;
	}
	.tmcmsabout_block .cms-middle .about-cms-2 {
		margin-bottom: 15px;
		margin-top: -22px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner {
		top: 22%;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text1 {
		font-size: 18px;
		margin-bottom: 0;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text2 {
		font-size: 11px;
		letter-spacing: 0;
	}
	#tmcmsabout_block .about-cms-3 .cms-banner-inner {
		height: 110px;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text1 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 0;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text2 {
		font-size: 11px;
	}
	#tmcmsabout_block .about-cms-4 .static-inner {
		width: 48%;
	}
	#tmcmsbannerblock .cms_right .cms_title, #tmcmsbannerblock .cms_left .cms_title {
		font-size: 20px;
	}
	#tmcmsbannerblock .cms_left .cms_detail {
		font-size: 12px;
		margin: 0 10px;
	}
	#tmcmsbannerblock .cms_right .Icon_image {
		left: 18px;
		top: 20px;
	}
	#tmcmsbannerblock .cms_right .cms_title, #tmcmsbannerblock .cms_right .link-text {
		float: right;
	}
	#tmcmsbannerblock .cms_right .cms_title {
		margin: 22px 0 9px;
	}
	#tmcmsbannerblock .cms_right .link-text {
		clear: both;
		margin: 0 0 20px;
	}
	.single_banner .text1.static-text {
		font-size: 40px;
	}
	.product_banner_inner {
		width: 50%;
	}
	.product_banner .product_banner_inner img {
		width: 100%;
	}
	.product_banner .product_img2 {
		margin-left: 10px;
	}
	.product_banner .product_img1 {
		margin-right: 10px;
	}
	.product_banner .product_img1 .static-inner, .product_banner .product_img2 .static-inner {
		top: 0;
	}
	.product_banner .product_img1 .static-inner .text1.static-text, .product_banner .product_img2 .static-inner .text1.static-text {
		font-size: 22px;
	}
	.product_banner .product_img1 .static-inner .text2.static-text, .product_banner .product_img2 .static-inner .text2.static-text {
		margin: 5px auto 30px;
		font-size: 15px;
	}
	.newsletter .title-text {
		margin: 40px 0 40px 25px;
		padding-left: 25px;
	}
	#txtemail {
		width: 300px;
	}
	.single_banner .leftcms_border {
		width: 700px;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {
	.product-info .image img {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.swiper-viewport .swiper-button-prev {
		left: 0 !important;
	}
	.swiper-viewport .swiper-button-next {
		right: 0 !important;
	}
	#column-left .product-items .product-details, #column-right .product-items .product-details {
		float: left;
		margin: 10px 0 0;
		width: 100%;
	}
	#logo {
		margin: 25px 28px 25px 0;
	}
	.header-search {
		margin: 0;
	}
	.header-category-cms {
		width: 207px;
	}
	.header-category-cms .box.category .box-heading {
		width: 100%;
	}
	.box.category .box-content-category ul li a, .box.category .box-content-category .hiden_menu .main {
		line-height: 20px;
	}
	.header-right {
		margin-left: 15px;
	}
	.static_links li a {
		padding: 9px 12px 12px;
	}
	.static_links li {
		display: none;
	}
	.static_links li:last-child {
		display: block;
	}
	.single_banner .leftcms_border {
		width: 600px;
	}
	.single_banner .text1.static-text {
		font-size: 35px;
	}
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
		padding: 0 10px;
		width: 33.33%;
	}
	#servicecmsblock .icon-left1, .icon-left2, .icon-left3, .icon-left4, .icon-left5 {
		float: none;
		width: 100%;
	}
	.service-right {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
	}
	#tmcmsabout_block {
		padding: 50px 0 0;
	}
	#tmcmsabout_block .about-cms-1 .static-inner {
		left: 0;
		width: 53%;
	}
	#tmcmsabout_block .static-inner .text2, #tmcmsabout_block .static-inner .text1 {
		line-height: 25px;
		font-size: 20px;
	}
	#tmcmsabout_block .static-inner .link-text {
		margin-top: 15px;
		font-size: 12px;
	}
	.tmcmsabout_block .cms-middle .about-cms-2 {
		margin-bottom: 15px;
		margin-top: -17px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner {
		left: 0;
		top: 26%;
		width: 75%;
		top: 14%;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text1 {
		font-size: 18px;
		margin-bottom: 0;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text2 {
		line-height: 20px;
		font-size: 11px;
		letter-spacing: 0;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text1 {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 0;
	}
	#tmcmsabout_block .about-cms-3 .static-inner .text2 {
		font-size: 10px;
		line-height: 15px;
	}
	#tmcmsabout_block .about-cms-4 .static-inner {
		top: 12%;
	}
	#tmcmsbannerblock .cms_right .Icon_image {
		left: -21px;
		top: 35px;
	}
	#tmcmsbannerblock .cms_right .cms_title, #tmcmsbannerblock .cms_left .cms_title {
		font-size: 20px;
	}
	#tmcmsbannerblock .cms_left .cms_detail {
		font-size: 12px;
		margin: 0;
	}
	#tmcmsbannerblock {
		margin: 13px auto 40px;
	}
	#tmcmsbannerblock .cms_right .cms_title {
		margin: 22px 0 9px;
	}
	#tmcmsbannerblock .cms_right .link-text {
		margin-top: 0;
	}
	.back_cms {
		margin-right: -70px;
		width: 47%;
	}
	.tmcategorylist #tmcategorylist.grid li {
		width: 33.33%;
	}
	.product_banner_inner {
		width: 50%;
	}
	.product_banner .product_banner_inner img {
		width: 100%;
	}
	.product_banner .product_img2 {
		margin-left: 5px;
	}
	.product_banner .product_img1 {
		margin-right: 5px;
	}
	.product_banner .product_img1 .static-inner .text1.static-text, .product_banner .product_img2 .static-inner .text1.static-text {
		font-size: 22px;
	}
	.product_banner .product_img1 .static-inner .text2.static-text, .product_banner .product_img2 .static-inner .text2.static-text {
		font-size: 13px;
		margin: 5px auto 15px;
	}
	.newsletter .title-text {
		display: none;
	}
	.content_footer_left {
		width: 20%;
		padding: 19px 30px 0 0;
	}
	#footer .col-sm-3.column {
		padding-left: 20px;
		width: 20%;
	}
	#footer .content_footer_right {
		width: 20%;
		padding-left: 20px;
	}
	#bottom-footer, #powered {
		float: none;
		text-align: center;
	}
}
@media (max-width: 979px) {
	.container {
		width: 720px !important;
	}
	#tmcmsabout_block .about-cms-3 .cms-banner-inner {
		height: 80px;
		padding: 5px;
	}
	#tmcmsabout_block .about-cms-3 .static-inner1 {
		top: 8%;
	}
	#column-left .product-items .product-details, #column-right .product-items .product-details {
		width: auto;
	}
	#column-left .box-heading.toggle, #column-right .box-heading.toggle {
		background: none;
		padding: 10px 16px;
	}
	.layout-2 #content {
		width: 100%;
		padding: 0;
	}
	#content .col-lg-2 {
		width: 33.33%;
	}
	#cart > .btn {
		padding: 12px 15px;
	}
	#cart-total {
		display: none;
	}
	#menu.responsive-menu .toggle .mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle > a.mobile_togglemenu::before {
		color: #000;
		content: "\f067";
		font-family: "FontAwesome";
		font-size: 12px;
		left: auto;
		position: absolute;
		right: 4px;
		top: 0;
	}
	#menu.responsive-menu .toggle.active .mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active > a.mobile_togglemenu::before {
		color: #000;
		content: "\f068";
		font-family: "FontAwesome";
		font-size: 12px;
		left: auto;
		line-height: 33px;
		position: absolute;
		right: 4px;
		top: -4px;
	}
	#menu.responsive-menu .dropdown .dropdown-menu {
		background: #FFF;
		border: medium none !important;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		padding: 0;
		position: relative;
		width: 100%;
	}
	#menu ul.nav li .megamenu ul.childs_1 {
		padding: 0 15px !important;
		border-right: none;
		width: 100%;
		float: left;
	}
	#menu.responsive-menu .toggle .mobile_togglemenu, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu {
		background: none !important;
		width: auto !important;
	}
	#footer .column .toggle a.mobile_togglemenu::before {
		color: #000;
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 20px;
		font-weight: bold;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 7px;
		text-align: center;
		top: 0;
		width: 20px;
	}
	#footer .column .toggle.active a.mobile_togglemenu::before {
		color: #000;
		content: "\f106";
		font-family: "FontAwesome";
		font-size: 20px;
		font-weight: bold;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 7px;
		text-align: center;
		top: 0;
		width: 20px;
	}
	#footer .column .toggle .mobile_togglemenu {
		background: none !important;
	}
	footer h5 {
		background: none !important;
		margin: 0;
		padding: 10px 0 !important;
	}
	#footer .col-sm-3.column, #footer .content_footer_right {
		padding-left: 0;
		width: 100%;
		border: none;
		min-height: auto;
		margin: 0 auto;
	}
	.content_footer_left {
		width: 100%;
		padding: 0;
		border: none;
	}
	.header-right {
		width: 100%;
		margin-left: 0;
	}
	.header-right .container {
		width: 100% !important;
		padding: 0;
	}
	.responsive-menu, .main-menu {
		display: block;
	}
	.header-right .static_links, .header-category-cms {
		display: none;
	}
	/* css for responsive menu */
	#menu.responsive-menu ul li a {
		color: #000000;
		float: left;
		width: 100%;
		padding: 10px 8px;
	}
	#menu.responsive-menu ul li a:hover {
		color: #FF8E0A !important;
		background-color: transparent !important;
		border: none !important;
	}
	.responsive-menu .top_level {
		padding: 0;
		width: 100%;
	}
	.nav.navbar-nav {
		display: none;
	}
	.responsive-menu .nav.navbar-nav {
		background: #FFFFFF none repeat scroll 0 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		border: 1px solid #E5E5E5;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		left: 0;
		right: 0;
		margin: 8px auto 0;
		padding: 10px;
	}
	.responsive-menu li.toggle {
		background: #FFFFFF none repeat scroll 0 0;
		box-shadow: none;
		padding: 0;
		float: left;
		width: 100%;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {
		float: left;
	}
	#menu.responsive-menu .dropdown:hover .dropdown-menu {
		display: none;
	}
	#menu.responsive-menu .dropdown .dropdown-menu {
		background: #FFF;
		border: medium none;
		box-shadow: none;
		padding: 0;
		position: relative;
		width: 100%;
	}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {
		padding: 0 15px 20px;
		float: left;
		width: 100%;
	}
	.responsive-menu ul li .mobile_togglemenu:hover {
		background-color: rgba(0, 0, 0, 0);
	}
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
		display: none;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled > li.dropdown .dropdown-menu {
		width: 100%;
		float: left;
		border: medium none;
		left: 0;
		position: relative;
		top: 0;
	}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
		color: #000000;
	}
	/* end css for responsive menu */
	#column-left .box-product .image, #column-right .box-product .image {
		margin-right: 7px;
	}
	.col-md-4.btn-list-grid {
		margin-bottom: 10px;
	}
	.pagination-right {
		clear: both;
		float: left;
		margin: 5px 0;
	}
	.product-compare .table-bordered {
		width: 100%;
		float: left;
		overflow: auto;
		display: inline;
	}
	#accordion .form-horizontal .control-label {
		width: 100%;
	}
	.shopping-cart .input-group .form-control {
		width: 100%;
	}
	.shopping-cart .input-group-btn {
		clear: both;
		margin-top: 5px;
	}
	.checkout-cart .shopping-cart .input-group-btn:last-child > .btn, .checkout-cart .shopping-cart .input-group-btn:last-child > .btn-group {
		margin-right: 5px;
		margin-left: 0;
	}
	.product-info .image img {
		width: 100%;
	}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right, .layout-3 #column-left, .layout-3 #column-right, #column-left, #column-right {
		clear: both;
		display: block !important;
		margin-top: 20px;
		padding: 0;
		width: 100%;
	}
	#column-left .box .toggle.active a.mobile_togglemenu::before, #column-right .box .toggle.active a.mobile_togglemenu::before {
		color: #000;
		content: "\f106";
		font-family: "FontAwesome";
		font-size: 20px;
		font-weight: bold;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 7px;
		text-align: center;
		top: 0;
		width: 20px;
	}
	#column-left .box .toggle a.mobile_togglemenu::before, #column-right .box .toggle a.mobile_togglemenu::before {
		color: #000;
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 20px;
		font-weight: bold;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 7px;
		text-align: center;
		top: 0;
		width: 20px;
	}
	#column-left .box .toggle .mobile_togglemenu, #column-right .box .toggle .mobile_togglemenu {
		background: none !important;
		right: 0;
		top: 10px;
		width: 100%;
	}
	#column-left .box .toggle.active .mobile_togglemenu, #column-right .box .toggle.active .mobile_togglemenu {
		background-position: right -52px;
	}
	.common-home .layout-2.left-col #column-left, .common-home .layout-2.right-col #column-right, .common-home .layout-3 #column-left, .common-home .layout-3 #column-right, #column-left, #column-right {
		display: none !important;
	}
	#column-left .box .box-heading, #column-right .box .box-heading {
		margin: 0;
		position: relative;
	}
	#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
		display: none;
		margin-bottom: 0;
		padding: 10px 15px;
	}
	#column-left .box .list-group, #column-right .box .list-group {
		display: none;
	}
	#column-left .swiper-viewport {
		display: none;
	}
}
@media (max-width: 767px) {
	.newsletter {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
	}
	.product-grid .product-thumb .image {
		float: left;
	}
	.product-list .product-thumb .image {
		float: left;
	}
	.product-list .product-details {
		width: 100%;
	}
	.product-info .image, .product-info .additional-carousel {
		margin: 0 auto;
		width: 300px;
		float: none;
	}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right, .layout-3 #column-left, .layout-3 #column-right, #column-left, #column-right {
		padding: 0 15px;
	}
	.content-top-breadcum .container .row {
		margin: 0;
	}
	.product_banner .product_banner_inner img {
		width: 100%;
	}
	.quickview {
		display: none;
	}
	#search .btn-lg {
		top: 0;
	}
	.header-search {
		padding: 0;
		width: auto;
		top: 25px;
	}
	.header-search .header-toggle:hover {
		background: #FF8E0A url("theme/OPCADD042/image/megnor/Search.png") no-repeat scroll center 15px;
		border-color: #FF8E0A;
	}
	.header-search .header-toggle {
		background: #FFF url("theme/OPCADD042/image/megnor/Search.png") no-repeat scroll center -46px;
		bottom: auto;
		cursor: pointer;
		font-size: 0;
		padding: 0;
		right: 4px;
		top: 4px;
		vertical-align: top;
		width: 48px;
		border: 1px solid #EBEBEB;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		height: 44px;
	}
	#search {
		display: none;
		left: auto;
		position: absolute;
		right: 0;
		top: 46px;
		width: 235px;
		z-index: 999;
	}
	.single_banner .text2.static-text {
		font-size: 14px;
		letter-spacing: 0.5px;
	}
	.single_banner {
		background-size: 100% 100%;
		padding: 60px 0;
		height: 330px;
	}
	.back_cms {
		display: none;
	}
	#tmcmsbannerblock .cms_right {
		background: #111111 none repeat scroll 0 0;
		padding: 13px;
		width: 100%;
		text-align: center;
		float: left;
	}
	#tmcmsbannerblock .cms_left {
		width: 100%;
		text-align: center;
	}
	#tmcmsbannerblock .container {
		padding: 0 10px 15px;
	}
	#powered {
		float: none;
	}
	#bottom-footer {
		text-align: center;
		float: none;
	}
	#footer .row {
		margin: 0;
	}
	.newsletter_form .input-news {
		float: none;
		display: inline-block;
	}
	.newsletter_form {
		float: left;
		padding: 0 0 30px;
		text-align: center;
		width: 100%;
	}
	.newsletter h2 {
		float: none;
		margin: 25px auto;
		text-align: center;
	}
	.newsletter .title-text {
		display: none;
	}
	.product_banner .product_img1 .static-inner, .product_banner .product_img2 .static-inner {
		font-size: 13px;
		margin: 5px auto 15px;
	}
	.product_banner .product_img1 .static-inner .text1.static-text, .product_banner .product_img2 .static-inner .text1.static-text {
		font-size: 22px;
	}
	.product_banner .product_img2 {
		margin-top: 20px;
		margin-left: 0;
	}
	.product_banner .product_img1 {
		margin-right: 0;
	}
	.header-right .container {
		padding: 0 15px;
	}
	.tmcategorylist #tmcategorylist.grid li {
		width: 50%;
	}
	.tmcmsabout_block .cms-left, .tmcmsabout_block .cms-middle, .tmcmsabout_block .cms-right {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.tmcmsabout_block .cms-right {
		margin-top: 20px;
	}
	.tmcmsabout_block .cms-middle .about-cms-2 {
		margin: 20px auto;
	}
	.tmcmsabout_block .cms-middle {
		margin: 0 auto;
	}
	#tmcmsabout_block .cms-banner-inner {
		display: inline-block;
	}
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
		padding: 0 10px;
		width: 33.33%;
	}
	#servicecmsblock .icon-left1, .icon-left2, .icon-left3, .icon-left4, .icon-left5 {
		float: none;
		width: 100%;
	}
	.service-right {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
	}
	.header-search {
		margin: 0 15px 0 0;
		right: 0;
		float: right;
	}
	.header-cart {
		padding: 25px 5px 25px 0;
		clear: none;
	}
	.single_banner .text1.static-text {
		font-size: 25px;
		margin: 60px 0 70px;
	}
	.single_banner .leftcms_border {
		width: 400px;
		top: 113px;
		height: 100px;
	}
	#content {
		display: inline-block;
		width: 100%;
		padding: 0 15px;
	}
	.container {
		width: auto !important;
	}
	#logo {
		margin: 25px 15px 25px 15px;
	}
	#top .container {
		padding: 0 15px;
	}
	.layout-2 #content, .layout-3 #content {
		width: 100%;
		padding: 0 15px;
	}
	.product-info .image-additional {
		width: 100%;
	}
	.product-info .image-additional a {
		padding: 1px;
	}
	.header-logo > div {
		display: inline-block;
	}
	.btn-info {
		margin-bottom: 3px;
	}
	#input-search {
		margin-bottom: 8px;
	}
	.col-sm-4.total_amount {
		margin-top: 20px;
	}
	#cart {
		float: none;
	}
	.checkout-cart .table.table-bordered .input-group-btn {
		clear: both;
		margin: 5px 0 0;
		float: left;
	}
	.checkout-cart .btn.btn-danger {
		margin-top: -2px !important;
	}
	.button_class {
		clear: both;
	}
	.show-wrapper {
		clear: both;
		margin: 10px 0 0;
	}
	.category_filter .show {
		float: left;
		margin: 8px 10px 0 0;
	}
	.product-compare .table-bordered {
		float: left;
		width: 100%;
		overflow: auto;
		display: inline;
	}
	.addthis_toolbox.addthis_default_style {
		margin: 10px 0;
	}
	#content .category_list .filterbox {
		border: 1px solid #DDD;
		margin: 10px 0;
	}
	#content .category_list .filterbox .list-group a {
		border: none;
	}
	.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group {
		margin-left: 0;
		margin-right: 5px;
	}
	.zoomWindowContainer, .zoomWindow, .zoomContainer {
		display: none;
	}
	#top .headertop-text {
		display: none;
	}
	#content.productpage .product-left, #content.productpage .product-right {
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	#txtemail {
		width: 240px;
	}
	#content .col-lg-2 {
		width: 50% !important;
	}
	.product_banner .product_img1 .static-inner .text1.static-text, .product_banner .product_img2 .static-inner .text1.static-text {
		font-size: 16px;
	}
	.product_banner .product_img1 .static-inner .text2.static-text, .product_banner .product_img2 .static-inner .text2.static-text {
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 auto 10px;
	}
	.product_banner .product_img1 .static-inner, .product_banner .product_img2 .static-inner {
		top: 0;
	}
	.single_banner .cms_caption1 {
		letter-spacing: 0;
	}
	.single_banner .text2.static-text {
		font-size: 12px;
		letter-spacing: 0;
	}
	.single_banner .text1.static-text {
		font-size: 18px;
		margin: 15px 0 65px;
	}
	.single_banner {
		height: 300px;
	}
	.product-block.product-thumb .product-block-hover {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		top: 10%;
	}
	.product-thumb:hover .price, .product-thumb:hover .percentsaving {
		opacity: 1;
	}
	.product-button-outer {
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-moz-transform: none;
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		display: block;
		position: relative;
	}
	.htabs .etabs li {
		width: 100%;
	}
	#logo {
		margin: 35px 0 25px 15px;
		width: 120px;
	}
	.tmcategorylist #tmcategorylist.grid li {
		width: 100%;
		text-align: center;
	}
	#tmcmsbannerblock .cms_left .cms_detail {
		font-size: 12px;
		letter-spacing: 0;
	}
	#tmcmsbannerblock .cms_right .Icon_image {
		left: 0;
		position: relative;
		top: 0;
		margin-top: 6px;
	}
	#tmcmsbannerblock .cms_right .cms_title {
		margin: 20px;
		float: none;
		font-size: 20px;
	}
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four, #servicecmsblock .fifth-content-five {
		width: 100%;
		border-right: none;
	}
	#cart > .btn {
		padding: 12px 15px;
	}
	.single_banner .leftcms_border {
		width: 300px;
		height: 80px;
	}
	.product-info .image-additional a {
		float: none;
		text-align: center;
		padding: 1px;
	}
	.table {
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.product-layout.product-grid {
		width: 100% !important;
	}
	.shopping-cart .input-group .form-control {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.account-wishlist .table-bordered {
		float: left;
		width: 100%;
		overflow: auto;
		display: inline;
	}
	#cart .dropdown-menu table {
		display: inline-block;
	}
	.flex-direction-nav a:before {
		font-size: 27px !important;
	}
	.dropdown-menu.pull-right {
		width: 100%;
	}
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
	.category_filter .limit {
		float: left;
	}
	.contact-info .left, .contact-info .right {
		width: 100%;
	}
	.nav-tabs > li {
		width: 100%;
	}
	.nav-tabs > li > a {
		margin: 0 0 2px;
	}
	.productpage .write-review, .productpage .review-count {
		display: inline-block;
		margin: 5px 0 0;
		width: 100%;
	}
	.pagination-wrapper .page-link {
		float: left;
	}
	.pagination-wrapper .page-result {
		float: left;
		clear: both;
	}
	.checkout-cart .pull-right {
		clear: both;
		float: left;
		margin: 10px 0;
	}
	.bootstrap-datetimepicker-widget.dropdown-menu {
		width: auto;
	}
	.checkout-cart #accordion .input-group-btn {
		float: left;
		margin: 5px 0 0;
	}
	/*.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin:0px;}*/
}
@media only screen and (max-width: 319px) {
	.product-info .image, .product-info .additional-carousel {
		width: 270px;
	}
	.product-info .image-additional {
		width: 140px;
	}
	.product-info .image-additional img {
		width: auto;
	}
	.single_banner .text1.static-text {
		font-size: 15px;
	}
	.single_banner .text2.static-text {
		font-size: 11px;
	}
	.single_banner .leftcms_border {
		width: 250px;
	}
	#tmcmsabout_block .about-cms-2 .static-inner .text1 {
		font-size: 16px;
		margin-bottom: 0;
	}
	#tmcmsabout_block .static-inner .link-text {
		margin-top: 15px;
		font-size: 14px;
	}
	#tmcmsabout_block .static-inner .text2, #tmcmsabout_block .static-inner .text1 {
		font-size: 20px;
	}
	#content .product-carousel .product-block-inner, #content .box-product .product-block-inner {
		padding: 0 20px;
	}
	#tmcmsbannerblock .cms_right .link-text {
		margin: 0;
	}
	.product-info .product-image .customNavigation {
		width: 196px;
		margin: 0 auto;
		position: relative;
	}
	.product-info .additional-carousel {
		width: 196px;
		margin: 0 auto;
	}
	.header-logo .img-responsive {
		width: 100%;
	}
	.btn-primary {
		margin-bottom: 2px;
	}
	.compare-total {
		clear: both;
		margin: 8px 10px 10px 0;
	}
	#cart .dropdown-menu {
		width: 210px;
	}
	#cart .text-right .addtocart {
		margin: 0 0 5px;
	}
	#cart .text-right .checkout {
		margin: 0;
	}
}
#accordion .panel-title > a {
	color: inherit;
	display: inline-block;
	width: 100%;
}
#accordion .panel-title {
	padding: 10px;
}
#accordion .panel-heading .fa.fa-caret-down {
	float: right;
	margin-top: 4px;
}
#accordion .col-sm-10 {
	width: 75%;
}
#accordion .form-horizontal .control-label {
	text-align: left;
}
<!-- Megnor End --> .dropdown-address {
	position: absolute;
	z-index: 999;
	background: #ddd 1px solid;
}
.dropdown-address li {
	list-style: none;
	color: #000;
	padding: 0;
	margin: 0;
}
.dropdown-address li a {
	color: #333;
}
/* 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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.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;
  -webkit-box-shadow: none;
  box-shadow: none; }
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: white;
  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: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.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 {
    /* The shadow behind the image */ }
    .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* display none until init */
.product-carousel{
	display: none;
	opacity:1!important;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}

#column-left .banners-slider-carousel .customNavigation,
#column-right .banners-slider-carousel .customNavigation{ display:block;}

.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.product-carousel .slider-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {
	-webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
 



/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.customNavigation    { text-align: center; position:relative;width:100%}
.customNavigation a{
		
	-webkit-tap-highlight-color:transparent;
	display: block;
    float: right;
    position: absolute;
	top: -45px;
    width: 30px;
	height:30px;
	padding:7px 0 0;
}

.customNavigation a.prev {
    right:35px;
	color:#FFFFFF;
	cursor:pointer;
}

.product-image .customNavigation a.prev {left:0; color:#000000; width:20px;}
.product-image .customNavigation a.next {right:0; color:#000000; width:20px;}
.product-image  .customNavigation a {top:40px;}

.customNavigation a.prev:hover 	{ text-decoration:none;}
.customNavigation a.next {
    right:10px;
	color:#FFFFFF;
	cursor:pointer;
}
.customNavigation a.next:hover 	{  text-decoration:none;}

.banners-slider-carousel .product-carousel{  width:auto; margin:0 15px; }
.banners-slider-carousel .customNavigation a.prev {
    left:0px;
	top:45px;
	z-index:999;  
	cursor:pointer;	
	color:#000000;
}
.banners-slider-carousel .customNavigation a.prev:hover {text-decoration:none; z-index:999;}
.banners-slider-carousel .customNavigation a.next {
    right:0px;
	top:45px;
	cursor:pointer;
	z-index:999; 
	color:#000000;
	left:auto;
}
.banners-slider-carousel .customNavigation a.next:hover 	{text-decoration:none; z-index:999;}


.product-info .product-image .customNavigation    { text-align: center; width:100%; z-index:9;}
.product-info .product-image .customNavigation a{
	-webkit-tap-highlight-color: transparent;
	display: block;
    float: right;
    height: 20px;
    position: absolute;
    top: -34px;
    width: 16px;
}

.product-info .product-image .customNavigation span.prev {
    left:0px;
	top:35px;
	position:absolute;	 
	cursor: pointer;
    height: 30px;
    padding: 7px 0 0;
    position: absolute;      
    width: 30px;
}
.product-info .product-image .customNavigation span.prev:hover 	{  text-decoration:none;}
.product-info .product-image .customNavigation span.next {	
    cursor: pointer;
    height: 30px;
    padding: 7px 0 0;
    position: absolute;
    right: 0;
    top: 35px;
    width: 30px;
}
.product-info .product-image .customNavigation span.next:hover 	{text-decoration:none;}


/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
span.customSelect {
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font-size:12px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	color: #777;
	text-decoration: none;
	white-space: nowrap;
	text-align:left;
}
span.customSelect option {font-size:12px !important;}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectOpen {
  -moz-box-shadow: 0 0 3px #bbb;
  -webkit-box-shadow: 0 0 3px #bbb; 
  box-shadow: 0 0 3px #bbb;
}

.customSelectInner {
	background:url('theme/OPCADD042/image/megnor/select-arrow-down.gif') no-repeat center right;
	width:100% !important;
}
.customSelectOpen .customSelectInner{ background:url('theme/OPCADD042/image/megnor/select-arrow-up.gif') no-repeat center right; }

#input-sort , #input-limit, #product .form-group select { cursor:pointer;}


/* TREEVIEW CATEGORY LEFT */
.treeview-list, .treeview-list ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview-list ul {
	background:none; 
	margin:0px;
}
.treeview-list .hitarea {
	background: none;
	height: 9px;
	width: 9px;
	float: right;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea { display: inline;float:none; }
.treeview-list li { margin: 0; border-bottom:1px solid #ddd; }
.treeview-list li.last, .treeview-list li.lastExpandable {border:none;}
.treeview-list a.selected { background-color: #eee; }

.treeview-list .hover { color:#38B0E3; cursor: pointer; }
.treeview-list li a:hover,.treeview-list li.nav-1 a:hover	 {   cursor:pointer; }
.treeview-list li ul li:hover	{ background:none;}
.treeview-list li a { display:inline;  padding-left:0px; }
.treeview-list li.active a	{ font-weight:bold; /*color:#D09E00 ;*/  } 
.treeview-list li.active ul li a	{ font-weight:normal; color:#5E5E5E;}
.treeview-list li a:hover  {/*color:#D09E00;*/ } 	
.treeview-list li ul li a:hover	{/*color:#D09E00;*/ } 	
.treeview-list li ul li { background:none; border-bottom:none; }
.treeview-list .collapsable .expandable-hitarea { 
	background: url(theme/OPCADD042/image/megnor/sprite.png) no-repeat scroll -36px -126px transparent;
    height: 25px;
    width: 30px;  
} 
.treeview-list .expandable .collapsable-hitarea{ 
	background: url(theme/OPCADD042/image/megnor/sprite.png) no-repeat scroll -7px -127px transparent;
    height: 25px;
    width: 30px;  
} 

.treeview-list .expandable-hitarea { 
	background: url(theme/OPCADD042/image/megnor/sprite.png) no-repeat scroll -7px -127px transparent;
    height: 25px;
    width: 30px;  
} 
.treeview-list .collapsable-hitarea { 
	background: url(theme/OPCADD042/image/megnor/sprite.png) no-repeat scroll -36px -126px transparent;
    height: 25px;
    width: 30px;
} 
/* TREEVIEW CATEGORY LEFT */


/* FancyBox */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('theme/OPCADD042/image/megnor/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('theme/OPCADD042/image/megnor/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('theme/OPCADD042/image/megnor/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('theme/OPCADD042/image/megnor/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	 -khtml-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.zoomContainer .zoomLens{
	
}
.zoomContainer .zoomWindow{

	border:2px solid #DBDEE1 !important;
	-webkit-box-shadow: 3px 4px 4px -1px #999999;
	-moz-box-shadow: 3px 4px 4px -1px #999999;
	box-shadow: 3px 4px 4px -1px #999999;

}

/* FancyBox */

.last_item_tm .product-block{}
.first_item_tm .product-block{}


.toggle .mobile_togglemenu{ 
	background:url("theme/OPCADD042/image/megnor/toggle-arrow.png") no-repeat scroll right 2px transparent;
	display:block;
	cursor:pointer;
	width:100%;  
	margin-top: 0; 
	overflow: hidden;
	padding:0 0 15px;
	position: absolute;
	right: 5px;
    top: 5px;
}

.toggle {
    background: none repeat scroll 0 0 #6e6e6e;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
    padding: 10px 10px;
}

#menu.responsive-menu .toggle .mobile_togglemenu , #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu{
	background: rgba(0, 0, 0, 0) url("theme/OPCADD042/image/megnor/menu-toggle-arrow.png") no-repeat scroll right 2px;
}
#menu.responsive-menu  .toggle.active .mobile_togglemenu , #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu{ background-position:right -50px; }

.active .mobile_togglemenu { background-position:right -50px; }
#footer .mobile_togglemenu:hover	{ text-decoration:none;}

/* Responsive menu Css Start */
.nav-responsive span { display:inline-block;}
.ie7 .nav-responsive span { display:inline;}
.nav-responsive { cursor:pointer; display:none;  }
.main-navigation  ul  li{ list-style:none; position:relative;}
.nav-responsive .expandable{
background: url("theme/OPCADD042/image/megnor/sprite.png") no-repeat scroll -27px -165px transparent;
height: 25px;
margin-top: 10px;
width: 30px;	
} 
.responsive-menu {padding:0; position:relative;}
.responsive-menu .main-navigation{ 
	position:absolute; 
	z-index:999;  
	display:none; 
	margin-top:-3px; 
	padding:1%;
	width:100%; 
	list-style:none;
}
.responsive-menu .main-navigation ul{padding-left:20px;}
.nav-responsive div,
.responsive-menu .hitarea {
	background: none;
	height: 9px;
	width: 9px;
	float: right;
	cursor: pointer;
	margin-right:10px;
}
.responsive-menu .hitarea{margin-right:0;}
.responsive-menu .expandable .collapsable-hitarea{ 
	background: url("theme/OPCADD042/image/megnor/sprite.png") no-repeat scroll  -36px -120px transparent;
	height: 33px;		
	padding: 0;
	width: 30px;
} 
.responsive-menu .expandable-hitarea { 
	background:url("theme/OPCADD042/image/megnor/sprite.png") no-repeat scroll -7px -121px  transparent;
	height: 33px;
	width: 30px;		
	padding: 10px;
} 
.responsive-menu .collapsable-hitarea { 
	background: url("theme/OPCADD042/image/megnor/sprite.png") no-repeat scroll  -36px -120px transparent;
	height: 33px;
	width: 30px;	
} 

/* Responsive menu Css End *//*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    background: 0 0;
}

a:active,a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
	cursor: pointer;
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none!important;
        color: #000!important;
        background: transparent!important;
        box-shadow: none!important;
    }

    a,a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff!important;
    }

    .navbar {
        display: none;
    }

    .table td,.table th {
        background-color: #fff!important;
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd!important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before,:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,a:focus {
    color: #2a6496;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999;
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-bottom: 10px;
	margin-top:0;
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%;
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%;
}

h1,.h1 {
    font-size: 24px;
}

h2,.h2 {
    font-size: 20px;
}

h3,.h3 {
    font-size: 16px;
}

h4,.h4 {
    font-size: 14px;
}

h5,.h5 {
    font-size: 12px;
}

h6,.h6 {
    font-size: 10px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
   
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small,.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-inline>li:first-child {
    padding-left: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,dd {
    
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    
    color: #999;
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;   
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width:1200px) {
    .container {
        width: 1600px;
    }
}
@media (max-width:1199px) {
    .container {
        width: 940px;
    }
}
@media (max-width:979px) {
    .container {
        width: 724px;
    }
}
@media (max-width:767px) {
    .container {
        width: auto;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>td{border-bottom:none;}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {  
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

@media (max-width:767px) {
.table-responsive {
	float: left;
	margin-bottom: 15px;
	overflow: auto;
	width: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;       
	-webkit-overflow-scrolling: touch;
}

.table-responsive>.table {
	margin-bottom: 0;
}

.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
	white-space: nowrap;
}

.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}

.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0;
}

.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0;
}
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: inline-block;
	padding:0 0 10px;
    width: 100%;   
    margin-bottom: 20px;
    font-size: 20px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
	float:left;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio],input[type=checkbox] {
    margin-top: 1px;
    line-height: normal;
	margin: 4px 5px 0;
    vertical-align: -3px;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple],select[size] {
    height: auto;
}

input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus {   
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
   
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	-khmtl-border-radius: 4px;       
}

.form-control:focus {    
    outline: 0;    
}

.form-control:-moz-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type=date] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;   
	cursor:pointer;
}

.radio label,.checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox] {
    float: left;
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,.checkbox-inline {
    display: inline-block;  
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;

    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;    
    white-space: nowrap;
    padding: 6px 12px;
    
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;   
}

.btn:focus {   
    outline-offset: -2px;
}

.btn:hover,.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none;   
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #fff;
    background: #428bca;
    border:1px solid #357ebd;
	line-height:inherit;
}

.btn-default:hover,.open .dropdown-toggle.btn-default {    
    color: #fff;
    background: #3276b1;
    border:1px solid #285e8e;
}

.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background: #fff;
    border:1px solid #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background: #428bca;
    border:1px solid #357ebd;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border:1px solid #285e8e;
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background: #428bca;
    border: 1px solid #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background: #428bca;
    border:1px solid #357ebd;
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #3276b1;
    border:1px solid #285e8e;
}

.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}

.btn-lg {
    padding: 11px 16px;
    font-size: 18px;
	line-height:1.33;
    border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.btn-block {
    display: inline-block;
    width: auto;   
}

.btn-block+.btn-block {  
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
    width: auto;
}

.fade {
    opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-ms-transition: height .35s ease;
	-o-transition: height .35s ease;
    transition: height .35s ease;
}

@font-face {
    font-family:'Glyphicons Halflings';src:url(javascript/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(javascript/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(javascript/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(javascript/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #999999;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #999;
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:focus,.btn-group-vertical>.btn:focus {
    outline: 0;
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type=radio],.input-group-addon input[type=checkbox] {
    margin-top: 0;
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav>li.disabled>a {
    color: #999;
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color: #eee;
    border-color: #428bca;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
	padding:0;
	clear:both;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;       
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-khtml-border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-khtml-border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
	padding: 15px 0;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important;
    }

    .navbar-right {
        float: right!important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #999;
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #999;
}

.navbar-inverse .navbar-nav>li>a {
    color: #999;
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "\f101";
    padding: 0 5px;    
	font-family:'FontAwesome';
}

.breadcrumb>.active {
    color: #999;
}

.pagination {
    display: inline-block;
    padding: 0;
    margin:0;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	
}

.pagination>li {
    display: inline;
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next>a,.pager .next>span {
    float: right;
}

.pager .previous>a,.pager .previous>span {
    float: left;
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover,.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999;
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: gray;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff;
}

.filterbox .list-group {border:none; margin-bottom:0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0;}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnail>img,.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media,.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
	border:1px solid #ddd;
	border-top:none;    
    background: none repeat scroll 0 0 #fbfbfb;   
    border-image: none;
    border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-khtml-border-radius: 0 0 7px 7px;       
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.list-group-item:first-child {}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group .list-group-item:first-child {
    border-top: 0;
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tfoot>tr:first-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tfoot>tr:first-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
    border-top: 0;
}

.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
	padding:0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
	-moz-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
	-ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
   
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }

    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	-webkit-opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none!important;
    visibility: hidden!important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width:device-width;
}

.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs {
    display: none!important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important;
    }
	.btn-primary, .btn-info {margin-bottom:2px;}
}

.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm {
    display: none!important;
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important;
    }
}

.visible-md,tr.visible-md,th.visible-md,td.visible-md {
    display: none!important;
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row!important;
    }

    th.visible-md,td.visible-md {
        display: table-cell!important;
    }
}

.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg {
    display: none!important;
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important;
    }
}

@media (max-width:767px) {
    .hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs {
        display: none!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm {
        display: none!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md {
        display: none!important;
    }
}

@media (min-width:1200px) {
    .hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg {
        display: none!important;
    }
}

.visible-print,tr.visible-print,th.visible-print,td.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row!important;
    }

    th.visible-print,td.visible-print {
        display: table-cell!important;
    }
}

@media print {
    .hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print {
        display: none!important;
    }
}@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
}/* line 7, ../sass/lightbox.sass */
body:after {
  content:url(theme/OPCADD042/image/lightbox/close.png) url(theme/OPCADD042/image/lightbox/loading.gif) url(theme/OPCADD042/image/lightbox/prev.png) url(theme/OPCADD042/image/lightbox/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background:url(theme/OPCADD042/image/lightbox/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background:url(theme/OPCADD042/image/lightbox/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background:url(theme/OPCADD042/image/lightbox/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background:url(theme/OPCADD042/image/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-controls .owl-buttons .owl-prev{
  left: 10px;
  top: 50%; 
}
 
.owl-controls .owl-buttons .owl-next{
  right: 10px;
  top: 50%;
}
.owl-controls {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(javascript/jquery/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  background-repeat:repeat;
  background-size:cover;
  }

/* OpenCart Code */
.owl-carousel {
	margin: 0 0px; 
	background: #fff; 
	position: relative;
	direction: ltr !important;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-khtml-border-radius: 0px; 
	border-radius: 0px; 
	overflow: hidden;
}
.owl-carousel .owl-buttons div {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0; 
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
	display:none;
}

.owl-carousel .owl-buttons .owl-prev {
	left: 0px;  
}
.owl-carousel .owl-buttons .owl-next {
	right: 0px; 
	
}
.owl-carousel:hover .owl-buttons .owl-prev {
	left: 25px; 
}
.owl-carousel:hover .owl-buttons .owl-next {
	right: 25px; 
}
#slideshow0 .owl-pagination {
    bottom: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 4px;
}
.owl-controls .owl-page span {
	background-color: #fff;
    border: 2px solid #000;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
    transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
    width: 12px;
}
.owl-controls .owl-page.active span,.owl-controls .owl-page:hover span  {
	background-color: #ffd200;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}/* 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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.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;
  -webkit-box-shadow: none;
  box-shadow: none; }
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: white;
  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: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.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 {
    /* The shadow behind the image */ }
    .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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
