/* Minification failed. Returning unminified contents.
(6829,9): run-time error CSS1036: Expected expression, found ';'
(12417,1): run-time error CSS1019: Unexpected token, found '@import'
(12417,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900&display=swap')'
(12418,1): run-time error CSS1019: Unexpected token, found '@import'
(12418,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=PT+Serif+Caption:400,400i&display=swap')'
(16613,39): run-time error CSS1030: Expected identifier, found '.'
(16613,78): run-time error CSS1031: Expected selector, found ')'
(16613,78): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/* Spacing consistency */
.page-block {
	margin: 10px 0;
}

	.page-block:before,
	.page-block:after {
		content: " ";
		display: table;
	}

/* Grid system */
/* This grid system is deprecated in favor of bootstrap's grid system. See http://getbootstrap.com for documentation*/

.colwrap:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .colwrap:after { /* IE6 */
	zoom: 1;
}

*:first-child + html .colwrap { /* IE7 */
	zoom: 1;
}

.page-row {
	margin: 10px 0;
}

	.page-row:before,
	.page-row:after {
		content: " ";
		display: table;
	}

	.page-row:after {
		clear: both;
	}

.one-half {
	width: 49.5%;
}

.one-third {
	width: 32.66666667%;
}

.two-thirds {
	width: 66.33333333%;
}

.one-fourth {
	width: 24.25%;
}

.three-fourths {
	width: 74.75%;
}

.one-fifth {
	width: 19.2%;
}

.two-fifths {
	width: 39.4%;
}

.three-fifths {
	width: 59.6%;
}

.four-fifths {
	width: 79.8%;
}

.one-sixth {
	width: 15.83333333%;
}

.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .one-sixth, .four-fifths {
	display: inline; /*ie6 double-margin bug*/
	float: left;
	margin-left: 1%;
	box-sizing: border-box;
}

	.one-half:first-child, .one-third:first-child, .two-thirds:first-child, .one-fourth:first-child, .three-fourths:first-child, .one-fifth:first-child, .two-fifths:first-child, .three-fifths:first-child, .one-sixth:first-child, .four-fifths:first-child {
		margin-left: 0;
	}

/* Grid helper classes */

.grid-item-image, .list-item-image {
	max-width: 100%;
}

.grid-item-image-wrap, 
.grid-item-name-wrap, 
.grid-item-sku-wrap, 
.grid-item-weight-wrap, 
.grid-item-mpn-wrap {
	margin-bottom: 5px;
}

.variant-grid-item .add-to-cart-form {
	text-align: center;
}

.grid-item-inner, .list-item-inner {
	padding: 4px;
}

.grid-item-inner {
	text-align: center;
	padding: 4px;
}

.two-thirds .grid-column-inner {
	padding: 0 0 0 15px;
}


/* Extend the bootstrap grid to support five columns */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

/* Utility classes */

.left { /* Deprecated. Use Bootstrap's pull-left instead */
	float: left;
}

.right { /* Deprecated. Use Bootstrap's pull-right instead */
	float: right;
}

.clear { /* Deprecated. Use Bootstrap's clearfix instead */
	clear: both;
}

/* Use this to Hide an element that can be shown with jquery show(). 
Bootstrap uses !important on their hide and hidden classs so jQuery show() won't work */
.off {
	display: none;
}

.btn-space { /* Use this to get space around buttons that might flow to two lines */
	margin: 2px;
}

.text-area-tall {
	min-height: 300px;
}

/* Use these to align text to the right for a given viewport */

@media(min-width: 768px) {
	.text-right-sm {
		text-align: right;
	}

	.text-left-sm {
		text-align: left;
	}
}

@media(min-width: 992px) {
	.text-right-md {
		text-align: right;
	}

	.text-left-md {
		text-align: left;
	}
}

@media(min-width: 1200px) {
	.text-right-lg {
		text-align: right;
	}

	.text-left-lg {
		text-align: left;
	}
}

/* Global headers */

.group-header {
	display: block;
	font-size: 25px;
	line-height: 28px;
	border-bottom: 1px solid #efefef;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #666;
}

/* Notices (errors or alerts) */

.notice-wrap {
	margin-bottom: 15px;
}

.notice {
	padding: 15px;
	border-radius: 3px;
	margin: 2px 0;
}

.notice-info {
	background: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.notice-success {
	background: #DFF0D8;
	border-color: #D6E9C6;
	color: #3C763D;
}

.notice-warning {
	background: #fbf1e4;
	border-color: #f7dcb9;
	color: #f0ad4e;
}

.notice-failure {
	background: #F2DEDE;
	border-color: #EBCCD1;
	color: #A94442;
}

.field-validation-error {
	color: #A94442;
}

/* Action elements */
.actionelement {
	cursor: pointer;
}

/* Forms */
.form-control-inline {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
}

.form-text {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	width: 100%;
}

.radio:first-child, .checkbox:first-child {
	margin-top: 0;
}

/* Specific text box sizes */

.text-1, .text-2, .text-3, .text-4, .text-sm, .text-md, .text-lg, .text-xs,
.form-control.text-1, .form-control.text-2, .form-control.text-3, .form-control.text-4, .form-control.text-sm, .form-control.text-md, .form-control.text-lg, .form-control.text-xs {
	max-width: 100%;
}

.text-1, .form-control.text-1 {
	width: 38px;
}

.text-2, .form-control.text-2 {
	width: 48px;
}

.text-3, .form-control.text-3 {
	width: 60px;
}

.text-4, .form-control.text-4 {
	width: 70px;
}

.text-xs, .form-control.text-xs {
	width: 100px;
}

.text-sm, .form-control.text-sm {
	width: 180px;
}

.text-md, .form-control.text-md {
	width: 270px;
}

.text-lg, .form-control.text-lg {
	width: 450px;
}

.text-multiline, .form-control.text-multiline {
	min-height: 200px;
}

/* Add to cart form */

.quantity-field {
	width: 70px;
	display: inline-block;
	vertical-align: middle;
}

.quantity-select, .size-select, .color-select {
	display: inline;
	max-width: 100%;
	vertical-align: middle;
}

.price-field {
	display: inline;
}

/* Price styles */

.price-wrap {
	font-weight: bold;
	margin-bottom: 5px;
}

.product-page .price-wrap {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}

.regular-price {
	color: #888;
	font-weight: normal;
	margin: 0 0 5px 0;
	font-size: 12px;
}

.sale-price {
	color: #902003;
}

/* PayPal banners */
.paypal-banner-wrap img {
	max-width: 100%;
	height: auto;
}

.paypal-banner-wrap {
	margin-bottom: 15px;
}

/* Signin page */

.login-layout-table {
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
}

.login-form {
	padding-bottom: 16px;
}

@media (min-width: 768px) {
	.register-half .register-form, .register-half .anon-form {
		padding: 0 0 25px 50px;
	}
}

/* Create account page and account page */

.account-form {
	margin-bottom: 24px;
}

.address-wrap {
	margin-bottom: 15px;
}

.address-wrap .address-header {
	font-weight: bold;
	font-size: 16px;
}

.address-wrap .address-view {
	font-size: 12px;
}

.address-offsite-image {
	padding-bottom: 7px;
}

.page-action-bar {
	margin-bottom: 15px;
}

/* Recurring Page */

.recurring-buttons {
	margin-bottom: 15px;
}

/* Payment page */

#payment-method-choices .payment-option {
	display: inline-block;
	width: 200px;
	height: 50px;
	text-align: center;
	background-color: #F8F8F8;
	border: 1px solid #CCC;
	border-radius: 4px;
	margin: 5px;
}

/* Checkout and account page links */

.page-links {
	margin-bottom: 10px;
}

/* Tool tips */

.discount-table-tooltip, .card-code-tooltip {
	padding: 8px;
	font-size: 12px;
	background-color: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* Shipping and tax estimator */

.estimate-buttons, .estimate-button-wrap {
	text-align: right;
}

.shipping-tax-estimator-address, .shipping-tax-estimator {
	width: 100%;
}

	.shipping-tax-estimator-address .header, .shipping-tax-estimator .header {
		font-weight: bold;
	}

	.shipping-tax-estimator-address .caption, .shipping-tax-estimator .caption {
		vertical-align: top;
	}

	.shipping-tax-estimator-address .value, .shipping-tax-estimator .value {
		vertical-align: top;
		text-align: right;
	}

	.shipping-tax-estimator-address .error {
		width: 100%;
		color: Red;
		font-weight: bold;
	}

	.shipping-tax-estimator tr td, .shipping-tax-estimator-address td {
		border-top: solid 1px #ddd;
		padding: 4px;
	}

/* Stock hints */

.stock-hint {
	display: block;
	margin-bottom: 5px;
}

.out-stock-hint {
	color: #bb0000;
}

.in-stock-hint {
	color: #0066c0;
}

/* Kit specific styles */

.selected-kit-items {
	padding-left: 15px;
}

.kit-prices {
	margin-bottom: 15px;
}

.kit-item-image {
	margin-bottom: 2px;
	margin-top: 2px;
}

.kit-item-description {
	font-style: italic;
	color: #767676;
}

.kit-add-to-cart-button-wrap {
	display: inline-block;
	margin: 2px;
}

.kit-regular-base-price, .kit-regular-base-price label {
	text-decoration: line-through;
}

.kit-panel-title-link, .kit-panel-title-link label {
	cursor: pointer;
}

	.kit-panel-title-link label {
		float: left;
	}

.kit-panel-title-link {
	display: block;
	width: 100%;
	background: none;
	border: none;
}

.panel-title > a {
	outline: none;
	text-decoration: none;
}

.kit-panel-heading .panel-title {
	font-size: inherit;
}

.kit-panel-heading .form-label {
	margin-bottom: 0;
}

.kit-panel-heading legend {
	font-size: inherit;
	border: inherit;
	margin: inherit;
	color: inherit;
	padding: inherit;
	display: inherit;
	width: inherit;
	border: inherit;
}

.kit-form-group .radio input[type="radio"],
.kit-form-group .radio-inline input[type="radio"],
.kit-form-group .checkbox input[type="checkbox"],
.kit-form-group .checkbox-inline input[type="checkbox"] {
	margin-left: 0px;
}

.kit-summary-header {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.kit-group-description {
	padding-bottom: 15px;
}

.kit-description-toggle {
	float: right;
	margin-left: 8px;
}

	.kit-description-toggle .fa {
		display: none;
	}

.kit-panel-title-link[aria-expanded='false'] .expand-control {
	display: block;
}

.kit-panel-title-link[aria-expanded='true'] .collapse-control {
	display: block;
}

.kit-item-image-wrap {
	float: left;
	margin-right: 15px;
}

.read-only-kit-item-list {
	padding-left: 15px;
}
/* Promotions */

.promo-wrap {
	padding-bottom: 5px;
}

.promotion-call-to-action {
	background: none repeat scroll 0 0 transparent;
	color: #902003;
	font-weight: bold;
	padding: 3px;
}

/* Downloads Page */

.downloads-page .downloads-wrap {
	margin: 0 0 20px 0;
}

.downloads-page .downloads-info {
	margin: 0 0 10px 0;
}

.downloads-page .related-product-wrap {
	border-radius: 0 3px 3px 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.downloads-page .related-product {
	float: left;
	padding: 15px 0 15px 30px;
	text-align: center;
}

	.downloads-page .related-product .related-product {
		width: 150px;
	}

/* Product page */

.quantity-discount-header {
	font-weight: bold;
}

.product-image {
	max-width: 100%;
}

.product-page .product-info-wrap .price-wrap {
	font-size: 20px;
	margin: 10px 0 10px 0;
}

.product-page .product-info-wrap .regular-price {
	font-size: 16px;
}

.email-a-friend-link {
	background: url('../images/mailicon.gif') no-repeat scroll left center;
	padding: 9px 0 9px 36px;
	line-height: 32px;
	vertical-align: middle;
}

.email-a-friend-wrap, .nav-links-wrap, .product-options, .product-description-wrap {
	margin-bottom: 15px;
}

.email-a-friend-wrap{
	width: 500px;
}


.product-image-wrap {
	text-align: center;
	margin-bottom: 15px;
}

.product-promotions {
	margin-bottom: 8px;
}

.pop-large-link {
	display: inline-block;
	background: url(../images/magnify.png) no-repeat scroll left center;
	padding-left: 24px;
	line-height: 24px;
}

	.pop-large-link:hover {
		cursor: pointer;
	}

.medium-image {
	margin-bottom: 4px;
}

.medium-image-cursor {
	cursor: pointer;
}

.variant-name-wrap {
	font-size: 24px;
	margin-bottom: 5px;
}

.variant-info-wrap {
	border-top: solid 1px #ddd;
	padding-top: 10px;
	margin-top: 10px;
}

.product-options .form-control {
	display: inline-block;
	width: auto;
}

.product-gallery-items {
	margin-bottom: 8px;
}

.product-gallery-item {
	display: inline-block;
	max-width: 32%;
}

.gallery-item-inner {
	padding: 2px;
}

.product-gallery-image {
	max-width: 100%;
	padding-top: 24px;
}

.button-transparent {
	border: none;
	background: transparent;
	-webkit-appearance: none;
}

/* List items */
.list-item-name-wrap,
.list-item-sku-wrap,
.list-item-mpn-wrap {
	margin-bottom: 5px;
}

.list-item {
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.list-item-name-wrap {
	font-size: 1.5em;
	margin-bottom: 5px;
}

.list-item-image-wrap {
	text-align: center;
}

	.list-item-image-wrap .product-image {
		display: inline-block;
	}

/* Order Confirmation Page */
.orderconfirmation-page {
	width: 100%;
	text-align: center;
}

	.orderconfirmation-page div {
		margin-top: 5px;
		margin-bottom: 5px;
	}

.orderconfirmation-received {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.orderconfirmation-thanks {
	color: #737373;
}

.orderconfirmation-ordernumber, .orderconfirmation-customerid {
	font-weight: bold;
}

	.orderconfirmation-ordernumber span, .orderconfirmation-customerid span {
		font-weight: normal;
	}

.admin-alert-wrap {
	width: 100%;
	background-color: #FFFF00;
	text-align: center;
}

.admin-alert-text {
	font-weight: bold;
	color: #FF0000;
}

.news-body {
	margin-bottom: 15px;
}

/* 3dSecure Page */
.three-d-secure-iframe {
	width: 100%;
	height: 500px;
}

/* Product Landing Page  */
.product-banner {
	background: #fff;
	box-shadow: 52px 52px 32px rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.03);
	border-left: 1px solid rgba(0,0,0,.03);
	max-width: 500px;
	max-height: 500px;
	margin-bottom: 24px;
}

.product-landing-page .product-info {
	margin-bottom: 32px;
}

.product-fullsku, 
.product-sku, 
.product-mpn {
	margin-bottom: 5px;
}

.product-manufacturerpartnumber {
	margin-bottom: 5px;
}

.product-description-wrap {
	clear: both;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 32px;
}

.product-landing-page .price-wrap {
	font-size: 44px;
	line-height: 50px;
	font-weight: 200;
	margin-bottom: 24px;
}

.product-summary {
	margin-bottom: 24px;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 28px;
}

.product-landing-page .add-to-cart-group {
	margin-bottom: 24px;
}

.product-summary-heading {
	text-align: center;
}

.summary-content {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 28px;
}

.description-heading {
	font-size: 25px;
	line-height: 28px;
	border-bottom: 1px solid #efefef;
	font-weight: 200;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.product-ratings hr {
	display: none;
}

.product-rating-stars {
	font-size: 40px;
}

.rating-comment-helpfulness-legend {
	width: auto;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	border: none;
	float: left;
	padding-right: 5px;
}

.site-map-group ul {
	padding-left: 5px;
}

/* Session Warning Windows */
.session-warning-top-line {
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.session-warning-middle-line, .session-warning-bottom-line {
	padding-bottom: 15px;
}

.session-modal .modal-body {
	text-align: center;
	font-size: 20px;
}

/* Checkout */

.continue-shopping-text {
	font-size: 16px;
}

.checkout-header, .order-header {
	border-bottom: solid 1px #ddd;
	padding-bottom: 8px;
}

	.checkout-header:first-child, .order-header:first-child {
		margin-top: 0;
	}

.checkout-header {
	position: relative;
	font-size: 24px;
}

.checkout-block, .order-block {
	margin-bottom: 15px;
}

	.checkout-block.checkout-sign-out {
		margin-bottom: 0px;
	}

.order-details, .shipping-estimator {
	padding: 15px;
	background: #f8f8f8;
	border: solid 1px #e7e7e7;
	margin-bottom: 15px;
	border-radius: 4px;
}

	.order-details .order-block:last-child {
		margin-bottom: 0;
	}

.cart-item {
	border-bottom: solid 1px #eee;
	padding-bottom: 15px;
}

.cart-item-image {
	width: 80px;
	border: solid 1px #e7e7e7;
}

.checkout-actions {
	text-align: right;
}

.checkout-action-row {
	margin-top: 15px;
	text-align: right;
}

.cart-upsell-item, .cart-order-option {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.cart-upsell-image {
	max-width: 50px;
	border: 1px solid #e7e7e7;
}

.order-option-cost {
	white-space: nowrap;
}

.cart-detail {
	font-size: 0.85em;
	color: #666;
}

.hidden-shipping-methods {
	display: none;
}

.alternative-payment-button {
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
}

.loading-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.5;
}

.loading-message-wrap {
	z-index: 1040;
	position: fixed;
	width: 100%;
	left: 0;
	top: 30%;
	color: #fff;
	text-align: center;
}

.loading-message {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 12px;
}

/* Payment methods */

.third-party-payment-button {
	background: transparent;
	border: none 0;
	padding: 0;
}

.on-site-payment-methods, .off-site-payment-methods {
	margin-bottom: 6px;
}

.choose-payment-method-button {
	text-align: left;
	min-width: 170px;
	margin-bottom: 5px;
}

.choose-payment-method-offsite-button {
	margin-bottom: 5px;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
}

.payment-method-detail {
	margin-bottom: 8px;
}

/* Shipping methods */

.shipping-method-icon {
	width: 30px;
	vertical-align: middle;
}

.block-success .checkout-header {
	color: #3c763d;
	border-bottom: solid 1px #b1c6a9;
}

.block-danger .checkout-header {
	color: #a94442;
	border-bottom: solid 1px #d79e9e;
}

/* Mini Cart */

.minicart-modal {
	text-align: left;
}

.minicart-item, .minicart-message-area, .empty-mini-cart-text {
	padding-left: 15px;
	padding-right: 15px;
}

.minicart-modal .modal-body {
	padding-left: 0;
	padding-right: 0;
}

.minicart-item-image {
	width: 50px;
}

.minicart-item-actions {
	margin-left: 4px;
	float: right;
}

	.minicart-item-actions a {
		text-decoration: none;
		font-size: 14px;
	}

.minicart-selected-kit-items {
	margin-bottom: 4px;
	padding-left: 15px;
}

.cart-product-name {
	font-weight: bold;
}

.cart-edit-link {
	font-size: 12px;
}

.minicart-product-name {
	font-weight: bold;
}

.minicart-item {
	padding-top: 15px;
	border-top: solid 1px #E5E5E5;
}

	.minicart-item:first-of-type {
		padding-top: 0;
		border-top: none 0;
		margin-top: 0;
	}

.minicart-detail {
	font-size: 0.85em;
}

.minicart-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0.5;
}

.minicart-title {
	font-size: 18px;
}

.minicart-item-title {
	font-size: 14px;
}

.minicart-loading {
	z-index: 1040;
	position: fixed;
	width: 100%;
	left: 0;
	top: 30%;
	color: #fff;
	text-align: center;
}

.loading-animation {
	display: block;
	font-size: 50px;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 40px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loading 1.7s infinite ease;
	animation: loading 1.7s infinite ease;
	border: none;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}

	5%, 95% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}

	10%, 59% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
	}

	20% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
	}

	38% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}
}

@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}

	5%, 95% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}

	10%, 59% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
	}

	20% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
	}

	38% {
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
	}
}

.minicart-loading-message {
	text-transform: uppercase;
	margin-bottom: 8px;
	font-size: 12px;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	100% {
		-moz-transform: rotate(359deg);
	}
}

@keyframes spin {
	100% {
		transform: rotate(359deg);
	}
}

.minicart-contents-loading-overlay {
	margin-top: -10px;
}

.minicart-contents-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.8;
	z-index: 1;
}

.minicart-contents-loading {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -40px;
	bottom: 0;
	z-index: 2;
}

.minicart-contents-loading-message {
	padding-bottom: 8px;
	text-transform: uppercase;
}

.minicart-content-wrap {
	position: relative;
	max-height: 246px;
	overflow: auto;
}

.minicart-total-area {
	margin-bottom: 15px;
}

.minicart-total-wrap {
	font-size: 18px;
}

.minicart-subtotal-label {
	display: none;
}

@media (min-height:608px) {
	.minicart-content-wrap {
		max-height: 398px;
	}
}

@media (max-width:767px) {
	.minicart-subtotal-label {
		display: inline;
	}
}

.user-links {
	padding: 0;
	text-decoration: none;
}

	.user-links > li {
		display: inline-block;
		list-style: none;
		margin: 0 4px;
	}

a.user-link {
	text-decoration: none;
}

.switch-mini-link {
	font-size: 13px;
	text-decoration: none;
	color: #265680;
	font-weight: 600;
}

	.switch-mini-link:focus {
		outline: none;
	}

	.switch-mini-link:hover {
		text-decoration: none;
		color: #142e45;
		cursor: pointer;
	}

/* Form entry and validation */

.form-label-suffix {
	font-weight: normal;
	font-style: italic;
}

.form-label-prefix-required, .form-label-suffix-required {
	color: #a94442;
}

.form-label-suffix::before, .form-label-prefix::after {
	content: " ";
}

.form-label-suffix-optional {
	color: #666;
}

.form-description {
	font-style: italic;
	color: #666;
}

.entry-feedback-wrapper {
	position: relative;
	max-width: 100%;
}

.form-control-feedback::before,
.braintree-hosted-fields-valid + span::before,
.braintree-hosted-fields-invalid + span::before {
	font-size: 1.2em;
	line-height: 34px;
}

.has-success .form-control-feedback::before,
.braintree-hosted-fields-valid + span::before {
	content: "\f00c"; /* fa-check */
	color: #3c763d;
}

.has-error .form-control-feedback::before,
.braintree-hosted-fields-invalid + span::before {
	content: "\f00d"; /* fa-times */
	color: #a94442;
}

.has-success .form-control-feedback {
	bottom: 0;
}

.has-feedback .form-control {
	padding-right: 12px;
}

	.has-feedback .form-control.text-box {
		padding-right: 12px;
	}

.has-feedback.has-success .form-control.text-box,
.has-feedback.has-error .form-control.text-box {
	padding-right: 32px;
}

.form-group-xsmall .entry-feedback-wrapper,
.form-group-xsmall select.form-control {
	/* 6 characters */
	width: 18ex;
}

.form-group-small .entry-feedback-wrapper,
.form-group-small select.form-control {
	/* 12 characters */
	width: 28ex;
}

.form-group-medium .entry-feedback-wrapper,
.form-group-medium select.form-control {
	/* 24 characters */
	width: 48ex;
}

.form-group-large .entry-feedback-wrapper,
.form-group-large select.form-control {
	/* 36 characters */
	width: 68ex;
}

select + .form-control-feedback {
	padding-right: 20px;
}

.input-group-addon-captchaimage {
	padding: 0;
}

/* Gift Card Setup Styles */

.gift-card-row {
	border-bottom: 1px solid #efefef;
}

#amazonAddressWidget,
#walletWidgetDiv {
	height: 228px;
}

.wallet-card {
	border-bottom: solid 1px #efefef;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.whats-this {
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-label {
	font-weight: normal;
}

.checkbox-vert {
	vertical-align: top;
}

.not-found-suggestion {
	margin-bottom: 10px;
}

.order-notes-actions {
	margin-top: 8px;
}

.form-control.quantity-field {
	display: inline-block;
	width: 80px;
}

.screen-reader-only {
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px); /*IE 6 and 7*/
	clip: rect(1px,1px,1px,1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	-webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
	overflow: hidden !important;
}

/* For scope="row" TH's */
.table-row-header {
	font-weight: normal;
}

.thumbnail-items {
	display: block;
}

.account-remove-confirmation {
	padding: 7px;
}

.shipping-method-headers {
	padding-bottom: 5px;
}

.shipping-method-radio {
	max-width: 30px;
}

.shipping-method-radio {
	margin-bottom:0;
}

.shipping-method-delivered-on {
	text-align: left;
}

.shipping-method-column-heading {
	font-weight: bold;
}

.shipping-method-delivered-on-selected {
	display: inline;
}

.shipping-method-deliverydate-selected {
	display: inline;
	margin-left: 25px;
}

.shipping-method-rate-selected {
	display: inline;
	margin-left: 25px;
}

.shipping-method-carrier-and-service-display {
	display: inline;
}

@media (max-width: 480px) {
	.shipping-method-table,
	.shipping-method-radio,
	.shipping-method-delivered-on,
	.shipping-method-cost {
		display: inline;
	}

	.shipping-method-headers {
		display: none;
	}

	.shipping-method-radio {
		max-width: 0;
	}
}

.padding-left-0 {
	padding-left: 0;
}

.padding-top-20px {
	padding-top: 20px;
}

.width-100-percent {
	width: 100%;
}

.text-align-center {
	text-align: center;
}

.oc-payment-type-header {
	display: inline-block;
	font-weight: bold;
	margin-left: 20px;
	text-align: left;
}

/* Start of PayPal Commerce Advanced Credit and Debit Styles*/
.paypal-button-container {
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 20px;
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
}

.card_container {
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 20px;
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
}

.card_field {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	height: 40px;
	background: white;
	font-size: 17px;
	color: #3a3a3a;
	font-family: helvetica, tahoma, calibri, sans-serif;
}

.card_field_50 {
	width: 50%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	height: 40px;
	background: white;
	font-size: 17px;
	color: #3a3a3a;
	font-family: helvetica, tahoma, calibri, sans-serif;
}

.card_field_75 {
	width: 75%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	height: 40px;
	background: white;
	font-size: 17px;
	color: #3a3a3a;
	font-family: helvetica, tahoma, calibri, sans-serif;
}

#paypal-commerce-credit-card-intake.row {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	margin: 0 -16px;
}

#paypal-commerce-credit-card-intake.col-25 {
	-ms-flex: 25%; /* IE10 */
	flex: 25%;
}

#paypal-commerce-credit-card-intake.col-50 {
	-ms-flex: 50%; /* IE10 */
	flex: 50%;
}

.message_container {
	border-radius: 5px;
	background: #FFFFFF;
	font-size: 13px;
	font-family: monospace;
	padding: 20px;
}

.loader {
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
/* End of PayPal Commerce Advanced Credit and Debit Styles*/

.margin-top-10px {
	margin-top: 10px;
}

.margin-reset {
	margin: 0 0 0 0;
}

#variantSelector option:disabled {
	background-color: #ccc;
}

.paypal-button-wrapper-product {
	min-height: 170px;
	max-width: 250px;
}

/** ********************************************** **
        @Author			Dorin Grigoras
        @Website		www.stepofweb.com
        @Last Update	1:33 PM Friday, September 26, 2014

        TABLE CONTENTS
        -------------------------------
                01. Globals
                02. Boxed Layout
                03. Callout
                04. Slider
                05. Misc
                06. Maps
                07. Maintenance
                08. Error 404
                09. Coming Soon
                10. Word Rotator
                11. Item Box
                12. Timeline
                13. Portfolio
                14. Contact
                15. Onepage
                16. User Profile
                17. Comments
                18. Responsive
                --. DEMO ONLY

*************************************************** **/


/** 01. Globals
 **************************************************************** **/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

html, body {
    min-height: 100%;
}

body {
    color:#666;
    background-color:#fff;
    font-family:'Open Sans', Arial, sans-serif;

    font-size:14px; line-height:23px;
    margin:0; padding:0 !important;
}
body.grey .divider .fa,
body.grey { /* grey background - YT style */
    background-color:#f1f2f7;
}

section {
    padding-top:60px;
    padding-bottom:60px;
}
section.alternate .divider .fa,
section.alternate {
    background-color:#F5F3F4;
}
body.grey section.alternate .divider .fa,
body.grey section.alternate {
    background-color:#e9e9e9;
}

section.dark {
    color:#fff;
    background-color:#333;
}



section header {
    display:block;
    margin-bottom:60px;
}
section header p {
    margin:0;
    padding:0;
}
section header strong {
    font-weight:500;
}
section header h1,
section header h2,
section header h3 {
    margin-bottom:10px;
}
figure {
    margin-bottom:20px;
}

input[type="color"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="text"],
textarea, select {
    margin-bottom:10px;
}
.form-group input {
    margin:0;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* sticky header using bootstrap affix */
#header.sticky {
    display:block;
    left:0; right:0; 
    z-index:100;
}
#header.sticky.affix #topBar {
    display:none;
}
#header.sticky.affix.has-slider { /* slider above */
    top:0;
    margin-top:0 !important;
}

.search{
    float: left;
    margin: 0;
}
.search-text {
    background-color: #ffffff;
    background-image: url(../../images/search.png);
    background-position: 5% center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border: 1px solid #b2a295;
    border-radius: 0;
    box-sizing: border-box;
    color: #696969;
    float: left;
    font-size: 14px;
    height: 40px;
    margin-right: 0;
    outline: medium none;
    padding: 5px 70px 5px 50px;
    width: 400px;
}
#ctl00_Search1_SearchButton{display:none;}
.search-button{    background-color: #C25B56;
    border-image: none;
    border-radius: 0;
    box-sizing: border-box;
    height: 40px;
    margin-left: 0;
    outline: medium none;
    padding: 9px;
    position: absolute;
    right: 0;
    width: 50px;
	color:#fff;
	font-weight:600;
}



/** 02. Boxed Layout
 **************************************************************** **/
body.boxed {
    background-color:#D7D6D6;
}
body.boxed #wrapper {
    position:relative;
}
body.boxed #wrapper,
body.boxed #topBar, /* IE BUG */
body.boxed footer {
    margin:auto;
    max-width:1170px;
}
body.boxed #wrapper {
    background-color:#fff;
    margin:30px auto !important;
    overflow:hidden;
    box-shadow:rgba(0,0,0,0.3) 0 0 6px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
body.boxed #topBar {
    border-top:#333 4px solid;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;	
}
body.boxed #header.sticky.affix {
    margin-top:-30px; /* wrapper margin */
}

body.boxed #header.sticky.affix #topNav.translucent {
    margin-top:30px !important;
}

@media only screen and (max-width: 768px) {
    body.boxed #topBar,
    body.boxed #wrapper {
        margin:0 !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}


/** 03. Callout
 **************************************************************** **/
.callout {
    z-index:10;
    background-color:#F6F6F6;
    padding:30px 0;
}
.callout.styleBackgroundColor h2,
.callout.styleBackgroundColor h3,
.callout.styleBackgroundColor h4,
.callout.styleBackgroundColor p {
    color:#fff;
}
.callout.styleBackgroundColor .btn {
    border-color:rgba(255,255,255,0.3);
}
.callout h2,
.callout h3,
.callout h4 {
    font-weight:300;
    margin:0 0 8px 0;
}
.callout p {
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:300;
}
.callout .btn {
    margin-top:0;
}


.callout.dark,
.callout.dark h2,
.callout.dark h3,
.callout.dark h4,
.callout.dark p {
    color:#fff;
    background-color:#252525;
}

.callout.dark p {
    color:#b1b1b1;
    font-size:17px;
    max-width:960px;
    margin:auto;
}
.callout.dark.arrow-up,
.callout.dark.arrow-down {
    position:relative;
    padding:60px 0;
}

.callout.dark.arrow-down:after{
    content:' ';
    position:absolute;
    width: 0; height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #252525;
    left:50%; margin-left:-10px;
    bottom:-20px;
}
.callout.dark.arrow-up:after{
    content:' ';
    position:absolute;
    width: 0; height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #252525;
    left:50%; margin-left:-10px;
    top:-20px;
}

@media only screen and (max-width: 990px) {
    .callout h2,
    .callout h3,
    .callout h4 {
        font-size:18px;
        font-weight:600;
    }
    .callout .btn {
        margin-top:20px;
    }
}




/** 04. Slider
 **************************************************************** **/
div.slider {
    background-color:#171717;
    position:relative;
    z-index:1;

    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
}

div.slider a.btn {
    color:#fff;
}
div.slider a.btn-default {
    color:#000;
}


.tp-bannertimer {
    background:#777 !important;
    background:rgba(0,0,0,0.1) !important;
    height:4px !important;
}


.tparrows.round:before {
    font-family: 'revicons';
    color: #fff;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 9px;
    text-align: center;
    width: 40px;
    font-size: 20px;
}
.tparrows {

}
.tparrows.round {

    cursor: pointer;

    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40px !important;
    height: 40px !important;

}
.tparrows:hover {
    color: #fff;
}
.tp-leftarrow.round:before {
    content: '\e824';
}
.tp-rightarrow.round:before {
    content: '\e825';
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}
.tparrows.round:hover {
    background: rgba(0, 0, 0, 1) !important;
}


/* CUSTOM TEXT */
.tp-caption.default_white {
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
}
.tp-caption.default_black {
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
}
.tp-caption.block_black {
    background-color:#000;
}
.tp-caption.block_white {
    background-color:#fff;
}
.tp-caption.block_white,
.tp-caption.block_styleColor,
.tp-caption.block_black {
    white-space: nowrap;
    line-height: 34px;
    border-width: 0px;
    margin: 0px;
    padding: 1px 10px;
    letter-spacing: 0px;
    font-size: 22px;
    color:#fff;
}
.tp-caption.block_huge {
    font-size:130px;
    line-height:130px;
}
.tp-caption.block_huge.text-white {
    color:#fff;
}
.tp-caption.block_huge.text-black {
    color:#000;
}

/*
        @Flex Slider
*/
.flexslider.flexFull .flex-direction-nav a, 
.flexslider.flexContent .flex-direction-nav a {
    display: block;
    width: 45px;
    height: 45px;
    margin: -22px 0 0 0;
    background: #333333;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    font-size:0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: transparent;
    opacity: 1;
    -webkit-transition: all .3s ease;
}
.flexslider.flexFull .flex-direction-nav a.flex-next:after, 
.flexslider.flexContent .flex-direction-nav a.flex-next:after {
    content: "\e080";
}
.flexslider.flexFull .flex-direction-nav a.flex-prev:after, 
.flexslider.flexContent .flex-direction-nav a.flex-prev:after {
    content: "\e079";
}

.flexslider.flexFull .flex-direction-nav a.flex-prev:after, 
.flexslider.flexFull .flex-direction-nav a.flex-next:after, 
.flexslider.flexContent .flex-direction-nav a.flex-prev:after, 
.flexslider.flexContent .flex-direction-nav a.flex-next:after {
    font: 12px/1em 'Glyphicons Halflings';
    left: 16px;
    top: 16px;
    font-style: normal;
    position: absolute;
    display: inline-block;
    color: #fff;
}

/*
        @Layer Slider
*/
div.layerslider div.ls-slide>div.ls-l.fullvideo {
    width:100% !important;
    height:100% !important;
}
.ls-borderlessdark .ls-thumbnail-inner,
div.ls-thumbnail-slide-container {
    background-color:rgba(0,0,0,0.1) !important;
}

/*
        @OWL Slider
*/
#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #999;
}
#progressBar{
    width: 100%;
    background: rgba(0,0,0,0.05);
}
div.owl-carousel>div {
    position:relative;
}
div.owl-carousel .caption {
    position:absolute;
    left:0; right:0; bottom:0;
    color:#333; font-size:20px;
    background:rgba(0,0,0,0.2);
    text-shadow:#fff 1px 1px 1px;
    text-align:center;
    padding:3px; margin-right:1px;
    z-index:10;
}




/** 05. Misc
 **************************************************************** **/
