body {
	font-family: "Lato",Arial,Helvetica,sans-serif;
	font-weight: 400;
	color: #787878;
	font-size: 14px;
	line-height: 22px;
}


#background_wrap {
	z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url("../image/megnor/bg.jpg");
    background-attachment: scroll;
    background-repeat: repeat;
}

:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width:10px;}
.fa-stack .fa{font-size:15px;}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ce2b2a;
}
/*header*/

.main-header{
	position:relative;
}
.header_block{
	width: auto;
}

.header_left {
    float: left;
}

.header_block .col-sm-4 {
    padding: 0;
    width: auto;
}

.header_right {
    float: right;
}

.header_right.header_block .col-sm-5 {
    padding: 0;
    width: 100%;
}
header .container {
    margin: 40px auto 35px;
}


/* top */
#top {
	background: rgba(255,255, 255, 0.15);
	box-shadow: 0 0px 13px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0px 13px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0px 13px 5px rgba(0, 0, 0, 0.4);
	padding: 0;
}
#top .container {
}
#top #currency .currency-select.btn-link, #top #language .dropdown-menu > li > a {
    font-size: 13px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    color: #161b1e;
}
#top #currency .currency-select:hover {
	color: #787878;
}
#currency button span, #language button span{
	font-size: 13px;
	font-weight: 400;
	margin: 4px 0;
	text-transform: capitalize;
}
#top-links .myaccount-menu > li {
    border-top:medium none;
    border-left:medium none;
    border-right:medium none;
    padding: 0 5px;
}
#top-links .myaccount-menu a {
    font-size: 13px;
    padding: 7px 2px;
    text-transform: capitalize;
}
#currency .dropdown-menu, #language .dropdown-menu{
	/*padding: 4px 6px;*/
	padding:10px 10px;
	border:medium none;
	margin-top: 2px;
	background-color: #fff;
	border-top:1px solid #ffcc00;
}

#language .dropdown-menu img{vertical-align: baseline; margin-right: 5px;}

#top-links .myaccount-menu{
	/*padding:5px 5px;*/
	padding: 10px 10px;
	border:medium none;
	top: 34px;
	right: -50px;
	margin-top: 0;
	border-top:1px solid #ffcc00;
}
#top-links .myaccount-menu > li:last-child{padding:0 5px; border-bottom:medium none;}

#currency .dropdown-menu .btn { padding: 2px !important;}
#top #language .dropdown-menu > li > a {padding: 5px 2px;font-size: 13px;}
#top #language .dropdown-menu > li > a:hover,#top #language .dropdown-menu > li > a:focus {color: #787878; background-color:transparent;}
#top .btn-link, #top-links li, #top-links a,#language .dropdown-menu > li > a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
#top-links li{padding: 10px 5px; }
#top-links li.myaccount{}

#top-links li:first-child{border-left:medium none;}
#top-links li:last-child{padding: 8px 0 8px 5px;}
#top-links li:last-child > a{border-right:none}
#top-links .list-inline{margin-bottom:0;}
#top-links a .fa{padding:5px 5px;}
#top .btn-link:hover, #top-links a:hover, #top-links a:hover .caret:before {
	color: #FFCC00;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #161b1e;
	border: none;
}

#top-links  li > a{
	border-right: 1px solid #999;
	padding-right: 10px;
	display: block;
	line-height: 12px;
}
#top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
	color: #787878;
	background: transparent;
}
#top .btn-link strong {
	font-size: 12px;
	font-weight: normal;
	margin:0 5px;
}
#currency .currency-menu > li, #language .language-menu > li {
    padding: 0px;
    line-height: 20px;
}
#currency .currency-menu > li:last-child, #language .language-menu > li:last-child{border-bottom:medium none;}
#language .dropdown-toggle > img{margin:0 5px 3px;}
#top-links {
	padding-top: 0px;
}

#top-links a + a {
	margin-left: 15px;
}
#top .fa-caret-down{vertical-align:text-bottom;}
#top #currency .btn-link{
padding: 4px 12px 4px 0;
}
#top #language .btn-link{padding:4px 12px;}
.contact_us a {
    vertical-align: middle;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.contact_us a:hover,.contact_us a:focus{
	color:#fff;
}

span.telephone-text {
    display: block;
}
.contact_us .fa {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 3px;
    display: none;
}
.contact_us {
    color: #fefefe;
    font-size: 15px;
    font-weight: 600;
    margin: 16px 0;
    white-space:nowrap;
    float: left;
    border-right: 1px solid #999999;
    padding-right: 35px;
    margin-right: 35px;
    font-weight: normal;
    background: url("../image/megnor/call.png") no-repeat scroll 0 center;
    padding-left: 45px;
}


/* logo */
.header-logo{float:left;}
.header-search{float:left;}
.header-cart{float:right;}
#logo {
	margin: 0;
	display:inline-block;
}
/* search */
#search {
	padding: 12.5px 10px 12.5px;
	width: 300px;
	float:right;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	background: -ms-linear-gradient(top, #FFCC00 0%, #ffa302 100%);
	background: -moz-linear-gradient(top, #FFCC00 0%, #ffa302 100%);
	background: -o-linear-gradient(top, #FFCC00 0%, #ffa302 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFCC00), color-stop(100, #ffa302));
	background: -webkit-linear-gradient(top, #FFCC00 0%, #ffa302 100%);
	background: linear-gradient(to bottom, #FFCC00 0%, #ffa302 100%);
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-khtml-border-radius: 0 5px 0 0;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-right: medium none;
	border-radius: 5px 0px 0 5px;
	-moz-border-radius: 5px 0px 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0px 0 5px;
	box-shadow: 0px 0 0px 1px #d7d7d7 inset;
	-webkit-box-shadow: 0px 0 0px 1px #d7d7d7 inset;
	-moz-box-shadow: 0px 0 0px 1px #d7d7d7 inset;
}
#search .btn-lg {
	background: -ms-linear-gradient(top, #DA3332 0%, #AC1B1A 100%);
	background: -moz-linear-gradient(top, #DA3332 0%, #AC1B1A 100%);
	background: -o-linear-gradient(top, #DA3332 0%, #AC1B1A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DA3332), color-stop(100, #AC1B1A));
	background: -webkit-linear-gradient(top, #DA3332 0%, #AC1B1A 100%);
	background: linear-gradient(to bottom, #DA3332 0%, #AC1B1A 100%);
	border: none;
	line-height: 17px;
	margin: 0;
	padding: 11px 12px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
}
#search .fa.fa-search {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
	text-shadow: 0px 2px 0px rgba(22,27,30,0.3);
}
/* cart */
.col-sm-3.cart {
    padding: 0;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}
#cart {
	margin-bottom: 0px;
	float:right;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	border: none;
	background: url(../image/megnor/header-cart.png) no-repeat scroll 23px 26px rgba(255,255,255,0.15);
	height: 75px;
	width: 75px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	box-shadow: 0 0px 13px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0px 13px 5px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0px 13px 5px rgba(0, 0, 0, 0.4);
}

#cart > .btn:hover,#cart > .btn.active {
background: url(../image/megnor/header-cart-hover.png) no-repeat scroll 23px 26px rgba(255,255,255,0.15);
	
}

#cart-total {
    background-color: #d53130;
    border:medium none;
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    padding: 2px 5px;
    position: absolute;
    right: 10px;
    top: 22px;
    z-index: 9;
}
#cart.open > .btn {
	background-color: #3498db;
	border: medium none;
	color: #fff;
	box-shadow: none;
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	text-shadow: none;
    border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: rgba(40,45,48,0.95);
	z-index: 1001;
}
#cart .dropdown-menu {
	width: 350px;
	padding:10px;
	margin-top:0;
	border: none;
	border-top: 1px solid #ce2b2a;
	color: #fff;
	top: 80px;
}

#cart .dropdown-menu a{
	color:#fff;
}
#cart .button-container {  
    width: auto;
	float:right;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	border:medium none;
}
#cart .dropdown-menu table td{border:none;background:none;padding: 4px;}
#cart .dropdown-menu li > div {		
}
#cart .dropdown-menu li p {	
	margin-top:10px;
}
/* menu */

