/* ==|======================================================================

  Author: Chris Elliot, Tomahawk - Tourism Websites
  Styles For: Etrusco
  Date: 10/03/2014

========================================================================*/
/* ==| IMPORTED STYLES ==================================================== */
.highslide-container div {
  font-family: Verdana, Helvetica;
  font-size: 10pt;
}

.highslide-container table {
  background: none;
}

.highslide {
  outline: none;
  text-decoration: none;
}

.highslide img {
  border: 2px solid silver;
}

.highslide:hover img {
  border-color: gray;
}

.highslide-active-anchor img {
  visibility: hidden;
}

.highslide-gallery .highslide-active-anchor img {
  border-color: black;
  visibility: visible;
  cursor: default;
}

.highslide-image {
  border-width: 2px;
  border-style: solid;
  border-color: white;
  background: gray;
}

.highslide-wrapper, .highslide-outline {
  background: white;
}

.glossy-dark {
  background: #111;
}

.highslide-number {
  font-weight: bold;
  color: gray;
  font-size: .9em;
}

.highslide-caption {
  display: none;
  font-size: 1em;
  padding: 5px;
  /*background: white;*/
}

.highslide-heading {
  display: none;
  font-weight: bold;
  margin: 0.4em;
}

.highslide-dimming {
  position: absolute;
  background: black;
}

a.highslide-full-expand {
  background: url(../../graphics/highslide/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px;
}

.highslide-loading {
  display: block;
  color: black;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  border: 1px solid white;
  background-color: white;
  padding-left: 22px;
  background-image: url(../../graphics/highslide/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}

.highslide-move, .highslide-move * {
  cursor: move;
}

.highslide-viewport {
  display: none;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: none;
  left: 0;
  top: 0;
}

.highslide-overlay {
  display: none;
}

.hidden-container {
  display: none;
}

/* Example of a semitransparent, offset closebutton */
.closebutton {
  position: relative;
  top: -15px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../../graphics/highslide/close.png);
  /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
  width: 195px;
  height: 40px;
  background: url(../../graphics/highslide/controlbar-white.gif) 0 -90px no-repeat;
  margin: 20px 15px 10px 0;
}

.highslide-controls ul {
  position: relative;
  left: 15px;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: url(../../graphics/highslide/controlbar-white.gif) right -90px no-repeat;
}

.highslide-controls li {
  float: left;
  padding: 5px 0;
  margin: 0;
}

.highslide-controls a {
  background-image: url(../../graphics/highslide/controlbar-white.gif);
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  outline: none;
}

.highslide-controls a.disabled {
  cursor: default;
}

.highslide-controls a.disabled span {
  cursor: default;
}

.highslide-controls a span {
  /* hide the text for these graphic buttons */
  display: none;
  cursor: pointer;
}

/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
  background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
  background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
  background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
  background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
  background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
  background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
  background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
  background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
  background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
  background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
  background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
  background-position: -120px 0;
}

.highslide-controls .highslide-move a:hover {
  background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
  background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
  background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
  background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
  background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
  background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
  display: none;
}

.highslide-html {
  background-color: white;
}

.highslide-html-content {
  display: none;
  width: 400px;
  padding: 0 5px 5px 5px;
}

.highslide-header {
  padding-bottom: 5px;
}

.highslide-header ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.highslide-header ul li {
  display: inline;
  padding-left: 1em;
}

.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
  display: none;
}

.highslide-header a {
  font-weight: bold;
  color: gray;
  text-transform: uppercase;
  text-decoration: none;
}

.highslide-header a:hover {
  color: black;
}

.highslide-header .highslide-move a {
  cursor: move;
}

.highslide-footer {
  height: 16px;
}

.highslide-footer .highslide-resize {
  display: block;
  float: right;
  margin-top: 5px;
  height: 11px;
  width: 11px;
  background: url(../../graphics/highslide/resize.gif) no-repeat;
}

.highslide-footer .highslide-resize span {
  display: none;
}

.highslide-resize {
  cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/
/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
  height: 18px;
  border-bottom: 1px solid #dddddd;
}

.draggable-header .highslide-heading {
  position: absolute;
  margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
  cursor: move;
  display: block;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 0;
  width: 100%;
  z-index: 1;
}

.draggable-header .highslide-header .highslide-move * {
  display: none;
}

.draggable-header .highslide-header .highslide-close {
  position: relative;
  float: right;
  z-index: 2;
  padding: 0;
}

.draggable-header .highslide-header .highslide-close a {
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(../../graphics/highslide/closeX.png);
}

.draggable-header .highslide-header .highslide-close a:hover {
  background-position: 0 16px;
}

.draggable-header .highslide-header .highslide-close span {
  display: none;
}

.draggable-header .highslide-maincontent {
  padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
  height: 18px;
  border-bottom: 1px solid #dddddd;
}

.titlebar .highslide-heading {
  position: absolute;
  margin: 1px 0.4em;
  color: #666666;
}

.titlebar .highslide-header .highslide-move {
  cursor: move;
  display: block;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 0;
  width: 100%;
  z-index: 1;
}

.titlebar .highslide-header .highslide-move * {
  display: none;
}

.titlebar .highslide-header li {
  position: relative;
  top: 3px;
  z-index: 2;
  padding: 0 0 0 1em;
}

.titlebar .highslide-maincontent {
  padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
  display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
  background: white;
}

.wide-border .highslide-image {
  border-width: 10px;
}

.wide-border .highslide-caption {
  padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
  border: none;
}

.borderless .highslide-caption {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
  background: #444;
}

.outer-glow .highslide-image {
  border: 5px solid #444444;
}

.outer-glow .highslide-caption {
  border: 5px solid #444444;
  border-top: none;
  padding: 5px;
  background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
  background: white;
}

.colored-border .highslide-image {
  border: 2px solid green;
}

.colored-border .highslide-caption {
  border: 2px solid green;
  border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
  background: #111;
}

.dark .highslide-image {
  border-color: black black #202020 black;
  background: gray;
}

.dark .highslide-caption {
  color: white;
  background: #111;
}

.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
  background-image: url(graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
  position: absolute;
  padding: 1em 0 0 0;
  background: none;
  color: white;
  border: none;
  font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
  color: gray;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  cursor: default;
  padding: 0 0 0 22px;
  margin: 0;
  background: url(graphics/icon.gif) no-repeat 0 1px;
}

.controls-in-heading .highslide-controls {
  width: 105px;
  height: 20px;
  position: relative;
  margin: 0;
  top: -23px;
  left: 7px;
  background: none;
}

.controls-in-heading .highslide-controls ul {
  position: static;
  height: 20px;
  background: none;
}

.controls-in-heading .highslide-controls li {
  padding: 0;
}

.controls-in-heading .highslide-controls a {
  background-image: url(graphics/controlbar-white-small.gif);
  height: 20px;
  width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
  display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
  background-position: 0 0;
}

.controls-in-heading .highslide-controls .highslide-previous a:hover {
  background-position: 0 -20px;
}

.controls-in-heading .highslide-controls .highslide-previous a.disabled {
  background-position: 0 -40px !important;
}

.controls-in-heading .highslide-controls .highslide-play a {
  background-position: -20px 0;
}

.controls-in-heading .highslide-controls .highslide-play a:hover {
  background-position: -20px -20px;
}

