
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #020202;;
  background-color: #203F78;
	background: url(/assets/img/Tilgear-background-line_draw.png) no-repeat center left #203F78 !important;
  background-size: auto auto;
  background-size: 30% !important;
}

.background-white {
    background-color: #fff;
    margin-left: 10px;
    margin-right: 6px;
    min-height: 500px;
}

.breadcrumb-background-white {
    background-color: #fff;
    margin-left: 10px;
    margin-right: 6px;
}

.breadcrumb-background-white, .background-white {
	padding: 0px 20px;
}

.container.container-transparent {
    background-color: transparent;
}

.background-yellow {
    background-color: #FFCC00;
    background: url(/assets/img/Tilgear-background-line_draw.png) no-repeat center right #FFCC00 !important;
    background-size: auto auto;
    background-size: 20% !important;
}

.background-blue {
    background-color: #203F78;
    margin-bottom: -1px;
}

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

.btn-primary:hover {
	color: #fff;
	background-color: #162b52;
	border-color: #162b52;
}


.main-header {
    background-color: #FFCC00;
}

.middle-header {
    position: relative;
    z-index: 3;
}

.nav-row, .navbar-default, .middle-header {
    background-color: #203F78;
}

.header-top-text {
    padding-top: 8px;
    color: #203F78;
    text-align: right;
    text-transform: uppercase;
}

.header-top-text p {
    text-transform: none;
    letter-spacing: 0.8px;

}

.fixed-top {
    position: fixed !important;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    top: 0px;
    width: 100%;
}


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;
}
.no-border {
	border:0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}
h1 {
  font-size: 24px;
  line-height: 30px;
}
h2 {
  font-size: 22px;
  line-height: 28px;
}
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 strong {
  font-weight: 600;
}
.accent-color-bg {
  color: #fff;
}
label {
    font-weight: 400;
}
.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;
}
.page-content p {
  margin-bottom: 15px;
}
.white-text {
  color: #fff;
}
.uppercase {
  text-transform: uppercase;
}
.image-text {
  margin-right: 10px;
}
input[type="submit"] {
  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;
}
input[type="submit"]:hover {
  background: #444;
  color: #fff;
}
input[type="submit"] {
  border: none;
}
.btn.btn-sm.btn-primary.report {
    padding: 5px;
}
.tooltip .tooltip-inner {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

#content.full-sections {
  padding: 0;
}
.section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.section.repeat-bg {
  background-repeat: repeat;
  -webkit-background-size: auto !important;
  -moz-background-size: auto !important;
  -o-background-size: auto !important;
  background-size: auto !important;
}
.bg-parallax {
  background-attachment: fixed;
}

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 34;
  opacity: 0.7;
}


.page-banner {
  padding: 0px 0 2px 0px;
  background: #8d8d8d;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.page-banner h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  padding-left: 10px;
}
.breadcrumbs {
  margin: 3px 0 6px;
  z-index: 1;
  font-size: 13px;
    color: #203F78;
}
.breadcrumbs a {
    color: #203F78;
}
.breadcrumbs .crumbs-spacer {
  color: #ccc;
  margin: 0 4px;
}
.btn-breadcrumb .btn.btn-default {
    border: 0px;
}
.btn-breadcrumb .btn.btn-default, .btn-breadcrumb .btn.btn-default:hover,.btn-breadcrumb .btn.btn-default:active,
.btn-breadcrumb .btn.btn-default:focus {
    border: 0px;
    background-color: transparent;
    box-shadow: none;
}
.btn-breadcrumb .fa.fa-home {
    line-height: 1px;
}

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/

.btn-breadcrumb .btn, .btn-breadcrumb .btn:last-child {
    padding: 2px 10px 6px 15px;
}
.btn-breadcrumb .btn:first-child {
    padding: 2px 10px 6px 1px;
    font-weight: 600;
}

.header-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-padding-mobile {
    padding-top: 10px;
}
.padding-right-0 {
    padding-right: 0px;
}
.padding-left-0 {
    padding-left: 0px;
}

/* top row */
.top-row {
    background-color: #f5f5f5;
    font-size: 11px;
    font-weight: 600;
}

.top-row ul.ul-right {
    margin: 0px;
}
.top-row ul.ul-right li {
    border-right: 1px solid #1c2b46;
    padding: 10px 10px;
}

.top-row ul.ul-right li:last-child {
    margin-right: -1px;
}

.top-row ul.ul-right li span {
    color: #203F78;
}

.top-row ul.ul-right li .dropdown-menu {
    background-color: #203F78;
    margin: 0px;
    border: 0px;
}

.top-row ul.ul-right li .dropdown-menu li {
    padding: 10px;
    margin: 0px;
    border-right: 0px;
	text-align: right;
}

.top-row ul.ul-right li .dropdown-menu > li > a {
    color: #fff;
    padding: 0px;
    font-size: 11px;
    line-height: 12px;
}

.top-row ul.ul-right li .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #FFCC00;
}

.top-row ul.ul-left {
    margin: 0px;
}
.top-row ul.ul-left li {
    padding: 10px 10px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
.top-row ul.ul-left li:first-child {
    padding: 10px 10px 10px 0px;
}
/* end top row */

.sidebar-open .menu-open img {
    display: none !important;
}

/*search*/
#custom-search-input {
    margin:8px 0px 0px !important;
    padding: 0;
}

#custom-search-input .form-control{
    background-color: #f5f5f5;
    border: 0px;
    box-shadow: none;
    font-size: 15px;
	color: #203F78;
}

#custom-search-input input.form-control::-moz-placeholder{
    color: #203F78;
}

#custom-search-input .search-query {
    margin-bottom: 0;
}

#custom-search-input button {
    color: #203F78;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
	height: 35px;
}

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

.header-contact-details {
    color: #203F78;
    font-size: 14px;
    margin-bottom: 10px;
}
.header-icon-links ul {
    font-size: 14px;
    margin-bottom: 0px;
}
.header-icon-links .user, .header-icon-links .user a {
    color: #203F78;
}
.header-icon-links img {
    height: 35px;
}
.header-cart-icon {
    margin-top: 2px;
}
.header-icon-links .user .fa-user,
.header-icon-links .quickquote .fa-share-square  {
    font-size: 23px;
}

.header-icon-links .quickquote, .header-icon-links .quickquote a {
    color: #203F78;
}

.pink-bg {
    background-color: #203F78;
}
.header-icon-links span {
    margin: 5px 0px 0px 4px;
    float: right;
}

.header-grey-bg {
    background-color: #f5f5f5;
    color: #203F78;
    padding: 5px;
    height: 48px;
}

.header-quote-request {
margin-top: 8px;
float: right;
font-weight: 300;
}

.header-logo {
    max-height: 85px;
}
.logo-after-login {
    margin-top: -10px;
}
.header-logo-mobile {
    max-height: 50px;
    margin-bottom: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-account h4 {
    color: #FFCC00;
    font-weight: bold;
    line-height: 15px;
    margin-top: 9px;
}

.nav-account p {
    color: #9c9c9c;
    font-size: 12px;
	margin-bottom: 0px;
}

.nav-account a {
    color:  #fff;
}

.nav-account a:hover {
    color:  #FFCC00;
}
.nav-cart a, .nav-cart {
    color:  #fff;
}

.top-cart-product-desc {
	line-height: 18px;
}

.cart_block, .cart_block a, .top-cart-product-info a, .top-cart-product-info {
	color: #020202;
	font-size: 12px;
}

.cart_block .btn, .cart_block .btn a {
	color: #fff;
}

.nav-cart .dropdown-toggle {
    font-weight: bold;
    margin-top: 16px;
    float: left;
    margin-top: 3px;
    line-height: 46px;
}

.nav-cart .dropdown-menu {
    background-color: white;
	min-width: 350px;
	color: #333;
	margin-top: 0px;
	-webkit-box-shadow:  0px 0px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, .15);
	border-top-color: rgba(0, 0, 0, 0.15);
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #fff;
}

.nav-row .fa-shopping-basket, .nav-row .fa-user, .nav-cart-mobile .fa-shopping-basket {
    font-size: 30px;
    margin-top: 10px;
}

.nav-cart .icon-trash {
	font-size: 10px;
	margin-left: 10px;
}

.nav-cart .table {
	margin-bottom: 10px;
	margin-top: -5px;
}

.nav-cart .table tbody {
	/*background-color: #f5f5f5;
	border-bottom: 1px solid #eee;*/
}


