.hikashop_product_right_part #width, .hikashop_product_right_part #length,
.hikashop_item_width_line,
.hikashop_item_length_line {
	display: none;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.hikashop_product_quantity_main {
	margin: 10px 0 30px 0;
	text-align: right;
}
.hikashop_product_quantity_main h4 {
	font-size: 14px;
	font-weight: bold !important;
}
.hikabtn_checkout_next { 
	float: right;	
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org 
 *------------------------------------------------------------------------------
 */
/* Styles that need to be reset before we proceed
-----------------------------------------------------------------------------*/
body {
  margin: 0 !important;
}
/* Reset Items */
#navwrap .navbar-inner,
#breadcrumb {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
}
/* Reset the margin on menu items - Not really sure why this is necessary */
ul,
menu,
dir {
  padding-left: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
div,
ul {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
}
/* Reset DD things in Joomla */
dd {
  padding: 0;
  margin: 0;
}
/* Indent on ul */
ul {
  margin-left: 16px;
}
/* Sidebar margin ul reset */
.sidebar ul,
.items-more ol {
  margin-left: 0;
  padding: 0;
}
/* Dont like Hr styling */
hr {
  border: 0;
}
/* Puts default margin on content items */
article {
  margin: 0 0 30px;
}
/* No need for margin on full width items */
.span12 {
  margin: 0 !important;
}
i.jbtype {
  background: none;
}
html > body {
  background: #FFF;
  color: #333;
  font-size: 15px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}
/* Tools
-----------------------------------------------------------------------------*/
.floatleft {
  float: left;
  margin: 0 3% 30px 0;
}
.floatright {
  float: right;
  margin: 0 0 30px 3%;
}
.divider {
  *zoom: 1;
  clear: both;
}
.divider:before,
.divider:after {
  display: table;
  content: "";
  line-height: 0;
}
.divider:after {
  clear: both;
}
/* A legacy rule because we used clear so much before */
.clear {
  *zoom: 1;
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}
/* Position on nav and logo etc */
.zenleft {
  float: left;
}
.zencenter {
  float: none;
  text-align: center;
}
.zenright {
  float: right;
}
/* Modal
-----------------------------------------------------------------------------*/
.modalmodule {
  margin-bottom: 30px;
}
.modal-header h3 {
  display: inline;
}
.modal .zen-module-body {
  padding: 20px 3% 30px;
}
/* Tab spacing
-----------------------------------------------------------------------------*/
.tab-content {
  padding: 10px;
  border: 1px solid #eee;
}
/* Old grid css for backwards compatibility and Jb Type grid syntax
-----------------------------------------------------------------------------*/
.grid_one,
.grid_two,
.grid_three,
.grid_four,
.grid_five,
.grid_six,
.grid_seven,
.grid_eight,
.grid_nine,
.grid_ten,
.grid_eleven,
.grid_3,
.grid_4,
.grid_2,
.grid_1,
.grid_5,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11 {
  margin-right: 3.8%;
  float: left;
  position: relative;
  min-height: 1px;
}
.grid_one {
  width: 4.85%;
}
.grid_11 {
  width: 5.7%;
}
.grid_10 {
  width: 6.7%;
}
.grid_9 {
  width: 7.9%;
}
.grid_8 {
  width: 9.3%;
}
.grid_7 {
  width: 11.1%;
}
.grid_two {
  width: 13.45%;
}
.grid_5 {
  width: 17%;
}
.grid_three,
.grid_4 {
  width: 22.05%;
}
.grid_four,
.grid_3 {
  width: 30.75%;
}
.grid_five {
  width: 39.45%;
}
.grid_six,
.grid_2 {
  width: 48%;
}
.grid_seven {
  width: 56.75%;
}
.grid_eight {
  width: 65.4%;
}
.grid_nine {
  width: 74.05%;
}
.grid_ten {
  width: 82.7%;
}
.grid_eleven {
  width: 91.35%;
}
.grid_twelve,
grid_,
.grid_1 {
  width: 100%;
  float: left;
}
.zenlast,
.jblast {
  float: right;
  margin: 0;
}
#navwrap [class^="icon-"] {
  background: none;
}
.clear {
  *zoom: 1;
  clear: both;
}
.clear:before,
.clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}
/* Classes to position elements vertically
-----------------------------------------------------------------------------*/
.top25 {
  margin-top: 25px;
}
.top50 {
  margin-top: 50px;
}
.top75 {
  margin-top: 75px;
}
.top100 {
  margin-top: 100px;
}
.top125 {
  margin-top: 125px;
}
.top150 {
  margin-top: 150px;
}
.top175 {
  margin-top: 175px;
}
.top200 {
  margin-top: 200px;
}
.top225 {
  margin-top: 225px;
}
.top250 {
  margin-top: 250px;
}
.top275 {
  margin-top: 275px;
}
.top300 {
  margin-top: 300px;
}
.top325 {
  margin-top: 325px;
}
.top350 {
  margin-top: 350px;
}
.top375 {
  margin-top: 375px;
}
.top400 {
  margin-top: 400px;
}
.top425 {
  margin-top: 425px;
}
.top450 {
  margin-top: 450px;
}
.top475 {
  margin-top: 475px;
}
.top500 {
  margin-top: 500px;
}
.minustop25 {
  margin-top: -25px;
}
.minustop50 {
  margin-top: -50px;
}
.minustop75 {
  margin-top: -75px;
}
.minustop100 {
  margin-top: -100px;
}
.minustop125 {
  margin-top: -125px;
}
.minustop150 {
  margin-top: -150px;
}
.minustop175 {
  margin-top: -175px;
}
.minustop200 {
  margin-top: -200px;
}
.minustop225 {
  margin-top: -225px;
}
.minustop250 {
  margin-top: -250px;
}
.minustop275 {
  margin-top: -275px;
}
.minustop300 {
  margin-top: -300px;
}
.minustop325 {
  margin-top: -325px;
}
.minustop350 {
  margin-top: -350px;
}
.minustop375 {
  margin-top: -375px;
}
.minustop400 {
  margin-top: -400px;
}
.minustop425 {
  margin-top: -425px;
}
.minustop450 {
  margin-top: -450px;
}
.minustop475 {
  margin-top: -475px;
}
.minustop500 {
  margin-top: -500px;
}
.top-padding {
  padding-top: 80px;
}
/* Simple List
-----------------------------------------------------------------------------*/
ul.simple {
  margin: 30px 0;
}
ul.simple li {
  border-bottom: 1px solid #eaeaea;
  list-style-type: none;
  padding: 8px 0;
}
ul.simple li:last-child {
  border-bottom: 0;
}
ul.simple ul,
ul.simple ol {
  margin-top: 10px;
}
ul.simple ol li {
  list-style-type: decimal;
}
/* Joomla
-----------------------------------------------------------------------------*/
.pager a {
  background: none;
  border-radius: 0;
}
.readmore a.btn span:after {
  padding-left: 10px;
}
/* Content
-----------------------------------------------------------------------------*/
.article-info {
  font-size: 90%;
}
.article-info,
.parent-category-name,
.category-name {
  color: #999999;
}
.article-info-term {
  display: none;
}
article {
  margin-bottom: 60px;
}
.btn-group.pull-right {
  float: right;
  margin-bottom: 10px;
}
.blog .items-more ol,
article .items-more ol {
  margin-left: 0px;
}
.blog .items-more .nav-tabs li:hover a,
article .items-more .nav-tabs li:hover a {
  background: transparent !important;
}
/* Contact Form
-----------------------------------------------------------------------------*/
.contact dt {
  margin: 20px 0 0 ;
}
.contact-category td {
  padding: 20px;
}
.readmore a.btn span:after {
  padding-left: 10px;
}
.article-info {
  color: #999999;
}
.article-info-term {
  display: none;
}
.page-header {
  border: 0;
}
.page-header.item-title {
  border-bottom: 1px solid #eeeeee;
}
/* Login Form
-----------------------------------------------------------------------------*/
.other-links,
.items-more ol {
  margin: 0;
}
.items-more ol {
  margin-left: 20px;
}
.other-links li {
  list-style-type: none;
  margin: 10px;
  padding-bottom: 8px;
}
/* Search Results
-----------------------------------------------------------------------------*/
.result-created,
.result-category {
  font-size: 80%;
  color: #999999;
  font-style: italic;
  padding: 10px 0;
}
.result-created {
  border: 1px solid #eeeeee;
  overflow: hidden;
  margin-bottom: 10px;
}
.result-title {
  font-size: 1.6em;
}
/* Pagenav
-----------------------------------------------------------------------------*/
.pager li > a {
  border-radius: 0;
  border: 0;
  background: none;
}
.pager a {
  background: none;
  border-radius: 0;
}
/* Pagenav - Tabs
-----------------------------------------------------------------------------*/
dl#tabs {
  border: 1px solid #eeeeee;
  background-position: left top;
}
dl#tabs h3 {
  float: left;
  margin-right: 4%;
  font-size: 1.7em;
  font-weight: normal;
}
dl#tabs .open a {
  color: #FF9900;
}
dl#tabs {
  *zoom: 1;
  clear: both;
}
dl#tabs:before,
dl#tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
dl#tabs:after {
  clear: both;
}
/* Pagenav - Sliders
-----------------------------------------------------------------------------*/
#sliders h3 {
  border: 1px solid #eeeeee;
  margin: 0;
  padding: 10px;
}
#sliders h3.pane-toggler:before {
  content: "+ ";
}
#sliders h3.pane-toggler-down:before {
  content: "- ";
}
/* Contact Form - Sliders
-----------------------------------------------------------------------------*/
.slidecontent {
  height: 0;
  overflow: hidden;
}
.accordion-group {
  border: 0;
  margin: 0;
}
.accordion-heading {
  border-bottom: 1px solid #ddd !important;
  clear: both;
  background: #fafafa url(../images/bg/pattern.png);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.4em;
  line-height: 2em;
}
.accordion-heading a {
  text-decoration: none;
}
.accordion-heading .collapsed .accordion-icon:before {
  content: "\f067";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #c57669;
  font-size: 80%;
}
.accordion-heading .accordion-icon:before {
  content: "\f068";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #c57669;
  font-size: 80%;
}
.accordion-heading:hover span:before {
  color: #FF9900 !important;
}
.contact .collapsed .accordion-icon:before {
  margin-left: 10px;
}
.contact .accordion-icon:before {
  margin-left: 10px;
}
/* Contact Form - Tabs
-----------------------------------------------------------------------------*/
.contact .nav.nav-tabs {
  padding-bottom: 0 !important;
  margin-top: 40px !important;
}
.contact .nav.nav-tabs li {
  padding: 0 !important;
}
.contact .tab-content {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 30px;
  margin-top: -1px;
}
.contact h3 {
  clear: both;
}
/* Pagenav - Article Index
-----------------------------------------------------------------------------*/
.article-index ul {
  padding: 10px;
  margin: 0 0 30px;
}
.article-index li {
  border: 1px solid #eeeeee;
  list-style-type: none;
  padding: 4px;
}
.article-index li:last-child {
  background: none;
}
.pagenavcounter {
  float: right;
  width: 100%;
  text-align: right;
  font-style: italic;
  color: #999999;
  margin-bottom: 20px;
}
.nav-tabs li.active a {
  background: #c57669;
 /* color: #333333;
  border: 1px solid #f9f9f9;*/
}
.nav-tabs li:hover a {
 /* background: #FF9900 !important;*/
  color: #333333;
  border: 1px solid #f9f9f9;
}
/* Nav inside article content - eg tabs etc
-----------------------------------------------------------------------------*/
article ul.nav li.active > a,
article ul.nav li.active a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
article ul.nav li a:hover {
  border-bottom: 0;
}
/* Logged In
-----------------------------------------------------------------------------*/
span.icon-user {
  background: none;
}
span.icon-user:before {
  margin-top: 4px;
}
.article-aside .btn-group {
  margin-top: -75px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.article-aside i {
  background: none;
}
.article-aside i:before {
  margin-top: 4px;
}
.article-aside .btn {
  border: 0;
}
.article-aside .btn:hover {
  border: 0;
  color: #FF9900;
}
.article-aside .btn-group.open .btn.dropdown-toggle,
.article-aside .btn:focus {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.article-aside .dropdown-menu {
  margin-top: 9px !important;
  background: #fafafa url(../images/bg/pattern.png);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: -15px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #555555;
}
.article-aside .dropdown-menu a {
  color: #555555;
}
.article-aside .dropdown-menu a:hover {
  color: #FF9900;
  background: none;
}
.article-aside .dropdown-menu a:hover :before {
  border: 0;
}
.article-aside .dropdown-menu li {
  margin: 0;
  padding: 0 !important;
}
ed to reset the clearfix ont he section fo rt .edit i,
ed to reset the clearfix ont he section fo rt .edit .form-actions span {
  background: none;
}
ed to reset the clearfix ont he section fo rt .edit .pull-right {
  margin-top: 20px;
}
ed to reset the clearfix ont he section fo rt .edit textarea {
  width: 96%;
}
ed to reset the clearfix ont he section fo rt .edit input {
  margin-right: 20px;
}
ed to reset the clearfix ont he section fo rt .edit span :before,
ed to reset the clearfix ont he section fo rt .edit i:before {
  margin-top: 4px !important;
}
/* Table of Content
-----------------------------------------------------------------------------*/
/* Need to reset the clearix */
/* Pages */
section.article-content.clearfix {
  clear: none;
}
.article-index .nav-tabs {
  padding: 20px;
  margin: 0 0 30px 20px !important;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.article-index .nav-tabs li a {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: none !important;
}
.article-index .nav-tabs li a:hover {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  color: #FF9900 !important;
}
/* Sliders */
h3.pane-toggler,
.pane-toggler-down {
  border-bottom: 1px solid #ddd !important;
  clear: both;
  background: #fafafa url(../images/bg/pattern.png);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.4em;
  line-height: 1.8em;
  margin: 0;
  padding-left: 20px;
}
h3.pane-toggler a,
.pane-toggler-down a {
  text-decoration: none;
}
h3.pane-toggler span:before,
.pane-toggler-down span:before {
  content: "\f067";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #c57669;
  font-size: 80%;
}
.pane-toggler-down span:before {
  content: "\f068";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #c57669;
  font-size: 80%;
}
.pane-toggler-down:hover span:before {
  color: #FF9900 !important;
}
.pane-slider.content {
  padding: 20px !important;
}
.pane-slider.content.pane-hide {
  padding: 0 !important;
}
/* Tabs */
dl.tabs {
  padding-bottom: 10px;
}
dl.tabs h3 {
  float: left;
  margin-right: 2%;
  font-size: 130%;
}
dl.tabs a {
  padding: 4px 8px;
}
dl.tabs a:hover {
  text-decoration: none;
}
dl.tabs .open a {
  color: #333333;
  background: #FF9900;
}
dl.tabs {
  *zoom: 1;
  clear: both;
}
dl.tabs:before,
dl.tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
dl.tabs:after {
  clear: both;
}
ul.nav.nav-tabs a:hover {
  border: 1px solid #FF9900;
}
.tip-wrap {
  background: #c57669;
  border: 1px solid #bf695a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  max-width: 300px;
  z-index: 999;
  color: #fff;
}
.tip-title {
  border-bottom: 1px solid #bf695a;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
body {
  background: #f9f9f9;
}
img {
	border: none;
}
/* Main Container
-----------------------------------------------------------------------------*/
.zen-container {
  width: 1024px;
  margin: 0 auto;
}
#fullwrap {
  float: left;
  width: 100%;
}
.clearfix {
  clear: both;
}
/* Colour of main area
-----------------------------------------------------------------------------*/
.bgpixel {
  /*background: url(../images/bg/pixelBlack.png);*/
  color: #fff;
}
.bgpixel h1 span,
.bgpixel h2 span,
.bgpixel h3 span,
.bgpixel h4 span,
.bgpixel h5 span,
.bgpixel h6 span {
  color: #333333;
}
.bgpixel .moduletable.center h3 {
  border: 0 !important;
}
.bgpixel .moduletable.center span {
  color: #333333;
  background: none !important;
}
.bgpixel blockquote {
  color: #fff;
}
.subpage #gradient {
  background: #fff;
}
/* A common padding image for some elements
-----------------------------------------------------------------------------*/
#grid1wrap .zen-container,
#grid2wrap .zen-container,
#grid3wrap .zen-container,
#grid4wrap .zen-container,
#grid5wrap .zen-container,
#grid6wrap .zen-container,
#bottomrow .zen-container {
  padding: 30px 0;
}
/* Main grid rows
-----------------------------------------------------------------------------*/
#grid1wrap ul,
#grid2wrap ul,
#grid3wrap ul,
#grid4wrap ul,
#grid5wrap ul,
#grid6wrap ul,
#mainWrap ul {
  margin: 0;
}
#grid1wrap li,
#grid2wrap li,
#grid3wrap li,
#grid4wrap li,
#grid5wrap li,
#grid6wrap li,
#mainWrap li {
  list-style-type: none;
  padding: 8px 0;

}
/* Topwrap
-----------------------------------------------------------------------------*/
#topwrap {
  color: #333333;
  font-size: 90%;
  padding-top: 8px;
}
#topwrap h1,
#topwrap h2,
#topwrap h3,
#topwrap h4,
#topwrap h5,
#topwrap h6 {
  color: #333333;
}
#topwrap ul li a {
  float: left;
  margin: 0 10px 0 0 ;
}
#top4 ul {
  float: right;
}
#top4 ul li {
  float: left;
}
.hidden {
  display: none !important;
}
#headerwrap {
  color: #fff;
}
#headerwrap h1,
#headerwrap h2,
#headerwrap h3,
#headerwrap h4,
#headerwrap h5,
#headerwrap h6 {
  color: #333333;
}
#bannerwrap {
  padding-top: 60px !important;
  float: left;
  width: 100%;
  margin-top: -80px;
  background-size: cover !important;
}
#bannerwrap #banner {
  position: relative;
  z-index: 10;

  text-shadow: 1px 1px #333;
}
/* Logo
-----------------------------------------------------------------------------*/
body #navwrap {
  padding: 0 0 30px;
  font-size: 100%;
}
body #navwrap a {
  color: #333;
}
body #navwrap a:hover {
/*  text-decoration: none;*/
}
body #navwrap .logo {
  margin-top: 12px;
}
body #navwrap .logo a {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
}
body #navwrap .logo a em {
  font-weight: 300;
  letter-spacing: 0.1em;
}
body #navwrap .logo a:hover {
  /*text-decoration: none;*/
}
body #navwrap .logo h2,
body #navwrap .logo h2 a {
  margin: 0;
}
body #navwrap .logo #tagline {
  font-size: 90%;
}
body #navwrap .logo #tagline span {
  color: #eeeeee;
  font-size: 90%;
  font-style: italic;
  font-weight: normal;
  display: block;
  margin-top: 0;
  margin-left: 0;
}
/* Breadcrumb
-----------------------------------------------------------------------------*/
#breadcrumb {
  margin-top: 10px;
  overflow: hidden;
  font-size: 90%;
}
#breadcrumb ul,
#breadcrumb .divider {
  background: none;
  margin: 0;
  border: 0;
}
#breadcrumb .divider {
  margin-right: 4px;
  float: left;
}
#breadcrumb li {
  float: left;
  border: 0 !important;
}
#breadcrumb a {
  float: left;
}
#breadcrumb .navsep {
  margin: 4px 0;
  padding: 10px;
}
#bannerwrap {
  padding-top: 60px !important;
  float: left;
  width: 100%;
  margin-top: -80px;
  background-size: cover !important;
}
#bannerwrap #banner {
  position: relative;
  z-index: 10;
}
#grid2wrap {
  
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover !important;
}
#grid4wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;

  background-image: url(../images/bg/sunset.jpg);
  background-size: cover !important;
}
/* Main Column
-----------------------------------------------------------------------------*/
#mainWrap {
  padding: 0;
  border-top: 0 !important;
}
#mainWrap .zen-container {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 60px;
  margin-top: 100px;
}
#mainWrap #maininner {
  float: left;
  width: 100%;
}
#mainWrap .sidebar {
  padding-left: 30px;
  padding-top: 30px;
}
#mainWrap .sidebar .moduletable {
  border: 0;
  width: 90%;
}
#mainWrap #midCol {
  margin-bottom: 0 !important;
}
#mainWrap #midCol ul.nav {
  padding-bottom: 20px;
}
#mainWrap #midCol ul.nav li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
#contentleft #mainWrap .sidebar {
  padding-right: 0;
  padding-left: 20px;
}
#contentleft #mainWrap .sidebar .moduletable {
  padding-right: 20px;
}
#contentleft #mainWrap .sidebar .zenslider h3 {
  margin: 0 0 0 -30px;
}
#mainWrap.rightmain .sidebar-1 {
  padding: 0;
}
#mainWrap.rightmain .sidebar-1 {
  background: none;
}
#mainWrap.rightmain .sidebar-2 {
  background-position: right top;
  margin: 0;
  padding-left: 0;
  padding-right: 40px;
}
/*#midCol,
#midCol.zen-content {
  margin: 0 0 30px;
  border: 1px solid #eeeeee;
  margin: 0 0 30px !important;
  padding-top: 10px !important;
}*/
#midCol .nav-tabs a,
#midCol.zen-content .nav-tabs a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#midCol .nav-tabs ahover,
#midCol.zen-content .nav-tabs ahover {
  color: #333333;
}
/* Above and below
-----------------------------------------------------------------------------*/
#above {
  border: 0;
  padding: 0;
  margin: 20px 0;
}
#below {
  border: 0;
  padding: 0;
  margin: 20px 0;
}
#abovecontent {
  margin-bottom: 30px;
}
/* Sidebar
-----------------------------------------------------------------------------*/
.sidebar .moduletable {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.sidebar .moduletable ul li {
  border-bottom: 1px solid #eeeeee;
}
#grid6wrap {
  /*background: url(../images/bg/cat.jpg) no-repeat fixed;*/
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover !important;
}
/* Bottom row
-----------------------------------------------------------------------------*/
#bottomrow {
  background: #00686B;
}
#bottomrow input {
  background: #202020;
  border: 1px solid #000000;
  padding: 20px;
  max-width: 90%;
  width: 90%;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
}
#bottomrow .moduletable {
 
}
#bottomrow ul {
  margin: 0;
}
#bottomrow ul li {
  list-style-type: none;
  border-bottom: 1px dotted #151515;
  padding: 8px 10px 0 0;
  float: left;
}
#bottomrow ul li a:hover {
  text-decoration: none;
  background: none;
  color: #33CCFF;
}
/* Footer
-----------------------------------------------------------------------------*/
#footerwrap {
  font-size: 90%;
  padding-top: 0 !important;
  float: left;
  width: 100%;
  background: #004849;
}
#footerwrap .zen-container {
  border-top: 1px solid #151515;
  padding: 10px 0 !important;
}
#footerwrap ul li {
  float: left;
  margin: 0 3% 0 0;
}
#footerwrap a:hover {
  background: none;
  color: #33CCFF;  
}
/* Copyright
-----------------------------------------------------------------------------*/
#zen-copyright {
  text-align: right;
}
#zen-copyright a {
  
}
/* Typography
-----------------------------------------------------------------------------*/
h1 {
  margin: 10px 0;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300 !important;
}
h1 small {
  font-size: 28px;
}
h2 {
  margin: 10px 0;
  font-size: 25.2px;
  line-height: 36px;
  font-weight: 300 !important;
}
h2 small {
  font-size: 21px;
}
h3 {
  margin: 10px 0;
  font-size: 22.400000000000002px;
  line-height: 32px;
  font-weight: 300 !important;
}
h3 small {
  font-size: 16px;
}
h4 {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300 !important;
}
h4 small {
  font-size: 14px;
}
h5 {
  margin: 10px 0;
  font-size: 15px;
  line-height: 20px;
}
h5 small {
  font-size: 12px;
}
h6 {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
h2.article-title,
h1.article-title {
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
}
/* Paragraph
-----------------------------------------------------------------------------*/
p {
  margin: 0 0 20px;
  line-height: 24px;
  font-weight: 400 !important;
}
p small,
p .small {
  font-size: 12px;
  color: #999999;
}
/* Emphasis and Misc
-----------------------------------------------------------------------------*/
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
/* Links
-----------------------------------------------------------------------------*/
body a {
  color: #F76103;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  -o-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
a:hover {
  color: #FF9900;
/*  background: none;*/
}
code {
  display: block;
  max-height: 400px;
  overflow: scroll;
  margin: 20px 0;
}
body h1,
body h1 a,
body h2,
body h2 a,
body .moduletable h3,
body h4,
body h5,
body h6 {
  color: #444444;
}
/* Typography
-----------------------------------------------------------------------------*/
h1.article-title,
h2.article-title {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.divider {
  border-bottom: 1px solid #eeeeee;
  margin: 30px 0;
}
.readmore a.btn:hover,
.zenmore a:hover {
  border: 2px dotted #c57669;
}
.readmore a.btn span:after,
.zenmore a span:after {
  padding-left: 0px;
  content: "";
}
/* Reset JB Type blockquotes
-----------------------------------------------------------------------------*/
blockquote {
  font-size: 2em;
  line-height: 2em;
  padding-left: 10px;
}
blockquote,
blockquote p,
.jb_quoteleft,
.jb_quoteleft p,
.jb_quoteright,
.jb_quoteright p {
  background-image: none !important;
  padding-left: 10px !important;
}
blockquote,
.jb_quoteleft,
.jb_quoteright {
  border-left: 4px solid #eeeeee;
}
/* More Styles
-----------------------------------------------------------------------------*/
.headline {
  text-align: center;
  border-top: 1px solid #eee;
  color: #2f2f2f;
  margin-bottom: 0;
  clear: both;
  margin-top: 30px;
  padding-top: 10px;
}
.subheading {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  color: #a2a2a2;
  margin-bottom: 30px;
  font-size: 90%;
}
.img-rounded {
  border-radius: 8px;
}
.img-circle {
  border-radius: 200px;
}
a img,
#socialicons a span {
  -webkit-transition: margin 0.1s ease-out;
  -moz-transition: margin 0.1s ease-out;
  -o-transition: margin 0.1s ease-out;
 
}

/* Buttons
-----------------------------------------------------------------------------*/
.btn {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: #305F8F;
  padding: 0;
  margin: 0;
  border: 2px solid #305F8F;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  padding: 7px 15px;
  color: #fff;
  -webkit-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  -o-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
.btn:hover {

 
}
.btn.btn-success {
  border-color: #669900;
  color: #669900;
}
.btn.btn-error {
  border-color: #cc0000;
  color: #cc0000;
}
.btn.btn-warning {
  border-color: #ff8800;
  color: #ff8800;
}
.btn.btn-info {
  border-color: #0077bb;
  color: #0077bb;
}
/* Fixes for module style buttons
-----------------------------------------------------------------------------*/
.modalmodule .btn span,
.popovermodule .btn span {
  color: #c57669;
}
.popovermodule {
  margin-bottom: 30px;
}
/* Social Icons
-----------------------------------------------------------------------------*/
#socialicons li {
  border: 0;
  line-height: 4em;
  height: 4em;
}
#socialicons li:hover a {
  text-decoration: none;
}
#socialicons li:hover a :before {
  color: #FF9900;
}
#socialicons.zencenter li {
  margin: 10px;
}
#socialnav.span3 {
  margin-bottom: 0 !important;
}
#socialnav.span3 #socialicons ul {
  margin-top: 8px;
}
#socialnav.span3 #socialicons li {
  margin: 0 4px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         https://github.com/t3framework/ 
 *------------------------------------------------------------------------------
 */
