body {
font-family: PFDinTextPro, sans-serif;
font-weight: 400;
color: #222;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.4px;
}
:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.fa-stack{width:13px;}
.fa-stack .fa{font-size: 13px;color: #da037f;}
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;
}

.footer-list-unstyled a:hover {
	color: #da037f;
}
.common-home .blog-desc {
	display: none;
}
.contact-form legend {
	font-size: 18px;
	padding: 7px 0px;
	float: right;
	width: 77%;
}
.common .box.blog .container {
	margin: 0;
	padding: 0;
}
.contact-form fieldset {
	padding: 30px;
	position: relative;
	float: left;
	width: 77%;
	border: 1px solid #e6e6e6;
}
#account-register a:hover {
	color: #da037f;
}
/*p {
	color: #7a7a7a;
}*/
label {
	font-weight: normal;
}
.product-search .control-label {
	width: 100%;
}
/*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 .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: #60017d;
}


/* headertop fixed */
/*.headertop.fixed #logo {padding: 20px 0;}*/
/*.headertop.fixed #cart {padding: 35px 0 0;}*/
.headertop.fixed .header-search { padding: 0; margin: 36px 0 0;}
/*.headertop.fixed .dropdown.myaccount .accountimage { margin: 33px 15px 0; }*/
/*.headertop.fixed .main-menu > div > ul > li > a { padding: 33px 20px 37px; }*/
.headertop.fixed #menu > ul > li.hiden_menu .main {  padding: 33px 20px 37px; }


.section-advantages .grid {
	display: grid!important;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
}

.section-advantages__item .section-advantages__image {
	width: 60px;
	height: auto;
}

.section-advantages__item {
	/*display: flex;*/
	/*flex-direction: column;*/
	flex: 1 1 130px;
	align-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.section-advantages__container {

	gap: 20px 20px;
}

.section-advantages__item .plus-content:after {
	content: "+";
	top: 0;
	right: 0;
	left: 0;
	width: 21px;
	height: 20px;
	background-color: #da037f;
	border-radius: 100%;
	line-height: 1.2;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	text-align: center;
}

.section-advantages__item .plus-content {
	position: absolute;
	width: 21px;
	height: 20px;
	left: auto;
	top: -5px;
	right: calc(50% - 50px);
	cursor: pointer;
}

#advantages {
	margin: 40px 0;
}

/*.common-home header {}*/
.mfp-wrap, .mfp-bg{z-index: 99999 !important;}
@-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;}}
.headertop.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	padding: 0;
	z-index: 8;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	-webkit-font-smoothing: antialiased;
	animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	background: #Fff;
	box-shadow: 0 0 8px rgba(0,0,0,.12);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.12);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.12);

}
header.fixed .headertop {
    display: none;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -ms-transform:translateY(-100%);
            -o-transform:translateY(-100%);
            -moz-transform:translateY(-100%);
    } 
    100% {
        transform: translateY(0);
            -webkit-transform: translateY(0);
            -ms-transform:translateY(0);
            -o-transform:translateY(0);
            -moz-transform:translateY(0);
    } 
}
header {
	background-color: #fff;
	display: inline-block !important;
	position: relative;
	vertical-align: top;
	width: 100%;
	z-index: 99;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6;
	min-height: 143px;
}
.common-home header {
	border-bottom: none;
}
#common-success #content p {
	color: #7a7a7a;
}
#common-success #content p a:hover {
	color: #da037f;
}
#common-success #content p a {color: #60017d;}
#checkout-cart .buttons .pull-right .btn.btn-primary {
	background-color: #000 !important;
	border-color: #000 !important;
}
.checkout-cart .col-sm-9 .page-title {
	width: 100%;
}
.col-sm-9 form {
	width: 100%;
}
.shopping-cart tr .input-group {z-index: 0;}
.header-left {
	/*float: left;*/
	position: relative;
	width: auto;
	z-index: 5;
	text-align: left;
	padding: 0;
}
.header-center {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 50%;
}
.header-center .container {
	width: 100%;
	padding: 0;
	display: inline-block;
	float: none;
	text-align: center;
}
.header-right {
	float: right;
	position: relative;
	width: auto;
	text-align: left;
	line-height: 0;
}
/*menu*/
.mainmenu .nav-container {
   display: inline-block;
}
.header-bottom .mainmenu {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
}
.main-menu > div > ul > li:first-child > a {
    margin-left: 0;
}
/* top */
.account-order .table-responsive .btn.btn-info .fa-eye::before{
	    line-height: 16px;
}
.account-wishlist .table-responsive .fa-shopping-cart::before{
    line-height: 22px;
}
.account-wishlist .table-responsive .btn.btn-primary {
    height: 40px;
}
 .nav-left {
    width: 100%;
    float: left;
	text-align:left;
	padding: 0;
}
.nav-left a:hover,.nav-left a:focus { color: #da037f;}
.nav-left .fa-heart::before {
    position: relative;
    left: -5px;
    right: auto;
    margin: 0;
    text-align: center;
    top: auto;
}
.offer-title {
	float: left;
	color: #222;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .4px;
	font-weight: 400;
	/*padding: 4px 0 0;*/
}

.nav-left  .list-inline > li {
    padding-right: 30px;
	padding-left:0;
}
#top ul.list-inline {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}
.nav-left .header-cms span {
    color: #2e8bb0;
    text-transform: uppercase;
}
.nav-left .header-cms {
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: none;
    color: #c3c3c3;
}
.nav-right .pull-left .fa {
    font-size: 13px;
}
.nav-center {
    width: 33.33%;
    float: left;
    text-align: center;
	padding:14px 0;
}
.testimonial-cms ul {
	padding: 0;
}
#testimonial {
	margin: 0;
	float: left;
	width: 100%;
}
.nav-right {
    width: auto;
	float: right;
	text-align: right;
	    padding-top:0;
	    display: inline-block;
}
.nav-right .pull-left {
    display: inline-block;
}

.dropdown-menu.dropdown-menu-right.myaccount-menu {
	min-width: 200px;
}
li:hover a .fa.fa-phone , li a:hover .fa.fa-phone , li:hover a .fa.fa-heart , li a:hover .fa.fa-heart , li:focus a .fa.fa-phone , li a:focus .fa.fa-phone , li:focus a .fa.fa-heart , li a:focus .fa.fa-heart {color: #2e8bb0 ;}

.nav-right .list-inline li{
	padding: 0;
	/*text-transform: capitalize;*/
	font-weight: 400;
	color: #c3c3c3;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.8px;
}
#top {
	background-color: #f2f2f2;
	padding: 8px 0;
}
#top .container {
	padding: 0 15px;
}
#top #form-currency .currency-select,
#top #form-language .language-select,#top #form-language2 .language-select {
	text-align: left;
	width:100%;
	padding: 0 0 8px 0;
	color: #000;
}
#form-currency {
	padding: 0 20px 0 0;
}
#form-language,#form-language2 {
    padding: 0;
}
.lang-curr-wrapper {
	float: left;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
}
#form-language .language-menu,#form-language2 .language-menu, #form-currency .currency-menu {
	float: left;
	padding: 0 0 0 15px;
	list-style: none;
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	
}
.myaccount-menu .lang_cur_block .pull-left {
	border-top: 1px dashed #999999;
	margin-top: 15px;
	padding-top: 15px;
	width: 100%;
}
.lang_cur_block .pull-left .dropdown-menu img, #form-currency .dropdown-menu strong {display: block;}
#form-language .btn-link,#form-language2 .btn-link, #form-currency .btn-link {
	/*text-transform: capitalize;*/
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.8px;
	display: block;
	padding: 5px 5px;
	text-decoration: none;
}
#top-links .myaccount-menu .language-menu > li, #top-links .myaccount-menu .currency-menu > li {
	display: inline-block;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
	width: auto;
}
#form-language .btn-link:hover, #form-currency .btn-link:hover{text-decoration: none;color:#da037f;}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover,
#top #form-language2 .language-select:hover {
	text-shadow: none;
	background-color: #999999;
	    color: #2e8bb0;
}

#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 {
	text-decoration: none;
	padding: 0;
	background-color: transparent !important;
}
.hometab .customNavigation a.next {left: -10px;}
#top-links li{padding:0;}
#top-links a .fa{padding:5px 5px;}
#top .btn-link:hover, #top-links a:hover {
	color: #2e8bb0;background-color: transparent !important;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	display: block;
	position: relative;
	padding: 3px 0;
}

#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
	color: #2e8bb0;
}
#top .btn-link strong {
	font-size: 14px;
	font-weight: normal;
}
#top-links {
	padding-top: 0;
	margin: 0;
	position: relative;
}
#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;}
#top-links .myaccount .myaccount-menu a::before {display: none !important;}
#top-links .dropdown.myaccount a:hover::before{background-position: 0 -281px;}

.account-content {
    display: inline-block;
    text-align: left;
}
.dropdown.myaccount .option {
    color: #b8b8b8;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    text-align: left;
    /*text-transform: capitalize;*/
    vertical-align: top;
    text-transform: none;
    letter-spacing: 0.6px;
    display: block;
}
.dropdown.myaccount .hidden-xs.hidden-sm.hidden-md {
	font-size: 13px;
	/*text-transform: capitalize;*/
	letter-spacing: .4px;
	font-weight: 500;
	display: inline-block;
	color: #000;
	line-height: 24px;
}
.top-links .dropdown-menu > li > a {
	line-height: 24px;
	font-weight: 400;
}
.dropdown.myaccount .hidden-xs.hidden-sm.hidden-md:hover {
	color: #da037f;
}
.dropdown.myaccount {
	position: relative;
	float: left;
	list-style: none;
}
.dropdown.myaccount .option:hover {
	color: #2e8bb0;
}
.myaccount .accountimage {
	background-image: url("../image/megnor/user.svg");
	height: 22px;
	width: 22px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	/*float: left;*/
	/*margin: 58px 13px 57px;*/
	background-repeat: no-repeat;
	/*background-size: 20px;*/
	/*background-position: center center;*/
}
.myaccount .accountimage:hover {
	background-image: url("../image/megnor/user-hover.svg");
}

.header-wishlist{
    height: 33px;
    width: 40px;
    font-size: 0;
	float:right;
	display: none;
	
}
.header-wishlist:hover {background-position: 10px -455px;}
#top-links .list-inline {	margin: 0;}
/*header inner*/
.innerblock .service-right1 .title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.8px;
    color: #c3c3c3;
    font-weight: 400;
    /*text-transform: capitalize;*/
}
.headerinner .innerblock {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.first-content-one.innerblock {
    margin-right: 50px;
}
.service-right1 {
    display: inline-block;
    vertical-align: top;
}
.headerinner {
	 position: relative;
	line-height: 9px;
	 /*width: 72%; */
	 display: inline-block;
	 /*float: left; */
	 text-align: center; 
	margin-left: 0px;
	padding: 0;
	/*margin: 0 auto;*/
}
.headerinner::after {
	
	position: absolute;
	content: "";
	right: 30px;
	left: auto;
	top: 11px;
	height: 25px;
	width: 1px;
}
.first-content-one .innericon1 {
    background-position: center -304px;
}
.second-content-two .innericon1 {
    background-position: center 0;
}
.first-content-one:hover .innericon1 {
	    background-position: center -458px;
	}
.second-content-two:hover .innericon1 {
    background-position: center -152px;
}
.innericon1 {
    background: url(../image/megnor/innericon.png) no-repeat scroll;
    width: 30px;
    height: 27px;
    float: left;
    margin: 6px 10px 0 0;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}
/* logo */

.header-logo {
	/*float: left;*/
	/*order: 1;*/
}
.header-search {
	position: relative;
	/*width: auto;*/
	/*float: left;*/
	/*margin: 59px 0;*/
}
#form-currency ul li .btn-link {
	padding: 0 0 10px 0;
	color: #000;
}

.header-search .header-toggle {
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 25px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 25px;
	outline: 0;
	z-index: 5;
	background: url("../image/megnor/search.svg") no-repeat center center;
	background-size: 18px;
}
.header-search .header-toggle:hover {
	background: url("../image/megnor/search-hover.svg") no-repeat center center;
	background-size: 18px;
}
.header-search.active .header-toggle{
	background: url("../image/megnor/close.svg") no-repeat scroll center center;
	background-size: 22px;
}
#footer .testimonial-cms .test-desc .title1::before {
	content: "";
	background: url(../image/megnor/quote.svg) no-repeat scroll center;
	display: block;
	width: 40px;
	height: 40px;
	background-size: 40px;
	margin-bottom: 010px;
}
.header-cart {
	position: relative;
	float: right;
}
.top-links {
	position: relative;
	float: left;
}
.headertop {
	padding: 10px 0;
}
/*#logo {*/
/*	padding: 40px 0;*/
/*	float: left;*/
/*	width: auto;*/
/*	position: relative;*/
/*}*/
.dropdown-menu.myaccount-menu {
	top: 30px;
	margin: 0;
	box-shadow: none;
	border: 1px solid #e0e0e0;
}
/*.headertop.fixed .dropdown-menu.dropdown-menu-right.myaccount-menu {*/
/*	top: 103px;*/
/*}*/
/* search */
#search {
	display: none;
	left: auto;
	position: absolute;
	right: 0;
	top: 67px;
	z-index: 9;
	-moz-box-shadow: 0 0 5px rgba(141, 140, 140, 0.5);
	box-shadow: none;
}
.headertop.fixed #search {
	top: 67px;
}
#search .input-lg {
	padding: 0 10px;
	background-color: #fff;
	color: #000;
	width: 293px;
	height: 44px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
}
#search .input-group-btn {
	position: absolute;
	right: 0px;
	width: 44px;
}
#search .btn-lg {
	background: url("../image/megnor/search-white.svg") no-repeat scroll center #da037f;
	margin: 0;
	width: 44px;
	font-size: 0;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	height: 44px;
	border-color: transparent !important;
	background-size: 18px;
	text-align: center;
}
.product-search .page-title {
	width: auto;
	float: left;
	display: contents;
}
.checkbox-inline {
	margin-top: 9px;
}
/* cart */
#cart {
	/*float: right;*/
	/*padding: 57px 0;*/
}
#cart > .btn {
	background: none;
	padding: 0;
	position: relative;
}
#cart .cartimage {
	background-image: url("../image/megnor/cart.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 23px;
	position: relative;
	height: 28px;
	width: 28px;
	float: left;
}
#cart .cartimage:hover {
	background-image: url("../image/megnor/cart-hover.svg");
}
.cart-price {
	display: inline-block;
	vertical-align: top;
	float: left;
	position: relative;
}
#cart .text-shopping {
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: left;
}
.count1 {
	position: relative;
	height: 17px;
	width: 17px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-top: 6px;
	color: #fff;
	line-height: 17px;
	font-size: 11px;
	font-weight: 400;
	background: #da037f;
	text-align: center;
	display: inline-block;
}
#cart-total .cartitems{
	display: inline-block;
	vertical-align: top;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {background-color: transparent;}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 400px;
	padding: 20px;
	margin-top: 0;
	top: 33px;
	box-shadow: none;
	border: 1px solid #e0e0e0;
}
/*.headertop.fixed #cart .dropdown-menu.pull-right.cart-menu {*/
/*	top: 103px;*/
/*}*/
#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;border:none;
}
#cart .dropdown-menu table td{border:none;background:none;}
#cart .dropdown-menu li > div {	border-top: 1px solid #ececec;	}
#cart .fa-shopping-cart::before , #cart .fa-share::before {
    content: none;
}
#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: #000;}
#checkout-cart .text-left a:hover {color: #da037f;}
#cart .dropdown-menu li p {	margin-top: 10px;color:#000;}
/* menu */
.header-bottom {
    background-color: #2e8bb0;
    min-height: 64px;
}
.nav-responsive { display:none;}
.responsive-menu,
.main-menu {
	position: inherit;
	text-align: center;
	float: none;	  
}
.main-menu ul {
	list-style: none;
	margin: 0 0 -8px 0;
	padding: 0; 
}
.main-menu > div > ul > li {
	position: relative;
	float: left;
	z-index: 20;
}
.top_level.hiden_menu {
	position: relative;
}
#menu > ul > li.hiden_menu .main {
	padding: 55px 20px 55px;
	color: #222;
	display: block;
	font-size: 14px;
	letter-spacing: .4px;
	position: relative;
	/*text-transform: capitalize;*/
	z-index: 6;
	line-height: 30px;
	font-weight: 500;
}
#menu > ul > li.hiden_menu .main:hover {
	color: #da037f;
}
.nav-responsive span, .main-menu > div > ul > li > a {
	color: #222;
	display: block;
	font-size: 14px;
	letter-spacing: .4px;
	position: relative;
	/*text-transform: capitalize;*/
	z-index: 6;
	line-height: 30px;
	font-weight: 500;
	/*padding: 55px 20px 55px;*/
	padding: 0 10px 0;
}
.main-menu a:hover { text-decoration:none}
.nav > li > a:hover, .nav > li > a:focus{background-color: transparent;}
.main-menu .nav > li > a:hover, .main-menu .nav > li > a:focus, .main-menu .nav > li > a:active
{
	background: none;
	color: #da037f;
}

.main-menu > div > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: #60017d;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
} 
.main-menu > div > ul > li:hover > ul {
	display: block;
} 
.main-menu > div > ul > li ul > li > ul {
	display: none;
	background: #60017d;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-13px;
}
.main-menu > div > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 173px;
}
.main-menu > div > ul > li ul > li > a , .responsive-menu .main-navigation li a{	
	padding: 8px;
	color: #666;
	display: block;
	white-space: nowrap; 
}
 #menu .dropdown-inner a {
	font-size: 13px;
	font-weight: 400;
	font-family: PFDinTextPro, sans-serif;
	/*text-transform: capitalize;*/
	line-height: 1.5;
}
.main-menu > div > ul > li ul > li > a{min-width: 160px;}
.main-menu > div > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color:#666;
	background-color:#fff;
}
.main-menu > div > ul > li ul > li > a.activSub {	
	background-image:url(../image/megnor/cat_arrow_hover.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}
.main-menu > div > ul > li > ul > ul > li > a {
	color: #666;
} 
.main-menu > div > ul > li ul > li > a.activSub {	
	background-image:url(../image/megnor/cat_arrow_hover.png) ;
	background-repeat:no-repeat;
	background-position: right center;
}
.main-menu > div > ul > li > ul > ul > li > a {
	color: #666;
} 
#menu ul li ul {
    display: table-cell;
	float:none;
	width: 25%;
	vertical-align:top;
	padding: 0 15px 0 0;
}
#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 20px;
    position: absolute;
    top: 0;
	border:1px solid #ececec;
}
#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a {  
    width: 100%;
}
.additional-carousel .customNavigation {
	top: auto;
}
.additional-carousel .fa.prev.fa-arrow-left::before {
	display: none;
}
#menu ul.nav li .megamenu ul.list-unstyled.childs_2 a { min-width:145px; }
#menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown > a {
	padding: 4px 0;
	border: none;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
	margin: 0;
	padding:  0;
	position: relative;
	float: none;
	border: none;
	box-shadow: none;
}

#menu ul.nav li .megamenu ul.list-unstyled li > a:hover, .hiden_menu .top_level:hover a {
	color: #da037f;
}
.panel-footer #button-filter {
	text-transform: uppercase;
}
.hiden_menu .top_level a {
	color: #222;
	}
	#menu ul.nav li .megamenu ul.list-unstyled li > a{
		background: none;
		padding: 0 0 5px 0;
	font-weight: 600;
		/*text-transform: capitalize;*/
		color: #da037f;
		font-size: 14px;
	}
	#menu ul.nav li .megamenu.column1 ul.list-unstyled li > a:hover {
		color: #da037f;
	}
 #menu ul.nav li .megamenu.column1 ul.list-unstyled li > a {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	font-family: PFDinTextPro, sans-serif;
	line-height: 1.5;
	color: #222;
}
.hiden_menu .dropdown-inner li.top_level a { 
	font-size: 13px;
	font-weight: 500;
    line-height: 30px; 
	}


#menu ul.nav li .megamenu ul.childs_1 { border-right:none; }

#menu ul.nav li .megamenu ul.childs_1:last-child {
    border: medium none;
}
#menu ul.nav li .megamenu.column1 ul.childs_1 { border:none;}

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:hover { color:#da037f;  }
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a::before{
	font-family: 'FontAwesome';
	content:none;
	font-size: 14px;
	position: absolute;
	right: auto;
	top: 4px;
	color: #000;
	left: 0;
}
#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: 13px;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	/*text-transform: capitalize;*/
	padding: 4px 0;
	letter-spacing: normal;
	font-family: PFDinTextPro, sans-serif;
}

#menu > ul > li.hiden_menu div {display:none;top: 100%;}
#menu > ul > li.hiden_menu div {
    min-width: 195px;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    text-align: left;
	border: 1px solid #e0e0e0;
	line-height: 26px;
}
#menu > ul > li.hiden_menu:hover > div {display:block; }
#checkout-cart td {padding: 20px 16px;}
#accordion.panel-group .panel {margin-bottom: 20px;}
.alert-dismissable .close, .alert-dismissible .close{top: 0;right: 0;}
.nav-container.fixed .main-menu > div > ul > li.blog-link a,  .main-menu > div > ul > li.blog-link a { background:none !important; }

#menu > ul > li.hiden_menu .dropdown-menu { display:none !important; } 
.main-menu > div > ul > li.dropdown:hover::before, .main-menu > div > ul > li.hiden_menu:hover::before{opacity: 1;}
.main-menu > div > ul > li.dropdown::before, .main-menu > div > ul > li.hiden_menu::before {
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 60px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: -2px;
	opacity: 0;
	z-index: 9999;
}
#menu .dropdown .dropdown-menu, #menu > ul > li.hiden_menu div {
	padding: 20px;
	display: block;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	border: 1px solid #e6e6e6;
	transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
	-moz-transform: scale(1,0);
	transform-origin: left top 0;
	-ms-transform-origin: left top 0;
	-webkit-transform-origin: left top 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;
	overflow: visible;
	visibility: visible;
	box-shadow: none;
	border-radius: 0;
	top: 90%;
}
#menu .dropdown:hover .dropdown-menu, #menu > ul > li.hiden_menu:hover > div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
#menu .dropdown .dropdown-menu .dropdown-menu {transform: none;}

@media (max-width: 767px) {
	.Blog .product-block .blog-right {
		opacity: 1;
		position: relative;
		padding: 20px 0px 0px;
		left: 0px;
		bottom: 0;
	}
	#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;
		color: #fff;
	}
}

/* 1-col layout */

#column-left{
	width:25%;	
}
#column-right{
	width:25%;	
}
/*.layout-1 #content{*/
/*	padding: 0;float: none;*/
/*	    overflow: hidden;*/
/*}*/
.category_img .img-thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
}

/* 2-col layout */

/*.layout-2.left-col #column-left {*/
/*	position: relative;*/
/*	float: left;*/
/*	width: 22.8%;*/
/*	padding-right: 15px;*/
/*	padding-left: 0;*/
/*}*/
/*.layout-2.right-col #column-right{*/
/*    width: 18%;*/
/*    float: right;*/
/*    padding: 42px 0 0 0;*/
/*}*/
/*.layout-2.right-col #content{*/
/*    float: left;*/
/*    padding-left: 0;*/
/*        padding-right: 25px;*/
/*}*/
/*.layout-2 #content {*/
/*	float: left;*/
/*	width: 77.2%;*/
/*	padding-right: 0;*/
/*	padding-left: 15px;*/
/*}*/

