@media (min-width:1200px){.pull-lg-right{float:right;}}
@media (min-width:993px){.pull-md-right{float:right;}}
@media (min-width:769px){.pull-sm-right{float:right;}}
@media (min-width:0px){.pull-xs-right{float:right;}}


body {
	font-family: "Code-Light";
	/*color: #a4a4a4;*/
	color: #010101;
	font-weight:bold;
	font-size: 14px;
	line-height: 170%;
	width: 100%;
}

.btn,
.product,
.bold,
.breadcrumb,
strong,b,h1,h2,h3,h4,h5,h6,p a{
	font-family: "Code-Bold";
}

/* Alternative as original font doesn't support lowercase */
.text-danger,
.font-alternative,
body #content,
.normal,
footer table{
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
}

.bold-2{
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
}
/*End Alternative*/

.text-danger{font-size:14px;}

h1, h2, h3, h4, h5, h6 { color: #2a539d; }
/* default font size */
.fa { font-size: 14px; }
.fa-1 { font-size: 20px; }
.fa-2 { font-size: 32px; }
.fa-3 { font-size: 64px; }
.fa-4 { font-size: 112px; }
.fa-5 { font-size: 192px; }
.fa-6 { font-size: 320px; }
/* Override the bootstrap defaults */
h1 { font-size: 33px; }
h2 { font-size: 27px; } /*Use as common*/
h3 { font-size: 21px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 10.2px; }

.btn-link:focus,
.btn-link:visited,
.btn-link:hover,
.btn-link,
a:focus,
a:visited,
a:hover,
a {
	color: inherit;
	text-decoration: none;
}

p a {
	text-decoration underline;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}
label {
	font-size: 12px;
	font-weight: normal;
	position:relative;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
input[type=checkbox] {
	top: 1px;
	position: relative;
}
/* 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{
	font-weight: bold;
	color:#010101;
}

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

.relative{
	position:relative;
}

*[class*="absolute"]{position:absolute;}
*[class*="absolute-"][class*="-top"]{top:0px;}
*[class*="absolute-"][class*="-right"]{right:0px;}
*[class*="absolute-"][class*="-left"]{left:0px;}
*[class*="absolute-"][class*="-bottom"]{bottom:0px;}
*[class*="absolute-"][class*="-left-mid"]{
	left:0%;top:50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}

*[class*="absolute-"][class*="-center-mid"]{
	left:50%;top:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.text-responsive{font-size: 5vw;line-height: 5vw;}
.bold{font-weight: bold;}
.normal{font-weight: normal;}

.c1{color: #010101 !important;} /*Black*/
.c2{color: #a4a4a4 !important;} /*Grey*/
.c3{color: #2a539d !important;} /*Blue*/
.c4{color: #0f77c1 !important;} /*Light Blue*/
.c5{color: #ff2600 !important;} /*Red*/

.mauto{
	margin:auto;
}

.text-white{color:#fff;}

.bg1{background:#2a539d;}

.background-white{background:#fff;}
.border-white{border-color:#fff;}

.breadcrumb{
	background: #fff;
	padding:0px;
	color: #010101;
	font-size:12px;
}
.underline{text-decoration:underline;}
.uppercase{text-transform: uppercase;}
.cap{text-transform: capitalize;}
.lowercase{text-transform: lowercase;}

.underline-border{border-bottom:1px solid #010101;}

.corner-round{border-radius: 50px;}
.corner-round-important{border-radius: 50px !important;}
.corner-sharp{border-radius: 0px;}
.overflow-hidden{overflow:hidden;}

.cursor-pointer{cursor: pointer;}

.block-important{display:block !important;}

.navbar-nav>li>a,
.lh100{line-height: 100%;}
.lh150{line-height: 150%;}
.lh200{line-height: 200%;}
.h100{height:100%;}
.m56{margin:56px 0px;}
.m50{margin:50px 0px;}
.m24{margin:24px 0px;}
.m10{margin:10px 0px;}
.m5{margin:5px;}
.m0{margin:0px;}
.m0-important{margin:0px !important;}
.m10-bottom{margin-bottom:10px;}
.m10-bottom-important{margin-bottom:10px !important;}
.m12-top-negative{margin-top:-12px;}
.p56-bottom{padding-bottom:56px;}
.p25-bottom{padding-bottom:25px;}
.p14{padding:10px 14px;}
.padding-less-both{padding:0px 10px;}
.mp-10-bottom{padding-bottom:10px;margin-bottom:10px;}
.t30{font-size:30px;}
.t25{font-size:25px;}
.t22{font-size:22px;}
.t18{font-size:18px;}
.t17{font-size:17px;}
.t16{font-size:16px;}
.t14{font-size:14px;}
.t11{font-size:11px;}
.top-120{padding-top:120px;}
.borderless td,.borderless{border:0px !important;}
.text-left{text-align:left !important;}
.dtable{display:table;}
.border-blue{border:2px solid #29559d;}
.white-rad{background:rgba(255,255,255,0.6);}

@media (min-width:769px){
	.padding-less:nth-child(odd){padding-right: 5px;}
	.padding-less:nth-child(even){padding-left: 5px;}
	.padding-right-more{padding-right:15px;}
}

*:focus,
*{
	outline:none;
}

.breadcrumb>li+li:before{
	content:'';

	padding:0px;
	width:7px;
	height:7px;
	display:inline-block;
	border:1px solid transparent;
	border-top-color:#010101;
	border-right-color:#010101;

	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);

	margin: 0px 7px 0px 0px;
	position: relative;
	top: -1px;
}

.btn:not(.btn-default){
	color:#fff;
}

.breadcrumb>li:last-child{
	color:#2a539d;
}

header {
	font-size:16.69px;
	padding-top:38px;
	color:#010101;
}

#search{
	margin-bottom:7px;
}

#search > button{
	z-index: 3;
	top:1px;
	left:1px;
	height:calc(100% - 2px);
}
#search input{
	padding-left:40px;
	box-shadow: 0px 0px 0px 3px #EFEFF7;
	font-size: 16px;
}

#account-link:before{
	content:url('../image/account.png');
}

#account-link + ul a{color:#010101;}

#cart > #sub{
	padding:0px 15px;
}

#cart > #sub:before{
	content:url('../image/icon2.png');
	position:relative;
	bottom:-2px;
}

#cart > #sub:after{
	content:url('../image/down_arrow.png');
	position:relative;
	top:-4px;
}

#cart > #sub > span{
	margin:0px 8px;
}

#cart .dropdown-menu{
	min-width:300px;
}

#search + ul{
	display:table;
	width:100%;
	margin:0px;
	text-align: right;
}

#search + ul > li{
	display:table-cell;
}