.nav-responsive { display:none;}
.responsive-menu,
.main-menu {
	background: -ms-linear-gradient(top, #2d6b9d 0%, #064070 100%);
	background: -moz-linear-gradient(top, #2d6b9d 0%, #064070 100%);
	background: -o-linear-gradient(top, #2d6b9d 0%, #064070 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d6b9d), color-stop(100, #064070));
	background: -webkit-linear-gradient(top, #2d6b9d 0%, #064070 100%);
	background: linear-gradient(to bottom, #2d6b9d 0%, #064070 100%);
	height: 65px;
	margin-bottom: 0px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	float:left;
	width:100%;
	/*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */
}
 
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}


.main-menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	background: -ms-linear-gradient(top, #2d6b9d 0%, #064070 100%);
	background: -moz-linear-gradient(top, #2d6b9d 0%, #064070 100%);
	background: -o-linear-gradient(top, #2d6b9d 0%, #064070 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d6b9d), color-stop(100, #064070));
	background: -webkit-linear-gradient(top, #2d6b9d 0%, #064070 100%);
	background: linear-gradient(to bottom, #2d6b9d 0%, #064070 100%);
	background:url("../image/megnor/img_menu.png") no-repeat scroll right center ;
}

.main-menu > ul > li:first-child{ 
border-radius: 5px 0 0 0;
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
-khtml-border-radius: 5px 0 0 0;
}

.main-menu > ul > li:last-child{background: none;}

.nav-inner.container{
	background: -ms-linear-gradient(bottom, #2d6b9d 0%, #064070 100%);
	background: -moz-linear-gradient(bottom, #2d6b9d 0%, #064070 100%);
	background: -o-linear-gradient(bottom, #2d6b9d 0%, #064070 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2d6b9d), color-stop(100, #064070));
	background: -webkit-linear-gradient(bottom, #2d6b9d 0%, #064070#064070 100%);
	background: linear-gradient(to top, #2d6b9d 0%, #064070 100%);
	padding:0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	box-shadow: 0 4px 0 0px rgba(7,33,55,0.2);
	z-index: 9;
}

.nav-inner.container .col-sm-5{
	width:auto;
	float:right;
	padding: 0;
	position:absolute;
	right:0
}


.main-menu > ul > li:hover:first-child > a {
border-radius:5px 0 0 0; 
-webkit-border-radius:5px 0 0 0; 
-moz-border-radius:5px 0 0 0; 
-khtml-border-radius:5px 0 0 0;
}

 .nav-responsive span,
.main-menu > ul > li > a {
	font-size: 15px;
	color: #fff;
	display: block;
	z-index: 6;
	position: relative;
	font-weight:600;
	padding: 21px 22px 22px 22px;
}
.main-menu > ul > li:first-child > a{
	font-size:0;
	margin:0;
	height: 65px;
	width: 76px;
	background: -ms-linear-gradient(top, #064070 0%, #2d6b9d 100%);
	background: -moz-linear-gradient(top, #064070 0%, #2d6b9d 100%);
	background: -o-linear-gradient(top, #064070 0%, #2d6b9d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #064070), color-stop(100, #2d6b9d));
	background: -webkit-linear-gradient(top, #064070 0%, #2d6b9d 100%);
	background: linear-gradient(to bottom, #064070 0%, #2d6b9d 100%);
	background-image: url(../image/megnor/sprite.png);
	background-position: 22px -139px;
	background-repeat: no-repeat;
}
.main-menu > ul > li > a{display:block; position:relative; overflow:hidden;}
.main-menu a:hover { text-decoration:none}

.main-menu > ul > li > a span {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    transition: transform 0.3s ease 0s;
	-moz-transition: transform 0.3s ease 0s;
	-webkit-transition: transform 0.3s ease 0s;
	-ms-transition: transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	
}
.main-menu > ul > li > a span::before {
    position: absolute;
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
}
.main-menu > ul > li:hover a span {
    transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
}

.main-menu > ul > li:hover > a{

background: -ms-linear-gradient(top, #da3332 0%, #ac1b1a 100%);

background: -moz-linear-gradient(top, #da3332 0%, #AC1B1A 100%);

background: -o-linear-gradient(top, #da3332 0%, #AC1B1A 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #da3332), color-stop(100, #ac1b1a));

background: -webkit-linear-gradient(top, #da3332 0%, #ac1b1a 100%);

background: linear-gradient(to bottom, #da3332 0%, #ac1b1a 100%);
}

.main-menu > ul > li:hover{
	background: #da3332;
	background: -ms-linear-gradient(top, #da3332 0%, #AC1B1A 100%);
	background:	-moz-linear-gradient(top, #da3332 0%, #AC1B1A 100%);
	background: -o-linear-gradient(top, #da3332 0%, #AC1B1A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #da3332), color-stop(100, #AC1B1A));
	background: -webkit-linear-gradient(top, #da3332 0%, #AC1B1A 100%);
	background: linear-gradient(to bottom, #da3332 0%, #AC1B1A 100%);
}


.main-menu > ul > li:first-child:hover > a {
	background: #da3332;
	background: url(../image/megnor/sprite.png) no-repeat 22px -139px;
	background: url(../image/megnor/sprite.png) no-repeat 22px -139px, 	-ms-linear-gradient(top, #da3332 0%, #AC1B1A 100%);
	background: url(../image/megnor/sprite.png) no-repeat 22px -139px, -moz-linear-gradient(top, #da3332 0%, #AC1B1A 100%);
	background: url(../image/megnor/sprite.png) no-repeat 22px -139px, -o-linear-gradient(top, #da3332 0%, #AC1B1A 100%);
	background: url(../image/megnor/sprite.png) no-repeat 22px -139px, -webkit-gradient(linear, left top, left bottom, color-stop(0, #da3332), color-stop(100, #AC1B1A));
	background: url(../image/megnor/sprite.png) no-repeat 22px -139px, -webkit-linear-gradient(top, #da3332 0%, #AC1B1A 100%);
	background: url(../image/megnor/sprite.png) no-repeat 22px -139px,linear-gradient(to bottom, #da3332 0%, #AC1B1A 100%);
}

.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	display: none;
	background: rgba(40,45,48,0.95);
	border-top: 1px solid #ce2b2a;
	position: absolute;
	z-index: 5;
	padding: 5px;
} 
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #15BCF0;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-13px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 173px;
}

.main-menu > ul > li > ul > ul {
}
.main-menu > ul > li ul + ul {
}
.main-menu > ul > li ul > li > a , .responsive-menu .main-navigation li a{
	padding: 5px 8px;
	color: #fff;
	display: block;
	white-space: nowrap;
}
.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > li ul > li > a:hover  , .responsive-menu .main-navigation li a:hover  {
	color: #ffcc00;
}
.main-menu > 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 > ul > li > ul > ul > li > a {
	color: #FFFFFF;
} 

/*Megamenu Start*/

#menu > ul > li{
	float: left;
	position: relative;
	z-index: 9;
}
#res-menu {display: none;}
#menu .categoryinner > ul{float:left;}
#menu > ul > li > div{
    left: 0;
    min-width: 395px;
    padding: 0px;
    z-index: 12345;
    position: absolute;
    text-align: left;
    top: 65px;
    background: rgba(40,45,48,0.95);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -khtml-opacity: 0;
    overflow: hidden;
    transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -o-transform: translateY(10%);
    transition: all 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    height:0;
}
#menu > ul > li.hiden_menu div {
    min-width: 180px;
}
.categoryinner {
    display: block;
	position:relative;
	overflow:hidden;
    padding: 30px;
}
#menu > ul > li:hover > div{
    height: auto;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -khtml-opacity: 1;
    overflow: visible;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    z-index: 9;
    border-top: 1px solid #ac1b1a;
}
#menu .categoryinner ul > ul{float:left;}
#menu ul {
    float: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display:inline-block;
	white-space:nowrap;
}
.main-navigation ul:last-child .categorycolumn{margin-right:0px; border-right:medium none; padding-right:0;}
.categorycolumn {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: top;
	}
a.submenu1, .level0 .level0 a {
    display: block;
    position: relative;
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 12px;
    padding:0px;
    text-transform: capitalize;
    text-align:left;
}
a:hover.submenu1{color:#fff;}
#menu .cate_inner_bg > ul > li a {
    color: #b3b3b3;
    font-size: 13px;
    font-weight: 400;
    display:block;
    text-align:left;
    padding: 5px 0 5px 0;
}
#menu .cate_inner_bg > ul > li a:before{
  content: "";
}

#menu .cate_inner_bg > ul > li a:hover, #menu .cate_inner_bg > ul > li a:hover:before{	color: #fff;}

#menu .cate_inner_bg > ul > li a:hover{
	background: none;
}
#menu > ul > li ul > li:hover > a {
	color:#fff;
}
.categorycolumn ul {
    float: left;
}
.cate_inner_bg ul {
    padding-top: 7px !important;
}
.categoryinner ul {
    padding: 0 !important;
}
.cate_inner_bg li {
    padding: 0 ;
}
#menu > ul > li ul > li ul > li{
	padding-right:0px !important;
	}
#menu > ul > li ul > li ul > li:hover{
	}
#menu > ul > li ul > li > a {
    font-weight: 400;
	color: #a27c66;
    line-height: 18px;
    padding: 4px 6px;
	text-decoration:none;
    display: inline-block;
    white-space: nowrap;
}

.submenu2 {
    border-bottom: 0 none;
    font-size: 11px;
    font-weight: 400;
    margin-left: 0;
    text-transform: capitalize;
}
#menu .hiden_menu .categoryinner > ul {
    display: none;
}
.content_top_bredcum {
    height: 80px;
    margin-bottom: 0px;
    margin-top: 0px;
    overflow: hidden;
    text-align: center;
    width: 100%;
	background-color:#f7f7f7;
}
.common-home .content_top_bredcum{display:none;}
/*Megamenu End*/


.content-bottom {
    background-color: #fff;
    padding: 25px 25px;
}

/*CMS Stylesheet Start*/

.cms_outer.container{
    overflow: hidden;
    padding:0;
}
.one_third {
    float: left;
    width: 33.333%;
}
.cms1 .one_third_inner.content_inner {
    margin-right: 20px;
}
.cms-banner-item.cms-banner1 {
    margin-bottom: 30px;
}
.cms-banner-inner {
    display: inline-block;
    position: relative;
    overflow:hidden;
    width:100%;
    vertical-align:middle;
}
.cms-banner-inner > a {
    display: block;
}
.cms-banner-inner img {
    backface-visibility: hidden;
}

.static-wrapper {
    top: 26px;
    right: 0;
    padding: 16px 0px;
    position: absolute;
    bottom: auto;
    width: 100%;
    z-index: 1;
    left: 0;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    text-align: center;
}

.static-wrapper:before {
content:"";
background-color: rgba(34,95,144,0.75);
width: 100%;
position: absolute;
top: 0px;
left: 0;
right: 0;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
padding: 38px 0;
z-index:-1;
}

.cms-banner-inner:hover .static-wrapper:before,.cms-banner-inner:focus .static-wrapper:before{
   transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}

.static-inner {
    position: relative;
    text-align: center;
}

.cms-banner-item .text1.static-text {
    width: auto;
    font-size: 13px;
    color: #161b1e;
    background-color: #ffcb00;
    font-weight: 700;
    padding: 5px 15px;
    margin: 0 auto;
    transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -ms-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    white-space: nowrap;
}

.cms-banner-item .text2.static-text {margin-bottom: 10px;}

.cms-banner-inner:hover .text1-wrapper{
    top: -32px;
}

.cms-banner-item .static-text {
    color: #ffffff;
    text-transform: uppercase;
}

.cms2 .cms-banner-item .static-text{color:#161b1e;}

.text1-wrapper{
	position:absolute;
	left:0;
	right:0;
	top: -72px;
	transition: top 0.3s ease;
	-webkit-transition: top 0.3s ease;
	-moz-transition: top 0.3s ease;
	-ms-transition: top 0.3s ease;
	-o-transition: top 0.3s ease;
	margin: 0 auto;
	display: inline-block;
}

.cms2 .cms-banner-inner:hover .text2.static-text,.cms2 .cms-banner-inner:hover .text3.static-text{color: #ffffff;}

.text3.static-text {
    font-size: 20px;
    display: block;
    margin-top: 5px;
}


.one_third {
    float: left;
    width: 33.333%;
}
.cms2 .one_third_inner.content_inner {
    margin: 0 10px;
}

.cms3 .one_third_inner.content_inner {
    margin-left: 20px;
}
.cms-banner-item.cms-banner1,.cms-banner-item.cms-banner2,.cms-banner-item.cms-banner3 {
    margin-bottom: 60px;
}

.parallex {
    background-position: 50% 0;
    background-repeat: repeat;
    cursor: crosshair;
    height: 300px;
    margin: 60px 0 60px;
    position: relative;
    width: 100%;
}
.parallex.container{margin-top:60px;}
.parallex .inner-container {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.parallex .one_third {
    padding: 40px 0 40px;
    text-align: center;
    transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition:all 500ms ease 0s;
}
.one_third {
    float: left;
    width: 33.333%;
}

.cms_outer .res_head{display:none}

.cms_outer .one_third{}

.parallex .one_third_inner.content_inner {
    display: inline-block;
    margin: 0 40px;
}
.parallex .one_third:hover {
   
}
.parallex .content_inner .icon::before {
    border-bottom: 1px solid #bbbbbb;
    bottom: -20px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}
.service .service-content .icon {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 78px;
    line-height: 60px;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
    width: 60px;
}
.one_third:hover .service-content3 .icon {
    background-position: 0 -198px;
}
.one_third:hover .service-content2 .icon {
    background-position: 4px -98px;
}
.one_third:hover .service-content1 .icon {
    background-position: 0 0;
}
.parallex .content_inner .icon {
    display: inline-block;
    margin: 0 0 23px;
    position: relative;
}
.service-content1 .icon {
    background: transparent url(../image/megnor/prlx-icon.png) no-repeat scroll 0 20px;
}
.parallex .content_inner .service-text {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 10px;
}
.parallex .content_inner .service-text{
    color: #ffffff;
}
.parallex .content_inner .description.other-font{color:#d9d9d9;}
.parallex .service-text {
    font-size: 20px;
    margin: 15px 0;
}
.description.other-font {
    margin-bottom: 10px;
}
.service-content2 .icon {
    background: transparent url(../image/megnor/prlx-icon.png) no-repeat scroll 4px -78px;
}
.service-content3 .icon {
    background: transparent url(../image/megnor/prlx-icon.png) no-repeat scroll 0 -178px;
}

.blogs {
    float: left;
    overflow: hidden;
    width: 66.666%;
    position: relative;
    margin-bottom: 5px;
}

#content .box.blogs .box-heading {text-align:left;}

#content .box.blogs .box-content {
    padding: 61px 0 0;
    margin: 0 28px 0 -28px;
}
#content #blog-carousel, #content #blog-grid {
    padding: 0px 0;
    border: none;
    overflow: visible;
}

#content #blog-carousel .blog-item {
    float: left;
    max-width: 100%;
    display: inline;
}

#content #blog-carousel .product-block, #content #blog-grid .product-block {
    margin: 5px 28px;
    overflow: hidden;
}

#content #blog-carousel .product-block:hover, #content #blog-grid .product-block:hover{box-shadow:none}

.product-block:hover .post-image-hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
}

.blog-left {
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.blog-right{float:left}

.blog-right h4{margin-bottom:0;margin-top: 15px;}

.author {
    color: #787878;
    margin-top: 10px;
}

.blog-right a,.product-block:hover .blog-right h4 a{
	color: #161b1e;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.product-block .blog-right .read-more a {
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 5px;
    display: inline-block;
	font-weight:normal;
}

.product-block .blog-right .read-more a .fa{margin-right:5px;}

.blog-image {
    position: relative;
}

.information-blogger-blogs .blog-image{margin-bottom:20px; background-position: center center;
    height: 400px;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
}

.information-blogger-blogs .blog-image img {
    display: none;
}

.blog-left .blog-image img {
    width: 365px;
    height: 205px;
    max-width: 100%;
}


#blog-carousel .owl-controls .owl-buttons .owl-prev {
    cursor: pointer;
    height: 27px;
    left: 28px;
    right: auto;
    top: -55px;
    width: 27px;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    color: #787878;
    display: block;
	text-align:center
}

.blog-image .post_hover {
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
}

.product-block:hover .blog-left .post_hover, .product-block:hover .blog-left .zoom, .product-block:hover .blog-left .readmore_link {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-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;
}

.product-block .blog-left .post-author{
	bottom: -20px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    left: 20px;
    position: absolute;
    text-transform: capitalize;
    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;
    z-index: 9999;
	white-space: nowrap;
}

.product-block:hover .blog-left .post-author{

	bottom:23px;
}

.product-block .blog-left .post-author::before{
	border-bottom: 1px solid #fff;
    bottom: -7px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 30px;
}

.date-time{text-align:left; float:left;margin-right: 5px;}

.write-comment {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
}

.write-comment > a{color:#ffffff}

.write-comment > a:hover, .product-block:hover .blog-right h4 a{color: #ce2b2a;}

.product-block .blog-image .post_hover .zoom, .product-block .blog-image .post_hover .readmore_link,.information-blogger-blogs .blog-image .zoom,.information-blogger-blogs .blog-image .readmore_link {
    display: inline-block;
    float: none;
    height: 40px;
    position: relative;
    width: 40px;
    margin: 0 5px;
}

.blog-image .post_hover .zoom::before, .blog-image .post_hover .readmore_link::before {
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\f00e";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 40px;
    left: 0;
    margin: auto;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -khtml-opacity: 0;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    width: 40px;
}

.blog-left .blog-image .zoom:hover::before, .blog-left .blog-image .readmore_link:hover::before{
background-color: #ce2b2a;
border-color: #ce2b2a;
}

.blog-wrapper {
    float: left;
    width: 100%;
}

.blog-img{
	padding:0;
	margin-bottom:20px
}

.blog-date {
    float: left;
    width: 72px;
    background-color: #f5f5f5;
    color: #161b1e;
    font-size: 12px;
    text-align: center;
    padding: 6px 0px 0;
    margin-right: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 20px;
}

.blog-date .fa {
    height: 68px;
    background-color: #161b1e;
    color: #fff;
    font-size: 30px;
    padding: 19px 0px;
    display: block;
    margin-top: 3px;
}

.information-blogger-blogs .panel-body:hover .blog-date .fa{color: #fff;}

.information-blogger-blogs .panel-body:hover .blog-date {
    background-color: #ce2b2a;
    color: #fff;
}

.blog-inner {
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
}

.blog-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.blog-title a {
    color: #161b1e;
}

.write-comment, .write-comment-count {
    float: left;
}

.blog-inner .write-comment > a{color:#787878}

.blog-inner .write-comment > a:hover{color:#ce2b2a}

.write-comment-count {
    margin-right: 10px;
}

.single-blog .blog-desc {
    padding-bottom: 10px;
    display: block;
}

.single-blog .view-comment .panel-default {
    border-bottom: 1px solid #e8e8e8;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e8e8e8;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 20px 0;
}

.user_icon {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    float: left;
    margin: 2px 15px 15px 0;
    padding: 7px 13px;
}

.single-blog .view-comment .name, .single-blog .view-comment .date, .single-blog .view-comment .col-sm-8, .single-blog .view-comment .col-sm-3{width:100%}

.view-comment .name{font-weight:600; color:#161b1e}

.view-comment .date{
	color: #161b1e;
    font-size: 12px;
}

.single-blog .block-title{
	clear: both;
    margin-top: 20px;
    width: 100%;
}

.blog-right .blog-desc{margin:10px 0}

.blog-desc {
    margin: 20px 0 0;
    overflow: hidden;
    display: inline-block;
}

h4.your-comment {
    clear: both;
}

#add-comment .col-sm-10 {
    		width: 66.6667%;
		}

	#add-comment .col-sm-2 {
   		 width: 25%;
	}

.information-blogger-blogs .read-more {
    float: none;
    display: block;
    margin-top: 20px;
}

.information-blogger-blogs .read-more a {
    padding: 10px;
    background-color: transparent;
    border: 1px solid #e8e8e8;
    font-weight: 600;
    text-transform: capitalize;
}

.information-blogger-blogs .read-more a:hover {
    background-color: #ce2b2a;
    color: #ffffff;
    border-color: #ce2b2a;
}

.information-blogger-blogs .read-more a .fa{display:none}

.information-blogger-blogs .write-comment:before {
    content: "\f075";
    font-family: "FontAwesome";
    margin-right: 5px;
    float: left;
}

.product-block:hover .blog-image .post_hover .readmore_link::before, .product-block:hover .blog-image .post_hover .zoom::before {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -khtml-opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.blog-image .post_hover .readmore_link::before {
    content: "\f0c1";
}

.blogs .owl-carousel .owl-buttons .owl-prev i {
    font-size: 18px;
    color: #787878;
    top: 3px;
    left: 0;
	right:0;
}

#blog-carousel .owl-controls .owl-buttons .owl-next {
    cursor: pointer;
    height: 27px;
    left: 53px;
    right: auto;
    top: -55px;
    width: 27px;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    color: #787878;
    display: block;
	text-align:center
}

.blogs .owl-carousel .owl-buttons .owl-next i {
    font-size: 18px;
    color: #787878;
    top: 3px;
    right: 0;
	left:0;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev:hover, #blog-carousel .owl-controls .owl-buttons .owl-next:hover{
	background: #161b1e;
    border-color: #161b1e;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev:hover i, #blog-carousel .owl-controls .owl-buttons .owl-next:hover i{ 
	color: #fff;
}

#blog-carousel .owl-pagination, .blogs .buttons{display:none}

.information-blogger-blogs .panel-default h4{
	font-size: 20px;
    margin-top: 0;
    display: none;
}

.information-blogger-blogs .panel-default{
border:none;
margin-bottom: 50px;
padding-bottom: 20px;
}

.information-blogger-blogs .panel-body{padding:0}

.testimonials {
    float: left;
    position: relative;
    width: 33.333%;
    margin-bottom: 5px;
}
.blog_inner {
    margin-right: 20px;
    position: relative;
	overflow:hidden;	
}
.blog_inner .slider-item .product-image-inner-blog {
    margin: 0 20px;
}
.blog_inner .product-carousel {
    margin-left: -20px;
}
.blogs .cms-box-heading, .testimonials .cms-box-heading{
    color: #161b1e;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 35px;
    position: relative;
    font-family: 'Anton', sans-serif;
    letter-spacing: 0px;
    line-height: 30px;
    margin-bottom: 30px;
}

.homepage-testimonials-inner {
    margin-top: 36px;
}

.product-block-image .testi-image {
    overflow: hidden;
    position: relative;
}
.blog_inner .image-block {
    position: relative;
}
.post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
    position: absolute;
    top: 0;
    transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition:all 300ms ease 0s;
    width: 100%;
}

.information-blogger-blogs .post-image-hover{background: url("../image/megnor/blockhoverbg.png") repeat scroll 0 0 rgba(0,0,0,0.4);}

.information-blogger-blogs .post_hover {
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 45%;
	top:auto;
}


.information-blogger-blogs .blog-image:hover .post-image-hover {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    -ms-opacity: 0.3;
    -khtml-opacity: 0.3;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    visibility: visible;
}

.information-blogger-blogs .blog-image .post_hover .icon.zoom {
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #fff;
    display: inline-block;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    -khtml-opacity: 0;
    padding: 7px 13px;
    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;
}

.information-blogger-blogs .blog-image .post_hover .icon.readmore_link {
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
	padding: 7px 13px;
	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;
}

.information-blogger-blogs .panel-body:hover .post_hover, .information-blogger-blogs .panel-body:hover .post_hover .icon.readmore_link, 
.information-blogger-blogs .panel-body:hover .post_hover .icon.zoom{
	opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -khtml-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;
}

.information-blogger-blogs .panel-body:hover .post-image-hover{
	opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -khtml-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;

}

.information-blogger-blogs .blog-image .post_hover .icon.readmore_link:hover, .information-blogger-blogs .blog-image .post_hover .icon.zoom:hover{
	background-color: #ce2b2a;
    border-color: #ce2b2a;
}

.blog_inner .image-hover-block {
    margin: 0;
    opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
    position: absolute;
    text-align: center;
    top: 75px;
    transition: all 350ms ease-out 0s;
	-moz-transition: all 350ms ease 0s;
	-webkit-transition: all 350ms ease 0s;
	-ms-transition: all 350ms ease 0s;
	-o-transition:all 350ms ease 0s;
    width: 100%;
}
.blog_inner .slider-item .product-image-inner-blog:hover .post-image-hover {
    opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
}
#blog .customNavigation a, #testimonial .customNavigation a{top: -61px;}
#blog .customNavigation a.prev {left: 0;right: auto; border-color:#e8e8e8}
#blog .customNavigation a.next {left: 26px;right: auto;}
#testimonial .customNavigation a.next {left: 26px;right: auto; border-color:#e8e8e8}
#testimonial .customNavigation a.next:hover{border-color:#161b1e}
#testimonial .customNavigation a.prev {left: 0;right: auto; border-color:#e8e8e8}
#testimonial .customNavigation a.prev:hover{border-color:#161b1e}
.image-hover-block .zoom, .image-hover-block .readmore {
    display: inline-block;
    float: none;
    height: 48px;
    position: relative;
    width: 48px;
}
.image-hover-block .zoom::before,.image-hover-block .readmore::before {
    border: 2px solid #fff;
    border-radius: 50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 45px;
    left: 0;
    margin: auto;
    opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
    transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
    width: 45px;
}
.image-hover-block .readmore::before {
    content: "\f0c1";
}
.product-image-inner-blog:hover .image-hover-block .readmore::before, .product-image-inner-blog:hover .image-hover-block .zoom::before {
    opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
    transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.product-image-inner-blog .image-hover-block .zoom:hover::before, .product-image-inner-blog .image-hover-block .readmore:hover::before {
    background: #3498db none repeat scroll 0 0;
    border-color: #3498db;
}
.blog_inner .slider-item .product-image-inner-blog:hover .post-author {
    bottom: 23px;
}
.product-block-image .post-author::before {
    border-bottom: 1px solid #fff;
    bottom: -7px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 35px;
}
.product-block-image .post-author {
    bottom: -20px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    left: 20px;
    position: absolute;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition:all 300ms ease 0s;
    z-index: 9999;
}
.post-date, .comments-link {
    display: inline-block;
}
.post-date .month, .post-date .day, .post-date .year {
    display: inline-block;
}
.post-date, .comments-link {
    display: inline-block;
}
.comments-link a {
    color: #fff;
}
.post-content-inner {
    padding: 20px 0 0;
}
.post-content-inner .post-title a {
    color: #161b1e;
    font-weight: 600;
	font-size:16px;
	line-height:16px;
}
.post-content-inner .post-title a:hover, .comments-link a:hover, .testmonial-text .testimonial-title a:hover{color: #ce2b2a;}
.post-content-inner .post-author {
    color: #8c8c8c;
    margin: 0;
    text-transform: capitalize;
}
.product-image-inner-blog .post-author .fa {
    margin-right: 5px;
}
.post-content-inner .post-description {
    margin: 15px 0;
    text-transform: initial;
}
.testimonial_inner{position:relative; overflow:hidden;}
.testmonial-image {
    float: left;
    margin: 0 15px 15px 0;
}
.testmonial-text {
    float: left;
}
.testmonial-text .testimonial-title a {
    color: #161b1e;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-weight: 600;
}
.testimonial-designation a {
    color: #808080;
    display: inline-block;
}
.testimonial-content {
    display: inline-block;
}
#testimonial .hline{
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 22px;
    padding-bottom: 15px;
}
.footer_top_outer.container{
background: -ms-linear-gradient(top, #DA3332 0%, #AC1B1A 100%); 
background: -moz-linear-gradient(top, #DA3332 0%, #AC1B1A 100%);
background: -o-linear-gradient(top, #DA3332 0%, #AC1B1A 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DA3332), color-stop(100, #AC1B1A));
background: -webkit-linear-gradient(top, #DA3332 0%, #AC1B1A 100%);
background: linear-gradient(to bottom, #DA3332 0%, #AC1B1A 100%);
padding: 27px 25px; 
margin-top:0;
}
.footer_top_outer{padding:27px 0;}
.aboutme-read-more {
    float: right;
    margin: 0px ;
}
.tm-about-text {
    float: left;
    margin-top: 9px;
}
.aboutme-read-more > a {
	background: -ms-linear-gradient(top, #FFCC00 0%, #ffa202 100%);
	background: -moz-linear-gradient(top, #FFCC00 0%, #ffa202 100%);
	background: -o-linear-gradient(top, #FFCC00 0%, #ffa202 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFCC00), color-stop(100, #ffa202));
	background: -webkit-linear-gradient(top, #FFCC00 0%, #ffa202 100%);
	background: linear-gradient(to bottom, #FFCC00 0%, #ffa202 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 12px 27px;
	backface-visibility:hidden;
	box-shadow:0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow:0 0 1px rgba(0, 0, 0, 0);
	-webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0);
	display:inline-block;
	position:relative;
	transform:translateZ(0px);
	-moz-transform:translateZ(0px);
	-webkit-transform:translateZ(0px);
	-ms-transform:translateZ(0px);
	-o-transform:translateZ(0px);
	transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	transition-property:color;
	-moz-transition-property:color;
	-webkit-transition-property:color;
	-ms-transition-property:color;
	-o-transition-property:color;
	vertical-align:middle;
	text-shadow: 0 2px 1px rgba(0,0,0,0.5);
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.aboutme-read-more > a::before {
    background: #184466;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: 50% 100% 0;
    -moz-transform-origin: 50% 100% 0;
    -webkit-transform-origin: 50% 100% 0;
    -ms-transform-origin: 50% 100% 0;
    -o-transform-origin: 50% 100% 0;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-property: transform;
    -moz-transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.aboutme-read-more > a:hover,.aboutme-read-more > a:focus{color: #fff;}
.aboutme-read-more > a:hover::before, .aboutme-read-more > a:focus::before, .aboutme-read-more > a:active::before {
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
}
.footer_title1{
	font-size:25px;
	color:#787878;
	font-weight:400;
}
.footer_title2{font-weight: 400; color: #fff; font-size: 30px;font-family: 'Anton',sans-serif;line-height: 30px;}
.news-text {
    border-left: 1px solid #fff;
    float: left;
    margin-left: 30px;
    padding-left: 30px;
    width: 62%;
    font-size:21px;
    margin-top:12px;
    color: #fff;
    letter-spacing:0.5px;
}

.footer-percent .footer-percent-inner:hover .icon i,.footer-percent .footer-percent-inner:focus .icon i {
    transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
}

/*CMS End*/

/*BX slider CSS start*/

.bx-viewport .slider-item {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
	padding:7px 0;
	overflow:hidden;
}
#column-right .bx-viewport .image, #column-left .bx-viewport .image {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    position: relative;
    text-align: center;
}
#column-right .bx-viewport .image{margin-bottom:3px;}
#column-right .bx-viewport .image a, #column-left .bx-viewport .image a {
    display: block;
    margin-bottom: 0px;
}
#column-right .bx-viewport .image img, #column-left .bx-viewport .image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}
#column-left .bx-viewport .product-details, #column-right .bx-viewport .product-details {
    margin-left: 87px;
    text-align: left;
    width: auto;
}
#column-right .bx-viewport .rating, #column-left .bx-viewport .rating {
    display: none;
}
.bx-viewport .slider-item .product-details h4 {
    color: #787878;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
    text-align: left;
    text-transform: capitalize;
}
.bx-viewport .slider-item .product-details h4 a {
    color: #787878;
}
.bx-viewport .slider-item .product-details h4 a:hover, #column-left .bx-viewport .slider-item .product-details .button-group button:hover, #column-right .bx-viewport .slider-item .product-details .button-group button:hover{color:#161b1e;}
.bx-viewport .slider-item .product-details .price {
    color: #161b1e;
    font-size: 16px;
    font-weight: bold;
    margin: 3px 0 2px;
	float:left;
}
.bx-viewport .slider-item .product-details .price .price-old {
    color: #a6a6a6;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    text-decoration: line-through;
}
#column-right #special .button-group, #column-left #special .button-group {
    border: medium none;
    display: block;
    height: auto;
    width: auto;
}
#column-left .bx-viewport .slider-item .product-details .button-group button, #column-right .bx-viewport .slider-item .product-details .button-group button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
    color: #787878;
    display: inline-block;
    float: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    padding: 0;
    text-transform: capitalize;
    width: auto;
}
.bx-pager.bx-default-pager {
    display: none;
}
#column-right .bx-controls-direction, #column-left .bx-controls-direction {
    position: absolute;
    right: 20px;
    top: -29px;
}
.bx-controls-direction a.bx-next::before {
    color: #000;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 25px;
    vertical-align: middle;
    top:0px;
    position:absolute;
    left: 0;
    right: 0;
}
.bx-controls-direction a.bx-next{top: -28px; position:relative;}
.bx-controls-direction a {
    display: block;
    font-size: 0;
    height: 18px;
    outline: 0 none;
    width: 18px;
    z-index: 95;
    text-align: center;
}
.bx-controls-direction a.bx-prev::before {
    color: #000;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 25px;
    vertical-align: middle;
    top:0px;
    position:absolute;
    right: 0;
    left: 0;
}
.bx-controls-direction a.bx-prev{top: -27px; position:relative;}
#special .box-content {
    padding: 10px 25px 25px;
    position:relative;
}

/*BX slider CSS end*/

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-khtml-border-radius: 0px;
	}
	#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;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		-khtml-border-radius:0;
		color: #fff;
	}
}


/* 1-col layout */

#column-left{
	width: 25.2%;
	margin-bottom: 20px;
}
#column-right{
	width:25.2%;
	margin-bottom: 20px;
}
.layout-1 #content{
	padding: 0 15px;
}

/* 2-col layout */

.layout-2.left-col #column-left{
	width: 25.2%;
}
.layout-2.right-col #column-right{
	width: 25.2%;
}
.layout-2 #content{
	width: 74.8%;
}
.layout-2.left-col #content {
	padding-left: 13px;
}
.layout-2.right-col #content {  
	padding-right:13px;
}

/* 3-col layout */
.layout-3 #column-left{	
	width:25.2%;
}
.layout-3 #column-right{			
	width:25.2%;
}
.layout-3 #content{		
	width:49.6%;
	padding:0;
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #153b59;
	color: #88aac4;
	margin-bottom: 35px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #88aac4;
	transition:all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition:all 300ms ease 0s;
}
#footer .col-sm-3.column.last > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#footer .column li{
	line-height:22px;
	padding:2px 0;
}

#footer .column li a:hover {
}

footer a:hover,footer a:focus {
	color: #fff;
}
footer .social_block .facebook > a:hover{color:#3b5998 ;}
footer .social_block .twitter > a:hover{color:#00aced ;}
footer .social_block .instagrm > a:hover{color:#517fa4 ;}
footer .social_block .pinterest > a:hover{color:#cb2027 ;}
footer .social_block .whatsapp > a:hover{color:#119607;}

footer h5 {
    background: transparent;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    letter-spacing: 0px;
}

footer h5:before {
    content: "";
    height: 1px;
    width: 30px;
    background: #88aac4;
    position: absolute;
    bottom: -17px;
}

.footer_inner1 {
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
}
.footer-percent {
    float: left;
    width: 25%;
    border-bottom: 1px solid #1c4a6e;
}
.footer-percent-inner {
    padding: 67px 0 48px;
}
.footer-percent-inner .icon::before {
    border-bottom: 1px solid #88aac4;
    bottom: -13px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}
.footer-percent .icon {
    display: inline-block;
    float: left;
    margin: 0 15px 10px 0;
    padding: 0;
    transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition:all 300ms ease 0s;
}
.footer-percent .icon {
    border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
    width: 30px;
}
.footer-percent-inner .icon {
    display: inline-block;
    float: left;
    margin: 0 15px 10px 0;
    padding: 0;
    transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition:all 300ms ease 0s;
}
.footer-percent .icon i {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    transition:all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition:all 500ms ease 0s;
    padding:0;
}
.footer-percent-inner .service-content {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.footer-percent-inner .service-content .service-text {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 2px 0;
}
.footer-percent-inner .service-content .description {
    margin: 0;
}
.description.other-font {
    margin-bottom: 10px;
}
.footer-percent.footer-percent4 {
    background: #184466 none repeat scroll 0 0;
    border-bottom: 1px solid #184466;
}
.footer-percent4 .footer-percent-inner {
    padding: 67px 30px 48px;
}
.footer-block {
    padding-left: 25px;
    padding-right: 25px;
}
#footer .col-sm-3.column.first {
    padding-left: 0px;
}
#footer .col-sm-3.column {
    padding: 50px 30px 50px 0;
}
#footer .col-sm-3.column.last{
	background: #184466 none repeat scroll 0 0;
	padding: 50px 30px 61px;
}
#footer .col-sm-3.column.last .fa {
    clear: left;
    color: #fff;
    float: left;
    font-size: 17px;
    margin-right: 15px;
    margin-top: 3px;
}

#footer .col-sm-3.column.last .email .fa {
   font-size: 15px;
   margin-top:4px;
}

.address_content {
    overflow: hidden;
}
.contact_address {
    line-height: 24px;
    padding-top: 1px;
}
.footer li a, .social-icon li a {
    transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition:all 300ms ease 0s;
}
.footer_bottom {
    background: #12334d;
    clear: both;
    overflow: hidden;
    padding: 13px 0;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
}
.footer_bottom_inner.container {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}
.footer_bottom_left {
    float: left;
    margin-top: 0;
}

.footer_bottom_center{
    display: inline-block;
    margin: 6px auto 0;
}

.footer_bottom_right {
    float: right;
	margin:6px 0 0;
}
.social_block {
    margin-top: 8px;
}
.social_block > ul, .footer_right > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social_block li {
    cursor: pointer;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
}
.social_block li:last-child{margin-right:0;}
.footer_bottom_left .social_block .fa{font-size:17px;}
.footer_right .payment_block li {
    display: inline-block;
    height: 22px;
    margin-left: 9px;
    width: 33px;
	position:relative;
}
.footer_right .payment_block li.visa a, #footer .payment_block li.visa a {
    display: block;
    padding: 11px 16px;
}
.footer_right .payment_block li.mastro a, #footer .payment_block li.mastro a {
    display: block;
    padding: 11px 16px;
}
.footer_right .payment_block li.paypal a, #footer .payment_block li.paypal a {
    display: block;
    padding: 11px 16px;
}
.footer_right .payment_block li.mastercard a, #footer .payment_block li.mastercard a {
    display: block;
    padding: 11px 16px;
}
.footer_right .payment_block li.visa a::before, #footer .payment_block li.visa a::before {
    color: #fff;
    content: "\f1f0";
    font-family: "FontAwesome";
    position: absolute;
    font-size:24px;
    top:0;
    right:1px;
}

.footer_right .payment_block li.discover a::before, #footer .payment_block li.discover a::before {
    color: #fff;
    content: "\f1f2";
    font-family: "FontAwesome";
    position: absolute;
    font-size:24px;
    top:0;
    right:1px;
}
.footer_right .payment_block li.paypal a::before, #footer .payment_block li.paypal a::before {
    color: #fff;
    content: "\f1f4";
    font-family: "FontAwesome";
    position: absolute;
    font-size:24px;
    top:0;
    right:1px;
}
.footer_right .payment_block li.mastercard a::before, #footer .payment_block li.mastercard a::before {
    color: #fff;
    content: "\f1f1";
    font-family: "FontAwesome";
    position: absolute;
    font-size:24px;
    top:0;
    right:1px;
}
.footer_bottom_right > p, .footer_right{float:left; color: #88aac4;}
.footer_bottom_right > p{margin-right:7px;}

@media (max-width: 979px) {
#footer .column ul {
    display: none;
}
#footer .column {
    width: 100%;
}
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: medium none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb a:hover, .breadcrumb li:last-child a {
    color: #ce2b2a;
}
.breadcrumb > li:after {}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	display:inline-block;
	width:100%;
}
.btn {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	-moz-border-radius:0px; 	
}
.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;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
  	color: #161b1e;
    border:1px solid #ddd;
	background:transparent;
}
.btn-primary {
	color: #fff;
    border:1px solid #161b1e;
	background:transparent;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
    border:1px solid #285e8e;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;	
	background: #d9534f;			
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #161b1e;
	background-color: #fff;
	border-color: #ddd;
}
.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;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
}
.btn-inverse {
	color: #ffffff;	
	background: #363636;
	border:none;		
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
@media (max-width: 767px) { 

 }

/* list group */

.box .filterbox { 
}
.list-group a {
	padding: 4px 0 4px 0px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #161b1e;
}
.list-group-item.title{
	color: #161b1e;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 8px;
    text-transform: capitalize;
}
.filterbox .list-group-item{padding:0;}
.filterbox .list-group-item label {
    color: #787878;
    font-size: 14px;
    font-weight: normal;
}
.filterbox .list-group-item label:hover{color: #ce2b2a;}
.filterbox .panel-footer {
    background-color: #fff;
    border-top: medium none;
    padding: 0 25px 30px;
    text-align: left;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	position:relative;
}
.product-list .product-image-block-inner{float:left; margin-bottom:0; margin-right:30px;}
.product-list .rating_list {
    display: block;
}
.product-list .rating {
    display: none;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
}
.product-list .product_hover_block{display:none;}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0px;
}
}
.product-thumb h4 {
	margin:5px 0 0;
	color: #161b1e;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.product-list .product-details h4{font-size: 16px; margin:0 0 5px;font-weight: 600;}
.product-thumb h4 a{color:#161b1e;}
.product-block:hover h4 a, .product-block:hover h4{color:#787878;}

.product-list .product-details h4 a{color:#787878}

.product-list .product-block:hover .product-details h4 a{color:#161b1e}
.product-thumb .caption {
	padding: 0px;
}
.product-list .product-details {
    margin-left:0px;
}
.product-list .desc {
    border-top: 1px solid #e6e6e6;
    clear: both;
    line-height: 22px;
    margin: 18px 0 18px;
    padding: 24px 0 0;
}
.product-list .price {
    margin-bottom: 8px;
}
.product-grid .product-thumb .caption{padding:0; text-align:center;}
.product-list .button-group.list .addtocart{
	background:url(../image/megnor/cart.png) no-repeat scroll 11px 11px transparent;
	width:auto;
	padding:10px 15px 10px 50px;
	border:1px solid #e8e8e8;
	margin:0 -1px 0 0;
	font-size:14px;
	color:#787878;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
	line-height:22px;
}
.qty #button-cart{
	background:url(../image/megnor/cart_product.png) no-repeat scroll 11px 11px transparent;
	width:auto;
	padding:10px 15px 10px 50px;
	border:1px solid #161b1e;
	margin:0 -1px 0 0;
	font-size:14px;
	color:#161b1e;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
	line-height:22px;
}
.qty #button-cart{margin:0;background-color: #161b1e;color: #fff;background-position: 11px -51px;}
.product-list .button-group.list .addtocart:hover{background:url(../image/megnor/cart.png) no-repeat scroll 11px -51px transparent; color:#161b1e;}
.qty #button-cart:hover{background: url(../image/megnor/cart_product.png) no-repeat scroll 11px 11px; color: #161b1e;}
.product-list .button-group.list .wishlist{margin-right:-1px; width:48px;}
.product-list .button-group.list .compare{width:48px;}
.product-list .button-group .fa, .productpage .wishlist .fa, .productpage .compare .fa {
    font-size: 20px;
    margin-top: 5px;
}

/* Datetimepicker Css */
.bootstrap-datetimepicker-widget {
	border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -khtml-border-radius:0 !important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
-khtml-border-radius:0 !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover{
	background:#f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td.today:before {border-bottom: 7px solid #ce2b2a !important;}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover{
	background-color:#ce2b2a !important;
	color: #fff !important;
}

.bootstrap-datetimepicker-widget td.active.today:before {
	border-bottom-color:#fff !important;
}

.bootstrap-datetimepicker-widget td span {
    border-radius:0 !important;
    -webkit-border-radius:0 !important;
    -moz-border-radius:0 !important;
    -khtml-border-radius:0 !important;
    background-color: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span:hover {background: #ce2b2a !important; color:#fff;}

.bootstrap-datetimepicker-widget td span.active {
	background-color: #ce2b2a !important;
    color: #fff !important;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
background:#f3f3f3 !important;
}

.picker-switch.accordion-toggle .btn{border:none; background-color:#ce2b2a; color:#fff}

.bootstrap-datetimepicker-widget td.day{position:relative}

.bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #161b1e !important;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-top-color: rgba(0,0,0,.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #ce2b2a !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget td span.old:hover {
    color: #fff
}

.bootstrap-datetimepicker-widget a[data-action]{border:none;}
/* End Datetimepicker Css */

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {	
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 0px;
}
.rating .fa-stack,#review .fa-stack, .rating_list .fa.fa-star{
	font-size: 8px;
	width:10px;
}
.rating .fa-star,#review .fa-star, .rating_list .fa.fa-star{
	color: #999;
	font-size: 13px;
}
.rating .fa-star,#review .fa-star{
	color: #c7c7c7;
	font-size: 13px;
}
.rating .fa-star + .fa-star, .rating-wrapper .fa-star + .fa-star, #review .fa-star + .fa-star, .rating_list .fa.fa-star + .fa-star {
    color: #f2b611;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #161b1e;
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	font-weight:900;
	margin-top:6px;
}
.product-thumb .price-new {
	float:left;
}
.product-thumb .price-old {
	color: #a6a6a6;
	text-decoration: line-through;
	margin-left: 5px;
	float:left;
	font-size: 13px;
	font-weight:700;
}
.product-thumb .price-tax {
	color: #999;
    display: inline-block;
    font-size: 12px;
    width: 100%;
	display:none;
}
.product-list .product-thumb .button-group {
	overflow: hidden;
	float:left;
}
.product-grid .button-group.list, .product-grid .rating_list{display:none;}
.product-list .product-thumb .button-group {
}
.banners-slider-carousel img{
	transition:all 500ms ease 0s; 
	-moz-transition:all 500ms ease 0s; 
	-webkit-transition: all 500ms ease 0s; 
	-ms-transition: all 500ms ease 0s; 
	-o-transition:all 500ms ease 0s; 
	opacity:0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-ms-opacity: 0.6;
	-khtml-opacity: 0.6;
}
.banners-slider-carousel img:hover{
	opacity:1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button,#cart .text-right .addtocart,#cart .text-right .checkout {
	width: 60%;
	border: 1px solid #ddd;
	display: inline-block;
	float: left;
	background-color: #fff;
	color: #161b1e;
	padding: 6px 12px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}
#cart .text-right .addtocart,#cart .text-right .checkout{width:auto;float:left;background-color: transparent;border-color: #fff;color: #fff;}
#cart .dropdown-menu .img-thumbnail{width:auto; max-width:none;}
#cart .text-right .addtocart{margin:0 5px 0 0;}
.product-thumb .button-group button + button, .productpage .wishlist, .productpage .compare{
	border: 1px solid #e8e8e8;
	background-color:transparent;
	width: 48px;
	padding:0;
	height:44px;
	color: #b3b3b3;
}

.productpage .wishlist, .productpage .compare{width:47px}

.product-thumb .button-group button:hover,#cart .text-right .addtocart:hover,#cart .text-right .checkout:hover{
	color: #fff;
	background-color: #161b1e;
	text-decoration: none;
	cursor: pointer;
	border:1px solid #161b1e;
}
.product-list .button-group.list .wishlist:hover, .product-list .button-group.list .compare:hover{
	color: #161b1e;
	background-color: transparent;
	border:1px solid #e8e8e8;
}

.productpage .wishlist, .productpage .compare{

	border-color:#e8e8e8;
	color:#787878
}

.productpage .wishlist:hover, .productpage .compare:hover{
	color: #fff;
	background-color: #161b1e;
	text-decoration: none;
	cursor: pointer;
	border:1px solid #161b1e;
}

@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {	
}
.thumbnails {	
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 0;
	display: block;
}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

#input-captcha, #input-payment-captcha {
    margin-bottom: 10px;
}

.product-info .image {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	display:block;
	margin-bottom: 15px;
	text-align: center;
}
.productpage h3 {margin-top:0;}
.product-info .zoomContainer{ z-index:9; } /* It need for ie7 */
.product-info .additional-carousel{ position:relative; margin-left:3px; margin-right:2px; }
.product-info .image-additional {
	clear: both;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	width: 403px;
}
.product-info .image-additional img {height: 100px;}
.product-info .image-additional a {
	float: left;
	display: block;	
}

.product-right .btn-group .wishlist .fa,.product-right .btn-group .compare .fa{margin-right:5px;}

.form-group.qty {
    margin-bottom: 30px;
    margin-top: 30px;
}
.form-group.qty .control-label {
    float: left;
    margin: 12px 10px 0 0;
}
.productpage #input-quantity {
    float: left;
    margin-right: 15px;
    width: auto;
    height:44px;
    text-align:center
}

.box {
}

#column-left .box.category, #column-right .box.category {
	border:none;
	margin-bottom: 15px;
}

#column-left .box, #column-right .box{
border-left: 1px solid #e8e8e8;
width: auto; 
position:relative;
border-right: 1px solid #e8e8e8;
margin-bottom: -3px;
}

#column-left .box::before, #column-right .box::before{
content:""; 
height: 3px; 
border-top: 1px solid #e8e8e8; 
border-bottom: 1px solid #e8e8e8; 
width:100%; 
position:absolute;
left:0;
right:0;
top:0;
z-index: 1;
display:block;
}

#column-left .box::after, #column-right .box::after{
 content:"";
 height: 3px;
 border-top:1px solid #e8e8e8;
 border-bottom: 1px solid #e8e8e8;
 width: 100%;
 position:absolute;
 left:0;
 right:0;
 bottom:0;
 z-index: 1;
 display:block;
}

