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

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
/******************************
 Layout and Site Structure
******************************/
/* HTML Reset http://meyerweb.com/eric/tools/css/reset/ 
----------------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Drupal Reset
----------------------------------------------------------------------------------------------------*/
/* Menu Drupal Reset
----------------------------------------------------------------------------------------------------*/
.menu {
  padding: 0;
  margin: 0;
  list-style-image: none;
  list-style-type: none;
  border: none;
  background: none;
  border-color: none;
}
.menu li,
.menu li.expanded,
.menu li.collapsed,
.menu li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  border: none;
}
.menu li a,
.menu li.expanded a,
.menu li.collapsed a,
.menu li.leaf a {
  text-decoration: none;
}
.menu li a:hover,
.menu li.expanded a:hover,
.menu li.collapsed a:hover,
.menu li.leaf a:hover {
  text-decoration: none;
}
.item-list ul {
  margin: 0;
  padding: 0;
}
.item-list ul li {
  margin: 0;
  padding: 0;
}
ul.links {
  margin: 0;
}
ul.links li {
  background: none;
  padding: 0;
}
.maintenance-page {
  background: #26489b;
}
.maintenance-page #page-wrapper {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  min-height: 0;
  min-width: 0;
  width: 600px;
  padding: 40px;
}
.field-type-link-field .field-item {
  padding-left: 20px;
  background: url("../images/link.png") no-repeat left;
}
.whitebox {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
/* Border Radius
------------------------------------------------------------*/
/* Drop shadows
------------------------------------------------------------*/
/* Text Shadow
------------------------------------------------------------*/
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.text-shadow-none {
  text-shadow: none;
}
/* CSS3 Transitions
------------------------------------------------------------*/
/* Opacity
------------------------------------------------------------*/
.img-glow {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: opacity 0.15s linear 0s;
  -webkit-transition: opacity 0.15s linear 0s;
  -o-transition: opacity 0.15s linear 0s;
  transition: opacity 0.15s linear 0s;
}
.img-glow:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* Utility 
------------------------------------------------------------*/
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.line {
  border-top: 1px solid #CCC;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.border.shadow {
  -webkit-box-shadow: 0 0px 4px #cccccc;
  -moz-box-shadow: 0 0px 4px #cccccc;
  box-shadow: 0 0px 4px #cccccc;
  padding: 5px;
  line-height: 1;
  border: 1px solid #ddd;
}
.border {
  border: 1px solid #CCC;
  padding: 4px;
  vertical-align: baseline;
}
.border:hover {
  -webkit-box-shadow: 0 0px 4px #cccccc;
  -moz-box-shadow: 0 0px 4px #cccccc;
  box-shadow: 0 0px 4px #cccccc;
  opacity: 1;
}
.no-margin {
  margin: 0;
}
.well {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #EAEAEA;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well-square {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #EAEAEA;
  border: 1px solid #d8d8d8;
}
.column1 {
  width: 80px;
  display: inline;
  float: left;
}
.column1:after {
  content: "80";
}
.column2 {
  width: 160px;
  display: inline;
  float: left;
}
.column2:after {
  content: "160";
}
.column3 {
  width: 240px;
  display: inline;
  float: left;
}
.column3:after {
  content: "240";
}
.column4 {
  width: 320px;
  display: inline;
  float: left;
}
.column4:after {
  content: "340";
}
.column5 {
  width: 400px;
  display: inline;
  float: left;
}
.column5:after {
  content: "420";
}
.column6 {
  width: 480px;
  display: inline;
  float: left;
}
.column6:after {
  content: "500";
}
.column7 {
  width: 560px;
  display: inline;
  float: left;
}
.column7:after {
  content: "580";
}
.column8 {
  width: 640px;
  display: inline;
  float: left;
}
.column8:after {
  content: "640";
}
.column9 {
  width: 720px;
  display: inline;
  float: left;
}
.column9:after {
  content: "720";
}
.column10 {
  width: 800px;
  display: inline;
  float: left;
}
.column10:after {
  content: "800";
}
.column11 {
  width: 880px;
  display: inline;
  float: left;
}
.column11:after {
  content: "880";
}
.column12 {
  width: 960px;
  display: inline;
  float: left;
}
.column12:after {
  content: "960";
}
/*
.clearfix {
  *zoom: 1;
  &:before,
  &:after {
    display: table;
    content: "";
  }
  &:after {
    clear: both;
  }
}
*/
/* New Clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* Container
----------------------------------------------------------------------------------------------------*/
/* Columns
----------------------------------------------------------------------------------------------------*/
/*
    @media only screen and (min-width : 768px) and (max-width : 1024px) { 
      width: ((@column * @column-width-ipad) - @subtract)* 1px;
      float: left;
      display: inline;
    }
*/
/* Grids
----------------------------------------------------------------------------------------------------*/
.responsive-image {
  width: 100%;
  height: auto;
}
.breadcrumb {
  display: block;
  color: #535353;
  font-family: Arial;
  font-size: 11px;
  padding: 8px 15px;
  margin: 0;
  background-color: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb li {
  display: inline-block;
  text-shadow: 0 1px 0 #ffffff;
  margin: 0 5px 0 0;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb .active {
  color: #535353;
}
/* Tools Wraps Admin Links */
#tools {
  display: block;
  /*margin: 0 0 20px 0;*/
}
#tools:after {
  content: "";
  display: table;
  clear: both;
}
#tools .tabs {
  display: inline-block;
}
/* Admin Links */
ul.primary,
.primary {
  border-bottom: 0px solid #BBBBBB;
  line-height: normal;
  list-style: none outside none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  white-space: nowrap;
  font-size: 12px;
}
ul.primary:after,
.primary:after {
  content: "";
  display: table;
  clear: both;
}
ul.primary li a,
.primary li a {
  background-color: #000;
  color: #FFF;
  margin: 0 0 0 0;
  padding: 10px 16px 10px 16px;
  border: none;
  border-right: 1px solid #333;
  float: left;
  font-weight: normal;
  text-decoration: none;
}
ul.primary li a:hover,
.primary li a:hover {
  background: #666666;
  color: #FFF;
  border: none;
  border-right: 1px solid #333;
  text-decoration: none;
}
ul.primary li.active a,
.primary li.active a {
  background: #26489b;
  color: #FFF;
  border: none;
  border-right: 1px solid #333;
}
ul.primary li:last-child a,
.primary li:last-child a {
  border-right: none;
}
ul.secondary {
  border-bottom: none;
}
/* Node Clone Admin Link */
#tools .action-links {
  border-bottom: 0px solid #BBBBBB;
  line-height: normal;
  list-style: none outside none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  white-space: nowrap;
  font-size: 12px;
  display: inline-block;
}
#tools .action-links:after {
  content: "";
  display: table;
  clear: both;
}
#tools .action-links li a {
  background-color: #000;
  color: #FFF;
  margin: 0 0 0 0;
  padding: 10px 16px 10px 16px;
  border: none;
  border-right: 1px solid #333;
  float: left;
  font-weight: normal;
  text-decoration: none;
}
#tools .action-links li a:hover {
  background: #666666;
  color: #FFF;
  border: none;
  border-right: 1px solid #333;
  text-decoration: none;
}
#tools .action-links li.active a {
  background: #26489b;
  color: #FFF;
  border: none;
  border-right: 1px solid #333;
}
#tools .action-links li:last-child a {
  border-right: none;
}
/* Skip link */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -khtml-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  outline: 0;
}
div.contextual-links-wrapper ul.contextual-links li {
  line-height: 100%;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 11px;
}
div.contextual-links-wrapper ul.contextual-links li a:hover {
  text-decoration: none;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table thead:first-child tr th,
.table thead:first-child tr td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
form {
  margin: 0 0 0 0;
}
.form-item {
  margin: 0 0 10px;
  padding: 0;
  position: relative;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: capitalize;
  width: 100%;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 6px;
  padding-top: 18px;
  text-transform: capitalize;
}
input,
textarea,
select {
  color: #484848;
  display: inline-block;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  *overflow: visible;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s 2s linear 0s;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s 2s linear 0s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s 2s linear 0s;
  transition: border linear 0.2s, box-shadow linear 0.2s 2s linear 0s;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  background: #CCC;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -moz-transition: background 0.15s linear 0s;
  -webkit-transition: background 0.15s linear 0s;
  -o-transition: background 0.15s linear 0s;
  transition: background 0.15s linear 0s;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #b3b3b3;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: normal;
}
.btn-large {
  padding: 9px 14px;
  font-size: 13px;
  line-height: normal;
}
.btn-full {
  padding: 5px 9px;
  font-size: 10px;
  line-height: normal;
  display: block;
}
.btn-primary {
  background: #26489b;
  color: #FFF;
}
.btn-primary:hover {
  background: #305bc4;
  color: #FFF;
}
.btn-secondary {
  background: #f37d17;
  color: #FFF;
}
.btn-secondary:hover {
  background: #f69847;
  color: #FFF;
}
.btn-black {
  background: #000;
  color: #FFF;
}
.btn-black:hover {
  background: #333;
  color: #FFF;
}
input.form-submit {
  background: #CCC;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -moz-transition: background 0.15s linear 0s;
  -webkit-transition: background 0.15s linear 0s;
  -o-transition: background 0.15s linear 0s;
  transition: background 0.15s linear 0s;
  background: #26489b;
  color: #FFF;
  padding: 9px 14px;
  font-size: 13px;
  line-height: normal;
}
input.form-submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #b3b3b3;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
input.form-submit:hover {
  background: #305bc4;
  color: #FFF;
}
input.form-submit:hover {
  background: #26489b;
}
input.form-submit.disabled {
  cursor: default;
  color: #666;
  background-color: #EAEAEA;
}
input.form-submit.disabled:hover {
  cursor: default;
  color: #666;
  background-color: #EAEAEA;
}
input[value="Remove"] {
  padding: 5px 9px;
  font-size: 11px;
  line-height: normal;
}
input[value="Update cart"] {
  padding: 9px 14px;
  font-size: 13px;
  line-height: normal;
  margin: 0 10px 0 0;
}
input[value="Checkout"] {
  padding: 9px 14px;
  font-size: 13px;
  line-height: normal;
}
input[value="Buy Cushions"] {
  padding: 9px 14px;
  font-size: 13px;
  line-height: normal;
}
input[value="Cancel"] {
  padding: 9px 14px;
  font-size: 13px;
  line-height: normal;
  margin: 0 10px 0 0;
}
input[value="Review order"] {
  padding: 9px 14px;
  font-size: 13px;
  line-height: normal;
}
input[value="Back"] {
  padding: 9px 14px;
  font-size: 13px;
  line-height: normal;
  margin: 0 10px 0 0;
}
input[value="Submit order"] {
  padding: 9px 14px;
  font-size: 13px;
  line-height: normal;
}
/* Slider 
----------------------------------------------------------------------------------------------------*/
#block-views-slider-block {
  position: relative;
  text-align: center;
  margin: 0;
}
#block-views-slider-block h1.node-title {
  display: none;
}
#block-views-slider-block .field-name-body {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 10px;
  color: #fff;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #block-views-slider-block .field-name-body {
    top: 40px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
  #block-views-slider-block .field-name-body {
    top: 20px;
  }
}
#block-views-slider-block .field-name-body h1,
#block-views-slider-block .field-name-body h2,
#block-views-slider-block .field-name-body p {
  width: 400px;
  margin: 0 auto;
}
#block-views-slider-block .field-name-body h1 {
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#block-views-slider-block .field-name-body p {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  width: 500px;
}
#block-views-slider-block .field-name-field-slide img {
  width: 100%;
}
/* Slider Nav
----------------------------------------------------------------------------------------------------*/
#nav {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 20;
  margin: 0;
  padding: 0;
}
#nav a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 16px;
  width: 16px;
  background: #1c3572;
  color: #1c3572;
  float: left;
  margin-right: 5px;
  font-size: 1px;
}
#nav a:hover {
  background: #f37d17;
}
#nav a.activeSlide {
  background: #26489b;
}
/* Checkout Process
----------------------------------------------------------------------------------------------------*/
#uc-cart-view-form table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#uc-cart-view-form table th,
#uc-cart-view-form table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#uc-cart-view-form table th {
  font-weight: bold;
}
#uc-cart-view-form table thead th {
  vertical-align: bottom;
}
#uc-cart-view-form table thead:first-child tr th,
#uc-cart-view-form table thead:first-child tr td {
  border-top: 0;
}
#uc-cart-view-form table tbody + tbody {
  border-top: 2px solid #ddd;
}
#uc-cart-view-form table tbody tr:hover td,
#uc-cart-view-form table tbody tr:hover th {
  background-color: #f5f5f5;
}
#uc-cart-view-form table th + th,
#uc-cart-view-form table td + td,
#uc-cart-view-form table th + td,
#uc-cart-view-form table td + th {
  border-left: 1px solid #ddd;
}
#uc-cart-view-form table thead:first-child tr:first-child th,
#uc-cart-view-form table tbody:first-child tr:first-child th,
#uc-cart-view-form table tbody:first-child tr:first-child td {
  border-top: 0;
}
#uc-cart-view-form table thead:first-child tr:first-child th:first-child,
#uc-cart-view-form table tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
#uc-cart-view-form table thead:first-child tr:first-child th:last-child,
#uc-cart-view-form table tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
#uc-cart-view-form table thead:last-child tr:last-child th:first-child,
#uc-cart-view-form table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
#uc-cart-view-form table thead:last-child tr:last-child th:last-child,
#uc-cart-view-form table tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
#uc-cart-checkout-form table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#uc-cart-checkout-form table th,
#uc-cart-checkout-form table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#uc-cart-checkout-form table th {
  font-weight: bold;
}
#uc-cart-checkout-form table thead th {
  vertical-align: bottom;
}
#uc-cart-checkout-form table thead:first-child tr th,
#uc-cart-checkout-form table thead:first-child tr td {
  border-top: 0;
}
#uc-cart-checkout-form table tbody + tbody {
  border-top: 2px solid #ddd;
}
#uc-cart-checkout-form table tbody tr:hover td,
#uc-cart-checkout-form table tbody tr:hover th {
  background-color: #f5f5f5;
}
#uc-cart-checkout-form table th + th,
#uc-cart-checkout-form table td + td,
#uc-cart-checkout-form table th + td,
#uc-cart-checkout-form table td + th {
  border-left: 1px solid #ddd;
}
#uc-cart-checkout-form table thead:first-child tr:first-child th,
#uc-cart-checkout-form table tbody:first-child tr:first-child th,
#uc-cart-checkout-form table tbody:first-child tr:first-child td {
  border-top: 0;
}
#uc-cart-checkout-form table thead:first-child tr:first-child th:first-child,
#uc-cart-checkout-form table tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
#uc-cart-checkout-form table thead:first-child tr:first-child th:last-child,
#uc-cart-checkout-form table tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
#uc-cart-checkout-form table thead:last-child tr:last-child th:first-child,
#uc-cart-checkout-form table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
#uc-cart-checkout-form table thead:last-child tr:last-child th:last-child,
#uc-cart-checkout-form table tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.order-review-table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.order-review-table th,
.order-review-table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.order-review-table th {
  font-weight: bold;
}
.order-review-table thead th {
  vertical-align: bottom;
}
.order-review-table thead:first-child tr th,
.order-review-table thead:first-child tr td {
  border-top: 0;
}
.order-review-table tbody + tbody {
  border-top: 2px solid #ddd;
}
.order-review-table tbody tr:hover td,
.order-review-table tbody tr:hover th {
  background-color: #f5f5f5;
}
.order-review-table th + th,
.order-review-table td + td,
.order-review-table th + td,
.order-review-table td + th {
  border-left: 1px solid #ddd;
}
.order-review-table thead:first-child tr:first-child th,
.order-review-table tbody:first-child tr:first-child th,
.order-review-table tbody:first-child tr:first-child td {
  border-top: 0;
}
.order-review-table thead:first-child tr:first-child th:first-child,
.order-review-table tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.order-review-table thead:first-child tr:first-child th:last-child,
.order-review-table tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.order-review-table thead:last-child tr:last-child th:first-child,
.order-review-table tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.order-review-table thead:last-child tr:last-child th:last-child,
.order-review-table tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
input.node-add-to-cart {
  background: #CCC;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -moz-transition: background 0.15s linear 0s;
  -webkit-transition: background 0.15s linear 0s;
  -o-transition: background 0.15s linear 0s;
  transition: background 0.15s linear 0s;
  background: #26489b;
  color: #FFF;
  padding: 5px 9px;
  font-size: 10px;
  line-height: normal;
  display: block;
}
input.node-add-to-cart:hover {
  color: #333;
  text-decoration: none;
  background-color: #b3b3b3;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
input.node-add-to-cart:hover {
  background: #305bc4;
  color: #FFF;
}
/* Shopping Cart Block
----------------------------------------------------------------------------------------------------*/
#block-va-cart-utilities-cart-info {
  /* 
	background: @black url('../images/textures/subtlepatterns/classy_fabric.png') repeat; 
	.border-radius-multiple(0,4px,4px,0);		
	*/

  background: #c42e00 url('../images/textures/subtlepatterns/white_carbon_red.png') repeat;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  float: right;
  margin-top: 40px;
  margin-right: -20px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cart_info {
  width: 220px;
  display: inline;
  float: left;
  padding: 20px 10px;
  text-align: center;
}
#cart_info .quantity {
  display: inline;
  font-weight: bold;
  padding: 0 0 0 18px;
}
#cart_info .price {
  display: inline;
  padding: 0;
  margin-left: 5px;
}
#cart_info .checkout {
  display: inline;
  padding: 0;
  margin-left: 5px;
}
#cart_info a.full {
  display: inline;
  padding: 0;
}
#cart_info a.empty {
  display: inline;
  padding: 0;
}
#cart_info.full {
  background: url('../images/cart-full.png') no-repeat 25px 6px;
}
#cart_info.empty {
  background: url('../images/cart-empty.png') no-repeat 25px 6px;
}
#cart_info.full .quantity {
  background: url("../images/cart-green.png") no-repeat;
}
#cart_info.empty .quantity {
  background: url("../images/cart-black.png") no-repeat;
}
.item-list .pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.item-list .pager:after {
  content: "";
  display: table;
  clear: both;
}
.item-list .pager li {
  display: inline;
  border-bottom: none;
}
.item-list .pager a,
.item-list .pager span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.item-list .pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #333;
}
.item-list .pager .next a,
.item-list .pager .next span {
  float: right;
}
.item-list .pager .previous a {
  float: left;
}
.item-list .pager .disabled a,
.item-list .pager .disabled a:hover,
.item-list .pager .disabled span {
  color: #535353;
  background-color: #fff;
  cursor: default;
}
/* Type
------------------------------------------------------------------------ */
img {
  border: 0;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #26489b;
}
a:hover {
  text-decoration: underline;
  color: #3e68d0;
}
p {
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
h1,
.h1 {
  color: #333;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 32px;
  line-height: 38px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 16px 0;
}
h2,
.h2 {
  color: #333;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
h3,
.h3 {
  color: #535353;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
h4,
.h4 {
  color: #535353;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
h5,
.h5 {
  color: #535353;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
h6,
.h6 {
  color: #535353;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
ul {
  margin: 0;
  list-style: none;
}
ol {
  margin: 0;
  list-style: none;
}
hr {
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  float: right;
  background: #000;
  width: 300px;
  margin-bottom: 20px;
  color: #000;
  padding-left: 20px;
  margin-left: 10px;
}
blockquote p {
  background: none;
  font-size: 24px;
  font-weight: normal;
  padding: 0 20px 20px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.region-content ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: disc;
}
.region-content li {
  margin: 0 0 7px 0;
  padding: 0 0 0 14px;
  background: url('../images/bullet.png') no-repeat left 4px;
  list-style-type: none;
  line-height: 19px;
}
ul.links {
  margin: 0;
}
ul.links li {
  background: none;
  padding: 0;
}
.region-header .block-menu-block ul.menu,
.region-subheader .block-menu-block ul.menu {
  z-index: 100;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  text-shadow: 0px 0px 0px white;
  /* Level 2 */

}
.region-header .block-menu-block ul.menu li,
.region-subheader .block-menu-block ul.menu li {
  float: left;
  display: block;
  border-right: 1px dotted #bd541b;
  position: relative;
}
.region-header .block-menu-block ul.menu li:last-child,
.region-subheader .block-menu-block ul.menu li:last-child {
  border: none;
}
.region-header .block-menu-block ul.menu li a,
.region-subheader .block-menu-block ul.menu li a {
  display: block;
  color: #ffffff;
  padding: 4px 18px;
  text-shadow: 1px 1px 1px #bd541b;
}
.region-header .block-menu-block ul.menu li a:hover,
.region-subheader .block-menu-block ul.menu li a:hover {
  color: #26489b;
}
.region-header .block-menu-block ul.menu li a.active,
.region-subheader .block-menu-block ul.menu li a.active {
  color: #26489b;
  font-weight: 700;
}
.region-header .block-menu-block ul.menu ul,
.region-subheader .block-menu-block ul.menu ul {
  width: 280px;
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 0;
  background: #f37d17;
  /* Level 3 */

}
.region-header .block-menu-block ul.menu ul li,
.region-subheader .block-menu-block ul.menu ul li {
  float: none !important;
  display: block;
  border-bottom: 1px dotted #bd541b;
  margin: 0;
  padding: 0;
}
.region-header .block-menu-block ul.menu ul li a,
.region-subheader .block-menu-block ul.menu ul li a {
  display: block;
  color: #ffffff;
  padding: 8px 18px;
  text-shadow: 1px 1px 1px #bd541b;
}
.region-header .block-menu-block ul.menu ul ul,
.region-subheader .block-menu-block ul.menu ul ul {
  left: 100%;
  top: 0;
}
.region-sidebar-second .block-menu-block ul.menu,
.region-sidebar-first .block-menu-block ul.menu {
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  background: #eeeeee;
  padding: 10px;
}
.region-sidebar-second .block-menu-block ul.menu li,
.region-sidebar-first .block-menu-block ul.menu li {
  display: block;
  border-bottom: 1px dotted #CCCCCC;
}
.region-sidebar-second .block-menu-block ul.menu li:last-child,
.region-sidebar-first .block-menu-block ul.menu li:last-child {
  border: none;
}
.region-sidebar-second .block-menu-block ul.menu li a,
.region-sidebar-first .block-menu-block ul.menu li a {
  color: #26489b;
  padding: 6px 8px;
  display: block;
}
.region-sidebar-second .block-menu-block ul.menu li a:hover,
.region-sidebar-first .block-menu-block ul.menu li a:hover {
  color: #535353;
}
.region-sidebar-second .block-menu-block ul.menu li a.active,
.region-sidebar-first .block-menu-block ul.menu li a.active {
  color: #26489b;
  font-weight: 700;
}
.region-sidebar-second .block-menu-block ul.menu li ul,
.region-sidebar-first .block-menu-block ul.menu li ul {
  padding: 0;
  margin-left: 10px;
  font-size: 12px;
  line-height: 16px;
}
.region-sidebar-second .block-menu-block ul.menu li ul ul,
.region-sidebar-first .block-menu-block ul.menu li ul ul {
  margin-left: 10px;
}
.layout-inner {
  width: 960px;
  margin: 0 auto;
}
.layout-inner:after {
  content: "";
  display: table;
  clear: both;
}
.layout:after {
  content: "";
  display: table;
  clear: both;
}
.region:after {
  content: "";
  display: table;
  clear: both;
}
.block:after {
  content: "";
  display: table;
  clear: both;
}
.view:after {
  content: "";
  display: table;
  clear: both;
}
.node:after {
  content: "";
  display: table;
  clear: both;
}
/* Wrapper
----------------------------------------------------------------------------------------------------*/
/* Top 
----------------------------------------------------------------------------------------------------*/
/* Header 
----------------------------------------------------------------------------------------------------*/
#header {
  background: #26489b;
}
/* Sub Header 
----------------------------------------------------------------------------------------------------*/
#subheader {
  background-color: #f27022;
  background-image: -moz-linear-gradient(top, #f16624, #f47f1f);
  background-image: -ms-linear-gradient(top, #f16624, #f47f1f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f16624), to(#f47f1f));
  background-image: -webkit-linear-gradient(top, #f16624, #f47f1f);
  background-image: -o-linear-gradient(top, #f16624, #f47f1f);
  background-image: linear-gradient(top, #f16624, #f47f1f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16624', endColorstr='#f47f1f', GradientType=0);
}
#subheader .layout-inner {
  padding: 12px 0;
}
/* Logo 
----------------------------------------------------------------------------------------------------*/
#logo {
  padding: 10px 0 10px 0;
  width: 240px;
  display: inline;
  float: left;
}
#logo img {
  text-align: left;
  width: 100%;
}
.region-header {
  width: 720px;
  display: inline;
  float: left;
}
/* Highlight 
----------------------------------------------------------------------------------------------------*/
/* Feature 
----------------------------------------------------------------------------------------------------*/
#featured {
  background: none;
  oveflow: hidden;
}
#featured .layout-inner {
  width: 100%;
}
/* Middle
----------------------------------------------------------------------------------------------------*/
#middle {
  background: #FFF;
}
#middle .layout-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Footer
----------------------------------------------------------------------------------------------------*/
#footer .layout-inner {
  padding: 20px 0 20px 0;
}
#footer .copyright {
  color: #333;
  margin: 25px 10px 0 0;
}
#footer .va {
  color: #333;
  margin: 10px 10px 0 0;
}
#filter {
  width: 220px;
  display: inline;
  float: left;
  margin-left: 20px;
}
#filter:after {
  content: "";
  display: table;
  clear: both;
}
#filter .layout-inner {
  width: 100%;
}
/* Content & Sidebars
----------------------------------------------------------------------------------------------------*/
body.no-sidebars #content {
  width: 720px;
  display: inline;
  float: left;
}
body.no-sidebars #content:after {
  content: "";
  display: table;
  clear: both;
}
body.one-sidebar.sidebar-second #sidebar-second {
  width: 220px;
  display: inline;
  float: left;
  margin-left: 20px;
}
body.one-sidebar.sidebar-second #sidebar-second:after {
  content: "";
  display: table;
  clear: both;
}
body.one-sidebar.sidebar-second #content {
  width: 720px;
  display: inline;
  float: left;
}
body.one-sidebar.sidebar-second #content:after {
  content: "";
  display: table;
  clear: both;
}
body.two-sidebars #sidebar-first {
  width: 240px;
  display: inline;
  float: left;
}
body.two-sidebars #sidebar-first:after {
  content: "";
  display: table;
  clear: both;
}
body.two-sidebars #content {
  width: 480px;
  display: inline;
  float: left;
}
body.two-sidebars #content:after {
  content: "";
  display: table;
  clear: both;
}
body.two-sidebars #sidebar-second {
  width: 220px;
  display: inline;
  float: left;
  margin-left: 20px;
}
body.two-sidebars #sidebar-second:after {
  content: "";
  display: table;
  clear: both;
}
#below-content {
  width: 960px;
  display: inline;
  float: left;
}
body.no-sidebars.front #content {
  width: 960px;
  display: inline;
  float: left;
}
body.no-sidebars.front #content:after {
  content: "";
  display: table;
  clear: both;
}
h2.block-title {
  background: #000000;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 0;
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: ;
  position: relative;
}
.jspDrag {
  background: #535353;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.jspHorizontalBar,
.jspVerticalBar,
.jspTrack {
  background: #eeeef4;
}
.jspDrag {
  background: #9e9e9e;
}
.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover {
  background: #858585;
}
.jspArrow {
  background: url(../images/ui-icons_222222_256x240.png) no-repeat;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.jspVerticalBar > .jspActive,
.jspArrow:hover {
  background-image: url('../images/ui-icons_cd0a0a_256x240.png');
}
.jspVerticalBar > .jspDisabled,
.jspVerticalBar > .jspDisabled:hover,
.jspHorizontalBar > .jspDisabled,
.jspHorizontalBar > .jspDisabled:hover {
  background-color: transparent;
  background-image: url('../images/ui-icons_888888_256x240.png');
}
.jspVerticalBar .jspArrow {
  height: 15px;
}
.jspHorizontalBar .jspArrow {
  width: 15px;
}
.jspArrowUp {
  background-position: 0 0;
}
.jspArrowDown {
  background-position: -64px 0 !important;
}
.jspArrowLeft {
  background-position: -96px 0 !important;
}
.jspArrowRight {
  background-position: -32px 0 !important;
}
/* ==========================================================================
   Body
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 13px;
  line-height: 20px;
  color: #333;
  background: #EEEEEE;
}
/* ==========================================================================
   Colors
   ========================================================================== */
/* Colors */
/* Link Colors */
/* B&W Colors */
/* ==========================================================================
   Blocks & Views
   ========================================================================== */
.block:first-child {
  margin-top: 0;
}
.block:after {
  content: "";
  display: table;
  clear: both;
}
/* Block Title */
h2.block-title {
  color: #333;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 32px;
  line-height: 38px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 16px 0;
  background: none;
  font-size: 20px;
}
.views-row {
  float: left;
}
tr.even,
tr.odd {
  background: none;
  border: none;
}
/* ==========================================================================
   Header
   ========================================================================== */
input#edit-code {
  width: 100px;
}
/* ==========================================================================
   Content
   ========================================================================== */
/* ==========================================================================
   Homepage
   ========================================================================== */
body.front {
  /* Max Image */

}
body.front #block-system-main .field-name-title {
  display: none;
}
body.front #highlighted {
  /*height: 286px;*/
  width: 100%;
}
body.front #highlighted .mc-image {
  height: 286px;
}
body.front #block-ds-extras-banner-highlighted img {
  width: 100%;
  height: auto;
}
body.front #featured {
  background: #FFF;
  height: 220px;
}
body.front #featured .layout-inner {
  width: 960px;
  position: relative;
}
body.front #featured .block-views-operators-block-1 {
  position: absolute;
  left: 380px;
  top: 140px;
  width: 580px;
  text-align: center;
  vertical-align: bottom;
}
body.front #featured .block-views-operators-block-1 .views-row {
  float: none;
  display: inline-block;
  margin-left: 20px;
}
body.front #featured #content {
  background: url('../images/travelling-couple.png') no-repeat;
  position: absolute;
  height: 316px;
  top: -96px;
}
body.front #featured #content .node {
  position: absolute;
  top: 130px;
  left: 380px;
}
body.front #featured #content .node h1 {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}
/* ==========================================================================
   Hero Image
   ========================================================================== */
