@import url('https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic');
/* ========================================================================== */
/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #333333;
  padding: 0;
  min-width: 300px;

/*	background-image: url(../../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
*/  
  }
.inner {
/*  background-color: #CBB7D4;
*/  position: relative;
  padding: 15px;
}
.inner.darken {
/*  background-color: #fff;
  border: solid 2px #212121;
*/

  }
  
.tab-pane.inner.darken   {
  background-color: #DFE995;
  border: none;
  }
  
/*  SD Mod remove background and border on left menu  */
.span3.sidebar.pull-left .widget.inner.darken {
  background-color: transparent;
  border: none;
}
.span3.sidebar.pull-left .widget.inner {
  padding: 0px;
}
  
::selection {
  background: #CBB7D4;
  color: #ffffff;
  /* Safari */
}
::-moz-selection {
  background: #CBB7D4;
  color: #ffffff;
  /* Firefox */
}
/* main link color/style */
a {
  -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;
  /*color: #BFD22B; darker tint used for visibility */
  color: #98a822;
  text-decoration: none;
}
a:hover {
  -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;
  color: #007C89;
  text-decoration: underline;
}
a.read-more {
  text-decoration: none;
  border-bottom: dotted 1px #5298d2;
}
a.read-more:hover {
  border-bottom-style: solid;
}
.italic {
  color: #5298d2;
  font-style: italic;
}

/*strong {
  color: #000000;
}
*/
.underline:after {
  background: none repeat scroll 0 0 #5298d2;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 10px;
  width: 40px;
}
blockquote {
  border-color: #5298d2;
  border-left-width: 2px;
}
blockquote p {
  font-size: 14px;
  margin-bottom: 10px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color:#007c89;
  margin: 0 0 20px 0;
  

}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #ae132a;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #bfd22b;
}

/*  SD Mod smaller page headings for Mike */
.shop-result h1 {
	font-size: 31px;
}
.darken h1 {
	margin: 0;
}
/* MOD Remove background and border from category page heading */
.shop-result .inner.darken {
	background-color: transparent;
	border: none;
	padding-left: 0px;
	padding-top: 5px;
}



hr {
  border-top-color: #eeeeee;
  border-bottom-color: transparent;
/*  SD Mod new css clear hr */
  clear: both;
}
hr.transparent {
  border-color: transparent !important;
}
/* ========================================================================== */
/* Header, Logo, Navigation & Menus
/* ========================================================================== */
.topbar {
	background-color: #bfd22b;
	border-bottom: solid 1px #fff;
    font-size: 16px;	
 }
@media (max-width: 767px) {
  .topbar {
    padding: 0 20px;
  }
}
.topbar a {
  color: #00474f;
  font-size: 16px;
}
.topbar a:hover {
  color: #007c89;
}

/*  SD Mod new class as no link on phone  */
.topbar .top-phone {
  padding: 5px 10px;
  color: #00474f;
}

.topbar .nav-pills > li > a {
  padding: 5px 10px;
}
.topbar .nav-pills > li > a:hover {
  background-color: transparent;
}
.topbar .nav-tabs .open .dropdown-toggle,
.topbar .nav-pills .open .dropdown-toggle,
.topbar .nav > li.dropdown.open.active > a:hover,
.topbar .nav > li.dropdown.open.active > a:focus {
  background-color: #007c89;
}
.topbar .dropdown-menu {
  border: none;
  background-color: #999;
  color: #ffffff;
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.topbar .dropdown-menu:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.topbar .dropdown-menu a {
  color: #ffffff;
}
.topbar .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.topbar .dropdown-toggle .caret {
  border-bottom-color: #212121;
  border-top-color: #212121;
}
.topbar .dropdown-toggle:hover .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
.topbar .nav-pills > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.topbar .dropdown-menu > li > a:hover,
.topbar .dropdown-menu > li > a:focus,
.topbar .dropdown-submenu:hover > a,
.topbar .dropdown-submenu:focus > a {
  filter: none;
  background-image: none;
  background-color: #007c89;
}
.topbar .nav-pills.top-contacts {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .topbar .nav-pills.top-contacts {
    float: none;
    display: none;
  }
}
.topbar .nav-pills.top-menu {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .topbar .nav-pills.top-menu {
    float: none;
    display: none;
  }
}
#header {
  background-color: #ffffff;
}
#header > .container {
  padding: 25px 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  #header > .container {
    width: 460px;
    padding: 35px 0;
  }
}
@media (max-width: 480px) {
  #header > .container {
    padding: 35px 20px;
  }
}
@media (max-width: 767px) {
  #header .logo {
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
#header .logo .site-name {
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  height: 25px;
  margin: 0;
}
#header .logo .site-name a {
  color: #af91bd;
}
#header .logo .site-name a:hover {
  color: #450E69;
  text-decoration: none;
}
#header .logo .site-slogan {
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  height: 15px;
  margin: 0;
  color: #909090;
}
#header .form-search {
  margin: 0;
  margin-top: 12px;
}
@media (min-width: 1200px) {
  #header .form-search {
    margin-top: 20px;
  }
}
@media (max-width: 979px) {
  #header .form-search {
    margin-top: 3px;
  }
}
#header .form-search input[type="text"] {
  border-width: 1px;
  border-color: #eeeeee;
  background-color: #ffffff;
  color: #c8c8c8;
  padding: 10px 15px;
  height: auto;
  width: 100%;
  float: right;
  font-size: 16px;
  font-weight: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
#header .form-search input[type="text"]:hover,
#header .form-search input[type="text"]:focus {
  background-color: #eeeeee;
  color: #000000;
}
/*  SD Mod new css to style menu - removed background colour STV */
#message {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #000;
  background-color: #bfd22d;
}
@media (max-width: 480px) {
  #message {
    padding: 0 20px;
  }
}
#message > .container {
  padding: 20px 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  #message > .container {
    width: 460px;
  }
}
#message .header {
  color: #00464F;
  font-size: 120%;
  line-height: 25px;
  margin-bottom: 0;
  font-weight:normal;
}
#message p {
  color: #000;
  font-weight: 90%;
}
#message p:last-child {
  margin-bottom: 0;
}
#message .btn-message {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #007c89;
  color: #ffffff;
}
#message .btn-message:hover {
  background-color: #fbad18;
  color: #000000;
}
@media (max-width: 767px) {
  #message .btn-message {
    float: left;
    margin-top: 15px;
  }
}
#navigation {
  margin-top: 20px;
}
#navigation .open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: .2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#navigation > .container {
  position: relative;
}
@media (max-width: 767px) {
  #navigation .nav {
    display: none;
  }
}
#navigation.fixed {
  background-color: #007c89;
  background-color: rgba(191, 210, 43, 0.9);
  border-bottom: solid 1px #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  margin-top: 0;
}

/*  SD Mod new css because of moved search box */
@media (max-width: 979px) {
  #navigation.fixed {
  padding-bottom: 15px;
  }
}

/*  SD Mod new css because of moved search box */

@media (min-width: 979px) {
  #navigation.fixed .search {
    position: absolute;
    top: 8px;
    right: 190px;
  }
}



#navigation.fixed .search {
  padding-right: 15px;
}

#navigation .navbar {
  margin: 0;
}
#navigation .navbar-inner {
  filter: none;
  position: relative;
  padding: 0;
  background-image: none;
  background-color: transparent;
  color: #444;
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  #navigation .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 45px;
	
/*  SD Mod new css to add space below NEW search box above animated banner */
	margin-bottom: 25px;
  }
   
}
#navigation .navbar .nav {
  float: none;
}
#navigation .navbar .nav > li > a {
  text-shadow: none;
  font-weight: bold;
  color: #00474f;
/*  font-size: 120%; */
  font-size: 110%;
/*  text-shadow: 0 0 1px #000;
*/  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*  SD Mod new css to style top menu NO LINK */
#navigation .navbar .nav .category-header,
#navigation .navbar .nav .category-title {
	/*background-color: #8E669B;*/
	background-color: #00474f;
	color: #fff;
	font-weight:bold;
	padding-left: 10px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*  SD Mod new css to style top menu LINK */
#navigation .navbar .nav .category-main {
	/*background-color: #8E669B;*/
	background-color: #00474f;
	color: #fff;
	font-weight:bold;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*  SD Mod new css to style top menu */

/*  SD Mod new css to style fixed menu */
#navigation.fixed .navbar .nav > li > a {
	color: #00474f;
}
#navigation.fixed .navbar .nav > li > a:hover {
	color: #007c89;
}
#navigation.fixed .navbar .nav .category-header,
#navigation.fixed .navbar .nav .category-title {
	color: #fff;
}
#navigation.fixed .navbar .nav .category-main {
	color: #fff;
}



#navigation .navbar .nav .category-contrast a {
	background-color: #00474f;
	color: #fff;
	font-weight: bold;
}
#navigation .navbar .nav .category-contrast a:hover {
	background-color: #bfd22b;
	color: #000;
}
/*  SD Mod new css to style top menu */
#navigation .navbar .nav .category-hilight a {
	/*background-color: #C4521D;*/
	background-color: #fbad18;
	color:#000;
}
#navigation .navbar .nav .category-hilight a:hover {
	background-color: #bfd22b;
	color: #000;
}





@media (max-width: 979px) {
  
}
#navigation .navbar .nav > li > a .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
#navigation .navbar .nav > li > a:hover {
  background-color: transparent;
  /*color: #5298d2;*/
  color: #bfd22b;
}
#navigation .navbar .nav > li > a:hover .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
#navigation .navbar .nav > .active > a,
#navigation .navbar .nav > .active > a:hover,
#navigation .navbar .nav > .active > a:focus {
  background-color: transparent;
  color: #bfd22b;
}
#navigation .navbar .nav li.dropdown.open > .dropdown-toggle,
#navigation .navbar .nav li.dropdown.active > .dropdown-toggle,
#navigation .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
/*  SD Mod new css to add left arrow to dropdown menu */
#navigation .navbar .nav li.dropdown .dropdown-toggle.droparrow:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  left: 0;
  position: absolute;
  top: 5;
  margin-left: 2px;
}
/*  SD Mod new css to add down arrow to dropdown menu */
#navigation .navbar .nav li.dropdown.open > .dropdown-toggle.droparrow:before {
  content: "\f0d7";
  font-family: 'FontAwesome';
  left: 0;
  position: absolute;
  top: 5;
}






#navigation .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
#navigation .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
#navigation .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
#navigation .navbar .nav > li > .dropdown-menu {
  background-color: #007c89;
  border: none;
  margin-top: 0;
  padding: 10px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}








/*  SD Mod new css to control long menu needs overflow class to be added to php */
#navigation .navbar .nav > li > .dropdown-menu.overflow {
  max-height: 300px;
  white-space:nowrap;
}
#navigation .navbar .nav > li > .dropdown-menu:after {
  border-bottom-color: transparent;
}

/* -- arrow on dropdown menu -- */
#navigation .navbar .nav > li > .dropdown-menu:before {
  border-bottom-color: #007c89;
}




#navigation .dropdown-menu {
  left: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#navigation .dropdown-submenu a:after {
  border-color: transparent transparent transparent #ffffff;
}
#navigation .dropdown-submenu .dropdown-menu {
  left: 100%;
  background-color: #007c89;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#navigation .dropdown-menu > li > a {
  filter: none;
  color: #ffffff;
  background-image: none;
}
#navigation .dropdown-menu > li > a:hover {
  background-color: #bfd22b;
  color: #000;
}





/*  SD Mod new css to style link in long menu broken by jquery scrollbar */
#navigation .dropdown-menu.overflow li a {
  filter: none;
  color: #ffffff;
  background-image: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
}
#navigation .dropdown-menu.overflow li a:hover {
  background-color: #bfd22b;
  color: #000;
}










#navigation .shopping-cart {
  z-index: 2;
}
@media (max-width: 767px) {
  #navigation .shopping-cart {
    position: absolute;
    right: 0;
    top: 0;
  }
}
#navigation .shopping-cart .cart {
  padding: 10px 15px;
  display: inline-block;
  -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;
}
#navigation .shopping-cart .cart span {
  -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;
  display: block;
  font-weight: bold;
  font-size: 120%;
  line-height: 20px;
  color: #00474f;
  margin: 0;
  float: right;
}

/*  SD Mod new css to style fixed menu */
#navigation.fixed .shopping-cart .cart span {
	color: #00474f;
}
#navigation.fixed .shopping-cart .cart span:hover {
	color: #007c89;
}

#navigation .shopping-cart .cart .amount {
  margin-right: 15px;
}
#navigation .shopping-cart .cart .amount [class^="icon-"],
#navigation .shopping-cart .cart .amount [class*=" icon-"] {
  margin-right: 7px;
}
#navigation .shopping-cart .cart:hover {
  -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;
  color: #007c89;
  text-decoration: none;
}
#navigation .shopping-cart .cart:hover span {
  -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;
  color: #bfd22b;
}

