@font-face {
    font-family: 'fontello';
    src: url('./fonts/fontello.eot?56286103');
    src: url('./fonts/fontello.eot?56286103#iefix') format('embedded-opentype'),
    url('./fonts/fontello.woff2?56286103') format('woff2'),
    url('./fonts/fontello.woff?56286103') format('woff'),
    url('./fonts/fontello.ttf?56286103') format('truetype'),
    url('./fonts/fontello.svg?56286103#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('./fonts/fontello.svg?56286103#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-dir:before { content: '\e800'; } /* '' */
.icon-up-dir:before { content: '\e801'; } /* '' */
.icon-left-dir:before { content: '\e802'; } /* '' */
.icon-right-dir:before { content: '\e803'; } /* '' */
.icon-ok:before { content: '\e804'; } /* '' */
.icon-ok-circled:before { content: '\e805'; } /* '' */
.icon-mobile:before { content: '\e806'; } /* '' */
.icon-cancel-circled:before { content: '\e807'; } /* '' */
.icon-cancel:before { content: '\e808'; } /* '' */
.icon-plus:before { content: '\e809'; } /* '' */
.icon-plus-circled:before { content: '\e80a'; } /* '' */
.icon-basket:before { content: '\e80b'; } /* '' */
.icon-flag:before { content: '\e80c'; } /* '' */
.icon-box:before { content: '\e80d'; } /* '' */
.icon-search:before { content: '\e80e'; } /* '' */
.icon-ok-circled2:before { content: '\e80f'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-tablet:before { content: '\f10a'; } /* '' */
.icon-mobile-1:before { content: '\f10b'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-dropbox:before { content: '\f16b'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-apple:before { content: '\f179'; } /* '' */
.icon-windows:before { content: '\f17a'; } /* '' */
.icon-android:before { content: '\f17b'; } /* '' */
.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
.icon-twitter:before { content: '\f302'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-tumblr:before { content: '\f315'; } /* '' */
.icon-tumblr-circled:before { content: '\f316'; } /* '' *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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;
}

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 {
  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"] {
  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;
  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;
    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;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/glyphicons-halflings-regular.woff2") format('woff2'), url("../fonts/glyphicons-halflings-regular.woff") format('woff'), url("../fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -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: "Avenir Light", Helvetica, Arial, sans-serif;*/
  font-family: "BogleWeb-Regular";
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

a:focus {
  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: #fff;
  border: 1px solid #ddd;
  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 #c7c6c6;
}

.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-family: "Avenir Black";*/
  font-family: "BogleWeb-Black";
  font-weight: 700;
  line-height: 1.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: #000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: cener;
}

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%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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: 29px;
}

h2,
.h2 {
  font-size: 25px;
}

h3,
.h3 {
  font-size: 19px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #66CFBC;
  padding: .2em;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #5b5a5a;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #414141;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #5b5a5a;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #414141;
}

.bg-success {
  background-color: #f6f6f6;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #dddddd;
}

.bg-info {
  background-color: #fff;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #008777;
}

.bg-warning {
  background-color: #66CFBC;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #3fc3ab;
}

.bg-danger {
  background-color: #000000;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #000000;
}

.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;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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 {
  margin-bottom: 20px;
  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: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  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 #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1280px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

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 #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.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 #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.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 #ddd;
}

.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 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: #f5f5f5;
}

.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: #f6f6f6;
}

.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: #e9e9e9;
}

.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: #00baa4;
}

.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: #00a18e;
}

.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: #66CFBC;
}

.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: #53c9b4;
}

.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: #000000;
}

.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: #000000;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #5b5b5b;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #5b5b5b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-weight:600;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    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;
  }
}

.form-group {
  margin-bottom: 15px;
}

.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;
  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;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.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;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: #f6f6f6;
}

.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: #66CFBC;
}

.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 {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #000000;
}

.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;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #675b5e;
}

@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: -15px;
  margin-right: -15px;
}

@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: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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: 17px;
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #fff;
  background-color: #595858;
  border-color: transparent;
}

.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #3f3f3f;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:hover {
  color: #fff;
  background-color: #3f3f3f;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #3f3f3f;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #fff;
  background-color: #2d2d2d;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.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 {
  background-color: #595858;
  border-color: transparent;
}

.btn-default .badge {
  color: #595858;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #5b5a5a;
  border-color: #4e4d4d;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #414141;
  border-color: #0e0e0e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #414141;
  border-color: #2f2f2f;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #414141;
  border-color: #2f2f2f;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #0e0e0e;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.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 {
  background-color: #5b5a5a;
  border-color: #4e4d4d;
}

.btn-primary .badge {
  color: #5b5a5a;
  background-color: #fff;
}

.btn-success {
  color: #000;
  background-color: #f6f6f6;
  border-color: #e9e9e9;
}

.btn-success:focus,
.btn-success.focus {
  color: #000;
  background-color: #dddddd;
  border-color: #aaaaaa;
}

.btn-success:hover {
  color: #000;
  background-color: #dddddd;
  border-color: #cbcbcb;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #000;
  background-color: #dddddd;
  border-color: #cbcbcb;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #000;
  background-color: #cbcbcb;
  border-color: #aaaaaa;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.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 {
  background-color: #f6f6f6;
  border-color: #e9e9e9;
}

.btn-success .badge {
  color: #f6f6f6;
  background-color: #000;
}

.btn-info {
  color: #000;
  background-color: #00baa4;
  border-color: #00a18e;
}

.btn-info:focus,
.btn-info.focus {
  color: #000;
  background-color: #008777;
  border-color: #00211d;
}

.btn-info:hover {
  color: #000;
  background-color: #008777;
  border-color: #006358;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #000;
  background-color: #008777;
  border-color: #006358;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #000;
  background-color: #006358;
  border-color: #00211d;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.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 {
  background-color: #00baa4;
  border-color: #00a18e;
}

.btn-info .badge {
  color: #00baa4;
  background-color: #000;
}

.btn-warning {
  color: #000;
  background-color: #66CFBC;
  border-color: #53c9b4;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #000;
  background-color: #3fc3ab;
  border-color: #257768;
}

.btn-warning:hover {
  color: #000;
  background-color: #3fc3ab;
  border-color: #35a994;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #000;
  background-color: #3fc3ab;
  border-color: #35a994;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #000;
  background-color: #35a994;
  border-color: #257768;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.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 {
  background-color: #66CFBC;
  border-color: #53c9b4;
}

.btn-warning .badge {
  color: #66CFBC;
  background-color: #000;
}

.btn-danger {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-danger:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.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 {
  background-color: #000000;
  border-color: #000000;
}

.btn-danger .badge {
  color: #000000;
  background-color: #fff;
}

.btn-link {
  color: #000;
  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: #000000;
  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: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-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-top: 4px solid \9;
  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: #fff;
  border: 1px solid #ccc;
  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);
  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;
}

.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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5b5a5a;
}

.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 dashed;
  border-bottom: 4px solid \9;
  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,
.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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-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 .form-control:focus {
  z-index: 3;
}

.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 {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #5b5b5b;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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;
}

.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 {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #000;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #5b5b5b;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.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;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #5b5a5a;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  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 {
    width: auto;
    border-top: 0;
    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: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.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-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@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;
    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 > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.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: 0;
  border-top-left-radius: 0;
  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: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #000;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #aaa;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #aaa;
  background-color: #000000;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #000000;
  color: #aaa;
}

@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: #aaa;
    background-color: transparent;
  }

  .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: #aaa;
    background-color: #000000;
  }

  .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: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #fff;
}

.navbar-default .navbar-link:hover {
  color: #aaa;
}

.navbar-default .btn-link {
  color: #fff;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #aaa;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #fff;
  border-color: #e6e6e6;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #333;
  background-color: #e6e6e6;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #ededed;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #e6e6e6;
  color: #333;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #e6e6e6;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e6e6e6;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333;
    background-color: #e6e6e6;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #333;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #333;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.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: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #000000;
  background-color: #eeeeee;
  border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #000;
  background-color: #fff;
  border-color: transparent;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: transparent;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.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: #fff;
  border: 1px solid transparent;
  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: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  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: #5b5a5a;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #414141;
}

.label-success {
  background-color: #f6f6f6;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #dddddd;
}

.label-info {
  background-color: #00baa4;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #008777;
}

.label-warning {
  background-color: #66CFBC;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #3fc3ab;
}

.label-danger {
  background-color: #000000;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #000000;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  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: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #000;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  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;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .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: #fff;
  border: 1px solid #ddd;
  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: #000;
}

.thumbnail .caption {
  padding: 9px;
  color: #231F20;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.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: #f6f6f6;
  border-color: #e9e9e9;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #dcdcdc;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #00baa4;
  border-color: #00966b;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #007d59;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #66CFBC;
  border-color: #53c9a0;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #3fc395;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #000000;
  border-color: #000000;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #000000;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-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: #fff;
  text-align: center;
  background-color: #5b5a5a;
  -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);
  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: #f6f6f6;
}

.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: #00baa4;
}

.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: #66CFBC;
}

.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: #000000;
}

.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-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.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: #fff;
  border: 1px solid #ddd;
}

.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,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.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: #fff;
  background-color: #5b5a5a;
  border-color: #5b5a5a;
}

.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: #c1c0c0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #f6f6f6;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #e9e9e9;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #00baa4;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #00a18e;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #66CFBC;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #53c9b4;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #000000;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #000000;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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: #f6f6f6;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.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: #f6f6f6;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: transparent;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f6f6f6;
  border-color: transparent;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-default > .panel-heading .badge {
  color: #f6f6f6;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-primary {
  border-color: #5b5a5a;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #5b5a5a;
  border-color: #5b5a5a;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5b5a5a;
}

.panel-primary > .panel-heading .badge {
  color: #5b5a5a;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5b5a5a;
}

.panel-success {
  border-color: #e9e9e9;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #f6f6f6;
  border-color: #e9e9e9;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e9e9e9;
}

.panel-success > .panel-heading .badge {
  color: #f6f6f6;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e9e9e9;
}

.panel-info {
  border-color: #00966b;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #00baa4;
  border-color: #00966b;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00966b;
}

.panel-info > .panel-heading .badge {
  color: #00baa4;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00966b;
}

.panel-warning {
  border-color: #53c9a0;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #66CFBC;
  border-color: #53c9a0;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #53c9a0;
}

.panel-warning > .panel-heading .badge {
  color: #66CFBC;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #53c9a0;
}

.panel-danger {
  border-color: #000000;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #000000;
  border-color: #000000;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #000000;
}

.panel-danger > .panel-heading .badge {
  color: #000000;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #000000;
}

.embed-responsive {
  position: relative;
  display: block;
  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%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  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;
  -moz-transition: -moz-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: #fff;
  border: 1px solid #999;
  border: 1px solid #00baa4;
  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);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}

.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 transparent;
}

.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 transparent;
}

.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: 550px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  /*font-family: "Avenir Light", Helvetica, Arial, sans-serif;*/
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  /*font-family: "Avenir Light", Helvetica, Arial, sans-serif;*/
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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);
}

.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: #fff;
}

.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: #fff;
}

.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: #fff;
}

.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: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.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;
    -moz-transition: -moz-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;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-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;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  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;
  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 #fff;
  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: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: -10px;
    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-header:before,
.modal-header: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-header: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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;
  }
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*!
 * FormValidation (http://formvalidation.io)
 * The best jQuery plugin to validate form fields. Support Bootstrap, Foundation, Pure, SemanticUI, UIKit and custom frameworks
 *
 * @version     v0.8.1, built on 2016-07-29 1:10:54 AM
 * @author      https://twitter.com/formvalidation
 * @copyright   (c) 2013 - 2016 Nguyen Huu Phuoc
 * @license     http://formvalidation.io/license/
 */

.fv-has-feedback {
  position: relative;
}

.fv-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
  text-align: center;
}

.fv-help-block {
  display: block;
}

/* Hide the clear icon for field using placeholder attribute on IE10/11 */

.fv-form [placeholder]::-ms-clear {
  display: none;
}

/* -------------------
 * Support Bootstrap 3
 * ------------------- */

.fv-form-bootstrap .help-block {
  margin-bottom: 0;
}

.fv-form-bootstrap .tooltip-inner {
  text-align: left;
}

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
  z-index: 100;
}

/* Inline form */

.form-inline.fv-form-bootstrap .form-group {
  vertical-align: top;
}

/* -------------------------
 * Support Bootstrap 4 alpha
 * ------------------------- */

.fv-form-bootstrap4 .fv-control-feedback {
  width: 38px;
  height: 38px;
  line-height: 38px;
}

/* For horizontal form */

.fv-form-bootstrap4 .form-group.row .fv-control-feedback {
  right: 15px;
}

.fv-form-bootstrap4 .form-group.row .form-check~.fv-control-feedback {
  top: -7px;
  /* labelHeight/2 - iconHeight/2 */
}

/* Inline form */

.fv-form-bootstrap4.form-inline .form-group {
  vertical-align: top;
}

/* Stacked form */

.fv-form-bootstrap4:not(.form-inline) label~.fv-control-feedback {
  top: 32px;
}

/* Without label */

.fv-form-bootstrap4:not(.form-inline) label.sr-only~.fv-control-feedback {
  top: -7px;
  /* labelHeight/2 - iconHeight/2 */
}

.fv-form-bootstrap4:not(.form-inline) .form-check~.fv-control-feedback {
  top: 25px;
  /* labelHeight + checkboxHeight/2 - iconHeight/2 */
}

.fv-form-bootstrap4 .has-success label,
.fv-form-bootstrap4 .has-success .fv-control-feedback {
  color: #5cb85c;
}

.fv-form-bootstrap4 .has-warning label,
.fv-form-bootstrap4 .has-warning .fv-control-feedback {
  color: #f0ad4e;
}

/* --------------------
 * Support Foundation 5
 * -------------------- */

/* Icon position */

.fv-form-foundation5 .fv-control-feedback {
  right: 15px;
  /* The padding-right of .columns */
  width: 37px;
  /* Same as height of input */
  height: 37px;
  line-height: 37px;
}

.fv-form-foundation5 .row .row:not(.collapse) .fv-control-feedback {
  right: 8px;
  /* Multiple fields in the same row, same as padding-right of .row .row .column(s) */
}

.fv-form-foundation5 .row .collapse .fv-control-feedback {
  right: 0;
}

.fv-form-foundation5.fv-form-horizontal [type="checkbox"]~.fv-control-feedback,
.fv-form-foundation5.fv-form-horizontal [type="radio"]~.fv-control-feedback {
  top: -8px;
  /* labelHeight/2 - iconHeight/2 */
}

/* Stacked form */

.fv-form-foundation5 label .fv-control-feedback {
  top: 21px;
  /* Same as height of label */
}

.fv-form-foundation5 [type="checkbox"]~.fv-control-feedback,
.fv-form-foundation5 [type="radio"]~.fv-control-feedback {
  top: 15px;
}

/* Color */

.fv-form-foundation5 .error .fv-control-feedback {
  color: #f04124;
  /* Same as $alert-color, .error */
}

.fv-form-foundation5 .fv-has-success label,
.fv-form-foundation5 .fv-has-success .fv-control-feedback {
  color: #43AC6A;
  /* Same as $success-color */
}

/* --------------------
 * Support Foundation 6
 * -------------------- */

/* Icon position */

.fv-form-foundation .fv-control-feedback {
  right: 15px;
  /* The padding-right of .columns */
  width: 39px;
  /* Same as height of input */
  height: 39px;
  line-height: 39px;
}

.fv-form-foundation [type="checkbox"]~.fv-control-feedback,
.fv-form-foundation [type="radio"]~.fv-control-feedback {
  top: -7px;
  /* labelHeight/2 - iconHeight/2 */
}

.fv-form-foundation .form-error {
  display: block;
}

/* Stacked form */

.fv-form-foundation label .fv-control-feedback,
.fv-form-foundation fieldset [type="checkbox"]~.fv-control-feedback,
.fv-form-foundation fieldset [type="radio"]~.fv-control-feedback {
  top: 25px;
  /* Same as height of label */
}

/* Color */

.fv-form-foundation .fv-has-error label,
.fv-form-foundation .fv-has-error fieldset legend,
.fv-form-foundation .fv-has-error .fv-control-feedback {
  color: #ec5840;
  /* Same as .alert */
}

.fv-form-foundation .fv-has-success label,
.fv-form-foundation .fv-has-success fieldset legend,
.fv-form-foundation .fv-has-success .fv-control-feedback {
  color: #3adb76;
  /* Same as .success */
}

/* Tooltip */

.fv-foundation-tooltip:before {
  border-color: transparent transparent #0a0a0a;
}

/* ------------
 * Support Pure
 * ------------ */

.fv-form-pure .fv-control-feedback {
  width: 36px;
  /* Height of Pure input */
  height: 36px;
  line-height: 36px;
}

/* Horizontal form */

.fv-form-pure.pure-form-aligned [type="checkbox"]~.fv-control-feedback,
.fv-form-pure.pure-form-aligned [type="radio"]~.fv-control-feedback {
  top: -9px;
  /* labelHeight/2 - iconHeight/2 */
}

.fv-form-pure.pure-form-aligned .fv-help-block {
  margin-top: 5px;
  margin-left: 180px;
}

/* Stacked form */

.fv-form-pure.pure-form-stacked .pure-control-group {
  margin-bottom: 8px;
}

.fv-form-pure.pure-form-stacked .fv-control-feedback {
  top: 22px;
  /* Same as height of label */
}

.fv-form-pure.pure-form-stacked .pure-radio~.fv-control-feedback {
  top: 20px;
}

.fv-form-pure.pure-form-stacked .fv-sr-only~.fv-control-feedback {
  top: -9px;
}

.fv-form-pure .fv-has-error label,
.fv-form-pure .fv-has-error .fv-help-block,
.fv-form-pure .fv-has-error .fv-control-feedback {
  color: #CA3C3C;
  /* Same as .button-error */
}

.fv-form-pure .fv-has-success label,
.fv-form-pure .fv-has-success .fv-help-block,
.fv-form-pure .fv-has-success .fv-control-feedback {
  color: #1CB841;
  /* Same as .button-success */
}

/* -------------------
 * Support Semantic UI
 * ------------------- */

.fv-form-semantic.ui.form .fields.error label {
  color: #9f3a38;
  /* Same as .ui.form .field.error .input */
}

.fv-form-semantic .fv-control-feedback {
  right: 7px;
}

.fv-form-semantic .error .icon {
  color: #9f3a38;
}

/* --------------
 * Support UI Kit
 * -------------- */

.fv-form-uikit .fv-control-feedback {
  top: 25px;
  /* Height of UIKit label */
  width: 30px;
  /* Height of UIKit input */
  height: 30px;
  line-height: 30px;
}

.fv-form-uikit .uk-text-danger {
  display: block;
}

/* UIKit horizontal form */

.fv-form-uikit.uk-form-horizontal .fv-control-feedback {
  top: 0;
}

.fv-form-uikit.uk-form-horizontal [type="checkbox"]~.fv-control-feedback,
.fv-form-uikit.uk-form-horizontal [type="radio"]~.fv-control-feedback {
  top: -7px;
}

/* Without labels */

.fv-form-uikit label.fv-sr-only~.fv-control-feedback {
  top: -7px !important;
}

/* Stacked form */

.fv-form-uikit.uk-form-stacked [type="checkbox"]~.fv-control-feedback,
.fv-form-uikit.uk-form-stacked [type="radio"]~.fv-control-feedback {
  top: 20px;
}

.fv-form-uikit .fv-has-error label,
.fv-form-uikit .fv-has-error .uk-form-label,
.fv-form-uikit .fv-has-error .fv-control-feedback {
  color: #D85030;
  /* Same as .uk-form-danger */
}