#menu{
	margin:0px;
	min-height: 0px;
}


#menu a:focus,
#menu a:hover,
#menu a.active{
	color:#2a539d;
	background:#fff;
        outline:none;
}

.text-shadow{text-shadow:1px 1px 3px rgba(0,0,0,0.7);}

#logo{text-align: center;}
#logo img{display:inline-block;margin:7px auto;}

@media (min-width:769px){
	#search{
		margin:45px 0px 58px;
	}
	#logo{
		display:table;
	}
	#menu > .navbar-collapse{
		padding:0px;
	}
	#menu .nav.navbar-nav{
		width:100%;
		display:table;
		table-layout: fixed;
	}
	#menu .nav.navbar-nav > *{
		display:table-cell;
		float:none;
		width: 100%;
	}
}

.navbar-header > *{display:none;}

@media (max-width:768px){
	.navbar-header{
		display:table;
		width:100%;
	}
	

	.navbar-header > *{
		display:table-cell;
		vertical-align: middle;
	}

	.hidden-xs-v{display:none;}
}

.ms-skin-default .ms-bullet{
	background: #fff !important;
	border-radius:50px;
	border:2px solid #fff !important;

	width:14px !important;
	height:14px !important;
}

.ms-skin-default .ms-bullet.ms-bullet-selected{
	background: transparent !important;
	border:2px solid #2a92c7 !important;	
}

.ms-nav-next{
	top:auto !important;
	left:auto !important;
	bottom:7% !important;
	right:7% !important;
	background:url('../image/arrow-right.png') center center no-repeat !important;
}

.ms-nav-prev{
	top:auto !important;
	left:auto !important;
	bottom:7% !important;
	right:calc(7% + 42px) !important;
	background:url('../image/arrow-left.png') center center no-repeat !important;	
}

.ms-nav-next,
.ms-nav-prev{
	width:38px !important;
	height:38px !important;
}

.master-slider:hover .ms-nav-next,
.master-slider:hover .ms-nav-prev{
	opacity: 1 !important;
}