/* small size */
@media (min-width:768px) and (max-width:991px){
    .nav-cart .dropdown-toggle {font-size: 12px;}
    .nav-account h4 {font-size: 12px;}
    .navbar-default .navbar-nav > li > a { font-size: 14px;}
    .header-top-text {font-size: 20px;line-height: 25px;}
    .header-top-text p {font-size: 13px;}
}
/* mid size */
@media (min-width:992px) {
    .nav-cart .dropdown-toggle {font-size: 14px;}
    .nav-account h4 {font-size: 14px;}
    .navbar-default .navbar-nav > li > a { font-size: 18px;}
    .header-top-text {font-size: 25px;line-height: 35px;}
    .header-top-text p {font-size: 16px;}
}
/* large size */
@media(min-width:1200px){
    .nav-cart .dropdown-toggle {font-size: 14px;}
    .nav-account h4 {font-size: 14px;}
    .navbar-default .navbar-nav > li > a { font-size: 18px;}
    .header-top-text {font-size: 25px;line-height: 35px;}
    .header-top-text p {font-size: 18px;}
}


.products-dropdown {
    background-color:#203F78;
}

.products-dropdown .dropdown-menu {
    background-color: #203F78;
    border-top-color: rgb(32, 63, 120);
    border-color: #203F78;
    margin-left: 8px;

	border-left: 1px solid #203F78;
	border-top: 1px solid #203F78;
	border-right: 0px;
	border-bottom: 0px;
}
.products-dropdown .dropdown-menu {
    padding: 0px;
	border: 0px;
}

.products-dropdown .caret{
    float:right;
    margin-top: 8px;
}

.products-dropdown img {
    margin-right: 10px;
    margin-top: -4px;
}

.products-dropdown .dropdown-nav-title a{
    font-weight: 600 !important;
}

.products-dropdown .dropdown-menu>li {
    position:relative;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor:pointer;
    padding: 8px 0px;
}
.products-dropdown .dropdown-menu>li:last-child {
    border-bottom: 0px;
}
.products-dropdown .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
}
.products-dropdown .dropdown-menu > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px;
}
.products-dropdown .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    box-shadow:none;
    margin: 0px;
    padding: 0px;
}
.products-dropdown .dropdown-menu .sub-menu>li {
    border: 0px;
}
.products-dropdown .dropdown-menu .sub-menu>li a {

}
.products-dropdown .right-caret:after
{	content:"\f105";
    font-family: FontAwesome;
    position:absolute;
    top:12px;
    right:12px;
    color: #fff;
    font-weight: 300;
}
.products-dropdown .left-caret:after
{	content:"\f104";
    font-family: FontAwesome;
    position:absolute;
    top:12;
    right:12px;
    color: #c6c6c6;
    font-weight: 300;
}
.products-dropdown.main-nav-options {
    background-color:transparent;
    min-width :none;
    margin-right: 0px;
}

.cat-art, .cat-art .dropdown-menu {
	background: #520577;
}
.cat-clearance-items,  .cat-clearance-items .dropdown-menu {
	background: #242424;
}
.cat-consumables, .cat-consumables .dropdown-menu {
	background: #28419E;
}
.cat-cutting-tools, .cat-cutting-tools .dropdown-menu {
	background: #157BBD;
}
.cat-fixings-and-ironmongery, .cat-fixings-and-ironmongery .dropdown-menu {
	background: #949599;
}
.cat-food-technology, .cat-food-technology .dropdown-menu {
	background: #9D2D68;
}
.cat-graphics, .cat-graphics .dropdown-menu {
	background: #847520;
}
.cat-hand-tools, .cat-hand-tools .dropdown-menu {
	background: #F38331;
}
.cat-kits-and-components, .cat-kits-and-components .dropdown-menu {
	background: #7377B7;
}
.cat-machines-and-power-tools, .cat-machines-and-power-tools .dropdown-menu {
	background: #13B5B8;
}
.cat-materials, .cat-materials .dropdown-menu {
	background: #8F1A2D;
}
.cat-monday-deals, .cat-monday-deals .dropdown-menu {
    background: #dab830;
}
.cat-special-offers, .cat-special-offers .dropdown-menu {
	background: #242424;
}
.cat-storage-and-furniture, .cat-storage-and-furniture .dropdown-menu {
	background: #EA3A3C;
}
.cat-vocational-studies, .cat-vocational-studies .dropdown-menu {
	background: #8E654F;
}
.cat-workholding, .cat-workholding .dropdown-menu {
	background: #A7CD46;
}
.cat-workplace-equipment, .cat-workplace-equipment .dropdown-menu {
	background: #1FAB54;
}

/* mobile styles */
@media (max-width:767px) {
    .top-row ul.ul-right li:last-child {border-right: 0px solid #F485C7;}
}
/* small size */
@media (min-width:768px) and (max-width:991px){
    .header-icon-links ul {margin-top: 20px;}
}
/* mid size */
@media (min-width:992px) {
    .products-dropdown.product-dropdown-width .dropdown-menu, .products-dropdown.product-dropdown-width .dropdown-menu .sub-menu {min-width: 220px;}
    .header-contact-details {margin-top: 10px;}
    .header-icon-links ul {margin-top: 15px;}
}
/* large size */
@media(min-width:1200px){
    .products-dropdown.product-dropdown-width .dropdown-menu, .products-dropdown.product-dropdown-width .dropdown-menu .sub-menu {min-width: 280px;}
    .header-contact-details {margin-top: 15px;}
    .header-icon-links ul {margin-top: 15px;}
}

/* homepage panel icons */
.homepage-panel-icons-background {
    background-color: #CFEBF7;
    padding: 30px 0px;
}
.homepage-panel-icons-background p {
    margin-top:15px;
}
.homepage-panel-icons-background:hover {
    background-color: #0D9DDA;
}
.homepage-panel-icons-background:hover, .homepage-panel-icons-background a:hover {
    color: #fff;
}

.homepage-featured-products{
    padding: 50px 0px;
}
.light-grey-background {
    background-color: #F0ECEB;
}
.homepage-featured-products .featured-products-description {
    color: #9A9A9A;
}
.homepage-featured-products h5 {
    color: #0D9DDA;
    font-weight: 300;
}

/* homepage latest posts */
.headline-date {
    background-color: #ccc;
    padding: 10px 5px;
	font-size: 12px;
}

.headline-date p {
   margin: 0px;
}

.homepage-news-headlines h4 {
    color: #203F78;
    margin-bottom: 5px;
}

.homepage-news-headlines {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.homepage-intro-padding {
    padding: 20px;
}

.homepage-intro-padding ul {
    list-style-type: disc;
    margin-left: 40px;
    margin-top: 20px;
}

.homepage-intro-padding ol {
    list-style-type: decimal;
    margin-top: 20px;
}

.module h3.modtitle > span {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    line-height: 40px;
    padding: 0 18px;
	background-color: #203F78;
}

.module h3.modtitle {
    position: relative;
    border-bottom: 3px solid;
    border-bottom-color: currentcolor;
	border-color: #203F78;
    font-size: 100%;
    padding: 0;
    margin: 20px 0px -1px 0px;
    margin-bottom: -1px;
    height: 40px;
}

.module h3.modtitle > span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    width: 0;
    height: 0;
	border-bottom: 40px solid #203F78;
    right: -20px;
    border-right: 20px solid transparent;
}

.module h3.modtitle::before {
    content: "";
    border: 1px solid #eee;
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 3px;
}

.homepage-icons h3 {
    text-transform: uppercase;
    color: #203F78;
    font-weight: 600;
}

/*top cart links*/

.top-cart-links {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 20px 0;
}
.top-cart-links a {
    color: #666;
    background-color: #fff;
}

.top-cart-links .contact-details a, .top-cart-links .contact-details {
    color: #002f67;
    font-weight: 600;
}
.top-cart-links a:hover, .top-cart-links a:focus, .top-cart-links a:active,  {
    color: #000;
}
.top-cart-links ul {
    margin-right: -5px;
}
.top-cart-links li {
    border-right: 1px solid #666;
    line-height: 14px;
    padding-left: 10px;
    padding-right: 10px;
    height: 15px;
}

.top-cart-links .contact-details li {
    border-right: 0px solid #666;
}
.cart-items {
    background-color: #e70e8a;
    border-radius: 15px;
    color: #fff;
    padding: 0px 6px;
    font-weight: 600;
}
.care-connect-logo {
    margin-top:5px;
}
.care-connect-logo-mobile {
    margin-left: 0;
    margin-top: -20px;
}



.tp-caption .small-title {
  color: #003770;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
}
.tp-caption .small-title span {
  font-size: 32px;
  font-weight: 700;
}
.tp-caption .big-title {
  font-size: 53px;
  color: #003770;
  line-height: 60px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
}
.tp-caption .btn-large {
  color: #fff;
  font-size: 22px;
  padding: 10px 30px !important;
  z-index: 11;
}
.tp-caption .btn-large:hover {
  color: #fff;
}
.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;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* carousel */

#myCarousel {
    /*  margin-top: -1px;*/
}
#myCarousel  .carousel-caption {
    text-shadow:none;
    background-color: transparent;
}
#myCarousel  .carousel-caption h4 {
    color:#203F78;
    font-weight: 300;
    margin-top:0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#myCarousel img {
    width: 100%;
}
#myCarousel  .carousel-caption h3 {
    color:#203F78;
    font-weight: 300;
    margin-top:0;
    margin-bottom: 10px;
}
#myCarousel  .carousel-caption p {
    font-weight: 300;
    color:#203F78;
    font-size:16px;
}