.controls-in-heading .highslide-controls .highslide-play a.disabled {
  background-position: -20px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-pause a {
  background-position: -40px 0;
}

.controls-in-heading .highslide-controls .highslide-pause a:hover {
  background-position: -40px -20px;
}

.controls-in-heading .highslide-controls .highslide-next a {
  background-position: -60px 0;
}

.controls-in-heading .highslide-controls .highslide-next a:hover {
  background-position: -60px -20px;
}

.controls-in-heading .highslide-controls .highslide-next a.disabled {
  background-position: -60px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-full-expand a {
  background-position: -100px 0;
}

.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
  background-position: -100px -20px;
}

.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
  background-position: -100px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-close a {
  background-position: -120px 0;
}

.controls-in-heading .highslide-controls .highslide-close a:hover {
  background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/
.text-controls .highslide-controls {
  width: auto;
  height: auto;
  margin: 0;
  text-align: center;
  background: none;
}

.text-controls ul {
  position: static;
  background: none;
  height: auto;
  left: 0;
}

.text-controls .highslide-move {
  display: none;
}

.text-controls li {
  background-image: url(../../graphics/highslide/controlbar-text-buttons.png);
  background-position: right top !important;
  padding: 0;
  margin-left: 15px;
  display: block;
  width: auto;
}

.text-controls a {
  background: url(../../graphics/highslide/controlbar-text-buttons.png) no-repeat;
  background-position: left top !important;
  position: relative;
  left: -10px;
  display: block;
  width: auto;
  height: auto;
  text-decoration: none !important;
}

.text-controls a span {
  background: url(../../graphics/highslide/controlbar-text-buttons.png) no-repeat;
  margin: 1px 2px 1px 10px;
  display: block;
  min-width: 4em;
  height: 18px;
  line-height: 18px;
  padding: 1px 0 1px 18px;
  color: #333;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.text-controls .highslide-next {
  margin-right: 1em;
}

.text-controls .highslide-full-expand a span {
  min-width: 0;
  margin: 1px 0;
  padding: 1px 0 1px 10px;
}

.text-controls .highslide-close a span {
  min-width: 0;
}

.text-controls a:hover span {
  color: black;
}

.text-controls a.disabled span {
  color: #999;
}

.text-controls .highslide-previous span {
  background-position: 0 -40px;
}

.text-controls .highslide-previous a.disabled {
  background-position: left top !important;
}

.text-controls .highslide-previous a.disabled span {
  background-position: 0 -140px;
}

.text-controls .highslide-play span {
  background-position: 0 -60px;
}

.text-controls .highslide-play a.disabled {
  background-position: left top !important;
}

.text-controls .highslide-play a.disabled span {
  background-position: 0 -160px;
}

.text-controls .highslide-pause span {
  background-position: 0 -80px;
}

.text-controls .highslide-next span {
  background-position: 0 -100px;
}

.text-controls .highslide-next a.disabled {
  background-position: left top !important;
}

.text-controls .highslide-next a.disabled span {
  background-position: 0 -200px;
}

.text-controls .highslide-full-expand span {
  background: none;
}

.text-controls .highslide-full-expand a.disabled {
  background-position: left top !important;
}

.text-controls .highslide-close span {
  background-position: 0 -120px;
}

/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/
.highslide-thumbstrip {
  height: 100%;
}

.highslide-thumbstrip div {
  overflow: hidden;
}

.highslide-thumbstrip table {
  position: relative;
  padding: 0;
  border-collapse: collapse;
}

.highslide-thumbstrip td {
  padding: 1px;
  /*text-align: center;*/
}

.highslide-thumbstrip a {
  outline: none;
}

.highslide-thumbstrip img {
  display: block;
  border: 1px solid gray;
  margin: 0 auto;
}

.highslide-thumbstrip .highslide-active-anchor img {
  visibility: visible;
}

.highslide-thumbstrip .highslide-marker {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  /* change this to actual background color in highslide-ie6.css */
}

.highslide-thumbstrip-horizontal div {
  width: auto;
  /* width: 100% breaks in small strips in IE */
}

.highslide-thumbstrip-horizontal .highslide-scroll-up {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 25px;
  height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-up div {
  margin-bottom: 10px;
  cursor: pointer;
  background: url(../../graphics/highslide/scrollarrows.png) left center no-repeat;
  height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-down {
  display: none;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 25px;
  height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-down div {
  margin-bottom: 10px;
  cursor: pointer;
  background: url(../../graphics/highslide/scrollarrows.png) center right no-repeat;
  height: 42px;
}

.highslide-thumbstrip-horizontal table {
  margin: 2px 0 10px 0;
}

.highslide-viewport .highslide-thumbstrip-horizontal table {
  margin-left: 10px;
}

.highslide-thumbstrip-horizontal img {
  width: auto;
  height: 40px;
}

.highslide-thumbstrip-horizontal .highslide-marker {
  top: 47px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom: 6px solid gray;
}

.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
  margin-left: 10px;
}

.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
  border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical div {
  height: 100%;
}

.highslide-thumbstrip-vertical a {
  display: block;
}

.highslide-thumbstrip-vertical .highslide-scroll-up {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-up div {
  margin-left: 10px;
  cursor: pointer;
  background: url(../../graphics/highslide/scrollarrows.png) top center no-repeat;
  height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-down {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-down div {
  margin-left: 10px;
  cursor: pointer;
  background: url(../../graphics/highslide/scrollarrows.png) bottom center no-repeat;
  height: 25px;
}

.highslide-thumbstrip-vertical table {
  margin: 10px 0 0 10px;
}

.highslide-thumbstrip-vertical .highslide-marker {
  left: 0;
  margin-top: 8px;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left: 6px solid gray;
}

.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
  border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
  overflow: auto;
}

.highslide-thumbstrip-float ul {
  margin: 2px 0;
  padding: 0;
}

.highslide-thumbstrip-float li {
  display: block;
  height: 60px;
  margin: 0 2px;
  list-style: none;
  float: left;
}

.highslide-thumbstrip-float img {
  display: inline;
  border-color: silver;
}

.highslide-thumbstrip-float .highslide-active-anchor img {
  border-color: black;
}

.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
  display: none;
}

.highslide-thumbstrip-float .highslide-marker {
  display: none;
}

@font-face {
  font-family: 'sorts_mill_goudyregular';
  src: url("../fonts/sortsmillgoudy/GoudyStM-webfont.eot");
  src: url("../fonts/sortsmillgoudy/GoudyStM-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sortsmillgoudy/GoudyStM-webfont.woff") format("woff"), url("../fonts/sortsmillgoudy/GoudyStM-webfont.ttf") format("truetype"), url("../fonts/sortsmillgoudy/GoudyStM-webfont.svg#sorts_mill_goudyregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666666666666%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-4 {
    width: 33.33333333333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
  }

  .form-inline select.form-control {
    width: auto;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

.breadcrumb > .active {
  color: #999999;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  table.visible-xs.visible-sm {
    display: table;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  table.visible-xs.visible-md {
    display: table;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  table.visible-xs.visible-lg {
    display: table;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  table.visible-sm.visible-xs {
    display: table;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  table.visible-sm.visible-md {
    display: table;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  table.visible-sm.visible-lg {
    display: table;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  table.visible-md.visible-xs {
    display: table;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  table.visible-md.visible-sm {
    display: table;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  table.visible-md.visible-lg {
    display: table;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  table.visible-lg.visible-xs {
    display: table;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  table.visible-lg.visible-sm {
    display: table;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  table.visible-lg.visible-md {
    display: table;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider/flexslider-icon.eot");
  src: url("../fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider/flexslider-icon.woff") format("woff"), url("../fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  background-color: red;
  font-size: 0;
  text-decoration: none;
  display: block;
  width: 23px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.flex-direction-nav .flex-prev {
  left: -50px;
  background: url(../../graphics/arrow-left.png) no-repeat;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
  background: url(../../graphics/arrow-right.png) no-repeat;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}

.flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}

/* ==| PRIMARY STYLES ===================================================== */
html {
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.4em;
  font-family: "PT Sans", sans-serif;
  font-size: 62.5%;
  color: #222222;
  background-color: #fff8f0 !important;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4 {
  margin: 1em 0 0.5em 0;
  line-height: 1.3em;
  font-weight: 100;
  color: #ac2b28;
  font-family: "sorts_mill_goudyregular", georgia, sans-serif;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 2.2em;
  text-transform: uppercase;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

p {
  font-size: 1.3em;
  margin: 0.5em 0 1em 0;
  line-height: 1.5em;
}

a {
  color: #ac2b28;
}

a:hover {
  color: #222222;
}

button {
  border: none;
}

label {
  font-family: "sorts_mill_goudyregular", georgia, sans-serif;
  text-transform: uppercase;
  color: #ac2b28;
  font-size: 14px;
  font-weight: normal;
}

fieldset {
  padding: 2em 0;
  border: none;
}

iframe {
  border: 1px solid #cccccc !important;
}

/*----CONTAINERS------------*/
.fullwidth {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

#slideshow {
  position: relative;
  margin-bottom: 20px;
}

.twocol, .threecol {
  padding: 0 15px;
}

#contact-us .twocol {
  padding-left: 0;
}
.no-slides .content {
  padding-top: 50px;
}
.no-slides #mainheading {
  background: black !important;
}

/*----HEADER------------*/
#headertop {
  background-color: #ac2b28;
  height: 45px;
  border-bottom: 5px solid #7a1f1d;
  position: relative;
}

#headertop div {
  position: absolute;
  width: 55px;
  height: 45px;
}

#headertop div:nth-child(1) {
  left: 0;
  border-right: 1px solid #7a1f1d;
  text-align: center;
}

#mobnavtrigger {
  right: 0;
  border-left: 1px solid #7a1f1d;
}

#mobnavtrigger span {
  display: block;
  width: 30px;
  height: 5px;
  margin: 0 auto 3px auto;
  background-color: #7a1f1d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#mobnavtrigger span:nth-child(1) {
  margin-top: 9px;
}

#headertop .glyphicon {
  color: #7a1f1d;
  font-size: 2.5em;
  margin-top: 8px;
}

#headerbottom {
  text-align: center;
}

#headerbottom img {
  width: 193px;
  margin: 20px 0;
}

/*----NAV------------*/
header nav {
  position: absolute;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xMC8xNAwjIRUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAADUlEQVQImWNYo63xCQAEeAHyHDgzgAAAAABJRU5ErkJggg==');
  text-align: center;
  width: 100%;
  top: 45px;
  z-index: 200;
}

header nav ul {
  display: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: "sorts_mill_goudyregular", georgia, sans-serif;
}

header nav ul li a {
  color: #fff8f0;
  font-size: 2.1em;
  line-height: 2em;
}

header nav ul li a:hover {
  color: #fff8f0;
  text-decoration: none;
}

header nav ul li {
  position: relative;
}

header nav ul li i.arrowdown {
  position: absolute;
  right: 7px;
  top: 5px;
}

header nav ul li ul.subnav {
  background: black;
  margin: 0;
  display: none;
}

i.arrowdown {
  width: 35px;
  height: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAUCAYAAAAHpoRMAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xMC8xNAwjIRUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAABj0lEQVRIib2VT0sCQRjGH73scQk/ULcgjIXQkydB7A8dTIhQIZNAEiLpoEl9FQ9+oQ6vFPQaLm+HnYVlmnF3XHNhLu88z/P+dmZ2FsJUEqaFMIkwtUQEextMLdV3IUwlCNNcFUSYPoWpsSeQhuoX954XhEnw9zmH578b6rt5VsszAG96uQigCyDU6lOsltV/AqkCmGrVEEA3XrJmYrniEQpTbcdbU1O5eq+miCAp7BtEIkz1HYHULfn9WKMbOhbDSU6QU0tuJ6kzGdsG048wBVuCBMqvZ7Z1rS2gZwGqOIJULCDXJv2moKEhZC1MVYfDujZkDG2etMCBIexLmI5SfMeWr2awyZflDe8Mod/CVLboy2pe9/TSemXd+xfLlgWaLnDdGneYqNHYAnSYAjLO2qMgYvo1Wa/yRwAdrfoB4BnALYADbW4Ez+9mjXeDiYCeANxkUD7A8+9dot1hIqAZgIsNild4/pVrbNGdBIDnXwKYWGYn24AAcDjA5kM9StwnoTCN8uTlg4mAZgpmkjfrF9SHWiEzNqlAAAAAAElFTkSuQmCC');
  display: block;
}

/*--------------------------------------------------*/
#mainheading {
  text-transform: none;
  font-size: 2em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xMC8xNAwjIRUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAADUlEQVQImWMQFBR8BgABhAEaSa89JwAAAABJRU5ErkJggg==');
  color: #fff;
  text-align: center;
  line-height: 2em;
  border-right: 13px solid #ac2b28;
  border-left: 13px solid #ac2b28;
  position: absolute;
  top: 185px;
  left: 0;
  width: 100%;
  z-index: 100;
  margin: 0;
}

/*-------BUTTONS------------------*/
.btn {
  background-color: #ac2b28;
  color: #fff;
  text-transform: uppercase;
  font-family: "sorts_mill_goudyregular", georgia, sans-serif;
  margin: 1em 0;
  padding: 7px 15px 4px 15px;
}

.btn:hover {
  background-color: #7a1f1d;
  color: #fff;
}

.btn-arrow {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xMC8xNAwjIRUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAA4ElEQVQokZXTsWoCQRAG4P/MGwgHQp5A38MXCNiLjTbap7MUO0OCpQ8gvkC6VHYWKezSJpDqv+63+i3uAotyk7uFLRb2Y2dmZ2BxbbGw+GQb/21YpEVb/G2COgBGAH4A5AAOuBQTRMs2LPYtflUv2eKsPqS/g/ho8ZygRQxK1LP4maDnGJQot3hK0CYGJepa/EjQNgYlerC4T9CrxSyzHVYRl2IHYFydjp349v0vRCHhJqQ3i1mU9HuzpO/L+tLm45ZtWmNe3xri4Kb5ptE8DC1+J5cnbQZo1GTiVhVqNKJXfrycwypR9vsAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: 93% center;
  padding-right: 35px;
}

.btn-arrow-l {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAYAAAC58NwRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMkExNkYyNEE5OTkxMUUzOEQ2NDhBNkNEMEQ3OUYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMkExNkYyNUE5OTkxMUUzOEQ2NDhBNkNEMEQ3OUYwRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQyQTE2RjIyQTk5OTExRTM4RDY0OEE2Q0QwRDc5RjBEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQyQTE2RjIzQTk5OTExRTM4RDY0OEE2Q0QwRDc5RjBEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+yGTBBgAAAM9JREFUeNpi/P//PwNB8PNjEJCcB8QzGEAa8OIfH0KB+BUQ/wfiD0wETE4CkquAWBSInwNxKD6T06GmgvBdINYCOx+H4lwkxdeAWBomh01xA5LiS0AsgSyPrngSkuJzQCyKbiCy4ulIincBsRA254IUMgLxVCTFq4EYZ2CANBxFUjyfULyA4oGRgRQAddIUNCcx43YSdk8fxO1p1GCdSHywIjRVEh9xCE15xCcNhKYMtMSniV8DRFMSkqZnQOxKTAYKQs5AjCRk0flAPBMgwADNLX4RHRNVUwAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: 7% center;
  padding-left: 35px;
}
.book-btn {
  background-color:black;
  width:120px;
}
#headertop .book-btn {
  margin:0;
  position:absolute;
  left:50%;
  top:4px;
  margin-left:-60px;
}
.headerinfo .book-btn {
  margin:0;
  position:absolute;
  right:15px;
  top:15px;
}

.content img {
  border: 2px solid #ac2b28;
}

.content {
  margin-bottom: 30px;
}

/*------FOOTER----------------------------*/
#footertop {
  position: relative;
  height: 130px;
  padding-top: 10px;
}

#footertop .column {
  height: 118px;
  width: 49px;
  background: url('data:image/png;base64,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') no-repeat;
  position: absolute;
}

#footertop .column:nth-child(1) {
  left: 15px;
  top: 0;
}

#footertop .column.abs-right {
  right: 15px;
  top: 0;
}

#footertop ul {
  padding: 0;
  display: block;
  margin: auto;
  text-align: center;
  list-style-type: none;
  color: #ac2b28;
  font-size: 1.5em;
  line-height: 1.3em;
  font-family: "sorts_mill_goudyregular", georgia, sans-serif;
}

#footertop ul li:nth-child(5) {
  font-size: 1.4em;
}

#footertop ul li:nth-child(5) span {
  color: black;
}

#footertop ul li a:hover {
  text-decoration: none !important;
  color: #ac2b28 !important;
}

