.opnote {resize:vertical;}
.short-description{font-size:12px}
.caption {
    height: 148px;
}
.btn-primary {
    background-color: #ec008c;
    border-color: #ec008c;
}
.thumbnail > .box-btns.form-inline{height:35px}
.nav > li > a{padding-left:20px}
.sidebar .active {
    background-color: #ec008c;
    color: #fff;
}
.navbar-fixed-top .nav > li > a {padding: 15px 10px;}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #ec008c;
    color: #fff;
}
.navbar-inverse .navbar-nav > .li-currency > a, .navbar-inverse .navbar-nav > .li-currency > a:hover, .navbar-inverse .navbar-nav > .li-currency > a:focus{background-color: #ec008c;color:#fff}
.subcatitem {
	width: 255px;
}
/*.sidebar .sidebar-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.custom-sidebar-left-bottom .sidebar-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.custom-sidebar-left-bottom .sidebar-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}*/
.strikethrough {
	position: relative;
}
.strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	/*border-color: red;*/
	width: 100%;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
}

.footer-bg {
    color: #fff;
    background-color: #4a4a4a;
}
footer a {
	color: #ec008c;
}

.home-page-banner img.trust-logo-cert {
	position: absolute;
	width: 10%;
	top: 3px;
	left: 18px;
}
footer img.trust-logo-cert {
	max-width: 90px;
}