.fv-form-uikit .fv-has-success label,
.fv-form-uikit .fv-has-success .uk-form-label,
.fv-form-uikit .fv-has-success .fv-control-feedback {
  color: #659F13;
  /* Same as .uk-form-success */
}@font-face {
	font-family: "BogleWeb-Regular";
	src: url("./fonts/BogleWeb-Regular.eot");
	src: url("./fonts/BogleWeb-Regular.eot?#iefix")
		format("embedded-opentype"), url("./fonts/BogleWeb-Regular.woff2")
		format("woff2"), url("./fonts/BogleWeb-Regular.woff") format("woff"),
		url("./fonts/BogleWeb-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "BogleWeb-Black";
	src: url("./fonts/BogleWeb-Black.eot");
	src: url("./fonts/BogleWeb-Black.eot?#iefix")
		format("embedded-opentype"), url("./fonts/BogleWeb-Black.woff2")
		format("woff2"), url("./fonts/BogleWeb-Black.woff") format("woff"),
		url("./fonts/BogleWeb-Black.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "BogleWeb-Bold";
	src: url("./fonts/BogleWeb-Bold.eot");
	src: url("./fonts/BogleWeb-Bold.eot?#iefix") format("embedded-opentype"),
		url("./fonts/BogleWeb-Bold.woff2") format("woff2"),
		url("./fonts/BogleWeb-Bold.woff") format("woff"),
		url("./fonts/BogleWeb-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

.container-fluid {
	max-width: 1280px;
}

body {
	font-family: "BogleWeb-Regular";
}

/*
 Columns, offsets, pushes, and pulls for extra small devices like
 smartphones.
*/
@media ( max-width : 480px) {
	.col-xxs-1,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9,.col-xxs-10,.col-xxs-11,.col-xxs-12
		{
		float: left;
	}
	.col-xxs-12 {
		width: 100%;
	}
	.col-xxs-11 {
		width: 91.66666667%;
	}
	.col-xxs-10 {
		width: 83.33333333%;
	}
	.col-xxs-9 {
		width: 75%;
	}
	.col-xxs-8 {
		width: 66.66666667%;
	}
	.col-xxs-7 {
		width: 58.33333333%;
	}
	.col-xxs-6 {
		width: 50%;
	}
	.col-xxs-5 {
		width: 41.66666667%;
	}
	.col-xxs-4 {
		width: 33.33333333%;
	}
	.col-xxs-3 {
		width: 25%;
	}
	.col-xxs-2 {
		width: 16.66666667%;
	}
	.col-xxs-1 {
		width: 8.33333333%;
	}
	.col-xxs-pull-12 {
		right: 100%;
	}
	.col-xxs-pull-11 {
		right: 91.66666667%;
	}
	.col-xxs-pull-10 {
		right: 83.33333333%;
	}
	.col-xxs-pull-9 {
		right: 75%;
	}
	.col-xxs-pull-8 {
		right: 66.66666667%;
	}
	.col-xxs-pull-7 {
		right: 58.33333333%;
	}
	.col-xxs-pull-6 {
		right: 50%;
	}
	.col-xxs-pull-5 {
		right: 41.66666667%;
	}
	.col-xxs-pull-4 {
		right: 33.33333333%;
	}
	.col-xxs-pull-3 {
		right: 25%;
	}
	.col-xxs-pull-2 {
		right: 16.66666667%;
	}
	.col-xxs-pull-1 {
		right: 8.33333333%;
	}
	.col-xxs-pull-0 {
		right: auto;
	}
	.col-xxs-push-12 {
		left: 100%;
	}
	.col-xxs-push-11 {
		left: 91.66666667%;
	}
	.col-xxs-push-10 {
		left: 83.33333333%;
	}
	.col-xxs-push-9 {
		left: 75%;
	}
	.col-xxs-push-8 {
		left: 66.66666667%;
	}
	.col-xxs-push-7 {
		left: 58.33333333%;
	}
	.col-xxs-push-6 {
		left: 50%;
	}
	.col-xxs-push-5 {
		left: 41.66666667%;
	}
	.col-xxs-push-4 {
		left: 33.33333333%;
	}
	.col-xxs-push-3 {
		left: 25%;
	}
	.col-xxs-push-2 {
		left: 16.66666667%;
	}
	.col-xxs-push-1 {
		left: 8.33333333%;
	}
	.col-xxs-push-0 {
		left: auto;
	}
	.col-xxs-offset-12 {
		margin-left: 100%;
	}
	.col-xxs-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xxs-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xxs-offset-9 {
		margin-left: 75%;
	}
	.col-xxs-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xxs-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xxs-offset-6 {
		margin-left: 50%;
	}
	.col-xxs-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xxs-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xxs-offset-3 {
		margin-left: 25%;
	}
	.col-xxs-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xxs-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xxs-offset-0 {
		margin-left: 0%;
	}
	.hidden-xxs {
		display: none;
	}
	.visible-xxs {
		display: inline-block !important;
	}
}

/*
  Top Push
 */
.top-push-12 {
	margin-top: 60px !important;
}

.top-push-11 {
	margin-top: 55px !important;
}

.top-push-10 {
	margin-top: 50px !important;
}

.top-push-9 {
	margin-top: 45px !important;
}

.top-push-8 {
	margin-top: 40px !important;
}

.top-push-7 {
	margin-top: 35px !important;
}

.top-push-6 {
	margin-top: 30px !important;
}

.top-push-5 {
	margin-top: 25px !important;
}

.top-push-4 {
	margin-top: 20px !important;
}

.top-push-3 {
	margin-top: 15px !important;
}

.top-push-2 {
	margin-top: 10px !important;
}

.top-push-1 {
	margin-top: 5px !important;
}

.top-push-0 {
	margin-top: 0px !important;
}

/*
  Push Responsive
 */
@media ( max-width : 767px) {
	.top-push-xxs-12 {
		margin-top: 60px !important;
	}
	.top-push-xxs-11 {
		margin-top: 55px !important;
	}
	.top-push-xxs-10 {
		margin-top: 50px !important;
	}
	.top-push-xxs-9 {
		margin-top: 45px !important;
	}
	.top-push-xxs-8 {
		margin-top: 40px !important;
	}
	.top-push-xxs-7 {
		margin-top: 35px !important;
	}
	.top-push-xxs-6 {
		margin-top: 30px !important;
	}
	.top-push-xxs-5 {
		margin-top: 25px !important;
	}
	.top-push-xxs-4 {
		margin-top: 20px !important;
	}
	.top-push-xxs-3 {
		margin-top: 15px !important;
	}
	.top-push-xxs-2 {
		margin-top: 10px !important;
	}
	.top-push-xxs-1 {
		margin-top: 5px !important;
	}
	.top-push-xxs-0 {
		margin-top: 0px !important;
	}
}

@media ( max-width : 991px) {
	.top-push-xs-12 {
		margin-top: 60px !important;
	}
	.top-push-xs-11 {
		margin-top: 55px !important;
	}
	.top-push-xs-10 {
		margin-top: 50px !important;
	}
	.top-push-xs-9 {
		margin-top: 45px !important;
	}
	.top-push-xs-8 {
		margin-top: 40px !important;
	}
	.top-push-xs-7 {
		margin-top: 35px !important;
	}
	.top-push-xs-6 {
		margin-top: 30px !important;
	}
	.top-push-xs-5 {
		margin-top: 25px !important;
	}
	.top-push-xs-4 {
		margin-top: 20px !important;
	}
	.top-push-xs-3 {
		margin-top: 15px !important;
	}
	.top-push-xs-2 {
		margin-top: 10px !important;
	}
	.top-push-xs-1 {
		margin-top: 5px !important;
	}
	.top-push-xs-0 {
		margin-top: 0px !important;
	}
}

@media ( min-width : 768px) {
	.top-push-sm-12 {
		margin-top: 60px !important;
	}
	.top-push-sm-11 {
		margin-top: 55px !important;
	}
	.top-push-sm-10 {
		margin-top: 50px !important;
	}
	.top-push-sm-9 {
		margin-top: 45px !important;
	}
	.top-push-sm-8 {
		margin-top: 40px !important;
	}
	.top-push-sm-7 {
		margin-top: 35px !important;
	}
	.top-push-sm-6 {
		margin-top: 30px !important;
	}
	.top-push-sm-5 {
		margin-top: 25px !important;
	}
	.top-push-sm-4 {
		margin-top: 20px !important;
	}
	.top-push-sm-3 {
		margin-top: 15px !important;
	}
	.top-push-sm-2 {
		margin-top: 10px !important;
	}
	.top-push-sm-1 {
		margin-top: 5px !important;
	}
	.top-push-sm-0 {
		margin-top: 0px !important;
	}
}

@media ( min-width : 992px) {
	.top-push-md-12 {
		margin-top: 60px !important;
	}
	.top-push-md-11 {
		margin-top: 55px !important;
	}
	.top-push-md-10 {
		margin-top: 50px !important;
	}
	.top-push-md-9 {
		margin-top: 45px !important;
	}
	.top-push-md-8 {
		margin-top: 40px !important;
	}
	.top-push-md-7 {
		margin-top: 35px !important;
	}
	.top-push-md-6 {
		margin-top: 30px !important;
	}
	.top-push-md-5 {
		margin-top: 25px !important;
	}
	.top-push-md-4 {
		margin-top: 20px !important;
	}
	.top-push-md-3 {
		margin-top: 15px !important;
	}
	.top-push-md-2 {
		margin-top: 10px !important;
	}
	.top-push-md-1 {
		margin-top: 5px !important;
	}
	.top-push-md-0 {
		margin-top: 0px !important;
	}
}

@media ( min-width : 1200px) {
	.top-push-lg-12 {
		margin-top: 60px !important;
	}
	.top-push-lg-11 {
		margin-top: 55px !important;
	}
	.top-push-lg-10 {
		margin-top: 50px !important;
	}
	.top-push-lg-9 {
		margin-top: 45px !important;
	}
	.top-push-lg-8 {
		margin-top: 40px !important;
	}
	.top-push-lg-7 {
		margin-top: 35px !important;
	}
	.top-push-lg-6 {
		margin-top: 30px !important;
	}
	.top-push-lg-5 {
		margin-top: 25px !important;
	}
	.top-push-lg-4 {
		margin-top: 20px !important;
	}
	.top-push-lg-3 {
		margin-top: 15px !important;
	}
	.top-push-lg-2 {
		margin-top: 10px !important;
	}
	.top-push-lg-1 {
		margin-top: 5px !important;
	}
	.top-push-lg-0 {
		margin-top: 0px !important;
	}
}

@media ( min-width : 768px) {
	.pull-right-sm {
		float: right !important;
	}
	.pull-left-sm {
		float: right !important;
	}
}

.valign {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	align-items: center;
	justify-content: center;
}

.stickyparent {
	position: static;
}

/* Headings
// -------------------------
*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	text-transform: uppercase;
}

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
	{
	text-align: left;
	display: block;
	font-weight: 100;
	font-size: 65%;
}

@media ( max-width :325px) {
	.phoneSpecific {
		font-size: 11px;
	}
}

@media ( min-width :326px) and (max-width:380px) {
	.phoneSpecific {
		font-size: 16px;
	}
}

@media ( min-width : 768px) {
	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-size: 83.35%;
	}
}

h1.small-top small,h2.small-top small,h3.small-top small,h4.small-top small,h5.small-top small,h6.small-top small,.h1.small-top small,.h2.small-top small,.h3.small-top small,.h4.small-top small,.h5.small-top small,.h6.small-top small,h1.small-top .small,h2.small-top .small,h3.small-top .small,h4.small-top .small,h5.small-top .small,h6.small-top .small,.h1.small-top .small,.h2.small-top .small,.h3.small-top .small,.h4.small-top .small,.h5.small-top .small,.h6.small-top .small
	{
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c6c6;
}

h1,.h1 {
	text-align: center;
	/*font-family: "Din Medium";*/
	font-family: "BogleWeb-Black";
}

.category-navigation-results h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

@media ( max-width : 767px) and (min-width: 480px) {
	h1,.h1 {
		font-size: 40px;
	}
}

@media ( min-width : 768px) {
	h1,.h1 {
		text-align: left;
	}
}

/*
BOdy texts
*/
.lead {
	text-align: center;
	font-size: 18.2px;
}

@media ( min-width : 768px) {
	.lead {
		font-size: 20.02px;
		text-align: left;
	}
}

@media ( max-width : 767px) and (min-width: 480px) {
	.lead {
		font-size: 30.03px;
	}
}

sub,sup {
	font-size: 65%;
}

sup {
	top: -0.3em;
}

/*Replacing bold with Avenir Black*/
b,strong { /*font-family: "Lato";*/
	font-family: "BogleWeb-Bold";
	font-weight: 900;
}

*,:focus,:active { /* outline: 0!important; */
	
}

.btn,a { /*font-family: "Lato";*/
	font-family: "BogleWeb-Bold";
}

.btn-available {
	border-radius: 0 0 10px 10px;
	background-color: #057dbf;
	padding: 10px 39px;
}

.btn-image {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.a-help {
	color: #fff;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: 700;
}

.btn {
	font-weight: 600;
	text-transform: uppercase;
}

.btn.btn-link {
	font-size: 15px;
}

.btn-link {
	font-weight: 700;
}

.btn-link-simple {
	padding-left: 0;
	padding-right: 0;
}

.btn-default { /*
  background-image: -webkit-linear-gradient(top, #595858 0%, #100E0E 100%);
  background-image: -o-linear-gradient(top, #595858 0%, #100E0E 100%);
  background-image: linear-gradient(to bottom, #595858 0%, #100E0E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff595858', endColorstr='#ff100e0e', GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  */
	border-color: #1a75cf;
	background: #1a75cf !important;
	border-radius: 5px
}

.btn-default:hover,.btn-default:focus {
	box-shadow: 0px 0px 5px #1a75cf;
	-webkit-box-shadow: 0px 0px 5px #1a75cf;
	-moz-box-shadow: 0px 0px 5px #1a75cf;
	background-color: #1a75cf;
	transition: all 0.3s ease;
	color: #fff !important;
	border: #fff !important;
}

.btn-default:active,.btn-default.active {
	background-color: #1a75cf;
	color: #fff;
}

.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: #1a75cf;
	color: #fff;
}

.lto_confirm_hideprint.btn-default {
	padding-left: 20px;
	padding-right: 20px;
}

.btn-danger:hover,.btn-dangerfocus {
	background-color: #222222;
}

a:focus {
	text-decoration: none;
}

.btn-circle {
	border: 1px solid #d2d1d1;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: transparent;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

@media ( max-width : 767px) {
	.btn-blok-xs {
		display: block;
		width: 100%;
	}
}

/*
Assets
---------------------
*/
.icon-rounded-black,.icon-rounded-white {
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	padding: 2px;
	display: inline-block;
}

.icon-rounded-black:hover,.icon-rounded-white:hover {
	opacity: .8;
}

.icon-rounded-white {
	background-color: #fff;
	color: #000;
}

.call-to-action .btn {
	color: #fff;
}

.call-to-action i,.call-to-action em {
	margin-right: 6px;
}

a,button {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

a i,button i,a em,button em {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.pointer {
	cursor: pointer;
}

.relative {
	position: relative;
}

.jumbotron.small {
	padding: 45px;
	border-radius: 4px;
}

.jumbotron.small h2:first-child {
	font-size: 42px;
	margin-bottom: 40px;
	margin-top: 0;
}

.jumbotron .price-strip {
	margin: 20px -45px;
}

.jumbotron .notes p {
	font-size: 14px;
	margin-bottom: 5px;
}

.well {
	box-shadow: none;
}

.well.wel-bundles {
	padding: 5px;
	box-sizing: content-box;
}

h5.phone-title,h3.phone-title {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	margin-top: 20px;
}

h3.phone-title-smartpaylanding {
	height: 34px;
	margin-top: 0;
	font-size: 40px;
}

h5.phone-title small,h3.phone-title small {
	/*font-family: "Lato", Helvetica, Arial, sans-serif;*/
	font-family: "BogleWeb-Black";
	font-size: 16.8px;
	margin-top: 10px;
}

.flag {
	background-color: #1a75cf;
	padding: 5px 32px 5px 12px;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-transform: uppercase;
}

.flag.flag-refurbished {
	background-color: #1a75cf;
}

.flag:after {
	background-color: #fff;
	display: block;
	width: 20px;
	height: 40px;
	content: "";
	transform: rotate(30deg);
	position: absolute;
	right: -8px;
	top: 4px;
}

.bundle .flag:after {
	right: -34px;
}

.control-label.h3 {
	font-weight: 100;
}

.form-in-grid .btn {
	display: block;
	width: 100%;
}

.legal-notice {
	font-size: 13px;
}

.legal-notice.columns,.disclaimer_espot_content.columns {
	-webkit-column-count: 1;
	/* Chrome, Safari, Opera */
	-moz-column-count: 1;
	/* Firefox */
	column-count: 1;
}

.trigger-collapse {
	cursor: pointer;
	position: relative;
}

.trigger-collapse:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 15px;
	top: -50%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	content: '\f106';
	margin: 0;
	margin-top: 5px;
}

.trigger-collapse.collapsed:after {
	transform: rotate(180deg);
}

@media ( max-width : 767px) {
	.collapsible-top .trigger-collapse:after {
		margin-top: -22px;
		right: -20px;
		top: 50%;
	}
}

h1.trigger-collapse:after {
	font-size: 30px;
}

.grid-divided>[class *="col-"] {
	border-right: 1px solid #000;
}

.grid-divided>[class *="col-"]:last-child {
	border-right: none;
}

@media ( max-width : 767px) {
	.grid-divided>[class *="col-"] {
		border-right: none;
	}
}

.grid-divided>[class *="col-"],.grid-divided-gray>[class *="col-"] {
	border-left: 1px solid #c7c6c6;
}

#zipcode_needed .grid-divided>[class *="col-"] {
	border-left: none;
}

.grid-divided>[class *="col-"]:first-child,.grid-divided-gray>[class *="col-"]:first-child
	{
	border-left: none;
}

@media ( max-width : 767px) {
	.grid-divided>[class *="col-"],.grid-divided-gray>[class *="col-"] {
		border-left: none;
	}
}

/*-----------
Modals
-----------*/
.modal-content {
	border-radius: 0;
	border: 1px solid #009bdb;
	-webkit-box-shadow: 0 3px 9px rgba(255, 255, 255, 0.5);
	box-shadow: 0 3px 9px rgba(255, 255, 255, 0.5);
	border-width: 5px;
}

.modal-content.text-center h1,.modal-content.text-center .lead {
	text-align: center;
	width: 92%;
}

/*------------
Smartpay Modal
--------------*/
.modal-smartpay h3 img {
	margin-bottom: -3px;
}

/*-----------
Pagers
------------*/
.pagination>li {
	position: relative;
	display: inline-block;
}

.pagination>li>a span {
	display: none;
}

.pagination>li.active>a {
	font-weight: 700;
}

.pagination>li.active>a span {
	display: inline-block;
}

.pagination>li:after {
	content: "";
	display: block;
	position: absolute;
	left: -2px;
	width: 1px;
	background-color: #000;
}

.pagination>li:first-child :after,.pagination>li:last-child :after,.pagination>li:nth-child
	(2):after {
	display: none;
}

.pagination.pagination-sm>li:after {
	top: 10px;
	height: 10px;
}

.pagination.pagination-sm>li:first-child>a,.pagination.pagination-sm>li:last-child>a
	{
	font-size: 20px;
	padding: 0;
}

.pagination.pagination-sm>li>a {
	padding: 5px;
}

/*Collapsibel panels in small res*/
@media ( min-width : 768px) {
	.xs-panelcollapse {
		height: auto !important;
	}
}

@media ( max-width : 767px) {
	.filters h3 {
		cursor: pointer;
	}
	.xs-panelcollapse {
		height: 0px;
		overflow: hidden;
	}
}

.btn-close-modal {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 34px;
	color: #c3c3c3;
	cursor: pointer;
}

@media ( max-width : 480px) {
	.btn-close-modal {
		top: 5px;
		right: 5px;
		font-size: 30px;
	}
}

.modal-compare .modal-content {
	padding-bottom: 20px;
}

@media ( max-width : 480px) {
	.modal-compare h3 {
		padding: 0 40px;
	}
}

@media ( max-width : 767px) {
	.text-center-xs {
		text-align: center;
	}
}

.collpasedtext {
	overflow: hidden;
}

.collapse+button .show-collapsed {
	display: inline-block;
}

.collapse+button .hidden-collapsed {
	display: none;
}

.collapse.in+button .hidden-collapsed {
	display: inline-block;
}

.collapse.in+button .show-collapsed {
	display: none;
}

.move-top-30 {
	position: relative;
	top: -30px;
}

legend {
	border: none;
	margin-bottom: 0;
}

legend h3 {
	margin-bottom: 0;
}

/*------------
Lists
------------*/
.list-details>li {
	font-size: 13px;
}

.list-details>li>b,.list-details>li>strong {
	text-transform: uppercase;
}

.list-compare {
	margin: 30px 0;
}

.list-compare li {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
}

.list-compare li img {
	display: inline-block;
	max-width: 75px;
}

.list-compare li a {
	position: absolute;
	top: -18px;
	right: -12px;
	font-size: 20px;
	color: #c3c3c3;
}

.list-compare li .h5 {
	font-weight: 100;
}

.list-mobilegalery {
	margin-top: 20px;
}

.list-mobilegalery li img {
	max-width: 70px;
	border: 2px solid transparent;
}

.list-mobilegalery li.active img {
	border-color: #009bdb;
}

.list-smartpayicons {
	margin-top: 40px;
}

.list-smartpayicons li {
	padding: 0 15px;
	text-align: center;
}

.list-smartpayicons li>div {
	padding: 16px;
	background-color: #009bdb;
	border-radius: 50%;
	max-width: 122px;
}

.list-smartpayicons li p {
	margin-top: 10px;
	font-size: 16px;
}

.list-checkboxes {
	display: inline-block;
	padding: 10px;
}

.list-checkboxes>li {
	text-align: left;
	overflow: hidden;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.list-checkboxes>li:before {
	float: left;
	margin-left: -30px;
	color: #009bdb;
	font-size: 18px;
	position: relative;
	top: 2px;
}

.list-checkboxes>li>ul {
	border-top: 1px solid #5b5a5a;
	border-bottom: 1px solid #5b5a5a;
	margin-top: 10px;
	padding: 10px 0;
}

.list-checkboxes>li>ul>li {
	color: #5b5a5a;
	font-size: 13px;
	font-weight: 100;
}

.list-checkboxes>li>ul>li:before {
	color: #5b5a5a;
	font-size: 14px;
}

/*
  Panel default overide that cannot be changed in BS's variables.less
*/
.panel-default {
	box-shadow: none;
	border: none;
	overflow: hidden;
	position: relative;
}

.panel-default .panel-body {
	border-top: 4px solid #fff;
	padding-left: 60px;
}

@media ( min-width : 480px) {
	.panel-default .panel-body {
		padding-left: 90px;
	}
}

@media ( min-width : 768px) {
	.panel-default .panel-body {
		padding-left: 140px;
	}
}

.panel-default>.panel-heading+.panel-collapse.in>.panel-body {
	border-top: 4px solid #fff;
}

.panel-default .panel-heading {
	padding-left: 60px;
}

@media ( min-width : 480px) {
	.panel-default .panel-heading {
		padding-left: 80px;
	}
}

@media ( min-width : 768px) {
	.panel-default .panel-heading {
		padding-left: 130px;
	}
}

.panel-default .panel-heading .panel-title {
	font-weight: 100;
	font-size: 30px;
}

@media ( max-width : 480px) {
	.panel-default .panel-heading .panel-title {
		font-size: 18px;
		position: relative;
	}
	.panel-default .panel-heading {
		padding-left: 10px;
	}
}

@media ( min-width : 480px) and (max-width: 767px) {
	.panel-default .panel-heading .panel-title {
		font-size: 30.1px;
	}
}

.panel-default .panel-heading .panel-title a {
	display: unset;
}

.panel-default .panel-heading .panel-title a .panel-addon {
	font-size: 15px;
	display: inline-block;
	font-weight: 700;
	/*font-family: "Lato", Helvetica, Arial, sans-serif;*/
	font-family: "BogleWeb-Black";
	margin-top: 0px;
	line-height: 30px;
}

.panel-default .panel-heading .panel-title a .panel-addon i,.panel-default .panel-heading .panel-title a .panel-addon em
	{
	font-size: 30px;
	position: relative;
	top: 4px;
}

@media ( max-width : 767px) {
	.panel-default .panel-heading .panel-title a .panel-addon i,.panel-default .panel-heading .panel-title a .panel-addon em
		{
		font-size: 48px;
		top: -4px;
	}
}

@media ( max-width : 480px) {
	.panel-default .panel-heading .panel-title a .panel-addon i,.panel-default .panel-heading .panel-title a .panel-addon em
		{
		top: -2px;
		font-size: 36px;
		right: -10px;
	}
}

.panel-default:before {
	position: absolute;
	display: block;
	height: 100%;
	width: 13%; *
	width: 9%; /* IE fix */
	/* content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIEZpcmV3b3JrcyAxMCwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyBpZD0iVW50aXRsZWQtUCVFMWdpbmElMjAxIiB2aWV3Qm94PSIwIDAgMTI0IDIwOCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6I2ZmZmZmZjAwIiB2ZXJzaW9uPSIxLjEiDQoJeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSINCgl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyNHB4IiBoZWlnaHQ9IjIwOHB4Ig0KPg0KCTxwYXRoIGQ9Ik0gMTI0IDAgTCAwIDAuMDc1MiBMIDAgMjA4IEMgMCA4NS45ODkzIDYzLjE2NzQgMjcuNzc0NCAxMjQgMCBaIiBmaWxsPSIjNjZjZmJjIi8+DQo8L3N2Zz4=); */
	content:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkN1cnZlRGFyayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMjQgMjA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjQgMjA4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3Qxe2ZpbGw6IzAwOUJEQjt9LnN0MntmaWxsOiMwMDREQTE7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCwwIi8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTEyNCwwTDAsMC4xVjIwOEMwLDg2LDYzLjIsMjcuOCwxMjQsMHoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMCwwIi8+PC9zdmc+)
		;
}

@media ( max-width : 767px) {
	.panel-default:before {
		left: -5px;
	}
}

/*--------------
Forms
---------------*/ /*---------------
// Checkboxes
// Credits of Checkboxes and radios to flatlogic.com ¡¡Nice work!!
----------------*/
.checkbox {
	padding-left: 20px;
}

.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 2px;
	margin-left: -20px;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 2px;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #5b5b5b;
}

.checkbox input[type="checkbox"],.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.checkbox input[type="checkbox"]:focus+label::before,.checkbox input[type="radio"]:focus+label:
	:before {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after,.checkbox input[type="radio"]:checked+label:
	:after {
	font-family: 'Fontello';
	content: "\e804";
}

.checkbox input[type="checkbox"]:indeterminate+label::after,.checkbox input[type="radio"]:indeterminate+label:
	:after {
	display: block;
	content: " ";
	width: 10px;
	height: 3px;
	background-color: #555555;
	border-radius: 0;
	margin-left: -16.5px;
	margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled,.checkbox input[type="radio"]:disabled
	{
	cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled+label,.checkbox input[type="radio"]:disabled+label
	{
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled+label::before,.checkbox input[type="radio"]:disabled+label:
	:before {
	background-color: #eeeeee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox.label-left {
	padding-left: 0;
	padding-right: 20px;
	display: inline-block;
}

.checkbox.label-left label {
	padding-left: 0;
	padding-right: 5px;
}

.checkbox.label-left label::after {
	right: 0;
	left: auto;
	padding-right: 3px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: -20px;
}

.checkbox.label-left label::before {
	right: 3px;
	left: auto;
	margin-left: auto;
	margin-right: -20px;
}

.checkbox-primary input[type="checkbox"]:checked+label::before,.checkbox-primary input[type="radio"]:checked+label:
	:before {
	background-color: #5b5a5a;
	border-color: #5b5a5a;
}

.checkbox-primary input[type="checkbox"]:checked+label::after,.checkbox-primary input[type="radio"]:checked+label:
	:after {
	color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before,.checkbox-danger input[type="radio"]:checked+label:
	:before {
	background-color: #000000;
	border-color: #000000;
}

.checkbox-danger input[type="checkbox"]:checked+label::after,.checkbox-danger input[type="radio"]:checked+label:
	:after {
	color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before,.checkbox-info input[type="radio"]:checked+label:
	:before {
	background-color: #009bdb;
	border-color: #009bdb;
}

.checkbox-info input[type="checkbox"]:checked+label::after,.checkbox-info input[type="radio"]:checked+label:
	:after {
	color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before,.checkbox-warning input[type="radio"]:checked+label:
	:before {
	background-color: #66CFBC;
	border-color: #66CFBC;
}

.checkbox-warning input[type="checkbox"]:checked+label::after,.checkbox-warning input[type="radio"]:checked+label:
	:after {
	color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before,.checkbox-success input[type="radio"]:checked+label:
	:before {
	background-color: #f6f6f6;
	border-color: #f6f6f6;
}

.checkbox-success input[type="checkbox"]:checked+label::after,.checkbox-success input[type="radio"]:checked+label:
	:after {
	color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate+label::before,.checkbox-primary input[type="radio"]:indeterminate+label:
	:before {
	background-color: #5b5a5a;
	border-color: #5b5a5a;
}

.checkbox-primary input[type="checkbox"]:indeterminate+label::after,.checkbox-primary input[type="radio"]:indeterminate+label:
	:after {
	background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate+label::before,.checkbox-danger input[type="radio"]:indeterminate+label:
	:before {
	background-color: #000000;
	border-color: #000000;
}

.checkbox-danger input[type="checkbox"]:indeterminate+label::after,.checkbox-danger input[type="radio"]:indeterminate+label:
	:after {
	background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate+label::before,.checkbox-info input[type="radio"]:indeterminate+label:
	:before {
	background-color: #009bdb;
	border-color: #009bdb;
}

.checkbox-info input[type="checkbox"]:indeterminate+label::after,.checkbox-info input[type="radio"]:indeterminate+label:
	:after {
	background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate+label::before,.checkbox-warning input[type="radio"]:indeterminate+label:
	:before {
	background-color: #66CFBC;
	border-color: #66CFBC;
}

.checkbox-warning input[type="checkbox"]:indeterminate+label::after,.checkbox-warning input[type="radio"]:indeterminate+label:
	:after {
	background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate+label::before,.checkbox-success input[type="radio"]:indeterminate+label:
	:before {
	background-color: #f6f6f6;
	border-color: #f6f6f6;
}

.checkbox-success input[type="checkbox"]:indeterminate+label::after,.checkbox-success input[type="radio"]:indeterminate+label:
	:after {
	background-color: #fff;
}

/*---------------------------
// Radios
--------------------------*/
.radio {
	padding-left: 20px;
}

.radio label,.radio a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}

.radio label::before, .radio a::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio label::after, .radio a::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #5b5b5b;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s
		cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33)
		;
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio.label-left {
	padding-right: 20px;
	padding-left: 0;
	display: inline-block;
}

.radio.label-left label::after {
	right: 0;
	left: auto;
	margin-left: 0;
	margin-right: -20px;
}

.radio.label-left label::before {
	right: -3px;
	left: auto;
	margin-left: 0;
	margin-right: -20px;
}

.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.radio input[type="radio"]:focus+label::before {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	content: '' !important;
}

.radio input[type="radio"]:disabled {
	cursor: not-allowed;
}

.radio input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
	cursor: not-allowed;
}

.radio.radio-inline {
	margin-top: 0;
}

.radio-primary input[type="radio"]+label::after {
	background-color: #5b5a5a;
}

.radio-primary input[type="radio"]:checked+label::before {
	border-color: #5b5a5a;
}

.radio-primary input[type="radio"]:checked+label::after {
	background-color: #5b5a5a;
}

.radio-danger input[type="radio"]+label::after {
	background-color: #000000;
}

.radio-danger input[type="radio"]:checked+label::before {
	border-color: #000000;
}

.radio-danger input[type="radio"]:checked+label::after {
	background-color: #000000;
}

.radio-info input[type="radio"]+label::after {
	background-color: #009bdb;
}

.radio-info input[type="radio"]:checked+label::before {
	border-color: #009bdb;
}

.radio-info input[type="radio"]:checked+label::after {
	background-color: #009bdb;
}

.radio-warning input[type="radio"]+label::after {
	background-color: #66CFBC;
}

.radio-warning input[type="radio"]:checked+label::before {
	border-color: #66CFBC;
}

.radio-warning input[type="radio"]:checked+label::after {
	background-color: #66CFBC;
}

.radio-success input[type="radio"]+label::after {
	background-color: #f6f6f6;
}

.radio-success input[type="radio"]:checked+label::before {
	border-color: #f6f6f6;
}

.radio-success input[type="radio"]:checked+label::after {
	background-color: #f6f6f6;
}

input[type="checkbox"].styled:checked+label:after,input[type="radio"].styled:checked+label:after
	{
	font-family: 'Fontello';
	content: "\e804";
}

input[type="checkbox"] .styled:checked+label::before,input[type="radio"] .styled:checked+label:
	:before {
	color: #fff;
}

input[type="checkbox"] .styled:checked+label::after,input[type="radio"] .styled:checked+label:
	:after {
	color: #fff;
}

.form-control:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(194, 227, 71, 0.6);
}

.radio.radio-color {
	padding-left: 40px;
}

.radio.radio-color label,.radio.radio-color a {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9999px;
}

.radio.radio-color label::before,.radio.radio-color a::before {
	width: 20px;
	height: 20px;
	/*margin-left: -40px;*/
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: inherit;
	display: block;
}

.radio.radio-color label::after,.radio.radio-color a::after {
	display: none;
}

.radio.radio-color input[type="radio"]:checked+label::before {
	border: 3px solid #009bdb;
}

.radio.radio-color.radio-inline+.radio-inline {
	margin-left: 0px;
}

.radio.label-left input[type="radio"],.radio-inline.label-left input[type="radio"],.checkbox.label-left input[type="checkbox"],.checkbox-inline.label-left input[type="checkbox"]
	{
	margin-left: 5px;
	margin-right: -25px;
}

/*------------
Custom Selectboxes
--------------*/
	/*-------------------------------------------------------------*/
	/*--------------------- SELECT CON BUSQUEDA--------------------*/
	/*-------------------------------------------------------------*/
.bootstrap-select button.btn.dropdown-toggle.btn-default {
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: none;
	width: 100%;
	color: #5b5b5b;
}

/* agregar la nueva flecha al select
.bootstrap-select button.btn.dropdown-toggle.btn-default:hover {
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  background-color: #FFFFFF;
  background-image: none;
  width: 100%;
}

*/
.bootstrap-select.btn-group .dropdown-toggle .caret {
	width: 10px;
	height: 10px;
	border: none;
	/*font-family: 'Lato';*/
	font-family: "BogleWeb-Bold";
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
	position: relative;
	top: -6pt;
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	border-right: 0.2em solid black;
	border-top: 0.2em solid black;
	transform: rotate(135deg);
	margin-right: 0.5em;
}

span.filter-option {
	font-weight: normal;
	font-size: 14px;
}

.autocomplete-suggestions {
	border: 1px solid #66afe9;
	background: #FFF;
	overflow: auto;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(194, 227, 71, 0.6);
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: 700;
	color: #000;
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
}

/*
Main header
-------------------
*/
.header-top .brand {
	margin: 20px 0;
}

.navbar-nav>li>a {
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-nav>li>a i,.navbar-nav>li>a em {
	padding: 2px;
	margin-right: 3px;
	color: #000;
	background-color: #fff;
}

.navbar-nav>li>a:hover i,.navbar-nav>li>a:hover em {
	color: #fff;
	background-color: transparent;
}

@media ( max-width : 767px) {
	.navbar-collapse {
		background: #000;
		margin-top: 0; //
		border-top: 3px solid #009bdb !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.main-nav>.navbar.navbar-default {
	border: none;
	background: #1a75cf;
}

.main-nav>.navbar.navbar-default .navbar-toggle {
	position: absolute;
	right: 0px;
	bottom: -86px;
	height: 44px;
	width: 48px;
}

@media ( min-width : 481px) {
	.main-nav>.navbar.navbar-default .navbar-toggle {
		bottom: -98px;
		height: 62px;
		width: 76px;
		right: 15px;
	}
}

.main-nav>.navbar.navbar-default .navbar-toggle .icon-bar {
	border-radius: 0px;
	width: 30px;
	height: 5px;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.main-nav>.navbar.navbar-default .navbar-toggle .icon-bar:nth-child (3)
	{
	top: 25px;
	position: absolute;
	transform: rotate(45deg);
}

@media ( min-width : 481px) {
	.main-nav>.navbar.navbar-default .navbar-toggle .icon-bar:nth-child (3)
		{
		top: 26px;
	}
}

.main-nav>.navbar.navbar-default .navbar-toggle .icon-bar:last-child {
	position: absolute;
	transform: rotate(-45deg);
}

@media ( min-width : 481px) {
	.main-nav>.navbar.navbar-default .navbar-toggle .icon-bar:last-child {
		bottom: 28px;
	}
}

.main-nav>.navbar.navbar-default .navbar-toggle .icon-bar:nth-child (4)
	{
	display: none;
}

@media ( min-width : 481px) {
	.main-nav>.navbar.navbar-default .navbar-toggle .icon-bar {
		width: 44px;
		height: 5px;
	}
	.main-nav>.navbar.navbar-default .navbar-toggle .icon-bar+.icon-bar {
		margin-top: 10px;
	}
}

.main-nav>.navbar.navbar-default .navbar-toggle.collapsed .icon-bar {
	background-color: #000;
}

.main-nav>.navbar.navbar-default .navbar-toggle.collapsed .icon-bar:last-child
	{
	margin-bottom: 0;
}

.main-nav>.navbar.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child
	(3) {
	position: relative;
	top: 0;
	transform: rotate(0deg);
}

.main-nav>.navbar.navbar-default .navbar-toggle.collapsed .icon-bar:last-child
	{
	bottom: 0;
	position: relative;
	transform: rotate(0deg);
}

.main-nav>.navbar.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child
	(4) {
	display: block;
}

.main-nav>.navbar.navbar-default .navbar-toggle.collapsed .text-toggle {
	opacity: 1;
}

.main-nav>.navbar.navbar-default .navbar-toggle .text-toggle {
	opacity: 0;
	float: left;
	margin-left: -70px;
	position: relative;
	top: 4px;
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

@media ( max-width : 480px) {
	.main-nav>.navbar.navbar-default .navbar-toggle .text-toggle {
		display: none;
	}
}

.icon-rounded {
	border: 1px solid white;
	border-radius: 50%;
	max-width: 26px;
}

.icon-rounded.icon-box {
	text-indent: -1px;
}

@media ( max-width : 480px) {
	.main-nav>.navbar>.container-fluid {
		height: 0px;
	}
	.navbar {
		position: relative;
		min-height: 0px;
	}
}

@media ( max-width : 767px) {
	.main-nav>.navbar {
		margin-bottom: 0;
		height: inherit; /* Defect-25731 100% replaced with inherit */
	}
	.main-nav>.navbar>.container-fluid {
		height: 0px;
	}
	.nav-justified-sm {
		width: 100%;
		margin: 0 !important;
		display: table;
		height: 100%;
	}
	.nav-justified-sm>li {
		float: none;
		border-right: 3px solid #66CFBC;
		display: table-cell;
		height: 100%;
	}
	.nav-justified-sm>li:last-child {
		border-right: none;
	}
	.nav-justified-sm>li>a {
		margin-bottom: 0;
		text-align: center;
	}
}

@media ( max-width : 767px) and (min-width: 480px) {
	.nav-justified-sm>li>a {
		font-size: 20px;
	}
}

@media ( min-width : 768px) {
	.main-nav {
		position: absolute;
		top: 100px;
		width: 100%;
	}
	.main-nav .navbar-nav>li>a {
		font-size: 16px;
	}
	.main-nav .navbar-nav.nav-justified-sm>li>a {
		padding-left: 35px;
		padding-right: 35px;
		font-size: 18px;
	}
	.main-nav .navbar-nav.nav-justified-sm>li:first-child>a {
		padding-left: 15px;
	}
	.header-top {
		margin-bottom: 40px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.main-nav .navbar-nav>li>a {
		font-size: 14px;
		padding-left: 13px;
		padding-right: 14px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.main-nav .navbar-nav.nav-justified-sm>li>a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
	}
}

/*
Main footer
-------------------
*/
.footer .footer-top {
	padding: 25px 0;
}

@media ( max-width : 767px) {
	.footer .footer-top {
		padding-top: 0;
	}
}

@media ( min-width : 768px) {
	.footer .footer-top .social-links {
		text-align: right;
	}
}

.footer .footer-top h3 { /*font-family: Lato;*/
	font-family: "BogleWeb-Black";
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.footer .footer-top h3.title-social {
	font-size: 16px;
	text-transform: none;
}

@media ( min-width : 768px) {
	.footer .footer-top h3.title-social {
		margin-right: 10px;
	}
}

.footer .footer-top .social-links .holder {
	display: inline-block;
}

.footer .footer-top .social-links .holder .btn {
	display: block;
}

.footer .footer-top ul>li>a {
	color: #fff;
	display: inline;
}

.footer .footer-top ul>li>a:hover,.footer .footer-top ul>li>a:focus,.footer .footer-top ul>li>a:active
	{
	color: #cccccc;
	text-decoration: none;
}

.footer .list-social {
	font-size: 34px;
}

@media ( min-width : 768px) {
	.footer .list-social {
		font-size: 28px;
	}
}

@media ( max-width : 1024px) and (min-width: 768px) {
	.footer .list-social {
		/*Just to avoid last icon going down in some resolutions*/
		font-size: 18px;
	}
}

.footer .footer-bottom {
	padding: 30px 0;
}

.footer .footer-bottom .navbar-nav>li>a,.footer .footer-bottom .navbar-nav>li>a:hover
	{
	padding: 15px 5px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

.footer .footer-bottom .text-muted {
	font-size: 13px;
	text-align: left;
}

.text-muted_tw {
	color: white;
}

/*--------------------------------------------------------------------------------------------------*/
	/*                                               css lilian                                         */
	/*--------------------------------------------------------------------------------------------------*/
	/*-------------------------------------------------------------*/
	/*---------------------FULL PRICE-----paso 1-------------------*/
	/*-------------------------------------------------------------*/
	/* elever numero del precio */
.sup.up {
	position: relative;
	bottom: 1ex;
	font-size: 80%;
}

.panel-title.title-panel-box {
	font-weight: bold !important;
	margin-left: 18px;
	color: black;
}

/* remover ls flecha por defecto del select
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
} */ /* agregar la nueva flecha al select */
select+i.icon-angle-down.flechaDown,select+em.icon-angle-down.flechaDown
	{
	float: right;
	margin-top: -30px;
	margin-right: 5px;
	pointer-events: none;
	background-color: #fff;
	padding-right: 5px;
}

.icon-angle-down {
	font-size: 20px;
}

.text-soft {
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 10px;
}

.no-text-transform {
	text-transform: none;
}

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

.no-bold {
	font-weight: 400 !important;
}

textarea {
	resize: none;
}

/* centrar imagen del regalo */
.img-gift {
	margin: 0 auto;
}

.xs-title {
	display: none;
}

@media ( min-width : 770px) and (max-width: 991px) {
	.step-bar {
		margin-top: 60px;
		margin-bottom: 20px;
	}
}

/*link movil*/
.zip-code {
	padding-left: 0px;
	text-transform: capitalize !important;
}

.text-shipping {
	font-size: 22px;
	font-weight: 700 !important;
}

/*----*/
@media ( min-width : 376px) and (max-width: 767px) {
	h3.step-title {
		font-size: 13px;
	}
	.text-md {
		font-size: 18px;
	}
	.xs-title {
		display: block;
	}
	.step-bar {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	.img-card {
		margin-top: 15px;
	}
	.panel-title.title-panel-box- {
		margin-left: 5px;
	}
}

@media ( min-width : 320px) and (max-width: 375px) {
	h3.step-title {
		font-size: 12px;
		left: 15%;
	}
	.step-bar {
		margin-top: 60px;
		margin-bottom: 20px;
	}
}

/*-------------------------------------------------------------*/
	/*-------------------FULL PRICE-------paso 2-------------------*/
	/*-------------------------------------------------------------*/
	/*Modificaciones al jumbotron paso 2 pagos*/
.jumbotron.total-price {
	padding: 45px;
	padding-top: 0px;
	border-radius: 4px;
}

@media ( max-width : 767px) {
	.jumbotron.total-price {
		padding: 25px;
		padding-top: 0;
	}
	.jumbotron.total-price .price-strip {
		margin-right: -25px;
		margin-left: -25px;
	}
}

.jumbotron .price-strip.total-price {
	margin-top: 0px;
}

.jumbotron .price-strip.total-price .title {
	padding: 25px;
	text-align: left;
	padding-left: 50px;
	font-size: 42.6px;
	margin-top: 0;
    line-height: inherit;
}

@media ( max-width : 767px) {
	.total-price h3,.total-price .h2 {
		font-size: 14px;
		margin-left: -1px
	}
}

.total-price .text-price-cost {
	font-size: 35px;
	color: #fff;
	font-weight: 700;
}

@media ( max-width : 767px) {
	.total-price .text-price-cost {
		font-size: 24px;
	}
}

@media ( max-width : 767px) {
	.total-price .price-strip.large .price {
		font-size: 24px;
		margin-top: 0;
		line-height: 30px;
	}
}

.total-price .align-right {
	text-align: right;
}

.total-price .align-center {
	text-align: center;
}

.total-price .align-img-center {
	text-align: -webkit-center;
}

.phone-title-price {
	font-size: 41.6px;
	color: #5D5D5D;
	margin-bottom: 0px;
}

.phone-title-price sup {
	top: -0.5em;
}

/*Necesario para posicionar la imagen sobre el boton jumbotron*/
@media ( max-width : 767px) {
	.total-price .align-img-center {
		top: -110px;
	}
	.total-price .button-price {
		margin-top: 60px !important;
	}
}

/*Bundle review limitar texto*/
.bundle-review .limits,.bundle-review .speed small {
	width: 135px;
}

.bundle-review .inner {
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: -ms-center;
}

@media ( min-width : 480px) and (max-width: 767px) {
	.price.price-left {
		padding-left: 35px;
		font-size: 35px !important;
		margin-top: 6px;
	}
}

@media ( max-width : 479px) {
	.price.price-left {
		padding-left: 25px;
		font-size: 30px !important;
		margin-top: 6px;
	}
}

/*-------------------------------------------------------------*/
	/*------------------FULL PRICE--------paso 3-------------------*/
	/*-------------------------------------------------------------*/
.grey-line-top { /*  margin-bottom: 15px;
      padding-bottom: 15px; */
	border-top: 1px solid #c7c6c6;
}

.grey-line-botton {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c7c6c6;
}

.panel-headding-tittle {
	margin-top: 0;
	margin-bottom: 0;
	color: black;
}

/*
   caja  verde de precio en la confirmacion
*/
.box-paid-today {
	padding: 25px;
	background-color: #009bdb;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}

.box-price-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 0px;
}

.box-price-body {
	font-weight: 700;
	font-size: 40px;
}

/*
   caja info
*/
.box-info {
	min-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #c7c6c6;
	/* 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);
	padding: 0px 15px 5px 15px;
}

.text-grey {
	color: #777;
}

.order-items {
	padding-left: 15px;
	text-transform: uppercase;
}

.margin-neutro {
	margin: 0px;
}

.info-tittle {
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	padding: 13px;
}

.panel-green {
	padding: 7px 0 13px 0;
	background-color: #009bdb;
	border-color: #d5dd28;
}

.panel-green h3 {
	font-size: 25px;
	margin-left: 15px;
	color: #fff;
}

/*
   numero/tiempo en la orden
*/
.time-order {
	margin-top: 5px;
}

@media ( max-width : 768px) {
	.time-order { /*width: 83px;*/
		text-align: right;
		margin-top: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.number-order {
		font-size: 32px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/* walmart footer*/
.info-walmart {
	background-color: #057dbf;
	padding: 25px;
	text-align: center;
}

@media ( max-width : 768px) {
	footer.footer .top-push-12.footerWalmart {
		margin-top: 0px !important;
	}
}

/* info keepnig service*/
.auto-refill .enroll {
	text-align: right;
	vertical-align: middle;
}

.order-link a {
	color: #fff;
}

@media ( min-width : 480px) and (max-width: 991px) {
	.auto-refill {
		text-align: center;
	}
	.auto-refill .top-push-5 {
		margin-top: -25px !important;
	}
	.auto-refill .enroll {
		text-align: center;
		font-size: 20px;
		padding-bottom: 10px;
	}
	.auto-refill .enroll a.btn.btn-link {
		font-size: 20px;
	}
	.order-link {
		float: none !important;
		text-align: center;
	}
	.order-link a {
		float: none !important;
	}
}

/*titulo principal*/
@media ( min-width : 480px) and (max-width: 991px) {
	.text-principal h1 {
		font-size: 60px;
	}
	.text-principal .lead {
		font-size: 20.02px;
	}
	.panel-green h3 {
		font-size: 25px;
		margin-left: 15px;
		text-align: center;
	}
}

@media ( min-width : 320px) and (max-width: 479px) {
	.panel-green h3 {
		font-size: 25px;
		margin-left: 15px;
		text-align: center;
	}
	#order-link {
		float: none !important;
		text-align: center;
	}
	#order-link a {
		float: none !important;
	}
}

/*-------------------------------------------------------------*/
	/*--------------------- STEPS  DE PAGO-------------------------*/
	/*-------------------------------------------------------------*/
	/* margen del wizard */
.step-bar {
	margin: 15px 0px 40px 0px;
}

/* estilo de los titulos del wizard */
.step-title {
	position: absolute;
	top: -3%;
	left: 23%;
}

.active .step-title {
	color: #fff;
}

.step-bar>div {
	background-color: #f6f6f6;
	position: relative;
	height: 60px;
}

.step-bar .active {
	background: #009bdb;
}

.step-bar .active:after,.step-bar .active:before,.step-bar>div:last-child
	:before,.step-bar .no-active:after,.step-bar .no-active:before {
	position: absolute;
	top: 0px;
	right: -18px;
	content: "";
	border: 31px solid transparent;
	display: block;
	height: 0;
	width: 0;
	border-left: 16px solid #fff;
	border-right: none;
	z-index: 1;
}

.step-bar .active:before {
	border-left-color: #009bdb;
	right: -16px;
	z-index: 2;
}

.step-bar .no-active:after,.step-bar .no-active:before {
	position: absolute;
	top: -2px;
	right: -16px;
	content: "";
	border: 32px solid transparent;
	display: block;
	height: 0;
	width: 0;
	border-left: 16px solid #fff;
	border-right: none;
	z-index: 1;
}

.step-bar .no-active:before {
	border-left-color: #f6f6f6;
	right: -14px;
	z-index: 2;
}

.numberCircle {
	position: absolute;
	top: 20%;
	left: 7%;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	padding: 5px;
	background: #000;
	border: 2px solid #000;
	color: #fff;
	text-align: center;
	font: 20px Arial, sans-serif;
}

.active .numberCircle {
	background: #fff;
	border-color: #fff;
	color: #000;
}

.no-bold-steps {
	font-weight: 300;
}

@media ( min-width : 768px) and (max-width: 991px) {
	h3.step-title,.h3.step-title {
		font-size: 20px;
		padding-left: 24px;
		top: -8% !important;
		left: 16%;
	}
	.numberCircle {
		top: 25%;
		left: 12%;
		width: 25px;
		height: 25px;
		padding: 1px;
		font: 18px Arial, sans-serif;
		line-height: 19px;
	}
}

@media ( min-width : 480px) and (max-width: 767px) {
	h3.step-title,.h3.step-title {
		font-size: 15px;
		padding-left: 26px;
		top: -1%;
		left: 16%;
	}
	.numberCircle {
		top: 25%;
		left: 12%;
		width: 25px;
		height: 25px;
		padding: 1px;
		font: 18px Arial, sans-serif;
		line-height: 20px !important;
	}
}

@media ( max-width : 479px) {
	h3.step-title,.h3.step-title {
		font-size: 9px;
		padding-left: 26px;
		top: -1%;
		left: 12%;
	}
	.numberCircle {
		top: 29%;
		left: 12%;
		width: 20px;
		height: 20px;
		line-height: 16px !important;
		padding: 0px;
		font: 17px Arial, sans-serif;
	}
}

/*-------------------------------------------------------------*/
	/*--------------------- FORMULARIOS-------------------------*/
	/*-------------------------------------------------------------*/
	/*color para resaltar caundo el campo es correcto*/ /*
#formStep-checkout .has-error .control-label,
#formStep-checkout .has-error .help-block,
#formStep-checkout .has-error .form-control-feedback {
    color: #FF063D;
}


#formStep-checkout .has-success .control-label,
#formStep-checkout .has-success .help-block,
#formStep-checkout .has-success .form-control-feedback {
    color: #C1E247;
}
*/ /*-------------------------------------------------------------*/
	/*-----------------SMART PRICE----PASO1------------------------*/
	/*-------------------------------------------------------------*/
.rater-pay {
	width: 235px;
}

.rater-pay small:last-child {
	padding-left: 21px;
}

/*--------
Modules
*/ /*--------
  Plans
*/
.plan {
	margin-top: 10px !important;
	border: 3px solid transparent;
	cursor: pointer;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
	/*THis is experimental, lets try to use flex to equalize column height and valing content and wait for browsers compatiblilty*/
}

.plan:hover {
	border: 3px solid #009bdb;
}

@media ( min-width : 480px) {
	.plan {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex: initial;
		-moz-flex: initial;
		-webkit-flex: initial;
		overflow: hidden;
		flex-wrap: wrap;
	}
}

@media ( min-width : 480px) {
	.plan>div {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		align-items: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-justify-content: center;
	}
}

.plan>div:first-child {
	padding-right: 0;
	padding-left: 0;
	background-color: #f6f6f6;
}

@media ( min-width : 480px) {
	.plan>div:first-child {
		flex: 1 0 0;
		-moz-flex: 1 0 0;
		-webkit-flex: 1 0 0;
	}
}

.plan>div:first-child .inner {
	padding: 20px;
	width: 100%;
}

.plan>div:last-child {
	padding-right: 0;
	padding-left: 0;
}

@media ( max-width : 991px) {
	.plan>div:last-child {
		flex: 2 0 0;
		-moz-flex: 2 0 0;
		-webkit-flex: 2 0 0;
	}
}

@media ( min-width : 992px) {
	.plan>div:last-child {
		flex: 3 0 0;
		-moz-flex: 3 0 0;
		-webkit-flex: 3 0 0;
	}
}

@media ( max-width : 767px) and (min-width: 480px) {
	.plan>div:last-child {
		flex: 1 0 0;
		-moz-flex: 1 0 0;
		-webkit-flex: 1 0 0;
	}
}

.plan>div:last-child .inner {
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.plan>div:last-child .inner .row {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	overflow: hidden;
}

.plan .well {
	margin-bottom: 0;
	border-radius: 0;
}

@media ( min-width : 768px) {
	.plan .conditions {
		border-right: 1px solid #b7b7b7;
	}
}

.plan .conditions h3 {
	font-size: 18px;
	color: #5b5a5a;
	margin-top: 0;
}

.plan .conditions .list-details>li {
	font-size: 14px;
	margin-bottom: 10px;
}

.plan .conditions .list-details>li:last-child {
	margin-bottom: 0;
}

.plan.active {
	border-color: #009bdb;
}

.plan.active .btn-circle {
	background-color: #009bdb;
}

@media ( min-width : 768px) {
	.plan .btn-view-details {
		display: none;
	}
}

/*----------
Plan Resume (unested because is not only used in plans
------------*/
.plan-resume .limits {
	font-weight: 700;
	font-size: 21px;
}

@media ( min-width : 768px) {
	.plan-resume .limits {
		font-size: 14px;
	}
}

.plan-resume .price,.plan-resume .speed {
	font-size: 60px;
	font-weight: 700;
	/*font-family: "Lato";*/
}

.plan-resume .price small,.plan-resume .speed small {
	font-weight: 400;
	font-size: 20px;
	display: block;
}

@media ( min-width : 768px) {
	.plan-resume .price small,.plan-resume .speed small {
		font-size: 10.6px;
	}
}

.plan-resume .price smallinline,.plan-resume .speed smallinline {
	font-weight: 400;
	font-size: 20px;
	display: inline;
}

@media ( min-width : 768px) {
	.plan-resume .price smallinline,.plan-resume .speed smallinline {
		font-size: 12.6px;
	}
}

.plan-resume .price b,.plan-resume .speed b,.plan-resume .price strong,.plan-resume .speed strong
	{
	/* color: #009bdb; */
	color: #000;
}

.plan-resume .price {
	border-bottom: 10px solid #000;
	padding: 0 20px 20px 20px;
	display: inline-block;
}

@media ( min-width : 768px) {
	.plan-resume .price {
		/* border-bottom: 5px solid #009bdb; */
		border-bottom: 5px solid #000;
	}
}

/*-----------
Plans Sidebar
------------*/
.sidebarplan {
	background-color: #f6f6f6;
	padding: 20px;
	top: 0;
	left: 0;
	min-height: 200px;
	z-index: 100;
}

.sidebarplan .selected-plan h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
.sidebarplan .selected-plan h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

.sidebarplan .selected-plan .notes p {
	margin: 3px 0;
	font-size: 12px;
}

.sidebarplan .selected-plan .btn {
	display: block;
}

/*-------------
Price strip
-------------*/
.price-strip {
	margin: 20px -20px;
	overflow: hidden;
	position: relative;
	background-color: #009bdb;
	text-align: center;
	/*font-family: "Lato";*/
}

.price-strip>div {
	position: relative;
	float: left;
	width: 50%;
	padding: 10px 10px;
}

.price-strip>div .holder {
	position: relative;
	z-index: 2;
}

.price-strip>div:first-child {
	background-color: #66CFBC;
}

.price-strip>div:first-child .corner {
	position: relative;
	background: red;
	z-index: 0;
}

.price-strip>div:first-child .corner:before {
	display: block;
	content: "";
	position: absolute;
	width: 50%;
	height: 208px;
	right: -39%;
	top: -60px;
	/* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIDEwLCBFeHBvcnQgU1ZHIEV4dGVuc2lvbiBieSBBYXJvbiBCZWFsbCAoaHR0cDovL2ZpcmV3b3Jrcy5hYmVhbGwuY29tKSAuIFZlcnNpb246IDAuNi4xICAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyBpZD0iQ3VydmVEYXJrIiB2aWV3Qm94PSIwIDAgMTI0IDIwOCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6IzAwYmFhNCIgdmVyc2lvbj0iMS4xIgoJeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKCXg9IjBweCIgeT0iMHB4IiAKPgoJPHBhdGggZD0iTSAxMjQgMCBMIDAgMC4wNzUyIEwgMCAyMDggQyAwIDg1Ljk4OTMgNjMuMTY3NCAyNy43NzQ0IDEyNCAwIFoiIGZpbGw9IiM2NkNGQkMiLz4KPC9zdmc+); */
	background-image:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTI0IDIwOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI0IDIwODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiMwMDlCREI7fS5zdDF7ZmlsbDojMDA0REExO30uc3Qye2ZpbGw6IzE1MzE3RTt9PC9zdHlsZT48ZyBpZD0iTGF5ZXJfMiI+PHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjEyNCIgaGVpZ2h0PSIyMDgiLz48L2c+PGcgaWQ9IkN1cnZlRGFyayI+PHBhdGggY2xhc3M9InN0MSIgZD0iTTAsMCIvPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xMjQsMEwwLDAuMVYyMDhDMCw4Niw2My4yLDI3LjgsMTI0LDB6Ii8+PHBhdGggY2xhc3M9InN0MiIgZD0iTTAsMCIvPjwvZz48L3N2Zz4=)
		;
	background-position: 0 0;
	background-size: cover;
}

@media ( max-width : 991px) and (min-width: 768px) {
	.price-strip>div {
		width: 100%;
		float: none;
	}
	.price-strip>div:first-child .corner {
		display: none;
	}
}

.price-strip .title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #fff;
}

@media ( max-width : 1199px) {
	.price-strip .title {
		font-size: 12.6px;
	}
}

.price-strip .price {
	font-size: 25.2px;
	line-height: 22.4px;
	color: #fff;
	font-weight: 700;
	/*font-family: "Lato";*/
}

@media ( max-width : 1199px) {
	.price-strip .price {
		font-size: 22.4px;
	}
}

.price-strip .price small {
	font-size: 11.9px;
	font-weight: 600;
	display: block;
	margin-top: 8px;
	line-height: 11.2px;
	/*font-family: "Lato", Helvetica, Arial, sans-serif;*/
}

.price-strip.large>div {
	padding: 50px 10px;
}

.price-strip.large .title {
	font-size: 22px;
}

.price-strip.large .price {
	font-size: 45px;
	line-height: 35px;
}

.price-strip.large .price small {
	font-size: 14px;
	margin-top: 18px;
}

@media ( max-width : 767px) {
	.price-strip.large .price {
		font-size: 32px;
	}
	.price-strip.large .price small {
		font-size: 12px;
	}
	.price-strip.large .title {
		font-size: 18px;
	}
}

/*-------------
Shopping Cart
-------------*/
@media ( min-width : 415px) {
	.shopping-cart .bundles .bundle {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.shopping-cart .bundles .bundle:before,.shopping-cart .bundles .bundle:after
	{
	content: " ";
	display: table;
}

.shopping-cart .bundles .bundle:after {
	clear: both;
}

@media ( min-width : 415px) {
	.shopping-cart .bundles .bundle>div {
		margin-bottom: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex: 1 0 0;
		-moz-flex: 1 0 0;
		-webkit-flex: 1 0 0;
		align-items: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		position: relative;
		padding: 60px 0;
		min-width: 240px;
		width: 240px;
	}
}

@media ( max-width : 415px) {
	.shopping-cart .bundles .bundle>div {
		margin-bottom: 0;
		align-items: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		position: relative;
		padding: 60px 0;
		min-width: 240px;
	}
}

@media ( max-width : 415px) {
	.shopping-cart .bundles .bundle>div {
		clear: both;
	}
}

.shopping-cart .bundles .bundle>div:nth-child (2) {
	margin-right: 5px;
}

.shopping-cart .bundles .bundle>div:last-child {
	margin-left: 5px;
}

.shopping-cart .bundles .bundle>div .plan-resume {
	top: -20px;
	position: relative;
}

@media ( max-width : 480px) {
	.shopping-cart .bundles .bundle>div:nth-child (2),.shopping-cart .bundles .bundle>div:last-child
		{
		margin: 0;
		margin-bottom: 10px;
	}
}

.shopping-cart .bundles .bundle .icon-os {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #c7c6c6;
	font-size: 26px;
}

.icon-os .icon-android,.icon-os.icon-android {
	color: #66af1e ! important;
}

.shopping-cart .bundles .bundle .footer-bundle {
	display: block;
	width: 100%;
	float: none;
	flex: auto;
	-moz-flex: auto;
	-webkit-flex: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f6f6f6;
}

.shopping-cart .bundles .bundle .footer-bundle a {
	display: block;
	font-size: 13.02px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.shopping-cart .bundles .bundle.no-plan .well-plan {
	background-color: #f6f6f6;
}

.shopping-cart .bundles .bundle.no-plan .plan-resume,.shopping-cart .well.well-plan.no-plan .plan-resume
	{
	top: 0;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding: 0 30px;
}

.shopping-cart .bundles .bundle.no-plan .plan-resume small,.shopping-cart .bundles .bundle .well.well-plan.no-plan .plan-resume small
	{
	text-transform: none;
	font-size: 13px;
	display: block;
	font-weight: 100;
}

.shopping-cart .bundles .bundle>.header-bundle {
	padding: 0;
	display: block;
	width: 100%;
	float: none;
	flex: auto;
	-moz-flex: auto;
	-webkit-flex: auto;
	margin-top: 10px;
}

.shopping-cart .bundles .bundle>.header-bundle:before,.shopping-cart .bundles .bundle>.header-bundle:after
	{
	content: " ";
	display: table;
}

.shopping-cart .bundles .bundle>.header-bundle:after {
	clear: both;
}

.shopping-cart .bundles .bundle>.header-bundle h2 {
	float: left;
	margin-top: 5px;
	font-size: 24.01px;
}

.shopping-cart .bundles .bundle>.header-bundle button {
	position: relative;
	padding-right: 26px;
}

.shopping-cart .bundles .bundle>.header-bundle button i,.shopping-cart .bundles .bundle>.header-bundle button em
	{
	font-size: 26px;
	color: #c7c6c6;
	margin-right: -32px;
	margin-top: -9px;
	float: right;
}

.shopping-cart .bundles .bundle>.header-bundle button:hover i,.shopping-cart .bundles .bundle>.header-bundle button:hover em
	{
	color: #aeadad;
}

.shopping-cart .bundles:first-child .bundle:first-child>.header-bundle {
	margin-top: 0;
}

@media ( max-width : 767px) {
	.shopping-cart .jumbotron {
		margin-top: 25px;
	}
}

/*-----------------------
Landing phones and filters
-------------------------*/ /*
Collapsible top
*/
.collapsible-top {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf4a9+0,c1e247+100 */
	background: #000;
	/* Old browsers 
  background: -moz-radial-gradient(center, ellipse cover, #009bdb 0%, #004da2 100%);*/
	/* FF3.6-15 
  background: -webkit-radial-gradient(center, ellipse cover, #009bdb 0%, #004da2 100%);*/
	/* Chrome10-25,Safari5.1-6 
  background: radial-gradient(ellipse at center, #009bdb 0%, #004da2 100%);*/
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf4a9', endColorstr='#c1e247', GradientType=1);*/
	/* IE6-9 fallback on horizontal gradient */
}

@media ( min-width : 768px) {
	.collapsible-top {
		margin-top: -30px;
	}
}

.collapsible-top h1 {
	margin-bottom: 20px;
	margin-top: 35px;
	color: #fff;
	font-size: 20px;
}

@media ( max-width : 767px) {
	.collapsible-top h1 {
		padding: 0 40px;
	}
}

.collapsible-top img.img-responsive {
	display: inline-block;
	margin-bottom: 20px;
}

.collapsible-top .collapse {
	margin-bottom: 40px;
}

/*
Sidebar filters
*/
@media ( width : 768px) {
	.sidebar-filters h2 {
		font-size: 28px;
	}
}

.sidebar-filters .inner {
	padding: 5px;
}

.sidebar-filters .inner:first-child {
	padding-top: 20px;
}

@media ( min-width : 768px) {
	.sidebar-filters .inner { /*margin-right: -40px;*/
		padding: 15px;
	}
	>
	form>.sidebar-filters .inner:first-child {
		margin-bottom: 20px;
	}
}

.sidebar-filters .inner h3 {
	background-color: #f6f6f6;
	margin: 0 -15px;
	padding: 10px 15px;
	font-size: 16px;
}

.sidebar-filters .inner .checkbox label {
	font-size: 13px;
}

.sidebar-filters .inner .xs-panelcollapse.columns .checkbox {
	width: 50%;
	float: left;
}

/*.sidebar-filters .inner .xs-panelcollapse.columns .checkbox:nth-child(2) {
  margin-top: 10px;
} */
.inner .checkbox {
	margin-top: 0;
	margin-bottom: 0;
}

@media ( max-width : 991px) {
	.sidebar-filters .stretch-grid .col-sm-6 {
		padding: 0 10px;
	}
	.sidebar-filters .stretch-grid .col-sm-6 .btn {
		padding-left: 0;
		padding-right: 0;
	}
}

@media ( max-width : 767px) {
	.sidebar-filters .filters {
		background-color: #fff;
		position: relative;
		z-index: 1;
		top: -60px;
		overflow: hidden;
	}
	.sidebar-filters .filters.visible {
		margin-bottom: -60px;
	}
	.sidebar-filters .filters .h2 {
		margin-top: 0;
	}
	.sidebar-filters .filters .inner:first-child {
		padding-top: 0;
		position: relative;
	}
	.sidebar-filters .filters .inner+.inner {
		padding-top: 0;
	}
	.sidebar-filters .filters .button-close {
		position: absolute;
		color: #f6f6f6;
		font-size: 34px;
		right: -15px;
		top: -17px;
	}
}

/*---------
Main Results holder
-------------*/
.main-results {
	position: relative;
}

@media ( min-width : 768px) {
	.main-results { /*padding-left: 100px;*/
		
	}
}

.main-results .header select {
	-webkit-appearance: button-arrow-down;
	-moz-appearance: button-arrow-down;
	-o-appearance: button-arrow-down;
}

.main-results .header .bootstrap-select {
	box-shadow: none;
	width: auto;
}

.main-results .header .bootstrap-select .btn {
	padding-left: 10px;
	padding-right: 25px;
}

.main-results .header h2,.main-results .header .pagination {
	margin-top: 0;
}

.main-results .header .form-control.medium-large {
	width: 100%;
	/*@media(min-width: @screen-sm-min){
        width: 290px;
      }*/
	margin-right: 10px;
}

.main-results .header .form-control.medium-large+.icon-input-addon {
	font-size: 22px;
	position: absolute;
	right: 15px;
	top: -1px;
}

.mobile-list .mobile {
	position: relative;
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 50px 0;
}

.mobile-list .mobile span.icon-os {
	position: absolute;
	right: 3px;
	top: 3px;
	font-size: 12px;
	color: #acacac;
}

.mobile-list .mobile span.icon-os i,.mobile-list .mobile span.icon-os em
	{
	font-size: 26px;
}

.mobile-list .mobile img {
	display: inline-block;
}

.mobile-list .mobile .offer {
	margin-top: 20px;
	min-height: 118px;
	height: 118px;
	overflow: hidden;
}

.mobile-list .mobile small.small {
	display: inline-block;
	margin-top: 30px;
}

.mobile-list .mobile .h3 {
	font-size: 30px;
	color: #5d5d5d;
	opacity: 1;
	line-height: 30px;
	margin: 0;
	text-transform: none;
}

.mobile-list .mobile .h3.xtralarge {
	font-size: 50px;
	text-transform: uppercase;
	margin-top: 30px;
}

.mobile-list .mobile .large {
	font-weight: 100;
	font-size: 22px;
	margin: 10px 0;
}

.mobile-list .mobile .footer-mobile {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
}

.mobile-list .mobile .footer-mobile label {
	font-weight: 700;
}

.mobile-list .mobile .footer-mobile label:before {
	width: 15px;
	height: 15px;
}

.mobile-list .mobile .footer-mobile label:after {
	top: 0;
	left: -1px;
}

.mobile-list .mobile .small-tooltip {
	border: 5px solid #009bdb;
	background-color: #fff;
	padding: 10px 10px 0 10px;
}

/*-----------------------
Phones Page
-------------------------*/
.phone-header .checkbox {
	float: right;
	padding-right: 20px;
	position: relative;
	top: 60px;
	text-transform: uppercase;
}

.phone-header .checkbox label {
	font-weight: 700;
}

.phone-header .h1 {
	font-weight: 300;
	font-size: 30px;
	text-transform: none;
	margin-bottom: 20px;
}

.phone-header .h1 small {
	font-size: 30px;
}

@media ( max-width : 768px) {
	.phone-header .h1 small {
		text-align: center;
	}
}

.phone-header .panel {
	margin-bottom: 30px;
}

.phone-header .panel:before {
	left: -155px;
}

.phone-header .panel .panel-body {
	padding-left: 85px;
}

.phone-header .panel .panel-body {
	border-top: none;
}

.phone-header .panel .panel-body ul {
	margin-bottom: 0;
}

.phone-header .panel .panel-body ul li {
	font-size: 14px;
}

/*-----------------------
Phone description and color options
-------------------------*/
.phone-description p {
	font-size: 16px;
}

.phone-description .lead {
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

@media ( max-width : 768px) {
	.phone-description .lead {
		text-align: left;
	}
}

.phone-colors { /*min-height: 00px;*/
	height: 40px;
	/* overflow: hidden; */
}

@media ( max-width : 768px) {
	.phone-colors {
		text-align: center;
	}
}

.phone-colors legend {
	border: none;
	font-size: 14px;
	color: #777777;
	margin-bottom: 10px;
}

.more-features {
	text-align: center;
}

.more-features h2 {
	font-size: 24px;
	font-weight: 100;
	margin-bottom: 5px;
}

.more-features .jumbotron {
	margin-top: 30px !important;
	border-radius: 0;
	padding: 20px 60px;
}

.more-features .jumbotron .lead {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 16px;
}

.more-features .jumbotron ul>li {
	font-size: 15px;
}

.more-features .inner { /*color: #5b5a5a; */
	padding: 0 10%;
}

.more-features .inner h3 {
	font-size: 22px;
}

.more-features .inner p {
	font-size: 16px;
	font-weight: 600;
}

@media ( max-width : 480px) {
	.more-features h2 {
		font-size: 30px;
	}
}

@media ( min-width : 480px) and (max-width: 767px) {
	.more-features
	 
	[
	class
	*
	=
	"col-"
	]
	:nth-child
	(2n
	+
	1)
	{
	clear
	:
	 
	both
	;
	
  
}

}
@media ( min-width : 768px) and (max-width: 991px) {
	.more-features
	 
	[
	class
	*
	=
	"col-"
	]
	:nth-child
	(3n
	+
	1)
	{
	clear
	:
	 
	both
	;
	
  
}

}
@media ( min-width : 992px) {
	.more-features
	 
	[
	class
	*
	=
	"col-"
	]
	:nth-child
	(4n
	+
	1)
	{
	clear
	:
	 
	both
	;
	
  
}

}
/*-----------------------
Phone payment boxes
-------------------------*/
.phone-payment-options {
	font-size: 18px;
}

.phone-payment-options {
	position: relative;
	margin-top: 30px !important;
	padding-bottom: 40px;
}

.phone-payment-options:before,.phone-payment-options:after {
	content: " ";
	display: table;
}

.phone-payment-options:after {
	clear: both;
}

@media ( min-width : 992px) {
	.phone-payment-options {
		padding-bottom: 60px;
	}
}

@media ( max-width : 767px) {
	.phone-payment-options {
		font-size: 16px;
	}
	.phone-payment-options {
		text-align: center;
	}
	.phone-payment-options h3 {
		text-align: center;
	}
}

.phone-payment-options .payment-option {
	float: left;
	border-radius: 0;
	border: 3px solid transparent;
	cursor: pointer;
	text-align: center;
	width: 49%;
	margin-left: 2%;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

.phone-payment-options .payment-option:first-child {
	margin-left: 0px;
}

.phone-payment-options .payment-option:last-child {
	margin-left: 26%;
}

@media ( min-width : 992px) {
	.phone-payment-options .payment-option {
		margin-left: 2.4%;
		width: 30%;
	}
	.phone-payment-options .payment-option:last-child {
		margin-left: 7.6%;
	}
}

@media ( max-width : 480px) {
	.phone-payment-options {
		font-size: 14px;
	}
	.phone-payment-options .payment-option {
		width: 100%;
		margin: 0;
	}
	.phone-payment-options .payment-option:first-child {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.phone-payment-options .payment-option:last-child {
		margin-left: 0;
	}
}

.phone-payment-options .payment-option:hover {
	border: 3px solid #009bdb;
}

.phone-payment-options .payment-option .inner {
	border: 1px solid #c7c6c6;
	padding: 30px 10px;
	min-height: 220px;
	box-sizing: content-box;
}

.phone-payment-options .payment-option.active {
	border: 3px solid #009bdb;
}

.phone-payment-options .payment-option.active .btn-circle {
	background-color: #009bdb;
}

.phone-payment-options .payment-option p { /*color: #5b5a5a;*/
	font-size: 16px;
}

.phone-payment-options .payment-option p small {
	font-size: 13px;
	display: block;
}

.phone-payment-options .payment-option .price {
	font-weight: 700;
	/*color: #5b5a5a;*/ /*font-size: 36px;*/
	font-size: 2em;
}

@media ( max-width : 480px) {
	.phone-payment-options .payment-option .price {
		font-weight: 700;
		/*color: #5b5a5a;*/
		font-size: 24px;
	}
}

.phone-payment-options .or {
	font-size: 38px;
	font-weight: 100;
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}

@media ( min-width : 992px) {
	.phone-payment-options .or {
		position: absolute;
		right: 33.8%;
		top: 50%;
		margin-right: -14px;
		margin-top: -56px;
		margin-bottom: 0;
		font-size: 26px;
	}
}

.phone-payment-options .phone-smartpay {
	text-align: center;
	margin-top: 20px;
	clear: both;
	position: relative;
	top: 10px;
}

.phone-payment-options .phone-smartpay img {
	display: inline-block;
	max-width: 100%;
}

@media ( min-width : 992px) {
	.phone-payment-options .phone-smartpay {
		position: absolute;
		left: 0;
		bottom: 0;
		margin-top: 0;
		clear: none;
		top: auto;
	}
}

.phone-gallery {
	text-align: center;
}

.phone-gallery img {
	display: inline-block;
}

/*------------
Smartpay Transition
------------*/
.smartpay-transition .h1 {
	font-size: 50px;
}

.smartpay-transition .h1 img {
	max-width: 330px;
	margin-top: 20px;
}

.smartpay-transition .lead {
	font-size: 20px;
	font-weight: 600;
}

.smartpay-transition .phone-image {
	text-align: center;
}

.smartpay-transition .phone-image img {
	display: inline-block;
}

.smartpay-transition .phone-image .phone-title {
	font-size: 60px;
	font-weight: 100;
	margin-top: 0px;
}

.smartpay-transition .phone-image .phone-title small {
	text-align: center;
}

.smartpay-transition .list-smartpayicons {
	width: 90%;
	display: inline-block;
}

.smartpay-transition .list-smartpayicons li {
	padding-left: 9%;
	padding-right: 9%;
}

@media ( max-width : 767px) {
	.smartpay-transition .grid-divided-gray .btn {
		display: block;
		width: 100%;
	}
}

.compare-list .mobile {
	overflow: visible;
	border: 3px solid #ffffff;
	padding-bottom: 0;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.compare-list .mobile .flag {
	border-radius: 4px 0 0 0;
}

.compare-list .mobile .panel {
	margin-top: 30px;
	margin-bottom: 0;
	border-top: 3px solid #fff;
	border-radius: 0 0 0 4px;
	text-align: left;
}

.compare-list .mobile .panel:before {
	left: -180px;
}

.compare-list .mobile .panel .panel-body {
	border-top: none;
	padding-left: 40px;
}

.compare-list .mobile:hover { /*border: 3px solid #009bdb; */
	
}

.compare-list .btn-close {
	color: #b9c3c3;
	cursor: pointer;
	font-size: 30px;
	position: absolute;
	right: -22px;
	top: -22px;
}

@media ( min-width : 480px) {
	.compare-list .btn-close {
		font-size: 34px;
		right: -28px;
		top: -28px;
	}
}

.mobile.well.text-center,.well.well-plan.text-center {
	margin-right: 5px;
}

.jumbotron.small.js-sidebarplan button.btn.btn-default.top-push-2 {
	display: block;
	width: 100%;
}

input#promoCode {
	width: 100% !important;
	height: 34px !important;
}

.jumbotron.small.js-sidebarplan .btn.btn-default.top-push-2 {
	display: block;
	width: 100%;
}

.compare-list .add_another_device_to_compare {
	height: 730px;
	text-align: center;
}

.compare-list .add_another_device_to_compare p a {
	text-decoration: none;
}

.compare-list .add_another_device_to_compare p a:hover {
	text-decoration: underline;
}

.compare-list .add_another_device_to_compare p {
	font-size: 1.6em;
	font-weight: bold;
	padding: 150px 0 0 0;
	line-height: 1.2em;
}

div.store_message {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -155px;
	z-index: 9999;
	width: 310px;
	background-color: #f2dede;
	display: none;
	height: 105px;
	text-align: center;
	border-color: #ebccd1;
}

div.store_message_alert_mod {
	top: 294px;
	width: 409px;
	left: 47%;
}

@media screen and (max-width:480px) {
	div.store_message {
		position: absolute;
		top: 0;
		left: 0%;
		margin-left: 0px;
		z-index: 9999;
		background-color: #f2dede;
		display: none;
		height: 65px;
		text-align: center;
		font-weight: bold;
		border-color: #ebccd1;
	}
	div.store_message_alert_mod {
		opacity: 1;
		display: block;
		top: 330px;
		font-size: 10px;
		width: 88%;
		padding: 6px 10px 10px 10px;
		height: 50px;
		margin-left: 19px;
	}
}

@media screen and (max-width:480px) {
	div.store_message_alert_mod {
		height: 50px;
	}
}

#cart_has_smartpay_item p {
	margin-bottom: 0px;
}

#smartpay_plan_upgrade_without_ar .modal-footer,#smartpay_plan_upgrade_with_ar .modal-footer,#item_in_cart .modal-footer
	{
	text-align: center;
}

#add_smartpay_item .agree {
	font-size: 19px;
	font-weight: bold;
	margin: 20px;
}

#smartpay_purchase_plan .grid-divided {
	text-align: left;
}

#smartpay_purchase_plan .warning {
	color: #FF0000;
}

#no_plan_conditions p {
	font-size: 20px;
}

.remove_promo_code .promotion_remove {
	font-size: 9px !important;
	font-weight: 700;
}

.promo_code_success {
	clear: both;
}

#PromotionCodeForm .promo_code_error {
	color: #ff0000;
	margin-bottom: 0px;
}

.inner_filter_hide_header {
	margin-right: -40px;
	padding-left: 15px;
	font-size: 13px;
	/*color: #acacac;*/
}

.main-results .header .search_input.gray_color {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #5b5b5b;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.spanacce {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -1px;
}

.color_swatches .swatch .Gold, .color_swatches .swatch.Gold {background-color:rgb(241, 224, 204);}
.color_swatches .swatch .Grey, .color_swatches .swatch.Grey {background-color:rgb(168, 167, 172);}
.color_swatches .swatch .Black, .color_swatches .swatch.Black {background-color:#000;}
.color_swatches .swatch .White, .color_swatches .swatch.White {background-color:#fff;}
.color_swatches .swatch .Blue, .color_swatches .swatch.Blue {background-color:rgb(0,0,255);}
.color_swatches .swatch .Red, .color_swatches .swatch.Red {background-color:rgb(255,0,0);}
.color_swatches .swatch .Yellow, .color_swatches .swatch.Yellow {background-color:rgb(255,255,0);}
.color_swatches .swatch .Orange, .color_swatches .swatch.Orange {background-color:rgb(255, 128, 0);}
.color_swatches .swatch .Green,.color_swatches .swatch.Green {background-color:rgb(102, 204, 0);}
.color_swatches .swatch .Brown, .color_swatches .swatch.Brown {background-color:rgb(153, 76, 0);}
.color_swatches .swatch .Silver, .color_swatches .swatch.Silver {background-color:rgb(224, 224, 224);}
.color_swatches .swatch .Pink, .color_swatches .swatch.Pink {background-color:rgb(255, 0, 127);}
.color_swatches .swatch .Rose Gold:,.color_swatches .swatch.Rose Gold: {background-color:rgb(183, 110, 121);}
.color_swatches .swatch .Space Gray:,.color_swatches .swatch.Space Gray: {background-color:rgb(109, 109, 109);}


.color_swatches .swatch .Oro, .color_swatches .swatch.Oro{background-color:rgb(241, 224, 204);}
.color_swatches .swatch .Gris, .color_swatches .swatch.Gris {background-color:rgb(168, 167, 172);}
.color_swatches .swatch .Negro, .color_swatches .swatch.Negro {background-color:#000;}
.color_swatches .swatch .Blanco, .color_swatches .swatch.Blanco {background-color:#fff;}
.color_swatches .swatch .Azul, .color_swatches .swatch.Azul {background-color:rgb(0,0,255);}
.color_swatches .swatch .Rojo, .color_swatches .swatch.Rojo {background-color:rgb(255,0,0);}
.color_swatches .swatch .Amarillo, .color_swatches .swatch.Amarillo {background-color:rgb(255,255,0);}
.color_swatches .swatch .Naranja, .color_swatches .swatch.Naranja {background-color:rgb(255, 128, 0);}
.color_swatches .swatch .Verde, .color_swatches .swatch.Verde {background-color:rgb(102, 204, 0);}
.color_swatches .swatch .Marr�n, .color_swatches .swatch.Marr�n {background-color:rgb(153, 76, 0);}
.color_swatches .swatch .Plata, .color_swatches .swatch.Plata {background-color:rgb(224, 224, 224);}
.color_swatches .swatch .Rosado, .color_swatches .swatch.Rosado {background-color:rgb(255, 0, 127);}
.color_swatches .swatch .Oro Rosa:, .color_swatches .swatch.Oro Rosa: {background-color:rgb(183, 110, 121);}
.color_swatches .swatch .Gris Espacial:, .color_swatches .swatch.Gris Espacial: {background-color:rgb(109, 109, 109);}


.color_swatches .radio.radio-color a.swatch.selected::before {
  border: 3px solid #cde96c!important;
}

/* -----------------------------------------------------------------------------*/
	/* 6.4. Progress Bar
/* -----------------------------------------------------------------------------*/
	/* For the element containing the actual progress bar */
#progress_bar {
	position: absolute;
	z-index: 9999;
	display: none;
}

/* For the dialog containing the progress bar element */
#progress_bar_dialog {
	position: absolute;
	z-index: 9999;
	/* DevStart: outline was coming for progress bar.
   * display:none; moved to inline css otherwise dialog.show() won't display the progress bar
   */
	outline: 0;
	/* DevEnd */
}

/* Progress bar dialog background */
.dijitDialogUnderlay {
	display: none;
}

#loading_popup {
	width: 59px;
}

#loading_popup .top_left {
	background-image:
		url('../../TFAuroraStorefrontAssetStore/images/colors/color1/popup_topleft.png')
		;
	background-repeat: no-repeat;
	background-position: top;
	height: 7px;
	width: 8px;
	float: left;
}

#loading_popup .top_right {
	background-image:
		url('../../TFAuroraStorefrontAssetStore/images/colors/color1/popup_topright.png')
		;
	background-repeat: no-repeat;
	background-position: top right;
	height: 7px;
	width: 51px;
	float: left;
}

#loading_popup .header {
	background-image:
		url('../../TFAuroraStorefrontAssetStore/images/colors/color1/popup_center_tile_mini.png')
		;
	background-repeat: repeat-y;
	text-align: right;
	clear: left;
}

#loading_popup .close {
	padding: 5px 15px 2px 0px;
	color: #666666;
}

#loading_popup .close .icon {
	padding-top: 2px;
	padding-left: 4px;
	float: right;
}

#loading_popup .bodycontent {
	background-color: transparent;
	background-image:
		url('../../TFAuroraStorefrontAssetStore/images/colors/color1/popup_center_tile_mini.png')
		;
	background-repeat: repeat-y;
	background-position: right;
	padding: 0 5px 0 5px;
	margin: 0;
}

#loading_popup .bodycontent h2 {
	font-size: 14px;
	font-weight: bold;
}

#loading_popup .bodycontent p {
	margin: 3px 0 10px 2px;
}

#loading_popup .bodycontent div.form_2column {
	padding: 0;
}

#loading_popup .bodycontent_short {
	padding: 12px 17px 12px 15px;
	margin: 0px 1px 0px 1px;
}

#loading_popup .footer {
	text-align: right;
	height: 20px;
	width: 59px;
}

#loading_popup .footer .bot_left {
	background-image:
		url('../../TFAuroraStorefrontAssetStore/images/colors/color1/popup_botleft.png')
		;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 11px;
	width: 8px;
	float: left;
}

#loading_popup .footer .bot_right {
	background-image:
		url('../../TFAuroraStorefrontAssetStore/images/colors/color1/popup_botright.png')
		;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 11px;
	width: 51px;
	float: left;
}

.lto_package_pricing {
	padding: 25px 0 15px !important;
	text-align: center;
}

.lto_package_pricing div,.lto_package_pricing label,.lto_package_pricing input
	{
	display: inline-block;
}

.lto_package_pricing div {
	margin: 0 5px;
}

.lto_package_pricing input {
	text-align: center;
}

.lto_package_pricing .lto_quantity_inc,.lto_package_pricing .lto_quantity_dec
	{
	cursor: pointer;
}

@media ( min-width :992px) {
	.phone-payment-options #colc {
		margin-left: 17px;
	}
	.phone-payment-options .or {
		margin-top: 13%;
		margin-left: 18px;
		/*margin-right: 12px; */
	}
	.phone-payment-options .payment-option#colc {
		margin-left: 2.8% !important;
	}
	.phone-payment-options .phone-smartpay {
		position: relative !important;
		top: -20px;
	}
}

.phone-payment-options .phone-smartpay {
	position: static;
}

.phone-payment-options .or {
	right: 0 top : 0 margin-right : 0 margin-top : 0 margin-bottom :   0;
	left: 0 width :   5%;
	float: left;
	clear: none;
	position: relative;
	left: 0px;
}

.phone-payment-options .js-paymentOption:last-child {
	margin-left: 0%;
}

.phone-payment-options .payment-option {
	margin-left: 2.4% !important;
	width: 28%;
}

.phone-payment-options .payment-wrapper  .payment-option {
	margin-left: 2.4% !important;
	width: 47%;
}

.phone-payment-options legend {
	border: none;
	margin-bottom: 0;
	width: 160px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.phone-payment-options fieldset {
	border: 1px solid silver;
	padding: 4px 3px 10px 1px;
}

.phone-payment-options .payment-wrapper {
	width: 61%;
	float: left;
}

.phone-payment-options .payment-wrapper  .payment-option {
	margin-top: 0;
}

.phone-payment-options   .payment-option {
	margin-top: 21px;
}

.phone-payment-options .phone-smartpay {
	text-align: left !important;
	clear: both;
	margin: 5px 15px 0 !important;
	padding-top: 5px;
}

.phone-payment-options {
	padding-bottom: 60px;
	min-height: 400px;
}

@media ( max-width :991px) {
	.phone-payment-options .payment-wrapper {
		width: 100%;
	}
	.phone-payment-options {
		display: flex;
		flex-direction: column;
	}
	.phone-payment-options #cola {
		order: 1;
	}
	.phone-payment-options #colb {
		order: 3;
	}
	.phone-payment-options  #colc {
		order: 4;
	}
	.phone-payment-options  #cold {
		order: 2;
	}
	.phone-payment-options #colc {
		width: 47% !important;
		margin-left: 26% !important;
	}
	.phone-payment-options .phone-smartpay {
		text-align: center !important;
	}
}

.phone-payment-options  #colc {
	width: 28%;
	float: left;
	border-radius: 0;
	border: 3px solid transparent;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

.phone-payment-options #colc .payment-option {
	width: 100%;
}

.top-push-5 .phone-payment-options {
	padding-bottom: 0px;
}

.top-push-5 .phone-payment-options {
	min-height: auto;
}

@media ( min-width :992px) and (max-width:1199px) {
	.phone-payment-options .or {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.lto_spinner {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	visibility: visible;
	z-index: 99999999999;
	background: rgba(0, 0, 0, .5);
	background-image: url(../img/content/loader_extra_large.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	filter: progid :   DXImageTransform.Microsoft.gradient ( startColorstr =
		#50ffffff, endColorstr = #50ffffff );
	text-align: center;
}

.cardImage {
	margin-left: 7px;
	width: 98%
}

@media ( max-width :420px) {
	.cardImage {
		margin-left: 5px;
		width: 97%;
		margin-top: -15px;
	}
}

a.lto_sc_quantity,a.lto_sc_quantity:hover,a.lto_sc_quantity:focus {
	color: #fff;
}

.footer-mobile .compare_button_enabled {
	color: #CCA32B;
}

.box-info.smart-pay .price-strip .phone-cost {
	min-height: 154px;
}

.box-info.smart-pay .price-strip {
	margin: 20px 0px;
}

.box-info.smart-pay .price-strip.large .title {
	font-size: 15px;
}

.box-info.smart-pay .price-strip.large .price {
	font-size: 30px;
}

@media ( min-width : 768px) {
	.well-plan .plan-resume .limits,.js-bundle .inner .phone-title {
		width: 214px;
		margin: 0 auto;
	}
	.select_your_service_plan_display .js-sidebarplan .selected-plan .text-center img
		{
		max-width: 65%;
	}
}

.form-horizontal #SignatureWaiverConirmationArea  .label-left  #signatureWaiverConfirmationChk
	{
	float: left;
	margin-right: 5px;
}

.form-horizontal #SignatureWaiverConirmationArea  .label-left  label {
	margin-top: 2px;
}

#selectResult,#selectResultbottom {
	display: inline-block;
	width: auto;
	margin-right: 20px;
	height: 30px;
}

input,button,select,textarea {
	font-weight: 600 !important;
}

.inv_limited_stock {
	width: 95%;
	color: red;
}

body.modal-open,body.modal-close {
	padding-right: 0px !important;
}

.ui-widget-header {
	border: 1px solid #aaaab8;
	background: none repeat scroll 0 0 #009bdb;
	color: #000;
	font-size: 1.1em;
	padding: 7px;
}

.bg-success .form-in-grid .form-group.col-sm-5 {
	padding-right: 0px;
}

.bg-success  .col-sm-8.top-push-4 .btn.btn-default.inline {
	padding-left: 10px;
	padding-right: 10px;
}

@media ( min-width :768px) and (max-width:1200px) {
	.bg-success .form-in-grid .form-group.col-sm-5 {
		margin-bottom: 10px;
		width: 85%;
		float: none;
	}
	.form-in-grid.stretch-grid .col-sm-8.top-push-4 {
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}
}

.widget_height p font,.widget_height p.small font {
	font-size: 11px !important;
}

@media ( max-width :767px) {
	.header-top .logo  h1 .left_espot img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	.list-smartpayicons li>div {
		margin: 0 auto;
	}
	.phone-header .panel .panel-body {
		padding-left: 0;
	}
	.phone-header .panel .panel-body ul {
		margin-bottom: 0;
		width: 90%;
		margin: 0 auto;
	}
}

.sidebar-filters .inner_filter_hide_header .checkbox label,.sidebar-filters .inner .checkbox label
	{
	font-size: 14px;
}

@media ( min-width :567px)and(max-width:767px) {
	.step-bar>div.no-active,.step-bar>div.active {
		padding-right: 19px !important;
	}
	.step-bar .step-title {
		position: absolute;
		top: -3%;
		left: 15%;
		font-size: 14px;
	}
}

footer .footer-bottom  .text-muted  p {
	font-size: 13px
}

@media ( min-width :768px)and(max-width:1024px) {
	.step-bar .step-title {
		position: absolute;
		top: -8%;
		left: 17%;
	}
}

@media ( min-width : 768px) and (max-width:1050px) {
	.collapsible-top  .trigger-collapse:after {
		top: -27%;
	}
	.collapsible-top  h1.trigger-collapse {
		padding-right: 60px;
	}
}

@media ( max-width : 767px) {
	#productsFacets [class ^="icon-"]:before,#productsFacets  [class *=" icon-"]:before
		{
		color: #009bdb;
	}
	.sidebar-filters .filters .h2 {
		margin-top: 0;
		width: 85%;
		word-wrap: break-word;
	}
}

@media ( max-width :567px) {
	.step-bar>div:last-child :before {
		border-left-color: #f6f6f6;
		border-top-color: none;
		border-bottom-color: none;
		right: -16px;
		z-index: 2;
	}
	.step-bar>div:last-child .active:before {
		border-left-color: #009bdb;
	}
	.step-bar .no-active:before {
		right: -16px;
	}
	.step-bar div.active,.step-bar div.no-active {
		width: 99% !important;
		float: none;
	}
	.smartpay-transition  .step-bar {
		margin: 15px 5px 40px 0px;
	}
}

@media ( max-width :767px) {
	.step-bar>div.no-active,.step-bar>div.active {
		padding-right: 19px !important;
	}
	header .main-nav {
		position: relative;
		z-index: 9;
	}
	header  .bg-info {
		z-index: 1;
		position: relative;
	}
	.ui-widget-header {
		border: 1px solid #aaaab8;
		background: none repeat scroll 0 0 #009bdb;
		color: #000;
		font-size: 1.1em;
		padding: 7px;
	}
	.continue_shopping_st { /*margin-left: 670px;*/
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
	}
}

@media ( max-width :767px) {
	.modal#zipcode_needed  .modal-body  .form-group.lto-zc-input.top-push-4
		{
		z-index: 2;
	}
	.modal#zipcode_needed  .modal-body  .lto-zc-continue-button.top-push-4 {
		z-index: 1;
	}
	.bg-info.info-walmart.visible-xs {
		display: none !important;
	}
}

@media ( max-width :767px) {
	.sidebar-filters .inner h3 {
		margin: 0;
		padding: 10px 0;
	}
	.bg-success .form-in-grid .form-group.col-sm-5 {
		padding-right: 15px;
	}
	.grid-divided-gray.top-push-4   a.btn.btn-link {
		white-space: normal;
	}
	.shopping-cart  #WC_ShopCartDisplay_div_6 {
		padding: 0 20px;
	}
	.bg-success .col-sm-8.top-push-4 .btn.btn-default.inline {
		padding: 10px;
		font-size: 18px;
		margin-bottom: 10px;
	}
}

div.header  a.continue_shopping_st   ~ form#CatalogSearchForm  i.icon-search:before
	{
	position: relative;
	top: 4px;
}

@media ( max-width :767px) {
	.smartpay-transition .h1 {
		word-wrap: break-word;
	}
	.smartpay-transition .h1 img {
		display: block;
		height: auto;
		width: 100%;
	}
}

.phone-description button.btn-link-simple span.show-collapsed,.phone-description button.btn-link-simple span.hidden-collapsed
	{
	text-decoration: underline;
}

@media ( max-width : 767px) {
	.collapsible-top .trigger-collapse:after {
		right: -14px !important;
	}
}

@media ( max-width :767px) {
	.nav.navbar-nav.navbar-right li:last-child a i {
		margin-right: 6px;
	}
}

@media ( max-width :520px) {
	.retrive_order_number #orderStatusForm  .col-sm-6.col-xs-10 {
		width: 93%;
	}
	div.content_wrapper .master_content .master_whole .retrive_order_number p
		{
		margin: 1px 2px 0 0;
		padding: 3px 1px 0 0;
	}
}

@media ( max-width :767px) {
	.retrive_order_number #orderStatusForm  input[type="text"] {
		width: 94%;
	}
	div.header_wrapper_position#headerWidget {
		height: auto;
	}
}