.product .price{opacity: 0;}
.product .price::after{content:url('../image/search.png');margin:5px auto;display:table;}
.product .image{background:#000;}
.product:hover img{opacity:0.6;}
.product:hover .caption{color:#2a539d;}
.product:hover .price{opacity: 1;}

.product .price-old{color:#afafaf;text-decoration:line-through;}

.btn{
	border-radius: 0px;
	line-height: 100%;
}

.btn-primary{
	background:#1A8CC6;
}

.icon-cart::before{
	content:url('../image/iconcart.png');
	margin-right:7px;
	position:relative;
	bottom:-2px;
}

#slide-featured .owl-prev,
#slide-featured .owl-next{
	position: absolute;
	cursor:pointer;

	display:block !important;
	top:calc(50% - 11px);
	width:22px;
	height:22px;
	display:block;

	border:2px solid transparent;
	border-top-color:#2a539d;
	border-left-color:#2a539d;
}

#slide-featured .owl-prev{
	left:-32px;

	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}	
#slide-featured .owl-next{
	right:-32px;

	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	transform:rotate(135deg);
}

.new-tag{
	left:5px;
	top:5px;
	background:url('../image/new_label.png') center center no-repeat;
	width:34px;
	height:33px;
	display:block;
}

.catbox{
	padding-bottom:20px;
}

.cat-name{
	opacity: 0;
}

.catbox:hover img{
	opacity: 0.6;
}

.catbox:hover .cat-name{
	opacity: 1;
}

footer{
	color:#fff;
	background:#28559d;
	padding-bottom:10px;
}

footer table{
	width:auto !important;
	float:right;
}

footer table,
footer table *{
	border:0px;
}

footer table td{
	vertical-align: middle;
	text-align:right;
}

footer table td:first-child{
	padding:0px 25px 25px 0px;
}
footer table td:last-child{
	padding:0px 0px 25px 25px;
}

.inner-responsive *{
	width:100%;
	max-width:100%;
}

body[class*="product-"] .product{
	width:calc(33% - 10px);
	float:left;
	margin:12px 5px;
}

body[class*="product-product"] .product{
	width:calc(25% - 10px);
	height:310px;
}

@media (max-width: 768px){
	body[class*="product-"] .product{
		width:calc(50% - 10px);
	}

	.clearfix-xs{
		clear:both;
	}
	.float-none-xs{
		float:none;
	}

	.xs-padding-top-10{padding-top:10px;}
}

.cat-list a:hover{color:#2a539d;}

.spacial-label::after{
	content:url('../image/sale.png');
	display:inline-block;
	vertical-align: middle;
	margin-left:7px;
}

.pagination *:hover,
.pagination *{
	border:0px !important;
}

.pagination>li:first-child>a, .pagination>li:first-child>span{
	border-radius: 0px !important;
	border:0px !important;
}

.information-information img{
	max-width:100%;
	width:auto !important;
}

.information-information table td,
.information-information table{
	border:0px !important;
	table-layout: fixed;
	width:100% !important;
}

.information-information table td{
	padding:0px 5% 5%;
}

@media (max-width: 768px){
	.iid-7 table td{
		display:block;
		width:100%;
	}
}

@media (max-width: 992px) and (min-width: 769px){
	.iid-7 table td{
		display:inline-block;
		width:calc(50% - 4px) !important;
		vertical-align: middle;
	}
	.iid-7 table td:nth-child(even){
		clear:right;
	}
}

.gmap{
	width:100%;
	height:460px;	
}

.noscroll{position:relative;}

.gmap.noscroll::after{
	content:'';
	width:100%;
	height:100%;
	display:block;
	background:transparent;
	position:absolute;
	top:0px;
	left:0px;
}

.gmap iframe{
	width:100% !important;
	height:100% !important;
}

@media (max-width:768px){
	.gmap{
		height:230px;
	}
}

.thumbnails{
	list-style: none;
	margin:0px;
	padding:0px;
}

.thumbnails *{border-radius: 0px !important;padding:0px;}

.image-additional{
	display:inline-block;
	vertical-align: top;
}

.transparent-well{
	padding:0px 7%;
}

@media (min-width:769px){
	.transparent-well + .transparent-well{
		border-left:1px solid #e1e1e1;
	}
}

/*Remove this to make it a shopping cart again*/
*:hover .price,
.price{display:none !important;}
.spacial-label::after{content:'' !important;}

/* Only remove class hidden */
/* product/product.tpl - line 54 remove hidden */
/* common/cart.tpl - line 27 , 44 remove hidden */
/* checkout/cart.tpl - line 63 , 65 , 118 , 120 , 167 ,  remove hidden */

