.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span,
.inline-inputs input {
  display: inline-block;
}
.inline-inputs input.mini {
  width: 60px;
}
.inline-inputs input.small {
  width: 90px;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input,
.input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background: #d4f867;
  border-color: #91bd09;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 22px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #808080;
}
.inputs-list label small {
  font-size: 13px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox] {
  margin-bottom: 0;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 11px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 11px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
/*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */
table {
  width: 100%;
  margin-bottom: 22px;
  padding: 0;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  font-size: 15px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
table th,
table td {
  padding: 10px 10px 9px;
  line-height: 22px;
  text-align: left;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
table td {
  vertical-align: top;
}
table th + th,
table td + td {
  border-left: 1px solid #ddd;
}
table tr + tr td {
  border-top: 1px solid #ddd;
}
table tbody 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 tbody 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 tbody 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 tbody 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;
}
.zebra-striped tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.zebra-striped tbody tr:hover td {
  background-color: #f5f5f5;
}
table .header {
  cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table .headerSortUp,
table .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after,
table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .blue {
  color: #004b8d;
  border-bottom-color: #004b8d;
}
table .headerSortUp.blue,
table .headerSortDown.blue {
  background-color: #5ab2ff;
}
table .green {
  color: #91bd09;
  border-bottom-color: #91bd09;
}
table .headerSortUp.green,
table .headerSortDown.green {
  background-color: #e2fa98;
}
table .red {
  color: #cc0000;
  border-bottom-color: #cc0000;
}
table .headerSortUp.red,
table .headerSortDown.red {
  background-color: #ffcccc;
}
table .yellow {
  color: #ffc40d;
  border-bottom-color: #ffc40d;
}
table .headerSortUp.yellow,
table .headerSortDown.yellow {
  background-color: #fff6d9;
}
table .orange {
  color: #f37327;
  border-bottom-color: #f37327;
}
table .headerSortUp.orange,
table .headerSortDown.orange {
  background-color: #fef0e8;
}
table .purple {
  color: #660099;
  border-bottom-color: #660099;
}
table .headerSortUp.purple,
table .headerSortDown.purple {
  background-color: #cc66ff;
}
/* Patterns.less
 * Repeatable UI elements outside the base styles provided from the scaffolding
 * ---------------------------------------------------------------------------- */
.topbar {
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: visible;
}
.topbar a {
  color: #bfbfbf;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.topbar h3 a:hover,
.topbar .brand a:hover,
.topbar ul .active > a {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
}
.topbar h3 {
  position: relative;
}
.topbar h3 a,
.topbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
}
.topbar p {
  margin: 0;
  line-height: 40px;
}
.topbar p a:hover {
  background-color: transparent;
  color: #ffffff;
}
.topbar form {
  float: left;
  margin: 5px 0 0 0;
  position: relative;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.topbar form.pull-right {
  float: right;
}
.topbar input {
  background-color: #444;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: normal;
  font-weight: 13px;
  line-height: 1;
  padding: 4px 9px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.topbar input:-moz-placeholder {
  color: #e6e6e6;
}
.topbar input::-webkit-input-placeholder {
  color: #e6e6e6;
}
.topbar input:hover {
  background-color: #bfbfbf;
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.topbar input:focus,
.topbar input.focused {
  outline: 0;
  background-color: #ffffff;
  color: #404040;
  text-shadow: 0 1px 0 #ffffff;
  border: 0;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.topbar-inner,
.topbar .fill {
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.topbar div > ul,
.nav {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  left: 0;
}
.topbar div > ul > li,
.nav > li {
  display: block;
  float: left;
}
.topbar div > ul a,
.nav a {
  display: block;
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  text-decoration: none;
}
.topbar div > ul a:hover,
.nav a:hover {
  color: #ffffff;
  text-decoration: none;
}
.topbar div > ul .active > a,
.nav .active > a {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
}
.topbar div > ul.secondary-nav,
.nav.secondary-nav {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.topbar div > ul.secondary-nav .menu-dropdown,
.nav.secondary-nav .menu-dropdown,
.topbar div > ul.secondary-nav .dropdown-menu,
.nav.secondary-nav .dropdown-menu {
  right: 0;
  border: 0;
}
.topbar div > ul a.menu:hover,
.nav a.menu:hover,
.topbar div > ul li.open .menu,
.nav li.open .menu,
.topbar div > ul .dropdown-toggle:hover,
.nav .dropdown-toggle:hover,
.topbar div > ul .dropdown.open .dropdown-toggle,
.nav .dropdown.open .dropdown-toggle {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown,
.nav .menu-dropdown,
.topbar div > ul .dropdown-menu,
.nav .dropdown-menu {
  background-color: #333;
}
.topbar div > ul .menu-dropdown a.menu,
.nav .menu-dropdown a.menu,
.topbar div > ul .dropdown-menu a.menu,
.nav .dropdown-menu a.menu,
.topbar div > ul .menu-dropdown .dropdown-toggle,
.nav .menu-dropdown .dropdown-toggle,
.topbar div > ul .dropdown-menu .dropdown-toggle,
.nav .dropdown-menu .dropdown-toggle {
  color: #ffffff;
}
.topbar div > ul .menu-dropdown a.menu.open,
.nav .menu-dropdown a.menu.open,
.topbar div > ul .dropdown-menu a.menu.open,
.nav .dropdown-menu a.menu.open,
.topbar div > ul .menu-dropdown .dropdown-toggle.open,
.nav .menu-dropdown .dropdown-toggle.open,
.topbar div > ul .dropdown-menu .dropdown-toggle.open,
.nav .dropdown-menu .dropdown-toggle.open {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown li a,
.nav .menu-dropdown li a,
.topbar div > ul .dropdown-menu li a,
.nav .dropdown-menu li a {
  color: #999;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
  background-color: #191919;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
  background-image: -moz-linear-gradient(top, #292929, #191919);
  background-image: -ms-linear-gradient(top, #292929, #191919);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
  background-image: -webkit-linear-gradient(top, #292929, #191919);
  background-image: -o-linear-gradient(top, #292929, #191919);
  background-image: linear-gradient(top, #292929, #191919);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
  color: #ffffff;
}
.topbar div > ul .menu-dropdown .active a,
.nav .menu-dropdown .active a,
.topbar div > ul .dropdown-menu .active a,
.nav .dropdown-menu .active a {
  color: #ffffff;
}
.topbar div > ul .menu-dropdown .divider,
.nav .menu-dropdown .divider,
.topbar div > ul .dropdown-menu .divider,
.nav .dropdown-menu .divider {
  background-color: #222;
  border-color: #444;
}
.topbar ul .menu-dropdown li a,
.topbar ul .dropdown-menu li a {
  padding: 4px 15px;
}
li.menu,
.dropdown {
  position: relative;
}
a.menu:after,
.dropdown-toggle:after {
  width: 0;
  height: 0;
  display: inline-block;
  content: "&darr;";
  text-indent: -99999px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.menu-dropdown,
.dropdown-menu {
  background-color: #ffffff;
  float: left;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 900;
  min-width: 160px;
  max-width: 220px;
  _width: 160px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 0;
  zoom: 1;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.menu-dropdown li,
.dropdown-menu li {
  float: none;
  display: block;
  background-color: none;
}
.menu-dropdown .divider,
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #eee;
  border-bottom: 1px solid #ffffff;
}
.topbar .dropdown-menu a,
.dropdown-menu a {
  display: block;
  padding: 4px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #808080;
  text-shadow: 0 1px 0 #ffffff;
}
.topbar .dropdown-menu a:hover,
.dropdown-menu a:hover {
  background-color: #dddddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  color: #404040;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
}
.open .menu,
.dropdown.open .menu,
.open .dropdown-toggle,
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.open .menu-dropdown,
.dropdown.open .menu-dropdown,
.open .dropdown-menu,
.dropdown.open .dropdown-menu {
  display: block;
}
.tabs,
.pills {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  zoom: 1;
  zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.tabs:after,
.pills:after {
  clear: both;
}
.tabs > li,
.pills > li {
  float: left;
}
.tabs > li > a,
.pills > li > a {
  display: block;
}
.tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.tabs > li {
  position: relative;
  top: 1px;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 44px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs > li.active > a {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.tabs .menu-dropdown,
.tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after,
.tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu,
.tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after,
.tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.tab-content {
  clear: both;
}
.pills a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  text-shadow: 0 1px 1px #ffffff;
  line-height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pills a:hover {
  background: #0066c0;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.pills .active a {
  background: #004b8d;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.tab-content > *,
.pill-content > * {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.breadcrumb {
  margin: 0 0 22px;
  padding: 7px 14px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #bfbfbf;
}
.breadcrumb .active a {
  color: #404040;
}
.hero-unit {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 33px;
}
.page-header {
  margin-bottom: 21px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.page-header h1 {
  margin-bottom: 10px;
}
input[type="button"],
button {
  border: 0 none;
  font: inherit;
}
input[type="submit"] {
  border: 1px solid rgba(0, 0, 0, 0.25);
}
input[type="button"],
button {
  -moz-box-sizing: content-box;
}
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}
/* General Button Styles, Cascades Down To Every Button ------------- */
.button {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: auto;
  padding: 8px 15px 6px;
  background: #737c78;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #e3e7e5;
  cursor: pointer;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.button:hover {
  background: #44514b;
  color: #e3e7e5;
}
.button.active {
  background: #333333;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}
.button.green {
  background-color: #91BD09;
}
.button.green:hover {
  background-color: #749A02;
}
.button.green.active {
  background-color: #a4d50b;
}
.button.blue {
  background-color: #004b8d;
}
.button.blue:hover {
  background-color: #002f64;
}
.button.blue.active {
  background-color: #1169cc;
}
.button.lightblue {
  background-color: #0091cf;
}
.button.lightblue:hover {
  background-color: #0178ab;
}
.button.lightblue.active {
  background-color: #32b0e6;
}
.button.purple {
  background-color: #660099;
}
.button.purple:hover {
  background-color: #330066;
}
.button.purple.active {
  background-color: #7f02bd;
}
.button.breen {
  background-color: #2DAEBF;
}
.button.breen:hover {
  background-color: #007D9A;
}
.button.breen.active {
  background-color: #36cbdf;
}
.button.red {
  background-color: #CC0000;
}
.button.red:hover {
  background-color: #990000;
}
.button.red.active {
  background-color: #ea0202;
}
.button.magenta {
  background-color: #A9014B;
}
.button.magenta:hover {
  background-color: #630030;
}
.button.magenta.active {
  background-color: #ce025c;
}
.button.orange {
  background-color: #f37327;
}
.button.orange:hover {
  background-color: #b55619;
}
.button.orange.active {
  background-color: #fd762a;
}
.button.yellow {
  background-color: #FFE115;
}
.button.yellow:hover {
  background-color: #E4C913;
}
.button.yellow.active {
  background-color: #fee539;
}
.button.white {
  background-color: #e3e7e5;
  border: 1px solid #CCCCCC;
  color: #666666;
  text-shadow: 0 1px 1px #FFFFFF;
}
.button.white:hover {
  background-color: #EEEEEE;
}
.button.white.active {
  background-color: #ffffff;
}
.button.small {
  font-size: 12px;
  padding: 5px 15px 6px;
}
.button.large {
  font-size: 17px;
  padding: 10px 19px 7px;
}
.button.huge {
  font-size: 19px;
  padding: 13px 20px 10px;
}
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success,
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info,
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 15px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#004b8d), to(#0064cd));
  background-image: -moz-linear-gradient(top, #004b8d, #0064cd);
  background-image: -ms-linear-gradient(top, #004b8d, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004b8d), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #004b8d, #0064cd);
  background-image: -o-linear-gradient(top, #004b8d, #0064cd);
  background-image: linear-gradient(top, #004b8d, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004b8d', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 17px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 13px;
}
:root .alert-message,
:root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 16.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 22px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  *margin-top: 3px;
  /* IE7 spacing */

}
.alert-message h5 {
  line-height: 22px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message ul,
.alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #404040;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error,
.alert-message.block-message.success,
.alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}
/*
.pagination {
  height: 44px;
  margin: 22px 0;
}
.pagination ul {
  float: left;
  margin: 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 42px;
  border-right: 1px solid;
  border-right-color: #ddd;
  border-right-color: rgba(0, 0, 0, 0.15);
  *border-right-color: #ddd;
  text-decoration: none;
}
.pagination a:hover,
.pagination .active a {
  background-color: #74beff;
}
.pagination .disabled a,
.pagination .disabled a:hover {
  background-color: transparent;
  color: #bfbfbf;
}
.pagination .next a {
  border: 0;
}
*/
.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -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);
}
.modal-backdrop {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  width: 560px;
  margin: -250px 0 0 -250px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .close {
  margin-top: 7px;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}
.modal-body {
  padding: 15px;
}
.modal-footer {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  zoom: 1;
  margin-bottom: 0;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.twipsy-inner {
  padding: 3px 8px;
  background-color: #000000;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.popover.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.below .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover .inner {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 3px;
  overflow: hidden;
  width: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
  background-color: #f5f5f5;
  padding: 9px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
}
.popover .content {
  background-color: #ffffff;
  padding: 14px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover .content p,
.popover .content ul,
.popover .content ol {
  margin-bottom: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.label {
  padding: 1px 3px 2px;
  background-color: #bfbfbf;
  font-size: 11.25px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label.important {
  background-color: #c43c35;
}
.label.warning {
  background-color: #f37327;
}
.label.success {
  background-color: #91bd09;
}
.label.notice {
  background-color: #0e8eff;
}
.media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  zoom: 1;
  zoom: 1;
}
.media-grid:before,
.media-grid:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.media-grid:after {
  clear: both;
}
.media-grid li {
  display: inline;
}
.media-grid a {
  float: left;
  padding: 4px;
  margin: 0 0 20px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
  display: block;
}
.media-grid a:hover {
  border-color: #004b8d;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/* Arfully Masterminded by ZURB */
/* --------------------------------------------------
	:: Grid

	This is the mobile-friendly, responsive grid that
	lets Foundation work much of its magic.

	-------------------------------------------------- */
.container {
  padding: 0px 20px;
}
.row {
  width: 100%;
  max-width: 1024px;
  min-width: 727px;
  margin: 0 auto;
}
/* To fix the grid into a certain size, set max-width to width */
.row .row {
  min-width: 0px;
}
.column,
.columns {
  margin-left: 4.4%;
  float: left;
  min-height: 1px;
  position: relative;
}
.column:first-child,
.columns:first-child {
  margin-left: 0px;
}
.row .one.columns {
  width: 4.3%;
}
.row .two.columns {
  width: 13%;
}
.row .three.columns {
  width: 21.68%;
}
.row .four.columns {
  width: 30.4%;
}
.row .five.columns {
  width: 39.1%;
}
.row .six.columns {
  width: 47.8%;
}
.row .seven.columns {
  width: 56.5%;
}
.row .eight.columns {
  width: 65.2%;
}
.row .nine.columns {
  width: 73.9%;
}
.row .ten.columns {
  width: 82.6%;
}
.row .eleven.columns {
  width: 91.3%;
}
.row .twelve.columns {
  width: 100%;
}
.row .offset-by-one {
  margin-left: 13.1%;
}
.row .offset-by-two {
  margin-left: 21.8%;
}
.row .offset-by-three {
  margin-left: 30.5%;
}
.row .offset-by-four {
  margin-left: 39.2%;
}
.row .offset-by-five {
  margin-left: 47.9%;
}
.row .offset-by-six {
  margin-left: 56.6%;
}
.row .offset-by-seven {
  margin-left: 65.3%;
}
.row .offset-by-eight {
  margin-left: 74.0%;
}
.row .offset-by-nine {
  margin-left: 82.7%;
}
.row .offset-by-ten {
  margin-left: 91.4%;
}
/*.row .offset-by-eleven 	{ margin-left: 95.7%;  }*/
.row .one.centered {
  margin-left: 47.9%;
}
.row .two.centered {
  margin-left: 43.5%;
}
.row .three.centered {
  margin-left: 39.2%;
}
.row .four.centered {
  margin-left: 34.8%;
}
.row .five.centered {
  margin-left: 30.5%;
}
.row .six.centered {
  margin-left: 26.1%;
}
.row .seven.centered {
  margin-left: 21.8%;
}
.row .eight.centered {
  margin-left: 17.4%;
}
.row .nine.centered {
  margin-left: 13.1%;
}
.row .ten.centered {
  margin-left: 8.7%;
}
.row .eleven.centered {
  margin-left: 4.3%;
}
.row .offset-by-one:first-child {
  margin-left: 8.7%;
}
.row .offset-by-two:first-child {
  margin-left: 17.4%;
}
.row .offset-by-three:first-child {
  margin-left: 26.1%;
}
.row .offset-by-four:first-child {
  margin-left: 34.8%;
}
.row .offset-by-five:first-child {
  margin-left: 43.5%;
}
.row .offset-by-six:first-child {
  margin-left: 52.2%;
}
.row .offset-by-seven:first-child {
  margin-left: 60.9%;
}
.row .offset-by-eight:first-child {
  margin-left: 69.6%;
}
.row .offset-by-nine:first-child {
  margin-left: 78.3%;
}
.row .offset-by-ten:first-child {
  margin-left: 87%;
}
.row .offset-by-eleven:first-child {
  margin-left: 95.7%;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}
/* Nicolas Gallagher's micro clearfix */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/*	--------------------------------------------------
	:: Block grids

	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones
	-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
  min-height: 365px;
}
.block-grid.two-up {
  margin-left: -4%;
}
.block-grid.two-up > li {
  margin-left: 4%;
  width: 46%;
}
.block-grid.three-up {
  margin-left: -2%;
}
.block-grid.three-up > li {
  margin-left: 2%;
  width: 31.3%;
}
.block-grid.four-up {
  margin-left: -2%;
}
.block-grid.four-up > li {
  margin-left: 2%;
  width: 23%;
}
.block-grid.five-up {
  margin-left: -1.5%;
}
.block-grid.five-up > li {
  margin-left: 1.5%;
  width: 18.5%;
}
/* --------------------------------------------------
	:: Grid
	-------------------------------------------------- */
/* Tablet screens */
@media only screen and (device-width: 768px), (device-width: 800px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .row,
  body,
  .container {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .column,
  .columns {
    width: auto !important;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* Mobile */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .row,
  body,
  .container {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .column,
  .columns {
    width: auto !important;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .column:last-child,
  .columns:last-child {
    margin-right: 0px;
  }
  .offset-by-one,
  .offset-by-two,
  .offset-by-three,
  .offset-by-four,
  .offset-by-five,
  .offset-by-six,
  .offset-by-seven,
  .offset-by-eight,
  .offset-by-nine,
  .offset-by-ten,
  .offset-by-eleven {
    margin-left: 0% !important;
  }
}
/* --------------------------------------------------
	:: Block Grids
	-------------------------------------------------- */@media only screen and (max-width: 767px) {
  .block-grid.mobile li {
    float: none;
    width: 100%;
  }
}
/* --------------------------------------------------
	:: Mobile Visibility Affordances
---------------------------------------------------*/
.show-on-phones {
  display: none !important;
}
.show-on-tablets {
  display: none !important;
}
.show-on-desktops {
  display: block;
}
.hide-on-phones {
  display: block !important;
}
.hide-on-tablets {
  display: block !important;
}
.hide-on-desktops {
  display: none;
}
@media only screen and (device-width: 768px), only screen and (device-width: 1280px), only screen and (device-width: 800px) {
  .hide-on-phones {
    display: block !important;
  }
  .hide-on-tablets {
    display: none !important;
  }
  .hide-on-desktops {
    display: block !important;
  }
  .show-on-phones {
    display: none !important;
  }
  .show-on-tablets {
    display: block !important;
  }
  .show-on-desktops {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-on-phones {
    display: none !important;
  }
  .hide-on-tablets {
    display: block !important;
  }
  .hide-on-desktops {
    display: block !important;
  }
  .show-on-phones {
    display: block !important;
  }
  .show-on-tablets {
    display: none !important;
  }
  .show-on-desktops {
    display: none !important;
  }
}
/* --------------------------------------------------
	:: Forms
---------------------------------------------------*/@media only screen and (max-width: 767px) {
  div.form-field input,
  div.form-field input.small,
  div.form-field input.medium,
  div.form-field input.large,
  div.form-field input.oversize,
  input.input-text,
  input.input-text.oversize,
  textarea,
  form.nice div.form-field input,
  form.nice div.form-field input.oversize,
  form.nice input.input-text,
  form.nice input.input-text.oversize,
  form.nice textarea {
    display: block;
    width: 96%;
    padding: 6px 2% 4px;
    font-size: 18px;
  }
  form.nice div.form-field input,
  form.nice div.form-field input.oversize,
  form.nice input.input-text,
  form.nice input.input-text.oversize,
  form.nice textarea {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  form.nice div.form-field.error small,
  form.nice small.error {
    padding: 6px 2%;
    display: block;
  }
  form.nice div.form-field.error .small + small,
  form.nice .small + .error {
    width: auto;
  }
  form.nice div.form-field.error .medium + small,
  form.nice .medium + .error {
    width: auto;
  }
  form.nice div.form-field.error .large + small,
  form.nice .large + .error {
    width: auto;
  }
}
/* --------------------------------------------------
	:: UI
---------------------------------------------------*//* Buttons */
@media only screen and (max-width: 767px) {
  .button {
    display: block;
  }
  button.button {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Tabs */
@media only screen and (max-width: 767px) {
  dl.tabs.mobile,
  dl.nice.tabs.mobile {
    width: auto;
    margin: 20px -20px 40px;
    height: auto;
  }
  dl.tabs.mobile dt,
  dl.tabs.mobile dd,
  dl.nice.tabs.mobile dt,
  dl.nice.tabs.mobile dd {
    float: none;
    height: auto;
  }
  dl.tabs.mobile dd a {
    display: block;
    width: auto;
    height: auto;
    padding: 18px 20px;
    line-height: 1;
    border: solid 0px #ccc;
    border-width: 1px 0px 0px;
    margin: 0;
    color: #555;
    background: #eee;
    font-size: 15px;
    font-size: 1.5rem;
  }
  dl.tabs.mobile dd a.active {
    height: auto;
    margin: 0;
    border-width: 1px 0px 0px;
  }
  .nice.tabs.mobile {
    border-bottom: solid 1px #ccc;
    height: auto;
  }
  .nice.tabs.mobile dd a {
    padding: 18px 20px;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    background: #fff;
  }
  .nice.tabs.mobile dd a.active {
    border: none;
    background: #00a6fc;
    color: #fff;
    margin: 0;
    position: static;
    top: 0px;
    height: auto;
  }
  .nice.tabs.mobile dd:first-child a.active {
    margin: 0;
  }
  dl.contained.mobile,
  dl.nice.contained.mobile {
    margin-bottom: 0px;
  }
  dl.contained.tabs.mobile dd a {
    padding: 18px 20px;
  }
  dl.nice.contained.tabs.mobile dd a {
    padding: 18px 20px;
  }
}
/*******************************************************************

CARD EFFECT

Demo: 			http://www.rosaldi.com/playground/card_effect/

Author:			Luca Rosaldi
Author URI:		http://www.rosaldi.com
Author Email:	luca@rosaldi.com

Mixin to apply on block element which shows a card-like paper
stack on the bottom of the element. Uses :before and :after
pseudo elements, which are supported in every decent browser
(which excludes IE6-7). Uses also the box-sizing property, to
add padding and borders without affecting the layout. Oh, the
effect is based on percentage values, so it’s responsive, too.

Enjoy!

*******************************************************************/
/*
======================================================================
USAGE
======================================================================

Icon with text: <a href="" data-fonticon="F">Facebook</a>

<a href="" data-fonticon="C">
	<span aria-hidden="true" data-icon="C"></span>
	Cool Link
</a>

**********************************************************************

Icon only: <a href="" class="facebook" data-fonticon="F"><strong>Facebook</strong></a>

*/

/* BEGIN CUSTOM CSS */
.fontface .customfont {
  font-family: "Lato";
}
.button {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: auto;
  padding: 10px 20px;
  margin: 0;
  background: #737373;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #f7f7f7;
  cursor: pointer;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 2px 4px rgba(0, 0, 0, 0.3);
  background-color: #737373;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#878787), to(#5e5e5e));
  background-image: -webkit-linear-gradient(top, #878787, #5e5e5e);
  background-image: -moz-linear-gradient(top, #878787, #5e5e5e);
  background-image: -o-linear-gradient(top, #878787, #5e5e5e);
  background-image: -ms-linear-gradient(top, #878787, #5e5e5e);
  background-image: linear-gradient(top, #878787, #5e5e5e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#5e5e5e', GradientType=0);
}
.button.pill {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.button:hover {
  text-decoration: none;
  color: #f7f7f7;
  background-color: #595959;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#5e5e5e));
  background-image: -webkit-linear-gradient(top, #a1a1a1, #5e5e5e);
  background-image: -moz-linear-gradient(top, #a1a1a1, #5e5e5e);
  background-image: -o-linear-gradient(top, #a1a1a1, #5e5e5e);
  background-image: -ms-linear-gradient(top, #a1a1a1, #5e5e5e);
  background-image: linear-gradient(top, #a1a1a1, #5e5e5e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a1a1', endColorstr='#5e5e5e', GradientType=0);
}
.button:active {
  background: #595959;
}
.button.blue {
  background-color: #004b8d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0061b6), to(#003564));
  background-image: -webkit-linear-gradient(top, #0061b6, #003564);
  background-image: -moz-linear-gradient(top, #0061b6, #003564);
  background-image: -o-linear-gradient(top, #0061b6, #003564);
  background-image: -ms-linear-gradient(top, #0061b6, #003564);
  background-image: linear-gradient(top, #0061b6, #003564);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061b6', endColorstr='#003564', GradientType=0);
}
.button.blue:hover {
  background-color: #00305a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007ce9), to(#003564));
  background-image: -webkit-linear-gradient(top, #007ce9, #003564);
  background-image: -moz-linear-gradient(top, #007ce9, #003564);
  background-image: -o-linear-gradient(top, #007ce9, #003564);
  background-image: -ms-linear-gradient(top, #007ce9, #003564);
  background-image: linear-gradient(top, #007ce9, #003564);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ce9', endColorstr='#003564', GradientType=0);
}
.button.blue:active {
  background-color: #00305a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007ce9), to(#003564));
  background-image: -webkit-linear-gradient(top, #007ce9, #003564);
  background-image: -moz-linear-gradient(top, #007ce9, #003564);
  background-image: -o-linear-gradient(top, #007ce9, #003564);
  background-image: -ms-linear-gradient(top, #007ce9, #003564);
  background-image: linear-gradient(top, #007ce9, #003564);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ce9', endColorstr='#003564', GradientType=0);
}
.button.lightblue {
  background-color: #0091cf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aef8), to(#0074a6));
  background-image: -webkit-linear-gradient(top, #00aef8, #0074a6);
  background-image: -moz-linear-gradient(top, #00aef8, #0074a6);
  background-image: -o-linear-gradient(top, #00aef8, #0074a6);
  background-image: -ms-linear-gradient(top, #00aef8, #0074a6);
  background-image: linear-gradient(top, #00aef8, #0074a6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aef8', endColorstr='#0074a6', GradientType=0);
}
.button.lightblue:hover {
  background-color: #006d9c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2cc0ff), to(#0074a6));
  background-image: -webkit-linear-gradient(top, #2cc0ff, #0074a6);
  background-image: -moz-linear-gradient(top, #2cc0ff, #0074a6);
  background-image: -o-linear-gradient(top, #2cc0ff, #0074a6);
  background-image: -ms-linear-gradient(top, #2cc0ff, #0074a6);
  background-image: linear-gradient(top, #2cc0ff, #0074a6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cc0ff', endColorstr='#0074a6', GradientType=0);
}
.button.lightblue:active {
  background-color: #006d9c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2cc0ff), to(#0074a6));
  background-image: -webkit-linear-gradient(top, #2cc0ff, #0074a6);
  background-image: -moz-linear-gradient(top, #2cc0ff, #0074a6);
  background-image: -o-linear-gradient(top, #2cc0ff, #0074a6);
  background-image: -ms-linear-gradient(top, #2cc0ff, #0074a6);
  background-image: linear-gradient(top, #2cc0ff, #0074a6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cc0ff', endColorstr='#0074a6', GradientType=0);
}
.button.paleblue {
  background-color: #749abc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#90aec9), to(#5986af));
  background-image: -webkit-linear-gradient(top, #90aec9, #5986af);
  background-image: -moz-linear-gradient(top, #90aec9, #5986af);
  background-image: -o-linear-gradient(top, #90aec9, #5986af);
  background-image: -ms-linear-gradient(top, #90aec9, #5986af);
  background-image: linear-gradient(top, #90aec9, #5986af);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90aec9', endColorstr='#5986af', GradientType=0);
}
.button.paleblue:hover {
  background-color: #5281ab;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b2c7da), to(#5986af));
  background-image: -webkit-linear-gradient(top, #b2c7da, #5986af);
  background-image: -moz-linear-gradient(top, #b2c7da, #5986af);
  background-image: -o-linear-gradient(top, #b2c7da, #5986af);
  background-image: -ms-linear-gradient(top, #b2c7da, #5986af);
  background-image: linear-gradient(top, #b2c7da, #5986af);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2c7da', endColorstr='#5986af', GradientType=0);
}
.button.paleblue:active {
  background-color: #5281ab;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b2c7da), to(#5986af));
  background-image: -webkit-linear-gradient(top, #b2c7da, #5986af);
  background-image: -moz-linear-gradient(top, #b2c7da, #5986af);
  background-image: -o-linear-gradient(top, #b2c7da, #5986af);
  background-image: -ms-linear-gradient(top, #b2c7da, #5986af);
  background-image: linear-gradient(top, #b2c7da, #5986af);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2c7da', endColorstr='#5986af', GradientType=0);
}
.button.breen {
  background-color: #2daebf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#42c2d3), to(#25909e));
  background-image: -webkit-linear-gradient(top, #42c2d3, #25909e);
  background-image: -moz-linear-gradient(top, #42c2d3, #25909e);
  background-image: -o-linear-gradient(top, #42c2d3, #25909e);
  background-image: -ms-linear-gradient(top, #42c2d3, #25909e);
  background-image: linear-gradient(top, #42c2d3, #25909e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42c2d3', endColorstr='#25909e', GradientType=0);
}
.button.breen:hover {
  background-color: #238896;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6ccfdc), to(#25909e));
  background-image: -webkit-linear-gradient(top, #6ccfdc, #25909e);
  background-image: -moz-linear-gradient(top, #6ccfdc, #25909e);
  background-image: -o-linear-gradient(top, #6ccfdc, #25909e);
  background-image: -ms-linear-gradient(top, #6ccfdc, #25909e);
  background-image: linear-gradient(top, #6ccfdc, #25909e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ccfdc', endColorstr='#25909e', GradientType=0);
}
.button.breen:active {
  background-color: #238896;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6ccfdc), to(#25909e));
  background-image: -webkit-linear-gradient(top, #6ccfdc, #25909e);
  background-image: -moz-linear-gradient(top, #6ccfdc, #25909e);
  background-image: -o-linear-gradient(top, #6ccfdc, #25909e);
  background-image: -ms-linear-gradient(top, #6ccfdc, #25909e);
  background-image: linear-gradient(top, #6ccfdc, #25909e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ccfdc', endColorstr='#25909e', GradientType=0);
}
.button.green {
  background-color: #91bd09;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#afe40b), to(#739607));
  background-image: -webkit-linear-gradient(top, #afe40b, #739607);
  background-image: -moz-linear-gradient(top, #afe40b, #739607);
  background-image: -o-linear-gradient(top, #afe40b, #739607);
  background-image: -ms-linear-gradient(top, #afe40b, #739607);
  background-image: linear-gradient(top, #afe40b, #739607);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afe40b', endColorstr='#739607', GradientType=0);
}
.button.green:hover {
  background-color: #6c8c07;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4f52d), to(#739607));
  background-image: -webkit-linear-gradient(top, #c4f52d, #739607);
  background-image: -moz-linear-gradient(top, #c4f52d, #739607);
  background-image: -o-linear-gradient(top, #c4f52d, #739607);
  background-image: -ms-linear-gradient(top, #c4f52d, #739607);
  background-image: linear-gradient(top, #c4f52d, #739607);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4f52d', endColorstr='#739607', GradientType=0);
}
.button.green:active {
  background-color: #6c8c07;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4f52d), to(#739607));
  background-image: -webkit-linear-gradient(top, #c4f52d, #739607);
  background-image: -moz-linear-gradient(top, #c4f52d, #739607);
  background-image: -o-linear-gradient(top, #c4f52d, #739607);
  background-image: -ms-linear-gradient(top, #c4f52d, #739607);
  background-image: linear-gradient(top, #c4f52d, #739607);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4f52d', endColorstr='#739607', GradientType=0);
}
.button.orange {
  background-color: #f37327;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f58c4e), to(#e55d0d));
  background-image: -webkit-linear-gradient(top, #f58c4e, #e55d0d);
  background-image: -moz-linear-gradient(top, #f58c4e, #e55d0d);
  background-image: -o-linear-gradient(top, #f58c4e, #e55d0d);
  background-image: -ms-linear-gradient(top, #f58c4e, #e55d0d);
  background-image: linear-gradient(top, #f58c4e, #e55d0d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f58c4e', endColorstr='#e55d0d', GradientType=0);
}
.button.orange:hover {
  background-color: #db590c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8ab7e), to(#e55d0d));
  background-image: -webkit-linear-gradient(top, #f8ab7e, #e55d0d);
  background-image: -moz-linear-gradient(top, #f8ab7e, #e55d0d);
  background-image: -o-linear-gradient(top, #f8ab7e, #e55d0d);
  background-image: -ms-linear-gradient(top, #f8ab7e, #e55d0d);
  background-image: linear-gradient(top, #f8ab7e, #e55d0d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ab7e', endColorstr='#e55d0d', GradientType=0);
}
.button.orange:active {
  background-color: #db590c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8ab7e), to(#e55d0d));
  background-image: -webkit-linear-gradient(top, #f8ab7e, #e55d0d);
  background-image: -moz-linear-gradient(top, #f8ab7e, #e55d0d);
  background-image: -o-linear-gradient(top, #f8ab7e, #e55d0d);
  background-image: -ms-linear-gradient(top, #f8ab7e, #e55d0d);
  background-image: linear-gradient(top, #f8ab7e, #e55d0d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ab7e', endColorstr='#e55d0d', GradientType=0);
}
.button.red {
  background-color: #cc0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f50000), to(#a30000));
  background-image: -webkit-linear-gradient(top, #f50000, #a30000);
  background-image: -moz-linear-gradient(top, #f50000, #a30000);
  background-image: -o-linear-gradient(top, #f50000, #a30000);
  background-image: -ms-linear-gradient(top, #f50000, #a30000);
  background-image: linear-gradient(top, #f50000, #a30000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f50000', endColorstr='#a30000', GradientType=0);
}
.button.red:hover {
  background-color: #990000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2929), to(#a30000));
  background-image: -webkit-linear-gradient(top, #ff2929, #a30000);
  background-image: -moz-linear-gradient(top, #ff2929, #a30000);
  background-image: -o-linear-gradient(top, #ff2929, #a30000);
  background-image: -ms-linear-gradient(top, #ff2929, #a30000);
  background-image: linear-gradient(top, #ff2929, #a30000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2929', endColorstr='#a30000', GradientType=0);
}
.button.red:active {
  background-color: #990000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2929), to(#a30000));
  background-image: -webkit-linear-gradient(top, #ff2929, #a30000);
  background-image: -moz-linear-gradient(top, #ff2929, #a30000);
  background-image: -o-linear-gradient(top, #ff2929, #a30000);
  background-image: -ms-linear-gradient(top, #ff2929, #a30000);
  background-image: linear-gradient(top, #ff2929, #a30000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2929', endColorstr='#a30000', GradientType=0);
}
.button.magenta {
  background-color: #a9014b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d2015d), to(#800139));
  background-image: -webkit-linear-gradient(top, #d2015d, #800139);
  background-image: -moz-linear-gradient(top, #d2015d, #800139);
  background-image: -o-linear-gradient(top, #d2015d, #800139);
  background-image: -ms-linear-gradient(top, #d2015d, #800139);
  background-image: linear-gradient(top, #d2015d, #800139);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2015d', endColorstr='#800139', GradientType=0);
}
.button.magenta:hover {
  background-color: #760135;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe0874), to(#800139));
  background-image: -webkit-linear-gradient(top, #fe0874, #800139);
  background-image: -moz-linear-gradient(top, #fe0874, #800139);
  background-image: -o-linear-gradient(top, #fe0874, #800139);
  background-image: -ms-linear-gradient(top, #fe0874, #800139);
  background-image: linear-gradient(top, #fe0874, #800139);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0874', endColorstr='#800139', GradientType=0);
}
.button.magenta:active {
  background-color: #760135;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe0874), to(#800139));
  background-image: -webkit-linear-gradient(top, #fe0874, #800139);
  background-image: -moz-linear-gradient(top, #fe0874, #800139);
  background-image: -o-linear-gradient(top, #fe0874, #800139);
  background-image: -ms-linear-gradient(top, #fe0874, #800139);
  background-image: linear-gradient(top, #fe0874, #800139);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0874', endColorstr='#800139', GradientType=0);
}
.button.purple {
  background-color: #660099;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8100c2), to(#4b0070));
  background-image: -webkit-linear-gradient(top, #8100c2, #4b0070);
  background-image: -moz-linear-gradient(top, #8100c2, #4b0070);
  background-image: -o-linear-gradient(top, #8100c2, #4b0070);
  background-image: -ms-linear-gradient(top, #8100c2, #4b0070);
  background-image: linear-gradient(top, #8100c2, #4b0070);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8100c2', endColorstr='#4b0070', GradientType=0);
}
.button.purple:hover {
  background-color: #440066;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a300f5), to(#4b0070));
  background-image: -webkit-linear-gradient(top, #a300f5, #4b0070);
  background-image: -moz-linear-gradient(top, #a300f5, #4b0070);
  background-image: -o-linear-gradient(top, #a300f5, #4b0070);
  background-image: -ms-linear-gradient(top, #a300f5, #4b0070);
  background-image: linear-gradient(top, #a300f5, #4b0070);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a300f5', endColorstr='#4b0070', GradientType=0);
}
.button.purple:active {
  background-color: #440066;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a300f5), to(#4b0070));
  background-image: -webkit-linear-gradient(top, #a300f5, #4b0070);
  background-image: -moz-linear-gradient(top, #a300f5, #4b0070);
  background-image: -o-linear-gradient(top, #a300f5, #4b0070);
  background-image: -ms-linear-gradient(top, #a300f5, #4b0070);
  background-image: linear-gradient(top, #a300f5, #4b0070);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a300f5', endColorstr='#4b0070', GradientType=0);
}
.button.black {
  background-color: #404040;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#2b2b2b));
  background-image: -webkit-linear-gradient(top, #545454, #2b2b2b);
  background-image: -moz-linear-gradient(top, #545454, #2b2b2b);
  background-image: -o-linear-gradient(top, #545454, #2b2b2b);
  background-image: -ms-linear-gradient(top, #545454, #2b2b2b);
  background-image: linear-gradient(top, #545454, #2b2b2b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#2b2b2b', GradientType=0);
}
.button.black:hover {
  background-color: #262626;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e6e6e), to(#2b2b2b));
  background-image: -webkit-linear-gradient(top, #6e6e6e, #2b2b2b);
  background-image: -moz-linear-gradient(top, #6e6e6e, #2b2b2b);
  background-image: -o-linear-gradient(top, #6e6e6e, #2b2b2b);
  background-image: -ms-linear-gradient(top, #6e6e6e, #2b2b2b);
  background-image: linear-gradient(top, #6e6e6e, #2b2b2b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e6e6e', endColorstr='#2b2b2b', GradientType=0);
}
.button.black:active {
  background-color: #262626;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e6e6e), to(#2b2b2b));
  background-image: -webkit-linear-gradient(top, #6e6e6e, #2b2b2b);
  background-image: -moz-linear-gradient(top, #6e6e6e, #2b2b2b);
  background-image: -o-linear-gradient(top, #6e6e6e, #2b2b2b);
  background-image: -ms-linear-gradient(top, #6e6e6e, #2b2b2b);
  background-image: linear-gradient(top, #6e6e6e, #2b2b2b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e6e6e', endColorstr='#2b2b2b', GradientType=0);
}
.button.white {
  background-color: #f0f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbdbdb));
  background-image: -webkit-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -o-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -ms-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: linear-gradient(top, #ffffff, #dbdbdb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0);
  color: #666666;
}
.button.white:hover {
  background-color: #c7c7c7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(top, #ffffff, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
}
.button.white:active {
  background-color: #c7c7c7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(top, #ffffff, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
}
.button.small {
  font-size: 13px;
  line-height: 13px;
  padding: 7px 16px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
}
.button.big {
  font-size: 17px;
  line-height: 17px;
  padding: 13px 24px;
}
.button.huge {
  font-size: 19px;
  line-height: 19px;
  padding: 16px 28px;
}
/*
body,
p {
  color: #6b6b6b;
  word-wrap: break-word;
}
p > strong {
  color: #595959;
}
* > p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
p > a {
  text-decoration: underline;
}
h1,
h2 {
  margin-bottom: 22px;
}
h3,
h4,
h5,
h6 {
  margin-bottom: 11px;
}
h1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}
h1.huge {
  font-size: 90px;
  line-height: 90px;
}
h1.big {
  font-size: 60px;
  line-height: 60px;
}
h1 small,
h1.small {
  font-size: 15px;
  line-height: 15px;
}
h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
}
h2.huge {
  font-size: 72px;
  line-height: 72px;
}
h2.big {
  font-size: 48px;
  line-height: 48px;
}
h2 small,
h2.small {
  font-size: 12px;
  line-height: 12px;
}
h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
}
h3.huge {
  font-size: 54px;
  line-height: 54px;
}
h3.big {
  font-size: 36px;
  line-height: 36px;
}
h3 small,
h3.small {
  font-size: 9px;
  line-height: 9px;
}
h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
}
h4.huge {
  font-size: 48px;
  line-height: 48px;
}
h4.big {
  font-size: 32px;
  line-height: 32px;
}
h4 small,
h4.small {
  font-size: 8px;
  line-height: 8px;
}
h5 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
}
h5.huge {
  font-size: 42px;
  line-height: 42px;
}
h5.big {
  font-size: 28px;
  line-height: 28px;
}
h5 small,
h5.small {
  font-size: 7px;
  line-height: 7px;
}
h6 {
  font-size: 13px;
  line-height: 13px;
  font-weight: 900;
}
h6.huge {
  font-size: 39px;
  line-height: 39px;
}
h6.big {
  font-size: 26px;
  line-height: 26px;
}
h6 small,
h6.small {
  font-size: 6.5px;
  line-height: 6.5px;
}
img {
  max-width: 100%;
  height: auto;
}
mark {
  color: #353a38;
  background-color: #dcf3fc;
  padding: 0 4px;
}
hr {
  display: block;
  width: 100%;
  height: 6px;
  margin: 22px 0;
  border: none;
  background: url(../img/hr.png) top left repeat-x;
  zoom: 1;
  zoom: 1;
}
hr:before,
hr:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
hr:after {
  clear: both;
}
blockquote {
  display: block;
  position: relative;
  padding: 0 22px;
  margin: 22px 0 22px;
  border: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #749abc;
}
blockquote p {
  line-height: 24px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #749abc;
}
blockquote:before {
  content: '{';
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -18px;
  font-size: 74px;
  font-weight: normal;
  font-style: normal;
  color: #c0d1e1;
}
blockquote:after {
  content: '';
  display: none;
}
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/************************************************************************************
TEXT COLORS
*************************************************************************************/
.txt_blue {
  color: #004b8d;
}
a.txt_blue:hover {
  color: #0066c0;
}
.txt_lightblue {
  color: #0091cf;
}
a.txt_blue:hover {
  color: #03b4ff;
}
.txt_breen {
  color: #2daebf;
}
a.txt_breen:hover {
  color: #4bc4d4;
}
.txt_green {
  color: #91bd09;
}
a.txt_green:hover {
  color: #b6ee0b;
}
.txt_orange {
  color: #f37327;
}
a.txt_orange:hover {
  color: #f69257;
}
.txt_red {
  color: #cc0000;
}
a.txt_red:hover {
  color: #ff0000;
}
.txt_magenta {
  color: #a9014b;
}
a.txt_magenta:hover {
  color: #dc0162;
}
.txt_purple {
  color: #660099;
}
a.txt_purple:hover {
  color: #8800cc;
}
.txt_black {
  color: #000000;
}
a.txt_black:hover {
  color: #1a1a1a;
}
/************************************************************************************
￼ADDITIONAL CLASSES
*************************************************************************************/
/* LAYOUT HELPERS */
.block,
.block-inline {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px;
  margin-bottom: 22px;
  background: #f7f7f7;
  border: 1px solid #cccccc;
}
.block-inline {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: auto;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.inner {
  position: relative;
  padding: 0 22px;
}
.inner.box {
  padding: 22px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.right .inner,
nopadright {
  padding-right: 0;
}
.left .inner,
nopadleft {
  padding-left: 0;
}
.padleft {
  padding-left: 22px;
}
.padright {
  padding-right: 22px;
}
.marbottom {
  margin-bottom: 22px;
}
/* BLOCKS WITH CAPTION */
.block-with-caption {
  position: relative;
}
.block-with-caption .caption {
  position: relative;
  display: none;
  width: 100%;
  background: #404040;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.block-with-caption .caption span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  margin: 0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
/*
.pagination ul {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.pagination ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 2px;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
  float: none;
  width: 30px;
  height: 23px;
  padding: 7px 0 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #666666;
  border: 1px solid #BABABA;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  filter: progid:dximagetransform.microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#e6e6e6');
}
.pagination ul li a:hover {
  background: #FFFFFF;
}
.pagination ul li a.prev,
.pagination ul li a.next {
  color: #999999;
}
.pagination ul li span.current {
  color: #EFEFEF;
  border: #5281ab;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #749abc;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#97b3cd), to(#749abc));
  background-image: -moz-linear-gradient(top, #97b3cd, #749abc);
  background-image: -ms-linear-gradient(top, #97b3cd, #749abc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97b3cd), color-stop(100%, #749abc));
  background-image: -webkit-linear-gradient(top, #97b3cd, #749abc);
  background-image: -o-linear-gradient(top, #97b3cd, #749abc);
  background-image: linear-gradient(top, #97b3cd, #749abc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97b3cd', endColorstr='#749abc', GradientType=0);
}
*/
.elastic-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.elastic-embed-container iframe,
.elastic-embed-container object,
.elastic-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ICONS: SOCIAL NETWORKS */
a.social-profiles {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 2px;
  background: url(../img/icone-social-footer.png) top left no-repeat;
  text-indent: -9999px;
}
a.social-profiles.facebook {
  background-position: 0 0;
}
a.social-profiles.facebook:hover {
  background-position: 0 -42px;
}
a.social-profiles.twitter {
  background-position: -42px 0;
}
a.social-profiles.twitter:hover {
  background-position: -42px -42px;
}
a.social-profiles.googleplus {
  background-position: -84px 0;
}
a.social-profiles.googleplus:hover {
  background-position: -84px -42px;
}
a.social-profiles.linkedin {
  background-position: -126px 0;
}
a.social-profiles.linkedin:hover {
  background-position: -126px -42px;
}
a.social-profiles.youtube {
  background-position: -168px 0;
}
a.social-profiles.youtube:hover {
  background-position: -168px -42px;
}
a.social-profiles.instagram {
  background-position: -210px 0;
}
a.social-profiles.instagram:hover {
  background-position: -210px -42px;
}

/* METADATA FOR SOCIAL LINKS */
.entry-social span {
  display: block;
  font-size: 10px;
  color: #a6a6a6;
  text-transform: uppercase;
  margin: 2px 8px 0 0;
}
.entry-social a {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url(../img/icone-social-32.png) top left no-repeat;
  margin-right: 1px;
}
.entry-social a.facebook {
  background-position: 0 0;
}
.entry-social a.facebook:hover {
  background-position: 0 -32px;
}
.entry-social a.twitter {
  background-position: -32px 0;
}
.entry-social a.twitter:hover {
  background-position: -32px -32px;
}
.entry-social a.googleplus {
  background-position: -64px 0;
}
.entry-social a.googleplus:hover {
  background-position: -64px -32px;
}
.entry-social a.linkedin {
  background-position: -96px 0;
}
.entry-social a.linkedin:hover {
  background-position: -96px -32px;
}
.entry-social a.mail {
  background-position: -128px 0;
}
.entry-social a.mail:hover {
  background-position: -128px -32px;
}
/* POST IMAGES */
/*
.post-image {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  min-height: 10px;
  margin-bottom: 22px;
  padding: 11px;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
*/
/* SHADOW FOR SLIDER */
.shadow-side {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
/* CSS GENERATED SHADOWS FOR POST IMAGES */
.csstransforms .ui-shadow-curl {
  position: relative;
}
.csstransforms .ui-shadow-curl:before,
.csstransforms .ui-shadow-curl:after {
  position: absolute;
  width: 45%;
  height: 10px;
  content: '';
  left: 5%;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-4deg) rotate(-4deg);
  -moz-transform: skew(-4deg) rotate(-4deg);
  -ms-transform: skew(-4deg) rotate(-4deg);
  -o-transform: skew(-4deg) rotate(-4deg);
  transform: skew(-4deg) rotate(-4deg);
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.6);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.csstransforms .ui-shadow-curl:after {
  left: auto;
  right: 5%;
  -webkit-transform: skew(4deg) rotate(4deg);
  -moz-transform: skew(4deg) rotate(4deg);
  -ms-transform: skew(4deg) rotate(4deg);
  -o-transform: skew(4deg) rotate(4deg);
  transform: skew(4deg) rotate(4deg);
}
/* TOOLTIPS - css3 only picked from data-tip attribute */
[data-tip] :before {
  content: attr(data-tip);
  display: block;
  position: absolute;
  z-index: 999;
  left: 9999px;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 0px 7px;
  height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  background: #f7f7f7;
  background: rgba(255, 255, 255, 0.8);
  color: #808080;
  font-size: 11px;
  font-weight: bold;
  text-indent: 0 !important;
  text-decoration: none !important;
  white-space: nowrap;
}
[data-tip]:hover:before {
  opacity: 1;
  left: -35px;
  text-decoration: none !important;
}
/*
   POST EDIT LINK
   usage: <?php edit_post_link('Modifica Articolo &rarr;'); ?>
*/
a.post-edit-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px%;
  padding: 4px 8px;
  margin-bottom: 22px;
  font-size: 12px;
  background-color: #bfbfbf;
  color: #ffffff;
  text-decoration: none;
}
a.post-edit-link:hover {
  background-color: #a6a6a6;
  text-decoration: none;
}
/*
   POST EDIT LINK W/ ICON
   usage: <?php edit_post_link('Modifica Articolo &rarr;', '<span class="post-edit-link-icon">', '</span>'); ?>
*/
.post-edit-link-icon {
  position: absolute;
  z-index: 999;
  top: -10px;
  left: -10px;
}
.post-edit-link-icon a {
  background-image: url("../img/icon-modify.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  text-indent: -9999px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
/* BACK LINK */
a.back {
  padding: 5px 12px;
  margin-bottom: 11px;
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
  color: #808080;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.back:hover {
  text-decoration: none;
}
/* BUTTON ARROWS */
a > span.arrow {
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 6px;
  background: #a6a6a6;
  background: rgba(0, 0, 0, 0.25);
  color: #e6e6e6;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 8px;
  line-height: 16px;
  text-align: center;
}
a > span.arrow.left {
  text-indent: -1px;
}
a > span.arrow.right {
  text-indent: 1px;
}
a > span.arrow.big {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}
a > span.arrow.big.left {
  text-indent: -2px;
}
a > span.arrow.big.right {
  text-indent: 2px;
}
a > span.arrow.huge {
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
}
a > span.arrow.huge.left {
  text-indent: -3px;
}
a > span.arrow.huge.right {
  text-indent: 3px;
}
a:hover > span.arrow {
  color: #808080;
  color: rgba(0, 0, 0, 0.4);
  background: #f7f7f7;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
/* TAG LIST */
.tagcloud {
  display: block;
  margin-bottom: 11px;
  font-size: 10px;
  color: #a6a6a6;
}
.tagcloud a {
  padding: 4px 8px;
  margin: 0 3px;
  font-size: 10px;
  line-height: 10px;
  background: #bfbfbf;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.25);
}
.tagcloud a:hover {
  background: #a6a6a6;
  background: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
/* WP SEARCH FORM */
#searchform {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
}
#searchform label,
#searchform input#searchsubmit {
  display: none;
}
#searchform input#s {
  width: auto;
  padding: 6px 4px 4px 28px;
  font-style: oblique;
  line-height: 14px;
}
#searchform input#s:focus {
  font-style: normal;
  color: #666666;
}
#searchform:before {
  font-family: 'PubliconsRegular';
  content: '?';
  font-size: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: absolute;
  margin: 10px 0 0 14px;
}
/* EFFECTS */
.shadowed {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.indented {
  background: #d9d9d9;
  background: rgba(0, 0, 0, 0.07);
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.25);
}
.indented.blurred {
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.5);
}
a.indented:hover {
  background: #cccccc;
  background: rgba(0, 0, 0, 0.2);
  color: #f7f7f7;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.embossed {
  background: #f7f7f7;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.transition {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.radius-xs {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.radius-s {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.radius-m {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.radius-l {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.radius-xl {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/************************************************************************************
@CONTENT HEADER
*************************************************************************************/
#content-header {
  padding: 0;
  background: #004b8d url(../img/banner_bg.jpg) top left repeat-x;
  background-position: 0 -30px;
}
#content-header:before {
  content: '';
  display: block;
  background: url(../img/shadow-top.png) top center no-repeat;
}
#content-header .row {
  position: relative;
}
#content-header .page-title {
  font-size: 36px;
  line-height: 36px;
  margin: 36px 0;
  color: #F0F0F0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
#content-header .page-desc {
  margin-top: 52px;
  font-size: 16px;
  color: #F0F0F0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  font-style: oblique;
  text-align: right;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#content-header .page-icon {
  position: absolute;
  z-index: 10;
  display: block;
  width: 80px;
  height: 85px;
  background: url(../img/ribbon.png) top left no-repeat;
  bottom: -75px;
  right: 0;
}
#content-header .page-icon img {
  display: block;
  width: 36px;
  height: auto;
  margin: 16px auto 0 auto;
}
/************************************************************************************
@CONTENT
*************************************************************************************/
/* CONTENT -> PAGE -> @GENERIC */
.main-content {
  margin-top: 44px;
  margin-bottom: 44px;
  zoom: 1;
  zoom: 1;
  /* PAGE -> GENERIC -> TITLE */

  /* PAGE -> GENERIC -> SUBTITLE */

  /* SUBPAGE -> ICON */

}
.main-content:before,
.main-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.main-content:after {
  clear: both;
}
/*
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6,
.main-content p {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}
*/
.main-content p a {
  font-weight: bold;
  text-decoration: underline;
  color: #6b6b6b;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.main-content p a:hover {
  color: #749abc;
}
/*
.main-content h1 {
  font-size: 38px;
  line-height: 38px;
  letter-spacing: -1px;
  width: 90%;
}
*/
.main-content h2 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.main-content img.wp-post-image.icon {
  display: block;
  float: left;
  border: none;
  width: 55px;
  height: 60px;
  margin: -11px 11px 0 -4px;
}
/* @LIST ENTRY */
.entry-list-item {
  background: url("../img/hr.png") repeat-x scroll left bottom transparent;
}

/*
.hentry {
  position: relative;
  padding-bottom: 44px;
  margin-bottom: 44px;
}
.hentry a.post-edit-link {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  bottom: 22px;
  left: -72px;
  padding: 0;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #bfbfbf url(../img/icon-modify.png) center center no-repeat;
}
.hentry a.post-edit-link:hover {
  background-color: #aaaaaa;
}
.hentry h1 {
  margin-bottom: 11px;
  padding-right: 10%;
}
.hentry .entry-date {
  float: left;
  width: 10%;
}
.hentry .entry-title {
  margin-bottom: 22px;
}
.hentry .entry-title.short {
  float: left;
  width: 85%;
  overflow: hidden;
}
.hentry .entry-title h1 a {
  width: 80%;
  color: #404040;
  text-decoration: none;
}
.hentry .entry-title h1 a:hover {
  color: #00305a;
}
.hentry .entry-date {
  position: relative;
  width: 55px;
  margin-right: 22px;
  padding: 0 0 8px 0;
  background-color: #f7f7f7;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f7f7f7));
  background-image: -moz-linear-gradient(top, #e3e3e3, #f7f7f7);
  background-image: -ms-linear-gradient(top, #e3e3e3, #f7f7f7);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(100%, #f7f7f7));
  background-image: -webkit-linear-gradient(top, #e3e3e3, #f7f7f7);
  background-image: -o-linear-gradient(top, #e3e3e3, #f7f7f7);
  background-image: linear-gradient(top, #e3e3e3, #f7f7f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f7f7f7', GradientType=0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(255, 255, 255, 0.3), 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.hentry .entry-date span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}
.hentry .entry-date span.weekday {
  font-size: 9px;
  line-height: 9px;
  padding: 6px 0;
  margin-bottom: 4px;
  color: #e3e3e3;
  background: #749abc;
  box-shadow: inset 0px 1px 2px rgba(255, 255, 255, 0.6), 0px 2px 2px rgba(0, 0, 0, 0.15);
  text-shadow: none;
}
.hentry .entry-date span.day {
  font-size: 28px;
  line-height: 28px;
}
.hentry .entry-date span.month {
  font-size: 16px;
  line-height: 16px;
  margin: -2px 0 8px 0;
}
.hentry .entry-date span.year {
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  letter-spacing: 2px;
  padding-left: 2px;
  margin-bottom: 4px;
}
.hentry .author {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 22px;
  margin-bottom: 11px;
  color: #749abc;
  font-size: 13px;
  font-style: oblique;
}
.hentry .author a {
  font-weight: bold;
  font-style: oblique;
  color: #749abc;
}
.hentry .author a:hover {
  color: #5281ab;
}
.hentry .entry-tags {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.hentry .entry-thumb {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  width: 24%;
  margin: 0 3% 0 0;
}
.hentry .entry-thumb img {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  margin: 0;
  padding: 8px;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.hentry .entry-comments {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 35px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
  background: #cccccc;
  color: #969696;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  border-radius: 30%;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(255, 255, 255, 0.3);
}
.hentry .entry-comments span {
  display: block;
  margin-top: 6px;
}
.hentry .entry-comments:before {
  position: absolute;
  top: 33px;
  left: 13px;
  display: block;
  content: '';
  width: 1px;
  height: 1px;
  border-top: 15px solid #cccccc;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.3);
}
.hentry .entry-comments:hover {
  background: #b3b3b3;
  color: #e6e6e6;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.hentry .entry-comments:hover:before {
  border-top-color: #b3b3b3;
}
.hentry .entry-comments:after {
  display: none;
  position: absolute;
  top: -20px;
  right: 0;
  content: 'COMMENTI';
  font-size: 9px;
  color: #8c8c8c;
}
.hentry .entry-comments:hover:after {
  display: block;
  text-shadow: none;
}
.hentry .entry-social {
  overflow: hidden;
  position: absolute;
  bottom: 44px;
  right: 0;
}
.hentry .entry-social span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
*/

.single .hentry .entry-social {
  position: relative;
  bottom: 0;
  padding: 11px 0;
  margin-bottom: 22px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
/* @PAGE -> @SERVIZI */
#page-servizi .main-content {
  /* PAGE -> SERVIZI -> SUBTITLE COLORS */

}
#page-servizi .main-content #branding h2 {
  color: #004b8d;
}
#page-servizi .main-content #marketing h2 {
  color: #2daebf;
}
#page-servizi .main-content #stampa h2 {
  color: #91bd09;
}
#page-servizi .main-content #internet h2 {
  color: #f37327;
}
#page-servizi .main-content #multimedia h2 {
  color: #cc0000;
}
#page-servizi .main-content #outdoor h2 {
  color: #a9014b;
}
#page-servizi .main-content #concorsi h2 {
  color: #0091cf;
}
#page-servizi .main-content #ambient h2 {
  color: #660099;
}
#page-servizi .main-content #pr h2 {
  color: #666f6b;
}
/* @PAGE -> @PORTFOLIO */
#portfolio {
  padding-top: 66px;
  padding-bottom: 66px;
  zoom: 1;
  zoom: 1;
}
#portfolio:before,
#portfolio:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#portfolio:after {
  clear: both;
}
#portfolio > div h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 11px;
}
#portfolio > div p {
  margin-bottom: 22px;
}
#portfolio .portfolio-list-item {
  position: relative;
}
#portfolio .portfolio-list-item img {
  display: block;
  padding: 6px;
  width: 100%;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
#portfolio .portfolio-list-item .block {
  padding: 0;
}
#portfolio .portfolio-list-item .caption h3 {
  padding-bottom: 0;
  margin: 0;
  color: #f7f7f7;
}
#portfolio .portfolio-list-item .caption h4 {
  display: inline;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  padding-top: 6px;
  font-weight: normal;
  text-transform: uppercase;
  color: #749abc;
}
/* PAGE -> PORTFOLIO -> SIDEBAR */
#portfolio aside h2 {
  margin-bottom: 11px;
}
#portfolio aside p {
  margin-bottom: 22px;
}
#portfolio aside .button {
  padding: 8px 12px;
  font-size: 13px;
  line-height: 14px;
}
#portfolio aside .button:before {
  font-size: 22px;
  line-height: 14px;
}
#portfolio aside .box {
  padding: 10px;
}
#portfolio aside .widget_nav_menu ul li:last-child a {
  border-bottom: none;
}
#portfolio aside .widget_nav_menu ul li a {
  margin: 0;
  padding: 5px 5px 0;
}
#portfolio aside .widget_nav_menu ul li a.all {
  padding: 10px 5px;
}
#portfolio aside .widget_nav_menu ul li a span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 13px;
  line-height: 13px;
  vertical-align: top;
  margin-top: 6px;
}
#portfolio aside .widget_nav_menu ul li a img {
  display: inline-block;
  width: 24px;
  margin-right: 6px;
  margin-bottom: 0;
}
/* ENTRY-CONTENT */
.entry-content > a {
  display: block;
}
.entry-content > a.button {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.entry-content p {
  text-align: justify;
}
.entry-content p a,
.entry-content p a img {
  display: inline;
  width: auto;
}
/************************************************************************************
@PAGE -> @CLIENTI
*************************************************************************************/
#clienti .block-list li {
  position: relative;
}
#clienti .block {
  padding: 11px;
}
#clienti .caption h3 {
  padding-bottom: 0;
  margin: 0;
  color: #f7f7f7;
}
#clienti .caption h4 {
  display: inline;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  padding-top: 6px;
  font-weight: normal;
  text-transform: uppercase;
  color: #749abc;
}
#clienti .caption h3 {
  font-size: 16px;
  line-height: 16px;
}
#clienti .reveal-modal {
  background: url(../img/white_carbon.png) top left repeat;
}
#clienti .reveal-modal img {
  display: block;
  margin: 0 auto 10px auto;
}
#clienti .reveal-modal .social {
  position: absolute;
  right: 32px;
  bottom: 32px;
}
/************************************************************************************
@PAGE -> @TEAM
*************************************************************************************/
.card-list {
  margin-left: -1%;
}
/* TEAM -> CARD ITEM */
.card-list-item {
  position: relative;
  z-index: 3;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FEFEFE;
  border: thin solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 22px;
}
.card-list-item:before,
.card-list-item:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  height: 3px;
  width: 98%;
  left: 1%;
  bottom: -5px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #FEFEFE;
  border: 1px solid #cccccc;
  border-top: none;
}
.card-list-item:before {
  z-index: 0;
  bottom: -8px;
  width: 96%;
  left: 2%;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
}
.card-list-item span.ui-card-clip {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -26px;
  display: block;
  width: 6px;
  height: 6px;
  background: #888888;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.card-list-item span.ui-card-clip:before,
.card-list-item span.ui-card-clip:after {
  position: absolute;
  content: '';
  display: block;
}
.card-list-item span.ui-card-clip:before {
  z-index: 2;
  width: 44px;
  height: 2px;
  top: 1px;
  left: 2px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.card-list-item span.ui-card-clip:after {
  width: 6px;
  height: 6px;
  background: #888888;
  background: rgba(0, 0, 0, 0.5);
  left: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.card-list-item span.ui-card-clip.bottom {
  top: auto;
  bottom: 15px;
}
.card-list-item span.ui-card-clip.left {
  left: 15px;
  margin: 0;
}
.card-list-item span.ui-card-clip.right {
  left: auto;
  right: 71px;
  margin: 0;
}
.card-list-item img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #FEFEFE;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
}
.card-list-item .card_name {
  position: relative;
  width: 76%;
  margin: 0 auto;
  margin-top: -7%;
  text-align: center;
}
.card-list-item .card_name:before,
.card-list-item .card_name:after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 10%;
  height: 0;
  bottom: -8px;
  border-width: 16px 8px;
  border-style: solid;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
}
.card-list-item .card_name:before {
  left: -10%;
  border-color: #00437e #00437e #00437e transparent;
}
.card-list-item .card_name:after {
  right: -10%;
  border-color: #00437e transparent #00437e #00437e;
}
.card-list-item .card_name h3 {
  font-size: 14px;
  line-height: 14px;
  position: relative;
  z-index: 5;
  background: #004b8d;
  padding: 9px 14px;
  color: #FEFEFE;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.card-list-item .card_name h3:before,
.card-list-item .card_name h3:after {
  content: ' ';
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  top: 100%;
  border-width: 4px 8px;
  border-style: solid;
}
.card-list-item .card_name h3:before {
  left: 0;
  border-color: #002241 #002241 transparent transparent;
}
.card-list-item .card_name h3:after {
  right: 0;
  border-color: #002241 transparent transparent #002241;
}
.card-list-item .card_role {
  width: 86%;
  margin: 16px auto 0;
  padding: 4px 0;
  font-size: 11px;
  line-height: 14px;
  color: #749abc;
  text-transform: uppercase;
  text-align: center;
  border-top: thin dashed #749abc;
  border-bottom: thin dashed #749abc;
}
.card-list-item .org {
  display: none;
}
.card-list-item .card_social {
  height: 44px;
  text-align: center;
}
.card-list-item .card_social a:before {
  letter-spacing: 0;
}
.card-list-item .card_contacts {
  padding: 14px 0 5px;
  height: 50px;
  text-align: center;
}
.card-list-item .card_contacts a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.card-list-item .card_contacts .email,
.card-list-item .card_contacts .skype {
  font-size: 13px;
  line-height: 13px;
  position: relative;
  color: #999999;
  margin: 0 auto;
}
.card-list-item .card_contacts .email:before {
  font-size: 18px;
  line-height: 18px;
}
.card-list-item .card_contacts .email:hover,
.card-list-item .card_contacts .email:hover:before {
  color: #f37327 !important;
}
.card-list-item .card_contacts .skype {
  font-weight: bold;
  text-decoration: none;
}
.card-list-item .card_contacts .skype img {
  width: auto;
  height: auto;
  float: left;
  margin-right: 4px;
}
.card-list-item .card_contacts .skype:hover {
  color: #666666;
}
.card-list-item .card_contacts .skype:hover:after {
  content: 'CHIAMA';
  display: block;
  position: absolute;
  top: 2px;
  left: 106%;
  padding: 3px;
  font-size: 9px;
  font-weight: bold;
  line-height: 9px;
  color: #F7F7F7;
  background: #7BB508;
}
/************************************************************************************
PAGE -> @CONTATTI
*************************************************************************************/
.page-id-14 {
  /* VCARD */

}
.page-id-14 .box {
  display: block;
  margin-bottom: 22px;
  padding: 22px 32px 22px 122px;
  font-size: 1em;
  line-height: 1.6em;
  color: #6b6b6b;
  border: 3px dashed #aaaaaa;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-id-14 .box:hover {
  text-decoration: none;
  border-color: #0091cf;
  background-color: rgba(116, 154, 188, 0.1);
}
.page-id-14 .box.team {
  background-image: url(../img/team_icon.png);
  background-position: 20px center;
}
.page-id-14 .box.youcv {
  margin-bottom: 44px;
  background-image: url(../img/youcv_logo.png);
  background-position: 20px center;
}
.page-id-14 .box.youcv:hover {
  border-color: #99CC00;
  background-color: rgba(153, 204, 0, 0.1);
}
.page-id-14 .box.youcv span {
  color: #99CC00;
  border-bottom: 1px dotted #99CC00;
}
.page-id-14 .box.youcv:hover span {
  color: #608000;
  border-bottom-color: #608000;
}
.page-id-14 .vcard {
  margin: 18px 0 22px;
  font-size: 14px;
}
.page-id-14 .vcard a,
.page-id-14 .vcard span {
  color: #666666;
  font-size: 14px;
}
.page-id-14 .vcard .type,
.page-id-14 .vcard .photo,
.page-id-14 .vcard .country-name {
  display: none;
}
.page-id-14 .vcard .contatti {
  display: block;
  margin-bottom: 14px;
}
.page-id-14 .vcard .sede,
.page-id-14 .vcard .tel-wrap,
.page-id-14 .vcard .mail {
  display: block;
  float: left;
  width: 40%;
  margin-right: 5%;
}
.page-id-14 .vcard .sede {
  margin-bottom: 24px;
}
.page-id-14 .vcard .org {
  font-size: 24px;
  line-height: 24px;
}
.page-id-14 .vcard .adr a {
  display: block;
  font-weight: bold;
}
.page-id-14 .vcard .mail a {
  font-weight: bold;
  color: #f37327;
}
.page-id-14 .vcard .mail a:hover {
  color: #f69257;
}
.page-id-14 .vcard .url {
  display: none;
  font-weight: bold;
  color: #004b8d;
}
.page-id-14 .vcard .url:hover {
  color: #0066c0;
}
.page-id-14 .vcard .tel,
.page-id-14 .vcard .tel:hover {
  cursor: default;
  text-decoration: none;
}
/* MAP */
/* (http://webdesignerwall.com/tutorials/css-elastic-videos) */
#map_container {
  position: relative;
  overflow: visible;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 22px;
}
#map_canvas,
#map_canvas1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map_canvas img,
#map_canvas1 img {
  max-width: none;
}
#mask {
  position: absolute;
  background: url(../img/publione_map_mask.png) top left no-repeat;
  top: -3%;
  left: -3%;
  height: 106%;
  width: 106%;
  background-size: 100%;
  pointer-events: none;
}
.map-tooltip-logo {
  width: 120px;
  height: 27px;
  margin: 0;
}
.map-tooltip-description {
  margin: 0 auto;
  width: 120px;
  padding: 2px 0;
  color: #ffffff;
  background: #a8c0d5;
}
.map-tooltip-directions {
  font-size: 10px;
  font-weight: bold;
  color: #999999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
/************************************************************************************
@SINGLE -> @GENERIC
*************************************************************************************/
.single .main-content {
  padding-right: 22px;
}
/************************************************************************************
@SINGLE -> @PORTFOLIO
*************************************************************************************/
.single-project {
  /* SINGLE PORTFOLIO -> SLIDESHOW */

  /* SINGLE PORTFOLIO -> BOX CLIENTE */

  /* SINGLE PORTFOLIO -> SIDEBAR */

}
.single-project h1 {
  margin-bottom: 11px;
}
.single-project .kicker {
  font-size: 24px;
  line-height: 24px;
  color: #749abc;
  margin-bottom: 11px;
}
.single-project .slideshow a.slideshow_image {
  display: block;
  max-width: 100%;
}
.single-project .client-data {
  margin-top: 33px;
  margin-bottom: 33px;
  text-align: justify;
}
.single-project .client-data .label {
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 110px;
  margin-left: -55px;
  padding: 4px 0;
  background: #f7f7f7;
  color: gray;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.single-project .client-data h2 {
  margin-bottom: 11px;
  color: #ef8444;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}
.single-project .client-data p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}
.single-project .client-data .client-links {
  position: absolute;
  top: 22px;
  right: 22px;
}
.single-project .client-data .client-links a {
  display: block;
  float: left;
  width: 24px;
  height: 26px;
  margin-left: 6px;
  background: url(../img/p1-icons-24-social.png) top left no-repeat;
  text-indent: -9999px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.single-project .client-data .client-links a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.single-project .client-data .client-links a.client_profile {
  background-position: 0 0;
}
.single-project .client-data .client-links a.client_site {
  background-position: -24px 0;
}
.single-project .client-data .client-links a.client_facebook {
  background-position: -48px 0;
}
.single-project .client-data .client-links a.client_twitter {
  background-position: -72px 0;
}
.single-project .client-data .client-links a.client_youtube {
  background-position: -96px 0;
}
.single-project .sidebar {
  /* SINGLE PORTFOLIO -> SIDEBAR -> ICONE SERVIZI */

}
.single-project .sidebar .inner {
  padding: 0 44px 0 44px;
}
.single-project .sidebar a.back {
  margin: 4px 0 68px 0;
}
.single-project .sidebar p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 22px;
}
.single-project .sidebar h3:not(:first-of-type) {
  padding-top: 22px;
  border-top: 1px solid #cccccc;
  -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.7);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.7);
}
.single-project .sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 22px 0;
  zoom: 1;
  zoom: 1;
}
.single-project .sidebar ul:before,
.single-project .sidebar ul:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.single-project .sidebar ul:after {
  clear: both;
}
.single-project .sidebar ul li {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  margin: 0 5px 0 0;
}
.single-project .sidebar ul li img {
  width: 36px;
  height: auto;
  margin-bottom: 0;
}
.single-project .sidebar ul a.tooltip:hover:before {
  top: 42px;
}
/************************************************************************************
￼@HOME
*************************************************************************************/
.home #content-header {
  position: absolute;
  width: 100%;
  height: 290px;
}
.home #content-header .grid_12 {
  height: 8px;
}
.home .slider-main {
  margin-top: 44px;
}
.home .slider-main .shadow-side {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0;
}
.home .services {
  padding-bottom: 44px;
  zoom: 1;
  zoom: 1;
  /* HOME -> SERVIZI IMAGE */

  /* HOME -> CLIENTI SLIDER - fix per flexslider */

  /* HOME -> SERVIZI PROJECT TITLE */

  /* HOME -> TWITTER FEED */

}
.home .services:before,
.home .services:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.home .services:after {
  clear: both;
}
.home .services h2 {
  margin-bottom: 11px;
}
.home .services .icon {
  position: absolute;
  z-index: 10;
  display: block;
  width: 42px;
  height: 50px;
  right: 8%;
  background: url(../img/p1-icons-bubble.png) top left no-repeat;
}
.home .services #home-works .icon {
  background-position: 0 0;
}
.home .services #home-clients .icon {
  background-position: 0 -50px;
}
.home .services #home-tweets .icon {
  background-position: 0 -100px;
}
.home .services img {
  display: block;
  margin-bottom: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 11px;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.home .services .home-slider-clients {
  position: relative;
  z-index: 1;
}
.home .services .home-slider-clients .slides {
  position: relative;
  z-index: 2;
}
.home .services .home-slider-clients .slides li {
  display: none;
}
.home .services .home-slider-clients .slides li:first-child {
  display: list-item;
}
.home .services .home-slider-clients img {
  position: relative;
  z-index: 3;
}
.home .services .ribbon {
  position: relative;
}
.home .services .ribbon h4 {
  position: absolute;
  z-index: 10;
  left: -11px;
  bottom: 10px;
  padding: 9px 14px;
  height: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #333333;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4d4d4d), to(#333333));
  background-image: -moz-linear-gradient(top, #4d4d4d, #333333);
  background-image: -ms-linear-gradient(top, #4d4d4d, #333333);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(top, #4d4d4d, #333333);
  background-image: -o-linear-gradient(top, #4d4d4d, #333333);
  background-image: linear-gradient(top, #4d4d4d, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#333333', GradientType=0);
  border: thin solid #333333;
  color: #cccccc;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.home .services h6 {
  font-size: 14px;
  line-height: 18px;
  color: #808080;
  margin-bottom: 4px;
}
.home .services #home-works .content {
  margin-bottom: 11px;
}
.home .services #home-works .content h1,
.home .services #home-works .content h2,
.home .services #home-works .content h3,
.home .services #home-works .content h4,
.home .services #home-works .content h5,
.home .services #home-works .content h6 {
  display: none;
}
.home .services #home-works .content strong {
  font-weight: normal;
}
.home .services #home-tweets {
  position: relative;
  height: 374px;
}
.home .services #home-tweets .button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home .services #twitter-feed-home {
  max-height: 334px;
  overflow: hidden;
}
.home .services #twitter-feed-home ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home .services #twitter-feed-home ul li {
  position: relative;
  padding: 11px;
  margin-bottom: 11px;
  background: #e0e0e0;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #808080;
  -webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 2px rgba(255, 255, 255, 0.4);
}
.home .services #twitter-feed-home ul li .tweet-text {
  padding-top: 20px;
}
.home .services #twitter-feed-home ul li .tweet-date {
  position: absolute;
  top: 11px;
  font-weight: bold;
  color: #4d4d4d;
}
.home .services #twitter-feed-home ul li a {
  color: #0091cf;
}
/************************************************************************************
@SIDEBAR
*************************************************************************************/
.sidebar {
  padding-top: 44px;
  min-height: 425px;
}
.sidebar .inner {
  padding: 11px 44px;
}
/*
.sidebar.left {
  background: url(../img/sidebar-left.png) top right no-repeat;
}
.sidebar.right {
  background: url(../img/sidebar-right.png) top left no-repeat;
}
*/
.sidebar.right .inner {
  padding-right: 0;
}
.sidebar.left .inner {
  padding-left: 0;
}
.sidebar a {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/************************************************************************************
￼@FOOTER
*************************************************************************************/
#footer {
  background: #232323 url(../img/dvsup.png) top left repeat;
  margin: 0;
  padding: 0;
  /* FOOTER -> TYPOGRAPHY */

  /* FOOTER -> COPYRIGHT */

  /* FOOTER -> NEWSLETTER SIGNUP */

}
#footer:before {
  content: '';
  display: block;
  background: url(../img/shadow-top.png) top center no-repeat;
  padding-top: 44px;
  border-top: 1px solid #5a625f;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #a6a6a6;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
}
#footer h2 {
  margin-bottom: 10px;
}
#footer p,
#footer p strong {
  font-size: 14px;
  line-height: 21px;
  color: #858585;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.3);
}
#footer small {
  display: block;
  font-size: 11px;
  line-height: 13px;
  color: #858585;
}
#footer a {
  color: #749abc;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-decoration: none;
}
#footer a:hover {
  color: #90aec9;
  text-decoration: none;
}
#footer img {
  margin-top: 4px;
}
#footer hr {
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#footer #copyright {
  padding-top: 44px;
  padding-bottom: 44px;
  font-size: 12px;
  text-align: center;
  color: #666666;
}
#footer #copyright a {
  color: #666666;
  font-weight: bold;
}
#footer #copyright a:hover {
  color: #749abc;
  text-decoration: underline;
}
#footer form,
#footer fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
#footer form {
  margin-bottom: 11px;
}
#footer input {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 8px;
  font-size: 14px;
  line-height: 14px;
}
#footer input[type="text"],
#footer input[type="email"] {
  padding-left: 30px;
  margin-bottom: 6px;
  border: none;
  background: #e8e8e8;
  color: #444444;
}
#footer input[type="text"].placeholder,
#footer input[type="email"].placeholder {
  color: #999999;
}
#footer input[type="text"]:focus,
#footer input[type="email"]:focus {
  background: #f7f7f7;
}
/************************************************************************************
WIDGETS (SIDEBAR)
*************************************************************************************/
.widget {
  padding: 22px 0 27px;
  background: url(../img/hr.png) bottom left repeat-x;
  /* GENERIC LISTS */

  /* RECENT ENTRIES */

  /* RSS WIDGET */

  /* TAG CLOUD */

}
.widget:last-of-type {
  background: none;
  padding-bottom: 0;
}
.widget:not(.widget_nav_menu) ul {
  position: relative;
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.widget:not(.widget_nav_menu) ul li {
  padding: 6px 0;
  border-bottom: 1px solid #bbbbbb;
}
.widget:not(.widget_nav_menu) ul li:last-child {
  border-bottom: none;
}
.widget:not(.widget_nav_menu) ul li:first-child {
  padding-top: 0;
}
.widget:not(.widget_nav_menu) ul a:before {
  position: absolute;
  content: '►';
  display: block;
  font-size: 12px;
  line-height: 12px;
  left: 0;
  margin-top: 2px;
  color: #bbbbbb;
}
.widget:not(.widget_nav_menu) ul a {
  padding-right: 6px;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #777777;
  text-transform: uppercase;
}
.widget:not(.widget_nav_menu) ul a:hover {
  color: #f37327;
  padding-left: 6px;
  padding-right: 0;
  text-decoration: none;
}
.widget:not(.widget_nav_menu) ul a:hover:before {
  color: #f37327;
}
.widget.widget_recent_entries ul li {
  padding: 10px 0;
}
.widget.widget_recent_entries ul li a {
  text-transform: none;
}
.widget.widget_recent_entries ul li .date {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  color: #749abc;
  margin-bottom: 2px;
}
.widget.widget_recent_entries ul li .excerpt {
  font-size: 12px;
  line-height: 15px;
  color: #999999;
}
.widget.widget_rss ul,
.widget.widget_rss li {
  list-style-type: none;
  margin-left: 0;
}
.widget.widget_rss ul li::after {
  content: '';
  display: block;
  margin-bottom: 11px;
}
.widget.widget_rss .rss-date {
  display: block;
  padding: 3px 5px;
  margin: 3px 0;
  background: #f2f2f2;
  color: #999999;
}
.widget .tagcloud:before,
.widget .tagcloud:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.widget .tagcloud:after {
  clear: both;
}
.widget .tagcloud a {
  display: block;
  float: left;
  margin-bottom: 3px;
  font-size: 13px !important;
  line-height: 13px;
}
/* NAV MENU */
.widget_nav_menu ul {
  list-style-type: none;
  padding: 0 2px 0 0;
  margin: 0;
}
.widget_nav_menu ul li a {
  position: relative;
  display: block;
  padding: 11px 11px 11px 0;
  color: #5c5c5c;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid #f3f5f4;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #d3d9d6;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.widget_nav_menu ul li a img.wp-post-image {
  display: block;
  float: left;
  width: 30px;
  height: auto;
  margin: -4px 6px 0 0;
}
.widget_nav_menu ul li a:after {
  position: absolute;
  content: '';
  display: block;
  right: 11px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-image: url(../img/p1-icons-20.png);
  background-position: -100px -100px;
  background-repeat: no-repeat;
}
.widget_nav_menu ul li.active a,
.widget_nav_menu ul li a:hover {
  color: #424242;
  text-decoration: none;
  background: rgba(116, 154, 188, 0.2);
  padding-left: 14px;
}
.widget_nav_menu ul li.active a:after,
.widget_nav_menu ul li a:hover:after {
  border: 1px solid #cccccc;
  background-color: #e6e6e6;
  background-position: top left !important;
}
.widget_nav_menu ul li:first-child a {
  border-top: none;
}
.widget_nav_menu ul li:last-child a {
  border-bottom: none;
}
.widget_nav_menu ul li.current_page_item a {
  padding-left: 14px;
  background: rgba(49, 124, 191, 0.15);
  font-weight: bold;
}
.widget_nav_menu ul li.current_page_item a:after {
  border: 1px solid #cccccc;
  background-color: rgba(0, 47, 100, 0.3);
  background-position: -20px 0 !important;
}
.widget_nav_menu ul li.current_page_item a:hover {
  cursor: default;
}
/************************************************************************************
WIDGETS (FOOTER)
*************************************************************************************/
#footer .widget {
  padding: 22px 0;
  background: none;
  /* FOOTER: GENERIC LISTS */

  /* RECENT ENTRIES */

  /* FACEBOOK WALL */

  /* RSS WIDGET */

  /* NAV MENU */

}
#footer .widget:not(.widget_nav_menu) ul li {
  border-bottom: 1px solid #444444;
}
#footer .widget:not(.widget_nav_menu) ul a:before {
  color: #444444;
}
#footer .widget:not(.widget_nav_menu) ul a {
  color: #777777;
}
#footer .widget:not(.widget_nav_menu) ul a:hover {
  color: #f37327;
}
#footer .widget:not(.widget_nav_menu) ul a:hover:before {
  color: #f37327;
}
#footer .widget.widget_recent_entries ul li .date {
  color: #749abc;
}
#footer .widget.widget_recent_entries ul li .excerpt {
  color: #999999;
}
#footer .widget.widget_facebook_wall .fb-wall-media-link {
  float: none;
}
#footer .widget.widget_facebook_wall .fb-wall-picture {
  max-width: 80px;
  height: auto;
}
#footer .widget.widget_rss .rss-date {
  background: #f2f2f2;
  color: #999999;
}
#footer .widget.widget_nav_menu ul li a {
  color: #5c5c5c;
  border-top: 1px solid #f3f5f4;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #d3d9d6;
  border-bottom-color: rgba(0, 0, 0, 0.4);
}
#footer .widget.widget_nav_menu ul li img {
  margin-top: -4px;
}
#footer .widget.widget_nav_menu ul li a:hover {
  color: #424242;
  background: rgba(0, 0, 0, 0.3);
  padding-left: 14px;
}
#footer .widget.widget_nav_menu ul li a:hover:after {
  border: 1px solid #cccccc;
  background-color: #e6e6e6;
  background-position: top left !important;
}
#footer .widget.widget_nav_menu ul li:first-child a {
  border-top: none;
}
#footer .widget.widget_nav_menu ul li:last-child a {
  border-bottom: none;
}
/************************************************************************************
￼@404
*************************************************************************************/
.error404 #content {
  padding-bottom: 22px;
  border-bottom: none;
}
.error404 #title-404 {
  text-align: center;
  font-size: 200px;
  line-height: 200px;
  font-style: oblique;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.4);
  color: #bfbfbf;
  color: rgba(0, 0, 0, 0.3);
}
.error404 h2 {
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  color: #444444;
}
/************************************************************************************
￼@FIXES FOR IE
*************************************************************************************/
.ie7 #menu-mobile,
.ie8 #menu-mobile {
  display: none !important;
}
/************************************************************************************
￼MEDIA QUERIES
*************************************************************************************/
/* Desktops and laptops ----------- */
@media only screen and (max-width: 920px) {
  a#logo {
    display: block;
    float: none;
    clear: both;
    margin: 30px auto;
  }
  #lava {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
  #lava ul {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 0 11px;
    left: 50%;
    margin-left: -250px;
    zoom: 1;
    zoom: 1;
  }
  #lava ul:before,
  #lava ul:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  #lava ul:after {
    clear: both;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (max-width: 768px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #content-header .page-title {
    display: block;
    margin: 22px auto 11px;
    text-align: center;
  }
  #content-header .page-desc {
    display: block;
    float: none;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto 20px;
    width: 70%;
    text-align: center;
  }
  .widget_nav_menu ul li a {
    font-size: 13px;
  }
  #lava {
    overflow: hidden;
  }
  #content-header .page-icon {
    bottom: auto;
    top: 0;
    background-position: 0 -10px;
  }
  #slider {
    width: 90%;
    margin: 0 auto;
  }
  /* SIDEBAR MENU */
  .sidebar.right {
    padding: 22px 0;
    background: #D9D9D9;
    background: rgba(0, 0, 0, 0.06) url(../img/shadow-top.png) center top no-repeat;
  }
  aside.sidebar.left,
  #page-servizi .widget_nav_menu {
    padding: 0;
    min-height: 0;
    background: none;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: linear-gradient(top, #ffffff, #f0f0f0);
  }
  #page-servizi .sidebar {
    height: 300px;
  }
  #page-servizi .widget_nav_menu {
    position: relative;
    z-index: 10;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  }
  .widget_nav_menu ul {
    text-align: center;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 0;
  }
  .widget_nav_menu ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin-right: -1px;
    margin-bottom: -1px;
  }
  .widget_nav_menu ul li.current_page_item {
    border-color: #DAE5EF;
  }
  .widget_nav_menu ul li.current_page_item a,
  .widget_nav_menu ul li a:hover {
    padding-left: 22px;
  }
  .widget_nav_menu ul li.current_page_item a:after {
    display: none;
  }
  .widget_nav_menu ul li.current_page_item a:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -30px;
    border-width: 16px 10px;
    border-style: solid;
    border-color: #DAE5EF transparent transparent transparent;
  }
  .widget_nav_menu ul li a {
    padding: 11px 22px;
    font-size: 11px;
    border: none;
  }
  .widget_nav_menu ul li a:after {
    display: none;
  }
  .widget_nav_menu ul li a img.wp-post-image {
    float: none;
    margin: 0 auto;
  }
  #footer .widget {
    padding: 0 44px 44px;
  }
  .home #content-header {
    height: 220px;
  }
  .home .intro p {
    font-size: 15px;
    line-height: 22px;
  }
  .home .services .img-wrap h4 {
    padding: 7px 16px;
    font-size: 14px;
    bottom: 0;
  }
}
/* Mobile ----------- */
@media only screen and (max-width: 480px) {
  #logo {
    margin-bottom: 22px;
  }
  #lava {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 22px;
  }
  #lava ul {
    display: block;
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
  }
  #lava ul li,
  #lava ul a {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
  }
  #lava ul a {
    padding: 11px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  #lava ul li.current_page_item a,
  #lava ul a:hover {
    color: #ffffff !important;
    background: #004b8d !important;
    border-radius: 0;
  }
  #lava #box {
    display: none !important;
  }
  .js #lava ul {
    display: none;
  }
  .js #menu-mobile {
    display: block;
    width: 90%;
    margin: 0 auto 22px;
  }
  .hentry header {
    position: relative;
  }
  .hentry .entry-date {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  .hentry .entry-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hentry .entry-comments {
    top: 120px;
  }
  .hentry .entry-social {
    position: static;
    margin: 22px 0 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .hentry .button {
    position: relative;
  }
}
/* Not Mobile ----------- */
@media only screen and (min-width: 480px) {
  #menu-mobile {
    display: none;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}

/**
 * SLIDER CSS
 *
 * EDIT: 03/04/2017
 * @author Luca Rosaldi
 */