div.mc-image {
  height: 220px;
}
#block-views-home-page-categories-block {
  margin: 36px 0;
}
#block-views-home-page-categories-block .views-row {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
#block-views-home-page-categories-block .views-row.views-row-last {
  border: none;
}
#block-views-home-page-categories-block .field-name-field-hero-images {
  float: left;
  margin: 0 24px 0 0;
}
#block-views-home-page-categories-block .field-name-title {
  float: left;
  width: 620px;
}
#block-views-home-page-categories-block .taxonomy-term-description {
  float: left;
  width: 620px;
}
#block-views-home-page-categories-block .field-name-field-secondary-image {
  float: right;
}
#block-views-home-page-categories-block .field-name-more-link {
  clear: both;
}
/* ==========================================================================
   Node
   ========================================================================== */
.node .field-name-field-hero-images {
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  padding: 0;
}
.node .field-name-title {
  width: 80%;
}
.node .fieldset-wrapper {
  display: inline-block;
}
.node .field-group-div {
  display: block;
  border: 1px solid #EAEAEA;
  padding: 10px;
  margin-bottom: 20px;
}
.node .field-group-div:after {
  content: "";
  display: table;
  clear: both;
}
.node .field-group-div > h2 {
  margin-bottom: 0;
}
.node .field-group-div > h2 .field-group-format-title {
  color: #333;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 45px;
  height: 45px;
  display: block;
  background-image: url("../images/accordion.png");
  background-repeat: no-repeat;
  background-position: right -45px;
}
.node .field-group-div > h2 .field-group-format-title:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: opacity 0.2 linear 0s;
  -webkit-transition: opacity 0.2 linear 0s;
  -o-transition: opacity 0.2 linear 0s;
  transition: opacity 0.2 linear 0s;
}
.node .field-group-div.collapsed .field-group-format-title {
  background-position: right 0;
}
.node .field-name-body {
  clear: both;
}
.node .field-name-body:after {
  content: "";
  display: table;
  clear: both;
}
.node .field-label {
  color: #333;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
.node .field-name-field-image {
  margin-bottom: 30px;
}
.node .field-name-field-image .field-label {
  padding-left: 40px;
}
.node .field-name-field-image .field-item {
  display: inline-block;
  margin: 0 4px 4px 0;
}
/* ==========================================================================
   Node Ship Class
   ========================================================================== */
.node-ship-class .field-name-field-deck-plans {
  margin-bottom: 20px;
}
.node-ship-class .field-name-field-deck-plans:after {
  content: "";
  display: table;
  clear: both;
}
.node-ship-class .field-name-field-deck-plans .field-item {
  display: inline;
  float: left;
  width: 233.33333333333334px;
  margin-left: 10px;
  vertical-align: top;
  margin: 0 15px 15px 0;
}
.node-ship-class .field-name-field-deck-plans .field-item:nth-child(3n+1) {
  margin-left: 0px;
}
.node-ship-class .field-name-field-deck-plans .field-item a {
  display: block;
  border: 1px solid #CCC;
  padding: 4px;
  vertical-align: baseline;
}
.node-ship-class .field-name-field-deck-plans .field-item a img {
  display: block;
  width: 100%;
  height: auto;
}
.node-ship-class .field-name-field-deck-plans .field-item p {
  padding: 5px;
}
/* ==========================================================================
   Node > Tour > Default
   ========================================================================== */
.node-tour {
  /* Field Group Details */
}
.node-tour .field-name-field-hero-images {
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  padding: 0;
}
.node-tour .field-name-title {
  width: 80%;
}
.node-tour .field-name-field-byline {
  font-size: 14px;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.node-tour .fieldset-wrapper {
  display: inline-block;
}
.node-tour .field-group-div {
  display: block;
  border: 1px solid #EAEAEA;
  padding: 10px;
  margin-bottom: 20px;
}
.node-tour .field-group-div:after {
  content: "";
  display: table;
  clear: both;
}
.node-tour .field-group-div > h2 {
  margin-bottom: 0;
}
.node-tour .field-group-div > h2 .field-group-format-title {
  color: #333;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 45px;
  height: 45px;
  display: block;
  background-image: url("../images/accordion.png");
  background-repeat: no-repeat;
  background-position: right -45px;
}
.node-tour .field-group-div.collapsed .field-group-format-title {
  background-position: right 0;
}
.node-tour .group-tour-details-teaser:after {
  content: "";
  display: table;
  clear: both;
}
.node-tour .group-tour-details-full:after {
  content: "";
  display: table;
  clear: both;
}
.node-tour .field-name-field-saving {
  display: inline;
  float: left;
}
.node-tour .field-name-field-stops {
  display: inline;
  float: left;
}
.node-tour .field-name-field-duration {
  display: inline;
  float: left;
}
.node-tour .field-name-field-tour-type {
  display: inline;
  float: left;
}
.node-tour .field-name-field-operator {
  display: inline;
  float: left;
}
.node-tour .field-name-field-country-region {
  display: inline;
  float: left;
}
.node-tour .field-name-field-season {
  display: inline;
  float: left;
}
.node-tour .field-name-field-age-group {
  display: inline;
  float: left;
}
.node-tour .field-name-field-style {
  display: inline;
  float: left;
}
.node-tour .field-name-field-code {
  display: inline;
  float: left;
}
.node-tour .field-name-field-code,
.node-tour .field-name-field-saving,
.node-tour .field-name-field-duration,
.node-tour .field-name-field-operator,
.node-tour .field-name-field-country-region,
.node-tour .field-name-field-tour-type,
.node-tour .field-name-field-season,
.node-tour .field-name-field-age-group,
.node-tour .field-name-field-style,
.node-tour .field-name-field-stops {
  margin: 0 8px 0 0;
}
.node-tour .field-name-field-code:after,
.node-tour .field-name-field-saving:after,
.node-tour .field-name-field-duration:after,
.node-tour .field-name-field-operator:after,
.node-tour .field-name-field-country-region:after,
.node-tour .field-name-field-tour-type:after,
.node-tour .field-name-field-season:after,
.node-tour .field-name-field-age-group:after,
.node-tour .field-name-field-style:after,
.node-tour .field-name-field-stops:after {
  content: "";
  display: table;
  clear: both;
}
.node-tour .field-name-field-code .field-label,
.node-tour .field-name-field-saving .field-label,
.node-tour .field-name-field-duration .field-label,
.node-tour .field-name-field-operator .field-label,
.node-tour .field-name-field-country-region .field-label,
.node-tour .field-name-field-tour-type .field-label,
.node-tour .field-name-field-season .field-label,
.node-tour .field-name-field-age-group .field-label,
.node-tour .field-name-field-style .field-label,
.node-tour .field-name-field-stops .field-label {
  color: #f37d17;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 12px;
  line-height: 20px;
  font-family: arial;
  font-weight: bold;
  float: left;
  margin: 0 2px 0 0;
}
.node-tour .field-name-field-code .field-items,
.node-tour .field-name-field-saving .field-items,
.node-tour .field-name-field-duration .field-items,
.node-tour .field-name-field-operator .field-items,
.node-tour .field-name-field-country-region .field-items,
.node-tour .field-name-field-tour-type .field-items,
.node-tour .field-name-field-season .field-items,
.node-tour .field-name-field-age-group .field-items,
.node-tour .field-name-field-style .field-items,
.node-tour .field-name-field-stops .field-items,
.node-tour .field-name-field-code .field-item,
.node-tour .field-name-field-saving .field-item,
.node-tour .field-name-field-duration .field-item,
.node-tour .field-name-field-operator .field-item,
.node-tour .field-name-field-country-region .field-item,
.node-tour .field-name-field-tour-type .field-item,
.node-tour .field-name-field-season .field-item,
.node-tour .field-name-field-age-group .field-item,
.node-tour .field-name-field-style .field-item,
.node-tour .field-name-field-stops .field-item,
.node-tour .field-name-field-code ul.links,
.node-tour .field-name-field-saving ul.links,
.node-tour .field-name-field-duration ul.links,
.node-tour .field-name-field-operator ul.links,
.node-tour .field-name-field-country-region ul.links,
.node-tour .field-name-field-tour-type ul.links,
.node-tour .field-name-field-season ul.links,
.node-tour .field-name-field-age-group ul.links,
.node-tour .field-name-field-style ul.links,
.node-tour .field-name-field-stops ul.links {
  margin-right: 4px;
  float: left;
  font-size: 12px;
  line-height: 20px;
  font-family: arial;
}
.node-tour .field-name-field-code .field-items li,
.node-tour .field-name-field-saving .field-items li,
.node-tour .field-name-field-duration .field-items li,
.node-tour .field-name-field-operator .field-items li,
.node-tour .field-name-field-country-region .field-items li,
.node-tour .field-name-field-tour-type .field-items li,
.node-tour .field-name-field-season .field-items li,
.node-tour .field-name-field-age-group .field-items li,
.node-tour .field-name-field-style .field-items li,
.node-tour .field-name-field-stops .field-items li,
.node-tour .field-name-field-code .field-item li,
.node-tour .field-name-field-saving .field-item li,
.node-tour .field-name-field-duration .field-item li,
.node-tour .field-name-field-operator .field-item li,
.node-tour .field-name-field-country-region .field-item li,
.node-tour .field-name-field-tour-type .field-item li,
.node-tour .field-name-field-season .field-item li,
.node-tour .field-name-field-age-group .field-item li,
.node-tour .field-name-field-style .field-item li,
.node-tour .field-name-field-stops .field-item li,
.node-tour .field-name-field-code ul.links li,
.node-tour .field-name-field-saving ul.links li,
.node-tour .field-name-field-duration ul.links li,
.node-tour .field-name-field-operator ul.links li,
.node-tour .field-name-field-country-region ul.links li,
.node-tour .field-name-field-tour-type ul.links li,
.node-tour .field-name-field-season ul.links li,
.node-tour .field-name-field-age-group ul.links li,
.node-tour .field-name-field-style ul.links li,
.node-tour .field-name-field-stops ul.links li {
  margin-right: 4px;
}
.node-tour .field-name-field-code .field-items li:last-child,
.node-tour .field-name-field-saving .field-items li:last-child,
.node-tour .field-name-field-duration .field-items li:last-child,
.node-tour .field-name-field-operator .field-items li:last-child,
.node-tour .field-name-field-country-region .field-items li:last-child,
.node-tour .field-name-field-tour-type .field-items li:last-child,
.node-tour .field-name-field-season .field-items li:last-child,
.node-tour .field-name-field-age-group .field-items li:last-child,
.node-tour .field-name-field-style .field-items li:last-child,
.node-tour .field-name-field-stops .field-items li:last-child,
.node-tour .field-name-field-code .field-item li:last-child,
.node-tour .field-name-field-saving .field-item li:last-child,
.node-tour .field-name-field-duration .field-item li:last-child,
.node-tour .field-name-field-operator .field-item li:last-child,
.node-tour .field-name-field-country-region .field-item li:last-child,
.node-tour .field-name-field-tour-type .field-item li:last-child,
.node-tour .field-name-field-season .field-item li:last-child,
.node-tour .field-name-field-age-group .field-item li:last-child,
.node-tour .field-name-field-style .field-item li:last-child,
.node-tour .field-name-field-stops .field-item li:last-child,
.node-tour .field-name-field-code ul.links li:last-child,
.node-tour .field-name-field-saving ul.links li:last-child,
.node-tour .field-name-field-duration ul.links li:last-child,
.node-tour .field-name-field-operator ul.links li:last-child,
.node-tour .field-name-field-country-region ul.links li:last-child,
.node-tour .field-name-field-tour-type ul.links li:last-child,
.node-tour .field-name-field-season ul.links li:last-child,
.node-tour .field-name-field-age-group ul.links li:last-child,
.node-tour .field-name-field-style ul.links li:last-child,
.node-tour .field-name-field-stops ul.links li:last-child {
  margin-right: 0px;
}
.node-tour .field-name-field-itinerary-map {
  float: right;
  border: 1px solid #CCC;
  margin-top: -40px;
  margin-bottom: 20px;
}
.node-tour .field-name-field-itinerary-map:after {
  content: "";
  display: table;
  clear: both;
}
.node-tour .field-name-body {
  clear: both;
}
.node-tour .field-name-body:after {
  content: "";
  display: table;
  clear: both;
}
.node-tour .field-name-body .field-label {
  background: url('../images/description.png') no-repeat 0 16px;
  padding-left: 40px;
}
.node-tour .field-name-field-brochure {
  float: left;
  margin-left: 10px;
}
.node-tour .field-label {
  color: #333;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
.node-tour .field-name-field-reviews .field-label {
  background: url('../images/reviews.png') no-repeat 0 16px;
  padding-left: 40px;
}
.node-tour .field-name-field-image .field-label {
  background: url('../images/picture.png') no-repeat 0 16px;
  padding-left: 40px;
}
.node-tour .field-name-field-image .field-item {
  display: inline-block;
  margin: 0 4px 4px 0;
}
/* ==========================================================================
   Itinerary
   ========================================================================== */
.field-name-field-itinerary-entry .field-label {
  background: url('../images/itinerary.png') no-repeat 0 16px;
  padding-left: 40px;
}
.field-name-field-itinerary-entry .field-item {
  background: url('../images/down-arrow-sprite.png') no-repeat 20px 0px;
  padding: 18px 4px 18px 20px;
}
.field-name-field-itinerary-entry .field-item:nth-child(2n+2) {
  background: #eeeeee url('../images/down-arrow-sprite.png') no-repeat 20px -22px;
}
.field-name-field-itinerary-entry .field-item:nth-child(1) {
  background: none;
}
.field-name-field-itinerary-entry .field-item .field-count {
  display: inline-block;
  width: 6%;
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
  font-weight: 500;
}
.field-name-field-itinerary-entry .field-item .entity-field-collection-item {
  display: inline-block;
  width: 94%;
}
.field-name-field-itinerary-entry .field-item .entity-field-collection-item .field-item {
  padding: 4px 4px 4px 20px;
  background: none;
}
.field-name-field-itinerary-entry .field-name-field-title {
  font-size: 16px;
  font-weight: 500;
  color: #f37d17;
}
.field-name-field-itinerary-entry .field-name-field-title .field-item {
  padding: 4px 4px 4px 20px;
  background: none;
}
.field-name-field-itinerary-new .field-item h3,
.field-name-field-itinerary-new .field-item h4 {
  color: #535353;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
  color: #f37d17;
}
.field-name-field-itinerary-new .field-item > div {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #EAEAEA;
}
.field-name-field-itinerary-new .field-item > div ul {
  margin: 10px 0 10px 0;
  padding: 0;
}
.field-name-field-itinerary-new .field-item > div ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  display: inline;
}
/* ==========================================================================
   Node > Tour > Teaser
   ========================================================================== */
.node-tour.node-teaser {
  position: relative;
  min-height: 120px;
  padding-bottom: 18px;
  margin-top: 16px;
  border-bottom: 1px solid #eeeeee;
}
.node-tour.node-teaser .group-left {
  width: 240px;
}
.node-tour.node-teaser .group-right {
  width: 480px;
}
.node-tour.node-teaser:last-of-type {
  border-bottom: none;
}
.node-tour.node-teaser .field-name-field-hero-images {
  float: left;
  height: auto;
  margin: 0;
}
.node-tour.node-teaser .field-name-title {
  width: 100%;
}
.node-tour.node-teaser .field-name-title h2 {
  border: none;
}
/* ==========================================================================
   Node > Tour > Alternative Teaser (Tiny rows with small thumbnail)
   ========================================================================== */
.node-tour.view-mode-node_reference {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #EAEAEA;
  display: block;
}
.node-tour.view-mode-node_reference .field-name-field-hero-images {
  height: auto;
  margin: 0;
  float: left;
  margin: 0 10px 0 0;
}
.node-tour.view-mode-node_reference .field-name-title {
  float: left;
}
.node-tour.view-mode-node_reference .field-name-title p {
  margin: 0;
  line-height: 30px;
}
.node-tour.view-mode-node_reference .field-name-field-operator-referrers {
  background: none;
}
.node-tour.view-mode-node_reference .field-name-field-operator-referrers ul li {
  list-style: none;
  background: none;
}
.node-tour.view-mode-node_reference .field-name-field-operator-referrers ul li a {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #EAEAEA;
  display: block;
}
/* ==========================================================================
   Group Booking Form
   ========================================================================== */
.group-booking-form {
  border: 4px solid #26489b !important;
  display: block;
  padding: 0px !important;
  margin-bottom: 20px;
}
.group-booking-form h1.node-title {
  display: none;
}
.group-booking-form h2 {
  margin: 0px 0px 0px 0px !important;
}
.group-booking-form a.field-group-format-title {
  background: #26489b;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px 0px 0px 0px !important;
  padding: 10px 20px 10px 20px !important;
  color: #ffffff !important;
}
/* ==========================================================================
   Pricing Table
   ========================================================================== */
.field-name-field-price-date-entry .field-label,
.field-name-field-prices-dates .field-label {
  padding: 0;
  background: #f37d17;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding: 10px 20px 10px 20px;
  margin: 0;
}
.field-name-field-price-date-entry table,
.field-name-field-prices-dates table {
  height: 328px;
  overflow: scroll;
  text-align: left;
  display: block;
  font-size: 12px;
  position: relative;
}
.field-name-field-price-date-entry table thead,
.field-name-field-prices-dates table thead {
  background: none !important;
  color: #000;
  font-weight: bold;
  z-index: 10;
}
.field-name-field-price-date-entry table thead tr,
.field-name-field-prices-dates table thead tr {
  background: none !important;
  color: #000;
  font-weight: bold;
  z-index: 10;
}
.field-name-field-price-date-entry table tr,
.field-name-field-prices-dates table tr {
  width: 100%;
  display: table-row;
  padding: 0;
  margin: 0;
  background: none;
}
.field-name-field-price-date-entry table tr.even,
.field-name-field-prices-dates table tr.even {
  background: none;
}
.field-name-field-price-date-entry table tr.odd,
.field-name-field-prices-dates table tr.odd {
  background: none;
}
.field-name-field-price-date-entry table tr:nth-child(even),
.field-name-field-prices-dates table tr:nth-child(even) {
  background: #FFF;
}
.field-name-field-price-date-entry table tr:nth-child(odd),
.field-name-field-prices-dates table tr:nth-child(odd) {
  background: #eeeeee;
}
.field-name-field-price-date-entry table td,
.field-name-field-prices-dates table td {
  padding: 4px 7px;
  text-align: left;
  width: 100px;
}
.field-name-field-price-date-entry table td:nth-child(7),
.field-name-field-prices-dates table td:nth-child(7) {
  width: 120px;
}
.field-name-field-price-date-entry table td:nth-child(8),
.field-name-field-prices-dates table td:nth-child(8) {
  width: 60px;
  text-align: center;
}
.field-name-field-price-date-entry table .enquire,
.field-name-field-prices-dates table .enquire {
  background: #CCC;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -moz-transition: background 0.15s linear 0s;
  -webkit-transition: background 0.15s linear 0s;
  -o-transition: background 0.15s linear 0s;
  transition: background 0.15s linear 0s;
  padding: 5px 9px;
  font-size: 11px;
  line-height: normal;
  text-align: right;
  background: #f37d17;
  color: #FFF;
}
.field-name-field-price-date-entry table .enquire:hover,
.field-name-field-prices-dates table .enquire:hover {
  color: #333;
  text-decoration: none;
  background-color: #b3b3b3;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
.field-name-field-price-date-entry table .enquire:hover,
.field-name-field-prices-dates table .enquire:hover {
  background: #f69847;
  color: #FFF;
}
.field-name-field-price-date-entry table .au,
.field-name-field-prices-dates table .au {
  display: inline-block;
}
.field-name-field-price-date-entry table .field,
.field-name-field-prices-dates table .field {
  display: inline-block;
}
.field-name-field-price-date-entry table .highlight,
.field-name-field-prices-dates table .highlight {
  color: #f37d17;
  font-weight: 700;
}
.field-name-field-price-date-entry table .btn-select,
.field-name-field-prices-dates table .btn-select {
	color:#fff;
	background:#26489b;
}
.field-name-field-price-date-entry table input[type="radio"].btn-toggle,
.field-name-field-prices-dates table input[type="radio"].btn-toggle {
	display:none;
}
.field-name-field-price-date-entry table input[type="radio"].btn-toggle:checked + label,
.field-name-field-prices-dates table input[type="radio"].btn-toggle:checked + label {
	background:#f37d17;
}
/* ==========================================================================
   Node > Tour > Webform -- Booking Form
   ========================================================================== */
.node-tour .node-webform {
  background: #eeeeee;
}
.node-tour .node-webform .node-title {
  background: #26489b;
  padding: 10px 20px 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}
.node-tour .node-webform .webform-client-form fieldset legend {
  padding: 0;
  background: #f37d17;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
}
.node-tour .node-webform .webform-client-form fieldset legend span {
  display: block;
  padding: 10px 20px 10px 20px;
}
.node-tour .node-webform .webform-client-form fieldset .fieldset-wrapper {
  padding: 20px;
}
.node-tour .node-webform .webform-client-form fieldset fieldset legend {
  padding: 0;
  background: none;
}
.node-tour .node-webform .webform-client-form fieldset fieldset .fieldset-wrapper {
  padding: 0px;
}
.node-tour .node-webform .form-item {
  margin: 5px 0 5px 0;
}
.node-tour .node-webform label {
  display: inline-block;
  padding-top: 0;
  margin-right: 0;
  width: 120px;
  vertical-align: top;
}
.node-tour .node-webform .error label {
  width: auto;
}
.node-tour .node-webform label.option {
  width: auto;
  margin-right: 8px;
}
.node-tour .node-webform .form-textarea-wrapper {
  display: inline-block;
}
.node-tour .node-webform textarea {
  display: inline-block;
}
.node-tour .node-webform .field-suffix {
  font-size: 11px;
  font-style: italic;
  margin-left: 4px;
}
.node-tour .node-webform .form-actions {
  padding: 20px;
  margin: 0;
}
.node-tour .node-webform #webform-component-tour-dates--dates-of-interest-text {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #EAEAEA;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-image: url("../images/messages/status.png");
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.node-tour .node-webform #webform-component-tour-dates--dates-of-interest-text blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.node-tour .node-webform #webform-component-tour-dates--dates-of-interest-text h3 {
  margin: 0;
  color: #c09853;
}
.node-tour .node-webform #webform-component-tour-dates--dates-of-interest-text.highlighted {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.node-tour .node-webform #webform-component-tour-dates--dates-of-interest-text.highlighted h3 {
  color: #468847;
}
.node-tour .node-webform #webform-component-tour-dates--tour-date {
  display: none;
}
.node-tour .node-webform #webform-component-extras--upgrades--special-offers .form-item {
  clear: left;
}
.node-tour .node-webform #webform-component-extras--upgrades--special-offers .form-item:after {
  content: "";
  display: table;
  clear: both;
}
.node-tour .node-webform #webform-component-extras--upgrades--special-offers input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.node-tour .node-webform #webform-component-extras--upgrades--special-offers label {
  display: inline-block;
  float: left;
  width: 90%;
}
.node-tour .node-webform #webform-component-tour-dates .fieldset-legend {
  display: none !important;
}
/* ==========================================================================
   Fixed Sidebar -- Scrollspy
   ========================================================================== */
