@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #fff;
	background-color: #444444;
	border-color: #444444;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover, 
.btn-primary.active:hover, 
.btn-primary:active:focus, 
.btn-primary.active:focus, 
.btn-primary:active.focus, 
.btn-primary.active.focus {
	color: #fff;
	background-color: #413c3b;
	border-color: #413c3b;
}

#reminder-form .glyphicon,
#login-form .glyphicon {
	color: #EC0974;
}

.navbar.navbar-inverse.main-nav.product-nav {
	background-color: #444444;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #222;
    background-color: #f5f5f5;
}

.special-offers-list-thumbnail-products h4 {
    min-height: 50px;
}

.section-background #breadcrumb-container{
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top:-10px;
}

.fa.fa-search {
    color: #827775;
}

.breadcrumb {
    background-color:#fffc;
}
.breadcrumb .btn.btn-default,.breadcrumb .btn-default:active,.breadcrumb .btn-default:focus{
    background-color: transparent;
    color: #484848 !important;
    font-size: 12px;
    padding: 0px;
    border: 0px;
}
.breadcrumb .btn-default:hover{
    background-color: transparent;
    color: #333 !important;
}
.breadcrumb .fa.fa-home {
    font-size: 13px;
}
.breadcrumb .btn div {
    font-weight: 600;
}