.nav {
  margin-bottom: 20px;
}
.nav > li > a:hover {
  
  color: #FF9900;
}
.nav .dropdown-toggle .caret {
  border-top-color: #c57669;
  border-bottom-color: #c57669;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #FF9900;
  border-bottom-color: #FF9900;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #cc0000;
}
.dropdown-menu li > a {
  clear: both;
  color: #333333;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #FF9900;
  text-decoration: none;
 /* background-color: #333333;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);*/
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #c57669;
  text-decoration: none;
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(15, 15, 15, 0);
  background-image: -moz-linear-gradient(top, rgba(26, 26, 26, 0), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(26, 26, 26, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(26, 26, 26, 0), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(26, 26, 26, 0), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(26, 26, 26, 0), rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a1a1a', endColorstr='#00000000', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
/*  *z-index: 1000;*/
}
.open > .dropdown-menu {
  display: block;
}
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #c57669;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #c57669;
  border-bottom-color: #c57669;
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #c57669;
  border-bottom-color: #c57669;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.6);
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #FF9900;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.t3-navhelper {
  background: #2f2f2f;
  color: #555555;
}
.breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
  clear: both;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.breadcrumb a {
  color: #555555;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #555555;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999999;
}
#navwrap .t3-megamenu .mega-group-title {
  margin: 10px 0;
}
#navwrap .span3 {
	margin: 0;	
}
#navwrap .t3-megamenu .mega-group-ct {
  padding: 10px 10px 10px;
  background: rgba(0, 0, 0, 0.6) !important;
  margin-bottom: 10px;
}
#navwrap .t3-megamenu img {
  padding: 0;
}
/* Reset top and footer nav
-----------------------------------------------------------------------------*/
#topwrap ul.nav li.active > a,
#footerwrap ul.nav li.active > a,
#topwrap ul.nav li.active a:hover,
#footerwrap ul.nav li.active a:hover {
 /* background: none;*/
  color: #FF9900;
  padding: 0;
}
/* Main Menu Nav
-----------------------------------------------------------------------------*/
#navwrap {
  /* Set some default values */

  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 !important;
  position: relative;
  z-index: 20;
  background: rgba(0, 0, 0, 0.6);
  height: 0px;
  /* Left and right aligned */

  /* Center aligned */

  /* Removes a margin here */

  /* Main nav menu
	-----------------------------------------------------------------------------*/

}
#navwrap .zenright ul {
  float: right;
}
#navwrap .zenleft ul {
  float: left;
}
#navwrap .zencenter ul.nav {
/*  text-align: center;
  float: none !important;*/
}
#navwrap .zencenter ul.nav li {
/*  display: inline-block;
  float: none !important;*/
}
#navwrap .zencenter ul.nav li a,
#navwrap .zencenter ul.nav li span.separator {
  display: inline-block;
 /* float: none !important;*/
}
#navwrap .zencenter ul.nav li li {
  display: block;
  float: left!important;
  text-align: left;
  width: 100%;
  text-indent: 0 !important;
}
#navwrap .zencenter ul.nav li li a {
  width: 100%;
}
#navwrap .navwrapper {
  margin: 0 !important;
  padding: 0;
}
#navwrap #navouter {
 /* background: rgba(0, 0, 0, 0.6);*/
  background: #FFF;
  padding-bottom: 0px;
}
#navwrap ul.nav {
  margin: 0;
  font-weight: bold;
  padding: 0;
  font-size: 90%;

  /* I dont like carrots */

  /* Correct EM size */

  /* Removes the hover on active open items in menu */
}
#navwrap ul.nav .caret {
  display: none;
}
#navwrap ul.nav em {
  font-size: 90%;
}
#navwrap ul.nav > li {
  text-align: center;
  list-style-type: none;
  float: left;
  margin: 0 80px 0 0;
  display: block;

  /* Top level menu items */

  /* Reset on drop down menu */

}