#toTop {
    background-color: #333;
    border-radius: 4px 4px 0 0;
    color: #FFF;
    position: fixed;
    height: 35px; width: 48px;
    right: 6px; bottom: 0;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.9;
    padding-top: 7px;
    text-decoration:none;
    display:none;
    z-index: 1000;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#toTop:before {
    font-family: "fontawesome";
    content: "\f077";
}
span.user-avatar {
    background:#eee;
    width:64px; height:64px;
    float:left;
    margin-right:10px;
}
section.page-title {
    padding:20px 0 0 0; 
    display:block; 
    position:relative;
    background-color:rgba(0,0,0,0.03);
    border-bottom:rgba(0,0,0,0.03) 1px solid;

    background-repeat: no-repeat;
    background-position: 50% 50%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.grey section.page-title {
    background-color:#ddd;
}
section.page-title header {
    margin:0;
}

section.page-title ul.breadcrumb {
    display:block;
}
section.page-title h2 {
    margin:0 0 -1px 0;
    padding-bottom:15px;
    border-bottom:rgba(0,0,0,0.07) 1px solid;
    display:inline-block;
}

ul.has-icons>li>i {
    margin-right:6px;
    min-width:15px;
}
.callout  ul.list-icon li:before {
    font-size:20px;
}

section.brands {
    padding:30px 0;
}

.dropdown-menu .label {
    color:#fff !important;
    margin-top:-2px;
}

/* alert - callout */
.alert-default h4 {
    margin-bottom:3px;
}
.alert-default p:last-child {
    margin:0;
}

/* bootstrap form icons */
.has-feedback .form-control-feedback {
    top:30px;
}

/* range picker buttons */
.range_inputs .btn {
    padding:6px;
}

/* color picker */
.colorpicker.inline:before {
    display:none;
}

/* form slider */
.slider.slider-horizontal,
.slider.slider-vertical {
    background: transparent;
}

/* sidebar */
.tab-post {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:rgba(0,0,0,0.06) 1px solid;
}
.tab-post:last-child {
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
}
.tab-post .tab-post-link {
    font-size:13px;
    line-height:13px;
}
.tab-post small {
    display:block;
    font-size:10px;
}

/* sky-form */
.sky-form {
    margin-bottom:30px;
}

/* parallax */
.parallax {
    padding:60px 0;
    position:relative;
    background-color:rgba(0,0,0,0.8);
}
.parallax-overlay {
    position:absolute;
    left:0; right:0; top:0; bottom:0;
    background-image:url('../images/patterns/parallax_overlay.png');
    background-repeat:repeat;
    background-color:rgba(0,0,0,0.6);
    z-index:1;
}
.parallax .parallax-content {
    z-index:2;
}
@media only screen and (max-width: 1024px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: center !important;
        background-size: 1024px 100% !important;
    }
}

/* footable */
.footable {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.footable > thead > tr > th, .footable > thead > tr > td {
    background-image:none;
    background-color: rgba(0,0,0,0.03) !important;
}

/* search page */
form.search-big {
    margin-bottom:30px;
    margin-top:-30px;
    display:block;
}
form.search-big input {
    height:46px;
    border-width:1px;
    border: #c6c6c6 1px solid;
}
div.search-result {
    padding:20px 0;
    border-bottom:#eee 1px solid;
}
div.search-result h4 {
    margin:0;
    line-height:20px;
    font-weight:400;
}
div.search-result p {
    margin:0; padding:0;
}
div.search-result img {
    float:left; 
    margin-right:10px;
    margin-top:6px;
}
.search-title-aside {
    margin-top:20px;
    font-size:17px;
    line-height: 20px;
    color:#888;
    font-weight:400;
}
ul.search-history {
    border-bottom:#eee 1px solid;
    margin-bottom:0;
    padding-bottom:6px;
}


/* user profile */
.buttons-over-image {
    position:absolute;
    left:23px; top:8px;
}


/**	06. Maps
 *************************************************** **/
/* vectorial map */
#world-map {
    background-color:rgba(0,0,0,0.06);
    padding:0 3px 3px 0;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    background: #333;
    width: 20px; height: 20px;
    padding: 4px 0;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.jvectormap-zoomout {
    top: 40px;
}

/* gmaps.js */
#map, #panorama {
    height: 300px;
}




/**	07. Maintenance
 *************************************************** **/
.maintenance {
    padding: 20px;
    margin-top: 10%;
    background-color: rgba(0,0,0,0.05);
    font-family:'Open Sans';
    font-size:14px; 
    line-height:23px;
    text-align: center;
    font-weight:300;
}
.maintenance h1 {
    font-size:50px;
    line-height:50px;
    font-weight:300;
    margin-bottom:6px;
}
@media only screen and (max-width: 480px) {
    .maintenance h1 {
        font-size:40px;
        line-height:40px;
    }
}




/**	08. Error 404
 *************************************************** **/
.default-404 {
    font-size:170px;
    line-height:170px;
    color:rgba(0,0,0,0.3);
    text-align:center;
    display:block;
    margin-bottom:30px;
}

@media only screen and (max-width: 600px) {
    .default-e404 p {
        margin-bottom:60px;
    }
    .default-404 {
        display:none;
    }
}




/**	09. Coming Soon
 *************************************************** **/
.comingsoon {
    padding: 20px;
    margin-top: 10%;
    background-color: rgba(0,0,0,0.05);
    font-family:'Open Sans';
    font-size:14px; 
    line-height:23px;
    text-align: center;
    font-weight:300;
    color:#000;
}
.comingsoon hr {
    border:0;
    border-bottom:rgba(0,0,0,0.1) 2px solid;
}
.comingsoon h1 {
    font-size:50px;
    line-height:50px;
    font-weight:300;
    margin-bottom:6px;
}

.comingsoon span.countdown_amount {
    font-size: 50px !important;
    padding: 15px;
}
.comingsoon span.countdown_section {
    color: #fff;
    padding: 30px 45px;
    margin-bottom: 2px;
    background: rgba(0,0,0,0.05);
    text-align: center;
}
.comingsoon span.countdown_row span { 
    font-size: 16px;
    line-height: 19px;
    margin-right: 1px;
    text-align: center;
    display: inline-block;
}
.comingsoon .form-control {
    height:38px;
    border:0;

    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

@media only screen and (max-width: 960px) {
    .comingsoon span.countdown_amount {
        font-size:50px !important;
        padding:6px;
    }
    .comingsoon span.countdown_section {
        padding:20px;
    }
    .comingsoon span.countdown_row span {
        font-size:14px;
    }
}
@media only screen and (max-width: 550px) {
    .comingsoon h1 {
        font-size:40px;
        line-height:40px;
    }

    .comingsoon span.countdown_amount {
        font-size:20px !important;
        padding:6px;
    }
    .comingsoon span.countdown_section {
        font-size:12px;
        padding:10px;
    }
    .comingsoon span.countdown_row span {
        font-size:11px;
    }
}




/** 10. Word Rotator
 **************************************************************** **/
.word-rotator {
    visibility: hidden;
    width: 100px;
    height: 0;
    margin-bottom:-11px;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    position: relative;
}
h2 .word-rotator {
    bottom:2px;
    height: 42px !important;
}
h3 .word-rotator {
    bottom:9px;
    height: 24px !important;
}
h4 .word-rotator {
    bottom:5px;
    height: 27px !important;
}
h5 .word-rotator {
    bottom:7px;
    height: 18px !important;
}
p .word-rotator {
    bottom:5px;
}
p.lead .word-rotator {
    bottom:4px;
}
.word-rotator.active {
    visibility: visible;
    width: auto;
}
.word-rotator .items {
    position: relative;
    width: 100%;
}
.word-rotator .items span {
    display:block;
    margin-bottom:0;
}




/** 11. Item Box
 **************************************************************** **/
.item-box {
    background:#f6f6f6;
    overflow:hidden;
    margin:16px 0;
    position:relative;
    display:inline-block;

    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.item-box.fullwidth {
    max-width:100%;
}
section.alternate .item-box {
    background-color:#fff;

    width: 100%;
    display: block;
	margin-top: 0px;
}


.item-box figure {
    width:100%;
    display:block;
    margin-bottom:0;
    overflow:hidden;
    position:relative;
    text-align:center;
}
.item-box.fixed-box figure img {
    width:100%;
    height:auto;
}
.item-box-desc {
    padding:10px 20px;
    overflow:hidden;
}
.item-box-desc p {
    margin-top:20px;
    display:block;
    overflow:hidden; 
    text-overflow:ellipsis;
    /*white-space: nowrap;*/
}
.item-box.fixed-box .item-box-desc p {
    height:98px;
}
.item-box-desc h4 {
    padding:0; margin:0;
}
.item-box .item-box-desc small {
    display:block;
}

.item-box.fixed-box .item-box-desc {
    height:256px;
}

.item-box.fixed-box figure {
    max-height:263px;
}
.item-box .socials {
    border-top:#eee 1px solid;
    text-align:center;
    display:block;
}


/* hover */
.item-box .item-hover {
    opacity: 0;
    filter: alpha(opacity=0);
    position:absolute;
    left:0; right:0; top:0; bottom:0;
    text-align:center;
    color:#fff;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.item-box .item-hover,
.item-box .item-hover button,
.item-box .item-hover a {
    color:#fff;
}
.item-box .item-hover .inner {
    position:absolute;
    display:block;
    left:0; right:0; top:50%;
    margin-top:-10px;
    z-index:100;
}
.item-box:hover .item-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-pills>li.active>a, 
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus {
    color:#333;
    background-color:rgba(0,0,0,0.07);
}
.item-box .item-hover .overlay {
    background-color:rgba(127,127,127,0.6);
}



/** Box Content **/
.box-content.thumbnail {
    position:relative;
    max-width: 255px;
    display:inline-block;
    margin-bottom:30px;
    border:0; padding:0;
    background:rgba(0,0,0,0.03);
}

.team_members .box-content.thumbnail.fullwidth.text-center {
    background-color: transparent !important;
}

.col-md-4 .box-content.thumbnail {
    max-width: 100%;
    /* display: block; */
}
.box-content.thumbnail:hover {
    background:rgba(0,0,0,0.08);
    border:0 !important;
}
.box-content.thumbnail .item-image {
    position:relative;
    display:inline-block;
    overflow:hidden;
}
.about .box-content.thumbnail .item-image {
    max-height: 126px;
}
.box-content.thumbnail  h3 {
    position:absolute;
    bottom:10px; left:0;
    text-align:left;
    font-size:18px;
    line-height:18px;
    color:#fff;
}
.box-content.thumbnail img {
    width:100%; /* IE fix */
}
.box-content.thumbnail  h3 span {
    display:inline-block;
    background-color:rgba(0,0,0,0.8);
    padding:10px 10px 20px 10px;
}
.box-content.thumbnail  h3 small {
    display:inline-block; color:#333;
    background:rgba(255,255,255,0.9);
    padding:3px; margin-top:-10px;
    position:absolute; bottom:-10px; left:10px;
}
.box-content.thumbnail p {
    font-size:12px;
    line-height:16px;
    text-align:left;
    height: 80px;
    overflow:hidden; 
    text-overflow:ellipsis;
    border-bottom:#eee 1px solid;
    padding-bottom:10px;
    margin-bottom:6px;
}
.team_members .box-content.thumbnail p{border-bottom:0px;margin-bottom: 16px;padding-bottom: 0px;height: auto;font-size: 14px;line-height: 18px;} 
@media only screen and (max-width: 480px) {
    .box-content.thumbnail  h3 {
        font-size:15px;
        line-height:15px;
    }
}

.box-content .item-image>img {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;

    transition: all .2s ease 0s;

}

.team_members .box-content .item-image>img {
    /* width: 100%; */
    /* display: block; */
    /* max-width: 100%; */
    /* height: auto; */
    /* margin-top: 15px; */
}
.team_members .box-content.thumbnail .item-image{
    /* display: block; */
    /* height: 225px; */
    margin-top: 15px;
}

.team_members>div.col-xs-12 {
    /* border-top: 1px solid #ccc; */
    /* padding-top: 30px; */
}

.box-content .item-image:hover>img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}





/** 12. Timeline
 **************************************************************** **/
.timeline {
    position:relative;
    margin-bottom:60px;
}


/* left */
.timeline .timeline-left .item {
    background-color: rgba(0,0,0,0.06);
    border-right:rgba(0,0,0,0.06) 3px solid;
    padding:15px;
    margin-left:50px;
    margin-bottom:30px;
    position:relative;
}
.timeline .timeline-left .item:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    width: 0; height: 0;
    position: absolute;
    border-right-color: rgba(0,0,0,0.06);
    border-width: 10px;
    top: 10px; left:-20px;
}
.timeline .timeline-left .item:before {
    right: 100%;
    border: #ddd 5px solid;
    content: " ";
    position: absolute;
    top: 10px; left:-50px;
    background-color:#333;
    width:22px; height:22px;
    z-index:1;

}
.timeline-left:after {
    background: #ddd;
    z-index:0;

    content: "";
    display: block;
    left: 10px; top:0; bottom:0;
    position: absolute;
    width: 4px;
    opacity: 0.35;
}
.timeline  .timeline-left .timeline-centered-title {
    float:right;
    content:' ';
    clear:both;
    font-size:19px;
}

/* right */
.timeline .timeline-right .item {
    background-color: rgba(0,0,0,0.06);
    border-left:rgba(0,0,0,0.06) 3px solid;
    padding:15px;
    margin-right:50px;
    margin-bottom:30px;
    position:relative;
}
.timeline .timeline-right .item:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    width: 0; height: 0;
    position: absolute;
    border-left-color: rgba(0,0,0,0.06);
    border-width: 10px;
    top: 10px; right:-20px;
}
.timeline .timeline-right .item:before {
    right: 100%;
    border: #ddd 5px solid;
    content: " ";
    position: absolute;
    top: 10px; right:-50px;
    background-color:#333;
    width:22px; height:22px;
    z-index:1;

}
.timeline-right:after {
    background: #ddd;
    z-index:0;

    content: "";
    display: block;
    right: 10px; top:0; bottom:0;
    position: absolute;
    width: 4px;
    opacity: 0.35;
}
.timeline .timeline-right .item h4 {
    text-align:right;
}
.timeline .timeline-right .timeline-centered-title {
    float:left;
    content:' ';
    clear:both;
    font-size:19px;
}

/** centered **/
.timeline .timeline-centered .item {
    background-color: rgba(0,0,0,0.06);
    padding:15px;
    margin-bottom:30px;
    position:relative;
    margin-top:100px;
}
.timeline .timeline-centered .item:first-child {
    margin-top:0;
}
.timeline-centered:after {
    background: #ddd;
    z-index:0;

    content: "";
    display: block;
    top:0; bottom:0;
    position: absolute;
    width: 4px;
    opacity: 0.35;

    left: 50%;
    margin-left: 0;
    height:100%;
}
.timeline-centered .item {
    max-width:46%;

}
.timeline .timeline-centered .item.pull-right:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    width: 0; height: 0;
    position: absolute;
    border-right-color: rgba(0,0,0,0.06);
    border-width: 10px;
    top: 10px; left:-20px;
}
.timeline .timeline-centered .item.pull-right:before {
    right: 100%;
    border: #ddd 5px solid;
    content: " ";
    position: absolute;
    top: 10px; left:-43px;
    background-color:#333;
    width:22px; height:22px;
    z-index:1;

}
.timeline .timeline-centered .item.pull-left:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    width: 0; height: 0;
    position: absolute;
    border-left-color: rgba(0,0,0,0.06);
    border-width: 10px;
    top: 10px; right:-20px;
}
.timeline .timeline-centered .item.pull-left:before {
    right: 100%;
    border: #ddd 5px solid;
    content: " ";
    position: absolute;
    top: 10px; right:-46px;
    background-color:#333;
    width:22px; height:22px;
    z-index:1;

}
.timeline .timeline-centered .item.pull-left h4 {
    text-align:right;
}
.timeline .timeline-centered .item.pull-right .timeline-centered-title {
    float:right;
    content:' ';
    clear:both;
    font-size:19px;
}
.timeline .timeline-centered .item.pull-left .timeline-centered-title {
    float:left;
    content:' ';
    clear:both;
    font-size:19px;
}

.timeline  .timeline-centered p {
    content:'';
    clear:both;	
}

@media only screen and (max-width: 768px) {
    .timeline-centered .item {
        width:100% !important;
        max-width:100% !important;
        margin:0 0 30px 0 !important;
    }
    .timeline .timeline-centered .item.pull-left,
    .timeline .timeline-centered .item.pull-right {
        float:none !important;
        display:block !important;
        position:relative !important;
    }
    .timeline .timeline-centered .item.pull-left h4 {
        text-align:left;
    }
    .timeline .timeline-centered .item.pull-right:after,
    .timeline .timeline-centered .item.pull-right:before,
    .timeline .timeline-centered .item.pull-left:after,
    .timeline .timeline-centered .item.pull-left:before,
    .timeline-centered:after {
        display:none;
    }
}



/** 13. Portfolio
 **************************************************************** **/
/* item list */
#portfolio .item-box-desc h4 {
    font-size:17px;
    max-height:32px;
    overflow:hidden;
}
#portfolio .item-box figure img {
    width:100%;
    margin:auto;
}

#portfolio .item-box-desc small {
    font-size:12px;
    margin-bottom:0;
}

#portfolio .item-box a {
    text-decoration:none;
}

/* Full Width */
#portfolio ul.fullwidth .isotope-item,
#portfolio ul.fullwidth .item-box {
    margin:0;
}
#portfolio ul.fullwidth .item-box .overlay,
#portfolio ul.fullwidth .item-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#portfolio ul.fullwidth .isotope-item {
    width:20%; /* 5 items / row - also, see responsive*/
    float:left;
}

#portfolio .project_quick_info span {
    padding:0 8px;
}
#portfolio .project_quick_info i.fa {
    padding-right:6px;
}


/* Full Center */
#portfolio ul.fullcenter {
    margin-left:15px;
    margin-right:15px;
}
#portfolio ul.fullcenter .isotope-item,
#portfolio ul.fullcenter .item-box {
    margin:0;
}
#portfolio ul.fullcenter .item-box .overlay,
#portfolio ul.fullcenter .item-box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#portfolio ul.fullcenter .isotope-item {
    width:25%; /* 4 items / row - also, see responsive*/
    float:left;
}

@media only screen and (max-width: 960px) {
    #portfolio ul.fullwidth .isotope-item,
    #portfolio ul.fullcenter .isotope-item {
        width:33.333333333%;  /* 3 items / row */
    }
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 479px) {
    #portfolio ul.fullwidth .isotope-item,
    #portfolio ul.fullcenter .isotope-item {
        width:100%;  /* 1 item / row */
    }
}




/** 14. Contact
 **************************************************************** **/
#gmap {
    width:100%;
    height:400px;
    display:block;

    z-index:1;
}
#gmap.gmap-half {
    height:250px;
}
#gmap.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; 
}



/** 15. Onepage
 **************************************************************** **/
.divider.onepage {
    max-width:300px;
}
.divider.onepage.center {
    margin: 60px auto;
}
.divider.half-margins.onepage.center {
    margin: 30px auto;
}
h1.font-dosis,
h2.font-dosis,
h3.font-dosis,
h4.font-dosis,
h5.font-dosis,
h6.font-dosis {
    font-family:'Dosis';
}

form.onepage input[type="text"], 
form.onepage input[type="password"], 
form.onepage input[type="email"], 
form.onepage input[type="phone"], 
form.onepage textarea, 
form.onepage textarea:focus, 
form.onepage select, 
form.onepage select:focus {
    border: #ddd 1px solid;
    margin: 0 !important;
    padding: 16px;
    font-size: 16px;
    box-shadow: none !important;
    background: #fff;
}
form.onepage .row div {
    padding-top: 4px;
    padding-right: 2px;
    padding-left: 2px;
}
form {
    padding-left:15px;
    padding-right:15px;
}
.onepage-slider-offset {
    padding-top:60px;
}
body.boxed .onepage-slider-offset {
    padding-top:30px;
}







/**	16. User Profile
 *************************************************** **/
.profile-buttons {
    background-color:rgba(0,0,0,0.05);
    padding:15px;
}
.profile-buttons h2 {
    margin:0; padding:0;
    font-size:30px;
    line-height:30px;
}
.profile-btn-link {
    padding:4px 10px !important;
    margin:0 !important;
    color:#999;
}
.profile-activity h6 {
    margin-bottom:6px;
    padding-left:15px;
    font-weight:bold;
}
.profile-activity p {
    font-size:13px;
    padding-left:15px;
}

.profile-tabs {
    border-top:rgba(0,0,0,0.1) 1px solid;
    padding-top:30px;
    margin-top:-1px;
}


time.datebox {
    font-size: 14px;
    display: block;
    position: relative;
    width: 35px;
    background-color: #fff;
    margin: 3px auto;
    border:1px solid;
}
time.datebox strong {
    padding: 2px 0;
    color: #fff;
    background-color:rgba(0,0,0,0.7);
    display:block;
    text-align:center;
}
time.datebox span {
    font-size: 15px;
    color: #2f2f2f;
    display:block;
    text-align:center;
}




/** 17. Comments
 *************************************************** **/
#comments {
    margin-top:60px;
}
#comments .comment {
    margin:40px 0;
}
#comments a.replyBtn {
    float:right;
    font-size:11px;
    text-transform:uppercase;
}
#comments span.user-avatar {
    background:#eee;
    width:64px; height:64px;
    float:left;
    margin-right:10px;
}

ul.comment {
    margin-bottom:30px;
}
li.comment {
    position:relative;
    margin-bottom:25px;
    font-size:13px;
}
li.comment p {
    margin:0; padding:0;
}
li.comment img.avatar {
    position:absolute;
    left:0; top:0;
    display:inline-block;
}
li.comment.comment-reply img.avatar {
    left:6px; top:6px;
}
li.comment .comment-body {
    position:relative;
    padding-left:60px;
}
li.comment.comment-reply {
    margin-left:60px;
    background-color:#fafafa;
    padding:6px;
    margin-bottom:6px;
}
li.comment a.comment-author {
    margin-bottom:6px;
    display:block;
}
li.comment a.comment-author span {
    font-size:15px;
}
.customer_detail tr >td input[type="checkbox"] {
    width: 23px !important;
    float: left;
    box-shadow: none;
    margin-top: 0;
    margin-right: 10px;
}



/** 18. Responsive
 **************************************************************** **/
@media only screen and (max-width: 1216px) {
    .container {
        width:100%;
    }
}

@media only screen and (max-width: 990px) {

}

@media only screen and (max-width: 768px) {
    .aeRntFinalize table.C2BTable,.aeRntFinalize table.C2BTable tbody,.aeRntFinalize table.C2BTable tr,.aeRntFinalize table.C2BTable td ,.customer_detail tr >td input{
        display: block;
        float: left;
        width: 100% !important;
    }
    .aeRntFinalize table.C2BTable td {
        padding: 15px !important;
    }
    body  textarea {
        width: 100%;
    }
    body .one-half .card-form .form-group,body .one-half .card-form .form-group:last-child select {
        width: 100%;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .alert-default div.text-right {
        text-align:left;
    }
    .alert-default .btn {
        margin-top:20px;
    }

    /* centered page-title */
    section.page-title h2,
    section.page-title h2 span,
    section.page-title {
        text-align:center;
    }
}




/** --. DEMO ONLY
 **************************************************************** **/
/** feature-icons.html - icon text color - can be removed on production **/
.fa-hover a {
    display:block;
    padding:4px;
    text-decoration:none;
}
.fa-hover a:hover {
    background-color:#f3f3f3;
}
.fa-hover i {
    width:20px;
    margin-right:10px;
}
.fa-hover a span { 
    color:#666;
}
/** *** **/



.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #fff;
    background-color: #f9f9f9;
    cursor:pointer;
}
.bs-glyphicons li:hover {
    background-color:#f3f3f3;
}
@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%;
        font-size: 12px;
    }


}

@media (min-width: 768px) {

    .staff_locations .col-sm-2{width:20%;padding-right:0px;}

    .staff_locations{margin-right:0px;}
    .staff_locations h4{
        font-size: 1.3em;
        margin-top: 10px;
        margin-bottom: 4px;
    }
    .staff_locations .btn{width:100%;max-width: 120px;font-size: 16px;}
    .iconExamples .example {
        text-align: center;
        cursor:pointer;
        padding:6px 3px;
    }
    .iconExamples .example:hover {
        background-color:#f3f3f3;
    }
    .iconExamples .example:before, 
    .iconExamples .example:after {
        content: " ";
        display: table;
    }
    .iconExamples .example .icon {
        font-size: 20px;
        float: left;
        width: 35px;
    }
    .iconExamples .example .class {
        text-align: center;
        font-size: 13px;
        float: left;
        margin-top: 0;
        font-weight: 400;
        margin-left: 10px;
        color: #333;
    }

}

/** *** **/
.grid-color span {
    display:block;
    padding: 10px 0;
    text-align: center;
    background-color:rgba(0,0,0,0.1);
}
.grid-demo [class*="col-"] {
    background: #fafafa;
    border: 1px solid;
    border-color: #ddd;
    padding: 10px;
    text-align: center;
    margin-bottom:20px;
}
.grid-demo .row {
    margin-left:0;
    margin-right:0;
}

/** *** **/
.linecon .icon {
    width: 12.5%;
    float: left;
    height: 115px;
    text-align: center;
    padding: 22px 10px;
    margin: 0 -1px -1px 0;
    border: 1px solid #fff;
    background-color: #f6f6f6;
    word-wrap: break-word;
    cursor:pointer;
}
.linecon .icon:hover {
    background-color:#f3f3f3;
}
.linecon .icon i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
tr.openings{font-size:inherit !important;font-family:inherit !important;}
.table>tbody>tr.openings>td, .table>tbody>tr>th, .table>tfoot>tr.openings>td, .table>tfoot>tr.openings>th, .table>thead>tr>td, .table>thead>tr.openings>th{border-left:0px;border-right:0px;border-bottom:0px}
.table.openings{border:none}
.btn-cart{
    background: transparent url('../images/btn_cart_LG.gif') no-repeat center;
    background-size: contain;
    width: 126px;
    text-indent:-99999px;
}

.table.table-b>caption+thead>tr:first-child>td, .table.table-b>caption+thead>tr:first-child>th, .table.table-b>colgroup+thead>tr:first-child>td, .table.table-b>colgroup+thead>tr:first-child>th, .table.table-b>thead:first-child>tr:first-child>td, .table.table-b>thead:first-child>tr:first-child>th {
    border-top: 1px solid #ddd;
}
.table-b,.table.table-b>thead:first-child>tr:first-child>th:last-child,.table.table-b>tbody>tr>td:last-child{
    border:0;
    background-color: #fff;}
.teacher_info .lead {
    margin-bottom: 10px;
}
.teacher_info{
    width: 100%;
    display: block;
    float: left;

}


.teacher_info{margin-bottom:20px}
.teacher_info .lead {
    margin-bottom: 10px;
}
.teacher_info{
    width: 100%;
    display: block;
    float: left;
    max-width: 650px;
    margin-bottom:20px
}
.teacher_info h2{font-size:1.8em;margin-bottom:5px;font-weight:bold;line-height: 20px;}
.teacher_info p.lead{font-weight:bold;margin-bottom:5px !Important;line-height: 20px;
}
.teacher_sub_title{text-decoration:underline;font-weight:bold;font-size:1.8em}
form#aspnetForm {
    padding: 0px;
}
.form-group input + span {
    color: red;

}


.page-wrap{
    margin: auto;
    margin-top: 10px;
    padding: 0 10px;  
    margin-bottom: 40px;
}




#InstrumentDetails{margin-bottom:50px;}

#InstrumentDetails table>thead>tr>th ,
.aeRntFinalize table>thead>tr>th 
{
    vertical-align: bottom;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-left: 0px;
    border-radius: 0px;
}
#InstrumentDetails table>thead:first-child>tr:first-child>th ,
.aeRntFinalize table>thead:first-child>tr:first-child>th 
{
    border-top: 0;
}
#InstrumentDetails table ,.aeRntFinalize table {
    border: 1px solid #ddd;
    width:100%;
}

#InstrumentDetails table>tbody>tr>td,
#InstrumentDetails table>tbody>tr>th,
.aeRntFinalize table>tbody>tr>td,
.aeRntFinalize table>tbody>tr>th

{
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-left: 0px;
    border-radius: 0px;
}

.C2BTable{margin-top:30px}
.C2BTable:after{clear:both;content:"";display:block;}

.C2BTable>div{
    width: 50%;
    float: left;
    font-size: 16px;
}
.C2BTable>div  br{display:none}
.C2BTable>div textarea {
    width: 80%;
    display: block;
    border: 2px solid #E5E7E9;
    border-radius: 6px;
    height: 106px;
    padding: 12px;
    margin-top: 10px;
}

.C2BTable>div input, .C2BTable>div select {
    width: 80%;
    display: block;
    border: 2px solid #E5E7E9;
    border-radius: 6px;
    height: 36px;
    padding:0 12px;
    margin-top: 10px;
}
.customer_detail tr >td{width:50% !important}
.customer_detail tr >td input

{display: block;
 width: 90%;
 height: 34px;
 padding: 6px 12px;
 font-size: 14px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #ccc;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 -webkit-transition: border-color ease-in-out .15s,-webkit-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;
}

.aeRntFinalize{margin-bottom:50px;}
.aeRntFinalize .row{margin-left:0px;margin-right:0px;}
.aeRntFinalize h1{float:left;width:100%;margin:20px 0;}

.one-half .card-form .form-group{float:left;width:48%;}
.one-half .card-form .form-group:nth-child(2n){margin-left:2%;}
.one-half .card-form .form-group:last-child select{width:120px;float:left;margin-right:20px}


.top_Section img{display:block;margin:auto}
.totle_Ammount input{border:none !important}
.reveal-modal{display:none;}


.billing_section .form-group label {
    display: block;
}
.cutomer_detail{border:none}
.cutomer_detail td{border:none}
.accessores_table table tr:last-child {
    display: none;
}
.totle_Ammount{text-align: right;
               margin-top: 20px;}



.cutomer_detail .omega input,.cutomer_detail .omega input{
    display: block;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-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;
}
.cutomer_detail select{height:34px;padding-top:0px;padding-bottom:0px;width:80%}

.cutomer_detail td{width:50%;}



.aeRntFinalize table>tbody>tr>td:nth-child(1) {
    width: 5%;
}
.aeRntFinalize table>tbody>tr>td:nth-child(2) {
    width: 15%;
}
.aeRntFinalize table>tbody>tr>td:nth-child(3) {
    width: 50%;
}
.aeRntFinalize table>tbody>tr>td:nth-child(4) {
    width: 5%;
}
.top_section img{display:block;margin:auto;}

.totle_Ammount table tr td input {
    border-left: 1px solid #DDD !important;
    margin: -8px 0 !important;
    display: block;
    padding: 8px 0;
    width: 69px;
    float: right;
}

.totle_Ammount table tr td {
    border: none !important;
}
a.pop-large-link {
    display: none;
}
.add-to-cart-buttons input[type="button"] {
    border-color:#80132A;
    background-color:#80132A;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 6px 18px;
    margin-bottom: 3px;
    border: rgba(255,255,255,0) 1px solid;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    display: inline-block;
    margin-right: 4px;
}
.form-group [class^="add-"] input, .form-group [class^="add-"] select {
    margin-bottom: 10px;
    width: 20%;
    float: left;
    margin-left: 4px;
}
.form-group [class^="add-"] input[type="button"] {
    width: auto;
}
.form-group [class^="add-"] label{
    width: 100%;
}
.ProductNavLink img {
    display: none;
}
.add-to-cart-buttons input[type="button"] :hover{
    border-color: #A94545;
    background-color: #A94545;
}

meta.foundation-data-attribute-namespace {
    font-family: false; }

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.45);
    z-index: 99;
    display: none;
    top: 0;
    left: 0; }

dialog, .reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 100;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: white;
    padding: 1.25rem;
    border: solid 1px #666666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
@media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
        min-height: 100vh; } }
@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        left: 50%; } }
dialog .column,
dialog .columns, .reveal-modal .column,
.reveal-modal .columns {
    min-width: 0; }
dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        margin-left: -40%;
        width: 80%; } }
@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        top: 6.25rem; } }
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
    display: block;
    visibility: visible; }

@media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
        padding: 1.875rem; }
    dialog.radius, .reveal-modal.radius {
        border-radius: 3px; }
    dialog.round, .reveal-modal.round {
        border-radius: 1000px; }
    dialog.collapse, .reveal-modal.collapse {
        padding: 0; }
    dialog.full, .reveal-modal.full {
        top: 0;
        left: 0;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0 !important; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.tiny, .reveal-modal.tiny {
        margin-left: -15%;
        width: 30%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.small, .reveal-modal.small {
        margin-left: -20%;
        width: 40%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.medium, .reveal-modal.medium {
        margin-left: -30%;
        width: 60%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.large, .reveal-modal.large {
        margin-left: -35%;
        width: 70%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
        margin-left: -47.5%;
        width: 95%; } }

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.full, .reveal-modal.full {
        margin-left: -50vw;
        width: 100vw; } }

@media print {
    dialog, .reveal-modal {
        background: white !important; } }

#aeHistoryReveal{
    height: 1100px;
}
@media(max-width:320px){
    .aeRntFinalize h1 {
        font-size: 2em;
        line-height: 38px;
    }
    .logo img{
        width: 100%;
        height: auto;
    }
}
.product-description-wrap{line-height: 22px;
                          margin: 0 0 20px;
                          font-family: inherit !Important;}
.product-description-wrap span{font-family: inherit !important;
                               font-size: inherit !Important;}

.featured_section ul {
    padding-bottom: 20px;
    border-bottom: 0px solid #C6C9CE;
    margin-bottom: 20px;
}

.product-description-wrap h3 {
    font-weight: bold;
    margin-bottom: 20px;
}
.add-to-cart-buttons #AddToWishButton_13_21{display:none}

.add-to-cart-selectors{display:none}
.row-img{max-width:100%;}
.large-txt{font-size:24px;}
.table.t-outline-o>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0;
    border: 0;
}
.table.t-outline-o>tbody>tr>td, .table.t-outline-o>tbody>tr>th, .table.t-outline-o>tfoot>tr>td, .table.t-outline-o>tfoot>tr>th, .table.t-outline-o>thead>tr>td, .table.t-outline-o>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0;
    border-left: 0px;
    border-radius: 0px;
}
hr {
    border: 0;
    border-top: #ddd 1px solid;
    border-bottom: #fff 1px solid;
    margin-top: 20px;
    margin-bottom: 20px;
}
.border-o , .border-o:hover{
    border:0 !important;
}
.gray-bg{
    background-color: #F8F8F8;
}
.thumbnail.border-o {
    background: transparent;
}
dd{
    font-size: 14px;
    line-height: 22px;
}
.h-rfr li.sotope-item img {
    max-width: initial;
    max-height: 225px;
}

.btn btn-primary btn-lg text-uppercase large-txt col-xs-12 a:hover {
    color: #23527c;
    text-decoration: none;
}


.page-row.sub-entity-row:after {
    clear: both;
    content: "";
    display: block;
}

.store_profile .table>thead>tr>th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    padding: 0px;
}
table.table.table-bordered.table-striped 
img.img-responsive {
    max-height: 200px;
}

#btnSubmit{
display: block;
margin: auto;
background: #80132A;
margin-bottom: 20px;
padding: 13px 50px;
font-size: 15px;
color: #fff;}
button#btnSubmit:hover {
    background: rgba(128, 19, 42, 0.85) !Important;
}
.form.card-form > .form-group:last-child label{display:block;width:100%;}
.one-half .card-form .form-group:last-child select.form-control{width:48%;margin-right:0px;}
.one-half .card-form .form-group:last-child select.form-control#CardExpirationMonth{margin-right:4%;}
@media(max-width:768px){
    .text-wrap-xs{
        white-space: normal;
    }
    
}
.school-rental-row,.rental-topic-wrapper{margin:20px auto; max-width:95%;}
/** ************************************* **
	@Author			Dorin Grigoras
	@Website		www.stepofweb.com
	@Last Update	11:47 AM Friday, September 26, 2014

	TABLE CONTENTS
	---------------------------
		01. Resets
		02. Placeholder
		03. Selection
		04. JS Animation
		05. Commons
		06. Bootstrap Rewrite
		07. Pure CSS Animations
		06. Callouts
		07. Headings
		08. Paragraphs
		09. Drop Caps & Cite
		10. Blockquote
		11. Progress Bar
		12. Buttons
		13. Labels
		14. Alerts
		15. Pagination
		16. Parallax
		17. Isotope
		18. Dividers
		19. Forms
		20. Count To [number]
		21. Tabs
		22. Accordion
		23. Toggle
		24. Featured Box & Featured Icons
		25. Image Thumbnail
		26. Modal
		27. Carousel
		28. Breadcrumbs
		29. Nav List (aside)
		30. Price Table
		31. Animation
		32. Dropcap
		33. Masonry
		34. Media Elements
		35. Testimonials
		36. Background Patterns
		37. Ion.RangeSlider [1.9.2]
		38. Datepicker
		39. Summernote	[HTML EDITOR]
		40. Markdown	[HTML EDITOR]
		41. CKEditor	[HTML EDITOR]
		42. Colors
		--. Printable Div
	---------------------------

 ** ************************************* **/