#column-left .box.category:before,#column-right .box.category:before,#column-left .box.category:after,#column-right .box.category:after {content:initial}

.box .box-heading {
	background: #fff;
	padding: 25px 25px;
	font-size: 18px;
	color: #161b1e;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

#column-left .box,#column-right .box{
}

#column-left .box .box-heading:before,#column-right .box .box-heading:before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #ce2b2a;
    position: absolute;
    bottom: 10px;
    left:25px;
    right:auto;
    display:block
}

#column-left .box .box-heading, #column-right .box .box-heading{position:relative}

.box.category .box-heading {
	background: #ce2b2a;
	padding: 25px 25px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}

#column-left .box.category .box-heading:before,#column-right .box.category .box-heading:before{
content:"";
width:30px;
height:1px;
background-color:#fff;
position:absolute;
bottom: 10px;
}

#column-left .box.category .box-content,#column-right .box.category .box-content {
	background: #ce2b2a;
	padding: 10px 25px 40px;
	border:medium none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
	margin-bottom: 28px;
}

.box .box-content {
	background: #fff;
	padding:10px 25px 30px;
}


#content .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	border:none;
	padding:10px 0;
}

.box .box-content ul , #content .content ul { 
	padding:0px;
	margin:0px;
	list-style:none;
}
.box .box-content ul li , #content .content ul li {
	line-height:22px;
	padding:4px 0;
	border-bottom:medium none;
}
.box .box-content ul li a , #content .content ul li a{
	color:#fff;
	padding:0px;
}