#navwrap ul.nav > li:hover a {

}
#navwrap ul.nav > li.active > a,
#navwrap ul.nav > li.active.dropdown > a,
#navwrap ul.nav > li.active > span.separator,
#navwrap ul.nav > li.active.dropdown > span.separator {
 /* border-top: 2px solid #c57669;*/
  color: #333;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#navwrap ul.nav > li > a:hover {
 /* border-top: 2px solid #FF9900;*/
}
#navwrap ul.nav > li > a,
#navwrap ul.nav > li span.separator {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 0;
  text-shadow: none;
  font-size: 120%;
  margin-left: 0px;
  color: #444;
  text-transform: none;
  text-align: center;
  font-weight: normal;
  padding: 10px 0 5px;
  border-top: 2px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#navwrap ul.nav > li > a:hover/*,
#navwrap ul.nav > li span.separator:hover */{
/*  background: none;
  
  border-color: #FF9900;*/
  color: #FF9900;
}
#navwrap ul.nav > li span.separator {
	border-bottom:1px solid #DDD;
	display: inline-block;
}
#navwrap ul.nav > li li > a:hover {
  color: #FF9900;
}
#navwrap ul.nav > li > li.active > a {
 /* background: #FF9900;*/
  color: #c57669;
}
#navwrap ul.nav > li ul li:last-child,
#navwrap ul.nav > li ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#navwrap ul.nav > li ul li {
  margin: 1px 0 0 0 !important;
  line-height: 1;
}
#navwrap ul.nav > li ul li a {
  /*color: #333333;*/
  margin: 0;
  padding: 4px 0;
  border: 0;
}
#navwrap ul.nav > li ul li a:hover {
  color: #FF9900;
}
#navwrap ul.nav > li ul li.active a {
  border-bottom: 0;
  color: #c57669;
}
#navwrap ul.nav > li ul li.active a:hover {
  color: #FF9900;
}
#navwrap ul.nav > li .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  overflow: visible;
  padding: 10px;
  text-align: left;
  color: #999999;
  background: #F5F5F5;
  margin-top: 4px;
  /* Removes caret on drop down items */

  /* Heading colour on sub menu items */

  /* Small Adjustments on the sub menu items */

  /* Zentools in Mega Menu */

}
#navwrap ul.nav > li .dropdown-menu::after,
#navwrap ul.nav > li .dropdown-menu::before {
  border: 0;
}
#navwrap ul.nav > li .dropdown-menu h1,
#navwrap ul.nav > li .dropdown-menu h2,
#navwrap ul.nav > li .dropdown-menu h3,
#navwrap ul.nav > li .dropdown-menu h4,
#navwrap ul.nav > li .dropdown-menu h5,
#navwrap ul.nav > li .dropdown-menu h6 {
  color: #999999;
}
#navwrap ul.nav > li .dropdown-menu a {
  color: #333333;
}
#navwrap ul.nav > li .dropdown-menu a:hover {
  color: #FF9900;
}
#navwrap ul.nav > li .dropdown-menu li.active > a {
 /* background: rgba(0, 0, 0, 0);*/
  color: #c57669;
}
#navwrap ul.nav > li .dropdown-menu ul {
  width: 100%;
}
#navwrap ul.nav > li .dropdown-menu img {
  padding: 0;
  margin: 4px;
}
#navwrap ul.nav > li .dropdown-menu li a {
  padding: 4px 2px;
}
#navwrap ul.nav > li .dropdown-menu li:last-child a,
#navwrap ul.nav > li .dropdown-menu li:last-child a:hover {
  border-bottom: 0 !important;
}
#navwrap ul.nav > li .dropdown-menu li.active a,
#navwrap ul.nav > li .dropdown-menu li a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#navwrap ul.nav > li .dropdown-menu .zentools.list li {
  border: 0 !important;
  padding: 8px 0;
}
#navwrap ul.nav > li .dropdown-menu .zentools.list li:last-child {
  border-bottom: 0 !important;
}
#navwrap ul.nav li.dropdown.open > .dropdown-toggle,
#navwrap ul.nav li.dropdown.open.active > .dropdown-toggle,
#navwrap ul.nav > li.dropdown.open.active > a:hover {
/*  background: none !important;*/
  color: #FF9900 !important;