/* select dropdown for small screens
/* ========================================================================== */
.res-menu-wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.res-menu {
  display: none;
  opacity: 0;
  z-index: 10;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .res-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .res-menu {
    display: block;
  }
}
.res-menu-title {
  display: none;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 16px;
  color: #254265;
  padding-left: 20px;
  z-index: -1;
}
@media (max-width: 767px) {
  .res-menu-title {
    display: block;
  }
}
.res-menu-title:before {
  content: "\f0c9";
  font-family: 'FontAwesome';
  left: 0;
  position: absolute;
  top: 0;
}
/* Flex Slider
/* ========================================================================== */
.flexslider {
  position: relative;
}
.flexslider .slides {
  list-style: none;
  margin-left: 0;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides .slide-caption {
  color: #ffffff;
  background-color: #0f1d29;
  background-color: rgba(15, 29, 41, 0.8);
  padding: 20px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 50%;
  margin-left: -25%;
}
@media (max-width: 767px) {
  .flexslider .slides .slide-caption {
    display: none;
  }
}
.flexslider .slides .slide-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.flexslider .slides .slide-subtitle {
  color: #ffffff;
}
.loading .flex-viewport {
  max-height: 300px;
}
.home-slider {
  margin-top: 20px;
}
/* Direction Nav
/* ========================================================================== */
.flex-direction-nav {
  position: absolute;
  margin-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -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;
}
.flex-direction-nav li {
  list-style: none;
}
.flex-direction-nav a {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 90px;
  text-indent: -9999px;
  height: 100%;
  -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;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  opacity: 0.7;
}
.flex-direction-nav .flex-prev {
  background: url('../img/arrow-slider-left.png') no-repeat 50% 50%;
  left: 0;
}
.flex-direction-nav .flex-prev:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity = 90);
  opacity: 0.9;
}
.flex-direction-nav .flex-next {
  background: url('../img/arrow-slider-right.png') no-repeat 50% 50%;
  right: 0;
}
.flex-direction-nav .flex-next:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity = 90);
  opacity: 0.9;
}
.flex-direction-nav .flex-disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
}
.flex-direction-nav .flex-disabled:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
}
/* Control Nav
/* ========================================================================== */
.flex-control-nav {
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .flex-control-nav {
    display: none;
  }
}
.flex-control-paging li a {
  background-color: #5298d2;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  opacity: 0.7;
  -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;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background-color: #5298d2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity = 90);
  opacity: 0.9;
}
/* Breadcrumbs / Page Header
/* ========================================================================== */
#breadcrumbs {
  padding: 0 0 0 0;
  position: relative;
  
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #00474f;
  background-color: #bfd22b;
  
  z-index: 15;
}
@media (max-width: 480px) {
  #breadcrumbs {
    padding: 0 20px 0 20px;
  }
}
#breadcrumbs > .container {
  padding: 0 0 10px 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  #breadcrumbs > .container {
    width: 460px;
  }
}
#breadcrumbs .page-header {
  margin: 0 15px 0 0;
  padding: 0;
  border: 0;
  float: left;
}
#breadcrumbs .page-header h1 {
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 30px;
  line-height: 30px;
}
#breadcrumbs .page-header h1 small {
  font-size: 11px;
}
#breadcrumbs .breadcrumbs {
  float: left;
  padding-top: 10px;
  font-size: 13px;
  line-height: 14px;
  color: #00474f;
}
#breadcrumbs .breadcrumbs i {
  margin: 0 5px;
}
#breadcrumbs .breadcrumbs a {
  font-weight: bold;
  text-decoration: none;
  color: #00474f;
}
#breadcrumbs .breadcrumbs a:hover {
  color: #007c89;
  text-decoration: underline;
}


/* SD Mod for shadow between left menu and content
/* ========================================================================== */
#container > .container {
	/* outside shadows */
	
/*	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px #888;
	box-shadow: 0 0 15px #888;
*/	
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;

  background-color: #ffffff;
  }
  

@media (min-width: 481px) and (max-width: 767px) {
  #container > .container {
    width: 460px;
	/* SD Mod remove shadow */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
  }
}
/* ========================================================================== */