.box .box-content ul li a.active{color: #ffd400;}

.box .box-content ul li ul li a::before,#content .content ul li ul li a::before,.box .box-content ul li a::before, #content .content ul li a::before, .list-group a::before {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 15px;
	position:relative;
	float: left;
	margin-right: 7px;
}

.box .box-content ul li ul li a::before, .box .box-content ul li a::before, #content .content ul li a::before, .list-group a::before {
    font-size: 13px;
    margin-top: 1px;
}

.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: #ffcc00;
}

.box .box-content ul ul{
	margin-left: 13px;
}

/*Product-tab start*/

.tabfeatured_default_width{ width:250px;}
.tabbestseller_default_width{ width: 300px;}
.tablatest_default_width{ width: 300px;}
.tabspecial_default_width{ width: 300px;}

.hometab{
	position:relative;
	overflow:hidden;
	margin: 60px auto 0px;
	clear: both;
}

#content .box .box-heading{
	color: #161b1e;
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	font-weight: normal;
	position: relative;
	letter-spacing: 0px;
	background:none;
	padding:0 0 35px 0;
	line-height: 30px;
	text-align: center;
}
.hometab-heading{
	color: #161b1e;
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	font-weight: normal;
	position: relative;
	text-align: center;
	letter-spacing: 0px;
	background:none;
	padding:0 0 42px 0;
	line-height: 30px;
}