#footerbottom {
  background-color: black;
  text-align: center;
  color: #7a1f1d;
  font-size: 1.4em;
  font-family: "sorts_mill_goudyregular", georgia, sans-serif;
}

#credits {
  font-size: 0.7em;
}

#credits a:hover {
  color: #DD4343;
}

.motif {
  width: 106px;
  height: 71px;
  background: url("../../graphics/motif.png") no-repeat center center;
  margin: 10px auto;
}

#footphone, #footaddress {
  display: none;
}

.TA_excellent {
  margin: 0 auto 15px auto;
  width:150px;
}
.widEXC {
  margin: 0 !important;
}

/*------SOCIAL MEDIA--------------------------*/
#socialwrap {
  margin: 15px 0;
}

#socialwrap ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

#socialwrap ul li {
  display: inline;
}

#socialwrap ul li a {
  display: inline-block;
  width: 40px;
  height: 41px;
  margin: 2px;
}

.soc-tadvisor {
  background: url('data:image/png;base64,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') no-repeat center center;
}

.soc-gplus {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAApCAYAAAC2qTBFAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xMC8xNAwjIRUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAE3klEQVRYhb3Ya6gd1RUH8N89JD7RpEbFtr4StWbIxPohprYaH/VZfLRhREVFfId8UKwg+Cit0aB+0qg0olLqO4oZQUVQq3gFWzSgGB0cjQEl1i8+SaLxkRuPH/Y+ce71zMmcc2/8w3D2mb32Wv+ZWWvttfZQu902CPI0GcJsHIT9MTVe67AW76HAyqwoNw1iY6gfcpHQETgPJ2PXBsu+wLO4F//JivL7CSeXp8lf8A8c3FR5F5S4Ho9mRblFw1skl6fJdNyJE8ZBaiz+i4uyonynl1BPcnmanIL7BV+aaGzAxVlRPlwn0OpBbCGe3ErEYAc8lKfJtXUCXcnlaXIZlm4lUmOxOE+TRd0mfvJZ8zT5Mx7X461uJZyfFeW91RujyOVpsi/ewJSflVbAt5iTFWXRubGZXMxhL+LIPpWuEXJZHfbHjg11vYFDsqIcgUmViTP6IPY//BNv4aOsKD/vTORpsh22wzQsxm/HrL0NF2CnLnoPxiWivw+12215mrTwrvCUvfA9LsVy5Dg83n8EF2ZFuSFPkz3xEmZ0U5AV5VCeJh9gnxobH2PfrCi/7jj9/AbE4MqsKJfirgoxOBP3ROP/xymCDw2C3XEuP0bkhQ0WvY4leZpMxkld5s/K02RuJPi2sJd28G9MjxfhwabjhhpbF0ArT5NdcFwDcvfETXtHTO6lNOKZyvhILIkX/D2O59fomZunyYxJ+KPRgVGH1+LvVxipWXN0ZfxpZTzDaB88Xr3PdXBcC4c1IAbfQFaUG/FmjUyVwLRuAjGXNnkZh7UwqyG52ZXxYzUyQ5VxN7+E9/HrBvZmtfzopFvCxZXxXUZ/tg5ehzxNDhEK0vFgv5Zm1SwclafJAsiK8gucji8r8+txeZ4ms/GU+qBpiilDy2fN3KiZD3RwM27MinJ9niZ7CDmthSfwSwxj53ESA0PLZ81cO4Cyb7FC+LR3Z0X5DORp8oIQ/ROClpAa+sW2mCfkqW8q9z/vLj4QRlr4cJxKqgG1AC+PU18Ha1pYNU4lf4uViFidHIP7xssM77bwap+LXhG2n6OFLH8UfpOnyU6R4Hc4H/8aJ7kVLSG6muAtYTf5g+AKi4S3vgYrUeZp8vtIsI2FYt4bEMOdem4VDugh+LLQt24UclhdD7sRZ2dF+RjkaXIOHhiA2Cf4Vadkqu0dhU3+rKwoNwgO36u5noxH8jSZF/+vGIAYLMuKcqRDbqnRKaGKZ7Oi7ET0vBqZKlr4axwPsku0cUdHkawoPxYr2S6oRvOGhgZ2j79zBiC3LCvK1ZvJRVynexKt1l3LGhpYGfuShX0S+xpXdf5sJhdz1GVdFvwpT5O9o8xzwkP0wke4Edfid32Su7riQqO7+qwoH/LT6Noey/M0mRZlFmGu0BesFra/r4TjrVvi3ALhqKsfPI3bqze6HUdsi+eN7q4ILdtiPBhLprHrdhP22itwYJ/EVuKIrCjX9SQXDU3Bc8JbGIu20ON+KATIFOyF/fok1EGBY2JQjkLt+VyeJjvgUeF4dWthGKdlRflZt8nak6SYdE/FNfhugkltwk04to4YDc+E8zSZiVtx4gQQewlXZEW5xX2339P0Q3G54Pjb9EFoRIjGJVlRDjdd1Be5DvI0mYpjhdotFaLzF0Ivskk4ElstVDLDwhH/J/3a+QFyU4bcF43INAAAAABJRU5ErkJggg==') no-repeat center center;
}