/*  border-top: 2px solid #FF9900;*/
}
/* Sidebar
-----------------------------------------------------------------------------*/
.sidebar ul.nav {
  /* First level items */

  /* The marker for drop down items */

  /* Active first level */

  /* Second level items */

  /* Because we dont like vertical drop downs */

  /* Small second level padding adjustment */

  /* Adjustment for second level active items */

  /* Third Level */

}
.sidebar ul.nav li {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  float: none;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 4px;
}
.sidebar ul.nav li:last-child {
  border-bottom: 0;
}
.sidebar ul.nav li .dropdown-menu a:after {
  display: none;
}
.sidebar ul.nav > li.active {
  margin-left: 0;
  padding-left: 16px !important;
}
.sidebar ul.nav > li.active > a,
.sidebar ul.nav li li.active > a {
  background: none !important;
  color: #c57669 !important;
  text-shadow: none;
  padding: 0 !important;
}
.sidebar ul.nav li a:hover {
  color: #FF9900;
  background: none;
  text-shadow: none;
}
.sidebar ul.nav ul {
  display: block;
  position: relative;
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  left: 10px;
  top: 4px;
  width: 100%;
  margin-bottom: 10px !important;
}
.sidebar ul.nav li:hover ul {
  margin-top: 0;
}
.sidebar ul.nav ul {
  margin-top: 10px !important;
}
.sidebar ul.nav ul ul {
  margin-top: 0 !important;
}
.sidebar ul.nav li li {
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  /* Second level colour and reset */

  /* Second level hover states */

}
.sidebar ul.nav li li a,
.sidebar ul.nav li li a:hover {
  padding: 0 0 0 0;
  color: #999;
  font-size: 90%;
}
.sidebar ul.nav li li a:hover {
  color: #FF9900;
  background: none;
}
.sidebar ul.nav li li.active {
  list-style-type: disc !important;
  text-indent: 10px;
  margin-left: -10px !important;
}
.sidebar ul.nav li.active li.active a {
  padding: 0 0 0 12px;
}
.sidebar ul.nav li li li {
  padding-left: 10px;
  font-size: 100%;
}
.sidebar ul.nav li li li.active {
  list-style-type: disc !important;
  text-indent: 10px;
  margin-left: 10px !important;
}
.sidebar ul.nav li:first-child,
.sidebar ul.nav li:first-child a {
  border-top: 0;
}
.sidebar ul.nav li:last-child,
.sidebar ul.nav li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* Ye Olde Sticky nav
-----------------------------------------------------------------------------*/
#navwrap.affix #navouter {
 position: fixed;
  width: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
 
}