.page-title {
	/*text-transform: capitalize;*/
	display: block;
	margin: 6px auto;
	font-size: 15px;
	font-weight: 500;
	width: auto;
}
/* 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;
}
/* footer */
.content_footer_top {
	display: block;
	background-color: #2e8bb0;
	    overflow: hidden;
}
#column-left .box-product .price, #column-right .box-product .price {
	margin-top: 5px;
}
#column-left .product-thumb:hover .price, 
#column-left .product-thumb:hover .price-new, 
#column-left .product-thumb:hover .price-old, 
#column-right .product-thumb:hover .price, 
#column-right .product-thumb:hover .price-new, 
#column-right .product-thumb:hover .price-old {opacity: 1;}
.content_footer_left {
	width: 100%;
	float: left;
	padding-right: 0;
	position: relative;
	padding: 69px 0;
}
.content_footer_left .list-unstyled li {
	margin-bottom: 5px;
}
#contact {
	width: 31%;
	padding: 0;
}
#extra-link {
	padding: 0 15px;
	width: 22%;
}
#info {
	width: 22%;
	padding: 0 15px;
}
#footer #contact p {
	display: none;
}
.content_footer_left .footerleft-dec p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-weight: 400;
    color: #999999;
}
#footer #footer_storeinformation_block.col-sm-3.column {
    width: 100%;
    float: left;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	line-height: 26px;
	letter-spacing: 0.8px;
	padding:0;
}
#footer .content_footer_right.col-sm-3.column {
	width: 28%;
	float: right;
	padding: 0;
	position: absolute;
}
#footer #footer_storeinformation_block li .icon-inner {
    background-image: url("../image/megnor/footer-sprite.png");
    background-repeat: no-repeat;
    clear: both;
	float:left;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin: 0 auto;
        margin-right: auto;
    position: relative;
    width: 25px;
    margin-right: 25px;
}
#footer_storeinformation_block  #block_contact_infos .address{
	 padding-bottom: 12px;
}
#footer_storeinformation_block  #block_contact_infos li {
    width: 100%;
    float: left;
}
#footer_storeinformation_block .phoneno {
    padding-bottom: 5px !important;
}
#footer .address-icon.icon-inner {
    background-position: 0 -105px;
}
#footer li:hover .address-icon.icon-inner {background-position: 0 1px;}
#footer .phone-icon.icon-inner {
    background-position: 0px -528px;
}
#footer li:hover .phone-icon.icon-inner {background-position: 0 -422px;}
#footer .email-icon.icon-inner {
    background-position: 0px -319px;
	float:left;
}
#footer li:hover .email-icon.icon-inner {background-position: 0 -213px;}
#footer .column li .emailtxt a {
    width: auto;
    float: left;
        padding-left: 26px;
}
.newsletter .container{
	padding: 0;
}
.newsletter-block .newsletter_form {
	display: inline-block;
	position: relative;
	float: none;
	width: auto;
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
.newsletter-block .news-heading {
	display: inline-block;
	position: relative;
	float: none;
	width: 100%;
	text-align: center;
}
.newsletter .newsletter-block {
    width: 100%;
    display: inline-block;
    position: relative;
}
.newsletter .input-news .text-danger {
	text-align: left;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -30px;
}
.newsletter h2 {
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
	color: #fff;
	line-height: 20px;
	letter-spacing: 0.8px;
	font-family: PFDinTextPro, sans-serif;
}
.newsletter form {
	padding:0;
	display: inline-block;
}
.newsletter {
	text-align: center;
	float: none;
	width: 100%;
	margin: 0;
}
.newsletter h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-family: PFDinTextPro, sans-serif;
	text-align: center;
}
#txtemail {
	background: #f2f2f2;
	border: none;
	color: #222;
	font-size: 12px;
	letter-spacing: .2px;
	padding: 10px 55px 10px 20px;
	text-align: left;
	/*text-transform: capitalize;*/
	width: 390px;
	font-family: PFDinTextPro, sans-serif;
	font-weight: 400;
	height: 42px;
	display: inline-block;
	vertical-align: top;
}

.newsletter .input-news {
	    width: auto;
    display: inline-block;
    position: relative;
    text-align: center;
}
.subscribe-btn {
	float: right;
	display: inline-block;
	margin-left: 0;
	padding: 0;
}

.subscribe-btn .btn-lg {
	background: url("../image/megnor/send-mail.svg") no-repeat center center ;
	background-size: 20px;
	float: right;
	letter-spacing: 1px;
	font-size: 0 !important;
	line-height: 26px;
	background-color: #da037f !important;
	border: none !important;
	height: 42px;
	width: 44px;
}

.newsletter .form-group {
	margin: 0;
	float: left;
}
.email-news {
	background-image: url("../image/megnor/email.svg");
	background-size: 30px;
	height: 28px;
	width: 32px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding-top: 0px;
	position: absolute;
	left: 0;
	top: 2px;
}
.block_title {
	float: left;
	padding: 0 40px 0 40px;
	font-weight: 600;
	position: relative;
	color: #222;
	font-weight: 600;
	line-height: 39px;
	/*text-transform: capitalize;*/
	letter-spacing: .3px;
	margin: 0;
	font-size: 18px;
	width: auto;
	display: inline-block;
	padding-top: 0;
	font-family: PFDinTextPro, sans-serif;
}
#column-left .swiper-pagination-bullet, #column-right .swiper-pagination-bullet {display: none;}
#footer {
	float: left;
	width: 100%;
	background-color: #f2f2f2;
	position: relative;
}
footer {
	width: 100%;
	color: #222;
	float: left;
	margin-top: 40px;
	position: relative;
}
.footer-before {
	background-color: #fff;
	/*padding: 33px 0 33px;*/
	width: 100%;
	overflow: hidden;
	float: left;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}
#footer .container .row {	position: relative;
	width: 100%;
}
.contact_address {
	color: #222;
}
#powered {
	float: none;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	width: auto;
	z-index: 1;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 20px;
	letter-spacing: .8px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
}
#footer #powered br {
	position: absolute;
}
#bottom-footer .list-unstyled {
    margin: 0 auto;
}
#bottom-footer {
    width: auto;
    float: right;
    font-size: 13px;
    color: #9d9d9d;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.content_footer_bottom .payment {display: block;}
.content_footer_bottom .payment .payment-method {
	padding: 0;
	list-style: none;
	margin: 0;
}
.payment {
	position: relative;
	text-align: center;
	float: left;
	width: 100%;
	padding-top: 17px;
}
.payment ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
	padding: 5px 0;
}
.payment .payment-method span {
	font-size: 0;
	height: 23px;
	width: 45px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	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 .visa span {
	background: url("../image/megnor/Visa.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .discover span {
	background: url("../image/megnor/Paypal.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .skrill span {
	background: url("../image/megnor/skrill.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .american span {
	background: url("../image/megnor/american.png") no-repeat scroll 0 0px transparent;
}
.payment .payment-method .paypal span {
	background: url("../image/megnor/Paypal.png") no-repeat scroll 0 0px transparent;
}

.social-icons {
	width: 100%;
	padding: 16px 0;
	text-align: center;
}
#follow_us h3 {
	margin: 12px 0;
	display: inline-block;
	vertical-align: top;
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
	font-family: PFDinTextPro, sans-serif;
}
.social-icons .follow-us .toggle-block {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.social-icons .follow-us .toggle-block li a:hover{color:#fff;}
.social-icons .follow-us .toggle-block li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #a3a3a3;
	font-size: 14px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {color:#222;}
#footer .column li a:hover {
	color: #da037f;
}

#footer .email::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    color: #222;
    float: left;
    font-size: 15px;
    height: 15px;
    position: absolute;
    width: 25px;
    left:0;
    right: auto;
    display: none;
}
#footer .address::before {
	content: "\f041";
	font-family: "FontAwesome";
	color: #2e8bb0;
	float: left;
	font-size: 15px;
	height: 25px;
	width: 25px;
	display: none;
}
#footer .phoneno::before {
    content: "\f095";
    font-family: "FontAwesome";
    color: #2e8bb0;
    float: left;
    font-size: 15px;
    height: 15px;
    width: 25px;
    display: none;
}

#footer .list-unstyled .address_content, #footer .list-unstyled .phoneno_content, #footer .list-unstyled .contact_title {
	color: #222;
	float: left;
	padding-bottom: 10px;
	width: 100%;
}
#footer .manufacture_block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .manufacture_block li:hover{border-color: #2e8bb0;}
#footer .manufacture_block li {
	display: inline-block;
	/*text-transform: capitalize;*/
	font-size: 12px !important;
	padding: 2px 10px;
	margin-right: 2px;
	border: 1px solid #f5f5f5;
	margin-bottom: 8px;
	vertical-align: top;
	font-weight: 300;
}
#footer .manufacture_block li a {padding-bottom: 0;}
#footer .list-unstyled {
	margin: 0;
	font-size: 13px;
	line-height: 28px;
	/*text-transform: capitalize;*/
	letter-spacing: .3px;
	font-weight: 400;
	display: block;
	color: #222;
}

.payment-block ul {
	float: none;
	margin: 0 auto;
	position: relative;
	text-align: center;
	list-style-type: none;
	margin: 15px 0 25px;
	width: 100%;
	display: inline-block;
}
.ct-about-logo {margin-bottom: 27px;}
footer .text {
	color: #222;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 23px;
	line-height: 22px;
	/*text-transform: capitalize;*/
	letter-spacing: 0.4px;
	cursor: pointer;
}
.fa.fa-map-marker {
	float: left;
	font-size: 16px;
	vertical-align: middle;
	width: 26px;
	color: #da037f;
	line-height: 31px;
}
.fa.fa-phone {
	font-size: 16px;
	vertical-align: middle;
	width: 26px;
	color: #da037f;
	line-height: 16px;
}
.fa.fa-envelope {
	float: left;
	font-size: 16px;
	vertical-align: middle;
	width: 26px;
	color: #da037f;
	line-height: 31px;
}
.content_footer_left .text::before,
.content_footer_left .text::before, .newsletter .text::before {
	background: #5c5c5c;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: auto;
	width: 340px;
	height: auto;
	bottom: -12px;
}
#footer h5 {
	color: #222;
	cursor: pointer;
	font-size: 15px;
	margin: 0 0 23px;
	/*text-transform: capitalize;*/
	line-height: 22px;
	letter-spacing: .4px;
	font-weight: 500;
}
.newsletter1 {list-style: none;}
#footer .col-sm-3.column {
	display: inline-block;
	vertical-align: top;
	float: left;
	box-sizing: border-box;
}
#footer .social-icons.col-sm-3.column  {
    width: 100%;
    text-align: center;
    padding: 0;
	z-index: 99;
	position: relative;
}
#footer .column .social-icon a:hover{
	  border: 2px solid #2e8bb0;
}
#footer .column .social-icon a i.fa {
    padding: 9px 10px 9px 10px;
}
#footer .column .social-icon a {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0;
    margin-right: 8px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
#footer .column .social-icon a:hover {
    color: #2e8bb0;
}
.payment-method {
    padding: 0;
}
@media (max-width: 979px) {
	#footer .column {
	    width: 100%;
	}
	#footer .column ul {
		display: none;
	}
}
/*latest*/
.latest.box {
    margin: 64px 0 0;
}
.latest.box .container {
    padding: 0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
/*.breadcrumb {*/
/*	padding: 0 !important;*/
/*	border: none;*/
/*	background-color: transparent !important;*/
/*	text-align: right;*/
/*	border-radius: 0 !important;*/
/*	float: right;*/
/*	width: auto;*/
/*}*/
#content .col-sm-6 h2 {
	font-size: 16px;
}
.container h1, .container h2 {
	/*font-size: 15px;*/
	font-weight: 500;
	margin: 0 0 23px 0;
	line-height: 22px;
}
#product-product .breadcrumb {
	float: none;
	text-align: left;
}
#content .breadcrumb a:hover {
	color: #da037f;
}
.breadcrumb a {
	color: #222;
}
.breadcrumb i {
	font-size: 18px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: "\f101" !important;
	padding: 0 10px !important;
	color: #000;
	font-size: 17px;
}
.breadcrumb > li:after {}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display: inline-block;
	width: 100%;
}
.buttons.clearfix {
	float: right;
}
.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;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.myaccount-menu, #currency .dropdown-menu .btn-link {
	font-size: 14px;
	padding: 20px;
	border-radius: 0;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.quickview-model .productpage-quickview .product-rightinfo .btn-group.wish-comp {
    margin-top: 10px;
}
.productpage .btn-group.wish-comp {
	margin-bottom: 15px;
}
#column-left .checkbox > label:hover {
	color: #da037f;
}
.swiper-viewport{
	border-radius: 0 !important;
}
#product .form-group #input-quantity, .quickview-model #input-quantity {
	width: 60px;
	height: 38px;
	display: inline;
	padding: 8px;
	margin: 0 3px;
	text-align: center;
	margin-right: 10px;
	margin-top: 20px;
}
.productpage .btn-group.wish-comp .btn.btn-default.wishlist{
	margin-left: 0;
}
.btn-group.wish-comp .btn.btn-default.wishlist, .btn-group.wish-comp .btn.btn-default.compare {
	padding: 10px 0px 10px 25px !important;
	margin-left: 15px;
	/*text-transform: capitalize;*/
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: .23px;
}

.modal-content{z-index: 999 !important;}
.btn-default:hover {
	color: #FFFFFF;
}
.productpage-quickview .page-title{
	display: none;
}
.btn-default {
	font-size: 12px ;
	font-weight: 600 ;
	width: auto;
	padding: 9px 20px 10px ;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px ;
	border-radius: 0 ;
	line-height: 19px ;
}
.btn-primary:hover{
	background-color: rgba(0,0,0,1) !important;
	color: #FFFFFF;
	border-color: #000000 !important;
}
.btn-primary {
	background-color: #da037f !important;
	color: #FFFFFF;
	border-color: #da037f !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	width: auto;
	padding: 9px 20px !important;
	text-align: center;
	text-transform: uppercase;

	letter-spacing: 1.5px;
	border-radius: 0 !important;
	line-height: 20px !important;
}
.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);
}
.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;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	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);
}
.product-block .image .reg-image, #column-right .image .reg-image, #column-left .image .reg-image {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    width: 100%;
}
.product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image .button-group button:hover {
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	text-align: center;
	left: 0;
	width: 100%;
	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;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
}
.product-block .image:hover .reg-image, #column-right .image:hover .reg-image, #column-left .image:hover .reg-image {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.product-block:hover .hover-image, #column-right .image:hover .hover-image, #column-left .image:hover .hover-image {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	overflow: hidden;
	
	visibility: visible;
	width: 100%;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
}
@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 a {
	border-top: 1px solid #dddddd;
	color: #888888;
	padding: 8px 12px;
	background: none repeat scroll 0 0 #f5f5f5;
	font-size: 12px;
	letter-spacing: 0.8px;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
}
/* 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 .image {
	position: relative;
	margin-bottom: 0;
	display: inline-block;
}
.product-thumb .image {
	position: relative;
	/*margin: 0 -15px;*/
}
.product-thumb .image a {
	display: block;
}

/*.product-grid .product-thumb .image {*/
/*	float: left;*/
/*	width: 100%;*/
/*}*/
.banners-slider-carousel {
	width: 100%;
	float: left;
	padding: 0;
	margin: 45px 0 45px;
}
.banners-slider-carousel .container {
	
	padding: 0;
}
.content-top-breadcum {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
	height: 0px;
}
#title-content {
	float: right;
	text-align: right;
	right: 0;
	width: 76%;
	position: relative;
	color: #000;
	padding: 12px 0 13px;
	margin-bottom: 15px;

}
#content.productpage .product-left {
	float: left;
	width: 41.667%;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.form-control {
	box-shadow: none !important;
	-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;
}
.productpage #tabs_info {
	margin-top: 50px;
	padding: 0;
}
.productpage #tabs_info .nav-tabs {
	float: left;
	list-style: outside none none;
	margin: 0 0;
	position: relative;
	width: 100%;
	text-align: left;
	z-index: 10;
	border-bottom: none;
}
.productpage #tabs_info .nav-tabs > li > a {
	color: #000;
	display: inline-block;
	border: none;
	line-height: 25px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .4px;
	/*text-transform: capitalize;*/
	position: relative;
	border-radius: 0;
}
.productpage #tabs_info .nav > li > a:hover, .nav > li > a:focus {
	color: #fff;
	background: #da037f;
}
.productpage #tabs_info .nav-tabs > li.active > a, .productpage #tabs_info .nav-tabs > li.active > a:hover, .productpage #tabs_info .nav-tabs > li.active > a:focus {
	color: #fff;
	background: #da037f;
}
.productpage #tabs_info .nav-tabs > li.active > a::before{
	content: none;
	background-color: #2e8bb0 ;
	width: 3px;
	height: 48px;
	position: absolute;
	right: -2px;
	top: 0;
	z-index: 9;
}
.productpage #tabs_info .tab-content {
	line-height: 28px;
	float: left;
	width: 100%;
	padding: 20px;
	position: relative;
	color: #222;
	font-weight: 400;
	letter-spacing: 0.4px;
	border: none;
	background: #fff;
	border: 1px solid #ececec;
}
.productpage #tabs_info #tab-description{width: 100%;text-align: left;}


#product-manufacturer #content p a, .manufacturer-content a:hover {color: #da037f;}
#product-manufacturer #content p a, .manufacturer-content a {color: #838383;}
.productpage #tabs_info .nav-tabs > li {display: block;float: left !important; }
#content.productpage .product-right {
	float: left;
	width: 58.33333%;
	padding-left: 30px;
}
.btn.btn-default.wishlist:hover {
	color: #da037f;
}
.btn.btn-default.compare:hover {
	color: #da037f;
}
.productpage .product-left .image .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
}
.common-home .content-top-breadcum {
	display: none;
}
.quickview-model #content.productpage-quickview {
	width: 100%;
	padding: 20px 5px;
}	
.productpage-quickview .image .thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
}
.quickview-model #content ul.list-unstyled {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
.quickview-model .btn-group.wish-comp .btn.btn-default.wishlist , .quickview-model .btn-group.wish-comp .btn.btn-default.compare{margin-left: 0;}
.productpage .product-right ul li .special-price {
	font-size: 18px;
	font-weight: 500;
	line-height: 38px;
	width: auto;
	display: inline-block;
	margin-right: 10px;
	margin-top: 0;
}
.productpage .product-right .old-price {
	font-size: 18px;
	line-height: 37px;
	font-weight: 300;
	vertical-align: top;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none !important;
}
#form-review h4 {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1.2px;
	color: #000;
	font-family: PFDinTextPro, sans-serif;
}
.productpage-quickview ul li a {color:#838383;}
.productpage-quickview .product-info .image {width: 100%;}
.product-block-hover {
	position: absolute;
	margin-top: 15px;
	margin-right: 10px;
	top: 0;
	right: 0;
	width: 40px;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transition: transform 0.5s ease 0.2s;
	-webkit-transition: transform 0.5s ease 0.2s;
	-moz-transition: transform 0.5s ease 0.2s;
	-ms-transition: transform 0.5s ease 0.2s;
	-o-transition: transform 0.5s ease 0.2s;
}
.product-block.product-thumb:hover .product-block-hover {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-moz-transform: translateX(0);
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		width: 30.33%;
	}
}
.product-thumb h4 a:hover{color:#da037f ;}
.product-thumb h4 a {
	color: #222;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
	/*text-transform: capitalize;*/
	margin-bottom: 0;
	line-height: 18px;
	letter-spacing: .4px;
}

#column-left .product-thumb h4 a, #column-right .product-thumb h4 a {
	color: #222;
	font-size: 14px;
}
#column-left .product-thumb h4:hover a, #column-right .product-thumb h4:hover a {
	color: #da037f;
}
.product-thumb h4 {
	letter-spacing: 0.px;
	/*text-transform: capitalize;*/
	margin: 7px 0 6px;
	display: inline-block;
}
.product-thumb:hover .caption{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	position: relative;
}
.product-list .product-thumb .caption {opacity: 1;}
.product-thumb .caption {
	width: 100%;
	float: left;
	padding: 0px 0 0;
	text-align: left;
}

@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

/*.product-thumb .rating {*/
/*	float: left;*/
/*	width: 100%;*/
/*	position: relative;*/
/*	margin: 0 auto;*/
/*	line-height: 0;*/
/*}*/
#column-left .product-thumb .rating {
	display: none;
}
.productpage .rating-wrapper .fa-stack{
		font-size: 7px;
	width: 9px;
}
.rating .fa-stack, #review .fa-stack {
	font-size: 7px;
	width: 10px;
}
.fa-star-o::before {
	content: "\f005";
}
#product-product .rating-wrapper .fa-star-o, #review .fa-star-o, .rating .fa-star-o, #review .fa-star-o {
	font-size: 13px;
}
#tab-review td p {
	/*text-transform: capitalize;*/
	font-size: 13px;
	padding: 10px 0;
}
.rating-wrapper .fa-star-o, #review .fa-star-o, .rating .fa-star-o,#review .fa-star-o{
	color: #cccccc;
	font-size: 12px;
}
.quickview-model .rating-wrapper .fa-star-o, #review .fa-star-o, .rating .fa-star-o, #review .fa-star-o {
	color: #cccccc;
	font-size: 13px;
}
.quickview-model .rating .fa-star,#review .fa-star{
	color: #fece49;
	font-size: 13px;
}
.rating .fa-star,#review .fa-star{
	color: #fece49;
	font-size: 12px;
}
.rating-wrapper .fa-star + .fa-star-o, .rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o{
	color: #fece49;
}
h2.price {
	margin: 0;
}
.product-list .product-block .product-details .desc {
	margin: 10px 0 15px;
}
.product-list .product-thumb .rating {
	float: left;
	opacity: 1;
	margin: 0 0 10px;
}
.product-list .product-thumb .price.list{display: block;margin-top: 10px;width: 100%;}
.product-list .product-thumb .price{display: block;}
.product-list .product-thumb:hover .price, .product-list .product-thumb:hover .price-new, .product-list .product-thumb:hover .price-old {opacity: 1;}
.product-grid .product-thumb .price.list {display: none;}

.product-thumb .price {
margin-top: 0;
margin-bottom: 0;
color: #222;
font-size: 14px;
font-weight: 500;
letter-spacing: .4px;
line-height: 22px;
}

.product-thumb .price-new {
	font-weight: 600;
	float:left;
	margin-right: 5px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.6px;
}
.product-thumb .price-new {
color: #222;
font-size: 14px;
font-weight: 500;
letter-spacing: .4px;
line-height: 22px;
}
.product-thumb .price-old {
	color: #666;
	text-decoration: line-through;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}
.product-thumb .price-tax {
	color: #999;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    display: none;
}
#content .product-thumb .product-details {
	width: 100%;
	display: flex;
	text-align: left;
	min-height: 95px;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 10px;
	height: 100%;
}