.carousel-caption {
    max-width: 400px;
    padding: 0 20px;
    text-align:left;
}

.carousel-indicators li {
    height: 12px;
    width: 12px;
    margin: 0px;
}

.carousel-indicators .active {
    background-color: #333;
}

.carousel .fa {
    vertical-align: 0;
    padding-left: 5px;
    line-height: 2px;
}

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

.carousel .fa.fa-angle-right.fa-lg, .carousel .fa.fa-angle-left.fa-lg {
    color: #fff;
    font-size: 40px;
    text-shadow: none;
}

.carousel-control {
    background-color: #000;
    bottom: auto;
    color: #fff;
    height: 50px;
    padding-top: 20px;
    top: 44%;
    width: 40px;
}
.carousel-control.left, .carousel-control.right {
    background-image:none !important;
    background-color: transparent;
}
.carousel-control.right,
.carousel-control .glyphicon-chevron-right {
    left:auto;
}
.carousel-control.left {
    right:auto;
}

.carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
}

.carousel-caption {
    max-width: 550px;
    padding: 0 20px;
    text-align:left;
}
.carousel-caption h4 {
    color: #fff;
}


.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;
  }
}

.heading {
  padding-bottom: 60px;
}
.heading .big-title {
  font-size: 30px;
  font-weight: 700;
  padding-left: 15px;
  float: left;
  padding: 12px 15px;
}
.heading .filter-right {
  float: right;
}
.controls li {
  float: left;
  border-radius: 4px;
  cursor: pointer;
  margin: 0px 5px;
  text-transform: uppercase;
  padding: 10px 15px;
  -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;
}
.controls li:hover,
.controls li.active {
  color: #fff;
}

/* *************************
PRODUCT PANEL - homepage
**************************** */

#productpanel {
    margin-bottom: 10px;
    margin-top:5px;
}

.productpanel-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.productpanel-img {
  overflow: hidden;
  display: block;
  position: relative;
}
.productpanel-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;
}
.productpanel-img .overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  top: 0;
  left: 0;
  z-index: 999;
  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);*/
}
.productpanel-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;
}
.productpanel-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);*/
}
.productpanel-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.productpanel-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);*/
}
.productpanel-item-content {
  padding: 20px 0px !important;
  position: relative;
  -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;
  border-bottom: 2px solid #002f67;
}
.productpanel-item:hover .productpanel-item-content {
  /*background: #00376E;*/
}
.productpanel-item:hover .productpanel-item-content .icon i {
  color: #8d8d8d;
}
.productpanel-item-content .header {
    color: #002f67;
    font-size: 25px;
    font-weight: 300;
}
.productpanel-item-content .body {
  line-height: 22px;
  font-style: italic;
}
.portfolio-item-content .icon {
  position: absolute;
  top: 22px;
  right: 20px;
}
.productpanel-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;
}
.productpanel-item:hover .productpanel-item-content .header,
.productpanel-item:hover .productpanel-item-content .body {
  /*color: #fff;*/
}
.productpanel-item:hover .productpanel-item-content .icon i {
  background: #fff;
}