.soc-twitter {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAApCAYAAAC2qTBFAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xMC8xNAwjIRUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAEmklEQVRYhb3YeazeUx7H8dfzoKMylAaxi7X35/4IhjQRQS0R2x+c0MYflI41lSCMRJhMGP4gIoKIWGOL5f4QTWeYVC0hmSFMJnM4iRJLY4+lhFKtxx/nuddzr2e9ve4n+SVPzvmec97Pb/lutUajYVBVZTEbR+EIDGNPbIENsBZfYQX+j+VYFmL6ctBzaoPAVWVxGC7ACdhogHPWYAluDjG9MKVwVVnsjZtx6ABAnfQ8FoeY3uhl2BWuKosN8Fdcjg2nAGxUa3EVrgkx/TwwXFUWszCCI6cQaqKewfwQ06p2k23hqrLYqrlwv98RbFSv4rgQ0+cTJ34DV5XFJngRf5oGsFH9B4eHmL5vHay3Mbzf9ILBXNwzcXAcXFUW5+Ck6SKaoFOqsljUOjD2WKuy2AZvYdMpPPBTvNz8PUd21t384zfYI8T0GePdw7VTDHYv/oZa85qL23vAbYa/42yaj7Uqi51wWocFA4cd+YM6K8T0Pn7AsfLrMrOPtQursthhDA6L5bjYTsfjRDyNfmLdapwRYloLIaZPQky3hphOwS74V4/1G+F8qI0MD9WxEtt1ML4uxHQZVGUxBxdiITbuYH9jiOniTic3o86DmN8FcCV2ro0MD83Fv7sYrsGhIaYxm6ostseVONP4d+gH7Bpi+rjLfqqymInXUHQxO6COed02wgwsq8rixNGBENOHIaZzsTseabF9oBdYc/1qXNbDbF5d/oq6qYG9QkxPtDnkgxDTApyFn3FHL7AWLcVHXebn1uV/30013d8PIaY7cVSI6ZV+yZrZyB14T05KH8a6FpM9ayPDQ19jVo+9fsJFuK1bijNZVWWxI+7DYS3DX9VGhof6TYUbuEXOwT6dIqiZOA+LMBtb+jUwrBsErquLWB81c8e/yEntmGojw0Nr9FcPrJYTwyVTCLVYdkdlG4bvN5Qrpa372GsmnqrK4lX5S7uu6RLWR+dhrw5zq+p4e8AND8Td6wtWlcXBXcBgRR09q6A2KieHNE5X95h/s46XWgb6/TiWVmWxtCqLzSZDVZXFQuPdRju9XJcr8lGoH/EP2a910xIsCjF9MwmwfXFrD7MGnq01Gg1VWbyAQ5oTK3G63Go4GjvJ8fUjOU97MMT0UpsN+wHbW74ZW/YwXR5iOmLU4d3VArejXOQcF2K6YjIQHcBOkKPA5n2Y30OzhqjKYgbewQ4tBqtxBW4KMa1rs0G/ULPll//8Ppd8gN1CTGtbC5xFuLON8X/lvP7JQeJqVRZb48+4VH93a1RnhJjuZXz1VZeTzgM7LHoXT8idgNdCTF9MgPmDnOHMk1sYxxqsE6V5/kEhpsY4uOYBc/A6Nuljo2/9WvzMwLYDgkzUd9g3xDQWFNq1I06Vc/zp1vwQ06OtA79pR4SYHpIzhOnUJRPBaN8rEWK63vQBXhxiuqHdRK/m4cm4G3/8HaC+xcIQ0+OdDNreuVGFmB7D/nhuisGWY79uYPSAgxDTCjmULUBaT6gkF0tHhpje6WU8aDe9jsPliv8YOe/vpS/wTzkkPT+IIx8IrlVN0H2a125yFJiFVfhaTmL/hzjZiu0X9T+Yj6N+s4EAAAAASUVORK5CYII=') no-repeat center center;
}