.box-featured .product-thumb:hover .button-group, 
.box-bestseller .product-thumb:hover .button-group, 
.box-special .product-thumb:hover .button-group {
	bottom: 10px;
	opacity: 1;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.product-thumb .button-group {
	position: absolute;
	top: 5px;
	right: 14px;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	left: auto;
	text-align: center;
}
.product-thumb:hover .button-group {
	opacity: 1;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	bottom: 10px;
}
#tab-latest #tablatest-grid .product-items, #tab-special #tabspecial-grid .product-items, #tab-bestseller #tabbestseller-grid .product-items {
	display: none;
}
.hometab {
	float: left;
	width: 100%;
	margin: 60px 0 60px;
	position: relative;
	padding: 0;
}
.cms-banner {
	margin-bottom: 0;
	margin-top: 0;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.cms-banner img:hover {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	-o-transform: scale(1.07);
	-moz-transform: scale(1.07);
}
.cms-banner img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	cursor: pointer;
	position: relative;
	height: auto;
	overflow: hidden;
}
.tab-head {
   width: 64%;
    float: left;
	position: relative;
	z-index: 9;
	margin-bottom: 20px;

}
.cms-main {
	float: left;
	width: 60.8%;
	margin-right: 33px;
	position: relative;
}
.cms-left {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.cms-middle {
	float: left;
	width: 100%;
	position: relative;
}
.cms-banner4.banner {
	float: left;
	width: 47.9%;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
}
.cms-right {
	float: left;
	width: 36.4%;
	position: relative;
}
.cms-banner2.banner {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.cms-banner5.banner {
	float: left;
	width: 47.9%;
	position: relative;
	overflow: hidden;
}
.cms-banner3.banner {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.text1 {
	font-size: 16px;
	color: #da037f;
	letter-spacing: .6px;
	line-height: 20px;
	font-weight: 400;
}
.sub-banner1-content .text2 {
	font-size: 15px;
	letter-spacing: .2px;
	color: #222;
	font-weight: 500;
	line-height: 20px;
	float: left;
	width: 100%;
}
.sub-banner1-content {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #fff;
	padding: 10px 30px 15px 30px;
	text-align: center;
}
.hometab .tab-head .tab-title {
	margin: 0;
	padding: 20px 0;
	font-size: 30px;
	color: #000;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0px;
	line-height: 28px;
	/*text-transform: capitalize;*/
	width: auto;
float: left;
padding-right: 40px;
background-color: #fff;
position: relative;
}
.hometab .tab-head::before {
    content: "";
    position: absolute;
    background-color: #e6e6e8;
    height: 1px;
    width: 64%;
    left: 33%;
    top: 34px;

}
.tm-message {
	display: none;
	font-size: 20px;
	text-align: center;
	margin: 20px 0;
}
.hometab .tab-content {
	border: none;
	padding: 0;
	overflow: visible;
	float: left;
	width: 100%;
}
.cms-banner3.banner .sub-banner1-content{
bottom: 10px;
right: 10px;
left: auto;
top: auto;
}
.tabfeatured_default_width{ width:185px;}
.tabbestseller_default_width{ width:270px;}
.tablatest_default_width{ width:270px;}
.tabspecial_default_width{ width:270px;}
.featured_default_width{ width:274px;}
.latest_default_width{ width:274px;}
.special_default_width{ width:270px;}
.bestseller_default_width{ width:274px;}
.related_default_width{ width:314px;}
.blog_default_width {width: 323px;}
.grid_default_width { width:230px;}
.module_default_width{ width:200px;}
.additional_default_width{ width:100px;}
#products-related {
	position: relative;
}
.htabs {
	float: left;
position: relative;
width: auto;
clear: none;
margin-bottom: 20px;
}
.box-content {
	margin: 0 -15px;
}
#column-left .box-content {
	margin: 0;
}
.box-special .customNavigation {
	right: 0px;
	top: 0%;
}
.etabs {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.htabs .etabs li {
    display: inline-block;
    float: left;
    line-height: 17px;
    list-style: none outside none;
    position: relative;
    text-align: center;
}
.htabs a {
	color: #313131;
	display: block;
	float: left;
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	line-height: 25px;
	text-transform:capitalize;
	margin-right: 40px;
}
.htabs a.selected, .htabs a:hover ,.htabss a:focus{color:#da037f;}
.htabs a.selected::after, .htabs a:hover::after{
	content: "";
	font-family: 'FontAwesome';
	bottom: -10px;
	position: absolute;
	left: 0;
	right: 0;
}
.tab-content {
	position:relative;
	padding: 10px;
	z-index: 2;
	overflow: visible;
}
.tab-content .tab {
    display: none;
}
.loadmore .gridcount .fa.fa-refresh {
	margin-right: 10px;
	font-size: 20px;
	vertical-align: text-bottom;
}
.loadmore {
	text-align: center;
	margin: 20px 0px 50px;
}
.loadmore .gridcount:hover{
	background: none;
	border:none;
	color: #2e8bb0 ;
}
.loadmore .gridcount {
	background: none;
	border: none;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 600;
	box-shadow: none;
	background-color: transparent !important;
}
.hometab .customNavigation a.prev::before {
	content: '';
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	color: #000;
}
.hometab .customNavigation a {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	display: block;
	font-size: 0;
	color: #000;
	height: 44px;
	position: absolute;
	text-align: center;
	width: 30px;
	line-height: 38px;
	z-index: 9;
	transition:none;
	
}
.hometab .customNavigation a.next::before { 
	color:#000000; 
	content: '';
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
}
@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 {
	width: auto;
	border: none;
	display: inline-block;
	float: left;
	background-color: transparent;
	color: #000;
	padding: 0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-top: 5px;
	position: relative;
}


.product-thumb .button-group .quickview a, .product-thumb .button-group1 .quickview a {
	height: 35px;
	width: 35px;
	display: block;
	color: #000;
	margin-top: 10px;
	background: #fff;
}
.product-thumb .button-group button, .product-thumb .button-group1 button {
	height: 35px;
	width: 35px;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	display: block;
	background: #fff;
	border-radius: 4px;
	float: none;
	margin: 10px 5px 0 0;
	color: #000;
	border: none;
}
.product-thumb .button-group1 {
	width: auto;
	float: left;
	display: none;
}
.product-thumb .button-group1 .quickview {
	padding: 0;
	text-align: center;
	position: relative;
	float: left;
	background: #f5f5f5;
	margin-right: 5px;
}
.product-thumb:hover .button-group1 {
	opacity:1;
	-ms-transition: all 0.3s ease 0s;
	
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.product-list .product-thumb .button-group1 button {
	float: left;
	margin: 0 5px 5px 0;
	position: relative;
	background: #f5f5f5;
}
#account-order .fa-eye::before {position: relative;}	
 .product-thumb .button-group1 .quickview a {position: relative;text-align: center;}
#cart .text-right .addtocart,#cart .text-right .checkout{width:auto;float:left;}
#cart .dropdown-menu .img-thumbnail{width:auto; max-width:none;border:none;padding: 0;}
#cart .text-right .addtocart{margin:0 5px 0 0;}
.cart-menu .table tr .text-center {padding: 0;}
.product-thumb .button-group .quickview:hover a , .product-thumb .button-group1 .quickview:hover a , .product-thumb .button-group button:hover, .product-thumb .button-group1 button:hover , #cart .text-right .addtocart:hover,#cart .text-right .checkout:hover{
	background: #da037f;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 25px;
	padding: 0;
	display: block;
	border: none;
}
.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;*/
	}
}
.fa-eye::before {
    content: "\f06e";
	line-height: 35px;
}
.fa-shopping-cart::before {
    content: "\f07a";
	line-height: 27px;
}
.fa-heart::before {
    content: "\f004";
	line-height: 27px;
}
.fa-exchange::before {
    content: "\f0ec";
	line-height: 27px;
}

.header-wishlist .fa-heart {
    height: 33px;
    width: 40px;
	position:relative;
}
.header-wishlist .fa-heart::before {

    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    font-size: 0;
    background: transparent url("../image/megnor/Sprite-icon.png") no-repeat scroll 10px -362px;
    height: 33px;
    width: 40px;

}
.header-wishlist:hover .fa-heart::before {
    background-position: 10px -455px;
}
.btn-group.wish-comp .fa-heart::before , .btn-group.wish-comp .fa-exchange::before{
position:absolute;
    left: 0;
    right: auto;
    top: 6px;
}
.btn-group.wish-comp .btn-default {

    background-color: transparent !important;
    border: none;

    color: #000;

}
.fa {
	font-size: 15px;
}
.product-info .image {
	position: relative;
	display: block;
	cursor: pointer;
	float: left;
	width: 100%;
	overflow: hidden;
}
.productpage h3 {
	margin-top: 0;
	/*text-transform: capitalize;*/
	font-weight: 400;
	color: #222;
	margin-bottom: 20px;
	font-size: 20px;
}
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel {
	float: left;
	height: 100%;
	padding: 0px 0;
	margin-right: 0;
	position: relative;
	text-align: center;
	width: 100%;
	top: 21px;
}
#product-product .col-sm-6.productpage #additional-carousel {
	padding: 0 20px;
}
#content .additional-carousel .slider-wrapper-outer .product-block {
	padding: 0 7px;
}

.productpage .customNavigation .fa.prev.fa-arrow-left {
	background: url("../image/megnor/left.svg")no-repeat center;
	
	width: 22px;
	background-size: 20px;
	display: block;
}
.productpage .customNavigation .fa.prev.fa-arrow-left:hover {
	background: url("../image/megnor/left-hover.svg")no-repeat center;
	background-size: 20px;
	display: block;
	content: ' ';
	
width: 22px;
}
.fa.next.fa-arrow-right::before {
	display: none;
}
.productpage .customNavigation .fa.next.fa-arrow-right {
	background: url("../image/megnor/right.svg")no-repeat center;
		width: 22px;
	background-size: 20px;
}
.productpage .customNavigation .fa.next.fa-arrow-right:hover {
	background: url("../image/megnor/right-hover.svg")no-repeat center;
	
	width: 22px;
	background-size: 20px;
}

.productpage .timepicker-picker .table-condensed .btn{
	border: none;
}
.product-info .additional-carousel .bx-pager {display: none;}
.product-info .additional-carousel .bx-controls-direction a.bx-next {
	position: absolute;
	bottom: 5px;
	left: auto;
	right: 57px;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	font-size: 0;
	cursor: pointer;
}
.product-info .additional-carousel .bx-controls-direction a.bx-next:hover::before, .product-info .additional-carousel .bx-controls-direction a.bx-prev:hover::before{color: #da037f ;}
.product-info .additional-carousel .bx-controls-direction a.bx-prev:hover, .product-info .additional-carousel .bx-controls-direction a.bx-next:hover{background: none;}
.product-info .additional-carousel .bx-controls-direction a.bx-prev {
	position: absolute;
	top: 20px;
	left: auto;
	right: 57px;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	font-size: 0;
	cursor: pointer;
}
.product-info .additional-carousel .bx-controls-direction a.bx-next::before{
	content: '\f175';
	font-size: 16px;
	font-family: "FontAwesome";
	color: #000;
	vertical-align: middle;
}
.product-info .additional-carousel .bx-controls-direction a.bx-prev::before {
	content: '\f176';
	font-size: 16px;
	font-family: "FontAwesome";
	color: #000;
	vertical-align: middle;
}
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	height: auto;
	padding: 0 10px;
}
.product-info .image-additional a {
	display: block;
	margin: 0 auto;
}
.additional-carousel .elevatezoom-gallery {
	padding: 0;
}
.additional-carousel .slider-item .product-block img:hover {
	border: 1px solid #da037f;
}
#column-left .box .box-heading, #column-right .box .box-heading {
	background: #f2f2f2;
	font-size: 16px;
	color: #222;
	line-height: 18px;
	font-weight: 500;
	text-transform: capitalize !important;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 15px;
	clear: both;
}
.product-right .btn-group .wishlist .fa,.product-right .btn-group .compare .fa{margin-right:0;}

/* Megnor www.templatemela.com - Start */
.quickview-model .special-price {
	color: #222;
	display: inline-block;
}
.quickview-model .old-price {
    display: inline-block;
}
/* box */  

.box .box-heading {
	background: #f2f2f2;
	font-size: 15px;
	color: #222;
	cursor: pointer;
	margin: 0 0 23px;
	/*text-transform: capitalize;*/
	line-height: 22px;
	letter-spacing: .4px;
	font-weight: 500;
}
.box .box-content {
	-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;
	border: none;
}
#content .heading-wrapper {
	position: relative;
	width: 100%;
}
#content .box-heading {
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	position: relative;
	font-size: 25px;
	color: #222;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
	text-transform: capitalize !important;
	text-align: center;
	width: auto;
	clear: both;
	margin: 0 0 25px;
	float: left;
	background: none;
}
#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding:0;
	margin: 0px -15px;
 	position: relative;
}
.tab-content .customNavigation {
	top: -50px;
}
.hometab .customNavigation {
	opacity: 0;
	left: auto;
}
.hometab .box-content:hover .customNavigation {
	opacity: 1;
}
.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: 24px;
	border: none;
}
.box .box-content ul li a , #content .content ul li a{
	color: #000;
	letter-spacing: 0.8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.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 {
	color: #da037f;
}
#content .product-layout.product-grid, #content .product-layout.product-list {
	/*padding: 0;*/
	margin-bottom: 30px;
}
#content .product-layout.product-grid {
    width: 33.33%;
}
.product-grid .button-group1 {
    display: none;
}
.product-list .product-block-inner {
	padding: 0px 15px 23px;
}
.box .box-content ul ul{
	margin-left:15px;
}
#column-left .list-group, #column-right .list-group, #column-right .list-group-item, #column-left .list-group-item {
	border: none;
	border-radius: 0;
	background: none;
	padding: 0;
	letter-spacing: 0.8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #000;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #da037f !important;
}
#product-category #column-left .list-group-item .checkbox{
	    margin-top: 1px !important;
    margin-bottom: 1px !important;
}
#product-category #column-left .list-group-item {
	padding: 5px 0 0;
	font-size: 14px;
	margin: 0;
}
#column-left .list-group .panel-footer {
	background-color: transparent;
	border: none;
	padding: 10px 0;
}
#column-left .list-group {
	width: 100%;
	float: left;
	padding: 15px 5px 0;
}
#product-category .title {
    color: #000;
    font-weight: 500;
}
#content .row-block .row {margin: 0 -25px;}
.contact-info .left .address-detail .btn.btn-info:hover{
	background-color: rgba(0,0,0,1) !important;
	color: #FFFFFF;
	border-color: #000000 !important;
}
#information-sitemap .sitemap-left a:hover, #information-sitemap .sitemap-right a:hover {
	color: #da037f;
}
#information-sitemap .sitemap-left a, #information-sitemap .sitemap-right a, #account-register a{color: #222;}
/*.btn-danger {*/
/*	border-radius: 0 !important;*/
/*	text-transform: uppercase;*/
/*	font-size: 12px;*/
/*	line-height: 20px;*/
/*	padding: 9px 20px !important;*/
/*	margin-top: 0 !important;*/
/*}*/
.col-sm-6.sitemap-left {
	width: 100%;
}
.col-sm-8 {
	width: 75%;
}
#cart .btn-danger {
    padding: 5px !important;
}
#cart strong {
    font-weight: 300;
}
#account-login .well, #affiliate-login .well {
	box-shadow: none;
	background-color: transparent;
	border-radius: 0;
}
#affiliate-login .well .form-group a:hover, #account-login .well .form-group a:hover, #account-account #content ul li a:hover, #account-wishlist .table .text-left a:hover {
	color: #da037f;}
#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: #000;}
.information-contact .panel.panel-default {
	border-radius: 0;
	box-shadow: none;
	border: none;
}
#content .pull-right .btn.btn-primary, .product-compare .btn-primary, #cart .cart-menu .button-container strong {
	background-color: #da037f !important;
	color: #FFFFFF;
	border-color: #da037f !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	width: auto;
	padding: 9px 20px 10px !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0 !important;
	line-height: 20px !important;
}
#cart .cart-menu .button-container strong {
	line-height: 44px !important;
	padding: 15px 20px 15px !important;
}
#content .pull-right .btn.btn-primary:hover, .product-compare .btn-primary:hover, .btn-primary:hover,
#cart .cart-menu .button-container strong:hover, #content .pull-left .btn.btn-default:hover {
	background-color: #000000 !important;
	color: #FFFFFF;
	border-color: #000000 !important;
}
#product-compare #content .table strong {color: #838383;}
.contact-info .left .address-detail .btn.btn-info {
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
	background-color: #2e8bb0 ;
	color: #FFFFFF;
	border-color: #2e8bb0 ;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius:0;
	-moz-border-radius: 0;
	line-height: 24px;
}

/* Product Grid Start */

#content .box-product {
	list-style-type: none;
	position: relative;
	width: 100% !important;
	padding: 0px;
	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:308px;
	float:left;
	display: inline-block;
}
.ie7 .product-grid li{ width:192px !important; }
#content .image-additional .slider-item {
	display: inline-block;
	float: left;
	width: 107px;
}
#content .image-additional .slider-item .product-block{	
	margin:0; 
	background:#fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	clear:both;
	overflow:hidden;
}
.banners-slider-carousel:hover .customNavigation a, #testimonial:hover .customNavigation a, .hometab:hover .customNavigation a {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1; 
}
/* .testimonial_inner, .homepage-testimonial-inner, .peoplesay-block {
	float: left;
	width: 100%;
} */
#testimonial .customNavigation a.next{right: 35% !important;}
#testimonial .customNavigation a.prev{left: 35%;}
 #testimonial .customNavigation a{
 	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	display: block;
	font-size: 0;
	color: #000;
	height: 44px;
	position: absolute;
	text-align: center;
	width: 30px;
	line-height: 38px;
	top: -65px !important;
	transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
background-color: transparent;
 }
.banners-slider-carousel .customNavigation a{
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	display: block;
	font-size: 0;
	color: #000;
	height: 44px;
	position: absolute;
	text-align: center;
	width: 30px;
	line-height: 38px;
	top: 30px !important;
}
#carousel-0.banners-slider-carousel .customNavigation a.prev::before{
	content: "";
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	color: #000;
	width: 36px;
	height: 47px;
}
.banners-slider-carousel .customNavigation a.prev::before { background: none;}
#carousel-0.banners-slider-carousel .customNavigation a.prev:hover::before {
    background-position: 0px -88px;
}
#carousel-0.banners-slider-carousel .customNavigation a.next::before{
	content: "";
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	color: #000;
	width: 36px;
	height: 47px;
}
#carousel-0.banners-slider-carousel .customNavigation a.next:hover::before{
    background-position: -88px -88px;
}
#content .product-carousel .product-block {
    padding: 0 15px;
}
.all-blog .panel-default {
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 15px;
}
.all-blog > .panel-default {
	column-count: 2;
	column-gap: 20px;
}
.all-blog .panel-default:last-child {
	border: none;
	width: 100%;
}
.panel-default .blog-right-content h5 {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}
.blog-right-content .write-comment a, .blog-right-content .blog-date {
	color: #222;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	/*text-transform: capitalize;*/
	font-weight: 500;
}
.blog-left-content .blog-image:hover .zoom {
	left: 0;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.blog-left-content .blog-image:hover .readmore_link {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	right: 0;
}
.all-blog .panel .panel-body {
	padding: 10px 0 0;
}
.all-blog .panel .blog-left-content .blog-image img {
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
	width: 100%;
}
.post-image-hover {
	height: 100%;
	position: absolute;
	bottom: 0;
	width: 100%;
	top: auto;
}
.blog-left-content:hover .post_hover {
	top: 44%;
}
.blog-image .post_hover {
	left: 0;
	margin: 0 auto;
	width: 90px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 44%;
}
.blog-left-content .blog-image .zoom {
	border: 2px solid #da037f;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	margin-right: 10px;
	padding: 6px 12px;
	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;
	left: 15px;
	right: auto;
	position: absolute;
	background: #da037f;
}
.blog-left-content .blog-image:hover .zoom {
	left: 0;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.blog-left-content:hover .blog-image .zoom .fa, .blog-left-content:hover .blog-image .readmore_link .fa {
	font-size: 14px;
	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;
}
.blog-left-content .blog-image .zoom:hover, .blog-left-content .blog-image .readmore_link:hover {
	color: #fff;
	border-color: #222;
	background: #222;
}
.all-blog .blog-right-content h5 a {
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	/*text-transform: capitalize;*/
	letter-spacing: 0.4px;
	color: #000;
}
.all-blog .blog-right-content h5:hover a {
color: #da037f;}
.all-blog .blog-right-content .blog-date {
	padding: 0;
}
.all-blog .blog-desc {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	margin: 2px 0 0;
	position: relative;
	letter-spacing: .6px;
	font-weight: 500;
	color: #222;
}
.read-more a:hover, .read-more a:focus {
	color: #fff;
	border-color: #000;
	background-color: #222;
}
.information-blogger-blogs .read-more a {
	font-size: 14px;
}
.information-blogger-blogs h1 {
	float: left;
}
.information-blogger-blogs .blog-right-content h5 a {
		color: #222;
		float: left;
		font-size: 17px;
		font-weight: 400;
		letter-spacing: .5px;
		line-height: 30px;
		margin-bottom: 10px;
		text-align: left;
		display: inline-block;
		font-family: PFDinTextPro, sans-serif;
}
.information-blogger .container h1 {
	width: auto;
	float: left;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 10px;
	/*text-transform: capitalize;*/
	line-height: 1.1;
	letter-spacing: .4px;
}
.information-blogger .breadcrumb {
	float: left;
	right: 0;
	color: #161616;
	font-size: 13px;
	overflow: hidden;
	position: relative;
	text-align: left;
	z-index: 1;
	padding: 12px 0 13px;
	margin: 0;
	margin-bottom: 0px;
	width: 100%;
	margin-bottom: 15px;
}
	.read-more a {
		display: inline-block;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		cursor: pointer;
		user-select: none;
		
		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;
		background: #da037f;
		font-weight: 500;
		font-size: 13px;
		line-height: 18px;
		letter-spacing: .23px;
		color: #fff;
		text-transform: uppercase;
		margin: 0;
		padding: 10px 15px;
}
.information-blogger .blog-img {
	padding-bottom: 30px;
	width: 100%;
}
.single-blog .blog-img img {
		border: none;
		padding: 0;
		border-radius: 0;
		width: 100%;
	}
	.single-blog .blog-desc {
		float: left;
		width: 100%;
		line-height: 25px;
		letter-spacing: 0.5px;
		font-weight: 400;
		clear: both;
		font-size: 14px;
		color: #222;
		text-align: justify;
		margin: 0 0 60px;
}
.single-blog .alert-success {
    clear: both;
}
#add-comment {
	border: none;
	box-shadow: none;
}
#add-comment legend, .single-blog h4, .single-blog .block-title h3 {
	border-bottom: none;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1;
	color: #000;
}
.view-comment .panel.panel-default {
	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;
	padding: 20px !important;
}
.view-comment .coment1 {
	width: 100%;
	float: left;
}
textarea.form-control {
	height: auto !important;
}
.all-blog .read-more {
	float: left;
}
.blog-right-content .write-comment {
	float: left;
}
.blog-date {
	width: auto;
	position: relative;
	z-index: 9;
	float: left;
	text-align: center;
	padding: 25px 30px;
}
.date1 {
    font-size: 13px;
	line-height:20px;
    color: #8a8a8a;
    font-weight: 300;
	text-align: center;
}
.blog-right-content {
	float: left;
	width: 100%;
	padding: 20px 0 0;
}
.blog-left-content .blog-image:hover .readmore_link {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	right: 0;
}
.blog-left-content .blog-image .readmore_link {
	border: 2px solid #da037f;
	color: #fff;
	display: inline-block;
	padding: 6px 12px;
	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;
	right: 15px;
	left: auto;
	position: absolute;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	background: #da037f;
}
.all-blog .blog-left-content {
	float: left;
	text-align: center;
	position: relative;
	width: 100%;
}
 #testimonial .customNavigation a.prev::before{
	 content: '\f104';
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	color: #000;
 }
 #testimonial .customNavigation a.next::before{
	color: #000000;
	content: '\f105';
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute; 	
 }
 .peoplesay-block .cms-box-heading a {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	color: #2e8bb0;
}
.peoplesay-block .cms-box-heading span {
	margin: 0 0 20px;
	color: #aaa;
	font-style: italic;
	/*text-transform: capitalize;*/
	font-size: 12px;
	font-weight: 400;
	text-align: center;
}
.testimonial-cms {
	float: right;
	width: 100%;
	position: relative;
	display: block;
	padding: 0;
}
#testimonial-carousel .test-content .image {
	background: url("../image/megnor/quote.png") no-repeat scroll 0 0;
	height: 70px;
	width: 70px;
	position: relative;
	content: '';
	float: none;
	text-align: center;
	display: inline-block;
}
#testimonial .test-content .test-desc .title {
	font-family: PFDinTextPro, sans-serif;
	font-size: 50px;
	line-height: 56px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 20px 0;
	letter-spacing: 5px;
	text-align: center;
	padding: 20px 0;
	color: #000;
	position: relative;
}
#testimonial-carousel .peoplesay-block .test-content .test-desc p {
	display: block;
	/* margin: 0; */
	position: relative;
	width: 100%;
	text-align: left;
	float: none;
	margin: 14px auto;
	color: #222;
}
#testimonial .peoplesay-block .test-desc {
	display: inline-block;
	float: none;
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: .3px;
	font-weight: 400;
	margin: 0;
}
.content_footer_left .test-desc {
	margin: 0 15px;
}
#testimonial .peoplesay-block .cms-box-heading {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	float: none;
	width: 100%;
}
.banners-slider-carousel .product-carousel img:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	filter: none;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}
.banners-slider-carousel .product-carousel img {
	max-width: 100%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	opacity: 0.6;
	-khtml-opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	position: relative;
	margin: 0 auto;
	transition: all 500ms ease 0s;
	filter: grayscale(100%) brightness(300%) contrast(0);
}
#testimonial.container {
	width: 1000px;
	padding: 0;
}
.testimonial_default_width {
	width: 100%;
}
.Blog .blog-item .blog-right h4 {
	margin: 7px 0;
	float: left;
	width: 100%;
}
.Blog .blog-item .blog-right h4 a {
	margin: 0 0;
	font-weight: 500;
	color: #000;
	line-height: 22px;
	font-size: 14px;
	letter-spacing: 0.4px;
}
.Blog .blog-item .blog-right .date-time:hover, .Blog .blog-item .blog-right h4 a:hover{color:  #da037f;;}
.Blog .blog-item .blog-right .date-time {
		display: inline-block;
		font-size: 13px;
		vertical-align: top;
		margin: 0 auto;
		position: relative;
		line-height: 18px;
		letter-spacing: 0.4px;
		color: #da037f;
}
.Blog .product-block:hover .blog-right{
	opacity: 1;
}
.Blog .blog-right {
	text-align: left;
	background-color: #fff;
	position: absolute;
	bottom: 25px;
	right: 25px;
	padding: 20px 16px 18px;
	left: 25px;
	opacity: 0;
}
.blog-desc {
	color: #808080;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.8px;
	font-weight: 400;
	display: block;
	margin-top: 0;
}
.read-more {
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 15px 0 0;
	text-align: left;
}
.Blog .owl-carousel .owl-buttons .owl-prev::before {
	content: '';
	position: absolute;
	right: -3px;
	left: auto;
	top: 8px;
	bottom: auto;
	height: 15px;
	width: 1px;
	background: #dbdbdb;
}
.Blog .owl-carousel .owl-controls {
position: absolute;
z-index: 5;
width: auto;
top: 5px;
direction: ltr !important;
right: 0;
opacity: 1;
}
.owl-buttons {
    position: relative;
    display: inline-block;
    float: right;
}
.owl-carousel .owl-buttons .owl-prev:hover {
	background: url("../image/megnor/left-hover.svg")no-repeat scroll center;
	background-size: 20px;
}
.owl-carousel .owl-buttons .owl-next:hover{
	background-position: center -247px;
	background-color: #da037f;
	background: url("../image/megnor/right-hover.svg")no-repeat scroll center;
	background-size: 20px;
}
.owl-carousel .owl-buttons div{
	    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
.owl-carousel .owl-buttons .owl-prev{
    left: auto;
    right: 50px ;
    background: url("../image/megnor/left.svg")no-repeat scroll center ;
    top: 0 ;
    position: relative ;
	background-size: 20px;
}
.owl-carousel .owl-buttons .owl-next{
	    right: 15px ;
    left: auto;
    background: url("../image/megnor/right.svg")no-repeat scroll center ;
    top: 0 !important;
	background-size: 20px;
}
#testimonial .owl-prev, #testimonial .owl-next {
	height: 20px;
	width: 20px;
	font-size: 0;
	opacity: 1;
}
#testimonial .owl-controls.clickable {
	position: absolute;
	top: -45px;
	bottom: 0;
	width: 100%;
}
#testimonial-carousel {
	overflow: visible;
	}