@media ( max-width : 520px) {
	.total-price .price-strip .price.price-left {
		padding-left: 12px;
		font-size: 21px !important;
	}
}

@media ( max-width : 360px) {
	.total-price  .price-strip.large>div:first-child .corner:before,.js-sidebarplan .price-strip.large>div:first-child .corner:before
		{
		width: 60%;
	}
}

@media ( max-width : 767px) {
	header   .header-top.bg-info {
		margin-bottom: 0px !important;
	}
	.product_handset_content  a.btn.btn-link.pull-right.top-push-4 {
		margin-top: 16px !important;
		padding: 6px 8px;
	}
	.shopping-cart.top-push-4  .top-push-1  a.btn.btn-link.top-push-4 {
		width: 90%;
		white-space: normal;
	}
	div.content_wrapper .master_content .master_whole .retrive_order_number p a
		{
		padding: 0 5px;
	}
}

@media ( max-width :480px) {
	.btn.btn-link {
		font-size: 10px;
		padding: 20px;
	}
}

#shipping .form-control,#Creditcards2 .form-group .form-control {
	width: 100%;
}

#zipcode_needed .grid-divided .lto-zc-continue-button {
	width: 100%
}

@media ( max-width :420px) {
	div.content_wrapper .master_content .master_whole .shipping_info_title a.css3button
		{
		position: relative;
		left: 67%;
	}
}