.productpanel-item.cleaningjanitorial:hover .productpanel-item-content {background: #002f67;}
.productpanel-item.cleaningjanitorial .productpanel-img .more {background: #002f67;}

.productpanel-item.kitchencatering:hover .productpanel-item-content {background: #4a5c0a;}
.productpanel-item.kitchencatering .productpanel-img .more {background: #4a5c0a;}

.productpanel-item.glovesaprons:hover .productpanel-item-content {background: #ea8722;}
.productpanel-item.glovesaprons .productpanel-img .more {background: #ea8722;}

.productpanel-item.nursing:hover .productpanel-item-content {background: #21bce8;}
.productpanel-item.nursing .productpanel-img .more {background: #21bce8;}

.productpanel-item.fallprevention:hover .productpanel-item-content {background: #ee1b3b;}
.productpanel-item.fallprevention .productpanel-img .more {background: #ee1b3b;}

.productpanel-item.carebeds:hover .productpanel-item-content {background: #128c75;}
.productpanel-item.carebeds .productpanel-img .more {background: #128c75;}

/*.productpanel-item.homepage-division-1:hover .productpanel-item-content {background: #e70e8a;}*/
.productpanel-item.homepage-division-1 .productpanel-img .more {background: #e70e8a;}

/*.productpanel-item.homepage-division-2:hover .productpanel-item-content {background: #139cd8;}*/
.productpanel-item.homepage-division-2 .productpanel-img .more {background: #139cd8;}

.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;
}

.news-panel-description {
    min-height: 90px;
    margin-top: 20px;
}


.features .features-item {
  padding: 60px 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);
}

.clear {
  clear: both;
}
.description {
  padding-bottom: 0px;
}
.margin-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-top {
  margin-top: 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));
}
.custom-carousel .item {
  padding-right: 20px;
}
.custom-carousel.show-one-slide .item {
  padding-right: 0;
}
.latest-posts-classic .post-row {
  margin-bottom: 20px;
}
.latest-posts-classic .left-meta-post {
  float: left;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}
.latest-posts-classic .left-meta-post .post-date {
  padding: 8px 0;
  width: 42px;
  background-color: #444;
  color: #fff;
}
.latest-posts-classic .left-meta-post .post-date .day {
  font-size: 20px;
  font-weight: 700;
  display: block;
  letter-spacing: 1px;
}
.latest-posts-classic .left-meta-post .post-date .month {
  display: block;
  text-transform: uppercase;
  line-height: 14px;
  font-size: 11px;
  letter-spacing: 1px;
}
.latest-posts-classic .left-meta-post .post-type i {
  display: block;
  height: 40px;
  line-height: 39px;
  width: 42px;
  color: #fff;
  font-size: 1.4em;
}
.latest-posts-classic .post-title {
  margin-bottom: 5px;
}
.latest-posts-classic .post-title a {
  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;
}
.latest-posts-classic .read-more {
  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;
}
.latest-posts-classic .read-more:hover {
  color: #444;
}
.dropcap {
  display: block;
  float: left;
  font-size: 40px;
  line-height: 34px;
  color: #444;
  margin: 6px 8px 0 0;
}
.dropcap.border-dropcap {
  border: 2px solid #444;
  width: 46px;
  height: 46px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
}
.dropcap.bg-dropcap {
  background-color: #444;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
}
.dropcap.circle-dropcap {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.milestone-block {
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 50px;
}
.milestone-block:last-child {
  margin-right: 0;
}
.milestone-block .milestone-icon {
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-right: 9px;
  margin-bottom: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  position: relative;
}
.milestone-block .milestone-icon:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 21px;
  right: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.milestone-block .milestone-icon i {
  font-size: 2em;
  color: #fff;
}
.milestone-block .milestone-right {
  float: left;
  text-align: left;
}
.milestone-block .milestone-number {
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
}
.milestone-block .milestone-text {
  font-size: 18px;
  color: #444;
}
.btn {
  cursor: pointer;
  outline: none;
}
.btn:focus,
.btn:active {
  outline: none;
}
.btn-large {
  color: #fff;
  padding: 18px 22px;
  margin: 15px 0px;
  border: 1px solid transparent;
}
.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,
ul.list-unstyled li {
  margin-bottom: 4px;
}
ul.icons-list li i {
  font-size: 14px;
  margin-right: 4px;
}
.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: 20px;
  font-size: 30px;
}
.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;
}
footer {
  padding-top: 20px;
  color: #333;
}
footer p {
  color: #333;
}
footer a {
  color:#333;
}
footer a:hover, footer a:active, footer a:focus{
    color: #000;
}

.footer-widget {
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-widget h4 {
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}

/* Footer - social icons */

.footer-newsletter .fa-envelope {
    font-size: 30px;
    background-color: #203F78;
    border-radius: 100px;
    color: #fff;
    padding: 8px;
    height: 40px;
    width: 40px;
    margin-top: -2px;
}

.footer-newsletter label {
	margin-left: 0px;
	margin-top: 3px;
	color: #333;
}

.newsletter-text {
	float: right;
	margin-left: 5px;
}


.footer-social-links, .footer-social-links a {
    font-size: 30px;
    color: #203F78;
}

.footer-social-links .facebook-link:hover{
    color: #2B3990;
}
.footer-social-links .twitter-link:hover{
    color: #27AAE1;
}
.footer-social-links .googleplus-link:hover:hover {
    background-color: #C83D26;
}
.footer-social-links .pinterest-link:hover:hover {
   color: #BE1E2D;
}
.footer-social-links .youtube-link:hover:hover {
   color: #ED1C24;
}
.footer-social-links .linkedin-link:hover {
    color: #0274B3;
}
.footer-social-links .instagram-link:hover {
    color: #555BCD;
}


.copyright-section {
  font-size: 13px;
  padding:20px 0px;
}

.copyright-section p,
.copyright-section p a,
.copyright-section p a:hover {
}

.copyright-section ul.footer-nav li {
    border-right: 1px solid rgba(108, 118, 128, 0.22);
    display: inline-block;
    float: left;
    line-height: 15px;
    padding: 0 10px;
}
.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 {

}
.copyright-section ul.footer-nav li:first-child {
  margin-left: 0;
}

.back-to-top {
  display: none;
    position: fixed;
    bottom: 5px;
    right: 280px;
    color: #203F78;
    background-color: #cccccc;
    padding: 5px 10px;
    border-radius: 2px;
}
.back-to-top:hover {
    color: #f5f5f5;
}

.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;
}
.error-page {
  text-align: center;
  padding: 40px 0;
}
.error-page p {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  margin-bottom: 25px;
}
.error-page h1 {
  font-size: 300px;
  margin: 130px 0px;
}
.error-page .btn {
  margin-top: 80px;
}
/*
 * Nivo Lightbox v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.8);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(../img/lightbox/loading.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
  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;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(../img/lightbox/prev.png);
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(../img/lightbox/next.png);
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(../img/lightbox/close.png) no-repeat 5px 5px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(../img/lightbox/loading@2x.gif);
    background-size: 32px 32px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../img/lightbox/prev@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../img/lightbox/next@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(../img/lightbox/close@2x.png);
    background-size: 16px 16px;
  }
}
/* home parallax */

.parallax {
    background: rgba(0, 0, 0, 0) url("../img/parallax/bg-02.jpg") no-repeat fixed center center / cover ;
    padding: 0;
}

.parallax h3 {
    font-weight: 300;
}

.parallax p {
    font-size: 20px;
    line-height: 30px;
}

.parallax .overlay {
    /*background: rgba(16, 16, 16, 0.39) none repeat scroll 0 0;*/
    min-height: 330px;
    padding-top: 25px;
}

.parallax .panel {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 5px;
    margin-top: 7px;
    min-height: 270px;
    border: none;
}

.parallax .home-map {
    max-height: 150px;
}

.parallax .panel-heading {
    padding: 0px;
}

.parallax .panel-heading {
    padding: 0px;
    background-color: transparent;
    border: 0px;
    color: #fff;
}

.parallax .panel-body {
    padding: 20px;
}

.parallax .panel-body > h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    min-height: 35px;
    color: #222;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #444;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
#progressBar {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}

.iframe {
  border: none;
}
.services-2 {
  position: relative;
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.services-2-icon {
  display: inline-block;
  width: 100%;
  display: table;
}
.services-2-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px auto;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  float: left;
  text-align: center;
  font-size: 26px;
  background: #E93735;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.services-2:hover .services-2-icon i {
  display: block;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.services-2-text {
  margin-left: 75px;
  overflow: hidden;
}
.services-2-icon h4 {
  color: #404449;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0px 0px 0px;
  text-align: left;
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
  width: 100%;
}
.services-2 p {
  color: #ACB2B8;
  margin: 0px 0px 0px 0px;
  text-align: left;
}
.services-3 {
  position: relative;
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.services-3-icon {
  display: inline-block;
  width: 100%;
  display: table;
}
.services-3-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px auto;
  position: relative;
  display: inline-block;
  margin-left: 15px;
  border-radius: 50%;
  float: left;
  text-align: center;
  font-size: 26px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.services-3:hover .services-3-icon i {
  display: block;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.services-3-text {
  margin-right: 75px;
  overflow: hidden;
}
.services-3-icon h4 {
  color: #404449;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
  text-align: right;
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
  width: 100%;
}
.services-3 p {
  color: #ACB2B8;
  margin: 0px 0px 0px 0px;
  text-align: right;
}
.purchase {
  background: url(../img/parallax/bg-02.jpg) no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
}
.navbar-collapse {
  max-height: none;
}
img.m-left {
  float: left;
  width: 144px;
  height: 144px;
  margin: 0px 25px 40px 0px;
}
.panel-default {
  box-shadow: none;
}
.panel-default .panel-heading {
}

.panel-default .panel-heading .panel-title a {
  position: relative;
  display: block;
  padding: 6px 12px;
  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 {

}
.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;
}
.skill p {
  margin-bottom: 10px;
  font-weight: 600;
}

.social-link a {
  display: inline-block;
  margin-right: 5px;
}
.social-link a i {
  text-align: center;
  color: #aaa;
  font-size: 18px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  height: 38px;
  line-height: 36px;
  width: 38px;
  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;
}
.social-link .twitter:hover i {
  color: #00BAFF;
}
.social-link .facebook:hover i {
  color: #5192CC;
}
.social-link .google:hover i {
  color: #ED523D;
}
.social-link .linkedin:hover i {
  color: #1985BC;
}
.social-link .youtube:hover i {
  color: #D42424;
}
.post-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.blog_nav li {
    margin-top: 10px;
}

.blog-post {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.blog-post .post-content {
  float: none;
  width: 100%;
  clear: both;
  padding: 25px 0;
}
.blog-post .post-content .meta {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 17px;
  padding-bottom: 11px;
  border-bottom: 1px dotted #eee;
}
.blog-post .post-content .meta .meta-part {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 25px;
}
.blog-post .post-content .meta .meta-part a {
  color: #999;
}
.blog-post .share {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.blog-post .share span {
  margin-right: 10px;
  font-size: 16px;
}
.quote-post .feature-inner {
  padding: 30px;
  border-radius: 4px;
  border-left: 3px solid #333 !important;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.quote-post .feature-inner {
  background: #009DDA none repeat scroll 0 0;
}

.quote-post .feature-inner p {
  color: #fff;
  font-size: 26px;
  line-height: 38px;
}
.quote-post .feature-inner .name {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  font-style: italic;
}
.quote-post .feature-inner:hover {
  background: #444;
}
.blog-post .post-format {
  position: absolute;
  left: 50%;
  z-index: 999;
}
.blog-post .post-format span a {
  background: #fff;
  border-radius: 4px;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}
.blog-post .post-format span a i {
  display: block;
  line-height: 40px;
  font-size: 18px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog-post .post-type i {
  font-size: 1.2em;
  color: #fff;
}
#pagination span,
#pagination a {
  display: inline-block;
  text-align: center;
  height: 34px;
  width: 34px;
  color: #666;
  line-height: 33px;
  border: 1px solid #eee;
  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;
}
#pagination span.current {
  color: #fff;
}
#pagination a:hover {
  border-color: #ddd;
}
#pagination .all-pages,
#pagination .next-page {
  width: auto;
  padding: 0 14px;
}
.widget-title {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
  word-spacing: 1px;
}
.left-sidebar {
}
.right-sidebar {

}
#sidebar {
  margin-bottom: 30px;
}
#sidebar .widget {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 0;
}
#sidebar .widget:last-child {
  border-bottom: none;
}


#sidebar .cat-list li {
  border-bottom: 1px dotted #eee;
  padding: 7px 0;
}
#sidebar .cat-list li a {
  text-decoration: none;
  margin-right: 10px;
  color: #666;
  display: inline-block;
  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 .cat-list li a:hover {
  color: #aaa;
}
#sidebar .cat-list li .num-posts {
  color: #aaa;
  float: right;
  font-size: 12px;
}
#sidebar .cat-list li:last-child {
  border: none;
}
#sidebar .posts-list li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #eee;
}
#sidebar .posts-list li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
#sidebar .posts-list .widget-thumb {
  float: left;
}
#sidebar .posts-list .widget-thumb img {
  opacity: 1;
  max-width: 90px;
  margin: 5px 15px 0 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;
}
#sidebar .posts-list .widget-thumb:hover img {
  opacity: 0.7;
}
#sidebar .posts-list .widget-content a {
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
}
#sidebar .posts-list .widget-content span {
  color: #999;
  font-size: 12px;
  display: block;
  margin: 3px 0;
}
.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: 0px;
}
.accordion .panel-body {
  padding: 4px 15px 10px 15px;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.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;
}
.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;
}