/**	01. Resets
*************************************************** **/
button::-moz-focus-inner, 
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: top;
}

input:-webkit-autofill {
	color: #ffffff !important;
}

textarea {
	resize: none;
}

textarea, input, button, *:focus {
	 outline:none !important;
}

textarea {
	resize: vertical;
}

select {
	border: 2px solid #E5E7E9;
	border-radius: 6px;
	height: 46px;
	padding: 12px;
	outline: none;
}


.radio input[type=radio], 
.radio-inline input[type=radio], 
.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox],
input[type="radio"],
input[type="checkbox"],
.form-inline .radio input[type=radio], 
.form-inline .checkbox input[type=checkbox] {
	display:inline-block;
	cursor:pointer;
	width:15px;
	height:15px;
	border:0;
}
.form-horizontal .checkbox input[type="radio"],
.form-horizontal .checkbox input[type="checkbox"] {
	margin-top:3px;
}
iframe,
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

audio, canvas, img, video {
	vertical-align: middle;
}

p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

a, a:focus, a:hover, a:active {
  outline: 0;
  cursor:pointer;
}

.btn-primary .glyphicon,
.btn-danger .glyphicon,
.btn-info .glyphicon,
.btn-warning .glyphicon,
.btn-primary .wi,
.btn-danger .wi,
.btn-info .wi,
.btn-warning .wi {
	color:#fff;
}


/**	02. Placeholder
*************************************************** **/
::-webkit-input-placeholder { 	/* WebKit browsers */
	color: #999;
}

:-moz-placeholder { 				/* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder { 			/* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder {			/* Internet Explorer 10+ */
	color: #999;
}


/**	03. Selection
*************************************************** **/
::selection {
	color:#000;
	background:#ccc;
	text-shadow:none;
}

::-moz-selection {
	color:#000;
	background:#ccc;
	text-shadow:none;
}

/**	04. JS Animation
*************************************************** **/
	.animate_from_bottom {
		opacity: 0;
		bottom: -50px;
		padding-left: 0px;
		position: relative;
	}

	
	.animate_from_left {
		opacity: 0;
		left: -80px;
		padding-right: 0px;
		position: relative;
	}

	
	.animate_from_right {
		opacity: 0;
		right: -80px;
		padding-left: 0px;
		position: relative;
	}

	
	.animate_fade_in {
		opacity: 0;
		right: 0px;
		position: relative;
		padding-left: 0px;		
	}


/** 05. Commons
 **************************************************************** **/