@media ( max-width :767px) {
	div.header_wrapper_position#headerWidget {
		height: auto !important;;
	}
}

@media ( min-width :768px) {
	div.content_wrapper .master_content .master_whole .retrive_order_number dl dt ul
		{
		float: none !important;
	}
}

@media ( max-width :767px) {
	.alert-info.call-to-action a.btn.btn-link {
		white-space: normal;
	}
}

@media ( max-width : 767px) {
	div.content_wrapper .master_content .master_whole .order_status_box .order_status_content ol li.order_summary_tracking
		{
		height: auto;
	}
	div.content_wrapper .master_content .master_whole .shipping_billing_box dl dd.fedex_logo  h4
		{
		padding: 0 0 16px 0;
	}
}

.bundle.with-plan.bundle-review .speed {
	font-weight: 600;
}

.text-black {
	font-weight: 600;
}

.price-strip.large.subtotal {
	background: none;
}

.price-strip.subtotal>div:first-child {
	background: none;
}

.price-strip.subtotal>div:last-child .corner:before {
	background: none;
	border: none;
	border-left: 0px;
	border-bottom: none;
}

.price-strip.subtotal>div:first-child .corner:before {
	border: none;
	border-left: 0px;
	border-bottom: none;
}

.price-strip.lto-shopping-cart>div .holder,.price-strip.subtotal>div .holder
	{
	width: 60%;
	margin: 0 auto;
}