.box .box-content .customNavigation a{}

.hometab-heading::before, #content .box .box-heading::before{
    border-bottom: 1px solid #ce2b2a;
    bottom: 20px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    margin:0 auto;
}

.related .box-heading:before{
	border-bottom: 1px solid #ce2b2a;
    bottom: 20px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    text-align: center;
    width: 30px;
    margin:0 auto;
}

#content .blogs .box-heading::before, .testimonials .cms-box-heading::before{
    border-bottom: 1px solid #ce2b2a;
    bottom: 17px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    text-align: center;
    width: 30px;
}
#content .hometab .box-content,#content .box .box-content {
    margin: 0 -14px;
    padding:3px 0 0px;
}
.htabs {
	height: 46px;
	line-height: 16px;
	text-align:center;
	margin-bottom: 35px;
}
.etabs {
    display: inline-block;
    float: none;
    margin: 3px 0 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 li a {
    color: #161b1e;
    float: left;
    font-weight:bold;
    line-height: 25px;
    font-size: 16px;
    margin-right: 13px;
    padding: 10px 30px 10px;
    text-align: center;
    background:transparent;
    border:1px solid #e8e8e8;
    text-transform:capitalize;
}
.htabs li:last-child a{
	margin-right:0;
} 
.htabs a.selected, .htabs a:hover{
	color:#fff;
	background: #ce2b2a;
	border-color: #ce2b2a;
}

.hometab .tab-content {
	position:relative;
	padding: 0px;
	z-index: 2;
	overflow: visible;
	margin-bottom:0px;
	border:medium none;
	clear: both;
}
.tab-content .tab {
    display: none;
}

.hometab .box .box-content .customNavigation a.prev, .box .box-content .customNavigation a.prev {color: #787878;right: auto;}
.hometab .box .box-content .customNavigation a.prev, .box .box-content .customNavigation a.prev {
    padding-left: 40px;
}

.hometab .box .box-content .customNavigation a.prev:before, .box .box-content .customNavigation a.prev:before{
	color: #787878;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 25px;
    margin: 0 -4px 0 0;
    position: absolute;
    left: 20px;
    right: auto;
    top: 9px;
    vertical-align: middle;
}

.hometab .box .box-content .customNavigation a,.box .box-content .customNavigation a {
	border: 1px solid #e8e8e8;
	border-radius: 0;
	color: #161b1e;
	display: inline-block;
	float: none;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	margin: 0 3px;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	width: auto;
	top:auto;
}
.hometab .box .box-content .customNavigation a.next, .box .box-content .customNavigation a.next { color:#838383; right: auto;}
.hometab .box .box-content .customNavigation a.next,.box .box-content .customNavigation a.next{
    padding-right: 40px;
}

.hometab .box .box-content .customNavigation a.next:before, .box .box-content .customNavigation a.next:before{
	color: #787878;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 25px;
    margin: 0 -4px 0 0;
    position: absolute;
    right: 24px;
    left: auto;
    top: 9px;
    vertical-align: middle;
}

.hometab .box .box-content .customNavigation a.prev:hover, .box .box-content .customNavigation a.prev:hover{
	background-color:#161b1e;
	color:#fff;
	border-color: #161b1e;
}

.hometab .box .box-content .customNavigation a.prev:hover:before, .box .box-content .customNavigation a.prev:hover:before{color:#FFFFFF;}

.box.related .box-content .customNavigation a{}

.hometab .box .box-content .customNavigation a.next:hover, .box .box-content .customNavigation a.next:hover{
	background-color:#161b1e;
	color:#fff;
	border-color: #161b1e;
}

.hometab .box .box-content .customNavigation a.next:hover:before, .box .box-content .customNavigation a.next:hover:before{color:#FFFFFF;}

.box.related .box-content .customNavigation a {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    color: #787878;
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: normal;
    height: 27px;
    padding: 0px;
    position: absolute;
    text-transform: uppercase;
    width: 27px;
    top: -71px;
    background-image: none;
}

.box.related .box-content .customNavigation a.prev{right:40px}

.box.related .box-content .customNavigation a.prev:before{
	color: #787878;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto;
    vertical-align: middle;
    top: 0px;
    position: absolute;
    right: 0;
	left:0;
}

.box.related .box-content .customNavigation a.next:before{
	color: #787878;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto;
    vertical-align: middle;
    top: 0px;
    position: absolute;
    right: 0;
	left:0;
}

.box.related .box-content .customNavigation a.prev:hover{
border-color: #161b1e;
background-color: #161b1e;
color: #fff;
}

.box.related .box-content .customNavigation a.prev:hover:before,.box.related .box-content .customNavigation a.next:hover:before{
color:#fff;
}
.box.related .box-content .customNavigation a.next{right:14px}

.box.related .box-content .customNavigation a.next:hover{

	border-color: #161b1e;
    background-color: #161b1e;
}

/*Product-tab End*/

/* Product Grid Start */
/*.product-grid-list { }*/
#content .box-product/*,
.product-grid-list ul*/{
	list-style-type: none;
	position:relative;
	width: 100%;
	padding:0px;
	margin:0px;
	list-style: none;
	overflow: hidden;
	clear:both;
}

.product_hover_block {
    bottom: -45px;
    left: 0;
    position: absolute;
    right: 0;
    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;
    border: 2px solid #f5f5f7;
}
.product-block:hover .product_hover_block {
    bottom: 0px;
}

/*.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,
.related .box-product .product-items{
	width: 279px;
	float:left;
	display: inline-block;
}
#related-grid.box-product.productbox-grid {
    overflow: hidden;
    position: relative;
    width: 100%;
}
 
.ie7 .product-grid li{ width:192px !important; }
#content .image-additional .slider-item{	
	display: inline-block;
    float: left;
}

#content .image-additional .slider-item .product-block{	
	margin:4px 7px; 
	background:#fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	clear:both;
	overflow:hidden;
}
.product-block .product-image-block-inner .image .hover-image, #column-right .bx-viewport .image .hover-image, #column-left .bx-viewport .image .hover-image{
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transform: scale(0.8) rotateY(90deg);
	-moz-transform: scale(0.8) rotateY(90deg);
	-webkit-transform: scale(0.8) rotateY(90deg);
	-ms-transform: scale(0.8) rotateY(90deg);
	-o-transform: scale(0.8) rotateY(90deg);
    transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
    visibility: hidden;
    width: 100%;
}
.product-block .product-image-block-inner .image:hover .hover-image,  #column-right .bx-viewport .image:hover .hover-image, #column-left .bx-viewport .image:hover .hover-image{
    opacity: 1;
    overflow: hidden;
    transform: scale(1) rotateY(0deg);
	-moz-transform: scale(1) rotateY(0deg);
	-webkit-transform: scale(1) rotateY(0deg);
	-ms-transform: scale(1) rotateY(0deg);
	-o-transform: scale(1) rotateY(0deg);
    transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
    visibility: visible;
}

#content .image-additional .slider-item .product-block:hover {   box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; }	
.product-block-inner {position: relative;}

.grid_default_width { width:300px;}
.featured_default_width{ width:300px;}
.module_default_width{ width:220px;}
.latest_default_width{ width:300px;}
.special_default_width{ width:300px;}
.related_default_width{ width: 300px;}
.bestseller_default_width{ width:300px;}
.additional_default_width{ width: 75px;}
.blog_default_width{width:350px;}
.testimonial_default_width{width:400px;}
.banners-slider-carousel .product-block-inner{text-align:center;}

#content .product-carousel .product-block,
#content .product-grid  .product-block,
#content .box-product .product-block,
.related .product-carousel .product-block,
.box.related #related-grid .product-block-inner{
	margin: 13px 14px 40px;
	background:#fff;
	clear:both;
	overflow:hidden;
}
#content .product-grid .product-block, #content .product-list .product-block{margin: 13px 2px 20px;}
.product-image-block-inner {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.category_description > p {
    margin: 0 0 5px;
}
.product_hover_block .actions {
    border: 1px solid #e8e8e8;
    display: inline-block;
    margin-left: -1px;
    width: 100%;
}
.product_hover_block .action button{float:left; width:33.33%;}

.product_hover_block .action .cart_button{
	height: 41px;
	width: 61.605%;
	background: #fff;
	border: none;
	padding: 6px 12px;
}

.product_hover_block .action .cart_button span {
    background: url(../image/megnor/cart.png) no-repeat scroll 0px -58px #fff;
    color: #161b1e;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 0 0 33px;
}

.product_hover_block .cart_button:hover{}

.product_hover_block .action .cart_button:hover span {
    background-position: 0px 4px;
    color: #8c8c8c;
}

.product_hover_block .action .wishlist_button{
	border-left: 2px solid #f5f5f7;
	border-right: 2px solid #f5f5f7;
	border-top:medium none;
	border-bottom:medium none;
	background:#fff none repeat scroll 0 0;
	height: 41px;
	width: 19.2%;
}
.product_hover_block .action .compare_button{
	border:medium none;
	background:#fff;
	height: 41px;
	width: 19.2%;
}
.product_hover_block button .fa{
    font-size: 20px;
	margin-top:4px;
	color:#161b1e;
}
.product_hover_block .wishlist_button:hover .fa, .product_hover_block .compare_button:hover .fa{
	color:#b5b5b5;
}

#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 #ddd;}

.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 #ddd;}


.product-grid .product-thumb .desc,.productbox-grid .product-thumb .price-tax,.product-carousel .product-thumb .price-tax{display:none;}
.product-list .product-details{overflow:hidden;}

#content .product-carousel .product-block-inner,
/*#content .product-grid .product-block-inner,*/
#content .box-product .product-block-inner,
.related-products .product-block-inner{ padding:0 0; text-align:center; overflow:hidden; position:relative; margin:0;}
.box.related .box-content .customNavigation a{
}

.banners-slider-carousel {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    clear: both;
}
#banner0{margin-top:28px;}
#banner0 .owl-pagination{bottom:-5px;}


.bannercarousel .owl-pagination{position:relative; bottom:initial; margin-top:10px}

.bannercarousel .owl-pagination .owl-page span{border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -khtml-border-radius:50%;
	box-shadow: 0 0 0 2px #9e9e9e inset;
    -webkit-box-shadow: 0 0 0 2px #9e9e9e inset;
    -moz-box-shadow: 0 0 0 2px #9e9e9e inset;
    background-color: #444;
}

.bannercarousel .owl-controls .owl-page.active span, .bannercarousel .owl-controls .owl-page:hover span {
    box-shadow: 0 0 0 2px #444 inset;
    -webkit-box-shadow: 0 0 0 2px #444 inset;
    -moz-box-shadow: 0 0 0 2px #444 inset;
}

.bannercarousel .owl-controls .owl-page {
    width: 12px;
    height: 12px;
    margin: 0 3px;
}

.bannercarousel .owl-controls .owl-page span::after {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
	border: 2px solid #9e9e9e
}

#carousel-0 .product-carousel .product-block {
    margin: 50px 15px;
} 
.sale{
	color: #d32e2d;
	padding: 5px 10px;
	text-align: right;
	text-transform: uppercase;
	position:absolute;
	top:10px;
	left: 10px;
	font-weight:600;
	font-size:12px;
}
	
/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
	width: 100%;
	overflow: hidden;
}
#column-left .box-product > div,
#column-right .box-product > div  {
	display:block;
	vertical-align: top;
	margin-right:0px;
	margin-bottom: 5px;	
	width:100%;
}

#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}

#column-left .box-product .image,
#column-right .box-product .image {
	display: block;
	margin-bottom: 0px;
	float:left;
	margin-right:10px;
}
#column-left .product-items .product-details,
#column-right .product-items .product-details{
	width:auto; /* specify width as per your requirement */
	
}
#column-left .product-items .product-details, #column-right .product-items .product-details{margin-left:87px;}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption,
#column-left .product-thumb .button-group, 
#column-right .product-thumb .button-group{
	padding:0;
	margin-left:87px;
}
#column-left .product-thumb .price-old,
#column-right .product-thumb .price-old{margin-left:0;}
#column-left .product_hover_block, #column-right .product_hover_block {display:none;}
#column-left .product-image-block-inner,
#column-right .product-image-block-inner{float:left; border:medium none;}
.box .box-content .button-group{display:none;}

