/* Typography */
h1 {
  color: #2d2926;
}
/* End Typography */


/* Background */
body {
  background-color: #545559;
}

.background {
  background: url('../images/background/background.png') 0 0 repeat-x #fff;
  z-index: 1;
}

.background .swooshes {
  background: url('../images/background/swooshes.png') center 0 no-repeat;
  height: 390px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
/* End Background */


/* Finale Header */
.header .search-wrapper .search-submit {
  background: url('../images/header/search-submit.png') 0 0 no-repeat;
}
.header .menu-main-container li a:hover,
.header .menu-main-container li.current-menu-item a,
.header .menu-main-container li.current-page-ancestor a {
  color: #2d2926;
}
/* End Finale Header */


/* Gradients */
.action-btn,
.button,
.arrow-button,
.prev-btn,
.next-btn,
.cse input.gsc-search-button,
input.gsc-search-button {
  background: #565a5b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NWE1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #565a5b 0%, #010101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565a5b), color-stop(100%,#010101));
  background: -webkit-linear-gradient(top, #565a5b 0%,#010101 100%);
  background: -o-linear-gradient(top, #565a5b 0%,#010101 100%);
  background: -ms-linear-gradient(top, #565a5b 0%,#010101 100%);
  background: linear-gradient(to bottom, #565a5b 0%,#010101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565a5b', endColorstr='#010101',GradientType=0 );
}

.action-btn:hover,
.button:hover,
.arrow-button:hover,
.prev-btn:hover,
.next-btn:hover,
.sidebar .side-nav li a:hover,
.cse input.gsc-search-button:hover,
input.gsc-search-button:hover {
  background: #010101;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMDEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NjVhNWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #010101 0%, #565a5b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010101), color-stop(100%,#565a5b));
  background: -webkit-linear-gradient(top, #010101 0%,#565a5b 100%);
  background: -o-linear-gradient(top, #010101 0%,#565a5b 100%);
  background: -ms-linear-gradient(top, #010101 0%,#565a5b 100%);
  background: linear-gradient(to bottom, #010101 0%,#565a5b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#565a5b',GradientType=0 );
}

/* Page Tabs */
.page-tabs {
  background: url("../images/page-tabs/tabs-bg.png") repeat-x scroll left bottom transparent;
  width: 100%;
  margin-bottom: 25px;
}

.page-tabs li {
  background: url('../images/page-tabs/tabs-bg.png') left bottom repeat-x;
  float: left;
  font-size: 12px;
  padding: 0 0 20px;
}

.page-tabs li a {;
  color: #898989;
  display: block;
  height: 200px;
  padding: 0 13px;
  text-decoration: none;
  width: 166px;
}

.page-tabs span {
  line-height: 17px;
}

.page-tabs li .tab-header {
  color: #636365;
  display: block;
  font-size: 14px;
  margin: 0 0 3px;
}

.page-tabs li.ui-state-active {
  background: url('../images/page-tabs/tabs-current-bg.png') left bottom repeat-x transparent;
}

.tabbed-content {
  display: none;
}

.tab-header {
  color: #0081aa;
}
/* END Page Tabs */

/* Page Tabs 2 (new 2013 tabs for product page) */
#tabs-2 .page-tabs {
  background: none;
  width: 100%;
  margin-bottom: 10px;
}

#tabs-2 .page-tabs li {
  background: none;
  float: left;
  font-size: 12px;
  margin: 0 1px;
  padding: 0;
}

#tabs-2 .page-tabs .border-arrow {
  margin-left: 50px;
  width: 0;
  height: 0;
  border: 0;
}

#tabs-2 .page-tabs li a {
  display: block;
  margin-bottom: 0;
  text-decoration: none;
  width: 140px;
  height: 72px;
  outline: 0;
  padding: 0;
}

#tabs-2 .page-tabs li:hover .tab-title {
  background: #010101;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNzVhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDhkYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #010101 0%, #565a5b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#010101), color-stop(100%,#565a5b));
  background: -webkit-linear-gradient(top, #010101 0%,#565a5b 100%);
  background: -o-linear-gradient(top, #010101 0%,#565a5b 100%);
  background: -ms-linear-gradient(top, #010101 0%,#565a5b 100%);
  background: linear-gradient(to bottom, #010101 0%,#565a5b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#565a5b',GradientType=0 );
  color: #fff;
}

#tabs-2 .page-tabs .tab-title {
  background: #d3d3d3; /* Old browsers */
  background: -moz-linear-gradient(top, #d3d3d3 0%, #f4f4f4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d3d3d3 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d3d3d3 0%,#f4f4f4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d3d3d3 0%,#f4f4f4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #d3d3d3 0%,#f4f4f4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */  border-bottom: 1px solid #BDBBBB;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #BDBBBB;
  color: #666;
  height: 35px;
  overflow: hidden;
  padding: 8px 13px 8px 10px;
  line-height: 17px;
  font-size: 14px;
  margin: 0;
}

#tabs-2 .page-tabs li.ui-state-active .tab-title,
#tabs-2 .page-tabs li.ui-state-active:hover .tab-title {
  background: #6e6e6f; /* Old browsers */
  background: -moz-linear-gradient(top, #6e6e6f 0%, #b2b0b1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e6e6f), color-stop(100%,#b2b0b1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6e6e6f 0%,#b2b0b1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6e6e6f 0%,#b2b0b1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6e6e6f 0%,#b2b0b1 100%); /* IE10+ */
  background: linear-gradient(to bottom, #6e6e6f 0%,#b2b0b1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e6f', endColorstr='#b2b0b1',GradientType=0 ); /* IE6-9 */  border-bottom: 1px solid #aaa;
  border-bottom: 1px solid #b2b0b1;
  color: #fff;
  text-shadow: 1px 1px #6E6E6F;
  display: block;
  font-size: 14px;
  margin: 0;
}

#tabs-2 .page-tabs li.ui-state-active .border-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #b2b0b1;
}

#tabs-2 .tabbed-content {
  display: none;
  margin-bottom: 30px;
}

#tabs-2 .column {
  display: inline-block;
  vertical-align: top;
  width: 344px;
  overflow: hidden;
}

#tabs-2 .column.first {
  margin-right: 20px;
}

#tabs-2 .column.second {
  width: 565px;
}
/* END Page Tabs */


/* Product Detail */
.product-detail .left.first {
  padding-top: 310px;
}

.product-detail .sidebar {
  padding-top: 235px;
  z-index: 2;
}

.product-detail .social-links {
  left: 300px;
  position: absolute;
  top: 255px;
  z-index: 3;
}

.product-detail .header-image {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.product-detail .featured-image {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.product-detail .side-nav {
  margin-bottom: 40px;
}

.product-detail .column {
  display: inline-block;
  vertical-align: top;
  width: 470px;
  overflow: hidden;
}

.product-detail .column.first {
  margin-right: 20px;
}

.product-detail .column .wp-caption {
  text-align: left;
  color: #898888;
  display: inline-block;
  vertical-align: top;
}

.product-detail .left {
  padding-top: 310px;
  z-index: 2;
}

.product-detail .sidebar {
  padding-top: 235px;
  z-index: 2;
}

.product-detail .column .wp-caption.alignleft  {
    margin: 0 10px 10px 0;
}

.product-detail .column .wp-caption.alignright {
  margin: 0 0 10px 15px;
}

.product-detail .sidebar .twitter-share-button {
  display: none;
}

.product-detail .sidebar .fb-like {
  display: none;
}

a.arrow-button[disabled],
a.arrow-button[disabled]:hover,
a.arrow-button[disabled]:active {
    background-color: #ccc;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.5;
    outline: 1px solid #ddd;
    cursor:not-allowed;
}

span.disable-label {
    color: red;
}
/* End product-detail */

/* New Google CSE */

form.gsc-search-box {
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
}

table.gsc-search-box {
  margin:0!important;
}

.gsc-input input.gsc-input {
  background: transparent!important;
  border: none!important;
  color: #333;
  padding-top: 5px!important;
  padding-left: 15px!important;
}

.cse .gsc-search-box .gsc-search-button input.gsc-search-button,
.gsc-search-box .gsc-search-button input.gsc-search-button {
  border:0!important;
  box-shadow:none!important;
  outline:none!important;
  background:transparent;
  position:relative;
  z-index:10;
  background-color:transparent!important;
  background:transparent!important;
  border-radius:0!important;
  -webkit-border-radius:0!important;
  text-indent:-999em;
  position:relative;
}

.gsc-input {
  min-width:175px!important;
}

td.gsc-clear-button {
    position: absolute;
    right: 35px;
    top: 7px;
}

.gsc-search-button {
  position:relative;
  width:20px!important;
  height:20px!important;
  padding:0!important;
  min-width:20px!important;
}

.gsc-search-box .gsc-search-button input.gsc-search-button {
  z-index:10;
}

.gsc-search-box .gsc-search-button::after {
  content:'';
  background:url('data:image/svg+xml,%3Csvg%20fill%3D%22%23000000%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%0A%3C%2Fsvg%3E');
  width: 20px!important;
  height: 20px!important;
  padding:0!important;
  display: inline-block;
  position: absolute;
  left: calc(50% - 10px);
  top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  background-color:transparent!important;
  border:0!important;
}

.gsc-table-cell-snippet-close:focus {
  outline:none!important;
}

.gsc-above-wrapper-area {
  margin-bottom:8px;
}

.gsc-table-result {
    border-bottom: 1px solid #eee;
}

td.gsc-table-cell-snippet-close {
  padding: 0 0 20px;
}

.cse .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result:hover, .gsc-webResult.gsc-result.gsc-promotion:hover, .gsc-results .gsc-imageResult-classic:hover, .gsc-results .gsc-imageResult-column:hover {
  border-color: transparent!important;
  background-color: transparent!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
}

.gsc-cursor-page.gsc-cursor-current-page, .gsc-cursor-page {
  border: 1px solid #ccc!important;
  text-decoration: none!important;
  background: none!important;
  text-shadow: none!important;
  border-radius: 0!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  margin: 0!important;
  padding: 10px 15px!important;
  border-right: 0!important;
  color:#333!important;
}


.gsc-cursor-page:last-child {
  border-right:1px solid #ccc!important;
}

.gsc-cursor-page.gsc-cursor-current-page::after {
  content:'';
  border-top:8px solid #01749f;
  border-right:5px solid transparent;
  border-left:5px solid transparent;
  position:absolute;
  top:0;
  left:calc(50% - 5px);
}

.gsc-cursor-page:focus {
  outline:0;
}