.price-strip.large.subtotal .price {
	text-align: right;
}

.price-strip.subtotal  .title.discount-applied {
	color: red;
	font-size: 20px;
	margin-bottom: 10px;
}

.price-strip.lto-shopping-cart  .price small,.price-strip.subtotal .price small
	{
	text-align: center;
}

.price-strip.large.subtotal .plan-cost .holder .title {
	text-align: right;
}

.price-strip.large.subtotal  .plan-cost .price small {
	font-weight: bold;
	text-align: right;
}

.congrats-promocode {
	border: 1px solid #7ea57e;
	background: #dff0d8;
	font-size: 13px !important;
	padding: 5px;
	font-weight: bold !important;
	margin-top: 10px;
}

.congrats-promocode   span {
	font-weight: normal !important;
}

.remove_promo_code {
	border: 1px solid #bababa;
	background: #d7d7d7;
	font-size: 13px !important;
	padding: 2px;
	display: inline;
}

.shopping-cart .form-in-grid .col-xs-12.col-sm-8.form-group {
	margin-bottom: 5px;
}

@media ( min-width :768px) and (max-width:1200px) {
	.price-strip
	.lto-shopping-cart
	>
	div
	 
	.holder
	,
	.price-strip
	.subtotal
	>
	div
	 
	.holder
	,
	{
	width
	:
	100%;
	
        
	margin
	:
	0
	 
	auto
	;
	
      
}

.price-strip
.lto-shopping-cart
 
.price
,
{
font-size
:
45px;

        
}
.price-strip.subtotal .price {
	font-size: 38px;
}

}
@media ( max-width :767px) {
	.price-strip.lto-shopping-cart>div .holder,.price-strip.subtotal>div .holder
		{
		width: 100%
	}
	.price-strip.lto-shopping-cart.large .price,.price-strip.subtotal .price
		{
		font-size: 40px;
		line-height: 40px;
	}
	#appliedPromotionCodes {
		margin-top: 20px;
	}
}