.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 {
  font-size: 13px;
  outline: medium none;
  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: 0px;
}
.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 {
  padding: 0;
  height: 400px;
}

.tab-title {
  margin-bottom: 20px;
  font-size: 22px;
}
.nav-tabs > li > a {
  margin-right: 0;
  border: 1px solid #e5e5e5;
  color: #666;
  margin-right: -1px;
  border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
  background: #fff;
}
.tab-content {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 12px 16px;
}
.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 #e5e5e5;
  border-top: none;
  padding: 12px 16px;
}
.vertical .well {
	background-color: #fff;
	padding: 10px 2px;
}
.vertical .price {
	font-size: 18px;
	font-weight: 600;
	color: #203F78;
	margin-top: 10px;
}
.vertical .price small {
	font-size: 13px;
}
.vertical .discount {
	font-size: 12px;
	line-height: 14px;
	color: #939393;
}
.vertical .nav-tabs {
  float: left;
  width: 20%;
  clear: none;
  margin-left: -1px;
  margin-top: -1px;
}
.vertical h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
.vertical .nav-tabs li {
  float: none;
}
.vertical .nav-tabs li a {
  border: 1px solid #e5e5e5;
  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 #e5e5e5;
}

.special-offers-carousel-control {
	color: #9b9b9b;
}
.products-carousel-controls {
	top: 5px;
	position: absolute;
	right: 10px;
	color: #ccc;
}

.medium-spacer .small-title {
  margin-bottom: 15px 0;
}
.buttons .btn {
  margin: 5px 0;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}



.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;
}
.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: 20px;
  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;
}


/* filter list */
.sidenav label {
    color: #fff;
}

.filters h3 {
    font-size: 14px;
    font-weight: 400;
    color: #203F78;
    background-color: #f5f5f5;
    padding: 5px;
}

.filters .form-check {
    margin-left: 10px;
}

.filters .form-check label {
    margin-bottom: 1px;
}


.filter-list .checkbox label {
    padding-left: 8px;
}
.filter-name, .filter-amount {
    font-size: 13px;
}
.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;
}


.main-landing-page .carousel-indicators .active{ background: #33629A; }

.main-landing-page.content{ margin-top:20px; }

.main-landing-page .adjust1{ float:left; width:100%; margin-bottom:0;padding:20px; }

.main-landing-page .adjust2 {
    font-size: 28px;
    font-weight: normal !important;
    margin: 0;
}

.main-landing-page p {font-size:16px;}

.main-landing-page .carousel-indicators li{ border :1px solid #ccc; }

.main-landing-page .carousel-indicators {
    bottom: 0;
    text-align: right;
    width: 75%;
}

.main-landing-page .caption {
    padding-top: 0px
}

.media-object{ margin:auto; }

@media screen and (max-width: 768px) { .media-object{ margin-top:0; } }

.alertify-dialog{
	z-index:99999999 !important;
}



/* ====================================== */
/* 5 column layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (max-width:767px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {

    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

img.watermark {
    border: 0 none !important;
    display: block;
    left: 0px;
    position: absolute;
    top: 10px;
}

#order_reference_lbl, #special_requirements_lbl{
	width: 100%;
}


/* careconnect login page */

.careconnect-content > h4 {
    color: #e70e8a;
    font-style: italic;
    margin: 20px 0;
}
.careconnect-content > h3 {
    color: #e70e8a;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 20px;
    text-align: center;
}
.careconnect-content li {
    list-style-type: disc;
    margin-left: 30px;
    padding: 4px 0px;
}
.careconnect-content > p {
    line-height: 22px;
}
.careconnect-content > ul {
    margin-top: 15px;
}

.correct, .incorrect {
    font-style: italic;
}

.correct {color: green;}
.incorrect {color: #e32d31;}

/* Training */


.training-links h4 {
    font-size: 14px;
}

.training-links .col-sm-4.hidden-xs > a,
.training-links .col-sm-3.hidden-xs > a {
    font-weight: 600;
    float:left;
}


training-links .row {
    margin-bottom: 20px;
}
.training-links .list-group-item {
    font-weight: 600;
}
.training-links .well {
    padding: 20px 20px 0;
}

.training-links .well h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.training-links .panel-body {
    padding: 0px 0px;
}

.training-links .pdfs .panel-body {
    padding: 20px 0px;
}


.training-links .panel-footer {
    font-weight: 600;
}

.training-links h4 {
    font-size: 14px;
}

/* questionnaire */

.questionnaire h4 {
    font-size: 16px;
    margin: 0;
}


.questionnaire .control-label {
    font-weight: 600;
    margin-top: 10px;
}

/* homepage banner - thumbnail carousel */
.carousel-indicators.thumbnails-indicators {
    position: absolute;
    width: 100%;
    margin: 0px;
    width: 100%;
}

.carousel-indicators.thumbnails-indicators li {
    width: 15px;
    height: 15px;
    margin: 5px 0px;
    text-indent: -999px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #A6AEB0;
    display: inherit;
    border: 0px;
}
.carousel-indicators.thumbnails-indicators .active {
    margin: 5px 0px;
    background-color: #ff0000;
    width: 15px;
    height: 15px;
}

ul.thumbnails-carousel {
    padding: 5px 0 0 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    position: absolute;
}
ul.thumbnails-carousel .center {
    display: inline-block;
}
ul.thumbnails-carousel li {
    margin-right: 5px;
    float: left;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.4;
}
ul.thumbnails-carousel li:hover {
    border: 2px solid #0D9DDA;
}
.controls-background-reset {
    background: none !important;
}

.active-thumbnail {
    opacity: 1.0 !important;
}
.thumbnails-banner .carousel-caption {
    text-align: left;
    text-shadow: none;
    color: #848484;
}
.thumbnails-banner .carousel-caption h3 {
    text-transform: uppercase;
    color: #ff0000;
    font-size: 15px;
    font-weight: 300;
}
.thumbnails-banner .carousel-caption h4 {
    text-transform: uppercase;
    font-weight: 300;
    margin: 15px 0px;
}
.thumbnails-banner .carousel-caption .btn-carousel {
    background-color: #ff0000;
    color: #fff;
    border-color: #ff0000;
}
.thumbnails-banner .carousel-caption .btn-carousel:hover, .thumbnails-banner .btn:active,.thumbnails-banner .btn:focus {
    background-color: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

/* mobile styles */
@media (max-width:767px) {
    .carousel-indicators.thumbnails-indicators {top: 40px;left:97%;}
    .thumbnails-banner .carousel-caption {top: 0px;left: 5%;right: 5%;}
    .thumbnails-banner .carousel-caption h4 {font-size: 14px;line-height: 16px;}
    .carousel-inner .banner-image.img-responsive {height: 150px;}
}
/* small size */
@media (min-width:768px) and (max-width:991px){
    .thumbnails-carousel img {max-height: 80px;max-width: 80px;}
    ul.thumbnails-carousel {top: 300px;left: 40%;}
    .carousel-indicators.thumbnails-indicators {top: 80px;left:98%;}
    .thumbnails-banner .carousel-caption {top: 20px;left: 10%;right: 20%;}
    .thumbnails-banner .carousel-caption h4 {font-size: 25px;line-height: 30px;}
    .carousel-inner .banner-image.img-responsive {min-height: 200px;}
    #myCarousel .carousel-caption {left: 20%;padding-bottom: 30px;right: 20%;top: 50px;}
}
/* mid size */
@media (min-width:992px) {
    .thumbnails-carousel img {max-height: 80px;max-width: 80px;}
    ul.thumbnails-carousel {top: 300px;left: 40%;}
    .carousel-indicators.thumbnails-indicators {top: 100px;left:98%;}
    .thumbnails-banner .carousel-caption {top: 20px;left: 20%;right: 30%;}
    .thumbnails-banner .carousel-caption h4 {font-size: 35px;line-height: 40px;}
    .carousel-inner .banner-image.img-responsive {min-height: 300px;}
    #myCarousel .carousel-caption {left: 20%;padding-bottom: 30px;right: 20%;top: 60px;}
}
/* large size */
@media(min-width:1200px){
    .thumbnails-carousel img {max-height: 80px;max-width: 80px;}
    ul.thumbnails-carousel {top: 250px;left: 30%;}
    .carousel-indicators.thumbnails-indicators {top: 130px;left:98%;}
    .thumbnails-banner .carousel-caption {top: 100px;left: 10%;right: 50%;}
    .thumbnails-banner .carousel-caption h4 {font-size: 35px;line-height: 40px;}
    .carousel-inner .banner-image.img-responsive {min-height: 300px;}
    #myCarousel .carousel-caption {left: 20%;padding-bottom: 30px;right: 20%;top: 100px;}
}
/* xl-large size */
@media(min-width:1300px){
    .thumbnails-carousel img {max-height: 80px;max-width: 80px;}
    ul.thumbnails-carousel {top: 250px;left: 40%;}
    .carousel-indicators.thumbnails-indicators {top: 130px;left:98%;}
    .thumbnails-banner .carousel-caption {top: 100px;left: 10%;right: 50%;}
    .thumbnails-banner .carousel-caption h4 {font-size: 50px;line-height: 55px;}
    .carousel-inner .banner-image.img-responsive {min-height: 300px;}
    #myCarousel .carousel-caption {left: 20%;padding-bottom: 30px;right: 20%;top: 80px;}
}



.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


.homepage-3-panels .thumbnail,
.image-with-caption .thumbnail {
    border: 0 none;
    padding: 0px;
}

/*
.homepage-3-panels .thumbnail a img:last-child {
    display: none;
}
.homepage-3-panels .thumbnail a:hover img:last-child {
    display: block;
}
.homepage-3-panels .thumbnail a:hover img:first-child {
    display: none;
}
*/

.homepage-3-panels .thumbnail {
    margin-bottom: 20px;
    background-color: transparent;
}

.homepage-3-panels .thumbnail:hover {
    opacity: .75;
}a

.homepage-3-panels .caption,
.image-with-caption .caption {
    width:100%;
    bottom: 0rem;
    position: absolute;
    background:#ffffff80;
    color: #203F78;
}

.homepage-3-panels .caption:hover,
.image-with-caption .caption:hover {
    background:rgba(255, 255, 255, 0.84);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -0-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.homepage-3-panels .caption > h4,
.image-with-caption .caption > h4 {
    font-size: 25px;
    line-height: 22px;
    color: #203F78;
    margin: 0px;
    padding: 15px 10px;
    font-weight: 300;
}


/* product carousel */

.homepage-message-2 {
    background-color: #f5f5f5;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#homepage-product-carousel h5 {
    font-weight: 300;
}

#homepage-product-carousel .col-item .photo img,
#homepage-product-carousel-mobile .col-item .photo img {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #fff;
}

#homepage-product-carousel .col-item .photo img:hover,
#homepage-product-carousel-mobile .col-item .photo img:hover {
    border: 1px solid #ccc;
}


#homepage-product-carousel .col-item .info,
#homepage-product-carousel-mobile .col-item .info {
    padding: 10px;
    margin-top: 1px;
}

#homepage-product-carousel .controls,
#homepage-product-carousel-mobile .controls {
    margin-top: 20px;
}

#homepage-product-carousel [data-slide="prev"],
#homepage-product-carousel-mobile [data-slide="prev"] {
    margin-right: 10px;
}