.node-type-tour #sidebar-second .region-sidebar-second {
  position: fixed;
  width: 220px;
}
.node-type-tour #sidebar-second .block-va-one-page-nav {
  background: #eeeeee;
  margin-top: 10px;
  padding: 8px 10px 8px 10px;
  clear: both;
}
.node-type-tour #sidebar-second .block-va-one-page-nav li {
  border-bottom: 1px solid #b1b1b1;
}
.node-type-tour #sidebar-second .block-va-one-page-nav li a {
  color: #535353;
  padding: 4px 6px;
  display: block;
}
.node-type-tour #sidebar-second .block-va-one-page-nav li a:hover {
  background: #26489b;
  color: #FFF;
}
.node-type-tour #sidebar-second .block-va-one-page-nav li a.active {
  background: #26489b;
  color: #eeeeee;
  color: #ffffff;
}
.node-type-tour #sidebar-second .block-va-one-page-nav li:last-of-type {
  border-bottom: none;
}
.node-type-tour #sidebar-second .block-va-one-page-nav li:last-of-type a {
  border: none;
  text-align: center;
  margin-top: 12px;
  background: #f37d17;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 6px 12px 6px;
  color: #FFF;
}
.node-type-tour #sidebar-second .block-va-one-page-nav li:last-of-type a:hover {
  background: #f69847;
}
.node-type-tour #sidebar-second .block-va-one-page-nav li:last-of-type a.active-trail {
  padding-left: 0;
  background: #26489b;
}
.nav-diy-menu-button-subtext {
  font-size:12px;
  text-transform:none;
}
/* ==========================================================================
   Price
   ========================================================================== */