/*.price-strip.large.subtotal .phone-cost p.title{
  font-size:32px;
}*/
.price-strip.large.subtotal {
	margin-bottom: 0px;
}

.price-strip.large.subtotal>div {
	padding: 12px 10px;
}

@media ( min-width : 768px) and (max-width: 991px) {
	#promotions #WC_PromotionCodeDisplay_div_3_disabled,#promotions #WC_PromotionCodeDisplay_div_3
		{
		margin-bottom: 15px;
		margin-top: 10px;
	}
}

.shopping-cart  .js-sidebarplan  .col-xxs-8  button.btn-default {
	padding-left: 0;
	padding-right: 0
}

@media ( max-width :767px) {
	.verisign_link {
		float: right;
		margin-bottom: 10px;
	}
	#promotions #WC_PromotionCodeDisplay_div_3_disabled,#promotions #WC_PromotionCodeDisplay_div_3
		{
		margin-top: 10px;
	}
}

#shipping label.control-label,#shipping   p.control-label,#shipping  p.text-center.top-push-2,#Creditcards2 label.control-label,.order_cancel_info p
	{
	font-weight: 600px;
}

#shipping .form-control,#billingAddress1 .form-control {
	width: 100%;
}

.price-strip.large.subtotal>div:first-child .corner:before {
	background-image: none;
}