#homepage-product-carousel h5,
#homepage-product-carousel-mobile h5{
    color: #203F78;
    min-height: 60px;
}

.homepage-message .form-horizontal .btn {
    margin: 30px 0 20px;
}

/* .packaging-technology-panel */

.premium-beauty-panel {
    /*background-image: url("/assets/img/homepage-feature1-bg.jpg");*/
}

.premium-beauty-panel-image {
    background-image: url("/assets/img/homepage-feature1-bg.jpg");
    height: 450px;
    background-size: cover;
}

.packaging-technology-panel {
    /*background-image: url("");*/
}

.packaging-technology-panel-image {
    background-image: url("/assets/img/homepage-feature3-bg.jpg");
    height: 450px;
    background-size: cover;
}

.packaging-technology-panel .btn-primary, .premium-beauty-panel .btn-primary, .carousel-caption .btn-primary,
.homepage-order-brochure .btn-primary, .homepage-parallax .btn-primary {
    background-color: #fff;
    border-color: #203F78;
    color: #203F78;
}

.packaging-technology-panel .btn-primary:hover, .premium-beauty-panel .btn-primary:hover,
.packaging-technology-panel .btn-primary:focus, .premium-beauty-panel .btn-primary:focus,
.packaging-technology-panel .btn-primary:active, .premium-beauty-panel .btn-primary:active,
.homepage-parallax .btn-primary:hover, .homepage-parallax .btn-primary:active, .homepage-parallax .btn-primary:focus {
    background-color: #f5f5f5;
    border-color: #203F78;
}

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

.btn-content-primary:hover {
    background-color: #203F78;
    border-color: #203F78;
    color: #fff;
}

.packaging-technology-panel h3,
.premium-beauty-panel h3 {
    color: #203F78;
    font-weight: 300;
}

.packaging-technology-panel-text p, .premium-beauty-panel-text p {
    margin-bottom:30px;
    margin-top:30px;
}

.btn-info {
    border-color: #0d9dda;
}

/* mobile styles */
@media (max-width:767px) {
    .packaging-technology-panel-text {padding: 40px 20px 40px 20px;}
    .premium-beauty-panel-text {padding: 40px 20px 40px 20px;}
    .packaging-technology-panel-text, .premium-beauty-panel-text  {font-size:14px;line-height: 20px;}
    .packaging-technology-panel-text h3, .premium-beauty-panel-text h3 {font-size:25px;line-height: 30px;}
    .homepage-message-2 .right > img, .homepage-message-2 .left > img {margin-top: 80px;}
    .parallax h3 {font-size: 30px;line-height: 50px;margin-bottom: 20px;}
}
/* small size */
@media (min-width:768px) and (max-width:991px){
    .packaging-technology-panel-text {padding: 20px 0px 0px 0px;}
    .premium-beauty-panel-text {padding: 40px 20px 40px 20px;}
    .packaging-technology-panel-text, .premium-beauty-panel-text {font-size:16px;line-height: 20px;}
    .packaging-technology-panel-text h3, .premium-beauty-panel-text h3 {font-size:30px;line-height: 40px;}

    #homepage-product-carousel h5 {font-size: 15px; line-height: 18px;}
    .homepage-message-2 .right > img, .homepage-message-2 .left > img {margin-top: 80px;}
    .parallax h3 {font-size: 50px;line-height: 80px;margin-bottom: 40px;}
}
/* mid size */
@media (min-width:992px) and (max-width:1199px){
    .packaging-technology-panel-text {padding:40px 0px 0 0px}
    .premium-beauty-panel-text {padding: 50px 0px 0 0px}
    .packaging-technology-panel-text, .premium-beauty-panel-text {font-size:18px;line-height: 20px;}
    .packaging-technology-panel-text h3, .premium-beauty-panel-text h3 {font-size:30px;line-height: 40px;}
    #homepage-product-carousel h5 {font-size: 18px;}
    .homepage-message-2 .right > img, .homepage-message-2 .left > img {margin-top: 130px;}
    .parallax h3 {font-size: 50px;line-height: 80px;font-weight: 300;margin-bottom: 40px;}
}
/* large size */
@media(min-width:1200px) {
    .packaging-technology-panel-text {padding:40px 50px 0 0px}
    .premium-beauty-panel-text {padding: 80px 50px 0 0px}
    .packaging-technology-panel-text h3, .premium-beauty-panel-text h3{font-size:30px;line-height: 40px;}
    .packaging-technology-panel-text, .premium-beauty-panel-text {font-size:20px;line-height: 25px;}
    #homepage-product-carousel h5 {font-size: 18px;}
    .homepage-message-2 .right > img, .homepage-message-2 .left > img {margin-top: 100px;}
    .parallax h3 {font-size: 50px;line-height: 80px;font-weight: 300;margin-bottom: 40px;}
}