.block-ds-extras-price-sidebar {
  margin-top: 12px;
}
.block-ds-extras-price-sidebar .field-name-price-from-pp {
  display: block;
  padding: 10px;
  background: #26489b;
  text-align: center;
}
.block-ds-extras-price-sidebar .field-name-price-from-pp:after {
  content: "";
  display: table;
  clear: both;
}
.block-ds-extras-price-sidebar .field-name-price-from-pp .price-from {
  display: block;
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
.block-ds-extras-price-sidebar .field-name-price-from-pp .price-currency {
  font-size: 20px;
  color: #f37d17;
  font-family: "folks";
}
.block-ds-extras-price-sidebar .field-name-price-from-pp .price {
  display: inline-block;
  font-size: 26px;
  color: #f37d17;
  font-family: "folks";
  margin-left: 0px;
}
.block-ds-extras-price-sidebar .field-name-price-from-pp .price-pp {
  color: #FFF;
  font-size: 13px;
  display: inline-block;
}
.block-ds-extras-price-sidebar .field-name-field-saving,
.block-ds-extras-price-sidebar .field-name-lead-saving-pp {
  color: #FFF;
  display: block;
  background: #f37d17;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  display: none;
}
.block-ds-extras-price-sidebar .field-name-field-saving .field-label,
.block-ds-extras-price-sidebar .field-name-lead-saving-pp .field-label {
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
  font-weight: normal;
}
.block-ds-extras-price-sidebar .field-name-field-saving .field-items,
.block-ds-extras-price-sidebar .field-name-lead-saving-pp .field-items {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.block-ds-extras-price-sidebar .field-name-field-saving .lead-label,
.block-ds-extras-price-sidebar .field-name-lead-saving-pp .lead-label {
  display: inline-block;
  font-size: 14px;
  margin-right: 4px;
  font-weight: normal;
}
.block-ds-extras-price-sidebar .field-name-field-saving .lead-currency,
.block-ds-extras-price-sidebar .field-name-lead-saving-pp .lead-currency {
  display: inline-block;
  font-size: 14px;
  margin-right: 0px;
  font-weight: normal;
}
.block-ds-extras-price-sidebar .field-name-field-saving .lead-price,
.block-ds-extras-price-sidebar .field-name-lead-saving-pp .lead-price {
  display: inline-block;
  font-size: 14px;
  margin-right: 0px;
  font-weight: normal;
}
.block-ds-extras-price-sidebar .field-name-field-saving .lead-pp,
.block-ds-extras-price-sidebar .field-name-lead-saving-pp .lead-pp {
  display: inline-block;
  font-size: 10px;
  margin-right: 0px;
  font-weight: normal;
}
/* ==========================================================================
     Price Teaser
   ========================================================================== */
.node-tour.node-teaser .field-name-price-from-pp {
  display: block;
  margin-top: 14px;
}
.node-tour.node-teaser .field-name-price-from-pp .price-from {
  font-size: 10px;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: inline-block;
}
.node-tour.node-teaser .field-name-price-from-pp .price-currency {
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.node-tour.node-teaser .field-name-price-from-pp .price {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-left: 0px;
}
.node-tour.node-teaser .field-name-price-from-pp .price-pp {
  font-size: 12px;
  display: inline-block;
  color: #333;
}
/* ==========================================================================
   Node > Review > Default
   ========================================================================== */
.node-review .field-type-list-integer {
  margin: 4px 0;
}
.node-review .field-type-list-integer .field-label {
  display: inline-block;
  color: #535353;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  margin: 0 0 10px 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  border-top: none;
  color: #26489b;
  background: none;
}
.node-review .field-name-body {
  margin-right: 12px;
}
.node-review .field-name-title h4 {
  line-height: normal;
  color: #f37d17;
}
.rating {
  display: inline-block;
  padding: 8px 40px;
  background: url('../images/review-star-sprite.png') no-repeat;
}
.rating p {
  display: none;
}
.two {
  background-position: 0 -21px;
}
.three {
  background-position: 0 -42px;
}
.four {
  background-position: 0 -63px;
}
.five {
  background-position: 0 -83px;
}
/* ==========================================================================
   Node > Operator > Default
   ========================================================================== */
.node-operator .field-name-field-logo {
  float: right;
  margin: 0 0 20px 0;
}
.node-operator .field-name-field-operator-referrers .field-label {
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
  color: #333;
}
.node-operator .field-name-field-file {
  margin-bottom: 30px;
}
/* 
   Node > Operator > Node Reference
   ========================================================================== */
.node-operator.view-mode-node_reference {
  background: #EEEEEE;
  padding: 20px;
  border: 1px solid #CCC;
  margin: 0 0 20px 0;
}
.node-operator.view-mode-node_reference .field-name-node-link a {
  background: #CCC;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -moz-transition: background 0.15s linear 0s;
  -webkit-transition: background 0.15s linear 0s;
  -o-transition: background 0.15s linear 0s;
  transition: background 0.15s linear 0s;
  background: #26489b;
  color: #FFF;
}
.node-operator.view-mode-node_reference .field-name-node-link a:hover {
  color: #333;
  text-decoration: none;
  background-color: #b3b3b3;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
.node-operator.view-mode-node_reference .field-name-node-link a:hover {
  background: #305bc4;
  color: #FFF;
}
/* 
   Taxonomy > Vocabulary Operator > Full Layout
   ========================================================================== */
.taxonomy-term.vocabulary-operator.view-mode-full > .group-left {
  width: 520px;
  display: inline;
  float: left;
  padding-right: 40px;
}
.taxonomy-term.vocabulary-operator.view-mode-full > .group-right {
  width: 400px;
  display: inline;
  float: left;
}
/* ==========================================================================
   Taxonomy Term Pages > Full Display
   ========================================================================== */
.page-taxonomy-term #featured,
.page-tours #featured {
  height: 220px;
}
.page-taxonomy-term #featured .layout-inner,
.page-tours #featured .layout-inner {
  width: 100%;
}
/* 
   Taxonomy > View > Teaser "Destinations View"
   ========================================================================== */
#block-views-destinations-block .views-row,
.view-destinations .views-row {
  position: relative;
  display: inline;
  float: left;
  width: 228.75px;
  margin-left: 15px;
  margin-bottom: 15px;
}
#block-views-destinations-block .views-row:nth-child(4n+1),
.view-destinations .views-row:nth-child(4n+1) {
  margin-left: 0px;
}
#block-views-destinations-block .views-row .field-name-field-hero-images,
.view-destinations .views-row .field-name-field-hero-images {
  width: 100%;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: opacity 0.15s linear 0s;
  -webkit-transition: opacity 0.15s linear 0s;
  -o-transition: opacity 0.15s linear 0s;
  transition: opacity 0.15s linear 0s;
}
#block-views-destinations-block .views-row .field-name-field-hero-images:hover,
.view-destinations .views-row .field-name-field-hero-images:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#block-views-destinations-block .views-row a img,
.view-destinations .views-row a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: opacity 0.15s linear 0s;
  -webkit-transition: opacity 0.15s linear 0s;
  -o-transition: opacity 0.15s linear 0s;
  transition: opacity 0.15s linear 0s;
  display: block;
  width: 100%;
  height: auto;
}
#block-views-destinations-block .views-row a img:hover,
.view-destinations .views-row a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#block-views-destinations-block .views-row h2,
.view-destinations .views-row h2 {
  position: absolute;
  bottom: 0;
  margin: 0;
  background: #26489b;
  z-index:1;
}
#block-views-destinations-block .views-row h2 a,
.view-destinations .views-row h2 a {
  font-size: 18px;
  padding: 10px;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  /*width: 100%;*/
  display: block;
  line-height: 26px;
}
.page-destinations #block-views-destinations-block .views-row,
.page-destinations .view-destinations .views-row {
  position: relative;
  display: inline;
  float: left;
  width: 230px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.page-destinations #block-views-destinations-block .views-row:nth-child(3n+1),
.page-destinations .view-destinations .views-row:nth-child(3n+1) {
  margin-left: 0px;
}
.page-destinations #block-views-destinations-block .views-row .field-name-field-hero-images,
.page-destinations .view-destinations .views-row .field-name-field-hero-images {
  width: 100%;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: opacity 0.15s linear 0s;
  -webkit-transition: opacity 0.15s linear 0s;
  -o-transition: opacity 0.15s linear 0s;
  transition: opacity 0.15s linear 0s;
}
.page-destinations #block-views-destinations-block .views-row .field-name-field-hero-images:hover,
.page-destinations .view-destinations .views-row .field-name-field-hero-images:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* ==========================================================================
   Taxonomy Filter
   ========================================================================== */
/* Block Title above Filter */
#block-block-2 {
  background: none;
  margin: 0 10px 0 0;
}
#block-block-2 p {
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  margin: 0;
  color: #333;
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 32px;
  line-height: 38px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 16px 0;
}
#filter .region-filter {
  background: #EAEAEA;
  padding: 15px;
}
#filter .region-filter:after {
  content: "";
  display: table;
  clear: both;
}
#filter .region-filter .block-taxo-faceted-navigation h2.block-title {
  background: none;
  color: #333;
  padding: 3px 0px;
  font-size: 14px;
  line-height: 28px;
  font-family: arial;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner p {
  display: none;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner ul {
  margin: 0;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner ul h3 {
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  font-size: 12px;
  line-height: 18px;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner ul h3 a {
  float: right;
  text-align: center;
  background: url('../images/remove.png') no-repeat center center;
  width: 24px;
  height: 24px;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner ul li {
  font-family: "Lato", "Open Sans", "helvetica", "arial";
  border-bottom: 1px dotted #CCC;
  font-size: 12px;
  line-height: 18px;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner ul li a {
  color: #26489b;
  padding: 3px 10px;
  display: block;
  background-image: url('../images/line5.png');
  background-repeat: no-repeat;
  background-position: left center;
  text-shadow: 0 1px 0 #ffffff;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner ul li a:hover {
  color: #535353;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner ul li a.active {
  text-shadow: none;
  font-weight: 700;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner ul li a span {
  float: right;
  text-align: center;
  background: #26489b;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  color: #FFF;
  text-shadow: none;
  font-size: 11px;
  line-height: 16px;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner ul li:last-of-type {
  border-bottom: none;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner ul li:last-of-type a {
  border-bottom: none;
}
#filter .region-filter .block-taxo-faceted-navigation .block-inner ul ul ul li a {
  background-image: url('../images/line10.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding: 4px 15px;
}
/* 
   Filter > Homepage
   ========================================================================== */
.front #filter {
  background: none;
  border-bottom: 1px solid #CCC;
}
.front #middle {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
/* ==========================================================================
   Destinations Page
   ========================================================================== */
.page-node-9 #content h1.node-title:first-of-type {
  display: none;
}
/* ==========================================================================
   Block > Header Motto
   ========================================================================== */
#block-block-8 {
	float:left;
	margin-top:22px;
	margin-left:82px;
	color:white;
	/*font-style:italic;*/
	width:400px;
}
#block-block-8 p {
	font-size:13px;
	margin:0;
}
/* ==========================================================================
   Block > Tour Code
   ========================================================================== */
#block-va-cruiseandcoach-code-search {
  margin-top: 30px;
  float: right;
}
#block-va-cruiseandcoach-code-search form .form-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#block-va-cruiseandcoach-code-search form label {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  color: #FFF;
  font-weight: normal;
  margin-right: 4px;
}
#block-va-cruiseandcoach-code-search form label span {
  display: none;
}
#block-va-cruiseandcoach-code-search form input[type="text"] {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-right: 4px;
}
#block-va-cruiseandcoach-code-search form input[type="submit"] {
  margin: 0;
  padding: 0;
  background: #CCC;
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  -moz-transition: background 0.15s linear 0s;
  -webkit-transition: background 0.15s linear 0s;
  -o-transition: background 0.15s linear 0s;
  transition: background 0.15s linear 0s;
  display: none;
}
#block-va-cruiseandcoach-code-search form input[type="submit"]:hover {
  color: #333;
  text-decoration: none;
  background-color: #b3b3b3;
  -moz-transition: background 0.15s linear 2s linear 0s;
  -webkit-transition: background 0.15s linear 2s linear 0s;
  -o-transition: background 0.15s linear 2s linear 0s;
  transition: background 0.15s linear 2s linear 0s;
}
/* ==========================================================================
 * Tour Filter
 * ========================================================================== */
#edit-field-country-region-tid {
	width:160px;
}
#edit-field-tour-type-tid,#edit-field-operator-tid,#edit-field-duration-num-value,#edit-sort-by {
	width:100px;
}
#edit-submit-tour-filter {
	height:28px;
	line-height:0px;
	margin-top:3.4em;
}
.view-tour-filter input {
	-webkit-appearance:none;
}
.view-tour-filter .views-widget-sort-order {
	display:none;
}
.tour-filter-feature-image {
	overflow:hidden;
	height:220px;
	width:100%;
	position:relative;
}
.tour-filter-feature-image img {
	height:auto;
	width:auto;
	min-width:100%;
	min-height:100%;
	position:absolute;
	left:-100%;
	right:-100%;
	top:-100%;
	bottom:-100%;
	margin:auto;
}
.view-feature-image .views-row {
	width:100%;
}
/* ==========================================================================
   Footer
   ========================================================================== */
#footer .block {
  display: inline;
  float: left;
  width: 232.5px;
  margin-left: 10px;
}
#footer .block:nth-child(4n+1) {
  margin-left: 0px;
}