.owl-carousel .owl-buttons .owl-prev, .owl-carousel:hover .owl-buttons .owl-prev {left:auto; right:  50px;}
.owl-carousel .owl-buttons .owl-next, .owl-carousel:hover .owl-buttons .owl-next {right: 15px;left: auto;}
.customNavigation a.prev:hover::before, .customNavigation a.next:hover::before,
.Blog .owl-carousel .owl-buttons .owl-prev:hover::before, #instagram.owl-carousel .owl-buttons .owl-prev:hover::before,
.Blog .owl-carousel .owl-buttons .owl-next:hover::before, #instagram.owl-carousel .owl-buttons .owl-next:hover::before{color: #2e8bb0 !important;}
.Blog .owl-carousel .owl-buttons .owl-next::before{
	color: #000000;
	content: '\f105';
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	right: 0 !important;
	left: 0;
	font-family: FontAwesome;
	display: none;
}
.Blog:hover .owl-carousel .owl-buttons div, #instagram:hover.owl-carousel .owl-buttons div{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.Blog .owl-carousel .owl-buttons div, #instagram.owl-carousel .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	display: block;
	font-size: 0;
	color: #000;
	height: 30px;
	position: absolute;
	text-align: center;
	width: 30px;
	line-height: 38px;
	top: 0;
}
.box.Blog {
	float: left;
	width: 100%;
	margin: 29px 0 0px;
	position: relative;
	clear: both;
	padding: 0;
}
.blog-subtitle {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-align: center;
	padding-bottom:50px;
	display: none;
}
.blog-left .blog-image .zoom:hover, .blog-left .blog-image .readmore_link:hover {
	background: #000;
	border-color: #000;
}
#servicecmsblock {
	float: none;
	width: 100%;
	position: relative;
	padding: 65px 0;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
}
#servicecmsblock .first-content-one, #servicecmsblock .third-content-three, #servicecmsblock .second-content-two, #servicecmsblock .forth-content-forth , #servicecmsblock .six -content-forth , #servicecmsblock .five-content-forth {
	cursor: pointer;
	float: left;
	width: 25%;
	position: relative;
	/*border-right: 1px solid #e6e6e6;*/
}
/*#servicecmsblock .forth-content-forth {
	border-right: none;
}*/
.header-tel {
	display: none;
}
.no-mobile {
	display: initial!important;
}
.mobile {
	display: none!important;
}
.links-item {
	font-family: PFDinTextPro, sans-serif;
	color: #222;
	padding: 0 13px;
	border-right: 1px solid #dbdbdb;
	font-weight: 400;
	line-height: 24px;
	/*text-transform: capitalize;*/
	font-size: 13px;
}
.links-item:last-child {
	border: none;
	padding-right: 0;
}
.links-item:first-child {
	/*border: none;*/
	padding-left: 0;
}
.swiper-button-next::before {
	background: url("../image/megnor/next.svg") no-repeat center center;
	background-size: 25px;
	content: "\f054";
	font-size: 0;
	display: block;
}

.swiper-button-prev::before {
	background: url("../image/megnor/pre.svg") no-repeat center center;
	background-size: auto;
	background-size: 25px;
	content: "\f054";
	font-size: 0;
	display: block;
}

/*.swiper-button-prev::before {*/
/*	background: url("../image/megnor/pre-hover.svg") no-repeat center center;*/
/*	background-size: 25px;*/
/*}*/
#servicecmsblock .first-content-one .icon1 {
	background: url(../image/megnor/new/Fus_01_new.svg) no-repeat center center;
	background: url(/image/catalog/main/Fus_01_new.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock  .second-content-two .icon1{
	background: url(../image/megnor/new/new-rations_01.svg) no-repeat center center;
	background: url(/image/catalog/main/Zmina-strav_01.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock .third-content-three .icon1 {
	background: url(../image/megnor/new/sick_01.svg) no-repeat center center;
	background: url(/image/catalog/main/Zahvoryuvannya_01.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock .forth-content-forth .icon1 {
	background: url(../image/megnor/new/w-loss_01.svg) no-repeat center center;
	background: url(/image/catalog/main/Shudnennya_01.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock .five-content-forth .icon1 {
	background: url(../image/megnor/new/no-sugar_01.svg) no-repeat center center;
	background: url(/image/catalog/main/Bez-cukru_01.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock .six-content-forth .icon1 {
	background: url(../image/megnor/piggy-bank-with-coin.svg) no-repeat center center;
	background: url(/image/catalog/main/Alergii_01.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock .first-content-one .service-content:hover .icon1 {
	background: url(../image/megnor/new/Fus_02_color_new.svg) no-repeat center center;
	background: url(/image/catalog/main/Fus_02_new.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock .second-content-two .service-content:hover .icon1 {
	background: url(../image/megnor/new/new-rations_02_color.svg) no-repeat center center;
	background: url(/image/catalog/main/Zmina-strav_02.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock .third-content-three .service-content:hover .icon1 {
	background: url(../image/megnor/new/sick_02_color.svg) no-repeat center center;
	background: url(/image/catalog/main/Zahvoryuvannya_02.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock .forth-content-forth .service-content:hover .icon1 {
	background: url(../image/megnor/new/w-loss_02_color.svg) no-repeat center center;
	background: url(/image/catalog/main/Shudnennya_02.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock .five-content-forth .service-content:hover .icon1 {
	background: url(../image/megnor/new/no-sugar_02_color.svg) no-repeat center center;
	background: url(/image/catalog/main/Bez-cukru_02.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock .six-content-forth .service-content:hover .icon1 {
	background: url(../image/megnor/new/aler_02_color.svg) no-repeat center center;
	background: url(/image/catalog/main/Alergiyi_02.png) no-repeat center center;
	background-size: 60px;
}
#servicecmsblock .icon1{
	width: 100%;
	margin: 0 !important;
	padding:    6px 12px 10px 0 !important;
	text-align: center;
}
#servicecmsblock .icon-left1, #servicecmsblock .icon-left2, #servicecmsblock .icon-left3{
	margin: 0 30px 0 0;
	vertical-align: top;
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
	float: left;
	transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	float: none;
}
#servicecmsblock .box-content-cms{
    display: flex;

}
#servicecmsblock .box-content-cms > div{
    flex: 1 1 100%;

}
.service-right {	
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.first-content-one .icon1 {
	background-position: center 8px;
}
.second-content-two .icon1 {
	background-position: center -260px;
}
.third-content-three .icon1 {
	background-position: center -525px;
}
.forth-content-forth .icon1 {
	background-position: center 8px;
}
.icon1 {
	width: 60px;
	height: 60px;
	float: left;
	margin: 6px 12px 10px 0;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	position: relative;	
}
#servicecmsblock .inner-content {
	position: relative;
	display: inline-block;
	float: left;
	text-align: left;
	padding-left: 30px;
	width: 100%;
}
.top-links {
	position: relative;
	float: left;
	font-size: 13px;
}
.top-links-cover {
	float: right;
	width: auto;
}
#servicecmsblock .first-content-one .inner-content {
    padding-left: 0;
}
#servicecmsblock .container {
    padding: 0;
}
#servicecmsblock .service-right .sub-title {
	font-size: 13px;
	letter-spacing: 0.8px;
	font-weight: 400;
	/*text-transform: capitalize;*/
	line-height: 24px;
	color: #777777;
}
#servicecmsblock .service-right .title {
	font-size: 14px;
	letter-spacing: 0.4px;
	font-weight: 500;
	/*text-transform: capitalize;*/
	line-height: 26px;
	color: #000;
	
}
.blog-left .blog-image img {
	border: none;
	padding: 0;
	position: relative;
	top: -50%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.blog-left {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#content .Blog .box-product .product-block {position: relative; margin-bottom: 10px;}
#content #blog-carousel .blog-item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
}
#content #blog-carousel, #content #blog-grid {
	padding: 0;
	border: none;
	text-align: left;
	background: none;
	overflow: visible;
}
#content #blog-carousel .owl-pagination {
    text-align: center;
}
#content .box.Blog .box-content {
	margin: 0 -15px;
}
.blog-left .post-image-hover {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.blog-left .blog-image .post_hover {
	bottom: 0;
	display: inline-block;
	height: 44px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100px;
}
.blog-left .blog-image .zoom {
	border: 2px solid #da037f;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 14px 6px;
	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;
	position: absolute;
	left: 30px;
	background: #da037f;
}
.blog-left .blog-image .readmore_link {
	border: 2px solid #da037f;
	background: #da037f;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	padding: 10px 14px 6px;
	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;
	position: absolute;
	right: 27px;
}
.product-block .blog-left:hover .post_hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-ms-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
}
.product-block .blog-left:hover .zoom {
	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;
	left: 0;
}
.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;
	right: 0;
}
#outer-wrap {
	background-color: transparent;
	background-position: 50% 0;
	clear: both;
	float: left;
	height:auto;
	margin: 0 0 85px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#my-video {
	width: 100%;
	height: auto;
	max-width: none;
}
.prevideo .video-text {
	position: absolute;
	text-transform: uppercase;
	color: #000;
	top: 50%;
	color: #fff !important;
	left: 0;
	right: 0;
	display: inline-block;
	text-align: center;
	font-size: 58px;
	font-weight: 200;
	font-family: PFDinTextPro, sans-serif;
	letter-spacing: 2px;
	width: 100%;
}
.prevideo {
	position: relative;
}
.prevideo iframe{filter: contrast(100%) brightness(25%);}
.ytp-title-link.yt-uix-sessionlink {display: none;}

#column-left .swiper-viewport, #column-right .swiper-viewport {
	box-shadow: none;
	border: none;
	margin: 0 0 15px;
	overflow: hidden;
}
#column-left .swiper-slide.swiper-slide-active::after {
	background-color: rgba(255,255,255,.2);
	content: "";
	height: 100%;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	right: -100%;
	top: 0;
	transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	width: 100%;
}
#column-left .swiper-slide.swiper-slide-active::before {
	background-color: rgba(255,255,255,.2);
	content: "";
	height: 100%;
	left: -100%;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	position: absolute;
	top: 0;
	transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	width: 100%;
}
#column-left .swiper-slide.swiper-slide-active:hover::after {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	right: 0;
	transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
}
#column-left .swiper-slide.swiper-slide-active:hover::before {
	left: 0;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transition-duration: 0.35s;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
}
#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 {
	padding: 0 0;
	text-align: center;
	position: relative;
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.banners-slider-carousel .product-block-inner{text-align:center;border: none !important;}

#content .product-list:last-child .product-block {
    border-bottom: none;
}
#content .product-carousel .product-block, #content .product-carousel .product-block, #content .product-grid .product-block, #content .box-product .product-block {
	/*padding: 15px;*/
	margin-bottom: 0;
	height: 100%;
	background: #fff;
	clear: both;
	overflow: hidden;
	border-radius: 5px;
	/*box-shadow: 0px 0px 30px 0px rgba(0,0,0,.15);*/
}

#content #carousel-0 .product-carousel .product-block {
    margin-bottom: 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-carousel .product-block,
/*.ie7 #content .product-grid-list .product-block,*/
.ie7 #content .box-product .product-block {border:1px solid #ececec;}

.ie7 #content .product-carousel .product-block:hover,
/*.ie7 #content .product-grid-list .product-block:hover,*/
.ie7 #content .box-product .product-block:hover {border:1px solid #ececec;}
.input-group .form-control {line-height: 24px;height: 38px;}
#button-upload222, .btn.btn-default{
	border-radius: 0;
} 

.product-grid .product-thumb .desc,.productbox-grid .product-thumb .price-tax,.product-carousel .product-thumb .price-tax{display:none;}
#content .product-list .product-thumb:hover .product-details{transform: none;}
#content .product-list .product-details {
	overflow: hidden;
	opacity: 1;
	position: relative;
	transition: none;
	padding: 0;
	width:69%;
	background: none;
	float: left;
	padding-left: 25px;
}
#content .product-carousel .product-block-inner, #content .product-grid .product-block-inner, #content .box-product .product-block-inner {
	text-align: center;
	/*overflow: hidden;*/
	position: relative;
	margin: 0;
}
#content .box-featured .product-carousel .product-block-inner, #content .box-featured .box-product .product-block-inner , #content .box-bestseller .product-carousel .product-block-inner, #content .box-bestseller .box-product .product-block-inner , #content .box-special .product-carousel .product-block-inner, #content .box-special .box-product .product-block-inner{ /*padding:0 15px;*/  overflow:hidden; position:relative; margin:0;}
.box.related {
	float: left;
	width: 100%;
	margin-top: 40px;
	position: relative;
	padding: 0 0 30px;
}
.related .box-content {
	clear: both;
}
#content .box.related .box-heading {
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
}
.related .customNavigation a.prev::before {
    content: "\f060";
    font-size: 0;
    line-height: 60px;
    text-align: center;
    position: absolute;
    color: #000;
}
.related .customNavigation a.next {
    right: 15px ;
}
.box.related .customNavigation {
	left: auto;
	top: -50px;
	width: auto;
}
.box.related .customNavigation a.prev {
	right: 50px;
}
.related .customNavigation a.next::before {
    color: #000000;
    content: '\f105';
    font-size: 0;
    line-height: 60px;
    text-align: center;
    position: absolute;
    width: 35px;
}
.related .customNavigation a.prev:hover::before {background-position: 0px -88px;}
.related .customNavigation a.next:hover::before{background-position: -88px -88px;}
#content .box.related .box-heading::after {
	content: none;
	font-family: 'FontAwesome';
	bottom: 10px;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 14px;
}
.product-list .product-thumb h4 {
	margin: 0 0 8px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.6px;
	/*text-transform: capitalize;*/
}
/*.sale {*/
/*	width: 40px;*/
/*	text-align: center;*/
/*	margin: 0;*/
/*	display: inline-block;*/
/*	position: absolute;*/
/*	right: auto;*/
/*	left: 10px;*/
/*	top: 13px;*/
/*	border-radius: 0;*/
/*	-webkit-border-radius: 0;*/
/*	-o-border-radius: 0;*/
/*	-ms-border-radius: 0;*/
/*	color: #fff;*/
/*	height: 20px;*/
/*	line-height: 21px;*/
/*	font-weight: 300;*/
/*	font-size: 12px;*/
/*	-ms-transition: all 0.3s ease 0s;*/
/*	-webkit-transition: all 0.3s ease 0s;*/
/*	transition: all 0.3s ease 0s;*/
/*	padding: 0px 4px;*/
/*	background: #da037f;*/
/*}*/
.product-thumb:hover .sale {
    opacity: 1;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}	
/* quickview */

.list-unstyled li {
	padding: 0;
	color: #222;
	font-size: 14px;
	/*text-transform: capitalize;*/
	/*letter-spacing: .8px;*/
	/*font-weight: 400;*/
}
.list-unstyled .contactdiv {
	display: block;
	padding-left: 25px;
	color: #222;
	font-size: 13px;
	line-height: 28px;
	/*text-transform: capitalize;*/
	letter-spacing: .3px;
	font-weight: 400;
}
.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-product, #column-right .box-product {
	width: 100%;
	overflow: hidden;
	padding: 0px 5px 0;
}
#column-left .box-product > div, #column-right .box-product > div {
	display: block;
	vertical-align: top;
	margin-right: 0px;
	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;
}
.cms-middle {
	float: none;
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
}
#column-left .product-items .product-details,
#column-right .product-items .product-details{
	overflow: hidden;
	
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption{
	padding:0;opacity: 1;
}

#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {font-weight:normal; font-size:13px; margin: 0 0 5px;text-align: left;}
#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; 
	height:auto;
	font-weight:normal;
	border-radius:0;
	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-product .price, #column-right .box-product .price, #column-left .box-product .rating, #column-right .box-product .rating {
	width: 100%;
	opacity: 1;
}

#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
	margin-bottom: 20px;
	padding:15px 5px 0;
	background: none;
	border: none;
	width: 100%;
	float: left;
}
#column-left .heading-wrapper .box-heading {
	width: 21.8%;
}
.treeview-list .expandable .collapsable-hitarea::before, .treeview-list .expandable-hitarea::before, .responsive-menu .expandable-hitarea::before {
	color: #838383;
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 10px;
	right: 0;
	position: relative;
	top:0;
}

.treeview-list .collapsable .expandable-hitarea::before, .treeview-list .collapsable-hitarea::before {
	color: #838383;
	content: "\f068";
	font-family: "FontAwesome";
	font-size: 10px;
	position: relative;
	right: 0;
	top: 0;
}

.treeview-list .expandable-hitarea, .treeview-list .collapsable-hitarea {
	background: none !important;
	position: absolute;
	right: 0;
}
#column-left .latest.box {
    margin: 0;
}
#column-left .box, #column-right .box {position: relative;width: 100%;
float: left;}
#column-left .box-product .rating, #column-right .box-product .rating {
	margin: 0;
	text-align: left;
}
#column-left .product-thumb, #column-right .product-thumb {
	border: none;
	padding: 10px 0;
}
.product-thumb .product-block-hover .wishlist .fa-heart::before {
	font-size: 18px;
	color: #000;
	line-height: 35px;
}
.product-thumb .product-block-hover .compare .fa-exchange::before{
	font-size: 18px;
	color: #000;
	line-height: 35px;
	content: "\f24d";
}
.quickview a:hover::before, 
.product-thumb .product-block-hover .compare:hover .fa-exchange::before, .product-thumb .product-block-hover .wishlist:hover .fa-heart::before{color: #2e8bb0;}
#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; display: none;}
.top_button::before {
	color: #FFFFFF;
	font-family: fontawesome;
	font-size: 22px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 5px;
	content: "\f106";
	text-align: center;
	font-weight: 800;
	display: none;
}
.top_button {
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	bottom: 10px;
	display: none;
	font-size: 0;
	height: 40px;
	line-height: 34px;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 40px;
	z-index: 95;
	background: url("../image/megnor/index.png")no-repeat scroll center;
}
#content ul.list-unstyled {  
    margin-bottom: 10px;
    overflow: auto;
	padding: 10px;
	/*margin-top: 15px;*/
}
.social-icons .list-unstyled {
	margin: 0 !important;
	padding: 0 !important;
}
.payment-method.list-unstyled {
	margin: 0 !important;
	padding: 0 !important;
}
#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%;
}

.category_filter .sort .form-control, .category_filter .limit span.customSelect {cursor:pointer;border-radius: 0;box-shadow: none;height: 34px !important;line-height: 23px;}
.tab-content {
    border:1px solid #ececec;
    padding: 10px;
	overflow:hidden;
}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:5px 0;}
#content .aboutus {
    clear: both;
	padding-bottom: 30px;
}
.image1 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}
.image2 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -116px;
    float: left;
    height: 50px;
    width: 60px;
}
.image3 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -52px;
    float: left;
    height: 50px;
    width: 60px;
}
.image4 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 6px;
    float: left;
    height: 50px;
    width: 60px;
}
.aboutus h2{clear:both;font-size:20px;}
.about-content{overflow:hidden;}
.information-information .right{float:right;}
.category_filter #list-view {
	background: url("../image/megnor/grid-list.png") no-repeat scroll -24px 2px transparent !important;
	border: medium none !important;
	height: 22px;
	width: 22px;
	padding: 0 !important;
	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 #grid-view {
	background: url("../image/megnor/grid-list.png") no-repeat scroll 0px 1px transparent !important;
	border: medium none !important;
	height: 22px;
	width: 22px;
	margin-right: 8px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0 !important;
	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:hover, .category_filter #list-view.active {
	background-position: -24px -26px !important;
}