pre {
	color: #666;
	padding: 16px;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAAMR2lDQ1BJQ0MgUHJvZmlsZQAASA2tV3dYU1cbf+9IAiEJIxABGWEvUfaUvQUFmUIdhCSQMGIIBBW3tbSCdaDiwFHRqohVqxWQOhBxWxS3dXyoRUGpxYELle/cQLBPn37/ffd5zrm//N73vPf3vvfck3MAtO0Fcnk+rgNQICtWJEaF8ielZ/AZ94AJI4AN+mAmEBbJQxIS4uB/Xm9uAEYZrzpTsf6n278bdEXiIiEAloDMWaIiYQHCvwCQHKFcUQxAa0W81YxiOYW7ENZXIIEIf6RwjgrTkXrQzxrE1iqf5MQwALoPgAZLIFDkAHDCEc8vEeagOBwRwi4ykVSG8GqEA4USAeI41xAeVVAwHWFtBME+629xcv6GBYKs4ZgCQc4wHsyFGgoa4dIieb5glurH/7MryFeieqkuC9SzJIroRHTXR3XbmDc9lsIshPfLsibEI6yH8BEplfEgbpMoo1MQpvw7hEVhqJbAQ/i1SBAei7AJAM5U5qWEDGFbgQIhlT8eKi2OSR7CqYrpiUPx8VxZ/gRqfqA4+ByJOEaNK8VFEUmIRxrw3GxpZAzC6F3hu0olyWkII514Y4k0dQLCHIRbi/KSKA1UnCulkjCKV/kolImUZmvEd2UrIqkckQ/BKihCSBWfsBQKVM8yRLxHsSQ5GvFoLBEnEodHIIyeS0wSy1KG9BASeXEoFYfyL5Xnq+Y30klUivOjKN4S4e1FJUnqsaeLFckUj+pG3MgVjKPmK9JMPJUXJ1A1ofS8gzgIg3DggxK1LJgOuSBt62noQb8GLZEgAAXkgBichxj1iDSVRYb6JCiFP0GGfIqGx4WqrGIoQfynYXZwrDNkq6wlqhF58Bg9oYA0JgNJfzIO9cGouZE+pK96HF9brZMeQQ+nR9Mj6Q5qBoRIdT5qCpD+CxeLbGKUnQL1MnUOX+LRHtPaaQ9p12kdtNuQCn+oogxlOk26SKFWMBx5PHSgaINVEaOKyaBb7UPaItWeZCgZgPQj7SSPNAZn0gNlEkIGodw8EauuHqVaOaztSy3VdVf7Uar5f8txiOc4cjyHVGSps0JvUl2Jf0b5YpGCCHnF/tOT+I44SJwhThDniCNEA/CJ40QjcZE4SuEhzZGq6uQMPy1RVdE8lINU7eNS59Lt8lH9azhXAWIoBdQ7QPO/WDyzGM0/CJsun6WQ5kiK+SFoFRbzY2TC0aP4bi6u7gDUmk75ALziqdZqjHf+C1fYDOBbjtYAajnlU14AAiuAw48BuG++cFYv0Se1AuDoZaFSUTLoR1I3Gvq30EZfhhGYgRXYo5zcwAv8IRgiYBzEQzKkw1RUdQkUINUzYA4shDKogBWwBjbAFtgGu+AnOAANcAROwGm4AJfhOtxBc6MTnkEvvIF+DMMYGBvjYkaYOWaDOWFumA8WiEVgcVgilo5lYjmYDFNic7CvsQqsEtuAbcVqsZ+xw9gJ7BzWjt3GHmDd2EvsA07gLFwfN8Vt8TG4Dx6Cx+LJ+BQ8By/ES/HF+DJ8HV6D78Hr8RP4Bfw63oE/w/sIILQIHmFBOBM+RBgRT2QQ2YSCmEeUE1VEDbGXaELv+irRQfQQ70k6ySX5pDOan9FkCikkC8l55FJyA7mLrCdbyavkA7KX/Exj00xoTjQ/WgxtEi2HNoNWRqui7aAdop1C304n7Q2dTufR7eje6NtMp+fSZ9OX0jfR99Gb6e30R/Q+BoNhxHBiBDDiGQJGMaOMsZ6xh3GccYXRyXinoaVhruGmEamRoSHTWKRRpbFb45jGFY0nGv2aOpo2mn6a8ZoizVmayzW3azZpXtLs1Oxn6jLtmAHMZGYucyFzHXMv8xTzLvOVlpaWpZav1kQtqdYCrXVa+7XOaj3Qes/SYzmywliTWUrWMtZOVjPrNusVm822ZQezM9jF7GXsWvZJ9n32Ow6XM5oTwxFx5nOqOfWcK5zn2praNtoh2lO1S7WrtA9qX9Lu0dHUsdUJ0xHozNOp1jmsc1OnT5er66obr1ugu1R3t+453S49hp6tXoSeSG+x3ja9k3qPuATXihvGFXK/5m7nnuJ26tP17fRj9HP1K/R/0m/T7zXQM/AwSDWYaVBtcNSgg0fwbHkxvHzect4B3g3ehxGmI0JGiEcsGbF3xJURbw1HGgYbig3LDfcZXjf8YMQ3ijDKM1pp1GB0z5g0djSeaDzDeLPxKeOekfoj/UcKR5aPPDDydxPcxNEk0WS2yTaTiyZ9pmamUaZy0/WmJ017zHhmwWa5ZqvNjpl1m3PNA82l5qvNj5s/5RvwQ/j5/HX8Vn6vhYlFtIXSYqtFm0W/pZ1liuUiy32W96yYVj5W2VarrVqseq3Nrcdbz7Gus/7dRtPGx0Zis9bmjM1bWzvbNNtvbRtsu+wM7WLsSu3q7O7as+2D7Avta+yvOdAdfBzyHDY5XHbEHT0dJY7VjpeccCcvJ6nTJqf2UbRRvqNko2pG3XRmOYc4lzjXOT8YzRsdN3rR6IbRz8dYj8kYs3LMmTGfXTxd8l22u9xx1XMd57rItcn1pZujm9Ct2u2aO9s90n2+e6P7Cw8nD7HHZo9bnlzP8Z7ferZ4fvLy9lJ47fXq9rb2zvTe6H3TR98nwWepz1lfmm+o73zfI77v/bz8iv0O+P3l7+yf57/bv2us3Vjx2O1jHwVYBggCtgZ0BPIDMwN/COwIsggSBNUEPQy2ChYF7wh+EuIQkhuyJ+R5qEuoIvRQ6Nswv7C5Yc3hRHhUeHl4W4ReRErEhoj7kZaROZF1kb1RnlGzo5qjadGx0Sujb8aYxghjamN6x3mPmzuuNZYVmxS7IfZhnGOcIq5pPD5+3PhV4+9OsJkgm9AQD/Ex8avi7yXYJRQm/DqRPjFhYvXEx4muiXMSzyRxk6Yl7U56kxyavDz5Top9ijKlJVU7dXJqberbtPC0yrSOSWMmzZ10Id04XZremMHISM3YkdH3VcRXa77qnOw5uWzyjSl2U2ZOOTfVeGr+1KPTtKcJph3MpGWmZe7O/CiIF9QI+rJisjZm9QrDhGuFz0TBotWibnGAuFL8JDsguzK7KycgZ1VOtyRIUiXpkYZJN0hf5Ebnbsl9mxeftzNvID8tf1+BRkFmwWGZnixP1jrdbPrM6e1yJ3mZvKPQr3BNYa8iVrGjCCuaUtRYrI82zxeV9spvlA9KAkuqS97NSJ1xcKbuTNnMi7McZy2Z9aQ0svTH2eRs4eyWORZzFs55MDdk7tZ52LyseS3zreYvnt+5IGrBroXMhXkLf1vksqhy0euv075uWmy6eMHiR99EfVNXxilTlN381v/bLd+R30m/a1vivmT9ks/lovLzFS4VVRUflwqXnv/e9ft13w8sy17Wttxr+eYV9BWyFTdWBq3cValbWVr5aNX4VfWr+avLV79eM23NuSqPqi1rmWuVazvWxa1rXG+9fsX6jxskG65Xh1bv22iyccnGt5tEm65sDt68d4vplootH36Q/nBra9TW+hrbmqpt9G0l2x5vT91+5kefH2t3GO+o2PFpp2xnx67EXa213rW1u012L6/D65R13Xsm77n8U/hPjXud927dx9tXsR/2K/c//Tnz5xsHYg+0HPQ5uPcXm182HuIeKq/H6mfV9zZIGjoa0xvbD4873NLk33To19G/7jxicaT6qMHR5ceYxxYfGzheeryvWd7ccyLnxKOWaS13Tk46ea11YmvbqdhTZ09Hnj55JuTM8bMBZ4+c8zt3+LzP+YYLXhfqL3pePPSb52+H2rza6i95X2q87Hu5qX1s+7ErQVdOXA2/evpazLUL1ydcb7+RcuPWzck3O26JbnXdzr/94veS3/vvLLhLu1t+T+de1X2T+zX/cfjPvg6vjqMPwh9cfJj08M4j4aNnfxT98bFz8WP246on5k9qu9y6jnRHdl9++tXTzmfyZ/09ZX/q/rnxuf3zX/4K/uti76TezheKFwMvl74yerXztcfrlr6EvvtvCt70vy1/Z/Ru13uf92c+pH140j/jI+Pjuk8On5o+x36+O1AwMCAXKASqvQCBejw7G+DlTgB2Oto7XAZgcgbPXCoPbPCciDA21Cj6H3jwXEYZ0B4CdgYDpCwAiGsG2IyaDcIsdKe238nBgLu7DzfEUFdRtrubCmAsBdqavBsYeGUKwGgC+KQYGOjfNDDwaTvaq98GaC4cPOtR3tQZ8ge0twe4MHMwHQqrr/8CGwxpxJZopZAAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAGbaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA1LjQuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjcyPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjY0PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjr3c2kAAABkSURBVFgJ7dWxDcAwDANBO7D2H1YDyEEW+C5g8W7ZECcC3t09K+g9QV2+KhaiiyikEAlQ7oYUIgHK4zZ0ZqL+1nWqihR/zfcrFEUUtyEL0SAVUogEKHdDCpEA5W5IIRKgPG5DFy8vCyP/wfEsAAAAAElFTkSuQmCC') repeat;
	border:#ccc 2px solid;
	box-shadow:#ccc 0 0 6px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.fsize11 	{ font-size:11px !important; line-height:15px !important; }
.fsize12 	{ font-size:12px !important; line-height:16px !important; }
.fsize13 	{ font-size:13px !important; line-height:17px !important; }
.fsize14 	{ font-size:14px !important; line-height:18px !important; }
.fsize15 	{ font-size:15px !important; line-height:19px !important; }
.fsize16 	{ font-size:16px !important; line-height:20px !important; }
.fsize17 	{ font-size:17px !important; line-height:23px !important; }
.fsize18 	{ font-size:18px !important; line-height:24px !important; }
.fsize19 	{ font-size:19px !important; line-height:25px !important; }
.fsize20 	{ font-size:20px !important; line-height:26px !important; }
.fsize26 	{ font-size:26px !important; line-height:30px !important; }
.fsize30 	{ font-size:30px !important; line-height:36px !important; }
.fsize40 	{ font-size:40px !important; line-height:46px !important; }

.font300 	{ font-weight:300 !important; 	}
.font500 	{ font-weight:500 !important; 	}
.font400 	{ font-weight:400 !important; 	}
.font600 	{ font-weight:600 !important; 	}
.font700 	{ font-weight:700 !important; 	}
.font800 	{ font-weight:800 !important; 	}

.w10		{ width:10px; }
.w20		{ width:20px; }
.w30		{ width:30px; }
.w40		{ width:40px; }
.w50		{ width:50px; }
.w100		{ width:100px; }
.w150		{ width:150px; }
.w200		{ width:200px; }
.w250		{ width:250px; }
.w300		{ width:300px; }
.w350		{ width:350px; }
.w400		{ width:400px; }
.w450		{ width:450px; }
.w500		{ width:500px; }

.h10		{ height:10px; }
.h20		{ height:20px; }
.h30		{ height:30px; }
.h40		{ height:40px; }
.h50		{ height:50px; }
.h100		{ height:100px; }
.h150		{ height:150px; }
.h200		{ height:200px; }
.h250		{ height:250px; }
.h300		{ height:300px; }
.h350		{ height:350px; }
.h400		{ height:400px; }
.h450		{ height:450px; }
.h500		{ height:500px; }

.padding3 	{ padding:3px !important; 	}
.padding6 	{ padding:6px !important; 	}
.padding8 	{ padding:8px !important; 	}
.padding10 	{ padding:10px !important; 	}
.padding15 	{ padding:15px !important; 	}
.padding20 	{ padding:20px !important; 	}
.padding30 	{ padding:30px !important; 	}		
.padding40 	{ padding:40px !important; 	}
.padding50 	{ padding:50px !important; 	}
.padding60 	{ padding:60px !important; 	}
.padding70 	{ padding:70px !important; 	}
.padding80 	{ padding:80px !important; 	}
.padding90 	{ padding:90px !important; 	}
.padding100 	{ padding:100px !important; }

.padding-top10		{ padding-top:10px; }
.padding-top20		{ padding-top:20px; }
.padding-top30		{ padding-top:30px; }
.padding-top40		{ padding-top:40px; }
.padding-top50		{ padding-top:50px; }
.padding-top60		{ padding-top:60px; }
.padding-top80		{ padding-top:80px; }
.padding-top100		{ padding-top:100px; }
.padding-top130		{ padding-top:130px; }
.padding-top150		{ padding-top:150px; }
.padding-top180		{ padding-top:180px; }
.padding-top200		{ padding-top:200px; }

.margin-top3		{ margin-top:3px; }
.margin-top6		{ margin-top:6px; }
.margin-top8		{ margin-top:8px; }
.margin-top10		{ margin-top:10px; }
.margin-top20		{ margin-top:20px; }
.margin-top30		{ margin-top:30px; }
.margin-top40		{ margin-top:40px; }
.margin-top50		{ margin-top:50px; }
.margin-top60		{ margin-top:60px; }
.margin-top80		{ margin-top:80px; }
.margin-top100		{ margin-top:100px; }
.margin-top130		{ margin-top:130px; }
.margin-top150		{ margin-top:150px; }
.margin-top180		{ margin-top:180px; }
.margin-top200		{ margin-top:200px; }

.margin-bottom3		{ margin-bottom:3px; }
.margin-bottom6		{ margin-bottom:6px; }
.margin-bottom8		{ margin-bottom:8px; }
.margin-bottom10	{ margin-bottom:10px; }
.margin-bottom20	{ margin-bottom:20px; }
.margin-bottom30	{ margin-bottom:30px; }
.margin-bottom40	{ margin-bottom:40px; }
.margin-bottom50	{ margin-bottom:50px; }
.margin-bottom60	{ margin-bottom:60px; }
.margin-bottom80	{ margin-bottom:80px; }
.margin-bottom100	{ margin-bottom:100px; }
.margin-bottom130	{ margin-bottom:130px; }
.margin-bottom150	{ margin-bottom:150px; }
.margin-bottom180	{ margin-bottom:180px; }
.margin-bottom200	{ margin-bottom:200px; }


.radius3 {
	-webkit-border-radius: 3px !important;
	   -moz-border-radius: 3px !important;
			border-radius: 3px !important;
}
.radius6 {
	-webkit-border-radius: 6px !important;
	   -moz-border-radius: 6px !important;
			border-radius: 6px !important;
}
.radius8 {
	-webkit-border-radius: 8px !important;
	   -moz-border-radius: 8px !important;
			border-radius: 8px !important;
}

.img-responsive 		{ display:inline-block; 		}
.fixed 				{ position:fixed !important; 	}
.relative 			{ position:relative !important;	}
.nopadding 			{ padding:0 !important; 		}
.nopadding-left 		{ padding-left:0 !important; 	}
.nopadding-right 	{ padding-right:0 !important; 	}
.nopadding-top 		{ padding-top:0 !important; 	}
.nopadding-bottom	{ padding-bottom:0 !important; 	}
.nomargin 			{ margin:0 !important; 			}
.nomargin-left 		{ margin-left:0 !important; 	}
.nomargin-right 		{ margin-right:0 !important; 	}
.nomargin-top		{ margin-top:0 !important; 	}
.nomargin-bottom	{ margin-bottom:0 !important; 	}
.noborder 			{ border:0 !important; 			}
.noradius			{ -webkit-border-radius:0 !important; -moz-border-radius:0 !important; border-radius:0 !important; }
.absolute 			{ position:absolute !important; }
.lowercase 			{ text-transform:lowercase; 	}
.uppercase 			{ text-transform:uppercase; 	}
.no-text-transform	{ text-transform:none !important; }
.italic 				{ font-style:italic; 			}
.pointer 			{ cursor:pointer; 				}
.block 				{ display:block !important; 	}
.bold 				{ font-weight:bold !important; 	}
.fullwidth 			{ width:100% !important; max-width:100% !important; 		}
.halfwidth 			{ width:50% !important; 		}
.container			{ position:relative; 			}
i.fa 				{ text-decoration:none !important;}
.justify 			{ text-align:justify; 			}
.btn i.fa			{ padding-right:10px; 			}
.btn-margin-top		{ margin-top:30px;			 	}
.text-underline		{ text-decoration:underline;  	}
.nowrap				{ white-space: nowrap !important;	}
.wrap				{ white-space: normal !important;	}
.transparent		{ background:transparent !important;}
.color-white		{ color:#fff !important;		}
.color-black		{ color:#000 !important;		}
.line-through		{ text-decoration:line-through;	}
.transparent 		{ background-color:transparent;	}
img.pull-left 		{ margin:0 20px 10px 0; }
img.pull-right 		{ margin:0 10px 20px 0; }
.hide 				{ display:none; }
.nofloat			{ float:none !important; }

	.default-gradient {
		background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(0,0,0,.03)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(0,0,0,.03)),color-stop(0.75,rgba(0,0,0,.03)),color-stop(0.75,transparent),to(transparent));
		background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
		background-image: -moz-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
		background-image: -ms-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
		background-image: -o-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
		background-image: linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
		background-color: #FAFCFD;
		background-size: 18px 18px;
	}

	@media only screen and (max-width: 768px) {
		.mobile-nopadding			{ padding:0 !important; 		}
		.mobile-nopadding-left		{ padding-left:0 !important; 	}
		.mobile-nopadding-right		{ padding-right:0 !important; 	}
		.mobile-nopadding-top		{ padding-top:0 !important; 	}
		.mobile-nopadding-bottom	{ padding-bottom:0 !important; 	}
		.mobile-nofloat				{ float:none !important; 		}
	}

	.elipsis {
		width:100%;
		text-overflow:ellipsis; 
		white-space: nowrap;
	}

	.cover {
		width: 100%;
		position:relative;

		background-repeat: no-repeat;
		background-position: 50% 50%;

		-webkit-background-size: cover;
		   -moz-background-size: cover;
			 -o-background-size: cover;
				background-size: cover;
	}
	.hover-scale {
		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
			 -o-transition: all 0.2s;
				transition: all 0.2s;
	}
	.hover-scale:hover {
		-webkit-transform:scale(1.1);
		   -moz-transform:scale(1.1);
			 -o-transform:scale(1.1);
				transform:scale(1.1);
	}

	.label,
	.nav-pills>li a,
	.thumbnail,
	textarea.form-control,
	select.form-control,
	input.form-control,
	.dropdown-menu {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}

form .input-group-btn .btn i.fa { 
	padding-right:0;
}
form.input-group {
	padding:0;
}

.label a,
.label a:hover,
a.label,
a.label:hover {
	color:#fff;
}
label.disabled {
	color:#888 !important;
}

/* social icons */
a.social								{ 
	display:inline-block; 
	width:38px; height:38px; 
	line-height:38px; 
	font-size:18px; 
	text-align:center; 
	background:rgba(0,0,0,0.3); 
	color:#fff; 
	margin:10px 1px; 
	text-decoration:none;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
a.social.fa-twitter:hover				{ background:#41b7d8!important; color:#fff!important; }
a.social.fa-facebook:hover 				{ background:#3b5997!important; color:#fff!important; }
a.social.fa-google-plus:hover 			{ background:#d64937!important; color:#fff!important; }
a.social.fa-linkedin:hover 				{ background:#0073b2!important; color:#fff!important; }
a.social.fa-vimeo-square:hover 			{ background:#388fc5!important; color:#fff!important; }
a.social.fa-youtube-square:hover 		{ background:#A40F09!important; color:#fff!important; }
a.social.fa-flickr:hover 				{ background:#ff0084!important; color:#fff!important; }
a.social.fa-pinterest:hover 				{ background:#cb2027!important; color:#fff!important; }
a.social.fa-skype:hover 					{ background:#00aff0!important; color:#fff!important; }
a.social.fa-rss:hover					{ background:#e0812a!important; color:#fff!important; }
a.social.default:hover					{ background:#37353A!important; color:#fff!important; }
a.social.rounded 						{ width:38px; height:38px; line-height:38px; }



/* page header */
h2.page-header,
h2.page-header a,
h3.page-header,
h3.page-header a {
	color:#ccc;
}

/* overlay */
.overlay {
	background:rgba(0,0,0, 0.2);
	position:absolute; 
	left:0; right:0; top:0; bottom:0;

	-webkit-transition: all 1s;
	   -moz-transition: all 1s;
		 -o-transition: all 1s;
			transition: all 1s;
}

.overlay.gray { 
	background:rgba(33,33,33,0.9) !important; 
}


/* image rounded */
.rounded {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* paddings , margins */
section.margin {
	margin:60px 0;
}
section.margin-top {
	margin-top:60px;
}
section.margin-bottom {
	margin-bottom:60px;
}
section.paddings {
	padding:60px 0;
}

.styleBackground h1,
.styleBackground h2,
.styleBackground h3,
.styleBackground h4,
.styleBackground h5,
.styleBackground h6,
.styleBackground p,
.styleBackground .btn {
	color:#fff;
}


/* star rating */
ul.star-rated {
	margin-bottom:0;
}
ul.star-rated,
ul.list-style-none {
	clear:both;
	display:inline-block;
	margin:; padding:0;
	list-style:none;
}

ul.star-rated li {
	float:left;
	padding:0 2px;
}
ul.star-rated.pointer li {
	cursor:pointer;
}


/* list icon */
ul.list-icon {
	margin:0 0 10px 25px; padding:0;
}
ul.list-icon li {
	list-style:none;
}
ul.list-icon li:before {
	display: inline-block;
	height: 18px;
	width: 18px;
	line-height:18px;
	font-family: FontAwesome;
	content: ' ';
	float: left;
	margin:3px 0 0 -25px;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	text-align: center;

	-webkit-border-radius: 18px;
	   -moz-border-radius: 18px;
			border-radius: 18px;
}
ul.list-icon.circle li:before {
	color:#fff;
	background-color:#333;
}
	/* star */
	ul.list-icon.star li:before {
		content:'\f005';
	}
	ul.list-icon.star-o li:before {
		content:'\f006';
	}

	/* check */
	ul.list-icon.check li:before {
		content:'\f00c';
	}
		ul.list-icon li.check:before {
			content:'\f00c';
		}
	ul.list-icon.check-square li:before {
		content:'\f14a';
	}
		ul.list-icon li.check-square:before {
			content:'\f14a';
		}
	ul.list-icon.check-circle li:before {
		content:'\f058';
	}
		ul.list-icon li.check-circle:before {
			content:'\f058';
		}

	/* misc */
	ul.list-icon.times li:before {
		content:'\f00d';
	}
		ul.list-icon li.times:before {
			content:'\f00d';
		}
		ul.list-icon li.x:before {
			content:'\f00d';
			color:#ccc;
		}

	ul.list-icon.ban li:before {
		content:'\f05e';
	}
	ul.list-icon.dot-circle li:before {
		content:'\f192';
	}
	ul.list-icon.exclamation-circle li:before {
		content:'\f06a';
	}
	ul.list-icon.icon-circle li:before {
		content:'\f05a';
	}
	ul.list-icon.heart-o li:before {
		content:'\f08a';
	}
	ul.list-icon.heart li:before {
		content:'\f004';
	}	
	ul.list-icon.angle-right li:before {
		content:'\f105';
	}	
ul.list-icon.spaced li {
	padding-top:4px;
	padding-bottom:4px;
}


.form-bordered .form-group > label {
	padding: 10px 15px;
}
.form-bordered .form-group {
	margin: 0;
	border-bottom: 1px solid #ededed !important;
}
.form-bordered .form-group > div {
	padding: 15px;
	border-left: 1px solid #efefef;
}


	
/** 06. Callouts
 *  Not quite alerts, but custom and helpful notes for folks reading the docs.
 **************************************************************** **/
.bs-callout {
	clear:both;
	position:relative;
	overflow:hidden;
	background:#ddd;
	margin:60px 0;
	padding:36px 0;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.bs-callout.whiteBg {
	background:#fff !important;
}
.bs-callout h1, .bs-callout h2, .bs-callout h3 {
	margin:0;
	text-transform:none;
	line-height:30px;
}
.bs-callout.margin-top {
	margin:60px 0 0 0;
}
.bs-callout.margin-bottom {
	margin:0 0 60px 0;
}
.bs-callout.margin-footer {
	margin:0 0 -60px 0;
}
.bs-callout.styleBackground {
	padding:50px 0;
}
.bs-callout .btn {
	margin:0 20px;
}

.callout  .row {
	margin-left: 0;
	margin-right: 0;
}
.callout .container .row {
	margin-left: -15px;
	margin-right: -15px;
}
.alert .btn {
	margin-top:4px;
}

/* alert callouts */
.alert.callout {
	padding:15px;
}
.alert.callout h4 {
	margin-bottom:3px;
}
.alert.callout .btn {
	margin-top:4px;
}
.alert.callout .row>div {
	padding:0;
}



/** 07. Headings
 **************************************************************** **/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0; color:#000;
	font-family:'Open Sans';
	font-weight:300;
	letter-spacing:-1px;
}

h1 {
	font-size: 3em;
	line-height: 44px;
	margin: 0 0 44px 0;
}

h2 {
	font-size: 2.2em;
	line-height: 42px;
	margin: 0 0 32px 0;
}

h3 {
	font-size: 1.8em;
	letter-spacing: normal;
	line-height: 24px;
	margin: 0 0 32px 0;
}

h4 {
	font-size: 1.4em;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 1em;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
}

h6 {
	font-size: 1em;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
}
h1 span.subtitle,
h2 span.subtitle,
h3 span.subtitle {
	display:block;
	font-size:15px;
	padding:0; margin:-10px 0 0 0;
}



/** 08. Paragraphs
 **************************************************************** **/
p {
	line-height: 22px;
	margin: 0 0 20px;
}
p.featured {
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight:200;
}




/** 09. Drop Caps & Cite
 **************************************************************** **/
p.drop-caps:first-child:first-letter {
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding: 4px;
	margin-right: 5px;
	margin-top: 5px;
	font-family: Georgia;
}

p.drop-caps.secundary:first-child:first-letter {
	background-color: #CCC;
	color: #FFF;
	padding: 6px;
	margin-right: 5px;

	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

cite:after {
	content: '\00A0 \2014';
}

cite:before {
	content: '\2014 \00A0';
}




/** 10. Blockquote
 **************************************************************** **/
blockquote {
	border-left: 5px solid #CCC;
	font-size: 1.3em;
	font-style: normal;
	letter-spacing: -1px;
	margin: 25px 0 25px 12px;
	padding: 0 0 0 25px;
	position: relative;
}
blockquote p {
	margin:0;
	padding:0;
}
blockquote cite {
	display: block;
	font-size: 0.75em;
	color: #9CA6B4;
}




/** 11. Progress Bar
 **************************************************************** **/
.progress {
	overflow:visible;
	background:#FAFAFA;
	position:relative;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.progress.slim {
	height:3px;
}
.progress.thin {
	height:6px;
}
.progress-bar {
	position: relative;

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
span.progress-bar-tooltip {
	padding: 4px 8px;
	background-color: #2E363F;
	color: #FFF;
	line-height: 15px;
	font-size: 11px;
	display: block;
	position: absolute;
	top: -28px;
	right: 5px;
	-o-border-radius: 3px;
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

span.progress-bar-tooltip:after {
	border-color:#2E363F transparent;
	border-style:solid;
	border-width:5px 5px 0;
	bottom: -5px;
	content: "";
	display: block;
	left: 13px;
	position: absolute;
	width: 0;
}

h6.progress-head {
	margin-bottom:2px;
}

	/* Circular Bar */
	div.circular-bar {
		margin:30px 0;
		text-align:center;
		display:inline-block;
		height:200px; width:200px;
		position:relative;
	}

	div.circular-bar strong {
		display: block;
		font-size: 17px;
		font-weight: 600;
		line-height: 30px;
	}

	div.circular-bar label {
		display: block;
		font-size: 16px;
		font-weight: 300;
	}

	div.circular-bar-content {
		position:absolute;
		top:50%; left:0; right:0;
		margin-top:-20px;
		text-align:center;
	}
	div.circular-bar canvas {
		margin:0;
		vertical-align:top;
		z-index:0; margin-left:-100px;
		width:200px; height:200px;
	}
	@media only screen and (max-width: 600px) {
		div.circular-bar ,
		div.circular-bar canvas {
			width:130px; height:130px;
			content:' ';
			clear:both;
		}
		div.circular-bar canvas {
			margin-left:-0;
			margin-top:-70px;
		}
		div.circular-bar strong {
			font-weight:400;
			font-size:14px;
			line-height:25px;
		}
		div.circular-bar-content {
			margin-top:-30px;
		}
	}


/** 12. Buttons
 **************************************************************** **/

.btn.notransition {
	-webkit-transition: all 0s;
	   -moz-transition: all 0s;
		 -o-transition: all 0s;
			transition: all 0s;
}

.btn:active,
.btn:focus,
.btn.active {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.btn.disabled {
	background-color: #999;
	border: #bbb 1px solid;
}


.btn-default:hover,
.btn-default.active {
	background:rgba(0,0,0,0.04);
}
.btn-white:hover,
.btn-white {
	color:#333 !important;
	background-color:rgba(255,255,255,0.8);
}
.btn-white:hover {
	background-color:#fff;
}
.btn[disabled] {
	background-color:rgba(0,0,0,0.4);
	border:rgba(0,0,0,0) 1px solid;
}
.btn-link[disabled] {
	background-color:transparent;
	border:0;
}
.btn-default[disabled] {
	background-color:transparent;
	border:rgba(0,0,0,0.2) 1px solid;
}
.btn-lg,.btn-lg:hover {
	padding: 12px 32px;
}
.btn-sm, .btn-sm:hover {
	padding: 6px 16px;
}
.btn-xs, .btn-xs:hover {
	padding: 3px 13px;
}

.btn.pull-right {
	margin-left:20px;
}

.btn-lg, 
.btn-group-lg>.btn {
	padding: 10px 16px !important;
}

.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px !important;
}

.btn-xs, .btn-group-xs>.btn {
	padding: 1px 5px !important;
}

.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px !important;
}

.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px !important;
}

.btn-group,
.btn-toolbar {
	margin-bottom:10px;
}

/* custom buttons */
.btn-facebook {
	color:#fff!important;
	background-color:#4863ae;
}
.btn-facebook:hover {
	background-color:#445fa4;
}

.btn-twitter {
	color:#fff!important;
	background-color:#46c0fb;
}
.btn-twitter:hover {
	background-color:#33bafb;
}

.btn-google-plus { 
	color:#fff!important;
	background:#d64937;
}
.btn-google-plus:hover { 
	background:#d1412c;
}

.btn-youtube { 
	color:#fff!important;
	background:#ff0000;
}
.btn-youtube:hover { 
	background:#e80000;
}

.btn-vimeo { 
	color:#fff!important;
	background:#00a2cd;
}
.btn-vimeo:hover { 
	background:#0093b7;
}

.btn-android { 
	color:#fff!important;
	background:#a4c639;
}
.btn-android:hover { 
	background:#97b834;
}

.btn-linkedin {
	color:#fff!important;
	background:#0083bb;
 }
.btn-linkedin:hover {
    background-color: #0076a8;
}

.btn-pinterest {
	color:#fff!important;
	background:#c91618;
 }
.btn-pinterest:hover {
    background-color: #b31313;
}

.btn-flickr {
	color:#fff!important;
	background:#ff0084;
 }
.btn-flickr:hover {
    background-color: #e60078;
}

.btn-tumblr {
	color:#fff!important;
	background:#374a61;
 }
.btn-tumblr:hover {
    background-color: #2f3f53;
}

.btn-skype {
	color:#fff!important;
	background:#00b6f3;
 }
.btn-skype:hover {
    background-color: #00a3d9;
}

.btn-stackoverflow {
	color:#fff!important;
	background:#f49336;
 }
.btn-stackoverflow:hover {
    background-color: #f28415;
}

.btn-instagram {
	color:#fff!important;
	background:#3f729b;
 }
.btn-instagram:hover {
    background-color: #386589;
}

.btn-dribbble {
	color:#fff!important;
	background:#ea4c89;
 }
.btn-dribbble:hover {
    background-color: #e93f7e;
}

.btn-rss {
	color:#fff!important;
	background:#ff7f25;
 }
.btn-rss:hover {
    background-color: #fd6b00;
}


.btn-fixed {
	text-align:center;
	width:155px;
}

.btn.text-left {
	text-align:left !important;
}
.btn.text-right {
	text-align:right !important;
}
.btn.text-center {
	text-align:center !important;
}

.btn.ico-only {
	padding:0 !important;
	width:38px;
	height:38px;
	line-height:38px;
	font-size:18px;
}
	.btn.ico-only.btn-xs {
		width:22px;
		height:22px;
		line-height:22px;
		font-size:13px;
	}
	.btn.ico-only.btn-sm {
		width:30px;
		height:30px;
		line-height:30px;
		font-size:15px;
	}
	.btn.ico-only.btn-lg {
		width:45px;
		height:45px;
		line-height:45px;
		font-size:25px;
	}
.btn.ico-only>i.fa {
	padding-right:0;
}
.btn.rounded { 
	padding:0; 
	width:40px; height:40px;
	
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%; 
}


/** 13. Labels
 **************************************************************** **/
.label {
	font-weight: normal;
	padding: 0.4em 0.8em 0.5em;
	display: inline-block;
}

.label-default {
	border: 1px solid #CCC;
	padding: 0.3em 0.7em 0.4em;
}



/** 14. Alerts
 **************************************************************** **/
.alert {
	border: 0;

	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}
.alert i.fa {
	font-size:20px;
	margin-right:10px;
}
.alert.alert-success {
	background-color:#d2ebb8;
	border-left:#3C763D 3px solid;
}
.alert.alert-info {
	background-color:#aae1f5;
	border-left:#31708F 3px solid;
}
.alert.alert-warning {
	background-color:#fce3a3;
	border-left:#8A6D3B 3px solid;
}
.alert.alert-danger {
	background-color:#f8bac0;
	border-left:#A94442 3px solid;
}
.alert.alert-default {
	background-color:rgba(0,0,0,0.08);
	border-left:rgba(0,0,0,0.6) 3px solid;
}


/** 15. Pagination
 **************************************************************** **/
.pager li>a, .pager li>span,
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background: #F5F7F7;
}


/** 16. Parallax
 **************************************************************** **/
.parallax {
	overflow:hidden;
	background-color:#333;
	
	-webkit-background-size: cover !important;
	   -moz-background-size: cover !important;
		 -o-background-size: cover !important;
			background-size: cover !important;
 
}

.parallax * {
	color:#fff;
	text-shadow:#000 1px 1px 1px;
}
	.parallax .btn {
		text-shadow:none;
	}

	
	

/** 17. Isotope Filtering
 **************************************************************** **/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

ul.isotope-filter {
	margin-top:30px;
	margin-bottom:10px;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:#ddd 1px dotted;
	border-top:#ddd 1px dotted;
}

ul.isotope {
	margin:0;
	padding:0;
	list-style:none;
}

/* 
	Isotope CSS3 transitions 
*/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}


/*
	Disabling Isotope CSS3 Transitions 
**/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}




/** 18. Dividers
 **************************************************************** **/
hr {
	border:0;
	margin:60px 0;
	border-top:#ddd 1px solid;
	border-bottom:#fff 1px solid;
}
	hr.half-margins {
		margin:30px 0;
	}
hr.no-lines {
	border:transparent 0px solid;
}
article hr {
	margin:30px 0;
}

.divider {
	border: 0;
	margin: 60px 0;
	height: 4px;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	text-align: center;
	position: relative;
	clear: both;
}
	.divider.half-margins {
		margin:30px 0;
	}

.divider .fa {
	color: #bbb;
	background: #fff; /* same as background color */
	text-align: center;
	display: inline-block;
	height: 50px; line-height: 50px;
	text-align: center;
	width: 50px;
	font-size: 20px;

	position: absolute;
	top: -25px; left: 50%;
	margin: 0 auto 0 -25px;

}

.divider.white .fa { /* for white background color OR white rounded icon */
	background: #fff;
	color: #333;
}

li.divider {
	margin:6px;
}
.dark .divider {
	border-top: #555 1px solid;
	border-bottom: #555 1px solid;
}


/** 19. Forms
 **************************************************************** **/
.form-group:after {
	display:block; content:".";
	height:0; line-height:0;
	clear:both; visibility:hidden;
}

.form-control {
	height: 38px; padding: 0 12px;
	border:#e6e6e6 2px solid;

	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;

	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
}
.form-control.has-error {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label,
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i,
.form-control:focus {
	border-color:#c6c6c6;

	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
			box-shadow:none;
}

.sky-form label,
form label {
	font-weight:300;
}

textarea.form-control {
	padding:12px;
}


/** 20. Count To [number]
 **************************************************************** **/
div.countTo strong {
	display: block;
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
}

div.countTo label {
	font-weight: 300;
	font-size: 17px;
	line-height: 22px;
	padding-top:6px;
}

.countTo .boxed {
	margin-top:60px;
	border:#ddd 1px solid;
	padding-top:20px;
	padding-bottom:20px;
	display:block;
}

div.countTo.dark,
div.countTo.styleBackgroundColor {
	color:#fff;
}

div.countTo.paddings {
	padding:30px 0;
}

div.countTo.dark {
	background-color:rgba(0,0,0,0.5);
}

@media only screen and (max-width: 768px) {
	section .countTo {
		margin-top:60px;
	}
	.countTo .boxed {
		margin-top:15px;
	}

}


/** 21. Tabs
 **************************************************************** **/
div.tabs {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;

	margin:60px 0;
}

div.tabs div.tab-content {
	border: 0;
	padding: 17px;
	background-color:rgba(0,0,0,0.03);

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
div.tabs div.tab-content p:last-child {
	padding-bottom:0; margin-bottom:0;
}
div.tabs ul.nav-tabs {
	margin: 0;
	border: 0;
}

div.tabs ul.nav-tabs li.active a {
	border: 0;
	color: #333;
	background-color:rgba(0,0,0,0.03);
	padding-top:15px;
}

div.tabs ul.nav-tabs a {
	color: #666;
	margin-right: 1px;
	padding: 15px 25px;
	background-color:rgba(0,0,0,0.01);
	border:0 !important;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

div.tabs ul.nav-tabs a i.fa {
	padding-right:6px;
}

div.tabs div.tab-content.transparent {
	border-top:rgba(0,0,0,0.03) 1px solid;
	background:transparent;
}





/** 22. Accordion
 **************************************************************** **/
.panel-group {
	padding: 3px;
	background: #fff;
	border: 0;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}


/* pannel */
.panel {
	background: transparent;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.panel>.panel-heading {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.panel-default>.panel-heading {
	padding: 11px 15px;
	background:rgba(0,0,0,0.5);
	color:#fff;
}
.panel-default>.panel-heading small {
	color:rgba(255,255,255,0.7);
}
.panel-default {
	border:rgba(0,0,0,0.5) 1px solid;
}

.panel-light {
	border:rgba(0,0,0,0.1) 1px solid;
}
.panel-light>.panel-heading {
	padding: 11px 15px;
	background:transaprent;
	border-bottom:rgba(0,0,0,0.1) 1px solid;
}

.panel-heading .fa {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    margin-right: 2px;
    padding: 5px;
    position: relative;
    text-align: right;
    top: -1px;
    width: 25px;
}

.panel-title a {
	text-decoration:none;
	display:block;
	color:#333;
}

.panel-body {
	padding: 21px;
}

.accordion.panel-group {
	border: rgba(0,0,0,0.03) 1px solid;
	background: rgba(0,0,0,0.03);

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.accordion .panel-default {
	border:0;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.accordion .panel-heading {
	background-color: rgba(0,0,0,0.1);

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;

	-webkit-transition: all .10s ease-out;
	   -moz-transition: all .10s ease-out;
		 -o-transition: all .10s ease-out;
			transition: all .10s ease-out;

	-webkit-touch-callout: none; 
	  -webkit-user-select: none; 
	   -khtml-user-select: none; 
		 -moz-user-select: none; 
		  -ms-user-select: none; 
			  user-select: none;
}
.accordion .panel-heading:hover {
	background-color: rgba(0,0,0,0.15);
}

.accordion.panel-group.transparent {
	background:transparent;
}
.accordion.panel-group.transparent .panel-heading {
	background-color: rgba(0,0,0,0.03);
}


/** 23. Toggle
 **************************************************************** **/
div.toggle {
	margin: 10px 0 0;
	position: relative;
	clear: both;
}

div.toggle > label {
	color: #333;
	background:rgba(0,0,0,0.1);

	cursor: pointer;
	font-size: 16px;
	font-weight:normal;
	padding: 10px 20px;
	position: relative;
	display: block;
	border-bottom: rgba(0,0,0,0.03) 1px solid;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;

	-webkit-transition: all .10s ease-out;
	   -moz-transition: all .10s ease-out;
		 -o-transition: all .10s ease-out;
			transition: all .10s ease-out;

	-webkit-touch-callout: none; 
	  -webkit-user-select: none; 
	   -khtml-user-select: none; 
		 -moz-user-select: none; 
		  -ms-user-select: none; 
			  user-select: none;
}

div.toggle div.toggle-content {
	border: rgba(0,0,0,0.03) 1px solid;
	display: none;
	background:rgba(0,0,0,0.03);
	margin-top: -5px;
	padding: 15px 20px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

div.toggle > label:before {
	content: '';
	border: 6px solid transparent;
	border-top-color: inherit;

	position: absolute;
	top: 50%; right: 14px;
	margin-top: -3px;
}

div.toggle > label:hover {
	background: rgba(0,0,0,0.15);
}

div.toggle > label + p {
	color: #888;
	height: 25px;
	display: block;
	overflow: hidden;
	padding-left: 10px;
}

div.toggle.active > label:before {
	border: 6px solid transparent;
	border-bottom-color:rgba(0,0,0,0.5);
	right: 14px; margin-top: -10px;
}

.toggle.transparent .toggle-content {
	background:transparent;
}
.toggle.transparent label {
	background: rgba(0,0,0,0.03);
}
.toggle.transparent label:hover {
	background: rgba(0,0,0,0.04);
}



/** 24. Featured Box & Featured Icons
 **************************************************************** **/
div.featured-box {
	padding:23px;
	background:rgba(0,0,0,0.01);
	text-align:center;

	-moz-transition: all 0.2s;
	  -o-transition: all 0.2s;
		 transition: all 0.2s;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
	div.featured-box:hover {
		background:rgba(0,0,0,0.03);
	}
	div.featured-box.transparent {
		background:transparent;
	}
	div.featured-box.nobg {
		background:none;
	}

div.featured-box i.fa,div.featured-box em.fa {
	padding: 0;
	color: #fff;
	margin: 20px 0; 
	font-size: 40px;
	text-align:center;
	position: relative;
	background-color:#333;
	display: inline-block;

	width:100px; height:100px;
	line-height:100px;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

div.featured-box.nobg i.fa,
div.featured-box.nobg em.fa
 {
	font-size:30px;
	margin-top:0;

	width:70px; height:70px;
	line-height:70px;
}

div.featured-box.nobg.border-only i.fa, 
div.featured-box.nobg.border-only em.fa 
{
	background:none !important;
	border:#333 1px solid;
	color:#333;
}

.featured-box-minimal>div {
	margin-bottom:30px;
}
.featured-box-minimal i.fa,
.featured-box-minimal em.fa
 {
	color:#fff; padding:0;
	margin-right:10px;
	width:35px; height:35px;
	line-height:35px;
	font-size:17px;
	text-align:center;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.featured-box-minimal.border-top {
	border-top:#eee 1px solid;
	margin-top:30px;
}
.featured-box-minimal.border-bottom {
	border-bottom:#eee 1px solid;
	margin-bottom:60px;
	padding-bottom:30px;
}
	.featured-box-minimal.border-top div,
	.featured-box-minimal.border-bottom div {
		margin-bottom:0;
	}


	/* featured icons - alone */
	i.featured-icon ,em.featured-icon{
		color: #FFF;
		margin: 25px 0;
		padding: 0;
		display: inline-block;
		font-size: 40px;
		width: 100px; height: 100px;
		line-height: 100px;
		position: relative;
		background-color:#333;
		border:#333 1px solid;
		text-align:center;

		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;

		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
			 -o-transition: all 0.2s;
				transition: all 0.2s;
	}
	i.featured-icon.half ,em.featured-icon.half{
		width: 50px; height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	i.featured-icon:after,em.featured-icon:after {
	background: transparent;
	pointer-events: none;
	content: '';
	display: block;
	border-radius: 50%;
	border: 1px solid #333;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin-top: -100px;
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
	}
	i.featured-icon.half:after,em.featured-icon.half:after  {
		margin-top: -50px;
	}
	i.featured-icon:hover:after,em.featured-icon:hover:after {
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transform:scale(1.1);
		   -moz-transform:scale(1.1);
			 -o-transform:scale(1.1);
				transform:scale(1.1);
	}
	i.featured-icon.half:hover:after ,em.featured-icon.half:hover:after {
		filter: alpha(opacity=100);
		opacity: 1;

		-webkit-transform:scale(1.2);
		   -moz-transform:scale(1.2);
			 -o-transform:scale(1.2);
				transform:scale(1.2);
	}
	i.featured-icon.empty,em.featured-icon.empty {
		background:none !important;
		color:#333 !important;
	}
	i.featured-icon.pull-left,em.featured-icon.pull-left {
		margin-right:20px;
	}
	i.featured-icon.pull-right,em.featured-icon.pull-right {
		margin-left:20px;
	}

	/* Circle Icon */
	.circle-yes {
		padding:10px;
		border:transparent 1px solid;
		display:inner-block;

		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;

		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
			 -o-transition: all 0.2s;
				transition: all 0.2s;
	}


/** 25. Image Thumbnail
 **************************************************************** **/
.thumbnail:hover {
	border:rgba(0,0,0,0.2) 1px solid !important;
}
.thumbnail.rounded {
	overflow:hidden;
	padding:0;
	width:189px; height:189px;
}
figure {
	margin-bottom:10px;
}

.img-thumbnail {
	position: relative;
	padding: 0; border: 0;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.img-thumbnail:after {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0; right: 0; 
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd5JREFUeNrMlT1rwlAUhvMhImhEsRQEoRBag2t1Cjo4OmUpgj9D8D+4CeI/cFPcHR0iDiqdpBALgS46qFSKQhBSmwMNtJrozc2XB8Lh3gTuc8953xPyeDwSepAk+aKlZ8LjoE7WPe159RvCF5CAyX7vN2O1Jp/PhxKJBL3ZbNThcKjgQmCBwOHdbvchmUwG9b3lcnkol8sfl2DIE2EafYMk1kwmExyPx4+RSITe7XaqJEkKx3EhfV0qlWQzEArhgkgaqdfr93DgfD5XWJaVcrmcDBnWsF+r1e7sVAKpIovFgoM2FAqF9783hhaJovgE1WAY5g23EkgV0Q6gjfY1cX5DhmpYsSgWyGQy2UM+LTu0CfJgMPjCcYcl1zSbzXWxWIwKghCfTqfB0Wi053k+nM1mw/C+3W5/OqGJqxqpVqvxRqORMvoYBKrpQ16tVqqTEIYgYNVKpRKNxWL0drtVZVk+tFqtlO4cIxC7EEhzBBzS7/dZMxCKsB9X5whYFoYV2DSdToc6nU7Kjjtsg8AYn81mitPtsDzi7c4JR0a82xBYIG5AWAZxC8ISiJsQyCBuQyCBeAFxFcQriIsgXkKYgngNYQjiB8QZiF8Q/0AChL/RO/uL+hUUcQNxExA/AgwAQCThORpp8DAAAAAASUVORK5CYII=') no-repeat;
}
.img-thumbnail:hover:after {
	top:2px; right:2px;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;

	-webkit-transform:scale(1.1);
	   -moz-transform:scale(1.1);
		 -o-transform:scale(1.1);
			transform:scale(1.1);
}



/** 26. Modal
 **************************************************************** **/
.modal-content {
	overflow:hidden;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.modal-header  button,
h4.modal-title {
	color:#fff !important;
	opacity:1;
}
.modal-header  button {
	font-size:30px;
}
body {
	padding-right:0 !important;
}


/** 27. Carousel
 **************************************************************** **/
	.owl-carousel {
		margin-bottom:20px;
	}
	.owl-theme .owl-controls .owl-buttons div {
		opacity:1; color:#333;
		filter: Alpha(Opacity=100);
		background:#fff; border:#eee 1px solid;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}
	.owl-theme .owl-controls .owl-buttons div:hover {
		background:#F5F7F7;
	}

	.controlls-over .owl-controls {
		position:absolute;
		top:50%; left:0; right:0; bottom:0;
		margin-top:-20px;
		height:50px;
	}
	.controlls-over .owl-controls .owl-prev {
		float:left;
	}
	.controlls-over .owl-controls .owl-next {
		float:right;
	}
	.controlls-over .owl-pagination {
		position:absolute; width:60%; margin:auto;
		bottom:-300%; left:0; right:0;
	}
	.owl-theme.controlls-over .owl-controls .owl-page {
		background:rgba(0,0,0,0.3);
		margin-bottom:30px;
		position:relative;
		display:inline-block;

	}
	.owl-theme.controlls-over .owl-controls .owl-page:first-child {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.owl-theme.controlls-over .owl-controls .owl-page:last-child {
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.owl-theme.controlls-over .owl-controls .owl-page span {
		background:#fff;
	}
	.bottom-pagination .owl-controls .owl-page {
		margin-bottom:-40px !important;
	}


	/* top text caption */
	.owl-carousel .owl-item div {
		position:relative;
		text-align:center;
	}
	.owl-carousel .owl-caption {
		padding:10px;
		position:absolute !important;
		left:0; top:0; right:0;
		margin-top:0; max-width:100%;
		background:rgba(0,0,0,0.3);
		display:block; color:#fff;
	}

	.owl-carousel .owl-caption p {
		color:#fff;
		font-size:13px;
		line-height:20px;
		padding:0; margin:0;
	}
	.owl-carousel .owl-caption h1,
	.owl-carousel .owl-caption h1 a,
	.owl-carousel .owl-caption h2,
	.owl-carousel .owl-caption h2 a,
	.owl-carousel .owl-caption h3,
	.owl-carousel .owl-caption h3 a {
		color:#fff;
		font-size:21px;
		line-height:21px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.owl-carousel .owl-caption a {
		color:#fff;
		font-weight:bold;
	}
	
	.owl-carousel.controls-hover-only .owl-controls {
		filter: alpha(opacity=0);
		opacity: 0;

		-webkit-transition: opacity 0.4s;
		   -moz-transition: opacity 0.4s;
			 -o-transition: opacity 0.4s;
				transition: opacity 0.4s;
	}
	.slider:hover .owl-carousel.controls-hover-only .owl-controls,
	.owl-carousel.controls-hover-only:hover .owl-controls {
		filter: alpha(opacity=100);
		opacity: 1;
	}


/* Featured Item */
.owl-carousel.featured .owl-featured-item {
	width:99%; padding-bottom:15px;
	text-align:center;
	background-color: #F4F4F4;
	display:block;

	webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.owl-carousel.featured .owl-featured-item:hover {
	background-color: #eaeaea;
}

.owl-carousel.featured .owl-featured-item a.figure {
	margin:0; padding:0;
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	z-index:0;
	position:relative;
}
.owl-carousel.featured .owl-featured-item a.figure>img {
	height:auto !important;
	width:100% !important;
	max-width: 100% !important;
	vertical-align:top;
}
.owl-carousel.featured .owl-featured-detail {
	position:relative;
}
.owl-carousel.featured .owl-featured-detail:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #F4F4F4;
	left: 50%;
	margin-left: -10px;
	top: -16px;
	z-index:10;

	webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
	.owl-carousel.featured .owl-featured-item:hover>.owl-featured-detail:after {
		border-bottom: 10px solid #eaeaea;
	}

.owl-carousel.featured .owl-featured-detail>a.featured-title {
	color:#333;
	margin-top:6px;
	display:block;
}
.owl-carousel.featured .owl-featured-detail>span.price {
	display:block;
	margin-bottom:6px;
}


.owl-carousel.featured {
	margin-top:6px;
}
.owl-carousel.featured .owl-controls.clickable {
	top:0 !important;
	margin-top:-50px;
	position:absolute;
	right:0; 
}
h2.owl-featured {
	font-size:19px;
	line-height:19px;
	border-bottom:rgba(0,0,0,0.2) 1px dashed;
	padding-bottom:6px;
	margin-bottom:0;
}

.owl-carousel.featured a.figure>span {
	position:absolute;
	left:0; right:0; top:0; bottom:0;
	background-color:rgba(0,0,0,0.3);
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
		 -o-transition: opacity 0.3s;
			transition: opacity 0.3s;
}
.owl-carousel.featured a.figure>span>i {
	color:#333;
	position:absolute;
	left:50%; top:50%;
	background:#fff;
	font-size:21px;
	width:40px; height:40px;
	line-height:42px;
	text-align:center;
	margin-left:-20px;
	margin-top:-20px;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.owl-carousel.featured a.figure:hover>span {
	filter: alpha(opacity=100);
	opacity: 1;
}


/* buttons bottom */
.owl-carousel.buttons-bottom  .owl-controls{
	top:auto !important;
}
.owl-carousel.buttons-bottom .owl-next,
.owl-carousel.buttons-bottom .owl-prev {
	margin-top:-20px !important;
}

/* special carousel title */
.owl-carousel .owl-carousel-caption {
	background-color:rgba(0,0,0,0.5);
	position:absolute !important;
	top:0; left:0; right:0;
	color:#fff; padding:20px;
	height:96px; overflow:hidden;
}
.owl-carousel .owl-carousel-caption.top {
	top:0;
	bottom:auto;
}
.owl-carousel .owl-carousel-caption.bottom {
	top:auto;
	bottom:29px;
}
.owl-carousel .owl-carousel-caption h2,
.owl-carousel .owl-carousel-caption h3,
.owl-carousel .owl-carousel-caption h4 {
	color:#fff;
	font-size:16px;
	line-height:16px;
	margin-bottom:10px;
	font-weight:bold;
	overflow:hidden; 
	display:block;
	width:100%;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.owl-carousel .owl-carousel-caption p {
	color:#fff;
	font-size:12px;
	line-height:15px;
	padding:0; margin:0;
}




/** 28. Breadcrumbs
 **************************************************************** **/
.breadcrumb {
	font-size:13px;
	margin: -3px 0 0;
	padding:0;
	position: relative;
	display: inline-block;
	background:none;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	text-transform: capitalize;
}

ul.breadcrumb a {
    text-transform: capitalize;
}





/** 29. Nav List (aside)
 **************************************************************** **/
aside ul.nav-list {
	padding:0; 
	margin:0;
}
aside h3,
aside h4 {
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
}
aside h4 {
	margin-top:60px;
}
aside ul.nav-list li{
	padding:0;
	border-bottom:#ccc 1px dotted;
}
aside ul.nav-list li a {
	padding-left:0;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
aside ul.nav-list li.active>a,
aside ul.nav-list li a:hover {
	padding-left:10px;
}
aside ul.nav-list li a i {
	padding-right:6px;
	color:#ddd;
}

/* bootstrap side navigation */
ul.side-nav span.badge {
	float:right;
	margin-top:6px;
	font-weight:400;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
ul.side-nav>li>span.badge {
	margin-top:12px;
	margin-right:6px;
}
ul.side-nav li.list-group-item>a>.label {
	margin-right:20px;
}
.list-group-item:first-child,
.list-group-item:last-child,
ul.side-nav {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
ul.side-nav li {
	list-style:none;
}
ul.side-nav ul {
	margin:0;
	padding:0;
	background-color:rgba(0,0,0,0.02);
}
ul.side-nav ul li {
	padding:0 15px;
	border-bottom:rgba(0,0,0,0.05) 1px solid;
}
ul.side-nav ul li:last-child {
	border-bottom:0;
}
ul.side-nav a {
	display:block;
	text-decoration:none;
	color:#333;
}
ul.side-nav a i.fa {
	width:20px;
}
ul.side-nav ul li a {
	padding:3px;
	font-size:13px;
}
ul.side-nav>li {
	padding:0;
}
ul.side-nav>li>a {
	padding:7px 10px;
}
ul.side-nav>li.list-group-item.active {
	border:0;
	background-color:transparent;
}
ul.side-nav>li.active>a {
	background-color:rgba(0,0,0,0.5);
}
ul.side-nav li.list-toggle.active:after,
ul.side-nav > li.active>a {
	color:#fff !important;
}
ul.side-nav li.list-toggle:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	font-size: 15px;
	right: 10px;
	top: 7px;
	color:#999;
}
ul.side-nav li.list-toggle.active:after {
	content: "\f107";
}
.list-group-item {
	border:0;
	background:transparent;
	border:rgba(0,0,0,0.1) 1px solid;
	border-left:0;
	border-right:0;
}




/** 30. Price Table
 **************************************************************** **/
div.price-table {
	background:rgba(0,0,0,0.03);
	margin:30px 0;
	text-align:center;
	padding-bottom:30px;
}
div.row.pricetable-container {
	padding:0 15px;
}
	div.price-table h3 {
		font-size:25px;
		line-height:25px;
		padding:30px 0;
		border-bottom: rgba(0,0,0,0.1) 2px solid;
		text-transform:uppercase;
	}
	div.price-table p {
		color: #666;
		font-size: 36px;
		padding: 30px 0;
		font-weight: 400;
		width: 150px;
		height: 150px;
		padding-top: 60px;
		display: inline-block;
		background-color: rgba(0,0,0,0.05);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	div.price-table p span {
		display:block;
		font-size:10px;
		font-weight:300;
		text-transform:uppercase;
	}
	div.price-table ul {
		margin:0;
		padding:0;
	}
	div.price-table ul li {
		list-style:none;
		font-size:12px;
		border-bottom: rgba(0,0,0,0.1) 1px solid;
		padding:8px;
		text-transform:uppercase;
	}
	div.price-table.popular,
	div.price-table.popular ul li,
	div.price-table.popular p,
	div.price-table.popular p span,
	div.price-table.popular h3 {
		color:#fff;
	}
	div.price-table.popular {
		background:#676767;
	}
	div.price-table .btn {
		color:#fff;
		margin-top:30px;
	}

/* mega price table */
div.mega-price-table {
	margin-top:60px;
}
div.mega-price-table .btn .caret.pull-right {
	margin-top:8px;
}
div.mega-price-table .pricing-title,
div.mega-price-table .pricing-head {
	color:#fff;
	text-align:center;
	background-color:rgba(0,0,0,0.6);
	height:75px;
}
	div.mega-price-table .pricing-title {
		background-color:transparent !important;
		padding:15px 0 0 0;
		margin:0;
		height:160px;
	}
	div.mega-price-table .pricing-title h3 {
		font-size:50px;
		line-height:50px;	
	}

div.mega-price-table .pricing-head h3 {
	margin-bottom:3px;
	display:block;
	color:#fff;
	font-size:30px;
	padding-top:12px;
	height:36px;
}
div.mega-price-table h4 {
	display:block;
	text-align:center;
	font-size:60px;
	padding:20px 0; margin:0;
	font-weight:400;
	color:#666;
	height:85;
	background-color:rgba(0,0,0,0.03);
}
div.mega-price-table .pricing:hover h4 {
	color:#333;
	text-align:center;
}
div.mega-price-table .pricing h4 sup,
div.mega-price-table .pricing h4 sub {
	font-size:34px;
}
div.mega-price-table .pricing-head small {
	font-size:12px;
	display:block;
	color:rgba(255,255,255,0.7);
	font-weight:300;
}

div.mega-price-table .pricing-desc li,
div.mega-price-table ul.pricing-table li {
	padding: 10px;
	font-style: normal;
	min-height: 41px;
	text-align:center;
}
	div.mega-price-table ul li.alternate {
		background-color:rgba(0,0,0,0.03);
	}

div.mega-price-table {
	padding-left:15px;
	padding-right:15px;
}
div.mega-price-table div {
	padding:0;
}
div.mega-price-table .pricing {
	margin-left:1px;
	background: rgba(0,0,0,0.03);
}
div.mega-price-table .pricing-desc div,
div.mega-price-table .pricing-desc li {
	text-align:left !important;
}
div.mega-price-table .btn,
div.mega-price-table .list-unstyled,
div.mega-price-table .btn-group, 
div.mega-price-table .btn-toolbar {
	margin-bottom:0;
}

div.mega-price-table .pricing.popular {
	background-color:#676767;
}
div.mega-price-table .pricing.popular,
div.mega-price-table .pricing.popular h3,
div.mega-price-table .pricing.popular h4,
div.mega-price-table .pricing.popular li,
div.mega-price-table .pricing.popular div,
div.mega-price-table  .pricing.popular .pricing-table i.fa {
	color:#fff !important;
}
div.mega-price-table .dropdown-menu {
	width:100%;
}



/** 31. Animation
 **************************************************************** **/
.appear-animation {
	opacity: 0;
}

.animation-visible {
	opacity: 1 !important;
}

.animated,
.appear-animation {
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		 -o-animation-fill-mode: both;
			animation-fill-mode: both;

	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
		-ms-animation-duration: 1s;
		 -o-animation-duration: 1s;
			animation-duration: 1s;
}




/** 32. Dropcap
 **************************************************************** **/
p.dropcap:first-letter {
	float: left;
	font-size: 70px;
	line-height: 60px;
	padding: 4px 8px 4px 4px;
	margin-right: 6px;
	margin-top: -3px;
	display:inline-block;
	color:#333;
}
p.dropcap.color:first-letter {
	color:#fff;
	background:#333;
	margin-top: 8px;
	padding: 0 8px 3px 4px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}



/** 33. Masonry
 **************************************************************** **/
.masonry-list {
	margin: 0; padding: 0;
	width: 100%; list-style: none;

	-webkit-transition: opacity 1s;
	   -moz-transition: opacity 1s;
		 -o-transition: opacity 1s;
			transition: opacity 1s;
}




/** 34. Media Elements
 **************************************************************** **/
/* 
	video cover 
	WARNING! JS USED!
	See: MEDIA ELEMENTS
*/
.video-wrap {
    top: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
	z-index:0;
}
.video-wrap .mejs-inner {
	width:100% !important;
	height:100% !important;
}
.video-wrap .mejs-poster {
	-webkit-background-size: cover!important;
	   -moz-background-size: cover!important;
		 -o-background-size: cover!important;
			background-size: cover!important;
}




/** 35. Testimonials
 **************************************************************** **/
.testimonial {
	margin-bottom:60px;
}

/* carousel style */
.testimonial.white p,
.testimonial.white cite {
	background-color:#fff;
}
.testimonial cite {
	background:#F6F6F6;
	display:inline-block;
	padding:0 10px 6px 10px;

	-webkit-border-bottom-right-radius: 6px;
	 -webkit-border-bottom-left-radius: 6px;
	    -moz-border-radius-bottomright: 6px;
		 -moz-border-radius-bottomleft: 6px;
			border-bottom-right-radius: 6px;
			 border-bottom-left-radius: 6px;
}
.testimonial p {
	color:#000;
	background:#F6F6F6;
	padding:20px;
	font-size:14px;
	margin-bottom:0;
	font-style:italic;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

.cover .testimonial p,
.cover .testimonial cite {
	background:none !important;
	color:#fff;
	font-size:24px;
}

/* single style */
.testimonial.classic p {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;

	-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomleft: 0;
			border-bottom-left-radius: 0;
}

.testimonial.male p,
.testimonial.female p {
	padding-left:52px;
	background-image:url('../images/female.png');
	background-repeat:no-repeat;
	background-position:16px 25px;
}
.testimonial.male p {
	background-image:url('../images/male.png');
}






/**36. Background Patterns
*************************************************** **/
.pattern1 {
	background:url('../images/patterns/pattern1.png') repeat fixed;
}
.pattern2 {
	background:url('../images/patterns/pattern2.png') repeat fixed;
}
.pattern3 {
	background:url('../images/patterns/pattern3.png') repeat fixed;
}
.pattern4 {
	background:url('../images/patterns/pattern4.png') repeat fixed;
}
.pattern5 {
	background:url('../images/patterns/pattern5.png') repeat fixed;
}
.pattern6 {
	background:url('../images/patterns/pattern6.png') repeat fixed;
}
.pattern7 {
	background:url('../images/patterns/pattern7.png') repeat fixed;
}
.pattern8 {
	background:url('../images/patterns/pattern8.png') repeat fixed;
}
.pattern9 {
	background:url('../images/patterns/pattern9.png') repeat fixed;
}
.pattern10 {
	background:url('../images/patterns/pattern10.png') repeat fixed;
}
.pattern11 {
	background:url('../images/patterns/pattern11.png') repeat fixed;
}



/**	37. Ion.RangeSlider [1.9.2]
*************************************************** **/
.irs {
    position: relative; display: block;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 10%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 10%;
        }

    .irs-diapason {
        position: absolute; display: block;
        left: 0; width: 100%;
    }
    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {
            left: 10px;
        }
            .irs-slider.single:before {
                position: absolute; display: block; content: "";
                top: -30%; left: -30%;
                width: 160%; height: 160%;
                background: rgba(0,0,0,0.0);
            }
        .irs-slider.from {
            left: 100px;
        }
            .irs-slider.from:before {
                position: absolute; display: block; content: "";
                top: -30%; left: -30%;
                width: 130%; height: 160%;
                background: rgba(0,0,0,0.0);
            }
        .irs-slider.to {
            left: 300px;
        }
            .irs-slider.to:before {
                position: absolute; display: block; content: "";
                top: -30%; left: 0;
                width: 130%; height: 160%;
                background: rgba(0,0,0,0.0);
            }
        .irs-slider.last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }


.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        width: 100px;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: 0;
    width: 100%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}

	.irs-line-mid,
	.irs-line-left,
	.irs-line-right,
	.irs-diapason,
	.irs-slider {
		background:#E5E5E5;
	}

	.irs-diapason {
		background: #ffb848;
	}

	.irs {
		height: 40px;
	}
	.irs-with-grid {
		height: 60px;
	}
	.irs-line {
		height: 8px; top: 25px;
	}
		.irs-line-left {
			height: 8px;
		}
		.irs-line-mid {
			height: 8px;
		}
		.irs-line-right {
			height: 8px;
		}

	.irs-diapason {
		height: 8px; top: 25px;
	}

	.irs-slider {
		width: 13px;
		height: 24px;
		top: 17px;
		border:1px solid #fefefe;
		background:#777;
	}
	#irs-active-slider, .irs-slider:hover {
		
	}

	.irs-min, .irs-max {
	   color: #999;
		font-size: 10px;
		line-height: 1.333;
		text-shadow: none;
		top: 0; padding: 1px 3px;
		background: rgba(0,0,0,0.1);
		border-radius: 0;
	}
	.lt-ie9 .irs-min, .lt-ie9 .irs-max {
		background: #ccc;
	}

	.irs-from, .irs-to, .irs-single {
		color: #fff;
		font-size: 10px; line-height: 1.333;
		text-shadow: none;
		padding: 1px 5px;
		background: rgba(0,0,0,0.3);
		border-radius: 3px;
	}
	.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
		background: #999;
	}

	.irs-grid-pol {
		background: #99a4ac;
	}
	.irs-grid-text {
		color: #99a4ac;
	}

/**	38. Datepicker
*************************************************** **/
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}



/**	39. Summernote
*************************************************** **/
.note-editor {
    position: relative;
    border: rgba(0,0,0,0.1) 1px solid;
}
.note-editor .row-fluid p {
	display:none;
}
.note-editor .note-dropzone {
    position: absolute;
    z-index: 1;
    display: none;
    color: #87cefa;
    background-color: white;
    border: 2px dashed #87cefa;
    opacity: .95;
    pointer-event: none;
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.note-editor .note-dropzone.hover {
    color: #098ddf;
    border: 2px dashed #098ddf;
}

.note-editor.dragover .note-dropzone {
    display: table;
}

.note-editor .note-toolbar {
    background-color: rgba(0,0,0,0.01);
    border-bottom: 1px solid #eee;
}

.note-editor.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
	background-color:#1F252D;
}

.note-editor.fullscreen .note-editable {
    background-color: white;
}

.note-editor.fullscreen .note-resizebar {
    display: none;
}

.note-editor.codeview .note-editable {
    display: none;
}

.note-editor.codeview .note-codable {
    display: block;
}

.note-editor .note-statusbar {
    background-color: #f5f5f5;
}

.note-editor .note-statusbar .note-resizebar {
    width: 100%;
    height: 8px;
    cursor: ns-resize;
    border-top: 1px solid #a9a9a9;
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9;
}

.note-editor .note-editable {
    padding: 10px;
    overflow: auto;
    outline: 0;
}

.note-editor .note-editable[contenteditable="false"] {
    background-color: #e5e5e5;
}

.note-editor .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo,Monaco,monospace,sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.note-air-editor {
    outline: 0;
}

.note-popover .popover {
    max-width: none;
}

.note-popover .popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.note-popover .popover .arrow {
    left: 20px;
}

.note-popover .popover .popover-content,.note-toolbar {
    padding: 0 5px 5px 5px;
    margin: 0;
}

.note-popover .popover .popover-content>.btn-group,.note-toolbar>.btn-group {
    margin: 5px 5px 0 0;
}
.note-popover .popover .popover-content>.btn-group,.note-toolbar>.btn-group>button {
	margin:0;
	border: rgba(0,0,0,0.2) 1px solid;
	background-color:#fff;
}
.note-popover .popover .popover-content .note-table .dropdown-menu,.note-toolbar .note-table .dropdown-menu {
    min-width: 0;
    padding: 5px;
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker,.note-toolbar .note-table .dropdown-menu .note-dimension-picker {
    font-size: 18px;
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher,.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute!important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer;
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted,.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative!important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted,.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute!important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}

.note-popover .popover .popover-content .note-style h1,.note-toolbar .note-style h1,.note-popover .popover .popover-content .note-style h2,.note-toolbar .note-style h2,.note-popover .popover .popover-content .note-style h3,.note-toolbar .note-style h3,.note-popover .popover .popover-content .note-style h4,.note-toolbar .note-style h4,.note-popover .popover .popover-content .note-style h5,.note-toolbar .note-style h5,.note-popover .popover .popover-content .note-style h6,.note-toolbar .note-style h6,.note-popover .popover .popover-content .note-style blockquote,.note-toolbar .note-style blockquote {
    margin: 0;
}

.note-popover .popover .popover-content .note-color .dropdown-toggle,.note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px !important;
	text-align:center;
	padding:0;
}

.note-popover .popover .popover-content .note-color .dropdown-menu,.note-toolbar .note-color .dropdown-menu {
    min-width: 340px;
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,.note-toolbar .note-color .dropdown-menu .btn-group {
    margin: 0;
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
    margin: 0 5px;
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
    margin: 2px 7px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
    padding: 0 3px;
    margin: 3px;
    font-size: 11px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
    height: 20px;
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
    background: #eee;
}

.note-popover .popover .popover-content .note-para .dropdown-menu,.note-toolbar .note-para .dropdown-menu {
    min-width: 216px;
    padding: 5px;
}

.note-popover .popover .popover-content .note-para .dropdown-menu>div:first-child,.note-toolbar .note-para .dropdown-menu>div:first-child {
    margin-right: 5px;
}

.note-popover .popover .popover-content .dropdown-menu,.note-toolbar .dropdown-menu {
    min-width: 90px;
}

.note-popover .popover .popover-content .dropdown-menu.right,.note-toolbar .dropdown-menu.right {
    right: 0;
    left: auto;
}

.note-popover .popover .popover-content .dropdown-menu.right::before,.note-toolbar .dropdown-menu.right::before {
    right: 9px;
    left: auto!important;
}

.note-popover .popover .popover-content .dropdown-menu.right::after,.note-toolbar .dropdown-menu.right::after {
    right: 10px;
    left: auto!important;
}

.note-popover .popover .popover-content .dropdown-menu li a i,.note-toolbar .dropdown-menu li a i {
    color: deepskyblue;
    visibility: hidden;
}

.note-popover .popover .popover-content .dropdown-menu li a.checked i,.note-toolbar .dropdown-menu li a.checked i {
    visibility: visible;
}

.note-popover .popover .popover-content .note-fontsize-10,.note-toolbar .note-fontsize-10 {
    font-size: 10px;
}

.note-popover .popover .popover-content .note-color-palette,.note-toolbar .note-color-palette {
    line-height: 1;
}

.note-popover .popover .popover-content .note-color-palette div .note-color-btn,.note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
}

.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,.note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000;
}

.note-dialog>div {
    display: none;
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
}

.note-dialog .note-help-dialog {
    font-size: 12px;
    color: #ccc;
    background: transparent;
    background-color: #222!important;
    border: 0;
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}

.note-dialog .note-help-dialog .modal-content {
    background: transparent;
    border: 1px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.note-dialog .note-help-dialog a {
    font-size: 12px;
    color: white;
}

.note-dialog .note-help-dialog .title {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border-bottom: white 1px solid;
}

.note-dialog .note-help-dialog .modal-close {
    font-size: 14px;
    color: #dd0;
    cursor: pointer;
}

.note-dialog .note-help-dialog .note-shortcut-layout {
    width: 100%;
}

.note-dialog .note-help-dialog .note-shortcut-layout td {
    vertical-align: top;
}

.note-dialog .note-help-dialog .note-shortcut {
    margin-top: 8px;
}

.note-dialog .note-help-dialog .note-shortcut th {
    font-size: 13px;
    color: #dd0;
    text-align: left;
}
.note-dialog .note-help-dialog .note-shortcut th,
.note-dialog .note-help-dialog .note-shortcut tr {
	background:transparent !important;
}
.note-dialog .note-help-dialog .note-shortcut td:first-child {
    min-width: 110px;
    padding-right: 10px;
    font-family: "Courier New";
    color: #dd0;
    text-align: right;
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid black;
}

.note-handle .note-control-selection>div {
    position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: black;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30);
}

.note-handle .note-control-selection .note-control-handle {
    width: 7px;
    height: 7px;
    border: 1px solid black;
}

.note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid black;
}

.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    background-color: white;
    border: 1px solid black;
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0;
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none;
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0;
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: white;
    background-color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
}





/**	40. Markdown
*************************************************** **/
.md-editor {
    display: block;
    border: 1px solid #ddd;
}

.md-editor>.md-header,.md-editor .md-footer {
    display: block;
    padding: 6px 4px;
    background: #fff;
}

.md-editor>.md-header {
    margin: 0;
}

.md-editor>.md-preview {
    background: #fff;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    min-height: 10px;
    overflow: auto;
}

.md-editor>textarea {
    font-size: 14px;
    outline: 0;
    outline: thin dotted \9;
    margin: 0;
    display: block;
    padding: 0;
    width: 100%;
    border: 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    border-radius: 0;
    box-shadow: none;
    background: #fafafa;
}

.md-editor>textarea:focus {
    box-shadow: none;
    background: #fff;
}

.md-editor.active {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,0.1);
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-bottom:0;
}
.btn-toolbar>.btn>i.fa,
.btn-toolbar>.btn>span.glyphicon  {
	color:#fff !important;
}


/**	41. CKEditor
*************************************************** **/
/**
 *	CKEditor editables are automatically set with the "cke_editable" class
 *	plus cke_editable_(inline|themed) depending on the editor type.
 */

/* Style a bit the inline editables. */
.cke_editable.cke_editable_inline
{
	cursor: pointer;
}

/* Once an editable element gets focused, the "cke_focus" class is
   added to it, so we can style it differently. */
.cke_editable.cke_editable_inline.cke_focus
{
	box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000;
	outline: none;
	background: #eee;
	cursor: text;
}

/* Avoid pre-formatted overflows inline editable. */
.cke_editable_inline pre
{
	white-space: pre-wrap;
	word-wrap: break-word;
}

.cke_top {
	background: #f9fafc !important;
	background-size: 100% !important;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9fafc), color-stop(100%, #f7f7f7)) !important;
	background-image: -webkit-linear-gradient(top, #f9fafc, #f7f7f7) !important;
	background-image: -moz-linear-gradient(top, #f9fafc, #f7f7f7) !important;
	background-image: -o-linear-gradient(top, #f9fafc, #f7f7f7) !important;
	background-image: linear-gradient(top, #f9fafc, #f7f7f7) !important;
	border-bottom: #eee 1px solid !important;
	-webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.03) !important;
	-moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.03) !important;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.03) !important;
}
.cke_chrome {
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.panel-body.nopadding .cke_chrome {
	border:0 !important;
}



/**	42. Colors
   colors.css v2.0.0
   http://clrs.cc

   SKINS
   - Backgrounds
   - Colors
   - Border colors
   - SVG fills
   - SVG Strokes

*************************************************** **/
/* Backgrounds */
.bg-navy {
  background-color: #001F3F !important; }

.bg-blue {
  background-color: #0074D9 !important; }

.bg-aqua {
  background-color: #7FDBFF !important; }

.bg-teal {
  background-color: #39CCCC !important; }

.bg-olive {
  background-color: #3D9970 !important; }

.bg-green {
  background-color: #2ECC40 !important; }

.bg-lime {
  background-color: #01FF70 !important; }

.bg-yellow {
  background-color: #FFDC00 !important; }

.bg-orange {
  background-color: #FF851B !important; }

.bg-red {
  background-color: #FF4136 !important; }

.bg-fuchsia {
  background-color: #F012BE !important; }

.bg-purple {
  background-color: #B10DC9 !important; }

.bg-maroon {
  background-color: #85144B !important; }

.bg-white {
  background-color: #fff !important; }

.bg-gray {
  background-color: #aaa !important; }

.bg-silver {
  background-color: #ddd !important; }

.bg-black {
  background-color: #111 !important; }

/* Colors */
.navy {
  color: #001F3F !important; }

.blue {
  color: #0074D9 !important; }

.aqua {
  color: #7FDBFF !important; }

.teal {
  color: #39CCCC !important; }

.olive {
  color: #3D9970 !important; }

.green {
  color: #2ECC40 !important; }

.lime {
  color: #01FF70 !important; }

.yellow {
  color: #FFDC00 !important; }

.orange {
  color: #FF851B !important; }

.red {
  color: #FF4136 !important; }

.fuchsia {
  color: #F012BE !important; }

.purple {
  color: #B10DC9 !important; }

.maroon {
  color: #85144B !important; }

.white {
  color: #fff !important; }

.silver {
  color: #ddd !important; }

.gray {
  color: #aaa !important; }

.black {
  color: #111 !important; }

/* Border colors 

   Use with another border utility that sets border-width and style 
   i.e .border { border-width: 1px; border-style: solid !important; }     
*/
.border-navy {
  border-color: #001F3F !important; }

.border-blue {
  border-color: #0074D9 !important; }

.border-aqua {
  border-color: #7FDBFF !important; }

.border-teal {
  border-color: #39CCCC !important; }

.border-olive {
  border-color: #3D9970 !important; }

.border-green {
  border-color: #2ECC40 !important; }

.border-lime {
  border-color: #01FF70 !important; }

.border-yellow {
  border-color: #FFDC00 !important; }

.border-orange {
  border-color: #FF851B !important; }

.border-red {
  border-color: #FF4136 !important; }

.border-fuchsia {
  border-color: #F012BE !important; }

.border-purple {
  border-color: #B10DC9 !important; }

.border-maroon {
  border-color: #85144B !important; }

.border-white {
  border-color: #fff !important; }

.border-gray {
  border-color: #aaa !important; }

.border-silver {
  border-color: #ddd !important; }

.border-black {
  border-color: #111 !important; }

/* Fills for SVG */
.fill-navy {
  fill: #001F3F !important; }

.fill-blue {
  fill: #0074D9 !important; }

.fill-aqua {
  fill: #7FDBFF !important; }

.fill-teal {
  fill: #39CCCC !important; }

.fill-olive {
  fill: #3D9970 !important; }

.fill-green {
  fill: #2ECC40 !important; }

.fill-lime {
  fill: #01FF70 !important; }

.fill-yellow {
  fill: #FFDC00 !important; }

.fill-orange {
  fill: #FF851B !important; }

.fill-red {
  fill: #FF4136 !important; }

.fill-fuchsia {
  fill: #F012BE !important; }

.fill-purple {
  fill: #B10DC9 !important; }

.fill-maroon {
  fill: #85144B !important; }

.fill-white {
  fill: #fff !important; }

.fill-gray {
  fill: #aaa !important; }

.fill-silver {
  fill: #ddd !important; }

.fill-black {
  fill: #111 !important; }

/* Strokes for SVG */
.stroke-navy {
  stroke: #001F3F !important; }

.stroke-blue {
  stroke: #0074D9 !important; }

.stroke-aqua {
  stroke: #7FDBFF !important; }

.stroke-teal {
  stroke: #39CCCC !important; }

.stroke-olive {
  stroke: #3D9970 !important; }

.stroke-green {
  stroke: #2ECC40 !important; }

.stroke-lime {
  stroke: #01FF70 !important; }

.stroke-yellow {
  stroke: #FFDC00 !important; }

.stroke-orange {
  stroke: #FF851B !important; }

.stroke-red {
  stroke: #FF4136 !important; }

.stroke-fuchsia {
  stroke: #F012BE !important; }

.stroke-purple {
  stroke: #B10DC9 !important; }

.stroke-maroon {
  stroke: #85144B !important; }

.stroke-white {
  stroke: #fff !important; }

.stroke-gray {
  stroke: #aaa !important; }

.stroke-silver {
  stroke: #ddd !important; }

.stroke-black {
  stroke: #111 !important; }

  

/**	--. Printable Div
	If want to dismiss these rules, 
	add to body: class="printable"
	Or simply delete custom rules!
*************************************************** **/
@media print {
	/* 
		@CUSTOM RULES 
	*/
	#topBar, #navBar, #topNav, #footer, #header, .page-title {
		display:none !important;
	}
	body * {
		visibility: hidden;
		margin:0; padding:0;
	}
	.printable * { 
		visibility: visible;
	}

	/* print resets */
	#wrapper {
		margin:0 !important;
		padding:20px 0 0 0 !important;
	}

	/* display none for all other elements - remove whitespaces */
	#topNav, #header_shadow, #footer,
	#page-title, .btn { display:none; }


	/* 
		@REQUIRED RULES
	*/
	.col-sm-1, .col-sm-2, .col-sm-3, 
	.col-sm-4, .col-sm-5, .col-sm-6, 
	.col-sm-7, .col-sm-8, .col-sm-9, 
	.col-sm-10, .col-sm-11, 
	.col-sm-12 	{ float: left; }
	.col-sm-12 	{ width: 100%; }
	.col-sm-11 	{ width: 91.66666666666666%; }
	.col-sm-10 	{ width: 83.33333333333334%; }
	.col-sm-9 	{ width: 75%; }
	.col-sm-8 	{ width: 66.66666666666666%; }
	.col-sm-7 	{ width: 58.333333333333336%; }
	.col-sm-6 	{ width: 50%; }
	.col-sm-5 	{ width: 41.66666666666667%; }
	.col-sm-4 	{ width: 33.33333333333333%; }
	.col-sm-3 	{ width: 25%; }
	.col-sm-2 	{ width: 16.666666666666664%; }
	.col-sm-1 	{ width: 8.333333333333332%; }
}
img.thumbnail {
    max-width: 100%;
}

section.container.home_page_slider {
    padding: 0px;
    max-width:1050px;
    width: 100%;
}
section.container.home_page_slider .col-sm-6{padding:0px}
section.container.home_page_slider .col-sm-6 img{max-width:100%;margin-bottom:0px;max-height: 300px;
    width: 100%;}
.home_page_content ul.sort-destination li {
    padding: 0px;
}
/* SOCIAL ICONS */

.social-links .icon {
	border-radius: 100%;
	width: 32px;
	height: 32px;
	font-size: 18px;
	text-align: center;
	line-height: 18px;
	padding-top: 6px;
	display: inline-block;
	color: #fff;
	box-shadow: 1px 1px 0px rgba(0,0,0,.4);
	background: #ccc;
	border-bottom: 0px;
}

.social-links a.icon {
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.social-links a.icon:hover {
	text-decoration: none;
	box-shadow: none;
}

.social-links a:hover, .social-links a:focus, .social-links a:active {
	text-decoration: none;
	box-shadow: none;
}

/*common background colors*/
.social-links .fa-facebook {
	background-color: #436DBA;
}

.social-links .fa-twitter {
	background-color: #3AC3FF;
}

.social-links .fa-instagram {
	background-color: #B57A37;
}

.social-links .fa-pinterest {
	background-color: #c92619;
}

.social-links .fa-youtube {
	background-color: #F00;
}

.social-links .fa-google-plus {
	background-color: #dd4b39;
}

.social-links .fa-houzz {
	background-color: #7CC04B;
}

.social-links .fa-rss {
	background-color: #f26109;
}

.social-links .fa-linkedin {
	background-color: #3371b7;
}

.social-links .fa-yelp {
	background-color: #c83218;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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:.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:-.5em;}sub{bottom:-.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:.35em .625em .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:"*";}.glyphicon-plus:before{content:"+";}.glyphicon-euro:before,.glyphicon-eur:before{content:"€";}.glyphicon-minus:before{content:"−";}.glyphicon-cloud:before{content:"☁";}.glyphicon-envelope:before{content:"✉";}.glyphicon-pencil:before{content:"✏";}.glyphicon-glass:before{content:"";}.glyphicon-music:before{content:"";}.glyphicon-search:before{content:"";}.glyphicon-heart:before{content:"";}.glyphicon-star:before{content:"";}.glyphicon-star-empty:before{content:"";}.glyphicon-user:before{content:"";}.glyphicon-film:before{content:"";}.glyphicon-th-large:before{content:"";}.glyphicon-th:before{content:"";}.glyphicon-th-list:before{content:"";}.glyphicon-ok:before{content:"";}.glyphicon-remove:before{content:"";}.glyphicon-zoom-in:before{content:"";}.glyphicon-zoom-out:before{content:"";}.glyphicon-off:before{content:"";}.glyphicon-signal:before{content:"";}.glyphicon-cog:before{content:"";}.glyphicon-trash:before{content:"";}.glyphicon-home:before{content:"";}.glyphicon-file:before{content:"";}.glyphicon-time:before{content:"";}.glyphicon-road:before{content:"";}.glyphicon-download-alt:before{content:"";}.glyphicon-download:before{content:"";}.glyphicon-upload:before{content:"";}.glyphicon-inbox:before{content:"";}.glyphicon-play-circle:before{content:"";}.glyphicon-repeat:before{content:"";}.glyphicon-refresh:before{content:"";}.glyphicon-list-alt:before{content:"";}.glyphicon-lock:before{content:"";}.glyphicon-flag:before{content:"";}.glyphicon-headphones:before{content:"";}.glyphicon-volume-off:before{content:"";}.glyphicon-volume-down:before{content:"";}.glyphicon-volume-up:before{content:"";}.glyphicon-qrcode:before{content:"";}.glyphicon-barcode:before{content:"";}.glyphicon-tag:before{content:"";}.glyphicon-tags:before{content:"";}.glyphicon-book:before{content:"";}.glyphicon-bookmark:before{content:"";}.glyphicon-print:before{content:"";}.glyphicon-camera:before{content:"";}.glyphicon-font:before{content:"";}.glyphicon-bold:before{content:"";}.glyphicon-italic:before{content:"";}.glyphicon-text-height:before{content:"";}.glyphicon-text-width:before{content:"";}.glyphicon-align-left:before{content:"";}.glyphicon-align-center:before{content:"";}.glyphicon-align-right:before{content:"";}.glyphicon-align-justify:before{content:"";}.glyphicon-list:before{content:"";}.glyphicon-indent-left:before{content:"";}.glyphicon-indent-right:before{content:"";}.glyphicon-facetime-video:before{content:"";}.glyphicon-picture:before{content:"";}.glyphicon-map-marker:before{content:"";}.glyphicon-adjust:before{content:"";}.glyphicon-tint:before{content:"";}.glyphicon-edit:before{content:"";}.glyphicon-share:before{content:"";}.glyphicon-check:before{content:"";}.glyphicon-move:before{content:"";}.glyphicon-step-backward:before{content:"";}.glyphicon-fast-backward:before{content:"";}.glyphicon-backward:before{content:"";}.glyphicon-play:before{content:"";}.glyphicon-pause:before{content:"";}.glyphicon-stop:before{content:"";}.glyphicon-forward:before{content:"";}.glyphicon-fast-forward:before{content:"";}.glyphicon-step-forward:before{content:"";}.glyphicon-eject:before{content:"";}.glyphicon-chevron-left:before{content:"";}.glyphicon-chevron-right:before{content:"";}.glyphicon-plus-sign:before{content:"";}.glyphicon-minus-sign:before{content:"";}.glyphicon-remove-sign:before{content:"";}.glyphicon-ok-sign:before{content:"";}.glyphicon-question-sign:before{content:"";}.glyphicon-info-sign:before{content:"";}.glyphicon-screenshot:before{content:"";}.glyphicon-remove-circle:before{content:"";}.glyphicon-ok-circle:before{content:"";}.glyphicon-ban-circle:before{content:"";}.glyphicon-arrow-left:before{content:"";}.glyphicon-arrow-right:before{content:"";}.glyphicon-arrow-up:before{content:"";}.glyphicon-arrow-down:before{content:"";}.glyphicon-share-alt:before{content:"";}.glyphicon-resize-full:before{content:"";}.glyphicon-resize-small:before{content:"";}.glyphicon-exclamation-sign:before{content:"";}.glyphicon-gift:before{content:"";}.glyphicon-leaf:before{content:"";}.glyphicon-fire:before{content:"";}.glyphicon-eye-open:before{content:"";}.glyphicon-eye-close:before{content:"";}.glyphicon-warning-sign:before{content:"";}.glyphicon-plane:before{content:"";}.glyphicon-calendar:before{content:"";}.glyphicon-random:before{content:"";}.glyphicon-comment:before{content:"";}.glyphicon-magnet:before{content:"";}.glyphicon-chevron-up:before{content:"";}.glyphicon-chevron-down:before{content:"";}.glyphicon-retweet:before{content:"";}.glyphicon-shopping-cart:before{content:"";}.glyphicon-folder-close:before{content:"";}.glyphicon-folder-open:before{content:"";}.glyphicon-resize-vertical:before{content:"";}.glyphicon-resize-horizontal:before{content:"";}.glyphicon-hdd:before{content:"";}.glyphicon-bullhorn:before{content:"";}.glyphicon-bell:before{content:"";}.glyphicon-certificate:before{content:"";}.glyphicon-thumbs-up:before{content:"";}.glyphicon-thumbs-down:before{content:"";}.glyphicon-hand-right:before{content:"";}.glyphicon-hand-left:before{content:"";}.glyphicon-hand-up:before{content:"";}.glyphicon-hand-down:before{content:"";}.glyphicon-circle-arrow-right:before{content:"";}.glyphicon-circle-arrow-left:before{content:"";}.glyphicon-circle-arrow-up:before{content:"";}.glyphicon-circle-arrow-down:before{content:"";}.glyphicon-globe:before{content:"";}.glyphicon-wrench:before{content:"";}.glyphicon-tasks:before{content:"";}.glyphicon-filter:before{content:"";}.glyphicon-briefcase:before{content:"";}.glyphicon-fullscreen:before{content:"";}.glyphicon-dashboard:before{content:"";}.glyphicon-paperclip:before{content:"";}.glyphicon-heart-empty:before{content:"";}.glyphicon-link:before{content:"";}.glyphicon-phone:before{content:"";}.glyphicon-pushpin:before{content:"";}.glyphicon-usd:before{content:"";}.glyphicon-gbp:before{content:"";}.glyphicon-sort:before{content:"";}.glyphicon-sort-by-alphabet:before{content:"";}.glyphicon-sort-by-alphabet-alt:before{content:"";}.glyphicon-sort-by-order:before{content:"";}.glyphicon-sort-by-order-alt:before{content:"";}.glyphicon-sort-by-attributes:before{content:"";}.glyphicon-sort-by-attributes-alt:before{content:"";}.glyphicon-unchecked:before{content:"";}.glyphicon-expand:before{content:"";}.glyphicon-collapse-down:before{content:"";}.glyphicon-collapse-up:before{content:"";}.glyphicon-log-in:before{content:"";}.glyphicon-flash:before{content:"";}.glyphicon-log-out:before{content:"";}.glyphicon-new-window:before{content:"";}.glyphicon-record:before{content:"";}.glyphicon-save:before{content:"";}.glyphicon-open:before{content:"";}.glyphicon-saved:before{content:"";}.glyphicon-import:before{content:"";}.glyphicon-export:before{content:"";}.glyphicon-send:before{content:"";}.glyphicon-floppy-disk:before{content:"";}.glyphicon-floppy-saved:before{content:"";}.glyphicon-floppy-remove:before{content:"";}.glyphicon-floppy-save:before{content:"";}.glyphicon-floppy-open:before{content:"";}.glyphicon-credit-card:before{content:"";}.glyphicon-transfer:before{content:"";}.glyphicon-cutlery:before{content:"";}.glyphicon-header:before{content:"";}.glyphicon-compressed:before{content:"";}.glyphicon-earphone:before{content:"";}.glyphicon-phone-alt:before{content:"";}.glyphicon-tower:before{content:"";}.glyphicon-stats:before{content:"";}.glyphicon-sd-video:before{content:"";}.glyphicon-hd-video:before{content:"";}.glyphicon-subtitles:before{content:"";}.glyphicon-sound-stereo:before{content:"";}.glyphicon-sound-dolby:before{content:"";}.glyphicon-sound-5-1:before{content:"";}.glyphicon-sound-6-1:before{content:"";}.glyphicon-sound-7-1:before{content:"";}.glyphicon-copyright-mark:before{content:"";}.glyphicon-registration-mark:before{content:"";}.glyphicon-cloud-download:before{content:"";}.glyphicon-cloud-upload:before{content:"";}.glyphicon-tree-conifer:before{content:"";}.glyphicon-tree-deciduous:before{content:"";}.glyphicon-cd:before{content:"";}.glyphicon-save-file:before{content:"";}.glyphicon-open-file:before{content:"";}.glyphicon-level-up:before{content:"";}.glyphicon-copy:before{content:"";}.glyphicon-paste:before{content:"";}.glyphicon-alert:before{content:"";}.glyphicon-equalizer:before{content:"";}.glyphicon-king:before{content:"";}.glyphicon-queen:before{content:"";}.glyphicon-pawn:before{content:"";}.glyphicon-bishop:before{content:"";}.glyphicon-knight:before{content:"";}.glyphicon-baby-formula:before{content:"";}.glyphicon-tent:before{content:"⛺";}.glyphicon-blackboard:before{content:"";}.glyphicon-bed:before{content:"";}.glyphicon-apple:before{content:"";}.glyphicon-erase:before{content:"";}.glyphicon-hourglass:before{content:"⌛";}.glyphicon-lamp:before{content:"";}.glyphicon-duplicate:before{content:"";}.glyphicon-piggy-bank:before{content:"";}.glyphicon-scissors:before{content:"";}.glyphicon-bitcoin:before{content:"";}.glyphicon-btc:before{content:"";}.glyphicon-xbt:before{content:"";}.glyphicon-yen:before{content:"¥";}.glyphicon-jpy:before{content:"¥";}.glyphicon-ruble:before{content:"₽";}.glyphicon-rub:before{content:"₽";}.glyphicon-scale:before{content:"";}.glyphicon-ice-lolly:before{content:"";}.glyphicon-ice-lolly-tasted:before{content:"";}.glyphicon-education:before{content:"";}.glyphicon-option-horizontal:before{content:"";}.glyphicon-option-vertical:before{content:"";}.glyphicon-menu-hamburger:before{content:"";}.glyphicon-modal-window:before{content:"";}.glyphicon-oil:before{content:"";}.glyphicon-grain:before{content:"";}.glyphicon-sunglasses:before{content:"";}.glyphicon-text-size:before{content:"";}.glyphicon-text-color:before{content:"";}.glyphicon-text-background:before{content:"";}.glyphicon-object-align-top:before{content:"";}.glyphicon-object-align-bottom:before{content:"";}.glyphicon-object-align-horizontal:before{content:"";}.glyphicon-object-align-left:before{content:"";}.glyphicon-object-align-vertical:before{content:"";}.glyphicon-object-align-right:before{content:"";}.glyphicon-triangle-right:before{content:"";}.glyphicon-triangle-left:before{content:"";}.glyphicon-triangle-bottom:before{content:"";}.glyphicon-triangle-top:before{content:"";}.glyphicon-console:before{content:"";}.glyphicon-superscript:before{content:"";}.glyphicon-subscript:before{content:"";}.glyphicon-menu-left:before{content:"";}.glyphicon-menu-right:before{content:"";}.glyphicon-menu-down:before{content:"";}.glyphicon-menu-up:before{content:"";}*{-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:'Open Sans',Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;color:#333;background-color:#fff;}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}a{color:#13bef7;text-decoration:none;}a:hover,a:focus{color:#068bb7;text-decoration:underline;}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}figure{margin:0;}img{vertical-align:middle;}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto;}.img-rounded{border-radius:0;}.img-thumbnail{padding:0;line-height:1.5;background-color:#fff;border:1px solid transparent;border-radius:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto;}.img-circle{border-radius:50%;}hr{margin-top:24px;margin-bottom:24px;border:0;border-top:1px solid #eee;}.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:inherit;font-weight:500;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:#777;}h1,.h1,h2,.h2,h3,.h3{margin-top:24px;margin-bottom:12px;}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:12px;margin-bottom:12px;}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:41px;}h2,.h2{font-size:34px;}h3,.h3{font-size:28px;}h4,.h4{font-size:20px;}h5,.h5{font-size:16px;}h6,.h6{font-size:14px;}p{margin:0 0 12px;}.lead{margin-bottom:24px;font-size:18px;font-weight:300;line-height:1.4;}@media(min-width:768px){.lead{font-size:24px;}}small,.small{font-size:87%;}mark,.mark{background-color:#fcf8e3;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:#777;}.text-primary{color:#13bef7;}a.text-primary:hover,a.text-primary:focus{color:#079ed0;}.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:#13bef7;}a.bg-primary:hover,a.bg-primary:focus{background-color:#079ed0;}.bg-success{background-color:#dff0d8;}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3;}.bg-info{background-color:#d9edf7;}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee;}.bg-warning{background-color:#fcf8e3;}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5;}.bg-danger{background-color:#f2dede;}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9;}.page-header{padding-bottom:11px;margin:48px 0 24px;border-bottom:1px solid #eee;}ul,ol{margin-top:0;margin-bottom:12px;}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:24px;}dt,dd{line-height:1.5;}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 #777;}.initialism{font-size:90%;text-transform:uppercase;}blockquote{padding:12px 24px;margin:0 0 24px;font-size:20px;border-left:5px solid #eee;}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.5;color:#777;}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'— ';}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;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:' —';}address{margin-bottom:24px;font-style:normal;line-height:1.5;}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:0;}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none;}pre{display:block;padding:11.5px;margin:0 0 12px;font-size:15px;line-height:1.5;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:0;}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:1170px;}}.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:#777;text-align:left;}th{text-align:left;}.table{width:100%;max-width:100%;margin-bottom:24px;}.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.5;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:#dff0d8;}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6;}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7;}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3;}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc;}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc;}.table-responsive{overflow-x:auto;min-height:.01%;}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:18px;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:24px;font-size:24px;line-height:inherit;color:#333;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:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}output{display:block;padding-top:16px;font-size:16px;line-height:1.5;color:#555;}.form-control{display:block;width:100%;height:56px;padding:15px 15px;font-size:16px;line-height:1.5;color:#555;background-color:#fdfdfd;background-image:none;border:1px solid #ccc;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(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;}.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,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.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:#eee;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:56px;}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:43px;}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:65px;}}.form-group{margin-bottom:15px;}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px;}.radio label,.checkbox label{min-height:24px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer;}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9;}.radio+.radio,.checkbox+.checkbox{margin-top:-5px;}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer;}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px;}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed;}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed;}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed;}.form-control-static{padding-top:16px;padding-bottom:16px;margin-bottom:0;min-height:40px;}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0;}.input-sm{height:43px;padding:10px 10px;font-size:14px;line-height:1.5;border-radius:0;}select.input-sm{height:43px;line-height:43px;}textarea.input-sm,select[multiple].input-sm{height:auto;}.form-group-sm .form-control{height:43px;padding:10px 10px;font-size:14px;line-height:1.5;border-radius:0;}.form-group-sm select.form-control{height:43px;line-height:43px;}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto;}.form-group-sm .form-control-static{height:43px;min-height:38px;padding:11px 10px;font-size:14px;line-height:1.5;}.input-lg{height:65px;padding:18px 18px;font-size:20px;line-height:1.3333333;border-radius:0;}select.input-lg{height:65px;line-height:65px;}textarea.input-lg,select[multiple].input-lg{height:auto;}.form-group-lg .form-control{height:65px;padding:18px 18px;font-size:20px;line-height:1.3333333;border-radius:0;}.form-group-lg select.form-control{height:65px;line-height:65px;}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto;}.form-group-lg .form-control-static{height:65px;min-height:44px;padding:19px 18px;font-size:20px;line-height:1.3333333;}.has-feedback{position:relative;}.has-feedback .form-control{padding-right:70px;}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:56px;height:56px;line-height:56px;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:65px;height:65px;line-height:65px;}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:43px;height:43px;line-height:43px;}.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,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8;}.has-success .form-control-feedback{color:#3c763d;}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b;}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3;}.has-warning .form-control-feedback{color:#8a6d3b;}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442;}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede;}.has-error .form-control-feedback{color:#a94442;}.has-feedback label~.form-control-feedback{top:29px;}.has-feedback label.sr-only~.form-control-feedback{top:0;}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373;}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}.form-inline .form-control{display:inline-block;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:16px;}.form-horizontal .radio,.form-horizontal .checkbox{min-height:40px;}.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:16px;}}.form-horizontal .has-feedback .form-control-feedback{right:15px;}@media(min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:19px;font-size:20px;}}@media(min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:11px;font-size:14px;}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:15px 32px;font-size:16px;line-height:1.5;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none;}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.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:#333;background-color:#efefef;border-color:#efefef;}.btn-default:focus,.btn-default.focus{color:#333;background-color:#d6d6d6;border-color:#afafaf;}.btn-default:hover{color:#333;background-color:#d6d6d6;border-color:#d0d0d0;}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#d6d6d6;border-color:#d0d0d0;}.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:#333;background-color:#c4c4c4;border-color:#afafaf;}.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:#efefef;border-color:#efefef;}.btn-default .badge{color:#efefef;background-color:#333;}.btn-primary{color:#fff;background-color:#13bef7;border-color:#08b0e9;}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#079ed0;border-color:#04536d;}.btn-primary:hover{color:#fff;background-color:#079ed0;border-color:#0684ad;}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#079ed0;border-color:#0684ad;}.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:#0684ad;border-color:#04536d;}.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:#13bef7;border-color:#08b0e9;}.btn-primary .badge{color:#13bef7;background-color:#fff;}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c;}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625;}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439;}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439;}.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:#fff;background-color:#398439;border-color:#255625;}.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:#5cb85c;border-color:#4cae4c;}.btn-success .badge{color:#5cb85c;background-color:#fff;}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da;}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85;}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc;}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc;}.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:#fff;background-color:#269abc;border-color:#1b6d85;}.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:#5bc0de;border-color:#46b8da;}.btn-info .badge{color:#5bc0de;background-color:#fff;}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236;}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d;}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512;}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512;}.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:#fff;background-color:#d58512;border-color:#985f0d;}.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:#f0ad4e;border-color:#eea236;}.btn-warning .badge{color:#f0ad4e;background-color:#fff;}.btn-danger{color:#fff;background-color:#e00600;border-color:#c70500;}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#ad0500;border-color:#470200;}.btn-danger:hover{color:#fff;background-color:#ad0500;border-color:#890400;}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#ad0500;border-color:#890400;}.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:#890400;border-color:#470200;}.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:#e00600;border-color:#c70500;}.btn-danger .badge{color:#e00600;background-color:#fff;}.btn-link{color:#13bef7;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:#068bb7;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:#777;text-decoration:none;}.btn-lg,.btn-group-lg>.btn{padding:18px 18px;font-size:20px;line-height:1.3333333;border-radius:0;}.btn-sm,.btn-group-sm>.btn{padding:10px 10px;font-size:14px;line-height:1.5;border-radius:0;}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:14px;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 .15s linear;-o-transition:opacity .15s linear;transition:opacity .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:.35s;transition-duration:.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:200px;padding:0;margin:0;list-style:none;font-size:16px;text-align:left;background-color:#fff;border:1px solid #fff;border:1px solid #e5e5e5;border-radius:0;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}.dropdown-menu .divider{height:1px;margin:11px 0;overflow:hidden;background-color:#e5e5e5;}.dropdown-menu>li>a{display:block;padding:8px 20px;font-size:13px;clear:both;font-weight:normal;line-height:1.5;color:#333;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:#13bef7;}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777;}.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:14px;line-height:1.5;color:#777;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,.125);box-shadow:inset 0 3px 5px rgba(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:65px;padding:18px 18px;font-size:20px;line-height:1.3333333;border-radius:0;}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:65px;line-height:65px;}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:43px;padding:10px 10px;font-size:14px;line-height:1.5;border-radius:0;}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:43px;line-height:43px;}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:15px 15px;font-size:16px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:0;}.input-group-addon.input-sm{padding:10px 10px;font-size:14px;border-radius:0;}.input-group-addon.input-lg{padding:18px 18px;font-size:20px;border-radius:0;}.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:15px 15px;}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee;}.nav>li.disabled>a{color:#777;}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed;}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#13bef7;}.nav .nav-divider{height:1px;margin:11px 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.5;border:1px solid transparent;border-radius:0 0 0 0;}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd;}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;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:0;}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd;}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:0 0 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:0;}.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:#13bef7;}.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:0;}.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:0 0 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:64px;margin-bottom:24px;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,.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:20px 15px;font-size:20px;line-height:24px;height:64px;}.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:15px;margin-bottom:15px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:0;}.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:10px -15px;}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:24px;}@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:24px;}.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:20px;padding-bottom:20px;}}.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,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:4px;margin-bottom:4px;}@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:4px;margin-bottom:4px;}.navbar-btn.btn-sm{margin-top:10.5px;margin-bottom:10.5px;}.navbar-btn.btn-xs{margin-top:21px;margin-bottom:21px;}.navbar-text{margin-top:20px;margin-bottom:20px;}@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:#f8f8f8;border-color:#e7e7e7;}.navbar-default .navbar-brand{color:#777;}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent;}.navbar-default .navbar-text{color:#777;}.navbar-default .navbar-nav>li>a{color:#777;}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent;}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7;}.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:#ddd;}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd;}.navbar-default .navbar-toggle .icon-bar{background-color:#888;}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7;}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555;}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777;}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;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:#555;background-color:#e7e7e7;}.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:#777;}.navbar-default .navbar-link:hover{color:#333;}.navbar-default .btn-link{color:#777;}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333;}.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:#4b616f;border-color:#4b616f;}.navbar-inverse .navbar-brand{color:#fff;}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent;}.navbar-inverse .navbar-text{color:#fff;}.navbar-inverse .navbar-nav>li>a{color:#fff;}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent;}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#364651;}.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:#3d4e5a;}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#364651;color:#fff;}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#4b616f;}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#4b616f;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#fff;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;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:#fff;background-color:#364651;}.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:#fff;}.navbar-inverse .navbar-link:hover{color:#fff;}.navbar-inverse .btn-link{color:#fff;}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff;}.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 0;margin-bottom:24px;list-style:none;background-color:transparent;border-radius:0;}.breadcrumb>li{display:inline-block;}.breadcrumb>li+li:before{content:"/ ";padding:0 5px;color:#ccc;}.breadcrumb>.active{color:#13bef7;}.pagination{display:inline-block;padding-left:0;margin:24px 0;border-radius:0;}.pagination>li{display:inline;}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:15px 15px;line-height:1.5;text-decoration:none;color:#13bef7;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:0;border-top-left-radius:0;}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0;}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#068bb7;background-color:#eee;border-color:#ddd;}.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:#fff;background-color:#13bef7;border-color:#13bef7;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:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed;}.pagination-lg>li>a,.pagination-lg>li>span{padding:18px 18px;font-size:20px;line-height:1.3333333;}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0;}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0;}.pagination-sm>li>a,.pagination-sm>li>span{padding:10px 10px;font-size:14px;line-height:1.5;}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:0;border-top-left-radius:0;}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:0;border-top-right-radius:0;}.pager{padding-left:0;margin:24px 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 #ddd;border-radius:15px;}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee;}.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:#777;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:#777;}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e;}.label-primary{background-color:#13bef7;}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#079ed0;}.label-success{background-color:#5cb85c;}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44;}.label-info{background-color:#5bc0de;}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5;}.label-warning{background-color:#f0ad4e;}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f;}.label-danger{background-color:#e00600;}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#ad0500;}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:14px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777;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:#13bef7;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:#eee;}.jumbotron h1,.jumbotron .h1{color:inherit;}.jumbotron p{margin-bottom:15px;font-size:24px;font-weight:200;}.jumbotron>hr{border-top-color:#d5d5d5;}.container .jumbotron,.container-fluid .jumbotron{border-radius:0;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:72px;}}.thumbnail{display:block;padding:0;margin-bottom:24px;line-height:1.5;background-color:#fff;border:1px solid transparent;border-radius:0;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .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:#13bef7;}.thumbnail .caption{padding:9px;color:#333;}.alert{padding:15px;margin-bottom:24px;border:1px solid transparent;border-radius:0;}.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:#dff0d8;border-color:#d6e9c6;color:#3c763d;}.alert-success hr{border-top-color:#c9e2b3;}.alert-success .alert-link{color:#2b542c;}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f;}.alert-info hr{border-top-color:#a6e1ec;}.alert-info .alert-link{color:#245269;}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b;}.alert-warning hr{border-top-color:#f7e1b5;}.alert-warning .alert-link{color:#66512c;}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442;}.alert-danger hr{border-top-color:#e4b9c0;}.alert-danger .alert-link{color:#843534;}@-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:24px;margin-bottom:24px;background-color:#f5f5f5;border-radius:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);}.progress-bar{float:left;width:0%;height:100%;font-size:14px;line-height:24px;color:#fff;text-align:center;background-color:#13bef7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease;}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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:#5cb85c;}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-info{background-color:#5bc0de;}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-warning{background-color:#f0ad4e;}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-danger{background-color:#e00600;}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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:0;border-top-left-radius:0;}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}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:#eee;color:#777;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:#777;}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#13bef7;border-color:#13bef7;}.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:#d8f4fe;}.list-group-item-success{color:#3c763d;background-color:#dff0d8;}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:#d0e9c6;}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:#d9edf7;}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:#c4e3f3;}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:#fcf8e3;}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:#faf2cc;}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:#f2dede;}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:#ebcccc;}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:24px;background-color:#fff;border:1px solid transparent;border-radius:0;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);}.panel-body{padding:15px;}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:-1px;border-top-left-radius:-1px;}.panel-heading>.dropdown .dropdown-toggle{color:inherit;}.panel-title{margin-top:0;margin-bottom:0;font-size:18px;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:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:-1px;border-bottom-left-radius:-1px;}.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:-1px;border-top-left-radius:-1px;}.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:-1px;border-bottom-left-radius:-1px;}.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:-1px;border-top-left-radius:-1px;}.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:-1px;border-top-right-radius:-1px;}.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:-1px;}.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:-1px;}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:-1px;border-bottom-left-radius:-1px;}.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:-1px;border-bottom-right-radius:-1px;}.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:-1px;}.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:-1px;}.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:24px;}.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:#ddd;}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd;}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd;}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333;}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd;}.panel-primary{border-color:#13bef7;}.panel-primary>.panel-heading{color:#fff;background-color:#13bef7;border-color:#13bef7;}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#13bef7;}.panel-primary>.panel-heading .badge{color:#13bef7;background-color:#fff;}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#13bef7;}.panel-success{border-color:#d6e9c6;}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6;}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d;}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6;}.panel-info{border-color:#bce8f1;}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1;}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f;}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1;}.panel-warning{border-color:#faebcc;}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc;}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b;}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc;}.panel-danger{border-color:#ebccd1;}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1;}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442;}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1;}.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:#f5f5f5;border:1px solid #e3e3e3;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15);}.well-lg{padding:24px;border-radius:0;}.well-sm{padding:9px;border-radius:0;}.close{float:right;font-size:24px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.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 .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .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 rgba(0,0,0,.2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0;}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0);}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50);}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;}.modal-header .close{margin-top:-2px;}.modal-title{margin:0;line-height:1.5;}.modal-body{position:relative;padding:15px;}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5;}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0;}.modal-footer .btn-group .btn+.btn{margin-left:-1px;}.modal-footer .btn-block+.btn-block{margin-left:0;}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}@media(min-width:768px){.modal-dialog{width:600px;margin:30px auto;}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5);}.modal-sm{width:300px;}}@media(min-width:992px){.modal-lg{width:900px;}}.tooltip{position:absolute;z-index:1070;display:block;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.5;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;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:.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:0;}.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:'Open Sans',Arial,Helvetica,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.5;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:16px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:0;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(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:16px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:-1px -1px 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:#999;border-top-color:rgba(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:#999;border-right-color:rgba(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:#999;border-bottom-color:rgba(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:#999;border-left-color:rgba(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:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.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 .6s ease-in-out;-moz-transition:-moz-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .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:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(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,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(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:.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:'‹';}.carousel-control .icon-next:before{content:'›';}.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,.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;}}
/*Store CSS*/
.sale-price,
.level-price {
  color: #e00600;
}
.regular-price {
  color: #555555;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 12.8px;
}
.in-stock-hint {
  color: #2B642B;
}
.out-stock-hint {
  color: #e00600;
}
/*Baseline margin utility class to add basline spacing to
    content and other elements
*/
.baseline-margin {
  margin-bottom: 27px;
}
.medium-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*Store Alerts and Notices -- 
these should be converted to bootstrap 'alert' classes */
.notice-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.notice-success hr {
  border-top-color: #c9e2b3;
}
.notice-success .alert-link {
  color: #2b542c;
}
.notice-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.notice-info hr {
  border-top-color: #a6e1ec;
}
.notice-info .alert-link {
  color: #245269;
}
.notice-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.notice-warning hr {
  border-top-color: #f7e1b5;
}
.notice-warning .alert-link {
  color: #66512c;
}
.notice-failure {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.notice-failure hr {
  border-top-color: #e4b9c0;
}
.notice-failure .alert-link {
  color: #843534;
}
.field-validation-error {
  color: #a94442;
}
/*Checkout Highlights*/
.checkout-header,
.order-header {
  border-bottom: solid 1px #eeeeee;
}
.block-success .checkout-header {
  color: #2B642B;
  border-bottom: solid 1px #d5e0d5;
}
.block-danger .checkout-header {
  color: #e00600;
  border-bottom: solid 1px #f9cdcc;
}
.form-label-prefix-required,
.form-label-suffix-required {
  color: #e00600;
}
.has-success .form-control-feedback::before,
.braintree-hosted-fields-valid + span::before {
  content: "\f00c";
  /* fa-check */
  color: #2B642B;
}
.has-error .form-control-feedback::before,
.braintree-hosted-fields-invalid + span::before {
  content: "\f00d";
  /* fa-times */
  color: #e00600;
}
/*Add to cart form margins*/
.add-to-cart-group .form-control,
.add-to-cart-group select,
.add-to-cart-group .btn {
  margin-bottom: 8px;
}
/*Small add to cart form for product listings and varaint listings*/
.cart-form-sm .btn {
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.cart-form-sm .form-control,
.cart-form-sm select {
  height: 43px;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.cart-form-sm .form-control,
select.cart-form-sm select {
  height: 43px;
  line-height: 43px;
}
textarea.cart-form-sm .form-control,
textarea.cart-form-sm select,
select[multiple].cart-form-sm .form-control,
select[multiple].cart-form-sm select {
  height: auto;
}
.cart-form-sm .quantity-field {
  width: 45px;
}
.cart-form-sm label[for="Quantity"] {
  display: none;
}
.variant-info-wrap {
  border-top: 0px;
  padding-top: inherit;
  margin-top: inherit;
}
/*product.variants-in-list.xml.config*/
.variant-image-wrap img {
  width: 100%;
  max-width: 80px;
}
/*entity.responsivegrid.xml.config*/
.sub-entity-main-wrapper .panel {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
}
.sub-entity-main-wrapper .panel .fa-angle-right {
  float: right;
}
@media (min-width: 992px) {
  .sub-entity-main-wrapper .panel {
    margin-bottom: 15px;
    text-align: center;
  }
  .sub-entity-main-wrapper .panel .fa-angle-right {
    display: none;
  }
}
.checkout-content a {
  text-decoration: underline;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*Set min-height for dynamic content area*/
.main-content-wrapper {
  min-height: 300px;
  padding-top: 15px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .main-content-wrapper {
    min-height: 500px;
  }
}
/*Logo & Header element padding*/
.logo-wrap,
.social-links,
.header-middle {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .logo-wrap,
  .social-links,
  .header-middle {
    padding-top: 27px;
  }
}
/*Main Header - Top navigation */
.main-header {
  box-shadow: 0px 22px 45px rgba(0, 0, 0, 0.1);
}
.top-header-bar {
  background: #333;
  font-size: 12px;
}
/*Remove margin-top, rely on baseline margin
     values for vertical rhythm*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  line-height: 1.5;
}
h1.product-page-header {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h1.product-page-header {
    font-size: 32px;
  }
}
h1.entity-page-header {
  font-size: 32px;
}
@media (min-width: 992px) {
  h1.entity-page-header {
    font-size: 41px;
  }
}
/*Product Cells*/
.grid-item {
  text-align: center;
}
.grid-item-price-wrap {
  font-weight: bold;
  padding-top: 4px;
}
/*Product XmlPackages*/
.variant-name-wrap {
  font-size: 14px;
  margin: 0;
}
.product-page .product-info-wrap .price-wrap {
  margin-top: 0;
  margin-bottom: 15px;
}
.product-page .price-wrap {
  font-weight: bold;
}
.rating-stars {
  display: inline-block;
  width: 78px;
  position: relative;
  top: 5px;
}
a.rating-link,
.rating-link {
  display: inline-block;
  padding-right: 3px;
}
/*Tabs*/
.tab-content > .tab-pane {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 14px;
  padding: 18px;
  margin-bottom: 30px;
}
.tab-content {
  position: relative;
}
/*Dropdowns*/
.dropdown-menu {
  min-width: 200px;
  padding: 0;
  -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.02);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.02);
}
.dropdown-menu .divider {
  margin: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f4f4f4;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
}
/*Breadcrumb*/
.breadcrumb {
  font-size: 16px;
  margin-bottom: 15px;
  font-style: italic;
  color: #777777;
}
.RentalBreadcrumb {
  display: inline-block;
  text-align: center;
}
/*Buttons*/
.btn {
  font-weight: bold;
}
/*Template Checkout/Cart Links*/
.header-right-nav {
  padding-top: 18px;
}
.top-header-left {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.header-phone-number {
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .header-phone-number {
    text-align: right;
  }
}
a.checkout-link {
  color: #ffffff;
  background-color: #7A123A;
  border-color: #7A123A;
}
.user-links > li {
  margin: 0;
}
a.user-link[disabled] {
  display: none;
}
a.user-link {
  display: inline-block;
  padding: 10px 10px;
  font-size: 12px;
}
a#js-header-checkout-link.user-link[disabled] {
  display: none;
}
.checkout-link,
#js-show-cart {
  text-align: center;
}
a#js-show-wish,
a#js-show-wish:focus {
  color: #7A123A;
}
a#js-show-cart,
a#js-show-cart:focus {
  background-color: #7A123B;
  color: #fff;
}
a#js-show-cart:hover {
  background-color: #7A123B;
}
a#js-show-wish:hover {
  background-color: #eeeeee;
}
a.checkout-link:hover,
a.checkout-link:active,
a.checkout-link:focus {
  color: #ffffff;
  background-color: #4e0b25;
  border-color: #4e0b25;
}
a.checkout-link {
  display: none;
}
/* Manufacturer List */
.brands-sidebar {
  background: #a6617c;
  width: 34px;
  right: 0px;
  padding: 8px 6px;
  font-size: 10px;
  position: fixed;
  right: -34px;
  top: 1%;
  top: 244px;
  text-align: center;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.brandNavLink {
  display: block;
  padding-bottom: 10px;
}
.brand-section-wrapper {
  margin-bottom: 32px;
  padding-right: 32px;
  min-height: 100px;
}
.brand-list-heading {
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  color: #4B616F;
}
.brands-sidebar a {
  color: #fff;
}
.nav-hint {
  background: #a6617c;
  color: #fff;
}
.nudge-menu {
  right: 0px;
}
/*Inverse Color Classes*/
.btn-inverse {
  color: #fff;
  background-color: #4B616F;
  border-color: #4B616F;
}
.text-inverse {
  color: #fff;
}
.text-inverse a {
  color: #fff;
}
.text-inverse a:hover {
  color: #fff;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.panel-inverse .panel-heading {
  background: #7A123A;
  color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-weight: bold;
}
.panel-inverse .panel-heading a {
  color: #fff;
}
/*Navbar*/
.navbar {
  margin: 0;
}
.navbar-nav > li > a {
  font-weight: bold;
  font-size: 14px;
}
.top-account-nav > li > a {
  padding: 10px;
}
.top-account-nav .dropdown-menu {
  min-width: 125px;
  margin-top: -1px;
}
/*Theme-specific Content Styles*/
.group-header {
  color: #4B616F;
  background: #eeeeee;
  padding: 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  border-top: 5px solid #4B616F;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.ultra {
  font-weight: 800;
}
.login-form .group-header,
.group-header .signin-text {
  padding: 0px;
  background: transparent;
  border: None;
  box-shadow: none;
  margin: 0;
}
.home-heading {
  text-align: center;
  margin-bottom: 18px;
  padding: 18px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
}
/* Fix some common problems with set widths in admin entered data*/
.responsive-content-fix img,
.responsive-content-fix div,
.responsive-content-fix table,
.responsive-content-fix p {
  max-width: 100%;
}
.responsive-content-fix {
  max-width: 100%;
  overflow: auto;
}
/* Footer */
.footer-wrapper {
  background: #333;
  padding-top: 55px;
  padding-bottom: 100px;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
.footer-wrapper a {
  color: #fff;
}
.footer-row ul {
  list-style-type: none;
  font-size: 12px;
  line-height: 3;
  margin-bottom: 18px;
}
.footerHeading {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 18px;
  letter-spacing: 2px;
  padding-bottom: 24px;
  color: #fff;
}
.copyright {
  font-size: 11px;
  padding-top: 50px;
  font-style: italic;
  color: #fff;
}
.live-chat-wrapper {
  position: relative;
}
.live-chat {
  position: fixed;
  bottom: 0px;
  right: 20px;
}
/*Featured Entities*/
.brandbar .featured-entity-name-wrap {
  display: none;
}
.featured-entity-panel .panel-body {
  padding: 0;
}
.featured-item .panel-inverse .panel-heading {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #7A123B;
}
.featured-item .panel-inverse .panel-heading a {
  color: #fff;
}
@media (min-width: 992px) {
  .customer-favorites {
    padding: 32px;
    padding-top: 54px;
  }
}
picture > img {
  width: 100%;
}
/*Search*/
.search-wrapper {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background: #fcfcfc;
  margin-right: 0px;
  height: 48px;
}
.search-wrapper .glyphicon-search {
  padding: 8px;
  border-radius: 100%;
  float: left;
  height: 47px;
  text-align: center;
  color: #666;
  padding-top: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 10%;
  display: none;
}
@media (min-width: 992px) {
  .search-wrapper .glyphicon-search {
    display: block;
  }
}
.search-static {
  float: right;
  width: 100%;
}
@media (min-width: 992px) {
  .search-static {
    width: 90%;
  }
}
.search-box {
  width: 70%;
  display: inline-block;
  height: 46px;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 8px 0px;
  padding-left: 12px;
  float: left;
}
@media (min-width: 992px) {
  .search-box {
    width: 80%;
  }
}
.search-box:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-go {
  border-radius: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border: none;
  float: right;
  max-width: 44px;
  height: 44px;
  margin: 0px;
  width: 30%;
  color: #fff;
  background-color: #7A123B;
}
@media (min-width: 992px) {
  .search-go {
    width: 20%;
  }
}
.search-static .form-control {
  border: 0px;
}
.search-static .form-group {
  margin-bottom: 0px;
}
/*Promo Blurb Classes*/
.promo-blurbs {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 32px;
  margin-bottom: 24px;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
}
.top-promo-blurbs {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 24px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 18px;
}
@media (min-width: 992px) {
  .top-promo-blurbs {
    padding: 32px;
  }
}
.top-promo-blurbs a {
  font-size: 14px;
  text-transform: none;
  font-style: italic;
  background: #eeeeee;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 10px 18px;
  border-radius: 18px;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top-promo-blurbs a:hover {
  background: #7A123A;
  text-decoration: none;
  color: #fff;
}
.promo-blurbs .border-right {
  border: none;
}
@media (min-width: 992px) {
  .promo-blurbs .border-right {
    border-right: 1px solid #eeeeee;
  }
}
.navbar-inverse {
  background-color: #7A123B;
  border-color: #7A123B;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #7A123B;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a.focus {
  background-color: #fff;
  color: #7A123B;
}
.nav > li > a,
.nav > li > a {
  color: #fff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #333;
}
.btn-success {
  background-color: #7A123B;
  border-color: #7A123B;
}
.btn-success:hover {
  background-color: #D6D6D6;
  border-color: #D6D6D6;
  color: #000;
}
/* Grid item styles for entity pages, related, upsell etc. */
.grid-item {
  padding-bottom: 16px;
  text-align: center;
}
.grid-item-image {
  margin: 0 auto;
}
.grid-item-image-wrap {
  padding-bottom: 8px;
}
/* Entity page */
.entity-image {
  margin: 0 8px 8px 0;
}
.entity-page-description {
  margin-bottom: 8px;
}
.sub-entity-list {
  margin-bottom: 16px;
}
.sub-entity-in-list {
  width: 25%;
  margin-bottom: 16px;
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.menu-list {
  padding: 0px 15px;
}
.menu-list li {
  list-style-type: none;
  font-weight: normal;
  font-size: 13px;
}
.menu-list li:hover {
  background-color: #f5f5f5;
}
.menu-list a {
  padding: 10px;
  display: block;
}
.menu-list a:hover {
  text-decoration: none;
  color: #262626;
}
.menu-list .btn-sm {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .menu-list .btn-sm {
    text-align: right;
    display: inline-block;
    float: right;
  }
}
@media (min-width: 768px) {
  .menu-list {
    min-width: 250px;
    line-height: 22px;
  }
}
/*SET links and hover states if navbar background is inverse or dark*/
.navbar-inverse .menu-list a {
  color: #fff;
}
.navbar-inverse .menu-list a:hover {
  color: #fff;
}
.navbar-inverse .menu-list li:hover {
  background-color: #364651;
}
.navbar-inverse .menu-list .btn-default {
  color: #364651;
}
@media (min-width: 768px) {
  .navbar-inverse .menu-list a {
    color: #333333;
  }
  .navbar-inverse .menu-list a:hover {
    color: #666666;
  }
  .navbar-inverse .menu-list li:hover {
    background: #f5f5f5;
  }
}
/*Menu Widths at Different Viewports*/
@media (min-width: 768px) {
  .two-column-menu {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .two-column-menu {
    width: 700px;
    padding: 18px;
  }
}
@media (min-width: 768px) {
  .three-column-menu {
    width: 394px;
  }
}
@media (min-width: 1200px) {
  .three-column-menu {
    width: 950px;
    padding: 18px;
  }
}
.menu-heading {
  font-weight: bold;
}
.menu-section {
  padding-bottom: 8px;
}
.ymm-content .row {
  margin: 0px;
}
@media (min-width: 768px) {
  .ymm-content .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .yamm .nav,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }
  .yamm .container {
    position: relative;
  }
  .yamm .dropdown-menu {
    left: auto;
  }
  .yamm-content {
    padding: 18px;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
  }
}
/* For styles unique to a particular vertical. */
#email-me-modal h3 {
  margin-bottom: 0;
}
#email-me-modal .body-header {
  margin-bottom: 2rem;
}
#email-me-modal .modal-body {
  padding: 0 5rem 5rem;
}
#email-me-modal .image-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
#email-me-modal .notes-text {
  resize: none;
}
/* Lazy Payment Methods */
.cardname {
	display: inline-block;
	margin-right: 4px;
	min-height: 32px;
	width: 51px;
}

.payment-methods-wrap .visa {
	background: url(../images/visa.png) no-repeat top left;
}

.payment-methods-wrap .visaelectron {
	background: url(../images/visa-electron.png) no-repeat top left;
}

.payment-methods-wrap .mastercard {
	background: url(../images/mastercard.png) no-repeat top left;
}

.payment-methods-wrap .amex, .payment-methods-wrap .americanexpress {
	background: url(../images/amex.png) no-repeat top left;
}

.payment-methods-wrap .discover {
	background: url(../images/discover.png) no-repeat top left;
}

.payment-methods-wrap .paypal {
	background: url(../images/paypal.png) no-repeat top left;
}

.payment-methods-wrap .amazon {
	background: url(../images/amazon.png) no-repeat top left;
}

.payment-methods-wrap .dinersclub {
	background: url(../images/diners.png) no-repeat top left;
}

.payment-methods-wrap .maestro {
	background: url(../images/maestro.png) no-repeat top left;
}

.payment-methods-wrap .solo {
	background: url(../images/solo.png) no-repeat top left;
}

.payment-methods-wrap .delta {
	background: url(../images/delta.png) no-repeat top left;
}

.cards-accepted {
	padding-top: 12px;
}
.promoClose {
	position: absolute;
	top: -8px;
	right: -11px;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: #a7a7a7;
	text-align: center;
	padding-top: 5px;
	color: #fff;
	cursor: pointer;
	z-index: 2020;
}

.promo-message {
	position: fixed;
	left: 5%;
	right: 5%;
	width: 90%;
	top: 2%;
	z-index: 2000;
}

.promo-message-panel {
	padding: 15px;
	margin-bottom: 0;
	background: #fdfdfd;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}

#promoWindow {
	display: none;
}

@media (min-width: 768px) {
	.promo-message {
		left: 20%;
		right: 20%;
		width: 60%;
		top: 20%;
	}

	.promo-message-panel {
		padding: 24px;
	}
}

meta.foundation-data-attribute-namespace {
  font-family: false; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    dialog, .reveal-modal {
      min-height: 100vh; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      left: 50%; } }
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      margin-left: -40%;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    dialog, .reveal-modal {
      top: 6.25rem; } }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaaaaa;
    font-weight: bold;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem; }
    dialog.radius, .reveal-modal.radius {
      border-radius: 3px; }
    dialog.round, .reveal-modal.round {
      border-radius: 1000px; }
    dialog.collapse, .reveal-modal.collapse {
      padding: 0; }
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

  @media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
    dialog.full, .reveal-modal.full {
      margin-left: -50vw;
      width: 100vw; } }

@media print {
  dialog, .reveal-modal {
    background: white !important; } }

#aeHistoryReveal{
	height: 1100px;
}
/*Add custom styles to the skin here */
.aeRntFinalize.one-half {
	width: 100%;
}

.modal-header {
	background-color: #7A123B;
}

.manage-creditcard-list {
	margin: 25px 0 25px 0;
}

.manage-creditcard-form {
	margin: 25px 0 25px 0;
}

.search-wrapper {
	border: 1px solid #ccc;
	border-radius: 0;
}

.btn-primary {
	background-color: #7a123a;
	border: #630f2f;
}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:active {
		background-color: #630f2f;
		color: #fff;
	}

.text-primary,
a.text-primary {
	color: #7a123a;
}

	.text-primary:hover,
	.text-primary:focus,
	a.text-primary:hover,
	a.text-primary:focus {
		color: #630f2f;
	}

/* Create Account Tweaks */
.account-create-page .has-feedback .form-control-feedback {
	top: 0px;
}

.account-create-page .form-label {
	font-weight: bolder;
}

a {
	color: #085C7D
}

	a:hover, a:focus {
		color: #068bb7;
		text-decoration: underline;
	}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: gray;
}

.form-control.card-type {
	max-width: 100%;
}

div.inventory-by-location-topic-wrap > span.edition-inventory-by-location-name {
	height: 100%;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption:400,400i&display=swap');
/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Georgia';
	src: url('../Fonts/Georgia-Italic.eot');
	src: url('../Fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'), url('../Fonts/Georgia-Italic.woff2') format('woff2'), url('../Fonts/Georgia-Italic.woff') format('woff'), url('../Fonts/Georgia-Italic.ttf') format('truetype'), url('../Fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Georgia';
	src: url('../Fonts/Georgia.eot');
	src: url('../Fonts/Georgia.eot?#iefix') format('embedded-opentype'), url('../Fonts/Georgia.woff2') format('woff2'), url('../Fonts/Georgia.woff') format('woff'), url('../Fonts/Georgia.ttf') format('truetype'), url('../Fonts/Georgia.svg#Georgia') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('../Fonts/PlayfairDisplay-Black.eot');
	src: url('../Fonts/PlayfairDisplay-Black.eot?#iefix') format('embedded-opentype'), url('../Fonts/PlayfairDisplay-Black.woff2') format('woff2'), url('../Fonts/PlayfairDisplay-Black.woff') format('woff'), url('../Fonts/PlayfairDisplay-Black.ttf') format('truetype'), url('../Fonts/PlayfairDisplay-Black.svg#PlayfairDisplay-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Georgia';
	src: url('../Fonts/Georgia-Bold.eot');
	src: url('../Fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/Georgia-Bold.woff2') format('woff2'), url('../Fonts/Georgia-Bold.woff') format('woff'), url('../Fonts/Georgia-Bold.ttf') format('truetype'), url('../Fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Big John PRO';
	src: url('../Fonts/BigJohnPRO-Regular.eot');
	src: url('../Fonts/BigJohnPRO-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/BigJohnPRO-Regular.woff2') format('woff2'), url('../Fonts/BigJohnPRO-Regular.woff') format('woff'), url('../Fonts/BigJohnPRO-Regular.ttf') format('truetype'), url('../Fonts/BigJohnPRO-Regular.svg#BigJohnPRO-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* cyrillic-ext */
@font-face {
	font-family: 'PT Serif Caption';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v10/ieVj2ZhbGCW-JoW6S34pSDpqYKU019eLAgM9UvI.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'PT Serif Caption';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v10/ieVj2ZhbGCW-JoW6S34pSDpqYKU019eLCwM9UvI.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
	font-family: 'PT Serif Caption';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v10/ieVj2ZhbGCW-JoW6S34pSDpqYKU019eLAQM9UvI.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'PT Serif Caption';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local('PT Serif Caption Italic'), local('PTSerif-CaptionItalic'), url(https://fonts.gstatic.com/s/ptserifcaption/v10/ieVj2ZhbGCW-JoW6S34pSDpqYKU019eLDwM9.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
	font-family: 'PT Serif Caption';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v10/ieVl2ZhbGCW-JoW6S34pSDpqYKU019-7DRs5.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
	font-family: 'PT Serif Caption';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v10/ieVl2ZhbGCW-JoW6S34pSDpqYKU019a7DRs5.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
	font-family: 'PT Serif Caption';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v10/ieVl2ZhbGCW-JoW6S34pSDpqYKU019y7DRs5.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'PT Serif Caption';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('PT Serif Caption'), local('PTSerif-Caption'), url(https://fonts.gstatic.com/s/ptserifcaption/v10/ieVl2ZhbGCW-JoW6S34pSDpqYKU019K7DQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.main-content-wrapper {
	padding-top: 0;
	padding-bottom: 35px !important;
}



.page-wrap {
	padding: 0px !important;
	max-width: 1216px;
}



.home-about .about1 {
	width: 219px;
	height: 48px;
	font-family: Big John PRO;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: -0.2px;
	color: #474e61;
}

.home-about .about2 {
	width: 369px;
	opacity: 0.82;
	font-family: 'Playfair Display', serif;
	font-size: 64px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: 2.2px;
	color: #8c3254;
}

.home-about .about3 {
	width: 524px;
	opacity: 0.77;
	font-family: 'Georgia';
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.45;
	letter-spacing: 1px;
	color: black;
}

.home-about .about4 {
	width: 172px;
	height: 60px;
	border-radius: 3px;
	border: solid 1px #4a4a4a;
	background-color: white;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-top: 15px;
	display: flex;
	color: black;
	text-decoration: none;
	margin-bottom: 8px;
}

.homecategory .development {
	padding: 10px;
}

.homecategory .category-header {
	text-transform: uppercase;
	text-align: center;
	background-color: #7a123a;
	color: white;
	display: block;
	padding: 10px;
}

.sort-destination {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.sotope-item {
	box-sizing: border-box;
	padding: 10px;
}

	.sotope-item img {
		width: 100%;
		height: auto;
		display: block;
	}

.homecategory .sort-destination {
	display: flex;
	flex-wrap: wrap;
}

.homecategory .sotope-item {
	box-sizing: border-box;
	padding: 10px;
}

	.homecategory .sotope-item img {
		width: 100%;
		height: auto;
	}

.homecategory .item-box {
	margin: 0;
}

	.homecategory .item-box .item-hover {
		opacity: 1;
		display: flex;
		text-decoration: none;
	}

		.homecategory .item-box .item-hover .overlay {
			background-color: #272234;
			opacity: 0.37;
		}

		.homecategory .item-box .item-hover .inner {
			width: 100%;
			max-width: 300px;
			font-family: 'Big John PRO';
			font-weight: normal;
			font-style: normal;
			font-stretch: normal;
			line-height: 1.33;
			letter-spacing: 1px;
			text-align: center;
			color: white;
			margin: auto;
			border-bottom: 2px solid;
			padding-bottom: 20px;
			position: relative;
			top: 0;
			text-decoration: none;
			font-size: 36px;
			text-transform: capitalize;
		}

.homeaboutsection, .homecategorysection {
	padding: 0 0 27px 0;
}

.homecategory .item-box img {
	transition: 0.2s all ease-in-out;
}

.homecategory .item-box:hover img {
	transform: scale(1.2);
	transition: 0.2s all ease-in-out;
}

.navbar-inverse.topnav {
	background: transparent !important;
	border-color: transparent !important;
	margin-top: 14px;
}

	.navbar-inverse.topnav .navbar-nav > li > a {
		color: #000000;
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		padding: 20px 10px;
	}

		.navbar-inverse.topnav .navbar-nav > li > a .caret {
			border: none;
			display: inline;
		}

			.navbar-inverse.topnav .navbar-nav > li > a .caret:before {
				font: normal normal normal 18px/1 FontAwesome;
				color: #979797;
				content: "\f107";
			}

	.navbar-inverse.topnav .navbar-nav > li:last-child > a {
		padding-right: 0px;
		padding-top: 18px;
	}

.topnav #top-nav-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.search-wrapper {
	position: relative;
}

	.search-wrapper input {
		line-height: 40px;
		padding-left: 10px;
		box-shadow: none;
		outline: none;
		border: 1px solid #d2d2d2;
		border-radius: 3px;
	}

.btn-default.search-go {
	width: 44px;
	position: absolute;
	right: 0px;
}

.footer-wrapper {
	background-color: #ededed !important;
	border: none !important;
	padding-bottom: 26px !important;
	padding-top: 20px !important;
	position: relative;
}

li.footerHeading {
	font-family: 'Playfair Display', serif !important;
	opacity: 0.83;
	text-align: left !important;
	font-size: 14px !important;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.93;
	letter-spacing: 0.4px;
	color: #4a4a4a;
	text-transform: capitalize;
	padding-bottom: 10px;
}

.footer-wrapper a.logo {
	text-align: center;
}

	.footer-wrapper a.logo img {
		max-width: 180px;
		display: inline-block;
	}

.footer-wrapper a {
	font-family: 'Big John PRO';
	font-weight: normal;
	color: #4a4a4a;
	font-size: 14px;
	text-align: left;
	display: block;
}

.copyright a, .copyright {
	font-family: 'Big John PRO';
	font-weight: normal;
	color: #4a4a4a;
	font-size: 12px;
	display: inline-block;
	padding-top: 0px;
}

.footer-wrapper li {
	font-family: 'Big John PRO';
	font-weight: normal;
	color: #4a4a4a;
	font-size: 16px;
	text-align: center;
}

.social-links a {
	display: inline-block;
}

.container {
	position: static;
}

.baseline-margin {
	position: relative;
}

ul.isotope {
	padding: 0px 15px;
}

@media (max-width: 768px) {
	ul.isotope {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.home-image {
	position: absolute;
	right: 0px;
}

li.footer-number {
	margin-top: 30px !important;
	line-height: 25px !important;
}

li.footer-email {
	line-height: 25px !important;
	margin-bottom: 20px;
}

	li.footer-email + li {
		font-size: 14px !important;
	}

li div.social-links {
	padding-top: 0px !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #8c3254;
	width: 31px;
}

.navbar-inverse .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}

.main-header {
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	z-index: 999;
	box-shadow: none;
}

.footerdesktop {
	display: block;
}

.footermobile {
	display: none;
}

.navbar-toggle {
	margin-right: 10px !important;
	padding: 11px 9px 11px !important;
	margin-top: 0px !important;
	border-radius: 3px !important;
	cursor: pointer;
}

	.navbar-toggle .icon-bar {
		height: 4px !important;
		border-radius: 10px;
	}

		.navbar-toggle .icon-bar + .icon-bar {
			margin-top: 5px !important;
			width: 18px;
		}

			.navbar-toggle .icon-bar + .icon-bar + .icon-bar {
				width: 23px;
			}

.headingpage {
	font-family: 'Playfair Display';
	font-size: 42px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.7px;
	text-align: center;
	color: #4a4a4a;
}

.ques {
	font-family: 'Georgia';
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #4a4a4a;
	cursor: pointer;
}

.QuestionAns {
	max-width: 796px;
	margin: 120px auto auto;
}

.quesans {
	margin-bottom: 15px;
}

.ans {
	visibility: hidden;
	transition: .2s all ease-in-out;
	transform: translate(0px, -20%);
	-webkit-transition: .2s all ease-in-out;
	-webkit-transform: translate(0px, -20%);
}

.quesans:hover .ans {
	visibility: visible;
	transition: .2s all ease-in-out;
	transform: translate(0px, 0%);
	-webkit-transition: .2s all ease-in-out;
	-webkit-transform: translate(0px, 0%);
}

.locationheading {
	font-size: 60px;
	font-family: 'Montserrat';
	font-weight: 500;
	max-width: 673px;
	line-height: 70px;
	background: url(../images/group_icon.png) no-repeat center right;
	padding: 50px 0px;
}

.Locationpage h3 {
	font-size: 24px;
	color: #7a123a;
	font-family: 'Montserrat';
	font-weight: 600;
	margin-top: -40px;
}

.listItemsbox {
	margin: 71px 0px 40px;
	max-width: 930px;
	position: relative;
	z-index: 9;
}

	.listItemsbox h4 {
		margin-bottom: 30px;
	}

		.listItemsbox h4 a {
			color: #4a4a4a;
			border: 2px solid #c71e5f;
			padding: 15px 15px 38px;
			display: block;
			text-align: left;
			text-decoration: none;
			position: relative;
			font-family: 'Montserrat';
			font-size: 18px;
		}

			.listItemsbox h4 a:after {
				content: '';
				height: 2px;
				width: 60px;
				background-color: #c71e5f;
				position: absolute;
				left: 15px;
				bottom: 20px;
				-webkit-transition: .2s all ease-in-out;
				transition: .2s all ease-in-out;
			}

			.listItemsbox h4 a:hover {
				text-decoration: none;
			}

		.listItemsbox h4:hover a:after {
			width: 100px;
			-webkit-transition: .2s all ease-in-out;
			transition: .2s all ease-in-out;
		}

.Locatipnimgset {
	position: relative;
	padding-bottom: 350px;
	margin-bottom: -70px;
}

	.Locatipnimgset .container {
		max-width: 930px;
		padding: 0px;
	}

.boyimg {
	position: absolute;
	right: -15px;
	bottom: 0px;
}

.monthlyrentals {
	background: url(../images/group.png) no-repeat 0 0/cover;
	height: 244px;
	width: 100%;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	margin: 30px auto 0;
	max-width: 1017px;
}

	.monthlyrentals h1 {
		font-family: Playfair Display;
		font-size: 42px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1.5px;
		text-align: center;
		color: white;
	}

.imginstrument {
	max-width: 100%;
	max-height: 62px;
	min-height: 62px
}

.rigningbox {
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blankboxrow {
	max-width: 550px;
	margin: 20px auto 0px;
}

.rightsidevol {
	position: absolute;
	right: -15px;
	top: -140px;
}

.Buttonrow {
	display: -webkit-flex;
	display: flex;
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	margin: 10px 0px 10px;
}

	.Buttonrow a button {
		padding: 15px 20px;
		background: #7a123a;
		border-radius: 3px;
		color: #fff;
		font-family: 'Montserat';
		font-size: 15px;
		font-weight: 600;
		border: none;
		min-width: 156px;
		height: 56.5px !important;
	}

		.Buttonrow a button#rentalBenefits {
			border-radius: 5px;
			background: transparent;
			border: solid 2px #4e5564;
			color: #4e5564;
		}

.mainlocationpage {
	max-width: 950px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

.Titlepages {
	font-family: Playfair Display;
	font-size: 36px;
	font-weight: 900;
	color: #4a4a4a;
	line-height: 24px;
	text-align: center;
	margin: 20px 0 40px;
}

.mainlocationpage .row.Itmelinks {
	max-width: 820px;
	margin: auto;
	width: 100%;
}

	.mainlocationpage .row.Itmelinks a {
		border-radius: 5px;
		box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
		display: inline-block;
		padding: 5px;
	}

.Titlepages span {
	color: #7a123a
}

.Titlepages a {
	font-family: 'Georgia';
	color: #13518B;
	font-size: 16px;
	text-decoration: underline;
}

.Titlepages.insavail {
	margin-top: 20px;
}

.locationId {
	margin-bottom: -70px;
	font-size: 18px;
	color: #4a4a4a;
	font-weight: 600;
}

	.locationId img {
		float: left;
		margin-right: 7px;
	}

	.locationId a {
		font-family: 'Georgia';
		color: #13518B;
		font-size: 16px;
		text-decoration: underline;
	}

.grouplesstion .locationId a {
	font-family: 'Montserrat';
	color: #13518B;
	font-size: 16px;
	text-decoration: underline;
}

.mainlocationpage .col-md-3.col-xs-6 {
	padding: 0px 10px;
	margin-bottom: 20px;
}

.mainlocationpage .row {
	margin: -30px -10px;
}

@media(min-width:768px) {
	.mainlocationpage .row {
		margin: 0px -10px;
	}
}

.simplytext {
	opacity: 0.82;
	font-family: Playfair Display;
	font-size: 36px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.33;
	letter-spacing: 1.2px;
	text-align: center;
	color: #8c3254;
}

.bertrandstext {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.06;
	letter-spacing: 0.4px;
	text-align: center;
	color: #4a4a4a;
}

.twocolumn {
	max-width: 1100px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 0px;
}

.textrow {
	margin-bottom: 20px;
}

.twocolumn h3 {
	font-family: Georgia;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.81;
	letter-spacing: normal;
	color: #4a4a4a;
	margin-bottom: 0px;
}

.twocolumn p {
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.81;
	letter-spacing: normal;
	color: #4a4a4a;
	margin-bottom: 0px;
}

	.twocolumn p a {
		font-family: 'Georgia';
		color: #13518B;
		font-size: 16px;
		text-decoration: underline;
	}

.textContbox {
	max-width: 750px;
	margin: auto;
	padding-top: 0px;
}

	.textContbox h2 {
		font-family: Playfair Display;
		font-size: 36px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1px;
		color: #4e5564;
	}

	.textContbox p {
		font-family: 'Montserrat';
		font-size: 14px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: 2;
		letter-spacing: normal;
		text-align: center;
		color: #4e5564;
	}

.FirstRow {
	max-width: 1100px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #979797;
}

	.FirstRow:last-child {
		border: none;
	}

	.FirstRow h4 {
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 0.4px;
		color: #7a123a;
		max-width: 350px;
	}

	.FirstRow p {
		font-family: 'Montserrat';
		font-size: 14px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: normal;
		color: #4a4a4a;
		max-width: 350px;
	}

		.FirstRow p + .row {
			display: flex;
			align-items: flex-end;
			display: -webkit-flex;
			align-items: flex-end;
			-webkit-align-items: flex-end;
		}

	.FirstRow .table {
		margin-bottom: 0px;
	}

		.FirstRow .table tr th {
			font-size: 12px;
			border: 1px solid #e8e8e8;
			padding: 5px 6px;
		}

			.FirstRow .table tr th:first-child {
				border-top: 1px solid #e8e8e8;
			}

		.FirstRow .table tr td {
			font-size: 12px;
			border: 1px solid #e8e8e8;
			padding: 5px 6px;
		}

img {
	max-width: 100%;
}

.Sizearrow {
	margin: 20px auto;
	width: 60px;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #7a123a;
	text-transform: uppercase;
}

	.Sizearrow img {
		width: 40px;
		margin-top: 5px;
	}

.backRowtext {
	text-align: left;
	margin: 50px 0px;
	min-height: 50px;
}

	.backRowtext a {
		font-family: 'Montserrat';
		color: #13518B;
		font-size: 16px;
		font-weight: 600;
		text-decoration: underline;
	}

		.backRowtext a img {
			margin-right: 10px;
		}

		.backRowtext a:last-child {
			padding: 15px 20px;
			background: #7a123a;
			border-radius: 3px;
			color: #fff;
			font-family: 'Montserrat';
			font-size: 15px;
			font-weight: 500;
			margin-left: 13%;
			border: none;
			min-width: 168px;
			text-decoration: none;
		}

.FirstRow p + .row img {
	max-width: 164px;
}

.textContbox h2.headignpages {
	color: #8c3254;
	margin-top: 80px;
	opacity: 0.82;
}

.onerowcenter {
	margin: 50px 0px 60px;
}

	.onerowcenter a {
		border-radius: 3px;
		margin: 0px 30px;
		border: solid 1px #4a4a4a;
		font-family: 'Montserrat';
		font-size: 14px;
		color: #4a4a4a;
		display: inline-block;
		padding: 15px;
		min-width: 156px;
	}

.bestvaluetab ul.nav-pills li a {
	opacity: 0.5;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #4a4a4a;
	background: transparent;
	padding-top: 55px;
}

	.bestvaluetab ul.nav-pills li a:hover {
		color: #4a4a4a;
	}

	.bestvaluetab ul.nav-pills li a:focus, .bestvaluetab ul.nav-pills li.active a {
		color: #13518B;
		background: transparent;
		opacity: 1;
	}

	.bestvaluetab ul.nav-pills li a:after {
		content: '';
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -29px;
		background-size: 100% !important;
	}

.bestvaluetab ul.nav-pills li.bestvalue a:after {
	background: url(../Images/rental/options/bestvalue.png) no-repeat 0 0/cover;
}

.bestvaluetab ul.nav-pills li.premier a:after {
	background: url(../Images/rental/options/premier.png) no-repeat 0 0/cover;
}

.bestvaluetab ul.nav-pills li.budget a:after {
	background: url(../Images/rental/options/budget.png) no-repeat 0 0/cover;
}

.bestvaluetab ul.nav-pills li.stepup a:after {
	background: url(../Images/rental/options/stepup.png) no-repeat 0 0/cover;
}

.bestvaluetab ul.nav-pills li.bestvalue.active a:after {
	background: url(../Images/rental/options/bestvalueactive.png) no-repeat 0 0/cover;
}

.bestvaluetab ul.nav-pills li.premier.active a:after {
	background: url(../Images/rental/options/premieractive.png) no-repeat 0 0/cover;
}

.bestvaluetab ul.nav-pills li.budget.active a:after {
	background: url(../Images/rental/options/budgetactive.png) no-repeat 0 0/cover;
}

.bestvaluetab ul.nav-pills li.stepup.active a:after {
	background: url(../Images/rental/options/stepupactive.png) no-repeat 0 0/cover;
}

.bestvaluetab ul.nav-pills {
	display: flex;
	justify-content: space-between;
	display: -webkitflex;
	-webkit-justify-content: space-between;
}

.bestvaluetab .tab-content > .tab-pane {
	border: none;
	padding: 40px 0 0px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}

ul.listitem li {
	text-align: left;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #4a4a4a;
}

.radioboxs {
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
}

.Textsm {
	text-align: left;
	margin-bottom: 30px;
}

	.Textsm p {
		font-family: 'Montserrat';
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #7a123a;
		font-weight: 600;
		text-align: left;
	}

	.Textsm h3 {
		font-family: 'Montserrat';
		font-size: 24px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 0.71;
		letter-spacing: -0.6px;
		color: #a05672;
		font-weight: 600;
	}

.onerowjusbetspace a:not(.btn) {
	font-family: 'Georgia';
	color: #165797;
	font-size: 16px;
	text-decoration: underline;
}

.onerowjusbetspace a img {
	width: 18px;
	margin-right: 10px;
}

.onerowjusbetspace {
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	z-index: 4;
	position: relative;
}

	.onerowjusbetspace a.rentalbtnben {
		font-family: 'Montserrat';
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		border-radius: 3px;
		background: #7a123a;
		padding: 15px;
		min-width: 172px;
		color: #fff;
		text-decoration: none;
	}

.rentaloptionsbtn {
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 3px;
	background: #7a123a;
	padding: 15px;
	min-width: 172px;
	color: #fff;
	text-decoration: none;
}

.rentalbtnmodalbestvalue {
	font-family: 'Montserrat';
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 3px;
	background: #6c757d;
	padding: 15px;
	min-width: 172px;
	color: #fff;
	text-decoration: none;
}

.rentalbadgeimagemodal {
	position: inherit;
	max-width: 100px;
	left: 25px;
	bottom: 25px;
}

.radioboxs .container {
	display: block;
	position: relative;
	padding: 0px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 40px;
	margin: 0 0 12px 0px;
}

.leftsounteffect {
	position: absolute;
	left: 0px;
	top: 70%;
}
/* Hide the browser's default checkbox */
.radioboxs .container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.radioboxs .checkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 1px solid #afafaf;
}

/* On mouse-over, add a grey background color
.radioboxs .container:hover input ~ .checkmark {
  background-color: #fff;
}
 */
/* When the checkbox is checked, add a blue background */
.radioboxs .container input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radioboxs .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.radioboxs .container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.radioboxs .container .checkmark:after {
	left: 8px;
	top: 3px;
	width: 7px;
	height: 13px;
	border: solid #7a123b;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-header {
	background: transparent !important;
	border: none !important;
}

.modal-body {
	padding: 10px 50px 15px;
}

	.modal-body h4 {
		text-align: center;
		font-family: 'Montserrat';
		font-size: 18px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #7a123a;
	}

	.modal-body p {
		font-family: 'Montserrat';
		font-size: 12px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.83;
		letter-spacing: normal;
		text-align: center;
		color: #4a4a4a;
		margin-bottom: 30px;
	}

.modal-header button {
	color: #4a4a4a !important;
	font-size: 40px;
	font-weight: 300;
	opacity: 0.65;
}

.modal-body .table {
	margin-bottom: 0px;
}

	.modal-body .table tr th {
		font-size: 12px;
		border: 1px solid #e8e8e8;
		padding: 5px 6px;
	}

	.modal-body .table tr th {
		border-top: 1px solid #e8e8e8 !important;
	}

	.modal-body .table tr td {
		font-size: 12px;
		border: 1px solid #e8e8e8;
		padding: 5px 6px;
	}

.modal-body .Buttonrow {
	flex-wrap: wrap;
	margin: 30px -12px 0px;
	justify-content: flex-start;
}

	.modal-body .Buttonrow a button {
		min-width: 100px;
		margin: 0px 8px 20px;
	}

.musiclession {
	background: url(../images/lessons/lesson-head.png) no-repeat 0 0/cover;
	height: 303px;
	width: 100%;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	margin: 0px 0;
	position: absolute;
	left: 0px;
}

	.musiclession h1 {
		font-family: Playfair Display;
		font-size: 42px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1.5px;
		text-align: center;
		color: white;
	}

	.musiclession p {
		font-family: Georgia;
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1.6px;
		text-align: center;
		color: #fff;
	}

.p-t-10 {
	padding-top: 10px !important
}

.datalession {
	padding-top: 370px;
}

.mainlesstionpage {
	max-width: 930px;
	margin: auto;
	padding-top: 0px;
}

	.mainlesstionpage .listItemsbox {
		margin-top: 40px;
	}

.choosetext {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.2;
	letter-spacing: normal;
	color: #4e5564;
}

.typetext {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.2;
	letter-spacing: normal;
	color: #4e5564;
}

	.typetext small {
		font-size: 18px;
	}

.musiclessiontabs {
	margin-top: 40px;
}

	.musiclessiontabs .tab-content > .tab-pane {
		padding: 0px;
		border: none !important;
	}

	.musiclessiontabs .nav > li > a {
		opacity: 0.7;
		font-family: 'Montserrat';
		font-size: 24px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 0.7px;
		text-align: center;
		color: #7a123a;
	}

		.musiclessiontabs .nav > li > a:hover, .musiclessiontabs .nav > li > a:focus, .musiclessiontabs .nav > li.active > a, .musiclessiontabs .nav > li.active > a:hover {
			opacity: 1;
			text-decoration: underline;
			background: transparent;
			color: #7a123a;
		}

	.musiclessiontabs .nav {
		display: flex;
		display: -webkit-flex;
	}

section.p-t-10 {
	padding: 0px !important;
}

.lineHoz {
	position: absolute;
	top: 120px;
	left: 7%;
}

.lineVer {
	max-width: 900px;
	margin: auto;
}

.navbar-inverse.topnav .navbar-nav > li > a {
	font-weight: 600 !important;
}

.grouplesstion h2 {
	font-family: Playfair Display;
	font-size: 56px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #4e5564;
}

.grouplesstion p {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: center;
	color: #4e5564;
	margin-bottom: 80px;
}

.grouplesstion .Titlepages {
	font-size: 24px;
}

.grouplesstion .locationId {
	float: right;
	margin-top: -30px;
	margin-bottom: 0px;
	text-align: right;
}

.mainlocationpage.grouplesstion {
	padding-top: 100px;
	max-width: 870px;
}

	.mainlocationpage.grouplesstion .Titlepages:after {
		display: none;
	}

	.mainlocationpage.grouplesstion .imginstrument {
		max-height: 72px;
		min-width: 195px;
	}

.Titlepages span#typename1 {
	color: #4a4a4a;
}

.groupImgs {
	position: absolute;
	right: -10px;
}

.instructorpage {
	max-width: 800px;
	margin: auto;
	width: 100%;
}

	.instructorpage a {
		text-decoration: underline;
	}

	.instructorpage .groupImgs {
		right: -30px;
	}

	.instructorpage .Titlepages {
		margin: 20px 0 30px;
		text-align: left;
	}

		.instructorpage .Titlepages > div.instructortitle, .instructorpage .Titlepages > div {
			font-family: Playfair Display;
			opacity: 0.77;
			font-size: 42px;
			font-weight: 900;
			font-style: normal;
			font-stretch: normal;
			line-height: normal;
			letter-spacing: 0.66px;
			color: #4e5564;
			text-transform: capitalize;
		}

			.instructorpage .Titlepages > div.subd {
				font-family: 'Montserrat';
				font-size: 24px;
				font-weight: normal;
				font-style: italic;
				font-stretch: normal;
				line-height: normal;
				letter-spacing: 0.98px;
				color: #4e5564;
			}

#instrumenthtml .col-sm-5 > div {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4a4a4a;
}

#instrumenthtml .col-md-6 {
	margin-bottom: 40px;
}

#instructor .boxsdow {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	background-color: #fff;
	padding: 15px 25px;
}

	#instructor .boxsdow .yourname {
		font-family: 'Montserrat';
		font-size: 24px;
		font-weight: normal;
		font-style: italic;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 0.98px;
		color: #4e5564;
	}

	#instructor .boxsdow p {
		font-family: 'Georgia';
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: normal;
		color: #4e5564;
		margin-top: 10px;
		margin-bottom: 0px;
	}

.bookbtn {
	padding: 11px 20px;
	background: #7a123a;
	border-radius: 3px;
	color: #fff;
	font-family: 'Montserrat';
	font-size: 15px;
	font-weight: 500;
	border: none;
	min-width: 100px;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
}

	.bookbtn:hover {
		color: #fff;
		text-decoration: none;
	}

#instructor .yourname {
	font-size: 24px;
	color: #7a123a;
	font-family: 'Montserrat';
	font-weight: 600;
}

#instructor p {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4a4a4a;
}

table.instructorTable {
	max-width: 600px;
	width: 100%;
	margin: 50px auto 0px;
}

	table.instructorTable th {
		border: 1px solid #ddd;
		font-size: 15px;
		font-weight: 700;
		padding: 9px 10px;
		text-align: center;
	}

	table.instructorTable td {
		border: 1px solid #ddd;
		font-size: 15px;
		font-weight: 500;
		padding: 9px 10px;
		text-align: center;
	}

	table.instructorTable tr.headingtables td {
		font-size: 24px;
		color: #4a4a4a;
		font-family: 'Montserrat';
		font-weight: 600;
		border: none;
		padding: 16px 0px;
		text-transform: capitalize;
		text-align: left;
	}

.container2 {
	padding: 0px 15px;
}

.homecategorysection {
	max-width: 1280px;
	margin: auto;
}

.search-static .form-control {
	font-family: 'Georgia';
	font-size: 12px;
	color: #4a4a4a;
}

	.search-static .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		font-family: 'Georgia';
		font-size: 12px;
		color: #4a4a4a;
		opacity: 1; /* Firefox */
	}

	.search-static .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
		font-family: 'Georgia';
		font-size: 12px;
		color: #4a4a4a;
	}

	.search-static .form-control::-ms-input-placeholder { /* Microsoft Edge */
		font-family: 'Georgia';
		font-size: 12px;
		color: #4a4a4a;
	}

.search-static .search-go {
	display: none;
}

.search-wrapper {
	background: transparent;
	box-shadow: none;
}

	.search-wrapper .glyphicon-search:before {
		content: url('../Images/searchicon.png');
	}

	.search-wrapper .search-static form {
		padding-left: 0px;
	}

	.search-wrapper .glyphicon-search {
		padding: 8px 0px;
	}

.bestvaluetab {
	margin-top: 40px;
}

.modal-dialog {

}

	.modal-dialog .modal-content .col-md-5 > div {
		text-align: center;
	}

		.modal-dialog .modal-content .col-md-5 > div img {
			max-width: 155px;
		}

	.modal-dialog .modal-content .col-md-5:after {
		content: '';
		background: url('../Images/rental/rentals/popuprightside.png') no-repeat 0 0/cover;
		width: 80px;
		height: 189px;
		position: absolute;
		right: -86px;
		top: 60px;
	}

.modal-body {
	padding: 0px 50px 0px !important;
}

.modal-header {
	padding-bottom: 0px !important;
}

.navbar-collapse .closemenu {
	display: none;
}

.mainlocationpage .Titlepages {
	position: relative;
}

@media(min-width:900px) {
	.mainlocationpage .Titlepages:after {
		content: url('../Images/rentalheadingicon.png');
		position: absolute;
		top: -10px;
		left: 800px;
	}
}

.locationspages {
	border-radius: 5px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	display: inline-block;
	width: 215px;
	padding: 10px;
	position: relative;
	height: 78px;
	z-index: 9;
}

@media(min-width:768px) {
	.locationspages {
		top: 20px;
		left: 35px;
	}
}

.mainlocationpage .Titlepages.insavail:after {
	top: -30px
}

.imgsisze1 {
	max-width: 164px;
}

.imgsisze2 {
	max-width: 167px;
}

.imgsisze3 {
	max-width: 164px;
}

.imgsisze4 {
	max-width: 164px;
}

.imgsisze5 {
	max-width: 152px;
}

.imgsisze6 {
	max-width: 164px;
}

.FirstRow .col-md-6 .row {
	display: flex;
	align-items: flex-end;
	display: -webkit-flex;
	-webkit-align-items: flex-end;
}

	.FirstRow .col-md-6 .row .col-md-7 {
		display: flex;
		flex-direction: column;
		align-content: space-around;
		min-height: 340px;
	}

		.FirstRow .col-md-6 .row .col-md-7 p {
			flex: 1;
		}

.grouplesstion .locationId {
	color: #595959;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 400;
}

.Repairsmain {
	max-width: 930px;
	margin: auto;
	width: 100%;
	padding: 15px 0 0 0px;
}

	.Repairsmain .Titlepages {
		font-size: 48px;
	}

		.Repairsmain .Titlepages span {
			color: #8c3254;
		}

			.Repairsmain .Titlepages span.repairIcon {
				margin-right: 20px;
			}

.repairIcon {
}

p.datashow {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.63;
	letter-spacing: normal;
	color: #595959;
	margin: 25px 0 60px;
}

.Repairsmain .box-content.thumbnail {
	max-width: 100%;
	position: relative;
}

	.Repairsmain .box-content.thumbnail .contentshow {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		top: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		pointer-events: none;
		flex-direction: column;
		display: -webkit-flex;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		-webkit-pointer-events: none;
		-webkit-flex-direction: column;
	}

		.Repairsmain .box-content.thumbnail .contentshow img {
			width: auto;
		}

		.Repairsmain .box-content.thumbnail .contentshow h3 {
			position: relative;
			font-family: 'Montserrat';
			font-size: 27px;
			font-weight: 600;
			font-style: normal;
			font-stretch: normal;
			line-height: normal;
			letter-spacing: normal;
			text-align: center;
			bottom: auto;
			left: auto;
		}

.scheduleRepairsmain {
	max-width: 650px;
	margin: auto;
	width: 100%;
	padding: 15px 0 0 0px;
}

.schedulebox a {
	color: #4a4a4a;
	border: 2px solid #7a123a;
	ont-size: 18px;
	padding: 15px 15px 38px;
	display: block;
	text-align: left;
	border-radius: 3px;
	text-decoration: none;
	position: relative;
	font-family: 'Montserrat';
	margin-bottom: 54px;
	font-weight: 600;
	max-width: 180px;
}

	.schedulebox a:after {
		content: '';
		height: 2px;
		width: 60px;
		background-color: #c71e5f;
		position: absolute;
		left: 15px;
		bottom: 20px;
		-webkit-transition: .2s all ease-in-out;
		transition: .2s all ease-in-out;
	}

	.schedulebox a:hover {
		text-decoration: none;
	}

		.schedulebox a:hover:after {
			width: 100px;
			-webkit-transition: .2s all ease-in-out;
			transition: .2s all ease-in-out;
		}

.schedule-Repairs {
	padding-bottom: 0px;
}

.schetitle {
	font-family: 'Playfair Display';
	font-size: 42px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.14;
	letter-spacing: 1px;
	color: #8c3254;
	position: relative;
}

.Ve-line {
	position: absolute;
	max-width: 410px;
	width: 100%;
}

	.Ve-line:after {
		content: "";
		opacity: 0.5;
		border-bottom: solid 1px #8c3254;
		top: 40px;
		width: 100%;
		height: 1px;
		position: absolute;
		left: -10px;
	}

	.Ve-line:before {
		content: "";
		opacity: 0.5;
		border-top: solid 1px #8c3254;
		top: 15px;
		width: 100%;
		height: 1px;
		position: absolute;
		left: -26px;
	}

.Ho-line {
	position: absolute;
	max-width: 370px;
	width: 100%;
}

	.Ho-line:after {
		content: "";
		opacity: 0.5;
		position: absolute;
		height: 50px;
		width: 1px;
		background: #8c3254;
		top: 0px;
		right: 0px;
	}

	.Ho-line:before {
		content: "";
		opacity: 0.5;
		position: absolute;
		height: 60px;
		width: 1px;
		background: #8c3254;
		top: -7px;
	}

.boxShadow {
	border-radius: 5px;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
	padding: 25px 35px;
}

	.boxShadow.SmallLocation {
		width: 100%;
		max-width: 680px;
	}

	.boxShadow.SmallScheduletime {
		width: 100%;
		height: 806px;
	}

.schedulerepairs {
	max-width: 910px;
	width: 100%;
	margin: auto;
}

.repair-location {
	position: relative;
	padding-bottom: 50px;
}

.repair-Scheduletime {
	position: relative;
	padding-top: 0px;
}

.SetingIcon {
	position: absolute;
	left: -15px;
}

	.SetingIcon img {
		max-width: 85%;
	}

.Setingshounds {
	position: absolute;
	left: -15px;
	top: 35%;
}

.repair-Scheduletime h2 {
	font-family: 'Playfair Display';
	font-size: 36px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4e5564;
}

.repair-location h3 {
	font-family: 'Playfair Display';
	font-size: 24px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4e5564;
}

.timeicon {
	float: right;
}

.LocaDetails {
	text-align: center;
}

	.LocaDetails .iconloca {
		margin: 20px 0;
	}

		.LocaDetails .iconloca img {
			width: 30px;
		}

	.LocaDetails h2 {
		font-family: 'Playfair Display';
		font-size: 36px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #8c3254;
	}

	.LocaDetails h3 {
		font-family: 'Montserrat';
		font-size: 18px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #4e5564;
	}

.contentDivs {
	max-width: 537px;
	margin: auto;
	width: 100%;
}

	.contentDivs h3 {
		color: #4e5564;
		font-family: 'Playfair Display';
		font-size: 24px;
		padding-left: 51px;
		margin-top: -14px;
	}

p.desdatatas {
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: center;
	color: #4a4a4a;
	max-width: 537px;
	margin: 20px auto 100px;
	width: 100%;
}

.tCouns {
	font-family: 'Playfair Display';
	font-size: 64px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.31;
	letter-spacing: 1px;
	text-align: center;
	color: #8c3254;
}

.conTitle {
	margin-left: 50px;
}

.textTitkl {
	display: inline-block;
	position: relative;
}

.ConsulBox {
}

.wid950 {
	max-width: 950px;
	width: 100%;
	margin: auto;
}

.textTitkl .Ve-line {
}

	.textTitkl .Ve-line:before {
		width: calc(100% + 30px);
		top: 35px;
	}

	.textTitkl .Ve-line:after {
		width: calc(100% + 50px);
		left: -50px;
		top: 69px;
	}

.textTitkl .Ho-line:before {
	height: 110px;
	top: -25px;
}

.textTitkl .Ho-line:after {
	height: 84px;
	top: 0px;
}

.textTitkl .Ho-line {
	max-width: 398px;
}

.textTitkl + img {
	margin: -44px 14px 0;
	position: absolute;
}

.TitlesCusn {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #8c3254;
}

.descripcusn {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #4e5564;
	margin-top: 7px;
}

.CusSelectbtn {
	margin-top: 32px;
}

	.CusSelectbtn a {
		border-radius: 3px;
		border: solid 2px #979797;
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #4e5564;
		text-decoration: none;
		width: 130px;
		padding: 12px;
		display: inline-block;
		text-align: center;
	}

.ConsulBox .col-md-6 {
	margin-bottom: 40px;
}

.pesinationsCuons {
	text-align: center;
}

	.pesinationsCuons ul {
		padding: 0px;
		margin: 50px 0px 0px;
	}

		.pesinationsCuons ul li {
			list-style: none;
			padding: 0px;
			margin: 0px 5px;
			display: inline-block;
		}

			.pesinationsCuons ul li a {
				font-family: 'Montserrat';
				font-size: 36px;
				font-weight: 500;
				border-radius: 3px;
				border: solid 3px #979797;
				color: #8c3254;
				padding: 0px 0px;
				width: 48px;
				text-align: center;
				display: inline-block;
				line-height: normal;
			}

			.pesinationsCuons ul li.active a {
				color: #fff;
				background-color: #8c3254;
				border-color: #8c3254;
			}

.lefttitles {
	font-family: 'Playfair Display';
	font-size: 42px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 1.45px;
	color: #8c3254;
	display: inline-block;
}

	.lefttitles span {
		position: relative;
		top: -8px;
	}

	.lefttitles .Ho-line {
		max-width: 340px;
	}

	.lefttitles .Ve-line {
		max-width: 380px;
	}

.tectciantitle {
	margin-bottom: 50px;
}

.Technician h3 {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4e5564;
	margin-bottom: 30px;
}

.Technician p {
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #4e5564;
}

.m-b50 {
	margin-bottom: 50px;
}

.m-b80 {
	margin-bottom: 80px;
}

.locationTitles {
	font-family: 'Playfair Display';
	font-size: 52px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.12;
	letter-spacing: normal;
	text-align: center;
	color: #8c3254;
}

.ourlocationspage {
	max-width: 1024px;
	margin: 60px auto 0;
}

.locatDetails {
	margin-top: 0px;
	margin-bottom: 50px;
}

	.locatDetails h4:first-child {
		margin-top: 0px;
	}

	.locatDetails h4 + h4 {
		margin-bottom: 25px;
	}

	.locatDetails h4 {
		font-family: 'Montserrat';
		font-size: 18px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.25;
		letter-spacing: normal;
		color: #4e5564;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.locatDetails p {
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.25;
		letter-spacing: normal;
		color: #4e5564;
		margin-bottom: 2px;
	}

.ourshopbg {
	background: url(../images/repair/sax-picture-website.jpg) no-repeat 0 0/cover;
	height: 704px;
	width: calc(100% + 30px);
	margin: 0px -15px;
}

.locatDetails .col-sm-5 {
	padding: 0px;
}

.Quality-craftsmanshi {
	float: right;
	margin: 202px 50px 0 0;
}

	.Quality-craftsmanshi h3 {
		font-family: 'Montserrat';
		font-size: 24px;
		font-weight: 500;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		margin-bottom: 0px;
		color: #fff;
	}

	.Quality-craftsmanshi h2 {
		font-family: 'Playfair Display';
		font-size: 56px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: 1.33px;
		color: #fff;
	}

.smallDivcont {
	max-width: 930px;
	margin: 60px auto 60px;
}

.contabdDes {
}

	.contabdDes a {
		text-decoration: underline;
	}

	.contabdDes h2 {
		font-family: 'Playfair Display';
		font-size: 42px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #4e5564;
		margin-top: 40px;
	}

	.contabdDes p {
		font-family: 'Roboto';
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.56;
		letter-spacing: 0.38px;
		color: #4e5564;
	}

.ourservices {
	background: url(../images/repair/servicebg.png) no-repeat 0 0/cover;
	height: 623px;
	width: calc(100% + 30px);
	margin: 0px -15px;
	padding: 80px 0 0;
}

	.ourservices h3 {
		font-family: 'Montserrat';
		font-size: 42px;
		font-weight: 800;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #4e5564;
		text-transform: uppercase;
	}

.ServicesItems {
	text-align: center;
	margin: 60px 0px 0;
}

	.ServicesItems h4 {
		font-family: 'Montserrat';
		font-size: 20px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: center;
		color: #4e5564;
		border-bottom: 1px solid #4e5564;
		display: inline-block;
		text-transform: uppercase;
	}

	.ServicesItems p {
		opacity: 0.8;
		font-family: 'Roboto';
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.56;
		letter-spacing: normal;
		text-align: center;
		color: #4e5564;
		max-width: 280px;
		margin: auto;
	}

	.ServicesItems .iconsheight {
		height: 100px;
	}

.contactUSs {
	text-align: center;
	margin: 80px 0px;
}

	.contactUSs h2 {
		font-family: 'Playfair Display';
		font-size: 36px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #8c3254;
	}

	.contactUSs h4 {
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #4a4a4a;
	}

	.contactUSs p {
		opacity: 0.8;
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.56;
		letter-spacing: normal;
		text-align: center;
		color: #4a4a4a;
	}

		.contactUSs p a, .Contactusbtn {
			border-radius: 4px;
			background-color: #8c3254;
			display: inline-block;
			font-family: 'Montserrat';
			font-size: 16px;
			font-weight: normal;
			font-style: normal;
			font-stretch: normal;
			line-height: 1;
			letter-spacing: normal;
			text-align: center;
			color: #fff;
			text-decoration: none;
			padding: 21px;
			margin: 10px 0;
			text-decoration: none;
		}

			.contactUSs p a:hover, .Contactusbtn:hover, .contactUSs p a:focus, .Contactusbtn:focus {
				color: #fff;
				text-decoration: none !important;
			}

.lineSetting {
	display: inline-block;
	color: #8c3254
}

	.lineSetting .Ve-line:before {
		content: "";
		opacity: 0.5;
		border-top: solid 1px #8c3254;
		top: 6px;
		width: 100%;
		height: 1px;
		position: absolute;
		left: -16px;
	}

	.lineSetting .Ve-line:after {
		content: "";
		opacity: 0.5;
		border-bottom: solid 1px #8c3254;
		top: 32px;
		width: 106%;
		height: 1px;
		position: absolute;
		left: -16px;
	}

	.lineSetting .Ve-line {
		max-width: 205px;
	}

	.lineSetting .Ho-line {
		max-width: 173px;
	}

		.lineSetting .Ho-line:before {
			content: "";
			opacity: 0.5;
			position: absolute;
			height: 80px;
			width: 1px;
			background: #8c3254;
			top: -32px;
			left: 3px;
		}

		.lineSetting .Ho-line:after {
			content: "";
			opacity: 0.5;
			position: absolute;
			height: 75px;
			width: 1px;
			background: #8c3254;
			top: -17px;
			right: 0px;
		}

.Bertrands-Music-990 {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: normal;
	text-align: center;
	color: #7a123a;
}

.contactusheading {
	font-family: 'Playfair Display';
	font-size: 52px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.12;
	letter-spacing: -2px;
	text-align: center;
	color: #7a123a;
	margin-top: 60px;
}

.contactCustompage {
}

.Pathline {
	opacity: 0.25;
	border-bottom: solid 1px #3fa2f7;
	margin: 53px auto;
	max-width: 1024px;
}

.contactusheading.llinesbottom {
	line-height: 1.38;
	font-size: 42px;
	letter-spacing: -1.62px;
	margin: 20px 0 40px;
}

.contactuscontainer {
	max-width: 740px;
	width: 100%;
	margin: auto;
}

.submit-contact-button.Contactusbtn {
	width: 100%;
	border: none;
}

	.submit-contact-button.Contactusbtn:hover {
		background: #7a123a;
	}

.contactuscontainer .form-group input {
	height: 60px;
	background: rgb(228, 241, 253);
	border: none;
	box-shadow: none
}

.contactuscontainer .form-group textarea.form-control.text-box {
	height: 100px;
	background: rgb(228, 241, 253);
	border: none;
	box-shadow: none
}

.contactuscontainer .form-group .form-control.text-box::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.8;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #4e5564;
}

.contactuscontainer .form-group .form-control.text-box:-ms-input-placeholder { /* Internet Explorer 10-11 */
	opacity: 0.8;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #4e5564;
}

.contactuscontainer .form-group .form-control.text-box::-ms-input-placeholder { /* Microsoft Edge */
	opacity: 0.8;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.56;
	letter-spacing: normal;
	color: #4e5564;
}

.form.contact-form {
	margin-top: 50px;
}

	.form.contact-form .form-label, .form.contact-form .has-feedback .form-control-feedback {
		display: none !important;
	}

.abusbg {
	background: url(../Images/about/about-us-information.png) no-repeat 0 0/cover;
	padding: 128px 0px;
	font-family: 'Playfair Display';
	font-size: 48px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 1px;
	text-align: center;
	margin: 0px -15px;
	color: #fff;
}

.absmalContner {
	margin: 106px auto;
	max-width: 950px;
}

.abvideo {
	max-width: 512px;
	width: 100%;
}

.AbContact {
	margin: 0px 0 20px 40px;
}

	.AbContact h3 {
		font-family: 'Montserrat';
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 1px;
		color: #4a4a4a;
	}

	.AbContact p {
		font-family: 'Georgia';
		font-size: 16px;
		font-weight: 500;
		line-height: 1.38;
		margin-bottom: 0px;
		letter-spacing: 0.59px;
		color: #4a4a4a;
	}

	.AbContact.AbContact2s P {
		font-family: 'PT Serif Caption', serif;
		color: #7a123a;
		font-size: 16px;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.44;
		letter-spacing: 0.89px;
	}

	.AbContact .Contactusbtn {
		background: #13518B;
		margin-top: 20px;
	}

.imgcontent {
	background: #000;
	color: #fff;
	margin: 0px -15px;
	padding: 117px 0 110px 0px;
}

.topSeab {
	max-width: 900px;
	margin: auto auto 85px;
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
}

.logoswhite {
	flex: 0 0 50%;
}

.textlogowidth {
	font-family: 'PT Serif Caption', serif;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	padding-left: 68px;
	border-left: 2px solid #fff;
}

.since1983 {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.83;
	letter-spacing: normal;
	text-align: center;
	color: #f9f9f9;
	max-width: 1163px;
	margin: auto auto 40px;
}

.oneRowes {
	display: flex;
	justify-content: space-between;
	max-width: 1337px;
	margin: 109px auto auto;
}

.textheadabimg {
	font-family: 'Montserrat';
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
}

.Productsheet h2 {
	font-family: 'Montserrat';
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.67px;
	color: #4a4a4a;
}

.Productsheet p {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.72;
	letter-spacing: 0.5px;
	text-align: center;
	color: #4a4a4a;
	margin: 50px 0 80px;
}

.Productsheet {
	text-align: center;
}

.shotfunds {
	margin: 50px -15px 13px;
	background: #000;
	padding: 65px 0px;
}

	.shotfunds .container {
		max-width: 1224px;
	}

	.shotfunds p {
		font-family: 'Montserrat';
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.72;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
	}

.textConAbt p {
	font-family: 'PT Serif Caption', serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #000000;
}

.locDescription h3 {
	font-family: 'PT Serif Caption', serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
	max-width: 524px;
}

.locDescription h4 {
	font-family: 'PT Serif Caption', serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: normal;
	color: #000000;
	max-width: 580px;
}

.image-597 {
	text-align: right;
	margin: 20px 0;
}

.onesP {
	display: flex;
	display: -webkit-flex;
	margin: 15px 0 0px;
}

.image-363, .image-595 {
	margin: 20px 0px;
}

.hLine5 {
	max-width: 524px;
	height: 6px;
	margin: 100px 0 50px;
	background: #000;
}

.locaAdreess h2 {
	font-family: AdobeGothicStd;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #000;
	margin: 0px;
}

.locaAdreess h3 {
	font-family: AdobeGothicStd;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #000;
	margin: 0px;
}

.locaAdreess h4 {
	font-family: AdobeGothicStd;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #000;
	margin: 0px;
}

.sub-entity-name-link {
	font-family: 'Playfair Display';
	font-size: 18px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4e5564;
}

.sub-entity-image-link {
	border: solid 1px #979797;
	display: inline-block;
}

	.sub-entity-image-link .img-thumbnail {
		border: none !important;
	}

.sub-entity-grid-item.grid-item {
	margin-bottom: 30px;
}

.shoppage1-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	font-family: 'Playfair Display';
	font-size: 36px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #8c3254;
	margin-bottom: 40px;
}

	.shoppage1-heading img {
		width: 74px;
	}

.row.sub-entity-row {
	max-width: 1100px;
	width: 100%;
	margin: auto auto !important;
}

.shoppage1-header {
	display: flex;
	max-width: 1100px;
	margin: auto auto 60px auto !important;
	width: 100%;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

	.shoppage1-header .shoppage1-side1 .caption1 + .caption1 {
		font-size: 42px;
	}

	.shoppage1-header .shoppage1-side1 .caption1 {
		font-family: 'Playfair Display';
		font-size: 64px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.43;
		letter-spacing: normal;
		color: #8c3254;
	}

	.shoppage1-header .shoppage1-side1 .shop-button {
		border-radius: 4px;
		background-color: #4e5564;
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		width: 149px;
		cursor: pointer;
		letter-spacing: normal;
		text-align: center;
		color: #fff;
		height: 60px;
		line-height: 60px;
		margin-top: 20px;
	}

	.shoppage1-header .shoppage1-side1 + .shoppage1-side1 {
		max-width: 460px;
	}

		.shoppage1-header .shoppage1-side1 + .shoppage1-side1 img {
			max-width: 100%;
		}

.shoppage1-heading:before {
	content: '';
	opacity: 0.5;
	border-top: solid 1px #8c3254;
	width: 100%;
	padding-top: 50px;
}

.shoppage2 {
	max-width: 750px;
	margin: 50px auto;
}

	.shoppage2 .entity-page-header {
		font-family: 'Playfair Display';
		font-size: 64px;
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: 1.43;
		letter-spacing: normal;
		color: #8c3254;
		text-align: center;
	}

	.shoppage2 .entity-page-header {
		background: url(../Images/shop/group.png) no-repeat center top;
		padding: 178px 0 0px;
	}

	.shoppage2 ul.sub-entity-list {
		padding: 0px;
		margin: 30px 0 0px;
	}

		.shoppage2 ul.sub-entity-list li {
			list-style: none;
		}

			.shoppage2 ul.sub-entity-list li a.sub-entity-name-link {
				font-family: 'Montserrat';
				font-size: 18px;
				font-weight: 600;
				font-style: normal;
				font-stretch: normal;
				line-height: normal;
				letter-spacing: normal;
				color: #4e5564;
			}

				.shoppage2 ul.sub-entity-list li a.sub-entity-name-link:hover, .shoppage2 ul.sub-entity-list li a.sub-entity-name-link:focus {
					text-decoration: none;
				}

		.shoppage2 ul.sub-entity-list li {
			background: url(../Images/shop/musicicon.png) no-repeat left 1px;
			padding-left: 27px;
			margin-bottom: 16px;
			min-height: 35px;
			padding-top: 10px;
		}

.breadcrumb {
	max-width: 1100px;
	width: 100%;
	margin: 60px auto 50px !important;
	display: block;
}

	.breadcrumb .SectionTitleText {
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: normal;
		font-style: italic;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #4e5564;
	}

	.breadcrumb a.SectionTitleText {
		color:#7A123A;
		background: url(../Images/shop/breline.png) no-repeat right center;
		filter: grayscale(100);
		padding-right: 60px;
	}

.shoppage3 {
	max-width: 1100px;
	width: 100%;
	margin: 60px auto 50px !important;
	display: block;
}

	.shoppage3 .entity-page-header {
		font-size: 56px;
		font-family: 'Playfair Display';
		font-weight: 900;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		color: #8c3254;
	}

	.shoppage3 .entity-page-header {
		background: url(../Images/shop/combined-shape.png) no-repeat center center;
		padding: 24px 0;
	}

	.shoppage3 .grid-item-inner {
		border-radius: 5px;
		box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
		background-color: #fff;
	}

	.shoppage3 .products-grid.entity-page-products.entity-grid-prices-products {
		margin: 50px 0px 40px;
	}

	.shoppage3 .grid-item-name-wrap a {
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #4e5564;
		min-height: 70px;
		display: block;
	}

		.shoppage3 .grid-item-name-wrap a:hover {
			text-decoration: none;
		}

	.shoppage3 .price.regular-price {
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #4e5564;
	}

	.shoppage3 .price.sale-price span {
		font-family: 'Montserrat';
		font-size: 16px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #4e5564;
	}

	.shoppage3 .price.sale-price {
		font-family: 'Montserrat';
		font-size: 24px;
		font-weight: 600;
		font-style: normal;
		font-stretch: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #000;
	}

.Rectangleblur {
	width: 100%;
	height: 795px;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	background-color: #7b7b7b;
}

.ractablurs {
	position: relative;
	margin: 80px 0px 0;
}

	.ractablurs h1 {
		color: #fff;
		position: absolute;
		z-index: 1;
		bottom: 0px;
		top: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
		display: flex;
		display: -webkit-flex;
		width: 320px;
		align-items: center;
		-webkit-align-items: center;
		text-align: center;
	}

.page-wrap.product-page.tabbed-product-page {
	max-width: 1216px;
	width: 100%;
	margin: auto;
	padding: 0px 15px !important;
}

.comlogoimg {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}

	.comlogoimg img {
		max-width: 100%;
		height: 40px;
		width: 100px;
	}

.Productsheet .container {
	max-width: 1172px;
}

.Setingshoundsright {
	position: absolute;
	right: -15px;
	bottom: 100px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.product-grid-item {
	margin-bottom: 30px;
}

	.product-grid-item .grid-item-inner {
		min-height: 352px;
	}

.grid-item-image-wrap {
	min-height: 200px;
}

.pagination {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

	.pagination li span, .pagination li a {
		margin-right: 10px;
		font-family: 'Montserrat';
		font-size: 18px;
		font-weight: 600;
		padding: 0px 5px;
		border-radius: 3px;
		border: solid 1px #8c3254;
		display: inline-block;
		width: 35px;
		text-align: center;
		height: 35px;
		line-height: 35px;
		color: #8c3254;
	}

		.pagination li.active a, .pagination li:hover a, .pagination li span.disabled:hover {
			background: #8c3254;
			color: #fff;
			border: solid 1px #8c3254;
		}

	.pagination > li:first-child > a, .pagination > li:first-child > span {
		border-radius: 3px !important;
	}

span.screen-reader-only {
	display: none !important;
}

@media(min-width:1340px) {
	.container {
		max-width: 1310px;
		width: 100%;
	}

	.main-header .container {
		max-width: 1216px;
		width: 100%;
	}

	.search-wrapper {
		margin-left: 30px;
	}

	.largecontent .textConAbt {
		max-width: 268px;
	}
}

@media (max-width: 1024px) {
	.home-about .about1, .home-about .about2, .home-about .about3 {
		height: auto;
		width: auto;
	}

	.copyright-row {
		text-align: center;
	}



	.boyimg {
		right: -29px;
		bottom: -10px;
	}

	.rightsidevol {
		display: none;
	}
}

@media (min-width: 768px) {
	.modal-dialog .modal-content .col-md-7 {
	
	}

	.modal-dialog .modal-content .col-md-5 {
		padding-right: 0px;
	}

	#instrumenthtml .col-sm-5 {
		padding-left: 0px;
	}

	.musiclessiontabs .nav {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

		.musiclessiontabs .nav li {
			width: 20%;
		}

			.musiclessiontabs .nav li a {
				padding: 15px 0px;
				text-align: left;
			}

	.navbar-nav {
		float: right;
		margin: 0;
	}

	.copyright {
		max-width: 406px;
		text-align: center;
		width: 100%;
	}

	.footer-row ul.footer1 {
		padding-top: 64px;
		padding-bottom: 30px;
	}

		.footer-row ul.footer1:after {
			content: '';
			height: 100%;
			opacity: 0.4;
			position: absolute;
			right: 14px;
			top: 0px;
			width: 1px;
			background-color: #979797;
		}

	li.dropdown:hover ul.dropdown-menu {
		display: block;
	}

	.footerHeading {
		padding-top: 64px;
	}
}

@media (max-width:991px) {
	.Setingshoundsright {
		display: none;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	.boyimg {
		right: -33px;
		bottom: -90px;
	}

	.FirstRow p + .row {
		margin-bottom: 30px;
	}

	.lineHoz {
		left: -2%;
	}
}

@media (max-width: 1000px) {
	
	@media (max-width: 767px) {
		.home-image, .footerdesktop, .navbar-inverse .navbar-brand {
			display: none !important;
		}

		.footermobile {
			display: block;
			text-align: center;
		}

		.homecategory .item-box {
			margin: 0;
			display: inline;
		}

	
		.footer-wrapper .footermobile a {
			text-align: center;
		}

		.footer-wrapper .footermobile li {
			display: inline-block;
		}

		.footer-wrapper .footermobile ul {
			padding: 0px;
			line-height: 2;
		}

		.footer-wrapper {
			padding: 30px 0px 0px !important;
		}

		.main-content-wrapper {
			padding-bottom: 0px !important;
		}




		.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
			background-color: #fff;
		}

		.navbar-inverse.topnav {
			position: absolute;
			right: -10px;
			width: 100%;
			text-align: left;
			top: -7px;
		}

		.navbar-collapse.in {
			background-color: #fff;
			max-height: 100vh;
			overflow: auto;
		}

		.navbar-inverse .navbar-toggle:focus .icon-bar {
			background-color: #4a4a4a;
		}

		.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
			border: none;
		}

		.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
			color: #4a4a4a;
		}

	

		.modal-body {
			padding: 15px 15px 15px;
		}

		.musiclessiontabs .nav {
			display: block;
		}

		.musiclession {
			padding: 0px 15px;
		}

		.Locationpage {
			margin: 0px 0px;
		}

		.locationheading {
			font-size: 40px;
			padding-right: 90px;
			line-height: 60px;
		}

		.imginstrument {
			max-height: 60px;
		}

		.locationId {
			margin-bottom: 0px;
			text-align: center;
		}

		.Titlepages {
			line-height: 40px;
			margin: 40px 0 40px;
		}

		.navbar-toggle {
			margin-right: 0px !important;
			border: none !important;
			background: transparent !important;
		}

		.FirstRow p + .row {
			flex-wrap: wrap;
			justify-content: center;
			-webkit-flex-wrap: wrap;
			-webkit-justify-content: center;
		}

		.FirstRow p {
			width: 100%;
		}

		.backRowtext {
			display: flex;
			display: -webkit-flex;
			flex-wrap: wrap;
			justify-content: center;
			-webkit-justify-content: center;
			-webkit-flex-wrap: wrap;
			text-align: center;
		}

			.backRowtext a:last-child {
				margin-top: 30px;
			}

		.lineHoz, .lineVer {
		}

		.lineHoz {
			display: none;
		}

		.boyimg {
			right: -15px;
			bottom: 0px;
		}

		#instrumenthtml .col-sm-5 > div {
			margin-top: 20px;
		}

		.modal-dialog {
		
		}

		.modal-body .Buttonrow a button {
			margin: 0px 10px 20px;
		}

		.nav > li > a {
			padding-left: 7px;
			padding-right: 7px;
		}

		.search-static {
			width: auto;
		}

		.search-wrapper .glyphicon-search {
			display: block;
			padding: 5px 0px;
		}

		.main-header .row.header-row {
			display: flex;
			display: -webkit-flex;
			justify-content: space-between;
			-webkit-justify-content: space-between;
			padding-top: 10px;
		}
		/*.search-wrapper{background:transparent;box-shadow:none;border: solid 1px #979797;padding: 0px 0px 0 12px;display: flex;display: -webkit-flex;height:43px;}*/
		.search-wrapper input {
			margin-bottom: 10px;
			margin-left: 5px;
		}

		.main-header .row.header-row .header-right-info.col-xs-12 {
			width: 40px;
			padding: 0px;
		}

		.main-header .row.header-row .logo-wrap.col-xs-5 {
			width: 134px;
			padding: 15px 10px;
		}

		.main-header .row.header-row .col-xs-7.header-middle {
			padding: 0px;
			width: 224px;
			margin-top: 8px;
		}

		.search-box {
			height: 41px;
		}

		.navbar-collapse.in {
			position: fixed;
			right: 0px;
			width: 300px;
			top: -10px;
			box-shadow: -4px 0px 5px 1px rgba(79, 79, 79, 0.42);
			border-radius: 40px 0 0 0;
		}

		.navbar-collapse .closemenu {
			display: none;
		}

		.navbar-collapse {
			transition-duration: .2s;
			transition-timing-function: cubic-bezier(.4,0,.2,1);
			transform: translateX(300px);
		}

			.navbar-collapse.in {
				transition-duration: .2s;
				transition-timing-function: cubic-bezier(.4,0,.2,1);
				transform: translateX(0px);
				display: block;
			}

				.navbar-collapse.in .closemenu {
					display: block;
					cursor: pointer;
					text-align: right;
					padding: 30px 20px 20px;
				}

		.navbar-nav {
			margin: 10px 0px;
			padding: 0px 30px;
		}

			.navbar-nav.nav > li {
				border-bottom: 1px solid #979797;
			}

				.navbar-nav.nav > li:last-child {
					border-bottom: none;
				}

		.navbar-inverse .navbar-toggle {
			cursor: pointer;
		}

		.navbar-inverse.topnav .navbar-nav > li > a .caret {
			float: right;
			transform: rotate(-90deg);
			margin-top: 18px;
		}

		.navbar-inverse.topnav .navbar-nav > li.dropdown.open > a .caret {
			float: right;
			transform: rotate(0deg);
			margin-top: 0px;
		}

		.FirstRow .col-md-6 .row {
			display: block;
		}

			.FirstRow .col-md-6 .row .col-md-7 {
				display: block;
			}

		.groupImgs, .Setingshounds, .SetingIcon {
			display: none;
		}

		.boxShadow {
			padding: 15px;
		}

		.ourservices {
			height: auto;
			padding-bottom: 60px;
		}

		.ourshopbg {
			height: auto;
			padding: 100px 20px;
		}

		.Quality-craftsmanshi {
			float: none;
			margin: 60px 0px 0 0;
		}

			.Quality-craftsmanshi h2 {
				font-size: 40px;
			}

		.contabdDes h2 {
			text-align: center;
		}

		.contabdDes p {
			text-align: center;
		}

		.AbContact {
			margin: 0px 0 20px 0px;
		}

		.oneRowes {
			display: block;
			padding: 0px 15px;
		}

		.locatDetails .col-sm-5 {
			padding: 0px 15px;
		}

		.shoppage1-header {
			display: block;
			text-align: center;
		}
	}

	#all-categories {
		display: none;
	}

	@media (max-width: 600px) {
	

		.home-about .about2 {
			font-size: 50px;
		}

		.simplytext {
			line-height: 1.33;
		}

		.grouplesstion .locationId {
			text-align: center;
			float: none;
			margin-top: 20px;
			line-height: 23px;
		}

		.grouplesstion h2 {
			font-size: 36px;
		}

		.topSeab {
			display: block;
			text-align: center;
		}

		.textlogowidth {
			border: none;
			padding-left: 0px;
		}
	}

	@media(max-width:480px) {
		.rental-topic-wrapper {
			max-width: 100%;
			margin: 0 -1px;
		}

			.rental-topic-wrapper .col-xs-6 {
				padding: 0px 5px;
			}

		.Ve-line, .Ho-line {
			display: none;
		}

		.comlogoimg li {
			max-width: inherit;
		}

		#all-categories {
			display: block;
		}
	}

	.checkoutpage {
		max-width: 1216px;
		width: 100%;
		margin: auto;
		padding: 0px 15px !important;
	}
}

.product-guarantees {
	padding-bottom: 2rem;
	border-bottom: 1px solid #e5e5e5;
}

	.product-guarantees .guarantee-icon {
		width: 50px;
		height: 50px;
		margin-right: 1rem;
	}

		.product-guarantees .guarantee-icon em {
			font-size: 1.7rem;
		}

	.product-guarantees .col-md-4 {
		display: flex;
	}

.product-page-header {
	border-bottom: 1px solid #e5e5e5;
}

.inventory-display {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2rem;
}

.guarantee-icon {
	border-radius: 100%;
	width: 80px;
	height: 80px;
	margin-bottom: 1rem;
	border: 2px solid #efefef;
	text-align: center;
}

	.guarantee-icon i, .guarantee-icon em {
		font-size: 2rem;
		padding-top: 1.5rem;
		display: inline-block;
	}

[role="button"] {
	cursor: pointer;
}

.wwd-heading {
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1.2;
	padding-top: .5rem;
}

.inventory-by-location-wrap {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
	padding-left: 5px;
}

.inventory-by-location-topic-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0.25rem 1rem 0.25rem 0 !important;
	padding: 0 !important;
	border: 2px solid #e7e7e7;
	font-size: 1rem;
	min-width: 23rem;
}

.edition-inventory-by-location-name {
	padding: 0.25rem 0.5rem;
	border-right: 2px solid #e7e7e7;
	background-color: #f7f7f7;
	width: 90px;
}

.edition-inventory-by-location-qty {
	padding: 0.25rem 0.5rem;
	min-width: 90px;
}

.edition-inventory-by-location-in-stock {
	color: #07915e;
	font-size: 14px;
}

.inventory-by-location-topic-wrap:has(.edition-inventory-by-location-in-stock) {
	border-color: #aaa;
}

.product .site-container {
	width: 100%;
	max-width: unset;
	padding: 0;
}

.product .breadcrumb {
	padding-left: 1rem;
	padding-right: 1rem;
	max-width: 1350px;
	margin: 0 auto;
}

.inventory-flag {
	display: none;
}

.inventorybylocation {
	display: none;
	text-align: center;
	text-transform: uppercase;
}

.js-out-of-stock .inventorybylocation {
	display: none;
}

.js-has-stock .inventorybylocation {
	display: block;
}

.js-has-stock .inventory-flag {
	display: none;
}

.js-out-of-stock .inventory-flag {
	display: block;
}

.product-gallery-items {
	margin-bottom: 8px;
}

.product-gallery-item {
	display: inline-block;
	max-width: 32%;
}

.gallery-item-inner {
	padding: 5px;
}

.product-gallery-image {
	max-width: 100%;
	padding-top: 24px;
}

.button-transparent {
	border: none;
	background: transparent;
	-webkit-appearance: none;
}

.product-gallery-item {
	display: block;
	max-width: unset;
}

.product-gallery-image {
	max-width: auto;
	padding-top: 0;
}

.product-gallery-items .product-gallery-item {
	padding-top: 0.5rem;
}

	.product-gallery-items .product-gallery-item:first-child {
		padding-top: 0;
	}


.product-image-wrap {
	display: flex;
}

.product-image-wrap {
	text-align: center;
	margin-bottom: 15px;
}

.medium-image-wrap {
	order: 2;
}

#dLabel {
	color: green;
}

.product-info-wrap .add-to-cart-group .add-to-cart {
	width: 100%;
}

.product-page .add-to-cart {
	display: block;
	width: 80%;
}

.product-page .add-to-wishlist {
	display: block;
	background-color: transparent;
	border: none;
}

	.product-page .add-to-wishlist:before {
		content: "\f08a";
		font-family: FontAwesome;
		margin-right: 8px;
	}

.product-info-wrap .add-to-cart-group .add-to-cart-quantity {
	order: 1;
	width: 15%;
}

.product-info-wrap .add-to-cart-group.row {
	margin: 0;
}

.product-page .add-to-cart-group {
	display: flex;
	flex-wrap: wrap;
}

.product-page .add-to-cart-quantity label {
	display: none;
}
.form-control.quantity-field {
	display: inline-block;
	width: 70px !important;
	height: 54px;
}
.quantity-field {
	width: 100%;
	text-align: center;
	display: inline-block !important;
}

.product-info-wrap .add-to-cart-group .col-sm-8 {
	float: none;
	padding: 0;
	order: 2;
	width: 80%;
}

.billboard-image .number-one{
max-width:75px;
}
.billboard-image{
text-align:center;
}
.billboard-image h1{
margin:0;
font-family: 'Playfair Display', Georgia, serif;
font-size:2.25rem;
}
.billboard-image .btn{
max-width:250px;
margin:0 auto;
margin-top:1rem;
}
.billboard-image .inner{
position:absolute;
top:10%;
left:0;
max-width:293px;
padding:2rem;
max-width:64%;
}


@media (min-width:768px){
	.flex-billboard-text{
		display:flex;
		align-items:center;gap:1rem;
	}
	.billboard-image{
	text-align:left;
	}
	.billboard-image .number-one{
max-width:100px;
}
	.billboard-image .inner{

left:5%;
max-width:unset;
padding:3rem;
}
.billboard-image h1{

font-size:3.5rem;
}

}
@media (min-width:1145px){
.billboard-image .btn.hidden-lg{
display:none;
}
.billboard-image .btn.visible-lg{display:block !important;}
.billboard-image .number-one{
max-width:150px;
}
.billboard-image span{
font-weight:600;
font-size:1.5rem;
}
.align-btn-dk{
display:flex;
align-items:center;
gap:1rem;
justify-content:space-between;
}
.billboard-image h1{

font-size:6rem;
}
	.billboard-image .inner{
	left:5%;
	top:20%;
	}
	.billboard-image .btn{

margin:unset;

}


}

@media (min-width:1540px){
	.billboard-image .number-one{
max-width:unset;
}
.billboard-image span{
font-weight:600;
font-size:2rem;
}
.align-btn-dk{
display:flex;
align-items:center;
gap:1rem;
justify-content:space-between;
}
.billboard-image h1{

font-size:7rem;
}
	.billboard-image .inner{
	left:15%;
	top:20%;
	}
	.billboard-image .btn{

margin:unset;

}
}

.clearable {
	clear: both;
}
.off{
	display: none;
}
/******* Paging Styles ********/
@media (min-width: 992px) {
	.paging {
		text-align: right;
	}
}
.pagesize, .catSortBy{
	display: inline-block;
}
.catSortBy{
	margin-right: 8px;
}
.catSortBy select, .pagesize select{
	margin-bottom: 4px;
}
.productControl .input-group-addon{
	width: auto;
}
.bottomPagingWrap {
	text-align: left;
}


.pagerArea {
	padding: 8px;
	border-radius: 3px;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.4);
	margin: 8px 0px;
}

.entityPageSortWrap {
	margin-bottom: 5px;
}
/******* End Paging Styles ********/

.guidedNavProductCell {
	text-align: center;
	padding-bottom: 12px;
	padding-top: 4px;
}

.sectionHeader {
	font-weight: bold;
}

.guidedNavBlock {
	margin-bottom: 8px;
}

.guidedNavGroup {
	padding: 0px 8px;
}

.entityDescriptionWrapper {
	margin-bottom: 8px;
}

.guidedNavGroup .input-group .form-control {
	margin:0;
}

.guidedNavHeader {
	background: #eee;
	padding: 5px 10px;
	margin-bottom: 8px;
	line-height: normal;
	border-radius: 3px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}

.nonSelectedSection {
	color: #aaa;
}

.guidedNavigationHeadingToggle{
	display: block;
	font-size: 1.2em;
}

.guidedNavigationHeadingToggle.collapsed .glyphicon-chevron-up, .guidedNavigationHeadingToggle .glyphicon-chevron-down{
	display: none;
}
.guidedNavigationHeadingToggle.collapsed .glyphicon-chevron-down{
	display: inline-block;
}

/* layout appconfig options*/

/* two column */
@media (min-width: 992px) {
	.guidedNavTwoCol .guidedNavWrapper {
		float: left;
		width: 23%;
	}
	.guidedNavTwoCol .guidedNavContents {
		float: right;
		width: 75%;
	}
}

/* one column */
.guidedNavOneCol .sectionHeader, .guidedNavOneCol .guidedNavGroup, .guidedNavOneCol .navSection, .guidedNavOneCol .removeAllWrap, .guidedNavOneCol .guidedNavGroup, .guidedNavOneCol .guidedNavigationAttributes {
	display: inline-block;
	vertical-align: middle;
}

.guidedNavOneCol .navSection {
	border-left: solid 1px #888;
	margin-left: 6px;
	padding-left: 8px;
}

	.guidedNavOneCol .navSection:first-child {
		border-left: none 0px;
		margin-left: 0px;
		padding-left: 0px;
	}

.guidedNavOneCol .filterOptions .guidedNavBlock {
	display: inline-block;
	background: #eee;
	padding: 4px;
	margin: 4px;
	border-radius: 4px;
	border: solid 1px #ddd;
	zoom: 1;
}



.guidedNavOneCol .allSelections, .guidedNavOneCol .guidedSearchBlock {
	border-bottom: solid 1px #ddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.guidedNavOneCol .guidedNavHeader {
	font-size: 1.2em;
}

.guidedNavOneCol .guidedNavGroup {
	padding: 0;
}

/* end layout appconfig options */

/* hide search box on older versions of AspDotNetStorefront */
#content .search {
	display: none;
}

.guidedNavContents .pagelink {
	padding: 3px 10px;
}    
.off {
	display: none;
}

.drop-search{
	position: relative;
	z-index: 1010;
	line-height: 1.4em;
}

.drop-search .search-box::-ms-clear {
    display: none;
}

.drop-search-name{
	word-wrap: break-word;
	max-width: 70%;
}

.drop-search-results{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	position: relative;
}

@media (min-width: 767px){
	.drop-search-results{
		position: absolute;
	}
}

.drop-search-product-results-area {
	padding-top: 8px;
}

a.drop-search-item-link{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	text-decoration: none;
	padding: 8px 15px;
}

a.drop-search-item-link:hover, a.drop-search-view-all:hover{
	background: #eee;
}

.drop-search-image{
	max-width: 50px;
	margin-right: 15px;
}

a.drop-search-view-all{
	display: block;
	padding: 8px 15px;
	text-decoration: none;
}
.drop-search-loading{
	display: none;
}
.loading .drop-search-loading{
	display: block;
	position: absolute;
	z-index:1010;
	top:0;
	width: 100%;
}
.drop-search-loading .progress-bar{
	width: 100%;
}
.drop-search-loading .progress{
	border-radius: 0;
	margin: 0;
}
.loading .drop-search-product-results-area{
	opacity: 0.4;
}

.drop-search-loader {
	background: whitesmoke url('../Images/dropsearchloader.gif') no-repeat right center;
}
/* Custom CSS change for this specific skin */
@media (min-width: 767px) {
	.drop-search-results {
		left: -24px;
	}
}

.search-go {
	width: 100% !important;
}

.drop-search-results{
	position: absolute !important;
	top: 47px;
	width: auto;
}
/*--------- tee sheet theme customization ---------*/

#app .is-primary {
	color: #0a62a9 !important;
}

/* buttons --primary */
#app .button.is-primary {
	background-color: #0a62a9 !important;
	color: #fff !important;
}
#app .button.is-primary.is-focused {
	background-color: #0a62a9 !important;
	color: #fff !important;
}
#app .button.is-primary[disabled] {
	background-color: rgba(10, 98, 169, 0.25) !important;
}
#app .button.is-primary:hover,
#app .button.is-primary.is-hovered {
	background-color: #0a62a9 !important;
	color: white !important;
}
#app .button.is-primary:focus:not(:active),
#app .button.is-primary.is-focused:not(:active) {
	box-shadow: 0 0 0 0.125em rgba(10, 98, 169, 0.25) !important;
}
#app .button:focus:not(:active),
#app .button.is-focused:not(:active) {
	box-shadow: 0 0 0 0.125em rgba(10, 98, 169, 0.25) !important;
}
#app .button:focus,
#app .button.is-focused {
	border-color: #0a62a9 !important;
}
#app .button.is-primary:active,
#app .button.is-primary.is-active {
	background-color: #0a62a9 !important;
	color: white !important;
}

/* buttons --success */
#app .button.is-success {
	background-color: rgb(67, 163, 121) !important;
	color: #fff !important;
}
#app .button.is-success:hover,
.button.is-success.is-hovered {
	background-color: rgb(47, 194, 130) !important;
	color: #fff !important;
}

/* inputs */
#app .input:focus {
	border-color: #0a62a9 !important;
	-webkit-box-shadow: 0 0 0 0.125em rgba(10, 98, 169, 0.25) !important;
	box-shadow: 0 0 0 0.125em rgba(10, 98, 169, 0.25) !important;
}

#app .input:focus,
#app .taginput .taginput-container.is-focusable:focus,
#app .textarea:focus,
#app .select select:focus,
#app .is-focused.input,
#app .taginput .is-focused.taginput-container.is-focusable,
#app .is-focused.textarea,
#app .select select.is-focused,
#app .input:active,
#app .taginput .taginput-container.is-focusable:active,
#app .textarea:active,
#app .select select:active,
#app .is-active.input,
#app .taginput .is-active.taginput-container.is-focusable,
#app .is-active.textarea,
#app .select select.is-active {
	border-color: #0a62a9 !important;
	-webkit-box-shadow: 0 0 0 0.125em rgba(10, 98, 169, 0.25) !important;
	box-shadow: 0 0 0 0.125em rgba(10, 98, 169, 0.25) !important;
}

/* wizard steps --active */
#app .b-steps .steps .step-items .step-item.is-active .step-marker {
	background-color: white !important;
	border-color: #0a62a9 !important;
	color: #0a62a9 !important;
}
/* wizard steps --previous */
#app .b-steps .steps .step-items .step-item.is-previous .step-marker {
	color: white !important;
	background-color: #0a62a9 !important;
}
#app .b-steps .steps .step-items .step-item.is-active::before,
.b-steps .steps .step-items .step-item.is-previous::before {
	background: #0a62a9 !important;
}

/* slider background fill */
#app .b-slider .b-slider-fill {
	background: #0a62a9 !important;
	color: #0a62a9 !important;
}
/* slider thumb arrow*/
#app .b-tooltip.is-top.is-primary:before {
	border-top: 5px solid #0a62a9 !important;
}
/* slider thumb body*/
#app .b-tooltip.is-primary:after {
	background: #0a62a9 !important;
	color: white !important;
}

/*wizard path option images*/
/*#app #date-option {*/
/*	background-image: url(insert image url here) !important;*/
/*}*/
/*#app .course-selector {*/
/*	background-image: url(insert image url here) !important;*/
/*}*/

/*Toggle controls*/
#app .toggle-theme-default + .toggle-button {
	background: #0a62a9;
}
#app .toggle-input:disabled + .toggle-button {
	background: #a6a6a6;
}
/*--------- end tee sheet theme customization ---------*/

