/* Minification failed. Returning unminified contents.
(9442,50): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(24351,18): run-time error CSS1035: Expected colon, 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('/Content/Global/vendor/fontawesome/ver4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/Content/Global/vendor/fontawesome/ver4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/Content/Global/vendor/fontawesome/ver4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/Content/Global/vendor/fontawesome/ver4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/Content/Global/vendor/fontawesome/ver4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/Content/Global/vendor/fontawesome/ver4.5.0/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";
}

/*!
 * Bootstrap v3.3.5 (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;
  -webkit-text-size-adjust: 100%;
      -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]: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('/Content/Global/vendor/bootstrap/ver3.3.5/fonts/glyphicons-halflings-regular.eot');
  src: url('/Content/Global/vendor/bootstrap/ver3.3.5/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Content/Global/vendor/bootstrap/ver3.3.5/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/Content/Global/vendor/bootstrap/ver3.3.5/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Content/Global/vendor/bootstrap/ver3.3.5/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Content/Global/vendor/bootstrap/ver3.3.5/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: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.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: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    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: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 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: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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 {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  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: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  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;
}
.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[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: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  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 {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #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,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #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,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #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,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .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-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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);
}
@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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 {
  color: #555;
  background-color: #e7e7e7;
}
@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: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #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: #080808;
}
.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: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #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: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  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: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.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;
  cursor: not-allowed;
  background-color: #fff;
}
.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: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  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: #337ab7;
  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: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .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: #d9534f;
}
.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 {
  overflow: hidden;
  zoom: 1;
}
.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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.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-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  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 {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.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: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.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 {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.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: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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: 4px;
  -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: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.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;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -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;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/*
Theme Name: Avendor 
Author: FourGrafx
Author URI: http://www.fourgrafx.com
Version: 1.0.0
Description: A Beautiful, Professional and Multipurpose Theme Made by FourGrafx
*/


 
/* Preload */
.QOverlay {background-color: #000000;z-index: 99999;}
.QLoader {background-color: #CCCCCC;height: 1px;}
.QAmt {color:#333333;font-family: 'Raleway', sans-serif; font-size:40px;font-weight:300;line-height:50px;height:50px;	width:100px;
	margin:-60px 0 0 -50px;}
#preloader {position:fixed;top:0;left:0; right:0;bottom:0; background-color:#fff; /* change if the mask should have another color then white */ z-index:9999; /* makes sure it stays on top */}

body {background-color: #fff; color: #778899;font-family: 'Raleway', sans-serif; text-rendering: optimizelegibility; }
img { max-width:100%; height:auto !important; }

a { -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;	-ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
a:hover, a:focus { text-decoration:none;}
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : none !important;}
.btn {	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate3d(0,0,0);}

.btn-lg		{ padding:24px 12px; }
.btn-red, .btn-red:visited, .btn-red:active	{ background:#cc0000; }
.btn-red:hover	{ background:#a60000; }
.btn-yellow, .btn-yellow:visited, .btn-yellow:active	{ background:#ffc10c; }
.btn-yellow:hover	{ background:#e6ac00; }
.btn-blue, .btn-blue:visited, .btn-blue:active	{ background:#0027da; }
.btn-blue:hover	{ background:#001c9f; }
.btn-green, .btn-green:visited, .btn-green:active	{ background:#008b1c; }
.btn-green:hover	{ background:#005311; }


/* MailChimp Styles */
.mc-field-group { text-align:right; margin:1rem 40% 1rem 0; font-size:2rem; }
.mc-field-group label	{ margin-right:1.5rem; }
input#mc-embedded-subscribe.button.btn.btn-primary	{ height:4.5rem; padding:0 3rem 3rem; background:#c9010f; border:1px solid #c9010f; text-transform:uppercase; }

/*body backgrounds*/
.bg-pattern1{ background:url("/Areas/RoyalRangersUSA/Content/img/theme/bg/bg-pattern1.png") repeat fixed center 0;}

/*===============================
========== Boxed Version ==========
===============================*/

.page-wrapper.boxed{ max-width:1210px; margin:40px auto;
-webkit-box-shadow: 0 3px 14px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    0 3px 14px rgba(50, 50, 50, 0.15);
box-shadow:         0 3px 14px rgba(50, 50, 50, 0.15)}
.page-wrapper.boxed .header-main{ max-width:1210px; margin:0px auto;}


/*===============================
========== Grid Blocks ==========
===============================*/

.page-wrapper { position:relative; z-index:1000; background:#fff; overflow: hidden;}

/* Sections */
section{ }

/* Full Width Container */
.fullsize {color: inherit; width:100% ; position:relative;}
.container-inner{ padding-top:100px; padding-bottom:100px;}
.content{margin:40px 0;}

/*========== Slide Top Panel Container ==========*/
.slide-pannel-wrapper{position: relative; top: 0; width: 100%; color:#FFF; }
.slide-pannel-wrapper h1, .slide-pannel-wrapper h2, .slide-pannel-wrapper h3, .slide-pannel-wrapper h4, .slide-pannel-wrapper h5, .slide-pannel-wrapper h6 { color:#fff;}
.page-wrapper.boxed .slide-pannel-wrapper{max-width:1210px;}
#slide-panel {display: none; padding:20px 0; z-index:9999; position:relative; background:#32313b;}
.slide-btn-wrapper { display:block; position:absolute; right:0; z-index:1200; text-align:center; border-style: solid; border-width: 0 40px 40px 0; border-color: transparent #32313b transparent transparent; width:40px; height:40px; }
.slide-panel-btn { color: #FFFFFF; display: block; text-decoration: none; width:40px; height:40px; padding:3px 0px 0px 17px;}
.slide-panel-btn:hover, .slide-panel-btn:focus {color: #fff;}
.slide-panel-btn:after {content:'\f078'; font-family:'FontAwesome';}
.slide-panel-btn.active:after{content:'\f077'; font-family:'FontAwesome';}
.rev_slider .slotholder:after {background:none !important;}
.tp-dottedoverlay {display:none;}

/*========== Header Wrapper ==========*/	

.header-wrapper{position: relative;}

/*header top*/
.header-top{ background:#fff; border-bottom:1px solid #ececec; color: #555566; font-size:12px; position:relative; z-index:1150; }
.header-top ul, .header-top ol, .header-top dl{font-weight:500; font-size:12px; margin-bottom:0;}
.header-top ul .fa{ margin-right: 10px;}
.header-top p{margin:0;}
.header-top-left{ float:left; width:100%;}
.header-top-right{ float:right; width:100%;}

/*header top navigation */
.top-menu {list-style:none; padding-left:0; float:right;}
.top-menu li:first-child { border-left:1px solid #ececec;}
.top-menu li { border-right:1px solid #ececec; display:inline-block;}
.top-menu li a{ color:inherit; padding:10px 12px; display:block;}
.header-top .dropdown:hover .dropdown-menu {display: block;}
.header-top .dropdown-menu{ border:1px solid #ececec; margin-top:0px; margin-left:-4px;}
.header-top .dropdown-menu > li{ display:block; border:none;}
.navbar-nav > li > .dropdown-menu { margin-top:-20px;}

/* social top */
.social-top{ list-style:none; padding-left:0; float:left;}
.social-top li:first-child { border-left:1px solid #ececec;}
.social-top li { border-right:1px solid #ececec; display:inline-block;}
.social-top li a{ color:inherit; padding:8px 12px; display:block; font-size:14px;}
.social-top a:hover, .social-top a:focus { text-decoration:none;}
.social-top .fa{ margin-right:0 !important;}

.top-menu a{ color: inherit;}
.top-menu a:hover, .top-menu a:focus {text-decoration:none;}
/*header main*/
.header-main{width:100%; position:relative; z-index:1100; background:#FFF; -webkit-box-shadow: 0px 3px 0px 0px rgba(214, 224, 230, 0.6); -moz-box-shadow: 0px 3px 0px 0px rgba(214, 224, 230, 0.6); box-shadow:  0px 3px 0px 0px rgba(214, 224, 230, 0.6); -webkit-transform: translateZ(0);}
.main-navigation{ position:relative;}
.logo{ line-height:100px;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.logo img{-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.header-main.shrink .logo{ line-height:60px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.header-main.shrink .logo img{-webkit-transform:scale(0.8); -moz-transform:scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8);}


/*========== Search ============*/

/*.search{display:none;}*/

/*========== Slider Wrapper ==========*/
.slider-wrapper{position: relative; z-index:1000;}

/* Revolution Slider Overwrite */
.tp-caption a {color:#ffffff;}
.tp-caption a:hover {color:#ffffff;}
.tp-caption a.btn.btn-white { color:#fff;}
.tp-caption a.btn.btn-white.btn-alt { color:#ffffff;}
.tp-caption a.btn.btn-white.btn-alt:hover, .tp-caption a.btn.btn-white.btn-alt:focus { color:#fff;}

/*========== Main Wrapper Header ==========*/
.main-wrapper-header { padding:50px 0; background:#f8f8f8; border-bottom:1px solid #ececec;}
.main-wrapper-header .page-title {}
.main-wrapper-header .page-title h1, .page-title h2, .page-title h3 { margin:0; font-size:28px;line-height:2;}

.main-wrapper-header .breadcrumbs-wrapper { text-align:right;}
.main-wrapper-header .breadcrumbs-wrapper .breadcrumb { margin:0; line-height:2.8; background:none; padding: 8px 0;}
.main-wrapper-header .breadcrumbs-wrapper .breadcrumb li { float:none; width:auto;}
.main-wrapper-header .breadcrumbs-wrapper .breadcrumb > li + li:before {content: "\f138";font-family: 'FontAwesome'; padding: 0 8px;}
.main-wrapper-header .breadcrumbs-wrapper .breadcrumb > .active {color: #32313b;}

/* Fancy Header*/
.fancy-header {}
.fancy-header .page-title h1,.fancy-header .page-title h2, .fancy-header .page-title h3 { font-size:48px; line-height:1.2; text-align:center;}
.fancy-header .breadcrumbs-wrapper { text-align:center;}

/* Dark Header */
.dark-header .page-title h1,.dark-header .page-title h2, .dark-header .page-title h3{ color:#ffffff;}
.dark-header .breadcrumbs-wrapper .breadcrumb > li + li:before { color:#ffffff !important;}
.dark-header .breadcrumbs-wrapper .breadcrumb > li a { color:#ffffff;}
.dark-header .breadcrumbs-wrapper .breadcrumb > li a:hover { border-bottom:1px solid #ffffff;}
.dark-header .breadcrumbs-wrapper .breadcrumb > .active { color:#ffffff;}


/*========== Main Navigation ==========*/

.navbar-header{float:none;}
.nav-right .navbar-header{float:right;}
.nav-left .navbar-header{float:left;}
.nav-left .gfx-nav{float:right;}
.nav-centered .navbar-header{float:none; text-align:center;}
.nav-centered .nav > li { display:inline-block;}
.nav-centered .navbar-nav > li { float:none;}
.nav-centered .gfx-nav{ width:100%; text-align:center;}

@media (min-width: 768px) and (max-width: 991px) {
.nav > li > a { padding-left:9px; padding-right:9px;}
.navbar-nav > li > a {line-height: 76px;}
}
@media screen and (max-width: 767px) {
.nav-right .navbar-header{float:none; width:100%; text-align:right;}
.nav-left .navbar-header{float:none; width:100%; text-align:left;}
.nav-right .navbar-toggle { left:0;}
.nav-left .navbar-toggle { right:0;}
.nav-left .gfx-nav{float:none;}
}

.navbar, .navbar-nav{ margin:0; min-height:inherit;}
.navbar-collapse{ max-height:inherit; padding:0;}
.navbar-default{ background:none; border:none;}
.navbar-default .navbar-nav > li > a {color: #32313b; border-top:3px solid transparent; font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 500; text-transform:uppercase; text-decoration: none; letter-spacing:1px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background:none;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: transparent;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ border-top:3px solid;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{text-decoration: none; background-color: none; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background: none; color: #32313b;}

.navbar-toggle {position: absolute; cursor:pointer; top:30px; width:48px; height:48px; font-size:18px; float: none; text-align:center; right:0;  margin: 0;  padding: 9px 10px; background-color: #32313b; color:#fff;  border: none; border-radius: 0;}
.navbar-toggle:focus {outline: none;}
.navbar-toggle:after {content:'\f0c9'; font-family:FontAwesome;}
.sm{position:relative;z-index:9999;}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

/* BlogRoll */
.blog-categories{margin: 0 0 40px 0;}
a.btn-lg.btn-primary{display:block;margin-top:20px;}
a.btn-lg.btn-primary:hover{text-decoration:none;}

@media (min-width: 992px) {
  .navbar-nav > li > a {padding: 9px 16px 12px; line-height:76px; }  
  .header-main.shrink .navbar-nav > li > a { line-height:41px;  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  .navbar-nav > li > a:hover,.navbar-nav > li > a:focus {}
  .navbar-nav > li > a.current::before, .navbar-nav > li > a.current::after, .navbar-nav > li > a:hover::before, .navbar-nav > li > a:focus::before, .navbar-nav > li > a:hover::after, .navbar-nav > li > a:focus::after, .navbar-nav > li > a.highlighted:before, .navbar-nav > li > a.highlighted:after{opacity: 1; -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px); transform: translateY(0px);}
}

/* Mega Menu */
.gfx-mega .nav,
.gfx-mega .collapse,
.gfx-mega .dropup,
.gfx-mega .dropdown {
  position: relative;
}
.gfx-mega .container {position: relative;}
.gfx-mega .dropdown-menu {left: auto;}
.gfx-mega .nav.navbar-right .dropdown-menu {left: auto; right: 0;}
.gfx-mega .gfx-mega-content { padding:0px 15px;}
.gfx-mega .dropdown.gfx-mega-fw .dropdown-menu {left: 0; right: 0;}

/* Mega Menu Elements styling*/
/* lists */
.mega-menu-list{ list-style: none; margin:0; padding:0;}
.mega-menu-list > li {font-size: 11px; font-weight: 600;  text-transform: uppercase;}
.mega-menu-list > li > a {color: #32313b; display:block;padding: 10px;}
.mega-menu-list > li.active > a {color:#ffffff !important;}
.mega-menu-list > li > a:hover, .mega-menu-list > li > a:focus{background:#f2f2f2;}
.mega-menu-list .title-header{ color:#778899; font-size:13px; margin-bottom:10px; display:block;}
.gfx-nav h1, .gfx-nav h2, .gfx-nav h3, .gfx-nav h4, .gfx-nav h5, .gfx-nav h6{color:#778899; padding:10px 0;}


/* dropdowns */
.dropdown-menu { background:#ffffff; padding:15px 0; border:none; -webkit-box-shadow: 0px 3px 0px 0px rgba(214, 224, 230, 0.6); -moz-box-shadow:  0px 3px 0px 0px rgba(214, 224, 230, 0.6); box-shadow:  0px 3px 0px 0px rgba(214, 224, 230, 0.6);}
.dropdown-menu > li > a {color: #333; font-size: 11px; font-weight: 600; text-transform: uppercase;padding:10px 20px;}
.dropdown-menu .divider{ background:#ececec;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #f2f2f2;}

/* Accordion */
[data-toggle~="collapse"] { cursor: pointer; }
a[data-toggle~="collapse"] { cursor: pointer; }

/*========== Footer Wrapper ==========*/

/*Footer Top*/
.footer-top{ background:#32313b;}
.footer-top h1, .footer-top h2, .footer-top h3, .footer-top h4, .footer-top h5, .footer-top h6 { color:#fff;}

/*Footer Middle*/
.footer-middle {color:#ffffff; background: #25242c; padding:40px 0; border-bottom:1px solid #32313b;}
.footer-widget .footer-title { color:#ffffff; margin-bottom:30px;}
.footer-widget .list-default { margin-bottom:0;}
/* twitter footer */
.footer-middle .footer-widget .tweet_list {}
.footer-middle .footer-widget .tweet_list li{ padding-left:30px; margin-bottom:20px;}
.footer-middle .footer-widget .tweet_list li:before{content:'\f099'; font-family:'FontAwesome'; font-size:18px; position:absolute; left:20px;}
.footer-middle .footer-widget .tweet_list li .tweet_text a{}
.footer-middle .footer-widget .tweet_list li .tweet_time { display:block; text-align:right; color:#778899;}

/*Footer Bottom*/
.footer-bottom{ color:#778899; background: #25242c; padding:40px 0;}
.footer-bottom a{color: inherit;}
.footer-bottom a:hover {}

.footer-bottom .menu-footer {padding:20px 0 10px;}
.footer-bottom .menu-footer ul{margin:0 auto; text-align:center;}
.footer-bottom .menu-footer ul li{ text-transform:uppercase; font-size:16px;}
.footer-bottom .copyright { padding:10px 0; text-align:center;}
.footer-bottom .copyright p{ margin-bottom:0; line-height:1.9;}
.footer-bottom .social-footer { padding:10px 0 20px;}
.footer-bottom .social-list { margin:0 auto; text-align:center;}
.footer-bottom .social-list li{ margin-left:5px;}
.footer-bottom .social-list li a { display: block; min-width: 20px; text-align: center; font-size:22px;}


/*===============================
========== Typography ==========
===============================*/
p{font-family: 'Raleway', sans-serif;}
h1, h2, h3 { color:#32313b; font-family: 'Raleway', sans-serif;  font-style: normal; font-weight: 300; text-rendering: optimizelegibility;}
h4, h5, h6 { color:#32313b; font-family: 'Raleway', sans-serif;  font-style: normal; font-weight: 600; text-rendering: optimizelegibility;}
h1 {font-size: 58px; margin-top: 0;}
h2.counter {font-size: 48px; margin-top: 0;}
h3 {font-size: 36px; margin-top: 0;}
h4.counter-label {font-size: 22px; margin-top: 0;}
h5 {font-size: 16px; margin-top: 0;}
h6 { margin-top: 0;}
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 { color: #778899; font-weight:300;}
p {font-size:14px; font-weight: 300; line-height:1.8;  margin-bottom: 20px; text-rendering: optimizelegibility;}
.content ul {font-size:18px;font-weight:300;}

/* Lead Paragraph*/
.lead{ font-size:1.6em; font-weight:300; letter-spacing:0px;}
.lead.lead-small{ font-size:1.2em;}
.lead.lead-big{ font-size:2em;}

/* Special Headings */
.title-large{ font-size:72px;}
.title-medium{ font-size:64px;}
.script-font{font-family: 'Playball', cursive !important; letter-spacing:0 !important;}

/* Fancy Title */
.fancy-title{ text-transform:uppercase; margin-bottom:40px; }
.fancy-title:after{content: ""; background:#ececec; display: block; height: 1px; margin: 0;  position: relative; width: 100%;}
.fancy-title span:after {content: ""; display: block; height: 5px; margin: 20px 0 -3px;  position: relative; width: 10%; z-index:2;}
.text-center.fancy-title:after{content: ""; background:#ececec; display: block; height: 1px; margin: 0 auto;  position: relative; width: 30%;}
.text-center.fancy-title span:after {content: ""; display: block; height: 5px; margin: 20px auto -3px;  position: relative; width: 10%;}
.text-right.fancy-title:after{content: ""; background:#ececec; display: block; height: 1px; margin: 0 auto;  position: relative; width: 100%;}
.text-right.fancy-title span:after {content: ""; display: block; height: 5px; margin: 20px 0 -3px 90%;  position: relative; width: 10%;}
h5.fancy-title span:after, h6.fancy-title span:after { margin-top:10px !important;}
h5.fancy-title , h6.fancy-title { margin-bottom:20px !important;}

/* Font Weight */
.xlight { font-weight:100 !important;}
.light { font-weight:300 !important;}
.bold { font-weight:500 !important;}
.xbold { font-weight:900 !important;}

/* Dropcaps */
.firstletter {float: left; font-size: 2.4em; line-height: 1.2; margin-right: 0.3em; height:40px; width:40px; text-align:center;}
.drop-fullround .firstletter { background-color:#848494; float: left; font-size: 2.4em; line-height: 1.6; margin-right: 0.3em;  margin-top: 0.1em; height:55px; width:55px; text-align:center; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%;border-radius:50%;}
.drop-border .firstletter {float: left; font-size: 2.4em; line-height: 1.6; margin-right: 0.3em;  margin-top: 0.1em; height:55px; width:55px; text-align:center;
-webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%;border-radius:50%; border:1px solid;}

/* Lists */
ol li { margin-bottom:1em; }
ul    { margin-top:1em; margin-bottom:1em; }
ul li { margin-bottom:.125em; }

/*===============================
========== Revolution Slider ==========
===============================*/
.tp-loader 	{z-index:9999;}		
.tp-loader.spinner0 {background:url(/Areas/RoyalRangersUSA/Content/img/theme/revolutionslider/loader.gif) no-repeat center center;}

.tp-banner-container{width:100%; position:relative;	padding:0;}
.tp-banner{width:100%;position:relative;}
.tp-banner-fullscreen-container {width:100%;position:relative;padding:0;}

/*===============================
========== Team Members ==========
===============================*/
.team-wrapper{text-align:center; margin-bottom:0px; position:relative; overflow:hidden; cursor:pointer;}
.team-wrapper img{width:100%; height:auto;}
.team-member{ position:relative; overflow:hidden;}
.team-photo{ position:relative;top:0; right:0;}
.team-details{ overflow:hidden; position:absolute; top:-100%; height:100%; width:100%; display:block; -webkit-transition: all 0.4s ease-in-out;  -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;	-ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.team-contact{ padding:10px 0; background:#ffffff;}
.team-contact ul{ margin:0;}
.team-contact ul li a{ padding:5px; display:block; font-size:16px;}
.team-description{ padding:20px 10px; height:100%; color:#ffffff;
	background:#000; /* fallback for browser that not support rgba */
	background:rgb(0,0,0); 
	background: rgba(0,0,0, .7); /* Works on all modern browsers */}
.team-wrapper.cardtoggle .team-details{ right:0%; top:0}
.team-info{padding:10px 5px; background:#ffffff;}
.team-info .team-name {font-weight: 600; margin-bottom: 5px;}
.team-info .team-role { margin:0;}
/* Alternative 1*/
.team-wrapper-alt{cursor: default;}
.team-wrapper-alt .team-info{ background:none;}

/* Alternative 1*/
.team-wrapper-alt .overlay-wrapper .overlay-details { padding:10px; top:10%;}
.team-wrapper-alt .overlay-wrapper:hover .overlay-details{ bottom: auto; top:10%;  z-index:2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
.team-wrapper-alt:hover .overlay-wrapper .overlay-details{ bottom:auto; top:10%;  z-index:2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
.team-wrapper-alt:hover .overlay-wrapper .overlay-wrapper-content { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1; backface-visibility: hidden;  /* W3C */ -webkit-backface-visibility: hidden; /* Safari & Chrome */ -moz-backface-visibility: hidden; /* Firefox */ -ms-backface-visibility: hidden; /* Internet Explorer */ -o-backface-visibility: hidden; /* Opera */ }
.team-wrapper-alt:hover .overlay-wrapper .overlay-bg{ -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
.team-wrapper-alt .overlay-wrapper .overlay-details a { margin-bottom:10px;}

/*===============================
========== Elements ==========
===============================*/

@media only screen and (max-width: 768px) {
.parallax{ background-position:50% 50% !important; background-attachment: scroll; }
}

/* Background Overlay*/
.bg-overlay{display: block;height: 100%; position: absolute; top:0; width: 100%; z-index:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* Safari 1.x */ -khtml-opacity: 0.6; /* Modern browsers */opacity: 0.6;}
.bg-overlay-solid{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
.bg-overlay.bg-overlay-light{background:#f4f4f4;}
.bg-overlay.bg-overlay-glight{
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.3)), color-stop(50%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;
}
.bg-overlay.bg-overlay-dark{background:#000;}
.bg-overlay.bg-overlay-gdark{
background: -moz-radial-gradient(center, ellipse cover,  rgba(37,36,44,0.5) 0%, rgba(37,36,44,0.75) 50%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(37,36,44,0.5)), color-stop(50%,rgba(37,36,44,0.75)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(37,36,44,0.5) 0%,rgba(37,36,44,0.75) 50%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(37,36,44,0.5) 0%,rgba(37,36,44,0.75) 50%,rgba(0,0,0,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(37,36,44,0.5) 0%,rgba(37,36,44,0.75) 50%,rgba(0,0,0,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(37,36,44,0.5) 0%,rgba(37,36,44,0.75) 50%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8025242c', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;
}

/*====== PROGRESS BAR ======*/
.animated-progress { width:100%; height:30px; border-radius:5px; margin:20px 10px; border:1px solid rgb(189, 113, 113); overflow:hidden; position: relative; }

.animated-progress span { height:100%; display:block; width:0; color:rgb(255, 251, 251); line-height:30px; position:absolute; text-align:end; padding-right:5px; }

.progress-red span { background-color:red; }

/*========== Locator Directory ==========*/
#AGDirectoryWidgetSearchResultsContainer {
    display: flex;
    flex-wrap: wrap;
}

.ag-widget-search-result {
    width: 31%;
    margin: 1%;
    padding: 0.625rem;
    border: 1px solid #bbb;
    background: #eee;
    -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
    box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
}

.ag-widget-search-thumbnail {
    background-color:transparent;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
}

.ag-widget-search-thumbnail {
    background: url(/Areas/RoyalRangersUSA/Content/img/locator/RangerLogoThumbnail.png);
}

#AGDirectoryWidgetTextSearchButton, #AGDirectoryWidgetLocationSearchButton {
    font-size: 1.5rem;
}

#AGDirectoryWidgetResetMapButton {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.5rem;
}

.ag-widget-search-address {
    font-size:1.5rem;
}


/*========== Portfolio ==========*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {pointer-events: none; z-index: 1;}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 1200ms;
	-moz-transition-duration: 1200ms;
	-ms-transition-duration: 1200ms;
	-o-transition-duration: 1200ms;
	transition-duration: 1200ms;
}
.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;
}
ul#filters {list-style:none; margin:0 auto 40px; padding:0; text-align:center; position:relative; z-index:99;}
ul#filters li{display: inline-block; padding-left: 5px;  padding-right: 5px; margin-bottom:10px; }
ul#filters li a.filter{ padding:8px 15px; color:#ccc; background: none; border:1px solid #ececec; display:block; font-size:12px; text-transform:uppercase; }
ul#filters li a.filter.selected{ color:#fff;}
.element{}
.element-inner{}
.element img{width: 100%; height:auto;}
.portfolio-classic .element-inner{ margin-bottom:30px; padding:0 15px;}

/* Start Columns */
.portfolio-1-cols .element {width: 100%;}
.portfolio-2-cols .element {width: 50%;}
.portfolio-3-cols .element {width: 33.3333%;}
.portfolio-4-cols .element {width: 25%;}
.portfolio-6-cols .element {width: 16.6667%;}

.portfolio-2-cols .element.size-2x {width: 100%;}
.portfolio-3-cols .element.size-2x {width: 66.60%;}
.portfolio-4-cols .element.size-2x {width: 50%;}
.portfolio-6-cols .element.size-2x {width: 33.3333%;}

.portfolio-2-cols .element.size-3x {width: 100%;}
.portfolio-3-cols .element.size-3x {width: 100%;}
.portfolio-4-cols .element.size-3x {width: 75%;}
.portfolio-6-cols .element.size-3x {width: 50%;}

.element.size-full { width: 100%; }
/* End Columns */

/*========== BlogRoll ==========*/
.AG-Blogroll-Article-Title a h1{font-size:2.5em;color:#D90000;font-weight:500;}
img.USMPageHeaderIMG{margin:0 auto 20px;}
.Author_Image{border: 1px solid #cd0c24;}
.Shared_AG_Article_AuthorName{font-family:'Roboto Condensed', sans-serif;font-size:24px;font-weight:500;color:#cd0c24;}
.Shared_AG_Article_Author{margin-top:40px;padding-top:40px;border-top: 2px solid #cd0c24;}

@media only screen and (max-width: 980px) {
	.element, .portfolio-1-cols .element, .portfolio-2-cols .element, .portfolio-3-cols .element, .portfolio-4-cols .element, .portfolio-6-cols .element, .portfolio-12-cols .element, .portfolio-2-cols .element.size-2x, .portfolio-3-cols .element.size-2x, .portfolio-4-cols .element.size-2x, .portfolio-6-cols .element.size-2x { width: 50%;}
}

@media only screen and (max-width: 480px) {
	.element, .portfolio-1-cols .element, .portfolio-2-cols .element, .portfolio-3-cols .element, .portfolio-4-cols .element, .portfolio-6-cols .element, .portfolio-12-cols .element, .portfolio-2-cols .element.size-2x, .portfolio-3-cols .element.size-2x, .portfolio-4-cols .element.size-2x, .portfolio-6-cols .element.size-2x { width: 100%;	}

}

/* Colio - Basic Styles */
.colio {position: relative;	height: 0;clear: both;overflow: hidden; background:#ffffff;}
.colio-container {padding: 40px; height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;	box-sizing: border-box;}
.colio-content {display: none;overflow: hidden;}
.colio-close, .colio-prev, .colio-next {outline: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.colio-no-prev, .colio-no-next {cursor: ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; -moz-opacity: 0.2; -khtml-opacity: 0.2; opacity: 0.2; }

/* navigation, close */
.colio-close {position: absolute;top: 10px;	right: 10px;}
.colio-navigation {position: absolute;	top: 10px;	left: 10px;}
.colio-navigation a {margin-right: 5px;}
/* placement */
.colio-placement-inside, .colio-placement-before {margin-bottom: 20px;}
.colio-placement-after {margin:0px;}

/* Colio GFX Theme Style */

/* container */
.colio-theme-gfx .colio-container {}
/* colio close */
.colio-theme-gfx .colio-close span {display: block; font-size:28px; line-height:1.7;}
.colio-theme-gfx .colio-close {position: absolute; color: #ffffff; height: 50px; margin-right: -25px; right: 50%; text-align: center; top: 25px;  width: 50px;}
.colio-theme-gfx .colio-close:hover {color: #ffffff; background:#32313B;}
.colio-container {padding: 100px 0px;}

/* colio navigation */
.colio-theme-gfx .colio-navigation span {display: block; font-size:28px; line-height:1.7;}
.colio-theme-gfx .colio-navigation { top:auto; bottom:25px; left:50%; margin-left:-55px;}
.colio-theme-gfx .colio-navigation a {float: left;	margin-right: 5px; color: #ffffff; height: 50px; text-align: center;  width: 50px;}
.colio-theme-gfx .colio-navigation a:hover {color: #ffffff; background:#32313B;}
.colio-theme-gfx .colio-prev span:before {content:'\f053'; font-family:'FontAwesome'; font-size:18px;}
.colio-theme-gfx .colio-next span:before {content:'\f054'; font-family:'FontAwesome'; font-size:18px;}
.colio-theme-gfx .colio-no-prev, .colio-theme-gfx .colio-no-next {color: #ffffff; background:#f2f2f2;}

/* Portfolio Element */
/* Project Item */
.portfolio-item .project-meta { padding:10px;}
.portfolio-item-content { padding:30px 10px; text-align:center;}
.portfolio-item-title { font-size:1.75em; font-weight:500;}
.portfolio-item-content p{margin-bottom:0;}
.portfolio-item-content.panel { margin-top:-4px; padding:20px 10px;}


/*========== Carousel ==========*/
.carousel .owl-item .carousel-item{ margin:0px;}

.carousel .owl-controls{text-align: center;}
/* Styling Next and Prev buttons */
.carousel .owl-controls .owl-buttons div{ color: #FFF;	display: inline-block;	zoom: 1;*display: inline;/*IE7 life-saver */ margin: 0px; padding: 5px 15px; font-size: 24px;
	position:absolute; filter: Alpha(Opacity=50);/*IE7 fix*/ opacity: 0.5; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
}
.carousel .owl-controls .owl-buttons .owl-prev { top:40%; left:0px;}
.carousel .owl-controls .owl-buttons .owl-next { top:40%; right:0px;}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.carousel .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}

/* Styling Pagination*/
.owl-pagination { margin-top:10px;}
.carousel .owl-controls .owl-page{display: inline-block; zoom: 1;	*display: inline;/*IE7 life-saver */}
.carousel .owl-controls .owl-page span{display: block;	width: 24px; height: 10px;	border:1px solid #ffffff; margin: 5px 4px;	filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;}

.carousel .owl-controls .owl-page.active span, .carousel .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1;}

.carousel .owl-controls .owl-page span.owl-numbers{	height: auto; width: auto;	color: #FFF; padding: 2px 10px;	font-size: 12px;}

/* preloading images */
.owl-item.loading{min-height: 150px; background: url(/Areas/RoyalRangersUSA/Content/img/theme/AjaxLoader.gif) no-repeat center center}

/* mouse grab icon */
.grabbing { cursor:url(/Areas/RoyalRangersUSA/Content/img/theme/grabbing.png) 8 8, move;}

.owl-item img{ width:100%; height:auto; }

/* Carousel Theme */
.carousel.carousel-theme-round .owl-controls .owl-buttons div { background:none; border:2px solid #ececec; color: #ececec; padding:5px 18px; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.carousel.carousel-theme-round .owl-controls .owl-page span { height:14px; width:14px; background:none; border:2px solid #ececec;  -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.carousel.carousel-theme-round .owl-controls .owl-buttons .owl-prev {left:10px;}
.carousel.carousel-theme-round .owl-controls .owl-buttons .owl-next {right:10px;}
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-buttons .owl-prev {left:-50px;}
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-buttons .owl-next {right:-50px;}
@media (max-width: 768px) {
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-buttons .owl-prev {left:10px;}
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-buttons .owl-next {right:10px;}
}

/* Carousel*/
.carousel.carousel-simple .owl-item .carousel-item{ margin:0 10px; padding-bottom:10px;}
.carousel.carousel-simple .carousel.carousel-default .owl-item .carousel-item{ margin:0; padding-bottom:0;}

/* Sync Carousel */
#full-sync .item{text-align: center;}
#full-sync .item img{ width:100%; height:auto;}
#thumb-sync .item{cursor: pointer; max-height:140px;}
#thumb-sync .item img{ width:100%; height:auto; /* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* Safari 1.x */ -khtml-opacity: 0.5; /* Modern browsers */opacity: 0.5;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
#thumb-sync .item:hover img{ /* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
#thumb-sync .item h1{font-size: 18px;}

/*========== Counters ==========*/
.counter-block{ padding:20px 10px; border: 2px dotted #ececec; margin-bottom:40px;}
.timer{ margin-bottom:20px;}

/*========== Testimonials ==========*/
.testimonials{ margin:0;}
.testimonials .carousel{}
.testimonial-item blockquote { margin:0;}
.testimonial-item blockquote p{ font-style:italic;}

/* Blockquote */
blockquote { border:none;}
blockquote:before {content:'\f10e'; font-family:'FontAwesome'; top: 0;  font-size:2em; color:#ececec;  
/* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* Safari 1.x */ -khtml-opacity: 0.6; /* Modern browsers */opacity: 0.6;}
blockquote footer:before, blockquote small:before, blockquote .small:before { content:"";}
blockquote footer, blockquote small, blockquote .small{ font-weight:600;}
blockquote cite { font-weight:300;}

/*========== Simple Slider ==========*/
.simple-slider{}

/*========== Images ==========*/
.thumbnail { border:1px solid #ececec; padding:8px;}
.img-thumbnail {border:1px solid #ececec; padding:8px;}
.img-rounded {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}

/* Align*/
.alignleft { float: left; margin: 0 20px 10px 0;}
.alignright { float: right;  margin: 0 0 10px 20px;}
.aligncenter {display: block; margin: 0 auto; margin-bottom:20px;}
.alignnone { float: none; margin: 0 auto;}

/* List Images */
ul.gallery {list-style: none; overflow:hidden; padding:0; margin:0; }
ul.gallery li {float:left; padding:0; margin:0;}
ul.gallery li img {max-width: 100%; height: auto;}

/* class for 2 columns */
ul.gallery.columns-2 li {width: 50%;}
/* class for 3 columns */
ul.gallery.columns-3 li {width: 33.3%;}

/* Overlay Image */
.overlay-wrapper { position:relative; overflow:hidden;}
.overlay-wrapper img { width:100%; height:auto;  -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.overlay-wrapper .project-meta { padding:10px;}

/* overlay */
.overlay-wrapper .overlay-details{
	display: block;
	color: #ffffff;
	position: absolute;
	right: 0px;
	left: 14px;
	bottom: 0;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* Safari 1.x */
	-khtml-opacity: 0; /* Modern browsers */
	opacity: 0;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.overlay-wrapper-content { top:0; left:0; text-align:center; display: block;  height: 100%; width: 100%;}
.overlay-bg{ top:0; left:0; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* Safari 1.x */ -khtml-opacity: 0.8; /* Modern browsers */opacity: 0.8; height:100%; width:100%; position:absolute; z-index:0; -webkit-transform:scale(0); -moz-transform:scale(0); -o-transform: scale(0); -ms-transform: scale(0); transform: scale(0);}
.overlay-wrapper:hover .overlay-wrapper-content,.overlay-wrapper:focus .overlay-wrapper-content { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1; backface-visibility: hidden;  /* W3C */ -webkit-backface-visibility: hidden; /* Safari & Chrome */ -moz-backface-visibility: hidden; /* Firefox */ -ms-backface-visibility: hidden; /* Internet Explorer */ -o-backface-visibility: hidden; /* Opera */}
.overlay-title { position:absolute; left:0; right:0; top:-100%; margin:10px; border:2px solid #ffffff; z-index: 3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* Safari 1.x */ -khtml-opacity: 0; /* Modern browsers */opacity: 0; -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.overlay-title h2, .overlay-title h3 {color:#fff; font-size: 14px; font-weight:400; letter-spacing: 1px; text-transform: uppercase; line-height: 1.4; margin:0; padding:10px 20px;}
.overlay-wrapper:hover .overlay-title { position:absolute; top:5px; border:2px solid #ffffff; z-index: 3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
.overlay-wrapper:hover .overlay-bg, .overlay-wrapper:focus .overlay-bg{ -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
.overlay-wrapper:hover .overlay-details, .overlay-wrapper:focus .overlay-details{ bottom:40%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
.overlay-details a{ color:#ffffff ; font-size:22px; border:2px solid; width:48px; height:48px; margin-left:10px; line-height:1.8; display:inline-block;}
.overlay-details a span.fa{ line-height:2;}
.overlay-details a [class^="gfx-"]:before, .overlay-details a [class*=" gfx-"]:before{ top:0;}
.overlay-details:hover, .overlay-details:focus{ color:#ffffff;}
/* transparency */
.img-transparency { width:100%; height:auto;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* Safari 1.x */ -khtml-opacity: 0.4; /* Modern browsers */opacity: 0.4; -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.img-transparency:hover {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1; backface-visibility: hidden;  /* W3C */ -webkit-backface-visibility: hidden; /* Safari & Chrome */ -moz-backface-visibility: hidden; /* Firefox */ -ms-backface-visibility: hidden; /* Internet Explorer */ -o-backface-visibility: hidden; /* Opera */}
.overlay-wrapper:hover .img-transparency, .overlay-wrapper:focus .img-transparency {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1; backface-visibility: hidden;  /* W3C */ -webkit-backface-visibility: hidden; /* Safari & Chrome */ -moz-backface-visibility: hidden; /* Firefox */ -ms-backface-visibility: hidden; /* Internet Explorer */ -o-backface-visibility: hidden; /* Opera */}
/* zoom */
.overlay-wrapper .img-zoom { width:100%; height:auto;}
.overlay-wrapper:hover .img-zoom, .overlay-wrapper:focus .img-zoom {-webkit-transform:scale(1.4); -moz-transform:scale(1.4); -o-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4);}

@media (max-width: 1024px) {
.overlay-wrapper:hover .overlay-details, .overlay-wrapper:focus .overlay-details{}
}


.side-image{position: relative;}
.image-container{height: 100%; padding: 0;  position: absolute;  top: 0; right:0;}
.image-container img{ height:100%;}
@media (max-width: 1024px) {
.image-container{ position: relative; left:0; overflow:hidden;}
}

/*========== Lists ==========*/
.list-default{}
.list-default li{ padding:4px 0; line-height:2;}
.list-default.fa-ul li .fa { line-height:2.2;}
.list-default.fa-ul li .icon { line-height:2.2;}
.list-default.fa-ul li .livicon{ margin-left:-2.14286em; width: 2.14286em !important;}

/* Icon Lists */
.fa-ul{ list-style:none; padding-left:0;}
.fa-ul li .fa{}

/* Divider List */
.divider-list{}
.divider-list li {padding:10px 0; border-top:1px solid #ececec;}
.divider-list li .fa {padding:8px 0;}
.divider-list li .icon {padding:8px 0;}
.divider-list li:first-child {border-top:none;}

/* Big-list */
.biglist li{padding:10px 0; font-size:18px;}
.biglist li .fa{padding:5px 0;}
.biglist li .icon{padding:5px 0;}

/* Widget List */
.widget-list{}
.widget-list li{ margin-bottom:12px; font-size:14px;}
.widget-list li .fa{   border: 1px solid; height: 1.2em; width: 1.2em; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}

/* Recent Posts */
.recent-post { list-style:none; margin:0; padding:0;}
.recent-post li{ margin-bottom:20px; display:table; width:100%;}
.recent-post li a{ font-weight:500; color:#32313b;}
.recent-post li img{ max-width:80px; float:left; margin-right:10px;}
.recent-post li .rating{ text-align:left; position:relative; background:none; top:0; bottom:0;}

/* Media Lists */
.media, .media .media{ margin-top:30px;}

/* List Footer Latest */
.footer-widget .list-latest{ list-style:none; margin:0; padding:0;}
.footer-widget .list-latest li{ padding:4px 0; line-height:1.8;}
.footer-widget .list-latest li:first-child{ padding-top:0;}
.footer-widget .list-latest li .latest-date{ display:block; color:#778899; font-size:13px;}
.footer-widget .list-latest li a{ color: inherit;}
.footer-widget .list-latest li a:hover, .footer-widget .list-latest li a:focus{ color: #778899;}


/* Font Awesome Custom List - can be removed in production websites */
.fontawesome-icon-list {}
.fontawesome-icon-list .fa-hover a{ display:block; padding:8px; font-size:12px;}
.fontawesome-icon-list .fa-hover a .fa{ font-size:16px; margin-right:5px;}
.fontawesome-icon-list .fa-hover:hover a{ background:#f2f2f2;}

/* Avendor Icons list - can be removed in production website */
.glyphs.css-mapping{padding:30px 0 20px 30px; -webkit-border-radius:4px;border-radius:4px;}
.glyphs.css-mapping li{margin:0 30px 20px 0;padding:0;display:inline-block;overflow:hidden}
.glyphs.css-mapping .icon{margin:0;margin-right:10px;padding:13px;height:50px;width:50px; overflow:hidden;float:left;font-size:24px}
.glyphs.css-mapping input{margin:0;margin-top:5px;padding:8px;line-height:16px;font-size:16px;display:block;width:150px;height:40px;border:1px solid #d8e0e5;-webkit-border-radius:4px;border-radius:4px;background:#fff;outline:0;float:right;}
.glyphs.css-mapping input:focus{border:1px solid;}
.glyphs.css-mapping input:hover{border:1px solid;}

/*========== Buttons ==========*/
.btn { border: none;}
.btn:hover, .btn:focus { color: #778899;}
.btn:active, .btn.active {-webkit-box-shadow: none;  box-shadow: none;}

/*button default*/
.btn-default {color: #778899; background-color: #f4f4f4; border:none;}
.btn-default:hover,.btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {color: #333333; background-color: #ececec;}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active{ background-color:#f0f0f0;}
/*alt*/
.btn-default.btn-alt {color: #999; border:2px solid; border-color:#ececec; background-color:transparent;}
.btn-default.btn-alt:hover,.btn-default.btn-alt:focus, .btn-default.btn-alt:active, .btn-default.btn-alt.active, .open .dropdown-toggle.btn-default.btn-alt {background-color: #ececec; border:2px solid; border-color:#ececec;}

/*button primary*/
.btn-primary {color: #ffffff;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {color: #ffffff;}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {background-color: #ff9966;}
.btn-primary .badge {  color: #428bca;  background-color: #ffffff;}
/*alt*/
.btn-primary.btn-alt {border:2px solid; background-color:transparent;}
.btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:active, .btn-primary.btn-alt.active, .open .dropdown-toggle.btn-primary.btn-alt {color: #ffffff;   border:2px solid;}

/*button success*/
.btn-success {color: #ffffff; background-color: #9dd55d;}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {color: #ffffff; background-color: #8dbd0a;}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {background-color: #bbdb66;}
.btn-success .badge {color: #5cb85c; background-color: #ffffff;}
/*alt*/
.btn-success.btn-alt {color: #9dd55d; border:2px solid; border-color:#9dd55d; background-color:transparent;}
.btn-success.btn-alt:hover, .btn-success.btn-alt:focus, .btn-success.btn-alt:active, .btn-success.btn-alt.active, .open .dropdown-toggle.btn-success.btn-alt {color: #ffffff; background-color: #9dd55d; border:2px solid; border-color:#9dd55d;}

/*button info*/
.btn-info { color: #ffffff; background-color: #22d2d2;}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {color: #ffffff; background-color: #0cc0c0;}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active,
.btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {background-color: #66eeee;}
.btn-info .badge {color: #5bc0de; background-color: #ffffff;}
/*alt*/
.btn-info.btn-alt { color: #22d2d2; border:2px solid; border-color:#22d2d2; background-color:transparent;}
.btn-info.btn-alt:hover, .btn-info.btn-alt:focus, .btn-info.btn-alt:active, .btn-info.btn-alt.active, .open .dropdown-toggle.btn-info.btn-alt {color: #ffffff; background-color: #22d2d2; border:2px solid; border-color:#22d2d2;}

/*button warning*/
.btn-warning {color: #ffffff; background-color: #f4aa44;}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {color: #ffffff; background-color: #ee8820;}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {background-color: #ffcc99;}
.btn-warning .badge {color: #f0ad4e;  background-color: #ffffff;}
/*alt*/
.btn-warning.btn-alt {color: #f4aa44; border:2px solid; border-color:#f4aa44; background-color:transparent;}
.btn-warning.btn-alt:hover, .btn-warning.btn-alt:focus, .btn-warning.btn-alt:active, .btn-warning.btn-alt.active, .open .dropdown-toggle.btn-warning.btn-alt {color: #ffffff; background-color: #f4aa44; border:2px solid; border-color:#f4aa44;}

/*button danger*/
.btn-danger {color: #ffffff; background-color: #f33440;}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {color: #ffffff; background-color: #dd3333;}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {background-color: #ff9999;}
.btn-danger .badge {color: #d9534f; background-color: #ffffff;}
/*alt*/
.btn-danger.btn-alt {color: #f33440; border:2px solid; border-color:#f33440; background-color:transparent;}
.btn-danger.btn-alt:hover, .btn-danger.btn-alt:focus, .btn-danger.btn-alt:active, .btn-danger.btn-alt.active, .open .dropdown-toggle.btn-danger.btn-alt {color: #ffffff; background-color: #f33440; border:2px solid; border-color:#f33440;}

/*button white*/
.btn-white {color: #778899; background-color: #fff;}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {background-color: #ececec;}
.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active { color:#cccccc; background-color:#f5f5f5;}
.btn-white .badge {color: #d9534f; background-color: #ffffff;}
/*alt*/
.btn-white.btn-alt {color: #ffffff; border:2px solid; border-color:#fff; background-color:transparent;}
.btn-white.btn-alt:hover, .btn-white.btn-alt:focus, .btn-white.btn-alt:active, .btn-white.btn-alt.active, .open .dropdown-toggle.btn-white.btn-alt {color: #778899; background-color: #ffffff; border:2px solid; border-color:#ffffff;}

/*button sizes*/
.btn-lg,.btn-group-lg > .btn {padding: 24px 48px; font-size: 18px;}
.btn-sm,.btn-group-sm > .btn {padding: 14px 20px; font-size: 14px;}
.btn-xs,.btn-group-xs > .btn { padding: 8px 16px; font-size: 12px;}

/*button logout*/
a.btn.btn-primary.SidebarLogoutButton { margin:20px 0 40px 0; float:right; font-size:18px; }

/*accordion*/
.panel-group { margin-top:20px; }
.panel { box-shadow:none; webkit-box-shadow:none; }
.panel-default { border:none; }
.panel-heading.clickable { background-color:#fff; border:none; }
.panel-title { font-size:1.25em; }
.panel-body { font-size:1.1em; }

/*secure pages*/
.sidebarBlock.richText.SecureLinkBack { text-align:center; margin: 40px 0 -60px; font-size:20px; }

/*Tables*/
.td { border:1px solid; padding:1rem; }

/*==========  Creative Links ==========*/

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 2px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 2px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}



/* Effect 2: second border slides up */
.cl-effect-2 { position:relative;}
.cl-effect-2 a {padding: 8px 2px;}

.cl-effect-2 a::before,
.cl-effect-2 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.50);
	-moz-transform: scale(0.50);
	transform: scale(0.50);
}

.cl-effect-2 a::after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.cl-effect-2 a:hover::before,
.cl-effect-2 a:hover::after,
.cl-effect-2 a:focus::before,
.cl-effect-2 a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.cl-effect-2 a:hover::after,
.cl-effect-2 a:focus::after {
	top: 0%;
	opacity: 1;
}



/* Effect 3: circle */
.cl-effect-3 { position:relative;}
.cl-effect-3 a::before,
.cl-effect-3 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.cl-effect-3 a::after {
	width: 70px;
	height: 70px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.cl-effect-3 a:hover::before,
.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::before,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

/* Effect 4: three circles */
.cl-effect-4 { position:relative;}
.cl-effect-4 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-4 a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: transparent;
	content: '\2022';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.cl-effect-4 a:hover::before,
.cl-effect-4 a:focus::before {
}

.cl-effect-4 a:hover,
.cl-effect-4 a:focus {

}


/* Effect 5: cross */
.cl-effect-5 {
	position: relative;
	z-index: 1;
}

.cl-effect-5 a {
	padding: 0 5px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-5 a::before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 80%;
	height: 2px;
	margin-top: -1px;
	content: '';
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.cl-effect-5 a::after {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 60%;
	height: 2px;
	margin-top: -1px;
	content: '';
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}


.cl-effect-5 a::before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}

.cl-effect-5 a::after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}

.cl-effect-5 a:hover,
.cl-effect-5 a:focus {

}

.cl-effect-5 a:hover::before,
.cl-effect-5 a:hover::after,
.cl-effect-5 a:focus::before,
.cl-effect-5 a:focus::after {
	opacity: 0.7;
}

.cl-effect-5 a:hover::before,
.cl-effect-5 a:focus::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cl-effect-5 a:hover::after,
.cl-effect-5 a:focus::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* Effect 6: borders slight translate */
.cl-effect-6 { position:relative;}
.cl-effect-6 a {
	padding: 2px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-6 a::before,
.cl-effect-6 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-6 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-6 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-6 a:hover,
.cl-effect-6 a:focus {

}

.cl-effect-6 a:hover::before,
.cl-effect-6 a:focus::before,
.cl-effect-6 a:hover::after,
.cl-effect-6 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}


/*========== Alerts ==========*/
.alert {border:none; background-color: #32313b;  }
.alert-clean{ background:none; border:1px solid #ececec;}
.alert.alert-success {background-color: #e0f090; border:none;}
.alert.alert-info {background-color: #b6e6e6; border:none; }
.alert.alert-warning {background-color: #ecc992; border:none; color:#cc6600; }
.alert.alert-danger {background-color: #ff9999; border:none; }
/* Alerts Alternative*/
.alert-alt{ padding-left:50px; position:relative;}
.alert-alt.alert-clean:before{ content: "\f024"; font-family:'FontAwesome'; font-size: 18px; color:#ececec; display: block; position: absolute; left:17px; top:14px;}
.alert-alt.alert-success:before{ content: "\f00c"; font-family:'FontAwesome'; font-size: 18px; color:#9dd55d; display: block; position: absolute; left:17px; top:14px;}
.alert-alt.alert-info:before{ content: "\f129"; font-family:'FontAwesome'; font-size: 18px; color:#22d2d2; display: block; position: absolute; left:17px; top:14px;}
.alert-alt.alert-warning:before{ content: "\f071"; font-family:'FontAwesome'; font-size: 18px; color:#f4aa44; display: block; position: absolute; left:17px; top:14px;}
.alert-alt.alert-danger:before{ content: "\f05e"; font-family:'FontAwesome'; font-size: 18px; color:#f33440; display: block; position: absolute; left:17px; top:14px;}

/*========== Icons ==========*/
.iconleft { margin-right:14px;}
.iconright { margin-left:14px;}
.btn .iconleft { margin-right:14px;}
.btn .iconright { margin-left:14px;}
.btn-sm .iconleft, .btn-xs .iconleft { margin-right:6px;}
.btn-sm .iconright, .btn-xs .iconright { margin-left:6px;}

[class^="gfx-"]:before, [class*=" gfx-"]:before { vertical-align:middle; position:relative; top:-0.14em;}

/*========== LivIcons ==========*/
.livicon {display: inline-block; line-height: inherit; vertical-align: middle;}

/*========== Icon Boxes ==========*/
.iconbox{ padding:10px; }
.iconbox .iconbox-wrapper{ float:left; margin-right:20px; font-size:20px; line-height:1; text-align:center; }
.iconbox-wrapper.pull-right{ margin-left:20px; margin-right:0;}
.iconbox .iconbox-content{overflow:hidden;}
.iconbox-list{ margin-bottom:0px; }
.iconbox-list li{ margin-top:20px; }
.iconbox-list li:first-child{ margin-top:0px; }
/* livicons iconbox*/
.iconbox .livicon {margin-bottom: 20px; float:left; margin-right:20px;}	
/* icon box vertical*/
.iconbox.vertical{ text-align:center;}
.iconbox.vertical .iconbox-wrapper{ float:none; margin:0 auto 30px;}
.iconbox.vertical .livicon {margin-bottom: 6px; float:none; margin-right:0px; line-height:1;}	
/* icon box icon size*/
.iconbox-wrapper.iconbox-2x{font-size:38px; width:38px; height:38px; line-height:38px;}
.iconbox-wrapper.iconbox-3x{font-size:60px; width:60px; height:60px; line-height:60px;}
.iconbox-wrapper.iconbox-2x .livicon{ margin-bottom:8px;}
.iconbox-wrapper.iconbox-3x .livicon{ margin-bottom:12px;}
/* icon box circle*/
.iconbox-wrapper.circle{ background:#f2f2f2; height:36px; width:36px; line-height:36px; font-size:18px; text-align:center; -webkit-border-radius: 50%; -moz-border-radius: 50%;
border-radius: 50%;}
.iconbox-wrapper.circle.border{ background: none; border:2px solid;}
.iconbox-wrapper.circle.iconbox-2x{font-size:32px !important; width:68px !important; height:68px !important; line-height:68px !important;}
.iconbox-wrapper.circle.iconbox-3x{font-size:60px !important; width:110px !important; height:110px !important; line-height:110px !important;}
/* icon box square*/
.iconbox-wrapper.square{ background:#f2f2f2; height:36px; width:36px; line-height:36px; font-size:18px; text-align:center; -webkit-border-radius: 4px; -moz-border-radius: 4px;
border-radius: 4px;}
.iconbox-wrapper.square.border{ background: none; border:2px solid;}
.iconbox-wrapper.square.iconbox-2x{font-size:38px !important; width:68px !important; height:68px !important; line-height:68px !important;}
.iconbox-wrapper.square.iconbox-3x{font-size:60px !important; width:110px !important; height:110px !important; line-height:110px !important;}


/*========== Progress bars ==========*/
.progress { background:#f1f1f1; height: 40px;  margin-bottom: 40px;  border-radius: 0;  -webkit-box-shadow: none;  box-shadow: none;}
.progress-bar { line-height: 40px; text-align:left; -webkit-box-shadow: none; box-shadow: none; }
.pb-content-text {  display: block; font-size: 12px; font-weight: 600; line-height: 2.5; padding: 5px 10px;}
.pb-icon { float:left; padding:10px; line-height:1; font-size:18px;}
.pb-slim{height: 20px; margin-bottom: 20px;}
.pb-slim .pb-content-text{ line-height:1; padding:4px 10px;}
.pb-slim .pb-icon { padding:2px 10px; font-size:16px;}

/*progress bar align right - default is left*/
.pb-right .progress-bar {float: right;}
.pb-right .pb-content-text {text-align: right;}

/*progress bar colors*/
.progress-bar-success {background-color: #9dd55d !important;}
.progress-bar-info {background-color: #22d2d2 !important;}
.progress-bar-warning {background-color: #f4aa44 !important;}
.progress-bar-danger {background-color: #f33440 !important;}
.progress-bar-dark {background-color: #555566 !important;}


/*========== Forms ==========*/
.form-control:focus {-webkit-box-shadow: none; box-shadow: none;}
.form-group [class*="col-sm-"], .form-group [class*="col-md-"], .form-group [class*="col-lg-"] { margin-bottom:15px;}
.form-group [class*="col-sm-"]:last-child, .form-group [class*="col-md-"]:last-child, .form-group [class*="col-lg-"]:last-child { margin-bottom:0;}
.form-control::-moz-placeholder {color:#cccccc;}
.form-group em.fa{font-size:32px;}
.form-control{font-size:18px;font-weight:300;}

/*dark form*/
.dark-form{}

/*========== Lightbox ==========*/
.mfp-preloader { z-index:1046;}


/*========== Backgrounds and Colors ==========*/
/*bg*/

.bg-color-success{ background-color:#9dd55d !important;}
.bg-color-info{ background-color:#22d2d2 !important;}
.bg-color-warning{ background-color:#f4aa44 !important;}
.bg-color-danger{ background-color:#f33440 !important;}
.bg-color-light{ background-color:#f8f8f8 !important;}
.bg-color-dark{ background-color:#32313B !important;}
.bg-color-white{ background-color:#ffffff !important;}
.bg-color-none{ background-color:transparent !important}

/*colors*/

.color-success{ color:#9dd55d !important;}
.color-info{ color:#22d2d2 !important;}
.color-warning{ color:#f4aa44 !important;}
.color-danger{ color:#f33440 !important;}
.color-white{ color:#ffffff !important;}
.color-dark{ color:#32313B !important;}


/*========== White Space ==========*/
.white-space {display: block; width: 100%;}
.white-space.space-mini { padding:5px 0;}
.white-space.space-xsmall { padding:10px 0;}
.white-space.space-small { padding:20px 0;}
.white-space.space-medium { padding:30px 0;}
.white-space.space-big { padding:50px 0;}

/*========== Dividers ==========*/
hr{ margin-top:30px; margin-bottom:30px;}

/* hr fancy */
hr.hr-fancy {border: 0 solid #ececec;border-top-width: 1px;height: 0; display: block;width: 100%;position: relative;}
hr.hr-fancy:after {content: " ";width: 30%;height: 5px; position: relative;  bottom:3px; display:block;}
hr.text-center.hr-fancy:after { margin:0 auto;}
hr.text-right.hr-fancy:after { float:right;}

/* hr fade margins */
hr.hr-fade { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0)); background-image: -moz-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0)); background-image: -ms-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0)); background-image: -o-linear-gradient(left, rgba(179,179,196,0), rgba(179,179,196,0.75), rgba(179,179,196,0)); }

/* hr double border */
hr.hr-double { padding: 4px; border: none; border-top: 1px solid #ececec;border-bottom: 1px solid #ececec;}

/* hr icon */
.hr-icon {position: relative; display:block;}
.icon-divider{background-color: #FFFFFF; display: block; font-size: 38px; height: 50px; left: 50%; line-height: 50px; margin-left: -40px; position: absolute; text-align: center; width: 80px; top:-25px;}


/*========== Labels ==========*/
.label{ vertical-align:middle; padding:0.2em 0.6em 0.2em;}
.label-default {
  background-color: #778899;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {}
.label-primary[href]:hover,
.label-primary[href]:focus {

}
.label-success {
  background-color: #9dd55d;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #8dbd0a;
}
.label-info {
  background-color: #22d2d2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0cc0c0;
}
.label-warning {
  background-color: #f4aa44;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ee8820;
}
.label-danger {
  background-color: #f33440;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #dd3333;
}

/* Margins */

/*top*/
.margin-top0{margin-top:0px !important;}
.margin-top10{margin-top:10px !important;}
.margin-top20{margin-top:20px !important;}
.margin-top30{margin-top:30px !important;}
.margin-top40{margin-top:40px !important;}
.margin-top50{margin-top:50px !important;}
.margin-top60{margin-top:60px !important;}
.margin-top70{margin-top:70px !important;}
.margin-top80{margin-top:80px !important;}
.margin-top90{margin-top:90px !important;}
.margin-top100{margin-top:100px !important;}

/*bottom*/
.margin-bottom0{margin-bottom:0px !important;}
.margin-bottom10{margin-bottom:10px !important;}
.margin-bottom20{margin-bottom:20px !important;}
.margin-bottom30{margin-bottom:30px !important;}
.margin-bottom40{margin-bottom:40px !important;}
.margin-bottom50{margin-bottom:50px !important;}
.margin-bottom60{margin-bottom:60px !important;}
.margin-bottom70{margin-bottom:70px !important;}
.margin-bottom80{margin-bottom:80px !important;}
.margin-bottom90{margin-bottom:90px !important;}
.margin-bottom100{margin-bottom:100px !important;}

/* Padding */

/*top*/
.padding-top0{padding-top:0px !important;}
.padding-top10{padding-top:10px !important;}
.padding-top20{padding-top:20px !important;}
.padding-top30{padding-top:30px !important;}
.padding-top40{padding-top:40px !important;}
.padding-top50{padding-top:50px !important;}
.padding-top60{padding-top:60px !important;}
.padding-top70{padding-top:70px !important;}
.padding-top80{padding-top:80px !important;}
.padding-top90{padding-top:90px !important;}
.padding-top100{padding-top:100px !important;}

/*bottom*/
.padding-bottom0{padding-bottom:0px !important;}
.padding-bottom10{padding-bottom:10px !important;}
.padding-bottom20{padding-bottom:20px !important;}
.padding-bottom30{padding-bottom:30px !important;}
.padding-bottom40{padding-bottom:40px !important;}
.padding-bottom50{padding-bottom:50px !important;}
.padding-bottom60{padding-bottom:60px !important;}
.padding-bottom70{padding-bottom:70px !important;}
.padding-bottom80{padding-bottom:80px !important;}
.padding-bottom90{padding-bottom:90px !important;}
.padding-bottom100{padding-bottom:100px !important;}

/*===============================
========== Back To Top ==========
===============================*/
.scrollup{ border:2px solid #ececec; color:#ececec; display: none; font-size: 26px; line-height:1.3; position: fixed; bottom:40px; right:10px; text-align: center; width: 40px; height:40px; z-index: 1100; }
.scrollup:hover, .scrollup:focus{border:2px solid;}

/*===============================
========== RTL STYLES ==========
===============================*/
html[dir="rtl"] .social-top { float:right; padding:0;}
html[dir="rtl"] .social-top li:first-child { border-left:none;}
html[dir="rtl"] .social-top li:last-child {border-left: 1px solid #ececec;}
html[dir="rtl"] .top-menu {float:left; padding:0;}
html[dir="rtl"] .top-menu li:first-child { border-left:none;}
html[dir="rtl"] .top-menu li:last-child { border-left:1px solid #ececec;}
html[dir="rtl"] .header-top ul .fa { margin-right:0; margin-left:10px;}
html[dir="rtl"] .social-top .fa {margin-left: 0 !important;}
html[dir="rtl"] .slide-panel-btn {margin-right:-40px;}

html[dir="rtl"] .gfx-mega .dropdown-menu { left:auto; right:auto;}

html[dir="rtl"] .iconbox .iconbox-wrapper { float:right; margin-left:20px; margin-right:0;}
html[dir="rtl"] .iconbox.vertical .iconbox-wrapper { float:none; margin: 0 auto 15px;}
html[dir="rtl"] .progress-pie .pie-content{margin-left: 0px; margin-right: 40px;}

html[dir="rtl"] .gmap-button:after { margin-left:0; margin-right:16px;}

html[dir="rtl"] .btn .iconleft { margin-right:0px; margin-left:14px;}
html[dir="rtl"] .btn .iconright { margin-right:14px; margin-left:0px;}


/* Lyris Settings  */
.RangersNOWLyris{display:block;background:#fff;border:5px solid #c9010f; padding:20px 10px;text-align:center;margin:20px 0;}
.RangersNOWLyris .form-control{background:#fff;margin:20px;border:2px solid #CED1D4;}



/*===============================
========== Responsive Media Queries ==========
===============================*/
@media (min-width: 768px) and (max-width: 991px) {
.logo {line-height: 105px !important;}
.gfx-nav { float:none;}
ul.gallery {margin-left: 0;}
ul.gallery li {width: 50% !important; /* this value + 2% should = 50% */}

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}
@media (max-width: 767px) {
	
.header-top-left{padding:0px;}
.social-top{ text-align:center; float:none;}
.top-menu{ float:none; text-align:center;}
.top-menu li { border-top:1px solid #ececec;}

.logo {line-height: 105px !important;}
.gfx-nav { float:none;}
.header-main.shrink .gfx-nav a { line-height:1.4;}
.header-main {
	position: relative !important;
}

.main-wrapper-header .breadcrumbs-wrapper { text-align:left;}
.fancy-header .breadcrumbs-wrapper { text-align:center;}

ul.gallery {margin-left: 0;}
ul.gallery li {width: 50% !important; /* this value + 2% should = 50% */}

.blog-post-side { position:relative !important; margin:0 auto; margin-bottom:20px;}
.blog-post-content { margin-left:0 !important; margin-right:0 !important;}

/* RTL */
html[dir="rtl"] .top-menu {float: none;text-align: center;}
html[dir="rtl"] .social-top {float: none; text-align: center;}

}

@media (max-width: 540px) {
ul.gallery {margin-left: 0;}
ul.gallery li {width: 100% !important; /* this value + 2% should = 100% */}
}

@charset "utf-8";
/* CSS Document */

/* color */
a, .main-wrapper-header .breadcrumbs-wrapper .breadcrumb > li + li:before, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .mega-menu-list > li > a:hover, .mega-menu-list > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .title-color, .btn-primary.btn-alt, .cl-effect-4 a:hover::before,
.cl-effect-4 a:focus::before, .accordion .accordion-toggle, .accordion .accordion-toggle.collapsed:hover, .scrollup:hover, .scrollup:focus, .team-info .team-role, .nav-tabs.tabs-alt > li.active > a, .nav-tabs.tabs-alt > li.active > a:hover, .nav-tabs.tabs-alt > li.active > a:focus, .post-format, .product-links ul li a:hover, .shop-product .product-links ul li a:focus, .nav-tabs > li > a:hover, .footer-middle .footer-widget .tweet_list li .tweet_text a { color: #C00;}

@media (min-width: 992px) {
  .navbar-nav > li > a:hover,.navbar-nav > li > a:focus {color: #C00;}
}

/* background color */
.mega-menu-list > li.active > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .fancy-title span:after, .text-center.fancy-title span:after, .text-right.fancy-title span:after, .carousel .owl-controls .owl-buttons div, .carousel .owl-controls .owl-page span, .btn-primary, .btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:active, .btn-primary.btn-alt.active, .open .dropdown-toggle.btn-primary.btn-alt, .progress-bar, hr.hr-fancy:after, .label-primary, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .pricing-table .pricing-table-head .pricing-head-title, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .blog-post .blog-post-side .blog-post-date, ul#filters li a.filter.selected, .colio-theme-gfx .colio-close, .colio-theme-gfx .colio-navigation a, .nav-tabs.tabs-alt > li.active > a:after, .accordion.accordion-alt .accordion-toggle, .accordion.accordion-alt .accordion-toggle.collapsed:hover, .overlay-bg, .o-tooltip-inner, .cl-effect-2 a::before, .cl-effect-2 a::after, .cl-effect-5 a::before, .cl-effect-5 a::after, .cl-effect-6 a::before, .cl-effect-6 a::after  {background-color: #C00;}

/* border color */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, ul#filters li a.filter.selected, .btn-primary.btn-alt, .btn-primary.btn-alt:hover, .btn-primary.btn-alt:focus, .btn-primary.btn-alt:active, .btn-primary.btn-alt.active, .open .dropdown-toggle.btn-primary.btn-alt, .form-control:focus, .nav-tabs.nav-justified > .active > a:focus, .glyphs.css-mapping input:focus, .glyphs.css-mapping input:hover, .scrollup:hover, .scrollup:focus {border-color: #C00;}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {border-bottom-color:#C00; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {border-bottom-color: #C00; }
}

/* hover color */
a:hover, a:focus, .social-top a:hover, .social-top a:focus, .top-menu a:hover, .top-menu a:focus, .footer-bottom a:hover, .post-meta-info a:hover, .post-meta-info a:focus {color: #dc3443;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .label-primary[href]:hover, .label-primary[href]:focus{ background-color: #dc3443;}

/* specials */
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {border-bottom-color: #C00;}
.carousel .owl-controls .owl-page.active span, .carousel .owl-controls.clickable .owl-page:hover span{background-color: #C00 !important;}

.o-tooltip.bc .o-tooltip-arrow{border-top-color:#C00;}
.o-tooltip.mr .o-tooltip-arrow{border-left-color:#C00;}
.o-tooltip.tc .o-tooltip-arrow{border-bottom-color:#C00;}
.o-tooltip.ml .o-tooltip-arrow{border-right-color:#C00;}
.o-tooltip.tl .o-tooltip-arrow{border-left-color:#C00; }
.o-tooltip.bl .o-tooltip-arrow{border-left-color:#C00; }
.o-tooltip.tr .o-tooltip-arrow{border-right-color:#C00;}
.o-tooltip.br .o-tooltip-arrow{border-right-color:#C00;}

.cl-effect-4 a:hover::before, .cl-effect-4 a:focus::before {text-shadow: 10px 0 #C00, -10px 0 #C00;}

.bg-color-default{ background-color:#C00 !important;}
.color-default{ color:#C00 !important;}

/* Preload */
.QOverlay {background-color: #000000;z-index: 99999;}
.QLoader {background-color: #CCCCCC;height: 1px;}
.QAmt {color:#333333;font-family: 'Roboto', sans-serif; font-size:40px;font-weight:300;line-height:50px;height:50px;	width:100px;
	margin:-60px 0 0 -50px;}
#preloader {position:fixed;top:0;left:0; right:0;bottom:0; background-color:#fff; /* change if the mask should have another color then white */ z-index:9999; /* makes sure it stays on top */}

body {background-color: #fff; color: #333;font-family: 'Roboto', sans-serif; text-rendering: optimizelegibility; }

a { font-weight:400;-webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;	-ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
a:hover, a:focus { text-decoration:underline;}
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : none !important;}
.btn {	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate3d(0,0,0);}

/*===============================
========== Boxed Version ==========
===============================*/

.page-wrapper.boxed{ max-width:1210px; margin:40px auto;
-webkit-box-shadow: 0 3px 14px rgba(50, 50, 50, 0.15);
-moz-box-shadow:    0 3px 14px rgba(50, 50, 50, 0.15);
box-shadow:         0 3px 14px rgba(50, 50, 50, 0.15)}
.page-wrapper.boxed .header-main{ max-width:1210px; margin:0px auto;}


/*===============================
========== Grid Blocks ==========
===============================*/

.page-wrapper { position:relative; z-index:1000; background:#fff; overflow: hidden;}

/* Sections */
section{ }

/* Full Width Container */
.fullsize {color: inherit; width:100% ; position:relative;}
.container-inner{ padding-top:100px; padding-bottom:100px;}

/*========== Header Wrapper ==========*/	

.header-wrapper{position: relative;}

/*header top*/
.header-top{ background:#fff; border-bottom:1px solid #ececec; color: #555566; font-size:18px; position:relative; z-index:1150; }
.header-top ul, .header-top ol, .header-top dl{font-weight:500; font-size:24px; margin: 6px 0 0;}
.header-top ul .fa{ margin-right: 10px;}
.header-top p{margin:0;}
.header-top-left{ float:left; width:100%;}
.header-top-right{ float:right; width:100%; padding:6px 0;}

/*header top navigation */
.top-menu {list-style:none; padding-left:0; float:right;}
.top-menu li:first-child { border-left:1px solid #ececec;}
.top-menu li { border-right:1px solid #ececec; display:inline-block;}
.top-menu li a{ color:inherit; padding:10px 12px; display:block;}
.header-top .dropdown:hover .dropdown-menu {display: block;}
.header-top .dropdown-menu{ border:1px solid #ececec; margin-top:0px; margin-left:-4px;}
.header-top .dropdown-menu > li{ display:block; border:none;}

/* social top */
.social-top{ list-style:none; padding-left:0; float:left;}
.social-top li:first-child { border-left:1px solid #ececec;}
.social-top li { border-right:1px solid #ececec; display:inline-block;}
.social-top li a{ color:inherit; padding:8px 12px; display:block; font-size:18px;}
.social-top a:hover, .social-top a:focus { text-decoration:none;}
.social-top .fa{ margin-right:0 !important;}

.top-menu a{ color: inherit;}
.top-menu a:hover, .top-menu a:focus {text-decoration:none;}

/*header main*/
.header-main{width:100%; position:relative; z-index:1100; background:#FFF; -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25); -webkit-transform: translateZ(0);}
.main-navigation{ position:relative;}
.logo{ line-height:100px;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.logo img{-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.header-main.shrink .logo{ line-height:60px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.header-main.shrink .logo img{-webkit-transform:scale(0.8); -moz-transform:scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8);}

/*========== Main Wrapper Header ==========*/
.main-wrapper-header { padding:100px 0; background:#f8f8f8; border-bottom:1px solid #ececec;}
.main-wrapper-header .page-title {}
.main-wrapper-header .page-title h1{margin:0;font-size:4em;font-weight:normal;line-height:2;}
.page-title h1, .page-title h2, .page-title h3{color:#fff;text-align:center;}

/*========== Main Navigation ==========*/
.navbar-header{float:none;}
.nav-right .navbar-header{float:right;}
.nav-left .navbar-header{float:left;}
.nav-left .gfx-nav{float:right;}
.nav-centered .navbar-header{float:none; text-align:center;}
.nav-centered .nav > li { display:inline-block;}
.nav-centered .navbar-nav > li { float:none;}
.nav-centered .gfx-nav{ width:100%; text-align:center;}

@media (min-width: 768px) and (max-width: 991px) {
.nav > li > a { padding-left:9px; padding-right:9px;}
.navbar-nav > li > a {line-height: 76px;}
}
@media screen and (max-width: 767px) {
.nav-right .navbar-header{float:none; width:100%; text-align:right;}
.nav-left .navbar-header{float:none; width:100%; text-align:left;}
.nav-right .navbar-toggle { left:0;}
.nav-left .navbar-toggle { right:0;}
.nav-left .gfx-nav{float:none;}
}

.navbar, .navbar-nav{ margin:0; min-height:inherit;}
.navbar-collapse{ max-height:inherit; padding:0;}
.navbar-default{ background:none; border:none;}
.navbar-default .navbar-nav > li > a {color: #32313b; border-top:3px solid transparent; font-family: 'Roboto Condensed', sans-serif; font-size: 16px; font-weight: 700; text-transform:uppercase; text-decoration: none; letter-spacing:1px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background:none;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: transparent;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ border-top:3px solid;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{text-decoration: none; background-color: none; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background: none; color: #32313b;}

.navbar-toggle {position: absolute; cursor:pointer; top:30px; width:48px; height:48px; font-size:18px; float: none; text-align:center; right:0;  margin: 0;  padding: 9px 10px; background-color: #32313b; color:#fff;  border: none; border-radius: 0;}
.navbar-toggle:focus {outline: none;}
.navbar-toggle:after {content:'\f0c9'; font-family:FontAwesome;}

@media (min-width: 992px) {
  .navbar-nav > li > a {padding: 9px 16px 12px; line-height:76px; }  
  .header-main.shrink .navbar-nav > li > a { line-height:41px;  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
  .navbar-nav > li > a:hover,.navbar-nav > li > a:focus {}
  .navbar-nav > li > a.current::before, .navbar-nav > li > a.current::after, .navbar-nav > li > a:hover::before, .navbar-nav > li > a:focus::before, .navbar-nav > li > a:hover::after, .navbar-nav > li > a:focus::after, .navbar-nav > li > a.highlighted:before, .navbar-nav > li > a.highlighted:after{opacity: 1; -webkit-transform: translateY(0px);
 -moz-transform: translateY(0px); transform: translateY(0px);}
}

/* Mega Menu */
.gfx-mega .nav, .gfx-mega .collapse, .gfx-mega .dropup, .gfx-mega .dropdown {position:static;}
.gfx-mega .container {position: relative;}
.gfx-mega .dropdown-menu {left: auto;}
.gfx-mega .nav.navbar-right .dropdown-menu {left: auto; right: 0;}
.gfx-mega .gfx-mega-content { padding:0px 15px;}
.gfx-mega .dropdown.gfx-mega-fw .dropdown-menu {left: 0; right: 0;}

/* Mega Menu Elements styling*/
/* lists */
.mega-menu-list{ list-style: none; margin:0; padding:0;}
.mega-menu-list > li {font-size: 11px; font-weight: 600;  text-transform: uppercase;}
.mega-menu-list > li > a {color: #32313b; display:block;padding: 10px;}
.mega-menu-list > li.active > a {color:#ffffff !important;}
.mega-menu-list > li > a:hover, .mega-menu-list > li > a:focus{background:#f2f2f2;}
.mega-menu-list .title-header{ color:#778899; font-size:13px; margin-bottom:10px; display:block;}
.gfx-nav h1, .gfx-nav h2, .gfx-nav h3, .gfx-nav h4, .gfx-nav h5, .gfx-nav h6{color:#C00; padding:10px 0;}

/* dropdowns */
.dropdown-menu { background:#ffffff; padding:15px 0; border:none; -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.35); -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.35);}
.dropdown-menu > li > a {font-family: 'Roboto Condensed', sans-serif; font-size: 14px; color: #333; font-weight: 600; text-transform: uppercase;padding:10px 20px;}
.dropdown-menu .divider{ background:#ececec;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #f2f2f2;}

/*========== Footer Wrapper ==========*/

/*Footer Top*/
.footer-top{ background:#32313b;}
.footer-top h1, .footer-top h2, .footer-top h3, .footer-top h4, .footer-top h5, .footer-top h6 { color:#fff;}

/*Footer Middle*/
.footer-middle {color:#ffffff; background: #25242c; padding:40px 0; border-bottom:1px solid #32313b;}
.footer-widget .footer-title { color:#ffffff; margin-bottom:30px;}
.footer-widget .list-default { margin-bottom:0;}

/* twitter footer */
.footer-middle .footer-widget .tweet_list {}
.footer-middle .footer-widget .tweet_list li{ padding-left:30px; margin-bottom:20px;}
.footer-middle .footer-widget .tweet_list li:before{content:'\f099'; font-family:'FontAwesome'; font-size:18px; position:absolute; left:20px;}
.footer-middle .footer-widget .tweet_list li .tweet_text a{}
.footer-middle .footer-widget .tweet_list li .tweet_time { display:block; text-align:right; color:#778899;}

/*Footer Bottom*/
.footer-bottom{ color:#778899; background: #25242c; padding:40px 0;}
.footer-bottom a{color: inherit;}
.footer-bottom a:hover {}
.footer-bottom .menu-footer {padding:20px 0 10px;}
.footer-bottom .menu-footer ul{margin:0 auto; text-align:center;}
.footer-bottom .menu-footer ul li{ text-transform:uppercase; font-size:16px;}
.footer-bottom .copyright { padding:10px 0; text-align:center;}
.footer-bottom .copyright p{ margin-bottom:0; line-height:1.9;}
.footer-bottom .social-footer { padding:10px 0 20px;}
.footer-bottom .social-list { margin:0 auto; text-align:center;}
.footer-bottom .social-list li{ margin-left:5px;}
.footer-bottom .social-list li a { display: block; min-width: 20px; text-align: center; font-size:22px;}

/*===============================
========== Typography ==========
===============================*/
p{font-family: 'Roboto', sans-serif;}
h1, h2, h3,  h4, h5, h6{ color:#32313b; font-family: 'Roboto Condensed', sans-serif;  font-style: normal; font-weight: 700; text-rendering: optimizelegibility;}
h1 {font-size: 4em; margin-top: 0;}
h2 {font-size: 3.25em; margin: 40px 0 15px;text-align:center;color:#D90000;font-weight:normal;}
h3 {font-size: 2.5em; margin: 0 6px 0 0;font-weight:normal;}
h4 {font-size: 2em; margin: 0 6px 0 0;font-weight:normal;}
h5 {font-size: 1.75em; margin: 0 6px 0 0;font-weight:normal;}
h6 {font-size: 1.5em; margin: 0 6px 0 0;}
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 { color: #778899; font-weight:300;}
p {font-size:18px; font-weight: 300; line-height:1.65; margin-bottom: 20px; text-rendering: optimizelegibility;}
.content {font-size:18px; font-weight: 300; line-height:1.65; text-rendering: optimizelegibility;}
h2.counter-head{font-size:1.6em;margin-top:0;margin-bottom:0;}
h5.seven-experiences{font-family: "Open Sans", sans-serif;font-weight:800;text-transform:uppercase;}
.light-font{font-family: "Open Sans", sans-serif;font-weight:100;}
.heavy-font{font-family: 'Raleway', sans-serif;font-weight:900;}
.red{color:#c00;}

/* Font Weight */
.xlight { font-weight:100 !important;}
.light { font-weight:300 !important;}
.bold { font-weight:500 !important;}
.xbold { font-weight:900 !important;}

/*========== Parallax ==========*/

.parallax{ background-position:50% 50%; background-repeat: no-repeat; position:relative; 
	-webkit-background-size: cover !important; /* For WebKit*/
	-moz-background-size: cover !important;    /* Mozilla*/
	-o-background-size: cover !important;      /* Opera*/
	background-size: cover !important;         /* Generic*/  }
	
.parallax-backgroundRR{ background-image:url(/Areas/RoyalRangersUSA/Content/img//rr_logo_parallax.jpg);}
.parallax-backgroundleader{ background-image:url(/Areas/RoyalRangersUSA/Content/img/RR-Leader-and-Boys.jpg);}

@media only screen and (max-width: 768px) {
.parallax{ background-position:50% 50% !important; background-attachment: scroll; }
}

/* Background Overlay*/
.bg-overlay{display: block;height: 100%; position: absolute; top:0; width: 100%; z-index:0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* Safari 1.x */ -khtml-opacity: 0.6; /* Modern browsers */opacity: 0.6;}
.bg-overlay-solid{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
.bg-overlay.bg-overlay-light{background:#f4f4f4;}
.bg-overlay.bg-overlay-glight{
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.3)), color-stop(50%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;
}
.bg-overlay.bg-overlay-dark{background:#000;}
.bg-overlay.bg-overlay-gdark{
background: -moz-radial-gradient(center, ellipse cover,  rgba(37,36,44,0.5) 0%, rgba(37,36,44,0.75) 50%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(37,36,44,0.5)), color-stop(50%,rgba(37,36,44,0.75)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(37,36,44,0.5) 0%,rgba(37,36,44,0.75) 50%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(37,36,44,0.5) 0%,rgba(37,36,44,0.75) 50%,rgba(0,0,0,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(37,36,44,0.5) 0%,rgba(37,36,44,0.75) 50%,rgba(0,0,0,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(37,36,44,0.5) 0%,rgba(37,36,44,0.75) 50%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8025242c', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;
}

/*========== Carousel ==========*/
.carousel .owl-item .carousel-item{ margin:0px;}
.carousel .owl-controls{text-align: center;}
/* Styling Next and Prev buttons */
.carousel .owl-controls .owl-buttons div{ color: #FFF;	display: inline-block;	zoom: 1;*display: inline;/*IE7 life-saver */ margin: 0px; padding: 5px 15px; font-size: 24px;
	position:absolute; filter: Alpha(Opacity=50);/*IE7 fix*/ opacity: 0.5; -webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
}
.carousel .owl-controls .owl-buttons .owl-prev { top:40%; left:0px;}
.carousel .owl-controls .owl-buttons .owl-next { top:40%; right:0px;}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.carousel .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/	opacity: 1;	text-decoration: none;}

/* Styling Pagination*/
.owl-pagination { margin-top:10px;}
.carousel .owl-controls .owl-page{display: inline-block; zoom: 1;	*display: inline;/*IE7 life-saver */}
.carousel .owl-controls .owl-page span{display: block;	width: 24px; height: 10px;	border:1px solid #ffffff; margin: 5px 4px;	filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;}

.carousel .owl-controls .owl-page.active span, .carousel .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1;}

.carousel .owl-controls .owl-page span.owl-numbers{	height: auto; width: auto;	color: #FFF; padding: 2px 10px;	font-size: 12px;}

/* preloading images */
.owl-item.loading{min-height: 150px; background: url(/Areas/RoyalRangersUSA/Content/img/theme/AjaxLoader.gif) no-repeat center center}

/* mouse grab icon */
.grabbing { cursor:url(/Areas/RoyalRangersUSA/Content/img/theme/grabbing.png) 8 8, move;}

.owl-item img{ width:100%; height:auto; }

/* Carousel Theme */
.carousel.carousel-theme-round .owl-controls .owl-buttons div { background:none; border:2px solid #ececec; color: #ececec; padding:5px 18px; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.carousel.carousel-theme-round .owl-controls .owl-page span { height:14px; width:14px; background:none; border:2px solid #ececec;  -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.carousel.carousel-theme-round .owl-controls .owl-buttons .owl-prev {left:10px;}
.carousel.carousel-theme-round .owl-controls .owl-buttons .owl-next {right:10px;}
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-buttons .owl-prev {left:-50px;}
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-buttons .owl-next {right:-50px;}
@media (max-width: 768px) {
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-buttons .owl-prev {left:10px;}
.carousel.carousel-theme-round.carousel-nav-out .owl-controls .owl-buttons .owl-next {right:10px;}
}

/* Carousel*/
.carousel.carousel-simple .owl-item .carousel-item{ margin:0 10px; padding-bottom:10px;}
.carousel.carousel-simple .carousel.carousel-default .owl-item .carousel-item{ margin:0; padding-bottom:0;}

/* Sync Carousel */
#full-sync .item{text-align: center;}
#full-sync .item img{ width:100%; height:auto;}
#thumb-sync .item{cursor: pointer; max-height:140px;}
#thumb-sync .item img{ width:100%; height:auto; /* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* Safari 1.x */ -khtml-opacity: 0.5; /* Modern browsers */opacity: 0.5;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
#thumb-sync .item:hover img{ /* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* Safari 1.x */ -khtml-opacity: 1; /* Modern browsers */opacity: 1;}
#thumb-sync .item h1{font-size: 18px;}

/*========== Counters ==========*/
.counter-block{ padding:20px 5px; border: 2px dotted #ececec; margin-bottom:40px;}
.timer{ margin-bottom:20px;}

/*========== Testimonials ==========*/
.testimonials{ margin:0;}
.testimonials .carousel{}
.testimonial-item blockquote { margin:0;}
.testimonial-item blockquote p{ font-style:italic;}

/* Blockquote */
blockquote { border:none;}
blockquote:before {content:'\f10e'; font-family:'FontAwesome'; top: 0;  font-size:2em; color:#ececec;  
/* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* Safari 1.x */ -khtml-opacity: 0.6; /* Modern browsers */opacity: 0.6;}
blockquote footer:before, blockquote small:before, blockquote .small:before { content:"";}
blockquote footer, blockquote small, blockquote .small{font-size:.95em;font-weight:300;}
blockquote cite { font-weight:300;}

/*========== Images ==========*/
.thumbnail {border:none; padding:8px;}
.img-thumbnail {border:none; padding:8px;}
.img-rounded {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}

/* Align*/
.alignleft { float: left; margin: 0 20px 10px 0;padding-left:0;}
.alignright { float: right;  margin: 0 0 10px 20px;padding-right:0;}
.aligncenter {display: block; margin: 0 auto; margin-bottom:20px;}
.alignnone { float: none; margin: 0 auto;}

/* List Images */
ul.gallery {list-style: none; overflow:hidden; padding:0; margin:0; }
ul.gallery li {float:left; padding:0; margin:0;}
ul.gallery li img {max-width: 100%; height: auto;}

/* class for 2 columns */
ul.gallery.columns-2 li {width: 50%;}

/* class for 3 columns */
ul.gallery.columns-3 li {width: 33.3%;}

.side-image{position: relative;}
.image-container{height: 100%; padding: 0;  position: absolute;  top: 0; right:0;}
.image-container img{ height:100%;}
@media (max-width: 1024px) {
.image-container{ position: relative; left:0; overflow:hidden;}
}

/*========== Tooltips ==========*/
.o-tooltip{position:absolute;z-index:9999;display:block;visibility:visible;font-size:13px;}
.o-tooltip-inner{padding:15px 20px;color:#fff;text-align:center;text-decoration:none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.o-tooltip.bl,.o-tooltip.bc,.o-tooltip.br{margin-top:-12px}
.o-tooltip.ml{margin-left:12px}
.o-tooltip.tl,.o-tooltip.tc,.o-tooltip.tl,.o-tooltip.tr{margin-top:12px}
.o-tooltip.mr{margin-left:-12px}
.o-tooltip.bc .o-tooltip-arrow{left:50%;margin-left:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid;}
.o-tooltip.mr .o-tooltip-arrow{top:50%;right:-12px;margin-top:-12px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid;}
.o-tooltip.tc .o-tooltip-arrow{left:50%;margin-left:-12px;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid;}
.o-tooltip.ml .o-tooltip-arrow{top:50%;left:-12px;margin-top:-12px;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid;}
.o-tooltip.tl .o-tooltip-arrow{left:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-left:12px solid; }
.o-tooltip.bl .o-tooltip-arrow{left:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-left:12px solid; }
.o-tooltip.tr .o-tooltip-arrow{right:0;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-right:12px solid;}
.o-tooltip.br .o-tooltip-arrow{top:100%;right:0;margin-top:-13px;border-top:12px solid rgba(0, 0, 0, 0);border-bottom:12px solid transparent;border-right:12px solid;}

/* Tooltip arrow bottom */
.o-tooltip.bl .o-tooltip-arrow,.o-tooltip.bc .o-tooltip-arrow,.o-tooltip.br .o-tooltip-arrow{bottom:-11px;color:#c00;}
/* Tooltip arrow top */
.o-tooltip.tl .o-tooltip-arrow,.o-tooltip.tc .o-tooltip-arrow,.o-tooltip.tr .o-tooltip-arrow{top:-12px;color:#c00;}
.o-tooltip-arrow{position:absolute;width:0;height:0;color:#c00;}
.o-tooltip-close{position:absolute;width:15px;height:15px;background:#137861;cursor:pointer;left:100%;margin-left:-15px;-webkit-border-top-right-radius: 3px;-webkit-border-bottom-left-radius: 2px;-moz-border-radius-topright: 3px;-moz-border-radius-bottomleft: 2px;border-top-right-radius: 3px;border-bottom-left-radius: 2px;}
.o-tooltip-close span{display:block;width:4px;height:4px;line-height:4px;font-size:10px;position:absolute;left:50%;top:50%;margin:-4px 0 0 -2px;color:#FFF;font-weight:bold;}
.o-tooltip.mr .o-tooltip-close,.o-tooltip.tr .o-tooltip-close{left:0px;margin:0;-webkit-border-top-left-radius: 3px;-webkit-border-bottom-right-radius: 1px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomright: 1px;border-top-left-radius: 3px;border-bottom-right-radius: 1px;}

/*========== Buttons ==========*/
.btn { border: none;}
.btn:hover, .btn:focus { color: #778899;}
.btn:active, .btn.active {-webkit-box-shadow: none;  box-shadow: none;}
.btn-search {padding: 7px 12px;}

/*button default*/
.btn-default {color: #778899; background-color: #f4f4f4; border:none;}
.btn-default:hover,.btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {color: #333333; background-color: #ececec;}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active{ background-color:#f0f0f0;}
/*alt*/
.btn-default.btn-alt {color: #666; border:2px solid; border-color:#ececec; background-color:transparent;}
.btn-default.btn-alt:hover,.btn-default.btn-alt:focus, .btn-default.btn-alt:active, .btn-default.btn-alt.active, .open .dropdown-toggle.btn-default.btn-alt {color:#fff;background-color: #c00; border:2px solid; border-color:#c00;}

/* Margins */

/*top*/
.margin-top0{margin-top:0px !important;}
.margin-top10{margin-top:10px !important;}
.margin-top20{margin-top:20px !important;}
.margin-top30{margin-top:30px !important;}
.margin-top40{margin-top:40px !important;}
.margin-top50{margin-top:50px !important;}
.margin-top60{margin-top:60px !important;}
.margin-top70{margin-top:70px !important;}
.margin-top80{margin-top:80px !important;}
.margin-top90{margin-top:90px !important;}
.margin-top100{margin-top:100px !important;}

/*bottom*/
.margin-bottom0{margin-bottom:0px !important;}
.margin-bottom10{margin-bottom:10px !important;}
.margin-bottom20{margin-bottom:20px !important;}
.margin-bottom30{margin-bottom:30px !important;}
.margin-bottom40{margin-bottom:40px !important;}
.margin-bottom50{margin-bottom:50px !important;}
.margin-bottom60{margin-bottom:60px !important;}
.margin-bottom70{margin-bottom:70px !important;}
.margin-bottom80{margin-bottom:80px !important;}
.margin-bottom90{margin-bottom:90px !important;}
.margin-bottom100{margin-bottom:100px !important;}

/* Padding */

/*top*/
.padding-top0{padding-top:0px !important;}
.padding-top10{padding-top:10px !important;}
.padding-top20{padding-top:20px !important;}
.padding-top30{padding-top:30px !important;}
.padding-top40{padding-top:40px !important;}
.padding-top50{padding-top:50px !important;}
.padding-top60{padding-top:60px !important;}
.padding-top70{padding-top:70px !important;}
.padding-top80{padding-top:80px !important;}
.padding-top90{padding-top:90px !important;}
.padding-top100{padding-top:100px !important;}

/*bottom*/
.padding-bottom0{padding-bottom:0px !important;}
.padding-bottom10{padding-bottom:10px !important;}
.padding-bottom20{padding-bottom:20px !important;}
.padding-bottom30{padding-bottom:30px !important;}
.padding-bottom40{padding-bottom:40px !important;}
.padding-bottom50{padding-bottom:50px !important;}
.padding-bottom60{padding-bottom:60px !important;}
.padding-bottom70{padding-bottom:70px !important;}
.padding-bottom80{padding-bottom:80px !important;}
.padding-bottom90{padding-bottom:90px !important;}
.padding-bottom100{padding-bottom:100px !important;}

/*===============================
========== Back To Top ==========
===============================*/
.scrollup{ border:2px solid #666; color:#666; display: none; font-size: 26px; line-height:1.3; position: fixed; bottom:40px; right:10px; text-align: center; width: 40px; height:40px; z-index: 1100; }
.scrollup:hover, .scrollup:focus{border:2px solid;}


/*===============================
========== Menu Sub-Menu Settings==========
===============================*/

.dropdown-submenu                       {position:relative!important;}
.dropdown-submenu>.dropdown-menu        {top:0; position:absolute!important; left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after               {display:block; content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after         {border-left-color:#ffffff;}
.dropdown-submenu.pull-left             {float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/*===============================
========== Responsive Media Queries ==========
===============================*/
@media (min-width: 768px) and (max-width: 991px) {
.logo {line-height: 80px !important;max-width:200px;}
.logo img{width:70%;height:auto;}
.gfx-nav { float:none;}
.navbar-default .navbar-nav > li > a {font-size:12px;}
.nav-left .gfx-nav{margin-top:-90px;}
.main-wrapper-header{padding:50px 0;}

}
@media (min-width: 992px) and (max-width: 1199px) {
.main-wrapper-header{padding:50px 0;}
.navbar-default .navbar-nav > li > a {font-size:14px;}
}
@media (min-width: 1200px) {

}
@media (max-width: 767px) {
	
.logo {line-height: 80px !important;max-width:200px;}
.logo img{width:80%;height:auto;}
.header-top-left{padding:0px;}
.social-top{ text-align:center; float:none;}
.top-menu{ float:none; text-align:center;}
.top-menu li { border-top:1px solid #ececec;}
.page-title h1 {font-size:3em;line-height:1.1;}
.gfx-nav { float:none;}
.header-main.shrink .gfx-nav a { line-height:1.4;}
.header-main {position: relative !important;}
.main-wrapper-header{padding:30px 0;}
.main-wrapper-header .page-title h1{font-size:2em;line-height:1.25;}
h4{font-size:1.5em;}
p, .content ul, .Shared_AG_Article_AuthorBio{font-size:.85em;}
.AG-Blogroll-Article-Title a h1, .Shared_AG_Article_AuthorName{font-size:1.5em;}
.content{margin-top:0;}
.AG-Blogroll-Article-Image .card-image.mb-md a img{margin:10px 0;width:100%;height:auto;}
}

@media (max-width: 662px) {

    .ag-widget-search-result {
        width: 48%;
        margin: 1%;
    }

}

@media (max-width: 468px) {

    .ag-widget-search-result {
        width: 100%;
        margin: 0 0 0.625rem;;
    }
}


/* Secure CSS */

.login-box-main {
    display: block;
    
}

.radius {
    border-radius: 0.75rem;
}

.bg-color {
    background-color: #fff;
}

.pv-lg {
    padding-top: 1.777rem;
    padding-bottom: 1.777rem;
}

.ph-lg {
    padding-left: 1.777rem;
    padding-right: 1.777rem;
}

.btn--stateless{
    font-size: 18px;
}

.LoginBtn { 
    font-size: 18px;
}

.RangersRoleProvider h3 { font-size: 20px; margin-bottom: 5px; }

.RangersPassword .btn-default {
    background-color: #C00;
    color: #fff;
    font-size: 18px;
}

.RangersPassword .btn-default:hover, .RangersPassword .btn-default:focus {
    background-color: #9b0000;
    color: #ececec;
}

.RangersPassword .btn--tertiary {
    background-color: #C00;
    color: #fff;
    font-size: 18px;
}

.RangersPassword .btn--tertiary:hover, .RangersPassword .btn--tertiary:focus {
    background-color: #9b0000;
    color: #ececec;
}
@charset "UTF-8";

@font-face {
  font-family: "avendor-icons";
  src:url("../fonts/avendor-icons.eot");
  src:url("../fonts/avendor-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/avendor-icons.woff") format("woff"),
    url("../fonts/avendor-icons.ttf") format("truetype"),
    url("../fonts/avendor-icons.svg#avendor-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "avendor-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="gfx-"]:before,
[class*=" gfx-"]:before {
  font-family: "avendor-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gfx-alert:before {
  content: "m";
}
.gfx-alignment-align:before {
  content: "n";
}
.gfx-alignment-aligned-to:before {
  content: "o";
}
.gfx-alignment-unalign:before {
  content: "p";
}
.gfx-arrow-down:before {
  content: "q";
}
.gfx-arrow-left:before {
  content: "r";
}
.gfx-arrow-right:before {
  content: "s";
}
.gfx-arrow-small-down:before {
  content: "t";
}
.gfx-arrow-small-left:before {
  content: "u";
}
.gfx-arrow-small-right:before {
  content: "v";
}
.gfx-arrow-small-up:before {
  content: "w";
}
.gfx-arrow-up:before {
  content: "x";
}
.gfx-beer:before {
  content: "y";
}
.gfx-chevron-up:before {
  content: "z";
}
.gfx-chevron-right:before {
  content: "A";
}
.gfx-chevron-left:before {
  content: "B";
}
.gfx-chevron-down:before {
  content: "C";
}
.gfx-checklist:before {
  content: "D";
}
.gfx-calendar:before {
  content: "E";
}
.gfx-bug:before {
  content: "F";
}
.gfx-browser:before {
  content: "G";
}
.gfx-broadcast:before {
  content: "H";
}
.gfx-briefcase:before {
  content: "I";
}
.gfx-bookmark:before {
  content: "J";
}
.gfx-book:before {
  content: "K";
}
.gfx-circle-slash:before {
  content: "L";
}
.gfx-circuit-board:before {
  content: "M";
}
.gfx-clippy:before {
  content: "N";
}
.gfx-clock:before {
  content: "O";
}
.gfx-cloud-upload:before {
  content: "P";
}
.gfx-code:before {
  content: "Q";
}
.gfx-cloud-download:before {
  content: "R";
}
.gfx-color-mode:before {
  content: "S";
}
.gfx-comment:before {
  content: "T";
}
.gfx-comment-discussion:before {
  content: "U";
}
.gfx-credit-card:before {
  content: "V";
}
.gfx-dash:before {
  content: "W";
}
.gfx-dashboard:before {
  content: "X";
}
.gfx-check:before {
  content: "Y";
}
.gfx-eye:before {
  content: "Z";
}
.gfx-ellipsis:before {
  content: "0";
}
.gfx-fold:before {
  content: "1";
}
.gfx-gear:before {
  content: "2";
}
.gfx-history:before {
  content: "3";
}
.gfx-home:before {
  content: "4";
}
.gfx-heart:before {
  content: "5";
}
.gfx-flame:before {
  content: "6";
}
.gfx-diff-removed:before {
  content: "7";
}
.gfx-file-zip:before {
  content: "8";
}
.gfx-diff-renamed:before {
  content: "9";
}
.gfx-globe:before {
  content: "!";
}
.gfx-graph:before {
  content: "\"";
}
.gfx-file-text:before {
  content: "#";
}
.gfx-diff-modified:before {
  content: "$";
}
.gfx-diff-ignored:before {
  content: "%";
}
.gfx-file-symlink-file:before {
  content: "&";
}
.gfx-git-pull-request:before {
  content: "'";
}
.gfx-git-merge:before {
  content: "(";
}
.gfx-issue-opened:before {
  content: ")";
}
.gfx-issue-reopened:before {
  content: "*";
}
.gfx-jump-up:before {
  content: "+";
}
.gfx-jump-right:before {
  content: ",";
}
.gfx-jump-left:before {
  content: "-";
}
.gfx-jump-down:before {
  content: ".";
}
.gfx-jersey:before {
  content: "/";
}
.gfx-file-symlink-directory:before {
  content: ":";
}
.gfx-diff-added:before {
  content: ";";
}
.gfx-diff:before {
  content: "<";
}
.gfx-file-submodule:before {
  content: "=";
}
.gfx-git-compare:before {
  content: ">";
}
.gfx-issue-closed:before {
  content: "?";
}
.gfx-info:before {
  content: "@";
}
.gfx-git-commit:before {
  content: "[";
}
.gfx-file-pdf:before {
  content: "]";
}
.gfx-device-mobile:before {
  content: "^";
}
.gfx-device-desktop:before {
  content: "_";
}
.gfx-device-camera-video:before {
  content: "`";
}
.gfx-device-camera:before {
  content: "{";
}
.gfx-database:before {
  content: "|";
}
.gfx-file-binary:before {
  content: "}";
}
.gfx-file-code:before {
  content: "~";
}
.gfx-file-directory:before {
  content: "\\";
}
.gfx-file-media:before {
  content: "\e000";
}
.gfx-git-branch:before {
  content: "\e001";
}
.gfx-inbox:before {
  content: "\e002";
}
.gfx-hubot:before {
  content: "\e003";
}
.gfx-gist-secret:before {
  content: "\e004";
}
.gfx-gist:before {
  content: "\e005";
}
.gfx-gift:before {
  content: "\e006";
}
.gfx-horizontal-rule:before {
  content: "\e007";
}
.gfx-hourglass:before {
  content: "\e008";
}
.gfx-keyboard:before {
  content: "\e009";
}
.gfx-key:before {
  content: "\e00a";
}
.gfx-mail-reply:before {
  content: "\e00b";
}
.gfx-plug:before {
  content: "\e00c";
}
.gfx-repo-forked:before {
  content: "\e00d";
}
.gfx-plus:before {
  content: "\e00e";
}
.gfx-no-newline:before {
  content: "\e00f";
}
.gfx-mute:before {
  content: "\e010";
}
.gfx-law:before {
  content: "\e011";
}
.gfx-light-bulb:before {
  content: "\e012";
}
.gfx-link:before {
  content: "\e013";
}
.gfx-link-external:before {
  content: "\e014";
}
.gfx-list-ordered:before {
  content: "\e015";
}
.gfx-list-unordered:before {
  content: "\e016";
}
.gfx-location:before {
  content: "\e017";
}
.gfx-lock:before {
  content: "\e018";
}
.gfx-logo-github:before {
  content: "\e019";
}
.gfx-mail:before {
  content: "\e01a";
}
.gfx-mail-read:before {
  content: "\e01b";
}
.gfx-markdown:before {
  content: "\e01c";
}
.gfx-megaphone:before {
  content: "\e01d";
}
.gfx-mention:before {
  content: "\e01e";
}
.gfx-microscope:before {
  content: "\e01f";
}
.gfx-milestone:before {
  content: "\e020";
}
.gfx-mirror:before {
  content: "\e021";
}
.gfx-mortar-board:before {
  content: "\e022";
}
.gfx-move-down:before {
  content: "\e023";
}
.gfx-move-left:before {
  content: "\e024";
}
.gfx-move-right:before {
  content: "\e025";
}
.gfx-move-up:before {
  content: "\e026";
}
.gfx-octoface:before {
  content: "\e027";
}
.gfx-organization:before {
  content: "\e028";
}
.gfx-package:before {
  content: "\e029";
}
.gfx-paintcan:before {
  content: "\e02a";
}
.gfx-pencil:before {
  content: "\e02b";
}
.gfx-person:before {
  content: "\e02c";
}
.gfx-pin:before {
  content: "\e02d";
}
.gfx-playback-fast-forward:before {
  content: "\e02e";
}
.gfx-playback-pause:before {
  content: "\e02f";
}
.gfx-playback-play:before {
  content: "\e030";
}
.gfx-playback-rewind:before {
  content: "\e031";
}
.gfx-podium:before {
  content: "\e032";
}
.gfx-primitive-dot:before {
  content: "\e033";
}
.gfx-primitive-square:before {
  content: "\e034";
}
.gfx-pulse:before {
  content: "\e035";
}
.gfx-puzzle:before {
  content: "\e036";
}
.gfx-question:before {
  content: "\e037";
}
.gfx-quote:before {
  content: "\e038";
}
.gfx-radio-tower:before {
  content: "\e039";
}
.gfx-repo:before {
  content: "\e03a";
}
.gfx-repo-clone:before {
  content: "\e03b";
}
.gfx-repo-force-push:before {
  content: "\e03c";
}
.gfx-repo-push:before {
  content: "\e03d";
}
.gfx-rocket:before {
  content: "\e03e";
}
.gfx-rss:before {
  content: "\e03f";
}
.gfx-ruby:before {
  content: "\e040";
}
.gfx-screen-full:before {
  content: "\e041";
}
.gfx-screen-normal:before {
  content: "\e042";
}
.gfx-search:before {
  content: "\e043";
}
.gfx-server:before {
  content: "\e044";
}
.gfx-settings:before {
  content: "\e045";
}
.gfx-sign-in:before {
  content: "\e046";
}
.gfx-sign-out:before {
  content: "\e047";
}
.gfx-star:before {
  content: "\e048";
}
.gfx-steps:before {
  content: "\e049";
}
.gfx-stop:before {
  content: "\e04a";
}
.gfx-sync:before {
  content: "\e04b";
}
.gfx-tag:before {
  content: "\e04c";
}
.gfx-telescope:before {
  content: "\e04d";
}
.gfx-terminal:before {
  content: "\e04e";
}
.gfx-three-bars:before {
  content: "\e04f";
}
.gfx-tools:before {
  content: "\e050";
}
.gfx-trashcan:before {
  content: "\e051";
}
.gfx-triangle-down:before {
  content: "\e052";
}
.gfx-triangle-up:before {
  content: "\e053";
}
.gfx-unfold:before {
  content: "\e054";
}
.gfx-unmute:before {
  content: "\e055";
}
.gfx-versions:before {
  content: "\e056";
}
.gfx-x:before {
  content: "\e057";
}
.gfx-zap:before {
  content: "\e058";
}
.gfx-split:before {
  content: "\e059";
}
.gfx-squirrel:before {
  content: "\e05a";
}
.gfx-triangle-left:before {
  content: "\e05b";
}
.gfx-triangle-right:before {
  content: "\e05c";
}
.gfx-repo-pull:before {
  content: "\e05d";
}
.gfx-mark-github:before {
  content: "\e05e";
}
.gfx-accept:before {
  content: "a";
}
.gfx-adressbook:before {
  content: "b";
}
.gfx-agent:before {
  content: "c";
}
.gfx-api:before {
  content: "d";
}
.gfx-apple:before {
  content: "e";
}
.gfx-application:before {
  content: "f";
}
.gfx-arrow-full-down:before {
  content: "g";
}
.gfx-arrow-full-left:before {
  content: "h";
}
.gfx-arrow-full-lowerleft:before {
  content: "i";
}
.gfx-arrow-full-lowerright:before {
  content: "j";
}
.gfx-arrow-full-right:before {
  content: "k";
}
.gfx-arrow-full-up:before {
  content: "l";
}
.gfx-arrow-full-upperleft:before {
  content: "\e05f";
}
.gfx-arrow-full-upperright:before {
  content: "\e060";
}
.gfx-arrow-sans-down:before {
  content: "\e061";
}
.gfx-arrow-sans-left:before {
  content: "\e062";
}
.gfx-arrow-sans-lowerleft:before {
  content: "\e063";
}
.gfx-arrow-sans-lowerright:before {
  content: "\e064";
}
.gfx-arrow-sans-right:before {
  content: "\e065";
}
.gfx-arrow-sans-up:before {
  content: "\e066";
}
.gfx-arrow-sans-upperleft:before {
  content: "\e067";
}
.gfx-arrow-sans-upperright:before {
  content: "\e068";
}
.gfx-attachment:before {
  content: "\e069";
}
.gfx-attachment-add:before {
  content: "\e06a";
}
.gfx-attachment-down:before {
  content: "\e06b";
}
.gfx-avatar-edit:before {
  content: "\e06c";
}
.gfx-avatar-information:before {
  content: "\e06d";
}
.gfx-backup:before {
  content: "\e06e";
}
.gfx-backup-pause:before {
  content: "\e06f";
}
.gfx-backup-run:before {
  content: "\e070";
}
.gfx-backup-settings:before {
  content: "\e071";
}
.gfx-backup-stop:before {
  content: "\e072";
}
.gfx-badge-accept:before {
  content: "\e073";
}
.gfx-badge-cancel:before {
  content: "\e074";
}
.gfx-badge-down:before {
  content: "\e075";
}
.gfx-badge-edit:before {
  content: "\e076";
}
.gfx-badge-eject:before {
  content: "\e077";
}
.gfx-badge-information:before {
  content: "\e078";
}
.gfx-badge-minus:before {
  content: "\e079";
}
.gfx-badge-pause:before {
  content: "\e07a";
}
.gfx-badge-plus:before {
  content: "\e07b";
}
.gfx-badge-run:before {
  content: "\e07c";
}
.gfx-badge-security:before {
  content: "\e07d";
}
.gfx-badge-settings:before {
  content: "\e07e";
}
.gfx-badge-stop:before {
  content: "\e07f";
}
.gfx-badge-up:before {
  content: "\e080";
}
.gfx-baseball:before {
  content: "\e081";
}
.gfx-basketball:before {
  content: "\e082";
}
.gfx-battery-1:before {
  content: "\e083";
}
.gfx-battery-2:before {
  content: "\e084";
}
.gfx-battery-3:before {
  content: "\e085";
}
.gfx-battery-4:before {
  content: "\e086";
}
.gfx-battery-empty:before {
  content: "\e087";
}
.gfx-battery-full:before {
  content: "\e088";
}
.gfx-battery-plugged:before {
  content: "\e089";
}
.gfx-bed:before {
  content: "\e08a";
}
.gfx-book-audio:before {
  content: "\e08b";
}
.gfx-book-audio-add:before {
  content: "\e08c";
}
.gfx-book-audio-eject:before {
  content: "\e08d";
}
.gfx-book-audio-information:before {
  content: "\e08e";
}
.gfx-book-audio-pause:before {
  content: "\e08f";
}
.gfx-book-audio-remove:before {
  content: "\e090";
}
.gfx-book-audio-run:before {
  content: "\e091";
}
.gfx-book-audio-security:before {
  content: "\e092";
}
.gfx-book-audio-settings:before {
  content: "\e093";
}
.gfx-book-audio-stop:before {
  content: "\e094";
}
.gfx-book-image:before {
  content: "\e095";
}
.gfx-book-image-add:before {
  content: "\e096";
}
.gfx-book-image-information:before {
  content: "\e097";
}
.gfx-book-image-pause:before {
  content: "\e098";
}
.gfx-book-image-remove:before {
  content: "\e099";
}
.gfx-book-image-run:before {
  content: "\e09a";
}
.gfx-book-image-security:before {
  content: "\e09b";
}
.gfx-book-image-settings:before {
  content: "\e09c";
}
.gfx-book-image-stop:before {
  content: "\e09d";
}
.gfx-book-sans:before {
  content: "\e09e";
}
.gfx-book-sans-add:before {
  content: "\e09f";
}
.gfx-book-sans-down:before {
  content: "\e0a0";
}
.gfx-book-sans-information:before {
  content: "\e0a1";
}
.gfx-book-sans-remove:before {
  content: "\e0a2";
}
.gfx-book-sans-run:before {
  content: "\e0a3";
}
.gfx-book-sans-security:before {
  content: "\e0a4";
}
.gfx-book-sans-up:before {
  content: "\e0a5";
}
.gfx-book-text:before {
  content: "\e0a6";
}
.gfx-book-text-add:before {
  content: "\e0a7";
}
.gfx-book-text-down:before {
  content: "\e0a8";
}
.gfx-book-text-information:before {
  content: "\e0a9";
}
.gfx-book-text-remove:before {
  content: "\e0aa";
}
.gfx-book-text-run:before {
  content: "\e0ab";
}
.gfx-book-text-security:before {
  content: "\e0ac";
}
.gfx-book-text-settings:before {
  content: "\e0ad";
}
.gfx-book-text-stop:before {
  content: "\e0ae";
}
.gfx-book-text-up:before {
  content: "\e0af";
}
.gfx-bookmark-1:before {
  content: "\e0b0";
}
.gfx-bookmark-settings:before {
  content: "\e0b1";
}
.gfx-briefcase-1:before {
  content: "\e0b2";
}
.gfx-brightness-brighten:before {
  content: "\e0b3";
}
.gfx-brightness-darken:before {
  content: "\e0b4";
}
.gfx-browser-window:before {
  content: "\e0b5";
}
.gfx-browser-window-add:before {
  content: "\e0b6";
}
.gfx-browser-window-cancel:before {
  content: "\e0b7";
}
.gfx-browser-window-remove:before {
  content: "\e0b8";
}
.gfx-browser-window-security:before {
  content: "\e0b9";
}
.gfx-browser-window-settings:before {
  content: "\e0ba";
}
.gfx-buy:before {
  content: "\e0bb";
}
.gfx-calculator:before {
  content: "\e0bc";
}
.gfx-calendar-1:before {
  content: "\e0bd";
}
.gfx-cancel:before {
  content: "\e0be";
}
.gfx-category:before {
  content: "\e0bf";
}
.gfx-category-add:before {
  content: "\e0c0";
}
.gfx-category-edit:before {
  content: "\e0c1";
}
.gfx-category-remove:before {
  content: "\e0c2";
}
.gfx-category-settings:before {
  content: "\e0c3";
}
.gfx-cd:before {
  content: "\e0c4";
}
.gfx-cd-eject:before {
  content: "\e0c5";
}
.gfx-cd-pause:before {
  content: "\e0c6";
}
.gfx-cd-run:before {
  content: "\e0c7";
}
.gfx-cd-security:before {
  content: "\e0c8";
}
.gfx-cd-stop:before {
  content: "\e0c9";
}
.gfx-cd-write:before {
  content: "\e0ca";
}
.gfx-chat:before {
  content: "\e0cb";
}
.gfx-chat-pause:before {
  content: "\e0cc";
}
.gfx-chat-run:before {
  content: "\e0cd";
}
.gfx-chat-security:before {
  content: "\e0ce";
}
.gfx-chat-settings:before {
  content: "\e0cf";
}
.gfx-chat-stop:before {
  content: "\e0d0";
}
.gfx-cigarette:before {
  content: "\e0d1";
}
.gfx-clock-1:before {
  content: "\e0d2";
}
.gfx-clock-mini:before {
  content: "\e0d3";
}
.gfx-cloud:before {
  content: "\e0d4";
}
.gfx-codec-image:before {
  content: "\e0d5";
}
.gfx-codec-video:before {
  content: "\e0d6";
}
.gfx-combine:before {
  content: "\e0d7";
}
.gfx-comment-1:before {
  content: "\e0d8";
}
.gfx-comment-accept:before {
  content: "\e0d9";
}
.gfx-comment-add:before {
  content: "\e0da";
}
.gfx-comment-cancel:before {
  content: "\e0db";
}
.gfx-comment-edit:before {
  content: "\e0dc";
}
.gfx-comment-remove:before {
  content: "\e0dd";
}
.gfx-comment-settings:before {
  content: "\e0de";
}
.gfx-computer:before {
  content: "\e0df";
}
.gfx-computer-accept:before {
  content: "\e0e0";
}
.gfx-computer-add:before {
  content: "\e0e1";
}
.gfx-computer-cancel:before {
  content: "\e0e2";
}
.gfx-computer-remove:before {
  content: "\e0e3";
}
.gfx-computer-settings:before {
  content: "\e0e4";
}
.gfx-controls-chapter-next:before {
  content: "\e0e5";
}
.gfx-controls-chapter-previous:before {
  content: "\e0e6";
}
.gfx-controls-eject:before {
  content: "\e0e7";
}
.gfx-controls-fast-forward:before {
  content: "\e0e8";
}
.gfx-controls-pause:before {
  content: "\e0e9";
}
.gfx-controls-play:before {
  content: "\e0ea";
}
.gfx-controls-play-back:before {
  content: "\e0eb";
}
.gfx-controls-rewind:before {
  content: "\e0ec";
}
.gfx-controls-stop:before {
  content: "\e0ed";
}
.gfx-cooler:before {
  content: "\e0ee";
}
.gfx-copy:before {
  content: "\e0ef";
}
.gfx-credit-card-1:before {
  content: "\e0f0";
}
.gfx-crown:before {
  content: "\e0f1";
}
.gfx-cut:before {
  content: "\e0f2";
}
.gfx-data-privacy:before {
  content: "\e0f3";
}
.gfx-database-1:before {
  content: "\e0f4";
}
.gfx-database-add:before {
  content: "\e0f5";
}
.gfx-database-edit:before {
  content: "\e0f6";
}
.gfx-database-information:before {
  content: "\e0f7";
}
.gfx-database-remove:before {
  content: "\e0f8";
}
.gfx-database-run:before {
  content: "\e0f9";
}
.gfx-database-security:before {
  content: "\e0fa";
}
.gfx-diploma:before {
  content: "\e0fb";
}
.gfx-document-image:before {
  content: "\e0fc";
}
.gfx-document-image-accept:before {
  content: "\e0fd";
}
.gfx-document-image-add:before {
  content: "\e0fe";
}
.gfx-document-image-cancel:before {
  content: "\e0ff";
}
.gfx-document-image-down:before {
  content: "\e100";
}
.gfx-document-image-edit:before {
  content: "\e101";
}
.gfx-document-image-information:before {
  content: "\e102";
}
.gfx-document-image-remove:before {
  content: "\e103";
}
.gfx-document-image-run:before {
  content: "\e104";
}
.gfx-document-image-security:before {
  content: "\e105";
}
.gfx-document-image-settings:before {
  content: "\e106";
}
.gfx-document-image-up:before {
  content: "\e107";
}
.gfx-document-music:before {
  content: "\e108";
}
.gfx-document-music-accept:before {
  content: "\e109";
}
.gfx-document-music-add:before {
  content: "\e10a";
}
.gfx-document-music-cancel:before {
  content: "\e10b";
}
.gfx-document-music-down:before {
  content: "\e10c";
}
.gfx-document-music-edit:before {
  content: "\e10d";
}
.gfx-document-music-information:before {
  content: "\e10e";
}
.gfx-document-music-remove:before {
  content: "\e10f";
}
.gfx-document-music-run:before {
  content: "\e110";
}
.gfx-document-music-security:before {
  content: "\e111";
}
.gfx-document-music-settings:before {
  content: "\e112";
}
.gfx-document-music-up:before {
  content: "\e113";
}
.gfx-document-sans:before {
  content: "\e114";
}
.gfx-document-sans-accept:before {
  content: "\e115";
}
.gfx-document-sans-add:before {
  content: "\e116";
}
.gfx-document-sans-cancel:before {
  content: "\e117";
}
.gfx-document-sans-down:before {
  content: "\e118";
}
.gfx-document-sans-edit:before {
  content: "\e119";
}
.gfx-document-sans-information:before {
  content: "\e11a";
}
.gfx-document-sans-remove:before {
  content: "\e11b";
}
.gfx-document-sans-run:before {
  content: "\e11c";
}
.gfx-document-sans-security:before {
  content: "\e11d";
}
.gfx-document-sans-settings:before {
  content: "\e11e";
}
.gfx-document-sans-up:before {
  content: "\e11f";
}
.gfx-document-text:before {
  content: "\e120";
}
.gfx-document-text-accept:before {
  content: "\e121";
}
.gfx-document-text-add:before {
  content: "\e122";
}
.gfx-document-text-cancel:before {
  content: "\e123";
}
.gfx-document-text-down:before {
  content: "\e124";
}
.gfx-document-text-edit:before {
  content: "\e125";
}
.gfx-document-text-information:before {
  content: "\e126";
}
.gfx-document-text-remove:before {
  content: "\e127";
}
.gfx-document-text-run:before {
  content: "\e128";
}
.gfx-document-text-security:before {
  content: "\e129";
}
.gfx-document-text-settings:before {
  content: "\e12a";
}
.gfx-document-text-up:before {
  content: "\e12b";
}
.gfx-document-video:before {
  content: "\e12c";
}
.gfx-document-video-accept:before {
  content: "\e12d";
}
.gfx-document-video-add:before {
  content: "\e12e";
}
.gfx-document-video-cancel:before {
  content: "\e12f";
}
.gfx-document-video-down:before {
  content: "\e130";
}
.gfx-document-video-edit:before {
  content: "\e131";
}
.gfx-document-video-information:before {
  content: "\e132";
}
.gfx-document-video-remove:before {
  content: "\e133";
}
.gfx-document-video-run:before {
  content: "\e134";
}
.gfx-document-video-security:before {
  content: "\e135";
}
.gfx-document-video-settings:before {
  content: "\e136";
}
.gfx-document-video-up:before {
  content: "\e137";
}
.gfx-donate:before {
  content: "\e138";
}
.gfx-download:before {
  content: "\e139";
}
.gfx-download-accept:before {
  content: "\e13a";
}
.gfx-download-cancel:before {
  content: "\e13b";
}
.gfx-download-information:before {
  content: "\e13c";
}
.gfx-download-pause:before {
  content: "\e13d";
}
.gfx-download-run:before {
  content: "\e13e";
}
.gfx-download-security:before {
  content: "\e13f";
}
.gfx-download-settings:before {
  content: "\e140";
}
.gfx-download-stop:before {
  content: "\e141";
}
.gfx-dropbox:before {
  content: "\e142";
}
.gfx-edit:before {
  content: "\e143";
}
.gfx-entrance:before {
  content: "\e144";
}
.gfx-equal:before {
  content: "\e145";
}
.gfx-filepath:before {
  content: "\e146";
}
.gfx-filter:before {
  content: "\e147";
}
.gfx-filter-settings:before {
  content: "\e148";
}
.gfx-firewall:before {
  content: "\e149";
}
.gfx-firewall-pause:before {
  content: "\e14a";
}
.gfx-firewall-run:before {
  content: "\e14b";
}
.gfx-firewall-settings:before {
  content: "\e14c";
}
.gfx-firewall-stop:before {
  content: "\e14d";
}
.gfx-flag:before {
  content: "\e14e";
}
.gfx-flash:before {
  content: "\e14f";
}
.gfx-flash-off:before {
  content: "\e150";
}
.gfx-floppy-disk:before {
  content: "\e151";
}
.gfx-folder-downloads:before {
  content: "\e152";
}
.gfx-folder-image:before {
  content: "\e153";
}
.gfx-folder-music:before {
  content: "\e154";
}
.gfx-folder-sans:before {
  content: "\e155";
}
.gfx-folder-sans-accept:before {
  content: "\e156";
}
.gfx-folder-sans-add:before {
  content: "\e157";
}
.gfx-folder-sans-cancel:before {
  content: "\e158";
}
.gfx-folder-sans-edit:before {
  content: "\e159";
}
.gfx-folder-sans-information:before {
  content: "\e15a";
}
.gfx-folder-sans-remove:before {
  content: "\e15b";
}
.gfx-folder-sans-run:before {
  content: "\e15c";
}
.gfx-folder-sans-security:before {
  content: "\e15d";
}
.gfx-folder-sans-settings:before {
  content: "\e15e";
}
.gfx-folder-sans-up:before {
  content: "\e15f";
}
.gfx-football:before {
  content: "\e160";
}
.gfx-game-controller:before {
  content: "\e161";
}
.gfx-globe-1:before {
  content: "\e162";
}
.gfx-golf:before {
  content: "\e163";
}
.gfx-group-full-add:before {
  content: "\e164";
}
.gfx-group-full-edit:before {
  content: "\e165";
}
.gfx-group-full-security:before {
  content: "\e166";
}
.gfx-group-half:before {
  content: "\e167";
}
.gfx-group-half-edit:before {
  content: "\e168";
}
.gfx-group-half-remove:before {
  content: "\e169";
}
.gfx-group-half-security:before {
  content: "\e16a";
}
.gfx-handheld-game-console:before {
  content: "\e16b";
}
.gfx-harddisk-sans:before {
  content: "\e16c";
}
.gfx-harddisk-sans-eject:before {
  content: "\e16d";
}
.gfx-harddisk-sans-security:before {
  content: "\e16e";
}
.gfx-hierarchy:before {
  content: "\e16f";
}
.gfx-home-1:before {
  content: "\e170";
}
.gfx-image:before {
  content: "\e171";
}
.gfx-image-accept:before {
  content: "\e172";
}
.gfx-image-add:before {
  content: "\e173";
}
.gfx-image-cancel:before {
  content: "\e174";
}
.gfx-image-edit:before {
  content: "\e175";
}
.gfx-image-pause:before {
  content: "\e176";
}
.gfx-image-remove:before {
  content: "\e177";
}
.gfx-image-run:before {
  content: "\e178";
}
.gfx-image-security:before {
  content: "\e179";
}
.gfx-image-settings:before {
  content: "\e17a";
}
.gfx-imprint:before {
  content: "\e17b";
}
.gfx-information:before {
  content: "\e17c";
}
.gfx-internet:before {
  content: "\e17d";
}
.gfx-invert:before {
  content: "\e17e";
}
.gfx-keyboard-1:before {
  content: "\e17f";
}
.gfx-label:before {
  content: "\e180";
}
.gfx-label-add:before {
  content: "\e181";
}
.gfx-label-edit:before {
  content: "\e182";
}
.gfx-label-remove:before {
  content: "\e183";
}
.gfx-label-security:before {
  content: "\e184";
}
.gfx-light-off:before {
  content: "\e185";
}
.gfx-link-1:before {
  content: "\e186";
}
.gfx-link-add:before {
  content: "\e187";
}
.gfx-link-edit:before {
  content: "\e188";
}
.gfx-link-remove:before {
  content: "\e189";
}
.gfx-list:before {
  content: "\e18a";
}
.gfx-list-numbered:before {
  content: "\e18b";
}
.gfx-login:before {
  content: "\e18c";
}
.gfx-logout:before {
  content: "\e18d";
}
.gfx-mail-1:before {
  content: "\e18e";
}
.gfx-mail-accept:before {
  content: "\e18f";
}
.gfx-mail-add:before {
  content: "\e190";
}
.gfx-mail-cancel:before {
  content: "\e191";
}
.gfx-mail-edit:before {
  content: "\e192";
}
.gfx-mail-fwd:before {
  content: "\e193";
}
.gfx-mail-remove:before {
  content: "\e194";
}
.gfx-mail-run:before {
  content: "\e195";
}
.gfx-mail-security:before {
  content: "\e196";
}
.gfx-mailbox:before {
  content: "\e197";
}
.gfx-mailbox-down:before {
  content: "\e198";
}
.gfx-mailbox-eject:before {
  content: "\e199";
}
.gfx-mailbox-incoming:before {
  content: "\e19a";
}
.gfx-mailbox-outgoing:before {
  content: "\e19b";
}
.gfx-mailbox-settings:before {
  content: "\e19c";
}
.gfx-mainframe:before {
  content: "\e19d";
}
.gfx-mashup:before {
  content: "\e19e";
}
.gfx-minus:before {
  content: "\e19f";
}
.gfx-mobile-phone:before {
  content: "\e1a0";
}
.gfx-move:before {
  content: "\e1a1";
}
.gfx-muffin:before {
  content: "\e1a2";
}
.gfx-music:before {
  content: "\e1a3";
}
.gfx-music-accept:before {
  content: "\e1a4";
}
.gfx-music-add:before {
  content: "\e1a5";
}
.gfx-music-cancel:before {
  content: "\e1a6";
}
.gfx-music-edit:before {
  content: "\e1a7";
}
.gfx-music-eject:before {
  content: "\e1a8";
}
.gfx-music-information:before {
  content: "\e1a9";
}
.gfx-music-pause:before {
  content: "\e1aa";
}
.gfx-music-remove:before {
  content: "\e1ab";
}
.gfx-music-run:before {
  content: "\e1ac";
}
.gfx-music-security:before {
  content: "\e1ad";
}
.gfx-music-settings:before {
  content: "\e1ae";
}
.gfx-music-stop:before {
  content: "\e1af";
}
.gfx-network-intranet:before {
  content: "\e1b0";
}
.gfx-network-protocol:before {
  content: "\e1b1";
}
.gfx-network-sans:before {
  content: "\e1b2";
}
.gfx-network-sans-add:before {
  content: "\e1b3";
}
.gfx-network-sans-edit:before {
  content: "\e1b4";
}
.gfx-network-sans-remove:before {
  content: "\e1b5";
}
.gfx-network-sans-security:before {
  content: "\e1b6";
}
.gfx-network-wireless:before {
  content: "\e1b7";
}
.gfx-network-wireless-add:before {
  content: "\e1b8";
}
.gfx-network-wireless-edit:before {
  content: "\e1b9";
}
.gfx-network-wireless-security:before {
  content: "\e1ba";
}
.gfx-news:before {
  content: "\e1bb";
}
.gfx-notes:before {
  content: "\e1bc";
}
.gfx-notes-accept:before {
  content: "\e1bd";
}
.gfx-notes-add:before {
  content: "\e1be";
}
.gfx-notes-cancel:before {
  content: "\e1bf";
}
.gfx-notes-down:before {
  content: "\e1c0";
}
.gfx-notes-edit:before {
  content: "\e1c1";
}
.gfx-notes-remove:before {
  content: "\e1c2";
}
.gfx-notes-settings:before {
  content: "\e1c3";
}
.gfx-notes-up:before {
  content: "\e1c4";
}
.gfx-ontology:before {
  content: "\e1c5";
}
.gfx-owl-dl:before {
  content: "\e1c6";
}
.gfx-owl-dl-document:before {
  content: "\e1c7";
}
.gfx-owl-full:before {
  content: "\e1c8";
}
.gfx-owl-full-document:before {
  content: "\e1c9";
}
.gfx-owl-lite:before {
  content: "\e1ca";
}
.gfx-owl-lite-document:before {
  content: "\e1cb";
}
.gfx-paragraph:before {
  content: "\e1cc";
}
.gfx-paste:before {
  content: "\e1cd";
}
.gfx-path:before {
  content: "\e1ce";
}
.gfx-pda:before {
  content: "\e1cf";
}
.gfx-pear:before {
  content: "\e1d0";
}
.gfx-phone-classic-off:before {
  content: "\e1d1";
}
.gfx-phone-classic-on:before {
  content: "\e1d2";
}
.gfx-phone-home:before {
  content: "\e1d3";
}
.gfx-phone-off:before {
  content: "\e1d4";
}
.gfx-phone-on:before {
  content: "\e1d5";
}
.gfx-pin-1:before {
  content: "\e1d6";
}
.gfx-pin-filled:before {
  content: "\e1d7";
}
.gfx-plus-1:before {
  content: "\e1d8";
}
.gfx-point-of-interest:before {
  content: "\e1d9";
}
.gfx-printer:before {
  content: "\e1da";
}
.gfx-printer-add:before {
  content: "\e1db";
}
.gfx-printer-cancel:before {
  content: "\e1dc";
}
.gfx-printer-information:before {
  content: "\e1dd";
}
.gfx-printer-pause:before {
  content: "\e1de";
}
.gfx-printer-remove:before {
  content: "\e1df";
}
.gfx-printer-run:before {
  content: "\e1e0";
}
.gfx-printer-settings:before {
  content: "\e1e1";
}
.gfx-printer-stop:before {
  content: "\e1e2";
}
.gfx-questionmark:before {
  content: "\e1e3";
}
.gfx-rdf:before {
  content: "\e1e4";
}
.gfx-rdf-document:before {
  content: "\e1e5";
}
.gfx-recent-changes:before {
  content: "\e1e6";
}
.gfx-refresh:before {
  content: "\e1e7";
}
.gfx-relevance:before {
  content: "\e1e8";
}
.gfx-remix:before {
  content: "\e1e9";
}
.gfx-rotate:before {
  content: "\e1ea";
}
.gfx-route:before {
  content: "\e1eb";
}
.gfx-satellite:before {
  content: "\e1ec";
}
.gfx-satellite-ground:before {
  content: "\e1ed";
}
.gfx-screen-4to3:before {
  content: "\e1ee";
}
.gfx-screen-16to9:before {
  content: "\e1ef";
}
.gfx-script:before {
  content: "\e1f0";
}
.gfx-search-1:before {
  content: "\e1f1";
}
.gfx-security-closed:before {
  content: "\e1f2";
}
.gfx-security-open:before {
  content: "\e1f3";
}
.gfx-semantic-web:before {
  content: "\e1f4";
}
.gfx-server-1:before {
  content: "\e1f5";
}
.gfx-server-accept:before {
  content: "\e1f6";
}
.gfx-server-add:before {
  content: "\e1f7";
}
.gfx-server-cancel:before {
  content: "\e1f8";
}
.gfx-server-edit:before {
  content: "\e1f9";
}
.gfx-server-eject:before {
  content: "\e1fa";
}
.gfx-server-information:before {
  content: "\e1fb";
}
.gfx-server-remove:before {
  content: "\e1fc";
}
.gfx-server-run:before {
  content: "\e1fd";
}
.gfx-server-security:before {
  content: "\e1fe";
}
.gfx-server-settings:before {
  content: "\e1ff";
}
.gfx-server-stop:before {
  content: "\e200";
}
.gfx-settings-1:before {
  content: "\e201";
}
.gfx-shopping-cart:before {
  content: "\e202";
}
.gfx-sitemap:before {
  content: "\e203";
}
.gfx-size-both:before {
  content: "\e204";
}
.gfx-size-both-accept:before {
  content: "\e205";
}
.gfx-size-both-add:before {
  content: "\e206";
}
.gfx-size-both-cancel:before {
  content: "\e207";
}
.gfx-size-both-edit:before {
  content: "\e208";
}
.gfx-size-both-remove:before {
  content: "\e209";
}
.gfx-size-both-security:before {
  content: "\e20a";
}
.gfx-size-both-settings:before {
  content: "\e20b";
}
.gfx-size-height:before {
  content: "\e20c";
}
.gfx-size-height-accept:before {
  content: "\e20d";
}
.gfx-size-height-add:before {
  content: "\e20e";
}
.gfx-size-height-cancel:before {
  content: "\e20f";
}
.gfx-size-height-edit:before {
  content: "\e210";
}
.gfx-size-height-remove:before {
  content: "\e211";
}
.gfx-size-height-security:before {
  content: "\e212";
}
.gfx-size-height-settings:before {
  content: "\e213";
}
.gfx-size-width:before {
  content: "\e214";
}
.gfx-size-width-accept:before {
  content: "\e215";
}
.gfx-size-width-add:before {
  content: "\e216";
}
.gfx-size-width-cancel:before {
  content: "\e217";
}
.gfx-size-width-edit:before {
  content: "\e218";
}
.gfx-size-width-remove:before {
  content: "\e219";
}
.gfx-size-width-security:before {
  content: "\e21a";
}
.gfx-size-width-settings:before {
  content: "\e21b";
}
.gfx-soccer:before {
  content: "\e21c";
}
.gfx-social-network:before {
  content: "\e21d";
}
.gfx-source-code:before {
  content: "\e21e";
}
.gfx-speaker-louder:before {
  content: "\e21f";
}
.gfx-speaker-off:before {
  content: "\e220";
}
.gfx-speaker-silent:before {
  content: "\e221";
}
.gfx-star-1:before {
  content: "\e222";
}
.gfx-star-outline:before {
  content: "\e223";
}
.gfx-statistics:before {
  content: "\e224";
}
.gfx-synchronize:before {
  content: "\e225";
}
.gfx-tab:before {
  content: "\e226";
}
.gfx-tablet:before {
  content: "\e227";
}
.gfx-target:before {
  content: "\e228";
}
.gfx-terminal-computer:before {
  content: "\e229";
}
.gfx-text:before {
  content: "\e22a";
}
.gfx-text-align-center:before {
  content: "\e22b";
}
.gfx-text-align-full:before {
  content: "\e22c";
}
.gfx-text-align-left:before {
  content: "\e22d";
}
.gfx-text-align-right:before {
  content: "\e22e";
}
.gfx-text-bold:before {
  content: "\e22f";
}
.gfx-text-italic:before {
  content: "\e230";
}
.gfx-text-strikethrough:before {
  content: "\e231";
}
.gfx-transportation-bus:before {
  content: "\e232";
}
.gfx-transportation-car:before {
  content: "\e233";
}
.gfx-transportation-plane:before {
  content: "\e234";
}
.gfx-transportation-ship:before {
  content: "\e235";
}
.gfx-transportation-train:before {
  content: "\e236";
}
.gfx-transportation-truck:before {
  content: "\e237";
}
.gfx-trash:before {
  content: "\e238";
}
.gfx-trash-full:before {
  content: "\e239";
}
.gfx-tree:before {
  content: "\e23a";
}
.gfx-upload:before {
  content: "\e23b";
}
.gfx-upload-accept:before {
  content: "\e23c";
}
.gfx-upload-cancel:before {
  content: "\e23d";
}
.gfx-upload-pause:before {
  content: "\e23e";
}
.gfx-upload-run:before {
  content: "\e23f";
}
.gfx-upload-security:before {
  content: "\e240";
}
.gfx-upload-settings:before {
  content: "\e241";
}
.gfx-upload-stop:before {
  content: "\e242";
}
.gfx-user-close:before {
  content: "\e243";
}
.gfx-user-close-add:before {
  content: "\e244";
}
.gfx-user-close-edit:before {
  content: "\e245";
}
.gfx-user-close-information:before {
  content: "\e246";
}
.gfx-user-close-remove:before {
  content: "\e247";
}
.gfx-user-close-security:before {
  content: "\e248";
}
.gfx-user-close-settings:before {
  content: "\e249";
}
.gfx-user-full:before {
  content: "\e24a";
}
.gfx-user-full-add:before {
  content: "\e24b";
}
.gfx-user-full-edit:before {
  content: "\e24c";
}
.gfx-user-full-information:before {
  content: "\e24d";
}
.gfx-user-full-remove:before {
  content: "\e24e";
}
.gfx-user-full-security:before {
  content: "\e24f";
}
.gfx-user-full-settings:before {
  content: "\e250";
}
.gfx-user-half:before {
  content: "\e251";
}
.gfx-user-half-add:before {
  content: "\e252";
}
.gfx-user-half-edit:before {
  content: "\e253";
}
.gfx-user-half-information:before {
  content: "\e254";
}
.gfx-user-half-remove:before {
  content: "\e255";
}
.gfx-user-half-security:before {
  content: "\e256";
}
.gfx-user-half-settings:before {
  content: "\e257";
}
.gfx-user-profile:before {
  content: "\e258";
}
.gfx-user-profile-edit:before {
  content: "\e259";
}
.gfx-video:before {
  content: "\e25a";
}
.gfx-video-accept:before {
  content: "\e25b";
}
.gfx-video-add:before {
  content: "\e25c";
}
.gfx-video-cancel:before {
  content: "\e25d";
}
.gfx-video-down:before {
  content: "\e25e";
}
.gfx-video-edit:before {
  content: "\e25f";
}
.gfx-video-information:before {
  content: "\e260";
}
.gfx-video-pause:before {
  content: "\e261";
}
.gfx-video-remove:before {
  content: "\e262";
}
.gfx-video-run:before {
  content: "\e263";
}
.gfx-video-security:before {
  content: "\e264";
}
.gfx-video-settings:before {
  content: "\e265";
}
.gfx-video-stop:before {
  content: "\e266";
}
.gfx-video-up:before {
  content: "\e267";
}
.gfx-view:before {
  content: "\e268";
}
.gfx-viewer-image:before {
  content: "\e269";
}
.gfx-viewer-text:before {
  content: "\e26a";
}
.gfx-viewer-video:before {
  content: "\e26b";
}
.gfx-vuvuzela:before {
  content: "\e26c";
}
.gfx-waves:before {
  content: "\e26d";
}
.gfx-website:before {
  content: "\e26e";
}
.gfx-weight:before {
  content: "\e26f";
}
.gfx-xml:before {
  content: "\e270";
}
.gfx-xml-document:before {
  content: "\e271";
}
.gfx-zoom-in:before {
  content: "\e272";
}
.gfx-zoom-out:before {
  content: "\e273";
}
.gfx-leaf:before {
  content: "\e274";
}
.gfx-light:before {
  content: "\e275";
}
.gfx-harddisk-sans-settings:before {
  content: "\e276";
}
.gfx-group-full:before {
  content: "\e277";
}
.gfx-folder-sans-down:before {
  content: "\e278";
}
.gfx-fullscreen-cancel:before {
  content: "\e279";
}
.gfx-fullscreen:before {
  content: "\e27a";
}
.gfx-group-full-remove:before {
  content: "\e27b";
}
.gfx-folder-text:before {
  content: "\e27c";
}
.gfx-folder-video:before {
  content: "\e27d";
}
.gfx-group-half-add:before {
  content: "\e27e";
}
.gfx-avatar:before {
  content: "\e27f";
}
.gfx-address:before {
  content: "\e280";
}
.gfx-adjust:before {
  content: "\e281";
}
.gfx-air:before {
  content: "\e282";
}
.gfx-alert-1:before {
  content: "\e283";
}
.gfx-archive:before {
  content: "\e284";
}
.gfx-arrow-combo:before {
  content: "\e285";
}
.gfx-arrows-ccw:before {
  content: "\e286";
}
.gfx-attach:before {
  content: "\e287";
}
.gfx-attention:before {
  content: "\e288";
}
.gfx-back:before {
  content: "\e289";
}
.gfx-back-in-time:before {
  content: "\e28a";
}
.gfx-bag:before {
  content: "\e28b";
}
.gfx-basket:before {
  content: "\e28c";
}
.gfx-battery:before {
  content: "\e28d";
}
.gfx-behance:before {
  content: "\e28e";
}
.gfx-bell:before {
  content: "\e28f";
}
.gfx-block:before {
  content: "\e290";
}
.gfx-book-1:before {
  content: "\e291";
}
.gfx-book-open:before {
  content: "\e292";
}
.gfx-bookmark-2:before {
  content: "\e293";
}
.gfx-bookmarks:before {
  content: "\e294";
}
.gfx-box:before {
  content: "\e295";
}
.gfx-briefcase-2:before {
  content: "\e296";
}
.gfx-brush:before {
  content: "\e297";
}
.gfx-bucket:before {
  content: "\e298";
}
.gfx-calendar-2:before {
  content: "\e299";
}
.gfx-camera:before {
  content: "\e29a";
}
.gfx-cancel-1:before {
  content: "\e29b";
}
.gfx-cancel-circled:before {
  content: "\e29c";
}
.gfx-cancel-squared:before {
  content: "\e29d";
}
.gfx-cc:before {
  content: "\e29e";
}
.gfx-cc-by:before {
  content: "\e29f";
}
.gfx-cc-nc:before {
  content: "\e2a0";
}
.gfx-cc-nc-eu:before {
  content: "\e2a1";
}
.gfx-cc-nc-jp:before {
  content: "\e2a2";
}
.gfx-cc-nd:before {
  content: "\e2a3";
}
.gfx-cc-pd:before {
  content: "\e2a4";
}
.gfx-cc-remix:before {
  content: "\e2a5";
}
.gfx-cc-sa:before {
  content: "\e2a6";
}
.gfx-cc-share:before {
  content: "\e2a7";
}
.gfx-cc-zero:before {
  content: "\e2a8";
}
.gfx-ccw:before {
  content: "\e2a9";
}
.gfx-cd-1:before {
  content: "\e2aa";
}
.gfx-chart-area:before {
  content: "\e2ab";
}
.gfx-chart-bar:before {
  content: "\e2ac";
}
.gfx-chart-line:before {
  content: "\e2ad";
}
.gfx-chart-pie:before {
  content: "\e2ae";
}
.gfx-chat-1:before {
  content: "\e2af";
}
.gfx-check-1:before {
  content: "\e2b0";
}
.gfx-clipboard:before {
  content: "\e2b1";
}
.gfx-clock-2:before {
  content: "\e2b2";
}
.gfx-cloud-1:before {
  content: "\e2b3";
}
.gfx-cloud-thunder:before {
  content: "\e2b4";
}
.gfx-code-1:before {
  content: "\e2b5";
}
.gfx-cog:before {
  content: "\e2b6";
}
.gfx-comment-2:before {
  content: "\e2b7";
}
.gfx-compass:before {
  content: "\e2b8";
}
.gfx-credit-card-2:before {
  content: "\e2b9";
}
.gfx-cup:before {
  content: "\e2ba";
}
.gfx-cw:before {
  content: "\e2bb";
}
.gfx-database-2:before {
  content: "\e2bc";
}
.gfx-db-shape:before {
  content: "\e2bd";
}
.gfx-direction:before {
  content: "\e2be";
}
.gfx-doc:before {
  content: "\e2bf";
}
.gfx-doc-landscape:before {
  content: "\e2c0";
}
.gfx-doc-text:before {
  content: "\e2c1";
}
.gfx-doc-text-inv:before {
  content: "\e2c2";
}
.gfx-docs:before {
  content: "\e2c3";
}
.gfx-dot:before {
  content: "\e2c4";
}
.gfx-dot-2:before {
  content: "\e2c5";
}
.gfx-dot-3:before {
  content: "\e2c6";
}
.gfx-down:before {
  content: "\e2c7";
}
.gfx-down-bold:before {
  content: "\e2c8";
}
.gfx-down-circled:before {
  content: "\e2c9";
}
.gfx-down-dir:before {
  content: "\e2ca";
}
.gfx-down-open:before {
  content: "\e2cb";
}
.gfx-down-open-big:before {
  content: "\e2cc";
}
.gfx-down-open-mini:before {
  content: "\e2cd";
}
.gfx-down-thin:before {
  content: "\e2ce";
}
.gfx-download-1:before {
  content: "\e2cf";
}
.gfx-dribbble:before {
  content: "\e2d0";
}
.gfx-dribbble-circled:before {
  content: "\e2d1";
}
.gfx-drive:before {
  content: "\e2d2";
}
.gfx-dropbox-1:before {
  content: "\e2d3";
}
.gfx-droplet:before {
  content: "\e2d4";
}
.gfx-erase:before {
  content: "\e2d5";
}
.gfx-evernote:before {
  content: "\e2d6";
}
.gfx-export:before {
  content: "\e2d7";
}
.gfx-eye-1:before {
  content: "\e2d8";
}
.gfx-facebook:before {
  content: "\e2d9";
}
.gfx-facebook-circled:before {
  content: "\e2da";
}
.gfx-facebook-squared:before {
  content: "\e2db";
}
.gfx-fast-backward:before {
  content: "\e2dc";
}
.gfx-fast-forward:before {
  content: "\e2dd";
}
.gfx-feather:before {
  content: "\e2de";
}
.gfx-flag-1:before {
  content: "\e2df";
}
.gfx-flash-1:before {
  content: "\e2e0";
}
.gfx-flashlight:before {
  content: "\e2e1";
}
.gfx-flattr:before {
  content: "\e2e2";
}
.gfx-flickr:before {
  content: "\e2e3";
}
.gfx-flickr-circled:before {
  content: "\e2e4";
}
.gfx-flight:before {
  content: "\e2e5";
}
.gfx-floppy:before {
  content: "\e2e6";
}
.gfx-flow-branch:before {
  content: "\e2e7";
}
.gfx-flow-cascade:before {
  content: "\e2e8";
}
.gfx-flow-line:before {
  content: "\e2e9";
}
.gfx-flow-parallel:before {
  content: "\e2ea";
}
.gfx-flow-tree:before {
  content: "\e2eb";
}
.gfx-folder:before {
  content: "\e2ec";
}
.gfx-forward:before {
  content: "\e2ed";
}
.gfx-gauge:before {
  content: "\e2ee";
}
.gfx-github:before {
  content: "\e2ef";
}
.gfx-github-circled:before {
  content: "\e2f0";
}
.gfx-globe-2:before {
  content: "\e2f1";
}
.gfx-google-circles:before {
  content: "\e2f2";
}
.gfx-gplus:before {
  content: "\e2f3";
}
.gfx-gplus-circled:before {
  content: "\e2f4";
}
.gfx-graduation-cap:before {
  content: "\e2f5";
}
.gfx-heart-1:before {
  content: "\e2f6";
}
.gfx-heart-empty:before {
  content: "\e2f7";
}
.gfx-help:before {
  content: "\e2f8";
}
.gfx-help-circled:before {
  content: "\e2f9";
}
.gfx-home-2:before {
  content: "\e2fa";
}
.gfx-hourglass-1:before {
  content: "\e2fb";
}
.gfx-inbox-1:before {
  content: "\e2fc";
}
.gfx-infinity:before {
  content: "\e2fd";
}
.gfx-info-1:before {
  content: "\e2fe";
}
.gfx-info-circled:before {
  content: "\e2ff";
}
.gfx-instagrem:before {
  content: "\e300";
}
.gfx-install:before {
  content: "\e301";
}
.gfx-key-1:before {
  content: "\e302";
}
.gfx-keyboard-2:before {
  content: "\e303";
}
.gfx-lamp:before {
  content: "\e304";
}
.gfx-language:before {
  content: "\e305";
}
.gfx-lastfm:before {
  content: "\e306";
}
.gfx-lastfm-circled:before {
  content: "\e307";
}
.gfx-layout:before {
  content: "\e308";
}
.gfx-leaf-1:before {
  content: "\e309";
}
.gfx-left:before {
  content: "\e30a";
}
.gfx-left-bold:before {
  content: "\e30b";
}
.gfx-left-circled:before {
  content: "\e30c";
}
.gfx-left-dir:before {
  content: "\e30d";
}
.gfx-left-open:before {
  content: "\e30e";
}
.gfx-left-open-big:before {
  content: "\e30f";
}
.gfx-left-open-mini:before {
  content: "\e310";
}
.gfx-left-thin:before {
  content: "\e311";
}
.gfx-level-down:before {
  content: "\e312";
}
.gfx-level-up:before {
  content: "\e313";
}
.gfx-lifebuoy:before {
  content: "\e314";
}
.gfx-light-down:before {
  content: "\e315";
}
.gfx-light-up:before {
  content: "\e316";
}
.gfx-link-2:before {
  content: "\e317";
}
.gfx-linkedin:before {
  content: "\e318";
}
.gfx-linkedin-circled:before {
  content: "\e319";
}
.gfx-list-1:before {
  content: "\e31a";
}
.gfx-list-add:before {
  content: "\e31b";
}
.gfx-location-1:before {
  content: "\e31c";
}
.gfx-lock-1:before {
  content: "\e31d";
}
.gfx-lock-open:before {
  content: "\e31e";
}
.gfx-login-1:before {
  content: "\e31f";
}
.gfx-logo-db:before {
  content: "\e320";
}
.gfx-logout-1:before {
  content: "\e321";
}
.gfx-loop:before {
  content: "\e322";
}
.gfx-magnet:before {
  content: "\e323";
}
.gfx-mail-2:before {
  content: "\e324";
}
.gfx-map:before {
  content: "\e325";
}
.gfx-megaphone-1:before {
  content: "\e326";
}
.gfx-menu:before {
  content: "\e327";
}
.gfx-mic:before {
  content: "\e328";
}
.gfx-minus-1:before {
  content: "\e329";
}
.gfx-minus-circled:before {
  content: "\e32a";
}
.gfx-minus-squared:before {
  content: "\e32b";
}
.gfx-mixi:before {
  content: "\e32c";
}
.gfx-mobile:before {
  content: "\e32d";
}
.gfx-monitor:before {
  content: "\e32e";
}
.gfx-moon:before {
  content: "\e32f";
}
.gfx-mouse:before {
  content: "\e330";
}
.gfx-music-1:before {
  content: "\e331";
}
.gfx-mute-1:before {
  content: "\e332";
}
.gfx-network:before {
  content: "\e333";
}
.gfx-newspaper:before {
  content: "\e334";
}
.gfx-note:before {
  content: "\e335";
}
.gfx-note-beamed:before {
  content: "\e336";
}
.gfx-palette:before {
  content: "\e337";
}
.gfx-paper-plane:before {
  content: "\e338";
}
.gfx-pause:before {
  content: "\e339";
}
.gfx-paypal:before {
  content: "\e33a";
}
.gfx-pencil-1:before {
  content: "\e33b";
}
.gfx-phone:before {
  content: "\e33c";
}
.gfx-picasa:before {
  content: "\e33d";
}
.gfx-picture:before {
  content: "\e33e";
}
.gfx-pinterest:before {
  content: "\e33f";
}
.gfx-pinterest-circled:before {
  content: "\e340";
}
.gfx-play:before {
  content: "\e341";
}
.gfx-plus-2:before {
  content: "\e342";
}
.gfx-plus-circled:before {
  content: "\e343";
}
.gfx-plus-squared:before {
  content: "\e344";
}
.gfx-popup:before {
  content: "\e345";
}
.gfx-print:before {
  content: "\e346";
}
.gfx-progress-0:before {
  content: "\e347";
}
.gfx-progress-1:before {
  content: "\e348";
}
.gfx-progress-2:before {
  content: "\e349";
}
.gfx-progress-3:before {
  content: "\e34a";
}
.gfx-publish:before {
  content: "\e34b";
}
.gfx-qq:before {
  content: "\e34c";
}
.gfx-quote-1:before {
  content: "\e34d";
}
.gfx-rdio:before {
  content: "\e34e";
}
.gfx-rdio-circled:before {
  content: "\e34f";
}
.gfx-record:before {
  content: "\e350";
}
.gfx-renren:before {
  content: "\e351";
}
.gfx-reply:before {
  content: "\e352";
}
.gfx-reply-all:before {
  content: "\e353";
}
.gfx-resize-full:before {
  content: "\e354";
}
.gfx-resize-small:before {
  content: "\e355";
}
.gfx-retweet:before {
  content: "\e356";
}
.gfx-right:before {
  content: "\e357";
}
.gfx-right-bold:before {
  content: "\e358";
}
.gfx-right-circled:before {
  content: "\e359";
}
.gfx-right-dir:before {
  content: "\e35a";
}
.gfx-right-open:before {
  content: "\e35b";
}
.gfx-right-open-big:before {
  content: "\e35c";
}
.gfx-right-open-mini:before {
  content: "\e35d";
}
.gfx-right-thin:before {
  content: "\e35e";
}
.gfx-rocket-1:before {
  content: "\e35f";
}
.gfx-rss-1:before {
  content: "\e360";
}
.gfx-search-2:before {
  content: "\e361";
}
.gfx-share:before {
  content: "\e362";
}
.gfx-shareable:before {
  content: "\e363";
}
.gfx-shuffle:before {
  content: "\e364";
}
.gfx-signal:before {
  content: "\e365";
}
.gfx-sina-weibo:before {
  content: "\e366";
}
.gfx-skype:before {
  content: "\e367";
}
.gfx-skype-circled:before {
  content: "\e368";
}
.gfx-smashing:before {
  content: "\e369";
}
.gfx-sound:before {
  content: "\e36a";
}
.gfx-soundcloud:before {
  content: "\e36b";
}
.gfx-spotify:before {
  content: "\e36c";
}
.gfx-spotify-circled:before {
  content: "\e36d";
}
.gfx-star-2:before {
  content: "\e36e";
}
.gfx-star-empty:before {
  content: "\e36f";
}
.gfx-stop-1:before {
  content: "\e370";
}
.gfx-stumbleupon:before {
  content: "\e371";
}
.gfx-stumbleupon-circled:before {
  content: "\e372";
}
.gfx-suitcase:before {
  content: "\e373";
}
.gfx-sweden:before {
  content: "\e374";
}
.gfx-switch:before {
  content: "\e375";
}
.gfx-tag-1:before {
  content: "\e376";
}
.gfx-tape:before {
  content: "\e377";
}
.gfx-target-1:before {
  content: "\e378";
}
.gfx-thermometer:before {
  content: "\e379";
}
.gfx-thumbs-down:before {
  content: "\e37a";
}
.gfx-thumbs-up:before {
  content: "\e37b";
}
.gfx-ticket:before {
  content: "\e37c";
}
.gfx-to-end:before {
  content: "\e37d";
}
.gfx-to-start:before {
  content: "\e37e";
}
.gfx-tools-1:before {
  content: "\e37f";
}
.gfx-traffic-cone:before {
  content: "\e380";
}
.gfx-trash-1:before {
  content: "\e381";
}
.gfx-trophy:before {
  content: "\e382";
}
.gfx-tumblr:before {
  content: "\e383";
}
.gfx-tumblr-circled:before {
  content: "\e384";
}
.gfx-twitter:before {
  content: "\e385";
}
.gfx-twitter-circled:before {
  content: "\e386";
}
.gfx-up:before {
  content: "\e387";
}
.gfx-up-bold:before {
  content: "\e388";
}
.gfx-up-circled:before {
  content: "\e389";
}
.gfx-up-dir:before {
  content: "\e38a";
}
.gfx-up-open:before {
  content: "\e38b";
}
.gfx-up-open-big:before {
  content: "\e38c";
}
.gfx-up-open-mini:before {
  content: "\e38d";
}
.gfx-up-thin:before {
  content: "\e38e";
}
.gfx-upload-1:before {
  content: "\e38f";
}
.gfx-upload-cloud:before {
  content: "\e390";
}
.gfx-user:before {
  content: "\e391";
}
.gfx-user-add:before {
  content: "\e392";
}
.gfx-users:before {
  content: "\e393";
}
.gfx-vcard:before {
  content: "\e394";
}
.gfx-video-1:before {
  content: "\e395";
}
.gfx-vimeo:before {
  content: "\e396";
}
.gfx-vimeo-circled:before {
  content: "\e397";
}
.gfx-vkontakte:before {
  content: "\e398";
}
.gfx-volume:before {
  content: "\e399";
}
.gfx-water:before {
  content: "\e39a";
}
.gfx-window:before {
  content: "\e39b";
}
.gfx-align-center:before {
  content: "\e39c";
}
.gfx-align-justify:before {
  content: "\e39d";
}
.gfx-align-left:before {
  content: "\e39e";
}
.gfx-align-right:before {
  content: "\e39f";
}
.gfx-archive-1:before {
  content: "\e3a0";
}
.gfx-arrow-down-1:before {
  content: "\e3a1";
}
.gfx-arrow-left-1:before {
  content: "\e3a2";
}
.gfx-arrow-right-1:before {
  content: "\e3a3";
}
.gfx-arrow-up-1:before {
  content: "\e3a4";
}
.gfx-atom:before {
  content: "\e3a5";
}
.gfx-bag-1:before {
  content: "\e3a6";
}
.gfx-bank-notes:before {
  content: "\e3a7";
}
.gfx-barbell:before {
  content: "\e3a8";
}
.gfx-bars:before {
  content: "\e3a9";
}
.gfx-battery-0:before {
  content: "\e3aa";
}
.gfx-battery-1-1:before {
  content: "\e3ab";
}
.gfx-battery-2-1:before {
  content: "\e3ac";
}
.gfx-battery-3-1:before {
  content: "\e3ad";
}
.gfx-battery-4-1:before {
  content: "\e3ae";
}
.gfx-battery-power:before {
  content: "\e3af";
}
.gfx-beer-1:before {
  content: "\e3b0";
}
.gfx-bolt:before {
  content: "\e3b1";
}
.gfx-bones:before {
  content: "\e3b2";
}
.gfx-book-close:before {
  content: "\e3b3";
}
.gfx-book-open-1:before {
  content: "\e3b4";
}
.gfx-bookmark-3:before {
  content: "\e3b5";
}
.gfx-box-1:before {
  content: "\e3b6";
}
.gfx-browser-1:before {
  content: "\e3b7";
}
.gfx-bubble:before {
  content: "\e3b8";
}
.gfx-bubble-1:before {
  content: "\e3b9";
}
.gfx-bubble-2:before {
  content: "\e3ba";
}
.gfx-bubble-3:before {
  content: "\e3bb";
}
.gfx-bucket-1:before {
  content: "\e3bc";
}
.gfx-calculator-1:before {
  content: "\e3bd";
}
.gfx-calendar-3:before {
  content: "\e3be";
}
.gfx-camera-1:before {
  content: "\e3bf";
}
.gfx-cardiac-pulse:before {
  content: "\e3c0";
}
.gfx-cd-2:before {
  content: "\e3c1";
}
.gfx-character:before {
  content: "\e3c2";
}
.gfx-checkbox-checked:before {
  content: "\e3c3";
}
.gfx-checkmark:before {
  content: "\e3c4";
}
.gfx-clipboard-1:before {
  content: "\e3c5";
}
.gfx-clock-3:before {
  content: "\e3c6";
}
.gfx-cloud-2:before {
  content: "\e3c7";
}
.gfx-coffee:before {
  content: "\e3c8";
}
.gfx-comment-3:before {
  content: "\e3c9";
}
.gfx-connection-0:before {
  content: "\e3ca";
}
.gfx-connection-1:before {
  content: "\e3cb";
}
.gfx-connection-2:before {
  content: "\e3cc";
}
.gfx-connection-3:before {
  content: "\e3cd";
}
.gfx-connection-4:before {
  content: "\e3ce";
}
.gfx-credit-cards:before {
  content: "\e3cf";
}
.gfx-crop:before {
  content: "\e3d0";
}
.gfx-cube:before {
  content: "\e3d1";
}
.gfx-diamond:before {
  content: "\e3d2";
}
.gfx-download-2:before {
  content: "\e3d3";
}
.gfx-email:before {
  content: "\e3d4";
}
.gfx-email-plane:before {
  content: "\e3d5";
}
.gfx-enter:before {
  content: "\e3d6";
}
.gfx-envelope:before {
  content: "\e3d7";
}
.gfx-eyedropper:before {
  content: "\e3d8";
}
.gfx-file:before {
  content: "\e3d9";
}
.gfx-file-add:before {
  content: "\e3da";
}
.gfx-file-broken:before {
  content: "\e3db";
}
.gfx-file-settings:before {
  content: "\e3dc";
}
.gfx-files:before {
  content: "\e3dd";
}
.gfx-flag-2:before {
  content: "\e3de";
}
.gfx-folder-1:before {
  content: "\e3df";
}
.gfx-folder-add:before {
  content: "\e3e0";
}
.gfx-folder-check:before {
  content: "\e3e1";
}
.gfx-folder-settings:before {
  content: "\e3e2";
}
.gfx-forbidden:before {
  content: "\e3e3";
}
.gfx-frames:before {
  content: "\e3e4";
}
.gfx-glass:before {
  content: "\e3e5";
}
.gfx-graph-1:before {
  content: "\e3e6";
}
.gfx-grid:before {
  content: "\e3e7";
}
.gfx-heart-2:before {
  content: "\e3e8";
}
.gfx-home-3:before {
  content: "\e3e9";
}
.gfx-id-card:before {
  content: "\e3ea";
}
.gfx-invoice:before {
  content: "\e3eb";
}
.gfx-ipad:before {
  content: "\e3ec";
}
.gfx-ipad-2:before {
  content: "\e3ed";
}
.gfx-lab:before {
  content: "\e3ee";
}
.gfx-laptop:before {
  content: "\e3ef";
}
.gfx-list-2:before {
  content: "\e3f0";
}
.gfx-lock-2:before {
  content: "\e3f1";
}
.gfx-locked:before {
  content: "\e3f2";
}
.gfx-map-1:before {
  content: "\e3f3";
}
.gfx-measure:before {
  content: "\e3f4";
}
.gfx-meter:before {
  content: "\e3f5";
}
.gfx-micro:before {
  content: "\e3f6";
}
.gfx-micro-mute:before {
  content: "\e3f7";
}
.gfx-microwave:before {
  content: "\e3f8";
}
.gfx-minus-2:before {
  content: "\e3f9";
}
.gfx-modem:before {
  content: "\e3fa";
}
.gfx-mute-2:before {
  content: "\e3fb";
}
.gfx-newspaper-1:before {
  content: "\e3fc";
}
.gfx-paperclip:before {
  content: "\e3fd";
}
.gfx-pencil-2:before {
  content: "\e3fe";
}
.gfx-phone-1:before {
  content: "\e3ff";
}
.gfx-phone-2:before {
  content: "\e400";
}
.gfx-phone-3:before {
  content: "\e401";
}
.gfx-picture-1:before {
  content: "\e402";
}
.gfx-pie-chart:before {
  content: "\e403";
}
.gfx-pill:before {
  content: "\e404";
}
.gfx-pin-2:before {
  content: "\e405";
}
.gfx-power:before {
  content: "\e406";
}
.gfx-printer-1:before {
  content: "\e407";
}
.gfx-printer-2:before {
  content: "\e408";
}
.gfx-refresh-1:before {
  content: "\e409";
}
.gfx-reload:before {
  content: "\e40a";
}
.gfx-screen:before {
  content: "\e40b";
}
.gfx-select:before {
  content: "\e40c";
}
.gfx-set:before {
  content: "\e40d";
}
.gfx-settings-2:before {
  content: "\e40e";
}
.gfx-share-1:before {
  content: "\e40f";
}
.gfx-share-outline:before {
  content: "\e410";
}
.gfx-shorts:before {
  content: "\e411";
}
.gfx-speaker:before {
  content: "\e412";
}
.gfx-star-3:before {
  content: "\e413";
}
.gfx-stopwatch:before {
  content: "\e414";
}
.gfx-sun:before {
  content: "\e415";
}
.gfx-syringe:before {
  content: "\e416";
}
.gfx-tag-2:before {
  content: "\e417";
}
.gfx-train:before {
  content: "\e418";
}
.gfx-trash-2:before {
  content: "\e419";
}
.gfx-unlocked:before {
  content: "\e41a";
}
.gfx-user-1:before {
  content: "\e41b";
}
.gfx-user-outline:before {
  content: "\e41c";
}
.gfx-users-1:before {
  content: "\e41d";
}
.gfx-users-outline:before {
  content: "\e41e";
}
.gfx-volume-1:before {
  content: "\e41f";
}
.gfx-volume-down:before {
  content: "\e420";
}
.gfx-volume-up:before {
  content: "\e421";
}
.gfx-wifi-1:before {
  content: "\e422";
}
.gfx-wifi-2:before {
  content: "\e423";
}
.gfx-wifi-3:before {
  content: "\e424";
}
.gfx-window-delete:before {
  content: "\e425";
}
.gfx-windows:before {
  content: "\e426";
}
.gfx-zoom:before {
  content: "\e427";
}
.gfx-zoom-in-1:before {
  content: "\e428";
}
.gfx-zoom-out-1:before {
  content: "\e429";
}
.gfx-banknote:before {
  content: "\e42a";
}
.gfx-bubble-4:before {
  content: "\e42b";
}
.gfx-bulb:before {
  content: "\e42c";
}
.gfx-calendar-4:before {
  content: "\e42d";
}
.gfx-camera-2:before {
  content: "\e42e";
}
.gfx-clip:before {
  content: "\e42f";
}
.gfx-clock-4:before {
  content: "\e430";
}
.gfx-cloud-3:before {
  content: "\e431";
}
.gfx-cup-1:before {
  content: "\e432";
}
.gfx-data:before {
  content: "\e433";
}
.gfx-diamond-1:before {
  content: "\e434";
}
.gfx-display:before {
  content: "\e435";
}
.gfx-eye-2:before {
  content: "\e436";
}
.gfx-fire:before {
  content: "\e437";
}
.gfx-food:before {
  content: "\e438";
}
.gfx-heart-3:before {
  content: "\e439";
}
.gfx-key-2:before {
  content: "\e43a";
}
.gfx-lab-1:before {
  content: "\e43b";
}
.gfx-like:before {
  content: "\e43c";
}
.gfx-location-2:before {
  content: "\e43d";
}
.gfx-lock-3:before {
  content: "\e43e";
}
.gfx-mail-3:before {
  content: "\e43f";
}
.gfx-megaphone-2:before {
  content: "\e440";
}
.gfx-music-2:before {
  content: "\e441";
}
.gfx-news-1:before {
  content: "\e442";
}
.gfx-note-1:before {
  content: "\e443";
}
.gfx-paperplane:before {
  content: "\e444";
}
.gfx-params:before {
  content: "\e445";
}
.gfx-pen:before {
  content: "\e446";
}
.gfx-phone-4:before {
  content: "\e447";
}
.gfx-photo:before {
  content: "\e448";
}
.gfx-search-3:before {
  content: "\e449";
}
.gfx-settings-3:before {
  content: "\e44a";
}
.gfx-shop:before {
  content: "\e44b";
}
.gfx-sound-1:before {
  content: "\e44c";
}
.gfx-stack:before {
  content: "\e44d";
}
.gfx-star-4:before {
  content: "\e44e";
}
.gfx-study:before {
  content: "\e44f";
}
.gfx-t-shirt:before {
  content: "\e450";
}
.gfx-tag-3:before {
  content: "\e451";
}
.gfx-trash-3:before {
  content: "\e452";
}
.gfx-truck:before {
  content: "\e453";
}
.gfx-tv:before {
  content: "\e454";
}
.gfx-user-2:before {
  content: "\e455";
}
.gfx-vallet:before {
  content: "\e456";
}
.gfx-video-2:before {
  content: "\e457";
}
.gfx-vynil:before {
  content: "\e458";
}
.gfx-world:before {
  content: "\e459";
}
.gfx-world-1:before {
  content: "\e45a";
}
.gfx-wireframe-globe:before {
  content: "\e45b";
}
.gfx-wind:before {
  content: "\e45c";
}
.gfx-wifi:before {
  content: "\e45d";
}
.gfx-settings-4:before {
  content: "\e45e";
}
.gfx-setting:before {
  content: "\e45f";
}
.gfx-select-square:before {
  content: "\e460";
}
.gfx-select-circle:before {
  content: "\e461";
}
.gfx-search-4:before {
  content: "\e462";
}
.gfx-scale:before {
  content: "\e463";
}
.gfx-rules:before {
  content: "\e464";
}
.gfx-rss-2:before {
  content: "\e465";
}
.gfx-retweet-1:before {
  content: "\e466";
}
.gfx-report-comment:before {
  content: "\e467";
}
.gfx-rec:before {
  content: "\e468";
}
.gfx-quote-2:before {
  content: "\e469";
}
.gfx-question-1:before {
  content: "\e46a";
}
.gfx-previous-fast-step:before {
  content: "\e46b";
}
.gfx-prev-step:before {
  content: "\e46c";
}
.gfx-pounds:before {
  content: "\e46d";
}
.gfx-podcast:before {
  content: "\e46e";
}
.gfx-plus-3:before {
  content: "\e46f";
}
.gfx-play-1:before {
  content: "\e470";
}
.gfx-pig-money:before {
  content: "\e471";
}
.gfx-pause-1:before {
  content: "\e472";
}
.gfx-paperclip-1:before {
  content: "\e473";
}
.gfx-paperclip-oblique:before {
  content: "\e474";
}
.gfx-options-settings:before {
  content: "\e475";
}
.gfx-officine:before {
  content: "\e476";
}
.gfx-off:before {
  content: "\e477";
}
.gfx-number-zero:before {
  content: "\e478";
}
.gfx-number-two:before {
  content: "\e479";
}
.gfx-number-three:before {
  content: "\e47a";
}
.gfx-number-six:before {
  content: "\e47b";
}
.gfx-number-seven:before {
  content: "\e47c";
}
.gfx-number-nine:before {
  content: "\e47d";
}
.gfx-number-four:before {
  content: "\e47e";
}
.gfx-number-five:before {
  content: "\e47f";
}
.gfx-number-eight:before {
  content: "\e480";
}
.gfx-next-fast-step:before {
  content: "\e481";
}
.gfx-music-3:before {
  content: "\e482";
}
.gfx-multi-borders:before {
  content: "\e483";
}
.gfx-minus-3:before {
  content: "\e484";
}
.gfx-marker:before {
  content: "\e485";
}
.gfx-marker-points:before {
  content: "\e486";
}
.gfx-marker-minus:before {
  content: "\e487";
}
.gfx-marker-add:before {
  content: "\e488";
}
.gfx-map-2:before {
  content: "\e489";
}
.gfx-male-symbol:before {
  content: "\e48a";
}
.gfx-mailbox-1:before {
  content: "\e48b";
}
.gfx-mail-4:before {
  content: "\e48c";
}
.gfx-magnet-1:before {
  content: "\e48d";
}
.gfx-magic-wand:before {
  content: "\e48e";
}
.gfx-login-lock-refresh:before {
  content: "\e48f";
}
.gfx-locked-1:before {
  content: "\e490";
}
.gfx-location-maps:before {
  content: "\e491";
}
.gfx-list-square:before {
  content: "\e492";
}
.gfx-list-circle:before {
  content: "\e493";
}
.gfx-link-url:before {
  content: "\e494";
}
.gfx-line-through:before {
  content: "\e495";
}
.gfx-limit-directions:before {
  content: "\e496";
}
.gfx-like-upload:before {
  content: "\e497";
}
.gfx-like-remove:before {
  content: "\e498";
}
.gfx-like-close:before {
  content: "\e499";
}
.gfx-like-ban:before {
  content: "\e49a";
}
.gfx-like-add:before {
  content: "\e49b";
}
.gfx-left-right:before {
  content: "\e49c";
}
.gfx-leaf-2:before {
  content: "\e49d";
}
.gfx-layers:before {
  content: "\e49e";
}
.gfx-landscape:before {
  content: "\e49f";
}
.gfx-key-3:before {
  content: "\e4a0";
}
.gfx-italic:before {
  content: "\e4a1";
}
.gfx-info-2:before {
  content: "\e4a2";
}
.gfx-idea:before {
  content: "\e4a3";
}
.gfx-home-wifi:before {
  content: "\e4a4";
}
.gfx-heart-4:before {
  content: "\e4a5";
}
.gfx-hdd-raid:before {
  content: "\e4a6";
}
.gfx-hdd-net:before {
  content: "\e4a7";
}
.gfx-grids:before {
  content: "\e4a8";
}
.gfx-grid-big:before {
  content: "\e4a9";
}
.gfx-graphs:before {
  content: "\e4aa";
}
.gfx-fire-1:before {
  content: "\e4ab";
}
.gfx-female-symbol:before {
  content: "\e4ac";
}
.gfx-eye-3:before {
  content: "\e4ad";
}
.gfx-expand:before {
  content: "\e4ae";
}
.gfx-expand-vertical:before {
  content: "\e4af";
}
.gfx-expand-horizontal:before {
  content: "\e4b0";
}
.gfx-expand-directions:before {
  content: "\e4b1";
}
.gfx-exclamation:before {
  content: "\e4b2";
}
.gfx-euro:before {
  content: "\e4b3";
}
.gfx-email-upload:before {
  content: "\e4b4";
}
.gfx-email-remove:before {
  content: "\e4b5";
}
.gfx-email-luminosity:before {
  content: "\e4b6";
}
.gfx-email-download:before {
  content: "\e4b7";
}
.gfx-email-close:before {
  content: "\e4b8";
}
.gfx-email-add:before {
  content: "\e4b9";
}
.gfx-drops:before {
  content: "\e4ba";
}
.gfx-download-3:before {
  content: "\e4bb";
}
.gfx-download-selection:before {
  content: "\e4bc";
}
.gfx-download-selection-circle:before {
  content: "\e4bd";
}
.gfx-double-diamonds:before {
  content: "\e4be";
}
.gfx-dot-square:before {
  content: "\e4bf";
}
.gfx-dot-circle:before {
  content: "\e4c0";
}
.gfx-dollar:before {
  content: "\e4c1";
}
.gfx-documents:before {
  content: "\e4c2";
}
.gfx-document:before {
  content: "\e4c3";
}
.gfx-document-fill:before {
  content: "\e4c4";
}
.gfx-directions:before {
  content: "\e4c5";
}
.gfx-cross:before {
  content: "\e4c6";
}
.gfx-credit-card-3:before {
  content: "\e4c7";
}
.gfx-copy-paste-document:before {
  content: "\e4c8";
}
.gfx-copy-document:before {
  content: "\e4c9";
}
.gfx-contract-vertical:before {
  content: "\e4ca";
}
.gfx-contract-horizontal:before {
  content: "\e4cb";
}
.gfx-contract-directions:before {
  content: "\e4cc";
}
.gfx-compass-1:before {
  content: "\e4cd";
}
.gfx-compass-2:before {
  content: "\e4ce";
}
.gfx-comment-4:before {
  content: "\e4cf";
}
.gfx-coins:before {
  content: "\e4d0";
}
.gfx-cloud-4:before {
  content: "\e4d1";
}
.gfx-cloud-upload-1:before {
  content: "\e4d2";
}
.gfx-cloud-remove:before {
  content: "\e4d3";
}
.gfx-cloud-download-1:before {
  content: "\e4d4";
}
.gfx-cloud-add:before {
  content: "\e4d5";
}
.gfx-clock-5:before {
  content: "\e4d6";
}
.gfx-circles:before {
  content: "\e4d7";
}
.gfx-chat-2:before {
  content: "\e4d8";
}
.gfx-chart-down:before {
  content: "\e4d9";
}
.gfx-cd-dvd-rom:before {
  content: "\e4da";
}
.gfx-camera-3:before {
  content: "\e4db";
}
.gfx-button-question:before {
  content: "\e4dc";
}
.gfx-button-exclamation:before {
  content: "\e4dd";
}
.gfx-button-email:before {
  content: "\e4de";
}
.gfx-button-check:before {
  content: "\e4df";
}
.gfx-button-add:before {
  content: "\e4e0";
}
.gfx-brush-1:before {
  content: "\e4e1";
}
.gfx-browser-sizes:before {
  content: "\e4e2";
}
.gfx-box-remove:before {
  content: "\e4e3";
}
.gfx-box-close:before {
  content: "\e4e4";
}
.gfx-box-add:before {
  content: "\e4e5";
}
.gfx-block-menu:before {
  content: "\e4e6";
}
.gfx-bezier:before {
  content: "\e4e7";
}
.gfx-bars-1:before {
  content: "\e4e8";
}
.gfx-ban-circle:before {
  content: "\e4e9";
}
.gfx-bag-2:before {
  content: "\e4ea";
}
.gfx-backward:before {
  content: "\e4eb";
}
.gfx-axis-rules:before {
  content: "\e4ec";
}
.gfx-arrow-up-thin:before {
  content: "\e4ed";
}
.gfx-arrow-up-light:before {
  content: "\e4ee";
}
.gfx-arrow-up-bold:before {
  content: "\e4ef";
}
.gfx-arrow-up-bold-round:before {
  content: "\e4f0";
}
.gfx-arrow-up-big:before {
  content: "\e4f1";
}
.gfx-arrow-right-2:before {
  content: "\e4f2";
}
.gfx-arrow-right-thin:before {
  content: "\e4f3";
}
.gfx-arrow-right-bold:before {
  content: "\e4f4";
}
.gfx-arrow-right-bold-round:before {
  content: "\e4f5";
}
.gfx-arrow-oblique-expand:before {
  content: "\e4f6";
}
.gfx-arrow-oblique-expand-directions:before {
  content: "\e4f7";
}
.gfx-arrow-oblique-contract:before {
  content: "\e4f8";
}
.gfx-arrow-oblique-contract-directions:before {
  content: "\e4f9";
}
.gfx-arrow-multi-line-up:before {
  content: "\e4fa";
}
.gfx-arrow-multi-line-right:before {
  content: "\e4fb";
}
.gfx-arrow-multi-line-left:before {
  content: "\e4fc";
}
.gfx-arrow-multi-line-down:before {
  content: "\e4fd";
}
.gfx-arrow-left-2:before {
  content: "\e4fe";
}
.gfx-arrow-left-thin:before {
  content: "\e4ff";
}
.gfx-arrow-left-light:before {
  content: "\e500";
}
.gfx-arrow-left-bold:before {
  content: "\e501";
}
.gfx-arrow-left-bold-round:before {
  content: "\e502";
}
.gfx-arrow-left-big:before {
  content: "\e503";
}
.gfx-arrow-fill-up:before {
  content: "\e504";
}
.gfx-arrow-fill-right:before {
  content: "\e505";
}
.gfx-arrow-fill-down:before {
  content: "\e506";
}
.gfx-arrow-down-2:before {
  content: "\e507";
}
.gfx-arrow-down-light:before {
  content: "\e508";
}
.gfx-arrow-down-bold:before {
  content: "\e509";
}
.gfx-arrow-down-bold-round:before {
  content: "\e50a";
}
.gfx-arrow-down-big:before {
  content: "\e50b";
}
.gfx-arrow-cycling:before {
  content: "\e50c";
}
.gfx-arrow-cycle:before {
  content: "\e50d";
}
.gfx-arrow-curve-right:before {
  content: "\e50e";
}
.gfx-animal-footprint:before {
  content: "\e50f";
}
.gfx-arrow-curve-recycle:before {
  content: "\e510";
}
.gfx-alarm-clock:before {
  content: "\e511";
}
.gfx-adjust-1:before {
  content: "\e512";
}
.gfx-3d-cube:before {
  content: "\e513";
}
.gfx-yen:before {
  content: "\e514";
}
.gfx-text-size-reduce:before {
  content: "\e515";
}
.gfx-text-bold-1:before {
  content: "\e516";
}
.gfx-social-envato:before {
  content: "\e517";
}
.gfx-shield:before {
  content: "\e518";
}
.gfx-refresh-2:before {
  content: "\e519";
}
.gfx-pin-3:before {
  content: "\e51a";
}
.gfx-pin-map:before {
  content: "\e51b";
}
.gfx-officine-2:before {
  content: "\e51c";
}
.gfx-number-one:before {
  content: "\e51d";
}
.gfx-next-step:before {
  content: "\e51e";
}
.gfx-location-3:before {
  content: "\e51f";
}
.gfx-like-download:before {
  content: "\e520";
}
.gfx-hdd:before {
  content: "\e521";
}
.gfx-forward-1:before {
  content: "\e522";
}
.gfx-eye-disabled:before {
  content: "\e523";
}
.gfx-email-spam:before {
  content: "\e524";
}
.gfx-drop:before {
  content: "\e525";
}
.gfx-dot-line:before {
  content: "\e526";
}
.gfx-check-2:before {
  content: "\e527";
}
.gfx-box-blank:before {
  content: "\e528";
}
.gfx-bolt-1:before {
  content: "\e529";
}
.gfx-waves-1:before {
  content: "\e52a";
}
.gfx-viewport:before {
  content: "\e52b";
}
.gfx-viewport-video:before {
  content: "\e52c";
}
.gfx-user-3:before {
  content: "\e52d";
}
.gfx-user-remove:before {
  content: "\e52e";
}
.gfx-user-ban:before {
  content: "\e52f";
}
.gfx-user-add-1:before {
  content: "\e530";
}
.gfx-upload-selection:before {
  content: "\e531";
}
.gfx-upload-selection-circle:before {
  content: "\e532";
}
.gfx-underline:before {
  content: "\e533";
}
.gfx-triple-points:before {
  content: "\e534";
}
.gfx-three-points:before {
  content: "\e535";
}
.gfx-three-points-top:before {
  content: "\e536";
}
.gfx-three-points-bottom:before {
  content: "\e537";
}
.gfx-text-width:before {
  content: "\e538";
}
.gfx-text-size-upper:before {
  content: "\e539";
}
.gfx-text-paragraph:before {
  content: "\e53a";
}
.gfx-text-normal:before {
  content: "\e53b";
}
.gfx-text-justify-right:before {
  content: "\e53c";
}
.gfx-text-justify-left:before {
  content: "\e53d";
}
.gfx-text-justify-center:before {
  content: "\e53e";
}
.gfx-text-height:before {
  content: "\e53f";
}
.gfx-text-center:before {
  content: "\e540";
}
.gfx-text-align-right-1:before {
  content: "\e541";
}
.gfx-telephone:before {
  content: "\e542";
}
.gfx-sunshine:before {
  content: "\e543";
}
.gfx-sun-1:before {
  content: "\e544";
}
.gfx-stop-2:before {
  content: "\e545";
}
.gfx-speed:before {
  content: "\e546";
}
.gfx-sound-on:before {
  content: "\e547";
}
.gfx-sound-off:before {
  content: "\e548";
}
.gfx-sos:before {
  content: "\e549";
}
.gfx-social-zerply:before {
  content: "\e54a";
}
.gfx-social-youtube:before {
  content: "\e54b";
}
.gfx-social-yelp:before {
  content: "\e54c";
}
.gfx-social-wordpress:before {
  content: "\e54d";
}
.gfx-social-virb:before {
  content: "\e54e";
}
.gfx-social-vimeo:before {
  content: "\e54f";
}
.gfx-social-viddler:before {
  content: "\e550";
}
.gfx-social-twitter:before {
  content: "\e551";
}
.gfx-social-tumblr:before {
  content: "\e552";
}
.gfx-social-stumbleupon:before {
  content: "\e553";
}
.gfx-social-soundcloud:before {
  content: "\e554";
}
.gfx-social-skype:before {
  content: "\e555";
}
.gfx-social-sharethis:before {
  content: "\e556";
}
.gfx-social-pinterest:before {
  content: "\e557";
}
.gfx-social-photobucket:before {
  content: "\e558";
}
.gfx-social-paypal:before {
  content: "\e559";
}
.gfx-social-linkedin:before {
  content: "\e55a";
}
.gfx-social-last-fm:before {
  content: "\e55b";
}
.gfx-social-grooveshark:before {
  content: "\e55c";
}
.gfx-social-google-plus:before {
  content: "\e55d";
}
.gfx-social-github:before {
  content: "\e55e";
}
.gfx-social-forrst:before {
  content: "\e55f";
}
.gfx-social-flickr:before {
  content: "\e560";
}
.gfx-social-facebook:before {
  content: "\e561";
}
.gfx-social-evernote:before {
  content: "\e562";
}
.gfx-social-email:before {
  content: "\e563";
}
.gfx-social-dribbble:before {
  content: "\e564";
}
.gfx-social-digg:before {
  content: "\e565";
}
.gfx-social-deviantart:before {
  content: "\e566";
}
.gfx-social-blogger:before {
  content: "\e567";
}
.gfx-social-behance:before {
  content: "\e568";
}
.gfx-social-bebo:before {
  content: "\e569";
}
.gfx-social-addthis:before {
  content: "\e56a";
}
.gfx-social-500px:before {
  content: "\e56b";
}
.gfx-sliders:before {
  content: "\e56c";
}
.gfx-sliders-vertical:before {
  content: "\e56d";
}
.gfx-sign-male:before {
  content: "\e56e";
}
.gfx-sign-female:before {
  content: "\e56f";
}
.gfx-arrow-right-big:before {
  content: "\e570";
}
.gfx-arrow-fill-left:before {
  content: "\e571";
}
.gfx-arrow-curve-left:before {
  content: "\e572";
}
.gfx-air-plane:before {
  content: "\e573";
}
.gfx-upload-2:before {
  content: "\e574";
}
.gfx-top-bottom:before {
  content: "\e575";
}
.gfx-text-align-left-1:before {
  content: "\e576";
}
.gfx-social-myspace:before {
  content: "\e577";
}
.gfx-snow:before {
  content: "\e578";
}
.gfx-random:before {
  content: "\e579";
}
.gfx-button-minus:before {
  content: "\e57a";
}
.gfx-button-close:before {
  content: "\e57b";
}
.gfx-blank:before {
  content: "\e57c";
}
.gfx-atom-1:before {
  content: "\e57d";
}
.gfx-arrow-up-2:before {
  content: "\e57e";
}
.gfx-arrow-right-light:before {
  content: "\e57f";
}
.gfx-arrow-down-thin:before {
  content: "\e580";
}
.gfx-star-5:before {
  content: "\e581";
}
.gfx-social-yahoo:before {
  content: "\e582";
}
.gfx-social-quora:before {
  content: "\e583";
}
.gfx-eject:before {
  content: "\e584";
}
.gfx-comments:before {
  content: "\e585";
}
.gfx-armchair-chair-streamline:before {
  content: "\e586";
}
.gfx-arrow-streamline-target:before {
  content: "\e587";
}
.gfx-backpack-streamline-trekking:before {
  content: "\e588";
}
.gfx-bag-shopping-streamline:before {
  content: "\e589";
}
.gfx-barbecue-eat-food-streamline:before {
  content: "\e58a";
}
.gfx-barista-coffee-espresso-streamline:before {
  content: "\e58b";
}
.gfx-bomb-bug:before {
  content: "\e58c";
}
.gfx-book-dowload-streamline:before {
  content: "\e58d";
}
.gfx-book-read-streamline:before {
  content: "\e58e";
}
.gfx-browser-streamline-window:before {
  content: "\e58f";
}
.gfx-brush-paint-streamline:before {
  content: "\e590";
}
.gfx-bubble-comment-streamline-talk:before {
  content: "\e591";
}
.gfx-bubble-love-streamline-talk:before {
  content: "\e592";
}
.gfx-caddie-shop-shopping-streamline:before {
  content: "\e593";
}
.gfx-caddie-shopping-streamline:before {
  content: "\e594";
}
.gfx-camera-photo-polaroid-streamline:before {
  content: "\e595";
}
.gfx-camera-photo-streamline:before {
  content: "\e596";
}
.gfx-camera-streamline-video:before {
  content: "\e597";
}
.gfx-chaplin-hat-movie-streamline:before {
  content: "\e598";
}
.gfx-chef-food-restaurant-streamline:before {
  content: "\e599";
}
.gfx-clock-streamline-time:before {
  content: "\e59a";
}
.gfx-cocktail-mojito-streamline:before {
  content: "\e59b";
}
.gfx-coffee-streamline:before {
  content: "\e59c";
}
.gfx-computer-imac:before {
  content: "\e59d";
}
.gfx-computer-imac-2:before {
  content: "\e59e";
}
.gfx-computer-macintosh-vintage:before {
  content: "\e59f";
}
.gfx-computer-network-streamline:before {
  content: "\e5a0";
}
.gfx-computer-streamline:before {
  content: "\e5a1";
}
.gfx-cook-pan-pot-streamline:before {
  content: "\e5a2";
}
.gfx-crop-streamline:before {
  content: "\e5a3";
}
.gfx-crown-king-streamline:before {
  content: "\e5a4";
}
.gfx-danger-death-delete-destroy-skull-stream:before {
  content: "\e5a5";
}
.gfx-dashboard-speed-streamline:before {
  content: "\e5a6";
}
.gfx-database-streamline:before {
  content: "\e5a7";
}
.gfx-delete-garbage-streamline:before {
  content: "\e5a8";
}
.gfx-design-graphic-tablet-streamline-tablet:before {
  content: "\e5a9";
}
.gfx-design-pencil-rule-streamline:before {
  content: "\e5aa";
}
.gfx-diving-leisure-sea-sport-streamline:before {
  content: "\e5ab";
}
.gfx-drug-medecine-streamline-syringue:before {
  content: "\e5ac";
}
.gfx-earth-globe-streamline:before {
  content: "\e5ad";
}
.gfx-eat-food-fork-knife-streamline:before {
  content: "\e5ae";
}
.gfx-eat-food-hotdog-streamline:before {
  content: "\e5af";
}
.gfx-edit-modify-streamline:before {
  content: "\e5b0";
}
.gfx-email-mail-streamline:before {
  content: "\e5b1";
}
.gfx-envellope-mail-streamline:before {
  content: "\e5b2";
}
.gfx-eye-dropper-streamline:before {
  content: "\e5b3";
}
.gfx-factory-lift-streamline-warehouse:before {
  content: "\e5b4";
}
.gfx-first-aid-medecine-shield-streamline:before {
  content: "\e5b5";
}
.gfx-food-ice-cream-streamline:before {
  content: "\e5b6";
}
.gfx-frame-picture-streamline:before {
  content: "\e5b7";
}
.gfx-grid-lines-streamline:before {
  content: "\e5b8";
}
.gfx-handle-streamline-vector:before {
  content: "\e5b9";
}
.gfx-happy-smiley-streamline:before {
  content: "\e5ba";
}
.gfx-headset-sound-streamline:before {
  content: "\e5bb";
}
.gfx-home-house-streamline:before {
  content: "\e5bc";
}
.gfx-ibook-laptop:before {
  content: "\e5bd";
}
.gfx-ink-pen-streamline:before {
  content: "\e5be";
}
.gfx-ipad-streamline:before {
  content: "\e5bf";
}
.gfx-iphone-streamline:before {
  content: "\e5c0";
}
.gfx-ipod-mini-music-streamline:before {
  content: "\e5c1";
}
.gfx-ipod-music-streamline:before {
  content: "\e5c2";
}
.gfx-ipod-streamline:before {
  content: "\e5c3";
}
.gfx-japan-streamline-tea:before {
  content: "\e5c4";
}
.gfx-laptop-macbook-streamline:before {
  content: "\e5c5";
}
.gfx-like-love-streamline:before {
  content: "\e5c6";
}
.gfx-link-streamline:before {
  content: "\e5c7";
}
.gfx-lock-locker-streamline:before {
  content: "\e5c8";
}
.gfx-locker-streamline-unlock:before {
  content: "\e5c9";
}
.gfx-macintosh:before {
  content: "\e5ca";
}
.gfx-magic-magic-wand-streamline:before {
  content: "\e5cb";
}
.gfx-magnet-streamline:before {
  content: "\e5cc";
}
.gfx-man-people-streamline-user:before {
  content: "\e5cd";
}
.gfx-map-pin-streamline:before {
  content: "\e5ce";
}
.gfx-map-streamline-user:before {
  content: "\e5cf";
}
.gfx-micro-record-streamline:before {
  content: "\e5d0";
}
.gfx-monocle-mustache-streamline:before {
  content: "\e5d1";
}
.gfx-music-note-streamline:before {
  content: "\e5d2";
}
.gfx-music-speaker-streamline:before {
  content: "\e5d3";
}
.gfx-notebook-streamline:before {
  content: "\e5d4";
}
.gfx-paint-bucket-streamline:before {
  content: "\e5d5";
}
.gfx-painting-pallet-streamline:before {
  content: "\e5d6";
}
.gfx-painting-roll-streamline:before {
  content: "\e5d7";
}
.gfx-pen-streamline:before {
  content: "\e5d8";
}
.gfx-pen-streamline-1:before {
  content: "\e5d9";
}
.gfx-pen-streamline-2:before {
  content: "\e5da";
}
.gfx-pen-streamline-3:before {
  content: "\e5db";
}
.gfx-photo-pictures-streamline:before {
  content: "\e5dc";
}
.gfx-picture-streamline:before {
  content: "\e5dd";
}
.gfx-picture-streamline-1:before {
  content: "\e5de";
}
.gfx-receipt-shopping-streamline:before {
  content: "\e5df";
}
.gfx-remote-control-streamline:before {
  content: "\e5e0";
}
.gfx-settings-streamline:before {
  content: "\e5e1";
}
.gfx-settings-streamline-1:before {
  content: "\e5e2";
}
.gfx-settings-streamline-2:before {
  content: "\e5e3";
}
.gfx-shoes-snickers-streamline:before {
  content: "\e5e4";
}
.gfx-speech-streamline-talk-user:before {
  content: "\e5e5";
}
.gfx-stamp-streamline:before {
  content: "\e5e6";
}
.gfx-streamline-suitcase-travel:before {
  content: "\e5e7";
}
.gfx-streamline-sync:before {
  content: "\e5e8";
}
.gfx-streamline-umbrella-weather:before {
  content: "\e5e9";
}
.gfx-exclamation-1:before {
  content: "\e5ea";
}
.gfx-exclamation-alert:before {
  content: "\e5eb";
}
.gfx-contact-add-3:before {
  content: "\e5ec";
}
.gfx-plus-big:before {
  content: "\e5ed";
}
.gfx-alarm-clock-1:before {
  content: "\e5ee";
}
.gfx-archive-2:before {
  content: "\e5ef";
}
.gfx-arrow-backward:before {
  content: "\e5f0";
}
.gfx-arrow-down-left:before {
  content: "\e5f1";
}
.gfx-arrow-down-right:before {
  content: "\e5f2";
}
.gfx-arrow-up-left:before {
  content: "\e5f3";
}
.gfx-arrow-up-right:before {
  content: "\e5f4";
}
.gfx-battery-medium:before {
  content: "\e5f5";
}
.gfx-book-2:before {
  content: "\e5f6";
}
.gfx-calendar-3-1:before {
  content: "\e5f7";
}
.gfx-call:before {
  content: "\e5f8";
}
.gfx-camera-4:before {
  content: "\e5f9";
}
.gfx-quote-3:before {
  content: "\e5fa";
}
.gfx-check-mark:before {
  content: "\e5fb";
}
.gfx-clock-outline:before {
  content: "\e5fc";
}
.gfx-remove:before {
  content: "\e5fd";
}
.gfx-contact-big:before {
  content: "\e5fe";
}
.gfx-contacts:before {
  content: "\e5ff";
}
.gfx-data-1:before {
  content: "\e600";
}
.gfx-parentheses:before {
  content: "\e601";
}
.gfx-display-contrast:before {
  content: "\e602";
}
.gfx-download-4:before {
  content: "\e603";
}
.gfx-dropdown:before {
  content: "\e604";
}
.gfx-globe-world:before {
  content: "\e605";
}
.gfx-folder-open-2:before {
  content: "\e606";
}
.gfx-talk-chat:before {
  content: "\e607";
}
.gfx-friends:before {
  content: "\e608";
}
.gfx-hand-block:before {
  content: "\e609";
}
.gfx-photo-image:before {
  content: "\e60a";
}
.gfx-inbox-box:before {
  content: "\e60b";
}
.gfx-information-circle:before {
  content: "\e60c";
}
.gfx-keypad:before {
  content: "\e60d";
}
.gfx-lightbulb-2:before {
  content: "\e60e";
}
.gfx-location-4:before {
  content: "\e60f";
}
.gfx-pin-location:before {
  content: "\e610";
}
.gfx-letter-mail:before {
  content: "\e611";
}
.gfx-mic-1:before {
  content: "\e612";
}
.gfx-mixer-2:before {
  content: "\e613";
}
.gfx-more-option:before {
  content: "\e614";
}
.gfx-note-file:before {
  content: "\e615";
}
.gfx-play-3:before {
  content: "\e616";
}
.gfx-print-2:before {
  content: "\e617";
}
.gfx-tags:before {
  content: "\e618";
}
.gfx-bell-alarm:before {
  content: "\e619";
}
.gfx-minus-remove:before {
  content: "\e61a";
}
.gfx-search-2-1:before {
  content: "\e61b";
}
.gfx-mail-send:before {
  content: "\e61c";
}
.gfx-gear-setting-2:before {
  content: "\e61d";
}
.gfx-share-2:before {
  content: "\e61e";
}
.gfx-user-4:before {
  content: "\e61f";
}
.gfx-contacts-social:before {
  content: "\e620";
}
.gfx-sort:before {
  content: "\e621";
}
.gfx-star-2-1:before {
  content: "\e622";
}
.gfx-stopwatch-1:before {
  content: "\e623";
}
.gfx-storage:before {
  content: "\e624";
}
.gfx-back-system:before {
  content: "\e625";
}
.gfx-home-system:before {
  content: "\e626";
}
.gfx-windows-system:before {
  content: "\e627";
}
.gfx-timer:before {
  content: "\e628";
}
.gfx-trash-bin:before {
  content: "\e629";
}
.gfx-volume-speaker:before {
  content: "\e62a";
}
.gfx-wifi-4:before {
  content: "\e62b";
}
.gfx-download-inbox:before {
  content: "\e62c";
}
.gfx-arrow-down-3:before {
  content: "\e62d";
}
.gfx-caret-down:before {
  content: "\e62e";
}
.gfx-arrow-line-down:before {
  content: "\e62f";
}
.gfx-resize-arrow-up:before {
  content: "\e630";
}
.gfx-arrow-graph-down-left:before {
  content: "\e631";
}
.gfx-arrow-graph-down-right:before {
  content: "\e632";
}
.gfx-arrow-graph-up-left:before {
  content: "\e633";
}
.gfx-arrow-graph-up-right:before {
  content: "\e634";
}
.gfx-arrow-left-3:before {
  content: "\e635";
}
.gfx-caret-left:before {
  content: "\e636";
}
.gfx-arrow-line-left:before {
  content: "\e637";
}
.gfx-arrow-move:before {
  content: "\e638";
}
.gfx-resize-arrow-2:before {
  content: "\e639";
}
.gfx-return-left:before {
  content: "\e63a";
}
.gfx-return-left-1:before {
  content: "\e63b";
}
.gfx-arrow-right-3:before {
  content: "\e63c";
}
.gfx-caret-right:before {
  content: "\e63d";
}
.gfx-arrow-line-right:before {
  content: "\e63e";
}
.gfx-resize-arrow-down:before {
  content: "\e63f";
}
.gfx-swap-exchage:before {
  content: "\e640";
}
.gfx-arrow-up-3:before {
  content: "\e641";
}
.gfx-caret-up:before {
  content: "\e642";
}
.gfx-arrow-line-up:before {
  content: "\e643";
}
.gfx-address-at:before {
  content: "\e644";
}
.gfx-bag-3:before {
  content: "\e645";
}
.gfx-battery-charging:before {
  content: "\e646";
}
.gfx-battery-empty-1:before {
  content: "\e647";
}
.gfx-battery-full-1:before {
  content: "\e648";
}
.gfx-battery-5:before {
  content: "\e649";
}
.gfx-battery-low:before {
  content: "\e64a";
}
.gfx-beaker:before {
  content: "\e64b";
}
.gfx-beer-2:before {
  content: "\e64c";
}
.gfx-bluetooth:before {
  content: "\e64d";
}
.gfx-bookmark-4:before {
  content: "\e64e";
}
.gfx-briefcase-2-1:before {
  content: "\e64f";
}
.gfx-bug-1:before {
  content: "\e650";
}
.gfx-calculator-2:before {
  content: "\e651";
}
.gfx-calendar-5:before {
  content: "\e652";
}
.gfx-camera-3-1:before {
  content: "\e653";
}
.gfx-credit-card-4:before {
  content: "\e654";
}
.gfx-message-talk:before {
  content: "\e655";
}
.gfx-talk-chat-bubble:before {
  content: "\e656";
}
.gfx-bubbles:before {
  content: "\e657";
}
.gfx-talk-chat-1:before {
  content: "\e658";
}
.gfx-talk-chat-bubble-2:before {
  content: "\e659";
}
.gfx-talk-chat-bubble-1:before {
  content: "\e65a";
}
.gfx-check-circle:before {
  content: "\e65b";
}
.gfx-check-mark-2:before {
  content: "\e65c";
}
.gfx-check-mark-3:before {
  content: "\e65d";
}
.gfx-chevron-down-1:before {
  content: "\e65e";
}
.gfx-chevron-left-1:before {
  content: "\e65f";
}
.gfx-chevron-right-1:before {
  content: "\e660";
}
.gfx-chevron-up-1:before {
  content: "\e661";
}
.gfx-clipboard-2:before {
  content: "\e662";
}
.gfx-clock-2-1:before {
  content: "\e663";
}
.gfx-remove-delete-circle:before {
  content: "\e664";
}
.gfx-remove-delete:before {
  content: "\e665";
}
.gfx-remove-delete-two:before {
  content: "\e666";
}
.gfx-cloud-5:before {
  content: "\e667";
}
.gfx-code-download:before {
  content: "\e668";
}
.gfx-code-working:before {
  content: "\e669";
}
.gfx-code-2:before {
  content: "\e66a";
}
.gfx-cup-coffee:before {
  content: "\e66b";
}
.gfx-compass-3:before {
  content: "\e66c";
}
.gfx-compose:before {
  content: "\e66d";
}
.gfx-signal-bar:before {
  content: "\e66e";
}
.gfx-contrast:before {
  content: "\e66f";
}
.gfx-disc:before {
  content: "\e670";
}
.gfx-file-document-text:before {
  content: "\e671";
}
.gfx-document-1:before {
  content: "\e672";
}
.gfx-drag:before {
  content: "\e673";
}
.gfx-globe-world-1:before {
  content: "\e674";
}
.gfx-pencil-edit:before {
  content: "\e675";
}
.gfx-egg:before {
  content: "\e676";
}
.gfx-eject-1:before {
  content: "\e677";
}
.gfx-mail-letter:before {
  content: "\e678";
}
.gfx-eye-disabled-1:before {
  content: "\e679";
}
.gfx-eye-view:before {
  content: "\e67a";
}
.gfx-female-symbol-1:before {
  content: "\e67b";
}
.gfx-filing:before {
  content: "\e67c";
}
.gfx-film-maker:before {
  content: "\e67d";
}
.gfx-flag-3:before {
  content: "\e67e";
}
.gfx-electric-no-off:before {
  content: "\e67f";
}
.gfx-flash-electric:before {
  content: "\e680";
}
.gfx-beaker-science-flask:before {
  content: "\e681";
}
.gfx-folder-open:before {
  content: "\e682";
}
.gfx-fork-repo:before {
  content: "\e683";
}
.gfx-fork:before {
  content: "\e684";
}
.gfx-forward-2:before {
  content: "\e685";
}
.gfx-gamepad:before {
  content: "\e686";
}
.gfx-gamepad-2:before {
  content: "\e687";
}
.gfx-gear-setting:before {
  content: "\e688";
}
.gfx-gear-setting-2-1:before {
  content: "\e689";
}
.gfx-grid-1:before {
  content: "\e68a";
}
.gfx-hammer:before {
  content: "\e68b";
}
.gfx-headphone:before {
  content: "\e68c";
}
.gfx-heart-5:before {
  content: "\e68d";
}
.gfx-buoy-help:before {
  content: "\e68e";
}
.gfx-question-circle:before {
  content: "\e68f";
}
.gfx-question-2:before {
  content: "\e690";
}
.gfx-home-4:before {
  content: "\e691";
}
.gfx-ice-cream:before {
  content: "\e692";
}
.gfx-googleplus:before {
  content: "\e693";
}
.gfx-googleplus-thick:before {
  content: "\e694";
}
.gfx-photo-picture:before {
  content: "\e695";
}
.gfx-photos-pictures:before {
  content: "\e696";
}
.gfx-information-circle-2:before {
  content: "\e697";
}
.gfx-information-1:before {
  content: "\e698";
}
.gfx-ionic:before {
  content: "\e699";
}
.gfx-alarm-clock-outline:before {
  content: "\e69a";
}
.gfx-alarm-clock-2:before {
  content: "\e69b";
}
.gfx-albums:before {
  content: "\e69c";
}
.gfx-albums-outline:before {
  content: "\e69d";
}
.gfx-chevron-left-thick:before {
  content: "\e69e";
}
.gfx-chevron-down-2:before {
  content: "\e69f";
}
.gfx-chevron-right-thick:before {
  content: "\e6a0";
}
.gfx-chevron-left-2:before {
  content: "\e6a1";
}
.gfx-chevron-right-2:before {
  content: "\e6a2";
}
.gfx-arrow-down-4:before {
  content: "\e6a3";
}
.gfx-arrow-left-4:before {
  content: "\e6a4";
}
.gfx-arrow-right-4:before {
  content: "\e6a5";
}
.gfx-arrow-up-4:before {
  content: "\e6a6";
}
.gfx-chevron-up-2:before {
  content: "\e6a7";
}
.gfx-at-address:before {
  content: "\e6a8";
}
.gfx-at-address-thick:before {
  content: "\e6a9";
}
.gfx-bell-outline:before {
  content: "\e6aa";
}
.gfx-bell-1:before {
  content: "\e6ab";
}
.gfx-electric-flash-outline:before {
  content: "\e6ac";
}
.gfx-flash-electric-2:before {
  content: "\e6ad";
}
.gfx-bookmark-outline:before {
  content: "\e6ae";
}
.gfx-bookmark-5:before {
  content: "\e6af";
}
.gfx-box-outline:before {
  content: "\e6b0";
}
.gfx-box-2:before {
  content: "\e6b1";
}
.gfx-briefcase-outline:before {
  content: "\e6b2";
}
.gfx-briefcase-3:before {
  content: "\e6b3";
}
.gfx-browsers-outline:before {
  content: "\e6b4";
}
.gfx-browsers:before {
  content: "\e6b5";
}
.gfx-calculator-outline:before {
  content: "\e6b6";
}
.gfx-calculator-2-1:before {
  content: "\e6b7";
}
.gfx-calendar-outline:before {
  content: "\e6b8";
}
.gfx-calendar-2-1:before {
  content: "\e6b9";
}
.gfx-camera-outline:before {
  content: "\e6ba";
}
.gfx-camera-2-1:before {
  content: "\e6bb";
}
.gfx-shopping-cart-outline:before {
  content: "\e6bc";
}
.gfx-shopping-cart-1:before {
  content: "\e6bd";
}
.gfx-chat-talk-outline:before {
  content: "\e6be";
}
.gfx-chat-talk:before {
  content: "\e6bf";
}
.gfx-chatbubble-outline:before {
  content: "\e6c0";
}
.gfx-chatbubble:before {
  content: "\e6c1";
}
.gfx-check-mark-4:before {
  content: "\e6c2";
}
.gfx-check-mark-circle-outline:before {
  content: "\e6c3";
}
.gfx-check-mark-circle:before {
  content: "\e6c4";
}
.gfx-circle-filled:before {
  content: "\e6c5";
}
.gfx-circle-filled-outline:before {
  content: "\e6c6";
}
.gfx-clock-time-outline:before {
  content: "\e6c7";
}
.gfx-clock-time:before {
  content: "\e6c8";
}
.gfx-close-empty:before {
  content: "\e6c9";
}
.gfx-close-circle-outline:before {
  content: "\e6ca";
}
.gfx-close-circle:before {
  content: "\e6cb";
}
.gfx-cloud-download-outline:before {
  content: "\e6cc";
}
.gfx-cloud-download-2:before {
  content: "\e6cd";
}
.gfx-cloud-outline:before {
  content: "\e6ce";
}
.gfx-cloud-upload-outline:before {
  content: "\e6cf";
}
.gfx-cloud-upload-2:before {
  content: "\e6d0";
}
.gfx-cloud-2-1:before {
  content: "\e6d1";
}
.gfx-cloud-moon-outline:before {
  content: "\e6d2";
}
.gfx-cloud-moon:before {
  content: "\e6d3";
}
.gfx-cloud-small-outline:before {
  content: "\e6d4";
}
.gfx-cloud-small:before {
  content: "\e6d5";
}
.gfx-cog-outline:before {
  content: "\e6d6";
}
.gfx-cog-1:before {
  content: "\e6d7";
}
.gfx-compose-edit-outline:before {
  content: "\e6d8";
}
.gfx-compose-edit:before {
  content: "\e6d9";
}
.gfx-user-circle-outline:before {
  content: "\e6da";
}
.gfx-user-circle:before {
  content: "\e6db";
}
.gfx-copy-outline:before {
  content: "\e6dc";
}
.gfx-copy-1:before {
  content: "\e6dd";
}
.gfx-square-download-outline:before {
  content: "\e6de";
}
.gfx-square-download:before {
  content: "\e6df";
}
.gfx-drag-2:before {
  content: "\e6e0";
}
.gfx-mail-letter-outline:before {
  content: "\e6e1";
}
.gfx-mail-letter-2:before {
  content: "\e6e2";
}
.gfx-eye-view-outline:before {
  content: "\e6e3";
}
.gfx-eye-view-2:before {
  content: "\e6e4";
}
.gfx-fast-forward-outline:before {
  content: "\e6e5";
}
.gfx-fast-forward-1:before {
  content: "\e6e6";
}
.gfx-inbox-outline:before {
  content: "\e6e7";
}
.gfx-inbox-2:before {
  content: "\e6e8";
}
.gfx-filmstrip-outline:before {
  content: "\e6e9";
}
.gfx-filmstrip:before {
  content: "\e6ea";
}
.gfx-flag-outline:before {
  content: "\e6eb";
}
.gfx-flag-2-1:before {
  content: "\e6ec";
}
.gfx-folder-small-outline:before {
  content: "\e6ed";
}
.gfx-folder-small:before {
  content: "\e6ee";
}
.gfx-gear-cog:before {
  content: "\e6ef";
}
.gfx-gear-setting-1:before {
  content: "\e6f0";
}
.gfx-eye-glass-outline:before {
  content: "\e6f1";
}
.gfx-eye-glass:before {
  content: "\e6f2";
}
.gfx-heart-small-outline:before {
  content: "\e6f3";
}
.gfx-heart-small:before {
  content: "\e6f4";
}
.gfx-question-small:before {
  content: "\e6f5";
}
.gfx-question-circle-outline:before {
  content: "\e6f6";
}
.gfx-question-circle-1:before {
  content: "\e6f7";
}
.gfx-infinite-outline:before {
  content: "\e6f8";
}
.gfx-infinite:before {
  content: "\e6f9";
}
.gfx-information-small:before {
  content: "\e6fa";
}
.gfx-information-small-circle-outline:before {
  content: "\e6fb";
}
.gfx-information-small-circle:before {
  content: "\e6fc";
}
.gfx-ionic-outline:before {
  content: "\e6fd";
}
.gfx-keypad-outline:before {
  content: "\e6fe";
}
.gfx-keypad-2:before {
  content: "\e6ff";
}
.gfx-lightbulb-outline:before {
  content: "\e700";
}
.gfx-lightbulb:before {
  content: "\e701";
}
.gfx-mark-map-outline:before {
  content: "\e702";
}
.gfx-mark-map:before {
  content: "\e703";
}
.gfx-lock-outline:before {
  content: "\e704";
}
.gfx-lock-4:before {
  content: "\e705";
}
.gfx-medkit-outline:before {
  content: "\e706";
}
.gfx-medkit-2:before {
  content: "\e707";
}
.gfx-mic-off:before {
  content: "\e708";
}
.gfx-mic-outline:before {
  content: "\e709";
}
.gfx-mic-5:before {
  content: "\e70a";
}
.gfx-minus-3-1:before {
  content: "\e70b";
}
.gfx-minus-circle-outline:before {
  content: "\e70c";
}
.gfx-minus-circle-2:before {
  content: "\e70d";
}
.gfx-screen-outline:before {
  content: "\e70e";
}
.gfx-screen-1:before {
  content: "\e70f";
}
.gfx-moon-outline:before {
  content: "\e710";
}
.gfx-moon-1:before {
  content: "\e711";
}
.gfx-more-outline:before {
  content: "\e712";
}
.gfx-more:before {
  content: "\e713";
}
.gfx-music-note:before {
  content: "\e714";
}
.gfx-music-note-2:before {
  content: "\e715";
}
.gfx-navigate-outline:before {
  content: "\e716";
}
.gfx-navigate:before {
  content: "\e717";
}
.gfx-send-mail-outline:before {
  content: "\e718";
}
.gfx-send-mail:before {
  content: "\e719";
}
.gfx-cloud-sun-outline:before {
  content: "\e71a";
}
.gfx-cloud-sun:before {
  content: "\e71b";
}
.gfx-pause-outline:before {
  content: "\e71c";
}
.gfx-pause-2:before {
  content: "\e71d";
}
.gfx-contact-group-outline:before {
  content: "\e71e";
}
.gfx-contact-group:before {
  content: "\e71f";
}
.gfx-contact-outline:before {
  content: "\e720";
}
.gfx-contact:before {
  content: "\e721";
}
.gfx-contact-outline-add:before {
  content: "\e722";
}
.gfx-contact-add:before {
  content: "\e723";
}
.gfx-photos-outline:before {
  content: "\e724";
}
.gfx-photos:before {
  content: "\e725";
}
.gfx-pie-outline:before {
  content: "\e726";
}
.gfx-pie:before {
  content: "\e727";
}
.gfx-play-outline:before {
  content: "\e728";
}
.gfx-play-2:before {
  content: "\e729";
}
.gfx-plus-4:before {
  content: "\e72a";
}
.gfx-plus-circle-outline:before {
  content: "\e72b";
}
.gfx-plus-outline:before {
  content: "\e72c";
}
.gfx-tag-outline:before {
  content: "\e72d";
}
.gfx-tag-4:before {
  content: "\e72e";
}
.gfx-print-outline:before {
  content: "\e72f";
}
.gfx-print-1:before {
  content: "\e730";
}
.gfx-cloud-rain-outline:before {
  content: "\e731";
}
.gfx-cloud-rain:before {
  content: "\e732";
}
.gfx-record-outline:before {
  content: "\e733";
}
.gfx-record-1:before {
  content: "\e734";
}
.gfx-redo-outline:before {
  content: "\e735";
}
.gfx-redo:before {
  content: "\e736";
}
.gfx-refresh-3:before {
  content: "\e737";
}
.gfx-refresh-circle-outline:before {
  content: "\e738";
}
.gfx-refresh-circle:before {
  content: "\e739";
}
.gfx-reload-1:before {
  content: "\e73a";
}
.gfx-rewind-outline:before {
  content: "\e73b";
}
.gfx-rewind:before {
  content: "\e73c";
}
.gfx-search-5:before {
  content: "\e73d";
}
.gfx-search-outline:before {
  content: "\e73e";
}
.gfx-skipbackward-outline:before {
  content: "\e73f";
}
.gfx-skipbackward:before {
  content: "\e740";
}
.gfx-skipforward-outline:before {
  content: "\e741";
}
.gfx-skipforward:before {
  content: "\e742";
}
.gfx-snowy:before {
  content: "\e743";
}
.gfx-speedometer-outline:before {
  content: "\e744";
}
.gfx-speedometer:before {
  content: "\e745";
}
.gfx-star-outline-1:before {
  content: "\e746";
}
.gfx-star-6:before {
  content: "\e747";
}
.gfx-stopwatch-outline:before {
  content: "\e748";
}
.gfx-stopwatch-2:before {
  content: "\e749";
}
.gfx-brightness-outline:before {
  content: "\e74a";
}
.gfx-brightness:before {
  content: "\e74b";
}
.gfx-call-phone-outline:before {
  content: "\e74c";
}
.gfx-call-phone:before {
  content: "\e74d";
}
.gfx-cloud-lightning-outline:before {
  content: "\e74e";
}
.gfx-cloud-lightning:before {
  content: "\e74f";
}
.gfx-clock-2-outline:before {
  content: "\e750";
}
.gfx-clock-6:before {
  content: "\e751";
}
.gfx-timer-clock-outline:before {
  content: "\e752";
}
.gfx-timer-clock:before {
  content: "\e753";
}
.gfx-trash-bin-outline:before {
  content: "\e754";
}
.gfx-trash-bin-1:before {
  content: "\e755";
}
.gfx-undo-outline:before {
  content: "\e756";
}
.gfx-undo:before {
  content: "\e757";
}
.gfx-unlock-outline:before {
  content: "\e758";
}
.gfx-unlock-2:before {
  content: "\e759";
}
.gfx-square-upload-outline:before {
  content: "\e75a";
}
.gfx-square-upload:before {
  content: "\e75b";
}
.gfx-video-camera-outline:before {
  content: "\e75c";
}
.gfx-video-camera:before {
  content: "\e75d";
}
.gfx-speaker-1:before {
  content: "\e75e";
}
.gfx-speaker-no:before {
  content: "\e75f";
}
.gfx-wine-glass-outline:before {
  content: "\e760";
}
.gfx-wine-glass:before {
  content: "\e761";
}
.gfx-globe-outline:before {
  content: "\e762";
}
.gfx-globe-3:before {
  content: "\e763";
}
.gfx-tablet-1:before {
  content: "\e764";
}
.gfx-mobile-phone-1:before {
  content: "\e765";
}
.gfx-ipod:before {
  content: "\e766";
}
.gfx-fighter:before {
  content: "\e767";
}
.gfx-key-4:before {
  content: "\e768";
}
.gfx-knife:before {
  content: "\e769";
}
.gfx-laptop-1:before {
  content: "\e76a";
}
.gfx-leaf-3:before {
  content: "\e76b";
}
.gfx-mixer:before {
  content: "\e76c";
}
.gfx-lightbulb-1:before {
  content: "\e76d";
}
.gfx-link-3:before {
  content: "\e76e";
}
.gfx-loading-4:before {
  content: "\e76f";
}
.gfx-loading-3:before {
  content: "\e770";
}
.gfx-loading-2:before {
  content: "\e771";
}
.gfx-loading-1:before {
  content: "\e772";
}
.gfx-mark-map-1:before {
  content: "\e773";
}
.gfx-lock-big:before {
  content: "\e774";
}
.gfx-log-in:before {
  content: "\e775";
}
.gfx-log-out:before {
  content: "\e776";
}
.gfx-loop-1:before {
  content: "\e777";
}
.gfx-magnet-2:before {
  content: "\e778";
}
.gfx-male-symbol-1:before {
  content: "\e779";
}
.gfx-male:before {
  content: "\e77a";
}
.gfx-map-3:before {
  content: "\e77b";
}
.gfx-medkit:before {
  content: "\e77c";
}
.gfx-mic-3:before {
  content: "\e77d";
}
.gfx-mic-2:before {
  content: "\e77e";
}
.gfx-mic-4:before {
  content: "\e77f";
}
.gfx-minus-circle:before {
  content: "\e780";
}
.gfx-minus-2-1:before {
  content: "\e781";
}
.gfx-minus-4:before {
  content: "\e782";
}
.gfx-car:before {
  content: "\e783";
}
.gfx-screen-2:before {
  content: "\e784";
}
.gfx-more-2:before {
  content: "\e785";
}
.gfx-music-song:before {
  content: "\e786";
}
.gfx-navicon-round:before {
  content: "\e787";
}
.gfx-navicon:before {
  content: "\e788";
}
.gfx-navigate-location:before {
  content: "\e789";
}
.gfx-no-smoke:before {
  content: "\e78a";
}
.gfx-nuclear:before {
  content: "\e78b";
}
.gfx-paper-airplane:before {
  content: "\e78c";
}
.gfx-paper-clip:before {
  content: "\e78d";
}
.gfx-pause-2-1:before {
  content: "\e78e";
}
.gfx-contact-add-2:before {
  content: "\e78f";
}
.gfx-contacs:before {
  content: "\e790";
}
.gfx-contact-2:before {
  content: "\e791";
}
.gfx-pie-2:before {
  content: "\e792";
}
.gfx-pin-4:before {
  content: "\e793";
}
.gfx-crosshairpinpoint:before {
  content: "\e794";
}
.gfx-pizza:before {
  content: "\e795";
}
.gfx-plane-airport:before {
  content: "\e796";
}
.gfx-play-2-1:before {
  content: "\e797";
}
.gfx-play-station:before {
  content: "\e798";
}
.gfx-plus-circle:before {
  content: "\e799";
}
.gfx-plus-add-2:before {
  content: "\e79a";
}
.gfx-plus-add:before {
  content: "\e79b";
}
.gfx-hashtag:before {
  content: "\e79c";
}
.gfx-power-off:before {
  content: "\e79d";
}
.gfx-tag-round:before {
  content: "\e79e";
}
.gfx-tags-round:before {
  content: "\e79f";
}
.gfx-print-3:before {
  content: "\e7a0";
}
.gfx-radio-waves:before {
  content: "\e7a1";
}
.gfx-record-2:before {
  content: "\e7a2";
}
.gfx-refresh-4:before {
  content: "\e7a3";
}
.gfx-reply-all-1:before {
  content: "\e7a4";
}
.gfx-reply-1:before {
  content: "\e7a5";
}
.gfx-search-3-1:before {
  content: "\e7a6";
}
.gfx-setting-tools:before {
  content: "\e7a7";
}
.gfx-log-out-1:before {
  content: "\e7a8";
}
.gfx-random-1:before {
  content: "\e7a9";
}
.gfx-fast-backward-1:before {
  content: "\e7aa";
}
.gfx-fast-forward-2:before {
  content: "\e7ab";
}
.gfx-android-outine:before {
  content: "\e7ac";
}
.gfx-android:before {
  content: "\e7ad";
}
.gfx-apple-outline:before {
  content: "\e7ae";
}
.gfx-apple-1:before {
  content: "\e7af";
}
.gfx-bitcoin-outline:before {
  content: "\e7b0";
}
.gfx-bitcoin:before {
  content: "\e7b1";
}
.gfx-buffer-outline:before {
  content: "\e7b2";
}
.gfx-buffer:before {
  content: "\e7b3";
}
.gfx-designernews-outline:before {
  content: "\e7b4";
}
.gfx-designernews:before {
  content: "\e7b5";
}
.gfx-dribble-outline:before {
  content: "\e7b6";
}
.gfx-dribble:before {
  content: "\e7b7";
}
.gfx-dropbox-outline:before {
  content: "\e7b8";
}
.gfx-dropbox-2:before {
  content: "\e7b9";
}
.gfx-facebook-outline:before {
  content: "\e7ba";
}
.gfx-facebook-1:before {
  content: "\e7bb";
}
.gfx-freebsd-devil:before {
  content: "\e7bc";
}
.gfx-github-outline:before {
  content: "\e7bd";
}
.gfx-github-1:before {
  content: "\e7be";
}
.gfx-googleplus-1:before {
  content: "\e7bf";
}
.gfx-googleplus-2:before {
  content: "\e7c0";
}
.gfx-hackernews-outline:before {
  content: "\e7c1";
}
.gfx-hackernews:before {
  content: "\e7c2";
}
.gfx-linkedin-outline:before {
  content: "\e7c3";
}
.gfx-linkedin-1:before {
  content: "\e7c4";
}
.gfx-pinterest-outline:before {
  content: "\e7c5";
}
.gfx-pinterest-1:before {
  content: "\e7c6";
}
.gfx-reddit-outline:before {
  content: "\e7c7";
}
.gfx-reddit:before {
  content: "\e7c8";
}
.gfx-rss-outline:before {
  content: "\e7c9";
}
.gfx-rss-3:before {
  content: "\e7ca";
}
.gfx-skype-outline:before {
  content: "\e7cb";
}
.gfx-skype-1:before {
  content: "\e7cc";
}
.gfx-tumblr-outline:before {
  content: "\e7cd";
}
.gfx-tumblr-1:before {
  content: "\e7ce";
}
.gfx-linux:before {
  content: "\e7cf";
}
.gfx-twitter-outline:before {
  content: "\e7d0";
}
.gfx-twitter-1:before {
  content: "\e7d1";
}
.gfx-vimeo-outline:before {
  content: "\e7d2";
}
.gfx-vimeo-1:before {
  content: "\e7d3";
}
.gfx-windows-outline:before {
  content: "\e7d4";
}
.gfx-windows-1:before {
  content: "\e7d5";
}
.gfx-wordpress-outline:before {
  content: "\e7d6";
}
.gfx-wordpress:before {
  content: "\e7d7";
}
.gfx-yahoo-outline:before {
  content: "\e7d8";
}
.gfx-yahoo:before {
  content: "\e7d9";
}
.gfx-youtube-play-outline:before {
  content: "\e7da";
}
.gfx-youtube-play:before {
  content: "\e7db";
}
.gfx-speakerphone:before {
  content: "\e7dc";
}
.gfx-speedometer-1:before {
  content: "\e7dd";
}
.gfx-spoon:before {
  content: "\e7de";
}
.gfx-star-7:before {
  content: "\e7df";
}
.gfx-bar:before {
  content: "\e7e0";
}
.gfx-steam:before {
  content: "\e7e1";
}
.gfx-stop-3:before {
  content: "\e7e2";
}
.gfx-thermometer-1:before {
  content: "\e7e3";
}
.gfx-hand-unlike:before {
  content: "\e7e4";
}
.gfx-hand-like:before {
  content: "\e7e5";
}
.gfx-trash-bin-2:before {
  content: "\e7e6";
}
.gfx-trash-bin-2-1:before {
  content: "\e7e7";
}
.gfx-umbrella:before {
  content: "\e7e8";
}
.gfx-unlock:before {
  content: "\e7e9";
}
.gfx-cloud-upload-3:before {
  content: "\e7ea";
}
.gfx-usb:before {
  content: "\e7eb";
}
.gfx-videocamera:before {
  content: "\e7ec";
}
.gfx-volume-high:before {
  content: "\e7ed";
}
.gfx-volume-low:before {
  content: "\e7ee";
}
.gfx-volume-medium:before {
  content: "\e7ef";
}
.gfx-volume-mute:before {
  content: "\e7f0";
}
.gfx-waterdrop:before {
  content: "\e7f1";
}
.gfx-signal-wifi:before {
  content: "\e7f2";
}
.gfx-glass-wine:before {
  content: "\e7f3";
}
.gfx-female:before {
  content: "\e7f4";
}
.gfx-wrench:before {
  content: "\e7f5";
}
.gfx-xbox:before {
  content: "\e7f6";
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}



/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*-----------------------------------------------------------------------------

	-	Revolution Slider 1.5.3 -

		Screen Stylesheet

version:   	2.1
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

	-	Revolution Slider 2.0 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	09/18/11
last update: 06.12.2012
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}

.tp-caption { z-index:1;}
.tp-caption.big_white{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			padding: 3px 4px;
			padding-top: 1px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#000;
			letter-spacing: 0px;
		}

.tp-caption.big_orange{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 36px;
			line-height: 36px;
			font-family: Arial;
			padding: 0px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#fb7354;
			letter-spacing: -1.5px;
		}

.tp-caption.big_black{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 800;
			font-size: 36px;
			line-height: 36px;
			font-family: 'Open Sans', sans;
			padding: 0px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#fff;
			letter-spacing: -1.5px;
		}

.tp-caption.medium_grey{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 20px;
			line-height: 20px;
			font-family: Arial;
			padding: 2px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#888;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.small_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 14px;
			line-height: 20px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.medium_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 300;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.large_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 36px;
			line-height: 36px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}
.tp-caption.large_black_text{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 300;
			font-size: 42px;
			line-height: 42px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}

.tp-caption.very_large_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 60px;
			line-height: 60px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: 0px;
		}
.tp-caption.very_large_black_text{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 800;
			font-size: 72px;
			line-height: 72px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
.tp-caption.bold_red_text{
			position: absolute;
			color: #d31e00;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
.tp-caption.bold_brown_text{
			position: absolute;
			color: #a04606;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}
    .tp-caption.bold_green_text{
			position: absolute;
			color: #5b9830;
			text-shadow: none;
			font-weight: 800;
			font-size: 20px;
			line-height: 20px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
		}

.tp-caption.very_big_white{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 800;
			font-size: 36px;
			line-height: 36px;
			font-family: 'Open Sans', sans;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			padding: 3px 4px;
			padding-top: 1px;
			background-color:#7e8e96;
					}

.tp-caption.very_big_black{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 700;
			font-size: 60px;
			line-height: 60px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			padding: 0px 4px;
			padding-top: 1px;
			background-color:#fff;
					}
					
					
.tp-caption.modern_medium_fat{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 24px; 
			line-height: 20px; 
			font-family: 'Open Sans', sans-serif; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}
.tp-caption.modern_medium_fat_white{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 24px; 
			line-height: 20px; 
			font-family: 'Open Sans', sans-serif; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}
.tp-caption.modern_medium_light{
			position: absolute; 
			color: #000; 
			text-shadow: none; 
			font-weight: 300; 
			font-size: 24px; 
			line-height: 20px; 
			font-family: 'Open Sans', sans-serif; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}
.tp-caption.modern_big_bluebg{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 800; 
			font-size: 30px; 
			line-height: 36px; 
			font-family: 'Open Sans', sans-serif; 
			padding: 3px 10px; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#4e5b6c;	
			letter-spacing: 0;										
		}
.tp-caption.modern_big_redbg{
			position: absolute; 
			color: #fff; 
			text-shadow: none; 
			font-weight: 300; 
			font-size: 30px; 
			line-height: 36px; 
			font-family: 'Open Sans', sans-serif; 
			padding: 3px 10px; 
  			padding-top: 1px;
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			background-color:#de543e;	
			letter-spacing: 0;										
		}
.tp-caption.modern_small_text_dark{
			position: absolute; 
			color: #555; 
			text-shadow: none; 
			font-size: 14px; 
			line-height: 22px; 
			font-family: Arial; 
			margin: 0px; 
			border-width: 0px; 
			border-style: none; 
			white-space:nowrap;		
		}

					
					
					

.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
  font-weight: 300;
			font-size: 19px;
			line-height: 19px;
			font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}

.tp-caption a {
	color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
	color: #ffa902;
}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}


/******************************
	-	BUTTONS	-
*******************************/

.button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
						cursor:pointer;
						color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
						background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
					}

.button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.button:hover,
.button.big:hover		{	background-position:bottom, 15px 11px;}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.button.green, .button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.button.blue, .button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.button.red, .button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.button.orange, .button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.button.darkgrey,.button.grey,
.button:hover.darkgrey,.button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.button.lightgrey, .button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute; visibility: hidden;

}

.tp-simpleresponsive img	{	max-width:none;}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(/Areas/RoyalRangersUSA/Content/css/assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:60px; bottom:-60px;}
.tp-bannershadow.tp-shadow2 {	background:url(/Areas/RoyalRangersUSA/Content/css/assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(/Areas/RoyalRangersUSA/Content/css/assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(/Areas/RoyalRangersUSA/Content/css/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(/Areas/RoyalRangersUSA/Content/css/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:2px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:2px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:2px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px;}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(/Areas/RoyalRangersUSA/Content/css/assets/timer.png);position:absolute; z-index:200;top:0px;}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(/Areas/RoyalRangersUSA/Content/css/assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(/Areas/RoyalRangersUSA/Content/css/assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}


.tp-transparentimg {	content:"url(/Areas/RoyalRangersUSA/Content/css/assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}


/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-static-layers	{	position:absolute; z-index:505; top:0px;left:0px;}

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}


.tp-caption { z-index:1; white-space:nowrap}

.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important;}


.tp-caption.whitedivider3px {

	color: #000000;
	text-shadow: none;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	min-width: 408px;
	min-height: 3px;
	background-position: initial initial;
	background-repeat: initial initial;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
}


.tp-caption.finewide_large_white {
color:#ffffff;
text-shadow:none;
font-size:60px;
line-height:60px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:8px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:468px;
min-height:3px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_medium_white {
color:#ffffff;
text-shadow:none;
font-size:37px;
line-height:37px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.boldwide_small_white {
font-size:25px;
line-height:25px;
font-weight:800;
font-family:"Open Sans", sans-serif;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px_vertical {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:3px;
min-height:130px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_small_white {
color:#ffffff;
text-shadow:none;
font-size:25px;
line-height:25px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_verysmall_white_mw {
font-size:13px;
line-height:25px;
font-weight:400;
font-family:"Open Sans", sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
max-width:470px;
white-space:normal !important;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgb(235, 235, 235);
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.finewide_large_white {
color: #FFF;
text-shadow: none;
font-size: 60px;
line-height: 60px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 8px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.finewide_medium_white {
color: #FFF;
text-shadow: none;
font-size: 34px;
line-height: 34px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 5px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.huge_red {
position:absolute;
color:rgb(223,75,107);
font-weight:400;
font-size:150px;
line-height:130px;
font-family: 'Oswald', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
background-color:rgb(45,49,54);
padding:0px;
}

.tp-caption.middle_yellow {
position:absolute;
color:rgb(251,213,114);
font-weight:600;
font-size:50px;
line-height:50px;
font-family: 'Open Sans', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.huge_thin_yellow {
	position:absolute;
color:rgb(251,213,114);
font-weight:300;
font-size:90px;
line-height:90px;
font-family: 'Open Sans', sans-serif;
margin:0px;
letter-spacing: 20px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.big_dark {
position:absolute;
color:#333;
font-weight:700;
font-size:70px;
line-height:70px;
font-family:"Open Sans";
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_dark {
position:absolute;
color:#333;
font-weight:300;
font-size:40px;
line-height:40px;
font-family:"Open Sans";
margin:0px;
letter-spacing: 5px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.large_bold_white_25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_bold_grey {
font-size:30px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption a {
color:#fff;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#fff;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.medium_bg_red a {
	color: #fff;
	text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
	color: #fff;
	text-decoration: underline;
}

.tp-caption.smoothcircle {
font-size:30px;
line-height:75px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.498039);
padding:50px 25px;
text-align:center;
border-radius:500px 500px 500px 500px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.largeblackbg {
font-size:50px;
line-height:70px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0px 20px 5px;
text-shadow:none;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.medium_bg_orange_new1 {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}



.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
		font-weight: 300;
		font-size: 19px;
		line-height: 19px;
		font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


/*.tp-caption			{	transform:none !important}*/


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

/******************************
	-	BUTTONS	-
*******************************/

.tp-simpleresponsive .button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
												cursor:pointer;
												color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
												background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
											}

.tp-simpleresponsive  .button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;}


.tp-simpleresponsive  .purchase:hover,
.tp-simpleresponsive  .button:hover,
.tp-simpleresponsive  .button.big:hover		{	background-position:bottom, 15px 11px;}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-simpleresponsive  .button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

	@media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-simpleresponsive  .button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,
.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-simpleresponsive  .button.blue, .tp-simpleresponsive  .button:hover.blue,
.tp-simpleresponsive  .purchase.blue, .tp-simpleresponsive  .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.tp-simpleresponsive  .button.red, .tp-simpleresponsive  .button:hover.red,
.tp-simpleresponsive  .purchase.red, .tp-simpleresponsive  .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.tp-simpleresponsive  .button.orange, .tp-simpleresponsive  .button:hover.orange,
.tp-simpleresponsive  .purchase.orange, .tp-simpleresponsive  .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.tp-simpleresponsive  .button.darkgrey, .tp-simpleresponsive  .button.grey,
.tp-simpleresponsive  .button:hover.darkgrey, .tp-simpleresponsive  .button:hover.grey,
.tp-simpleresponsive  .purchase.darkgrey, .tp-simpleresponsive  .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.tp-simpleresponsive  .button.lightgrey, .tp-simpleresponsive  .button:hover.lightgrey,
.tp-simpleresponsive  .purchase.lightgrey, .tp-simpleresponsive  .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}



/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}


.tp-simpleresponsive img	{	max-width:none;}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(/Areas/RoyalRangersUSA/Content/css/assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px;}
.tp-bannershadow.tp-shadow2 {	background:url(/Areas/RoyalRangersUSA/Content/css/assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(/Areas/RoyalRangersUSA/Content/css/assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px;}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%;}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none;}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000;}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px;}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;
							}

.html5vid .tp-revstop		{	width:6px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position: relative;margin:10px 20px;}						
.html5vid .tp-revstop	{	display:none;}
.html5vid.videoisplaying .revicon-right-dir	{	display:none}
.html5vid.videoisplaying .tp-revstop	{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button { display:block}		

.fullcoveredvideo .tp-video-play-button	{	display:none !important}			


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:1;}
.tp-dottedoverlay.twoxtwo				{	background:url(/Areas/RoyalRangersUSA/Content/css/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(/Areas/RoyalRangersUSA/Content/css/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(/Areas/RoyalRangersUSA/Content/css/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(/Areas/RoyalRangersUSA/Content/css/assets/gridtile_3x3_white.png)}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets									{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;-webkit-transform: translateZ(5px);
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(/Areas/RoyalRangersUSA/Content/css/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(/Areas/RoyalRangersUSA/Content/css/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:0px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;			
															-webkit-transform: translateZ(5000px);
															-webkit-transform-style: flat;
															-webkit-backface-visibility: hidden;
															z-index:600;
															position: relative;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px;}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px;}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/Areas/RoyalRangersUSA/Content/css/assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(/Areas/RoyalRangersUSA/Content/css/assets/timer.png);position:absolute; z-index:200;top:0px;}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




	@media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none;}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(/Areas/RoyalRangersUSA/Content/css/assets/coloredbg.png) repeat;}





/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}																			



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent;}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s;}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa; }	

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px; 
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
/*.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;}											
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;}*/


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%; 
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												
												
											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%; 
												-webkit-transform: rotateY(90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												
												
											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
											}
											
	
	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px;}
		
	}

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px;}

	}



	@media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px;}
	}										

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px; }
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
												position: relative !important;
												background: rgba(0, 0, 0, 0.15) !important;
												/*-webkit-border-radius: 10px;
												border-radius: 10px;*/
												-webkit-box-shadow: none;
												-moz-box-shadow: none;
												box-shadow: none;
												width: 5px !important;
												height: 5px !important;
												border: 8px solid rgba(0, 0, 0, 0) !important;
												display: inline-block;
												margin-right: 5px !important;
												margin-bottom: 0px !important;
												-webkit-transition: background-color 0.2s, border-color 0.2s;
												-moz-transition: background-color 0.2s, border-color 0.2s;
												-o-transition: background-color 0.2s, border-color 0.2s;
												-ms-transition: background-color 0.2s, border-color 0.2s;
												transition: background-color 0.2s, border-color 0.2s;
												float:none !important;
												box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;	
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
												-moz-box-shadow: none;
												box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
												height: 5px !important;
												border: 8px solid rgba(255, 255, 255, 1) !important;
}

												
												
												
/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ; 
												
												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px; }
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px; }


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block;width:auto;position:absolute;top:0px; 
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
												box-sizing:border-box;
												-moz-box-sizing:border-box;
												-webkit-box-sizing:border-box;												
											}
											
.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}						
.tparrows.preview2:hover					{	background:#fff;}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px); }
													
/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px; }
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
												position: relative !important;
												background: rgba(0, 0, 0, 0.5) !important;
												-webkit-border-radius: 10px;
												border-radius: 10px;
												-webkit-box-shadow: none;
												-moz-box-shadow: none;
												box-shadow: none;
												width: 6px !important;
												height: 6px !important;
												border: 5px solid rgba(0, 0, 0, 0) !important;
												display: inline-block;
												margin-right: 2px !important;
												margin-bottom: 0px !important;
												-webkit-transition: background-color 0.2s, border-color 0.2s;
												-moz-transition: background-color 0.2s, border-color 0.2s;
												-o-transition: background-color 0.2s, border-color 0.2s;
												-ms-transition: background-color 0.2s, border-color 0.2s;
												transition: background-color 0.2s, border-color 0.2s;
												float:none !important;
												box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;	
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
												-moz-box-shadow: none;
												box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
												height: 6px !important;
												border: 5px solid rgba(0, 0, 0, 1) !important;
} 



	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px;}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px;}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px;}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px;}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px;}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px;}
	}

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px;}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px;}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px;}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px;}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px;}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px;}
		

	}

	@media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px;}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px;}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px;}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none;}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
	}													



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat; }
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s;}
.tparrows.preview3:hover:after					{	color:#000; }
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{	  
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;												  
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px;}								

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;	
											}										  			
											
.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px; }

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px;}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px;}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle;}											

.tparrows.preview3:hover .tp-arr-iwrapper	{	
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);
												 
											}
								
/* PREVIEW 3 BULLETS */			
.tp-bullets.preview3 						{ 	height: 17px; }
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
												position: relative !important;
												background: rgba(0, 0, 0, 0.5) !important;
												-webkit-border-radius: 10px;
												border-radius: 10px;
												-webkit-box-shadow: none;
												-moz-box-shadow: none;
												box-shadow: none;
												width: 6px !important;
												height: 6px !important;
												border: 5px solid rgba(0, 0, 0, 0) !important;
												display: inline-block;
												margin-right: 2px !important;
												margin-bottom: 0px !important;
												-webkit-transition: background-color 0.2s, border-color 0.2s;
												-moz-transition: background-color 0.2s, border-color 0.2s;
												-o-transition: background-color 0.2s, border-color 0.2s;
												-ms-transition: background-color 0.2s, border-color 0.2s;
												transition: background-color 0.2s, border-color 0.2s;
												float:none !important;
												box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;	
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
												-moz-box-shadow: none;
												box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
												height: 6px !important;
												border: 5px solid rgba(0, 0, 0, 1) !important;
} 

	
	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px;}	
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px;}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px;}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px;}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px;}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px; }													

		

	}

	@media only screen  and (max-width: 767px) {
		
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px;}	
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px;}
	}



						
											
/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000;}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
												-moz-transition: all 0.2s ease-in-out;
												-o-transition: all 0.2s ease-in-out;
												transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
												 
											}
												  
.tp-rightarrow.preview4:after				{	font-family: "FontAwesome"; content: '\f105';  }
.tp-leftarrow.preview4:after				{	font-family: "FontAwesome"; content: '\f104';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat;}	
											
.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px;}																	
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative;}
											
.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;   
																								
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;	
											
													
																			
											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;  																								
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;	
												
											}
											
.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px;}										
									



.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative; 
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
												
													
}											



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%;}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%;}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg);}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg);}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
															
														}												    
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px; }
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
												position: relative !important;
												background: rgba(0, 0, 0, 0.5) !important;
												-webkit-border-radius: 10px;
												border-radius: 10px;
												-webkit-box-shadow: none;
												-moz-box-shadow: none;
												box-shadow: none;
												width: 6px !important;
												height: 6px !important;
												border: 5px solid rgba(0, 0, 0, 0) !important;
												display: inline-block;
												margin-right: 2px !important;
												margin-bottom: 0px !important;
												-webkit-transition: background-color 0.2s, border-color 0.2s;
												-moz-transition: background-color 0.2s, border-color 0.2s;
												-o-transition: background-color 0.2s, border-color 0.2s;
												-ms-transition: background-color 0.2s, border-color 0.2s;
												transition: background-color 0.2s, border-color 0.2s;
												float:none !important;
												box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;	
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
												-moz-box-shadow: none;
												box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
												height: 6px !important;
												border: 5px solid rgba(0, 0, 0, 1) !important;
} 


	@media only screen  and (max-width: 767px) {
		 .tparrows.preview4 						{	width:20px; height:80px;}
		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px;}
		 
		 .tparrows.preview1 .tp-arr-allwrapper,
		 .tparrows.preview2 .tp-arr-allwrapper,
		 .tparrows.preview3 .tp-arr-allwrapper,
		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
	}
	


/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{	  
				top:50%; left:50%; 
				z-index:10000; 
				position:absolute;
				

			}
			
.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(/Areas/RoyalRangersUSA/Content/css/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(/Areas/RoyalRangersUSA/Content/css/assets/loader.gif) no-repeat 10px 10px; 
							background-color:#fff;  
							margin:-22px -22px; 							
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% { 
	transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
	transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
	transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;  
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
	-webkit-transform: scale(1.0);
	opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% { 
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
  } 100% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% { 
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
  } 40% { 
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center; 
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1, 
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);  
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% { 
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
  } 50% { 
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
  }
}



.tp-transparentimg {	content:"url(/Areas/RoyalRangersUSA/Content/css/assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}



.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}


@font-face {
  font-family: 'revicons';
  src: url('/Areas/RoyalRangersUSA/Content/css/font/revicons.eot?5510888');
  src: url('/Areas/RoyalRangersUSA/Content/css/font/revicons.eot?5510888#iefix') format('embedded-opentype'),
	   url('/Areas/RoyalRangersUSA/Content/css/font/revicons.woff?5510888') format('woff'),
	   url('/Areas/RoyalRangersUSA/Content/css/font/revicons.ttf?5510888') format('truetype'),
	   url('/Areas/RoyalRangersUSA/Content/css/font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
	font-family: 'revicons';
	src: url('/Areas/RoyalRangersUSA/Content/css/font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

body {
	-webkit-backface-visibility: hidden;
}


.animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity:0;
}

.animation.animation-active {
	opacity:1;
}

.animation.animation-active.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

.animation.animation-active.delay1{
	animation-delay: 0.2s; /* W3C and Opera */
	-moz-animation-delay: 0.2s; /* Firefox */
	-webkit-animation-delay: 0.2s ;/* Safari and Chrome */}

.animation.animation-active.delay2{
	animation-delay: 0.4s; /* W3C and Opera */
	-moz-animation-delay: 0.4s; /* Firefox */
	-webkit-animation-delay: 0.4s ;/* Safari and Chrome */}

.animation.animation-active.delay3{
	animation-delay: 0.6s; /* W3C and Opera */
	-moz-animation-delay: 0.6s; /* Firefox */
	-webkit-animation-delay: 0.6s ;/* Safari and Chrome */}

.animation.animation-active.delay4{
	animation-delay: 0.8s; /* W3C and Opera */
	-moz-animation-delay: 0.8s; /* Firefox */
	-webkit-animation-delay: 0.8s ;/* Safari and Chrome */}

.animation.animation-active.delay5{
	animation-delay: 1s; /* W3C and Opera */
	-moz-animation-delay: 1s; /* Firefox */
	-webkit-animation-delay: 1s ;/* Safari and Chrome */}



.animation.animation-active.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animation.animation-active.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    -ms-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.animation.animation-active.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.animation.animation-active.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animation.animation-active.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    -ms-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    -ms-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animation.animation-active.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.animation.animation-active.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.animation.animation-active.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animation.animation-active.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animation.animation-active.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animation.animation-active.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.animation.animation-active.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.animation.animation-active.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.animation.animation-active.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.animation.animation-active.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.animation.animation-active.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animation.animation-active.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animation.animation-active.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animation.animation-active.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.animation.animation-active.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animation.animation-active.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.animation.animation-active.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animation.animation-active.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.animation.animation-active.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animation.animation-active.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.animation.animation-active.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    -ms-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animation.animation-active.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animation.animation-active.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.animation.animation-active.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.animation.animation-active.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.animation.animation-active.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animation.animation-active.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.animation.animation-active.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animation.animation-active.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animation.animation-active.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animation.animation-active.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animation.animation-active.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.animation.animation-active.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.animation.animation-active.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.animation.animation-active.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animation.animation-active.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.animation.animation-active.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.animation.animation-active.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animation.animation-active.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;

}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.animation.animation-active.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.animation.animation-active.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.animation.animation-active.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animation.animation-active.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animation.animation-active.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animation.animation-active.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animation.animation-active.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.animation.animation-active.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animation.animation-active.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.animation.animation-active.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.animation.animation-active.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.animation.animation-active.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {background-color:#ffffff; padding:20px; position: relative;  display: inline-block;  vertical-align: middle;  margin: 0 auto; z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }


.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #cccccc; }
.mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
 }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close { position:relative; width: 64px; height: 64px; margin-top:-20px; background:none; text-decoration: none; text-align: center; padding: 0; font-weight:300; font-size: 64px; font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; border:0; color:#C00;}
.mfp-close:hover, .mfp-close:focus { color:#32313B;}
.mfp-close:active {top: 1px;}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
 }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
	padding:0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
	margin:0;}

.mfp-iframe-scaler {
  width: 100%;
  padding-top: 56%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
	padding:20px 20px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {line-height: 0; text-align:center;}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
 }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {background: none repeat scroll 0 0 #FFFFFF; cursor: auto; left: 0; padding: 0px 20px 20px; position: absolute; top: 100%; width: 100%;}

.mfp-title {
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }


.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-zoom-in {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out; 
    transform: scale(0.8); 
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.3s ease-out;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1); 
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(0.8); 
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