/* large size */
@media(min-width:1400px){
    .packaging-technology-panel-text {padding: 40px 50px 0 0px}
    .premium-beauty-panel-text {padding: 80px 50px 0 0px}
    .packaging-technology-panel-text, .premium-beauty-panel-text{font-size:20px;line-height: 25px;}
    .homepage-message-2 .right > img, .homepage-message-2 .left > img {margin-top: 150px;}
}


.homepage-order-brochure-background {
    /*background-image: url("/assets/img/order-brochure-background.jpg");*/
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.homepage-order-brochure {
    background-color: #203F78;
    color: #fff;
    padding: 50px 0px 50px 0px;
}

.homepage-order-brochure .btn {
    margin-top:20px;
}

.homepage-order-brochure h3.content-title {
    margin-top: 0px;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}


.account-login-page h3 {
    font-size:25px;
    line-height: 32px;
    font-weight: 300;
    color: #203F78;
}

.account-login-page .panel-body,
.login-panel-panel .panel-body{
    min-height: 320px;
}

.account-login-page .account-login-page-title h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

.account-login-page .account-login-icons .fa-check-square {
    color: #203F78;
    font-size: 40px;
}

.account-login-page p {
    line-height: 19px;
    font-size: 16px;
    margin-top: 10px;
}

.account-login-page .account-login-icons p {
    font-weight: 500;
    margin-top: 0px;
}

.login-quote li {
    border-right: 1px solid #ccc;
    line-height: 13px;
    margin-left: 0px;
    padding-right: 8px;
    text-decoration: underline;
}
.login-quote li:last-child {
    border-right: 0px solid #ccc;
}

.products-dropdown li:hover > ul{
    display: block !important;
}

/* Homepage form */
.newsletter-subscribe {
    background-color: #f5f5f5;
    padding: 50px 0px;
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    background-image: url(../../assets/img/parallax/background-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-top {
    overflow: hidden;
    padding: 0 15px 0px 15px;
    /*background: rgba(0, 0, 0, 0.63);*/
    background: rgba(255, 255, 255, 0.4)
}
.form-top h3, .form-top h4 {
    font-size: 24px;
    line-height: 24px;
    padding: 20px 0px 25px 0px;
    font-weight: 300;
}
.form-top p {
    margin-top: 5px;
    margin-bottom: 10px;
}
.form-checkbox {
    float: left;
}
.form-bottom {
    padding: 15px;
    /*background: rgba(0, 0, 0, 0.40);*/
    background: rgba(255, 255, 255, 0.6)
}

.form-bottom, .newsletter-headlines p, .newsletter-headlines h4, .form-bottom a  {
    color: #203F78;
}

.form-top h3, .form-top h4 {
    color: #203F78;
}

.form-top-left {
    padding-top: 5px;
    padding-left: 12px;
}

.form-top-right {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 11px;
    font-size: 50px;
    color: #eee;
    text-align: right;
}

.newsletter-headlines ul {
    padding-left: 12px;
}
.newsletter-headlines li {
    margin-bottom: 20px;
}

.newsletter-headlines p {
    margin-top: 5px;
}
.newsletter-headlines h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #203F78;
}

.newsletter-headlines h4:hover {
    text-decoration: underline;
}


/* mega menu */

.mega-dropdown {
    position: static !important;
    background-color: #fff;
    font-size: 15px;
}

.mega-dropdown .services-header {
    text-align: center;
    color: #203F78;
}

.mega-dropdown .border-right {
    border-right: 1px solid #f5f5f5;
    min-height: 230px;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown .dropdown-menu {
    background-color: #fff;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
    font-size: 13px;
    line-height: 15px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
    font-size: 15px;
    color: #203F78;
    padding: 5px 60px 5px 0px;
    line-height: 30px;
    font-weight: 400;
}

.mega-dropdown-menu .dropdown-header a {
    color: #203F78;
}

#menuCarousel .carousel-product-image {
    height: 150px;
}

.stock-status-stock{
    color: green;
}
.stock-status-standard{
    color:#FFBF00;
}
.stock-status-special{
    color:red;
}

.no_products_found {
    font-weight: 300;
    text-align: center;
    margin-top: 50px;
    color: #203F78;
    font-size: 18px;
}

/* Our Team */

.team .panel.panel-default, .team .panel-heading {
    border: 0px;
}

.team .contacts-name {
    font-weight: bold;
    text-align: center;
    color: #ff0000;
    margin: 10px 0px 0px 0px;

}
.team .contacts-title {
    color: #343434;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px;
    font-size: 12px;
    line-height: 16px;
}

.team .contacts-intro {
    margin: 0px 0px 10px 0px;
}

.team .team-image {
    /*border-radius: 50%*/
}

.team .panel-heading {
    background-color: #fff;
    padding: 0px;
}

.carousel-product-image {
    height: 115px;
}


/* premium beauty */

.premium-beauty-panels .title {
    font-weight: 400;
}

.premium-beauty-panels .decription {
    margin-top: 20px;
    margin-left: 20px;
}

.premium-beauty-panels .panel-body {
    min-height: 150px;
}
.premium-beauty-panels img {
    max-height: 150px;
}

@media (max-width:767px) {
    .premium-beauty-panels .title, .premium-beauty-panels .description {text-align: center;}
    .premium-beauty-panels img {margin-top: 20px;}
    .premium-beauty-panels .title {margin-top: 20px;}
}

@media (min-width:768px) and (max-width:991px){
    .premium-beauty-panels img {margin-top: 20px;}
    .premium-beauty-panels img {margin-top: 10px;}
    .premium-beauty-panels .title {margin-top: 50px;}
}

@media (min-width:992px) {
    .premium-beauty-panels .title {margin-top: 50px;}
    .premium-beauty-panels img {margin-top: 10px;}

}

@media(min-width:1200px){
    .premium-beauty-panels .title {margin-top: 50px;}
    .premium-beauty-panels img {margin-top: 10px;}
}

.avoca-premium-beauty-panels .img-container {
    min-height: 150px;
}

.avoca-premium-beauty-panels img {
    max-height: 125px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.avoca-premium-beauty-panels p {
    margin: 10px 0px;
    text-align: center;
}

.avoca-premium-beauty-panels p span {
    font-weight: 400;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table.table-borderless {
    border: 1px solid #ddd;
}


/* Homepage Logo Slider */

/* Slider */

.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;
}


/* ============================== */
/* SIDE MENU - main */


.nav-side ul {
	margin: 0;
	padding: 0;
}

.nav-side li {
	list-style-type: none;
}

.nav-side {
	margin-bottom: 20px;
}

.nav-side a, .nav-side label {
	display: block;
	padding: 8px 5px;
	margin-bottom: 0px;
	box-shadow: 0 -1px #caccd1 inset;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
.nav-side label { cursor: pointer; }

/* my account - side column */

.nav-side-my-account label {
	padding: 0;
}

.nav-side-my-account a {
	color: #203F78;
}

.nav-side-my-account a:hover {
	color: #fff;
}


.nav-side label {
	background-color: #f5f5f5;
}

.nav-side label:hover {
	background-color: #203F78;
	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;
}

.address-list {
	margin-left: 0px;
	padding-left: 0px;
}

.address-list li:first-child {
	padding-left: 0px;
}

.address-book-item .panel-body {
	min-height: 180px;
}


/* blog */

.news-headline .img-responsive {

}

.blog-image {

}

.blog-content h1 {
	font-size:25px;
	margin: 0px 0 20px;
	font-weight: 300;
	color: #203F78;
}

.blog-content h2,
.blog-content h3 {
	margin: 20px 0;
	color: #203F78;
}

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

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

#blog_nav_head {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 3px 0;
	padding: 6px 10px;
	background-color: #203F78;
}

.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-content blockquote {
	font-size: 14px;
	margin: 30px 0px;
	padding: 0px 15px;
}

.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 .list-group-item,
.blog_nav .list-group-item:hover,
.blog_nav .panel-heading,
.blog_nav .panel-heading:hover {
	color: #454545;
	border-color: currentcolor currentcolor #454545;
	border-style: none none solid;
	border-width: 0 0 1px;
	color: #454545;
	padding-left: 0;
}

.blog-section .bg-success {
	background-color: #203F78;
	margin: 10px 0px 50px 0px;
	color: #fff;
	text-align: center;

}

.news-headline h3 {
	font-size: 18px;
	color: #203F78;
}

.news-headline .section-box p {
	margin: 10px 0px;
}


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


.blog-section ul#leftMenu{
	padding-left: 0px;
	list-style-type: none;
}

.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 #leftMenu > li a {
	color: #454545;
}


.stock-status-green, .dark-green{
	color:green;
}
.stock-status-orange, .orange{
	color:orange;
}
.stock-status-blue, .blue{
	color:#203F78;
}

.account-links-list li {
	border-right: 1px solid #ccc;
	padding: 0px 10px 0px 5px;
	line-height: 16px;
	font-weight: 500;
	text-decoration: underline;
}
.account-links-list li:last-child {
	border-right: none;
}


.error-box {
	display: none;
	border: 1px dotted red;
	background-color: pink;
	padding: 3px;
	margin: 10px 0;
	width: 100%;
	color: darkblue;
}

.label-sale {
	min-width: 45px;
	height: 20px;
	padding: 0 10px;
	border-radius: 0;
	line-height: 20px;
	z-index: 8;
	font-size: 11px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	display: block;
	position: absolute;
	text-transform: uppercase;

}

.label-sale {
	background: #e67e22;
	top: 8px;
	left: 8px;
}

.label-sale.product-detail-sale {
	left: 16px;
}


.label-sale::after {
	content: "";
	border-top: 9px solid #e67e22;
	border-left: 8px solid transparent;
	position: absolute;
	bottom: -6px;
	right: 0;

}

.was-price{
	color:red;
	text-decoration: line-through;
	font-size: 12px;
}

.red-text {
	color:red;
}

.product-cell-qty-from {
	font-size: 12px;
	line-height: 12px !important;
	padding-top: 5px;
	float: left;
}

.charity-selection{
    opacity: 0.7;
    border: 1px solid #eee;
    cursor: pointer;
}

.charity-selection.selected{
    opacity: 1;
    border: 1px solid #dd0000;
}


/******************************************
Cart Table layout
******************************************/


#cart thead th, #expressorder_table thead th {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 13px;
}