.soc-facebook {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAApCAYAAAC2qTBFAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xMC8xNAwjIRUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAADYUlEQVRYhcXYS4gcRRjA8d+2a3YD4gthoyIkqJDWjhBQIxjEB3oQAkr7OIhGQ5SIiKJHg4lirhoQ8bDZoCbgwbQQvHiRGIKwBtFEGhqjq9EcRNFlV8UYHxkPPb0ZZ2d2u3tmnT/0oWuqvvoz1V391TfUaDTUIYnCEazDNbgC5zevmeY1haM4HKfZH3XmGKoil0Th2diAjbgdy0sMO4kP8Abei9Psz77KJVF4Fh7ENqwsG7wDJ7ADu+I0+6dnuSQK12AC1/Ug1c4n2Byn2dGFOgWLiD2Cw30Wg2vxcRKFmxbq1FUuicLt2I3R/nrNMYKJJApf6taho1wShS/Kn6//g+e6Cc575ppLubvGJKfxlfztbOVSXFRi/GNxmo13lUuiMJI/rCMVxXbglTjNfm7/IYnCnXiqRIxTuD5Os8+LhrllbW4Xb9UQezZOs62dxCoygr1JFA7Pk8OjWFsx4DfY2aNUK2uwpbgJIInCZXi+RrD34zQ73Sexgq1JFI5C8Rc+gItrBPqxvSGJwkvkK/ArxnBVxZhj8q/ReCG34GZYkXv1vtSbMB4kUXgZ1vfuNMdQH2LckEThygC39iHYUnDLMG6sOOhtFGnPkQ6/T2F/+0Q4t+I864f2Xb36kGrLOhqn2amynZMoDDCLcyrKTQbyLLY0VcSarFZdDC4PcF6FAbM1JllXYwxcECiXahdU/deoLzc8jL+d2YwXo5FE4c0t98fjNDve2iGJwhVY0dJU9YU7Y4dfcGHJ/mM40HL/Ara39dmiP7ngTIDv+hBoKTgR4ItBW3ThWIDJQVt0YTLAh4O26MKBIE6zI/h60CZtfItPi0x4zyBNOrA3TrNGIfc6ahVbloC/8BrNND1Osx+wa5BGLYzHafY9/z3gbMP0YHzmmNGygc/JxWk2jScGYdTCk3Ga/VTcdDrxTyh/pnhTXndr5WF5/a4qe+I0e6i1odMH/3Gskmevi7Gxpkg7h7C5vXFeIadZebwbB/swaRk+woZOFc+OVaY4zWZxJ/Ytsdi7uKM53zy61ufiNPsd9+Fp8ytHvXISz+Ce5jwdKVsTXoWXcVcfxPbLiz9Ti3WsWk1fK99u7lft0PIb3sGrcZp9VnZQJbmCJAqX4ybchghXyrPpZfIz7TS+RCrPnA8utHzd+BfE4/er1dWiNgAAAABJRU5ErkJggg==') no-repeat center center;
}