@media (max-width: 480px) {
  #container > .container {
    padding: 0 20px;
  }
}
#container .row-fluid .page-sidebar.pull-right[class*="span"] {
  margin-left: 2.12766%;
}
#container .row-fluid .sidebar.pull-left[class*="span"] {
  margin-left: 0;
}
@media (min-width: 1200px) {
  #container .row-fluid .page-sidebar.pull-right[class*="span"] {
    margin-left: 2.5641%;
  }
  #container .row-fluid .sidebar.pull-left[class*="span"] {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #container .row-fluid .page-sidebar.pull-right[class*="span"] {
    margin-left: 0;
    float: none;
  }
  #container .row-fluid .sidebar.pull-left[class*="span"] {
    margin-left: 0;
    float: none;
  }
}
/* ========================================================================== */
/* Main Content Styles
/* ========================================================================== */
/* Welcome
/* ========================================================================== */
.welcome .btn-primary {
  background-color: #5298d2;
}
.welcome .btn-primary:hover {
  background-color: #5298d2;
}
@media (max-width: 480px) {
  .welcome h1 {
    font-size: 18px;
    line-height: 20px;
  }
  .welcome h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-sidebar .tab-content .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* Icons List
/* ========================================================================== */
.the-icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
.the-icons li [class^="icon-"],
.the-icons li [class*=" icon-"] {
  width: 0.8em;
}
.iconic {
  overflow: hidden;
}
.iconic li {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}
@media (max-width: 767px) {
  .row-iconic .media {
    margin-top: 15px;
  }
  .row-iconic .media:first-child {
    margin-top: 15px;
  }
}
/* Portfolio Filtering (Categories)
/* ========================================================================== */
#filtrable {
  margin-left: 0;
  margin-bottom: -5px;
  margin-top: -5px;
}
#filtrable li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  list-style: none;
}
#filtrable a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
}
#filtrable a:hover {
  background-color: #BFD22B;
  color: #000;
}
#filtrable .current a {
  background-color: #BFD22B;
  color: #000;
}
/* Portfolio Thumbnails
/* ========================================================================== */
.portfolio {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .portfolio article.span3 {
    width: 228px;
  }
}
.portfolio .thumbnail {
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: default;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 1200px) {
  .portfolio .thumbnail {
    margin-bottom: 30px;
  }
}
.portfolio .thumbnail .mask,
.portfolio .thumbnail .mask-1,
.portfolio .thumbnail .mask-2,
.portfolio .thumbnail .content,
.portfolio .thumbnail .caption {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.portfolio .thumbnail h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 14px;
  margin: 15px 0 0 0;
  line-height:normal;
}
.portfolio .thumbnail h2 a:hover {
  color: #ffffff;
}
.portfolio .thumbnail p {
  font-size: 11.9px;
  line-height: 1;
  position: relative;
  padding: 10px 20px 20px;
  text-align: center;
}
.portfolio .thumbnail a.info {
  display: inline-block;
}
/* Icons/Preview
/* ========================================================================== */
.ico_block {
  display: block;
  position: absolute;
  bottom: 40px;
  left: auto;
  right: auto;
  width: 100%;
}
.ico_link,
.ico_zoom {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -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;
}
.ico_link:hover,
.ico_zoom:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.ico_link span,
.ico_zoom span {
  width: 34px;
  height: 34px;
  left: -7px;
  top: -7px;
  display: block;
  position: absolute;
}
.ico_zoom {
  margin-left: -34px;
}
.ico_zoom span {
  background: url(../img/icon_zoom.png) no-repeat 0 0;
}
.ico_link {
  margin-left: 17px;
}
.ico_link span {
  background: url(../img/icon_link.png) no-repeat 0 0;
}
/* Isotope CSS3 transitions
/* ========================================================================== */
.portfolio,
.portfolio article {
  -moz-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.portfolio {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.portfolio article {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions
/* ========================================================================== */
.portfolio.no-transition,
.portfolio.no-transition article,
.portfolio article.no-transition {
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* Load more button
/* ========================================================================== */
.load-more-grid {
  -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;
  border-color: #3e8ccd;
}
.load-more-grid:hover {
  -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;
  border-color: #327fbf;
}
/* Single Portfolio
/* ========================================================================== */
.related-projects .thumbnail {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .single-portfolio .span8 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .single-portfolio .span4 {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .single-portfolio .ps-media {
    margin-bottom: 30px;
  }
}
.single-portfolio .ps-description .icons span {
  font-weight: 600;
}
/* Portfolio Type-1
/* ========================================================================== */
.hover-pf1 img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hover-pf1 .mask,
.hover-pf1 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  background-color: #007c89;
  background-color: rgba(191, 210, 43, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hover-pf1 h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -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;
}
.hover-pf1 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf1 h2 a:hover {
  color: #cccccc;
}
.hover-pf1 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}
.hover-pf1 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -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;
}
.hover-pf1:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.hover-pf1:hover .mask,
.hover-pf1:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf1:hover h2,
.hover-pf1:hover p,
.hover-pf1:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.hover-pf1:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hover-pf1:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* Portfolio Type-2
/* ========================================================================== */
.hover-pf2 img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hover-pf2 .mask-1 {
  width: 100%;
  padding: 60px;
  height: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(150%, 50%) rotate(45deg) scale(2);
  -moz-transform: translate(150%, 50%) rotate(45deg) scale(2);
  -ms-transform: translate(150%, 50%) rotate(45deg) scale(2);
  -o-transform: translate(150%, 50%) rotate(45deg) scale(2);
  transform: translate(150%, 50%) rotate(45deg) scale(2);
  -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;
  background-color: #5298d2;
  background-color: rgba(81, 152, 210, 0.7);
}
.hover-pf2 h2 {
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(200px, -200px);
  -moz-transform: translate(200px, -200px);
  -ms-transform: translate(200px, -200px);
  -o-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
  -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;
}
.hover-pf2 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf2 h2 a:hover {
  color: #cccccc;
}
.hover-pf2 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(-200px, 200px);
  -moz-transform: translate(-200px, 200px);
  -ms-transform: translate(-200px, 200px);
  -o-transform: translate(-200px, 200px);
  transform: translate(-200px, 200px);
  -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;
  color: #ffffff;
}
.hover-pf2 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -moz-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  -o-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
  -webkit-transition: all 0.2s 0.1s ease-in-out;
  -moz-transition: all 0.2s 0.1s ease-in-out;
  -ms-transition: all 0.2s 0.1s ease-in-out;
  -o-transition: all 0.2s 0.1s ease-in-out;
  transition: all 0.2s 0.1s ease-in-out;
}
.hover-pf2:hover .mask-1 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(30%, 15%) rotate(45deg) scale(2);
  -moz-transform: translate(30%, 15%) rotate(45deg) scale(2);
  -ms-transform: translate(30%, 15%) rotate(45deg) scale(2);
  -o-transform: translate(30%, 15%) rotate(45deg) scale(2);
  transform: translate(30%, 15%) rotate(45deg) scale(2);
}
.hover-pf2:hover h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hover-pf2:hover p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf2:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* Portfolio Type-3
/* ========================================================================== */
.hover-pf3 img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hover-pf3 .mask,
.hover-pf3 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -moz-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  -o-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  -moz-transition: all 0.2s 0.4s ease-in-out;
  -ms-transition: all 0.2s 0.4s ease-in-out;
  -o-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
  background-color: #5298d2;
  background-color: rgba(81, 152, 210, 0.7);
}
.hover-pf3 h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -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;
}
.hover-pf3 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf3 h2 a:hover {
  color: #cccccc;
}
.hover-pf3 p {
  -webkit-transform: translateX(300px) rotate(90deg);
  -moz-transform: translateX(300px) rotate(90deg);
  -ms-transform: translateX(300px) rotate(90deg);
  -o-transform: translateX(300px) rotate(90deg);
  transform: translateX(300px) rotate(90deg);
  -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;
  color: #ffffff;
}
.hover-pf3 a.info {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -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;
}
.hover-pf3:hover .mask,
.hover-pf3:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.hover-pf3:hover h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hover-pf3:hover p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf3:hover a.info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* Portfolio Type-4
/* ========================================================================== */
.hover-pf4 {
  background-color: #ffffff;
}
.hover-pf4 img {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf4 .mask,
.hover-pf4 .caption {
  background-color: #5298d2;
  background-color: #5198d2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.hover-pf4 h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -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;
}
.hover-pf4 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf4 h2 a:hover {
  color: #cccccc;
}
.hover-pf4 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -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;
  color: #ffffff;
}
.hover-pf4 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -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;
}
.hover-pf4:hover .mask,
.hover-pf4:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hover-pf4:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf4:hover h2,
.hover-pf4:hover p,
.hover-pf4:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* Portfolio Type-5
/* ========================================================================== */
.hover-pf5 img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hover-pf5 .mask,
.hover-pf5 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #5298d2;
  background-color: rgba(81, 152, 210, 0.3);
}
.hover-pf5 h2 {
  background-color: #5298d2;
  background-color: rgba(81, 152, 210, 0.5);
}
.hover-pf5 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf5 h2 a:hover {
  color: #cccccc;
}
.hover-pf5 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
  text-shadow: 1px 1px 1px #5298d2;
}
.hover-pf5:hover .mask,
.hover-pf5:hover .caption {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hover-pf5:hover img {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.hover-pf5:hover p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
/* Portfolio Type-6
/* ========================================================================== */
.hover-pf6 img {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}
.hover-pf6 .mask,
.hover-pf6 .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
  background-color: #5298d2;
  background-color: rgba(81, 152, 210, 0.8);
}
.hover-pf6 h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.hover-pf6 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf6 h2 a:hover {
  color: #cccccc;
}
.hover-pf6 p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  color: #ffffff;
}
.hover-pf6 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.hover-pf6:hover .mask,
.hover-pf6:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf6:hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf6:hover h2 {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hover-pf6:hover p {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hover-pf6:hover a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* Portfolio Type-7
/* ========================================================================== */
.hover-pf7 {
  background-color: #ffffff;
}
.hover-pf7 img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf7 .mask,
.hover-pf7 .caption {
  background-color: #5298d2;
  background-color: rgba(81, 152, 210, 0.5);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -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;
}
.hover-pf7 h2 {
  -webkit-transform: translate(0px, -200px);
  -moz-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  -o-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
  -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;
}
.hover-pf7 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf7 h2 a:hover {
  color: #cccccc;
}
.hover-pf7 p {
  -webkit-transform: translate(0px, -200px);
  -moz-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  -o-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
  -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;
  color: #ffffff;
}
.hover-pf7 a.info {
  -webkit-transform: translate(0px, -200px);
  -moz-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  -o-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
  -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;
}
.hover-pf7:hover img {
  -webkit-transform: rotate(720deg) scale(0);
  -moz-transform: rotate(720deg) scale(0);
  -ms-transform: rotate(720deg) scale(0);
  -o-transform: rotate(720deg) scale(0);
  transform: rotate(720deg) scale(0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf7:hover .mask,
.hover-pf7:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -ms-transform: translateY(0px) rotate(0deg);
  -o-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf7:hover h2 {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.hover-pf7:hover p {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.hover-pf7:hover a.info {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* Portfolio Type-8
/* ========================================================================== */
.hover-pf8 {
  /*@keyframes bounceY {
  0% { transform: translateY(-205px);}
  40% { transform: translateY(-100px);}
  65% { transform: translateY(-52px);}
  82% { transform: translateY(-25px);}
  92% { transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}
@-moz-keyframes bounceY {
  0% { -moz-transform: translateY(-205px);}
  40% { -moz-transform: translateY(-100px);}
  65% { -moz-transform: translateY(-52px);}
  82% { -moz-transform: translateY(-25px);}
  92% { -moz-transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}
@-webkit-keyframes bounceY {
  0% { -webkit-transform: translateY(-205px);}
  40% { -webkit-transform: translateY(-100px);}
  65% { -webkit-transform: translateY(-52px);}
  82% { -webkit-transform: translateY(-25px);}
  92% { -webkit-transform: translateY(-12px);}
  55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}*/

}
.hover-pf8 .mask,
.hover-pf8 .caption {
  top: -100% !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.hover-pf8 h2 {
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  background-color: #5298d2;
  background-color: rgba(81, 152, 210, 0.8);
}
.hover-pf8 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf8 h2 a:hover {
  color: #cccccc;
}
.hover-pf8 p {
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  color: #ffffff;
  text-shadow: 1px 1px 1px #555555;
}
.hover-pf8 a.info {
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
}
.hover-pf8:hover .mask,
.hover-pf8:hover .caption {
  top: 0 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  -o-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear;
}
.hover-pf8:hover h2 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hover-pf8:hover p {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hover-pf8:hover a.info {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
/* Portfolio Type-9
/* ========================================================================== */
.hover-pf9 .mask-1,
.hover-pf9 .mask-2 {
  height: 100%;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  -moz-transition: all 0.3s ease-in-out 0.6s;
  -ms-transition: all 0.3s ease-in-out 0.6s;
  -o-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
  background-color: #5298d2;
  background-color: rgba(81, 152, 210, 0.8);
}
.hover-pf9 .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(55deg) scale(2) translateX(-100%);
  -moz-transform: rotate(55deg) scale(2) translateX(-100%);
  -ms-transform: rotate(55deg) scale(2) translateX(-100%);
  -o-transform: rotate(55deg) scale(2) translateX(-100%);
  transform: rotate(55deg) scale(2) translateX(-100%);
}
.hover-pf9 .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(55deg) scale(2) translateX(100%);
  -moz-transform: rotate(55deg) scale(2) translateX(100%);
  -ms-transform: rotate(55deg) scale(2) translateX(100%);
  -o-transform: rotate(55deg) scale(2) translateX(100%);
  transform: rotate(55deg) scale(2) translateX(100%);
}
.hover-pf9 .caption {
  height: 0 !important;
  width: 100% !important;
  top: 90% !important;
  left: 10% !important;
  overflow: hidden;
  color: #ffffff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -webkit-transform: rotate(-35deg) translate(0, 0);
  -moz-transform: rotate(-35deg) translate(0, 0);
  -ms-transform: rotate(-35deg) translate(0, 0);
  -o-transform: rotate(-35deg) translate(0, 0);
  transform: rotate(-35deg) translate(0, 0);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -ms-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
  background-color: #5298d2;
  background-color: rgba(81, 152, 210, 0.9);
}
.hover-pf9 h2 {
  border-bottom: 1px solid #000;
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}
.hover-pf9 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf9 h2 a:hover {
  color: #cccccc;
}
.hover-pf9 p {
  color: #ffffff;
}
.hover-pf9 a.info {
  display: none;
}
.hover-pf9:hover .caption {
  height: 90% !important;
  width: 90% !important;
  top: 5% !important;
  left: 5% !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity = 90);
  opacity: 0.9;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.hover-pf9:hover .mask-1,
.hover-pf9:hover .mask-2 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-pf9:hover .mask-1 {
  -webkit-transform: rotate(55deg) scale(2) translateX(-49.9%);
  -moz-transform: rotate(55deg) scale(2) translateX(-49.9%);
  -ms-transform: rotate(55deg) scale(2) translateX(-49.9%);
  -o-transform: rotate(55deg) scale(2) translateX(-49.9%);
  transform: rotate(55deg) scale(2) translateX(-49.9%);
}
.hover-pf9:hover .mask-2 {
  -webkit-transform: rotate(55deg) scale(2) translateX(49.9%);
  -moz-transform: rotate(55deg) scale(2) translateX(49.9%);
  -ms-transform: rotate(55deg) scale(2) translateX(49.9%);
  -o-transform: rotate(55deg) scale(2) translateX(49.9%);
  transform: rotate(55deg) scale(2) translateX(49.9%);
}
/* Portfolio Type-10
/* ========================================================================== */
.hover-pf10 img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.hover-pf10 .mask,
.hover-pf10 .caption {
  background-color: #5298d2;
  background-color: #5198d2;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf10 h2 {
  border-bottom: 1px solid #ffffff;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  color: #333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf10 h2 a {
  color: #ffffff;
  font-weight: 600;
}
.hover-pf10 h2 a:hover {
  color: #cccccc;
}
.hover-pf10 p {
  color: #333;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #ffffff;
}
.hover-pf10 a.info {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.hover-pf10:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -ms-transform: scale(10);
  -o-transform: scale(10);
  transform: scale(10);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.hover-pf10:hover .mask,
.hover-pf10:hover .caption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.hover-pf10:hover h2,
.hover-pf10:hover p,
.hover-pf10:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
/* Frame overlay
/* ========================================================================== */
.media a,
.thumbnail {
  position: relative;
}
.media .frame-overlay,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay {
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.media a:hover .frame-overlay,
.thumbnail:hover .frame-overlay,
.portfolio article:hover .frame-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* Pricing Table
/* ========================================================================== */
.pricing .well {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
@media (max-width: 767px) {
  .pricing .well {
    margin-bottom: 40px;
  }
}
.pricing .well .well {
  padding: 20px;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pricing .well .well .btn {
  -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;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pricing .well .well .btn:hover {
  background-color: #999999;
}
.pricing .pricing-plan {
  margin: 0;
  padding: 20px 0;
  font-size: 24px;
  color: #ffffff;
  background-color: #555555;
}
.pricing .pricing-price {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  color: #ffffff;
  background-color: #999999;
}
.pricing .pricing-price small {
  display: block;
  color: #ffffff;
}
.pricing .pricing-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.pricing .pricing-list li {
  padding: 20px 0;
}
.pricing .pricing-list li:nth-child(odd) {
  background-color: #f3f3f3;
}
.pricing .pricing-list li:nth-child(even) {
  background-color: #eeeeee;
}
.pricing .featured .pricing-price {
  background-color: #5298d2;
  color: #ffffff;
}
.pricing .featured .well .btn {
  background-color: #5298d2;
}
.pricing .featured .well .btn:hover {
  background-color: #555555;
}
/* Services Block
/* ========================================================================== */
.service {
  overflow: hidden;
}
.service .well {
  padding-top: 1px;
}
.service > .well {
  margin-bottom: 1px;
}
.service .service-desc {
  overflow: hidden;
}
.service .service-icon {
  float: left;
  padding: 10px 20px;
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 1;
  color: #5298d2;
}
@media (max-width: 980px) {
  .service .service-icon {
    width: 50px;
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .service .service-icon {
    float: none;
    margin-left: 25%;
    width: 50%;
    height: auto;
  }
}
/* Pagination
/* ========================================================================== */
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul > li:first-child a,
.pagination ul > li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: none;
  background-color: transparent;
  border-color: transparent;
  color: #555555;
  padding: 7px 14px;
  margin-left: 1px;
  margin-right: 1px;
  -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;
}
.pagination ul > li > a:hover {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #5298d2;
  border-color: #5298d2;
  color: #ffffff;
}
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover {
  background-color: #5298d2;
  border-color: #5298d2;
  color: #ffffff;
}
.pagination ul > .disabled > a,
.pagination ul > .disabled > span {
  color: #eeeeee;
  background-color: transparent;
  border-color: transparent;
}
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > span:hover {
  color: #eeeeee;
  background-color: transparent;
  border-color: transparent;
}
/* ========================================================================== */
/* Footer Styles
/* ========================================================================== */
/* Footer bonus line
/* ========================================================================== */
#bonus-line {
/*  margin-top: 30px;
*/  padding-top: 20px;
  padding-bottom: 20px;
  /*border-top: solid 1px #486c8a;
  background-color: #0f1d29;*/
  border-top: solid 1px #fff;
  background-color: #bfd22b;
  color: #fff;
   
}
@media (min-width: 481px) and (max-width: 767px) {
  #bonus-line > .container {
    width: 460px;
  }
}
@media (max-width: 480px) {
  #bonus-line > .container {
    padding: 0 20px;
  }
}
#bonus-line .social-icons-lebel {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
#bonus-line .social-icons {
  vertical-align: middle;
  line-height: 24px;
  margin-bottom: 0;
}
#bonus-line .social-icons [class^="icon-"],
#bonus-line .social-icons [class*=" icon-"] {
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  background-color: #646464;
  font-size: 20px;
  line-height: 40px;
  margin-right: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) and (max-width: 979px) {
  #bonus-line .social-icons [class^="icon-"],
  #bonus-line .social-icons [class*=" icon-"] {
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 20px;
    margin-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #bonus-line .social-icons {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #bonus-line .social-icons span.span3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #bonus-line .social-icons span.span3:last-child {
    margin-bottom: 0;
  }
}
#bonus-line .social-icons .s-google [class^="icon-"],
#bonus-line .social-icons .s-google [class*=" icon-"] {
  background-color: #323538;
}
#bonus-line .social-icons .s-facebook [class^="icon-"],
#bonus-line .social-icons .s-facebook [class*=" icon-"] {
  background-color: #3A5699;
}
#bonus-line .social-icons .s-twitter [class^="icon-"],
#bonus-line .social-icons .s-twitter [class*=" icon-"] {
  background-color: #49B9EA;
}
#bonus-line .social-icons .s-rss [class^="icon-"],
#bonus-line .social-icons .s-rss [class*=" icon-"] {
  background-color: #E9963C;
}
#bonus-line .social-icons a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
#bonus-line .social-icons a:hover {
  /*color: #5298d2;*/
  color: #ab1a25;
}
#bonus-line .social-icons a:hover [class^="icon-"],
#bonus-line .social-icons a:hover [class*=" icon-"] {
  color: #ffffff;
}
/* Footer
/* ========================================================================== */
#footer {
  /*border-top: solid 1px #5298d2;
  background-color: #264a68;*/

  background-color: #bfd22b;
  padding-top: 40px;
  color: #000;
   
/*SD MOD Added as bonus-line removed */

  /*margin-top: 30px;*/
  
}
@media (min-width: 481px) and (max-width: 767px) {
  #footer > .container {
    width: 460px;
  }
}
@media (max-width: 480px) {
  #footer > .container {
    padding: 0 20px;
  }
}
#footer [class^="icon-"],
#footer [class*=" icon-"] {
  color: #5298d2;
}
#footer .widget-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 0;
  color: #000;
}
#footer .widget-title .text-info {
  color: #F49200;
}
#footer .widget-title.do {
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
#footer .widget-title.do:before {
  font-family: 'FontAwesome';
  color: #5298d2;
  content: "\f0c9";
  position: absolute;
  right: 0px;
  top: 0px;
}
#footer .widget-title.do:hover:before {
  color: #5A961E;
}
#footer .widget-title.do:hover .text-info {
  color: #5A961E;
}
#footer .widget-inner {
  margin-bottom: 40px;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  color: #5A961E;
}
#footer a.btn:hover {
  text-decoration: none;
}
#footer .footer-navigate {
  list-style: none;
  margin-left: 0;
}
#footer .footer-navigate li a {
  display: block;
  padding: 5px 0;
}
#footer .lates-blog-post .media-object {
  width: 20px;
  margin-top: 3px;
  margin-right: 0;
  float: left;
}
#footer .lates-blog-post .date {
  color: #5298d2;
  margin-top: 5px;
  font-size: 11px;
}
#footer .social {
  margin: 0;
  list-style: none;
}
#footer .social li {
  float: left;
  margin-right: 4px;
}
#footer .social a {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .social a:hover {
  background-position: 0 -30px;
}
#footer .social a.facebook {
  background: url("../img/fi-facebook.png") no-repeat 0 0;
}
#footer .social a.twitter2 {
  background: url("../img/fi-twitter.png") no-repeat 0 0;
}
#footer .social a.google-plus {
  background: url("../img/fi-google-plus.png") no-repeat 0 0;
}
#footer .social a:hover {
  background-position: 0 -30px;
}
#footer .twitter-follow-us {
  background-color: #486c8a;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#footer .twitter-follow-us:hover {
  background-color: #5298d2;
  color: #ffffff;
}
#footer .products .media {
  border-bottom: dashed 1px #7f5096;
  padding-bottom: 10px;
}
#footer .products .media:last-child {
  border: none;
}
#footer .products .media-heading {
  display: block;
}
#footer .products .media-heading .media-object {
  -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;
}
#footer .products .media-heading:hover .media-object {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity = 70);
  opacity: 0.7;
}
#footer .newsletter {
  position: relative;
}
#footer .newsletter .newsletter-input {
  z-index: 1;
  height: auto;
  width: 100%;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