.category_filter #grid-view:hover, .category_filter #grid-view.active {
	background-position: 0px -26px !important;
}
.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;margin-top: 5px;}
.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;
}
.compare-total a {	color:#000;}
.compare-total a:hover {
	color: #da037f;
}
.category_thumb .category_img{margin-bottom: 25px;}
.category_thumb .category_description p {
	margin: 0;
}
.category_filter .list.active,.category_filter .grid.active{background:#428bca;}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
    min-height: 0;
}
.category_list ul {
    padding: 0;
	display:inline-block;
	margin:10px 0 0;
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {
	color: #838383;
	display: block;
	padding: 2px 10px;
	border: 1px solid #ececec;
	background: none;
	font-size: 16px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}
.category_list li a:hover {
	color: #da037f;
	border-color: #da037f;
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
}
.category_filter, .pagination-wrapper {
	margin-bottom: 1.25rem;
	display: inline-block;
	width: 100%;
}
.pagination-wrapper .page-link {
	float: right;
	padding: 0;
	width: auto;
	display: inline-block;
}
.pagination-wrapper .page-result {
	float: left;
	padding: 0;
	width: 25.333%;
	text-align: left;
	line-height: 2.5rem;
}

.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 !important;
	background-color: #da037f !important;
	/*border-radius: 0 !important;*/
	/*-webkit-border-radius: 0 !important;*/
	/*-khtml-border-radius: 0 !important;*/
	/*-moz-border-radius: 0 !important;*/
	cursor: default;
	border-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
	margin-left: 8px !important;
	color: #222!important;
	border: 1px solid #da037f!important;
	border-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	/*border-radius: 0 !important;*/
	/*-webkit-border-radius: 0 !important;*/
	/*-khtml-border-radius: 0 !important;*/
	/*-moz-border-radius: 0 !important;*/
	color: #222!important;
	border: 1px solid #da037f!important;
	border-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #fff !important;
	background-color: #da037f !important;
	font-weight: 400;
}
/*conatct*/

.contact-form .buttons {
	margin: 0 0 0;
	display: inline-block;
	right: 0;
	float: right;
}
.contact-form {
    position: relative;
}
.contact-form-design .comment strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 600;
}
.contact-form-design .time strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 600;
}
.contact-form-design address {
    display: inline-block;
    margin: -15px 0 6px 55px;
    float: left;
    clear: both;
    width: auto;
}
.contact-form-design .fax strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 600;
}
.contact-form-design address {
	display: inline-block;
	margin: 0px 0 6px 0px;
	float: left;
	clear: both;
	width: auto;
	color: #838383;
	font-size: 13px;
}
.contact-form-design .telephone strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 600;
}
.contact-form-design .left .btn.btn-info {
    float: left;
    clear: both;
    display: block;
    padding: 0 0 0;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    font-weight: 600;
    font-size: 14px;
    /*text-transform: capitalize;*/
    color: #222;
}
.contact-form-design .address-detail1 address {
	margin: 0px 0 20px;
}
.contact-form-design .address-detail1 strong {
    padding: 5px 0 0 0;
    height: 28px;
    margin: 10px 0;
    float: left;
    font-weight: 600;
}
.contact-form-design .left .comment .image {
	background: url("../image/megnor/cms-sprite.png") no-repeat scroll 0px -391px transparent;
}

.contact-form-design .address-detail, .contact-form-design .address-detail1, .contact-form-design .telephone, .contact-form-design .fax, .contact-form-design .time {
    float: left;
    width: 100%;
    padding: 0 0 10px;
}
.contact-form-design .left {
	float: left;
	width: 22.8%;
	color: #222;
	position: relative;
	z-index: 9;
	padding-right: 15px;
}
.contact-form-design {
    width: 100%;
    float: left;
    margin: 0 0 50px;
}
.contact-info .left {
    float: left;   
    width: 50%;	
}
.contact-info .right {
    width: 100%;
}
.row.contact-info {
    /*padding: 0;*/
}
.img-thumbnail{
	background-color: transparent !important;
}
/*.information-contact .panel-body{padding:0;}*/
.contact-info{color:#666;}
.contact-info .address-detail strong {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -6px -233px 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 open {
    display: inline-block;
    margin: 0 0 0 36px;
    float: left;
    clear: both;
    width: 100%;
}
.contact-info comment {
    display: inline-block;
    margin: 0 0 0 36px;
    float: left;
    clear: both;
    width: auto;
}
.contact-info .comment strong {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -399px transparent;
    padding: 3px 0 0 35px;
    margin: 10px 0;
    height: 28px;
    float: left;
    clear: both;
}
.contact-info .opentime strong {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -357px transparent;
    padding: 3px 0 0 35px;
    margin: 10px 0;
    height: 28px;
    float: left;
    clear: both;
}
.contact-info .telephone strong{
    background: url("../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("../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;
	width: 100%;
}
#cart .dropdown-menu li:first-child {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*Megnor insta CSS */ 
#instagram .item:hover .insta-hover {opacity: 1;}
#instagram .item .insta-hover {
	background: rgba(0,0,0, 0.8);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: default;
}
.instagram-post .owl-carousel .owl-buttons .owl-prev { 	 
	 height:34px;
	 width:50px;  
	 color:#FFF;
	 text-align:center;
	 background:none;
	 }

.instagram-post .owl-carousel .owl-buttons .owl-next { 	 
	 height:34px;
	 width:50px;
	 color:#fff;
	 text-align:center;	
	 background:none;
 }
.instagram-post .owl-carousel .owl-buttons .owl-prev:hover { 
	opacity:1; 
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;	
	color:#333;
	}
.instagram-post .owl-carousel .owl-buttons .owl-next:hover { 
	 opacity:1; 
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;	
	color:#333;
	 } 


/* INSTAGRAM OWL-CAROUSEL */
#instagram .item i:hover{color: #2e8bb0 ;}
#instagram .item i {
	position: absolute;
	top: 46%;
	bottom: auto;
	font-size: 50px;
	color: #fff;
	opacity: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}
#instagram .item:hover i {opacity: 1;}
#instagram.owl-carousel { margin:0; } 
.instagram-post { background:#FFFFFF; text-align:center; }
.instagram-post .box-heading h3{ 
    color: #333333;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;  
    padding: 0;
    /*text-transform: capitalize;*/
	margin: 35px 0;
	border:none;
	float:none;
}
.instagram-post .box-heading h3 .fa{ font-size:28px; margin:0 10px; }
.instagram-post .owl-item a {
    position: relative;
	display:block;
	margin-bottom: -1px;
}
.instagram-post .owl-item a:before { 
	content:"";
	background:rgba(255,255,255,0.8);
	position:absolute;
	height:100%;
	width:100%;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0; 
	transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	left:0;
	right:0;
	}

.instagram-post .owl-item a:hover:before { 
	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1; 
	} 
	
.instagram-post .owl-item:hover .insta-date { 
 	opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	 }
.instagram-post .insta-date {  
	bottom: 0;
    color: #000;
    font-family: PFDinTextPro, sans-serif;
    font-size: 30px;
 	font-weight:bold;	 
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;; 
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
}

/* INSTAGRAM OWL-CAROUSEL */
.main-slider {
	width: 72%;
	overflow: hidden;
	/*float: left;*/
	position: relative;
}

/*.main-slider .swiper-pager .swiper-button-prev, .main-slider .swiper-viewport:hover .swiper-button-prev {*/
/*	left: 10px;*/
/*	right: auto;*/
/*}*/
/*.main-slider .swiper-pager .swiper-button-next, .main-slider .swiper-viewport:hover .swiper-button-next {*/
/*	right: 10px;*/
/*	left: auto;*/
/*}*/
.main-slider .swiper-pager .swiper-button-prev::after{
	position: absolute;
	content: none;
	background: #dbdbdb;
	height: 28px;
	top: 17px;
	width: 1px;
}

.main-slider .swiper-pager .swiper-button-next, .main-slider .swiper-pager .swiper-button-prev {
	height: 40px;
	width: 40px;
}
.main-slider .swiper-viewport {
	border: none;
	box-shadow: none;
	margin: 0;
}
.main-slider .swiper-pagination {
	position: absolute;
}

/*cms*/
.cms_banner .cms_img .static-inner .link-text:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}
.cms_banner .cms_img .static-inner .link-text {
    color: #2e8bb0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 21px;
    margin-top: 37px;
    text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
    border-bottom: 2px solid #2e8bb0;
    width: auto;
}
.cms_banner .cms_img .static-inner .text2.static-text {
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 0.3px;
    font-weight: 600;
    display: block;
    /*text-transform: capitalize;*/
        margin: 8px 0 20px;
}
.cms_banner .cms_img .static-inner .text1.static-text .offer{
	color: #2e8bb0;
	}
.cms_banner .cms_img .static-inner .text1.static-text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #fff;
    display: block;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
}
#parallaxcmsblock {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 600px;
	background: rgba(0, 0, 0, 0) url("../image/megnor/parallax.jpg") no-repeat scroll center center;
	background-attachment: scroll;
	background-attachment: fixed;
}
#parallaxcmsblock .static-inner {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
	top: 30%;
}
#parallaxcmsblock .static-inner .text1.static-text {
	font-size: 60px;
	line-height: 76px;
	color: #fff;
	text-align: center;
	font-weight: 200;
	width: 100%;
	float: left;
}
#parallaxcmsblock .static-inner .text2.static-text {
	font-size: 60px;
	line-height: 76px;
	color: #fff;
	float: left;
	width: 100%;
	font-weight: 600;
}
#parallaxcmsblock .static-inner .cms-btn {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 30px;
}
#parallaxcmsblock .static-inner .cms-btn .link-text {
	background: #2e8bb0;
	color: #fff;
	padding: 12px 30px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 30px;
	line-height: 24px;
}
#parallaxcmsblock .static-inner .cms-btn .link-text:hover
{
	background: #000;
	color: #fff;
	-ms-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.cms_banner.container {
    padding: 0;
    margin-top: 40px;
}
.cms_banner {
	position: relative;
	float: left;
	width: 100%;
}
.cms_banner .cms_img {
    overflow: hidden;
    position: relative;
    float: left;
}

.subbanner .image:hover::before {
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	opacity: .2;
	-moz-opacity: .2;
	-khtml-opacity: .2;
	-webkit-opacity: .2;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	width: 0;
}
.cms_banner .cms_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.cms_banner .cms_img img {
    display: block;
    max-width: 100%;
    position: relative;
    transform: scale(1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
	.cms_banner .cms_img .static-inner {
    right: auto;
    top: 26%;
    text-align: left;
    left: 8%;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    position: absolute;
    letter-spacing: 0;
    z-index: 7;
    cursor: pointer;
}
/*** sub banner***/

.sub-container.container {
    padding: 0;
}
.sub-container {
    position: relative;
	overflow: hidden;
	width: 25.5%;
	float: right;
}
.subbanner {
    width: 100%;
    float: left;
    margin-top:-2px;
}
.subbanner .banner {
    float: left;
    width: auto;
    display: block;
	position: relative;
}
.subbanner .banner .image-link {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.subbanner .banner img {
	max-width: 100%;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	margin-bottom: 0px;
}
.subbanner .banner:hover img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.sub-banner1.banner{
    margin-bottom: 32px;
}

.sub-banner2.banner {
    float: right;
}
.sub-banner3.banner
{
	float: right;
}
.sub-banner1 .content {
	position: absolute;
	top: 30%;
	width: auto;
	left: 31px;
	right: auto;
	text-align: left;
	z-index: 1;
	bottom: auto;
	display: inline-block;
}
.sub-banner3 .content {
	position: absolute;
	top: 27%;
	width: auto;
	left: auto;
	right: 30px;
	margin: 0 auto;
	text-align: right;
}
.sub-banner2 .sub-title2 .banner-price2, .sub-banner4 .sub-title2 .banner-price2{
    color: #000;
}
.sub-banner2 .sub-title2, .sub-banner4 .sub-title2{
	font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.4px;
    text-transform: none;
    color: #9f9f9f;
    margin: 13px 0;
}
.sub-banner2 .title2, .sub-banner4 .title2 {
	font-size: 23px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .2px;
	/*text-transform: capitalize;*/
	color: #222;
	display: block;
	margin: 0;
}
.sub-banner1 .sub-title2 .banner-price, .sub-banner3 .sub-title2 .banner-price{
		font-size: 26px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #2e8bb0;
}
.sub-banner1 .sub-title2 , .sub-banner3 .sub-title2 {
	font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
}
.sub-banner3 .sub-title2 {
    bottom: 30px;
    left: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
}
.sub-banner1 .sub-title1, .sub-banner3 .sub-title1 {
	font-size: 23px;
font-weight: 500;
line-height: 30px;
letter-spacing: .2px;
/*text-transform: capitalize;*/
color: #222;
margin: 0px 0 3px;
display: block;
}
.sub-banner1 .title1, .sub-banner3 .title1 {
	font-size: 23px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .2px;
	/*text-transform: capitalize;*/
	color: #222;
	display: block;
	margin: 0;
}
.sub-banner2 .content, .sub-banner4 .content {
	position: absolute;
top: 30%;
width: auto;
left: 31px;
right: auto;
text-align: left;
z-index: 1;
bottom: auto;
display: inline-block;
}
.sub-banner2 .title , .sub-banner4 .title {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0.2px;
	/*text-transform: capitalize;*/
	color: #000;
}
.sub-banner2 .sub-title , .sub-banner4 .sub-title {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.4px;
	margin: 35px 0;
	color: #9f9f9f;
	font-weight: 500;
}
.sub-banner2 .button , .sub-banner4 .button {
	background-color: transparent;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #000;
	
	text-transform: uppercase;
}
.sub-banner2 .button a, .sub-banner4 .button a {
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.4px;
	color: #da037f;
	border-bottom: 1px solid #e5bcb3;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	margin: 16px 0 0;
}
.button a {
	color: #da037f;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
	letter-spacing: .4px;
	line-height: 15px;
	margin: 16px 0 0;
	border-bottom: 1px solid #e5bcb3;
}
.sub-title1 {
	font-size: 23px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .2px;
	/*text-transform: capitalize;*/
	color: #222;
	margin: 0px 0 3px;
	display: block;
}
.button a:hover {
	color: #da037f;
}
/*******/
.cms-item {
	padding-top: 60px;
	margin: 0 auto 100px;
}
.cms-item .offer-banner.container {
	padding: 0 0 60px 0;
	width: 1000px;
}
.cms-item .Subbanner.container {width: 1000px;padding:0;}
.cms-item .offer-banner-inner {
	width: 100%;
	float: left;
}
.cms-item .shortcode-title {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	position: relative;
}
.cms-item .shortcode-title .big-title {
	font-family: PFDinTextPro, sans-serif;
	font-size: 50px;
	line-height: 56px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 20px 0;
	letter-spacing: 5px;
	color: #000;
}
.cms-item .shortcode-title .sub-title {
	font-size: 12px;
	color: #585858;
	padding: 15px 0 8px;
	margin: 0;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 600;
}
.cms-item .offer-banner-inner .offer-link {
	box-sizing: border-box;
	width: 100%;
}
.cms-item .offer-link .read-more strong {
	font-weight: 600;
	text-decoration: underline;
	color: #2e8bb0;
}
.cms-item .offer-link .read-more strong:hover{color: #000;}
.cms-item .offer-banner-inner .offer-link p {
	text-align: center;
	line-height: 30px;
	margin: 0 0 20px;
}
.cms-item .offer-banner-inner .offer-link p.read-more {
	margin: 0;
	line-height: 24px;
}
.cms-item .offer-banner-inner .offer-link p.read-more a{color: #000;background-color: transparent !important;}

.cms-item .Subbanner .static-inner .shop-now a {
	color: #2e8bb0;
	font-size: 11px;
	text-decoration: underline;
}
.product_banner {
	width: 100%;
	float: left;
	position: relative;
}
@keyframes circle {
	0% {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	40% {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	100% {
		height: 200%;
		opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		width: 200%;
	}
}
.product_banner_inner {
	position: relative;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	display: block;
	float: left;
	width: 33.33%;
}
.product_banner .product_img1, .product_banner .product_img2, .product_banner .product_img3 {
	position: relative;
	overflow: hidden;
}
.product_banner .product_banner_inner:hover img{
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.product_banner .product_banner_inner img{
	height: auto;width: 100%;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product_banner .product_banner_inner .cat_description {
	position: absolute;
	bottom: 0;
	padding: 40px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 300ms ease;
	text-align: left;
}
.product_banner .product_banner_inner:hover .cat_description{background: rgba(0,0,0,0.6);}
.product_banner .product_banner_inner .cat_description .cat_name {
	color: #fff;
	display: block;
}
.product_banner .product_banner_inner .cat_description .count:hover{color: #2e8bb0 ;}
.product_banner .product_banner_inner .cat_description .count {
	color: #fff;
	padding-top: 6px;
	display: block;
	cursor: pointer;	
}

.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 .product-right ul li a {
	color: #222;
}
.productpage .write-review,.productpage .review-count{margin: 0 10px;color: #000;}
.productpage .write-review:hover, .productpage .review-count:hover {
	color: #da037f;
}
.productpage .rating-wrapper {
	padding: 0 0 15px;
	border-bottom: 1px solid #e6e6e6;
}
.checkout-cart .hasCustomSelect{width: 95% !important;}
.productpage .product-right .list-unstyled {
	padding: 0 !important;
	margin-bottom: 20px !important;
	border: none !important;
}
.productpage .product-right ul li .desc {
	font-weight: 500;
	margin-right: 15px;
	color: #222;
	/*text-transform: capitalize;*/
	letter-spacing: 1.2px;
}
.content-top-breadcum #title-content .page-title, .content-top-breadcum #title-content h1, .content-top-breadcum #title-content h2 {
	margin: 0 auto;
	color: #222;
	font-size: 15px;
	font-weight: 500;
	/*text-transform: capitalize;*/
	float: left;
	padding-top: 4px;
	display: inline-block;
}
.refine-search{
	position: relative;
	background: none;
	padding: 0;
	font-size: 16px;
	color: #000;
	line-height: 22px;
	font-weight: 600;
	/*text-transform: capitalize;*/
	letter-spacing: 0.4px;
	margin: 10px 0;
}

.product-title, #product .product-option {
	font-size: 14px;
	/*font-weight: 600;*/
	/*text-transform: capitalize;*/
	color: #000;
	margin: 0 0 10px;
	line-height: 24px;
}
.radio label, .checkbox label {
	display: inline;
	font-weight: 400 ;
	cursor: pointer;
	text-transform: capitalize ;
}
#product label {
	color: #000;
	font-weight: 500;
	/*text-transform: capitalize;*/
	letter-spacing: 1.2px;
	font-size: 13px;
}
.copy-right {
	text-align: center;
	border-top: 1px solid #5c5c5c;
	padding-top: 20px;
	background-color: #fff;
}
.footer-list-unstyled li {
	list-style: none;
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.footer-list-unstyled li::before {
	background: #dedede;
	width: 1px;
	height: 12px;
	position: absolute;
	content: "";
	top: 6px;
	right: 0;
	left: 0;
}
.footer-list-unstyled li:first-child::before
{
	background: none;
}
#contact li {
	list-style: none;
}
.footer-list-unstyled {
	padding: 0;
	float: left;
	position: relative;
	width: 100%;
	z-index: 2;
	background: #fff;
	margin-bottom: 0px;
	padding-top: 28px;
}
#bottom-footer li{display:inline; padding: 0 0 0 0;}
#bottom-footer li.contact{background:none;}

.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 #ececec; 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: 0 0 10px;}
.product-search h2{clear:both;}

#input-captcha, #input-payment-captcha {
    margin-bottom: 10px;
}

.bootstrap-datetimepicker-widget td.day{position:relative}

.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: #ececec;
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.customNavigation a.next {
	right: auto ;
	left: auto;
	background: url("../image/megnor/right.svg")no-repeat scroll center;
	top: 0 !important;
	background-size: 20px;
}
.customNavigation a.next::before{
	color: #000000;
	content: '';
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	display: none;	
}
.customNavigation a.prev::before {
	content: '';
	position: absolute;
	right: -4px;
	left: auto;
	top: 8px;
	bottom: auto;
	height: 15px;
	width: 1px;
	background: #dbdbdb;
}
.box-featured:hover .customNavigation a.next , .box-bestseller:hover .customNavigation a.next  , .box-special:hover .customNavigation a.next  {opacity:1;} 
.box-featured:hover .customNavigation a.prev , .box-bestseller:hover .customNavigation a.prev  , .box-special:hover .customNavigation a.prev {opacity:1;}
.customNavigation a.prev:hover {
	background: url("../image/megnor/left-hover.svg")no-repeat scroll center;
	background-size: 20px;
}
.customNavigation a.next:hover {
	background: url("../image/megnor/right-hover.svg")no-repeat scroll center;
	background-size: 20px;
}

#content .box:hover .box-content .customNavigation a{
    opacity: 1;
}
.customNavigation a.prev {
	content: '';
	font-size: 20px;
	position: relative;
	color: #000;
	left: auto;
	right: 50px ;
	background: url("../image/megnor/left.svg")no-repeat scroll center;
	top: 0 ;
	background-size: 20px;
	position: relative;
}
.box-special .fa.prev.fa-arrow-left {
	right: 40px;
	float: right;
}
.hometab .fa.prev.fa-arrow-left {
	float: right;
	right: 50px;
}
.banners-slider-carousel .customNavigation a.next{right: 0 !important;}
.box.related:hover .customNavigation a{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.customNavigation a{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	display: block;
	font-size: 0;
	color: #000;
	height: 30px !important;
	position: absolute;
	text-align: center;
	width: 30px !important;
	line-height: 60px;
	
    position: relative;
    display: inline-block;
	
	background-color: #fff;
	padding: 0 !important;
}
.list-unstyled .picker-switch .btn:hover .glyphicon {color: #fff;}
.list-unstyled .picker-switch .btn:hover {background: #da037f;}
.glyphicon {color: #da037f;}
.glyphicon-chevron-up::before, .glyphicon-chevron-down::before {color: #000;}
.bootstrap-datetimepicker-widget td span.active{background-color:  #2e8bb0 !important;}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background-color: #da037f !important;
	color: #fff !important;
}


.shopping-cart .input-group .form-control{width:auto;height: 42px;}

.shopping-cart .input-group-btn {float:left}

/*Product zoom CSSS*/

.zoomContainer {
    margin-bottom: 5px;
}

.zoomContainer .zoomWindow{
	box-shadow: none !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none !important;
}

/*  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;*/
/*}*/
/*.alert.alertmin.alert-success.animated{height: auto}*/
/*.alert.alert-success.animated span a:hover{*/
/*	color: #2e8bb0;*/
/*}*/
/*.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;*/
/*}*/
.customNavigation a{z-index: 9999;}
.payment h5 {
    display: none;
}
.banners-slider-carousel .customNavigation a.prev {
    right: auto !important;
}
#carousel-0 .customNavigation {
	width:100%;
	position: relative;
    top: 12px;
}
#carousel-0 .customNavigation a.prev{
	position: absolute;
}
#carousel-0 .customNavigation a {top: 35px !important;}
#footer #block_contact_infos {
    list-style: none;
    padding-left: 0;
}

.box-featured, .box-bestseller, .box-special {

	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin: 59px 0 20px;
}

@media (max-width:1650px) {
.sub-banner2.banner {
	float: right;
	width: auto;
}
.sub-banner3.banner {
	float: right;
	width: 69%;
}
.sub-banner4.banner {
	padding-right: 0px;
	width: 30%;
}
#parallaxcmsblock {
	height: 540px;
}
.hometab .customNavigation {left: auto;}
	.header-right{width: auto;}
	.product_banner_inner{width: 33.33%;}
	.Blog .container {padding: 0 15px;}
	#tabs_info .container {width: 100%;}
	#content .product-list .product-details{width: 60%;}
	
}
@media (max-width: 1599px) and (min-width:1200px){

#servicecmsblock .first-content-one {
	padding: 0 30px 0 0;
}
	.content_footer_left {
		width: 100%;
	}
	.product-info .additional-carousel {
    	margin-left: 0;
        margin-right: 0;
	}

	.newsletter h2 {
    font-size: 24px;
}
	.prevideo iframe{height: 700px;}

	.cms-banner4.banner {margin-right: 28px;}
	.cms-main {margin-right: 32px;}ṭ
	.newsletter-block .news-heading {text-align: left;padding: 0 30px;}
	.cms-banner3.banner .sub-banner1-content {right: 20px;}
	#column-left .heading-wrapper .box-heading {width: 18.8%;}
	.left.product-image.thumbnails{overflow: visible;}
	.product-info .image-additional img {max-width: 100%; 
	}
	.product-list .product-thumb .image {width: 30%;}
	#content .product-list .product-details{width: 66%;}
	#column-left .product-items .product-details, #column-right .product-items .product-details{width: 54%;}
	
	.container {width: 1170px !important;}
	.header-center .container{width: auto !important;}
	.header-center {width: 60%;}
	#outer-wrap{height: auto;}
	.sub-banner2 .sub-title, .sub-banner4 .sub-title {margin: 25px 0;}
	.hometab .tab-head .tab-title::before {width: 50%;left: 43%;}
	#content .product-layout.product-grid {width: 33.33%;}
	#content.productpage .product-left , #content.productpage .product-right {min-height: auto;}
	.tabbestseller_default_width{ width:300px;}
	.tablatest_default_width{ width:300px;}
	.tabspecial_default_width{ width:300px;}
	.featured_default_width{ width:300px;}
	.latest_default_width{ width:300px;}
	.special_default_width{ width:300px;}
	.bestseller_default_width{ width:300px;}
	.related_default_width{ width:300px;}
}
@media (max-width: 1200px) {
	
	.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;}
	.product-info .additional-carousel .bx-controls-direction a.bx-prev {right: 37px;}
	.product-info .additional-carousel .bx-controls-direction a.bx-next{right: 37px;}
	.tabbestseller_default_width{ width:300px;}
	.tablatest_default_width{ width:300px;}
	.tabspecial_default_width{ width:300px;}
	.featured_default_width{ width:300px;}
	.latest_default_width{ width:300px;}
	.special_default_width{ width:300px;}
	.bestseller_default_width{ width:300px;}
	.related_default_width {
		width: 247px;
	}
	#content.productpage .product-left , #content.productpage .product-right {min-height: auto;}
	
}
@media (max-width: 1199px) {
	.sub-banner2.banner {
		margin-bottom: 30px;
	}
	.headerinner {width: 65%;}
	.banners-slider-carousel {
		margin: 40px 0 40px;
	}
	#carousel-0 .product-carousel {
		margin: 0;
	}
	.sub-banner1 .title1, .sub-banner3 .title1 {
		font-size: 23px;
		line-height: 30px;
	}
	.sub-banner1 .sub-title1, .sub-banner3 .sub-title1 {
		font-size: 23px;
		line-height: 30px;
	}

	.sub-banner3 .content {
		top: 26%;
	}
	#txtemail {
		width: 270px;
	}
	#parallaxcmsblock {
		height: 400px;
	}	
	.module_default_width {
		width: 234px;
	}

	#parallaxcmsblock .static-inner .text1.static-text {
		font-size: 50px;
		line-height: 60px;
	}
	#parallaxcmsblock .static-inner .text2.static-text {
		font-size: 50px;
		line-height: 60px;
	}
	#parallaxcmsblock .static-inner {
		top: 28%;
	}
	#servicecmsblock .first-content-one {
		padding: 0;
		width: 25%;
	}
	#servicecmsblock .second-content-two {
		width: 25%;
		padding: 0;
	}
	#servicecmsblock .third-content-three {
		padding: 0;
		width: 25%;
	}
	#servicecmsblock .five-content-three {
		padding: 0;
		width: 25%;
	}
	#servicecmsblock .six-content-three {
		padding: 0;
		width: 25%;
	}
	#servicecmsblock .service-right .sub-title {
		font-size: 13px;
	}
	#content .product-thumb .product-details{
		min-height: 95px;
	}
	.product-thumb h4  {
		white-space: nowrap;
	
		text-overflow: ellipsis;
		overflow: hidden;
		float: left;
		width: 100%;
	}
	.product-thumb .product-details h4{float: none}
	.product-thumb .product-details .form-group{min-height: 34px}
	.pagination-wrapper .page-result {width: 32.333%;}
	#column-left .product-items .product-details, #column-right .product-items .product-details {width: auto;}
	.email-news {
		top: 4px;
	}
	#column-left .heading-wrapper .box-heading {width: 19.7%;}
	
	.cms-main {margin-right: 26px;}
	.cms-banner4.banner {margin-right: 24px;}
	#servicecmsblock .inner-content {padding-left: 15px;}
	.sub-banner1 .content, .sub-banner2 .content {top: 15%;}
	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline-block !important;}
	.prevideo iframe {height: 560px;}
	.blog-right-content{width: 100%;}
	.all-blog .blog-desc {margin-bottom: 5px;}
	.box-featured, .box-bestseller, .box-special {
		margin-top: 60px;
	}
	.left.product-image.thumbnails{overflow: visible;}
	.product-info .image-additional img {max-width: 100%;height: auto;}
	.product-info .image {
		width: auto;
	}
	.product-info .additional-carousel {
		width: 100%;
	}
	.additional_default_width {
		width: 80px;
	}
	
	.layout-2 #content{width: 78%;}
	.layout-2.left-col #column-left{width: 22%;}
	#menu .dropdown .dropdown-menu{margin:0 !important;}
	.header-center .container{width: 100% !important;}
	#outer-wrap{height: auto;}

	.sub-banner1.banner {margin-bottom: 29px;}
	.sub-banner2 .sub-title, .sub-banner4 .sub-title {margin: 23px 0;}
	.tab-head {width: 50%;}

	.hometab .tab-head .tab-title {font-size: 27px;}
	.hometab .tab-head .tab-title::before {
		width: 50%;
		left: 59%;
	}
	#column-left .heading-wrapper .box-heading {width: 20.5%;}

	.product-thumb {margin-bottom: 0;}
	.tablatest_default_width {
		width: 200px;
	}
	.tabbestseller_default_width{ width:200px;}
	.tabspecial_default_width{ width:200px;}
	.featured_default_width{ width:360px;}
	.latest_default_width{ width:360px;}
	.special_default_width{ width:200px;}
	.bestseller_default_width{ width:360px;}
	#carousel-0.banners-slider-carousel .customNavigation a.prev::before {top: 0;}
	#carousel-0.banners-slider-carousel .customNavigation a.next::before {
		top: 0;
		right: 15px;
	}
	.content_footer_left {
		width: 100%;
		padding-right: 0;
	}
	
	.box {margin-bottom: 0;}
	.box.Blog {
		margin: 10px 0 0;
	}
	.blog-subtitle {padding-bottom: 30px;}
	#content .product-layout.product-grid {width: 33.33%;}
	.product-list .product-thumb .image {width: 35%;}
	.product-info .additional-carousel .bx-controls-direction a.bx-prev {right: 43px;top: 10px;}
	.product-info .additional-carousel .bx-controls-direction a.bx-next {right: 43px;bottom: -7px;}
	.blog-date {padding: 25px;margin-right: 15px;}
	.all-blog .blog-left-content { margin-right: 15px;}
	.all-blog .panel .blog-left-content .blog-image img {max-width: 365px;}
	#content .box.related .box-content {margin: 0 -13px;}
	#content.productpage .product-left, #content.productpage .product-right {
		min-height: 1px;
		margin: 0 0 20px;
		max-width: 100%;
		position: relative;
		padding-bottom: 20px;
	}
	.header-center {width: 55%;}
}
@media (max-width: 1023px) and (min-width:980px){

	.headerinner {width: 65%;}
	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline-block !important;}
	.prevideo iframe {height: 560px;}

	#servicecmsblock .service-right .title {
		font-size: 12px;
	}
	.tablatest_default_width {width: 235px;}
	.tabbestseller_default_width {width: 235px;}
	.tabspecial_default_width {width: 235px;}
	.special_default_width {width: 235px;}
	
	.left.product-image.thumbnails{overflow: visible;}
	.product-info .image-additional img {max-width: 100%;height: auto;}
	.product-info .additional-carousel {padding: 30px 0;top: 0;}
	
	.hometab {
		margin: 40px 0;
	}
	.header-center {width: 60%;}
	.sub-container {max-width: 940px;}
	#powered {padding-bottom: 0;}
	#bottom-footer ul {margin: 0;}
	/* .container {width: 950px !important;} */
	#cart .dropdown-menu {top: 46px;}

	.nav-responsive span, .main-menu > div > ul > li > a {
		margin: 0 0;
		/* padding: 0px 12px 16px; */
	}
	.nav-left .list-inline > li {padding-left: 0;}
	
	#content .box.related .box-content {margin: 0 -13px;}
	#content.productpage .product-left , #content.productpage .product-right {min-height: 550px;}
}