#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {font-weight:normal; font-size:13px; margin: 0 0 5px;}
#column-left .box-product .name,
#column-right .box-product .name {
	display: block;
}
#column-left .box-product .cart,
#column-right .box-product .cart {
	display: block;
}
#column-left .box-product .cart .button,
#column-right .box-product .cart .button{
	padding:0; 
	background:none;
	box-shadow:none; 
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	height:auto;
	font-weight:normal;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-khtml-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 .image img,
#column-right .box-product .image img {}

#column-left .box-product .rating,
#column-right .box-product .rating,
#column-left .box-product .name,
#column-right .box-product .name,
#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .cart,
#column-right .box-product .cart {margin-bottom:2px;}

#column-left .box .box-content, #column-right .box .box-content,
#column-left .box .filterbox, #column-right .box .filterbox{}

#column-left .box-product .rating,
#column-right .box-product .rating {
	display: none;
	margin-bottom: 0px;
}
#column-left .product-thumb, #column-right .product-thumb {
	border: medium none;
	margin-bottom:5px;
	padding:7px 0;
}
#column-left .price .price-new, #column-right .price .price-new {
    color: #161b1e;
    font-size: 16px;
    font-weight: 900;
	float:left;
	margin-right:5px;
}
#column-left .caption a, #column-right .caption a{font-weight: 400;word-wrap: break-word;}
#column-left .product-block:hover .caption a, #column-right .product-block:hover .caption a{color:#787878;}
#column-left .product-block .caption a:hover, #column-right .product-block .caption a:hover{color:#161b1e;}
#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: transparent none repeat scroll 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    width: auto;
	border:medium none;
	color:#787878;
}	
#column-left .product-thumb .button-group button:hover, #column-right .product-thumb .button-group button:hover{color:#161b1e;}
#column-left .product-thumb .button-group, #column-right .product-thumb .button-group {background:none; border:none; display:block;}

.top_button {
	right: 80px;
	bottom: 57px;
	display: none;
	position: fixed;
	z-index: 9999;
	font-size:0;
}

.top_button:before {
    content:"\f106";
    font-family:"FontAwesome";
    background-color: rgba(206, 43, 42,1);
    position:absolute;
    font-size: 18px;
    color: #fff;
    padding: 8px 12px 8px;
}

#content ul.list-unstyled {  
	border: medium none;
    margin-bottom: 10px;
    overflow: auto;
    padding: 0px;
}
.product-description td {
    font-weight: 700;
}
.product-description .description-right {
    font-weight: 400;
    padding-left: 15px;
}
.product-right .description {
    line-height: 23px;
    padding: 0px;
	margin-bottom:10px;
}
.productpage .product-right ul li span.old-price {
    float: left;
    margin-right: 10px;
	color:#a6a6a6;
	font-size:16px;
}
#content.productpage .special-price, #content.productpage .product-price{
	font-weight:700;
	font-size:20px;
	color:#161b1e;
}
#content ul.list-unstyled li {
    line-height: 22px;
    padding: 4px 0;
}
#content ul.list-unstyled li.rewardpoint, #content ul.list-unstyled li.discount {
    line-height: 15px;
    padding: 4px 0;
}

.manufacturer-list {
    border: 1px solid #dbdee1;
    margin-bottom: 20px;
    padding: 5px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #f3f3f3;
    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 {cursor:pointer;}
.productpage .box {margin-top:20px;}
.tab-content {
    border: 1px solid #e8e8e8;
    padding: 25px;
    overflow:hidden;
	border-top:none;
}
.col-sm-4.total_amount { margin-top: 70px;}
.product-tag{margin:5px 0;}

#content .aboutus {
    clear:both;
	margin-bottom:15px
}

#content .aboutus h3 {
    margin-bottom:5px
}

.modal-dialog .aboutus {
    margin-bottom: 15px;
}

.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 #grid-view,.category_filter #list-view{background:#eee; color:#666; border:medium none;}
.category_filter .btn-list-grid .btn-group {margin: 4px 0 0;}
.category_filter #grid-view{background:url(../image/megnor/sprite.png) no-repeat scroll -7px -36px transparent; width:25px; height:25px; padding:0; margin-right:5px;}
.category_filter #list-view{background:url(../image/megnor/sprite.png) no-repeat scroll -35px -36px transparent; width:25px; height:25px; padding:0; margin-right:10px;}
.category_filter #grid-view:hover,.category_filter #grid-view.active{background-position:-7px -7px;}
.category_filter #list-view:hover,.category_filter #list-view.active{background-position:-35px -7px;}
.category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{color:#333;}
#content .refine-search{margin-top:10px;}
.category_filter .btn-list-grid{float:left;width:auto;padding:0;}
.compare-total {float: left; margin: 6px 10px 0;}
.pagination-right { float: right;margin:0; width: auto;}
.category_filter .sort-by {float: left;margin: 6px 10px 0 0; width: auto;padding:0;}
.category_filter .show {float: left; margin: 6px 10px 0;padding:0;}
.category_filter .sort { float: left; width: 150px;padding:0;}
.category_filter .limit {float: right; width: 100px;padding:0;}
.sort-by-wrapper,.show-wrapper{
    float: left;
}
.category_filter .list.active,.category_filter .grid.active{background:#161b1e;}
.category_thumb .category_img, .category_thumb .category_description {
    float: left;
    width: 100%;
}

.category_img img {
    margin-bottom: 10px;
}

.category_list ul {
    padding: 0;
	display:inline-block;
	margin:0;
}
.refine-search ul{padding:0;}
.refine-search ul li{list-style:none;}
.category_list li a {
   background: #F3F3F3 none repeat scroll 0 0;
   border: 1px solid #f3f3f3;
   border-radius: 0;
   -moz-border-radius:0;
   -webkit-border-radius:0;
   -khtml-border-radius:0;
   color: #161b1e;
   display: block;
   padding: 5px 10px;
}
.category_list li a:hover {
	color: #ce2b2a;
}
.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 5px 5px 0;
}
.category_filter,.pagination-wrapper {
    display: inline-block;
    margin: 10px 0 0;
    padding: 10px 0px;
    width: 100%;
	white-space:nowrap;
}
.category_filter{/*padding-bottom:5px*/}
.pagination-wrapper.top {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
}
.pagination-left label {
    font-size: 14px;
    font-weight: 400;
}
.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
}
.pagination-wrapper .page-result
 {
    float: left;
    padding: 0;
    width: auto;
	margin: 0px 0 0;
}
.contact-info .left {
    float: left;   
    width: 50%;	
}
.contact-info .right {
    float: right;
    width: 50%;
}
.row.contact-info {
    padding: 0 15px;
}
.information-contact .panel-body{padding:30px;overflow:auto;}
.contact-info{color:#666;}
.contact-info .address-detail strong {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -6px -235px transparent;
    padding: 3px 0 0 35px;
    height:28px;
    margin: 10px 0 0;
    float:left;
    clear:both;
}
.contact-info .address-detail,.contact-info .telephone,.contact-info .fax{float:left;width:100%;}
.contact-info .telephone strong{
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll -5px -314px transparent;
    padding: 3px 0 0 35px;
    margin: 10px 0 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: 3px 0 0 35px;
    height:28px;
    margin: 10px 0 0;
    float:left;
    clear:both;
}
.contact-info address {
    display: inline-block;
    margin: 0 0 0 36px;
	float:left;
	clear:both;
}

body .nav-container + .container {background-color: #fff; padding-left: 25px; padding-right: 25px;}

body.common-home .nav-container + .container {padding-left:0px; padding-right:0px}

.owl-carousel .owl-buttons .owl-prev{cursor: url("../image/megnor/btn-prev.png"), pointer;}

.owl-carousel .owl-buttons .owl-next{cursor: url("../image/megnor/btn-next.png"), pointer;}

#spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: url("../image/megnor/ajax-loader.gif") 50% 50% no-repeat #fff;
}
.main-slider {
    position: relative;
}
.information-sitemap .sitge-map ul{padding:0 0 0 20px;}
.forget-password {margin: 5px 0 0;}
.product-compare .btn-primary{margin:5px 0 5px;}
.productpage .write-review,.productpage .review-count{margin: 0 10px;}
.productpage .rating-wrapper{ margin: 5px 0;}
.checkout-cart .hasCustomSelect{width: 95% !important;}

.productpage .review-count {
    border-right: 1px solid #d4d4d4;
    margin-right: 0;
    padding-right: 10px;
}

#content h3.product-title{font-size:16px;}

.page-title{
	padding:0 0 10px;
	border-bottom:medium none;
}
.page-title,.refine-search,.product-title,.product-option{
	font-size:16px;
	font-weight:400;
	text-transform:capitalize;
	color:#161b1e;
}
.container .page-title, .container .product-title, .container h2, .container h1{
    color: #787878;
    font-size: 18px;
    font-weight: 700;
    margin-top: 21px;
    text-align:left;
    padding: 5px 0 18px;
}
#content h3 {
    color: #161b1e;
    font-weight: 700;
}
.copy-right {
    border-top: 1px solid #444;
    padding: 10px 0;
	text-align:center;
}
.container .product-right .product-title {
    margin: 0 0 0px;
    font-weight:600;
    padding-bottom: 10px;
}