#footer .newsletter .newsletter-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #ffffff;
  background-color: #486c8a;
}
#footer .newsletter .newsletter-button:hover {
  background-color: #5298d2;
}
#footer .on-sale .media-object.pull-right,
#footer .featured-products .media-object.pull-right {
  margin-left: 10px;
  margin-bottom: 10px;
  float: right !important;
}
#footer .on-sale .media-object.pull-left,
#footer .featured-products .media-object.pull-left {
  margin-right: 10px;
  margin-bottom: 10px;
  float: right !important;
}
#footer .on-sale ins,
#footer .featured-products ins {
  color: #ff9d4c;
  text-decoration: none;
}
/* Footer menu
/* ========================================================================== */
#footer-menu {
  font-size: 11px;
  /*background-color: #264a68;*/
  background-color: #bfd22b;
  color: #000;
}
@media (max-width: 767px) {
  #footer-menu {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #footer-menu {
    padding: 0 20px;
  }
}
#footer-menu > .container {
  border-top: dashed 1px #007c89;
  padding: 20px 0 40px 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  #footer-menu > .container {
    width: 460px;
  }
}
#footer-menu a {
  color: #000;
}
#footer-menu a:hover {
  color: #007c89;
  text-decoration:underline;
}
#footer-menu .privacy {
  margin: 0;
  list-style: none;
}
#footer-menu .privacy li {
  float: left;
  margin-bottom: 0;
  line-height: 16px;
  font-size: 14px;
  padding: 0 6px 0 0;
  margin: 0 5px 5px 0;
  position: relative;

}
@media (max-width: 767px) {
  #footer-menu .privacy li {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #footer-menu .privacy li {
    padding: 0 16px 0 0;
    margin: 0 15px 0 0;
  }
}
#footer-menu .privacy li:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  background-color: #00474f;
}
#footer-menu .privacy li:last-child:after {
  background-color: transparent;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#footer-menu .privacy li a {
  color: #000;
}
#footer-menu .privacy li a:hover {
  color: #007c89;
  text-decoration:underline;
}
#footer-menu .copyright {
  margin-bottom: 0;
  line-height: 16px;
}
@media (max-width: 767px) {
  #footer-menu .copyright {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #footer-menu .copyright {
    line-height: 30px;
  }
}
#footer-menu .payment {
  text-align: right;
}
@media (max-width: 767px) {
  #footer-menu .payment {
    margin-top: 20px;
    text-align: left;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #footer-menu .payment img {
    margin-bottom: 5px;
  }
}
/* ========================================================================== */
/* Sidebar / Widgets
/* ========================================================================== */
/* Sidebar
/* ========================================================================== */
@media (min-width: 768px) and (max-width: 979px) {
  .page-sidebar.span9 {
    width: 65.74585635359117% !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebar.span3 {
    width: 31.491712707182323% !important;
  }
}
.page-sidebar,
.sidebar {
  margin-top: 30px;
}
.page-sidebar .widget,
.sidebar .widget {
  margin-bottom: 30px;
  position: relative;
}
.page-sidebar .widget ul.icons.check,
.sidebar .widget ul.icons.check {
  margin-left: 0;
}
.page-sidebar .widget ul.icons.check li,
.sidebar .widget ul.icons.check li {
  position: relative;
  text-indent: 0;
  padding-left: 20px;
}
.page-sidebar .widget ul.icons.check li:after,
.sidebar .widget ul.icons.check li:after {
  content: "\f096";
  font-family: fontawesome;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: left;
}
.page-sidebar .widget ul.icons.check li.on:after,
.sidebar .widget ul.icons.check li.on:after {
  content: "\f046";
  color: #5298d2;
}
.page-sidebar .widget ul.icons.check a,
.sidebar .widget ul.icons.check a {
  text-decoration: none;
  color: #555555;
}
.page-sidebar .widget ul.icons.check a:hover,
.sidebar .widget ul.icons.check a:hover {
  color: #5298d2;
}
@media (max-width: 979px) {
  .page-sidebar .widget li,
  .sidebar .widget li {
    line-height: 25px;
  }
}
.page-sidebar .widget-title,
.sidebar .widget-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}
.page-sidebar .widget-inner,
.sidebar .widget-inner {
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.page-sidebar .accordion,
.sidebar .accordion {
  margin-bottom: 0;
}

/*SD Mod remove border */
.page-sidebar .nav-tabs,
.sidebar .nav-tabs {
  margin-bottom: 0;
/*  border-bottom-color: #e9e9e9;
*/}
.page-sidebar .nav-tabs > li > a,
.sidebar .nav-tabs > li > a {
  background-color: transparent;
  border-color: transparent;
  font-weight: bold;
  color: #555555;
  border-bottom-color: #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-sidebar .nav-tabs > li > a:hover,
.sidebar .nav-tabs > li > a:hover {
  background-color: #DFE995;
  border-color: #DFE995;
  color: #555555;
  border-bottom-color: #DFE995;
}
.page-sidebar .nav-tabs > .active > a,
.sidebar .nav-tabs > .active > a,
.page-sidebar .nav-tabs > .active > a:hover,
.sidebar .nav-tabs > .active > a:hover,
.page-sidebar .nav-tabs > .active > a:focus,
.sidebar .nav-tabs > .active > a:focus {
  background-color: #DFE995;
  border-color: #DFE995;
  border-bottom-color: #DFE995;
}
.page-sidebar .tab-content,
.sidebar .tab-content {
  padding-top: 0;
}
.page-sidebar .tab-content .tab-pane p,
.sidebar .tab-content .tab-pane p {
  margin-bottom: 20px;
}
.page-sidebar .tab-content .tab-pane p:last-child,
.sidebar .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
.page-sidebar .show-all-posts,
.sidebar .show-all-posts {
  background-color: #5298d2;
  color: #ffffff;
}
.page-sidebar .show-all-posts:hover,
.sidebar .show-all-posts:hover {
  background-color: #5298d2;
}
/* Categories widget
/* ========================================================================== */
.shopping-cart-widget .products {
  margin: 0 0 20px 0;
}
.shopping-cart-widget .products .media-heading {
  font-weight: bold;
  font-size: 14px;
  color: #5298d2;
}
.shopping-cart-widget .products .media-heading a {
  text-decoration: none;
  color: #5298d2;
}
.shopping-cart-widget .products .media-heading a:hover {
  color: #5298d2;
}
.shopping-cart-widget .buttons {
  margin-bottom: 0;
}
.shopping-cart-widget .buttons .btn {
  font-size: 13px;
  padding: 6px 12px;
}
.shopping-cart-widget .buttons .btn:hover {
  background-color: #5298d2;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 20px;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  -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;
}
.rating span.star:hover {
  -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;
  cursor: pointer;
}
.rating span.star:before {
  -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;
  content: "\f006";
  padding-right: 5px;
  color: #555555;
}
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
  -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;
  content: "\f005";
  color: #5298d2;
}
.rated span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rated span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #5298d2;
}
.rated span.star.solid:before {
  content: "\f005";
  padding-right: 5px;
  color: #5298d2;
}
.rated span.star.half:before {
  content: "\f089";
  padding-right: 5px;
  color: #5298d2;
}
/* Price widget
/* ========================================================================== */
.price-widget form {
  margin-bottom: 0;
}
.price-widget ul {
  margin-bottom: 15px;
}
.price-widget ul a {
  text-decoration: none;
  color: #555555;
}
.price-widget ul a:hover {
  color: #5298d2;
}
.price-widget .controls input {
  -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-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.price-widget .controls input:hover,
.price-widget .controls input:focus {
  -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;
  border-color: #5298d2;
}
@media (max-width: 767px) {
  .price-widget .controls input {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}
.price-widget .controls .btn {
  padding: 5px 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .price-widget .controls .btn {
    margin-left: 0 !important;
  }
}
.price-widget .controls .btn:hover {
  background-color: #5298d2;
}
/* Categories widget
/* ========================================================================== */
.categories-widget ul.icons {
  margin-left: 0;
  color: #000;
/*  SD Mod bigger */
  font-size:110%;  
}
.categories-widget ul.icons li {
  position: relative;
  text-indent: 0;
  padding-left: 0px; /*was 20px*/
/*  SD Mod bigger spacing */
  margin-top: 0px;
  margin-bottom: 0px;
  
/*  SD Mod consistant spacing for Mike  */
  /*min-height: 45px;*/
}
@media (min-width: 480px) and (max-width: 767px) {
  .categories-widget ul.icons li {
    width: 40%;
    float: left;
    margin-right: 20px;
	min-height: 0px;
  }
}

/*  SD Mod remove icons left menu */
/*.categories-widget ul.icons li:after {
  content: "\f054";
  font-family: fontawesome;
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: left;
  color: #254265;
}
*/

/*  SD Mod icon hover */
/*.categories-widget ul.icons li:hover:after {
  color: #ab1a25;
  left: 5px;
}
.categories-widget ul.icons li.selected:after {
  color: #ab1a25;
  left: 5px;
}
*/
/*  SD Mod remove icon from category-header */
.categories-widget ul.icons li.category-header:after,
.categories-widget ul.icons li.category-title:after {
  content: none;
}
/*  SD Mod remove icon from category-main */
.categories-widget ul.icons li.category-main:after {
  content: none;
}



.categories-widget ul.icons a {
  text-decoration: none;
  color: #fff;
  
  display: block;
  background-color:#007c89;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
  margin-bottom: 1px;
}
.categories-widget ul.icons a:hover {
  /*color: #5298d2;*/
  color: #000;
  background-color:#bfd22b;
}
.categories-widget ul.icons .selected a {
  /*color: #5298d2;*/
  color: #000;
  background-color:#bfd22b;
}



/*  SD Mod new css to style menu */
.categories-widget ul.icons li.category-header, .categories-widget ul.icons li.category-title {
  color: #fff;
  background-color:#00474f;
  font-weight:bold;
  margin-top: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}
.categories-widget ul.icons .category-main {
  color: #fff;
  background-color:#00474f;
  font-weight:bold;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*  SD Mod new css to style menu */
.categories-widget ul.icons .category-contrast a {
  background-color: #00474f;
  font-weight:bold;
}
.categories-widget ul.icons .category-contrast a:hover, .categories-widget ul.icons .category-contrast.selected a {
  background-color:#bfd22b;
}


/*  SD Mod new css to style menu - bold as used for heading links STV */
.categories-widget ul.icons .category-hilight a {
  background-color: #fbad18;
  color: #000;
}
.categories-widget ul.icons .category-hilight a:hover, .categories-widget ul.icons .category-hilight.selected a {
  background-color:#bfd22b;
}
/*  SD Mod new css to style menu - reduced size for sub links STV */
.categories-widget ul.icons .category-small {
	font-size:90%;
}

/*.categories-widget ul.icons .category-main a {
  color: #fff;
}
.categories-widget ul.icons .category-main a:hover {
  color: #ccc;
  text-decoration: none;
}
.categories-widget ul.icons .category-main.selected a {
  color: #ccc;
  text-decoration: none;
}
*/



/* Animation KEYFRAMES
/* ========================================================================== */
@-webkit-keyframes moveFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromLeft {
  from {
    opacity: 0;
    -moz-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromLeft {
  from {
    opacity: 0;
    -o-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    opacity: 0;
    -moz-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromRight {
  from {
    opacity: 0;
    -o-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromRight {
  from {
    opacity: 0;
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(2);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromZoom {
  from {
    opacity: 0;
    -moz-transform: scale(2);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromZoom {
  from {
    opacity: 0;
    -o-transform: scale(2);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromZoom {
  from {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
/* Popular posts
/* ========================================================================== */
.popular-posts a {
  -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;
  display: block;
  color: #555555;
  text-decoration: none;
}
.popular-posts a:hover {
  color: #5298d2;
}
.popular-posts a:hover .post-number {
  color: #ffffff;
  background-color: #5298d2;
}
.popular-posts .pull-left[class^="icon-"],
.popular-posts .pull-left[class*=" icon-"] {
  margin-top: 2px;
  margin-right: 7px;
}
.popular-posts .post-number {
  -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;
  display: block;
  float: right;
  width: 30px;
  height: 20px;
  padding: 5px;
  margin-left: 5px;
  text-align: center;
  color: #333333;
  background-color: #eeeeee;
}
.popular-posts .post-date {
  display: block;
  font-size: 11px;
  color: #999999;
}
/* Search Form Widget
/* ========================================================================== */
#search {
  position: relative;
  margin: 0;
  width: 100%;
  
	-moz-box-shadow: 0 0 1px #fff;
	-webkit-box-shadow: 0 0 1px #fff;
	box-shadow: 0 0 1px #fff;
  
}
#search input[type="text"] {
  background-color: #eeeeee;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight:bold;
}
#search input[type="text"]:hover {
  /*border-color: #5298d2;*/
  border-color: #007c89;
}
#search input[type="text"]:focus {
  /*border-color: #5298d2;*/
  border-color: #007c89;
}
#search .search-bt {
  -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;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border: none !important;
  z-index: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #00474f url('../img/search-bt.png') no-repeat center center;
}
#search .search-bt:before {
  content: "\f096";
  font-family: fontawesome;
  display: block;
  width: 20px;

  height: 20px;
  text-align: left;
  color: #00474f;
}
#search .search-bt:hover {
  /*background-color: #5298d2;*/
  background-color: #007c89;
}
/* Accordion
/* ========================================================================== */
.accordion-group {
  border: 0;
  border-bottom: solid 1px #327fbf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.accordion-group:last-child {
  border-bottom: none;
}
.accordion-group .accordion-inner {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.accordion-group .accordion-heading:hover {
  background-color: #5298d2 !important;
}
.accordion-group .accordion-heading.accordion-close {
  background-color: transparent;
}
.accordion-group .accordion-heading.accordion-open {
  background-color: #5298d2;
}
.accordion-group .accordion-heading.accordion-open .accordion-toggle {
  color: #ffffff;
}
.accordion-group .accordion-heading .accordion-toggle {
  padding: 8px;
  color: #5298d2;
  text-decoration: none;
}
.accordion-group .accordion-heading .accordion-toggle i {
  float: right;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
}
.accordion-group .accordion-heading .accordion-toggle:hover {
  color: #ffffff;
}
/* Tags Widget
/* ========================================================================== */
.tags a {
  -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;
  display: inline-block;
  padding: 4px 10px;
  margin: 0 3px 5px 0;
  text-decoration: none;
  color: #999999;
  background-color: #eeeeee;
}
.tags a:hover {
  color: #ffffff;
  background-color: #5298d2;
}
/* Welcome
/* ========================================================================== */
.welcome {
  padding: 0 20px;
}
.welcome h4 {
  margin-bottom: 30px;
}
/* Page title
/* ========================================================================== */
.page-title {
  margin-bottom: 30px;
}
.page-title .page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.page-title .page-header h1 {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-title .page-header h1 small {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
/* Shop result line
/* ========================================================================== */
.shop-result {
  margin-bottom: 30px;
}
.shop-result .result-count {
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
  font-weight: bold;
  color: #7ab0dd;
}
.shop-result .result-ordering select {
  margin: 0;
}
/* SHOP products
/* ========================================================================== */
.shop-products .thumbnails .item {
  -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;
/* MOD new to remove backround colour and border on category pages - also removed js heights for better iPad viewing */

  /*background-color: #EEEEEE;
  border: solid 2px #999;*/


  padding: 25px 8px 0px 8px; 
  
/* MOD border between products on category page - fff to hide it */
  border-top: solid 2px #fff;
  margin-bottom: 0px;
  
}
@media (min-width: 979px) {
  
/* ================================  SD UPDATE as FIRST MISSING ALSO UNKNOWN HEIGHT ================================ */
  .shop-products .thumbnails .item:nth-child(3n+1) {
	clear: left !important;
  }
  .shop-products .thumbnails .item:nth-child(-n+3) {
	border-top: none;
  }

}


@media (min-width: 768px) and (max-width: 979px) {
  .shop-products .thumbnails .item {
    width: 48.61878453038674% !important;
  }
  .shop-products .thumbnails .item,
  .shop-products .thumbnails .item.first {
    margin-left: 2.7624309392265194% !important;
  }
  
  
/* ================================  SD UPDATE as FIRST MISSING ALSO UNKNOWN HEIGHT ================================ */

  .shop-products .thumbnails .item:nth-child(2n+1) {
	clear: left !important;
  }
  .shop-products .thumbnails .item:nth-child(odd) {
    margin-left: 0 !important;
  }
  
  .shop-products .thumbnails .item:nth-child(-n+2) {
	border-top: none;
  }
  
  
  
}
@media (max-width: 767px) {
  .shop-products .thumbnails .item {
    margin-bottom: 50px;
  }
  
  .shop-products .thumbnails .item:first-child {
	border-top: none;
  }
  
  
  
}
.shop-products .inner.darken {
  border-top: solid 1px #e1e1e1;
}
.shop-products .btn-add-to-cart {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #007c89;
  color:#fff;
  -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;
  
}
.shop-products .btn-add-to-cart i {
  margin-left: 10px;
}
.shop-products .btn-add-to-cart:hover {
  background-color: #fdab18;
  color:#000;
}
.shop-products .thumbnail {
  color: #333333;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.shop-products .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
  border: solid 1px #eeeeee;
  background-color: #fff;
  
/* MOD adds spacing above image for price */
  /*border-top: solid 30px #fff;*/
}


.shop-products .thumbnail .image img {
  -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;
}

/* MOD new to allow styling of price background - triangle etc. */

.shop-products .thumbnail .cat-prod-price-background {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 0; 
  height: 0; 
  border-top: 100px solid #fff; 
  border-top: 100px solid rgba(255, 255, 255, 0.6);
  border-left: 100px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* MOD was .shop-products .thumbnail .price */
.shop-products .thumbnail .cat-prod-price {
  position: absolute;
  top: 1px;
  right: 8px; 
  width: 70px;
  height: 70px;
  vertical-align: middle;
  text-align: right;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  z-index: 5;
}

/* MOD new for stock availability */
.shop-products .thumbnail .availability {
  font-size: 70%;
  position: absolute;
  top: 15px;
  right: 0px; 
  vertical-align: middle;
  text-align: right;
  font-weight:normal;
  width: 70px;
}


/* MOD new for ex vat price */
.shop-products .thumbnail .cat-prod-exvat {
  position: absolute;
  top: 1px;
  left: 1px; 
  vertical-align: middle;
  text-align: center;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  z-index: 5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}


/* MOD tighten selects on category pages */
.shop-products .thumbnail select {
  width: 100%;
  color: #000;
  margin-bottom: 2px;
}


.shop-products .thumbnail .zoom {
  background-color: #eee;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.shop-products .thumbnail .zoom i {
  padding-left: 6px;
}
.shop-products .thumbnail .title a:link, .shop-products .thumbnail .title a:visited {
/*  color: #007c89;
  text-decoration:none;
  border-bottom: 2px solid #007c89;
  padding: 5px 5px 5px 0px; 
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
*/  

/*  SD Mod centered and extra padding below as no short description */
  color: #007c89;
  text-decoration:none;
  padding: 5px 5px 5px 5px; 
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  text-align:center;
  
  
  
}
.shop-products .thumbnail .title a:hover, .shop-products .thumbnail .title a:active {
  display: block;
  color: #bfd22b;
}
.shop-products .thumbnail .description {
  position: relative;
}
.shop-products .thumbnail .description:last-child {
  margin-bottom: 0;
}
.shop-products .thumbnail:hover .image img {
	
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.6);
  filter: alpha(opacity = 0.6);
  opacity: 0.6;

  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* MOD new add blue overlay to image hover */
.shop-products .thumbnail .image:hover {
	-webkit-box-shadow: inset 0 2px 400px rgba(191,210,43,.7);
	-moz-box-shadow: inset 0 2px 400px rgba(191,210,43,.7);
	box-shadow: inset 0 2px 400px rgba(191,210,43,.7);	
}

/* MOD was .shop-products .thumbnail .price */
.shop-products .thumbnail:hover .cat-prod-price {
  color: #fff;
}
/* MOD new to allow styling of price background - triangle etc. */
.shop-products .thumbnail:hover .cat-prod-price-background {
  border-top: 100px solid #fff; 
  border-top: 100px solid rgba(255, 255, 255, 0.9);
}
/* MOD new ex vat price */
.shop-products .thumbnail:hover .cat-prod-exvat {
  background-color: #fff;
  color: #000;
}
.shop-products .thumbnail:hover .zoom {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.shop-products .thumbnail:hover .title {
  /*color: #5298d2;*/
  color: #993F98;
}
.product-images {
  margin-bottom: 30px;
}

.cat-prod-nostock {
  margin-bottom: 30px;
  text-align:center;
  color:#fff;
  font-weight:bold;
  background-color: #007C89;
  padding: 5px;
}


@media (min-width: 768px) and (max-width: 979px) {
  .product-images {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.product-images .small .thumbnail .zoom {
  font-size: 20px;
  line-height: 35px;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-images .small .thumbnail .zoom i {
  padding-left: 3px;
}
@media (max-width: 767px) {
  .product-images .small .thumbnail .zoom {
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .product-images .small .thumbnail .zoom i {
    padding-left: 6px;
  }
}
@media (max-width: 767px) {
  .product-images .small .thumbnail {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .product-images .small .thumbnail:last-child {
    margin-bottom: 0 !important;
  }
}
.product-images .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-images .thumbnail.big {
  margin-bottom: 7px;
}
.product-images .thumbnail.big img {
  width: 100%;
/* MOD correct space below image and border */
  margin: 0;
}
@media (min-width: 1200px) {
  .product-images .thumbnail.big {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-images .thumbnail.big {
    margin-bottom: 20px;
  }
}
.product-images .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
  border: solid 1px #eeeeee;
}
.product-images .thumbnail .image img {
  -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;
/* MOD correct space below image and border */
  margin: 0;
}
.product-images .thumbnail .zoom {
  background-color: #5298d2;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.product-images .thumbnail .zoom i {
  padding-left: 6px;
}
.product-images .thumbnail:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-images .thumbnail:hover .zoom {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-info {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.product-cart form {
  margin-bottom: 0;
}
.product-cart label {
  font-weight: bold;
  line-height: 40px;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 5px;
}
.product-cart input[type="text"] {
  width: 55px;
  border-width: 1px;
  border-color: #eeeeee;
  background-color: #ffffff;
  color: #000000;
  padding: 11px 15px;
  height: auto;
  font-size: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
.product-cart input[type="text"]:hover {
  border-color: #5298d2;
}
.product-cart input[type="text"]:focus {
  border-color: #5298d2;
}
.product-cart .btn {
  padding: 10px 15px;
  font-weight: bold;
  background-color: #007c89;
  color:#ffffff;
}
.product-cart .btn:hover {
  background-color: #fbad18;
  color:#000000;
}



.product-gift .btn.btn-add-to-cart {
	margin-top: -2px;
	padding: 2px 7px;
  font-weight: bold;
  background-color: #212121;
  color:#ffffff;
}
.product-gift .btn:hover {
  background-color: #007c89;
  color:#000000;
}


.product-ratings {
  margin-bottom: 30px;
}
.product-ratings .review-count {
  min-height: auto !important;
}
.product-ratings .review-count a {
  text-decoration: none;
  font-weight: bold;
  color: #555555;
}
.product-ratings .review-count a:hover {
  color: #333333;
}
.product-ratings .review-stars {
  min-height: auto !important;
}
.product-ratings .review-stars .rated {
  float: right;
}
.product-ratings .review-stars .rated .star:before {
  color: #555555 !important;
}
/* Product title
/* ========================================================================== */
.product-title {
  margin-bottom: 30px;
}
.product-title .title h1 {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 0;
}
/* MOD Remove background and border from product page heading */
.inner.product-title.darken {
	background-color: transparent;
	border: none;
	padding-left: 0px;
	padding-top: 5px;
}
/* MOD was .price NOW .prod-price so JS price adjust behaves */
.product-title .prod-price {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  text-align: right;
  color: #00474f;
}

/* MOD new for product exvat price */
.product-info .prod-exvat {
  color: #00474f;
  font-weight:bold;
  font-size: 50%;
}
.product-info .prod-exvat em {
  font-size: 70%;
  font-style:normal;
}
/* MOD new for product stock availability */
.product-info .availability {
  font-size: 70%;
  display: block;
/*  
  position: absolute;
  top: 0px;
  right: -999999px; 
*/}
/* MOD tighten selects on product pages */
.product-info select {
  width: 100%;
  color: #000;
  margin-bottom: 2px;
}




/* Featured products on homepage
/* ========================================================================== */
.featured-products .thumbnails {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .featured-products .thumbnails {
    margin-bottom: 0;
  }
}
.featured-products .thumbnails .item {
  margin-bottom: 0;
  
  
  
}
@media (max-width: 767px) {
  .featured-products .thumbnails .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .featured-products .thumbnails .item {
    width: 48.61878453038674% !important;
    margin-bottom: 2.7624309392265194% !important;
  }
  .featured-products .thumbnails .item,
  .featured-products .thumbnails .item.first {
    margin-left: 2.7624309392265194% !important;
  }
/* ================================  SD UPDATE as FIRST MISSING  ================================ */

  .featured-products .thumbnails .item:nth-child(3n+1) {
    margin-left: 2.7624309392265194% !important;
  }
  
  .featured-products .thumbnails .item:nth-child(odd) {
    margin-left: 0 !important;
  }
}
.featured-products .btn-add-to-cart {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #bfd22b;
}
.featured-products .btn-add-to-cart i {
  margin-left: 10px;
}
.featured-products .btn-add-to-cart:hover {
  color: #000000;
  background-color: #007c89;
}
.featured-products .thumbnail {
  border: solid 1px #eeeeee;
  border-bottom: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.featured-products .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
}
.featured-products .thumbnail .image img {
  -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;
}
.featured-products .thumbnail .price {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #555555;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  z-index: 5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.featured-products .thumbnail .zoom {
  background-color: #bfd22b;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.featured-products .thumbnail .zoom i {
  padding-left: 6px;
}
.featured-products .thumbnail .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.featured-products .thumbnail .description {
  position: relative;
}
.featured-products .thumbnail:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-products .thumbnail:hover .price {
  background-color: #000;
}
.featured-products .thumbnail:hover .zoom {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.featured-products .thumbnail:hover .title {
  color: #000;
}
/* TOP Categories
/* ========================================================================== */
.featured-categories .thumbnails {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .featured-categories .thumbnails {
    margin-bottom: 0;
  }
}
.featured-categories .thumbnails .item {
/*  margin-bottom: 0;
*/
  border: solid 1px #eeeeee;


/* ================================  SD UPDATE as no vertical spacing  ================================ */
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .featured-categories .thumbnails .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .featured-categories .thumbnails .item {
    width: 48.61878453038674% !important;
    margin-bottom: 2.7624309392265194% !important;
  }
  .featured-categories .thumbnails .item,
  .featured-categories .thumbnails .item.first {
    margin-left: 2.7624309392265194% !important;
  }
  .featured-categories .thumbnails .item:nth-child(odd) {
    margin-left: 0 !important;
  }
}
.featured-categories .thumbnail {
  border: solid 1px #fff;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.featured-categories .thumbnail .see-all {
  font-weight: bold;
}
.featured-categories .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
}
.featured-categories .thumbnail .image img {
  -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;
}
.featured-categories .thumbnail .title {
  position: absolute;
  left: 0;
/*  bottom: 30%;
*/  top: 0%;
  padding: 8px 0px;
  
/*  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7); 
*/ 
  text-shadow: 2px 2px 8px #ffffff;
  width: 97%;
  text-align: center;
  font-size:98%;
  
  color: #212121;
  -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;
}
/*  SD Mod label description on home page for Orange / Red / Green   */
.featured-categories .thumbnail .title span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight:normal;
  font-style:normal;
  margin-right: 10px;
  display:block;
}
.featured-categories .thumbnail .link {
  position: absolute;
  left: -100%;
  top: 70%;
  padding: 10px 15px;
  
  background-color: #bfd22b;

  color: #000;  
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  
  -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;
}
.featured-categories .thumbnail .description:last-child {
  margin-bottom: 0;
}
.featured-categories .thumbnail:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* MOD new add blue overlay to image hover */
.thumbnail:hover .frame-overlay {
	-webkit-box-shadow: inset 0 2px 400px rgba(191,210,43,.7);
	-moz-box-shadow: inset 0 2px 400px rgba(191,210,43,.7);
	box-shadow: inset 0 2px 400px rgba(191,210,43,.7);	
}




.featured-categories .thumbnail:hover .title {
  left: 0;
}
.featured-categories .thumbnail:hover .link {
  left: 0;
}
/* Works
/* ========================================================================== */
.works .thumbnails {
  margin: 0 0 -20px 0;
}
.works .thumbnails .item {
  position: relative;
}
@media (max-width: 767px) {
  .works .thumbnails .item {
    margin-bottom: 50px;
  }
}
.works .thumbnail {
  margin-bottom: 0;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.works .thumbnail .image {
  position: relative;
  display: block;
}
.works .thumbnail .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.works .thumbnail .description:last-child {
  margin-bottom: 0;
}
.works .thumbnail .caption {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #327fbf;
}
.works .thumbnail .caption .title {
  padding: 0;
}
.works .thumbnail:hover .caption {
  color: #5298d2;
}
.works .thumbnail:hover .caption .description {
  color: #ffffff;
}
.works .thumbnail:hover .title {
  color: #5298d2;
}
.works .thumbnail:hover .icons {
  border-top-color: #5298d2;
}
.works .icons {
  margin: 0;
  list-style: none;
}
.works .icons li {
  float: left;
  margin-right: 4px;
}
.works .icons a {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.works .icons a:hover {
  background-position: 0 -30px;
}
.works .icons a.facebook {
  background: url("../img/fi-facebook.png") no-repeat 0 0;
}
.works .icons a.twitter2 {
  background: url("../img/fi-twitter.png") no-repeat 0 0;
}
.works .icons a.google-plus {
  background: url("../img/fi-google-plus.png") no-repeat 0 0;
}
.works .icons a:hover {
  background-position: 0 -30px;
}
/* Highlights
/* ========================================================================== */
.highlights {
  padding-top: 20px;
}
.highlights .icon i {
  font-size: 64px;
  color: #5298d2;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border: solid 3px #5298d2;
  padding: 15px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.highlights .item:hover {
  color: #5298d2;
}
.highlights .item:hover i {
  -webkit-animation: moveFromZoom 300ms ease;
  -moz-animation: moveFromZoom 300ms ease;
  -ms-animation: moveFromZoom 300ms ease;
  -o-animation: moveFromZoom 300ms ease;
  animation: moveFromZoom 300ms ease;
  color: #5298d2;
  border-color: #5298d2;
}
/* Testimonials
/* ========================================================================== */
.testimonials .testimonial .content {
  position: relative;
  background: #f8f8f8 url('../img/quote-red.png') no-repeat 5px 10px;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  line-height: 20px;
  color: #5298d2;
  font-style: italic;
  font-size: 14px;
}
.testimonials .testimonial .content p {
  margin: 10px 0 0 0;
}
.testimonials .testimonial .content p:first-child {
  margin: 0;
}
.testimonials .testimonial .author {
  margin-left: 20px;
  font-weight: 600;
}
.testimonials .testimonial .author p {
  margin-bottom: 0;
}
.testimonials .testimonial .author-add {
  margin-left: 20px;
  font-size: 11px;
  color: #999999;
}
.testimonials .testimonial .quote-arrow {
  width: 12px;
  height: 7px;
  background: url('../img/quote-arrow.png') no-repeat 50% 50%;
  position: absolute;
  bottom: -7px;
  left: 18px;
}
.testimonials .carousel-control {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
  color: #999999;
  background-color: transparent;
  border: solid 1px #eeeeee !important;
  font-size: 20px;
  border: none;
  margin: 0;
  line-height: 20px;
  height: auto;
  width: auto;
  top: -40px;
  right: 0;
  left: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonials .carousel-control.left {
  right: 33px;
}
.testimonials .carousel-control:hover {
  border-color: #5298d2 !important;
}
.testimonials .carousel-control i {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
/* Twitter Widget
/* ========================================================================== */
.tweet {
  white-space: pre;
  /* CSS 2.0 */

  white-space: pre-wrap;
  /* CSS 2.1 */

  white-space: pre-line;
  /* CSS 3.0 */

  white-space: -pre-wrap;
  /* Opera 4-6 */

  white-space: -o-pre-wrap;
  /* Opera 7 */

  white-space: -moz-pre-wrap;
  /* Mozilla */

  white-space: -hp-pre-wrap;
  /* HP Printers */

  word-wrap: break-word;
  /* IE 5+ */

}
.tweet a {
  text-decoration: none;
  color: #555555;
}
.tweet a:hover {
  color: #5298d2;
}
.tweet .tweet-img {
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 3px 3px 0 0;
  border-bottom: none !important;
}
.tweet .tweet-img img {
  margin: 0;
}
.tweet .tweet-img:hover img {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity = 30);
  opacity: 0.3;
}
.tweet .tweet-ago {
  display: block;
  font-size: 11px;
  color: #b3b3b3;
}
.tweet .tweet-ago:hover {
  color: #999999;
}
/* Twitter Footer Widget
/* ========================================================================== */
#footer .tweet {
  margin-bottom: 10px;
}
#footer .tweet .tweet-img {
  display: none;
}
#footer .tweet .tweet-img img {
  display: none;
}
#footer .tweet .tweet-txt {
  border-bottom: dashed 1px #5A961E;
  padding-bottom: 10px;
}
#footer .tweet .tweet-ago {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}
#footer .tweet .tweet-ago a {
  color: #5298d2;
  text-decoration: none;
}
#footer .tweet:last-child .tweet-txt {
  border: none;
}
/* Flickr Widget
/* ========================================================================== */
.sidebar-flickr {
  list-style: none;
  margin-left: 0;
  margin-right: -10px;
  margin-bottom: -10px;
}
.sidebar-flickr li {
  float: left;
  margin: 0 10px 10px 0;
}
.sidebar-flickr a,
.sidebar-flickr a img {
  display: block;
  width: 100%;
  position: relative;
}
.sidebar-flickr .thumbnail {
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: #ffffff;
}
.sidebar-flickr .thumbnail:hover {
  background-color: #5298d2;
}
/* Flickr Footer Widget
/* ========================================================================== */
.flickr {
  margin-left: 0;
}
.flickr li {
  float: left;
  list-style: none;
  margin: 0 10px 10px 0;
  line-height: 0 !important;
}
.flickr a,
.flickr a img {
  display: block;
}
/* ========================================================================== */
/* Blog Styles
/* ========================================================================== */
.blog-post {
  margin-bottom: 60px;
}
.blog-post .row-fluid .post-wrapper {
  position: relative;
}
@media (min-width: 1200px) {
  
}
@media (max-width: 979px) {
  .blog-post .row-fluid .post-wrapper {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.blog-post .row-fluid .post-meta-wrapper.pull-left {
  margin-left: 0;
}
@media (max-width: 979px) {
  .blog-post .row-fluid .post-meta-wrapper {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
}
.blog-post .flex-direction-nav a {
  position: absolute;
}
.blog-post .post-title {
  margin-top: 10px;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 25px;
  font-weight: bold;
}
.blog-post .post-title a {
  text-decoration: none;
  color: #000000;
}
.blog-post .post-title a:hover {
  color: #5298d2;
}
.blog-post .post-meta-before {
  margin: 0 0 10px 0;
}
.blog-post .post-meta-before li {
  margin: 0 0 5px 0;
  list-style: none;
  font-size: 12px;
  line-height: 15px !important;
  padding-left: 20px;
}
@media (max-width: 979px) {
  .blog-post .post-meta-before li {
    float: left;
    margin: 0 10px 5px 0;
  }
}
.blog-post .post-meta-before li [class^="icon-"],
.blog-post .post-meta-before li [class*=" icon-"],
.blog-post .post-meta-before li [class^="iconic-"],
.blog-post .post-meta-before li [class*=" iconic-"] {
  display: block;
  float: left;
  margin-left: -20px;
  width: 20px;
  text-align: center;
  color: gray;
}
.blog-post .post-meta-before li [class^="icon-"]:before,
.blog-post .post-meta-before li [class*=" icon-"]:before,
.blog-post .post-meta-before li [class^="iconic-"]:before,
.blog-post .post-meta-before li [class*=" iconic-"]:before {
  vertical-align: top;
}
.blog-post .post-meta-before a {
  text-decoration: none;
  color: #555555;
}
.blog-post .post-meta-before a:hover {
  color: #5298d2;
}
.blog-post .post-meta {
  color: #1d496e;
  overflow: hidden;
  margin: 0 0 10px 0;
  font-size: 11px;
}
.blog-post .post-meta li {
  float: left;
  margin-right: 15px;
  list-style: none;
}
.blog-post .post-meta li:first-child {
  margin-right: 7px;
}
.blog-post .post-meta a {
  text-decoration: none;
  color: #122e46;
  border-bottom: solid 1px #1d496e;
}
.blog-post .post-meta a:hover {
  color: #5298d2;
  border-bottom: solid 1px #5298d2;
}
.blog-post .post-meta-date {
  color: #ffffff;
  background-color: #5298d2;
  text-transform: uppercase;
}
.blog-post .post-meta-comm {
  color: #ffffff;
  background-color: #5298d2;
}
.blog-post .read-more {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #5298d2;
  border: none;
}
.blog-post .read-more:hover {
  color: #5298d2;
  border: none;
}
/* ========================================================================== */
/* Forms
/* ========================================================================== */
#af-form {
  margin-bottom: 0;
}
#af-form textarea,
#af-form input[type="text"] {
  border-width: 1px;
  border-color: #eeeeee !important;
  background-color: #fbfbfb !important;
  color: #909090;
  padding: 10px 15px;
  height: auto;
  font-size: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
#af-form textarea:hover,
#af-form input[type="text"]:hover,
#af-form textarea:focus,
#af-form input[type="text"]:focus {
  border-color: #5298d2 !important;
  background-color: #eeeeee !important;
  color: #555555;
}
#af-form textarea {
  height: 160px !important;
  overflow: auto;
  resize: none;
}
#af-form input.error,
#af-form textarea.error {
  border: 1px solid #e81123;
}
#af-form .af-outer {
  margin-bottom: 0;
}
#af-form .form-button {
  background-color: #5298d2;
}
#af-form .form-button:hover {
  background-color: #333333;
}
label.error,
label.ferror {
  color: #e81123;
  font-size: 13px;
}
#progress {
  margin-top: 15px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* ========================================================================== */
/* Reviews
/* ========================================================================== */
.reviews-title .title h3,
.reviews-title .stars {
  font-size: 24px;
  line-height: 25px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.reviews-title .stars {
  text-align: right;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .reviews-title .stars {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .reviews-title .stars {
    text-align: left;
  }
}
.reviews-title .stars .rated {
  margin-bottom: 0;
}
.reviews .rated {
  margin-bottom: 20px;
  display: block;
}
.add-review {
  margin-top: 20px;
}
.add-review .stars {
  line-height: 36px;
  text-align: right;
}
.add-review textarea,
.add-review input[type="text"] {
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: #eeeeee;
  color: #555555;
  padding: 10px 15px;
  height: auto;
  font-size: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
.add-review textarea:hover,
.add-review input[type="text"]:hover,
.add-review textarea:focus,
.add-review input[type="text"]:focus {
  border-color: #5298d2;
  color: #000000;
}
@media (max-width: 767px) {
  .add-review .stars,
  .add-review textarea,
  .add-review input[type="text"] {
    margin-left: 0 !important;
  }
}
.add-review .btn-submit-review {
  padding: 10px 15px;
  font-weight: bold;
}
.add-review .btn-submit-review:hover {
  background-color: #5298d2;
}
/* ========================================================================== */
/* Comments
/* ========================================================================== */
.comments .comment {
  margin-bottom: 20px;
}
.comments .textarea {
  position: relative;
}
.comments .avatar {
  position: relative;
  float: left;
}
.comments .meta {
  float: left;
  margin: 0 15px;
}
.comments .comments-list {
  margin-left: 0;
  margin-bottom: 20px;
}
.comments li {
  list-style: none;
}
/* ========================================================================== */
/* Thumbnails
/* ========================================================================== */
.image-icon {
  padding: 10px;
  text-align: center;
}
.image-icon [class^="icon-"],
.image-icon [class*=" icon-"] {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 1;
  margin-top: 20px;
  display: inline-block;
}
.image-icon [class^="icon-"]:before,
.image-icon [class*=" icon-"]:before {
  width: 100px;
}
/* Hero unit
/* ========================================================================== */
.hero-unit {
  padding: 20px 30px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hero-unit h1 {
  color: #5298d2;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 10px 0;
}
.hero-unit p {
  font-size: 14px;
  line-height: 20px;
}
.hero-unit p:last-child {
  margin-bottom: 0;
}
.hero-unit .button-block {
  float: right;
}
.hero-unit .button-block .pull-vertical-center {
  height: 80px;
}
@media (max-width: 767px) {
  .hero-unit .button-block {
    margin-top: 20px;
    float: none;
  }
  .hero-unit .button-block .pull-vertical-center {
    height: auto;
  }
}
.hero-unit .button-block .btn-primary {
  -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;
  background-color: #333333;
}
.hero-unit .button-block .btn-primary:hover {
  background-color: #5298d2;
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/* Back to Top
/* ========================================================================== */
#toTop {
  background: rgba(0, 0, 0, 0.7) url('../img/totop.png') no-repeat scroll 50% 50%;
  color: #ffffff;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  display: none;
  overflow: hidden;
  height: 50px;
  width: 50px;
  text-decoration: none;
  text-indent: -999px;
}
#toTop:active,
#toTop:focus {
  outline: none;
  /*background-color: #5298d2;*/
  background-color: #8dc158;
}
#toTopHover {
  /*background: #5298d2 url('../img/totop.png') no-repeat scroll 50% 50%;*/
  background: #8dc158 url('../img/totop.png') no-repeat scroll 50% 50%;
  display: block;
  overflow: hidden;
  float: left;
  height: 50px;
  width: 50px;
  opacity: 0;
}
/* ========================================================================== */
/* Helpful Classes
/* ========================================================================== */
.clear {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.spacer {
  height: 50px;
}
.pull-vertical-center {
  vertical-align: middle;
  display: table-cell;
  width: auto;
}
.well.transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.btn {
  background-image: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
.btn:hover {
  -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;
}
.gmap {
  max-width: 100%;
  line-height: 0;
}


a,
a:active,
a:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus {
  outline: 0 !important;
}
.first {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

/* ================================  SD UPDATE as FIRST MISSING  ================================ */
 .item:nth-child(3n+1) {
  margin-top: 0 !important;
  margin-left: 0 !important;
  }



.last {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}


/* MOD added  */

.shop-products .thumbnails .inner {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
}
.shop-products .thumbnails .inner h2 {
	font-size: 125%;
	margin: 0px;
	margin-bottom: 5px;
	line-height:normal;
}
.featured-categories .thumbnails h2 {
	font-size: 125%;
	line-height:normal;
}



/*.thumbnails .item.span4 {
	margin-left: 0px;
}
.thumbnails .inner.notop.nobottom {
	margin-left: 320px;
	background-color:transparent;
}
.thumbnails .buy-box {
	margin-left: 335px;
	background-color:transparent;
}
*/




/*---------------------------- purchase pop up ---------------------------------------------------*/

#message-container {
	width:350px;
	height:121px;
	background-color: #333333;
	
/*	background-image:url(../theme/theme-images/pop-box.png);
*/	position:absolute;
	top:-141px;                             /*height value plus 20px;*/
	left:50%;
	z-index:100;
	margin-left:-175px;                     /*half the width value*/
	font-family:verdana, sans-serif;
	font-size:1.2em;
	background-repeat: no-repeat;
	font-weight: bold;
}

#message-container p {
	text-align:center;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.message-button {
/*	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	font-weight:bold;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;	
	position: absolute;
	width: 140px;
	right: 10px;
	bottom: 10px;
	
	background-color: #92C55D;
	color:#000000;*/
	
	-webkit-appearance: none;
	
	
	display: inline-block;
	zoom: 1; 
	*display: inline;
	vertical-align: baseline;
	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	font-weight:bold;
	color: #fff;
	border: solid 1px #fff;
	background-color: #212121;
	margin: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	position: absolute;
	width: 140px;
	right: 10px;
	bottom: 10px;
	
	
	
	
  -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;
	}

.message-button:hover, .message-button:active {
/*  background-color: #5B9125;
  color:#FFFFFF;
*/  
  
	border: solid 1px #fff;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	color: #000000;
	background-color: #007c89;
}



.message-button2 {
/*	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	font-weight:bold;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	
	position: absolute;
	bottom: 10px;
	left: 10px;
	
	background-color: #92C55D;
	color:#000000;*/
	
	-webkit-appearance: none;
	
	
	display: inline-block;
	zoom: 1; 
	*display: inline;
	vertical-align: baseline;
	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	font-weight:bold;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.9);
	border: solid 1px #fff;
	background-color: #212121;
	margin: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	position: absolute;
	bottom: 10px;
	left: 10px;   
	
	
  -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;
}

.message-button2:hover, .message-button2:active {
/*  background-color: #5B9125;
  color:#FFFFFF;
*/  
  
	border: solid 1px #fff;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	color: #000000;
	background-color: #007c89;
}

/*---------------------------- pop up ---------------------------------------------------*/

#message-container-error {
	width:350px;
	height:140px;
	
	background-color: #333333;
	
	background-image:url(../img/_pop-box-error.png);
	position:absolute;
	top:-141px;                             /*height value plus 20px;*/
	left:50%;
	z-index:100;
	margin-left:-175px;                     /*half the width value*/
	font-family:verdana, sans-serif;
	font-size:1.0em;
	background-repeat: no-repeat;
	font-weight:bold;
}

#basketmessage-error {
	text-align:center;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 110px;
}

.message-button-error {
/*	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
	font-weight:bold;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	margin: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	position: absolute;
	bottom: 10px;
	left: 190px;
	background-color: #92C55D;
	color:#000000;*/
	
	-webkit-appearance: none;
	
	display: inline-block;
	zoom: 1; 
	*display: inline;
	vertical-align: baseline;
	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	font-weight:bold;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.9);
	border: solid 1px #fff;
	background-color: #212121;
	margin: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	position: absolute;
	bottom: 20px;
	left: 171px;	
	
  -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;
}

.message-button-error:hover, .message-button-error:active {
/*  background-color: #254265;
  color:#FFFFFF;
*/  
	border: solid 1px #fff;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	color: #000;
	background-color: #007c89;
}


/*---------------------------- pop up opacity effect ---------------------------------------------------*/


#dropSheet {
	position: fixed;
	top: 0;
	left: 0;
	z-index:99;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.cat-prod-exvat {
	position:absolute;
	top: 200px;
	left: 200px;
}
.cat-prod-exvat em {
  font-size: 70%;
  font-style:normal;
}




/* -------------- show hide volume pricing info -------------------- */

.show-hide-normal {
	position: absolute;
	left: 0px;
	bottom: 50px;
	width: 140px;
	background-color:#FFFFFF;
	z-index:100;
  	border: 1px solid #ccc;
	
	
/*	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);	
*/}
.show-hide-normal input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.show-hide-normal h3 {
	clear:both;
	padding:0;
	font-size: 90%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color:#000000;
	font-weight:bold;
}
.show-hide-normal label {
	cursor: pointer;
}
.show-hide-normal label {
	position: relative;
	display: block;
	padding-left: 25px;
	padding-right: 5px;
  
}
.show-hide-normal label:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 8px;
/* -- Sneaky arrow left -- */
	border-left: 8px solid red;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-top: -8px;
}
.show-hide-normal input[type=checkbox]:checked ~ h3 label:before {
/* -- Sneaky arrow down -- */
	border-left: 8px solid transparent;
	border-top: 8px solid red;
	border-right: 8px solid transparent;
	margin-left: -4px;
	margin-top: -4px
}
.show-hide-normal p {
	max-height: 0;
	overflow: hidden;
	margin: 0;
	padding-left: 0px;
	transition: max-height 0.4s ease;
	text-align:right;
	padding-right: 10px;
	line-height: 140%;
}
.show-hide-normal p span {
	width: 45px;
	color: red;
	display:block;
	float:right;
}
.show-hide-normal input[type=checkbox]:checked ~ h3 ~ p {
	max-height: 180px;
}

.shop-products .btn-add-to-cart {
	width: 142px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.shop-products .quantity {
	width: 142px;
	height: 30px;
	position: relative;
	display:block;
}
.shop-products .quantity input {
	position: absolute;
	width: 50px;
	left: 78px;
	top: -7px;
 }






/*--------------------------------------- SF Crest horizontal ---------------------------------------------*/

#siteseal-horiz {
	height: 28px;
	width: 213px;
	width: 178px;
	position: relative;
	float: right;
	padding-left: 18px;
}
div.sf1 {
	float: left;
	width: 115px;
	height: 28px;
	background: url('../img/1e-red-siteseal-horiz-left.png')  no-repeat top left;
	display: inline;
	}
div.sf1 a {
	display: block;
	margin: 0;
	padding:0;
	width:115px;
	height:28px;
	overflow:hidden;
	color: #fff;
	text-decoration: none;
	background: url('../img/1e-red-siteseal-horiz-left.png') no-repeat 0 -28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	background-color: transparent;
	}
div.sf1 a:visited {
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	color: #ff6633;
	display: block;
	margin: 0;
	padding:0;
	width:115px;
	height:28px;
	}
	
div.sf1 a:hover {
	background-image: url('none');
	text-decoration: underline;
	color: #ff6633;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	background-color: transparent;
	display: block;
	margin: 0;
	padding:0;
	width:115px;
	height:28px;
	}
div.sf1 a:active {
	text-decoration: underline;
	color: #ff6633;
	font-size: 9px;
	line-height: 1.1;
	font-weight: normal;
	background-color: transparent;
	display: block;
	margin: 0;
	padding:0;
	width:115px;
	height:28px;
	}
div.sf1 span {
	display: block;
	text-align: left;
	margin: 0px;
	padding-top: 4px;
	padding-left: 32px;
	}
	
div.sf2 {
	float: left;
	width: 93px;
	width: 63px;
	height: 28px;
	background-image: url('https://secure.shopfitter.com/common/comodo_secure_76x26_transp.png');
	background-repeat: no-repeat;
	background-position: right right;
	}
div.sf2 a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	color:#DD1018;
	text-decoration: none;
	background-image: url('https://secure.shopfitter.com/common/comodo_secure_76x26_transp.png');
	background-repeat: no-repeat;
	background-position: right right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	background-color: transparent;
	}
div.sf2 a:visited {
	color: #DD1018;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
div.sf2 a:hover {
	background-image: url('none');
	text-decoration: underline;
	color: #DD1018;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
div.sf2 a:active {
	color: #DD1018;
	font-size: 9px;
	line-height: 1;
	font-weight: normal;
	}
div.sf2 span {
	display: block;
	text-align: left;
	margin-bottom: 0;
	padding-top: 7px;
	padding-left: 11px;
	text-align: center;
	color: #DD1018;
	}



.img-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.img-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}



/*--------------------------------------- SF login cms ---------------------------------------------*/

.header-login {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#999999;
	border-bottom: solid 1px #fff;
}
.header-login a:link {
	font-weight: bold;
	text-align:center;
	margin-left:5px;
	padding:5px;
	background-color:#BFD22B;
	color:#000;
	text-decoration:none;
}
.header-login a:visited {
	color:#000;
	background-color:#BFD22B;
}
.header-login a:hover {
	color:#000;
	background-color:#fbad18;
	text-decoration:none;
}
.header-login a:active {
	color:#000;
	background-color:#fbad18;
	text-decoration:none;
}



.header-logout {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#999999;
	border-bottom: solid 1px #fff;
}
.header-logout a:link {
	font-weight: bold;
	text-align:center;
	margin-left:5px;
	padding:5px;
	background-color:#BFD22B;
	color:#000;
	text-decoration:none;
}
.header-logout a:visited {
	color:#000;
	background-color:#BFD22B;
}
.header-logout a:hover {
	color:#000;
	background-color:#fbad18;
	text-decoration:none;
}
.header-logout a:active {
	color:#000;
	background-color:#fbad18;
	text-decoration:none;
}

/*---------------------------- Test flex box for same height category background instaed of js does not work in all browsers but faster as no js to load ---------------------------------------------------*/

/*.shop-products .thumbnails {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shop-products .thumbnails .item {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
*/




.product-list-table	h2 {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 95%;
	line-height: 110%;
	color: #ab1a25;
	}
.product-list-table	h2 a {
	color: #ab1a25;
	}
.product-list-table	h2 a:hover {
	color: #254265;
	}
#product-list-tabular .row-fluid:nth-child(odd) {
	background-color: #EDEDED;
}
#product-list-tabular .row-fluid {
	padding-top: 5px;
}
.prod-heading {
	text-align: left;
	font-size: 110%;
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0,0,0,.9);
	background-color: #254265 !important;
    -moz-box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.65);
    -webkit-box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.65);
    -o-box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.65);
	box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.65);
	padding: 5px;
	margin-bottom: 5px;
}	
.product-list-table	.prod-exvat {
	font-size: 90%;
}
.product-list-table	.cat-prod-price {
	font-weight: bold;
  color: #3065B5;
}
.product-list-table	.cat-prod-description {
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
.product-list-table	.userstring1 {
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	color:#FF0000;
	}



/* -------------- Category Product table layout -------------------- */


/*#product-list-tabular  {
	background-color: #FFFFFF;
}
.product-list-table {
	background-color:#EDF8FE;
	width: 100%;
	float: left;
	position: relative;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom:5px;
	}

.product-list-table:nth-child(odd) {
	background-color: #DEF1FD;
}

.prod-heading {
	color:#FFFFFF;
	font-weight:bold;
	font-size:120%;
	background-color: #232533;
	box-shadow: inset 0 -8px 6px -2px rgba( 0, 0, 0, .70);
	-webkit-box-shadow:inset 0 -8px 6px -2px rgba( 0, 0, 0, .70);
	text-shadow: 0 1px 1px rgba(0,0,0,.9);	
	width: 705px;
	float: left;
	padding: 10px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
	border-top-left-radius: 5px; 	
	border-top-right-radius: 5px; 	
	
}	
.form-left {
	float: left;
	width: 440px;
	margin: 0px;
	padding: 0px;
}
.form-right {
	float: right;
	width: 275px;
	position: relative;
	padding-top: 30px;
	}
	
.product-list-table	h2 {
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	
.product-list-table	.cat-prod-description {
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	}
	
.product-list-table	.userstring1 {
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	color:#FF0000;
	}
	
.product-list-table	.prod-exvat {
	float: left;
	text-align:right;
	margin-right: 5px;
	width: 120px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 0px;
	right: 150px;
	}
.product-list-table	.cat-prod-price {
	float: left;
	text-align:right;
	margin-right: 5px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	top: 0px;
	right: 45px;
	}
	
	
.product-list-table	.quantity {
	float: left;
	text-align:right;
	width: 45px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
}	
.product-list-table	.quantity input {
	background-color: #C9E8F8;
	display:block;
	border: none;
	width: 30px;
	height: 20px;
	line-height:20px;
	text-align:center;
	margin:0px;
	padding:0px;
	text-align:center;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.4);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.4);
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 7px;
	margin-left: 7px;
	z-index:10;
	position:relative;
	}	
	
.product-list-table select {
	font-size: 0.8em;
	width: 220px;
	margin-right: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	float: right;
	display:block;
	
	border: 1px solid #ccc;
	background-color: #C9E8F8;
	
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);	
	z-index:10;
	position:relative;

}
*/
	
/* -------------- show hide volume pricing info -------------------- */

.show-hide {
	position:relative;
	float: right;
	margin-right: 5px;
}
.show-hide input[type=checkbox] {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
}
.show-hide h3 {
	clear:both;
	padding:0;
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.show-hide label {
   cursor: pointer;
}
.show-hide label {
  position: relative;
  display: block;
  padding-left: 130px;
}

.show-hide label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 115px;
/* -- Sneaky arrow left -- */
  border-left: 8px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-top: -8px;
}

.show-hide input[type=checkbox]:checked ~ h3 label:before {
/* -- Sneaky arrow down -- */
  border-left: 8px solid transparent;
  border-top: 8px solid red;
  border-right: 8px solid transparent;
  margin-left: -4px;
  margin-top: -4px
}

.show-hide p {
  max-height: 0;
  overflow: hidden;
  padding-left: 130px;
  transition: max-height 0.4s ease;
  text-align:right;
  padding-right: 7px;
  line-height: 140%;
}

.show-hide p span {
  width: 45px;
  color:#CC00FF;
  display:inline-block;
}
.show-hide input[type=checkbox]:checked ~ h3 ~ p {
  max-height: 18px;
}



/*#product-list-tabular .add-button {
	clear:both;
	margin-top: 10px;
	}*/

/*-------------------------------Bespoke-------------------------------------*/

.bespoke-sale {
	width: 340px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
	border: 1px solid #E8E8E8;
}

.bespoke-box {
	width: 225px;
	float: right;
	font-size:14px;
	
	}

.bespoke-sale .prod-price label {
	float: left;
}

.holder-520 {
	width: 520px;
	float:left;
	}
	
	
/*----------------------------  editor styles ---------------------------------------------------*/

.text-left {
	text-align:			left;
}

.text-right {
	text-align:			right;
}

.text-centre {
	text-align:			center;
}

.text-justify {
	text-align:			justify;
}
.text-colour1 {
	color:				red;
	font-weight: 		bold;
}

.text-colour2 {
	color:				green;
	font-weight: 		bold;
}

.text-colour3 {
	color:				#A52A2A;
	font-weight: 		bold;
}

.text-colour4 {
	color:				blue;
	font-weight: 		bold;
}

.text-colour5 {
	color:				#FF9900;
	font-weight: 		bold;
}

.text-colour6 {
	color:				#9900FF;
	font-weight:		bold;
}

.text-small {
	font-size:			80%;
}

.text-large {
	font-size:			120%;
}

.text-larger {
	font-size:			140%;
}

.image-right {
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.image-left {
	float:left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.image-center img {
	float:none;
    display: block;
    margin-left: auto;
    margin-right: auto;
	 }


.footer-delivery {
	font-size: 13px;
	color: #C5000F;
}
.footer-delivery span {
	font-size: 130%;
}


.span6 img {
	margin-bottom: 15px;
}



/* MOD new to allow styling of sku background */
.shop-products .thumbnail .sku {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%; 
  height: 20px; 
  background-color: #bfd22b;
  background-color: rgba(191, 210, 43, 0.8);
  
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

}
.shop-products .thumbnail .sku p {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  z-index: 5;
  }
.shop-products .thumbnail:hover .sku p {
  color: #000;
}
.shop-products .thumbnail:hover .sku {
  background-color: #fdad18;
  background-color: rgba(251, 173, 24, 0.7);
}

.product-info .sku {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight:bold;
  text-align:center;
  background-color:#bfd22b;
  padding: 5px;
  margin-bottom: 10px;
}


.product-info .sku {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight:bold;
  text-align:center;
  background-color:#bfd22b;
  padding: 5px;
  margin-bottom: 10px;
}
.product-info .sku em {
  font-style:normal;
}













/* MOD new to allow styling of price background - triangle etc. */
.shop-products .thumbnail .userstring1 {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 0; 
  height: 0; 
  border-bottom: 100px solid #cb0000; 
  border-bottom: 100px solid rgba(203, 0, 0, 0.8);
  border-right: 100px solid transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.shop-products .thumbnail .userstring1 p {
  position: absolute;
  bottom: -100px;
  left: 4px; 
  width: 65px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  z-index: 5;
  }
.shop-products .thumbnail:hover .userstring1 p {
  color: #000;
}
.shop-products .thumbnail:hover .userstring1 {
  border-bottom: 100px solid #cb0000; 
  border-bottom: 100px solid rgba(203, 0, 0, 1.0);
}


.product-info .userstring1 {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight:bold;
  text-align:center;
  background-color:#bfd22b;
  padding: 5px;
  margin-bottom: 10px;
}




.video-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container43 {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
}
.video-container43 iframe,
.video-container43 object,
.video-container43 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (max-width: 979px) {

.video-container-m {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.video-container-m iframe,
.video-container-m object,
.video-container-m embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container-m43 {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
}
.video-container-m43 iframe,
.video-container-m43 object,
.video-container-m43 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

}


/* MOD style cart page buttons */

.btn-primary {
	background-color:#007c89;
}

.btn-primary:hover {
	background-color:#fbad18;
}


/* MOD Worlpay logo to fit left menu */

.worldpay img {
    width: 90%;
    height: auto;
}

.worldpay tr:last-of-type img {
    width: 139px;
    height: auto;
}


/* MOD new for cleopatra only */

.cleopatra-box {
  background: #fbad18 url('../img/logo-back-small.png') no-repeat bottom right;
  color: #000;
}
.terms strong {
  color: #ae132a;	
}
.delivery-box {
  background-color: #DFE995;
}
.delivery-box table {
  background-color: #EAF0B8;
}

.delivery-box-trade {
  background-color: #FFDC55;
}
.delivery-box-trade table {
  background-color: #FFF1BB;
}




/* MOD Login Member Form */

.green {
  color: green;
  font-weight: bold;
}
.red {
  color: red;
  font-weight: bold;
}






.backcolor {
	background-color:#FBAD18;
}
.backcolordark {
	background-color:#00474F;
}
.backcolordark a:link, .backcolordark a:visited {
	color:#ffffff;
}
.backcolordark a:hover, .backcolordark a:active {
	color:#FBAD18;
}






.sdpad {
    margin-left: 2.7624309392265194% !important;
}