@media (max-width: 979px) {
	.newsletter .input-news .text-danger {
		text-align: left;
	}

	.footer-cms {
		width: 100%;
	}
	.content_footer_left .text::before, .newsletter .text::before {
		display: none;
		margin: 0;
	}

.contact-form-design .left {
	width: 100%;
	float: left;
}
#testimonial .owl-prev, #testimonial .owl-next {position: absolute;}
.contact-form legend {width: 100%;}
.contact-form fieldset {width: 100%;}
	.cms_banner.container {
    	margin-top: 10px;
	}
	#search {top: 69px;}
	#footer .text {margin: 0;text-align: left;}
	.social-icons .list-unstyled {
		float: left;
	}
	.owl-buttons {
		float: right;
		width: 100%;
	}
	.sub-banner1.banner, .sub-banner2.banner {margin: 0;float: none;display: inline-block;}
	.headerinner {
		/*float: left;*/
		text-align: left;
		margin-left: 0px;
		padding: 0;
		width: 100%;
		background: #da037f;
	}
	.box-special .customNavigation {
		display: block;
	
		left: auto;
	}
	#testimonial .owl-controls.clickable {top: 0;}
	.hometab .customNavigation {
		display: block;
		float: right;
		width: auto;
		left: auto;
	}
	.hometab {margin: 40px 0;}
	.etabs {float: left;}
	.nav-responsive span, .main-menu > div > ul > li > a {
		color: #fff;
	}
	/*#logo {padding: 20px 0;}*/
	.header-search {margin: 34px 0;}
	/*.dropdown.myaccount .accountimage{margin: 34px 13px 35px;}*/
	/*#cart {padding: 33px 0;}*/
	.headerinner::after {
		display: none;
	}
	.layout-2.right-col #content {
    	/*padding-right: 0;*/
	}
	.cms_banner .cms_img .static-inner .text2.static-text {
    	margin: 8px 0 12px;
	}
	.cms_banner .cms_img .static-inner {
    	top: 18%;
    left: 6%;
	}
	.email-news {left: 48%;}
	.news-heading .mobile_togglemenu {
    width: 46px;
    height: 35px;
    background-size: 46px;
	}

	.newsletter h2 {
    font-size: 16px;
    letter-spacing: 1px;
        padding: 0;
	}
	#footer .column  h5 {
		margin: 0;
	}
	#txtemail {
    width: 100%;
	}
	.newsletter-block .newsletter_form {
		width: 100%;
		right: 0;
	}
	.newsletter .input-news {
		width: 100%;
		float: left;
	}
	.block_title {
		width: 100%;
		padding: 0;
		float: left;
		margin-top: 30px;
	}
	.subscribe-btn {
		float: left;
		position: absolute;
		width: 0%;
	}
	.Blog .owl-carousel .owl-controls {
		width: 100%;
		display: none;
	}
	.newsletter .form-group {
		width: 100%;
		margin: 0;
		float: left;
	}
	.sub-banner2 .sub-title2, .sub-banner4 .sub-title2 {
    line-height: 14px;
	}
	.mainmenu .nav-container {width: 100%;}
	.sub-banner1 .sub-title1, .sub-banner3 .sub-title1 {
    font-size: 23px;
        margin: 8px 0 0;
	}
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .six-content-three, #servicecmsblock .five-content-three {border: none;}
	/* #servicecmsblock .second-content-two
	{
		border-right: none;
	} */
	#servicecmsblock {padding: 40px 0;}
	#servicecmsblock .third-content-three, #servicecmsblock .fourth-content-four{
		width: 25%;
		display: inline-block;
	}
	.service-right {
    text-align: center;
	}
	.first-content-one .icon1, .second-content-two .icon1, .third-content-three .icon1, .forth-content-forth .icon1, .five-content-forth .icon1, .six-content-forth .icon1 {
    width: 100%;
    text-align: center;
    margin: 0 auto 10px;
	}
	.service-content {
    text-align: center;
    margin: 0 auto;
    width: 100%;
	}
	#servicecmsblock .inner-content {
    position: relative;
    float: none;
    text-align: center;
	}
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two{
		width: 25%;
		margin: 0 auto;
	}
	#cart .text-shopping{
		display: none;
	}
	.account-content {
    display: none;
	}
	header > .container {
		position: relative;
	}
	.additional_default_width {
		width: 100px;
	}
	.blog_default_width {
		width: 375px;
	}
	#footer .row {margin: 0;}
	#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {padding: 4px 10px;}
	.layout-2 #content, .layout-3 #content {padding: 45px 15px 0;}
	.CMS2_main h5 {display: block;}
	/* #footer{padding: 35px 0 20px;} */
	.category-inner {display: none;}
	span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline-block !important;}
		#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a::before{content: none;}
	#menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown > a {padding: 4px 8px;}
	#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu, #menu ul.nav li .megamenu ul.list-unstyled li.dropdown > a{padding: 4px 8px;}
	#servicecmsblock .icon-left1, #servicecmsblock .icon-left2, #servicecmsblock .icon-left3{margin: 0 10px 0 0;}
	.prevideo iframe {height: 560px;}
	.htabs a{margin-right: 30px;}
	
	.cms-main {margin-right: 20px;}
	.cms-banner4.banner {margin-right: 18px;}
	.cms-left {margin: 0 0 20px 0;}
	.cms-banner2.banner {margin: 0 0 20px 0;}

	.productpage #tabs_info #tab-description {width: 100%;}
	.productpage #tabs_info .tab-content {padding: 30px 40px;min-height: 0;}
	#content.productpage .product-left , #content.productpage .product-right{min-height: auto;border: none;}
	.left.product-image.thumbnails{overflow: visible;}
	#content.productpage .product-left, #content.productpage .product-right {
	
		border-right: none;
	}
	.product-info .additional-carousel .bx-controls-direction a.bx-next {right: auto;}
	.product-info .additional-carousel .bx-controls-direction a.bx-prev {right: auto;}
	.treeview-list .expandable .collapsable-hitarea::before, .treeview-list .expandable-hitarea::before, .responsive-menu .expandable-hitarea::before, 
	.treeview-list .collapsable .expandable-hitarea::before, .treeview-list .collapsable-hitarea::before{right: 10px;}
	#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: 400;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 0;
		
		width: 20px;
		right: 10px;
	}
	#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: 400;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 0;
		/* text-align: center;
		top: 2px; */
		width: 20px;
		right: 10px;
	}
	#column-left .box .toggle .mobile_togglemenu, #column-right .box .toggle .mobile_togglemenu {
		background: none !important;
		right: 0;
		top: 10px;
		width: 100%;
	}
	.CMS2_main {
		display: block;
		list-style: none;
		padding-left: 0;
	}
	#footer .column #block_contact_infos {
		overflow: hidden;
		list-style: none;
		padding-left: 0;
	}
	.ct-about-logo {
		margin-bottom: 20px;
	}
	#footer .social-icons.col-sm-3.column {margin-top: 0;}
	.layout-2.left-col #column-left{border-right: none;}
	#column-left .swiper-viewport, #column-right .swiper-viewport{display: none;}
	#carousel-0 .customNavigation {display: block;top: 12px;} 
	.layout-2.left-col #column-left {padding: 0;}

	/* .Blog .blog-right{padding: 15px 0 0;} */
	#outer-wrap{margin: 0 0 40px;}
	.cms-item{padding-top: 40px;margin: 0 auto 70px;}
	.cms-item .Subbanner.container{padding: 0 15px;}
	.newsletter form {width: 100%;}
	#footer .column .toggle a.mobile_togglemenu::before {
		color: #222;
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 20px;
		font-weight: 400;
		height: 20px;
		margin: 0;
		position: absolute;
		right: -4px;
		text-align: center;
		top: -4px;
		width: 20px;
	}
	#footer .column .toggle.active a.mobile_togglemenu::before {
		color: #222;
		content: "\f106";
		font-family: "FontAwesome";
		font-size: 20px;
		font-weight: 400;
		height: 20px;
		margin: 0;
		position: absolute;
		right: -4px;
		text-align: center;
		top: -4px;
		width: 20px;
	}
	.footer-before {
		padding: 33px 0 33px;
	}
	footer h5 {
		background: none !important;
		margin: 0;
		padding: 12px 0 12px !important;
	}
	.main-slider {width: 100%;}
	.sub-container {width: 100%;margin-top: 30px;text-align: center;}
	.sub-banner2.banner {margin: 0 0 0 15px;}

	#footer .column .toggle .mobile_togglemenu {background: none !important;right: 0px;top: 12px;}
	#footer .col-sm-3.column{width:100%;min-height: inherit;margin: 0;padding: 0;}
	#servicecmsblock .service-right .title{font-size: 12px;}
	#outer-wrap{height: auto;}
	#menu ul.nav li .megamenu ul.list-unstyled li > a:hover, .hiden_menu .top_level a:hover {color: #da037f  !important;}
	#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: -5px;
	}
	#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: -9px;
	}
	#menu ul.nav li .megamenu ul.childs_1 {
		padding: 0 0 0 15px ;
		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;
	}
	/* .container {width: 724px !important;} */
	.nav-responsive span {
		margin:  0;
	}
	.responsive-menu{position: inherit !important;text-align: left;}
	.header-center{
		float: left;
		text-align: center;
		width: auto;
		position: unset;
		padding: 0 ;
	}
	.header-center .container{width: auto !important;padding: 0 !important;}
	.nav-responsive .expandable {
		margin: 0 !important;
		background: url("../image/megnor/menu.png") no-repeat;
		width: 20px;
		height: 20px;
	}
	#top-links .dropdown.myaccount a::before {background-position: 10px -270px;}
	#top-links .dropdown.myaccount a:hover::before {background-position:10px -177px;}
	#cart > .btn {background-position: 10px -640px;}
	#cart > .btn:hover {background-position:10px -547px;}
	.header-wishlist .fa-heart::before {background-position: 10px -455px;}
	.header-wishlist:hover .fa-heart::before {background-position:10px -362px;}
	/* css for responsive menu */	
	.responsive-menu .top_level {padding: 0;width: 100%;}
	.nav.navbar-nav{display:none;}
	.responsive-menu .nav.navbar-nav { 
		background: #fff;
		position: absolute;
		width: 100%;
		z-index: 999;
		border-top: 1px solid #ececec;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 10px;
		top: 50px;
		height: 340px;
    	overflow: scroll;
	}
	.responsive-menu li.toggle {background: #fff;box-shadow:none;padding:0;float:left;width:100%;}
	#menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {  float: left;color: #000;font-weight: normal;/*text-transform: capitalize;*/}
	#menu.responsive-menu .dropdown .dropdown-menu {
		background: transparent;
		border: medium none;
		box-shadow: none;
		padding: 0;
		position: relative;
		width: 100%;
		display: none;
		transform: none;
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		transition: none;
		visibility: visible;
	}
	#menu ul.nav li .megamenu ul.list-unstyled li > a, .hiden_menu .top_level a{padding: 4px 8px;}
	#menu .dropdown:hover .dropdown-menu, #menu > ul > li.hiden_menu:hover div {
		transform: none;
		opacity: 1;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
	}
	/*#menu.responsive-menu ul li a {  color: #000;float:left;width:100%;padding: 0 8px 15px;}*/
	#menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {  padding: 0 0 0 15px; 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;padding: 4px 8px;}
	/* 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;
	}
	#menu.responsive-menu ul li a:hover{color: #da037f ;background-color: transparent;}
	#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;
		/* padding: 20px 15px; */
		width: 100%;
		margin-bottom: 20px;
		z-index: 1;
	}
	#column-left .box .toggle .mobile_togglemenu, #column-right .box .toggle .mobile_togglemenu {
    background: rgba(0, 0, 0, 0) url("../image/megnor/toggle-arrow.png") no-repeat scroll right 0;
    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  { margin-bottom: 0; padding: 10px 0px; display: none;}
	/*#column-left .box .list-group, #column-right .box .list-group {display: none;padding: 0 15px;}*/
	.nav-center {width: 43%;}
	.sub-banner2 .title2, .sub-banner4 .title2 {
		font-size: 23px;
		line-height: 30px;
	}
	.sort-by-wrapper {
		margin-right: 15px;
	}
	.mainmenu .nav-container {width: 100%;}
	.tablatest_default_width {width: 270px;}
	.tabbestseller_default_width {width: 270px;}
	.tabspecial_default_width {width: 270px;}
	.featured_default_width {width: 270px;}
	.bestseller_default_width {width: 270px;}
	.special_default_width {width: 270px;}
	.hometab .tab-head .tab-title::before {content: none;}
	.tab-head {
		width: 80%;
		float: left;
		z-index: 6;
	}
	.htabs {
		right: 0;
		width: 100%;
		float: left;
		position: relative;
		text-align: center;
		/* top: 0; */
		margin: 0 0 30px 0;
	}
.hometab .tab-head .tab-title {
	text-align: left;
	letter-spacing: 0.2px;
	line-height: 40px;
	/*text-transform: capitalize;*/
	padding-top: 10px;
}
.hometab .customNavigation a {top: -5px !important;}
.blog-subtitle {padding-bottom: 20px;}
/* footer {margin-top: 40px;} */
.content_footer_left {
    width: 100%;
    padding: 20px 0;
    text-align: left;
}
.CMS2_main {
    padding: 0 0 15px;
	text-align: left;
}
#footer .content_footer_right.col-sm-3.column {
	width: 100%;
	float: left;
	position: relative;
}
footer .newsletter h5 {display: block;}
.newsletter {text-align: left;float: left;}