.price-strip.large.subtotal .plan-cost .price,.price-strip.large.subtotal .phone-cost .title
	{
	color: #000;
}

@media ( max-width :380px) {
	.payment-wrapper .payment-option.js-paymentOption .top-push-4 {
		min-height: 118px;
	}
	.payment-wrapper .payment-option.js-paymentOption .top-push-6 {
		margin-top: 0px !important;
	}
}

@media ( max-width :767px) {
	.col-sm-12>a.btn.btn-link.pull-right.top-push-4 {
		margin-top: 5px !important;
	}
}

p#shippingEstimated,.col-xs-offset-2  p.text-center.top-push-2 {
	font-weight: 600px
}

@media ( min-width :768px) and (max-width:991px) {
	.price-strip.large.subtotal .plan-cost .holder .title {
		text-align: right;
		font-size: 15px;
	}
	.price-strip.large.subtotal .phone-cost p.title {
		font-size: 25px;
	}
	.price-strip.large.subtotal>div .holder {
		width: 80%;
		margin: 0 auto;
	}
	.price-strip.large.subtotal  div.phone-cost {
		width: 48%;
		float: left;
		font-size: 35px;
	}
	.price-strip.large.subtotal  div.plan-cost {
		width: 50%;
		float: left;
	}
	.price-strip.subtotal>div .holder {
		width: 86% !important;
	}
	.price-strip.large.subtotal .plan-cost .holder .title {
		font-size: 13px;
	}
}

@media ( min-width :768px) {
	.price-strip.subtotal .title.discount-applied {
		color: red;
		font-size: 15px;
		margin-bottom: 10px;
	}
}

@media ( max-width :420px) {
	#zipPopup_zc {
		padding-right: 0px;
		/*padding-left:0px;*/
	}
}

@media ( max-width :420px) {
	.price-strip.lto-shopping-cart.large .price,.price-strip.subtotal .price
		{
		font-size: 28px
	}
	.price-strip.large.subtotal .phone-cost p.title {
		font-size: 23px;
	}
	.price-strip.subtotal .title.discount-applied {
		color: red;
		font-size: 15px;
		margin-bottom: 10px;
	}
}

@media ( max-width :767px) {
	.price-strip.large.lto-shopping-cart>div,.shopping-cart .total-price .price-strip.large>div
		{
		padding: 25px 10px;
	}
	.price-strip.large.lto-shopping-cart .phone-cost .title {
		text-align: left;
	}
}

/*#taxToggler {
  right: 515px; margin-top: 36px;
}
@media (max-width:420px){
#taxToggler {
  right: 298px; margin-top: 31px;
}
}*/
.inv_limited_stock_lto {
	color: red;
	font-weight: 600;
}
.select_payment_option {
    color: red;
    font-weight: 600;
    display: none;
}
@media ( max-width :767px) {
	.category-navigation-results #CatalogSearchForm .form-group select#orderBy
		{
		width: 100%;
	}
	#phone_details .phone-colors.top-push-3.color_swatches {
		margin-top: 10px !important;
	}
	#phone_details .col-sm-8 .clearfix.top-push-5 {
		margin-top: 10px !important;
	}
	.price-strip.large.subtotal .discount-amount a {
		margin-left: 1px;
	}
}

.price-strip.large.subtotal .phone-cost  .title {
	text-align: left;
}

.price-strip.large.subtotal .plan-cost .holder .title {
	position: relative;
	padding-right: 20px;
}

.discount-applied  span.remove_promo_code {
	position: absolute;
	width: 80px;
	padding: 3px;
	text-align: center;
	margin-left: 5px;
}

@media ( max-width :360px) {
	.discount-applied  span.remove_promo_code {
		position: static;
		display: block;
		float: right;
	}
}

@media ( max-width :767px) {
	.price-strip.lto-shopping-cart.large .price,.price-strip.subtotal .price
		{
		font-size: 28px;
	}
}

@media ( max-width :767px) {
	div.content_wrapper .master_content .master_whole .shipping_billing_box dl dd
		{
		min-height: 140px;
	}
	.price-strip.large.subtotal  .holder .title {
		text-align: center;
	}
	.price-strip.large.subtotal .price {
		text-align: center;
	}
	.price-strip.large.subtotal  .plan-cost .price small {
		text-align: right;
	}
	.price-strip.large.subtotal .plan-cost .holder .title {
		text-align: center;
	}
	.discount-applied  span.remove_promo_code {
		display: block;
		margin: 0 auto;
		position: static;
	}
	.price-strip.subtotal  .phone-cost .title.discount-applied {
		margin-bottom: 50px;
	}
}

@media ( min-width :768px) {
	.step-bar div.active.clearfix,.step-bar div.no-active.clearfix {
		clear: none
	}
	.price-strip.large.subtotal .plan-cost {
		width: 50%;
	}
	.price-strip.large.subtotal .plan-cost .holder .title {
		padding-right: 0px;
	}
}

@media ( min-width :768px) and (max-width:1200px) {
	.price-strip.subtotal .phone-cost  .title.discount-applied {
		width: 100px;
	}
	.price-strip.subtotal  .plan-cost .title.discount-applied {
		width: 100px;
		float: right;
	}
	.discount-applied span.remove_promo_code {
		position: static;
		display: inline-block;
	}
}

@media ( max-width :480px) {
	.price-strip.subtotal .phone-cost .title.discount-applied {
		margin-bottom: 10px;
	}
}

@media ( max-width :520px) {
	.product_handset_content .col-sm-12  a.btn.btn-link.pull-right.top-push-4
		{
		padding: 6px 1px !important;
	}
	.product_handset_content  h1.small-top small {
		font-size: 14px !important;
	}
}

@media ( max-width : 767px) {
	.price-strip.large.subtotal  .plan-cost  p.discount-applied span.remove_promo_code
		{
		position: static;
		display: block;
		text-align: right;
		width: 100%;
	}
}

@media ( max-width : 360px) {
	.price-strip.large.subtotal .discount-applied span.remove_promo_code {
		float: none;
	}
}

a.promotion_remove {
	border: 1px solid #bababa;
	background: #d7d7d7;
	font-size: 13px !important;
	padding: 2px;
	display: inline-block;
	width: 80px;
}

.remove_promo_code {
	border: 0;
	background: none;
}

@media ( min-width : 1200px) {
	.price-strip.large.lto-shopping-cart .plan-cost .holder,.price-strip.large.lto-shopping-cart .plan-cost .holder small
		{
		text-align: right;
	}
	.price-strip.large.lto-shopping-cart .phone-cost .holder {
		text-align: left;
	}
}

/* For Show Discounts */
@media ( min-width :768px) and (max-width:1200px) {
	.price-strip.lto-shopping-cart>div .holder,.price-strip.subtotal .discount-wrap>div p
		{
		width: 70% !important;
		margin: 0 auto;
	}
	.price-strip.large.lto-shopping-cart .price,.price-strip.large.subtotal .price
		{
		font-size: 32px;
	}
	.price-strip.subtotal>div .holder {
		width: 70%;
		margin: 0 auto;
	}
}

@media ( max-width :767px) {
	.price-strip.lto-shopping-cart>div .holder {
		width: 100%
	}
	.price-strip.large.subtotal .price {
		font-size: 40px;
		line-height: 40px;
	}
	#appliedPromotionCodes {
		margin-top: 20px;
	}
	.price-strip.large.lto-shopping-cart .phone-cost .price {
		text-align: left;
	}
	.price-strip.subtotal .discount-wrap>div p,.price-strip.subtotal>div .holder,.price-strip.lto-shopping-cart>div .holder
		{
		width: 75% !important;
		margin: 0 auto;
	}
	.price-strip.large.subtotal .discount-amount a {
		margin-left: 5px;
	}
	.price-strip.lto-shopping-cart .plan-cost  .title,.price-strip.lto-shopping-cart .plan-cost  .price
		{
		text-align: right;
	}
}

.price-strip.large.subtotal .phone-cost  .title {
	text-align: left;
}

.price-strip.large.lto-shopping-cart .price small {
	text-align: left;
}

.price-strip.large.subtotal .plan-cost .price {
	text-align: right;
}

.price-strip.large.subtotal .discount-wrap {
	width: 100%;
}

.price-strip .discount-wrap>div {
	position: relative;
	float: left;
	width: 50%;
	padding: 0;
}

.price-strip .discount-wrap>div p {
	width: 60%;
	margin: 0 auto;
}

.discount-promo {
	text-align: left;
}

.discount-amount {
	text-align: right;
}

.price-strip.large>div.discount-wrap {
	padding: 0px 10px;
}

.price-strip.large.subtotal>div.discount-wrap   p {
	color: orange;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	/*word-wrap:break-word;*/
}

.box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.box .column {
	flex: 1;
}

.price-strip.large.subtotal  div.phone-cost,.price-strip.large.subtotal  div.plan-cost
	{
	padding-top: 10px;
}

.price-strip.large.subtotal .discount-amount a {
	display: inline-block;
	position: absolute;
	margin-left: 5px;
}

@media ( max-width :420px) {
	.lto-shopping-cart.price-strip.large .price,.subtotal.price-strip.large .price
		{
		font-size: 21px;
		line-height: 40px;
	}
	.price-strip.large.lto-shopping-cart>div,.shopping-cart .total-price .price-strip.large>div
		{
		padding: 14px 10px;
	}
	.lto-shopping-cart.price-strip.large .title,.subtotal.price-strip.large .title
		{
		font-size: 16px;
	}
	.price-strip.large.subtotal .discount-amount a {
		margin-left: 0px;
	}
}

.price-strip.large.subtotal .lto-remove-promo {
	padding: 0px;
	top: -2px;
}

.price-strip.large.subtotal .discount-amount a i {
	font-size: 22px;
}

.price-strip.large.subtotal .icon-cancel-circled:before {
	margin: 0;
}

.price-strip.large.lto-shopping-cart>div .corner:before {
	top: -50px;
}

.btn-default {
	background-color: #595858\9;
}

@media ( max-width :420px) {
	.lto-continue-shop {
		float: none !important;
		display: block;
		text-align: right;
	}
	.lto-continue-shop  ~ h1.small-top,.lto-continue-shop  ~ #cartheaderdiv h1.small-top
		{
		margin-top: 0px;
	}
}

.pagination a#WC_SearchBasedNavigationResults_pagination_link_right_categoryResults
	{
	position: relative;
	top: -5px;
}

.pagination a#WC_SearchBasedNavigationResults_pagination_link_left_categoryResults,.pagination li.disabled a
	{
	position: relative;
	top: -3px;
}

@media ( max-width :767px) {
	.smartpay-transition .h1 {
		font-size: 30px;
	}
	.smartpay-transition img.lto-img-smartpay {
		margin: 0 auto;
	}
	.smartpay-transition>.row {
		padding-right: 1px;
	}
	.smartpay-transition .step-title {
		top: -5%;
		left: 29%;
	}
	#lto_choose_plan_section_starts  .panel-heading .panel-title a {
		position: relative;
	}
	#lto_choose_plan_section_starts  .panel-heading .panel-title  a span.panel-addon
		{
		
		right: -15px;
	}
	#ShopCartDisplay .jumbotron.small h2:first-child {
		font-size: 32px;
		text-align: center;
	}
}

.footer_links_share .legal_links ul li a {
	/*font-family: "Lato",Helvetica,Arial,sans-serif;*/
	font-size: 13px;
	font-weight: normal;
}

footer .additional_links {
	padding-bottom: 30px;
	background: #1a75cf !important;
}

footer .additional_links li a {
	color: #fff !important;
	/*font-family: "Lato",Helvetica,Arial,sans-serif;*/
	font-size: 13px;
}

@media ( max-width :767px) {
	.pagination a#WC_SearchBasedNavigationResults_pagination_link_right_categoryResults
		{
		position: relative;
		top: -3px;
	}
}

.list-social li.facebook {
	background: #3b5998;
}

.list-social li.youtube {
	background: #bb0000;
}

.list-social li.twitter {
	background: #00aced;
}

.list-social li.gplus {
	background: #dd4b39;
}

.list-social {
	font-size: 24px;
	margin-top: 20px;
}

footer .additional_links .list-social li a {
	color: #fff;
}

.list-social li {
	background: #999;
	margin-right: 5px;
}

.shippingInfoST {
	margin-top: 300px;
}

@media ( max-width : 480px) {
	.shippingInfoST {
		margin-top: 0px;
	}
}

@media ( max-width : 480px) {
	.shippingInfoImageDisplay {
		display: none;
	}
}

#searchBasedNavigation_widget .phone-img {
	height: 222px;
}

@media ( max-width : 480px) { /*480px*/
	.col-sm-12>a.btn.btn-link.pull-right.top-push-4 {
		margin-top: 0px !important;
	}
	h1.small-top small {
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-size: 18px;
	}
	.lto-continue-shop  ~ h1.small-top {
		margin-toop: 0px;
		font-size: 20px;
	}
	.lead {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.panel {
		margin-bottom: 10px;
	}
	.plan {
		margin-top: 0px !important;
	}
	.plan>div:first-child .inner {
		padding: 5px;
	}
	.plan-resume .limits {
		font-size: 16px;
	}
	.plan-resume .price {
		border-bottom: 2px solid #000;
		padding: 0 5px 5px 5px;
	}
	.plan-resume .price,.plan-resume .speed {
		font-size: 24px;
	}
	.plan-resume .price small,.plan-resume .speed small {
		font-size: 12px;
	}
	.plan .well {
		padding: 5px;
	}
	.plan .well .top-push-4 {
		margin-top: 0px !important;
	}
	.plan .well p {
		margin: 0px;
	}
	#lto_selected_plan_continue_url { /* position: fixed;*/
		bottom: 4px;
		left: 0px;
		width: 100%;
		z-index: 10;
	}
}

#zipcode_needed .form-control::-webkit-input-placeholder { /* Chrome */
	color: #000;
	font-size: 13px;
}

#zipcode_needed .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	font-size: 13px;
}

#zipcode_needed .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	opacity: 1;
	font-size: 13px;
}

#zipcode_needed .form-control:-moz-placeholder { /* Firefox 4 - 18 */
	color: #000;
	opacity: 1;
	font-size: 13px;
}

#expire_month_1  ~small.help-block {
	width: 200%;
}

.phone-description .btn-link-simple span {
	display: none;
}

.phone-description .btn-link-simple span.show-collapsed {
	display: block;
}

.phone-description .btn-link-simple.more .show-collapsed {
	display: none;
}

.phone-description .btn-link-simple.more .hidden-collapsed {
	display: block;
}

.phone-description .btn-link-simple.less .show-collapsed {
	display: block;
}

.phone-description .btn-link-simple.less .hidden-collapsed {
	display: none;
}

@media ( max-width : 420px) {
	footer .footer_links_share  ul.list-inline li {
		width: 100% !important;
	}
}

.smart-pay .price-strip.large>div {
	padding: 27px 10px;
}

.mobile.well.text-center.js-mobile.search-result-wrapper {
	border: 3px solid #fff;
	box-shadow: 1px 1px 1px 0.2px darkgrey;
}

.mobile.well.text-center.js-mobile.search-result-wrapper:hover {
	border: 3px solid #009bdb;;
}

/* Phase 2 css  */
.text-center .modal-footer,.modal-footer.text-center {
	text-align: center;
}

.text-center .modal-footer button,.modal-footer.text-center button {
	float: none;
	min-width: 130px;
}

.text-lg {
	font-size: 30px;
	font-weight: 400;
}

/* accessories */
.mobile-list .item {
	position: relative;
	overflow: hidden;
	background-color: #f0f2f2;
	padding: 50px 0;
}

.mobile-list .item .flag:after {
	background-color: #f0f2f2; *
	background-color: transparent; /* IE fix */
}

.mobile-list .item span.icon-os {
	position: absolute;
	right: 3px;
	top: 3px;
	font-size: 12px;
	color: #acacac;
}

.mobile-list .item span.icon-os i,.mobile-list .item span.icon-os em {
	font-size: 26px;
}

.mobile-list .item img {
	display: inline-block;
}

.mobile-list .item .offer {
	margin-top: 20px;
	min-height: 118px;
	height: 118px;
	overflow: hidden;
}

.mobile-list .item small.small {
	display: inline-block;
	margin-top: 30px;
}

.mobile-list .item .h3 {
	font-size: 30px;
	color: #5d5d5d;
	opacity: 1;
	line-height: 30px;
	margin: 0;
	text-transform: none;
}

.mobile-list .item .phone-title>.greenoffer {
	color: #89be5e;
	font-size: 30px;
	display: block;
	font-weight: 700;
}

.mobile-list .item .h3.xtralarge,.mobile-list .item .xtralarge {
	font-size: 50px;
	text-transform: uppercase;
	margin-top: 30px;
}

.mobile-list .item .large { /*font-family: "Lato";*/
	font-weight: 100;
	font-size: 26px;
	margin: 10px 0;
}

.mobile-list .item .new { /*font-family: "Lato";*/
	font-weight: 100;
	font-size: 25px;
	color: #009bdb;
}

.mobile-list .item .footer-mobile {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
}

.mobile-list .item .footer-mobile label {
	font-weight: 700;
}

.mobile-list .item .footer-mobile label:before {
	width: 15px;
	height: 15px;
}

.mobile-list .item .footer-mobile label:after {
	top: 0;
	left: -1px;
}

.mobile-list .item .small-tooltip {
	border: 5px solid #c1e247;
	background-color: #fff;
	padding: 10px 10px 0 10px;
}

.mobile-list .item .details {
	margin: 30px 0;
}

.mobile-list .item .details a {
	color: #009bdb;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}

.mobile-list .item h3.phone-title {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	margin: 30px 0;
}

.mobile-list .item .footer-btn {
	width: 80%;
	margin: 0 auto;
}

/*home phones*/
@media ( min-width : 768px) {
	.main-results.wide {
		padding-left: 15px;
	}
}

.form-in-line {
	padding-top: 20px;
}

.form-in-line .lead {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
	vertical-align: middle;
}

.form-in-line h2 {
	margin: 0;
	text-align: right;
}

@media ( max-width : 767px) {
	.form-in-line {
		margin-top: 20px !important;
	}
	.form-in-line h2 {
		text-align: center;
	}
	.form-in-line .lead {
		display: block;
		text-align: center;
	}
	.form-in-line .btn.inline {
		display: block;
		text-align: center;
		width: 100%;
		margin: 15px 0;
	}
}

/*view details*/
.phone-payment-options.single .payment-option:last-child {
	margin-left: 0;
}

.phone-payment-options.single .payment-option .inner {
	
}

.wide .mobile-list .search-result-wrapper.item h3.phone-title {
	width: 65%;
	margin: 30px auto;
	oveflow: inherit;
	min-height: 68px;
}

@media ( max-width :767px) {
	.wide .mobile-list .search-result-wrapper.item h3.phone-title {
		width: auto;
		overflow: inherit;
		height: auto;
		min-height: 100px;
	}
}

#ShopCartPagingDisplayV1 .mobile.well .inner img.img-responsive,#OrderItemPagingDisplay .mobile.well .inner img.img-responsive
	{
	display: inline-block;
}

#taxToggler.trigger-collapse:after {
	left: -10px;
	top: 0%;
	right: 0px;
}

.lto-device.bg-success.inner .form-in-line  .col-xs-10.col-sm-3 {
	padding-left: 0;
}

.lto-device.bg-success.inner .form-in-line .lead {
	margin-right: 10px;
}

.lto-device.bg-success.inner .form-in-line .btn {
	font-size: 13px;
}

.lto-device.bg-success.inner .form-in-line h2 {
	font-size: 22px;
}

.bg-success.inner  h2 {
	font-size: 16px;
}

@media ( max-width :767px) {
	.more-features .jumbotron .lead {
		text-align: left;
	}
	.whats_in_the_box_manuals_wrapper .col-sm-6 {
		padding-left: 0;
	}
}

.whats_in_the_box_manuals_wrapper .whats_in_the_box.col-sm-6 {
	padding-left: 0;
}

.whats_in_the_box_manuals_wrapper {
	margin-top: 20px;
}

.pdpSection .tutorial_manual_links a {
	color: #007dc3;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.form-group h2 {
	font-size: 23px;
}

#orderStatusForm .form-group .control-label,#forgotOrderIDForm .form-group .control-label
	{
	text-transform: uppercase;
}

.btn-extended {
	padding-left: 60px;
	padding-right: 60px;
}

/*Form track Order*/
.form-trackoder {
	margin-top: 30px;
	border: 1px solid #ccc;
	padding: 20px;
}

@media ( min-width : 768px) {
	.compare-list .lto-match-height .inner h5.phone-title {
		min-height: 140px;
	}
}