#navwrap.affix #navouter ul ul {
  
}
/* Hot new etc
-----------------------------------------------------------------------------*/
.hot,
.new {
  position: relative;
  z-index: 1;
}
.hot h3:after,
.new h3:after,
.hot h3:after,
.new h3:after {
  position: absolute;
  z-index: 20;
  padding: 0px 8px;
  font-size: 60%;
  top: 8px;
  right: -8px;
  font-style: italic;
  background: #333;
  color: #fff;
}
.hot h3:after {
  content: "Hot";
}
.new h3:after {
  content: "New";
}
.primary1 h3:after {
  background: #f0dbd7;
}
.primary2 h3:after {
  background: #c57669;
}
.primary3 h3:after {
  background: #6b332a;
}
.secondary1 h3:after {
  background: #0A6267;
}
.secondary2 h3:after {
  background: #FF9900;
}
.secondary3 h3:after {
  background: #110a0f;
}
/* Icons
-----------------------------------------------------------------------------*/
.icon {
  position: relative;
}
.icon:before {
  font-size: 2em;
  position: absolute;
  right: 8px;
  top: 6px;
  opacity: 0.6;
}
.iconsmall:before {
  font-size: 1em;
}
.icon.medium:before {
  font-size: 4em;
}
.icon.large:before {
  font-size: 8em;
}
.icon.top:before {
  top: 6px;
}
.icon.bottom:before {
  bottom: 6px;
  top: auto;
}
.moduletable.icon {
  height: auto;
  width: auto;
}
/* Corner
-----------------------------------------------------------------------------*/
.corner {
  position: relative;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #fff;
  background: #97C02F;
  border: 0 !important;
}
.corner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #658E15 #fff;
}
.corner.primary1::after {
  border-color: #a34d3f #ffffff;
}
.corner.primary2::after {
  border-color: #c57669 #ffffff;
}
.corner.primary3::after {
  border-color: #6b332a #ffffff;
}
.corner.secondary1::after {
  border-color: #43253b #ffffff;
}
.corner.secondary2::after {
  border-color: #FF9900 #ffffff;
}
.corner.secondary3::after {
  border-color: #110a0f #ffffff;
}
/* Primary1
-----------------------------------------------------------------------------*/
.primary1,
.sidebar .primary1,
.inset.primary1 .zen-module-body {
  background: #c57669;
  border: 1px solid #904438;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}
.primary1.border,
.sidebar .primary1.border,
.inset.primary1 .zen-module-body.border {
  border: 1px solid #c57669;
  background: none;
  color: #555555;
}
/* Primary2
-----------------------------------------------------------------------------*/
.primary2,
.sidebar .primary2,
.inset.primary2 .zen-module-body {
  background: #a34d3f;
  border: 1px solid #c57669;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.primary2.border,
.sidebar .primary2.border,
.inset.primary2 .zen-module-body.border {
  border: 1px solid #f0dbd7;
  background: none;
  color: #555555;
}
/* Primary3
-----------------------------------------------------------------------------*/
.primary3,
.sidebar .primary3,
.inset.primary3 .zen-module-body {
  background: #b55646;
  border: 1px solid #6b332a;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}
.primary3.border,
.sidebar .primary3.border,
.inset.primary3 .zen-module-body.border {
  border: 1px solid #f0dbd7;
  background: none;
  color: #555555;
}
/* Secondary1
-----------------------------------------------------------------------------*/
.secondary1,
.sidebar .secondary1,
.inset.secondary1 .zen-module-body {
  background: #FF9900;
  border: 1px solid #321c2d;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.secondary1.border,
.sidebar .secondary1.border,
.inset.secondary1 .zen-module-body.border {
  border: 1px solid #FF9900;
  background: none;
  color: #555555;
}
/* Secondary2
-----------------------------------------------------------------------------*/
.secondary2,
.sidebar .secondary2,
.inset.secondary2 .zen-module-body {
  background: #0A6267;
  border: 1px solid #FF9900;
  padding: 10px;
  margin-bottom: 20px;
  color: #22131e;
}
.secondary2.border,
.sidebar .secondary2.border,
.inset.secondary2 .zen-module-body.border {
  border: 1px solid #532e4a;
  background: none;
  color: #555555;
}
/* Secondary3
-----------------------------------------------------------------------------*/
.secondary3,
.sidebar .secondary3,
.inset.secondary3 .zen-module-body {
  background: #532e4a;
  border: 1px solid #110a0f;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.secondary3.border,
.sidebar .secondary3.border,
.inset.secondary3 .zen-module-body.border {
  border: 1px solid #0A6267;
  background: none;
  color: #555555;
}
/* Dark
-----------------------------------------------------------------------------*/
.moduletable.dark {
  background: #232323;
  border: 1px solid #111;
  color: #fff;
  padding: 10px;
}
/* Light
-----------------------------------------------------------------------------*/
.moduletable.light {
  background: #fafafa;
  border: 1px solid #eee;
  color: #555555;
  padding: 10px;
}
/* Reset Module Titles on preceeding classes
-----------------------------------------------------------------------------*/
.primary1 .zen-module-title h3,
.primary2 .zen-module-title h3,
.primary3 .zen-module-title h3,
.secondary1 .zen-module-title h3,
.secondary2 .zen-module-title h3,
.secondary3 .zen-module-title h3,
.dark .zen-module-title h3 {
  color: #333333;
}
/* Shadow Styling
-----------------------------------------------------------------------------*/
.shadow,
.inset.shadow .zen-module-body {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  padding: 0 10px 10px;
}
.shadow2 {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  padding: 10px;
}
/* Inset Styling
-----------------------------------------------------------------------------*/
.inset.border {
  border: 1px solid #eeeeee;
  padding: 10px;
}
.inset.primary1,
.inset.primary2,
.inset.primary3,
.inset.secondary1,
.inset.secondary2,
.inset.secondary3,
.inset.dark {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
}
.inset.primary1 .zen-module-title h3,
.inset.primary2 .zen-module-title h3,
.inset.primary3 .zen-module-title h3,
.inset.secondary1 .zen-module-title h3,
.inset.secondary2 .zen-module-title h3,
.inset.secondary3 .zen-module-title h3,
.inset.dark .zen-module-title h3 {
  color: #444444;
}
.inset .zen-module-body {
  background: #fafafa;
  padding: 10px;
}
.inset.shadow2 {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
}
.inset.shadow2 .zen-module-body {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  padding: 10px;
}
/* Image Border
-----------------------------------------------------------------------------*/
img.border {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  padding: 4px;
  max-width: 98%;
  margin-bottom: 20px;
}
/* Anvil
-----------------------------------------------------------------------------*/
.anvil {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0;
  text-align: right;
  font: 30px/100px Arial, sans-serif;
  color: white;
  border: 0 !important;
}
.anvil::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0 0 80px 80px;
  border-style: solid;
  border-color: transparent #f9f9f9;
}
/* Large Rounded numbers
-----------------------------------------------------------------------------*/
.rounded-big {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px;
  font-size: 2em;
  display: inline-block;
  width: 80px;
  text-align: center;
  line-height: 60px;
}
.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.moduletable.center .zen-module-title {
  margin-bottom: 30px;
}
.moduletable.center .zen-module-title em {
  color: #c57669;
}
.moduletable.center .zen-module-title h3 {
  border-bottom: 1px solid #eeeeee;
  line-height: 0.3em;
}
.moduletable.center .zen-module-title h3 span {
  background: #f9f9f9;
  padding: 0 10px;
}
.moduletable.center h1,
.moduletable.center h2,
.moduletable.center h3,
.moduletable.center h4,
.moduletable.center h5,
.moduletable.center h6,
.moduletable.center p {
  text-align: center;
  font-weight: bold;
}
.pattern .zen-module-title h3 {
  border-bottom: 1px solid #ccc;
}
.pattern .zen-module-title h3 span {
  background: #fafafa url(../images/bg/pattern.png);
  padding: 0 20px;
}
.largeicons i {
  height: 100px;
  width: 100px;
  border: 4px solid #333;
  border-radius: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.largeicons i:before {
  font-size: 4em;
  color: #333;
  position: absolute;
  width: 100px;
  text-align: center;
  display: block;
  margin-left: 0px;
  margin-top: 27px;
}
.largeicons i:hover:before {
  color: #FF9900;
}
.largeicons i:hover {
  border: 4px solid #FF9900;
}
/* Module Classes
-----------------------------------------------------------------------------*/
.primary1,
.sidebar .primary1,
.inset.primary1 .zen-module-body,
.primary2,
.sidebar .primary2,
.inset.primary2 .zen-module-body,
.primary3,
.sidebar .primary3,
.inset.primary3 .zen-module-body,
.secondary1,
.sidebar .secondary1,
.inset.secondary1 .zen-module-body,
.secondary2,
.sidebar .secondary2,
.inset.secondary2 .zen-module-body,
.secondary3,
.sidebar .secondary3,
.inset.secondary3 .zen-module-body {
  border-width: 0 0 4px 0;
}
.slidecontent > div {
  padding-top: 20px;
}
.zenslider.start h3 span:before {
  content: "\f067";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.zenslider h3 {
  font-size: 1.4em;
  position: relative;
  cursor: pointer;
  background: #fafafa url(../images/bg/pattern.png);
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #fafafa;
  margin: 0 0 0 -30px;
  padding-left: 25px;
  clear: both;
}
.zenslider h3 span {
  margin: 0;
  display: inline-block;
  padding: 8px 0;
}
.zenslider h3 span:hover {
  color: #FF9900;
}
.zenslider h3 span:before {
  content: "\f068";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  height: auto;
  margin-right: 20px;
}
.zenslider.collapsed h3 span:before {
  content: "\f067";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.moduletable.noappding,
.moduletable.shadow.nopadding {
  padding: 0 !important;
}
/* Zentools Resets
-----------------------------------------------------------------------------*/
/* Zentools
-----------------------------------------------------------------------------*/
.zentools .zenmore a {
  padding: 6px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 2px solid #FF9900;
}
.zentools .zenmore a:hover {
  background: #814773;
}
.zentools.grid ul li {
  border: 0 !important;
}
.zentools.list ul li {
  padding: 8px 0;
}
/* Back to top
-----------------------------------------------------------------------------*/
#toTop {
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 40px;
  display: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 2em;
}
#toTop span {
  background: none;
  border: 4px solid #c57669;
  padding: 10px;
  height: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 20px;
}
#toTop span:hover {
  border-color: #FF9900;
}
#toTop span:before {
  margin-left: 0px;
}
#toTop a:hover {
  text-decoration: none;
}
/* Hidden Panel - Core often overriden in template overrides
-----------------------------------------------------------------------------*/
#paneltrigger {
  float: right;
  font-size: 1.6em;
  width: 20px;
  margin-top: -40px;
}
#paneltrigger:hover {
  color: #FF9900;
}
.j25 #paneltrigger {
  margin-top: -40px;
}
.panelpadding #socialicons {
  padding-right: 28px;
}
#panel {
  border: 0;
  padding: 20px;
  display: none;
  z-index: 10000;
}
#panel ul {
  margin: 0;
}
#panel li {
  list-style-type: none;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}