footer .social-icons h5 {display: block;}
#powered {
	text-align: center;
	width: 100%;
	float: left;
}
#bottom-footer {width: 100%;float:left;}
#bottom-footer .list-unstyled {
    margin-bottom: 0;
}
.payment {
    width: 100%;
    float: left;
    padding:0; 
}
.pagination-wrapper .page-result {width: 31.333%;}
#column-left .box-product, #column-right .box-product {width: 100%;padding: 0 15px;}
.payment h5 {display: none;}
.copy-right {border-top: 1px solid #302f2f;}
#top .container {padding: 0 15px;}
#top-links {margin: 0 5px;}
.header-cart {margin: 0 ;}
.nav-responsive span, .main-menu > div > ul > li > a {padding: 0;bottom:0;}
.nav-left .list-inline > li {padding-right: 15px;}
.sub-banner2 .sub-title, .sub-banner4 .sub-title {
    margin: 15px 0;
}
.box {margin-bottom: 10px;}
.sub-banner2 .title, .sub-banner4 .title {font-size: 20px;line-height: 30px;}
.sub-banner1 .title, .sub-banner3 .title {font-size: 48px;}
#column-left .box .box-heading, #column-right .box .box-heading {padding: 10px;width: 100%;}
.CMS2_main h5 {display: block;}
#cart-total {line-height: 20px;}
.layout-2 #content {
    width: 100%; padding: 0;
}
}
@media (max-width: 767px) {

	.no-mobile {
		display: none!important;
	}
	.mobile {
		display: initial!important;
	}

	.cms-middle .sub-banner1-content {
		left: 14px;
	}

	.responsive-menu .account-mob.myaccount {
		margin-bottom: 20px;
	}

	.responsive-menu .lang-mob .text,
	.responsive-menu .account-mob.myaccount .text {
		margin-left: 15px;
		font-size: 16px;
	}
	
	.cms-banner4.banner, .cms-banner5.banner {
		width: auto;
		margin: 0;
		text-align: center;
		float: none;
		margin-bottom: 10px;
		display: inline-block;
	}
	.cms-middle .cms-banner4.banner .image, .cms-middle .cms-banner5.banner .image {
		float: none;
		display: inline-block;
		overflow: hidden;
	}

	.headertop .row {
		margin: 0;
	}
	/*.layout-1 #content {*/
	/*	padding: 0 15px;*/
	/*	float: none;*/
	/*	overflow: hidden;*/
	/*}*/
	.cms-banner {padding: 0 10px;}
	.top-links-cover {
		display: none;
	}

	.header-sub-menu .time_work,
	.header-sub-menu .call {
		display: none;
	}
	.layout-2 #content {padding: 0 15px;}
	#column-left .box, #column-right .box {padding: 0; float: none}
    #column-left .list-group { float: none;}
	#parallaxcmsblock {
		height: 300px;
	}
	#content .box .box-content {margin: 0px auto;}
	#parallaxcmsblock .static-inner .text1.static-text {
		font-size: 30px;
		line-height: 40px;
	}
	#parallaxcmsblock .static-inner .text2.static-text {
		font-size: 30px;
		line-height: 40px;
	}
	.hometab .fa.prev.fa-arrow-left{
		right: 0;
		float: none;
	}
	.box-special .fa.prev.fa-arrow-left {
		right: auto;
		float: left;
		left: 0;
	}
	.box.related .customNavigation {
		top: 3%;
		left: 0;
	}
	#content .col-sm-6.product-left {
		width: 410px;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.box.related .customNavigation a.prev {
		right: -15px;
	}
	.customNavigation a.prev::before {display: none;}
	.hometab .box-content .customNavigation a.next {right: 0;left: auto;}
	.subbanner {
		margin-top: 0;
	}
	.banners-slider-carousel {
		margin: 40px 0;
	}
	#content .product-carousel .product-block, #content .product-grid .product-block, #content .box-product .product-block {
		margin-bottom: 0;
	}
	#latest-grid .product-details a:hover {
		color: #da037f;
	}
	.newsletter-block .newsletter_form {
    border-right: none;
}
	.subscribe-btn {
  margin-left: 0;
}
	.nav-left .header-cms {
    font-size: 11px;
    letter-spacing: 0.2px;
}
	.sub-banner1.banner {
    margin-bottom: 30px;
}
		.cms_banner.container {
    margin-top: 10px;
}
	.related-products .product-thumb .button-group {
    top: 0;
}
	.product-grid .product-thumb .button-group {
    top: 0;
}
#content .product-thumb .product-details {
	min-height: 80px;
	padding: 15px 0 0;
}
	.newsletter .form-group {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
}
	#txtemail {
    width: 100%;
    padding: 12px 142px 12px 12px;
}
	.newsletter .input-news {
    width: 100%;
}
.related_default_width {
	width: 384px;
}
#content .box.related .box-heading {text-align: center;}
	.subscribe-btn .btn-lg {
	    cursor: pointer;
	    /* float: right; */
	    padding: 12px 25px !important;
	    position: relative;
	    letter-spacing: 1px;
	    border: none !important;
	    left: auto;
	    z-index: 99;
	    right: 0;
	}
	#txtemail {
		text-align: left;
	}
	.tab {
		width: 100%;
		margin-bottom: 6px;
		float: none;
	}
	.htabs a {
		margin: 0;
		text-align: center;
		display: inline-block;
		float: none;
	}
	.hometab .box-conten:hover .customNavigation {
		opacity: 0;
	}
	.hometab .customNavigation, .box-special .customNavigation {
		opacity: 1;
		width: auto;
		/* position: relative; */
		top: 38%;
		left: 0;
		/* float: left; */
		text-align: center;
	}
	.etabs {width: 100%;}
	.newsletter-block .newsletter_form {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
	}
	.newsletter-block .news-heading {
    width: 100%;
    text-align: center;
	}
	.newsletter-block .news-heading {
    padding-top: 0;
    margin-bottom: 0;
	}
	.news-heading .mobile_togglemenu {
    width: 64px;
    height: 35px;
    background-size: auto;
    float: none;
    margin-right: 0;
	}
	.newsletter h2 {
    font-size: 24px;
    letter-spacing: 2px;
    padding: 0;
    text-align: center;
}
	.sub-banner2 .sub-title2, .sub-banner4 .sub-title2 {
    line-height: 40px;
}

	.sub-banner4.banner {
    padding-right: 0;
}
	.sub-banner3.banner {
    margin-bottom: 30px;
}
.subbanner .banner {
	width: auto;
	text-align: center;
	margin-left: 0;
}
.sub-banner1 .content, .sub-banner2 .content {
	top: 15%;
	left: 31px;
}
.sub-banner1 .image,  .sub-banner2 {
	float: none;
	display: inline-block;
}
#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three, #servicecmsblock .forth-content-forth, #servicecmsblock .five-content-forth, #servicecmsblock .six-content-forth {
	border-right: none;
	width: 50%;
	padding-bottom: 20px;
}
.Blog .owl-carousel .owl-buttons .owl-prev::before {
	content: '';
	position: absolute;
	right: -3px;
	left: auto;
	top: 8px;
	bottom: auto;
	height: 15px;
	width: 1px;
	background: #dbdbdb;
	display: none;
}
.Blog .owl-carousel .owl-buttons .owl-prev, .Blog .owl-carousel:hover .owl-buttons .owl-prev {
	left: 0;
	right: auto;
}
.Blog .owl-carousel .owl-buttons .owl-next, .Blog .owl-carousel:hover .owl-buttons .owl-next {
	right: 0;
	left: auto;
}
	.responsive-menu .nav.navbar-nav {
	    width: auto;
	    top: 44px;
	}
	.Blog .owl-carousel .owl-controls {top: 44%;}
	.product-thumb .button-group {
    position: absolute;
    top: 0;

    opacity: 1;
    left: auto;
    text-align: center;
}
	.product-list .product-thumb .button-group .addtocart{
		display: inline-block;
	}
	

	.quickview{display: none;}
	
	.header-bottom .mainmenu {
    padding-top: 5px;
}
	.responsive-menu .nav.navbar-nav {
    margin: 0 15px;
}

	.header-cart .dropdown-menu.pull-right {
    right: 15px;
    left: auto;
}
#content.productpage .product-right {
	width: 100%;
	margin: 40px 0 0;
	padding: 0;
}
	#top .nav-right {
    width: auto;
   padding-top: 0;
}
	#form-currency {
    padding: 0;
}
	#top .nav-right .pull-left {
    float: none !important;
    display: inline-block;
}
#content .box-product .product-block {
	padding: 0;
}
.module_default_width {
	width: 334px;
}
#content .product-carousel .product-block-inner, #content .product-grid .product-block-inner, #content .box-product .product-block-inner {
/*padding: 0 15px;  !*display: inline-block;*!*/
/*text-align: center;*/
}
.product-thumb h4 {text-align: center;}
.product-thumb .price-new {text-align: center;float: none;}
.product-thumb .price {text-align: center;}
#latest-grid .product-thumb .price {
	text-align: left;
}
#content .product-layout.product-list.col-xs-12 {padding: 0 15px;}
	#form-language .language-menu,#form-language2 .language-menu, #form-currency .currency-menu {top: 35px;}
	.common-home #top {position: relative;}
	.header-wishlist{display:inline-block;text-align:center;display: none;}
	/*#content .product-carousel .product-block, #content .product-grid .product-block, #content .box-product .product-block{margin:0 15px;}*/
	.product-thumb .rating{width: 100%;text-align: center;}
	.blog-right-content {width: 100%;}
	.product-info .image-additional img {max-width: 100%;height: auto;}
	#content .product-list .product-details {
		width: 100%;
	}
	.product-list .rating, .product-list h4, .product-list .price {
		text-align: left;
	}
	.product-thumb .button-group1 {opacity: 1;}
	.product-list .product-block-inner {padding: 0 0 10px 0;text-align:left;}
	#content .product-layout.product-grid{width: 50%;}
	header{padding: 0;}

	.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;}
	
	.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 #ececec;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 {padding: 10px 15px;}*/
	.header-center .container {margin-left: 0;}
	.cms-main {
		margin-right: 0;
		width: 100%;
		/* margin-bottom: 20px; */
	}
	.cms-right {width: 100%;text-align: center;}
	.cms-banner2.banner {width: auto;margin: 0 auto 20px;display: inline-block;vertical-align: middle;float: none;}
	.cms-banner3.banner {
		margin: 0 auto;
		display: inline-block;
		vertical-align: middle;
		float: none;
		width: auto;
	}
	#content .box-heading {
		width: 100%;
	}
	
	.main-slider .swiper-pager .swiper-button-prev::before {width: 50px;background: url("../image/megnor/slideshow-Arrow.png")no-repeat scroll 15px 0px;}
	.main-slider .swiper-pager .swiper-button-next, .main-slider .swiper-pager .swiper-button-prev {width: 50px;}
	.main-slider .swiper-pager .swiper-button-prev:hover::before {background-position: 15px -88px;}
	.main-slider .swiper-pager .swiper-button-next::before {width:50px;background: url("../image/megnor/slideshow-Arrow.png")no-repeat scroll -88px 0;}
	.sub-banner2 .title, .sub-banner4 .title {
		font-size: 16px;
		line-height: 24px;
	}
	.sub-banner1 .title, .sub-banner3 .title {font-size: 40px;}
	.sub-banner2 .sub-title, .sub-banner4 .sub-title {margin: 6px 0;}
	.sub-container {padding: 0 15px;}
	footer {margin-top: 30px;}
	.hometab .tab-head .tab-title , #content .box .box-heading {font-size: 30px;}
	.product-thumb .button-group button, .product-thumb .button-group1 button {
		height: 35px;
		width: 35px;
		background: #fff;
	}

	.fa-heart::before {top: 14px;}
	.product-thumb .button-group , .sale {opacity: 1;}
	#form-language img,#form-language2 img {display: inline-block;}
	.lang_cur_block .pull-left img, #form-currency strong {
		margin: 0;
		display: inline-block;
	}
	.nav-center {
		width: auto;
		float: left;
		text-align: left;
		padding: 11px 0;
	}
	.product-list .product-thumb .image {width: auto;}
	.box.related {margin-top: 50px;}
	.productpage #tabs_info {padding: 0 ;}


	.blog-right-content {width: 100%;}
	.all-blog .blog-left-content {
		margin: 0 auto;
	}
	.all-blog .panel .blog-left-content .blog-image img {
		max-height: 100%;
		max-width: 100%;
		display: inline-block;
	}
	.breadcrumb {text-align: center;}
	.box-featured, .box-bestseller, .box-special {margin-top: 30px;}
	#content .box-featured .box-content, #content .box-latest .box-content, #content .box-special .box-content ,  .box-bestseller .box-content{margin: 0 auto;}
	.tablatest_default_width {width: 50%;}
	.tabbestseller_default_width {width:  50%;}
	.tabspecial_default_width {width:  50%;}
	.featured_default_width{ width: 50%;}
	.latest_default_width {
		width: 50%;
	}
	.special_default_width{ width: 50%;}
	.bestseller_default_width{ width: 50%;}
	.hometab {margin: 30px 0;}
	.hometab .tab-head::before {left: 27%;}
}
@media only screen and (max-width: 479px) {
	
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two {
		margin: 0 auto 10px;
	}
	/*#logo {width: 80%;}*/
	.header-left {
		/* padding: 0; */
		width: auto;
		position: relative;
		text-align: center;
	}
	
	/*.header-right {*/
	/*	margin: 0 auto;*/
	/*	padding: 0;*/
	/*	position: absolute;*/
	/*	right: 0;*/
	/*	left: auto;*/
	/*	top: 22%;*/
	/*	z-index: 9;*/
	/*}*/
	.additional_default_width {
		width: 250px;
	}
	.sub-container {padding: 0;margin-top: 20px;}
	.box-special .customNavigation {right: 0px;}
	#menu .nav-responsive div, .responsive-menu .hitarea {
		float: unset;
	}
	#search {
		top: 38px;
		width: 190px;
	}
	#search .input-lg {
		width: 190px;
	}
	.dropdown-menu.myaccount-menu {
		top: 42px;
	}
	#cart .dropdown-menu {
		top: 42px;
		right: 0;
	}
	.hometab .tab-head .tab-title, #content .box-heading {font-size: 23px;}
 #servicecmsblock .forth-content-forth {width: 100%;}
	#parallaxcmsblock .static-inner .text1.static-text {
		font-size: 24px;
		line-height: 30px;
	}
	#parallaxcmsblock .static-inner .text2.static-text {
		font-size: 26px;
		line-height: 30px;
		margin-top: 10px;
	}
	.cms-middle {text-align: center;}
	#parallaxcmsblock .static-inner .cms-btn .link-text {
		padding: 7px 17px;
		font-size: 12px;
	}
	#parallaxcmsblock {
		height: 250px;
	}
	#parallaxcmsblock .static-inner {
		top: 24%;
	}
	#content .heading-wrapper {
		margin-bottom: 20px;
	}
	footer {
		margin-top: 20px;
	}	
	.sub-banner1 .content, .sub-banner2 .content{
		top: 50px;
		left: 20%;
	}
	.button a { 
		font-size: 12px;
	}
	.sub-banner3 .content {
		top: 15%;
		left: 0;
		right: 0;
		text-align: center;
	}
	.sub-banner1 .title1, .sub-banner3 .title1 {
		font-size: 26px;
		line-height: 30px;
	}
	.banners-slider-carousel {
		margin: 30px 0 50px;
	}
	#content .product-thumb .product-details {
		min-height: 95px;
	}
	.product-thumb h4 {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.related_default_width {
		width: 50%;
	}
	.count1 {
		right: -9px;
		background: #da037f;
		color: #000;
		position: absolute;
	}
	.nav-right .list-inline li {
	    font-size: 12px;
	    letter-spacing: 0.8px;
	}
	.header-cart {
		/*margin: 0 15px 0 0;*/
	}
	.nav-left .header-cms {
    	display: none;
	}
	.subscribe-btn {
		float: left;
		right: 0;
		width: auto;
	}
	.subscribe-btn .btn-lg {
    position: relative;
    left: 0;
    z-index: 99;
    right: 0;
    text-align: center;
    margin-top: 0;
    float: none;
}
	/* .Blog .owl-carousel .owl-controls{display: none !important; } */
	.all-blog > .panel-default {column-count: 1;}
		.cms_banner.container {
    margin-top: 5px;
}
	#content .box.related .box-heading{
		    font-size: 19px;
		        padding-left: 0;
	}
	.alert.alert-success.animated {
    padding: 10px 20px;
}
	.alert.alertmin.alert-success.animated{height: auto}

	.breadcrumb > li {
    position: relative;
    white-space: normal;
}
	.content-top-breadcum #title-content {
    margin: 0 15px;
}
	.breadcrumb>li {
    display: block;
}
	.breadcrumb a {
    font-size: 12px;
    line-height: 15px;
}
.cms-main {margin-bottom: 10px;}
	.content-top-breadcum #title-content .page-title, .content-top-breadcum #title-content h1, .content-top-breadcum #title-content h2 {
    font-size: 14px;
}
/*#content .product-carousel .product-block-inner, #content .product-grid .product-block-inner, #content .box-product .product-block-inner {padding: 0 10px;}*/
	#footer .column .toggle .mobile_togglemenu {
    top: 15px;
}
	.newsletter h2 {
    font-size: 17px;
    letter-spacing: 1px;
}
	.banners-slider-carousel .customNavigation a {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
	.latest.box {
		margin: 30px 0 20px;
	}
	.cms_banner .cms_img .static-inner .text2.static-text {
    margin: 2px 0 0;
    font-size: 17px;
    line-height: 18px;
}
	.cms_banner .cms_img .static-inner .link-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 13px;
    margin-top: 0;
}
	.cms_banner .cms_img .static-inner .text1.static-text {
    font-size: 11px;
    line-height: 15px;

}
	.cms_banner .cms_img .static-inner {
    top: 0;
}
	#content .heading-wrapper::after{
		display: none;
	}
	#content .heading-wrapper::before{
		display: none;
	}
	.hometab .tab-head .tab-title, #content .box .box-heading {
    	font-size: 23px;
	}
	.sub-banner2 .sub-title2, .sub-banner4 .sub-title2 {
    	line-height: 14px;
	}
	 .hometab {
	    margin-top: 30px;
	}
	.header-search {
		margin: 4px 0 0;
	}
	.module_default_width {
		width: 100%;
	}
	.tablatest_default_width {width: 180px;}
	
	.dropdown.myaccount .accountimage {
		/*margin: 0 10px;*/
	}
	#cart .cartimage {
		margin: 2px 0 0;
	}
	.cms-banner4.banner {
		margin: 0 auto 10px;
		width: auto;
		text-align: center;
		float: none;
		display: inline-block;
	}
	.cms-banner5.banner {
		float: none;
		width: auto;
		margin: 0 auto;
		display: inline-block;
	}
	#cart {padding: 0;}
	#content .box.related .box-content {margin: 0 ;}
	.productpage #tabs_info .nav-tabs > li > a {padding: 10px;margin:0 auto;text-align: center;}
	.productpage #tabs_info #tab-description {text-align: center;}
	.product-thumb .rating{width: 100%;}
	
	#testimonial .customNavigation a.prev {left: 15%;}
	#testimonial .customNavigation a.next {right: 15% !important;}
	.product-thumb .caption{opacity: 1;}
	.prevideo iframe {height: 300px;}
	.prevideo .video-text {font-size: 25px;}
	.blog-date {
		width: 100px;
		padding: 25px 30px;
	}

	#cart .cart-menu .button-container strong{padding: 10px 15px !important;}
	#cart .dropdown-menu{width: 290px;padding: 10px;}
	.productpage #tabs_info .nav-tabs {
		width: 100%;
		float: left;
		text-align: center;
		padding: 20px 0;
	}
	#content .box.Blog .box-heading {
		margin-bottom: 0;
		padding: 0;
	}
	.productpage #tabs_info #tab-description {padding: 15px;}
	.productpage #tabs_info .nav-tabs > li , .productpage #tabs_info .nav-tabs > li.active{border-width: 1px 1px 1px 1px;border-top-width: 2px;}
	.productpage #tabs_info .nav-tabs > li {margin-bottom: 10px;  }
	.related .customNavigation a {top: 250px !important;}
	.related .customNavigation a.prev {left: -20px;}
	.related .customNavigation a.next {right: -15px !important;}
	.productpage #tabs_info .tab-content {width: 100%;min-height: auto;}
	#content.productpage .product-right{margin-top: 40px;}	
	#content .product-list .product-details {	width: 100%;}
	.product-list .product-thumb .image {float: left;}
	.Blog .blog-right{padding: 10px;}
	.hometab .tab-content{margin-bottom: 0;}
	.product-thumb .image{margin-bottom: 0;float: none;}
	.product-block-hover{
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		-moz-transform: translateX(0);
	}
	#content .product-thumb:hover .product-details{transform: none;}
	#content .product-thumb .product-details{position: relative;opacity: 1;}
	.htabs .etabs li{width: 100%;display: block;}
	.htabs a{float: none;font-size: 20px;}

	.main-slider .swiper-pager {display: none;}
	.cms-item{padding-top: 20px;}
	.header-center{padding: 0 ;}
	#servicecmsblock .first-content-one, #servicecmsblock .second-content-two, #servicecmsblock .third-content-three{width: 100%;float: none;}
	.product_banner_inner {width: 100%;margin-bottom: 30px;}
	.header-center{margin-top: 0;}
	.product-info .image-additional a{float:none; text-align:center; }
	.table{	
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}

	.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;}
	.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%;}	
	.product-info .additional-carousel{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-result {width: 49%;}
	.product-list .product-thumb .image {width: auto;}
	.bootstrap-datetimepicker-widget.dropdown-menu{width:auto;}
	.checkout-cart #accordion .input-group-btn {float: left; margin: 5px 0 0;}	
	
	.subbanner .banner {width: 100%;margin-bottom: 13px;}
	.hometab .customNavigation {
		float: left;
		top: 30%;
	}
	.hometab .customNavigation a.prev, .box-special .fa.prev.fa-arrow-left {left: -15px;top: 0%;}
	.hometab .box-content .customNavigation a.next, .box-special .customNavigation .fa.next.fa-arrow-right {right: -15px;}
	#content .box .box-content {
		width: 100%;
		float: left;
		margin:0 auto;
	}
	#content .product-carousel .product-block {
		margin: 0;
	}
	.htabs {margin: 0 0 30px 0;}

	.hometab .tab-head .tab-title {text-align: center;width: 100%;padding: 0;}
	.tab-head {margin-bottom: 0;width: 100%;}
	
	#content .box.Blog .box-content {margin: 0 auto;}
	#content .Blog .box-product .product-block {padding: 10px 0 0;}
	.nav-center {
		width: 100%;
		text-align: center;
		padding: 12px 0 0;
	}
	.nav-right {
		width: auto;
		float: none;
		display: inline-block;
		text-align: center;
	}
	#form-currency {padding: 0;}
	#top {text-align: center;}
	#form-language .language-menu,#form-language2 .language-menu, #form-currency .currency-menu {right: -10px;}
	.banners-slider-carousel .customNavigation a.prev {left: -15px;}
	#tabs_info {padding: 0;}

	.product-info .additional-carousel .bx-controls-direction a.bx-prev , .product-info .additional-carousel .bx-controls-direction a.bx-next {
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.product-info .additional-carousel .bx-controls-direction a.bx-prev {top: 0;}

	#checkout-cart .btn-danger {vertical-align: bottom;}
	#carousel-0.banners-slider-carousel .customNavigation a.prev::before , #carousel-0.banners-slider-carousel .customNavigation a.next::before{top: 0;}
	#cart > .btn , .header-wishlist , #top-links .dropdown.myaccount a::before , .header-search .header-toggle{width: 35px;}
	
	.box-featured, .box-bestseller, .box-special {margin-top: 30px;}
	#content .box-featured .box-content, #content .box-latest .box-content, #content .box-special .box-content {margin: 0 auto;}
	
}

#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 www.templatemela.com - End */
/* --- merged: megnor/custom.css --- */
/* -------------
 * 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('../image/megnor/select-arrow-down.gif') no-repeat center right;
	width:100% !important;
}
.customSelectOpen .customSelectInner{ background:url('../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(../image/megnor/sprite.png) no-repeat scroll -36px -126px transparent;
    height: 18px;
    width: 18px;  
} 
.treeview-list .expandable .collapsable-hitarea{ 
	background: url(../image/megnor/sprite.png) no-repeat scroll -7px -127px transparent;
    height: 18px;
    width: 18px;  
} 

.treeview-list .expandable-hitarea { 
	background: url(../image/megnor/sprite.png) no-repeat scroll -7px -127px transparent;
    height: 18px;
    width: 18px;  
} 
.treeview-list .collapsable-hitarea { 
	background: url(../image/megnor/sprite.png) no-repeat scroll -36px -126px transparent;
    height: 18px;
    width: 18px;
} 
/* 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('../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('../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('../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('../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{


}

/* FancyBox */

.last_item_tm .product-block{}
.first_item_tm .product-block{}