#bottom-footer li{display:inline; padding:1px 7px 1px 2px; background:url(../image/megnor/pipe.gif) no-repeat scroll right center transparent;}
#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{padding:0; background:none; color:#787878;}
#content .affiliate-logout { padding: 10px 0;}
.affiliate-account .btn-primary .list-group-item:hover, .affiliate-account .btn-primary:hover .list-group-item{color:#fff;}

.shopping-cart .img-thumbnail{max-width:none;display: inline-block;}
#accordion label.col-sm-2.control-label,#accordion label.col-sm-3.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;}
.affiliate-tracking .dropdown-menu {margin-top: 0;}
.affiliate-tracking .dropdown-menu li a:hover {
    background-color: transparent;
    color: #ffcc00;
}
.affiliate-tracking .dropdown-menu li a {
    background-color: transparent;
    color: #787878;
}
#button-search{float:right;}
.product-search h2{clear:both;}
.container{position:relative;}
.col-sm-6.product-right{padding: 0 25px 0 10px; width: 48.6%;}
.col-sm-6.product-left{width: 48.4%; padding-right: 25px;}
.box.related {clear: both; position: relative; margin:0 13px; overflow:hidden; padding:0 2px;border: none;}
.related .box-content {
    background: transparent none repeat scroll 0 0;
    margin: 0 -14px;
    padding: 0 0 50px;
}
.related .box-heading {
    color: #161b1e;
    font-family: 'Anton',sans-serif;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    text-align: left;
    letter-spacing: 0px;
    background: none;
    padding: 0 0 42px;
    text-transform: capitalize;
    line-height: 30px;
    padding: 60px 0 42px;
}
.address-detail .btn {
    clear: both;
    float: left;
    margin: 20px 0 0 35px;
	background-color:#fff;
}
.checkout-cart #content .buttons .pull-right .btn::before{
	font-family:'fontawesome';
	content:'\f061';
	top: 8px;
	position:absolute;
	left: 108px;
	font-size: 12px;
	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;
}
.checkout-cart #content .buttons .pull-right .btn:hover::before{
	left: 85px;
	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;
}
.checkout-cart .buttons .pull-right .btn:hover::before{color:#fff;}
.checkout-cart #content .buttons .pull-right .btn{
	padding: 6px 18px 6px 18px;
	border: 2px solid #ce2b2a;
	font-size: 14px;
	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;
	background-color: #ce2b2a;
	color: #fff;
}
.checkout-cart #content .buttons .pull-right .btn:hover{
	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;
	padding: 6px 30px 6px 18px;
}
.checkout-cart #content .buttons .pull-right .btn:hover,.checkout-cart #content .buttons .pull-right .btn:focus {
	color:#fff;
}
.checkout-cart #content .buttons .pull-right{position:relative; overflow:hidden;}
#tabs_info.col-sm-12 {
    margin-top: 0px;
    position: relative;
}

.shopping-cart .input-group .form-control{width: auto;}

.shopping-cart .input-group .form-control, #checkout-cartÃƒâ€šÃ‚Â .input-group .form-control{
    height: 36px;
}
.shopping-cart .input-group-btn{float:left}
#top .inner-wishlist, #top .inner-checkout{display:none;}
.banners-slider-carousel .customNavigation a{}
.banners-slider-carousel:hover .customNavigation a{
	opacity:1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
	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;
}
.product-layout.product-grid, .product-layout.product-list{padding: 0 14px;}
.row.category_prod{margin: 0 -14px;}
.checkout-cart .text-right.total {
    color: #161b1e;
    font-weight: 900;
}

.information-sitemap .site-map ul{padding-left:30px; padding-bottom:10px;}

#collapse-checkout-option h2{margin-top:0; padding-bottom:10px}

#collapse-checkout-option h2 + p {
    font-weight: 700;
}

#collapse-checkout-option label {
    font-weight: normal;
}