#panel .modal-header {
  margin-top: -20px;
  padding-bottom: 30px;
}
#panel .input-append .add-on,
#panel .input-prepend .add-on {
  background-color: #fff;
}
/* Fix for k2 and Bootstrap modal conflict
-----------------------------------------------------------------------------*/
#k2Container .modal {
  position: relative;
  width: inherit !important;
  height: inherit !important;
  margin: 0 !important;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: auto;
  right: auto;
}
#k2Container .modal img {
  width: auto !important;
}
#k2Container .componentheading {
  font-size: 2.5em;
  font-weight: bold;
  padding: 10px 0;
}
/* Parallax background position
-----------------------------------------------------------------------------*/
#bannerwrap,
#grid2wrap,
#grid4wrap,
#grid6wrap {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* Main grid rows
-----------------------------------------------------------------------------*/
#grid2wrap span {
  background: none;
}
#grid2wrap h3 {
  border: 0;
  color: #333333;
}
/* Background image applied to odd rows in main layout
-----------------------------------------------------------------------------*/
.pattern {
  background: #fafafa url(../images/bg/pattern.png);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pattern .moduletable.center .zen-module-title h3 {
  border-bottom: 1px solid #e3e3e3;
}
.pattern .moduletable.center .zen-module-title span {
  background: #F4F4F4;
  border: 0;
}
.well {
  background: none;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}