.table#cart>tbody>tr>td,
.table#cart>tfoot>tr>td {
	vertical-align: top;
	padding: 10px 10px;
}

#cart .quantity-box.form-control {
	border-radius: 4px;
}

.total-main {
	margin-right: 10px;
	margin-top:7px;
}
.table#cart h4 {
	font-size: 14px;
}

.table#cart .table-price {
	text-align: center;
}

.table#cart .table-price-right {
	text-align: right;
}

#cart .quantity-box {
	max-width: 100px;
}

@media screen and (max-width: 767px) {
	#cart .subtotal {
		border-top:1px solid #000;
	}
	.table#cart .table-price-right {
		text-align: left;
	}
	table#cart tfoot td.prices {
		display: block;
		padding: 5px 10px;
		text-align: left !important;
		display: table-cell !important;
		text-transform: uppercase;
	}
	table#cart tfoot td.prices:before {
		content: attr(data-th);
		font-weight: bold;
		display: inline-block;
		width: 12rem;
	}
}

@media screen and (max-width: 600px) {
	.checkout-button {
		border: 0px !important;
		padding: 0px !important;
	}
	table#cart tbody td .form-control {
		width: 20%;
		display: inline !important;
	}
	.table#cart h4 {
		margin-top: 10px;
	}
	.table#cart img {
		margin-top: 10px;
	}
	.actions .btn {
		width: 25%;
		margin: 1.5em 0;
	}
	.actions .btn-info {
		float: left;
	}
	.actions .btn-danger {
		float: right;
	}
	table#cart thead {
		display: none;
	}
	table#cart tbody td{
		display: block;
		padding: .6rem;
		text-align: left !important;
	}
	table#cart tfoot td {
		display: block;
		padding: .6rem;
		text-align: left !important;
	}
	table#cart tfoot td:before {
		content: attr(data-th);
		font-weight: bold;
		display: inline-block;
		width: 12rem;
	}
	table#cart tbody tr td:first-child {
		background: #f5f5f5;
	}
	table#cart tbody td:before {
		content: attr(data-th);
		font-weight: bold;
		display: inline-block;
		width: 12rem;
	}

	table#cart tfoot td {
		display: block;
	}
	table#cart tfoot td .btn {
		display: block;
		margin-bottom:20px;
	}
}

.quantity .quantity-control {
    float: left;
    margin: 0;
    padding: 0 0px 0 0px;
    position: relative;
}

.quantity .quantity-control label {
    float: left;
    margin: 0;
    line-height: 30px;
    padding-right: 8px;
	font-weight: bold;
}

.quantity .quantity-control input.form-control {
    float: left;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 10px;
    width: 38px;
    border: 1px solid #ddd;
    border-radius: 0;
    z-index: 0;
    box-shadow: none;
    text-align: center;
    margin-right: 17px;
}
.quantity .quantity-control span.product_quantity_down {
    background: none repeat scroll 0 0 #999;
    font-size: 13px;
    padding: 0 4px;
    position: absolute;
    top: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    right: 14px;
    color:white;
}

.quantity .quantity-control span.product_quantity_up {
    background: none repeat scroll 0 0 #999;
    padding: 0 4px;
    position: absolute;
    top: 0;
    height: 15px;
    width: 15px;
    right: 14px;
    color:white;
}

.quantity .quantity-control span svg{
    border: 0 !important;
    padding: 0 4px;
    position: absolute;
    top: -1px;
    height: 15px;
    width: 15px;
    right: -2px;
}

.quantity .quantity-control span:hover {
    background: #00427B !important;
}

li:empty{
	display:none;
}

.dropdown-menu.cart_block {
	max-height: 300px;
	overflow-y: scroll;
}


/* Other Options*/
reviewsLogo:{
    show_logo:false,
        style:'black'
}

.CombinedWidget.reviews-combined-widget {
    padding: 20px !important;
}

/** SearchBox **/

.autocomplete-items {
  position: absolute;
  border: 0px solid #d4d4d4;
    background-color: #fff;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
    max-height: 250px;
    overflow: scroll;
    overflow-x: scroll;
    overflow-x: auto;
}

.autocomplete-items div {
  padding: 5px 12px;
  cursor: pointer;
  background-color: #fff;
  border-bottom:0px solid #d4d4d4;
  font-size: 13px;
line-height: 16px;
clear: both;
}

#searchBoxautocomplete-list img {
    margin-right: 10px;
    border-radius: 4px;
    float: left;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.price_break_table tr td{
  vertical-align: middle !important;
}

.price_break_table tr:first-child td {
  font-weight: bold;
  color: #fff;
  background-color: #37424a;
}

.stock-message.some-in-stock {
  background-color: #e67e23;
  color: #fff;
}

.stock-message.stock-grid {
  padding: 2px 6px;
  margin-top: 0px;
  margin-left: 10px;
}

.stock-message {
	text-align: center;
	padding: 5px 10px;
	font-size: 1rem;
	margin-top: -14px;
	margin-right: 10px;
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.stock-message span {
	-ms-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);  
	display: inline-block;
}

.stock-message.out-of-stock {
	background-color: red;
	color: #fff;
}

.stock-message.stock-message-special-offer {
	background-color: #e67e22;
	color: #fff;
}

.stock-message.in-stock {
	background-color: #ffde00;
}

.stock-message.low-stock {
	background-color: #e67e23;
	color: #fff;
}

.stock-message.made-to-order {
    background-color: #ffde00;
}

.stock-message.phone-to-order{
    background-color: #ffde00;
}


/* Filters */
.filter-accordion-panels .panel-title>a:before {
  float: right!important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

.filter-accordion-panels .panel-title>a.collapsed:before {
  float: right!important;
  content: "\f067";
}

.prod-desc-list{
  margin-bottom: 0!important;
}

.box-label.favourites {
    position: relative
}
.favourites .label.label-sale {
    top: 0px;
    left: 0px;
}

table#variantdetails .was-price{
  color:red;
  text-decoration: line-through;
}

table#variantdetails td.nodata{
  border-right: 1px solid white !important;
}

.product-information-icon {
  float:left;
  margin-right:10px;
  max-height:75px;
  max-width:75px;
}

.discount-text {
    color: red;
}

#category-desc-container ul, #category-desc-container ol{
  padding-left: 40px !important;
  margin-bottom: 10px !important;
}

#category-desc-container ul{
  list-style: disc !important;
}

#category-desc-container ol{
  list-style: decimal !important;
}


.tickerwrapper {  
    position: relative;
    top: 0px;
    left:0%;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    padding: 10px 10px;
    margin-left: 10px;
    margin-right: 6px;
    background-color: #203F78;
    color: white;
    height: 40px;
}
.ticker-text {
    float: left;
    padding-right: 10px;
    margin-top:10px;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}

#quoterequest_form tr td:first-child{
    text-align: center;
}