.modal.modal-smartpay.in .modal-footer .modal-content {
	border: 1px solid #fff;
}

@media ( min-width :768px)and(max-width:1024) {
	.modal#zipcode_needed   .customer-phoneno {
		padding-right: 0;
	}
	.modal#zipcode_needed   .customer-phoneno#phoneNumber {
		padding-left: 3px;
		padding-right: 3px;
	}
	.modal#zipcode_needed   input#phoneNumber,.modal#zipcode_needed   input#zipPopup_zc
		{
		padding-left: 6px;
		padding-right: 6px;
	}
}

#zipcode_needed p.zipcode_text {
	min-height: 65px;
}

.marginTextDown {
	margin-bottom: 30px;
}

@media ( min-width :768px) and (max-width:991px) {
	#zipcode_needed  .form-group.customer-phoneno {
		padding-left: 0;
		padding-right: 0;
	}
}

/*Order Status*/
@media ( min-width : 990px) {
	.order-date {
		float: right;
		margin-top: -40px;
	}
}

.order-status ul:last-child {
	margin-bottom: 0;
}

.order-status h3 {
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.order-status h3 img {
	position: relative;
	top: 2px;
	margin-top: -7px;
}

.input-faq {
	color: #009bdb;
	text-decoration: underline;
}

.input-faq:hover {
	text-decoration: none;
}

.lto_trackorder_spacer {
	min-height: 25px;
}

.well.order-status ul.list-unstyled  li p {
	display: inline-block;
	text-align: right;
}

.well.order-status ul.list-unstyled  li span {
	display: inline-block;
	width: 70px;
}

.main-results h3.phone-title {
	height: 120px;
}

@media ( min-width :768px) {
	.well.order-status  h3 {
		min-height: 40px;
	}
}

.compare-list .mobile.well.text-center.lto-match-height:hover {
	border: 3px solid #009bdb;
}

.shopping-cart .price-strip>div:first-child .corner::before {
	width: 36% \0/;
	top: -52px\0/ !important;
}

@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	.shopping-cart .price-strip>div:first-child .corner::before {
		width: 36%;
		top: -52px !important;
	}
	.shopping-cart .bundles .no-plan.bundle .plan-resume,.shopping-cart .no-plan.well-plan.well .plan-resume
		{
		width: 200px !important;
	}
}

@media ( min-width :1080px) {
	.well.well-plan .plan-resume .speed small {
		width: 200px;
		margin: 0 auto;
	}
}

.lto_city_state {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media ( max-width : 480px) {
	#zipcode_needed p.zipcode_text {
		min-height: 1px;
	}
}

footer .copyright {
	padding-top: 10px;
	font-size: 9px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0
}

/* Button colors update for TF */
.btn-default {
	background: #1a75cf;
	/*
    background: -moz-linear-gradient(top, #27abd2 0%, #0d6cb0 100%);
    background: -webkit-linear-gradient(top, #27abd2 0%,#0d6cb0 100%);
    background: linear-gradient(to bottom, #27abd2 0%,#0d6cb0 100%);
    border: 1px solid #fff;
    border-radius: 20px;
    */
	background-image: linear-gradient(to bottom, #1a75cf, #1a75cf 100%);
	/*font-size: 1rem;*/
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: UPPERCASE;
}

.btn-default:hover,.btn-default:focus,.btn-default:active { /*
  background: #fff;
  color: #000;
  border: 1px solid #000;
  */
	box-shadow: 0px 0px 5px #1a75cf;
	-webkit-box-shadow: 0px 0px 5px #1a75cf;
	-moz-box-shadow: 0px 0px 5px #1a75cf;
	background-color: #1a75cf;
	transition: all 0.3s ease;
	color: #fff;
}

.btn-default.disabled {
	opacity: .65;
	background: #fff !important;
	color: #666;
	borer: 0px;
}

/* 
.flag:after, .price-strip > div:first-child .corner:before, .price-strip > div:first-child .corner:before, .panel-default:before {
  content: none;
}
 */
.price-strip>div:first-child {
	background-color: #15317E;
}

@media ( min-width :768px) and (max-width:990px) {
	.footer .footer-top h3.title-social {
		font-size: 14px;
	}
}

@media ( max-width : 480px) {
	.inner.visible-xs button.btn-lg.btn-block.js-xs-accordion {
		font-size: 17px;
	}
}

.modal-body .row.grid-divided h2 {
	color: #009bdb;
}

.wide .mobile-list .search-result-wrapper.item h3.phone-title {
	font-size: 20px;
}

.shopping-cart .bundles .no-plan.bundle .plan-resume,.shopping-cart .no-plan.well-plan.well .plan-resume
	{
	width: 200px\0/ !important;
}

.shopping-cart.js-stikyholder #ShopCartDisplay .alert-info.call-to-action .btn
	{
	white-space: normal;
}

@media ( min-width :768px) and (max-width:850px) {
	.billing .shipping_info_box #paymentArea1 #expire_month_1 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.alert-info {
	background-color: #009bdb;
	border-color: #009bdb;
	color: #31708f;
}

.price-strip .title {
	font-size: 12px; /* Add this style to the class */
	line-height: 40px; /* Add this style to the class */
}

.price-strip>div {
	padding: 10px 3px; /* UPDATE this style to the class */
}

/* scroll bottom  css */
.show-tablet {
	display: none;
}

@media ( max-width :768px) {
	.stickyFixed .show-desktop {
		display: none
	}
	.show-tablet {
		display: block
	}
	.js-sidebarplan {
		position: relative !important;
		top: auto !important;
		left: 0px !important;
		width: 100% !important;
		min-height: auto;
		padding: 0px;
	}
}

.stickyFixed {
	position: sticky;
	bottom: 0px;
	width: 100%;
	background: white;
	z-index: 1;
	padding: 10px;
}

.legal_notices .footer-bottom p {
	font-size: 10px;
}

footer .legal_notices {
	background: #3b3b3b !important;
}

footer .legal_notices p a {
	color: #009bdb;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { /*font-family: "Lato"*/
	font-family: "BogleWeb-Black";
}

/* Alert-Warning */
.alert-warning {
	background-color: #1a75cf;
	border-color: #1a75cf;
	color: #fff;
}

.alert-warning a {
	color: #fff;
}

.alert-warning a:hover {
	text-decoration: underline;
}

.spcss1,.spcss2,.spcss3 {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

@media ( min-width : 768px) {
	.product_suggestion_error_msg {
		padding-left: 413px;
		color: red;
		margin-bottom: 30px;
	}
}

.product_suggestion_error_msg {
	color: red;
}

.hearing h1 {
	font-size: 3.429rem;
	color: #1b1b1b;
	/*font-family: myriad-pro, arial, Verdana sans-serif, "Lucida Sans",
		sans-serif;*/
	font-family: "BogleWeb-Black";
}

.hearing table {
	width: 100%;
	/*font-family: myriad-pro, arial, Verdana sans-serif, "Lucida Sans",
		sans-serif;*/
	font-family: "BogleWeb-Black";
	font-size: 1.4375rem;
	text-align: center;
}

.hearing table td {
	border: solid 1px #000;
	padding: 10px;
}

.hearing table th {
	background: #f2f2f2;
	padding: 10px;
	border: solid 1px #000;
	text-align: center;
	font-weight: bold
}

/*
 WFM SafeLInk Changes
*/
.mandatory_field_error_notvisible {
	display: none;
	width: 100%;
}

.mandatory_field_error_visible {
	float: left;
	display: block;
	width: 100%;
	color: red;
	text-align: left;
}

.newDivsInZipModal {
	margin-top: 5px;
}

.plan-resume .price .strikedPrice {
	min-height: 20px;
	display: block;
	padding: 5px 0;
	font-size: .4em;
	color: orange;
}

.cardchargeMsgForInitiatedStatus {
	margin-bottom: 10px;
	word-spacing: 8px;
	margin-top: -2px;
	margin-left: 60;
}

/*
Facet Issue Fix
*/
.panel-heading .accordion-toggle:after {
	font-family: 'Glyphicons Halflings';
	content: "\2212";
	float: right;
	color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
	content: "\2b";
}

.panel-filter .panel {
	background-color: #fff;
	border-top: 0px;
	border-bottom: 1px solid #dedede;
	border-right: 0px;
	border-left: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

.panel-filter .panel-heading {
	border-top: 0px;
}

.panel-filter a {
	width: 100%;
	height: 20px;
	display: block;
}

.panel-filter .filter-pills .h6 {
	font-weight: normal;
	font-size: 1.2rem;
}

.panel-filter .filter-pills ul {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.panel-filter .filter-pills ul li {
	display: inline-block;
	list-style: none;
	border: 1px solid #dedede;
	padding: 2px 10px 2px 5px;
	margin-bottom: 3px;
	border-radius: 5px;
}

.panel-filter .filter-pills ul li:hover {
	background-color: #dedede;
	color: #000;
}

.panel-filter .filter-pills ul li a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e014";
	float: left;
	color: #333;
	display: inline-block;
	padding-right: 3px;
}

sup {
	top: -0.5em;
	font-size: 60%;
	vertical-align: baseline;
	line-height: normal;
}

.payment_zeroAmountmsg {
	position: relative;
	padding-left: 15px;
	padding-bottom: 25px;
	font-size: 18px;
	/*font-family:"myriad-pro", Helvetica, Arial, sans-serif;*/
}

a.skip-main {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}

a.skip-main:focus,a.skip-main:active {
	color: #000;
	left: 0.2em;
	top: 0.2em;
	width: auto;
	height: auto;
	overflow: visible;
	text-decoration: none;
	z-index: 9999;
}

.plp-header {
	padding: 0 30px;
	margin-bottom: -5px;
	text-transform: lowercase;
}

h1.plp-header {
	font-size: 2.5rem;
	font-family: "Bogle Black";
}

.plp-header:focus {
	outline: 0 !important;
}

.plp-header::first-letter {
	text-transform: uppercase;
}

i.numberCircle::before {
   border: none !important;          
}
.step-title.h3::before {
   border: none !important;
}
#shopcartAddressForm .help-block,#shopcartBillingAddressForm .help-block{
	margin:0;
}
#shopcartAddressForm .has-error .help-block,#shopcartBillingAddressForm .has-error .help-block{
	margin-top:5px;
	margin-bottom:10px;
}
.js-bundle .inner .h2.phone-title {
    font-size: 25px;
    font-weight: 700;
	text-transform: uppercase;
}
a#taxToggler.h3:hover{
	text-decoration:none;
}
a#taxToggler.h3.trigger-collapse{
	display:block;
	margin-left:-10px;
}
.color_swatches .swatch.Coral{
background-color:#ff7f50;
}

.color_swatches .swatch.Purple{
background-color:#d1cdda;
}

.color_swatches .radio.radio-color a.swatch.selected::before {
border: 2px solid #136ef6 !important;
box-shadow: 0 2px 4px rgba(0,0,0,.5) !important;
padding: 3px !important
}

#phone_details .radio.radio-color {width: 55px}

#phone_details .radio.radio-color label::before,#phone_details .radio.radio-color a::before {
background-clip: content-box;
}
#phone_details .radio.radio-color label::before,#phone_details .radio.radio-color a::before {
width: 42px;
height: 42px;
border: 1px solid #ccc;
border-radius: 50%;
background-color: inherit;
display: block;
}

.color_swatches .swatch.Rose-Gold {
    background-color: #f7d0cb
}

#phone_details h3.text-center-xs {margin-top: 50px;}

.payment-options-title {
margin-top: 70px;
font-size: 18px;
font-weight: 700;
}

.phone-colors legend {
border: 0;
font-size: 18px;
color: #757575;
text-transform: uppercase;
margin-bottom: 10px;
color: #000;
font-weight: 700;
}
.phone-preorder .icontag {
    float: left;
    padding: 0 10px 5px 10px;
    margin-left: 5px;
}
.mobile-detail-xs {
    margin: 0 15%;
}
.mobile-detail {
    margin-right: 50%;
}
.phone-preorder {
    margin-top: -10px;
    background-color: #f5f593;
    color: #555;
    padding: 5px 5px 5px 0;
}
span.price-strikeout {
    text-decoration: line-through;
    color: #5d5d5d;
}
@media(max-width:768px){
   .plplist .plp_product .colorswatch {
        left: 5px;
        z-index: 999;
        top: -5px;
    }
   #phone_details .radio.radio-color {
     width: 50px;
   }
}
@media(max-width:321px){
   #phone_details .radio.radio-color {
       width: 45px;
       padding-left: 15px;
    }
}
div#upgradelink {
    position: absolute;
    top: 50px;
    left: -50px;
    width: 300px;
    padding: 10px;
    background: #f0f2f2;
    border-radius: 10px;
    z-index: 9;
}
.upgradelink svg {
position: absolute;
top: -14px;
left: 90px;
width: 20px;
height: 20px;
fill: #f0f2f2;
}

#phoneNumberUpg { font-size: 12px; }

@media (max-width: 767px) {
     .upgradelink svg, .plp_geolink svg {
         left: 40px !important;
      }
     .upgradelink {
         left: 10px !important;
      }
}

/* -----------------------------------------------------------------------------*/
/* LTO 3.0
/* -----------------------------------------------------------------------------*/

.price-section {
	float: none;
	margin: 40px 0;
}

.small {
	font-size: 9px;
	display: block;
}

.price-info .input-section {
	border-radius: 4px;
	display: table;
	padding: 0px;
	margin-bottom: 10px;
	width: 100%;
}

.price-text {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 15px 0px;
}

.p-left {
	width: 50%;
}

.p-right {
	width: 50%;
	border-left: 1px solid #ccc;
}

.price-value {
	font-size: 34px !important;
	padding: 2px 0;
	margin: 0;
}

.price-disclaimer {
	font-size: 14px !important;
	font-weight: normal;
	margin: 0;
}


.price-heading {
	font-weight: bold;
	font-size: 20px;
}

.plan-subheading {
	font-size: 14px
}

.radio-custom {
	opacity: 0;
	position: absolute;
}

.radio-custom,
.radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	margin-bottom: 0px;
}

.radio-custom-label {
	position: relative;
	border: 2px solid rgba(178,178,178,1);
	border-radius: 5px;
	display: flex;
	height: 100%;
}

.radio-custom+.radio-custom-label:after {
	content: '';
	background: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
}

.radio-custom+.radio-custom-label:after {
	border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:after {
	background: #012979;
	/* box-shadow: inset 0px 0px 0px 4px #fff; */
}

.price-box input:checked+span+.radio-custom-label,
.radio-custom:checked+.radio-custom-label,
.radio-custom:focus+.radio-custom-label {
	border: 3px solid #009bdb !important;
	border-radius: 5px;
	outline: none !important;
	box-shadow: 2px 2px 9px 3px #ccc;
}

.price-section .eventLink {
	display: inline-block;
	margin: 0px 2px;
	cursor: pointer;
}

.spLearnMore {
	background: #5d5d5d;
	height: 22px;
	color: #fff;
	line-height: 1px;
	border-radius: 5px 5px 0px 0px;
	margin-top: -32px;
	position: absolute;
	z-index: 2;
}

.spLearnMore a {
	margin: 13px 2px !important;
	cursor: pointer !important;
	width: 100% !important;
	display: block;
	padding: 0px 10px;
	font-size:14px;
	text-align: center;
	color:#fff;
	text-decoration: underline;
}

.spLearnMore img {
	width: 30px;
	margin: -4px;
}

.spLearnMore span {
	margin-top: 0px;
	/* line-height: 0px; */
	display: inline-block;
}

.price-box input:checked+span+.radio-custom-label .spLearnMore{
	background: #009bdb;
}

.price-box input:checked+span+.radio-custom-label .spLearnMore a {
	color: #000;
}

.hpp-list ul li {
	margin-bottom: 10px;
}

.hpp-shield .hpp-img {
	width: 100px;
	float: left;
}

.img-broken {
	max-width: 90%;
}

#ltoModal .close {
	border: 2px solid #009bdb;
	color: #000;
	padding: 12px 4px 6px 4px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 1px;
	font-weight: normal;
	margin: 7px 7px;
	position: absolute;
	right: 10px;
	z-index: 99;
	opacity: 1;
}

#ltoModal .close span {
	font-size: 24px;
	text-shadow: none;
}

.price-section .modal-header {
	padding-top: 5px;
	border-bottom: none;
}

.price-section .price-box {
	display: block;
	position: relative;
	padding-left: 0px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

.price-section .price-box input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.price-section .price-box input:checked~.checkmark{
	background:#cccccc
}

.price-section .checkmark {
	position: absolute;
	top: 10px;
	right: 23px;
	height: 28px;
	width: 28px;
	border-radius: 50%;
}

.price-section .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.price-section .price-box input:checked~.checkmark:after {
	display: block;
}

.price-section .price-box .checkmark:after {
	left: 9px;
	top: 1px;
	width: 7px;
	height: 18px;
	border: solid #000;
	border-width: 0 3px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.payment-option .border-left {
 	border-left: 1px solid #ccc;
}

@media(max-width:768px){
	.price-value{
		font-size:20px;
	}
	.p-right{
		width:30%;
		padding-left:15px;
	}
	.p-left{
		width:70%;
	}
}
/* Learn More */
.spLearnMore {/*  margin-top: -28px; z-index: -1;padding:2px;  */}

/* Select Buttons */    

.lto3 .border-left {border-left:1px solid #ccc;}    
.lto3 .bigcero {font-size: 72px; font-weight: 700; float: left; padding:0px; margin:0px; line-height:60px; padding-right:10px;}
.lto3 .bigcero sup {font-size: 22px; font-weight: 700; vertical-align: super;}
.lto3 .sp_logo {height: 35px;}
.lto3 .disclaimer-text {font-size: 11px; font-weight: 100; padding-top:10px; width: 100%;}


/* ************************************ */
/*            MEDIA QUERIES             */
/* ************************************ */

/* MOBILE VIEW (phones, 600px and down) */
@media only screen and (max-width: 600px) {    
    .lto3 p {font-size: 14px;}
    .lto3 .bigcero {font-size: 58px;font-weight: 700; float: left; padding: 0px;
                    margin: 0px; padding-bottom:10px; line-height: 50px; padding-right: 10px;}
    .lto3 .bigcero sup {font-size: 12px; font-weight: 700; vertical-align: super;}
    .lto3 .sp_logo {height: 40px;  }
    .lto3 .disclaimer-text {font-size: 10px; }    
    }
    
    .lto3 .price-value {font-size:24px !important}
    .lto3 .price-text  { width: 100%; }

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 
    }

/* TABLETS */
@media only screen and (min-width: 768px) {
 
    }
    
.payment-options-title {
     margin-top:70px;
     font-size: 18px;
     font-weight: 700
}
@media(min-width:768px) {
   .payment-options-title {
       text-align: left;
   }
}
@media(max-width:767px) {
  .payment-options-title {
      text-align: center;
  }
}

.price-box .radio-custom:focus+.radio-custom-label {
     outline: 5px auto -webkit-focus-ring-color !important;
}

@media(max-width: 767px){
     .slick-next, .slick-next:hover { right: -11px !important;z-index:999;}
     .slick-prev, .slick-prev:hover { left: -11px!important;	z-index: 999;
     }
 }
 @media (max-width: 767px){
#pdpSection .bv_main_container {
    margin: 0 auto !important;
    display: table !important;
    }
  #pdpSection .bv_button_component_container {
    position: relative !important;
    top: -4px!important;
}
    }
 .radio-custom:checked+.radio-custom-label:after {background: #c1e247 !important}
 .hpp-container input:checked+span+.radio-custom-label, .radio-custom:checked+.radio-custom-label, .radio-custom:focus+.radio-custom-label {    border: 2px solid #c1e247 !important;}
 .btn-selected-disabled {
    background: grey !important;
}
.price-box input:checked+span+.radio-custom-label .spLearnMore button, .price-box .spLearnMore button  {
    background: 0 0;
    border: none;
    font-size:14px;
    margin: 8px 2px !important;
    text-decoration:underline;
}

.price-box input:checked+span+.radio-custom-label .spLearnMore button {color: #000}

@media only screen and (max-width: 728px) {
  #search_submit {position:absolute;top:5px;right:10px;}
}

.color_swatches .swatch.Coral{
	background-color:#ff7f50;
}

.color_swatches .swatch.Purple{
	background-color:#d1cdda;
}

.color_swatches .radio.radio-color a.swatch.selected::before {
	border: 2px solid #009bdb !important;
	box-shadow: 0 2px 4px rgba(0,0,0,.5) !important;
	padding: 3px !important
}

#phone_details .radio.radio-color {width: 45px}

#phone_details .radio.radio-color label::before,.radio.radio-color a::before {
	background-clip: content-box;
}
#phone_details .radio.radio-color label::before,.radio.radio-color a::before {
	width: 42px;
	height: 42px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: inherit;
	display: block;
}