.section-background {
    background-color: #fffc;
    padding: 10px 20px 20px 20px;
    min-height: 500px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
strong,
b {
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}


a:hover {
  color: #444;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
i {
  font-size: 1.1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}
h1 {
  font-size: 24px;
  line-height: 30px;
}
h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    margin: 20px 0;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
h4 {
  font-size: 16px;
  line-height: 22px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
}
p {
  margin: 0;
}
p strong {
  font-weight: 600;
}
.accent-color-bg {
  color: #fff;
}
.fittext {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 35px;
  color: rgba(0, 0, 0, 0.8);
}
.fittext strong {
  font-weight: 700;
}
.white-text {
  color: #fff;
}
.uppercase {
  text-transform: uppercase;
}
.image-text {
  margin-right: 10px;
}
input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
input[type="submit"]:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
input[type="submit"] {
  border: none;
}
.tooltip .tooltip-inner {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

#content.full-sections {
  padding: 0;
}

.bg-parallax {
  background-attachment: fixed;
}

.heading .big-title {
  font-size: 30px;
  font-weight: 700;
  padding-left: 15px;
  float: left;
  padding: 12px 15px;
}

.clear {
  clear: both;
}
.description {
  padding-bottom: 30px;
}
.margin-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hr1 {
  height: 1px;
}
.hr2 {
  height: 0;
  border-bottom: 1px solid #eee;
}
.hr3 {
  height: 0;
  border-bottom: 1px dotted #eee;
}
.hr4 {
  height: 0;
  border-bottom: 1px dashed #eee;
}
.hr5 {
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.section {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*******************************/
/*         Header & Navigation        */
/*******************************/

 /*header{
    height: 175px;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     }

header.sticky {
    height: 120px;
    width: 100%;
    margin-top: -15px;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    
}

header.sticky img {
    ms-transform: scale(0.70,0.70);  ***IE 9***
    -webkit-transform: scale(0.70,0.70);  ***Safari***
    transform: scale(0.70,0.70);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-bottom:0px;
    margin-left: -40px;
}
*/

/* top bar */
.top-bar .list-inline > li {
    
}

.top-bar .contact-details li {
  display: inline-block;
  padding: 6px 0;
}

.top-links-before-login {
    margin-top: 5px;
}

/*
.top-bar .contact-details li a {
  font-size: 12px;
  display: block;
  margin-right: 15px;
  color: #fff;
  line-height: 32px;
}
*/
.top-bar .contact-details li a i {
  padding-right: 5px;
  vertical-align: middle;
}

.top-links-before-login .list-inline > li {
    border-right: 1px solid rgba(99, 98, 98, 0.14);
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.top-links-before-login .list-inline > li:last-child {
    border-right: 0px solid rgba(99, 98, 98, 0.14);
    padding-right: 0px;
}

.contact-links .list-inline > li {
    border: none;
}

/* top bar dropdown cart */

.top-bar .navbar-nav > li > .dropdown-menu {
    border-color: #e1e1e1;
    margin-top: 7px;
}
.top-bar .dropdown > li:hover > a {
    color: #EC0974;
}
.top-bar-cart .dropdown.drop {
    margin-right: -10px;
}
.top-bar .icon-basket {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    padding-top: 2px;
    margin-left: 30px;
}
.top-bar .cart-text {
    margin-top: 4px;
    float: right;
}
.top-bar-cart {
    margin-top: 3px;
}
.cart-dropdown {
    font-size:12px;
}


.top-bar-cart .btn.btn-sm.btn-info, .top-bar-cart .btn.btn-sm.btn-primary {
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
}
.alertify-buttons {
    margin-top: 8px;
}
.top-bar .navbar-nav > li a {
    padding: 0px 10px 0px 0px;
    line-height: 20px;
}
.top-bar a, .top-bar {
     font-size: 14px;
}
.top-bar a:hover,.top-bar a:focus,.top-bar a:active {
}

/* main nav */

.fa.fa-home {
    font-size: 19px;
    line-height: 0px;
}
.navbar {
  margin-bottom: 0;
  border: none;
}

.navbar-brand {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar-inverse .navbar-text, .navbar-text a {
    color: #fff;
    margin-top: 9px;
}
.navbar-text a {
    border-right: 1px solid rgba(149, 149, 149, 0.33);
    padding-right: 10px;
}
.navbar-text a:hover, .navbar-text a:focus {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #e0e0e0;
}
.navbar-inverse .navbar-nav .dropdown {

}
.navbar-inverse .navbar-nav > li.drop:hover .dropdown {
  visibility: visible;
  opacity: 1;
}

.main-nav .dropdown li a,
.main-nav .sup-dropdown li a {
  display: block;
  color: #222;
  font-size: 13px;
  padding: 11px 16px;
  margin: 0px 0;
  text-decoration: none;
  text-transform: capitalize;
}
.dropdown li a i {
  margin: 0 0 0 -4px;
}

.nav-bg .dropdown-menu li {
    border-bottom: 1px solid #cccccc4d;
}

.nav-bg .dropdown-menu li:last-child {
    border-bottom: 0px solid #cccccc4d;
}

.nav.navbar-nav.col-sm-12 {
    padding: 0px;
}

.navbar-login .dropdown-menu {
    width:100%;
}

.nav-bg .dropdown-menu.dropdown {
    background-color: #fff;
    padding: 0px;
}

.navbar-inverse.navbar-nav .sup-dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  margin-top: 10px;
  visibility: hidden;
  z-index: 3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-inverse.navbar-nav li.drop .dropdown li:hover .sup-dropdown {
  visibility: visible;
  margin-top: 0;
}

/* Main nav dropdown - login form */
#login-nav .radio label, .checkbox label {
    font-size: 13px;
}
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

/* search on main */
.search-form .form-control {
    padding: 0 10px;
    min-width: 200px;
}
.search-form .btn.btn-primary {
    height: 37px;
    padding: 2px 10px;
}
.search-form.navbar-form {
    position: absolute;
    right: 0px;
}

.btn-info {
    background-color: #2970B3;
    border-color: #003d77;
}

.btn-info:active, .btn-info:focus,  .btn-info:hover {
    background-color: #2c6aa5;
    border-color: #003d77;
}


/* search on mobile */
.search-mobile .form-control {
    height: 34px;
    margin-bottom: 2px;
    margin-top: -1px;
}
.search-mobile .btn.btn-default {
     background-color: #EC0974;
    border: 1px solid #fff;
    height: 34px;
    margin-top: -3px;
}
.search-mobile .input-group {
    max-width: 250px;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
@media (min-width:0px) and (max-width:767px) { 
    .navbar {
        display: table;
        width: 100%;
    }
    .navbar-brand,
    .navbar-search,
    .navbar-toggle { display: table-cell }
    .navbar-search {
        padding: 7.5px 10px 0 0;
        width: 1%;
    }
}
@media (max-width:400px) { 
    .navbar-search {
    float: left;
    padding: 7.5px 10px 7.5px 5px;
    width: 80%;
}
}
@media (min-width:768px) { 
    .navbar-search {
        float: left;
        margin: 7.5px 0;
    }
}
/*******************************/
/*         Homepage Carousel       */
/*******************************/

/* carousel */

#myCarousel {
	/*padding:5px;*/
    margin-top: -1px;
}
#myCarousel  .carousel-caption {
	top:auto;
	width:auto;
	right:auto;
	bottom:0px;
	left:0;
	padding:10px;
	background:rgba(0, 0, 0, 0.56) none repeat scroll 0 0;
	text-align:center;
  	height:auto;
	width:100%;
	color:#FFF;
	text-shadow:none;
}

.carousel-caption > h3 {
    color:#fff;
    font-weight: lighter;
    font-size: 25px;
    padding: 10px 0px;
}

.carousel .fa {
    line-height: 23px;
    padding-left: 5px;
    text-shadow: none;
    vertical-align: 0;
}

.carousel .fa.fa-angle-double-left.fa-lg {
    padding-left: 0;
}

.carousel-control {
    opacity: 1;
    top: 40%;
    width: 50px;
}
.carousel-control img {
    height: 60px;
}
.carousel-control.left, .carousel-control.right {
    background: transparent;
}
.carousel-control.right,
.carousel-control .glyphicon-chevron-right {
	left:auto;
	right:0px;
}
.carousel-control.left {
	right:auto;
	left:0px;
}



/*******************************/
/*         Homepage Panels      */
/*******************************/

.homepage-message h1 {
    color: #fff;
    letter-spacing: -2px;
}
.homepage-panels-x3 {
    padding-top: 5px;
    padding-bottom: 20px;
}
.homepage-panels-x3 .panel {
    margin: 10px 0;
}

.homepage-panels-x3 .panel-body {
    padding: 0;
}

.homepage-panels-x3 .panel-title {
    font-weight: lighter;
}

/*******************************/
/*         Homepage Services (icons)      */
/*******************************/
.service-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.service-box .service-icon {
  float: left;
  margin-top: 5px;
}
.service-box .service-content {
  padding-left: 60px;
}
.service-box .service-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.icon {
  position: absolute;
  margin-top: 5px;
}
.icon-small {
  font-size: 2em;
  color: #444;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.icon-medium {
  font-size: 22px;
  color: #666;
  width: 48px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  color: #fff;
  background: #666;
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.icon-radius {
  font-size: 24px;
  width: 60px;
  border-radius: 100%;
  line-height: 60px;
  position: relative;
  height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.icon-radius:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  padding: 2px;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.icon-radius:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.icon-large {
  font-size: 3em;
  color: #666;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.icon-mini-effect {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 1.2em;
  color: #fff;
  top: 4px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.icon-medium-effect {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 2em;
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.icon-large-effect {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 2.6em;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.icon-mini-effect:after,
.icon-medium-effect:after,
.icon-large-effect:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.icon-effect-1 {
  background-color: #fff;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}
.gray-icon.icon-effect-1 {
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
  -webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-1:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.gray-icon.icon-effect-1:after {
  background: #444;
}
.icon-effect-1.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-1 {
  color: #444;
}
.icon-effect-1:hover:after,
.service-box:hover .icon-effect-1:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.icon-effect-2 {
  background: #fff;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}
.gray-icon.icon-effect-2 {
  color: #444;
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
  -webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-2:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.gray-icon.icon-effect-2:after {
  background: #444;
}
.icon-effect-2:hover,
.service-box:hover .icon-effect-2,
.icon-effect-2.gray-icon:hover,
.service-box:hover .gray-icon.icon-effect-2 {
  color: #fff;
}
.icon-effect-2:hover:after,
.service-box:hover .icon-effect-2:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.icon-effect-3 {
  background: #fff;
}
.gray-icon.icon-effect-3 {
  color: #444;
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
  -webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-3:hover:before,
.service-box:hover .icon-effect-3:before {
  -webkit-animation: toRightFromLeft 0.4s forwards;
  -moz-animation: toRightFromLeft 0.4s forwards;
  animation: toRightFromLeft 0.4s forwards;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.icon-effect-4 {
  background: #fff;
}
.gray-icon.icon-effect-4 {
  color: #444;
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
  -webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-4:hover:before,
.service-box:hover .icon-effect-4:before {
  -webkit-animation: toLeftFromRight 0.4s forwards;
  -moz-animation: toLeftFromRight 0.4s forwards;
  animation: toLeftFromRight 0.4s forwards;
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
.icon-effect-5 {
  background: #fff;
}
.gray-icon.icon-effect-5 {
  color: #444;
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
  -webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-5:hover:before,
.service-box:hover .icon-effect-5:before {
  -webkit-animation: toTopFromBottom 0.4s forwards;
  -moz-animation: toTopFromBottom 0.4s forwards;
  animation: toTopFromBottom 0.4s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.icon-effect-6 {
  background: #fff;
}
.gray-icon.icon-effect-6 {
  color: #444;
  box-shadow: 0 0 0 3px #444;
  -o-box-shadow: 0 0 0 3px #444;
  -moz-box-shadow: 0 0 0 3px #444;
  -webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-6:hover:before,
.service-box:hover .icon-effect-6:before {
  -webkit-animation: toBottomFromTop 0.4s forwards;
  -moz-animation: toBottomFromTop 0.4s forwards;
  animation: toBottomFromTop 0.4s forwards;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}


********************/
/*         Homepage parallax      */
/*******************************/

.parallax {
  width: 100%;
  padding: 80px 0;
  margin: 0;
  background-position: 50% 30%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.parallax-mobile {
  background-position: 50% 0px !important;
  background-attachment: scroll !important;
}
contact-info {
  position: absolute;
  z-index: 33;
  left: 0;
  top: -100px;
  width: 100% !important;
  height: auto !important;
}
.section-contact-info {
    color: #181818;
    position: relative;
   
}

.contact-widget p {
    margin: 5px 0px;
}
.section-contact-info a {
    color: #181818;
}


.contact-info-background {
    background-color: rgba(255, 255, 255, 0.70);
    padding: 20px;
    margin: 10px;
}

.contact-info {
  background: url(/../assets/img/parallax/bg-02.jpg) no-repeat;
  background-attachment: fixed;
  padding: 30px 0;
  background-color: #ccc;
	background-size: cover;
}

/*******************************/
/*         Homepage Features (icons)      */
/*******************************/

.features .features-item {
  padding: 20px 0;
}
.features .features-item .features {
  margin-bottom: 60px;
}
.features .features-item .features .icon {
  float: left;
}
.features .features-item .features-content {
  margin-left: 80px;
  padding-right: 68px;
}
.features .features-item .features-content h3 {
  padding-bottom: 8px;
  text-transform: uppercase;
}
.features .features-item .features:hover .icon-radius:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*******************************/
/*         Page Banner      */
/*******************************/

.page-banner {
  padding: 30px 0;
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
}
.page-banner h2 {
  font-size: 30px;
  color: #999;
  font-weight: 700;
}


/*******************************/
/*      Homepage Portfolio
/******************************/

#category-browse-products {
  padding-top: 0px;
  padding-bottom: 0px;
}

#category-browse-products .big-title {
    margin-bottom: 25px;
    font-weight: 300;
    margin-left: -2px;
    margin-top: 15px;
}

.heading {
    padding-top: 20px;
}
.heading .big-title {
  font-size: 30px;
  font-weight: 700;
  float: left;
  padding: 12px 5px;
}

.category-img {
  overflow: hidden;
  display: block;
  position: relative;
}
.category-img img {
  /*zoom: 1;*/
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -0-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.category-img img:hover {
    /*zoom: 1;*/
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -0-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.category-item {
    border: 1px solid #ccc;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.category-item:hover {
    border: 1px solid #2D3E50;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}
.category-img .overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  top: 0;
  left: 0;
  z-index: 999;
  bottom: -1px;
  right: 0;
  opacity: 0;
  color: #2D3E50;
  border: 1px solid #2D3E50;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
 -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.category-img .more {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  cursor: pointer;
  visibility: visible;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 28px;
  line-height: 48px;
  margin: -20px auto;
  opacity: 0;
  z-index: 99;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.category-img:hover img {
  /*-webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -0-transform: scale(1.4);
  transform: scale(1.4);*/
}
.category-img:hover .overlay{
  opacity: 1;
  visibility: visible;
}
.category-img:hover .more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -0-transform: scale(1);
  transform: scale(1);
}
.category-item-content {
  padding: 10px 0px !important;
  position: relative;
	background: #444444;
  min-height: 50px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -0-transition: all 0.9s ease;
  transition: all 0.9s ease;
    margin-top: 3px;
}
.category-item-content .header, .category-item-content .header a {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 4px;
    color: #fff;
}

.category-item-content .body {
  line-height: 22px;
  font-style: italic;
}
.category-item-content .icon {
  /*position: absolute;
  top: 22px;
  right: 20px;*/
  right: 4px;
  margin-top: 0px;
}
.category-item-content .icon i {
  color: #fff;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  height: 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.category-item:hover, .category-item:hover .category-item-content .body, .category-item-content .header:hover {
    color: #fff;
}
.category-item:hover .category-item-content .icon i {
  background: #fff;
}



/*------------------------------------------*/
/*			10 - SideBar Styles
/*------------------------------------------*/

/*
.sidebar {
    margin-bottom: 30px;
    margin-top: 10px;
}

.sidebar a {
	color: #666;
}

.sidebar .widget {
    overflow: hidden;
    margin-bottom: 50px;
}

.sidebar .widget ul {
	margin: 0;
}

.widget-search input[type="search"] {
    position: relative;
	margin: 0;
	float: left;
	height: 37px;
	line-height: 37px;
	width: calc(100% - 38px);
	border-right: none;
	border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
}

.widget-search .search-btn {
	display: inline-block;
	width: 38px;
	height: 37px;
	border: none;
	color: #fff;
	font-size: 1.2em;
	line-height: 36px;
	text-align: center;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-search .search-btn:hover {
	background-color: #444;
}

.sidebar .widget h4 {
	text-transform: uppercase;
	padding-bottom: 8px;
    margin-bottom: 16px;
	font-size: 14px;
	font-weight: 500;
	position: relative;
}

.sidebar .widget h4 .head-line {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 2px;
	background-color: #ddd;
	margin: 0;
}

.widget-categories ul li a {
	padding: 8px 0;
    text-decoration: none;
    display: block;
	border-bottom: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-categories ul li:first-child a {
	padding-top: 0;
}

.widget-categories ul li a:hover {
	padding-left: 8px;
}

.sidebar .widget-popular-posts li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.sidebar .widget-popular-posts li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.sidebar .widget-popular-posts .widget-thumb {
	float: left;
	margin-right: 8px;
	border: 3px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.sidebar .widget-popular-posts .widget-thumb img {
	width: 65px;
	height: 65px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .widget-popular-posts .widget-thumb:hover img {
	opacity: 0.7;
}

.sidebar .widget-popular-posts .widget-content h5 {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 5px;
	font-weight: 300;
}

.sidebar .widget-popular-posts .widget-content span {
	color: #bbb;
	font-size: 12px;
}

.sidebar .tagcloud a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 4px 10px;
    background: #eee;
	margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sidebar .tagcloud a:hover {
    color: #fff;
}

*/

/* filter list */
.sidenav label {
    color: #fff;
}
.sidenav .filter-list > h3 {
    background-color: rgba(204, 204, 204, 0.58);
    border-bottom: none;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 2px 6px;
    color: #fff;
}
.filter-list > h3 {
    background-color: rgba(204, 204, 204, 0.58);
    border-bottom: 1px solid #bbbbbb;
    font-size: 14px;
    margin-bottom: 0;
    padding: 6px 15px;
    font-weight: normal;
}

.filter-list > h3 {
    background-color: rgba(204, 204, 204, 0.58);
    border-bottom: 1px solid #bbbbbb;
    font-size: 14px;
    margin-bottom: 0;
    padding: 6px 15px;
    font-weight: normal;
}
.filter-list .checkbox label {
    padding-left: 8px;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
/*******************************/
/*         Buttons      */
/*******************************/


.btn {
  border: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  outline: none;
}
.btn:hover {
}
.btn:focus,
.btn:active {
  outline: none;
}
.btn-large {
  color: #fff;
  padding: 18px 22px;
  margin: 15px 0px;
  border: 1px solid transparent;
}
.btn-effect {
  overflow: hidden;
}
.btn-effect:before {
  left: auto;
  right: 10px;
  z-index: 2;
}
.btn-effect:before {
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}
.btn-effect:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 230%;
  z-index: 1;
  left: 0;
  top: 0;
  margin: -2px 0px 0px -22px;
  -webkit-transform-origin: 0 0;
  -webkit-transform: rotate(-20deg);
  -moz-transform-origin: 0 0;
  -moz-transform: rotate(-20deg);
  -ms-transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  transform-origin: 0 0;
  transform: rotate(-20deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-effect:hover:after {
  width: 60%;
}
.btn-small {
  padding: 10px 12px;
}
.btn-wite {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-wite:hover {
  background: rgba(255, 239, 250, 0.4);
  border-color: rgba(255, 239, 250, 0.4);
}
.pn {
  margin: 0 15px;
}
.alert-success p {
  color: #468847;
}
.alert-info p {
  color: #3a87ad;
}
.alert-warning p {
  color: #c09853;
}
.alert-danger p {
  color: #a94442;
}
.alert h4 {
  margin-bottom: 10px;
}
.alert strong {
  font-weight: 700;
}
ul.icons-list {
  margin-bottom: 6px;
}
ul.icons-list li i {
  font-size: 14px;
  margin-right: 4px;
  border-right: 1px solid #eee;
}
.classic-title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-weight: 400;
}
.classic-title span {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-weight: 400;
}
.big-title {
  margin-bottom: 5px;
  font-size: 25px;
}
.big-title h1,
.big-title h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
}
.big-title h1 strong,
.big-title h2 strong {
  font-weight: 400;
}
.big-title .title-desc {
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
.big-title h2 + .title-desc,
.big-title h1 + .title-desc {
  margin-top: 4px;
}

.well {
    box-shadow: none;
}

.pagination > li > a, .pagination > li > span {
    margin-top: 5px;
    font-size: 11px;
}

/*******************************/
/*         Footer      */
/*******************************/

footer p {
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover,footer a:active, footer a:hover:focus {
	color: #444444;
}

footer h4 {
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}

.footer-widget h4 {
  color: #eee;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.footer-widget .head-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 0;
}

/*******************************/
/*         Footer / copyright      */
/*******************************/
.footer-widgets li {
	padding: 2px 0px;
}
.footer-padding {
	padding-top: 40px;
	padding-bottom: 30px;
}

.copyright-section {
  padding: 15px 0;
  margin-top: 10px;
	background: #5D002C;
  font-size: 11px;
  color: #fff;
}
.copyright-section p, .copyright-section a{
  font-size: 13px;
  color: #fff;
}
.copyright-section p a {
  color: #6d7780;
}
.copyright-section p a:hover {
  color: #fff;
}
.copyright-section ul.footer-nav {
  float: right;
}
.copyright-section ul.footer-nav li {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
.copyright-section ul.footer-nav li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.copyright-section ul.footer-nav li a:hover {
  color: #fff;
}
.copyright-section ul.footer-nav li:first-child {
  margin-left: 0;
}

/*******************************/
/*         Back to top      */
/*******************************/
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: #444;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/*******************************/
/*         Panel styles      */
/*******************************/
.panel-default {
  box-shadow: none;
}
.panel-default .panel-heading {

}
.panel-default .panel-heading .panel-title {

}
.panel-default .panel-heading .panel-title a {
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -o-box-shadow: none;
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.panel-default .panel-heading a.collapsed {
  color: #444;
}
.panel-title a .control-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.panel-title a.collapsed .control-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.panel-title a i {
  font-size: 1.2em;
  padding-right: 5px;
}
.panel-body {
  padding: 4px 15px 10px 15px;
}

/*******************************/
/*         Accordion styles      */
/*******************************/

.accordion .panel-title a {
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  padding: 12px 15px 11px;
  box-shadow: none;
  position: relative;
  text-transform: uppercase;
}
.accordion .cat-menu-list li {
  border-bottom: 1px dotted #e5e5e5;
  padding: 7px 0;
}
.accordion .cat-menu-list li a {
  color: #666;
}
.accordion .cat-menu-list li a:hover {
  color: #aaa;
}
.accordion .cat-menu-list li:last-child {
  border-bottom: none;
}
.accordion .panel-default {
  box-shadow: none;
  border: none;
}
.accordion .panel-title a .control-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.accordion .panel-title a.collapsed .control-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.accordion .panel-title a i {
  font-size: 1.2em;
  padding-right: 5px;
}
.accordion .panel-body {
  padding: 4px 15px 10px 15px;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.relate-slider {
  text-align: center;
}
.relate-slider .portfolio-details {
  margin-top: 20px;
}
.relate-slider .portfolio-details h4 {
  color: #666;
  font-weight: 400;
}
.widget-search input[type="search"] {
  position: relative;
  margin: 0;
  float: left;
  height: 37px;
  line-height: 37px;
  width: 85%;
  border-right: none;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
}
.widget-search .search-btn {
  display: inline-block;
  width: 38px;
  position: absolute;
  height: 37px;
  border: none;
  color: #fff;
  font-size: 1.2em;
  line-height: 36px;
  text-align: center;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.widget-search .search-btn:hover {
  background-color: #444;
}
.relate-slider .owl-controls .owl-buttons {
  position: absolute;
  top: -18px;
  right: 2px;
}
.relate-slider .owl-controls .owl-buttons div {
  height: 22px;
  width: 22px;
  line-height: 22px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  margin-left: 4px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border: 1px solid #ccc;
}
.relate-slider .owl-controls .owl-buttons div i {
  font-size: 1.2em;
  color: #ccc;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.single-gallery p {
  margin-bottom: 20px;
}
blockquote {
  padding: 20px 0;
  position: relative;
  margin: 30px 0;
  border-left-color: transparent;
}
blockquote i {
  font-size: 32px;
  position: absolute;
  margin-top: 10px;
}
blockquote .quote-text {
  color: #666;
  font-size: 18px;
  line-height: 32px;
  display: block;
  font-style: italic;
  font-weight: 400;
  padding-left: 45px;
}
.thumb-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  top: 0;
  left: 0;
  z-index: 998;
  bottom: -1px;
  right: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.thumb-overlay i {
  position: absolute;
  top: 46%;
  left: 0;
  right: 0;
  cursor: pointer;
  visibility: visible;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 28px;
  line-height: 48px;
  margin: -20px auto;
  opacity: 0;
  z-index: 99;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.thumb-overlay:hover {
  opacity: 1;
  visibility: visible;
}
.thumb-overlay:hover i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -0-transform: scale(1);
  transform: scale(1);
}
.post-tags-list {
  padding-top: 6px;
}
.post-tags-list a {
  display: inline-block;
  color: #666;
  font-size: 12px;
  padding: 2px 8px;
  background: #eee;
  margin-bottom: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.post-tags-list a:hover {
  color: #fff;
}
.comments-title {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
}
#comments .comments-list {
  padding: 0;
  margin: 0 0 35px 0;
}
#comments .comments-list li .comment-box {
  background: #Fefefe;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 22px;
  border: 1px solid #e5e5e5;
}
#comments .comments-list li ul {
  padding-left: 80px;
}
#comments .avatar {
  padding: 5px;
  background: #fff;
  width: 80px;
  float: left;
  border-radius: 50%;
  height: 80px;
  position: relative;
  border: 1px solid #ddd;
}
#comments .avatar img {
  border-radius: 50%;
}
#comments .avatar:before {
  content: " ";
  width: 0px;
  height: 0px;
  transform: rotate(-7deg);
  position: absolute;
  top: 24px;
  right: -19px;
  border-style: solid;
  border-width: 10px;
  border-color: #E5E5E5 transparent transparent #E5E5E5;
}
#comments .comment-content {
  padding-left: 105px;
}
#comments .comment-content .comment-meta {
  margin-bottom: 5px;
}
#comments .comment-content .comment-by {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase;
}
#comments .comment-content .comment-by:hover {
  color: #444;
}
#comments .comment-content .comment-date {
  color: #444;
}
.reply-link {
  padding: 4px 16px 5px;
  background: #fff;
  border: 1px solid #ddd;
  color: #aaa;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  margin: 10px 3px 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.respond-title {
  font-weight: 400;
  padding: 15px 0;
  font-size: 14px;
  border-top: 1px dotted #EEE;
}
.project-content h4 {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.project-content h4 span {
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.project-content p {
  margin-bottom: 30px;
}
.project-content .share {
  margin-top: 20px;
  font-size: 14px;
}
.project-content .share span {
  margin-right: 10px;
}
.project {
  margin-top: 50px;
}
.recent-projects h4.title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.recent-projects h4.title span {
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.projects-carousel {
  width: 1150px !important;
}
.projects-carousel .item {
  margin-right: 15px;
  margin-bottom: 0;
}
.main-desc {
  margin-bottom: 30px;
}
.main-desc p {
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}
.service-icon-left-more {
  text-align: center;
}
.service-icon-left-more .service-icon {
  float: none;
}
.service-icon-left-more .service-content {
  padding: 25px;
}
.service-icon-left-more:hover i {
  color: #ee3733;
}
.recent-projects i.more {
  border-radius: 50% !important;
  font-size: 14px ;
}
.portfolio-border {
  padding: 3px;
  border: 1px solid #f1f1f1;
}
.portfolio-border .portfolio-details {
  background: #f1f1f1;
  padding: 10px;
}
.portfolio-border .portfolio-details h4 {
  color: #444;
  margin-top: 8px;
}
.portfolio-border:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio-border:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -0-transform: scale(1.4);
  transform: scale(1.4);
}
.portfolio-border:hover .more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -0-transform: scale(1);
  transform: scale(1);
}
.service-circle {
  text-align: center;
}
.service-circle .service-icon {
  float: none;
}
.service-circle .service-icon i {
  background: #FBFBFB;
  font-size: 24px;
  width: 64px;
  line-height: 64px;
  height: 64px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.service-circle .service-content {
  text-align: center;
  padding: 18px;
}
.icon-large-effect {
  position: relative;
  display: block;
  z-index: 1;
  font-size: 2.6em;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.icon-mini-effect:after,
.icon-large-effect:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.title1 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 13px;
}
.title1 i {
  font-size: 24px;
  padding-right: 5px;
}
.upper {
  text-transform: uppercase;
}

.form-control,
textarea {
  outline: medium none;
  color: #324545;
  box-shadow: none;
}
.form-control:focus,
textarea:focus {
  box-shadow: none;
}
.contact-form select {
  padding: 9px;
}
.contact-form .orderby {
  position: relative;
}
.contact-form .orderby select {
  width: 100%;
  border: 1px solid #DDD;
  border-radius: 4px;
  outline: none;
  color: #324545;
  margin: 15px 0;
  padding: 10px 12px;
  height: 40px;
}
.contact-form .orderby:before {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  line-height: 40px;
  top: 15px;
  background: #FFF none repeat scroll 0% 0%;
  right: 1px;
  width: 40px;
  max-height: 40px;
  text-align: center;
  pointer-events: none;
  font-size: 16px;
  height: 100%;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.information {
  margin-top: 15px;
}
.contact-datails {
  margin-bottom: 34px;
  min-height: 75px;
  position: relative;
}
.contact-datails .info {
  padding-left: 90px;
}
.contact-datails .info h3 {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.contact-datails .info .datail {
  display: block;
}
.title-banner {
  position: relative;
  padding: 40px;
  color: #fff;
}
.title-banner h2 {
  font-size: 30px;
}
#google-map,
body,
html {
  padding: 0;
  min-height: 400px;
}

.tab-title {
  margin-bottom: 20px;
  font-size: 22px;
}
.nav-tabs > li > a {
  margin-right: 0;
	border: 1px solid #9c9c9c;
  color: #666;
  border-radius: 0;
  font-weight: 500;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
  background: #fff;
}

.nav-tabs > li > a:hover {
	border-color: #797979 #797979 #797979;
}
.account-login-panel-height .panel-body {
    min-height: 300px;
}

.account-login-panel-height {
    background-color: #fffc;
}

.account-login-panel-height .panel-heading {
    background-color: #fff6;
}

.account-login-panel-height .nav-tabs > li.active > a, 
.account-login-panel-height .nav-tabs > li.active > a:focus, 
.account-login-panel-height .nav-tabs > li > a:hover {
    background: transparent;
}
.tab-content .btn-primary {
    margin-top:5px;
}
.tab-content {
border: 1px solid #9c9c9c;
  border-top: none;
  padding: 12px 16px;
  min-height: 200px;
}
.tab-content p {
  margin-bottom: 15px;
}
.tab-content p:last-child {
  margin-bottom: 0;
}
.tabs-2 .nav-tabs > li > a:hover {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tabs-2 .nav-tabs > li.active > a,
.tabs-2 .nav-tabs > li.active > a:focus,
.tabs-2 .nav-tabs > li.active > a:hover {
  color: #fff;
}
.tabs-2 .tab-content {
  border: 1px solid #ccc;
  border-top: none;
  padding: 12px 16px;
}
.vertical {
  border: 1px solid #ccc;
}
.vertical .nav-tabs {
  float: left;
  width: 20%;
  clear: none;
  margin-left: -1px;
  margin-top: -1px;
}
.vertical .nav-tabs li {
  float: none;
}
.vertical .nav-tabs li a {
  border: 1px solid #ccc;
  color: #666;
  margin-right: -1px;
  border-radius: 0;
}
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:focus {
  background: #fff;
  border-color: #ddd transparent #ddd #ddd;
}
.vertical .tab-content {
  clear: none;
  border: none;
  border-top: none;
  margin-left: 227px;
	border-left: 1px solid #9c9c9c;
}
.nav-tabs {
	border-bottom: 1px solid #9c9c9c;
}

.nav-tabs > li.tab-login.active > a,
.nav-tabs > li.tab-login.active > a:hover,
.nav-tabs > li.tab-login.active > a:focus {
	border-top: 1px solid #9c9c9c;
    border-right: 1px solid transparent;
	border-left: 1px solid #9c9c9c;
}

.nav-tabs > li.tab-password.active > a,
.nav-tabs > li.tab-password.active > a:hover,
.nav-tabs > li.tab-password.active > a:focus{
	border-top: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
    border-left: 1px solid transparent;
}

.medium-spacer .small-title {
  margin-bottom: 15px 0;
}
.buttons .btn {
  margin: 5px 0;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.btn-default {
  background-color: #E84C3D;
  color: #fff !important;
  border-color: #CD3C2E;
}
.btn-default:hover {
  background-color: #CD3C2E;
}

.alert-info {
  color: #1a4e68;
  background-color: #c6e8fa;
}
.alert {
  margin: 20px 0px;
  border-radius: 0px;
  position: relative;
  padding-left: 70px;
  overflow: hidden;
  z-index: 1;
  border: none;
}
.alert:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 50px;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.alert strong {
  font-weight: bold;
}
.btn-white {
  background-color: transparent;
  color: #cd3c2e;
  border: 1px solid #e84c3d;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #ffffff;
  background-color: #cd3c2e;
  border-color: #cd3c2e;
}
.btn-light-gray {
  color: #333;
  background-color: #fafafa;
  border-color: #f3f3f3;
}
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active {
  color: #ffffff;
  background-color: #E84C3D;
  border-color: #E84C3D;
}
.btn-gray {
  color: #ffffff;
  background-color: #666;
  border: #666;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
  color: #ffffff;
  background-color: #E84C3D;
  border-color: #E84C3D;
}
.btn-dark {
  color: #f1f1f1;
  background-color: #333;
  border-color: #333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #ffffff;
  background-color: #666;
  border-color: #666;
}
.call-action-boxed {
  padding: 30px 40px;
  margin-top: 60px;
}
.call-action.no-descripton h2.primary {
  margin-top: 25px;
}
.call-action h2.primary {
  font-weight: 400;
  margin-top: 25px;
  font-size: 22px;
  line-height: 28px;
}
.call-action h2.primary strong {
  font-weight: 700;
}
.call-action p {
  font-size: 14px;
  margin-bottom: 0;
}
.call-action h2 + p {
  margin-top: 4px;
}
.call-action .button-side {
  float: right;
}
.call-action-style1 {
  margin-bottom: 60px;
  border: 1px solid #E8E8E8;
  background: #f1f1f1;
}
.call-action-style2 {
  background: #f2f2f2;
}
.call-action-style3 {
  background: #444;
}
.call-action-style3 h2.primary {
  color: #fff;
  margin-top: 25px;
}
.call-action-style3 p {
  color: #bbb;
}
.testimonials {
  background: #F9FAFC;
  padding: 80px 0;
}
.testimonial-item {
  height: 210px;
  margin: 0px 15px;
}
.testimonial-item .img {
  padding: 5px;
  background: #FFF;
  width: 80px;
  float: left;
  border-radius: 50%;
  height: 80px;
  position: relative;
  border: 1px solid #DDD;
}
.testimonial-item .img img {
  border-radius: 50%;
}
.testimonial-item .datils {
  background: #F1F1F1;
  padding: 20px;
  width: 80%;
  float: right;
  border: 1px solid #e5e5e5;
  position: relative;
}
.testimonial-item .datils h5 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}
.testimonial-item .datils:before {
  content: "";
  position: absolute;
  width: 14px;
  left: -32px;
  top: 24px;
  border-width: 16px;
  border-style: solid;
  border-color: transparent #F1F1F1 transparent transparent;
}
.testimonial-item .owl-pagination {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -15px;
}
.testimonial-2 {
  padding: 80px 0;
}
.testimonial-2 .owl-pagination {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -15px;
}
.testimonial-item-2 {
  height: 110px;
  margin: 0px 15px;
}
.testimonial-item-2 .img {
  padding: 5px;
  background: #FFF;
  width: 80px;
  border-radius: 50%;
  float: left;
  height: 80px;
  position: relative;
  border: 1px solid #DDD;
}
.testimonial-item-2 .img img {
  border-radius: 50%;
}
.testimonial-item-2 .datils {
  width: 80%;
  float: right;
  position: relative;
}
.testimonial-item-2 .datils h5 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}
.testimonial-item-2 .owl-pagination {
  bottom: -15px;
}
.pricing-tables {
  padding: 25px 0;
  text-align: center;
}
.pricing-tables .pricing-table {
  border: 1px solid #eee;
  text-align: center;
  position: relative;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.pricing-tables .pricing-table .plan-name {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.pricing-tables .pricing-table .plan-name h3 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.pricing-tables .pricing-table .plan-price {
  padding: 25px 0;
}
.pricing-tables .pricing-table .price-value {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  color: #666;
}
.pricing-tables .pricing-table .price-value span {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.pricing-tables .pricing-table .interval {
  line-height: 14px;
}
.pricing-tables .pricing-table .plan-list {
  padding: 0px 15px;
}
.pricing-tables .pricing-table .plan-list li {
  padding: 8px;
  font-size: 12px;
  border-bottom: 1px dotted #eee;
}
.pricing-tables .pricing-table .plan-list li:first-child {
  border-top: 1px dotted #eee;
}
.pricing-tables .pricing-table:hover {
  z-index: 2;
  top: -3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.pricing-tables .plan-signup {
  padding: 30px 0;
}
.highlight-plan {
  margin: -15px 0;
  margin-right: -1px;
  z-index: 1;
}
.highlight-plan .plan-name {
  padding: 25px 0;
}
.highlight-plan .plan-signup {
  padding: 30px 0;
}

/* quick order */
.btn {
    border-radius: 0px;
}
.quick-order-list .row {
    border: 1px solid #ddd;
    margin: 3px 0;
    padding: 10px;
}
.quick-order-list .form-control {
    width: 100px;
}

#cart-holder.dropdown:hover .dropdown-menu {
    display: block;
}

.row.search-results-headings {
    background-color: #c6c6c6;
    border: medium none;
    font-weight: 600;
}

.previsouly_purchased{
	color: green;
	padding: 0 5px;
	cursor: pointer;
	font-weight: 600;
}
.previsouly_purchased.orange{
	color: #ff6600 !important;
}

.pb-info{
	color: #EC0974;
	padding: 0 2px;
	cursor: pointer;
	font-weight: 600;
}

li.brand-offer{
	text-align:center;
}
li.brand-offer a {
	cursor:pointer;
}
input.special-offer-qty{
	height:34px;
}

h1.special-offer-brand-header{
	margin:5px;
}

ul.special-brand-offers li{
	margin-bottom:10px;
}

/* special offer landing page */

.panel.panel-default.brand-offer {
    border: 0 none;
    margin-bottom: 0;
}

.sectioncontent .brand-offer h3 {
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    color: #fff;
}

.brand-offer .panel-heading {
    color: #fff;
    background-color: #EC0974;
    border-color: #EC0974;
}

.brand-offer h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    margin: 10px 0px;
    min-height:80px;
}


.special-offer-price-height {
    min-height: 25px;
    line-height: 14px;
}
 
.brand-offer .btn {
    margin-top: 10px;
    margin-bottom:10px;
}

.brand-offer .thumbnail {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.offer-was{
	color: red;
}

.brand-offer .thumbnail:hover {
    border-color: #9f9f9f;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
} 

.brand-offer h5 {
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    line-height: 16px;
    padding: 0 10px;
}

.brand-offer .panel-body {
    padding: 5px 0;
}

/* ====================================== */
/* mobile styles */
@media (max-width:767px) {
    .brand-offer h5 {font-size: 12px;}
    .brand-offer h4 {
        font-size: 13px;
        min-height: 80px;
        margin: 10px 0px;
    }
}

/* ====================================== */
/* small size */   
@media (min-width:768px) and (max-width:991px){
    .brand-offer h5 {font-size: 13px;}
}

.countdown figure:last-child, .countdown span:last-of-type{
	display:none;
}
.countdown_desc{
	vertical-align: top;
    font-size: 13px;
}
.tt-days{
	text-align: center !important;
}
.tt-days figcaption{
	padding-right:0px !important;
}

.panel-container{
	position: relative;
    overflow: hidden;
    width: 100%;
}
    
.panel-ad-text{
	top: auto;
    width: auto;
    right: auto;
    bottom: 0px;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.56) none repeat scroll 0 0;
    text-align: center;
    height: auto;
    width: 100%;
    color: #FFF;
    text-shadow: none;
    position: absolute;
}
.panel-ad-text h3{
	color: #fff;
    font-weight: lighter;
    font-size: 25px;
    padding: 10px 0px;
}

/*search*/

.header-margin-top {
    margin-top:40px;
}

#custom-search-input {
    margin:0;
    padding: 0;
}

#custom-search-input .form-control {
    background-color: transparent;
    border: 0px;
}

#custom-search-input .input-group-btn {
    z-index: 100;
}
    
#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    font-size: 16px;
}

#custom-search-input button {
    border: 0;
    margin-top: -5px;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    font-size: 20px;
    position: relative;
    margin-left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#EC0974;
}



.search-query:focus + button {
    z-index: 3;   
}

/* header */

.header-margin {
    margin-top:10px;
}
.header-padding {
    padding-top:20px;
    padding-bottom:20px;
}
.header-order-details p {
    margin: 0px;
}
.header-order-details a {
    color: #EC0974;
}

.header-order-details .btn {
    color: #fff !important;
}
.header-order-details .fa-shopping-basket {
    margin-top: 1px;
    font-size: 33px;
    color: #EC0974;
}
.header-order-details .header-grey-bg {
    background-color: #f5f5f5;
    color: #222;
    padding: 5px;
    height: 45px;
}

.header-order-details .header-grey-bg a {
	color: #222;
}
#content {
    min-height: 450px;
}

.top-bar .navbar-right {
    float: right !important;
    margin-right: 0px;
    margin-top: 2px;
}
.top-bar .dropdown-menu {
    max-width: none;
    margin-top:5px;
    color: #222;
}

.top-bar .dropdown-toggle {
    line-height: 32px;
    padding-bottom: 20px;
}

.top-bar .contact-details {
    margin-top: 4px;
}


/* Homepage Logo Slider */

.logo-slider {
    /*background: #fcfcfc none repeat scroll 0 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;*/
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* blog */

.news-headline .img-responsive {
    max-height: 300px;
}


.blog-image {
    min-height: 300px;
}

.blog-content h1 {
    font-size:25px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3 {
    margin: 20px 0;
}

.blog-content date {
    color: #767676;
}

.blog-content li {
    line-height: 30px;
    list-style-type: disc;
    margin-left: 40px;
    padding-left: 20px;
}

#blog_nav_head {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 3px 0;
    padding: 10px;
    text-transform: uppercase;
}

.blog-content .footer-social-pagelinks li {
    margin-left: 0;
    padding-left: 0;
}

.blog-latest-headlines li {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
}

.blog-latest-headlines .panel-body {
    padding: 8px 3px;
}

.blog-latest-headlines li a {
    color: #555;
}

.blog-latest-headlines li a:hover {
    color: #000;
}

.blog_nav .list-group-item.small,
.blog_nav .list-group-item.small:hover,
.blog_nav .list-group-item.small:focus,
.blog_nav .list-group-item.small:active {
    background-color: #fff;
    color: #000;
}

.blog_nav .list-group-item.small {
    font-size: 13px;
    line-height: 15px;
    color: #555;
}

.blog-latest-headlines h4 {
    padding: 0 10px;
}

.blog-latest-headlines .fa-angle-double-right {
    font-weight: 400;
    margin-left: 4px;
}

.blog_nav .panel.list-group {
    background-color: transparent;
    border: 0px;
}

.blog_nav .list-group-item,
.blog_nav .list-group-item:hover,
.blog_nav .panel-heading,
.blog_nav .panel-heading:hover {
    color: #454545;
    border-color: currentcolor currentcolor #ccc;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #454545;
    padding-left: 0;
    background-color: transparent;
}


.blog_nav li {
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}


.news-headline h3 {
    font-size: 20px;
    min-height: 50px;
}


.news-headline date,
.blogcontent-col date {
    color: #737171;
}

.blog-section ul#leftMenu{
    padding-left: 0px;
    list-style-type: none;
}
.blog_nav {
    padding-top: 30px;
}
.blog-section #leftMenu > li {
    border-bottom: 1px solid #454545;
    font-size: 14px;
    line-height: 18px;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px;
}

.blog-section h1 {
    border-bottom: 1px solid #454545;
    padding-bottom: 20px;
}

.blog-section #leftMenu > li a {
    color: #454545;
}

/* my account */



.account-list .list-group-item span {
    margin-left: 10px;
}

.form-control.input-sm.template-name {
    background-color: #f5f5f5;
}

.account-list .panel.panel-primary {
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius:5px;
    border-color: #dedede;
    margin-top: 10px;
}

.account-list .panel.panel-primary:hover {
    background-color: #eaeaea;
    border-color: #b1b1b1;
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

.account-list .fa {
    font-size: 30px;
    color: #337ab7;
}

.account-list h4 {
    font-weight: 300;
    margin-top: 20px;
    font-size: 16px;
}

.order-details .panel-heading {
    padding: 2px 10px;
}

.sectioncontent .order-details h3 {
    margin: 5px;
    font-size: 16px;
    font-weight: 400;
}


.pagination {
    margin: 10px 0 4px 0px;
}

.special-offer-image {
    min-height: 150px;
}

.special-offer-image img {
    max-height: 150px;
}

.special-offers-list-thumbnail .thumbnail {
    min-height: 230px;
}

.special-offers-list-thumbnail h5 {
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 10px;
    min-height: 40px;
}

.template-row .qty {
    max-width: 80px;
}
#results-list{position:absolute;z-index:99999;}
#results-list ul{background-color:#ffffff;}
#results-list ul li{background-color:#ffffff;line-height:20px;}
#results-list ul li a {color:#EC0974;width:100%;padding:3px;display:block;margin-left: -1px;margin-top: -1px;}
#results-list ul li a.ui-state-focus{
	background-color: #EC0974 !important;
    color: white;
    border: none;
    background-image: none;
    padding:3px;
}

#mobile-results-list{position:absolute;z-index:99999;width:207px !important;margin-top:-1px;}
#mobile-results-list ul{background-color:#ffffff;}
#mobile-results-list ul li{background-color:#ffffff;line-height:20px;}
#mobile-results-list ul li a {color:#EC0974;width:100%;padding:3px;display:block;margin-left: -1px;margin-top: -1px;}
#mobile-results-list ul li a.ui-state-focus{
    background-color: #fff !important;
    border: none;
    background-image: none;
    color: black;
    padding:3px;
}

#mobile-results-list li, #results-list li {
	cursor: pointer;
}

#custom-search-input span.ui-helper-hidden-accessible, #mobile-search-form span.ui-helper-hidden-accessible{
display:none !important;
	}
	
.alertify-dialog {
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: auto;
}




#background-carousel{
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}
#background-carousel .carousel,
#background-carousel .carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
#background-carousel .item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}

/*
inspired from http://codepen.io/Rowno/pen/Afykb 
https://stackoverflow.com/questions/26770055/bootstrap-carousel-fade-no-longer-working-with-maxcdn-3-3-bootstrap-min-css
*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 4s;
	transition-timing-function:linear;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.btn-primary.btn-outline {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:focus {
	border: 1px solid #ccc;
	color: #ccc;
	background-color: transparent;
}



/*.zoom {
  padding: 50px;
  background-color: green;
  transition: transform .2s; /* Animation *
  width: 200px;
  height: 200px;
  margin: 0 auto;
}*/

.product-search-image{
	max-height:75px;
}

#quickorder-results {
	margin-bottom: 100px;
}

.quickform-info{
	min-height:75px;
}
.search-results-headings .quickform-info {
	min-height: 40px;
}

.zoom{
	position:absolute;
}

.zoom:hover {	
  transform: scale(5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transform-origin: left;
  z-index:99999;
}

.zoom .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
    
.card:hover .img-top {
	display: inline;
}

.sectioncontent table td {
    padding: 10px;
}

.sectioncontent ul {
    margin: 20px 0px 0px 20px;
}

.sectioncontent li {
    list-style: disc;
}