@media only screen and (min-width: 1024px) and (max-width: 1260px) {

	/*.zoomContainer .zoomWindow{
	height: 350px !important;
    width: 350px !important;
	}*/

	.product-thumb .image img{width:100%}
	.cms2 .one_third_inner.content_inner{margin:0 8px;}
	.blog_inner .slider-item .product-image-inner-blog{margin:0 15px;}
	.blog_inner .product-carousel{margin-left:-15px;}
	#blog .customNavigation a.prev{right:54px;}
	#blog .customNavigation a.next{right:28px;}
	#blog .image-block > img, .category_img img{width:100%;}
	.news-text{font-size:17px; letter-spacing:0;}
	.footer-percent4 .footer-percent-inner{padding:67px 17px 48px;}
	#footer .col-sm-3.column{padding:50px 17px 50px 0;}
	#footer .col-sm-3.column.last{padding:50px 17px 61px;}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right{width:26%;}
	.layout-2 #content{width:74%;}
	.product-info .image-additional img{width:100%;}
	.cms-banner-item .static-text, .parallex .content_inner .service-text{}
	.cms-banner-item .text3.static-text {}
	.product-info .image-additional{width:100%;}
	.static-wrapper:before{padding: 45px 0;}
	#footer .col-sm-3.column.last .fa{font-size: 16px; margin-right: 11px;}
	.main-menu > ul > li > a{padding-left:20px; padding-right:20px;}
	.pagination-wrapper.top{float:left; clear:both; margin:15px 0 0;}
	.col-sm-3.sort{width:40%}
	.productpage #input-quantity{float:none; margin-bottom:10px}

}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
	/*.zoomContainer .zoomWindow {
	height: 300px !important;
	width: 300px !important;
	}*/
	.footer_title2{font-size:29px}
	.cms2 .one_third_inner.content_inner{margin:0 8px;}
	.blog_inner .slider-item .product-image-inner-blog{margin:0 15px;}
	.blog_inner .product-carousel{margin-left:-15px;}
	#blog .customNavigation a.prev{right:54px;}
	#blog .customNavigation a.next{right:28px;}
	.news-text{font-size:17px; letter-spacing:0;margin-left: 15px;padding-left: 15px;}
	.footer-percent4 .footer-percent-inner{padding:67px 12px 48px;}
	#footer .col-sm-3.column{padding:50px 12px 50px 0;}
	#footer .col-sm-3.column.last{padding:50px 12px 61px;}
	#blog .image-block > img, .category_img img{width:100%;}
	.product-info .image-additional img{}
	.cms-banner-item .static-text, .parallex .content_inner .service-text{}
	.cms-banner-item .text3.static-text {}
	.layout-2.left-col #column-left, .layout-2.right-col #column-right{width:27%;}
	.layout-2 #content{width:73%;}
	.pagination-wrapper.top{float:left; clear:both; margin:15px 0 0;}
	.product-info .image-additional { width: 100%;}
	#column-left .product-thumb .price-old, #column-right .product-thumb .price-old  {margin-left:0;}
	.owl-carousel .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next{}
	.product-block-inner img{width:100%;}
	.banners-slider-carousel .product-block-inner img{width:auto;}
	.static-wrapper:before{padding: 45px 0;}
	.main-menu > ul > li > a{padding-left:20px; padding-right:20px;}
	#search{width: 225px;}
	#footer .col-sm-3.column.last .fa{font-size:16px; margin-right:6px;}
	.col-sm-3.sort{width:35%}
	.productpage #input-quantity{margin-bottom:10px; float:none}
	.product-info .product-image .customNavigation span.next{top:40px !important;}
	.product-info .product-image .customNavigation span.prev{top:40px !important;}
}
@media only screen and (min-width: 768px) and (max-width: 979px){
	.layout-2.left-col #column-left{width:30%;}
	.layout-2.left-col #content{width:70%;}
	.layout-2.right-col #column-right{width:34%; margin-top:50px;}
	.layout-2.right-col #content{width:100%; padding-right:15px;}
	#column-left .product-items .product-details, #column-right .product-items .product-details {float: left;margin: 10px 0 0; width: 100%;}
}
@media (max-width: 979px) {
	/*.zoomContainer .zoomWindow {
    height: 300px !important;
    left: 325px !important;
    width: 300px !important;
	}*/
	.cms2 .one_third_inner.content_inner{margin:0  6px;}
	.cms1 .one_third_inner.content_inner{margin-right:12px;}
	.cms3 .one_third_inner.content_inner{margin-left:12px;}
	.cms-banner-item.cms-banner1, .cms-banner-item.cms-banner4{margin-bottom:18px;}
	.cms-banner-item .static-text{}
	.text3.static-text{font-size: 14px;}
	#res-menu{display:block; width: 58.5%;border-radius: 5px 0 0;-webkit-border-radius: 5px 0 0;-moz-border-radius: 5px 0 0;-khtml-border-radius: 5px 0 0;}
	.main-menu{display:none;}
	.box .box-content .customNavigation a{top:0;}
	.parallex .content_inner .service-text{font-size:18px;}
	.parallex .one_third_inner.content_inner{margin:0 15px;}
	#blog .image-block > img, .category_img img{width:100%;}
	.product-info .image-additional img{width:100%;}
	.news-text{font-size:14px; width:42%; margin-top:0;}
	.footer_inner1{border-bottom: 1px solid #1c4a6e;padding-bottom: 25px;margin-left: 25px;margin-right: 25px;padding-left: 0;padding-right: 0;}
	.footer-percent{width: 50%;border-bottom: none;}
	.footer-percent-inner, .footer-percent4 .footer-percent-inner{padding:45px 0 0;}
	.footer-percent.footer-percent4{background:transparent none repeat scroll 0 0;border-bottom: none;}
	#footer .col-sm-3.column, #footer .col-sm-3.column.last{padding:0;}
	footer h5:before{content:initial}
	.footer_inner.container{margin-bottom:25px; padding-bottom:25px;}
	#footer .col-sm-3.column.last{background:none; padding:0 0 25px 0;}
	#column-left .product-thumb .caption, #column-right .product-thumb .caption, #column-left .product-thumb .button-group, #column-right .product-thumb .button-group{margin-left: 84px;float: left;clear: both;margin: 0;}
	#column-left .caption .price-old, #column-right .capton .price-old{margin-left:0;}
	.pagination-wrapper.top{float:left; margin:15px 10px 0;}
	.compare-total{clear:both; margin:18px 10px 0 0;}
	.product-list .product-image-block-inner{margin-right:0;}
	.product-list .product-details{float:left; padding-top:30px;}
	.account-wishlist .text-right .btn.btn-primary{margin-bottom:2px;}
	.product-info .image-additional, .product-block-inner img{width:100%;}	
	.banners-slider-carousel img{width:auto}
	.parallex .one_third{padding:30px 0}
	#column-left .box-product .image,
	#column-right .box-product .image {margin-right:7px;}
	.col-md-4.btn-list-grid {margin-bottom: 10px;}	
	.pagination-right {
		clear: both;
		float: left;
		margin: 5px 0;   
	}
	.product-compare .table-bordered{
		width:100%;
		float:left;
		overflow:auto;
		display:inline;
	}
	#accordion .form-horizontal .control-label{width:100%;}
	.col-sm-6.product-right{padding:0 15px 0 0;}
	#content .hometab .box-content{}
	.static-wrapper:before{padding:45px 0;}
	.main-slider .owl-carousel .owl-buttons .owl-prev, .main-slider .owl-carousel .owl-buttons .owl-next{width: 100px !important;}
	.checkout-cart .table.table-bordered .input-group-btn{float:left; clear:both; margin:5px 0 0}
	.checkout-cart .table.table-bordered .input-group-btn{float:left; clear:both;}
	.checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{margin-left:0; margin-right:5px;}
	.checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group{
		margin-left:5px; 
		margin-right:0px;
	}
	.col-sm-3.sort{width:50%}
	.shopping-cart .input-group .form-control{width:100%}
	.productpage #input-quantity{margin-bottom:10px; float:none}
    .information-blogger-blogs .blog-image {
        height: auto;
    }
	.information-blogger-blogs .blog-image img {
 	   display: inline-block;
       max-width: 100%;
	}
}
@media (max-width: 767px) { 
	.zoomContainer .zoomWindow, .zoomContainer, .zoomLens{display:none !important}
	.layout-2 #content,.layout-3 #content{width:100%;}
	.product-info .image-additional {width: 100%;} 
	.product-info .image-additional a {padding: 1px;} 
	.header-logo,.header-search,.header-cart{display:inline-block;float:none;width:100%;}
	.header-logo{text-align:center;}
	.header-cart{width:100%;display:inline-block;text-align:center;}
	.header-logo > div{display:inline-block;}
	.btn-info {margin-bottom:3px;} 
	#input-search {margin-bottom: 8px;}
	#logo .img-responsive { margin: 0 auto 15px;}
	.col-sm-4.total_amount {margin-top: 20px;}
	#cart{float:none;}	
	#cart .dropdown-menu {width: 350px;}
	.checkout-cart .table.table-bordered .input-group-btn {clear: both; margin: 5px 0 0; float: left;}
	.checkout-cart .btn.btn-danger {}
	.button_class {clear:both;}
	.show-wrapper{clear:both;margin:10px 0 0;}
	.category_filter .show {float: left; margin: 8px 10px 0 0;}
	.product-compare .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	.product-info .image, .product-info .additional-carousel { margin: 0 auto; width: 300px;}
	.addthis_toolbox.addthis_default_style{margin: 10px 0;}
	#content .category_list .filterbox{border:medium none;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;}
	.footer_inner1{margin-left: 15px; margin-right: 15px;padding-left: 0;padding-right: 0;}
	.header_block{width:auto; text-align:center; margin: 0 auto;}
	.header_block.header_left{float: none;}
	.header_block.header_center{float: right;}
	.contact_us{float:none;display: inline-block;text-align: left;margin-right: 0px;padding-right: 10px;}
	#cart > .btn{
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    width: 55px;
    padding: 0;
    background-position: center 26px;
 	}
 	#cart > .btn:hover{background-position: center 26px; background-color: transparent;}
	#cart-total{right: 0px;}
	#search .btn-lg{padding:10px 12px 11px;}
	#search{
		width: 210px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		padding: 5px;
	}
	.nav-inner.container{margin: 0px 15px 0;}
	#res-menu{
		width: 100%;
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-khtml-border-radius: 5px 5px 0 0;
	}
	.text1.static-text::before {display: none;}
	.text1.static-text::before {bottom: -3px;}
	.cms-banner-item .static-text {font-size: 10px;}
	.cms-banner-item .text3.static-text {font-size: 8px;}
	.cms-banner-inner .static-inner::after{left:-10px;}
	.cms-banner-inner:hover .static-inner::after{left:0px;}
	.text3.static-text, .static-wrapper, .cms-banner3 .static-wrapper {top: 16px;}
	.cms-banner-item .text1.static-text{font-size: 12px; padding: 3px 10px;}
	.hometab-heading{float:none; text-align:center;}
	.hometab-heading::before{left:0; right:0; margin:0 auto;}
	.htabs{text-align:center; margin-right:0;}
	.parallex.container, .blog_testimonial.container{padding:0;}
	.parallex .one_third {padding: 10px 0;}
	.parallex .one_third_inner.content_inner {margin: 0 5px;}
	.blog_inner{margin-right:0;}
	.blog_inner .product-carousel{margin-left:0;}
	.blogs, .testimonials{width:100%;}
	.testimonials{clear:both;width: 100%;}
	.blog_inner .slider-item .product-image-inner-blog{margin:0 10px;}
	#blog .customNavigation a.next{right:0;}
	.news-text{margin-top:12px; width:62%; padding-left:0; margin-left:0; border-left:medium none;}
	.tm-about-text{float:none;}
	.footer_bottom_inner.container{text-align:center;}
	.footer_bottom_left, .footer_bottom_right, .footer_bottom_right > p, .footer_right{float:none; text-align:center;}
	.footer_bottom_right > p{margin-right:0;}
	.breadcrumb{left: 25px !important; position: static !important;}
	.container .page-title, .container .product-title, .container h2, .container h1{padding: 0px;}
	.layout-2.left-col #content{padding-left:15px;}
	.product-block:hover .product_hover_block, .product-block .product_hover_block{bottom:0;}
	.product-layout.product-grid{width:50%;}
	.col-sm-6.product-left, .col-sm-6.product-right{width:100%;}
	.col-sm-6.product-right{padding:0 15px;}
	.layout-2.right-col #content{padding-right:15px;}
	.blogs{margin-bottom:60px;}
	#blog .customNavigation a.prev{right:26px;}
	.cms1 .one_third_inner.content_inner{margin-right:8px;}
	.cms2 .one_third_inner.content_inner{margin:0 4px;}
	.cms3 .one_third_inner.content_inner{margin-left:8px;}
	.banners-slider-carousel .customNavigation a, .banners-slider-carousel:hover .customNavigation a{opacity:1;}
	#top-links li.dropdown.myaccount {text-align: left;}
	.col-sm-6.product-left{padding-right:15px;}
	.hometab.container{padding:0;}
	.footer_inner.container{margin-left: 0; margin-right: 0;}
	.footer-block{padding-left: 15px; padding-right: 15px;}
	#content .box.blogs .box-content{margin-right: -28px;}
	footer{margin-bottom:35px !important}
	.product-block:hover .blog-left .post-author,.product-block .blog-left .post-author{bottom: 23px;font-size: 10px;}
	#testimonial .hline, .testi-block{margin-right:14px;}
	.nav-inner.container .col-sm-5{margin: 0 auto;display: inline-block;float: none;position: absolute;left: 0;right: auto;top: -95px;}
	header .container{margin-left: 25px; margin-right: 25px;}
	.static-wrapper:before{padding: 33px 0;}
	.product_hover_block .action .cart_button span {
    	background-position: center -58px;
    	padding-left: 0px;
    	display: block;
    	text-indent: -1000px;
 	}
 	.product_hover_block .action .cart_button:hover span{background-position:center 4px;}
	.product-carousel .product_hover_block .cart_button, .productbox-grid .product_hover_block .action button, 
	.product-carousel .product_hover_block .action button, .product-grid .product_hover_block .action button{width:33.33%;}
	.blog-left .blog-image img{height:auto; width:100%}
	.blog-image .post_hover{top: 25%;}
	.information-blogger-blogs .post_hover{top: 45%;}
	.cms-banner-inner .text1-wrapper{top:-32px}
	.cms1 .cms-banner-item .static-text,.cms2 .cms-banner-item .static-text,.cms3 .cms-banner-item .static-text{color:#fff;}
	.cms1 .cms-banner-item .text1.static-text,.cms2 .cms-banner-item .text1.static-text,.cms3 .cms-banner-item .text1.static-text{color:#161b1e}
	.cms-banner-inner .static-wrapper:before{transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1);
	}
	.filterbox .list-group,.filterbox .panel-footer{padding-left: 0 !important; padding-right: 0 !important;}
	.col-sm-3.sort{width:100%}
	.product-info .product-image .customNavigation span.prev{top:40px !important;}
	.product-info .product-image .customNavigation span.next{top:40px !important;}
	body .nav-container + .container,.content-bottom{padding-left:15px; padding-right:15px}
	.banners-slider-carousel:hover .customNavigation a,.banners-slider-carousel .customNavigation a{opacity:1 !important; -webkit-opacity:1 !important; -moz-opacity:1 !important; -khtml-opacity:1 !important;}
}

@media only screen and (max-width: 479px) {
	.product-info .image-additional a{float:none; text-align:center; padding: 1px;}
	.table{	
		float: left;
		margin-bottom: 20px;
		overflow: scroll;
		width: 100%;
	}
	.product-layout.product-grid{width:100% !important;}
	.shopping-cart .input-group .form-control{width:100%;padding:0;text-align:center;}
	.account-wishlist .table-bordered, .account-return .table-bordered{float:left;width:100%;overflow:auto;display:inline;}
	#cart .dropdown-menu table {display: inline-block;}
	.flex-direction-nav a:before {font-size:27px !important;}
	#cart .dropdown-menu { width: 250px;}
	.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%;}
	.product-info .image, .product-info .additional-carousel {width: 100%;}
	.nav-tabs > li{width:100%;}	
	.nav-tabs > li > a{margin:0 0 2px;}
	.productpage .write-review, .productpage .review-count { display: inline-block;margin: 0 4px;width: auto;}
	.pagination-wrapper .page-link{float:left;}
	.pagination-wrapper .page-result{float:left;clear:both;}
	.checkout-cart .pull-right {clear: both;float: left; margin: 10px 0;}
	.bootstrap-datetimepicker-widget.dropdown-menu{width:auto;}
	.checkout-cart #accordion .input-group-btn {float: left; margin: 5px 0 0;}
	.header_block{float: none;}
	header .container{margin-bottom: 90px;}
	.nav-inner.container .col-sm-5{left: 0; right: 0; top: -70px;}
	#search{width: 280px;}
	#res-menu{}
	.cms1 .one_third_inner.content_inner{margin-right: 0px;}
	.cms-banner-item.cms-banner1, .cms-banner-item.cms-banner4{margin-bottom:9px;}
	.cms1.one_third_inner.content_inner,.cms2.one_third_inner.content_inner,.cms3.one_third_inner.content_inner{margin: 0 auto;}
	.cms3 .one_third_inner.content_inner{margin-left: 0px;}
	.static-wrapper{top: 26px;}
	.parallex .one_third {width: 100%;}
	.parallex .one_third {padding: 15px 0 0;}
	.parallex{height: 680px;}
	#blog .customNavigation a.prev{right:26px;}
	.tm-about-text{text-align:center;}
	.news-text{width:100%; text-align:center; margin-bottom:15px;}
	.aboutme-read-more{float:none; text-align:center;}
	.footer-percent{width:100%;}
	.product-info .image-additional img{width: auto;}
	.nav-tabs > li{text-align:center;}
	.productpage #input-quantity{float:none; margin-bottom:15px; margin-right:0;}
	.container .page-title, .container .product-title, .container h2, .container h1{padding: 0px;}
	#top .inner-wishlist, #top inner-checkout{display:block;}
	#top .top-wishlist, #top .top-checkout{}
	#top-links li{border-left:medium none;}
	#top-links li:last-child, #top-links li:first-child{padding:0;}
	#top-links .myaccount-menu > li:first-child{padding:0 5px;}
	.nav-tabs > li > a{margin-right:0 !important;}
	.account-address .table-bordered{border:medium none !important;}
	.contact_us{}
	.htabs li a, .htabs .etabs li{width:100%;}
	.htabs li a{margin-right:0; margin-bottom:2px;}
	.htabs{height:135px;}
	.main-slider .owl-carousel .owl-buttons .owl-prev, .main-slider .owl-carousel .owl-buttons .owl-next{width: 50px !important;}
	#top{text-align:center}
	#top .pull-left{float: none; display: inline-block;}
	#top-links{float:none;}
	#top-links li.dropdown.myaccount{text-align:left}
	.cms_outer {text-align: center;}
	.cms_outer .one_third{float:none; width: auto; margin-left: auto; margin-right: auto; display: inline-block; max-width:100%}
	.cms-banner-item .text3.static-text{font-size: 16px;}
	.cms-banner-item.cms-banner1, .cms-banner-item.cms-banner2, .cms-banner-item.cms-banner3{margin-top:10px; margin-bottom:10px}
	.cms-banner-item .text1.static-text{font-size: 15px;}
	.cms-banner-item .static-text{font-size: 15px;}
	.static-wrapper:before{padding:45px 0}
	.cms2 .one_third_inner.content_inner{margin:10px auto}
	.blog-image .post_hover{top:40%}
	.hometab .box .box-content .customNavigation a.prev, .box .box-content .customNavigation a.prev{padding-left: 40px;}
	.hometab .box .box-content .customNavigation a.next, .box .box-content .customNavigation a.next{padding-right: 40px;}

	.box.related .box-content .customNavigation a.next,.box.related .box-content .customNavigation a.prev{padding-left:0; padding-right:0}
	
	.blog-inner{float:left}
	.breadcrumb{word-wrap: break-word;}
	.single-blog .blog-desc{float:left}
	.checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group{
		margin-left:0px; 
		margin-right:5px;
	}
}
@media only screen and (max-width: 319px){
	.product-info .product-image .customNavigation{ width:196px; margin:0 auto; position: relative; } 
	.product-info .additional-carousel {width:196px; margin:0 auto;}
	.header-logo .img-responsive { width: 100%;}
	.btn-primary {margin-bottom:2px;}
	.compare-total {clear: both; margin: 8px 10px 10px 0;}
	#cart .dropdown-menu { right: -28px;width: 210px;}
	#cart .dropdown-menu{width:210px;}
	#cart .text-right .addtocart{margin:0 0 5px;}
	#cart .text-right .checkout{margin:0;}
}
#accordion .panel-title > a {
    color: inherit;
    display: inline-block;
    width: 100%;	
}
#accordion .panel-title{padding: 0px;}

.checkout-cart #accordion .panel-title > a, .checkout-checkout #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;}