/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=d942a8a0d94d5516dc1c)
 * Config saved to config.json and https://gist.github.com/d942a8a0d94d5516dc1c
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* @import url("//fonts.googleapis.com/css?family=Montserrat:400,500,700"); */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
html ,body { height: 100%; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}
abbr[title] {
  border-bottom: 1px dotted;
  }
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
	font-family: inherit;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2c3e50;
  background-color: #fff;
  background-position: center 200px;
  background-repeat: repeat-x;
}
@media (max-width: 991px) {
	body { background-position: center 300px; }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2c3e50;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #EA322F;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 20px; margin-bottom: 8px;
}
.h1 { text-transform: uppercase; line-height: 1.8; font-weight: normal; }
h2,
.h2 {
  font-size: 18px; margin-bottom: 8px;
}
.h2 { text-transform: uppercase; line-height: 1.6; font-weight: normal; }
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  line-height: 1;
  background-color: #2C3E50;
  padding: 10px 0px;
  color: #fff;
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-justify {
  text-align: justify;
}
.nowrap {
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #D21815;
}
a.text-danger:hover {
  color: #8D0F0F;
}
.text-normal {
  font-family: Arial,Verdana,sans-serif;
  font-weight: normal;
  line-height: 1.7;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 86px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 107px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.blogPage h1, .blogPage h2, .blogPage h3, .blogPage h4, .blogPage h5, .blogPage h6{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	position: relative;
}
.blogPage h3 { font-size: 17px; margin-bottom: 7px; } .blogPage h3.noBotMargin {margin-bottom: 0px;}
.blogPage h4 {margin-bottom: 8px;} .blogPage h4.noBotMargin {margin-bottom: 0px;}
.blogPage p, .blogPage ul li { font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.blogPage ul li  {width: 90%;}
.blogPage p a, .blogPage ul li a{ text-decoration:underline; }
.blogPage .noUnder a { text-decoration:none; }
.blogPage img { margin: 20px auto; }
.blogPage a.btn {font-weight: bolder; }
.blogPage img:first-child { margin-top: 0px; }
.blogPage > div {position: relative;}
.blogPage .caption { position: absolute; left: 0; bottom: -14px; width: 100%; text-align: center; font-size: 11px; }
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.mainContainer {
  background-color: #fff;
}
.mainContainerFooter {
  background-color: #fff;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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-qu, .col-sm-qu, .col-md-qu, .col-lg-qu, .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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-qu, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18 {
  float: left;
}
.col-xs-bottom {float: right}
.col-xs-18 {
  width: 100%;
}
.col-xs-17 {
  width: 94.44444444%;
}
.col-xs-16 {
  width: 88.88888889%;
}
.col-xs-15 {
  width: 83.33333333%;
}
.col-xs-14 {
  width: 77.77777778%;
}
.col-xs-13 {
  width: 72.22222222%;
}
.col-xs-12 {
  width: 66.66666667%;
}
.col-xs-11 {
  width: 61.11111111%;
}
.col-xs-10 {
  width: 55.55555556%;
}
.col-xs-9 {
  width: 50%;
}
.col-xs-8 {
  width: 44.44444444%;
}
.col-xs-7 {
  width: 38.88888889%;
}
.col-xs-6 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 27.77777778%;
}
.col-xs-qu {
  width: 25%;
}
.col-xs-4 {
  width: 22.22222222%;
}
.col-xs-3 {
  width: 16.66666667%;
}
.col-xs-2 {
  width: 11.11111111%;
}
.col-xs-1 {
  width: 5.55555556%;
}
.col-xs-pull-18 {
  right: 100%;
}
.col-xs-pull-17 {
  right: 94.44444444%;
}
.col-xs-pull-16 {
  right: 88.88888889%;
}
.col-xs-pull-15 {
  right: 83.33333333%;
}
.col-xs-pull-14 {
  right: 77.77777778%;
}
.col-xs-pull-13 {
  right: 72.22222222%;
}
.col-xs-pull-12 {
  right: 66.66666667%;
}
.col-xs-pull-11 {
  right: 61.11111111%;
}
.col-xs-pull-10 {
  right: 55.55555556%;
}
.col-xs-pull-9 {
  right: 50%;
}
.col-xs-pull-8 {
  right: 44.44444444%;
}
.col-xs-pull-7 {
  right: 38.88888889%;
}
.col-xs-pull-6 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 27.77777778%;
}
.col-xs-pull-4 {
  right: 22.22222222%;
}
.col-xs-pull-3 {
  right: 16.66666667%;
}
.col-xs-pull-2 {
  right: 11.11111111%;
}
.col-xs-pull-1 {
  right: 5.55555556%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-18 {
  left: 100%;
}
.col-xs-push-17 {
  left: 94.44444444%;
}
.col-xs-push-16 {
  left: 88.88888889%;
}
.col-xs-push-15 {
  left: 83.33333333%;
}
.col-xs-push-14 {
  left: 77.77777778%;
}
.col-xs-push-13 {
  left: 72.22222222%;
}
.col-xs-push-12 {
  left: 66.66666667%;
}
.col-xs-push-11 {
  left: 61.11111111%;
}
.col-xs-push-10 {
  left: 55.55555556%;
}
.col-xs-push-9 {
  left: 50%;
}
.col-xs-push-8 {
  left: 44.44444444%;
}
.col-xs-push-7 {
  left: 38.88888889%;
}
.col-xs-push-6 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 27.77777778%;
}
.col-xs-push-4 {
  left: 22.22222222%;
}
.col-xs-push-3 {
  left: 16.66666667%;
}
.col-xs-push-2 {
  left: 11.11111111%;
}
.col-xs-push-1 {
  left: 5.55555556%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-18 {
  margin-left: 100%;
}
.col-xs-offset-17 {
  margin-left: 94.44444444%;
}
.col-xs-offset-16 {
  margin-left: 88.88888889%;
}
.col-xs-offset-15 {
  margin-left: 83.33333333%;
}
.col-xs-offset-14 {
  margin-left: 77.77777778%;
}
.col-xs-offset-13 {
  margin-left: 72.22222222%;
}
.col-xs-offset-12 {
  margin-left: 66.66666667%;
}
.col-xs-offset-11 {
  margin-left: 61.11111111%;
}
.col-xs-offset-10 {
  margin-left: 55.55555556%;
}
.col-xs-offset-9 {
  margin-left: 50%;
}
.col-xs-offset-8 {
  margin-left: 44.44444444%;
}
.col-xs-offset-7 {
  margin-left: 38.88888889%;
}
.col-xs-offset-6 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 27.77777778%;
}
.col-xs-offset-4 {
  margin-left: 22.22222222%;
}
.col-xs-offset-3 {
  margin-left: 16.66666667%;
}
.col-xs-offset-2 {
  margin-left: 11.11111111%;
}
.col-xs-offset-1 {
  margin-left: 5.55555556%;
}
.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-qu, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18 {
    float: left;
  }
  .col-sm-bottom {float: right}
  .col-sm-18 {
    width: 100%;
  }
  .col-sm-17 {
    width: 94.44444444%;
  }
  .col-sm-16 {
    width: 88.88888889%;
  }
  .col-sm-15 {
    width: 83.33333333%;
  }
  .col-sm-14 {
    width: 77.77777778%;
  }
  .col-sm-13 {
    width: 72.22222222%;
  }
  .col-sm-12 {
    width: 66.66666667%;
  }
  .col-sm-11 {
    width: 61.11111111%;
  }
  .col-sm-10 {
    width: 55.55555556%;
  }
  .col-sm-9 {
    width: 50%;
  }
  .col-sm-8 {
    width: 44.44444444%;
  }
  .col-sm-7 {
    width: 38.88888889%;
  }
  .col-sm-6 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 27.77777778%;
  }
  .col-sm-qu {
    width: 25%;
  }
  .col-sm-4 {
    width: 22.22222222%;
  }
  .col-sm-3 {
    width: 16.66666667%;
  }
  .col-sm-2 {
    width: 11.11111111%;
  }
  .col-sm-1 {
    width: 5.55555556%;
  }
  .col-sm-pull-18 {
    right: 100%;
  }
  .col-sm-pull-17 {
    right: 94.44444444%;
  }
  .col-sm-pull-16 {
    right: 88.88888889%;
  }
  .col-sm-pull-15 {
    right: 83.33333333%;
  }
  .col-sm-pull-14 {
    right: 77.77777778%;
  }
  .col-sm-pull-13 {
    right: 72.22222222%;
  }
  .col-sm-pull-12 {
    right: 66.66666667%;
  }
  .col-sm-pull-11 {
    right: 61.11111111%;
  }
  .col-sm-pull-10 {
    right: 55.55555556%;
  }
  .col-sm-pull-9 {
    right: 50%;
  }
  .col-sm-pull-8 {
    right: 44.44444444%;
  }
  .col-sm-pull-7 {
    right: 38.88888889%;
  }
  .col-sm-pull-6 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 27.77777778%;
  }
  .col-sm-pull-4 {
    right: 22.22222222%;
  }
  .col-sm-pull-3 {
    right: 16.66666667%;
  }
  .col-sm-pull-2 {
    right: 11.11111111%;
  }
  .col-sm-pull-1 {
    right: 5.55555556%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-18 {
    left: 100%;
  }
  .col-sm-push-17 {
    left: 94.44444444%;
  }
  .col-sm-push-16 {
    left: 88.88888889%;
  }
  .col-sm-push-15 {
    left: 83.33333333%;
  }
  .col-sm-push-14 {
    left: 77.77777778%;
  }
  .col-sm-push-13 {
    left: 72.22222222%;
  }
  .col-sm-push-12 {
    left: 66.66666667%;
  }
  .col-sm-push-11 {
    left: 61.11111111%;
  }
  .col-sm-push-10 {
    left: 55.55555556%;
  }
  .col-sm-push-9 {
    left: 50%;
  }
  .col-sm-push-8 {
    left: 44.44444444%;
  }
  .col-sm-push-7 {
    left: 38.88888889%;
  }
  .col-sm-push-6 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 27.77777778%;
  }
  .col-sm-push-4 {
    left: 22.22222222%;
  }
  .col-sm-push-3 {
    left: 16.66666667%;
  }
  .col-sm-push-2 {
    left: 11.11111111%;
  }
  .col-sm-push-1 {
    left: 5.55555556%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-18 {
    margin-left: 100%;
  }
  .col-sm-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-sm-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-sm-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-sm-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-sm-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-sm-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-sm-offset-9 {
    margin-left: 50%;
  }
  .col-sm-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-sm-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-sm-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-sm-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-sm-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-sm-offset-1 {
    margin-left: 5.55555556%;
  }
  .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-qu, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18 {
    float: left;
  }
  .col-md-18 {
    width: 100%;
  }
  .col-md-17 {
    width: 94.44444444%;
  }
  .col-md-16 {
    width: 88.88888889%;
  }
  .col-md-15 {
    width: 83.33333333%;
  }
  .col-md-14 {
    width: 77.77777778%;
  }
  .col-md-13 {
    width: 72.22222222%;
  }
  .col-md-12 {
    width: 66.66666667%;
  }
  .col-md-11 {
    width: 61.11111111%;
  }
  .col-md-10 {
    width: 55.55555556%;
  }
  .col-md-9 {
    width: 50%;
  }
  .col-md-8 {
    width: 44.44444444%;
  }
  .col-md-7 {
    width: 38.88888889%;
  }
  .col-md-6 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 27.77777778%;
  }
  .col-md-qu {
    width: 25%;
  }
  .col-md-4 {
    width: 22.22222222%;
  }
  .col-md-3 {
    width: 16.66666667%;
  }
  .col-md-2 {
    width: 11.11111111%;
  }
  .col-md-1 {
    width: 5.55555556%;
  }
  .col-md-pull-18 {
    right: 100%;
  }
  .col-md-pull-17 {
    right: 94.44444444%;
  }
  .col-md-pull-16 {
    right: 88.88888889%;
  }
  .col-md-pull-15 {
    right: 83.33333333%;
  }
  .col-md-pull-14 {
    right: 77.77777778%;
  }
  .col-md-pull-13 {
    right: 72.22222222%;
  }
  .col-md-pull-12 {
    right: 66.66666667%;
  }
  .col-md-pull-11 {
    right: 61.11111111%;
  }
  .col-md-pull-10 {
    right: 55.55555556%;
  }
  .col-md-pull-9 {
    right: 50%;
  }
  .col-md-pull-8 {
    right: 44.44444444%;
  }
  .col-md-pull-7 {
    right: 38.88888889%;
  }
  .col-md-pull-6 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 27.77777778%;
  }
  .col-md-pull-4 {
    right: 22.22222222%;
  }
  .col-md-pull-3 {
    right: 16.66666667%;
  }
  .col-md-pull-2 {
    right: 11.11111111%;
  }
  .col-md-pull-1 {
    right: 5.55555556%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-18 {
    left: 100%;
  }
  .col-md-push-17 {
    left: 94.44444444%;
  }
  .col-md-push-16 {
    left: 88.88888889%;
  }
  .col-md-push-15 {
    left: 83.33333333%;
  }
  .col-md-push-14 {
    left: 77.77777778%;
  }
  .col-md-push-13 {
    left: 72.22222222%;
  }
  .col-md-push-12 {
    left: 66.66666667%;
  }
  .col-md-push-11 {
    left: 61.11111111%;
  }
  .col-md-push-10 {
    left: 55.55555556%;
  }
  .col-md-push-9 {
    left: 50%;
  }
  .col-md-push-8 {
    left: 44.44444444%;
  }
  .col-md-push-7 {
    left: 38.88888889%;
  }
  .col-md-push-6 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 27.77777778%;
  }
  .col-md-push-4 {
    left: 22.22222222%;
  }
  .col-md-push-3 {
    left: 16.66666667%;
  }
  .col-md-push-2 {
    left: 11.11111111%;
  }
  .col-md-push-1 {
    left: 5.55555556%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-18 {
    margin-left: 100%;
  }
  .col-md-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-md-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-md-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-md-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-md-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-md-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-md-offset-9 {
    margin-left: 50%;
  }
  .col-md-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-md-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-md-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-md-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-md-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-md-offset-1 {
    margin-left: 5.55555556%;
  }
  .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-qu, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18 {
    float: left;
  }
  .col-lg-18 {
    width: 100%;
  }
  .col-lg-17 {
    width: 94.44444444%;
  }
  .col-lg-16 {
    width: 88.88888889%;
  }
  .col-lg-15 {
    width: 83.33333333%;
  }
  .col-lg-14 {
    width: 77.77777778%;
  }
  .col-lg-13 {
    width: 72.22222222%;
  }
  .col-lg-12 {
    width: 66.66666667%;
  }
  .col-lg-11 {
    width: 61.11111111%;
  }
  .col-lg-10 {
    width: 55.55555556%;
  }
  .col-lg-9 {
    width: 50%;
  }
  .col-lg-8 {
    width: 44.44444444%;
  }
  .col-lg-7 {
    width: 38.88888889%;
  }
  .col-lg-6 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 27.77777778%;
  }
  .col-lg-qu {
    width: 22.22222222%;
  }
  .col-lg-4 {
    width: 22.22222222%;
  }
  .col-lg-3 {
    width: 16.66666667%;
  }
  .col-lg-2 {
    width: 11.11111111%;
  }
  .col-lg-1 {
    width: 5.55555556%;
  }
  .col-lg-pull-18 {
    right: 100%;
  }
  .col-lg-pull-17 {
    right: 94.44444444%;
  }
  .col-lg-pull-16 {
    right: 88.88888889%;
  }
  .col-lg-pull-15 {
    right: 83.33333333%;
  }
  .col-lg-pull-14 {
    right: 77.77777778%;
  }
  .col-lg-pull-13 {
    right: 72.22222222%;
  }
  .col-lg-pull-12 {
    right: 66.66666667%;
  }
  .col-lg-pull-11 {
    right: 61.11111111%;
  }
  .col-lg-pull-10 {
    right: 55.55555556%;
  }
  .col-lg-pull-9 {
    right: 50%;
  }
  .col-lg-pull-8 {
    right: 44.44444444%;
  }
  .col-lg-pull-7 {
    right: 38.88888889%;
  }
  .col-lg-pull-6 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 27.77777778%;
  }
  .col-lg-pull-4 {
    right: 22.22222222%;
  }
  .col-lg-pull-3 {
    right: 16.66666667%;
  }
  .col-lg-pull-2 {
    right: 11.11111111%;
  }
  .col-lg-pull-1 {
    right: 5.55555556%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-18 {
    left: 100%;
  }
  .col-lg-push-17 {
    left: 94.44444444%;
  }
  .col-lg-push-16 {
    left: 88.88888889%;
  }
  .col-lg-push-15 {
    left: 83.33333333%;
  }
  .col-lg-push-14 {
    left: 77.77777778%;
  }
  .col-lg-push-13 {
    left: 72.22222222%;
  }
  .col-lg-push-12 {
    left: 66.66666667%;
  }
  .col-lg-push-11 {
    left: 61.11111111%;
  }
  .col-lg-push-10 {
    left: 55.55555556%;
  }
  .col-lg-push-9 {
    left: 50%;
  }
  .col-lg-push-8 {
    left: 44.44444444%;
  }
  .col-lg-push-7 {
    left: 38.88888889%;
  }
  .col-lg-push-6 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 27.77777778%;
  }
  .col-lg-push-4 {
    left: 22.22222222%;
  }
  .col-lg-push-3 {
    left: 16.66666667%;
  }
  .col-lg-push-2 {
    left: 11.11111111%;
  }
  .col-lg-push-1 {
    left: 5.55555556%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-18 {
    margin-left: 100%;
  }
  .col-lg-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-lg-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-lg-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-lg-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-lg-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-lg-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-lg-offset-9 {
    margin-left: 50%;
  }
  .col-lg-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-lg-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-lg-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-lg-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-lg-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-lg-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: center;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table.table-white > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
	background-color: #fff
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	font-size: 12px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > thead > tr > th.vmid,
.table > tbody > tr > th.vmid,
.table > tfoot > tr > th.vmid,
.table > thead > tr > td.vmid,
.table > tbody > tr > td.vmid,
.table > tfoot > tr > td.vmid {
	vertical-align: middle;
}
.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;
  font-size: 12px;
}
.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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table-search {
	margin-bottom: 0px;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #e9e9e9;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 0.01%;
}
.table-summary td {
	width: 33.3333333333333%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
	margin-bottom: 20px;
  }

  .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;
  }
  .table-summary td {
	width: 100% !important;
	display: block !important;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
fieldset.bordered {
	padding: 8px;
	border: solid 1px #ccc;
}
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;
  max-width: 100%;
  margin-bottom: 2px;
  margin-top: 5px;
  font-weight: bold;
  text-transform: capitalize;
}
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;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 27px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  outline: none;
}
.form-control-adv-search {
  height: 27px;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  outline: none;
}
.form-control.form-float {
	width: auto;
	display: inline-block;
}
.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 {
  background-color: #ffffff;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
   background-color: #eeeeee;
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
  max-width: 100%;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  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],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.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,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .chosen-container-single .chosen-single {
  color: #a94442;
}
.has-error .form-control, .has-error .chosen-container-single .chosen-single {
  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-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.required:after {
	content: ' *';
	color: #D21815;
}
.help-block {
  display: block;
  margin-top: 2px;
  color: #737373;
  font-size: 12px;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.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: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.form-group-col1{ width: 48%; margin-right: 4%; float:left; }
.form-group-col2{ width: 48%; float:left;}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.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: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  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.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: #333333;
}
.btn-outline-danger{
	border-color: #EA322F;
	background-color: transparent;
	color: #EA322F;
}
.btn-outline-danger:hover{
	background-color: #EA322F;
	color: #FFF !important;
}
.btn-primary {
  color: #ffffff;
  background-color: #EA322F;
  border-color: transparent;
}
.btn-outline-primary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-primary:hover {
	color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-primary:active {
	color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2C3E50;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  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.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: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  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.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: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  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.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: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #EA322F;
  border-color: #EA322F;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  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.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: #ffffff;
}

.btn-reverse {
  color: #ffffff;
  background-color: #C3C3C7;
  border-color: #B1B2B5;
}
.btn-reverse:hover,
.btn-reverse:focus,
.btn-reverse.focus,
.btn-reverse:active,
.btn-reverse.active,
.open > .dropdown-toggle.btn-reverse {
  color: #ffffff;
  background-color: #616263;
  border-color: #848587;
}
.btn-reverse:active,
.btn-reverse.active,
.open > .dropdown-toggle.btn-reverse {
  background-image: none;
}
.btn-reverse.disabled,
.btn-reverse[disabled],
fieldset[disabled] .btn-reverse,
.btn-reverse.disabled:hover,
.btn-reverse[disabled]:hover,
fieldset[disabled] .btn-reverse:hover,
.btn-reverse.disabled:focus,
.btn-reverse[disabled]:focus,
fieldset[disabled] .btn-reverse:focus,
.btn-reverse.disabled.focus,
.btn-reverse[disabled].focus,
fieldset[disabled] .btn-reverse.focus,
.btn-reverse.disabled:active,
.btn-reverse[disabled]:active,
fieldset[disabled] .btn-reverse:active,
.btn-reverse.disabled.active,
.btn-reverse[disabled].active,
fieldset[disabled] .btn-reverse.active {
  background-color: #616263;
  border-color: #848587;
}
.btn-reverse .badge {
  color: #d9534f;
  background-color: #ffffff;
}


.btn-link {
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #23527c;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-decoration:none !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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 > .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 > .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:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: 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 {
  position: relative;
  z-index: 2;
  float: left;
  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.3333333;
  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,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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 {
	background-color: #fff;
    border: 1px solid #ccc;
    color: #949494;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 5px 8px;
    text-align: center;
}
.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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  border-radius: 0;
  padding: 3.5px 9px;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-item i{
	margin-right: 0.5rem;
}

.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
  outline: medium none;
}
.nav > li > a > span.divider {
	background-color: #fff;
    display: inline-block;
    float: right;
    height: 22px;
    margin-right: -15px;
    margin-top: -1px;
    width: 1px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #DDD;
}
#index-deals.nav-tabs {
    background-color: #2C3E50;
}
.nav-tabs::after{
	content: '';
	display: table;
	clear: both;
}
.nav-tabs .nav-item{
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li {
  float: left;
}

.nav-tabs > li > a {
  line-height: 1.42857143;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  padding: 8px 10px;
  text-decoration: none;
  border-right: solid 1px #aaa;
}

.nav-tabs > li[role=presentation] > a {
    font-size: 12px !important;
}

.nav-tabs > li:last-child > a {
  border-right: none;
}
.nav-tabs > li > a:hover {
	background-color: #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
	.blogPage ul.nav li  {width: 100%;}
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
.tab-content {padding: 10px 0px;}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .nav-item + .nav-item{
	margin-left: 0.2rem;
}
.nav-tabs .nav-link{
	display: block;
	padding: 0.5em 1em;
	border: 1px solid transparent;
	border-top-right-radius: 0.18rem;
	border-top-left-radius: 0.18rem;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus{
	color: #818A91;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-link.disabled:hover{
	color: #818A91;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus{
	color: #55595C;
	background-color: #F1F1F1;
	border-color: #DDD #DDD transparent;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link:hover{
	color: #55595C;
	background-color: #F1F1F1;
	border-color: #DDD #DDD transparent;
}
.nav-tabs .dropdown-menu{
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 0px;
  margin-top: 2px;
  border: none;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    padding-right: 0px;
  padding-left: 0px;
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-toggle {
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	border: none;
	background-color: transparent;
	display: block;
	text-align: center;
	color: #fff;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	color: #fff;
	outline: 0;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
	background-color: #2C3E50;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #2C3E50;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #2C3E50;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #2C3E50;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #2C3E50;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #2C3E50;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #fff;
   background-color: #2C3E50;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #fff;
}
.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: #777777;
}
.pagination {
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pagination > a,
.pagination > span {
  position: relative;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2c3e50;
  background-color: #ffffff;
  margin-left: -1px;
}
.pagination > a:hover,
.pagination > span:hover,
.pagination > a:focus,
.pagination > span:focus {
  color: #fff;
  background-color: #EA322F;
}
.pagination > a.active,
.pagination > span.active,
.pagination > a.active:hover,
.pagination > span.active:hover,
.pagination > a.active:focus,
.pagination > span.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2c3e50;
  cursor: default;
}
.pagination > span.disabled,
.pagination > span.disabled:hover,
.pagination > span.disabled:focus,
.pagination > a.disabled,
.pagination > a.disabled:hover,
.pagination > a.disabled:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
   margin-bottom: 8px;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #FCF3E3;
  border-color: #F6D59E;
  color: #C78D30;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-sm {
	padding: 8px 12px;
	font-size: 11px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin: 15px 0px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
  margin: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
/*.panel {
  margin-bottom: 20px;
  background-color: #ECF0F1;
  border: 8px solid #ECF0F1;
}*/
.panel-body {
	background-color: #fff;
	border: 8px solid #ECF0F1;
	padding: 8px;
}
.panel-full {
	padding: 10px 8px;
	margin-left: -8px;
	margin-right: -8px;
	border-top: solid 1px #ccc;
}
.panel-body-in {
	padding: 10px 8px;
	margin: 8px -8px;
}

.deals-panel-body-in {
	padding: 10px 8px;
	margin: 6px -5px;
}
.panel-flat {
	padding-left: 8px;
	padding-right: 8px;
}
.panel-flat img {
	border: solid 8px #ECF0F1;
}
.panel-desti img{
	margin:0;
}
.panel-desti h4 {
	background-color: #EA322F; color: #fff; padding: 10px 12px; font-size: 15px; font-weight: bolder;
}
.panel-desti h4 a { color: #fff;}
.panel-desti p {border: solid 8px #ECF0F1; padding: 8px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.panel-desti-body {
	position: relative; border: solid 8px #ECF0F1; padding: 8px;
}
.panel-desti-body img, .blogPage img.img-panel, .blogPage img.img-panel-left {
	float: left; margin-right: 20px; margin-top: 10px; margin-bottom: 5px;
}
.blogPage img.img-panel-left { margin-top: 0px; }
.blogPage img.img-panel-right {
	float: right; margin-left: 20px; margin-top: 0px; margin-bottom: 5px;
}
@media (max-width: 768px) { .panel-desti-body img, .blogPage img.img-panel  { float: none; margin-right: auto; } }
.blogPage img.img-panel { margin-top: 0px; }
.panel-desti-body a.btn{
	position: absolute; bottom: 8px; right: 8px; z-index:1;
}
.panel-heading {
  background-color: #EA322F; display: block; padding: 12px 0px; border-radius: 3px; text-align: center; color: #fff;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  color: #fff; font-size: 12px; text-transform: uppercase;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #ECF0F1;
}
.panel-default {
	margin-bottom: 20px;
}
.panel-default .panel-heading,
.panel-menu .panel-heading {
	border-radius: 0px;
}
.panel-menu { margin-bottom: 20px;}
.panel-menu .panel-body {
	padding: 0px;
}
.panel-menu .panel-body ul {
	margin: 0;
}
.panel-menu .panel-body a {
	display: block;
	padding: 6px 9px;
	border-bottom: solid 1px #ccc;
	font-size: 13px;
	text-align: left;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}
.panel-menu .panel-body a.active {
	background-color: #EA322F;
	color: #fff;
	border-bottom: none;
}
.panel-menu .panel-body a:hover,
.panel-menu .panel-body button:hover {
	background-color: #2c3e50;
	color: #fff;
}
.panel-menu .panel-body  a.last{
	border: none;
}
.panel-blog h3 { font-size: 18px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin-bottom: 5px ;}
.panel-blog p { font-size: 12px; }
.panel-img-left img { width: 320px; float: left; margin-right: 20px; margin-bottom: 10px; }
.panel-img-right img { width: 320px; float: right; margin-left: 20px; margin-bottom: 10px; }
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.map_container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.map_container .map_canvas{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.videoCaption {
	border: 8px solid #ecf0f1;
	font-size: 11px;
	padding: 10px;
}
.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;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousFullWidth {
  margin-left: -10px;
  margin-right: -10px;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  bottom: 0;
  font-size: 39px;
  color: #2C3E50;
  z-index: 10;
  background-color: #fff;
  line-height: 1;
}
.carousel-control.left { left: auto; right: 69px; }
.carousel-control.right { left: auto; right: 30px; }
@media (max-width: 991px) {
	.carousel-control.left { left: 1rem; right: auto; }
	.carousel-control.right { left: 4.9rem; right: auto; }
}
.carousel-control-inner {
  position: absolute;
  bottom: 50%;
  margin-bottom: -69px;
  font-size: 39px;
  color: #ffffff;
  z-index: 10;
  line-height: 1;

}
.carousel-control-inner.left { left: 0px;  padding: 50px 20px 50px 0px;}
.carousel-control-inner.right { right: 0px; padding: 50px 0px 50px 20px; }
.carousel-control span, .carousel-control span:before { padding: 4px 0 2px; margin: 0px;}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
}
.inverse {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: 100%;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  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 (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !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;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.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;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
p.icons { padding: 0px; margin: 0px; }

/* -----------------------------------------   COMMOMS */
.paddTop5 {padding-top: 5px;} .paddBot5 {padding-bottom: 5px;}
.paddTop8 {padding-top: 8px;} .paddBot8 {padding-bottom: 8px;}
.paddTop10 {padding-top: 10px;} .paddBot10 {padding-bottom: 10px;}
.paddTop12 {padding-top: 12px;} .paddBot12 {padding-bottom: 12px;}
.paddTop20 {padding-top: 20px;} .paddBot20 {padding-bottom: 20px;}
.paddRight10 {padding-right: 20px;} .paddLeft10 {padding-left: 20px;}
.noBotMargin { margin-bottom: 0px !important; }
img.maxWidth300 {max-width: 270px;}
@media (max-width: 767px) { img.maxWidth300 { max-width: 100%; } }
.ftSize9 { font-size: 9px; } .ftSize10 { font-size: 10px; } .ftSize11 { font-size: 11px; } .ftSize12 { font-size: 12px; }
/* -----------------------------------------   TOP SOCIAL ICONS */
.socialIcons {margin-top: -15px;}
.media-icon { background: url("https://www.touramerica.ie/upload/img/sprites_social_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: inline-block; font-size: 0; height: 28px; margin-right: 0px; text-indent: 0; width: 28px; } .media-icon.FaceBook { background-position: 0 0; } .media-icon.FaceBook:hover { background-position: 0 -28px; } .media-icon.Twitter { background-position: -28px 0; } .media-icon.Twitter:hover { background-position: -28px -28px; } .media-icon.rss { background-position: -56px 0; } .media-icon.rss:hover { background-position: -56px -28px; } .media-icon.GooglePlus { background-position: -84px 0; } .media-icon.GooglePlus:hover { background-position: -84px -28px; } .media-icon.LinkedIn { background-position: -112px 0; } .media-icon.LinkedIn:hover { background-position: -112px -28px; } .media-icon.Pinterest { background-position: -140px 0; } .media-icon.Pinterest:hover { background-position: -140px -28px; } .media-icon.Email { background-position: -168px 0; } .media-icon.Email:hover { background-position: -168px -28px; } .media-icon.Vine { background-position: -224px 0; } .media-icon.Vine:hover { background-position: -224px -28px; } .media-icon.Instagram { background-position: -224px 0; } .media-icon.Instagram:hover { background-position: -224px -28px; } .media-icon.YouTube { background-position: -196px  0; } .media-icon.YouTube:hover { background-position: -196px -28px; }
/* -----------------------------------------   TOP INFO */
.top-info { font-size: 13px; color: #2c3e50; padding:5px;}
/* -----------------------------------------   TOP LOGO */
.logo { margin: 0 auto; }
@media (min-width: 992px) { .logo { margin: 0; } }
.phonebox { background-color: #2c3e50; color: #fff; padding: 10px 25px; font-size: 20px; line-height: 1; text-transform: uppercase; margin: 0 auto; text-align: center; }
@media (min-width: 992px) { .phonebox { float: right; text-align: right; } }
.phoneboxin { line-height: 1.2; }
.phoneboxin a:hover { color: #fff; }
.emailboxin a { color: #fff; font-size: 19px; line-height: 1; text-transform: lowercase; outline: none; }
@media (max-width: 431px) { .logo { width: 100%;} }
.openingHours{ line-height: 1.2; font-size: 12px; color: #173A6F; text-align:center; margin-bottom: 10px;}
@media (min-width: 992px) { .openingHours { text-align:left; margin-bottom: 0px;} .openingHours .col-sm-3 { padding-right: 0; } }
/* -----------------------------------------   SEARCH NAVBAR */
.searchweb { position: relative; float: right; background-color: #fff; border-radius: 14px; overflow: hidden; margin: 6px 0px;}
.searchweb  .navbar-form { width: 152px;}
.searchweb input { border: none; padding: 1px 0px 0px 13px; }
.searchweb button { border: none; }
@media (max-width: 992px) { .searchweb { position: absolute; right: 0; bottom: 0;} }
@media (max-width: 767px)  { .navbar  { margin-bottom: 40px; } .searchweb { position: absolute; right: 0; bottom: -46px; float: none; width: 94%; border: solid 1px #ccc; margin-right: 3%; } .searchweb  .navbar-form { width: 100%; } }
/* -----------------------------------------   SEARCH NAVBAR RESULT PAGE */
.searchresultpage .serep a { font-size: 18px; color: #1a0dab; }
.searchresultpage .serep small { color: #006621; }
/* -----------------------------------------   HOLIDAYS TYPE BOTTOM MENU */
.holitypemenu {background-color: #fff; border-bottom: solid 1px #eee;}
.holitypemenu .eachHoliType{ transition: all 0.7s ease 0s; height: 74px; padding: 7px 15px; }
.holitypemenu .eachHoliType:hover { background-color: #2c3e50; opacity: 0.6; }
.holitypemenu .eachHoliType:hover a { color: #fff; }
.holitypemenu a { font-size: 13px; display: block; outline: none; }
.holitypemenu img { height: 54px;  width: 70px; margin: 2px 5px 0 0; }
/* -----------------------------------------   SEARCH BOX */
.sizeleftcolumn { width: 242px; margin-left: 14px; }
.carouMargin { margin-top: -402px;}
@media (max-width: 992px) { .carouMargin { margin-top: 0px;} }
.search .seIconsTop { width: 48.5%; margin-top: 10px; float: left; border: 1px solid #47ABD8;}
.search .seIconsTop.first { margin-right: 3%; }
.search .seIconsTop a { display: block; color: #2c3e50; background-color: #fff; outline: none; }
.search .seIconsTop .db {font-size: 11px; display: block; padding-top: 5px; text-align: center;}
.search .seIconsTop .ic {font-size: 31px; display: block; padding-bottom: 5px; text-align: center;}
.search .seIconsTop.last{ width: 100%; }
.search .seIconsTop.last .ic {display: inline-block;}
.search .seIconsTop.last p { margin-bottom: 0px; }
.search .seIconsTop.active a { color: #fff; background-color: #47ABD8; outline: none; }
/* -----------------------------------------   TESTIMONIALS LEFT COLUNM */
.testimonialin li { line-height: 1.1; margin: 10px; border-bottom: solid 1px #e9e9e9 }
.testimonialin li a{ font-size: 12px; font-weight: bolder; }
.testimonialin li a span { color: #999; font-weight: normal; font: 11px arial, sans-serif; }
.testimonialin li div.author { font: 11px arial, sans-serif; margin: 10px 0px; }
.newsletterhead { text-transform: uppercase; font-size: 18px; line-height: 1.2;}
.newsletterhead span {display: block; color: #E81B18; font-size: 22px; font-weight: bolder; }
/* -----------------------------------------   PANNEL OFFERS HOMEPAGE */
.panel-offers .tab-pane h5  { line-height: 1; margin-bottom: 0px;}
.panel-offers .tab-pane p  { line-height: 1; margin: 5px 0px;font-size: 12px; font-family: arial, sans-serif; }
.panel-offers .tab-pane p.icons {margin-left: 4px; padding-bottom: 5px; margin-bottom: 0;  }
.panel-offers .tab-pane p.icons span {margin-left: -6px;}
/* -----------------------------------------   KEY REASON HOMEPAGE */
.keyReasons div {font-size: 12px; padding-bottom: 20px;}
.keyReasons div.keyReasonsin { border: solid 8px #ecf0f1; padding-bottom: 0;}
.keyReasons div img { float: left; }
.keyReasons div p { display: table-cell; vertical-align: middle; height: 128px; text-align: center; padding: 0px 20px; font-weight: bolder;}
/* -----------------------------------------   LICENCE HOMEPAGE */
.licence { text-align: center; padding: 0px 20px; font-weight: bolder; font-size: 12px;}
.licence .licence-img { margin-right: 20px; float: left; }
.licence p { padding: 20px;}
/* -----------------------------------------   SEARCH PAGES */
.loadingLeft b{ width: 140px; }
.refine .ratingrefine a { display: block; }
.refine .ratingrefine a:hover, .refine .ratingrefine a:focus { background-color: #e6e6e6; }
.searchBreadcrumb h1 {font-size: 21px; text-transform: uppercase; line-height: 1.3;}
.searchBreadcrumb h4 {font-size: 21px; text-transform: uppercase; line-height: 1.3;}
.cubes { font-size: 35px; background-color: #ddd; color: #fff; padding: 5px 0px; width: 57px; text-align: center; margin-right: 8px;}
.cubes.active {background-color: #EA322F;}
.sortfrom div { background-color: #2C3E50; padding: 4px 0px;}
.sortfrom div a { color: #fff; }
.sortfrom div a.active { text-decoration: underline; }
.recommend { position: relative; background-color: #EA322F; color: #fff; padding: 9px 4px; margin: 0; }
.recommend p {margin: 0;}
.recommend h4 {padding-top: 5px;}
.recommend a {padding-top: 5px;}
.recommend h4 small { color: #fff; }
.arrbot{ position: absolute; bottom: -15px; left: 50%; color: #EA322F; font-size: 23px; }
.flisechead { background-color: #ECF0F1; padding: 4px; margin: 0; border-bottom: 1px solid #ccc;}
.flisechead  ul, .flisecbody  ul  { margin: 0;}
.flisecbody { background-color: #f3f4f4; padding: 4px 0px; margin: 0; font-size: 12px; border-bottom: 1px solid #ddd;}
.flisecbody p { margin: 0; padding: 2px 0px;}
.table-hotels img { margin-right: 10px;}
.table-hotels  .descript a { color: #d21815; }
.table-hotels .price { width: 142px; padding-top: 5px; }
.table-hotels .price p { display: inline-block; vertical-align: middle; line-height: 100%; padding: 0;}
.table-hotels .ic-loca { color: #d21815; font-size: 43px; }
.table-hotels .price p.text-danger { font-size: 28px; }
.hd_success { display: block; border-radius: 3px;  background-color: #5BC0DE; color: #fff; padding: 3px 5px; margin-top: 6px; line-height: 1; }
.selectes { width: 15px; height: 15px; overflow: hidden; background: url("https://www.touramerica.ie/upload/img/selectedbt.png") no-repeat 0px 0px; float: left; margin-right: 7px; margin-left: 5px; cursor:pointer; }
.selectes:hover { background-position: -15px 0px; }
.selectes.active { background-position: -30px 0px; }
/* -----------------------------------------  PASSENGER FORM PAGE */
.passengerForm fieldset  {padding: 8px; border: solid 1px #cccccc; margin-bottom: 20px;}
.passengerForm label { font-size: 13px; }
.passengerForm small.error { font-size: 10px; color:red; }
/* -----------------------------------------   FOOTER */
.footer{ background-color: #2c3e50; color: #fff; font-family: arial, sans-serif; padding: 30px 0px; }
.footer-links h4 { text-transform: uppercase; }
.footer-links a {color: #fff; font-size: 12px; }
.footer .media-icon.FaceBook { background-position: 0 -56px; }
.footer .media-icon.Twitter { background-position: -28px -56px; }
.footer  .media-icon.rss { background-position: -56px -56px; }
.footer  .media-icon.GooglePlus { background-position: -84px -56px; }
.footer  .media-icon.LinkedIn { background-position: -112px -56px; }
.footer  .media-icon.Pinterest { background-position: -140px -56px; }
.footer  .media-icon.Email { background-position: -168px -56px; }
.footer  .media-icon.Vine { background-position: -224px -56px; }
.footer  .media-icon.Instagram { background-position: -224px -56px; }
.footer  .media-icon.YouTube { background-position: -196px  -56px; }
.footer address { font-size: 12px; margin-bottom: 10px;}
.footer address p{ margin: 0; line-height: 1.2;}
.footer-text {font-size: 11px;}
.botfooter {font-size: 12px; background-color: #f1f1f1; padding: 15px 0px; min-height: 75px;}




div#extras h3 {padding-bottom: 10px;}
div#extras label {font-size: 12px;font-weight: normal;}
div#extras input {margin-left: 15px;}
div#extras select {margin-left: 15px;width: 205px;}
div.extras-insurance div.insseach{ position: relative; background: url("https://www.touramerica.ie/upload/img/insurance-pass.png"); width: 180px; height: 128px; float: left; display: inline-block; margin-left: 16px; transition: ease 0.5s; cursor: pointer;}
div.eachattpass { background: url("https://www.touramerica.ie/upload/img/attraction-pass.jpg"); position: relative; float:left; width: 180px; height: 128px; display: inline-block; cursor: pointer; margin-left: 16px; transition: ease 0.5s; }
div.eachattcar { position: relative; float:left; width: 178px; height: 128px; display: inline-block; cursor: pointer; margin-left: 16px; transition: ease 0.5s; background-size: 100%; border: solid 1px #f1f1f1; }
div.extras-insurance div.insrr1:hover, div.eacat1:hover{ background-position: 0px -128px;}
div.extras-insurance div.insrr1.selected, div.eacat1.selected { background-position: 0px -256px;}
div.extras-insurance div.insrr2, div.eacat2 { background-position: -180px 0px;}
div.extras-insurance div.insrr2:hover, div.eacat2:hover { background-position: -180px -128px;}
div.extras-insurance div.insrr2.selected, div.eacat2.selected { background-position: -180px -256px;}
div.extras-insurance div.insrr3, div.eacat3 { background-position: -360px 0px;}
div.extras-insurance div.insrr3:hover, div.eacat3:hover { background-position: -360px -128px; }
div.extras-insurance div.insrr3.selected, div.eacat3.selected { background-position: -360px -256px; }
div.extras-insurance p, div.extras-attractions p, div.extras-carhire p {text-align: center; font-size: 11px; color: #EC212E }
div.extras-insurance div.insseach u, div.eachattpass u, div.eachattcar u{ position: absolute; right: -5px; top: 6px; padding: 6px 20px; background-color: #17335C; opacity: 0.8; color: #fff; text-decoration: none; z-index: 20; }
.otterDiv { max-width: 80%;  margin: 0 auto; overflow-x: hidden;}
.otterDivCar { max-width: 80%; max-height: 131px; margin: 0 auto; overflow: hidden;  }
@media (min-width: 992px) { .otterDiv, .otterDivCar{ max-width: 595px; } }
.ottersDiv { width: 2000%; }
.extras-attractions, .extras-carhire {position: relative;}
.extras-attractions .rightArCity, .extras-carhire .rightArCity { position: absolute; top: 80px; right: -2px; z-index: 1; font-size: 31px; outline:none;}
.extras-attractions .leftArCity, .extras-carhire .leftArCity { position: absolute;  top: 80px; left: -2px; z-index: 1; font-size: 31px; outline:none;}
.text-extrat-att { position: absolute; width: 86%; margin-left: 4.5%; padding: 9px 20px 13px;  background-color: #17335C; margin-top: -1px; border-radius: 4px; display: none; font-weight: normal; z-index: 100; }
.arrow-text {position: absolute; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #17335C; top: 123px; left: 85px; display: none; z-index: 30; }
.arrow-text2 {position: absolute; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #409E30; top: 123px; left: 85px; z-index: 30; display: none; }
.text-extrat-att b { color: #fff; text-align: center; font-size: 11px; }
.text-extrat-att2 { position: absolute; background-color: #409E30; color: #fff; font-size: 11px; padding: 9px 20px 13px; z-index: 100; border-radius: 4px; margin-top: -1px; display: none; }
.text-extrat-att2 dl { width: 200px; padding: 6px 0px;  }
.text-extrat-att2 dt { float:left; width: 80px; }
.text-extrat-att2 dd { float:left; width: 100px; }
div#extras .text-extrat-att2 dd select { width: 100px; color: #555; }
div#extras .text-extrat-att2 input[type="button"] { padding: 1px 10px; background-color: #C8E1C2; color: #555; border: none; }
div#extras .text-extrat-att2 input[type="button"]:hover { background-color: #000; color: #fff; }
div.eachattpass h4, div.eachattcar h4{ position: absolute; font-size: 12px; background-color: #fff; padding: 4px 8px; width: 100%; line-height: 1.3; left: 0; bottom: 0; opacity: 0.8;  color: #333; box-sizing: border-box; text-align: center; z-index: 20;}
div.eachattpass b, div.eachattcar b {position: absolute; display: none;}
.loadingcars { padding: 20px 0px; background-color: #f1f1f1; }
.hoverstate, .addedstate { position: absolute; top: 129px; left: 0px; width: 180px; height: 129px; background-size: 100%;  z-index: 10;}
/*  EDIT ALEX */
.editablesd{position:relative;}
.editme { position: absolute; bottom: 0; right: 0; z-index:2000; display: none;}
.editme span{ width: 20px; height: 20px; font-size: 12px; display: inline-block; float: left; color: #fff; padding: 2px; text-align: center; opacity: 0.8; cursor: pointer; }
.editme span.icon-plus { background-color: #64B264; }
.editme span.icon-pencil { background-color: #597BAB; }
.editme span.icon-cancel { background-color: #cd5c5c; }
.admin-options { position: fixed; top: 200px; left: -272px; z-index:30;}
.menuAdminBt { position: absolute; top: 20px; right: -60px; z-index:30; border-radius: 0px 4px 4px 0px;}
.attraction-terms { font-size: 11px; }


div#attr.actions-order-summary th.product,
div#attractions-order-summary td.product {width: 245px;}
div#attractions-order-summary th.price,
div#attractions-order-summary td.price {text-align: right;}


/*  ----------   ATTRACTION BASKET  ----------  */
.basketAttr { border-bottom: solid 1px #ccc; border-top: solid 1px #ccc }
.basketAttrItem { padding: 10px 0; border-bottom: solid 1px #ccc }
.basketAttrItemDetails {  }
@media (max-width: 767px)  {
	.basketAttrItem h4 small, .basketAttrItemDetails span { display: block; }
}

div.promo {margin-bottom: 10px;}
.cvvHelp { position: fixed; top: 0; left: 0px; width: 100%; height: 100%; background: rgba(255,255,255,0.5); z-index: 10; display: none; }
.cvvHelpIn { position: absolute; top: 135px; left: 50%; width: 280px; margin-left: -140px; font-size: 11px;  padding: 8px; background-color: #fff; border: solid 3px #cd5c5c; z-index: 20;}

.box-form { padding: 6px 13px; border: 1px solid #ccc; }

/*  ----------   CAROUSEL  ----------  */
.alexcarousel { position: relative; overflow: hidden; min-width: 100%; max-width: 100%; }
.alexcarousel .clearfix { width: 9999px; }
.alexcarousel .alexcontrol { position: absolute; width: 29px; height: 29px; bottom: 20px; right: 30px; background: rgba(255,255,255,0.9); color: #222; padding: 5px; cursor:pointer;}
.alexcarousel .alexcontrol.icon-left-open { right: 59px; }
.alexcarousel .caroueach { display: inline-block; float: left; margin-right: 10px; }


/*  ----------   POPUP BOX SIGN UP  ----------  */
.overlay_pop_sign_up { position: absolute; top: 0; left: 0; width: 100%; height: 0; background-color: rgba(44,62,80,0.3); z-index: 1100; }
.pop_sign_up { position: fixed; top: -9999px; left: 50%; margin-left: -180px; margin-top: -150px; width: 360px; height: 215px; background-color: #ECF0F1; text-align: center; padding: 20px 0; line-height: 1.9; border: solid 8px #fff; }
.pop_sign_up span { position: absolute; top: 0; right: 0; color: #D67063; font-size: 18px; cursor: pointer;}
.pop_sign_up input[type="text"] { text-align: center; width: 70%; margin-left: 15%; }
@media (max-width: 360px) { .pop_sign_up { width: 260px; height: 198px; margin-left: -130px; padding: 10px 0; line-height: initial; border: solid 5px #fff; } }

/*  ----------   SLIDER5STAR  ----------  */
.slider5star a { outline: none; }
.slider5starNav { position: relative; }
.slider5starNav a { width: 50%; height: 274px; position: absolute; top: 0px; color: #fff; font-size: 33px; z-index: 3; text-shadow: 1px 0 0px #000000; }
.slider5starNav a.slider5starNavLeft { left: 50%; text-align: right;}
.slider5starNav a span { position: absolute; top: 50%; margin-top: -20px; display: none; z-index: 4; }
.slider5starNav a.slider5starNavLeft span { right: 0px;}
.slider5starNav a:hover { width: 50%; }
.slider5starImg { width: 100%; overflow-x:hidden; }
.slider5starOther { justify-content: space-around; display: -webkit-flex; display: flex; }
.slider5starOther a { display: inline-block; width: 50px; height: 50px; overflow: hidden; }
.slider5starOther a.active { background-color: #000; }
.slider5starOther a.active img {opacity: 0.5;}
.slider5starOther a img { height: 50px; margin-left: -10px;}

/*  ----------   DROPDOWN SORT IN FLIGHTS  ----------  */

.flightDepHead{
	background-color: #DDDDDD;
}

.attractionResult{
	background-color: #ECF0F1;
	padding: 5px;
}
.attractionResultHead{
	background-color: #ECF0F1;
}

.attractionResultHead h1{
	font-size: 25px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

.flightDepBody{
	background-color: white;
}

.fadedItalicSuccessPage{
	position: relative;
	top: 5px;
	color: #808589;
	font-style: italic;
	width: 100px;
}

.fadedItalic{
	color: #808589;
	font-style: italic;
	width: 100px;
	font-size: 14px;
}

.fadedItalic1{
	color: #808589;
	font-style: italic;
	width: 100px;
	font-size: 10px;
}

.titleSpacing{
	width: 145px;
	margin-left: -8px;
}

.titleSpacingSuccessPage{
	position: relative;
	top: 5px;
	width: 145px;
	margin-left: -8px;
}

.titleSpacingSuccessPageHotel{
	position: relative;
	top: 5px;
	width: 90%;
	margin-left: -8px;
}

.availFlightFound {
	font-size: 22px;
}

.dropdownForm {
	float: right;
}

.testxx{
	background-color: black;
}

.recommend {
	background-color: #EA322F;
	color: #fff;
	padding: 4px 4px;
	margin: 0;
}
.recommend p {margin: 0;}
.recommend h4 {padding-top: 0px;}
.recommend h4 small { color: #fff; padding-top: 5px;}

.recommend1 {
	background-color: #2C3E52;
	color: #fff;
	padding: 2px 4px;
	margin: 0;
	float: right;
}
.recommend1 p {margin: 0;}
.recommend1 h4 {padding-top: 0px;}
.recommend1 h4 small { color: #fff; }

.recommend2 {
	background-color: #2C3E52;
	color: #fff;
	padding: 2px 4px;
	float: right;
}

.btnFlight{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	color: white;
}

.btnAttraction{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	color: white;
}

.flightPrice{
	font-size: 27px;
}

.flightPricePackages{
	float: left;
	padding: 7.5px;
	padding-left: 20px;
}

.deals-outer{
	padding-bottom: 15px;
}

.deals-price-label{
	padding-top: 10px;
	font-size: 19px;
}

.deals-body{
	padding-bottom: 0px;
	background-color: #fff;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	cursor: pointer;
}

.deals-image{
	border: 1px solid #ECF0F1;
}

.deals-image img{
	min-width: 100% !important;
	height: 140px !important;
}

.col-sm-qu .deals-image img{
	min-width: 100% !important;
	height: 100px !important;
}

.deals-image strong{
	position: absolute;
    display: inline-block;
    right: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 15px;
    background: #EA322F;
    padding: 3px 10px;
	color: #fff;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
}

.deals-viewbtn-hometab{
	height: 36px;
	text-align: center;
	padding: 7.5px;
	cursor: pointer;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}
.deals-viewbtn-hometab:hover{
	background-color: #345372;
}

@media (max-width: 767px) {
	.deals-image img{
		height: 240px !important;
	}
	.col-sm-qu .deals-image img{
		height: 200px !important;
	}
}

.deals-panel{
	margin-bottom: 0px;
	border: 2px solid #ECF0F1;
}

.deals-arrowUp{
	background-color: #ECF0F1;
}

.deals-ButtonContainer{
	background-color: #ECF0F1;
}

@media (max-width: 767px) {
	.deals-ButtonContainer h4, .deals-ButtonContainer a{
		text-align: center;
		width: 100%;
	}
}

.dealsPricePackages{
	float: left;
	padding: 7.5px;
	padding-left: 11px;
	height: 36px;
}

.dealsPricePackages-hometab{
	float: left;
	padding: 7.5px;
	padding-left: 11px;
	height: 36px;
}

.flightTotalPricePackages{
	font-size: 15px;
	text-transform: capitalize;
	color: white;
}

.summaryTotalPricePackages{
	font-size: 24px;
	text-transform: capitalize;
	color: white;
}

.summaryPricePackages{
	float: left;
	padding: 1px;
	padding-left: 20px;
}

.failedPage{
	color: white;
	font-size: 24px;
}

.flightPerPers{
	font-size: 10px;
}

.flightTotalPrice{
	float: right;
	font-size: 15px;
	text-transform: capitalize;
	padding-right: 15px;
}

.arrow-upFlight {
	position: relative;
	left: 28px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #EA322F;
}

.failed_form {
	padding-top: 15px;
	border-top: 1px solid #DBDBDB;
}

.attractionBorder{
	border-style: solid;
	border-width: 1px;
	border-color:#dbdbdb;
}

.failedBorder{
	border-style: solid;
	border-width: 1px;
	border-color:#dbdbdb;
}

.flightBorder{
	border-style: solid;
	border-width: 1px;
	border-color:#dbdbdb;
}

.dealsBorder{
	border-style: solid;
	border-width: 1px;
	border-color:#dbdbdb;
	padding: 5px;
}

.dealsBorder2{
	outline: 1px solid #DBDBDB;
	background-color: #ECF0F1;
	padding-bottom: 5px;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}

.dealsBorder2:hover{
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.dealsBorder2-hometab{
	outline: 1px solid #DBDBDB;
	background-color: #ECF0F1;
	padding-bottom: 5px;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
	min-height: 335px;
}

.dealsBorder2-hometab:hover{
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.deals-title {
	padding-top: 0px;
	text-align: center;
	padding-bottom: 10px;
}

.deals-title h4{
	height: 36px;
	overflow: hidden;
}

.deals-title-hometab{
	padding-top: 0px;
	text-align: center;
	padding-bottom: 0px;
}

.deals-title-hometab h5{
	height: 28px;
	overflow: hidden;
}

.deals-dates{
	color: grey;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #DBDBDB;
}

.deals-dates-hometab{
	color: grey;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #DBDBDB;
}

.deals-description{
	height: 28px;
}

.deals-description-hometab{
	height: 58px;
	line-height: 12px;
}

.deals-description-hometab .text-danger{
	padding-top: 5px;
}

.col-sm-qu.deals-hometab{
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.deals-description{
		height: 10px;
	}
	.deals-description-hometab{
		height: 25px;
		line-height: 12px;
	}
	.deals-title{
		padding-bottom: 0px;
	}
	.deals-title p{
		font-size: 16px !important;
	}
	.deals-title h4{
		font-size: 20px;
		height: 21px;
	}
	.deals-title-hometab p{
		font-size: 16px !important;
	}
	.deals-title-hometab h5{
		font-size: 20px;
		height: 21px;
		overflow: hidden;
	}
	.dealsBorder2-hometab{
		min-height: 435px;
	}
}

.passengerPackagesBorder{
	border-style: solid;
	border-width: 1px;
	border-color:#dbdbdb;
	border-top: 0px;
}

.attractionPriceDivider{
	font-weight:lighter;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.carHireHead{
	background-color: #DDDDDD;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}

.carHireBody{
	border-bottom: 1px solid #dbdbdb;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.carHireBodyInsName{
	border-right: 1px solid #dbdbdb;
}

.hotelRoomHead{
	background-color: #DDDDDD;
}

.hotelRoomHead1{
	background-color: #DDDDDD;
	font-size:12px;
	padding: 5px;
}

.table-no-outside-border {
    border-collapse: collapse;
}
.table-no-outside-border td, .table-no-outside-border th {
    border: 1px solid #dbdbdb;
}
.table-no-outside-border tr:first-child th {
    border-top: 0;
}
.table-no-outside-border tr td:first-child,
.table-no-outside-border tr th:first-child {
    border-left: 0;
}
.table-no-outside-border tr td:last-child,
.table-no-outside-border tr th:last-child {
    border-right: 0;
}

.packageRoomButton{
	float:right;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size:12px;
	text-transform: capitalize;
	color: #808589;
	font-style: italic;
}

.billing-information{
	background-color: #EFEFEF;
}

.passenger-information{
	background-color: #EFEFEF;
}

.submit-information{
	background-color: #EFEFEF;
}

.form-required::after{
	color: #EA322F;
	content: " *";
}

.booking-success-logo{
	position: relative;
	left: 47%;
	padding-bottom: 10px;
}

.success-booking-pax-head{
	background-color: #EFEFEF;
}

.success-booking-flight-head{
	background-color: #EFEFEF;
	padding: 4px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.success-booking-flight-body{
	background-color: #f3f4f4;
	padding: 4px 0px;
	margin: 0;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}

.success-booking-flight-body p{
	margin: 0;
	padding: 2px 0px;
}

.success-booking-hotel-body{
	background-color: #f3f4f4;
	padding: 2px 0px;
	padding-top: 10px;
	padding-right: 15px;
	margin: 0;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}

.success-booking-hotel-body1{
	background-color: #FFFFFF;
	padding: 2px 0px;
	padding-top: 10px;
	padding-right: 15px;
	margin: 0;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}

.success-booking-hotel-head{

	padding: 4px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.success-booking-hotel-subhead{
	background-color: #EFEFEF;
	padding: 2px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.payment-page-cc{
	color: #EA322F;
}

.under-construction-banner{
	padding-top: 10px;
	padding-bottom: 10px;
	background: red;
}

.hotelHeader{
	border-bottom: 1px solid #dbdbdb;
}

.hotelHeaderPrice{
	border-right: 1px solid #dbdbdb;
}

.hotelDesc{
	padding-top: 10px;
}

@media screen and (max-width: 991px) {
	.accom-small-img{
		width: 97% !important;
		padding-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.singleimgnotable .pull-left{
		width: 100%;
		height: auto;
	}
	.accom-small-img{
		width: 100% !important;
		padding-top: 10px;
	}
	.attraction-singleimgnotable img{
		width: 100%;
		height: auto;
	}
	.attraction-title-price-desc{
		padding-top: 10px;
		border-top: 1px solid #dbdbdb;
	}
	.table-hotels .price p {
		display: inline-block;
		vertical-align: middle;
		line-height: 50%;
		padding: 0;
	}
	.table-hotels .price p.text-danger {
		font-size: 28px;
	}
	.table-hotels .price {
		width: auto;
		padding-top: 5px;
	}
}

@media screen and (max-width: 588px) {
	.hotelHeaderPrice {
        border-right: 1px solid #dbdbdb;
		width: 75%;
    }
	.singleimgnotable{
		width: 100%;
	}
	.hotelHeader{
		padding-top: 10px;
		width: 100%;
	}
	.hotelDesc{
		width: 100%;
	}
}

@media screen and (max-width: 451px) {
	.hotelHeaderPrice {
		width: 65%;
    }
	.table-hotels .price {
		width: auto;
		padding-top: 5px;
		padding-left: 25px;
	}
}

@media screen and (max-width: 379px) {
	.hotelHeaderPrice {
		width: 60%;
    }
	.table-hotels .price {
		width: auto;
		padding-top: 5px;
		padding-left: 20px;
	}
}

.eachhotelResult{
	overflow-x:hidden;
}

.fullPackage{
	overflow-x:hidden;
}

.advanced-search-options-title{
	padding: 5px 15px;
	background-color: #2C3E50;
	color: white;
	cursor: pointer;
	cursor: hand;
}

.advanced-search-options-title label{
	cursor: pointer;
	cursor: hand;
}

.advanced-search-options-title span{
	clear: both;
	float: right;
	position: relative;
	top: 5px;
}

.sortingFlightTable{
	background: white;
	display: none;
	border: 1px solid #DDDDDD;
	padding: 15px 15px;
}

.sortingFlightTable1{
	background: white;
}

.hotelPriceRange{
	padding-bottom: 38px;
}

.slider-ta{
	border: 1px solid #DDDDDD;
}

.slider-ta .noUi-connect {
	background: #EA322F !important;
}

.slider-ta.noUi-connect {
	background: #EA322F !important;
}

.slider-ta .noUi-handle {
	border-color: #EA322F !important;
}

.slider-ta.circle-filled .noUi-handle, .slider-ta.square .noUi-handle {
	background: #EA322F !important;
}

.eachAttractionResult{
	padding: 6px 6px;
	border-top: 3px solid #dbdbdb;
}

.attractionHeaderPrice{
	border-left: 1px solid #dbdbdb;
	line-height: 145%;
	padding-right: 15px;
}

.attractionHeaderPrice .text-danger{
	font-size: 28px;
}

.attractionHeaderPrice p{
	font-size: 12px;
}

.attraction-description{
	padding-top: 3px;
	border-top: 1px solid #dbdbdb;
	font-size: 12px;
}

.attraction-description a{
	color: red;
}

.singleimgnotable{
	z-index: 1;
}

.attraction-singleimgnotable{
	z-index: 1;
}

.attraction-bottom-red-bar{
	font-size: 15px;
	color: white;
}

.attraction-bottom-red-bar a{
	color: white;
}

.attraction-bottom-blue-bar{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	color: white;
}

.attraction-pax-div{
	padding-top: 10px;
}

.attraction-pax-info{
	background: #DDDDDD;
	padding-left: 10px;
}

.attraction-pax-quantity{
	width: 100%;
	padding-left: 5px;
}

.attraction-pax-quantity::placeholder{
	font-size: 12px;
}

.attraction-bottom-buttons{
	padding-top: 15px;
}

.attraction-booking-confirm{
	font-size: 18px;
	padding: 5px 15px;
	border: solid 1px #dbdbdb;
}

.hotel-booking-confirm{
	font-size: 16px;
	padding: 5px 15px;
	border: solid 1px #dbdbdb;
}

.hotel-recap-confirm{
	padding: 5px 15px;
	background-color: #2C3E50;
	color: white;
}

.attraction-success-info{
	font-size: 16px;
	border: solid 1px #dbdbdb;
	background-color: #EFEFEF;
	padding: 15px 0px;
}

.accom-small-img{
	width: 114%;
	padding-top: 10px;
}

.accom-subtitle{
	padding: 0px 0px;
}

.accom-subtitle p{
	color: grey;
	font-style: italic;
}

.accom-booking-subtitle{
	padding: 5px 5px;
	padding-top: 15px;
	border: solid 1px #dbdbdb;
	border-bottom: 0px;
}

.accom-booking-subtitle p{
	color: grey;
	font-style: italic;
}

.accom-TC{
	padding-bottom: 15px;
	border-bottom: 1px solid #DBDBDB;
}

.callback-title{
	padding-bottom: 8px;
}

/* START VEHICLE */

.all_vehicle_result_outer{
	padding: 0px;
	padding-top: 15px;
}

.vehicle_location_border{
	border: 1px solid #DBDBDB;
	padding: 0px;
}

.vehicle_location_select{
	background-color: #2C3E50;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	width: 100%;
}

.vehicle_location_select label{
	display: block;
	text-align: center;
}

.vehicle_single_locations_outer{
	padding-left: 15px;
	padding-right: 15px;
}

.vehicle_single_locations{
	cursor: pointer;
	border: 1px solid #DBDBDB;
	margin-bottom: 15px;
	height: 100px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}

.vehicle_single_locations:hover{
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.vehicle_single_locations:hover .vehicle_location_top{
	color: #fff;
	background-color: #C1C1C1;
}

.vehicle_single_locations:hover .vehicle_location_bottom{
	background-color: #F7F7F7;
}

.vehicle_location_top {
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #B9B9B9;
}

.vehicle_location_bottom {
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
	background-color: #EFEFEF;
	padding-top: 5px;
	padding-bottom: 20px;
	line-height: 17px;
}

/* END VEHICLE */

table.sort-best-price-table td, th {
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
}

table.sort-best-price-table td:last-child {
	border-bottom: 1px solid #DBDBDB;
}

table.sort-best-price-table th#all-results {
	min-width: 100px !important;
}

table.sort-best-price-table tbody {
	border: 2px solid #fff !important;
	border-bottom: 1px solid #DBDBDB !important;
}

.mobile-search-box-outer {
	padding-bottom: 15px;
}

.mobile-search-box {
	padding: 5px 15px;
	background-color: #2C3E50;
	color: white;
	cursor: pointer;
	cursor: hand;
}

.mobile-search-box label{
	cursor: pointer;
	cursor: hand;
}

.mobile-search-box span{
	clear: both;
	float: right;
	position: relative;
	top: 5px;
}

@media (max-width: 992px) {
	.search-box-outer-div{
		display: none;
	}
	.socialIcons.text-right{
		text-align: -webkit-center;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) {
	.search-box-outer-div{
		display: block;
	}
}

.chosen-container.chosen-container-single {
    width: 100% !important; /* or any value that fits your needs */
}

a.header_socials img{
	width: 39px;
	height: 39px;
	margin-top: 8px;
	margin-bottom: 11px;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}

a.header_socials.social_facebook img{
	width: 36px;
	height: 36.2px;
}

a.header_socials img:hover{
	position: relative;
	top: -2px;
}

.box-comment{
	padding-top: 25px;
}

.social-media-buttons{
	padding-bottom: 5px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.social-media-share-title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 1px;
}

.social-media-buttons-counter{
	border-right: 3px solid #DBDBDB;
	top: 24px;
}

@media (max-width: 768px) {
	.social-media-buttons-counter{
		border-right: 0px;
		border-top: 3px solid #DBDBDB;
		top: 0px;
		margin-bottom: 8px;
	}
	.social-media-buttons{
		padding-bottom: 0px;
	}
}

.social-media-buttons-counter p{
	text-align: center;
}

.social-media-buttons-counter-number{
	font-size: 35px !important;
	margin-bottom: 0px !important;
}

.social-media-buttons-counter-text{
	font-size: 25px !important;
}

.social-media-buttons h4{
	margin: 0;
	padding: 10px 0;
}

.social-media-buttons ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-media-buttons ul li{
	width: auto;
	display: inline-block;
}

.social-media-buttons ul li a{
	width: 64px;
	height: 64px;
	display: block;
	margin: 5px;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}

.social-media-buttons ul li a img{
	width: 64px;
	height: 64px;
	display: block;
	margin: 5px;
}

.social-media-buttons ul li a img:hover{
	position: relative;
	top: -2px;
	border-radius: 50%;
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.homepage-h1{
	font-family: "Montserrat", sans-serif;
    font-weight: normal;
    position: relative;
}

.homepage-p{
	font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.homepage-square-deal-price{
	font-size: 2em;
    color: #EA322F;
    font-weight: 600;
    bottom: 2.16em;
    padding-left: 0.25em;
    position: absolute;
}

.homepage-square-deal-price > span{
	color: #2C3E50;
    font-size: initial;
}

#login-container * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
#login-container.login-main-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#login-container h1 {
  color: #2C3E50;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 25px; }
#login-container .login-form #login-form {
  width: 350px;
  padding: 4rem;
  background: #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  box-shadow: 0px 3px 8px 0 hsla(0, 0%, 0%, 0.4);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#login-form .input-group-addon {
	border-radius: 5px 0px 0px 5px;
}

#login-form {
  padding: 4rem;
  background: #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 3px 8px 0 hsla(0, 0%, 0%, 0.4);
}

#login-container .form-group {
  position: relative;
  margin-bottom: 15px; }

#login-container .hr {
	border-top: 1px solid #a5a5a5;
}

.hr {
	border-top: 1px solid #dbdbdb;
}

#login-container .form-control {
  width: 100%;
  height: 50px;
  border: none;
  padding: 5px 7px 5px 15px;
  background: #fff;
  color: #666;
  font-size: 14px;
  border: 1px solid #ddd;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: bold;
}

#login-container .form-control::placeholder {
	color: #999999;
	font-weight: lighter;
}

#login-container .form-control:focus, #login-container .form-control:focus + .fa {
  border-color: #37BC9B;}
#login-container .form-group .fa {
  position: absolute;
  right: 15px;
  top: 17px;
  color: #999; }
#login-container .log-btn {
  background: #ED2F26;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
#login-container .log-btn.green {
  background: #5cb85c;
}
#login-container .log-btn:hover {
  background: #cc2820;
}
#login-container .link {
  text-decoration: none;
  color: #a0a0a0;
  font-size: 12px;
  margin-bottom: 15px; }
#login-container .link:hover {
  text-decoration: underline;
  color: #8C918F; }

#login-container .login-spinner {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #ED2F26;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-animation: spin 0.5s ease-in infinite; /* Safari */
  animation: spin 0.5s ease-in infinite;
}

#login-container .noPaddLR {
  padding-left: 0px;
  padding-right: 0px;
}

#login-container h1 {
	font-size: 22px;
	padding-bottom: 15px;
}

/* CUSTOMER PORTAL */
#customer-portal-container .card {
	box-shadow: 0 3px 10px 0 hsla(0, 0%, 0%, 0.2);
}

#customer-portal-container .active-pill {
	border-bottom: 2px solid #EA322F;
	background-color: #e6e6e6;
}

#customer-portal-container .customer-pills {
    background-color: #f9f9f9;
	box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
}

#customer-portal-container .customer-pills-li:hover{
	background-color: #dbdbdb;
}

#customer-portal-container .customer-pills-li:hover:active{
	background-color: #cccbcb;
}

#customer-portal-container .customer-panel-heading{
	border-bottom: 2px solid #EA322F;
    display: block;
    padding: 4px 5px;
}

#customer-portal-container .panel {
	border: 0 !important;
	box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
}
#customer-portal-container .panel-body {
	border: 0 !important;
}

#customer-portal-container h1 {
    margin-bottom: 8px;
    margin-top: 7px;
}

#customer-portal-container .nav > li > a {
	padding: 13px 15px;
}

#customer-portal-container th {
	font-size: 14px;
}

/* BLANK MODAL */
#blankModal .modal-header {
	padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#blankModal .modal-header .close {
    margin-top: -2px;
}

#blankModal button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

#blankModal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

#blankModal .modal-title {
    margin: 0;
    line-height: 1.45;
}

#blankModal h4 {
    font-size: 1.62rem;
}

#blankModal .modal-body {
    position: relative;
    padding: 15px;
	overflow-x: auto;
}

#blankModal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

#blankModal .border-info {
	border: 1px solid #2c3e50 !important;
}

#blankModal .white {
    color: #fff !important;
}

#blankModal .bg-info {
	background-color: #2c3e50!important;
}

#blankModal .form-control {
  width: 100%;
  height: 50px;
  border: none;
  padding: 5px 7px 5px 15px;
  background: #fff;
  color: #666;
  font-size: 15px;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

#blankModal .form-control:focus, #blankModal .form-control:focus + .fa {
  border-color: #37BC9B;}

#blankModal .log-btn {
  background: #5CB85C;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
#blankModal .log-btn:hover {
  background: #449D44;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@-moz-keyframes wrong-log {
  0%, 100% {
    left: 0px; }
  20% , 60% {
    left: 15px; }
  40% , 80% {
    left: -15px; } }
@-webkit-keyframes wrong-log {
  0%, 100% {
    left: 0px; }
  20% , 60% {
    left: 15px; }
  40% , 80% {
    left: -15px; } }
@keyframes wrong-log {
  0%, 100% {
    left: 0px; }
  20% , 60% {
    left: 15px; }
  40% , 80% {
    left: -15px; } }

.no-bottom-border {
	border-bottom: 0px !important;
}

.red-top-border {
	border-top: 2px solid #EA322F;
}



.customer-booking {
	background-color: #E2F3F2;
}

.customer-booking:hover {
	background-color: #d0e2e1;
}

.customer-booking-inner {
	box-shadow: inset 0 3px 4px 0 hsla(0, 0%, 0%, 0.18);
    padding-top: 5px;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-05,
.my-05 {
  margin-top: 0.125rem !important;
}

.mt-06,
.my-06 {
    margin-top: 0.15rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.nav.nav-tabs .nav-item .nav-link{
	padding: 0.5rem 0.7rem;
	display: block;
}
.nav.nav-tabs .nav-item .nav-link.active{
	background-color: #FFF;
	border-radius: 0.25rem 0.25rem 0 0;
}
.nav.nav-tabs .nav-item .nav-link i.float-xs-right{
	margin-left: 0.5rem;
}
.nav.nav-tabs .nav-item .nav-link.dropdown-toggle::after{
	top: -15px;
}
.nav.nav-tabs .nav-item:hover{
	color: #333;
}
.nav.nav-tabs.wrap-border{
	border: 1px solid #DDD;
}
.nav.nav-tabs.no-hover-bg .nav-item:hover{
	background-color: transparent;
}
.nav.nav-tabs .dropdown .dropdown-item.active{
	background-color: transparent;
	color: #55595C;
}
.nav.nav-tabs .dropdown .dropdown-item.active:focus{
	background-color: transparent;
	color: #55595C;
}
.nav.nav-tabs.square-border{
	border-radius: 0;
}
.nav.nav-tabs.square-border .nav-item .nav-link.active{
	border-radius: 0;
}
.nav.nav-tabs.nav-justified{
	width: 100%;
}
.nav.nav-tabs.nav-justified .nav-item{
	float: none;
}
.nav.nav-tabs.nav-justified .nav-link{
	text-align: center;
	margin-bottom: 5px;
}
.nav.nav-tabs.nav-justified > .dropdown .dropdown-menu{
	top: auto;
	left: auto;
}
@media (min-width: 544px){
	.nav.nav-tabs.nav-justified .nav-item{
		display: table-cell;
		width: 1%;
	}
	.nav.nav-tabs.nav-justified .nav-link{
		margin-bottom: 0;
	}
}
.nav.nav-tabs.nav-justified .nav-link{
	margin-right: 0;
	border-radius: 0.18rem;
}
@media (min-width: 544px){
	.nav.nav-tabs.nav-justified .nav-link.active, .nav.nav-tabs.nav-justified .nav-link.active:hover, .nav.nav-tabs.nav-justified .nav-link.active:focus{
		border-bottom-color: transparent;
	}
}
.nav.nav-tabs.nav-justified .nav-item a.nav-link.active{
	background-color: #FFF;
}
.nav.nav-tabs.nav-top-border .nav-item a{
	color: #2C3E50;
}
.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active{
	border-top: 3px solid #2C3E50;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #555;
}

.nav.nav-tabs.nav-topline{
	border-bottom: none;
}
.nav.nav-tabs.nav-topline .nav-item:hover{
	background-color: transparent;
}
.nav.nav-tabs.nav-topline .nav-item:not(:last-child){
	border-right: none;
}
.nav.nav-tabs.nav-topline .nav-item a{
	border: 1px solid rgba(40, 44, 42, 0.1);
	border-bottom: none;
}
.nav.nav-tabs.nav-topline .nav-item a.nav-link{
	padding: 0.8rem 0.5rem;
	background: rgba(40, 44, 42, 0.05);
	color: #74777B;
	line-height: 1;
	-webkit-transition: color 0.2s;
	        -o-transition: color 0.2s;
	        transition: color 0.2s;
}
.nav.nav-tabs.nav-topline .nav-item a.nav-link.active{
	background: none;
	-webkit-box-shadow: inset 0 3px 0 #DA4453;
	        box-shadow: inset 0 3px 0 #DA4453;
	color: #DA4453;
	border-radius: 0;
	border-top-color: #DA4453;
	border-bottom: none;
}
.nav.nav-tabs.nav-topline .nav-item a.nav-link:hover, .nav.nav-tabs.nav-topline .nav-item a.nav-link:focus{
	color: #DA4453;
}
.nav.nav-tabs.nav-topline .nav-item a.nav-link.dropdown-toggle::after{
	top: -10px;
}
.nav.nav-tabs.nav-underline{
	background: #FFF;
	position: relative;
	border-bottom: 1px solid #3BAFDA;
}
.nav.nav-tabs.nav-underline .nav-item{
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	-moz-flex: 1;
	 -ms-flex: 1;
	     -webkit-box-flex: 1;
	        flex: 1;
	margin-left: 0;
}
.nav.nav-tabs.nav-underline .nav-item.open a .nav-link{
	background-color: transparent;
}
.nav.nav-tabs.nav-underline .nav-item.open a .nav-link:focus, .nav.nav-tabs.nav-underline .nav-item.open a .nav-link:hover{
	background-color: transparent;
	color: #3BAFDA;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link{
	position: relative;
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	padding: 0.5rem 1rem;
	-webkit-transition: color 0.2s;
	        -o-transition: color 0.2s;
	        transition: color 0.2s;
	color: #3BAFDA;
	border: none;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link.dropdown-toggle::after{
	margin-top: -1rem;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link.active{
	border: none;
	background-color: transparent;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:focus, .nav.nav-tabs.nav-underline .nav-item a.nav-link.active:hover{
	color: #55595C;
	background-color: transparent;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link.active:before{
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link:hover, .nav.nav-tabs.nav-underline .nav-item a.nav-link:focus{
	color: #3BAFDA;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-link:before{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #3BAFDA;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	        transition:         -webkit-transform 0.3s;
	        -o-transition:         transform 0.3s;
	        transition:         transform 0.3s;
	        transition:         transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translate3d(0, 150%, 0);
	        transform: translate3d(0, 150%, 0);
}
.nav.nav-tabs.nav-linetriangle{
	border-bottom-color: #F6BB42;
}
.nav.nav-tabs.nav-linetriangle .nav-item{
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	-moz-flex: 1;
	 -ms-flex: 1;
	     -webkit-box-flex: 1;
	        flex: 1;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link{
	position: relative;
	display: block;
	overflow: visible;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	border: none;
	color: #55595C;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-color: #F6BB42;
	color: #F6BB42;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after, .nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before{
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before{
	margin-left: -11px;
	border-width: 12px;
	border-top-color: #F6BB42;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:after{
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #FFF;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:focus{
	color: #F6BB42;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle:after{
	margin-top: -1rem;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.dropdown-toggle.active:after{
	margin-top: 0;
}
.nav.nav-tabs.nav-linetriangle.nav-justified{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-color: #F6BB42;
}
.nav.nav-tabs.nav-linetriangle.nav-justified .nav-item a.nav-link.active{
	top: 0px;
}
.nav.nav-tabs.nav-iconfall{
	overflow: visible;
	border-bottom: none;
}
.nav.nav-tabs.nav-iconfall .nav-item{
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	-moz-flex: 1;
	 -ms-flex: 1;
	     -webkit-box-flex: 1;
	        flex: 1;
	margin: 0.5rem 0.7rem 0;
}
.nav.nav-tabs.nav-iconfall .nav-item:hover, .nav.nav-tabs.nav-iconfall .nav-item:focus{
	background-color: transparent;
}
.nav.nav-tabs.nav-iconfall .nav-item a.nav-link{
	display: inline-block;
	padding: 1em 0 2em;
	color: #74777B;
	position: relative;
	line-height: 2.5;
	width: 100%;
	border: none;
	-webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	        -o-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	        transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.nav.nav-tabs.nav-iconfall .nav-item a:hover, .nav.nav-tabs.nav-iconfall .nav-item a:focus{
	color: #2CC185;
	border: none;
}
.nav.nav-tabs.nav-iconfall .nav-item a.active{
	color: #2CC185;
	border: none;
	background-color: transparent;
}
.nav.nav-tabs.nav-iconfall .nav-item a.active i:after{
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
}
.nav.nav-tabs.nav-iconfall .nav-item a.active i:before{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.nav.nav-tabs.nav-iconfall .nav-item a i{
	display: block;
	margin-right: 0;
}
.nav.nav-tabs.nav-iconfall .nav-item a i:after{
	position: absolute;
	bottom: 1em;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 4px;
	background: #2CC185;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	        transition:         -webkit-transform 0.2s ease-in;
	        -o-transition:         transform 0.2s ease-in;
	        transition:         transform 0.2s ease-in;
	        transition:         transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
	-webkit-transform: scale3d(0, 1, 1);
	        transform: scale3d(0, 1, 1);
}
.nav.nav-tabs.nav-iconfall .nav-item a i:before{
	display: block;
	margin: 0 0 0.35em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	        -webkit-transition:         opacity 0.2s, -webkit-transform 0.2s;
	        transition:         opacity 0.2s, -webkit-transform 0.2s;
	        -o-transition:         transform 0.2s, opacity 0.2s;
	        transition:         transform 0.2s, opacity 0.2s;
	        transition:         transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
	-webkit-transform: translate3d(0, -100px, 0);
	        transform: translate3d(0, -100px, 0);
	pointer-events: none;
}
.nav.nav-tabs.nav-iconfall .nav-item a.dropdown-toggle:after{
	margin-top: -1rem;
}
.nav .nav-item .nav-link{
	display: block;
}
.nav .dropdown-divider{
	margin: 0.5rem 0;
}

@media (min-width: 544px){
	.nav.nav-tabs.nav-linetriangle.nav-justified .nav-item, .nav.nav-tabs.nav-iconfall.nav-justified .nav-item, .nav.nav-tabs.nav-underline.nav-justified .nav-item{
		display: table-cell !important;
	}
}

.nav-vertical .nav-left.nav-tabs{
	float: left;
	border-bottom: 0;
	border-right: 1px solid #DDD;
	border-radius: 0;
	display: table;
}
.nav-vertical .nav-left.nav-tabs li.nav-item{
	float: none;
	margin: 0;
	margin-right: -1px;
}
.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active{
	border: 1px solid #DDD;
	border-right: 0;
	border-radius: 0.25rem 0 0 0.25rem;
}
.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link{
	color: #DA4453;
}
.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active{
	border-left: 3px solid #DA4453;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #555;
}

.nav-vertical .nav-left ~ .tab-content{
	margin-left: 45px;
}
.nav-vertical .nav-left ~ .tab-content .tab-pane{
	display: none;
	background-color: #FFF;
	padding: 0 0 0.6rem 1rem;
	overflow-y: auto;
}
.nav-vertical .nav-left ~ .tab-content .tab-pane.active{
	display: block;
}

.nav-vertical .nav-right.nav-tabs{
	float: right;
	border-bottom: 0;
	border-left: 1px solid #DDD;
	border-radius: 0;
	display: table;
}
.nav-vertical .nav-right.nav-tabs li.nav-item{
	float: none;
	margin: 0;
	margin-left: -1px;
}
.nav-vertical .nav-right.nav-tabs li.nav-item a.nav-link.active{
	border: 1px solid #DDD;
	border-left: 0;
	border-radius: 0 0.25rem 0.25rem 0;
}
.nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link{
	color: #DA4453;
}
.nav-vertical .nav-right.nav-tabs.nav-border-right li.nav-item a.nav-link.active{
	border-right: 3px solid #DA4453;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #555;
}

.nav-vertical .nav-right ~ .tab-content .tab-pane{
	display: none;
	background-color: #FFF;
	padding: 0 0 0.6rem 1rem;
	overflow-y: auto;
}
.nav-vertical .nav-right ~ .tab-content .tab-pane.active{
	display: block;
}

.nav.nav-tabs.nav-only-icon .nav-item .nav-link{
	font-size: 1.25rem;
}
.nav.nav-tabs.nav-only-icon .nav-item .nav-link i{
	margin-left: 0.5rem;
}

.nav.nav-tabs .nav-item.open .nav-link, .nav.nav-tabs .nav-item.open .nav-link:focus{
	background-color: transparent;
}

.nav.nav-tabs.nav-justified{
	width: 100%;
}
.nav.nav-tabs.nav-justified .nav-item{
	float: none;
}
.nav.nav-tabs.nav-justified .nav-link{
	text-align: center;
	margin-bottom: 5px;
}
.nav.nav-tabs.nav-justified > .dropdown .dropdown-menu{
	top: auto;
	left: auto;
}
@media (min-width: 544px){
	.nav.nav-tabs.nav-justified .nav-item{
		display: table-cell;
		width: 1%;
	}
	.nav.nav-tabs.nav-justified .nav-link{
		margin-bottom: 0;
	}
}
.nav.nav-tabs.nav-justified .nav-link{
	margin-right: 0;
	border-radius: 0.18rem;
}
@media (min-width: 544px){
	.nav.nav-tabs.nav-justified .nav-link.active, .nav.nav-tabs.nav-justified .nav-link.active:hover, .nav.nav-tabs.nav-justified .nav-link.active:focus{
		border-bottom-color: transparent;
	}
}
.nav.nav-tabs.nav-justified .nav-item a.nav-link.active{
	background-color: #FFF;
}

.nav.nav-tabs.nav-top-border .nav-item a{
	color: #2C3E50;
}
.nav.nav-tabs.nav-top-border .nav-item a.nav-link.active{
	border-top: 3px solid #2C3E50;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #555;
}

.nav.no-hover-bg .nav-item:hover{
	background-color: transparent;
}

.nav.nav-tabs.no-hover-bg .nav-item:hover{
	background-color: transparent;
}

.nav-grey-bottom {
	border-bottom: 1px solid #ddd !important;
}

.nav-item .active {
	border-top: 3px solid #2c3e50;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #555;
}

#customer-portal-container .nav > li > a {
	border-top: 3px solid #ffffffff !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: #555 !important;
}

#customer-portal-container .nav > li.active > a,
#customer-portal-container .nav > li.active > a:hover,
#customer-portal-container .nav > li.active > a:focus {
	border-top: 3px solid #2c3e50 !important;
}

.nav-tabs .nav-link:focus{
	border-color: #ECEEEF #ECEEEF #DDD !important;
}
.nav-tabs .nav-link:hover{
	border-color: #ECEEEF #ECEEEF #DDD !important;
}

#customer-portal-container .nav.nav-tabs.nav-top-border .nav-item a:hover{
	color: #4FC1E9 !important;
}

.nav-link {
	border: 1px solid #dbdbdb !important;
}

#customer-portal-container .portal_well p {
	/* font-size: 5px; */
}

#customer-portal-container .portal_well p strong {
	font-size: 22px;
	font-variant: all-small-caps;
}

#customer-portal-container .portal_well p span {
	font-size: 14px;
    font-weight: bold;
}

#customer-portal-container .portal_well th {
	font-size: 12px;
}

#customer-portal-container #passenger-table select {
	padding: 0px;
}

#portal_documents div > p > strong {
	font-size: 15px;
}

.portal-document {
    overflow: hidden;
	transition: 0.2s all;
}

.thumbnail.portal-document:hover {
    border-color: #dddddd !important;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2)
}

@media (max-width: 768px) {
	.thumbnail.portal-document .caption > p {
		font-size: 16px;
	}

	#customer-portal-container .card-header a {
		font-size: 14px;
	}

	#customer-portal-container input:not([type=radio]) {
		min-width: 87px;
	}

	#customer-portal-container #passenger-table-overflow-div {
		overflow-y: scroll;
	}
}

@media (min-width: 768px) {
	#customer-portal-container .portal_well {
		height: 275px;
		overflow: auto;
	}

	#customer-portal-container .portal_well_large {
		height: 375px;
		overflow: auto;
	}

	.portal-document {
	  /*  max-height: 119px;
		min-height: 119px;*/
	}
}

.tippy-tooltip.light-theme {
    color: #26323d;
    -webkit-box-shadow: 0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);
    box-shadow: 0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);
    background-color: #fff;
	border: 1px solid #2C3E50;
	font-size: 12px;
}

.tippy-tooltip.light-theme .tippy-backdrop {
    background-color: #fff
}

.tippy-tooltip.light-theme .tippy-roundarrow {
    fill: #fff;
}

.tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
    border-top: 7px solid #2C3E50;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom: 7px solid #2C3E50;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
    border-left: 7px solid #2C3E50;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
    border-right: 7px solid #2C3E50;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#customer-portal-container .nav-item.active > .nav-link {
    color: #3b8ca9 !important;
	background-color: #ddd !important;
	cursor: pointer;
}

#customer-portal-container .nav-item.active > .nav-link:hover {
    background-color: #eaeaea !important;
}

.nav-item .active > #customer-portal-container .nav > li.active > a, #customer-portal-container .nav > li.active > a:hover, #customer-portal-container .nav > li.active > a:focus {
    border-top: 3px solid #2c3e50 !important;
}

.btn-outline-info{
	border-color: #2C3E50;
	background-color: transparent;
	color: #2C3E50;
}
.btn-outline-info:hover{
	background-color: #2C3E50;
	color: #FFF !important;
}

.btn-outline-success{
	border-color: #37BC9B;
	background-color: transparent;
	color: #37BC9B;
}
.btn-outline-success:hover{
	background-color: #37BC9B;
	color: #FFF !important;
}

#customer-portal-header {
	border-bottom: 3px solid #2c3e50 !important;
}

.text-red {
	color: #EA322F !important;
}

.embed-responsive.embed-responsive-16by9 {
	min-height: 247px;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	min-height: 247px;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

/* PW4ntMvWvIE */
/* 1zGJvDjrHAc */

/* <iframe class="embed-responsive-item" width='420' height='315' src='https://www.youtube.com/embed/PW4ntMvWvIE' frameborder='0' allowfullscreen></iframe> */
/* <iframe class="embed-responsive-item" width='560' height='315' src='https://www.youtube.com/embed/1zGJvDjrHAc' frameborder='0' allowfullscreen></iframe> */

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto !important;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("https://www.touramerica.ie/upload/img/yt-play-btn.png") no-repeat;
	cursor: pointer;
}

.p-01{
  padding: 0.1rem !important;
}
.p-02{
  padding: 0.2rem !important;
}
.p-03{
  padding: 0.3rem !important;
}
.p-04{
  padding: 0.4rem !important;
}
.p-05{
  padding: 0.5rem !important;
}
.p-06{
  padding: 0.6rem !important;
}
.p-07{
  padding: 0.7rem !important;
}
.p-08{
  padding: 0.8rem !important;
}
.p-09{
  padding: 0.9rem !important;
}

.pt-01{
  padding-top: 0.1rem !important;
}
.pt-02{
  padding-top: 0.2rem !important;
}
.pt-03{
  padding-top: 0.3rem !important;
}
.pt-04{
  padding-top: 0.4rem !important;
}
.pt-05{
  padding-top: 0.5rem !important;
}
.pt-06{
  padding-top: 0.6rem !important;
}
.pt-07{
  padding-top: 0.7rem !important;
}
.pt-08{
  padding-top: 0.8rem !important;
}
.pt-09{
  padding-top: 0.9rem !important;
}

.pr-01{
  padding-right: 0.1rem !important;
}
.pr-02{
  padding-right: 0.2rem !important;
}
.pr-03{
  padding-right: 0.3rem !important;
}
.pr-04{
  padding-right: 0.4rem !important;
}
.pr-05{
  padding-right: 0.5rem !important;
}
.pr-06{
  padding-right: 0.6rem !important;
}
.pr-07{
  padding-right: 0.7rem !important;
}
.pr-08{
  padding-right: 0.8rem !important;
}
.pr-09{
  padding-right: 0.9rem !important;
}

.pl-01{
  padding-left: 0.1rem !important;
}
.pl-02{
  padding-left: 0.2rem !important;
}
.pl-03{
  padding-left: 0.3rem !important;
}
.pl-04{
  padding-left: 0.4rem !important;
}
.pl-05{
  padding-left: 0.5rem !important;
}
.pl-06{
  padding-left: 0.6rem !important;
}
.pl-07{
  padding-left: 0.7rem !important;
}
.pl-08{
  padding-left: 0.8rem !important;
}
.pl-09{
  padding-left: 0.9rem !important;
}

.pb-01{
  padding-bottom: 0.1rem !important;
}
.pb-02{
  padding-bottom: 0.2rem !important;
}
.pb-03{
  padding-bottom: 0.3rem !important;
}
.pb-04{
  padding-bottom: 0.4rem !important;
}
.pb-05{
  padding-bottom: 0.5rem !important;
}
.pb-06{
  padding-bottom: 0.6rem !important;
}
.pb-07{
  padding-bottom: 0.7rem !important;
}
.pb-08{
  padding-bottom: 0.8rem !important;
}
.pb-09{
  padding-bottom: 0.9rem !important;
}

.m-05{
  margin: 0.5rem 0.5rem !important;
}
.m-06{
  margin: 0.6rem 0.6rem !important;
}
.m-07{
  margin: 0.7rem 0.7rem !important;
}
.m-08{
  margin: 0.8rem 0.8rem !important;
}
.m-09{
  margin: 0.9rem 0.9rem !important;
}

.mb-01{
  margin-bottom: 0.1rem !important;
}
.mb-02{
  margin-bottom: 0.2rem !important;
}
.mb-03{
  margin-bottom: 0.3rem !important;
}
.mb-04{
  margin-bottom: 0.4rem !important;
}
.mb-05{
  margin-bottom: 0.5rem !important;
}
.mb-06{
  margin-bottom: 0.6rem !important;
}
.mb-07{
  margin-bottom: 0.7rem !important;
}
.mb-08{
  margin-bottom: 0.8rem !important;
}
.mb-09{
  margin-bottom: 0.9rem !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pointer-events-none {
  pointer-events: none;
}

.mx-01 {
  margin-right: 0.1rem !important;
  margin-left: 0.1rem !important;
}

.mx-02 {
  margin-right: 0.2rem !important;
  margin-left: 0.2rem !important;
}

.mx-03 {
  margin-right: 0.3rem !important;
  margin-left: 0.3rem !important;
}

.mx-04 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}

.mx-05 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-06 {
  margin-right: 0.6rem !important;
  margin-left: 0.6rem !important;
}

.mx-07 {
  margin-right: 0.7rem !important;
  margin-left: 0.7rem !important;
}

.mx-08 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.mx-09 {
  margin-right: 0.9rem !important;
  margin-left: 0.9rem !important;
}




.mdc-radio-title > span {
  font-size: 100%;
}
@media (max-width: 768px) {
    .mdc-radio-title > span {
        position: initial !important;
        font-size: 100% !important;
    }
}


.mdc-radio-group {
  padding-left: 0;
  padding-right: 0;
}

.centered-box {
  padding: 1rem;
  background: #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 3px 8px 0 hsla(0, 0%, 0%, 0.4);
}

@media (min-width: 352px) {
  .mdc-radio-group {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  g-radio > .mdc-form-field {
    padding-top: 1rem;
  }
  g-radio > .mdc-form-field > label {
    font-size: 140%;
  }
}
@media (min-width: 372px) {
  .mdc-radio-group {
    padding-left: 0;
    padding-right: 0;
  }
  g-radio > .mdc-form-field > label {
    font-size: 135%;
  }
}
@media (min-width: 576px) {
  .centered-box {
    padding: 2rem;
  }
  .mdc-radio-title > span {
    font-size: 95% !important;
  }
  g-radio > .mdc-form-field > label {
    font-size: 130%;
  }
}

@media (min-width: 768px) {
  .centered-box {
    padding: 3rem;
  }
  .mdc-radio-title > span {
    font-size: 98% !important;
  }
  .mdc-radio-group {
    margin-top: 2rem !important;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  g-radio > .mdc-form-field {
    padding-top: inherit;
  }
  g-radio > .mdc-form-field > label {
    font-size: 120%;
  }
}

@media (min-width: 992px) {
  .centered-box {
    padding: 4rem;
  }
  .mdc-radio-group {
    margin-top: 3rem !important;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .mdc-radio-title > span {
    font-size: 105% !important;
  }
  g-radio > .mdc-form-field > label {
    font-size: 115%;
  }
}

.fontsize82 {
  font-size: 100% !important;
}

@media (min-width: 768px) {
  .fontsize82 {
    font-size: 82% !important;
  }
}

#client-injury-statement-form label {
  font-weight: 500;
  font-size: 13px;
  color: #2c3e50de;
}

#client-injury-statement-form .form-control {
  border-radius: 3px;
}

/* Layout improvements for portal document thumbnails: image left smaller, text right and vertically centered */
.thumbnail.portal-document {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.thumbnail.portal-document > div:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  /* keep subtle divider on left block */
  border-right: 1px solid #dbdbdb;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.thumbnail.portal-document > div:last-child {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 12px;
}
.thumbnail.portal-document img {
  max-width: 56px;
  width: 56px;
  height: auto;
}
.thumbnail.portal-document .caption {
  margin: 0;
  text-align: left !important;
}
.thumbnail.portal-document .caption > p {
  margin: 0;
}