/* Image used to controlthe appearance of the background slideshow area on small screens
-----------------------------------------------------------------------------*/
#bgdefault {
  background: #ffffff url(../images/bg/bokeh.jpg);
  float: left;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
}
#navwrap .logo a {
  -webkit-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  -o-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
#navwrap .logo a :hover {
  color: #FF9900 !important;
}
/* Colour behind banner
-----------------------------------------------------------------------------*/
#bannerwrap {
  color: #333333;
  
}

#bannerwrap h1,
#bannerwrap h2,
#bannerwrap h3,
#bannerwrap h4,
#bannerwrap h5,
#bannerwrap h6 {
  color: #FFF;
}
#bannerwrap h1 a,
#bannerwrap h2 a,
#bannerwrap h3 a,
#bannerwrap h4 a,
#bannerwrap h5 a,
#bannerwrap h6 a {
  color: #333333;
}
#bannerwrap h2 {
  font-size: 2.4em;
}
#bannerwrap .btn {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
  border: 2px solid #FF9900;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  padding: 8px 10px;
  border-color: #fff;
  -webkit-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  -o-transition: color 0.2s ease-in, border-color 0.2s ease-in;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
}
#bannerwrap .btn:hover {
  border: 2px dotted #fff;
  color: #FF9900;
}
.transparent {
  height: 1px;
  width: 100%;
  background: none repeat scroll 0 0 #04656C;
}
/* Main Content
-----------------------------------------------------------------------------*/
#mainWrap .sidebar {
  -webkit-box-shadow: 0 2px 2px rgba(4,101,108, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(4,101,108, 0.15);
  box-shadow: 0 2px 2px rgba(4,101,108, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fcfcfc;
  border-top: 1px solid #eeeeee !important;
}
#mainWrap .sidebar .moduletable.center .zen-module-title span {
  background: #fafafa;
}
#mainWrap .sidebar .moduletable.center .zen-module-title h3 {
  border-color: #dddddd;
}
#mainWrap #midCol {
  border: 0;
}
#mainWrap #midCol ul.nav {
  border-bottom: 1px solid #eeeeee;
}
#mainWrap #midCol ul.nav li:hover a {
  color: #333333;
}
#mainWrap #midCol ul.nav li ahover {
  color: #ffffff !important;
}
/* Bottom row
-----------------------------------------------------------------------------*/
#bottomrow {
  color: #AAA;
}
#bottomrow ul li ul {
  margin: 0;
}
#bottomrow ul li li {
  list-style-type: none;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}
#bottomrow h1,
#bottomrow h2,
#bottomrow h3,
#bottomrow h4,
#bottomrow h5,
#bottomrow h6 {
  color: #FFF;
}
.motion input,
.motion textarea,
.motion .sp_qc_warn {
  background: #f5f5f5;
  border: 0;
  color: #555555;
  padding: 20px;
  margin-left: 0 !important;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.1);
}
.motion .sp_qc_warn {
  color: #c57669;
}
.motion textarea {
  min-height: 200px;
  vertical-align: top;
}
.motion input#name {
  float: left;
  width: 44%;
}
.motion input#email {
  float: right;
  width: 44%;
}
.motion input#subject {
  width: 96%;
  float: left;
}
.motion textarea#message {
  width: 96%;
  float: left;
}
.motion #sp_qc_submit {
  width: 30% !important;
  border: 0;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
  border: 2px solid #FF9900;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  padding: 8px 10px;
  background: #FF9900;
  border-bottom: 4px solid #5a3150;
  padding: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 30px;
}
.motion #sp_qc_submit:hover {
  background: none;
  border-bottom-width: 2px;
  border-style: dotted;
  color: #333333;
}
.motion .sp_qc_clr {
  display: none;
}
.motion .center .zen-module-title h3 {
  border: 0;
  color: #333333;
}
.motion .center .zen-module-title span {
  background: none;
}
@media (min-width: 320px) and (max-width: 940px) {
  .motion input,
  .motion textarea {
    width: 90% !important;
    float: left !important;
  }
}
/* Footer
-----------------------------------------------------------------------------*/
#footerwrap {
  color: #eee;
  padding: 60px 0;
}
#footerwrap h1,
#footerwrap h2,
#footerwrap h3,
#footerwrap h4,
#footerwrap h5,
#footerwrap h6 {
  color: #555555;
}
/* Hover Image Effect
-----------------------------------------------------------------------------*/
a img {
  -webkit-transition: margin 0.1s ease-out;
  -moz-transition: margin 0.1s ease-out;
  -o-transition: margin 0.1s ease-out;
}