.instagram {
  width: 105px;
  height: 25px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAAZCAYAAAAyoAD7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xMC8xNAwjIRUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAIVklEQVRoge2afbDWRRXHP5dXgUEKBAqQ4UXFlQVuUDThyOAEM0bljdZMzRSYBKYpw/5Qh8oAm4kpLTEy6Q0Uh0LZoaTIzIQpSogXkTZWGUIQBKGMwCtcfOH2xznbszz8ngvce4E7jt+ZZ3Z/Z8++nj1nz9l9qurr6/HW9AY+ALTh9PG8C/H5SoXemg7AWGCrC/GFRrRfEd6a1sBHgC0uxP80Z9stCVVLB19aAzwKtGtCO3e5EO8uJ3prRgKPAX2VdI0L0Tehn/L2hwLPAW8A41yIf2qutlsSWgF3cHoCOgbs1N+rSpvhrWmVM3lrrgBWAWuA15V8YVMGW4CumrYDWjdz2y0GrYCOp1lnsQuxnwuxH3Cp0s4Dzk8M3pr3INq5F5gEvNX0oRaiKssfOUN9nHM05gx6O8tXWvzpwPuAqS7Ew96aRnRTGd6a9cBFQNuMPM9bsw84BMxzIf6lWTs9h2h1cpYGUVVO8NZUAZP18/Emtl8JbwM7gP9mtEuAEYgj0bagTqPhrWnW9k4XJ9OknYjZqgU+AXwImOCteS9QD/QsqDMAOXtecSG+UtSot2YKcBlwnwtxh7emHXAn0Bv4kQtxU8bbBZgHjAHucCEudiF+WMumA99X1qEuxB1ZvWpgLiK83wJLgCuBR1yIWzK+wcBCoA+wCFgPDAYWuhBf9NZcBXhvzToX4pgK8+kMzAEuBzYC9wIfBVa5EDcrz1RgOPAg8A/gx8B+YLYLsdZbUwNcq/3+IW+/ISE9ATgX4mH9nu2tmQ18A7i6gXqdNT3UAM8o4GZEG+7TgU/SsknemkEuxBf1+37gRs03ZDePpYy3pifwFNANOKr1r0fO32pgvPL1AFYC3RHtnK7ttAe66PckrTfcW3MXstC9gdtciKtTl8A4zQ8DrtF12IeYfRANvxk5OzdoHqDOWzNT59kXuMFbM8KFuDHNJzd3DyHSBXFpJ2cCSvgm8HfNPwnMKlisCBwAep2KmfDWjEEWYoWS2iKLkDBa06M6xkrIN8VXEQG9jJxdQ7OyN7L81xEB7UE0rpoTvcS1mnZG5lsDfBC4Ssc/jpKApunYd+t3XYWxTsnyvRAN7JvRzs+ZcyEtBJZrfpMLcW95yy7EekTDADa7EGcW8BzVwXZCdtTJ8DVgF/DFjFab5ddo+mdE8yrhWJZ3mj7gQtztQtwK/E5pR+H/Z+cNSpvjQtyuZnA1x+NpTSch65U2w3OaXqfpsy7E+S7EPYh5roQklBQvtgEmIBtqj9KOU45yxyHtsoY0IJW9WYnBhfioDuRkrvcA5DZiFsc7IfmC79R0LLDKW9O9Qp+HAPS8HKjk3MN7SdPkqvdDtA3EKpT3l/ApRDApKE+7PJmjkZquzOqkG5iDBUMdjwjkJ/rdCdHEhymtaa7tJwhpM+IQDPPWXFTeupqvmrJBFsKF+IwL8TH97FyBrQYJiB8po6cF7wPcCnwSOdAvB9Z4a5KdT4ucCzV3Zl7O8nnoAPD+LP/PLJ/WpE4dmimIM/M6JZP0JiWt7qPpHkpI46nnRHQCllESYG/EUVlewHvcgABQb2yF0pdki4G3pj0i/f5A4jtVlG+GdMPRF/iFmsjzsvI0uW8BS1yIv0E0aQuiffO9NW0omZrc9nfJ8rkm96gwhiMuxCK+OiSU6AB8V2nphmOfCzEJPVmAdPtS1Fc5VgPprnEEYoLXUdKg4xy6ojjpVuTgHw5s89Ys9dYsALYjHkk9GqSeZCANIb/l+LWmuZBqvTVXIqbmTgAX4kFgppaPBm6nJJyOuolAQoWEvM3hmiZznXZyh+Tg6DmVnIwuiBme4UJMAkibp0PWbirrmtGGFMwzv3oLyEZP9KAbJWl+Vx3PbG/NwBOE5ELcjpiVzYhqOmAicuDtR9zyxgap5d7OW8BfC8rGAj9HFqm/t+YSpSeb3QXx4L6Q1RnkrbkAcbUPKC3FU9WAVVo6r/KzrVrT0ZTM4FRkMR/M+LZq2k1NMZR2/xDtqwr4tNJ6e2ta6zXZx7J2dukZuk+/t2uazO5lml4LHC28cXAhRuTpYiwwA9nBnwUGuBCXFdU5RSSPMU1sQ6aRuymdG79EDvrFwB+Bjd6a+ZQC13okRFhLyct6CHEUHqZ0xs301kzU70WI1zjCW3MjEuhuU757vTXjgfmUFu4g8Dn1aAHQJ5n1+nm7xjfJvF7nrXFIIFsHbEI0aTrwM0paXedCfE3zaS1Tn+kImaptt3ch7s5tX39vzSaOxwb9JbTVXZGQ296iQxJvTW4G1mm6GvgM8Gwq0Kh7CeIWLwc+j2jO08DHKcUWW4EvZVH5LTq5auRW4duIBRiJaNICpU8DngF+gAjse4igngSuQALsHyLe20TkLCy6MbkJ+D3wZcR5GIVo/E3AUp1jDeIM/Aq4R/nnIi8OeXjxFe0/CX6Z/iYo7/Ug70lPIVcYTcEBF2LXogJvzShkhz/uQqzJ6N2BWhfikYxWBfQsXxzdGL2U/yXKoE5ED41REq0VckPxat6eOkMd1ayjHtwQRJNvQxYHYK4LcXqFObUHLga2uRDrlHYxUO9C3JbxdUPM6guIgzFI57CrqN2s3kDgoAvx3yBCGolIr1dDFRvAYeAWF+LiCh3OQEzlWBfivxrZxxmFbo4HEG19AollKgrpbKONC/Fv3poLEX+9MQ9ne9WFroSfAt8pc3NbGuYg5nAyYrbHU3qoPOdoA+BCPIZczTQ7XIj7z0S7zQVvzdWIOz/fhbjAWzNNi2obqHZW0dT3pHcCZgGvofEYcIGmW4vZzz7eFZI4FytciOkBcRjiVa6sXOXsojHP5+80rAWMepsWcZ/vaUl/EXtXkyS+2Y2cyYuAu5GHzRaD/wFbcLtSu0WwLgAAAABJRU5ErkJggg==') no-repeat center center;
  margin: 5px auto;
  display: block;
}

/*------TESTIMONIALS--------------------------*/
#testimonials {
  position: relative;
  margin-top: 30px;
}

#testimonials ul {
  list-style-type: none;
  font-size: 2em;
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  font-family: "sorts_mill_goudyregular", georgia, sans-serif;
}

#testimonials ul li {
  border-bottom: 1px dotted #ac2b28;
  margin-bottom: 15px;
}

#testimonials ul li div:nth-child(2) {
  text-align: right;
}

#testimonials ul li span {
  font-size: 0.65em;
  color: #ac2b28;
}