.toggle .mobile_togglemenu{ 
	background:url("../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("../image/megnor/select-arrow-down.gif") 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;}

.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("../image/megnor/sprite.png") no-repeat scroll  -36px -120px transparent;
	height: 33px;		
	padding: 0;
	width: 30px;
} 
.responsive-menu .expandable-hitarea { 
	background:url("../image/megnor/sprite.png") no-repeat scroll -7px -121px  transparent;
	height: 33px;
	width: 30px;		
	padding: 10px;
} 
.responsive-menu .collapsable-hitarea { 
	background: url("../image/megnor/sprite.png") no-repeat scroll  -36px -120px transparent;
	height: 33px;
	width: 30px;	
}
@media (max-width: 979px) { 
	.responsive-menu {
		padding: 10px 15px;
	} 
}
@media (max-width: 767px) { 
}
@media (max-width: 479px) { 
	.nav-responsive div, .responsive-menu .hitarea {
		float: left;
	}
}
/* 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: 600;
}

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: #c3c3c3;
    text-decoration: none;
}

a:hover,a:focus {
     color: #da037f; 
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    background-color: #fff;
    border: none;
    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:1250px) {
    .container {
        width: 1200px;
    }
}
@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 #ececec;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ececec;
}

.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 #ececec;
}

.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 #ececec;
}

.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 #ececec;
}
.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 #ececec;
	float:left;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}

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 #ececec;
    border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	-khmtl-border-radius: 4px;       
}

.form-control:focus {    
    outline: 0; 
	border-color: #ececec;  
}

.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;margin-top: 4px;
}
#column-left .radio input[type=radio],#column-left .radio-inline input[type=radio],#column-left .checkbox input[type=checkbox],#column-left .checkbox-inline input[type=checkbox] {
   margin-top: 8px;
}

.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: 600 ;
	letter-spacing: 1px;
    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: #fff;
    text-decoration: none;
}

.btn:active,.btn.active {
    outline: 0;
}

.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: #da037f;
	border: 1px solid #da037f;
	line-height: inherit;
}

.btn-default:hover, .open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #222;
	border: 1px solid #222;
}

.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(/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/catalog/view/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: 13px;
    background-color: #fff;
	border:none;
	margin: 0 auto !important;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.btn.active, .btn:active {
box-shadow:none;}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 0;
    clear: both;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    line-height: 20px;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #da037f;
    background-color: transparent;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    text-decoration: none;
    outline: 0;
    color: #2e8bb0;
    background-color: transparent;
}

.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 #ececec;
    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 #ececec;
	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 #ececec;
}

.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 #ececec;       
}

.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 #ececec;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ececec;
        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 #ececec;
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ececec;
        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: #ececec;
}

.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: none;
    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: #ececec;
}

.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: #ececec;
    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 #ececec;
    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 #ececec;
    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 #ececec;
	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: #8a8a8a;
}

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 #ececec;
}

.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 #ececec;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    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 #ececec;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ececec;
}

.panel-default {
    border-color: #ececec;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ececec;
	padding:0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ececec;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ececec;
}

.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 #ececec;
    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: #ececec;
    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 #ececec;
    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 #ececec;
}

.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 #ececec;
    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 #ececec;
    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;
    }
}.ration-module,
.sales-module {
    margin-bottom: 30px;
}

.section-seo {
    position: relative;
    max-height: 220px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.section-seo.expanded {
    max-height: 4000px;
}

.section-seo:not(.expanded)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
}

.section-seo-toggle {
    display: block;
    margin: 15px auto 0;
    padding: 8px 20px;
    background-color: transparent;
    color: #9E6ABA;
    border: 1px solid #9E6ABA;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

.section-seo-toggle:hover {
    background-color: #9E6ABA;
    color: #FFFFFF;
}

body .popover-content a {
    color: #9E6ABA;
    text-decoration: underline;
}

.w-a {
    width: auto!important;
}

.f-w-n {
    font-weight: normal;
}

.ration-module .ration-module__title {
    position: relative;
    font-size: 25px;
    color: #222;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    width: auto;
    clear: both;
    margin: 0 0 25px;
    background: none;
}

.ration-module .ration-module__list {
    justify-content: space-between;
    margin-top: -15px;
}

.ration-module .ration-name-item {
    border: 4px solid #d1d1d1;
    border-radius: 5px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-top: 15px;
    cursor: pointer;
}

.ration-module .ration-name-item .ration-name-item__info {
    min-width: 0;
}

.ration-module .ration-name-item .ration-name-item__name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    word-wrap: break-word;
}

.ration-module .ration-name-item .ration-name-item__min-price {
    font-size: 14px;
    color: #333;
}

.ration-module .ration-name-item .ration-name-item__thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    flex-shrink: 0;
}

.ration-module .ration-image {
    max-width: 100%;
    height: auto;
}

.ration-module .ration-menu-example {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}

.ration-module .ration-menu-example a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 20px;
    background-color: #9E6ABA;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #9E6ABA;
    border-radius: 5px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ration-module .ration-menu-example a:hover {
    background-color: transparent;
    color: #9E6ABA;
}

.ration-module .ration-name-item.active .ration-name-item__min-price,
.ration-module .ration-name-item.active .ration-name-item__name {
    color: #333;
}

.ration-module .ration-module-container {
    display: none;
    width: 100%;
    margin-top: 30px;
    color: #333;
}

.ration-module .ration-module-container.active {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ration-module .ration-description__container {
    width: min(calc(60% - 10px),690px);
    position: relative;
    padding: 20px;
}

.ration-module .ration-action__container {
    width: min(calc(40% - 10px),460px);
}

.ration-module .ration-description__background {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.ration-module .ration-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ration-module .ration-description-container {
    margin-bottom: 20px;
}

.ration-module .ration-description-container div {
    margin-bottom: 10px;
}

.ration-module .ration-description-container div span {
    margin-right: 5px;
    font-weight: bold;
}

.ration-portion__title {
    margin-bottom: 15px;
    font-size: 16px;
}

.ration-portion__list {
    display: flex;
    flex-direction: row;
    gap: 15px 15px;
}

.ration-portion-item {
    padding: 8px;
    border: 1px solid #eaeaea !important;
    border-radius: 7px;
    cursor: pointer;
}

.ration-portion-item.active {
    border-color: var(--brend-color)!important;
    background: rgba(var(--brend-color-rgb),0.1);
}

.ration-portion-item:hover {
    border-color: var(--brend-color)!important;
    background: rgba(var(--brend-color-rgb),0.1);
}

.ration-portion-days {
    margin-top: 30px;
}

.ration-portion-days__title {
    margin-bottom: 15px;
    font-size: 16px;
}

.ration-portion-action-container {
    display: none;
}

.ration-portion-action-container.active {
    display: block;
}

.ration-portion-days__title {
    color: #333;
}

.ration-portion-data {
    display: flex;
    justify-content: space-around;
    text-align: center;
    border-radius: 5px;
    background: #eee;
    padding: 10px 0;
    color: #333;
    margin-top: 30px;
}

.ration-portion-data__item .item-title {
    font-weight: bold;
}

.ration-portion-day__list {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 10px;
}

.ration-portion-day {
    background: #eee;
    padding: 15px;
    flex: 1;
    flex-basis: calc(50% - 10px);
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.ration-portion-day.active {
    background: #9E6ABA;
}

.ration-portion-day:hover {
    background: #9E6ABA;
}

.ration-portion-day:hover .price,
.ration-portion-day:hover .title {
    color: #eee;
}

.ration-portion-day .price,
.ration-portion-day .title {
    color: #333;
}

.ration-portion-day.active .price,
.ration-portion-day.active .title {
    color: #eee;
}

.ration-portion-day .title {
    font-weight: bold;
}

.ration-portion-day .percent {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    color: #da037f;
}

.ration-portion-price {
    margin-top: 30px;
}

.ration-portion-total,
.ration-portion-sale {
    display: flex;
    font-size: 18px;
}

.ration-portion-total {
    color: #333;
    margin-right: 20px;
}

.ration-portion-sale {
    color: #da037f;
}

.ration-portion-total .text,
.ration-portion-sale .text {
    margin-right: 5px;
}

.ration-portion-date {
    margin-top: 30px;
}

.ration-checkout-btn {
    width: 100%;
}

.ration-checkout-container {
    margin-top: 30px;
}

.btn-ration-color {
    background-color: #ce90cc;
    color: #FFFFFF;
    border-color: #ce90cc;
}

.btn-ration {
    padding: 9px 20px !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 20px !important;
}

.btn-ration-color:hover {
    background-color: #9e6aba;
    border-color: #9e6aba
}

.ration-additional-description {
    margin-top: 30px;
}

.ration-additional-description .delivery-text .text {
    margin-right: 5px;
}

.ration-additional-description .delivery-text .date {
    border-bottom: 1px #444 dashed;
}

.ration-additional-description .ration-additional__note {
    margin-top: 5px;
}

.ration-individual-price .ration-individual-price__text {
    font-size: 16px;
    margin-right: 5px;
}

.ration-individual-price .ration-individual-price__price {
    font-size: 16px;
    font-weight: bold;
}

.ration-action__container .ration-individual-call {
    margin-top: 30px;
}

.btn-normal:hover{
    background-color: #e62f7f;
}
.btn-normal {
    background-color: #ee73a9;
    color: #FFFFFF;
    border: none;
    width: 100%;
    line-height: 25px !important;
    font-weight: normal;
    font-size: 16px;
}

.btn-normal.default {
    background-color: initial;
    color: #222;
}

.btn-normal.default:hover {
    background-color: initial;
}

.btn-normal.default {
    background-color: unset;
    color: #333;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}

.btn-normal.default:hover {
    background-color: #ededed;
    color: #333;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}

.no-padding {
    padding: unset;
}

.ration-error-container {
    margin: 20px 0;
    color: red;
    font-size: 16px;
    text-align: center;
    display: none;
}

.ration-success-container {
    margin: 20px 0;
    font-size: 18px;
    color: green;
    text-align: center;
    display: none;
}

.header-user-menu-row {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.headertop.fixed .header-user-menu-row {
    padding: 10px 0;
}

.header-user-menu {
    display: flex!important;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 0 30px;
    order: 3;
}

.header-sub-menu {
    gap: 15px 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cart-price-sale {
    color: #da037f;
}

@media (max-width: 1023px) {
    .ration-module .ration-description__container {
        width: 100%;
    }

    .ration-module .ration-action__container {
        width: 100%;
    }

}

 /*  constructor menu */

.constructor-menu .calendar-selected-date {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    flex-direction: row;
    width: 100%;
    /*justify-content: center;*/
    gap: 0 10px;
    height: 24px;
}

.constructor-menu .calendar-selected-date .date-error {
    color: red;
}

.constructor-menu .constructor-information-container {
    margin-top: 30px;
    background: #eee;
    border-radius: 5px;
    padding: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.constructor-menu {
    flex-direction: column;
    margin-top: 30px;
}

.constructor-menu .selected-days-container {
    width: 290px;
    overflow: hidden;
    position: relative;
    height: 24px;
    margin: 30px auto 0 auto;
}

.constructor-menu .menu-swiper-next::before {
    background: url(../image/megnor/next.svg) no-repeat center center;
    background-size: 25px;
    content: "\f054";
    font-size: 0;
    display: inline-block;
    width: 35px;
    height: 100%;
    vertical-align: middle;
}

.constructor-menu .menu-swiper-prev::before {
    background: url(../image/megnor/pre.svg) no-repeat center center;
    background-size: 25px;
    content: "\f054";
    font-size: 0;
    display: inline-block;
    width: 35px;
    height: 100%;
    vertical-align: middle;
}


.constructor-menu .selected-days-container .menu-swiper-prev {
    position: absolute;
    left: 0;
    top: 0;
    background-size: 25px;
    z-index: 10;
    cursor: pointer;
}

.constructor-menu .selected-days-container .menu-swiper-next {
    position: absolute;
    right: 0;
    top: 0;
    background-size: 25px;
    z-index: 10;
    cursor: pointer;
}

.constructor-menu .selected-days-container .menu-swiper-prev.swiper-button-disabled,
.constructor-menu .selected-days-container .menu-swiper-next.swiper-button-disabled {
    opacity: 0.5;
}

.constructor-menu .selected-days-container .swiper-wrapper {
    text-align: center;
}


.constructor-menu .selected-days-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.constructor-menu .constructor-top-container {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.constructor-menu .aggregate-item-title {
    font-size: 16px;
    flex: 1 1 0;
    white-space: nowrap;
}

.constructor-menu .aggregate-item {
    flex-direction: column;
    align-items: center;
    padding: 5px;
    background: #ce90cc5c;
    border-radius: 5px;
    flex: 1 1 0;
    display: flex;
    justify-content: center;
}

.constructor-menu .aggregate-information {
    gap: 0 20px;
    width: 50%;
    flex-wrap: nowrap!important;
    align-items: center;
}

.constructor-menu .aggregate-price__text {
    font-size: 18px;
    margin-right: 10px;
}

.constructor-menu .aggregate-price__value {
    font-size: 18px;
}

.constructor-menu .constructor-information-container {
    justify-content: space-between;
    gap: 0 20px;
    width: 100%;
}

.constructor-menu .constructor-day-menu-container {

    margin-top: 30px;
}

.constructor-menu .constructor-day-menu__item {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.constructor-menu .constructor-day-menu__item.active {
    display: flex;
    gap: 0 20px;
}

.constructor-menu .constructor-day__item {
    width: 100%;
    min-height: 450px;
    /*margin-bottom: 30px;*/
    /*min-width: 320px;*/
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.constructor-menu .constructor-day-menu__item .selected-day-menu-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.constructor-menu .constructor-day__item.empty .empty-item {
    height: 100%;
    border: 1px dashed #9e6aba;
    border-radius: 5px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.constructor-menu .constructor-day__item.empty .empty-item .empty-item__title {
    margin-bottom: 20px;
}

.constructor-menu .constructor-day__item-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    /*height: 212px;*/
    /*min-height: 206px;*/
    /*padding-bottom: 100%;*/
}

.constructor-menu .constructor-day__item-name {
    margin: 10px 0;
    font-size: 16px;
    justify-content: space-between;
}

.constructor-menu .constructor-day__item-meal {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.constructor-menu .constructor-day__item-price {
    margin-right: 10px;
    margin-left: auto;
    color: #222;
}

.constructor-menu .constructor-day__item-price .special {
    font-size: 16px;
    color: #da037f;
    margin-right: 10px;
}

.constructor-menu .constructor-day__item-price .price {
    font-size: 16px;
}

.constructor-menu .constructor-day__item-price .price-old {
    font-size: 16px;
    color: #9b9b9b;
    text-decoration: line-through;
}

.constructor-menu .constructor-day__item .price-info-container {
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-top: 20px;
}

.constructor-menu .constructor-day__item .product-info-container {
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-top: 10px;
    color: #959595;
}

.constructor-menu .constructor-day__item .product-info-container > * {
    margin-right: 5px;
}

.constructor-menu .constructor-day__item .constructor-day__item-kkal {
    line-height: 14px;
    font-size: 14px;
}

.constructor-menu .constructor-day__item .constructor-day__item-weight {
    font-size: 11px;
}

.constructor-menu .constructor-day__item .constructor-day__item-price div {
    line-height: 16px;
}

/*@media (max-width: 768px) and (min-width: 425px) {*/
/*    .constructor-menu .calendar-selected-date {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

.constructor-menu .selected-day-menu-container .menu-swiper-next {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 10;
    height: 100%;
}

.constructor-menu .selected-day-menu-container .menu-swiper-prev {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 10;
    height: 100%;
}

.constructor-menu .selected-day-menu-container .menu-swiper-prev.swiper-button-lock,
.constructor-menu .selected-day-menu-container .menu-swiper-next.swiper-button-lock {
    display: none;
}

.constructor-menu .constructor-preloader {
    position: absolute;
    border-radius: 5px;
    background: #a367aa38;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
}

.constructor-menu .constructor-preloader svg {
    width: 160px;
    height: 160px;
    margin-top: calc(50% - 80px);
}

span.delete-i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background-image: url(../image/megnor/delete.svg);
    background-size: 35px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.constructor-menu .constructor-day__item-control {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0 10px;
    margin-top: 20px;
}

.btn-delete {
    width: 50px;
}

.constructor-menu .empty-item__control {
    cursor: pointer;
}

span.plus-i {
    display: flex;
    background: #ee73a9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

span.plus-i:after {
    content: "+";
    padding: 15px;
    font-size: 30px;
    color: white;
}

#constructor-meal-popup .modal-title {
    font-size: 18px;
}

.constructor-popup-meal {
    display: flex;
    align-items: stretch;
    overflow: hidden;
}


.constructor-popup-meal .menu-swiper-next::before {
    background: url(../image/megnor/next.svg) no-repeat center center;
    background-size: 25px;
    content: "\f054";
    font-size: 0;
    display: inline-block;
    width: 35px;
    height: 100%;
    vertical-align: middle;
}

.constructor-popup-meal .menu-swiper-prev::before {
    background: url(../image/megnor/pre.svg) no-repeat center center;
    background-size: 25px;
    content: "\f054";
    font-size: 0;
    display: inline-block;
    width: 35px;
    height: 100%;
    vertical-align: middle;
}

.constructor-popup-meal .menu-swiper-prev {
    position: absolute;
    left: 15px;
    top: calc(50% - 17px);
    background-size: 25px;
    z-index: 10;
    cursor: pointer;
}

.constructor-popup-meal .menu-swiper-next {
    position: absolute;
    right: 15px;
    top: calc(50% - 17px);
    background-size: 25px;
    z-index: 10;
    cursor: pointer;
}

.constructor-popup-meal .menu-swiper-prev.swiper-button-disabled,
.constructor-popup-meal .menu-swiper-next.swiper-button-disabled {
    opacity: 0.5;
}

.constructor-popup-meal__item {
    margin-bottom: 20px;
    height: auto!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.constructor-popup-meal__item .image img {
    width: 100%;
}

#constructor-meal-popup .constructor-popup-meal__item .name {
    font-size: 16px;
    margin-top: 10px;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
}

#constructor-meal-popup .constructor-popup-meal__item .name span {
    margin-left: 10px;
}

#constructor-meal-popup .constructor-popup-meal__item .control {
    margin-top: 20px;
}

#constructor-meal-popup .constructor-popup-meal__item .special {
    font-size: 16px;
    color: #da037f;
    margin-left: auto;
}

#constructor-meal-popup .constructor-popup-meal__item .price {
    font-size: 16px;
    margin-left: auto;
}

#constructor-meal-popup .constructor-day__item-weight {
    font-size: 11px;
}

#constructor-meal-popup .constructor-day__item-kkal {
    margin-right: 5px;
    font-size: 11px;
}

#constructor-meal-popup .constructor-popup-meal__item .price-old {
    margin-top: 10px;
    font-size: 16px;
    color: #9b9b9b;
    text-decoration: line-through;
}

.normal-popover:after {
    content: "i";
    display: inline-block;
    background-color: #f6dc34;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    cursor: help;
    font-family: PFDinTextPro, sans-serif;
    color: #555;
    z-index: 1;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 2px;
}

.popover {
    z-index: 9999;
}

.checkout-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.item-group {
    margin-bottom: 30px;
}

.delivery-method .delivery-method__title {
    margin-bottom: 10px;
    font-weight: bold;
}

.delivery-method {
    background: #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.delivery-method .delivery-method__variant label,
.delivery-method .delivery-method__variant {
    cursor: pointer;
}

.delivery-method .delivery-method__variant label {
    margin: 0;
}

.product-block .product-title {
    font-size: 16px;
    font-weight: normal;
}

.product-block .price {
    font-size: 16px;
    margin-right: 15px;
}

.product-block .price-new {
    font-size: 16px;
    color: #da037f;
    margin-right: 15px;
}

.product-block .price-old {
    font-size: 15px;
}

.product-thumb .rating {
    /* float: left; */
    width: 100%;
    position: relative;
    margin: 15px 0;
    line-height: 0;
}

.buy-button-product {
    display: flex!important;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.product-block .sale {
    background: #da037f;
    padding: 0px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
}

.product-block .kkal {
    background: #399700;
    padding: 0px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
}

.product-label {
    position: absolute;
    top: 0;
    left: 0;
    gap: 5px 0;
    flex-direction: column;
    align-items: flex-start;
}

#product .baseprice,
#product .price {
    font-size: 16px;
}

.price-container-product-info {
    margin-bottom: 30px;
}

.category-product-list {

}

.product-options .form-group {
    flex-wrap: nowrap;
    align-items: center;
}

.productpage .price {
    font-size: 18px;
}

.error {
    color: red;
}

#form_individual .modal-dialog {
    max-width: 400px;
}

input[type=checkbox].checkbox-checkout {
    margin: 0;
    vertical-align: -7px;
    width: 16px;
    height: 16px;
}

/* sales  */

.sales-module .menu-swiper-next::before {
    background: url(../image/megnor/next.svg) no-repeat center center;
    background-size: 25px;
    content: "\f054";
    font-size: 0;
    display: inline-block;
    width: 35px;
    height: 100%;
    vertical-align: middle;
}

.sales-module .menu-swiper-prev::before {
    background: url(../image/megnor/pre.svg) no-repeat center center;
    background-size: 25px;
    content: "\f054";
    font-size: 0;
    display: inline-block;
    width: 35px;
    height: 100%;
    vertical-align: middle;
}

.swiperSale {
    position: relative;
    width: 100%;
}


.glide__slides {
    margin: auto!important;
}

.section-tabs.faq .card-header {
    font-weight: bold!important;
}

.section-tabs.faq .card-header div[aria-expanded="false"]:hover {
    color: var(--main-color)!important;
}

.section-tabs.faq .card-body {
    font-style: italic;
}

.sales-module .menu-swiper-prev {
    position: absolute;
    left: 15px;
    top: calc(50% - 17px);
    background-size: 25px;
    z-index: 10;
    cursor: pointer;
}

.sales-module .menu-swiper-next {
    position: absolute;
    right: 15px;
    top: calc(50% - 17px);
    background-size: 25px;
    z-index: 10;
    cursor: pointer;
}

.sales-module .menu-swiper-prev.glide__arrow--disabled,
.sales-module .menu-swiper-next.glide__arrow--disabled {
    opacity: 0.5;
}

.sales-module .swiper-wrapper {
    text-align: center;
}


.sales-module .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sales-module .swiper-slide {
    /*width: 299px;*/
    position: relative;
    padding: 0;
    border-radius: 5px;
}

.sales-module .sales-bg {
    background: #a367aa;
    padding: 20px 0 20px 0;
}

.sales-module .image {
    /*height: 100%;*/
    width: 100%;
    border-radius: 15px;
}

.social-container {
    display: flex;
    gap: 15px;
    margin-left: 20px;
}

.sales-module .title {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 24px;
    font-weight: 600;
}

.normal-popover-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    font-weight: 700;
    border-radius: 50%;
    cursor: help;
    font-family: PFDinTextPro, sans-serif;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    z-index: 100;
    background: #a367aa;
    width: 40px;
    height: 40px;
    font-size: 24px;
    right: 30px;
}

.glide__slide {
    position: relative;
}

.input-group.date .input-error.error {
    display: table-row;
    width: 100%;
}

@media (max-width: 767px) {
    #logo img {
        width: 50px !important;
        min-width: 50px !important;
    }

    .ration-module .ration-name-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    #logo img {
        width: 50px!important;
        min-width: 50px!important;
    }
    .constructor-menu .aggregate-information {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 524px) {
    .constructor-menu .constructor-information-container .aggregate-btn {
        margin-top: 20px;
        width: 100%;
    }

    .ration-module .ration-module__title {
        margin: 0 0 0;
    }

    .main-slider .img-responsive {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        display: block;
        top: 0;
    }

    .main-slider .swiper-slide {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 0px;
        padding-top: 110%;
    }

    /*.constructor-menu .constructor-day__item {*/
    /*    width: 100%;*/
    /*}*/
}