.spacer {
  /*background: url(../images/spacer.png) repeat-y center 0;*/
  height: 50px;
  margin: 20px 0;
}


  .row {
    margin-left: -40px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 40px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1196px;
  }
  .span12 {
    width: 1196px;
  }
  .span11 {
    width: 1093px;
  }
  .span10 {
    width: 990px;
  }
  .span9 {
    width: 887px;
  }
  .span8 {
    width: 784px;
  }
  .span7 {
    width: 681px;
  }
  .span6 {
    width: 578px;
  }
  .span5 {
    width: 475px;
  }
  .span4 {
    width: 372px;
  }
  .span3 {
    width: 269px;
  }
  .span2 {
    width: 166px;
  }
  .span1 {
    width: 63px;
  }
  .offset12 {
    margin-left: 1276px;
  }
  .offset11 {
    margin-left: 1173px;
  }
  .offset10 {
    margin-left: 1070px;
  }
  .offset9 {
    margin-left: 967px;
  }
  .offset8 {
    margin-left: 864px;
  }
  .offset7 {
    margin-left: 761px;
  }
  .offset6 {
    margin-left: 658px;
  }
  .offset5 {
    margin-left: 555px;
  }
  .offset4 {
    margin-left: 452px;
  }
  .offset3 {
    margin-left: 349px;
  }
  .offset2 {
    margin-left: 246px;
  }
  .offset1 {
    margin-left: 143px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .pull-left {
	margin-right: 3.3%  ;
	margin-left: 0 !important;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 3.34448160535%;
    *margin-left: 3.29083353668%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 3.34448160535%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9463519313%;
  }
  .row-fluid .span11 {
    width: 91.3879598662%;
    *width: 91.3343117976%;
  }
  .row-fluid .span10 {
    width: 82.7759197324%;
    *width: 82.7222716638%;
  }
  .row-fluid .span9 {
    width: 74.1638795987%;
    *width: 73.0%;
  }
  .row-fluid .span8 {
    width: 65.5518394649%;
    *width: 65.4981913962%;
  }
  .row-fluid .span7 {
    width: 56.9397993311%;
    *width: 56.8861512624%;
  }
  .row-fluid .span6 {
    width: 48.3277591973%;
    *width: 48.2741111287%;
  }
  .row-fluid .span5 {
    width: 39.7157190635%;
    *width: 39.6620709949%;
  }
  .row-fluid .span4 {
    width: 31.1036789298%;
    *width: 31.0500308611%;
  }
  .row-fluid .span3 {
    width: 22.491638796%;
    *width: 21.4379907273%;
  }
  .row-fluid .span2 {
    width: 13.8795986622%;
    *width: 13.8259505935%;
  }
  .row-fluid .span1 {
    width: 5.26755852843%;
    *width: 5.21391045976%;
  }
  .row-fluid .offset12 {
    margin-left: 106.688963211%;
    *margin-left: 106.581667073%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 103.344481605%;
    *margin-left: 103.237185468%;
  }
  .row-fluid .offset11 {
    margin-left: 98.0769230769%;
    *margin-left: 97.9696269396%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.7324414716%;
    *margin-left: 94.6251453342%;
  }
  .row-fluid .offset10 {
    margin-left: 89.4648829431%;
    *margin-left: 89.3575868058%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 86.1204013378%;
    *margin-left: 86.0131052005%;
  }
  .row-fluid .offset9 {
    margin-left: 80.8528428094%;
    *margin-left: 80.745546672%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.508361204%;
    *margin-left: 77.4010650667%;
  }
  .row-fluid .offset8 {
    margin-left: 72.2408026756%;
    *margin-left: 72.1335065382%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.8963210702%;
    *margin-left: 68.7890249329%;
  }
  .row-fluid .offset7 {
    margin-left: 63.6287625418%;
    *margin-left: 63.5214664045%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 60.2842809365%;
    *margin-left: 60.1769847991%;
  }
  .row-fluid .offset6 {
    margin-left: 55.016722408%;
    *margin-left: 54.9094262707%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.6722408027%;
    *margin-left: 51.5649446653%;
  }
  .row-fluid .offset5 {
    margin-left: 46.4046822742%;
    *margin-left: 46.2973861369%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 43.0602006689%;
    *margin-left: 42.9529045316%;
  }
  .row-fluid .offset4 {
    margin-left: 37.7926421405%;
    *margin-left: 37.6853460031%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.4481605351%;
    *margin-left: 34.3408643978%;
  }
  .row-fluid .offset3 {
    margin-left: 29.1806020067%;
    *margin-left: 29.0733058693%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.8361204013%;
    *margin-left: 25.728824264%;
  }
  .row-fluid .offset2 {
    margin-left: 20.5685618729%;
    *margin-left: 20.4612657356%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.2240802676%;
    *margin-left: 17.1167841302%;
  }
  .row-fluid .offset1 {
    margin-left: 11.9565217391%;
    *margin-left: 11.8492256018%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.61204013378%;
    *margin-left: 8.50474399644%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input, textarea, select {
    border: 1px solid #CCCCCC;
    color: #444444;
    padding: 5px;
	font-size: 14px;	  
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 40px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1182px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1079px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 976px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 873px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 770px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 667px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 564px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 461px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 358px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 255px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 152px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 49px;
  }
  .thumbnails {
    margin-left: -40px;
  }
  .thumbnails > li {
    margin-left: 40px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }


#top_phone p {
    font-size: 130%;
    margin: 0;
    text-shadow: 0 1px #F5F5F5;
}

#top_phone {
	/*width: 180px;
	margin: 10px 0 0 325px;	*/
	display:block;
}


/* Shop */

#mod_cart_checkout_ajax {
	background: none !important;
}

#top_cart {
    float: right;
    margin: 15px 0;
    width: 200px;
}
div.mod_cart_main div.mod_cart_total div.mod_cart_total_txt, div.mod_cart_main div.mod_cart_top div.mod_cart_image {
	margin-right: 5px;	
}
.prod_left {
	width: 40%;
	float: left;	
}
.prod_right {
	width:60%;
	float:right;
	
}
.prod_more {
	clear:both;	
}
.product_image {
	border: none;
	margin-top: 20px;
}
#tabs {
	clear:both;	
}
.ui-tabs-panel {
	clear:both;
}
#tabs li {
	display: block;
	float: left;
	padding: 5px 20px 5px 0;
	margin: 0 20px 20px 0;
	font-size: 110%;
}
.ui-tabs-active {
	border-bottom: 2px solid #444 !important;
}
.ui-tabs-active a {
	font-weight: bold;
}
#tabs ul {
	width: 100%;
	display: block;	
}

.cart-quantity, div.attribute_wrapper {
	float: none;
	height: auto;
	margin: 0;
	width: auto;	
}
.prod_right lable, .prod_right label {
	display: block;
	width: 150px;	
	float: left;
	
}
.attribs input, .attribs select {
	box-sizing:content-box;
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box; 
	width: 120px;
}
.product-cart-link, .greenbutton, .blackbutton, #calc_calculate {
	margin: 20px 0 40px 150px;
	padding: 10px 20px;

	border: 1px solid #ADA082;
	display: inline-block;	
	height: auto;
	width: auto;
}
#calc_calculate {
	margin: 20px 0 40px 0;
}
 
.greenbutton, .blackbutton {
 	margin: 0;	
}
.blackbutton {
	background: #EEE;
	font-size: 14px;
	border: 1px solid #CCC;
	color: #666;
}
a.product-cart-link, .greenbutton{
	color: #333;
}
.product-cart-link:hover, .greenbutton:hover {
	background: #ADA082;
	border: 1px solid #444;
	color: #FFF;
	
}
#product_price {
	text-align: right;
	border-bottom: 1px solid #DDD;
	padding: 0 20px 20px;
	margin: 0 0 20px 0;
	font-size: 120%;
}
#product_price small {
	font-size: 80%;
	color: #AAA;
}
.related_product_inside {
    border: 1px solid #ddd;
    min-height: 180px;
    text-align: center;
    width: 225px;
}
.cat_product_image {
	float:right;
}
.category_box_outside_row {
	padding: 10px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-webkit-box-shadow:  0px 0px 10px 5px #eee;
    box-shadow:  0px 0px 10px 5px #eee;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
}
.category_box_outside_row a:hover {
	color:#333;	
}
.category_box_outside_row:hover {

	webkit-box-shadow:  none;
    box-shadow:  none;
}
.category_box_outside_row img {
	-webkit-box-shadow:  0px 0px 5px 1px #ccc;
    box-shadow:  0px 0px 5px 1px #ccc;	
		margin-top: -20px;
}
#register_div > table, #div_country_txt, #div_state_txt, div_country_st_txt{
	display: none;	
}
.cart_calculations {
  border: 1px solid #CCC;	
}
.tdborder td {
	background-color: #FCFCFC;
	border-color: #EEE;
}
.adminform {
	border-color: #EEE;	
	border-style: solid;
}
fieldset.adminform {
	padding: 20px;
	margin: 20px;	
	-webkit-box-shadow:  0px 0px 10px 5px #eee;
    box-shadow:  0px 0px 10px 5px #eee;	
	/*background: url("../../../images/godaddy.gif") no-repeat scroll 450px 110px #FCFCFC;*/
}
#register_div {
	margin-top:-40px;
}
.checkout-bar {
	display: none;	
}
.tdborder th {
	text-align: left;	
}
#js-mainnav.megamenu.white ul.level0 li.mega div.group span.mega, #js-mainnav.megamenu.white ul.level0 li.mega div.group a.mega {
	font-size: 10px;
}
#js-mainnav.megamenu.white ul.level0 li.mega span.mega, #js-mainnav.megamenu.white ul.level0 li.mega a.mega, #js-mainnav.megamenu.white .megaMenuToggle {
	color: #666 !important;
}
.leftme {
	float: left;
}
.freesample {
	clear: both;
	text-align: center;
}

.invalid {
    border: 5px soid!important;
	color:#FF0000!important;
}

.hikashop_cart_product_custom_item_fields p label{
display:inline
}

.hikashop_checkout_payment_radio {
    display: none;
}
.hikashop_checkout_payment_radio + label::before {
    content: '';
    display: inline-block;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 0.5em;
}
.hikashop_checkout_payment_radio:checked + label::before {
    background-color: green;
}

.hikashop_checkout_payment_radio + label::before {
    width: 1em;
    height: 1em;
}
.hikashop_filter_main {
	min-height: auto !important;	
}
.bt-caption, .bt-footernav {
	display: none !important;
}