.quotes {
  width: 100px;
  height: 100px;
  position: absolute;
  display: none;
}

.qtop {
  top: 0;
  left: 15px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2JJREFUeNrsnV9u2kAQxpeV38MReIzUB3yDmBPUD3kPnCDhBKgnoDkB5L1S0xPEnKDuQ6S81bmBb9DuSoNkVQkBe2Z3yn6ftCJCyJnhN392B+IYA0HQ+xrFNuDbp8uxe8jdmtDymrrlnzfXzy+zc3rDnb97X3N66qLz8zKLBKB068qtogPhLOX87fqaf/DycRYYwg0ZZs4cQkG+lvtMP1ZZABB3bt2eath/CmLuHlZDsj4DCLaytOYov5lQum7OvTeQrxPyla0MZ8xZsaLMMAnAmFNWsFaAjMm4nCIlTwSG93Uuce2MCcZTIr1iTL6KBZ5lSNufgKEACMHYJFKigsDoDaTTMwAjNpBOz0hF30NuVmyPaNmk0DPI37UJPOo5NUNS2tqWMc5U9kQDy4T6RpQeabUbGEnRyrLVbmCkUhWtEtgjDCwSK1XrmDYcMzpZBbSncaty69Wt2q028Pvhm/gk0O9qyccd+e1XPVJwGveGbd16uH5+qSNnx+8ApdkH3L3z9bFPhkhnhzdq4YxrTXzdCcNoyNfq0ItGH/SOJ8GsWDrjtop6h2R2HB14WYTs8EbNYpanN1QKwtg6XxeDdln00aTUyEAbDK9bDTAObXulDFxog0HDUolxkPdzyXUOkTh3PGrpGQGDrx0MhE6q3Hvxtk+0BOwf3PrStxK8lSGfBQz0++5G6ZhkLBB8XzlHJ4UmA4V1JRR8LQuQzjezuXcarVIgEuVqUPDZAAbeayRBW3t1wWeFU7jW2DsEg+/H0AtY4f7xYPSKO/ja9waGvYDQ7Ir97KEYSK7RVytoYKO1XAn1jx03kCmzgZXi7JgIXLPSniE7xUAKrdVAEkitGMhUq6+2cyBklcIRu2TJ+sUKxPDPczT3D9XVwErVVK0kaIdltPq7B3LBbOBrSjsszvJspc4gCQFhHZxaIadTAlJLAMk1R01KEtllKd/ycg8VdxJAIC0ZInEohIZlSGqHQm5/G24gqSkHEAhAAAQCEACBxDUS/kspjlM/672Fnb9/FPOYIUNQsiAAARAIQAAEAhAAgQAEQCAAgQAEQCAAARAIQAAEAhAAgQAEAhAAgQAEQCAAARAIQAAEAhAIQAAEAhAAgQAEQCAAARAIQKB/5f+Pob/7W5WQz5p9xZ34IOig/gowAOQj7lahxwuAAAAAAElFTkSuQmCC') no-repeat center center;
}

.qbottom {
  bottom: 0;
  right: 15px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3pJREFUeNrsncFt4kAUhmHkAtxBfIyUw9IBdgXLSrknVJBQwYoKFioIuefAVrCmA+cQKUeX4HSQGWWsjdjAYvs9+xfz/5KDIsgw4++9/82MITYjCkqGpwBL46ery4l9/IXaweuX10yyPTveP8A8FpH9EdsjDSgIkcca07JYQygCIRCKQAiEIhACoQiEQCgCoQiEQCgCIRCKQAiEIhACoQiEIhACoQiEQCgCIRCKQAiEIhCKQAiEIhACoQiEQCgCIRCKQKh9jSUbe7q6TO2D6PfAr19ex6gnz3/nPRVsMmOG0LIoAiEQikAI5Eslwu0VBIIFpAI/f6n0eGlZQLJrroJAztyypsLt7YBX6RMNe2aGtFesMYGRBiIdNSUwkESjUQMeNSEBkc0QBU9FB3Ih3N6bdIaIp7CdBoaUIbk0kIlGCoe0KJQG8i0Uu9KwZ7coRM+QZ+DsUHMDIxQxiZangmoKDWSk8++7kWtIquUGBjRiSuupkDu9Sm4gniGzgOxKeqyuoOdiQGzEzBRW6MgF/UYz+CQy5LvCoLfAdiU9w9qJAbEddJlxq1A/UNcgd9rB1zVD7gPKDq3gK0SA+A5qRAzqRal7hVr5z+TFgHWwshGzBcyORCn4fosA8Xs5P0Oxq9HHTdPEr/V8FXymBQzXsQelga8Bs+NWY+1xKPhMy2jRuBhV7Bc4ABiTvoPPNOzgg8JMAzI7PAytex7mh6b2UUObmil1sEKqH96mNOpGreWhJ6ITOpd6GIniOVgjbCb2EHh1Mc8bA/F7VG6qlyqfBwdiBWBPN96OY+W3Wx57MvJRMfEZ4I6p/z3u6Xz0mh0+4+sxX/iAS3p6e1c7NkeB+I4NdcPecoDsGPLmxMv/vWDoj5IuUC9Eaaw7jtUOBCBbxG0SxTo5P+WFBr2DZ6L5qU5g0Dt4JlZ1shMMAWQVkFUVTZ2gbyBu2rcIqW40dQLTc7T8CKhuZG02S02PMLKA6sa87c61IQwVGJu2fxwRhmjNyLpe09EEsrGdC2WtUXSxKW3LqmcXocBYSWSGVobkHkYZAIjSjzWXbDQS7NwikAWfc4C1X+CK18ZIAMSyy6yCILoDqa9/P0qnK6jcGB9HH3tS6rPFqEGnXNHaBWBLpR/vri8I+0Cq0d/PmLqT/vYJQoX2WSmhiK8z/fkTBHcUAS1gqaHWIVQHvQswAItbIdr3UlOkAAAAAElFTkSuQmCC') no-repeat center center;
}

ul#supersized {
  display: none;
}

.headerinfo {
  display: none;
}

#gallery {
  list-style-type: none;
  padding: 0;
}

#gallery li {
  float: left;
  margin: 10px;
}

.highslide img:hover {
  border-color: black;
}

.error-message {
  color: red;
}

#anti-spam {
  border: none;
}

/*------MENUS-----------------------------*/
#menuwrap {
  margin-top: 30px;
}

#menu-nav {
  font-size: 1.7em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 30px;
}

#menu-nav li {
  border-bottom: 1px dotted #222222;
  padding: 10px 0;
}

#menu-nav li:nth-child(1) {
  border-top: 1px dotted #222222;
}

#menu-nav li a:hover {
  text-decoration: none;
}

.menu-category {
  padding: 0;
  list-style-type: none;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 30px;
  clear: both;
}

.menu-category li {
  margin-bottom: 15px;
}

.menu-category li .row div {
  padding: 0 10px;
}

.menu-category h2 {
  margin: 0;
  font-size: 1.3em;
  text-transform: uppercase;
}

.menu-category h3 {
  margin: 0;
  font-size: 1.1em;
  color: #222222;
  text-transform: uppercase;
}

.menu-category h4 {
  margin: 0;
  font-size: 0.8em;
  text-align: right;
}

h3.menu-item-name {
  text-transform: none;
  color: #ac2b28;
}

.menu-item-price {
  text-align: right;
}

/*-------INSTAGRAM-------------------------------*/
#insta-heading {
  text-align: center;
  margin-bottom: 20px;
}

#insta-heading span {
  font-weight: bold;
}

.instagram-photos {
  max-width: 800px;
  margin: auto;
}

.instagram-photos ul {
  list-style-type: none;
  padding: 0;
}

.instagram-photos ul li {
  float: left;
  margin: 0 10px 10px 0;
}

.instagram-photos ul li img {
  border: none;
}

.older {
  margin-right: 10px;
}

.widCOE {
  margin:0 !important;
}

/*----LARGE PHONE----*/
@media screen and (min-width: 450px) {
  #logo img {
    width: 220px;
  }

  #mainheading {
    top: 200px;
    font-size: 2.2em;
  }
}
/*----TABLET----*/
@media screen and (min-width: 768px) {

  .ta-wrap {
    width:340px;
    margin:auto;
  }
  .TA_excellent {
    float:left;
    margin-top:10px;
  }
  .TA_certificateOfExcellence {
    float:right;
  }
  #footerbottom .backtop {
    display: none !important;
  }

  #footerbottom .container {
    position: relative;
  }

  #credits {
    text-align: right;
  }

  .motifwrap {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 106px;
    height: 71px;
  }

  .headerinfo {
    display: block;
    color: #ac2b28;
    padding-top: 60px;
  }

  .headerinfo a {
    color: #ac2b28;
  }

  .headerinfo ul {
    list-style-type: none;
    font-size: 1.5em;
    padding: 0;
    font-family: "sorts_mill_goudyregular", georgia, sans-serif;
    line-height: 1.6em;
    margin: 0;
  }

  .headerinfo span {
    font-size: 1.5em;
  }

  #headerbottom .row div:nth-child(1) {
    text-align: left;
  }

  #headerbottom .row div:nth-child(3) {
    text-align: right;
  }

  .twocol {
    width: 50%;
    float: left;
  }

  .threecol {
    width: 33%;
    float: left;
  }
}
/*----LAPTOP----*/
@media screen and (min-width: 992px) {
  
  /*.ta-wrap {
    width:340px;
    margin:auto;
  }
  .TA_excellent {
    float:left;
    margin-top:10px;
  }
  .TA_certificateOfExcellence {
    float:right;
  }*/
  #socialwrap ul {
    text-align: right;
  }
  .no-slides {
    position: relative !important;
    top:0 !important;
    margin-top: 0 !important;
  }
  .no-slides #mainheading {
    margin-top: 0;
    background: black !important;
  }
  .no-slides .content {
    padding-top:0;
  }

  #footphone, #footaddress {
    display: block;
  }

  #footerbottom {
    height:220px;
  }

  footer {
    position: fixed;
    bottom: 0;
  }

  #footertop {
    display: none;
  }

  #footaddress ul {
    list-style-type: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.4em;
    color: #ac2b28;
    margin-bottom:10px;
  }

  #footphone {
    text-align: left;
    color: #fff;
    font-size: 1.6em;
    margin-top: 20px;
  }

  #footphone span {
    color: #7a1f1d;
  }

  #credits span {
    color: #fff;
    text-transform: none;
  }

  #mainheading {
    position: relative;
    margin-top: -46px;
    top: 0;
    height: 46px;
    font-size: 2.4em;
    margin-bottom: 20px;
  }

  #slideshow {
    display: none;
  }

  .scrollable {
    position: absolute;
    top: 100%;
    margin-top: -220px;
    padding-bottom: 220px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMy8xMC8xNAwjIRUAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAADUlEQVQImWP4/+PDMwAJrwPO4PkuMQAAAABJRU5ErkJggg==');
  }

  /*
  
  	Supersized - Fullscreen Slideshow jQuery Plugin
  	Version : 3.2.7
  	Site	: www.buildinternet.com/project/supersized
  	
  	Author	: Sam Dunn
  	Company : One Mighty Roar (www.onemightyroar.com)
  	License : MIT License / GPL License
  	
  */
  * {
    margin: 0;
    padding: 0;
  }

  body {
    background: #111;
    height: 100%;
  }

  img {
    border: none;
  }

  #supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    /*background: url(../img/progress.gif) no-repeat center center;*/
  }

  #supersized {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
  }

  #supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none;
  }

  #supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
  }

  /*Speed*/
  #supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
  }

  /*Quality*/
  #supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
  }

  #supersized a {
    width: 100%;
    height: 100%;
    display: block;
  }

  #supersized li.prevslide {
    z-index: -20;
  }

  #supersized li.activeslide {
    z-index: -10;
  }

  #supersized li.image-loading {
    /*background: #111111 url(../img/progress.gif) no-repeat center center;*/
    width: 100%;
    height: 100%;
  }

  #supersized li.image-loading img {
    visibility: hidden;
  }

  #supersized li.prevslide img, #supersized li.activeslide img {
    display: inline;
  }

  ul#supersized {
    padding: 0 !important;
    display: block;
  }

  #headertop {
    background-color: #7a1f1d;
    height: 38px;
    border-bottom: none;
    position: fixed;
    width: 100%;
    z-index: 300;
  }

  #headertop div {
    display: none;
  }

  #headerbottom {
    background-color: #ac2b28;
    background-image: url("../../graphics/motif-opaque.png");
    background-repeat: no-repeat;
    background-position: 10% 20px;
    padding-top: 38px;
  }

  #headerbottom .container {
    background-image: url("../../graphics/motif-opaque.png");
    background-repeat: no-repeat;
    background-position: right -50px;
  }

  #logo img {
    display: none;
  }

  #logo {
    background: url("../../graphics/logo-white.png");
    width: 227px;
    height: 118px;
    display: inline-block;
    margin: 10px 0;
  }

  .quotes {
    display: block;
  }

  #testimonials ul {
    margin: 0 130px;
  }

  /*----NAV------------*/
  header nav {
    position: relative;
    background: none;
    width: 100%;
    top: 0;
    max-width: 1100px;
    margin: auto;
    padding-top: 8px;
  }

  header nav ul {
    display: block !important;
  }

  header nav ul li {
    display: inline;
    padding: 0 25px;
  }

  header nav ul li a {
    font-size: 1.3em;
    line-height: 2em;
    border-bottom: 5px solid #7a1f1d;
    padding-bottom: 3px;
  }

  header nav ul li i.arrowdown {
    display: none;
  }

  header nav ul li ul.subnav {
    background: #7a1f1d;
    margin: 0;
    position: absolute;
    text-align: left;
    width: 200px;
    top: 15px;
    left: 0;
    padding-top: 10px;
    display: none !important;
  }

  header nav ul li:hover > ul.subnav {
    display: block !important;
  }

  header nav ul li ul.subnav li {
    display: block;
  }

  header nav ul li ul.subnav li a {
    border: none;
    line-height: 2.6em;
  }

  header nav ul li a:hover {
    color: #DD4343;
  }

  .active {
    border-bottom: 5px solid black;
  }

  /*------------------------------------------------*/
  .headerinfo {
    color: #fff8f0;
  }

  .headerinfo a {
    color: #fff8f0;
  }
}
/*----DESKTOP----*/
@media screen and (min-width: 1200px) {
  .instawrap {
    background: url("../../graphics/columns-lg.png") no-repeat bottom;
  }
}
