/* Minification failed. Returning unminified contents.
(30671,48): run-time error CSS1019: Unexpected token, found '-'
(30671,48): run-time error CSS1036: Expected expression, found '-'
(30671,48): run-time error CSS1019: Unexpected token, found '-'
(30671,48): run-time error CSS1042: Expected function, found '-'
(30671,83): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(30672,45): run-time error CSS1019: Unexpected token, found '-'
(30672,45): run-time error CSS1036: Expected expression, found '-'
(30672,45): run-time error CSS1019: Unexpected token, found '-'
(30672,45): run-time error CSS1042: Expected function, found '-'
(30672,80): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(30673,43): run-time error CSS1019: Unexpected token, found '-'
(30673,43): run-time error CSS1036: Expected expression, found '-'
(30673,43): run-time error CSS1019: Unexpected token, found '-'
(30673,43): run-time error CSS1042: Expected function, found '-'
(30673,78): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/*! jQuery UI - v1.11.4 - 2015-08-30
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}



/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
	background-color: #f2f2f2;
	height: 6px;
	border-radius: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-handle:focus,
.ui-slider-horizontal .ui-slider-handle:active{
	
	outline: none;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}



.widget-wrap .range{
	border:none;
	color: #222;
	font-weight: 400;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -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.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #222222;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}
a:focus {
  outline: none;
  /*

  // Default
  outline: thin dotted;
  // WebKit
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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: #777777;
}
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%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #222222;
}
a.text-primary:hover {
  color: #080808;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #222222;
}
a.bg-primary:hover {
  background-color: #080808;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
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: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
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.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  /*

  // Default
  outline: thin dotted;
  // WebKit
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
*/
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.428571429 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.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 .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  /*

  // Default
  outline: thin dotted;
  // WebKit
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
*/
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #222222;
  border-color: #151515;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #222222;
  border-color: #151515;
}
.btn-primary .badge {
  color: #222222;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #0fbd71;
  border-color: #0da563;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #0b8e55;
  border-color: #096d41;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #0fbd71;
  border-color: #0da563;
}
.btn-success .badge {
  color: #0fbd71;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #00aeef;
  border-color: #009bd6;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0089bc;
  border-color: #006f98;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #00aeef;
  border-color: #009bd6;
}
.btn-info .badge {
  color: #00aeef;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f7d227;
  border-color: #f6cd0e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #e3bc08;
  border-color: #c09f07;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f7d227;
  border-color: #f6cd0e;
}
.btn-warning .badge {
  color: #f7d227;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #dd1f26;
  border-color: #c71c22;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #b0191e;
  border-color: #911419;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #dd1f26;
  border-color: #c71c22;
}
.btn-danger .badge {
  color: #dd1f26;
  background-color: #ffffff;
}
.btn-link {
  color: #222222;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #222222;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
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: 0px;
}
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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #222222;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #ffffff;
  background-color: #222222;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .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;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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 {
  background-color: #080808;
  color: #ffffff;
}
@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: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000000;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #222222;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #080808;
}
.label-success {
  background-color: #0fbd71;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #0b8e55;
}
.label-info {
  background-color: #00aeef;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0089bc;
}
.label-warning {
  background-color: #f7d227;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e3bc08;
}
.label-danger {
  background-color: #dd1f26;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b0191e;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #222222;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #222222;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #222222;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #0fbd71;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #00aeef;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f7d227;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #dd1f26;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.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: #888888;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #222222;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #222222;
}
.panel-primary > .panel-heading .badge {
  color: #222222;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #222222;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-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;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.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);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

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

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

.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);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.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);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.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);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.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);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.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);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.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);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.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);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.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);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

.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);
            transform: translate3d(0, 100%, 0);
  }
}

.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);
            transform: translate3d(0, 2000px, 0);
  }
}

.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);
            transform: translate3d(-100%, 0, 0);
  }
}

.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);
            transform: translate3d(-2000px, 0, 0);
  }
}

.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);
            transform: translate3d(100%, 0, 0);
  }
}

.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);
            transform: translate3d(2000px, 0, 0);
  }
}

.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);
            transform: translate3d(0, -100%, 0);
  }
}

.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);
            transform: translate3d(0, -2000px, 0);
  }
}

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

.animated.flip {
  -webkit-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);
            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);
  }
}

.flipInX {
  -webkit-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);
            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);
  }
}

.flipInY {
  -webkit-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);
            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;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-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);
            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;
  }
}

.flipOutY {
  -webkit-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);
            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;
  }
}

.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);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

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

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

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

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

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

.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: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@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: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

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

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

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

.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);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.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);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.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);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

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

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

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

.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);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

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

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

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

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

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('../fonts/Simple-Line-Icons.eot');
	src:url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Simple-Line-Icons.woff') format('woff'),
		url('../fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Simple-Line-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-moustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-emoticon-smile:before {
	content: "\e021";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-credit-card:before {
	content: "\e025";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-user:before {
	content: "\e005";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglasses:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-map:before {
	content: "\e033";
}
.icon-layers:before {
	content: "\e034";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-frame:before {
	content: "\e038";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-directions:before {
	content: "\e041";
}
.icon-direction:before {
	content: "\e042";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-compass:before {
	content: "\e045";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-loop:before {
	content: "\e064";
}
.icon-logout:before {
	content: "\e065";
}
.icon-login:before {
	content: "\e066";
}
.icon-list:before {
	content: "\e067";
}
.icon-like:before {
	content: "\e068";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-bar-chart:before {
	content: "\e077";
}
.icon-arrow-up:before {
	content: "\e078";
}
.icon-arrow-right:before {
	content: "\e079";
}
.icon-arrow-left:before {
	content: "\e07a";
}
.icon-arrow-down:before {
	content: "\e07b";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camcorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-close:before {
	content: "\e082";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-doc:before {
	content: "\e085";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-folder:before {
	content: "\e089";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-plus:before {
	content: "\e095";
}
.icon-pointer:before {
	content: "\e096";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-users:before {
	content: "\e001";
}
/* 
 * 	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 Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?litblh');
	src:url('../fonts/icomoon.eot?#iefixlitblh') format('embedded-opentype'),
		url('../fonts/icomoon.woff?litblh') format('woff'),
		url('../fonts/icomoon.ttf?litblh') format('truetype'),
		url('../fonts/icomoon.svg?litblh#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-3d-rotation:before {
	content: "\e600";
}

.icon-accessibility:before {
	content: "\e601";
}

.icon-account-balance:before {
	content: "\e602";
}

.icon-account-balance-wallet:before {
	content: "\e603";
}

.icon-account-box:before {
	content: "\e604";
}

.icon-account-child:before {
	content: "\e605";
}

.icon-account-circle:before {
	content: "\e606";
}

.icon-add-shopping-cart:before {
	content: "\e607";
}

.icon-alarm:before {
	content: "\e608";
}

.icon-alarm-add:before {
	content: "\e609";
}

.icon-alarm-off:before {
	content: "\e60a";
}

.icon-alarm-on:before {
	content: "\e60b";
}

.icon-android2:before {
	content: "\e60c";
}

.icon-announcement:before {
	content: "\e60d";
}

.icon-aspect-ratio:before {
	content: "\e60e";
}

.icon-assessment:before {
	content: "\e60f";
}

.icon-assignment:before {
	content: "\e610";
}

.icon-assignment-ind:before {
	content: "\e611";
}

.icon-assignment-late:before {
	content: "\e612";
}

.icon-assignment-return:before {
	content: "\e613";
}

.icon-assignment-returned:before {
	content: "\e614";
}

.icon-assignment-turned-in:before {
	content: "\e615";
}

.icon-autorenew:before {
	content: "\e616";
}

.icon-backup:before {
	content: "\e617";
}

.icon-book2:before {
	content: "\e618";
}

.icon-bookmark2:before {
	content: "\e619";
}

.icon-bookmark-outline:before {
	content: "\e61a";
}

.icon-bug-report:before {
	content: "\e61b";
}

.icon-cached:before {
	content: "\e61c";
}

.icon-class:before {
	content: "\e61d";
}

.icon-credit-card2:before {
	content: "\e61e";
}

.icon-dashboard2:before {
	content: "\e61f";
}

.icon-delete:before {
	content: "\e620";
}

.icon-description:before {
	content: "\e621";
}

.icon-dns:before {
	content: "\e622";
}

.icon-done:before {
	content: "\e623";
}

.icon-done-all:before {
	content: "\e624";
}

.icon-event:before {
	content: "\e625";
}

.icon-exit-to-app:before {
	content: "\e626";
}

.icon-explore:before {
	content: "\e627";
}

.icon-extension:before {
	content: "\e628";
}

.icon-face-unlock:before {
	content: "\e629";
}

.icon-favorite:before {
	content: "\e62a";
}

.icon-favorite-outline:before {
	content: "\e62b";
}

.icon-find-in-page:before {
	content: "\e62c";
}

.icon-find-replace:before {
	content: "\e62d";
}

.icon-flip-to-back:before {
	content: "\e62e";
}

.icon-flip-to-front:before {
	content: "\e62f";
}

.icon-get-app:before {
	content: "\e630";
}

.icon-grade:before {
	content: "\e631";
}

.icon-group-work:before {
	content: "\e632";
}

.icon-help:before {
	content: "\e633";
}

.icon-highlight-remove:before {
	content: "\e634";
}

.icon-history2:before {
	content: "\e635";
}

.icon-home4:before {
	content: "\e636";
}

.icon-https:before {
	content: "\e637";
}

.icon-info2:before {
	content: "\e638";
}

.icon-info-outline:before {
	content: "\e639";
}

.icon-input:before {
	content: "\e63a";
}

.icon-invert-colors:before {
	content: "\e63b";
}

.icon-label:before {
	content: "\e63c";
}

.icon-label-outline:before {
	content: "\e63d";
}

.icon-language2:before {
	content: "\e63e";
}

.icon-launch:before {
	content: "\e63f";
}

.icon-list3:before {
	content: "\e640";
}

.icon-lock2:before {
	content: "\e641";
}

.icon-lock-open:before {
	content: "\e642";
}

.icon-lock-outline:before {
	content: "\e643";
}

.icon-loyalty:before {
	content: "\e644";
}

.icon-markunread-mailbox:before {
	content: "\e645";
}

.icon-note-add:before {
	content: "\e646";
}

.icon-open-in-browser:before {
	content: "\e647";
}

.icon-open-in-new:before {
	content: "\e648";
}

.icon-open-with:before {
	content: "\e649";
}

.icon-pageview:before {
	content: "\e64a";
}

.icon-payment:before {
	content: "\e64b";
}

.icon-perm-camera-m:before {
	content: "\e64c";
}

.icon-perm-contact-cal:before {
	content: "\e64d";
}

.icon-perm-data-setting:before {
	content: "\e64e";
}

.icon-perm-device-info:before {
	content: "\e64f";
}

.icon-perm-identity:before {
	content: "\e650";
}

.icon-perm-media:before {
	content: "\e651";
}

.icon-perm-phone-msg:before {
	content: "\e652";
}

.icon-perm-scan-wifi:before {
	content: "\e653";
}

.icon-picture-in-picture:before {
	content: "\e654";
}

.icon-polymer:before {
	content: "\e655";
}

.icon-print2:before {
	content: "\e656";
}

.icon-query-builder:before {
	content: "\e657";
}

.icon-question-answer:before {
	content: "\e658";
}

.icon-receipt:before {
	content: "\e659";
}

.icon-redeem:before {
	content: "\e65a";
}

.icon-reorder2:before {
	content: "\e65b";
}

.icon-report-problem:before {
	content: "\e65c";
}

.icon-restore:before {
	content: "\e65d";
}

.icon-room:before {
	content: "\e65e";
}

.icon-schedule:before {
	content: "\e65f";
}

.icon-search2:before {
	content: "\e660";
}

.icon-settings:before {
	content: "\e661";
}

.icon-settings-applications:before {
	content: "\e662";
}

.icon-settings-backup-restore:before {
	content: "\e663";
}

.icon-settings-bluetooth:before {
	content: "\e664";
}

.icon-settings-cell:before {
	content: "\e665";
}

.icon-settings-display:before {
	content: "\e666";
}

.icon-settings-ethernet:before {
	content: "\e667";
}

.icon-settings-input-antenna:before {
	content: "\e668";
}

.icon-settings-input-component:before {
	content: "\e669";
}

.icon-settings-input-composite:before {
	content: "\e66a";
}

.icon-settings-input-hdmi:before {
	content: "\e66b";
}

.icon-settings-input-svideo:before {
	content: "\e66c";
}

.icon-settings-overscan:before {
	content: "\e66d";
}

.icon-settings-phone:before {
	content: "\e66e";
}

.icon-settings-power:before {
	content: "\e66f";
}

.icon-settings-remote:before {
	content: "\e670";
}

.icon-settings-voice:before {
	content: "\e671";
}

.icon-shop:before {
	content: "\e672";
}

.icon-shop-two:before {
	content: "\e673";
}

.icon-shopping-basket:before {
	content: "\e674";
}

.icon-shopping-cart2:before {
	content: "\e675";
}

.icon-speaker-notes:before {
	content: "\e676";
}

.icon-spellcheck:before {
	content: "\e677";
}

.icon-star-rate:before {
	content: "\e678";
}

.icon-stars:before {
	content: "\e679";
}

.icon-store:before {
	content: "\e67a";
}

.icon-subject:before {
	content: "\e67b";
}

.icon-supervisor-account:before {
	content: "\e67c";
}

.icon-swap-horiz:before {
	content: "\e67d";
}

.icon-swap-vert:before {
	content: "\e67e";
}

.icon-swap-vert-circle:before {
	content: "\e67f";
}

.icon-system-update-tv:before {
	content: "\e680";
}

.icon-tab:before {
	content: "\e681";
}

.icon-tab-unselected:before {
	content: "\e682";
}

.icon-theaters:before {
	content: "\e683";
}

.icon-thumb-down:before {
	content: "\e684";
}

.icon-thumb-up:before {
	content: "\e685";
}

.icon-thumbs-up-down:before {
	content: "\e686";
}

.icon-toc:before {
	content: "\e687";
}

.icon-today:before {
	content: "\e688";
}

.icon-track-changes:before {
	content: "\e689";
}

.icon-translate:before {
	content: "\e68a";
}

.icon-trending-down:before {
	content: "\e68b";
}

.icon-trending-neutral:before {
	content: "\e68c";
}

.icon-trending-up:before {
	content: "\e68d";
}

.icon-turned-in:before {
	content: "\e68e";
}

.icon-turned-in-not:before {
	content: "\e68f";
}

.icon-verified-user:before {
	content: "\e690";
}

.icon-view-agenda:before {
	content: "\e691";
}

.icon-view-array:before {
	content: "\e692";
}

.icon-view-carousel:before {
	content: "\e693";
}

.icon-view-column:before {
	content: "\e694";
}

.icon-view-day:before {
	content: "\e695";
}

.icon-view-headline:before {
	content: "\e696";
}

.icon-view-list:before {
	content: "\e697";
}

.icon-view-module:before {
	content: "\e698";
}

.icon-view-quilt:before {
	content: "\e699";
}

.icon-view-stream:before {
	content: "\e69a";
}

.icon-view-week:before {
	content: "\e69b";
}

.icon-visibility:before {
	content: "\e69c";
}

.icon-visibility-off:before {
	content: "\e69d";
}

.icon-wallet-giftcard:before {
	content: "\e69e";
}

.icon-wallet-membership:before {
	content: "\e69f";
}

.icon-wallet-travel:before {
	content: "\e6a0";
}

.icon-work:before {
	content: "\e6a1";
}

.icon-error:before {
	content: "\e6a2";
}

.icon-warning2:before {
	content: "\e6a3";
}

.icon-album:before {
	content: "\e6a4";
}

.icon-av-timer:before {
	content: "\e6a5";
}

.icon-closed-caption:before {
	content: "\e6a6";
}

.icon-equalizer:before {
	content: "\e6a7";
}

.icon-explicit:before {
	content: "\e6a8";
}

.icon-fast-forward2:before {
	content: "\e6a9";
}

.icon-fast-rewind:before {
	content: "\e6aa";
}

.icon-games:before {
	content: "\e6ab";
}

.icon-hearing:before {
	content: "\e6ac";
}

.icon-high-quality:before {
	content: "\e6ad";
}

.icon-loop:before {
	content: "\e6ae";
}

.icon-mic:before {
	content: "\e6af";
}

.icon-mnone:before {
	content: "\e6b0";
}

.icon-moff:before {
	content: "\e6b1";
}

.icon-movie:before {
	content: "\e6b2";
}

.icon-my-library-add:before {
	content: "\e6b3";
}

.icon-my-library-books:before {
	content: "\e6b4";
}

.icon-my-library-mus:before {
	content: "\e6b5";
}

.icon-new-releases:before {
	content: "\e6b6";
}

.icon-not-interested:before {
	content: "\e6b7";
}

.icon-pause3:before {
	content: "\e6b8";
}

.icon-pause-circle-fill:before {
	content: "\e6b9";
}

.icon-pause-circle-outline:before {
	content: "\e6ba";
}

.icon-play-arrow:before {
	content: "\e6bb";
}

.icon-play-circle-fill:before {
	content: "\e6bc";
}

.icon-play-circle-outline:before {
	content: "\e6bd";
}

.icon-play-shopping-bag:before {
	content: "\e6be";
}

.icon-playlist-add:before {
	content: "\e6bf";
}

.icon-queue:before {
	content: "\e6c0";
}

.icon-queue-mus:before {
	content: "\e6c1";
}

.icon-radio:before {
	content: "\e6c2";
}

.icon-recent-actors:before {
	content: "\e6c3";
}

.icon-repeat2:before {
	content: "\e6c4";
}

.icon-repeat-one:before {
	content: "\e6c5";
}

.icon-replay:before {
	content: "\e6c6";
}

.icon-shuffle:before {
	content: "\e6c7";
}

.icon-skip-next:before {
	content: "\e6c8";
}

.icon-skip-previous:before {
	content: "\e6c9";
}

.icon-snooze:before {
	content: "\e6ca";
}

.icon-stop3:before {
	content: "\e6cb";
}

.icon-subtitles:before {
	content: "\e6cc";
}

.icon-surround-sound:before {
	content: "\e6cd";
}

.icon-video-collection:before {
	content: "\e6ce";
}

.icon-videocam:before {
	content: "\e6cf";
}

.icon-videocam-off:before {
	content: "\e6d0";
}

.icon-volume-down2:before {
	content: "\e6d1";
}

.icon-volume-mute:before {
	content: "\e6d2";
}

.icon-volume-off2:before {
	content: "\e6d3";
}

.icon-volume-up2:before {
	content: "\e6d4";
}

.icon-web:before {
	content: "\e6d5";
}

.icon-business:before {
	content: "\e6d6";
}

.icon-call:before {
	content: "\e6d7";
}

.icon-call-end:before {
	content: "\e6d8";
}

.icon-call-made:before {
	content: "\e6d9";
}

.icon-call-merge:before {
	content: "\e6da";
}

.icon-call-missed:before {
	content: "\e6db";
}

.icon-call-received:before {
	content: "\e6dc";
}

.icon-call-split:before {
	content: "\e6dd";
}

.icon-chat:before {
	content: "\e6de";
}

.icon-clear-all:before {
	content: "\e6df";
}

.icon-comment2:before {
	content: "\e6e0";
}

.icon-contacts:before {
	content: "\e6e1";
}

.icon-dialer-sip:before {
	content: "\e6e2";
}

.icon-dialpad:before {
	content: "\e6e3";
}

.icon-dnd-on:before {
	content: "\e6e4";
}

.icon-email:before {
	content: "\e6e5";
}

.icon-forum:before {
	content: "\e6e6";
}

.icon-import-export:before {
	content: "\e6e7";
}

.icon-invert-colors-off:before {
	content: "\e6e8";
}

.icon-invert-colors-on:before {
	content: "\e6e9";
}

.icon-live-help:before {
	content: "\e6ea";
}

.icon-location-off:before {
	content: "\e6eb";
}

.icon-location-on:before {
	content: "\e6ec";
}

.icon-message:before {
	content: "\e6ed";
}

.icon-messenger:before {
	content: "\e6ee";
}

.icon-no-sim:before {
	content: "\e6ef";
}

.icon-phone2:before {
	content: "\e6f0";
}

.icon-portable-wifi-off:before {
	content: "\e6f1";
}

.icon-quick-contacts-dialer:before {
	content: "\e6f2";
}

.icon-quick-contacts-mail:before {
	content: "\e6f3";
}

.icon-ring-volume:before {
	content: "\e6f4";
}

.icon-stay-current-landscape:before {
	content: "\e6f5";
}

.icon-stay-current-portrait:before {
	content: "\e6f6";
}

.icon-stay-primary-landscape:before {
	content: "\e6f7";
}

.icon-stay-primary-portrait:before {
	content: "\e6f8";
}

.icon-swap-calls:before {
	content: "\e6f9";
}

.icon-textsms:before {
	content: "\e6fa";
}

.icon-voicemail:before {
	content: "\e6fb";
}

.icon-vpn-key:before {
	content: "\e6fc";
}

.icon-add:before {
	content: "\e6fd";
}

.icon-add-box:before {
	content: "\e6fe";
}

.icon-add-circle:before {
	content: "\e6ff";
}

.icon-add-circle-outline:before {
	content: "\e700";
}

.icon-archive2:before {
	content: "\e701";
}

.icon-backspace:before {
	content: "\e702";
}

.icon-block:before {
	content: "\e703";
}

.icon-clear:before {
	content: "\e704";
}

.icon-content-copy:before {
	content: "\e705";
}

.icon-content-cut:before {
	content: "\e706";
}

.icon-content-paste:before {
	content: "\e707";
}

.icon-create:before {
	content: "\e708";
}

.icon-drafts:before {
	content: "\e709";
}

.icon-filter-list:before {
	content: "\e70a";
}

.icon-flag2:before {
	content: "\e70b";
}

.icon-forward4:before {
	content: "\e70c";
}

.icon-gesture:before {
	content: "\e70d";
}

.icon-inbox2:before {
	content: "\e70e";
}

.icon-link2:before {
	content: "\e70f";
}

.icon-mail:before {
	content: "\e710";
}

.icon-markunread:before {
	content: "\e711";
}

.icon-redo:before {
	content: "\e712";
}

.icon-remove2:before {
	content: "\e713";
}

.icon-remove-circle:before {
	content: "\e714";
}

.icon-remove-circle-outline:before {
	content: "\e715";
}

.icon-reply2:before {
	content: "\e716";
}

.icon-reply-all2:before {
	content: "\e717";
}

.icon-report:before {
	content: "\e718";
}

.icon-save2:before {
	content: "\e719";
}

.icon-select-all:before {
	content: "\e71a";
}

.icon-send2:before {
	content: "\e71b";
}

.icon-sort2:before {
	content: "\e71c";
}

.icon-text-format:before {
	content: "\e71d";
}

.icon-undo3:before {
	content: "\e71e";
}

.icon-access-alarm:before {
	content: "\e71f";
}

.icon-access-alarms:before {
	content: "\e720";
}

.icon-access-time:before {
	content: "\e721";
}

.icon-add-alarm:before {
	content: "\e722";
}

.icon-airplanemode-off:before {
	content: "\e723";
}

.icon-airplanemode-on:before {
	content: "\e724";
}

.icon-battery-20:before {
	content: "\e725";
}

.icon-battery-30:before {
	content: "\e726";
}

.icon-battery-50:before {
	content: "\e727";
}

.icon-battery-60:before {
	content: "\e728";
}

.icon-battery-80:before {
	content: "\e729";
}

.icon-battery-90:before {
	content: "\e72a";
}

.icon-battery-alert:before {
	content: "\e72b";
}

.icon-battery-charging-20:before {
	content: "\e72c";
}

.icon-battery-charging-30:before {
	content: "\e72d";
}

.icon-battery-charging-50:before {
	content: "\e72e";
}

.icon-battery-charging-60:before {
	content: "\e72f";
}

.icon-battery-charging-80:before {
	content: "\e730";
}

.icon-battery-charging-90:before {
	content: "\e731";
}

.icon-battery-charging-full:before {
	content: "\e732";
}

.icon-battery-full:before {
	content: "\e733";
}

.icon-battery-std:before {
	content: "\e734";
}

.icon-battery-unknown:before {
	content: "\e735";
}

.icon-bluetooth:before {
	content: "\e736";
}

.icon-bluetooth-connected:before {
	content: "\e737";
}

.icon-bluetooth-disabled:before {
	content: "\e738";
}

.icon-bluetooth-searching:before {
	content: "\e739";
}

.icon-brightness-auto:before {
	content: "\e73a";
}

.icon-brightness-high:before {
	content: "\e73b";
}

.icon-brightness-low:before {
	content: "\e73c";
}

.icon-brightness-medium:before {
	content: "\e73d";
}

.icon-data-usage:before {
	content: "\e73e";
}

.icon-developer-mode:before {
	content: "\e73f";
}

.icon-devices:before {
	content: "\e740";
}

.icon-dvr:before {
	content: "\e741";
}

.icon-gps-fixed:before {
	content: "\e742";
}

.icon-gps-not-fixed:before {
	content: "\e743";
}

.icon-gps-off:before {
	content: "\e744";
}

.icon-location-disabled:before {
	content: "\e745";
}

.icon-location-searching:before {
	content: "\e746";
}

.icon-multitrack-audio:before {
	content: "\e747";
}

.icon-network-cell:before {
	content: "\e748";
}

.icon-network-wifi:before {
	content: "\e749";
}

.icon-nfc:before {
	content: "\e74a";
}

.icon-now-wallpaper:before {
	content: "\e74b";
}

.icon-now-widgets:before {
	content: "\e74c";
}

.icon-screen-lock-landscape:before {
	content: "\e74d";
}

.icon-screen-lock-portrait:before {
	content: "\e74e";
}

.icon-screen-lock-rotation:before {
	content: "\e74f";
}

.icon-screen-rotation:before {
	content: "\e750";
}

.icon-sd-storage:before {
	content: "\e751";
}

.icon-settings-system-daydream:before {
	content: "\e752";
}

.icon-signal-cellular-0-bar:before {
	content: "\e753";
}

.icon-signal-cellular-1-bar:before {
	content: "\e754";
}

.icon-signal-cellular-2-bar:before {
	content: "\e755";
}

.icon-signal-cellular-3-bar:before {
	content: "\e756";
}

.icon-signal-cellular-4-bar:before {
	content: "\e757";
}

.icon-signal-cellular-connected-no-internet-0-bar:before {
	content: "\e758";
}

.icon-signal-cellular-connected-no-internet-1-bar:before {
	content: "\e759";
}

.icon-signal-cellular-connected-no-internet-2-bar:before {
	content: "\e75a";
}

.icon-signal-cellular-connected-no-internet-3-bar:before {
	content: "\e75b";
}

.icon-signal-cellular-connected-no-internet-4-bar:before {
	content: "\e75c";
}

.icon-signal-cellular-no-sim:before {
	content: "\e75d";
}

.icon-signal-cellular-null:before {
	content: "\e75e";
}

.icon-signal-cellular-off:before {
	content: "\e75f";
}

.icon-signal-wifi-0-bar:before {
	content: "\e760";
}

.icon-signal-wifi-1-bar:before {
	content: "\e761";
}

.icon-signal-wifi-2-bar:before {
	content: "\e762";
}

.icon-signal-wifi-3-bar:before {
	content: "\e763";
}

.icon-signal-wifi-4-bar:before {
	content: "\e764";
}

.icon-signal-wifi-off:before {
	content: "\e765";
}

.icon-signal-wifi-statusbar-1-bar:before {
	content: "\e766";
}

.icon-signal-wifi-statusbar-2-bar:before {
	content: "\e767";
}

.icon-signal-wifi-statusbar-3-bar:before {
	content: "\e768";
}

.icon-signal-wifi-statusbar-4-bar:before {
	content: "\e769";
}

.icon-signal-wifi-statusbar-connected-no-internet-1:before {
	content: "\e76a";
}

.icon-signal-wifi-statusbar-connected-no-internet-2:before {
	content: "\e76b";
}

.icon-signal-wifi-statusbar-connected-no-internet-3:before {
	content: "\e76c";
}

.icon-signal-wifi-statusbar-connected-no-internet-4:before {
	content: "\e76d";
}

.icon-signal-wifi-statusbar-connected-no-internet:before {
	content: "\e76e";
}

.icon-signal-wifi-statusbar-not-connected:before {
	content: "\e76f";
}

.icon-signal-wifi-statusbar-null:before {
	content: "\e770";
}

.icon-storage:before {
	content: "\e771";
}

.icon-usb:before {
	content: "\e772";
}

.icon-wifi-lock:before {
	content: "\e773";
}

.icon-wifi-tethering:before {
	content: "\e774";
}

.icon-attach-file:before {
	content: "\e775";
}

.icon-attach-money:before {
	content: "\e776";
}

.icon-border-all:before {
	content: "\e777";
}

.icon-border-bottom:before {
	content: "\e778";
}

.icon-border-clear:before {
	content: "\e779";
}

.icon-border-color:before {
	content: "\e77a";
}

.icon-border-horizontal:before {
	content: "\e77b";
}

.icon-border-inner:before {
	content: "\e77c";
}

.icon-border-left:before {
	content: "\e77d";
}

.icon-border-outer:before {
	content: "\e77e";
}

.icon-border-right:before {
	content: "\e77f";
}

.icon-border-style:before {
	content: "\e780";
}

.icon-border-top:before {
	content: "\e781";
}

.icon-border-vertical:before {
	content: "\e782";
}

.icon-format-align-center:before {
	content: "\e783";
}

.icon-format-align-justify:before {
	content: "\e784";
}

.icon-format-align-left:before {
	content: "\e785";
}

.icon-format-align-right:before {
	content: "\e786";
}

.icon-format-bold:before {
	content: "\e787";
}

.icon-format-clear:before {
	content: "\e788";
}

.icon-format-color-fill:before {
	content: "\e789";
}

.icon-format-color-reset:before {
	content: "\e78a";
}

.icon-format-color-text:before {
	content: "\e78b";
}

.icon-format-indent-decrease:before {
	content: "\e78c";
}

.icon-format-indent-increase:before {
	content: "\e78d";
}

.icon-format-ital:before {
	content: "\e78e";
}

.icon-format-line-spacing:before {
	content: "\e78f";
}

.icon-format-list-bulleted:before {
	content: "\e790";
}

.icon-format-list-numbered:before {
	content: "\e791";
}

.icon-format-paint:before {
	content: "\e792";
}

.icon-format-quote:before {
	content: "\e793";
}

.icon-format-size:before {
	content: "\e794";
}

.icon-format-strikethrough:before {
	content: "\e795";
}

.icon-format-textdirection-l-to-r:before {
	content: "\e796";
}

.icon-format-textdirection-r-to-l:before {
	content: "\e797";
}

.icon-format-underline:before {
	content: "\e798";
}

.icon-functions:before {
	content: "\e799";
}

.icon-insert-chart:before {
	content: "\e79a";
}

.icon-insert-comment:before {
	content: "\e79b";
}

.icon-insert-drive-file:before {
	content: "\e79c";
}

.icon-insert-emoticon:before {
	content: "\e79d";
}

.icon-insert-invitation:before {
	content: "\e79e";
}

.icon-insert-link:before {
	content: "\e79f";
}

.icon-insert-photo:before {
	content: "\e7a0";
}

.icon-merge-type:before {
	content: "\e7a1";
}

.icon-mode-comment:before {
	content: "\e7a2";
}

.icon-mode-edit:before {
	content: "\e7a3";
}

.icon-publish:before {
	content: "\e7a4";
}

.icon-vertical-align-bottom:before {
	content: "\e7a5";
}

.icon-vertical-align-center:before {
	content: "\e7a6";
}

.icon-vertical-align-top:before {
	content: "\e7a7";
}

.icon-wrap-text:before {
	content: "\e7a8";
}

.icon-attachment:before {
	content: "\e7a9";
}

.icon-cloud2:before {
	content: "\e7aa";
}

.icon-cloud-circle:before {
	content: "\e7ab";
}

.icon-cloud-done:before {
	content: "\e7ac";
}

.icon-cloud-download2:before {
	content: "\e7ad";
}

.icon-cloud-off:before {
	content: "\e7ae";
}

.icon-cloud-queue:before {
	content: "\e7af";
}

.icon-cloud-upload2:before {
	content: "\e7b0";
}

.icon-file-download:before {
	content: "\e7b1";
}

.icon-file-upload:before {
	content: "\e7b2";
}

.icon-folder2:before {
	content: "\e7b3";
}

.icon-folder-open2:before {
	content: "\e7b4";
}

.icon-folder-shared:before {
	content: "\e7b5";
}

.icon-cast:before {
	content: "\e7b6";
}

.icon-cast-connected:before {
	content: "\e7b7";
}

.icon-computer:before {
	content: "\e7b8";
}

.icon-desktop-mac:before {
	content: "\e7b9";
}

.icon-desktop-windows:before {
	content: "\e7ba";
}

.icon-dock:before {
	content: "\e7bb";
}

.icon-gamepad2:before {
	content: "\e7bc";
}

.icon-headset:before {
	content: "\e7bd";
}

.icon-headset-m:before {
	content: "\e7be";
}

.icon-keyboard:before {
	content: "\e7bf";
}

.icon-keyboard-alt:before {
	content: "\e7c0";
}

.icon-keyboard-arrow-down:before {
	content: "\e7c1";
}

.icon-keyboard-arrow-left:before {
	content: "\e7c2";
}

.icon-keyboard-arrow-right:before {
	content: "\e7c3";
}

.icon-keyboard-arrow-up:before {
	content: "\e7c4";
}

.icon-keyboard-backspace:before {
	content: "\e7c5";
}

.icon-keyboard-capslock:before {
	content: "\e7c6";
}

.icon-keyboard-control:before {
	content: "\e7c7";
}

.icon-keyboard-hide:before {
	content: "\e7c8";
}

.icon-keyboard-return:before {
	content: "\e7c9";
}

.icon-keyboard-tab:before {
	content: "\e7ca";
}

.icon-keyboard-voice:before {
	content: "\e7cb";
}

.icon-laptop2:before {
	content: "\e7cc";
}

.icon-laptop-chromebook:before {
	content: "\e7cd";
}

.icon-laptop-mac:before {
	content: "\e7ce";
}

.icon-laptop-windows:before {
	content: "\e7cf";
}

.icon-memory:before {
	content: "\e7d0";
}

.icon-mouse:before {
	content: "\e7d1";
}

.icon-phone-android:before {
	content: "\e7d2";
}

.icon-phone-iphone:before {
	content: "\e7d3";
}

.icon-phonelink:before {
	content: "\e7d4";
}

.icon-phonelink-off:before {
	content: "\e7d5";
}

.icon-security:before {
	content: "\e7d6";
}

.icon-sim-card:before {
	content: "\e7d7";
}

.icon-smartphone:before {
	content: "\e7d8";
}

.icon-speaker:before {
	content: "\e7d9";
}

.icon-tablet2:before {
	content: "\e7da";
}

.icon-tablet-android:before {
	content: "\e7db";
}

.icon-tablet-mac:before {
	content: "\e7dc";
}

.icon-tv:before {
	content: "\e7dd";
}

.icon-watch:before {
	content: "\e7de";
}

.icon-add-to-photos:before {
	content: "\e7df";
}

.icon-adjust2:before {
	content: "\e7e0";
}

.icon-assistant-photo:before {
	content: "\e7e1";
}

.icon-audiotrack:before {
	content: "\e7e2";
}

.icon-blur-circular:before {
	content: "\e7e3";
}

.icon-blur-linear:before {
	content: "\e7e4";
}

.icon-blur-off:before {
	content: "\e7e5";
}

.icon-blur-on:before {
	content: "\e7e6";
}

.icon-brightness-1:before {
	content: "\e7e7";
}

.icon-brightness-2:before {
	content: "\e7e8";
}

.icon-brightness-3:before {
	content: "\e7e9";
}

.icon-brightness-4:before {
	content: "\e7ea";
}

.icon-brightness-5:before {
	content: "\e7eb";
}

.icon-brightness-6:before {
	content: "\e7ec";
}

.icon-brightness-7:before {
	content: "\e7ed";
}

.icon-brush:before {
	content: "\e7ee";
}

.icon-camera2:before {
	content: "\e7ef";
}

.icon-camera-alt:before {
	content: "\e7f0";
}

.icon-camera-front:before {
	content: "\e7f1";
}

.icon-camera-rear:before {
	content: "\e7f2";
}

.icon-camera-roll:before {
	content: "\e7f3";
}

.icon-center-focus-strong:before {
	content: "\e7f4";
}

.icon-center-focus-weak:before {
	content: "\e7f5";
}

.icon-collections:before {
	content: "\e7f6";
}

.icon-color-lens:before {
	content: "\e7f7";
}

.icon-colorize:before {
	content: "\e7f8";
}

.icon-compare:before {
	content: "\e7f9";
}

.icon-control-point:before {
	content: "\e7fa";
}

.icon-control-point-duplicate:before {
	content: "\e7fb";
}

.icon-crop-3-2:before {
	content: "\e7fc";
}

.icon-crop-5-4:before {
	content: "\e7fd";
}

.icon-crop-7-5:before {
	content: "\e7fe";
}

.icon-crop-16-9:before {
	content: "\e7ff";
}

.icon-crop2:before {
	content: "\e800";
}

.icon-crop-din:before {
	content: "\e801";
}

.icon-crop-free:before {
	content: "\e802";
}

.icon-crop-landscape:before {
	content: "\e803";
}

.icon-crop-original:before {
	content: "\e804";
}

.icon-crop-portrait:before {
	content: "\e805";
}

.icon-crop-square:before {
	content: "\e806";
}

.icon-dehaze:before {
	content: "\e807";
}

.icon-details:before {
	content: "\e808";
}

.icon-edit2:before {
	content: "\e809";
}

.icon-exposure:before {
	content: "\e80a";
}

.icon-exposure-minus-1:before {
	content: "\e80b";
}

.icon-exposure-minus-2:before {
	content: "\e80c";
}

.icon-exposure-plus-1:before {
	content: "\e80d";
}

.icon-exposure-plus-2:before {
	content: "\e80e";
}

.icon-exposure-zero:before {
	content: "\e80f";
}

.icon-filter-1:before {
	content: "\e810";
}

.icon-filter-2:before {
	content: "\e811";
}

.icon-filter-3:before {
	content: "\e812";
}

.icon-filter-4:before {
	content: "\e813";
}

.icon-filter-5:before {
	content: "\e814";
}

.icon-filter-6:before {
	content: "\e815";
}

.icon-filter-7:before {
	content: "\e816";
}

.icon-filter-8:before {
	content: "\e817";
}

.icon-filter-9:before {
	content: "\e818";
}

.icon-filter-9-plus:before {
	content: "\e819";
}

.icon-filter2:before {
	content: "\e81a";
}

.icon-filter-b-and-w:before {
	content: "\e81b";
}

.icon-filter-center-focus:before {
	content: "\e81c";
}

.icon-filter-drama:before {
	content: "\e81d";
}

.icon-filter-frames:before {
	content: "\e81e";
}

.icon-filter-hdr:before {
	content: "\e81f";
}

.icon-filter-none:before {
	content: "\e820";
}

.icon-filter-tilt-shift:before {
	content: "\e821";
}

.icon-filter-vintage:before {
	content: "\e822";
}

.icon-flare:before {
	content: "\e823";
}

.icon-flash-auto:before {
	content: "\e824";
}

.icon-flash-off:before {
	content: "\e825";
}

.icon-flash-on:before {
	content: "\e826";
}

.icon-flip:before {
	content: "\e827";
}

.icon-gradient:before {
	content: "\e828";
}

.icon-grain:before {
	content: "\e829";
}

.icon-grid-off:before {
	content: "\e82a";
}

.icon-grid-on:before {
	content: "\e82b";
}

.icon-hdr-off:before {
	content: "\e82c";
}

.icon-hdr-on:before {
	content: "\e82d";
}

.icon-hdr-strong:before {
	content: "\e82e";
}

.icon-hdr-weak:before {
	content: "\e82f";
}

.icon-healing:before {
	content: "\e830";
}

.icon-image2:before {
	content: "\e831";
}

.icon-image-aspect-ratio:before {
	content: "\e832";
}

.icon-iso:before {
	content: "\e833";
}

.icon-landscape:before {
	content: "\e834";
}

.icon-leak-add:before {
	content: "\e835";
}

.icon-leak-remove:before {
	content: "\e836";
}

.icon-lens:before {
	content: "\e837";
}

.icon-looks-3:before {
	content: "\e838";
}

.icon-looks-4:before {
	content: "\e839";
}

.icon-looks-5:before {
	content: "\e83a";
}

.icon-looks-6:before {
	content: "\e83b";
}

.icon-looks:before {
	content: "\e83c";
}

.icon-looks-one:before {
	content: "\e83d";
}

.icon-looks-two:before {
	content: "\e83e";
}

.icon-loupe:before {
	content: "\e83f";
}

.icon-movie-creation:before {
	content: "\e840";
}

.icon-nature:before {
	content: "\e841";
}

.icon-nature-people:before {
	content: "\e842";
}

.icon-navigate-before:before {
	content: "\e843";
}

.icon-navigate-next:before {
	content: "\e844";
}

.icon-palette:before {
	content: "\e845";
}

.icon-panorama:before {
	content: "\e846";
}

.icon-panorama-fisheye:before {
	content: "\e847";
}

.icon-panorama-horizontal:before {
	content: "\e848";
}

.icon-panorama-vertical:before {
	content: "\e849";
}

.icon-panorama-wide-angle:before {
	content: "\e84a";
}

.icon-photo2:before {
	content: "\e84b";
}

.icon-photo-album:before {
	content: "\e84c";
}

.icon-photo-camera:before {
	content: "\e84d";
}

.icon-photo-library:before {
	content: "\e84e";
}

.icon-portrait:before {
	content: "\e84f";
}

.icon-remove-red-eye:before {
	content: "\e850";
}

.icon-rotate-left2:before {
	content: "\e851";
}

.icon-rotate-right2:before {
	content: "\e852";
}

.icon-slideshow:before {
	content: "\e853";
}

.icon-straighten:before {
	content: "\e854";
}

.icon-style:before {
	content: "\e855";
}

.icon-switch-camera:before {
	content: "\e856";
}

.icon-switch-video:before {
	content: "\e857";
}

.icon-tag-faces:before {
	content: "\e858";
}

.icon-texture:before {
	content: "\e859";
}

.icon-timelapse:before {
	content: "\e85a";
}

.icon-timer-3:before {
	content: "\e85b";
}

.icon-timer-10:before {
	content: "\e85c";
}

.icon-timer:before {
	content: "\e85d";
}

.icon-timer-auto:before {
	content: "\e85e";
}

.icon-timer-off:before {
	content: "\e85f";
}

.icon-tonality:before {
	content: "\e860";
}

.icon-transform:before {
	content: "\e861";
}

.icon-tune:before {
	content: "\e862";
}

.icon-wb-auto:before {
	content: "\e863";
}

.icon-wb-cloudy:before {
	content: "\e864";
}

.icon-wb-incandescent:before {
	content: "\e865";
}

.icon-wb-irradescent:before {
	content: "\e866";
}

.icon-wb-sunny:before {
	content: "\e867";
}

.icon-beenhere:before {
	content: "\e868";
}

.icon-directions:before {
	content: "\e869";
}

.icon-directions-bike:before {
	content: "\e86a";
}

.icon-directions-bus:before {
	content: "\e86b";
}

.icon-directions-car:before {
	content: "\e86c";
}

.icon-directions-ferry:before {
	content: "\e86d";
}

.icon-directions-subway:before {
	content: "\e86e";
}

.icon-directions-train:before {
	content: "\e86f";
}

.icon-directions-transit:before {
	content: "\e870";
}

.icon-directions-walk:before {
	content: "\e871";
}

.icon-flight:before {
	content: "\e872";
}

.icon-hotel2:before {
	content: "\e873";
}

.icon-layers:before {
	content: "\e874";
}

.icon-layers-clear:before {
	content: "\e875";
}

.icon-local-airport:before {
	content: "\e876";
}

.icon-local-atm:before {
	content: "\e877";
}

.icon-local-attraction:before {
	content: "\e878";
}

.icon-local-bar:before {
	content: "\e879";
}

.icon-local-cafe:before {
	content: "\e87a";
}

.icon-local-car-wash:before {
	content: "\e87b";
}

.icon-local-convenience-store:before {
	content: "\e87c";
}

.icon-local-drink:before {
	content: "\e87d";
}

.icon-local-florist:before {
	content: "\e87e";
}

.icon-local-gas-station:before {
	content: "\e87f";
}

.icon-local-grocery-store:before {
	content: "\e880";
}

.icon-local-hospital:before {
	content: "\e881";
}

.icon-local-hotel:before {
	content: "\e882";
}

.icon-local-laundry-service:before {
	content: "\e883";
}

.icon-local-library:before {
	content: "\e884";
}

.icon-local-mall:before {
	content: "\e885";
}

.icon-local-movies:before {
	content: "\e886";
}

.icon-local-offer:before {
	content: "\e887";
}

.icon-local-parking:before {
	content: "\e888";
}

.icon-local-pharmacy:before {
	content: "\e889";
}

.icon-local-phone:before {
	content: "\e88a";
}

.icon-local-pizza:before {
	content: "\e88b";
}

.icon-local-play:before {
	content: "\e88c";
}

.icon-local-post-office:before {
	content: "\e88d";
}

.icon-local-print-shop:before {
	content: "\e88e";
}

.icon-local-restaurant:before {
	content: "\e88f";
}

.icon-local-see:before {
	content: "\e890";
}

.icon-local-shipping:before {
	content: "\e891";
}

.icon-local-taxi:before {
	content: "\e892";
}

.icon-location-history:before {
	content: "\e893";
}

.icon-map:before {
	content: "\e894";
}

.icon-my-location:before {
	content: "\e895";
}

.icon-navigation:before {
	content: "\e896";
}

.icon-pin-drop:before {
	content: "\e897";
}

.icon-place:before {
	content: "\e898";
}

.icon-rate-review:before {
	content: "\e899";
}

.icon-restaurant-menu:before {
	content: "\e89a";
}

.icon-satellite:before {
	content: "\e89b";
}

.icon-store-mall-directory:before {
	content: "\e89c";
}

.icon-terrain:before {
	content: "\e89d";
}

.icon-traff:before {
	content: "\e89e";
}

.icon-apps:before {
	content: "\e89f";
}

.icon-arrow-back:before {
	content: "\e8a0";
}

.icon-arrow-drop-down:before {
	content: "\e8a1";
}

.icon-arrow-drop-down-circle:before {
	content: "\e8a2";
}

.icon-arrow-drop-up:before {
	content: "\e8a3";
}

.icon-arrow-forward:before {
	content: "\e8a4";
}

.icon-cancel:before {
	content: "\e8a5";
}

.icon-check2:before {
	content: "\e8a6";
}

.icon-chevron-left2:before {
	content: "\e8a7";
}

.icon-chevron-right2:before {
	content: "\e8a8";
}

.icon-close2:before {
	content: "\e8a9";
}

.icon-expand-less:before {
	content: "\e8aa";
}

.icon-expand-more:before {
	content: "\e8ab";
}

.icon-fullscreen:before {
	content: "\e8ac";
}

.icon-fullscreen-exit:before {
	content: "\e8ad";
}

.icon-menu:before {
	content: "\e8ae";
}

.icon-more-horiz:before {
	content: "\e8af";
}

.icon-more-vert:before {
	content: "\e8b0";
}

.icon-refresh2:before {
	content: "\e8b1";
}

.icon-unfold-less:before {
	content: "\e8b2";
}

.icon-unfold-more:before {
	content: "\e8b3";
}

.icon-adb:before {
	content: "\e8b4";
}

.icon-bluetooth-audio:before {
	content: "\e8b5";
}

.icon-disc-full:before {
	content: "\e8b6";
}

.icon-dnd-forwardslash:before {
	content: "\e8b7";
}

.icon-do-not-disturb:before {
	content: "\e8b8";
}

.icon-drive-eta:before {
	content: "\e8b9";
}

.icon-event-available:before {
	content: "\e8ba";
}

.icon-event-busy:before {
	content: "\e8bb";
}

.icon-event-note:before {
	content: "\e8bc";
}

.icon-folder-special:before {
	content: "\e8bd";
}

.icon-mms:before {
	content: "\e8be";
}

.icon-more:before {
	content: "\e8bf";
}

.icon-network-locked:before {
	content: "\e8c0";
}

.icon-phone-bluetooth-speaker:before {
	content: "\e8c1";
}

.icon-phone-forwarded:before {
	content: "\e8c2";
}

.icon-phone-in-talk:before {
	content: "\e8c3";
}

.icon-phone-locked:before {
	content: "\e8c4";
}

.icon-phone-missed:before {
	content: "\e8c5";
}

.icon-phone-paused:before {
	content: "\e8c6";
}

.icon-play-download:before {
	content: "\e8c7";
}

.icon-play-install:before {
	content: "\e8c8";
}

.icon-sd-card:before {
	content: "\e8c9";
}

.icon-sim-card-alert:before {
	content: "\e8ca";
}

.icon-sms:before {
	content: "\e8cb";
}

.icon-sms-failed:before {
	content: "\e8cc";
}

.icon-sync:before {
	content: "\e8cd";
}

.icon-sync-disabled:before {
	content: "\e8ce";
}

.icon-sync-problem:before {
	content: "\e8cf";
}

.icon-system-update:before {
	content: "\e8d0";
}

.icon-tap-and-play:before {
	content: "\e8d1";
}

.icon-time-to-leave:before {
	content: "\e8d2";
}

.icon-vibration:before {
	content: "\e8d3";
}

.icon-voice-chat:before {
	content: "\e8d4";
}

.icon-vpn-lock:before {
	content: "\e8d5";
}

.icon-cake:before {
	content: "\e8d6";
}

.icon-domain:before {
	content: "\e8d7";
}

.icon-group2:before {
	content: "\e8d8";
}

.icon-group-add:before {
	content: "\e8d9";
}

.icon-location-city:before {
	content: "\e8da";
}

.icon-mood:before {
	content: "\e8db";
}

.icon-notifications:before {
	content: "\e8dc";
}

.icon-notifications-none:before {
	content: "\e8dd";
}

.icon-notifications-off:before {
	content: "\e8de";
}

.icon-notifications-on:before {
	content: "\e8df";
}

.icon-notifications-paused:before {
	content: "\e8e0";
}

.icon-pages:before {
	content: "\e8e1";
}

.icon-party-mode:before {
	content: "\e8e2";
}

.icon-people:before {
	content: "\e8e3";
}

.icon-people-outline:before {
	content: "\e8e4";
}

.icon-person:before {
	content: "\e8e5";
}

.icon-person-add:before {
	content: "\e8e6";
}

.icon-person-outline:before {
	content: "\e8e7";
}

.icon-plus-one:before {
	content: "\e8e8";
}

.icon-poll:before {
	content: "\e8e9";
}

.icon-publ:before {
	content: "\e8ea";
}

.icon-school:before {
	content: "\e8eb";
}

.icon-share3:before {
	content: "\e8ec";
}

.icon-whatshot:before {
	content: "\e8ed";
}

.icon-check-box:before {
	content: "\e8ee";
}

.icon-check-box-outline-blank:before {
	content: "\e8ef";
}

.icon-radio-button-off:before {
	content: "\e8f0";
}

.icon-radio-button-on:before {
	content: "\e8f1";
}

.icon-star2:before {
	content: "\e8f2";
}

.icon-star-half2:before {
	content: "\e8f3";
}

.icon-star-outline:before {
	content: "\e8f4";
}

.icon-times2:before {
	content: "\e8f5";
}

.icon-tick:before {
	content: "\e8f6";
}

.icon-plus2:before {
	content: "\e8f7";
}

.icon-minus2:before {
	content: "\e8f8";
}

.icon-equals:before {
	content: "\e8f9";
}

.icon-divide:before {
	content: "\e8fa";
}

.icon-chevron-right3:before {
	content: "\e8fb";
}

.icon-chevron-left3:before {
	content: "\e8fc";
}

.icon-arrow-right-thick:before {
	content: "\e8fd";
}

.icon-arrow-left-thick:before {
	content: "\e8fe";
}

.icon-th-small:before {
	content: "\e8ff";
}

.icon-th-menu:before {
	content: "\eaeb";
}

.icon-th-list2:before {
	content: "\eaec";
}

.icon-th-large2:before {
	content: "\eaed";
}

.icon-home5:before {
	content: "\eaee";
}

.icon-arrow-forward2:before {
	content: "\eaef";
}

.icon-arrow-back2:before {
	content: "\eaf0";
}

.icon-rss2:before {
	content: "\eaf1";
}

.icon-location:before {
	content: "\eaf2";
}

.icon-link3:before {
	content: "\eaf3";
}

.icon-image3:before {
	content: "\eaf4";
}

.icon-arrow-up-thick:before {
	content: "\eaf5";
}

.icon-arrow-down-thick:before {
	content: "\eaf6";
}

.icon-starburst:before {
	content: "\eaf7";
}

.icon-starburst-outline:before {
	content: "\eaf8";
}

.icon-star3:before {
	content: "\eaf9";
}

.icon-flow-children:before {
	content: "\eafa";
}

.icon-export:before {
	content: "\eafb";
}

.icon-delete2:before {
	content: "\eafc";
}

.icon-delete-outline:before {
	content: "\eafd";
}

.icon-cloud-storage:before {
	content: "\eafe";
}

.icon-wi-fi:before {
	content: "\eaff";
}

.icon-heart2:before {
	content: "\eb00";
}

.icon-flash2:before {
	content: "\eb01";
}

.icon-cancel2:before {
	content: "\eb02";
}

.icon-backspace2:before {
	content: "\eb03";
}

.icon-attachment2:before {
	content: "\eb04";
}

.icon-arrow-move:before {
	content: "\eb05";
}

.icon-warning3:before {
	content: "\eb06";
}

.icon-user2:before {
	content: "\eb07";
}

.icon-radar:before {
	content: "\eb08";
}

.icon-lock-open2:before {
	content: "\eb09";
}

.icon-lock-closed:before {
	content: "\eb0a";
}

.icon-location-arrow2:before {
	content: "\eb0b";
}

.icon-info3:before {
	content: "\eb0c";
}

.icon-user-delete:before {
	content: "\eb0d";
}

.icon-user-add:before {
	content: "\eb0e";
}

.icon-media-pause:before {
	content: "\eb0f";
}

.icon-group3:before {
	content: "\eb10";
}

.icon-chart-pie:before {
	content: "\eb11";
}

.icon-chart-line:before {
	content: "\eb12";
}

.icon-chart-bar:before {
	content: "\eb13";
}

.icon-chart-area:before {
	content: "\eb14";
}

.icon-video:before {
	content: "\eb15";
}

.icon-point-of-interest:before {
	content: "\eb16";
}

.icon-infinity:before {
	content: "\eb17";
}

.icon-globe2:before {
	content: "\eb18";
}

.icon-eye2:before {
	content: "\eb19";
}

.icon-cog2:before {
	content: "\eb1a";
}

.icon-camera3:before {
	content: "\eb1b";
}

.icon-upload4:before {
	content: "\eb1c";
}

.icon-scissors2:before {
	content: "\eb1d";
}

.icon-refresh3:before {
	content: "\eb1e";
}

.icon-pin:before {
	content: "\eb1f";
}

.icon-key3:before {
	content: "\eb20";
}

.icon-info-large:before {
	content: "\eb21";
}

.icon-eject2:before {
	content: "\eb22";
}

.icon-download4:before {
	content: "\eb23";
}

.icon-zoom:before {
	content: "\eb24";
}

.icon-zoom-out:before {
	content: "\eb25";
}

.icon-zoom-in:before {
	content: "\eb26";
}

.icon-sort-numerically:before {
	content: "\eb27";
}

.icon-sort-alphabetically:before {
	content: "\eb28";
}

.icon-input-checked:before {
	content: "\eb29";
}

.icon-calender:before {
	content: "\eb2a";
}

.icon-world:before {
	content: "\eb2b";
}

.icon-notes:before {
	content: "\eb2c";
}

.icon-code2:before {
	content: "\eb2d";
}

.icon-arrow-sync:before {
	content: "\eb2e";
}

.icon-arrow-shuffle:before {
	content: "\eb2f";
}

.icon-arrow-repeat:before {
	content: "\eb30";
}

.icon-arrow-minimise:before {
	content: "\eb31";
}

.icon-arrow-maximise:before {
	content: "\eb32";
}

.icon-arrow-loop:before {
	content: "\eb33";
}

.icon-anchor2:before {
	content: "\eb34";
}

.icon-spanner:before {
	content: "\eb35";
}

.icon-puzzle:before {
	content: "\eb36";
}

.icon-power:before {
	content: "\eb37";
}

.icon-plane2:before {
	content: "\eb38";
}

.icon-pi:before {
	content: "\eb39";
}

.icon-phone3:before {
	content: "\eb3a";
}

.icon-microphone2:before {
	content: "\eb3b";
}

.icon-media-rewind:before {
	content: "\eb3c";
}

.icon-flag3:before {
	content: "\eb3d";
}

.icon-adjust-brightness:before {
	content: "\eb3e";
}

.icon-waves:before {
	content: "\eb3f";
}

.icon-social-twitter:before {
	content: "\eb40";
}

.icon-social-facebook:before {
	content: "\eb41";
}

.icon-social-dribbble:before {
	content: "\eb42";
}

.icon-media-stop:before {
	content: "\eb43";
}

.icon-media-record:before {
	content: "\eb44";
}

.icon-media-play:before {
	content: "\eb45";
}

.icon-media-fast-forward:before {
	content: "\eb46";
}

.icon-media-eject:before {
	content: "\eb47";
}

.icon-social-vimeo:before {
	content: "\eb48";
}

.icon-social-tumbler:before {
	content: "\eb49";
}

.icon-social-skype:before {
	content: "\eb4a";
}

.icon-social-pinterest:before {
	content: "\eb4b";
}

.icon-social-linkedin:before {
	content: "\eb4c";
}

.icon-social-last-fm:before {
	content: "\eb4d";
}

.icon-social-github:before {
	content: "\eb4e";
}

.icon-social-flickr:before {
	content: "\eb4f";
}

.icon-at2:before {
	content: "\eb50";
}

.icon-times-outline:before {
	content: "\eb51";
}

.icon-plus-outline:before {
	content: "\eb52";
}

.icon-minus-outline:before {
	content: "\eb53";
}

.icon-tick-outline:before {
	content: "\eb54";
}

.icon-th-large-outline:before {
	content: "\eb55";
}

.icon-equals-outline:before {
	content: "\eb56";
}

.icon-divide-outline:before {
	content: "\eb57";
}

.icon-chevron-right-outline:before {
	content: "\eb58";
}

.icon-chevron-left-outline:before {
	content: "\eb59";
}

.icon-arrow-right-outline:before {
	content: "\eb5a";
}

.icon-arrow-left-outline:before {
	content: "\eb5b";
}

.icon-th-small-outline:before {
	content: "\eb5c";
}

.icon-th-menu-outline:before {
	content: "\eb5d";
}

.icon-th-list-outline:before {
	content: "\eb5e";
}

.icon-news:before {
	content: "\eb5f";
}

.icon-home-outline:before {
	content: "\eb60";
}

.icon-arrow-up-outline:before {
	content: "\eb61";
}

.icon-arrow-forward-outline:before {
	content: "\eb62";
}

.icon-arrow-down-outline:before {
	content: "\eb63";
}

.icon-arrow-back-outline:before {
	content: "\eb64";
}

.icon-trash2:before {
	content: "\eb65";
}

.icon-rss-outline:before {
	content: "\eb66";
}

.icon-message2:before {
	content: "\eb67";
}

.icon-location-outline:before {
	content: "\eb68";
}

.icon-link-outline:before {
	content: "\eb69";
}

.icon-image-outline:before {
	content: "\eb6a";
}

.icon-export-outline:before {
	content: "\eb6b";
}

.icon-cross:before {
	content: "\eb6c";
}

.icon-wi-fi-outline:before {
	content: "\eb6d";
}

.icon-star-outline2:before {
	content: "\eb6e";
}

.icon-media-pause-outline:before {
	content: "\eb6f";
}

.icon-mail5:before {
	content: "\eb70";
}

.icon-heart-outline:before {
	content: "\eb71";
}

.icon-flash-outline:before {
	content: "\eb72";
}

.icon-cancel-outline:before {
	content: "\eb73";
}

.icon-beaker:before {
	content: "\eb74";
}

.icon-arrow-move-outline:before {
	content: "\eb75";
}

.icon-watch2:before {
	content: "\eb76";
}

.icon-warning-outline:before {
	content: "\eb77";
}

.icon-time:before {
	content: "\eb78";
}

.icon-radar-outline:before {
	content: "\eb79";
}

.icon-lock-open-outline:before {
	content: "\eb7a";
}

.icon-location-arrow-outline:before {
	content: "\eb7b";
}

.icon-info-outline2:before {
	content: "\eb7c";
}

.icon-backspace-outline:before {
	content: "\eb7d";
}

.icon-attachment-outline:before {
	content: "\eb7e";
}

.icon-user-outline:before {
	content: "\eb7f";
}

.icon-user-delete-outline:before {
	content: "\eb80";
}

.icon-user-add-outline:before {
	content: "\eb81";
}

.icon-lock-closed-outline:before {
	content: "\eb82";
}

.icon-group-outline:before {
	content: "\eb83";
}

.icon-chart-pie-outline:before {
	content: "\eb84";
}

.icon-chart-line-outline:before {
	content: "\eb85";
}

.icon-chart-bar-outline:before {
	content: "\eb86";
}

.icon-chart-area-outline:before {
	content: "\eb87";
}

.icon-video-outline:before {
	content: "\eb88";
}

.icon-point-of-interest-outline:before {
	content: "\eb89";
}

.icon-map3:before {
	content: "\eb8a";
}

.icon-key-outline:before {
	content: "\eb8b";
}

.icon-infinity-outline:before {
	content: "\eb8c";
}

.icon-globe-outline:before {
	content: "\eb8d";
}

.icon-eye-outline:before {
	content: "\eb8e";
}

.icon-cog-outline:before {
	content: "\eb8f";
}

.icon-camera-outline:before {
	content: "\eb90";
}

.icon-upload-outline:before {
	content: "\eb91";
}

.icon-support2:before {
	content: "\eb92";
}

.icon-scissors-outline:before {
	content: "\eb93";
}

.icon-refresh-outline:before {
	content: "\eb94";
}

.icon-info-large-outline:before {
	content: "\eb95";
}

.icon-eject-outline:before {
	content: "\eb96";
}

.icon-download-outline:before {
	content: "\eb97";
}

.icon-battery-mid:before {
	content: "\eb98";
}

.icon-battery-low:before {
	content: "\eb99";
}

.icon-battery-high:before {
	content: "\eb9a";
}

.icon-zoom-outline:before {
	content: "\eb9b";
}

.icon-zoom-out-outline:before {
	content: "\eb9c";
}

.icon-zoom-in-outline:before {
	content: "\eb9d";
}

.icon-tag2:before {
	content: "\eb9e";
}

.icon-tabs-outline:before {
	content: "\eb9f";
}

.icon-pin-outline:before {
	content: "\eba0";
}

.icon-message-typing:before {
	content: "\eba1";
}

.icon-directions2:before {
	content: "\eba2";
}

.icon-battery-full2:before {
	content: "\eba3";
}

.icon-battery-charge:before {
	content: "\eba4";
}

.icon-pipette:before {
	content: "\eba5";
}

.icon-pencil3:before {
	content: "\eba6";
}

.icon-folder3:before {
	content: "\eba7";
}

.icon-folder-delete:before {
	content: "\eba8";
}

.icon-folder-add:before {
	content: "\eba9";
}

.icon-edit3:before {
	content: "\ebaa";
}

.icon-document:before {
	content: "\ebab";
}

.icon-document-delete:before {
	content: "\ebac";
}

.icon-document-add:before {
	content: "\ebad";
}

.icon-brush2:before {
	content: "\ebae";
}

.icon-thumbs-up2:before {
	content: "\ebaf";
}

.icon-thumbs-down2:before {
	content: "\ebb0";
}

.icon-pen:before {
	content: "\ebb1";
}

.icon-sort-numerically-outline:before {
	content: "\ebb2";
}

.icon-sort-alphabetically-outline:before {
	content: "\ebb3";
}

.icon-social-last-fm-circular:before {
	content: "\ebb4";
}

.icon-social-github-circular:before {
	content: "\ebb5";
}

.icon-compass3:before {
	content: "\ebb6";
}

.icon-bookmark3:before {
	content: "\ebb7";
}

.icon-input-checked-outline:before {
	content: "\ebb8";
}

.icon-code-outline:before {
	content: "\ebb9";
}

.icon-calender-outline:before {
	content: "\ebba";
}

.icon-business-card:before {
	content: "\ebbb";
}

.icon-arrow-up3:before {
	content: "\ebbc";
}

.icon-arrow-sync-outline:before {
	content: "\ebbd";
}

.icon-arrow-right3:before {
	content: "\ebbe";
}

.icon-arrow-repeat-outline:before {
	content: "\ebbf";
}

.icon-arrow-loop-outline:before {
	content: "\ebc0";
}

.icon-arrow-left3:before {
	content: "\ebc1";
}

.icon-flow-switch:before {
	content: "\ebc2";
}

.icon-flow-parallel:before {
	content: "\ebc3";
}

.icon-flow-merge:before {
	content: "\ebc4";
}

.icon-document-text:before {
	content: "\ebc5";
}

.icon-clipboard2:before {
	content: "\ebc6";
}

.icon-calculator2:before {
	content: "\ebc7";
}

.icon-arrow-minimise-outline:before {
	content: "\ebc8";
}

.icon-arrow-maximise-outline:before {
	content: "\ebc9";
}

.icon-arrow-down3:before {
	content: "\ebca";
}

.icon-gift2:before {
	content: "\ebcb";
}

.icon-film2:before {
	content: "\ebcc";
}

.icon-database2:before {
	content: "\ebcd";
}

.icon-bell2:before {
	content: "\ebce";
}

.icon-anchor-outline:before {
	content: "\ebcf";
}

.icon-adjust-contrast:before {
	content: "\ebd0";
}

.icon-world-outline:before {
	content: "\ebd1";
}

.icon-shopping-bag:before {
	content: "\ebd2";
}

.icon-power-outline:before {
	content: "\ebd3";
}

.icon-notes-outline:before {
	content: "\ebd4";
}

.icon-device-tablet:before {
	content: "\ebd5";
}

.icon-device-phone:before {
	content: "\ebd6";
}

.icon-device-laptop:before {
	content: "\ebd7";
}

.icon-device-desktop:before {
	content: "\ebd8";
}

.icon-briefcase2:before {
	content: "\ebd9";
}

.icon-stopwatch:before {
	content: "\ebda";
}

.icon-spanner-outline:before {
	content: "\ebdb";
}

.icon-puzzle-outline:before {
	content: "\ebdc";
}

.icon-printer:before {
	content: "\ebdd";
}

.icon-pi-outline:before {
	content: "\ebde";
}

.icon-lightbulb:before {
	content: "\ebdf";
}

.icon-flag-outline:before {
	content: "\ebe0";
}

.icon-contacts2:before {
	content: "\ebe1";
}

.icon-archive3:before {
	content: "\ebe2";
}

.icon-weather-stormy:before {
	content: "\ebe3";
}

.icon-weather-shower:before {
	content: "\ebe4";
}

.icon-weather-partly-sunny:before {
	content: "\ebe5";
}

.icon-weather-downpour:before {
	content: "\ebe6";
}

.icon-weather-cloudy:before {
	content: "\ebe7";
}

.icon-plane-outline:before {
	content: "\ebe8";
}

.icon-phone-outline:before {
	content: "\ebe9";
}

.icon-microphone-outline:before {
	content: "\ebea";
}

.icon-weather-windy:before {
	content: "\ebeb";
}

.icon-weather-windy-cloudy:before {
	content: "\ebec";
}

.icon-weather-sunny:before {
	content: "\ebed";
}

.icon-weather-snow:before {
	content: "\ebee";
}

.icon-weather-night:before {
	content: "\ebef";
}

.icon-media-stop-outline:before {
	content: "\ebf0";
}

.icon-media-rewind-outline:before {
	content: "\ebf1";
}

.icon-media-record-outline:before {
	content: "\ebf2";
}

.icon-media-play-outline:before {
	content: "\ebf3";
}

.icon-media-fast-forward-outline:before {
	content: "\ebf4";
}

.icon-media-eject-outline:before {
	content: "\ebf5";
}

.icon-wine:before {
	content: "\ebf6";
}

.icon-waves-outline:before {
	content: "\ebf7";
}

.icon-ticket2:before {
	content: "\ebf8";
}

.icon-tags2:before {
	content: "\ebf9";
}

.icon-plug2:before {
	content: "\ebfa";
}

.icon-headphones2:before {
	content: "\ebfb";
}

.icon-credit-card3:before {
	content: "\ebfc";
}

.icon-coffee2:before {
	content: "\ebfd";
}

.icon-book3:before {
	content: "\ebfe";
}

.icon-beer2:before {
	content: "\ebff";
}

.icon-volume:before {
	content: "\ec00";
}

.icon-volume-up3:before {
	content: "\ec01";
}

.icon-volume-mute3:before {
	content: "\ec02";
}

.icon-volume-down3:before {
	content: "\ec03";
}

.icon-social-vimeo-circular:before {
	content: "\ec04";
}

.icon-social-twitter-circular:before {
	content: "\ec05";
}

.icon-social-pinterest-circular:before {
	content: "\ec06";
}

.icon-social-linkedin-circular:before {
	content: "\ec07";
}

.icon-social-facebook-circular:before {
	content: "\ec08";
}

.icon-social-dribbble-circular:before {
	content: "\ec09";
}

.icon-tree2:before {
	content: "\ec0a";
}

.icon-thermometer:before {
	content: "\ec0b";
}

.icon-social-tumbler-circular:before {
	content: "\ec0c";
}

.icon-social-skype-outline:before {
	content: "\ec0d";
}

.icon-social-flickr-circular:before {
	content: "\ec0e";
}

.icon-social-at-circular:before {
	content: "\ec0f";
}

.icon-shopping-cart3:before {
	content: "\ec10";
}

.icon-messages:before {
	content: "\ec11";
}

.icon-leaf2:before {
	content: "\ec12";
}

.icon-feather:before {
	content: "\ec13";
}

.icon-eye3:before {
	content: "\e000";
}

.icon-paper-clip:before {
	content: "\e001";
}

.icon-mail6:before {
	content: "\e002";
}

.icon-toggle:before {
	content: "\e003";
}

.icon-layout:before {
	content: "\e004";
}

.icon-link4:before {
	content: "\e005";
}

.icon-bell3:before {
	content: "\e006";
}

.icon-lock3:before {
	content: "\e007";
}

.icon-unlock2:before {
	content: "\e008";
}

.icon-ribbon:before {
	content: "\e009";
}

.icon-image4:before {
	content: "\e010";
}

.icon-signal2:before {
	content: "\e011";
}

.icon-target:before {
	content: "\e012";
}

.icon-clipboard3:before {
	content: "\e013";
}

.icon-clock:before {
	content: "\e014";
}

.icon-watch3:before {
	content: "\e015";
}

.icon-air-play:before {
	content: "\e016";
}

.icon-camera4:before {
	content: "\e017";
}

.icon-video2:before {
	content: "\e018";
}

.icon-disc:before {
	content: "\e019";
}

.icon-printer2:before {
	content: "\e020";
}

.icon-monitor:before {
	content: "\e021";
}

.icon-server2:before {
	content: "\e022";
}

.icon-cog3:before {
	content: "\e023";
}

.icon-heart3:before {
	content: "\e024";
}

.icon-paragraph2:before {
	content: "\e025";
}

.icon-align-justify2:before {
	content: "\e026";
}

.icon-align-left2:before {
	content: "\e027";
}

.icon-align-center2:before {
	content: "\e028";
}

.icon-align-right2:before {
	content: "\e029";
}

.icon-book4:before {
	content: "\e030";
}

.icon-layers2:before {
	content: "\e031";
}

.icon-stack:before {
	content: "\e032";
}

.icon-stack-2:before {
	content: "\e033";
}

.icon-paper:before {
	content: "\e034";
}

.icon-paper-stack:before {
	content: "\e035";
}

.icon-search3:before {
	content: "\e036";
}

.icon-zoom-in2:before {
	content: "\e037";
}

.icon-zoom-out2:before {
	content: "\e038";
}

.icon-reply3:before {
	content: "\e039";
}

.icon-circle-plus:before {
	content: "\e040";
}

.icon-circle-minus:before {
	content: "\e041";
}

.icon-circle-check:before {
	content: "\e042";
}

.icon-circle-cross:before {
	content: "\e043";
}

.icon-square-plus:before {
	content: "\e044";
}

.icon-square-minus:before {
	content: "\e045";
}

.icon-square-check:before {
	content: "\e046";
}

.icon-square-cross:before {
	content: "\e047";
}

.icon-microphone3:before {
	content: "\e048";
}

.icon-record:before {
	content: "\e049";
}

.icon-skip-back:before {
	content: "\e050";
}

.icon-rewind:before {
	content: "\e051";
}

.icon-play4:before {
	content: "\e052";
}

.icon-pause4:before {
	content: "\e053";
}

.icon-stop4:before {
	content: "\e054";
}

.icon-fast-forward3:before {
	content: "\e055";
}

.icon-skip-forward:before {
	content: "\e056";
}

.icon-shuffle2:before {
	content: "\e057";
}

.icon-repeat3:before {
	content: "\e058";
}

.icon-folder4:before {
	content: "\e059";
}

.icon-umbrella2:before {
	content: "\e060";
}

.icon-moon:before {
	content: "\e061";
}

.icon-thermometer2:before {
	content: "\e062";
}

.icon-drop:before {
	content: "\e063";
}

.icon-sun:before {
	content: "\e064";
}

.icon-cloud3:before {
	content: "\e065";
}

.icon-cloud-upload3:before {
	content: "\e066";
}

.icon-cloud-download3:before {
	content: "\e067";
}

.icon-upload5:before {
	content: "\e068";
}

.icon-download5:before {
	content: "\e069";
}

.icon-location3:before {
	content: "\e070";
}

.icon-location-2:before {
	content: "\e071";
}

.icon-map4:before {
	content: "\e072";
}

.icon-battery:before {
	content: "\e073";
}

.icon-head:before {
	content: "\e074";
}

.icon-briefcase3:before {
	content: "\e075";
}

.icon-speech-bubble:before {
	content: "\e076";
}

.icon-anchor3:before {
	content: "\e077";
}

.icon-globe3:before {
	content: "\e078";
}

.icon-box:before {
	content: "\e079";
}

.icon-reload:before {
	content: "\e080";
}

.icon-share4:before {
	content: "\e081";
}

.icon-marquee:before {
	content: "\e082";
}

.icon-marquee-plus:before {
	content: "\e083";
}

.icon-marquee-minus:before {
	content: "\e084";
}

.icon-tag3:before {
	content: "\e085";
}

.icon-power2:before {
	content: "\e086";
}

.icon-command:before {
	content: "\e087";
}

.icon-alt:before {
	content: "\e088";
}

.icon-esc:before {
	content: "\e089";
}

.icon-bar-graph:before {
	content: "\e090";
}

.icon-bar-graph-2:before {
	content: "\e091";
}

.icon-pie-graph:before {
	content: "\e092";
}

.icon-star4:before {
	content: "\e093";
}

.icon-arrow-left4:before {
	content: "\e094";
}

.icon-arrow-right4:before {
	content: "\e095";
}

.icon-arrow-up4:before {
	content: "\e096";
}

.icon-arrow-down4:before {
	content: "\e097";
}

.icon-volume2:before {
	content: "\e098";
}

.icon-mute:before {
	content: "\e099";
}

.icon-content-right:before {
	content: "\e100";
}

.icon-content-left:before {
	content: "\e101";
}

.icon-grid:before {
	content: "\e102";
}

.icon-grid-2:before {
	content: "\e103";
}

.icon-columns2:before {
	content: "\e104";
}

.icon-loader:before {
	content: "\e105";
}

.icon-bag:before {
	content: "\e106";
}

.icon-ban2:before {
	content: "\e107";
}

.icon-flag4:before {
	content: "\e108";
}

.icon-trash3:before {
	content: "\e109";
}

.icon-expand2:before {
	content: "\e110";
}

.icon-contract:before {
	content: "\e111";
}

.icon-maximize:before {
	content: "\e112";
}

.icon-minimize:before {
	content: "\e113";
}

.icon-plus3:before {
	content: "\e114";
}

.icon-minus3:before {
	content: "\e115";
}

.icon-check3:before {
	content: "\e116";
}

.icon-cross2:before {
	content: "\e117";
}

.icon-move:before {
	content: "\e118";
}

.icon-delete3:before {
	content: "\e119";
}

.icon-menu5:before {
	content: "\e120";
}

.icon-archive4:before {
	content: "\e121";
}

.icon-inbox3:before {
	content: "\e122";
}

.icon-outbox:before {
	content: "\e123";
}

.icon-file2:before {
	content: "\e124";
}

.icon-file-add:before {
	content: "\e125";
}

.icon-file-subtract:before {
	content: "\e126";
}

.icon-help2:before {
	content: "\e127";
}

.icon-open:before {
	content: "\e128";
}

.icon-ellipsis:before {
	content: "\e129";
}

.icon-type:before {
	content: "\ec14";
}

.icon-box2:before {
	content: "\ec15";
}

.icon-archive5:before {
	content: "\ec16";
}

.icon-envelope2:before {
	content: "\ec17";
}

.icon-email2:before {
	content: "\ec18";
}

.icon-files:before {
	content: "\ec19";
}

.icon-uniEC1A:before {
	content: "\ec1a";
}

.icon-file-settings:before {
	content: "\ec1b";
}

.icon-file-add2:before {
	content: "\ec1c";
}

.icon-file3:before {
	content: "\ec1d";
}

.icon-align-left3:before {
	content: "\ec1e";
}

.icon-align-right3:before {
	content: "\ec1f";
}

.icon-align-center3:before {
	content: "\ec20";
}

.icon-align-justify3:before {
	content: "\ec21";
}

.icon-file-broken:before {
	content: "\ec22";
}

.icon-browser:before {
	content: "\ec23";
}

.icon-windows2:before {
	content: "\ec24";
}

.icon-window:before {
	content: "\ec25";
}

.icon-folder5:before {
	content: "\ec26";
}

.icon-folder-add2:before {
	content: "\ec27";
}

.icon-folder-settings:before {
	content: "\ec28";
}

.icon-folder-check:before {
	content: "\ec29";
}

.icon-wifi-low:before {
	content: "\ec2a";
}

.icon-wifi-mid:before {
	content: "\ec2b";
}

.icon-wifi-full:before {
	content: "\ec2c";
}

.icon-connection-empty:before {
	content: "\ec2d";
}

.icon-connection-25:before {
	content: "\ec2e";
}

.icon-connection-50:before {
	content: "\ec2f";
}

.icon-connection-75:before {
	content: "\ec30";
}

.icon-connection-full:before {
	content: "\ec31";
}

.icon-list4:before {
	content: "\ec32";
}

.icon-grid2:before {
	content: "\ec33";
}

.icon-uniEC34:before {
	content: "\ec34";
}

.icon-battery-charging:before {
	content: "\ec35";
}

.icon-battery-empty:before {
	content: "\ec36";
}

.icon-battery-25:before {
	content: "\ec37";
}

.icon-battery-502:before {
	content: "\ec38";
}

.icon-battery-75:before {
	content: "\ec39";
}

.icon-battery-full3:before {
	content: "\ec3a";
}

.icon-settings2:before {
	content: "\ec3b";
}

.icon-arrow-left5:before {
	content: "\ec3c";
}

.icon-arrow-up5:before {
	content: "\ec3d";
}

.icon-arrow-down5:before {
	content: "\ec3e";
}

.icon-arrow-right5:before {
	content: "\ec3f";
}

.icon-reload2:before {
	content: "\ec40";
}

.icon-refresh4:before {
	content: "\ec41";
}

.icon-volume3:before {
	content: "\ec42";
}

.icon-volume-increase:before {
	content: "\ec43";
}

.icon-volume-decrease:before {
	content: "\ec44";
}

.icon-mute2:before {
	content: "\ec45";
}

.icon-microphone4:before {
	content: "\ec46";
}

.icon-microphone-off:before {
	content: "\ec47";
}

.icon-book5:before {
	content: "\ec48";
}

.icon-checkmark:before {
	content: "\ec49";
}

.icon-checkbox-checked:before {
	content: "\ec4a";
}

.icon-checkbox:before {
	content: "\ec4b";
}

.icon-paperclip2:before {
	content: "\ec4c";
}

.icon-download6:before {
	content: "\ec4d";
}

.icon-tag4:before {
	content: "\ec4e";
}

.icon-trashcan:before {
	content: "\ec4f";
}

.icon-search4:before {
	content: "\ec50";
}

.icon-zoomin:before {
	content: "\ec51";
}

.icon-zoomout:before {
	content: "\ec52";
}

.icon-chat2:before {
	content: "\ec53";
}

.icon-chat-1:before {
	content: "\ec54";
}

.icon-chat-2:before {
	content: "\ec55";
}

.icon-chat-3:before {
	content: "\ec56";
}

.icon-comment3:before {
	content: "\ec57";
}

.icon-calendar2:before {
	content: "\ec58";
}

.icon-bookmark4:before {
	content: "\ec59";
}

.icon-email3:before {
	content: "\ec5a";
}

.icon-heart4:before {
	content: "\ec5b";
}

.icon-enter:before {
	content: "\ec5c";
}

.icon-cloud4:before {
	content: "\ec5d";
}

.icon-book6:before {
	content: "\ec5e";
}

.icon-star5:before {
	content: "\ec5f";
}

.icon-clock3:before {
	content: "\ec60";
}

.icon-printer3:before {
	content: "\ec61";
}

.icon-home6:before {
	content: "\ec62";
}

.icon-flag5:before {
	content: "\ec63";
}

.icon-meter:before {
	content: "\ec64";
}

.icon-switch:before {
	content: "\ec65";
}

.icon-forbidden:before {
	content: "\ec66";
}

.icon-lock4:before {
	content: "\ec67";
}

.icon-unlocked:before {
	content: "\ec68";
}

.icon-unlocked2:before {
	content: "\ec69";
}

.icon-users2:before {
	content: "\ec6a";
}

.icon-user3:before {
	content: "\ec6b";
}

.icon-users3:before {
	content: "\ec6c";
}

.icon-user4:before {
	content: "\ec6d";
}

.icon-bullhorn2:before {
	content: "\ec6e";
}

.icon-share5:before {
	content: "\ec6f";
}

.icon-screen:before {
	content: "\ec70";
}

.icon-phone4:before {
	content: "\ec71";
}

.icon-phone-portrait:before {
	content: "\ec72";
}

.icon-phone-landscape:before {
	content: "\ec73";
}

.icon-tablet3:before {
	content: "\ec74";
}

.icon-tablet-landscape:before {
	content: "\ec75";
}

.icon-laptop3:before {
	content: "\ec76";
}

.icon-camera5:before {
	content: "\ec77";
}

.icon-microwaveoven:before {
	content: "\ec78";
}

.icon-creditcards:before {
	content: "\ec79";
}

.icon-calculator3:before {
	content: "\ec7a";
}

.icon-bag2:before {
	content: "\ec7b";
}

.icon-diamond2:before {
	content: "\ec7c";
}

.icon-drink:before {
	content: "\ec7d";
}

.icon-shorts:before {
	content: "\ec7e";
}

.icon-vcard:before {
	content: "\ec7f";
}

.icon-sun2:before {
	content: "\ec80";
}

.icon-bill:before {
	content: "\ec81";
}

.icon-coffee3:before {
	content: "\ec82";
}

.icon-uniEC83:before {
	content: "\ec83";
}

.icon-newspaper:before {
	content: "\ec84";
}

.icon-stack2:before {
	content: "\ec85";
}

.icon-mapmarker:before {
	content: "\ec86";
}

.icon-map5:before {
	content: "\ec87";
}

.icon-support3:before {
	content: "\ec88";
}

.icon-uniEC89:before {
	content: "\ec89";
}

.icon-barbell:before {
	content: "\ec8a";
}

.icon-stopwatch2:before {
	content: "\ec8b";
}

.icon-atom:before {
	content: "\ec8c";
}

.icon-syringe:before {
	content: "\ec8d";
}

.icon-health:before {
	content: "\ec8e";
}

.icon-bolt2:before {
	content: "\ec8f";
}

.icon-pill:before {
	content: "\ec90";
}

.icon-bones:before {
	content: "\ec91";
}

.icon-lab:before {
	content: "\ec92";
}

.icon-clipboard4:before {
	content: "\ec93";
}

.icon-mug:before {
	content: "\ec94";
}

.icon-bucket:before {
	content: "\ec95";
}

.icon-select:before {
	content: "\ec96";
}

.icon-graph:before {
	content: "\ec97";
}

.icon-crop3:before {
	content: "\ec98";
}

.icon-image5:before {
	content: "\ec99";
}

.icon-cube2:before {
	content: "\ec9a";
}

.icon-bars2:before {
	content: "\ec9b";
}

.icon-chart:before {
	content: "\ec9c";
}

.icon-pencil4:before {
	content: "\ec9d";
}

.icon-measure:before {
	content: "\ec9e";
}

.icon-eyedropper2:before {
	content: "\ec9f";
}

.icon-number:before {
	content: "\eca0";
}

.icon-number2:before {
	content: "\eca1";
}

.icon-number3:before {
	content: "\eca2";
}

.icon-number4:before {
	content: "\eca3";
}

.icon-number5:before {
	content: "\eca4";
}

.icon-number6:before {
	content: "\eca5";
}

.icon-number7:before {
	content: "\eca6";
}

.icon-number8:before {
	content: "\eca7";
}

.icon-number9:before {
	content: "\eca8";
}

.icon-number10:before {
	content: "\eca9";
}

.icon-number11:before {
	content: "\ecaa";
}

.icon-number12:before {
	content: "\ecab";
}

.icon-number13:before {
	content: "\ecac";
}

.icon-number14:before {
	content: "\ecad";
}

.icon-number15:before {
	content: "\ecae";
}

.icon-number16:before {
	content: "\ecaf";
}

.icon-number17:before {
	content: "\ecb0";
}

.icon-number18:before {
	content: "\ecb1";
}

.icon-number19:before {
	content: "\ecb2";
}

.icon-number20:before {
	content: "\ecb3";
}

.icon-quote:before {
	content: "\ecb4";
}

.icon-quote2:before {
	content: "\ecb5";
}

.icon-tag5:before {
	content: "\ecb6";
}

.icon-tag6:before {
	content: "\ecb7";
}

.icon-link5:before {
	content: "\ecb8";
}

.icon-link6:before {
	content: "\ecb9";
}

.icon-cabinet:before {
	content: "\ecba";
}

.icon-cabinet2:before {
	content: "\ecbb";
}

.icon-calendar3:before {
	content: "\ecbc";
}

.icon-calendar4:before {
	content: "\ecbd";
}

.icon-calendar5:before {
	content: "\ecbe";
}

.icon-file4:before {
	content: "\ecbf";
}

.icon-file5:before {
	content: "\ecc0";
}

.icon-file6:before {
	content: "\ecc1";
}

.icon-files2:before {
	content: "\ecc2";
}

.icon-phone5:before {
	content: "\ecc3";
}

.icon-tablet4:before {
	content: "\ecc4";
}

.icon-window2:before {
	content: "\ecc5";
}

.icon-monitor2:before {
	content: "\ecc6";
}

.icon-ipod:before {
	content: "\ecc7";
}

.icon-tv2:before {
	content: "\ecc8";
}

.icon-camera6:before {
	content: "\ecc9";
}

.icon-camera7:before {
	content: "\ecca";
}

.icon-camera8:before {
	content: "\eccb";
}

.icon-film3:before {
	content: "\eccc";
}

.icon-film4:before {
	content: "\eccd";
}

.icon-film5:before {
	content: "\ecce";
}

.icon-microphone5:before {
	content: "\eccf";
}

.icon-microphone6:before {
	content: "\ecd0";
}

.icon-microphone7:before {
	content: "\ecd1";
}

.icon-drink2:before {
	content: "\ecd2";
}

.icon-drink3:before {
	content: "\ecd3";
}

.icon-drink4:before {
	content: "\ecd4";
}

.icon-drink5:before {
	content: "\ecd5";
}

.icon-coffee4:before {
	content: "\ecd6";
}

.icon-mug2:before {
	content: "\ecd7";
}

.icon-icecream:before {
	content: "\ecd8";
}

.icon-cake2:before {
	content: "\ecd9";
}

.icon-inbox4:before {
	content: "\ecda";
}

.icon-download7:before {
	content: "\ecdb";
}

.icon-upload6:before {
	content: "\ecdc";
}

.icon-inbox5:before {
	content: "\ecdd";
}

.icon-checkmark3:before {
	content: "\ecde";
}

.icon-checkmark4:before {
	content: "\ecdf";
}

.icon-cancel3:before {
	content: "\ece0";
}

.icon-cancel4:before {
	content: "\ece1";
}

.icon-plus4:before {
	content: "\ece2";
}

.icon-plus5:before {
	content: "\ece3";
}

.icon-minus4:before {
	content: "\ece4";
}

.icon-minus5:before {
	content: "\ece5";
}

.icon-notice:before {
	content: "\ece6";
}

.icon-notice2:before {
	content: "\ece7";
}

.icon-cog4:before {
	content: "\ece8";
}

.icon-cogs2:before {
	content: "\ece9";
}

.icon-cog5:before {
	content: "\ecea";
}

.icon-warning4:before {
	content: "\eceb";
}

.icon-health2:before {
	content: "\ecec";
}

.icon-suitcase2:before {
	content: "\eced";
}

.icon-suitcase3:before {
	content: "\ecee";
}

.icon-suitcase4:before {
	content: "\ecef";
}

.icon-picture:before {
	content: "\ecf0";
}

.icon-pictures:before {
	content: "\ecf1";
}

.icon-pictures2:before {
	content: "\ecf2";
}

.icon-android3:before {
	content: "\ecf3";
}

.icon-marvin:before {
	content: "\ecf4";
}

.icon-pacman:before {
	content: "\ecf5";
}

.icon-cassette:before {
	content: "\ecf6";
}

.icon-watch4:before {
	content: "\ecf7";
}

.icon-chronometer:before {
	content: "\ecf8";
}

.icon-watch5:before {
	content: "\ecf9";
}

.icon-alarmclock:before {
	content: "\ecfa";
}

.icon-time2:before {
	content: "\ecfb";
}

.icon-time3:before {
	content: "\ecfc";
}

.icon-headphones3:before {
	content: "\ecfd";
}

.icon-wallet:before {
	content: "\ecfe";
}

.icon-checkmark5:before {
	content: "\ecff";
}

.icon-cancel5:before {
	content: "\ed00";
}

.icon-eye4:before {
	content: "\ed01";
}

.icon-position:before {
	content: "\ed02";
}

.icon-sitemap2:before {
	content: "\ed03";
}

.icon-sitemap3:before {
	content: "\ed04";
}

.icon-cloud5:before {
	content: "\ed05";
}

.icon-upload7:before {
	content: "\ed06";
}

.icon-chart2:before {
	content: "\ed07";
}

.icon-chart3:before {
	content: "\ed08";
}

.icon-chart4:before {
	content: "\ed09";
}

.icon-chart5:before {
	content: "\ed0a";
}

.icon-chart6:before {
	content: "\ed0b";
}

.icon-chart7:before {
	content: "\ed0c";
}

.icon-location4:before {
	content: "\ed0d";
}

.icon-download8:before {
	content: "\ed0e";
}

.icon-basket:before {
	content: "\ed0f";
}

.icon-folder6:before {
	content: "\ed10";
}

.icon-gamepad3:before {
	content: "\ed11";
}

.icon-alarm2:before {
	content: "\ed12";
}

.icon-alarm-cancel:before {
	content: "\ed13";
}

.icon-phone6:before {
	content: "\ed14";
}

.icon-phone7:before {
	content: "\ed15";
}

.icon-image6:before {
	content: "\ed16";
}

.icon-open2:before {
	content: "\ed17";
}

.icon-sale:before {
	content: "\ed18";
}

.icon-direction:before {
	content: "\ed19";
}

.icon-map6:before {
	content: "\ed1a";
}

.icon-trashcan2:before {
	content: "\ed1b";
}

.icon-vote:before {
	content: "\ed1c";
}

.icon-graduate:before {
	content: "\ed1d";
}

.icon-lab2:before {
	content: "\ed1e";
}

.icon-tie:before {
	content: "\ed1f";
}

.icon-football:before {
	content: "\ed20";
}

.icon-eightball:before {
	content: "\ed21";
}

.icon-bowling:before {
	content: "\ed22";
}

.icon-bowlingpin:before {
	content: "\ed23";
}

.icon-baseball:before {
	content: "\ed24";
}

.icon-soccer:before {
	content: "\ed25";
}

.icon-3dglasses:before {
	content: "\ed26";
}

.icon-microwave:before {
	content: "\ed27";
}

.icon-refrigerator:before {
	content: "\ed28";
}

.icon-oven:before {
	content: "\ed29";
}

.icon-washingmachine:before {
	content: "\ed2a";
}

.icon-mouse2:before {
	content: "\ed2b";
}

.icon-smiley:before {
	content: "\ed2c";
}

.icon-sad:before {
	content: "\ed2d";
}

.icon-mute3:before {
	content: "\ed2e";
}

.icon-hand:before {
	content: "\ed2f";
}

.icon-radio2:before {
	content: "\ed30";
}

.icon-satellite2:before {
	content: "\ed31";
}

.icon-medal:before {
	content: "\ed32";
}

.icon-medal2:before {
	content: "\ed33";
}

.icon-switch2:before {
	content: "\ed34";
}

.icon-key4:before {
	content: "\ed35";
}

.icon-cord:before {
	content: "\ed36";
}

.icon-locked:before {
	content: "\ed37";
}

.icon-unlocked3:before {
	content: "\ed38";
}

.icon-locked2:before {
	content: "\ed39";
}

.icon-unlocked4:before {
	content: "\ed3a";
}

.icon-magnifier:before {
	content: "\ed3b";
}

.icon-zoomin2:before {
	content: "\ed3c";
}

.icon-zoomout2:before {
	content: "\ed3d";
}

.icon-stack3:before {
	content: "\ed3e";
}

.icon-stack4:before {
	content: "\ed3f";
}

.icon-stack5:before {
	content: "\ed40";
}

.icon-davidstar:before {
	content: "\ed41";
}

.icon-cross3:before {
	content: "\ed42";
}

.icon-moonandstar:before {
	content: "\ed43";
}

.icon-transformers:before {
	content: "\ed44";
}

.icon-batman:before {
	content: "\ed45";
}

.icon-spaceinvaders:before {
	content: "\ed46";
}

.icon-skeletor:before {
	content: "\ed47";
}

.icon-lamp:before {
	content: "\ed48";
}

.icon-lamp2:before {
	content: "\ed49";
}

.icon-umbrella3:before {
	content: "\ed4a";
}

.icon-streetlight:before {
	content: "\ed4b";
}

.icon-bomb2:before {
	content: "\ed4c";
}

.icon-archive6:before {
	content: "\ed4d";
}

.icon-battery2:before {
	content: "\ed4e";
}

.icon-battery3:before {
	content: "\ed4f";
}

.icon-battery4:before {
	content: "\ed50";
}

.icon-battery5:before {
	content: "\ed51";
}

.icon-battery6:before {
	content: "\ed52";
}

.icon-megaphone:before {
	content: "\ed53";
}

.icon-megaphone2:before {
	content: "\ed54";
}

.icon-patch:before {
	content: "\ed55";
}

.icon-pil:before {
	content: "\ed56";
}

.icon-injection:before {
	content: "\ed57";
}

.icon-thermometer3:before {
	content: "\ed58";
}

.icon-lamp3:before {
	content: "\ed59";
}

.icon-lamp4:before {
	content: "\ed5a";
}

.icon-lamp5:before {
	content: "\ed5b";
}

.icon-cube3:before {
	content: "\ed5c";
}

.icon-box3:before {
	content: "\ed5d";
}

.icon-box4:before {
	content: "\ed5e";
}

.icon-diamond3:before {
	content: "\ed5f";
}

.icon-bag3:before {
	content: "\ed60";
}

.icon-moneybag:before {
	content: "\ed61";
}

.icon-grid3:before {
	content: "\ed62";
}

.icon-grid4:before {
	content: "\ed63";
}

.icon-list5:before {
	content: "\ed64";
}

.icon-list6:before {
	content: "\ed65";
}

.icon-ruler:before {
	content: "\ed66";
}

.icon-ruler2:before {
	content: "\ed67";
}

.icon-layout2:before {
	content: "\ed68";
}

.icon-layout3:before {
	content: "\ed69";
}

.icon-layout4:before {
	content: "\ed6a";
}

.icon-layout5:before {
	content: "\ed6b";
}

.icon-layout6:before {
	content: "\ed6c";
}

.icon-layout7:before {
	content: "\ed6d";
}

.icon-layout8:before {
	content: "\ed6e";
}

.icon-layout9:before {
	content: "\ed6f";
}

.icon-layout10:before {
	content: "\ed70";
}

.icon-layout11:before {
	content: "\ed71";
}

.icon-layout12:before {
	content: "\ed72";
}

.icon-layout13:before {
	content: "\ed73";
}

.icon-layout14:before {
	content: "\ed74";
}

.icon-layout15:before {
	content: "\ed75";
}

.icon-tools:before {
	content: "\ed76";
}

.icon-screwdriver:before {
	content: "\ed77";
}

.icon-paint:before {
	content: "\ed78";
}

.icon-hammer:before {
	content: "\ed79";
}

.icon-brush3:before {
	content: "\ed7a";
}

.icon-pen2:before {
	content: "\ed7b";
}

.icon-chat3:before {
	content: "\ed7c";
}

.icon-comments2:before {
	content: "\ed7d";
}

.icon-chat4:before {
	content: "\ed7e";
}

.icon-chat5:before {
	content: "\ed7f";
}

.icon-volume4:before {
	content: "\ed80";
}

.icon-volume5:before {
	content: "\ed81";
}

.icon-volume6:before {
	content: "\ed82";
}

.icon-equalizer3:before {
	content: "\ed83";
}

.icon-resize:before {
	content: "\ed84";
}

.icon-resize2:before {
	content: "\ed85";
}

.icon-stretch:before {
	content: "\ed86";
}

.icon-narrow:before {
	content: "\ed87";
}

.icon-resize3:before {
	content: "\ed88";
}

.icon-download9:before {
	content: "\ed89";
}

.icon-calculator4:before {
	content: "\ed8a";
}

.icon-library:before {
	content: "\ed8b";
}

.icon-auction:before {
	content: "\ed8c";
}

.icon-justice:before {
	content: "\ed8d";
}

.icon-stats:before {
	content: "\ed8e";
}

.icon-stats2:before {
	content: "\ed8f";
}

.icon-attachment3:before {
	content: "\ed90";
}

.icon-hourglass:before {
	content: "\ed91";
}

.icon-abacus:before {
	content: "\ed92";
}

.icon-pencil5:before {
	content: "\ed93";
}

.icon-pen3:before {
	content: "\ed94";
}

.icon-pin2:before {
	content: "\ed95";
}

.icon-pin3:before {
	content: "\ed96";
}

.icon-discout:before {
	content: "\ed97";
}

.icon-edit4:before {
	content: "\ed98";
}

.icon-scissors3:before {
	content: "\ed99";
}

.icon-profile:before {
	content: "\ed9a";
}

.icon-profile2:before {
	content: "\ed9b";
}

.icon-profile3:before {
	content: "\ed9c";
}

.icon-rotate:before {
	content: "\ed9d";
}

.icon-rotate2:before {
	content: "\ed9e";
}

.icon-reply4:before {
	content: "\ed9f";
}

.icon-forward5:before {
	content: "\eda0";
}

.icon-retweet2:before {
	content: "\eda1";
}

.icon-shuffle3:before {
	content: "\eda2";
}

.icon-loop3:before {
	content: "\eda3";
}

.icon-crop4:before {
	content: "\eda4";
}

.icon-square2:before {
	content: "\eda5";
}

.icon-square3:before {
	content: "\eda6";
}

.icon-circle2:before {
	content: "\eda7";
}

.icon-dollar2:before {
	content: "\eda8";
}

.icon-dollar3:before {
	content: "\eda9";
}

.icon-coins:before {
	content: "\edaa";
}

.icon-pig:before {
	content: "\edab";
}

.icon-bookmark5:before {
	content: "\edac";
}

.icon-bookmark6:before {
	content: "\edad";
}

.icon-addressbook:before {
	content: "\edae";
}

.icon-addressbook2:before {
	content: "\edaf";
}

.icon-safe:before {
	content: "\edb0";
}

.icon-envelope3:before {
	content: "\edb1";
}

.icon-envelope4:before {
	content: "\edb2";
}

.icon-radioactive:before {
	content: "\edb3";
}

.icon-music2:before {
	content: "\edb4";
}

.icon-presentation:before {
	content: "\edb5";
}

.icon-male2:before {
	content: "\edb6";
}

.icon-female2:before {
	content: "\edb7";
}

.icon-aids:before {
	content: "\edb8";
}

.icon-heart5:before {
	content: "\edb9";
}

.icon-info4:before {
	content: "\edba";
}

.icon-info5:before {
	content: "\edbb";
}

.icon-piano:before {
	content: "\edbc";
}

.icon-rain:before {
	content: "\edbd";
}

.icon-snow:before {
	content: "\edbe";
}

.icon-lightning:before {
	content: "\edbf";
}

.icon-sun3:before {
	content: "\edc0";
}

.icon-moon2:before {
	content: "\edc1";
}

.icon-cloudy:before {
	content: "\edc2";
}

.icon-cloudy2:before {
	content: "\edc3";
}

.icon-car2:before {
	content: "\edc4";
}

.icon-bike:before {
	content: "\edc5";
}

.icon-truck2:before {
	content: "\edc6";
}

.icon-bus2:before {
	content: "\edc7";
}

.icon-bike2:before {
	content: "\edc8";
}

.icon-plane3:before {
	content: "\edc9";
}

.icon-paperplane:before {
	content: "\edca";
}

.icon-rocket2:before {
	content: "\edcb";
}

.icon-book7:before {
	content: "\edcc";
}

.icon-book8:before {
	content: "\edcd";
}

.icon-barcode2:before {
	content: "\edce";
}

.icon-barcode3:before {
	content: "\edcf";
}

.icon-expand3:before {
	content: "\edd0";
}

.icon-collapse:before {
	content: "\edd1";
}

.icon-popout:before {
	content: "\edd2";
}

.icon-popin:before {
	content: "\edd3";
}

.icon-target2:before {
	content: "\edd4";
}

.icon-badge:before {
	content: "\edd5";
}

.icon-badge2:before {
	content: "\edd6";
}

.icon-ticket3:before {
	content: "\edd7";
}

.icon-ticket4:before {
	content: "\edd8";
}

.icon-ticket5:before {
	content: "\edd9";
}

.icon-microphone8:before {
	content: "\edda";
}

.icon-cone:before {
	content: "\eddb";
}

.icon-blocked:before {
	content: "\eddc";
}

.icon-stop5:before {
	content: "\eddd";
}

.icon-keyboard2:before {
	content: "\edde";
}

.icon-keyboard3:before {
	content: "\eddf";
}

.icon-radio3:before {
	content: "\ede0";
}

.icon-printer4:before {
	content: "\ede1";
}

.icon-checked:before {
	content: "\ede2";
}

.icon-error2:before {
	content: "\ede3";
}

.icon-add2:before {
	content: "\ede4";
}

.icon-minus6:before {
	content: "\ede5";
}

.icon-alert:before {
	content: "\ede6";
}

.icon-pictures3:before {
	content: "\ede7";
}

.icon-atom2:before {
	content: "\ede8";
}

.icon-eyedropper3:before {
	content: "\ede9";
}

.icon-globe4:before {
	content: "\edea";
}

.icon-globe5:before {
	content: "\edeb";
}

.icon-shipping:before {
	content: "\edec";
}

.icon-yingyang:before {
	content: "\eded";
}

.icon-compass4:before {
	content: "\edee";
}

.icon-zip:before {
	content: "\edef";
}

.icon-zip2:before {
	content: "\edf0";
}

.icon-anchor4:before {
	content: "\edf1";
}

.icon-lockedheart:before {
	content: "\edf2";
}

.icon-magnet2:before {
	content: "\edf3";
}

.icon-navigation2:before {
	content: "\edf4";
}

.icon-tags3:before {
	content: "\edf5";
}

.icon-heart6:before {
	content: "\edf6";
}

.icon-heart7:before {
	content: "\edf7";
}

.icon-usb2:before {
	content: "\edf8";
}

.icon-clipboard5:before {
	content: "\edf9";
}

.icon-clipboard6:before {
	content: "\edfa";
}

.icon-clipboard7:before {
	content: "\edfb";
}

.icon-switch3:before {
	content: "\edfc";
}

.icon-ruler3:before {
	content: "\edfd";
}

.icon-mobile3:before {
	content: "\e00a";
}

.icon-laptop4:before {
	content: "\e00b";
}

.icon-desktop2:before {
	content: "\e00c";
}

.icon-tablet5:before {
	content: "\e00d";
}

.icon-phone8:before {
	content: "\e00e";
}

.icon-document2:before {
	content: "\e00f";
}

.icon-documents:before {
	content: "\e01a";
}

.icon-search5:before {
	content: "\e01b";
}

.icon-clipboard8:before {
	content: "\e01c";
}

.icon-newspaper2:before {
	content: "\e01d";
}

.icon-notebook:before {
	content: "\e01e";
}

.icon-book-open:before {
	content: "\e01f";
}

.icon-browser2:before {
	content: "\e02a";
}

.icon-calendar6:before {
	content: "\e02b";
}

.icon-presentation2:before {
	content: "\e02c";
}

.icon-picture2:before {
	content: "\e02d";
}

.icon-pictures4:before {
	content: "\e02e";
}

.icon-video3:before {
	content: "\e02f";
}

.icon-camera9:before {
	content: "\e03a";
}

.icon-printer5:before {
	content: "\e03b";
}

.icon-toolbox:before {
	content: "\e03c";
}

.icon-briefcase4:before {
	content: "\e03d";
}

.icon-wallet2:before {
	content: "\e03e";
}

.icon-gift3:before {
	content: "\e03f";
}

.icon-bargraph:before {
	content: "\e04a";
}

.icon-grid5:before {
	content: "\e04b";
}

.icon-expand4:before {
	content: "\e04c";
}

.icon-focus:before {
	content: "\e04d";
}

.icon-edit5:before {
	content: "\e04e";
}

.icon-adjustments:before {
	content: "\e04f";
}

.icon-ribbon2:before {
	content: "\e05a";
}

.icon-hourglass2:before {
	content: "\e05b";
}

.icon-lock5:before {
	content: "\e05c";
}

.icon-megaphone3:before {
	content: "\e05d";
}

.icon-shield2:before {
	content: "\e05e";
}

.icon-trophy2:before {
	content: "\e05f";
}

.icon-flag6:before {
	content: "\e06a";
}

.icon-map7:before {
	content: "\e06b";
}

.icon-puzzle2:before {
	content: "\e06c";
}

.icon-basket2:before {
	content: "\e06d";
}

.icon-envelope5:before {
	content: "\e06e";
}

.icon-streetsign:before {
	content: "\e06f";
}

.icon-telescope:before {
	content: "\e07a";
}

.icon-gears2:before {
	content: "\e07b";
}

.icon-key5:before {
	content: "\e07c";
}

.icon-paperclip3:before {
	content: "\e07d";
}

.icon-attachment4:before {
	content: "\e07e";
}

.icon-pricetags:before {
	content: "\e07f";
}

.icon-lightbulb2:before {
	content: "\e08a";
}

.icon-layers3:before {
	content: "\e08b";
}

.icon-pencil6:before {
	content: "\e08c";
}

.icon-tools2:before {
	content: "\e08d";
}

.icon-tools-2:before {
	content: "\e08e";
}

.icon-scissors4:before {
	content: "\e08f";
}

.icon-paintbrush:before {
	content: "\e09a";
}

.icon-magnifying-glass:before {
	content: "\e09b";
}

.icon-circle-compass:before {
	content: "\e09c";
}

.icon-linegraph:before {
	content: "\e09d";
}

.icon-mic2:before {
	content: "\e09e";
}

.icon-strategy:before {
	content: "\e09f";
}

.icon-beaker2:before {
	content: "\e0a0";
}

.icon-caution:before {
	content: "\e0a1";
}

.icon-recycle2:before {
	content: "\e0a2";
}

.icon-anchor5:before {
	content: "\e0a3";
}

.icon-profile-male:before {
	content: "\e0a4";
}

.icon-profile-female:before {
	content: "\e0a5";
}

.icon-bike3:before {
	content: "\e0a6";
}

.icon-wine2:before {
	content: "\e0a7";
}

.icon-hotairballoon:before {
	content: "\e0a8";
}

.icon-globe6:before {
	content: "\e0a9";
}

.icon-genius:before {
	content: "\e0aa";
}

.icon-map-pin:before {
	content: "\e0ab";
}

.icon-dial:before {
	content: "\e0ac";
}

.icon-chat6:before {
	content: "\e0ad";
}

.icon-heart8:before {
	content: "\e0ae";
}

.icon-cloud6:before {
	content: "\e0af";
}

.icon-upload8:before {
	content: "\e0b0";
}

.icon-download10:before {
	content: "\e0b1";
}

.icon-target3:before {
	content: "\e0b2";
}

.icon-hazardous:before {
	content: "\e0b3";
}

.icon-piechart:before {
	content: "\e0b4";
}

.icon-speedometer:before {
	content: "\e0b5";
}

.icon-global:before {
	content: "\e0b6";
}

.icon-compass5:before {
	content: "\e0b7";
}

.icon-lifesaver:before {
	content: "\e0b8";
}

.icon-clock4:before {
	content: "\e0b9";
}

.icon-aperture:before {
	content: "\e0ba";
}

.icon-quote3:before {
	content: "\e0bb";
}

.icon-scope:before {
	content: "\e0bc";
}

.icon-alarmclock2:before {
	content: "\e0bd";
}

.icon-refresh5:before {
	content: "\e0be";
}

.icon-happy:before {
	content: "\e0bf";
}

.icon-sad3:before {
	content: "\e0c0";
}

.icon-facebook4:before {
	content: "\e0c1";
}

.icon-twitter4:before {
	content: "\e0c2";
}

.icon-googleplus:before {
	content: "\e0c3";
}

.icon-rss3:before {
	content: "\e0c4";
}

.icon-tumblr3:before {
	content: "\e0c5";
}

.icon-linkedin3:before {
	content: "\e0c6";
}

.icon-dribbble4:before {
	content: "\e0c7";
}

.icon-like:before {
	content: "\edfe";
}

.icon-store2:before {
	content: "\edff";
}

.icon-out:before {
	content: "\ee00";
}

.icon-in:before {
	content: "\ee01";
}

.icon-in-alt:before {
	content: "\ee02";
}

.icon-home7:before {
	content: "\ee03";
}

.icon-lightbulb3:before {
	content: "\ee04";
}

.icon-anchor6:before {
	content: "\ee05";
}

.icon-feather2:before {
	content: "\ee06";
}

.icon-expand5:before {
	content: "\ee07";
}

.icon-maximize2:before {
	content: "\ee08";
}

.icon-search6:before {
	content: "\ee09";
}

.icon-zoomin3:before {
	content: "\ee0a";
}

.icon-zoomout3:before {
	content: "\ee0b";
}

.icon-add3:before {
	content: "\ee0c";
}

.icon-subtract:before {
	content: "\ee0d";
}

.icon-exclamation2:before {
	content: "\ee0e";
}

.icon-question2:before {
	content: "\ee0f";
}

.icon-close3:before {
	content: "\ee10";
}

.icon-cmd:before {
	content: "\ee11";
}

.icon-forbid:before {
	content: "\ee12";
}

.icon-book9:before {
	content: "\ee13";
}

.icon-spinner12:before {
	content: "\ee14";
}

.icon-play5:before {
	content: "\ee15";
}

.icon-stop6:before {
	content: "\ee16";
}

.icon-pause5:before {
	content: "\ee17";
}

.icon-forward6:before {
	content: "\ee18";
}

.icon-rewind2:before {
	content: "\ee19";
}

.icon-sound:before {
	content: "\ee1a";
}

.icon-sound-alt:before {
	content: "\ee1b";
}

.icon-soundoff:before {
	content: "\ee1c";
}

.icon-task:before {
	content: "\ee1d";
}

.icon-inbox6:before {
	content: "\ee1e";
}

.icon-inbox-alt:before {
	content: "\ee1f";
}

.icon-envelope6:before {
	content: "\ee20";
}

.icon-compose:before {
	content: "\ee21";
}

.icon-newspaper3:before {
	content: "\ee22";
}

.icon-newspaper-alt:before {
	content: "\ee23";
}

.icon-clipboard9:before {
	content: "\ee24";
}

.icon-calendar7:before {
	content: "\ee25";
}

.icon-hyperlink:before {
	content: "\ee26";
}

.icon-trash4:before {
	content: "\ee27";
}

.icon-trash-alt:before {
	content: "\ee28";
}

.icon-grid6:before {
	content: "\ee29";
}

.icon-grid-alt:before {
	content: "\ee2a";
}

.icon-menu6:before {
	content: "\ee2b";
}

.icon-list7:before {
	content: "\ee2c";
}

.icon-gallery:before {
	content: "\ee2d";
}

.icon-calculator5:before {
	content: "\ee2e";
}

.icon-windows3:before {
	content: "\ee2f";
}

.icon-browser3:before {
	content: "\ee30";
}

.icon-alarm3:before {
	content: "\ee31";
}

.icon-clock5:before {
	content: "\ee32";
}

.icon-attachment5:before {
	content: "\ee33";
}

.icon-settings3:before {
	content: "\ee34";
}

.icon-portfolio:before {
	content: "\ee35";
}

.icon-user5:before {
	content: "\ee36";
}

.icon-users4:before {
	content: "\ee37";
}

.icon-heart9:before {
	content: "\ee38";
}

.icon-chat7:before {
	content: "\ee39";
}

.icon-comments3:before {
	content: "\ee3a";
}

.icon-screen2:before {
	content: "\ee3b";
}

.icon-iphone:before {
	content: "\ee3c";
}

.icon-ipad:before {
	content: "\ee3d";
}

.icon-forkandspoon:before {
	content: "\ee3e";
}

.icon-forkandknife:before {
	content: "\ee3f";
}

.icon-instagram2:before {
	content: "\ee40";
}

.icon-facebook5:before {
	content: "\ee41";
}

.icon-delicious2:before {
	content: "\ee42";
}

.icon-googleplus2:before {
	content: "\ee43";
}

.icon-dribbble5:before {
	content: "\ee44";
}

.icon-pin4:before {
	content: "\ee45";
}

.icon-pin-alt:before {
	content: "\ee46";
}

.icon-camera10:before {
	content: "\ee47";
}

.icon-brightness:before {
	content: "\ee48";
}

.icon-brightness-half:before {
	content: "\ee49";
}

.icon-moon3:before {
	content: "\ee4a";
}

.icon-cloud7:before {
	content: "\ee4b";
}

.icon-circle-full:before {
	content: "\ee4c";
}

.icon-circle-half:before {
	content: "\ee4d";
}

.icon-globe7:before {
	content: "\ee4e";
}

.icon-sunrise:before {
	content: "\ee4f";
}

.icon-sun4:before {
	content: "\ee50";
}

.icon-moon4:before {
	content: "\ee51";
}

.icon-sun5:before {
	content: "\ee52";
}

.icon-windy:before {
	content: "\ee53";
}

.icon-wind:before {
	content: "\ee54";
}

.icon-snowflake:before {
	content: "\ee55";
}

.icon-cloudy3:before {
	content: "\ee56";
}

.icon-cloud8:before {
	content: "\ee57";
}

.icon-weather:before {
	content: "\ee58";
}

.icon-weather2:before {
	content: "\ee59";
}

.icon-weather3:before {
	content: "\ee5a";
}

.icon-lines:before {
	content: "\ee5b";
}

.icon-cloud9:before {
	content: "\ee5c";
}

.icon-lightning2:before {
	content: "\ee5d";
}

.icon-lightning3:before {
	content: "\ee5e";
}

.icon-rainy:before {
	content: "\ee5f";
}

.icon-rainy2:before {
	content: "\ee60";
}

.icon-windy2:before {
	content: "\ee61";
}

.icon-windy3:before {
	content: "\ee62";
}

.icon-snowy:before {
	content: "\ee63";
}

.icon-snowy2:before {
	content: "\ee64";
}

.icon-snowy3:before {
	content: "\ee65";
}

.icon-weather4:before {
	content: "\ee66";
}

.icon-cloudy4:before {
	content: "\ee67";
}

.icon-cloud10:before {
	content: "\ee68";
}

.icon-lightning4:before {
	content: "\ee69";
}

.icon-sun6:before {
	content: "\ee6a";
}

.icon-moon5:before {
	content: "\ee6b";
}

.icon-cloudy5:before {
	content: "\ee6c";
}

.icon-cloud11:before {
	content: "\ee6d";
}

.icon-cloud12:before {
	content: "\ee6e";
}

.icon-lightning5:before {
	content: "\ee6f";
}

.icon-rainy3:before {
	content: "\ee70";
}

.icon-rainy4:before {
	content: "\ee71";
}

.icon-windy4:before {
	content: "\ee72";
}

.icon-windy5:before {
	content: "\ee73";
}

.icon-snowy4:before {
	content: "\ee74";
}

.icon-snowy5:before {
	content: "\ee75";
}

.icon-weather5:before {
	content: "\ee76";
}

.icon-cloudy6:before {
	content: "\ee77";
}

.icon-lightning6:before {
	content: "\ee78";
}

.icon-thermometer4:before {
	content: "\ee79";
}

.icon-compass6:before {
	content: "\ee7a";
}

.icon-none:before {
	content: "\ee7b";
}

.icon-Celsius:before {
	content: "\ee7c";
}

.icon-Fahrenheit:before {
	content: "\ee7d";
}

.icon-chat8:before {
	content: "\ee7e";
}

.icon-chat-alt-stroke:before {
	content: "\ee7f";
}

.icon-chat-alt-fill:before {
	content: "\ee80";
}

.icon-comment-alt1-stroke:before {
	content: "\ee81";
}

.icon-comment4:before {
	content: "\ee82";
}

.icon-comment-stroke:before {
	content: "\ee83";
}

.icon-comment-fill:before {
	content: "\ee84";
}

.icon-comment-alt2-stroke:before {
	content: "\ee85";
}

.icon-comment-alt2-fill:before {
	content: "\ee86";
}

.icon-checkmark6:before {
	content: "\ee87";
}

.icon-check-alt:before {
	content: "\ee88";
}

.icon-x:before {
	content: "\ee89";
}

.icon-x-altx-alt:before {
	content: "\ee8a";
}

.icon-denied:before {
	content: "\ee8b";
}

.icon-cursor:before {
	content: "\ee8c";
}

.icon-rss4:before {
	content: "\ee8d";
}

.icon-rss-alt:before {
	content: "\ee8e";
}

.icon-wrench2:before {
	content: "\ee8f";
}

.icon-dial2:before {
	content: "\ee90";
}

.icon-cog6:before {
	content: "\ee91";
}

.icon-calendar8:before {
	content: "\ee92";
}

.icon-calendar-alt-stroke:before {
	content: "\ee93";
}

.icon-calendar-alt-fill:before {
	content: "\ee94";
}

.icon-share6:before {
	content: "\ee95";
}

.icon-mail7:before {
	content: "\ee96";
}

.icon-heart-stroke:before {
	content: "\ee97";
}

.icon-heart-fill:before {
	content: "\ee98";
}

.icon-movie2:before {
	content: "\ee99";
}

.icon-document-alt-stroke:before {
	content: "\ee9a";
}

.icon-document-alt-fill:before {
	content: "\ee9b";
}

.icon-document-stroke:before {
	content: "\ee9c";
}

.icon-document-fill:before {
	content: "\ee9d";
}

.icon-plus6:before {
	content: "\ee9e";
}

.icon-plus-alt:before {
	content: "\ee9f";
}

.icon-minus7:before {
	content: "\eea0";
}

.icon-minus-alt:before {
	content: "\eea1";
}

.icon-pin5:before {
	content: "\eea2";
}

.icon-link7:before {
	content: "\eea3";
}

.icon-bolt3:before {
	content: "\eea4";
}

.icon-move2:before {
	content: "\eea5";
}

.icon-move-alt1:before {
	content: "\eea6";
}

.icon-move-alt2:before {
	content: "\eea7";
}

.icon-equalizer4:before {
	content: "\eea8";
}

.icon-award-fill:before {
	content: "\eea9";
}

.icon-award-stroke:before {
	content: "\eeaa";
}

.icon-magnifying-glass2:before {
	content: "\eeab";
}

.icon-trash-stroke:before {
	content: "\eeac";
}

.icon-trash-fill:before {
	content: "\eead";
}

.icon-beaker-alt:before {
	content: "\eeae";
}

.icon-beaker3:before {
	content: "\eeaf";
}

.icon-key-stroke:before {
	content: "\eeb0";
}

.icon-key-fill:before {
	content: "\eeb1";
}

.icon-new-window:before {
	content: "\eeb2";
}

.icon-lightbulb4:before {
	content: "\eeb3";
}

.icon-spin-alt:before {
	content: "\eeb4";
}

.icon-spin:before {
	content: "\eeb5";
}

.icon-curved-arrow:before {
	content: "\eeb6";
}

.icon-undo4:before {
	content: "\eeb7";
}

.icon-reload3:before {
	content: "\eeb8";
}

.icon-reload-alt:before {
	content: "\eeb9";
}

.icon-loop4:before {
	content: "\eeba";
}

.icon-loop-alt1:before {
	content: "\eebb";
}

.icon-loop-alt2:before {
	content: "\eebc";
}

.icon-loop-alt3:before {
	content: "\eebd";
}

.icon-loop-alt4:before {
	content: "\eebe";
}

.icon-transfer:before {
	content: "\eebf";
}

.icon-move-vertical:before {
	content: "\eec0";
}

.icon-move-vertical-alt1:before {
	content: "\eec1";
}

.icon-move-vertical-alt2:before {
	content: "\eec2";
}

.icon-move-horizontal:before {
	content: "\eec3";
}

.icon-move-horizontal-alt1:before {
	content: "\eec4";
}

.icon-move-horizontal-alt2:before {
	content: "\eec5";
}

.icon-arrow-left6:before {
	content: "\eec6";
}

.icon-arrow-left-alt1:before {
	content: "\eec7";
}

.icon-arrow-left-alt2:before {
	content: "\eec8";
}

.icon-arrow-right6:before {
	content: "\eec9";
}

.icon-arrow-right-alt1:before {
	content: "\eeca";
}

.icon-arrow-right-alt2:before {
	content: "\eecb";
}

.icon-arrow-up6:before {
	content: "\eecc";
}

.icon-arrow-up-alt1:before {
	content: "\eecd";
}

.icon-arrow-up-alt2:before {
	content: "\eece";
}

.icon-arrow-down6:before {
	content: "\eecf";
}

.icon-arrow-down-alt1:before {
	content: "\eed0";
}

.icon-arrow-down-alt2:before {
	content: "\eed1";
}

.icon-cd:before {
	content: "\eed2";
}

.icon-steering-wheel:before {
	content: "\eed3";
}

.icon-microphone9:before {
	content: "\eed4";
}

.icon-headphones4:before {
	content: "\eed5";
}

.icon-volume7:before {
	content: "\eed6";
}

.icon-volume-mute4:before {
	content: "\eed7";
}

.icon-play6:before {
	content: "\eed8";
}

.icon-pause6:before {
	content: "\eed9";
}

.icon-stop7:before {
	content: "\eeda";
}

.icon-eject3:before {
	content: "\eedb";
}

.icon-first:before {
	content: "\eedc";
}

.icon-last:before {
	content: "\eedd";
}

.icon-play-alt:before {
	content: "\eede";
}

.icon-fullscreen-exit2:before {
	content: "\eedf";
}

.icon-fullscreen-exit-alt:before {
	content: "\eee0";
}

.icon-fullscreen2:before {
	content: "\eee1";
}

.icon-fullscreen-alt:before {
	content: "\eee2";
}

.icon-iphone2:before {
	content: "\eee3";
}

.icon-battery-empty2:before {
	content: "\eee4";
}

.icon-battery-half:before {
	content: "\eee5";
}

.icon-battery-full4:before {
	content: "\eee6";
}

.icon-battery-charging2:before {
	content: "\eee7";
}

.icon-compass7:before {
	content: "\eee8";
}

.icon-box5:before {
	content: "\eee9";
}

.icon-folder-stroke:before {
	content: "\eeea";
}

.icon-folder-fill:before {
	content: "\eeeb";
}

.icon-at3:before {
	content: "\eeec";
}

.icon-ampersand:before {
	content: "\eeed";
}

.icon-info6:before {
	content: "\eeee";
}

.icon-question-mark:before {
	content: "\eeef";
}

.icon-pilcrow:before {
	content: "\eef0";
}

.icon-hash:before {
	content: "\eef1";
}

.icon-left-quote:before {
	content: "\eef2";
}

.icon-right-quote:before {
	content: "\eef3";
}

.icon-left-quote-alt:before {
	content: "\eef4";
}

.icon-right-quote-alt:before {
	content: "\eef5";
}

.icon-article:before {
	content: "\eef6";
}

.icon-read-more:before {
	content: "\eef7";
}

.icon-list8:before {
	content: "\eef8";
}

.icon-list-nested:before {
	content: "\eef9";
}

.icon-book10:before {
	content: "\eefa";
}

.icon-book-alt:before {
	content: "\eefb";
}

.icon-book-alt2:before {
	content: "\eefc";
}

.icon-pen4:before {
	content: "\eefd";
}

.icon-pen-alt-stroke:before {
	content: "\eefe";
}

.icon-pen-alt-fill:before {
	content: "\eeff";
}

.icon-pen-alt2:before {
	content: "\ef00";
}

.icon-brush4:before {
	content: "\ef01";
}

.icon-brush-alt:before {
	content: "\ef02";
}

.icon-eyedropper4:before {
	content: "\ef03";
}

.icon-layers-alt:before {
	content: "\ef04";
}

.icon-layers4:before {
	content: "\ef05";
}

.icon-image7:before {
	content: "\ef06";
}

.icon-camera11:before {
	content: "\ef07";
}

.icon-aperture2:before {
	content: "\ef08";
}

.icon-aperture-alt:before {
	content: "\ef09";
}

.icon-chart8:before {
	content: "\ef0a";
}

.icon-chart-alt:before {
	content: "\ef0b";
}

.icon-bars3:before {
	content: "\ef0c";
}

.icon-bars-alt:before {
	content: "\ef0d";
}

.icon-eye5:before {
	content: "\ef0e";
}

.icon-user6:before {
	content: "\ef0f";
}

.icon-home8:before {
	content: "\ef10";
}

.icon-clock6:before {
	content: "\ef11";
}

.icon-lock-stroke:before {
	content: "\ef12";
}

.icon-lock-fill:before {
	content: "\ef13";
}

.icon-unlock-stroke:before {
	content: "\ef14";
}

.icon-unlock-fill:before {
	content: "\ef15";
}

.icon-tag-stroke:before {
	content: "\ef16";
}

.icon-tag-fill:before {
	content: "\ef17";
}

.icon-sun-stroke:before {
	content: "\ef18";
}

.icon-sun-fill:before {
	content: "\ef19";
}

.icon-moon-stroke:before {
	content: "\ef1a";
}

.icon-moon-fill:before {
	content: "\ef1b";
}

.icon-cloud13:before {
	content: "\ef1c";
}

.icon-rain2:before {
	content: "\ef1d";
}

.icon-umbrella4:before {
	content: "\ef1e";
}

.icon-star6:before {
	content: "\ef1f";
}

.icon-map-pin-stroke:before {
	content: "\ef20";
}

.icon-map-pin-fill:before {
	content: "\ef21";
}

.icon-map-pin-alt:before {
	content: "\ef22";
}

.icon-target4:before {
	content: "\ef23";
}

.icon-download11:before {
	content: "\ef24";
}

.icon-upload9:before {
	content: "\ef25";
}

.icon-cloud-download4:before {
	content: "\ef26";
}

.icon-cloud-upload4:before {
	content: "\ef27";
}

.icon-fork:before {
	content: "\ef28";
}

.icon-paperclip4:before {
	content: "\ef29";
}

.icon-earth:before {
	content: "\ef2a";
}

.icon-clock7:before {
	content: "\ef2b";
}

.icon-minus8:before {
	content: "\ef2c";
}

.icon-plus7:before {
	content: "\ef2d";
}

.icon-cancel6:before {
	content: "\ef2e";
}

.icon-question3:before {
	content: "\ef2f";
}

.icon-comment5:before {
	content: "\ef30";
}

.icon-chat9:before {
	content: "\ef31";
}

.icon-speaker2:before {
	content: "\ef32";
}

.icon-heart10:before {
	content: "\ef33";
}

.icon-list9:before {
	content: "\ef34";
}

.icon-edit6:before {
	content: "\ef35";
}

.icon-trash5:before {
	content: "\ef36";
}

.icon-briefcase5:before {
	content: "\ef37";
}

.icon-newspaper4:before {
	content: "\ef38";
}

.icon-calendar9:before {
	content: "\ef39";
}

.icon-inbox7:before {
	content: "\ef3a";
}

.icon-facebook6:before {
	content: "\ef3b";
}

.icon-googleplus3:before {
	content: "\ef3c";
}

.icon-instagram3:before {
	content: "\ef3d";
}

.icon-contrast:before {
	content: "\ef3e";
}

.icon-brightness2:before {
	content: "\ef3f";
}

.icon-user7:before {
	content: "\ef40";
}

.icon-users5:before {
	content: "\ef41";
}

.icon-sent:before {
	content: "\ef42";
}

.icon-archive7:before {
	content: "\ef43";
}

.icon-desktop3:before {
	content: "\ef44";
}

.icon-reply5:before {
	content: "\ef45";
}

.icon-popup:before {
	content: "\ef46";
}

.icon-grid7:before {
	content: "\ef47";
}

.icon-email4:before {
	content: "\ef48";
}

.icon-tag7:before {
	content: "\ef49";
}

.icon-film6:before {
	content: "\ef4a";
}

.icon-share7:before {
	content: "\ef4b";
}

.icon-picture3:before {
	content: "\ef4c";
}

.icon-frame:before {
	content: "\ef4d";
}

.icon-wand:before {
	content: "\ef4e";
}

.icon-mobile4:before {
	content: "\ef4f";
}

.icon-crop5:before {
	content: "\ef50";
}

.icon-marquee2:before {
	content: "\ef51";
}

.icon-locked3:before {
	content: "\ef52";
}

.icon-pin6:before {
	content: "\ef53";
}

.icon-zoomin4:before {
	content: "\ef54";
}

.icon-zoomout4:before {
	content: "\ef55";
}

.icon-search7:before {
	content: "\ef56";
}

.icon-home9:before {
	content: "\ef57";
}

.icon-cart:before {
	content: "\ef58";
}

.icon-camera12:before {
	content: "\ef59";
}

.icon-compass8:before {
	content: "\ef5a";
}

.icon-cloud14:before {
	content: "\ef5b";
}

.icon-warning5:before {
	content: "\ef5c";
}

.icon-cloud15:before {
	content: "\ef5d";
}

.icon-locked4:before {
	content: "\ef5e";
}

.icon-inbox8:before {
	content: "\ef5f";
}

.icon-comment6:before {
	content: "\ef60";
}

.icon-mic3:before {
	content: "\ef61";
}

.icon-envelope7:before {
	content: "\ef62";
}

.icon-briefcase6:before {
	content: "\ef63";
}

.icon-cart2:before {
	content: "\ef64";
}

.icon-contrast2:before {
	content: "\ef65";
}

.icon-clock8:before {
	content: "\ef66";
}

.icon-user8:before {
	content: "\ef67";
}

.icon-cog7:before {
	content: "\ef68";
}

.icon-music3:before {
	content: "\ef69";
}

.icon-twitter5:before {
	content: "\ef6a";
}

.icon-pencil7:before {
	content: "\ef6b";
}

.icon-frame2:before {
	content: "\ef6c";
}

.icon-switch4:before {
	content: "\ef6d";
}

.icon-star7:before {
	content: "\ef6e";
}

.icon-key6:before {
	content: "\ef6f";
}

.icon-chart9:before {
	content: "\ef70";
}

.icon-apple2:before {
	content: "\ef71";
}

.icon-file7:before {
	content: "\ef72";
}

.icon-plus8:before {
	content: "\ef73";
}

.icon-minus9:before {
	content: "\ef74";
}

.icon-picture4:before {
	content: "\ef75";
}

.icon-folder7:before {
	content: "\ef76";
}

.icon-camera13:before {
	content: "\ef77";
}

.icon-search8:before {
	content: "\ef78";
}

.icon-dribbble6:before {
	content: "\ef79";
}

.icon-forrst:before {
	content: "\ef7a";
}

.icon-feed:before {
	content: "\ef7b";
}

.icon-blocked2:before {
	content: "\ef7c";
}

.icon-target5:before {
	content: "\ef7d";
}

.icon-play7:before {
	content: "\ef7e";
}

.icon-pause7:before {
	content: "\ef7f";
}

.icon-bug2:before {
	content: "\ef80";
}

.icon-console:before {
	content: "\ef81";
}

.icon-film7:before {
	content: "\ef82";
}

.icon-type2:before {
	content: "\ef83";
}

.icon-home10:before {
	content: "\ef84";
}

.icon-earth2:before {
	content: "\ef85";
}

.icon-location5:before {
	content: "\ef86";
}

.icon-info7:before {
	content: "\ef87";
}

.icon-eye6:before {
	content: "\ef88";
}

.icon-heart11:before {
	content: "\ef89";
}

.icon-bookmark7:before {
	content: "\ef8a";
}

.icon-wrench3:before {
	content: "\ef8b";
}

.icon-calendar10:before {
	content: "\ef8c";
}

.icon-window3:before {
	content: "\ef8d";
}

.icon-monitor3:before {
	content: "\ef8e";
}

.icon-mobile5:before {
	content: "\ef8f";
}

.icon-droplet:before {
	content: "\ef90";
}

.icon-mouse3:before {
	content: "\ef91";
}

.icon-refresh6:before {
	content: "\ef92";
}

.icon-location6:before {
	content: "\ef93";
}

.icon-tag8:before {
	content: "\ef94";
}

.icon-phone9:before {
	content: "\ef95";
}

.icon-star8:before {
	content: "\ef96";
}

.icon-pointer:before {
	content: "\ef97";
}

.icon-thumbsup:before {
	content: "\ef98";
}

.icon-thumbsdown:before {
	content: "\ef99";
}

.icon-headphones5:before {
	content: "\ef9a";
}

.icon-move3:before {
	content: "\ef9b";
}

.icon-checkmark7:before {
	content: "\ef9c";
}

.icon-cancel7:before {
	content: "\ef9d";
}

.icon-skype2:before {
	content: "\ef9e";
}

.icon-gift4:before {
	content: "\ef9f";
}

.icon-cone2:before {
	content: "\efa0";
}

.icon-alarm4:before {
	content: "\efa1";
}

.icon-coffee5:before {
	content: "\efa2";
}

.icon-basket3:before {
	content: "\efa3";
}

.icon-flag7:before {
	content: "\efa4";
}

.icon-ipod2:before {
	content: "\efa5";
}

.icon-trashcan3:before {
	content: "\efa6";
}

.icon-bolt4:before {
	content: "\efa7";
}

.icon-ampersand2:before {
	content: "\efa8";
}

.icon-compass9:before {
	content: "\efa9";
}

.icon-list10:before {
	content: "\efaa";
}

.icon-grid8:before {
	content: "\efab";
}

.icon-volume8:before {
	content: "\efac";
}

.icon-volume9:before {
	content: "\efad";
}

.icon-stats3:before {
	content: "\efae";
}

.icon-target6:before {
	content: "\efaf";
}

.icon-forward7:before {
	content: "\efb0";
}

.icon-paperclip5:before {
	content: "\efb1";
}

.icon-keyboard4:before {
	content: "\efb2";
}

.icon-crop6:before {
	content: "\efb3";
}

.icon-floppy:before {
	content: "\efb4";
}

.icon-filter3:before {
	content: "\efb5";
}

.icon-trophy3:before {
	content: "\efb6";
}

.icon-diary:before {
	content: "\efb7";
}

.icon-addressbook3:before {
	content: "\efb8";
}

.icon-stop8:before {
	content: "\efb9";
}

.icon-smiley2:before {
	content: "\efba";
}

.icon-shit:before {
	content: "\efbb";
}

.icon-bookmark8:before {
	content: "\efbc";
}

.icon-camera14:before {
	content: "\efbd";
}

.icon-lamp6:before {
	content: "\efbe";
}

.icon-disk:before {
	content: "\efbf";
}

.icon-button:before {
	content: "\efc0";
}

.icon-database3:before {
	content: "\efc1";
}

.icon-creditcard:before {
	content: "\efc2";
}

.icon-atom3:before {
	content: "\efc3";
}

.icon-winsows:before {
	content: "\efc4";
}

.icon-target7:before {
	content: "\efc5";
}

.icon-battery7:before {
	content: "\efc6";
}

.icon-code3:before {
	content: "\efc7";
}

.icon-alert2:before {
	content: "\f02d";
}

.icon-alignment-align:before {
	content: "\f08a";
}

.icon-alignment-aligned-to:before {
	content: "\f08e";
}

.icon-alignment-unalign:before {
	content: "\f08b";
}

.icon-arrow-down7:before {
	content: "\f03f";
}

.icon-arrow-left7:before {
	content: "\f040";
}

.icon-arrow-right7:before {
	content: "\f03e";
}

.icon-arrow-small-down:before {
	content: "\f0a0";
}

.icon-arrow-small-left:before {
	content: "\f0a1";
}

.icon-arrow-small-right:before {
	content: "\f071";
}

.icon-arrow-small-up:before {
	content: "\f09f";
}

.icon-arrow-up7:before {
	content: "\f03d";
}

.icon-beer3:before {
	content: "\f069";
}

.icon-book11:before {
	content: "\f007";
}

.icon-bookmark9:before {
	content: "\f07b";
}

.icon-briefcase7:before {
	content: "\f0d3";
}

.icon-broadcast:before {
	content: "\f048";
}

.icon-browser4:before {
	content: "\f0c5";
}

.icon-bug3:before {
	content: "\f091";
}

.icon-calendar11:before {
	content: "\f068";
}

.icon-check4:before {
	content: "\f03a";
}

.icon-checklist:before {
	content: "\f076";
}

.icon-chevron-down2:before {
	content: "\f0a3";
}

.icon-chevron-left4:before {
	content: "\f0a4";
}

.icon-chevron-right4:before {
	content: "\f078";
}

.icon-chevron-up2:before {
	content: "\f0a2";
}

.icon-circle-slash:before {
	content: "\f084";
}

.icon-circuit-board:before {
	content: "\f0d6";
}

.icon-clippy:before {
	content: "\f035";
}

.icon-clock9:before {
	content: "\f046";
}

.icon-cloud-download5:before {
	content: "\f00b";
}

.icon-cloud-upload5:before {
	content: "\f00c";
}

.icon-code4:before {
	content: "\f05f";
}

.icon-color-mode:before {
	content: "\f065";
}

.icon-comment7:before {
	content: "\f02b";
}

.icon-comment-discussion:before {
	content: "\f04f";
}

.icon-credit-card4:before {
	content: "\f045";
}

.icon-dash:before {
	content: "\f0ca";
}

.icon-dashboard3:before {
	content: "\f07d";
}

.icon-database4:before {
	content: "\f096";
}

.icon-device-camera:before {
	content: "\f056";
}

.icon-device-camera-video:before {
	content: "\f057";
}

.icon-device-desktop2:before {
	content: "\f27c";
}

.icon-device-mobile:before {
	content: "\f038";
}

.icon-diff:before {
	content: "\f04d";
}

.icon-diff-added:before {
	content: "\f06b";
}

.icon-diff-ignored:before {
	content: "\f099";
}

.icon-diff-modified:before {
	content: "\f06d";
}

.icon-diff-removed:before {
	content: "\f06c";
}

.icon-diff-renamed:before {
	content: "\f06e";
}

.icon-ellipsis2:before {
	content: "\f09a";
}

.icon-eye7:before {
	content: "\f04e";
}

.icon-file-binary:before {
	content: "\f094";
}

.icon-file-code:before {
	content: "\f010";
}

.icon-file-directory:before {
	content: "\f016";
}

.icon-file-media:before {
	content: "\f012";
}

.icon-file-pdf:before {
	content: "\f014";
}

.icon-file-submodule:before {
	content: "\f017";
}

.icon-file-symlink-directory:before {
	content: "\f0b1";
}

.icon-file-symlink-file:before {
	content: "\f0b0";
}

.icon-file-text3:before {
	content: "\f011";
}

.icon-file-zip:before {
	content: "\f013";
}

.icon-flame:before {
	content: "\f0d2";
}

.icon-fold:before {
	content: "\f0cc";
}

.icon-gear2:before {
	content: "\f02f";
}

.icon-gift5:before {
	content: "\f042";
}

.icon-gist:before {
	content: "\f00e";
}

.icon-gist-secret:before {
	content: "\f08c";
}

.icon-git-branch:before {
	content: "\f020";
}

.icon-git-commit:before {
	content: "\f01f";
}

.icon-git-compare:before {
	content: "\f0ac";
}

.icon-git-merge:before {
	content: "\f023";
}

.icon-git-pull-request:before {
	content: "\f009";
}

.icon-globe8:before {
	content: "\f0b6";
}

.icon-graph2:before {
	content: "\f043";
}

.icon-heart12:before {
	content: "\2665";
}

.icon-history3:before {
	content: "\f07e";
}

.icon-home11:before {
	content: "\f08d";
}

.icon-horizontal-rule:before {
	content: "\f070";
}

.icon-hourglass3:before {
	content: "\f09e";
}

.icon-hubot:before {
	content: "\f09d";
}

.icon-inbox9:before {
	content: "\f0cf";
}

.icon-info8:before {
	content: "\f059";
}

.icon-issue-closed:before {
	content: "\f028";
}

.icon-issue-opened:before {
	content: "\f026";
}

.icon-issue-reopened:before {
	content: "\f027";
}

.icon-jersey:before {
	content: "\f019";
}

.icon-jump-down:before {
	content: "\f072";
}

.icon-jump-left:before {
	content: "\f0a5";
}

.icon-jump-right:before {
	content: "\f0a6";
}

.icon-jump-up:before {
	content: "\f073";
}

.icon-key7:before {
	content: "\f049";
}

.icon-keyboard5:before {
	content: "\f00d";
}

.icon-law:before {
	content: "\f0d8";
}

.icon-light-bulb:before {
	content: "\f000";
}

.icon-link8:before {
	content: "\f05c";
}

.icon-link-external:before {
	content: "\f07f";
}

.icon-list-ordered:before {
	content: "\f062";
}

.icon-list-unordered:before {
	content: "\f061";
}

.icon-location7:before {
	content: "\f060";
}

.icon-lock6:before {
	content: "\f06a";
}

.icon-logo-github:before {
	content: "\f092";
}

.icon-mail8:before {
	content: "\f03b";
}

.icon-mail-read:before {
	content: "\f03c";
}

.icon-mail-reply2:before {
	content: "\f051";
}

.icon-mark-github:before {
	content: "\f00a";
}

.icon-markdown:before {
	content: "\f0c9";
}

.icon-megaphone4:before {
	content: "\f077";
}

.icon-mention:before {
	content: "\f0be";
}

.icon-microscope:before {
	content: "\f089";
}

.icon-milestone:before {
	content: "\f075";
}

.icon-mirror:before {
	content: "\f024";
}

.icon-mortar-board2:before {
	content: "\f0d7";
}

.icon-move-down:before {
	content: "\f0a8";
}

.icon-move-left:before {
	content: "\f074";
}

.icon-move-right:before {
	content: "\f0a9";
}

.icon-move-up:before {
	content: "\f0a7";
}

.icon-mute4:before {
	content: "\f080";
}

.icon-no-newline:before {
	content: "\f09c";
}

.icon-octoface:before {
	content: "\f008";
}

.icon-organization:before {
	content: "\f037";
}

.icon-package:before {
	content: "\f0c4";
}

.icon-paintcan:before {
	content: "\f0d1";
}

.icon-pencil8:before {
	content: "\f058";
}

.icon-person2:before {
	content: "\f018";
}

.icon-pin7:before {
	content: "\f041";
}

.icon-playback-fast-forward:before {
	content: "\f0bd";
}

.icon-playback-pause:before {
	content: "\f0bb";
}

.icon-playback-play:before {
	content: "\f0bf";
}

.icon-playback-rewind:before {
	content: "\f0bc";
}

.icon-plug3:before {
	content: "\f0d4";
}

.icon-plus9:before {
	content: "\f05d";
}

.icon-podium:before {
	content: "\f0af";
}

.icon-primitive-dot:before {
	content: "\f052";
}

.icon-primitive-square:before {
	content: "\f053";
}

.icon-pulse:before {
	content: "\f085";
}

.icon-puzzle3:before {
	content: "\f0c0";
}

.icon-question4:before {
	content: "\f02c";
}

.icon-quote4:before {
	content: "\f063";
}

.icon-radio-tower:before {
	content: "\f030";
}

.icon-repo:before {
	content: "\f001";
}

.icon-repo-clone:before {
	content: "\f04c";
}

.icon-repo-force-push:before {
	content: "\f04a";
}

.icon-repo-forked:before {
	content: "\f002";
}

.icon-repo-pull:before {
	content: "\f006";
}

.icon-repo-push:before {
	content: "\f005";
}

.icon-rocket3:before {
	content: "\f033";
}

.icon-rss5:before {
	content: "\f034";
}

.icon-ruby:before {
	content: "\f047";
}

.icon-screen-full:before {
	content: "\f066";
}

.icon-screen-normal:before {
	content: "\f067";
}

.icon-search9:before {
	content: "\f02e";
}

.icon-server3:before {
	content: "\f097";
}

.icon-settings4:before {
	content: "\f07c";
}

.icon-sign-in2:before {
	content: "\f036";
}

.icon-sign-out2:before {
	content: "\f032";
}

.icon-split:before {
	content: "\f0c6";
}

.icon-squirrel:before {
	content: "\f0b2";
}

.icon-star9:before {
	content: "\f02a";
}

.icon-steps:before {
	content: "\f0c7";
}

.icon-stop9:before {
	content: "\f08f";
}

.icon-sync2:before {
	content: "\f087";
}

.icon-tag9:before {
	content: "\f015";
}

.icon-telescope2:before {
	content: "\f088";
}

.icon-terminal2:before {
	content: "\f0c8";
}

.icon-three-bars:before {
	content: "\f05e";
}

.icon-tools3:before {
	content: "\f031";
}

.icon-trashcan4:before {
	content: "\f0d0";
}

.icon-triangle-down:before {
	content: "\f05b";
}

.icon-triangle-left:before {
	content: "\f044";
}

.icon-triangle-right:before {
	content: "\f05a";
}

.icon-triangle-up:before {
	content: "\f0aa";
}

.icon-unfold:before {
	content: "\f039";
}

.icon-unmute:before {
	content: "\f0ba";
}

.icon-versions:before {
	content: "\f064";
}

.icon-x2:before {
	content: "\f081";
}

.icon-zap:before {
	content: "\26a1";
}

.icon-home12:before {
	content: "\e900";
}

.icon-home2:before {
	content: "\e901";
}

.icon-home3:before {
	content: "\e902";
}

.icon-office:before {
	content: "\e903";
}

.icon-newspaper5:before {
	content: "\e904";
}

.icon-pencil9:before {
	content: "\e905";
}

.icon-pencil2:before {
	content: "\e906";
}

.icon-quill:before {
	content: "\e907";
}

.icon-pen5:before {
	content: "\e908";
}

.icon-blog:before {
	content: "\e909";
}

.icon-eyedropper5:before {
	content: "\e90a";
}

.icon-droplet2:before {
	content: "\e90b";
}

.icon-paint-format:before {
	content: "\e90c";
}

.icon-image8:before {
	content: "\e90d";
}

.icon-images:before {
	content: "\e90e";
}

.icon-camera15:before {
	content: "\e90f";
}

.icon-headphones6:before {
	content: "\e910";
}

.icon-music4:before {
	content: "\e911";
}

.icon-play8:before {
	content: "\e912";
}

.icon-film8:before {
	content: "\e913";
}

.icon-video-camera2:before {
	content: "\e914";
}

.icon-dice:before {
	content: "\e915";
}

.icon-pacman2:before {
	content: "\e916";
}

.icon-spades:before {
	content: "\e917";
}

.icon-clubs:before {
	content: "\e918";
}

.icon-diamonds:before {
	content: "\e919";
}

.icon-bullhorn3:before {
	content: "\e91a";
}

.icon-connection:before {
	content: "\e91b";
}

.icon-podcast:before {
	content: "\e91c";
}

.icon-feed5:before {
	content: "\e91d";
}

.icon-mic4:before {
	content: "\e91e";
}

.icon-book12:before {
	content: "\e91f";
}

.icon-books:before {
	content: "\e920";
}

.icon-library2:before {
	content: "\e921";
}

.icon-file-text4:before {
	content: "\e922";
}

.icon-profile4:before {
	content: "\e923";
}

.icon-file-empty:before {
	content: "\e924";
}

.icon-files-empty:before {
	content: "\e925";
}

.icon-file-text2:before {
	content: "\e926";
}

.icon-file-picture:before {
	content: "\e927";
}

.icon-file-music:before {
	content: "\e928";
}

.icon-file-play:before {
	content: "\e929";
}

.icon-file-video:before {
	content: "\e92a";
}

.icon-file-zip2:before {
	content: "\e92b";
}

.icon-copy2:before {
	content: "\e92c";
}

.icon-paste2:before {
	content: "\e92d";
}

.icon-stack6:before {
	content: "\e92e";
}

.icon-folder8:before {
	content: "\e92f";
}

.icon-folder-open3:before {
	content: "\e930";
}

.icon-folder-plus:before {
	content: "\e931";
}

.icon-folder-minus:before {
	content: "\e932";
}

.icon-folder-download:before {
	content: "\e933";
}

.icon-folder-upload:before {
	content: "\e934";
}

.icon-price-tag:before {
	content: "\e935";
}

.icon-price-tags:before {
	content: "\e936";
}

.icon-barcode4:before {
	content: "\e937";
}

.icon-qrcode2:before {
	content: "\e938";
}

.icon-ticket6:before {
	content: "\e939";
}

.icon-cart3:before {
	content: "\e93a";
}

.icon-coin-dollar:before {
	content: "\e93b";
}

.icon-coin-euro:before {
	content: "\e93c";
}

.icon-coin-pound:before {
	content: "\e93d";
}

.icon-coin-yen:before {
	content: "\e93e";
}

.icon-credit-card5:before {
	content: "\e93f";
}

.icon-calculator6:before {
	content: "\e940";
}

.icon-lifebuoy:before {
	content: "\e941";
}

.icon-phone10:before {
	content: "\e942";
}

.icon-phone-hang-up:before {
	content: "\e943";
}

.icon-address-book:before {
	content: "\e944";
}

.icon-envelop:before {
	content: "\e945";
}

.icon-pushpin:before {
	content: "\e946";
}

.icon-location8:before {
	content: "\e947";
}

.icon-location2:before {
	content: "\e948";
}

.icon-compass10:before {
	content: "\e949";
}

.icon-compass2:before {
	content: "\e94a";
}

.icon-map8:before {
	content: "\e94b";
}

.icon-map2:before {
	content: "\e94c";
}

.icon-history4:before {
	content: "\e94d";
}

.icon-clock10:before {
	content: "\e94e";
}

.icon-clock2:before {
	content: "\e94f";
}

.icon-alarm5:before {
	content: "\e950";
}

.icon-bell4:before {
	content: "\e951";
}

.icon-stopwatch3:before {
	content: "\e952";
}

.icon-calendar12:before {
	content: "\e953";
}

.icon-printer6:before {
	content: "\e954";
}

.icon-keyboard6:before {
	content: "\e955";
}

.icon-display:before {
	content: "\e956";
}

.icon-laptop5:before {
	content: "\e957";
}

.icon-mobile6:before {
	content: "\e958";
}

.icon-mobile2:before {
	content: "\e959";
}

.icon-tablet6:before {
	content: "\e95a";
}

.icon-tv3:before {
	content: "\e95b";
}

.icon-drawer:before {
	content: "\e95c";
}

.icon-drawer2:before {
	content: "\e95d";
}

.icon-box-add:before {
	content: "\e95e";
}

.icon-box-remove:before {
	content: "\e95f";
}

.icon-download12:before {
	content: "\e960";
}

.icon-upload10:before {
	content: "\e961";
}

.icon-floppy-disk:before {
	content: "\e962";
}

.icon-drive:before {
	content: "\e963";
}

.icon-database5:before {
	content: "\e964";
}

.icon-undo5:before {
	content: "\e965";
}

.icon-redo3:before {
	content: "\e966";
}

.icon-undo2:before {
	content: "\e967";
}

.icon-redo2:before {
	content: "\e968";
}

.icon-forward8:before {
	content: "\e969";
}

.icon-reply6:before {
	content: "\e96a";
}

.icon-bubble:before {
	content: "\e96b";
}

.icon-bubbles:before {
	content: "\e96c";
}

.icon-bubbles2:before {
	content: "\e96d";
}

.icon-bubble2:before {
	content: "\e96e";
}

.icon-bubbles3:before {
	content: "\e96f";
}

.icon-bubbles4:before {
	content: "\e970";
}

.icon-user9:before {
	content: "\e971";
}

.icon-users6:before {
	content: "\e972";
}

.icon-user-plus2:before {
	content: "\e973";
}

.icon-user-minus:before {
	content: "\e974";
}

.icon-user-check:before {
	content: "\e975";
}

.icon-user-tie:before {
	content: "\e976";
}

.icon-quotes-left:before {
	content: "\e977";
}

.icon-quotes-right:before {
	content: "\e978";
}

.icon-hour-glass:before {
	content: "\e979";
}

.icon-spinner13:before {
	content: "\e97a";
}

.icon-spinner2:before {
	content: "\e97b";
}

.icon-spinner3:before {
	content: "\e97c";
}

.icon-spinner4:before {
	content: "\e97d";
}

.icon-spinner5:before {
	content: "\e97e";
}

.icon-spinner6:before {
	content: "\e97f";
}

.icon-spinner7:before {
	content: "\e980";
}

.icon-spinner8:before {
	content: "\e981";
}

.icon-spinner9:before {
	content: "\e982";
}

.icon-spinner10:before {
	content: "\e983";
}

.icon-spinner11:before {
	content: "\e984";
}

.icon-binoculars2:before {
	content: "\e985";
}

.icon-search10:before {
	content: "\e986";
}

.icon-zoom-in3:before {
	content: "\e987";
}

.icon-zoom-out3:before {
	content: "\e988";
}

.icon-enlarge:before {
	content: "\e989";
}

.icon-shrink:before {
	content: "\e98a";
}

.icon-enlarge2:before {
	content: "\e98b";
}

.icon-shrink2:before {
	content: "\e98c";
}

.icon-key8:before {
	content: "\e98d";
}

.icon-key2:before {
	content: "\e98e";
}

.icon-lock7:before {
	content: "\e98f";
}

.icon-unlocked5:before {
	content: "\e990";
}

.icon-wrench4:before {
	content: "\e991";
}

.icon-equalizer5:before {
	content: "\e992";
}

.icon-equalizer2:before {
	content: "\e993";
}

.icon-cog8:before {
	content: "\e994";
}

.icon-cogs3:before {
	content: "\e995";
}

.icon-hammer3:before {
	content: "\e996";
}

.icon-magic-wand:before {
	content: "\e997";
}

.icon-aid-kit:before {
	content: "\e998";
}

.icon-bug4:before {
	content: "\e999";
}

.icon-pie-chart2:before {
	content: "\e99a";
}

.icon-stats-dots:before {
	content: "\e99b";
}

.icon-stats-bars:before {
	content: "\e99c";
}

.icon-stats-bars2:before {
	content: "\e99d";
}

.icon-trophy4:before {
	content: "\e99e";
}

.icon-gift6:before {
	content: "\e99f";
}

.icon-glass3:before {
	content: "\e9a0";
}

.icon-glass2:before {
	content: "\e9a1";
}

.icon-mug3:before {
	content: "\e9a2";
}

.icon-spoon-knife:before {
	content: "\e9a3";
}

.icon-leaf3:before {
	content: "\e9a4";
}

.icon-rocket4:before {
	content: "\e9a5";
}

.icon-meter3:before {
	content: "\e9a6";
}

.icon-meter2:before {
	content: "\e9a7";
}

.icon-hammer2:before {
	content: "\e9a8";
}

.icon-fire2:before {
	content: "\e9a9";
}

.icon-lab3:before {
	content: "\e9aa";
}

.icon-magnet3:before {
	content: "\e9ab";
}

.icon-bin:before {
	content: "\e9ac";
}

.icon-bin2:before {
	content: "\e9ad";
}

.icon-briefcase8:before {
	content: "\e9ae";
}

.icon-airplane:before {
	content: "\e9af";
}

.icon-truck3:before {
	content: "\e9b0";
}

.icon-road2:before {
	content: "\e9b1";
}

.icon-accessibility2:before {
	content: "\e9b2";
}

.icon-target8:before {
	content: "\e9b3";
}

.icon-shield3:before {
	content: "\e9b4";
}

.icon-power3:before {
	content: "\e9b5";
}

.icon-switch5:before {
	content: "\e9b6";
}

.icon-power-cord:before {
	content: "\e9b7";
}

.icon-clipboard10:before {
	content: "\e9b8";
}

.icon-list-numbered:before {
	content: "\e9b9";
}

.icon-list11:before {
	content: "\e9ba";
}

.icon-list2:before {
	content: "\e9bb";
}

.icon-tree3:before {
	content: "\e9bc";
}

.icon-menu7:before {
	content: "\e9bd";
}

.icon-menu2:before {
	content: "\e9be";
}

.icon-menu3:before {
	content: "\e9bf";
}

.icon-menu4:before {
	content: "\e9c0";
}

.icon-cloud16:before {
	content: "\e9c1";
}

.icon-cloud-download6:before {
	content: "\e9c2";
}

.icon-cloud-upload6:before {
	content: "\e9c3";
}

.icon-cloud-check:before {
	content: "\e9c4";
}

.icon-download2:before {
	content: "\e9c5";
}

.icon-upload2:before {
	content: "\e9c6";
}

.icon-download3:before {
	content: "\e9c7";
}

.icon-upload3:before {
	content: "\e9c8";
}

.icon-sphere:before {
	content: "\e9c9";
}

.icon-earth3:before {
	content: "\e9ca";
}

.icon-link9:before {
	content: "\e9cb";
}

.icon-flag8:before {
	content: "\e9cc";
}

.icon-attachment6:before {
	content: "\e9cd";
}

.icon-eye8:before {
	content: "\e9ce";
}

.icon-eye-plus:before {
	content: "\e9cf";
}

.icon-eye-minus:before {
	content: "\e9d0";
}

.icon-eye-blocked:before {
	content: "\e9d1";
}

.icon-bookmark10:before {
	content: "\e9d2";
}

.icon-bookmarks:before {
	content: "\e9d3";
}

.icon-sun7:before {
	content: "\e9d4";
}

.icon-contrast3:before {
	content: "\e9d5";
}

.icon-brightness-contrast:before {
	content: "\e9d6";
}

.icon-star-empty:before {
	content: "\e9d7";
}

.icon-star-half3:before {
	content: "\e9d8";
}

.icon-star-full:before {
	content: "\e9d9";
}

.icon-heart13:before {
	content: "\e9da";
}

.icon-heart-broken:before {
	content: "\e9db";
}

.icon-man:before {
	content: "\e9dc";
}

.icon-woman:before {
	content: "\e9dd";
}

.icon-man-woman:before {
	content: "\e9de";
}

.icon-happy3:before {
	content: "\e9df";
}

.icon-happy2:before {
	content: "\e9e0";
}

.icon-smile:before {
	content: "\e9e1";
}

.icon-smile2:before {
	content: "\e9e2";
}

.icon-tongue:before {
	content: "\e9e3";
}

.icon-tongue2:before {
	content: "\e9e4";
}

.icon-sad4:before {
	content: "\e9e5";
}

.icon-sad2:before {
	content: "\e9e6";
}

.icon-wink:before {
	content: "\e9e7";
}

.icon-wink2:before {
	content: "\e9e8";
}

.icon-grin:before {
	content: "\e9e9";
}

.icon-grin2:before {
	content: "\e9ea";
}

.icon-cool:before {
	content: "\e9eb";
}

.icon-cool2:before {
	content: "\e9ec";
}

.icon-angry:before {
	content: "\e9ed";
}

.icon-angry2:before {
	content: "\e9ee";
}

.icon-evil:before {
	content: "\e9ef";
}

.icon-evil2:before {
	content: "\e9f0";
}

.icon-shocked:before {
	content: "\e9f1";
}

.icon-shocked2:before {
	content: "\e9f2";
}

.icon-baffled:before {
	content: "\e9f3";
}

.icon-baffled2:before {
	content: "\e9f4";
}

.icon-confused:before {
	content: "\e9f5";
}

.icon-confused2:before {
	content: "\e9f6";
}

.icon-neutral:before {
	content: "\e9f7";
}

.icon-neutral2:before {
	content: "\e9f8";
}

.icon-hipster:before {
	content: "\e9f9";
}

.icon-hipster2:before {
	content: "\e9fa";
}

.icon-wondering:before {
	content: "\e9fb";
}

.icon-wondering2:before {
	content: "\e9fc";
}

.icon-sleepy:before {
	content: "\e9fd";
}

.icon-sleepy2:before {
	content: "\e9fe";
}

.icon-frustrated:before {
	content: "\e9ff";
}

.icon-frustrated2:before {
	content: "\ea00";
}

.icon-crying:before {
	content: "\ea01";
}

.icon-crying2:before {
	content: "\ea02";
}

.icon-point-up:before {
	content: "\ea03";
}

.icon-point-right:before {
	content: "\ea04";
}

.icon-point-down:before {
	content: "\ea05";
}

.icon-point-left:before {
	content: "\ea06";
}

.icon-warning6:before {
	content: "\ea07";
}

.icon-notification:before {
	content: "\ea08";
}

.icon-question5:before {
	content: "\ea09";
}

.icon-plus10:before {
	content: "\ea0a";
}

.icon-minus10:before {
	content: "\ea0b";
}

.icon-info9:before {
	content: "\ea0c";
}

.icon-cancel-circle:before {
	content: "\ea0d";
}

.icon-blocked3:before {
	content: "\ea0e";
}

.icon-cross4:before {
	content: "\ea0f";
}

.icon-checkmark8:before {
	content: "\ea10";
}

.icon-checkmark2:before {
	content: "\ea11";
}

.icon-spell-check:before {
	content: "\ea12";
}

.icon-enter2:before {
	content: "\ea13";
}

.icon-exit:before {
	content: "\ea14";
}

.icon-play2:before {
	content: "\ea15";
}

.icon-pause8:before {
	content: "\ea16";
}

.icon-stop10:before {
	content: "\ea17";
}

.icon-previous:before {
	content: "\ea18";
}

.icon-next:before {
	content: "\ea19";
}

.icon-backward3:before {
	content: "\ea1a";
}

.icon-forward2:before {
	content: "\ea1b";
}

.icon-play3:before {
	content: "\ea1c";
}

.icon-pause2:before {
	content: "\ea1d";
}

.icon-stop2:before {
	content: "\ea1e";
}

.icon-backward2:before {
	content: "\ea1f";
}

.icon-forward3:before {
	content: "\ea20";
}

.icon-first2:before {
	content: "\ea21";
}

.icon-last2:before {
	content: "\ea22";
}

.icon-previous2:before {
	content: "\ea23";
}

.icon-next2:before {
	content: "\ea24";
}

.icon-eject4:before {
	content: "\ea25";
}

.icon-volume-high:before {
	content: "\ea26";
}

.icon-volume-medium:before {
	content: "\ea27";
}

.icon-volume-low:before {
	content: "\ea28";
}

.icon-volume-mute5:before {
	content: "\ea29";
}

.icon-volume-mute2:before {
	content: "\ea2a";
}

.icon-volume-increase2:before {
	content: "\ea2b";
}

.icon-volume-decrease2:before {
	content: "\ea2c";
}

.icon-loop5:before {
	content: "\ea2d";
}

.icon-loop2:before {
	content: "\ea2e";
}

.icon-infinite:before {
	content: "\ea2f";
}

.icon-shuffle4:before {
	content: "\ea30";
}

.icon-arrow-up-left:before {
	content: "\ea31";
}

.icon-arrow-up8:before {
	content: "\ea32";
}

.icon-arrow-up-right:before {
	content: "\ea33";
}

.icon-arrow-right8:before {
	content: "\ea34";
}

.icon-arrow-down-right:before {
	content: "\ea35";
}

.icon-arrow-down8:before {
	content: "\ea36";
}

.icon-arrow-down-left:before {
	content: "\ea37";
}

.icon-arrow-left8:before {
	content: "\ea38";
}

.icon-arrow-up-left2:before {
	content: "\ea39";
}

.icon-arrow-up2:before {
	content: "\ea3a";
}

.icon-arrow-up-right2:before {
	content: "\ea3b";
}

.icon-arrow-right2:before {
	content: "\ea3c";
}

.icon-arrow-down-right2:before {
	content: "\ea3d";
}

.icon-arrow-down2:before {
	content: "\ea3e";
}

.icon-arrow-down-left2:before {
	content: "\ea3f";
}

.icon-arrow-left2:before {
	content: "\ea40";
}

.icon-circle-up:before {
	content: "\ea41";
}

.icon-circle-right:before {
	content: "\ea42";
}

.icon-circle-down:before {
	content: "\ea43";
}

.icon-circle-left:before {
	content: "\ea44";
}

.icon-tab2:before {
	content: "\ea45";
}

.icon-move-up2:before {
	content: "\ea46";
}

.icon-move-down2:before {
	content: "\ea47";
}

.icon-sort-alpha-asc2:before {
	content: "\ea48";
}

.icon-sort-alpha-desc2:before {
	content: "\ea49";
}

.icon-sort-numeric-asc2:before {
	content: "\ea4a";
}

.icon-sort-numberic-desc:before {
	content: "\ea4b";
}

.icon-sort-amount-asc2:before {
	content: "\ea4c";
}

.icon-sort-amount-desc2:before {
	content: "\ea4d";
}

.icon-command2:before {
	content: "\ea4e";
}

.icon-shift:before {
	content: "\ea4f";
}

.icon-ctrl:before {
	content: "\ea50";
}

.icon-opt:before {
	content: "\ea51";
}

.icon-checkbox-checked2:before {
	content: "\ea52";
}

.icon-checkbox-unchecked:before {
	content: "\ea53";
}

.icon-radio-checked:before {
	content: "\ea54";
}

.icon-radio-checked2:before {
	content: "\ea55";
}

.icon-radio-unchecked:before {
	content: "\ea56";
}

.icon-crop7:before {
	content: "\ea57";
}

.icon-make-group:before {
	content: "\ea58";
}

.icon-ungroup:before {
	content: "\ea59";
}

.icon-scissors5:before {
	content: "\ea5a";
}

.icon-filter4:before {
	content: "\ea5b";
}

.icon-font2:before {
	content: "\ea5c";
}

.icon-ligature:before {
	content: "\ea5d";
}

.icon-ligature2:before {
	content: "\ea5e";
}

.icon-text-height2:before {
	content: "\ea5f";
}

.icon-text-width2:before {
	content: "\ea60";
}

.icon-font-size:before {
	content: "\ea61";
}

.icon-bold2:before {
	content: "\ea62";
}

.icon-underline2:before {
	content: "\ea63";
}

.icon-italic2:before {
	content: "\ea64";
}

.icon-strikethrough2:before {
	content: "\ea65";
}

.icon-omega:before {
	content: "\ea66";
}

.icon-sigma:before {
	content: "\ea67";
}

.icon-page-break:before {
	content: "\ea68";
}

.icon-superscript3:before {
	content: "\ea69";
}

.icon-subscript3:before {
	content: "\ea6a";
}

.icon-superscript2:before {
	content: "\ea6b";
}

.icon-subscript2:before {
	content: "\ea6c";
}

.icon-text-color:before {
	content: "\ea6d";
}

.icon-pagebreak:before {
	content: "\ea6e";
}

.icon-clear-formatting:before {
	content: "\ea6f";
}

.icon-table3:before {
	content: "\ea70";
}

.icon-table2:before {
	content: "\ea71";
}

.icon-insert-template:before {
	content: "\ea72";
}

.icon-pilcrow2:before {
	content: "\ea73";
}

.icon-ltr:before {
	content: "\ea74";
}

.icon-rtl:before {
	content: "\ea75";
}

.icon-section:before {
	content: "\ea76";
}

.icon-paragraph-left:before {
	content: "\ea77";
}

.icon-paragraph-center:before {
	content: "\ea78";
}

.icon-paragraph-right:before {
	content: "\ea79";
}

.icon-paragraph-justify:before {
	content: "\ea7a";
}

.icon-indent-increase:before {
	content: "\ea7b";
}

.icon-indent-decrease:before {
	content: "\ea7c";
}

.icon-share8:before {
	content: "\ea7d";
}

.icon-new-tab:before {
	content: "\ea7e";
}

.icon-embed:before {
	content: "\ea7f";
}

.icon-embed2:before {
	content: "\ea80";
}

.icon-terminal3:before {
	content: "\ea81";
}

.icon-share2:before {
	content: "\ea82";
}

.icon-mail9:before {
	content: "\ea83";
}

.icon-mail2:before {
	content: "\ea84";
}

.icon-mail3:before {
	content: "\ea85";
}

.icon-mail4:before {
	content: "\ea86";
}

.icon-google2:before {
	content: "\ea87";
}

.icon-google-plus4:before {
	content: "\ea88";
}

.icon-google-plus2:before {
	content: "\ea89";
}

.icon-google-plus3:before {
	content: "\ea8a";
}

.icon-google-drive:before {
	content: "\ea8b";
}

.icon-facebook7:before {
	content: "\ea8c";
}

.icon-facebook2:before {
	content: "\ea8d";
}

.icon-facebook3:before {
	content: "\ea8e";
}

.icon-ello:before {
	content: "\ea8f";
}

.icon-instagram4:before {
	content: "\ea90";
}

.icon-twitter6:before {
	content: "\ea91";
}

.icon-twitter2:before {
	content: "\ea92";
}

.icon-twitter3:before {
	content: "\ea93";
}

.icon-feed2:before {
	content: "\ea94";
}

.icon-feed3:before {
	content: "\ea95";
}

.icon-feed4:before {
	content: "\ea96";
}

.icon-youtube5:before {
	content: "\ea97";
}

.icon-youtube2:before {
	content: "\ea98";
}

.icon-youtube3:before {
	content: "\ea99";
}

.icon-youtube4:before {
	content: "\ea9a";
}

.icon-twitch2:before {
	content: "\ea9b";
}

.icon-vimeo:before {
	content: "\ea9c";
}

.icon-vimeo2:before {
	content: "\ea9d";
}

.icon-vimeo3:before {
	content: "\ea9e";
}

.icon-lanyrd:before {
	content: "\ea9f";
}

.icon-flickr5:before {
	content: "\eaa0";
}

.icon-flickr2:before {
	content: "\eaa1";
}

.icon-flickr3:before {
	content: "\eaa2";
}

.icon-flickr4:before {
	content: "\eaa3";
}

.icon-picassa:before {
	content: "\eaa4";
}

.icon-picassa2:before {
	content: "\eaa5";
}

.icon-dribbble7:before {
	content: "\eaa6";
}

.icon-dribbble2:before {
	content: "\eaa7";
}

.icon-dribbble3:before {
	content: "\eaa8";
}

.icon-forrst3:before {
	content: "\eaa9";
}

.icon-forrst2:before {
	content: "\eaaa";
}

.icon-deviantart3:before {
	content: "\eaab";
}

.icon-deviantart2:before {
	content: "\eaac";
}

.icon-steam3:before {
	content: "\eaad";
}

.icon-steam2:before {
	content: "\eaae";
}

.icon-dropbox2:before {
	content: "\eaaf";
}

.icon-onedrive:before {
	content: "\eab0";
}

.icon-github6:before {
	content: "\eab1";
}

.icon-github2:before {
	content: "\eab2";
}

.icon-github3:before {
	content: "\eab3";
}

.icon-github4:before {
	content: "\eab4";
}

.icon-github5:before {
	content: "\eab5";
}

.icon-wordpress3:before {
	content: "\eab6";
}

.icon-wordpress2:before {
	content: "\eab7";
}

.icon-joomla2:before {
	content: "\eab8";
}

.icon-blogger:before {
	content: "\eab9";
}

.icon-blogger2:before {
	content: "\eaba";
}

.icon-tumblr4:before {
	content: "\eabb";
}

.icon-tumblr2:before {
	content: "\eabc";
}

.icon-yahoo2:before {
	content: "\eabd";
}

.icon-tux:before {
	content: "\eabe";
}

.icon-apple3:before {
	content: "\eabf";
}

.icon-finder:before {
	content: "\eac0";
}

.icon-android4:before {
	content: "\eac1";
}

.icon-windows4:before {
	content: "\eac2";
}

.icon-windows8:before {
	content: "\eac3";
}

.icon-soundcloud3:before {
	content: "\eac4";
}

.icon-soundcloud2:before {
	content: "\eac5";
}

.icon-skype3:before {
	content: "\eac6";
}

.icon-reddit2:before {
	content: "\eac7";
}

.icon-linkedin4:before {
	content: "\eac8";
}

.icon-linkedin2:before {
	content: "\eac9";
}

.icon-lastfm3:before {
	content: "\eaca";
}

.icon-lastfm2:before {
	content: "\eacb";
}

.icon-delicious3:before {
	content: "\eacc";
}

.icon-stumbleupon3:before {
	content: "\eacd";
}

.icon-stumbleupon2:before {
	content: "\eace";
}

.icon-stackoverflow:before {
	content: "\eacf";
}

.icon-pinterest3:before {
	content: "\ead0";
}

.icon-pinterest2:before {
	content: "\ead1";
}

.icon-xing3:before {
	content: "\ead2";
}

.icon-xing2:before {
	content: "\ead3";
}

.icon-flattr:before {
	content: "\ead4";
}

.icon-foursquare2:before {
	content: "\ead5";
}

.icon-paypal4:before {
	content: "\ead6";
}

.icon-paypal2:before {
	content: "\ead7";
}

.icon-paypal3:before {
	content: "\ead8";
}

.icon-yelp2:before {
	content: "\ead9";
}

.icon-file-pdf2:before {
	content: "\eada";
}

.icon-file-openoffice:before {
	content: "\eadb";
}

.icon-file-word:before {
	content: "\eadc";
}

.icon-file-excel:before {
	content: "\eadd";
}

.icon-libreoffice:before {
	content: "\eade";
}

.icon-html53:before {
	content: "\eadf";
}

.icon-html52:before {
	content: "\eae0";
}

.icon-css32:before {
	content: "\eae1";
}

.icon-git2:before {
	content: "\eae2";
}

.icon-svg:before {
	content: "\eae3";
}

.icon-codepen2:before {
	content: "\eae4";
}

.icon-chrome:before {
	content: "\eae5";
}

.icon-firefox:before {
	content: "\eae6";
}

.icon-IE:before {
	content: "\eae7";
}

.icon-opera:before {
	content: "\eae8";
}

.icon-safari:before {
	content: "\eae9";
}

.icon-IcoMoon:before {
	content: "\eaea";
}

.icon-facebook8:before {
	content: "\efc8";
}

.icon-twitter-old:before {
	content: "\efc9";
}

.icon-share9:before {
	content: "\efca";
}

.icon-feed6:before {
	content: "\efcb";
}

.icon-bird:before {
	content: "\efcc";
}

.icon-chat10:before {
	content: "\efcd";
}

.icon-envelope8:before {
	content: "\efce";
}

.icon-envelope9:before {
	content: "\efcf";
}

.icon-phone11:before {
	content: "\efd0";
}

.icon-phone12:before {
	content: "\efd1";
}

.icon-phone13:before {
	content: "\efd2";
}

.icon-mobile7:before {
	content: "\efd3";
}

.icon-ipod3:before {
	content: "\efd4";
}

.icon-monitor4:before {
	content: "\efd5";
}

.icon-laptop6:before {
	content: "\efd6";
}

.icon-modem:before {
	content: "\efd7";
}

.icon-speaker3:before {
	content: "\efd8";
}

.icon-window4:before {
	content: "\efd9";
}

.icon-server4:before {
	content: "\efda";
}

.icon-hdd:before {
	content: "\efdb";
}

.icon-keyboard7:before {
	content: "\efdc";
}

.icon-mouse4:before {
	content: "\efdd";
}

.icon-cd2:before {
	content: "\efde";
}

.icon-floppy2:before {
	content: "\efdf";
}

.icon-hardware:before {
	content: "\efe0";
}

.icon-usb3:before {
	content: "\efe1";
}

.icon-cord2:before {
	content: "\efe2";
}

.icon-socket:before {
	content: "\efe3";
}

.icon-socket2:before {
	content: "\efe4";
}

.icon-socket3:before {
	content: "\efe5";
}

.icon-printer7:before {
	content: "\efe6";
}

.icon-camera16:before {
	content: "\efe7";
}

.icon-pictures5:before {
	content: "\efe8";
}

.icon-eye9:before {
	content: "\efe9";
}

.icon-uniEFEA:before {
	content: "\efea";
}

.icon-film9:before {
	content: "\efeb";
}

.icon-camera17:before {
	content: "\efec";
}

.icon-movie3:before {
	content: "\efed";
}

.icon-tv4:before {
	content: "\efee";
}

.icon-camera18:before {
	content: "\efef";
}

.icon-camera19:before {
	content: "\eff0";
}

.icon-volume10:before {
	content: "\eff1";
}

.icon-music5:before {
	content: "\eff2";
}

.icon-microphone10:before {
	content: "\eff3";
}

.icon-radio4:before {
	content: "\eff4";
}

.icon-ipod4:before {
	content: "\eff5";
}

.icon-headphone:before {
	content: "\eff6";
}

.icon-cassette2:before {
	content: "\eff7";
}

.icon-broadcast2:before {
	content: "\eff8";
}

.icon-broadcast3:before {
	content: "\eff9";
}

.icon-calculator7:before {
	content: "\effa";
}

.icon-gamepad4:before {
	content: "\effb";
}

.icon-gamepad5:before {
	content: "\effc";
}

.icon-cog9:before {
	content: "\effd";
}

.icon-shield4:before {
	content: "\effe";
}

.icon-skull:before {
	content: "\efff";
}

.icon-bug5:before {
	content: "\f003";
}

.icon-mine:before {
	content: "\f004";
}

.icon-earth4:before {
	content: "\f00f";
}

.icon-globe9:before {
	content: "\f01a";
}

.icon-planet:before {
	content: "\f01b";
}

.icon-battery8:before {
	content: "\f01c";
}

.icon-battery-low2:before {
	content: "\f01d";
}

.icon-battery9:before {
	content: "\f01e";
}

.icon-battery-full5:before {
	content: "\f021";
}

.icon-folder9:before {
	content: "\f022";
}

.icon-search11:before {
	content: "\f025";
}

.icon-zoomout5:before {
	content: "\f029";
}

.icon-zoomin5:before {
	content: "\f04b";
}

.icon-binocular:before {
	content: "\f050";
}

.icon-location9:before {
	content: "\f054";
}

.icon-pin8:before {
	content: "\f055";
}

.icon-file8:before {
	content: "\f06f";
}

.icon-tag10:before {
	content: "\f079";
}

.icon-quote5:before {
	content: "\f07a";
}

.icon-attachment7:before {
	content: "\f082";
}

.icon-bookmark11:before {
	content: "\f083";
}

.icon-bookmark12:before {
	content: "\f086";
}

.icon-newspaper6:before {
	content: "\f090";
}

.icon-notebook2:before {
	content: "\f093";
}

.icon-addressbook4:before {
	content: "\f095";
}

.icon-clipboard11:before {
	content: "\f098";
}

.icon-clipboard12:before {
	content: "\f09b";
}

.icon-board:before {
	content: "\f0ab";
}

.icon-pencil10:before {
	content: "\f0ad";
}

.icon-pen6:before {
	content: "\f0ae";
}

.icon-user10:before {
	content: "\f0b3";
}

.icon-user11:before {
	content: "\f0b4";
}

.icon-user12:before {
	content: "\f0b5";
}

.icon-trashcan5:before {
	content: "\f0b7";
}

.icon-cart4:before {
	content: "\f0b8";
}

.icon-bag4:before {
	content: "\f0b9";
}

.icon-suitcase5:before {
	content: "\f0c1";
}

.icon-card:before {
	content: "\f0c2";
}

.icon-book13:before {
	content: "\f0c3";
}

.icon-gift7:before {
	content: "\f0cb";
}

.icon-lamp7:before {
	content: "\f0cd";
}

.icon-settings5:before {
	content: "\f0ce";
}

.icon-support4:before {
	content: "\f0d5";
}

.icon-medicine:before {
	content: "\f0d9";
}

.icon-cone3:before {
	content: "\f0da";
}

.icon-locked5:before {
	content: "\f0db";
}

.icon-unlocked6:before {
	content: "\f0dc";
}

.icon-key9:before {
	content: "\f0dd";
}

.icon-info10:before {
	content: "\f0de";
}

.icon-clock11:before {
	content: "\f0df";
}

.icon-timer2:before {
	content: "\f0e0";
}

.icon-food:before {
	content: "\f0e1";
}

.icon-drink6:before {
	content: "\f0e2";
}

.icon-mug4:before {
	content: "\f0e3";
}

.icon-cup:before {
	content: "\f0e4";
}

.icon-drink7:before {
	content: "\f0e5";
}

.icon-mug5:before {
	content: "\f0e6";
}

.icon-lollipop:before {
	content: "\f0e7";
}

.icon-lab4:before {
	content: "\f0e8";
}

.icon-puzzle4:before {
	content: "\f0e9";
}

.icon-flag9:before {
	content: "\f0ea";
}

.icon-star10:before {
	content: "\f0eb";
}

.icon-heart14:before {
	content: "\f0ec";
}

.icon-badge3:before {
	content: "\f0ed";
}

.icon-cup2:before {
	content: "\f0ee";
}

.icon-scissors6:before {
	content: "\f0ef";
}

.icon-snowflake2:before {
	content: "\f0f0";
}

.icon-cloud17:before {
	content: "\f0f1";
}

.icon-lightning7:before {
	content: "\f0f2";
}

.icon-night:before {
	content: "\f0f3";
}

.icon-sunny:before {
	content: "\f0f4";
}

.icon-droplet3:before {
	content: "\f0f5";
}

.icon-umbrella5:before {
	content: "\f0f6";
}

.icon-truck4:before {
	content: "\f0f7";
}

.icon-car3:before {
	content: "\f0f8";
}

.icon-gaspump:before {
	content: "\f0f9";
}

.icon-factory:before {
	content: "\f0fa";
}

.icon-tree4:before {
	content: "\f0fb";
}

.icon-leaf4:before {
	content: "\f0fc";
}

.icon-flower:before {
	content: "\f0fd";
}

.icon-direction2:before {
	content: "\f0fe";
}

.icon-thumbsup2:before {
	content: "\f0ff";
}

.icon-thumbsdown2:before {
	content: "\f100";
}

.icon-pointer2:before {
	content: "\f101";
}

.icon-pointer3:before {
	content: "\f102";
}

.icon-pointer4:before {
	content: "\f103";
}

.icon-pointer5:before {
	content: "\f104";
}

.icon-arrow-up9:before {
	content: "\f105";
}

.icon-arrow-down9:before {
	content: "\f106";
}

.icon-arrow-left9:before {
	content: "\f107";
}

.icon-arrow-right9:before {
	content: "\f108";
}

.icon-arrow-top-right:before {
	content: "\f109";
}

.icon-arrow-top-left:before {
	content: "\f10a";
}

.icon-arrow-bottom-right:before {
	content: "\f10b";
}

.icon-arrow-bottom-left:before {
	content: "\f10c";
}

.icon-contract2:before {
	content: "\f10d";
}

.icon-enlarge3:before {
	content: "\f10e";
}

.icon-refresh7:before {
	content: "\f10f";
}

.icon-glass:before {
	content: "\f110";
}

.icon-music:before {
	content: "\f111";
}

.icon-search:before {
	content: "\f112";
}

.icon-envelope-o:before {
	content: "\f113";
}

.icon-heart:before {
	content: "\f114";
}

.icon-star:before {
	content: "\f115";
}

.icon-star-o:before {
	content: "\f116";
}

.icon-user:before {
	content: "\f117";
}

.icon-film:before {
	content: "\f118";
}

.icon-th-large:before {
	content: "\f119";
}

.icon-th:before {
	content: "\f11a";
}

.icon-th-list:before {
	content: "\f11b";
}

.icon-check:before {
	content: "\f11c";
}

.icon-close:before {
	content: "\f11d";
}

.icon-remove:before {
	content: "\f11d";
}

.icon-times:before {
	content: "\f11d";
}

.icon-search-plus:before {
	content: "\f11e";
}

.icon-search-minus:before {
	content: "\f11f";
}

.icon-power-off:before {
	content: "\f120";
}

.icon-signal:before {
	content: "\f121";
}

.icon-cog:before {
	content: "\f122";
}

.icon-gear:before {
	content: "\f122";
}

.icon-trash-o:before {
	content: "\f123";
}

.icon-home:before {
	content: "\f124";
}

.icon-file-o:before {
	content: "\f125";
}

.icon-clock-o:before {
	content: "\f126";
}

.icon-road:before {
	content: "\f127";
}

.icon-download:before {
	content: "\f128";
}

.icon-arrow-circle-o-down:before {
	content: "\f129";
}

.icon-arrow-circle-o-up:before {
	content: "\f12a";
}

.icon-inbox:before {
	content: "\f12b";
}

.icon-play-circle-o:before {
	content: "\f12c";
}

.icon-repeat:before {
	content: "\f12d";
}

.icon-rotate-right:before {
	content: "\f12d";
}

.icon-refresh:before {
	content: "\f12e";
}

.icon-list-alt:before {
	content: "\f12f";
}

.icon-lock:before {
	content: "\f130";
}

.icon-flag:before {
	content: "\f131";
}

.icon-headphones:before {
	content: "\f132";
}

.icon-volume-off:before {
	content: "\f133";
}

.icon-volume-down:before {
	content: "\f134";
}

.icon-volume-up:before {
	content: "\f135";
}

.icon-qrcode:before {
	content: "\f136";
}

.icon-barcode:before {
	content: "\f137";
}

.icon-tag:before {
	content: "\f138";
}

.icon-tags:before {
	content: "\f139";
}

.icon-book:before {
	content: "\f13a";
}

.icon-bookmark:before {
	content: "\f13b";
}

.icon-print:before {
	content: "\f13c";
}

.icon-camera:before {
	content: "\f13d";
}

.icon-font:before {
	content: "\f13e";
}

.icon-bold:before {
	content: "\f13f";
}

.icon-italic:before {
	content: "\f140";
}

.icon-text-height:before {
	content: "\f141";
}

.icon-text-width:before {
	content: "\f142";
}

.icon-align-left:before {
	content: "\f143";
}

.icon-align-center:before {
	content: "\f144";
}

.icon-align-right:before {
	content: "\f145";
}

.icon-align-justify:before {
	content: "\f146";
}

.icon-list:before {
	content: "\f147";
}

.icon-dedent:before {
	content: "\f148";
}

.icon-outdent:before {
	content: "\f148";
}

.icon-indent:before {
	content: "\f149";
}

.icon-video-camera:before {
	content: "\f14a";
}

.icon-image:before {
	content: "\f14b";
}

.icon-photo:before {
	content: "\f14b";
}

.icon-picture-o:before {
	content: "\f14b";
}

.icon-pencil:before {
	content: "\f14c";
}

.icon-map-marker:before {
	content: "\f14d";
}

.icon-adjust:before {
	content: "\f14e";
}

.icon-tint:before {
	content: "\f14f";
}

.icon-edit:before {
	content: "\f150";
}

.icon-pencil-square-o:before {
	content: "\f150";
}

.icon-share-square-o:before {
	content: "\f151";
}

.icon-check-square-o:before {
	content: "\f152";
}

.icon-arrows:before {
	content: "\f153";
}

.icon-step-backward:before {
	content: "\f154";
}

.icon-fast-backward:before {
	content: "\f155";
}

.icon-backward:before {
	content: "\f156";
}

.icon-play:before {
	content: "\f157";
}

.icon-pause:before {
	content: "\f158";
}

.icon-stop:before {
	content: "\f159";
}

.icon-forward:before {
	content: "\f15a";
}

.icon-fast-forward:before {
	content: "\f15b";
}

.icon-step-forward:before {
	content: "\f15c";
}

.icon-eject:before {
	content: "\f15d";
}

.icon-chevron-left:before {
	content: "\f15e";
}

.icon-chevron-right:before {
	content: "\f15f";
}

.icon-plus-circle:before {
	content: "\f160";
}

.icon-minus-circle:before {
	content: "\f161";
}

.icon-times-circle:before {
	content: "\f162";
}

.icon-check-circle:before {
	content: "\f163";
}

.icon-question-circle:before {
	content: "\f164";
}

.icon-info-circle:before {
	content: "\f165";
}

.icon-crosshairs:before {
	content: "\f166";
}

.icon-times-circle-o:before {
	content: "\f167";
}

.icon-check-circle-o:before {
	content: "\f168";
}

.icon-ban:before {
	content: "\f169";
}

.icon-arrow-left:before {
	content: "\f16a";
}

.icon-arrow-right:before {
	content: "\f16b";
}

.icon-arrow-up:before {
	content: "\f16c";
}

.icon-arrow-down:before {
	content: "\f16d";
}

.icon-mail-forward:before {
	content: "\f16e";
}

.icon-share:before {
	content: "\f16e";
}

.icon-expand:before {
	content: "\f16f";
}

.icon-compress:before {
	content: "\f170";
}

.icon-plus:before {
	content: "\f171";
}

.icon-minus:before {
	content: "\f172";
}

.icon-asterisk:before {
	content: "\f173";
}

.icon-exclamation-circle:before {
	content: "\f174";
}

.icon-gift:before {
	content: "\f175";
}

.icon-leaf:before {
	content: "\f176";
}

.icon-fire:before {
	content: "\f177";
}

.icon-eye:before {
	content: "\f178";
}

.icon-eye-slash:before {
	content: "\f179";
}

.icon-exclamation-triangle:before {
	content: "\f17a";
}

.icon-warning:before {
	content: "\f17a";
}

.icon-plane:before {
	content: "\f17b";
}

.icon-calendar:before {
	content: "\f17c";
}

.icon-random:before {
	content: "\f17d";
}

.icon-comment:before {
	content: "\f17e";
}

.icon-magnet:before {
	content: "\f17f";
}

.icon-chevron-up:before {
	content: "\f180";
}

.icon-chevron-down:before {
	content: "\f181";
}

.icon-retweet:before {
	content: "\f182";
}

.icon-shopping-cart:before {
	content: "\f183";
}

.icon-folder:before {
	content: "\f184";
}

.icon-folder-open:before {
	content: "\f185";
}

.icon-arrows-v:before {
	content: "\f186";
}

.icon-arrows-h:before {
	content: "\f187";
}

.icon-bar-chart:before {
	content: "\f188";
}

.icon-bar-chart-o:before {
	content: "\f188";
}

.icon-twitter-square:before {
	content: "\f189";
}

.icon-facebook-square:before {
	content: "\f18a";
}

.icon-camera-retro:before {
	content: "\f18b";
}

.icon-key:before {
	content: "\f18c";
}

.icon-cogs:before {
	content: "\f18d";
}

.icon-gears:before {
	content: "\f18d";
}

.icon-comments:before {
	content: "\f18e";
}

.icon-thumbs-o-up:before {
	content: "\f18f";
}

.icon-thumbs-o-down:before {
	content: "\f190";
}

.icon-star-half:before {
	content: "\f191";
}

.icon-heart-o:before {
	content: "\f192";
}

.icon-sign-out:before {
	content: "\f193";
}

.icon-linkedin-square:before {
	content: "\f194";
}

.icon-thumb-tack:before {
	content: "\f195";
}

.icon-external-link:before {
	content: "\f196";
}

.icon-sign-in:before {
	content: "\f197";
}

.icon-trophy:before {
	content: "\f198";
}

.icon-github-square:before {
	content: "\f199";
}

.icon-upload:before {
	content: "\f19a";
}

.icon-lemon-o:before {
	content: "\f19b";
}

.icon-phone:before {
	content: "\f19c";
}

.icon-square-o:before {
	content: "\f19d";
}

.icon-bookmark-o:before {
	content: "\f19e";
}

.icon-phone-square:before {
	content: "\f19f";
}

.icon-twitter:before {
	content: "\f1a0";
}

.icon-facebook:before {
	content: "\f1a1";
}

.icon-facebook-f:before {
	content: "\f1a1";
}

.icon-github:before {
	content: "\f1a2";
}

.icon-unlock:before {
	content: "\f1a3";
}

.icon-credit-card:before {
	content: "\f1a4";
}

.icon-rss:before {
	content: "\f1a5";
}

.icon-hdd-o:before {
	content: "\f1a6";
}

.icon-bullhorn:before {
	content: "\f1a7";
}

.icon-bell-o:before {
	content: "\f1a8";
}

.icon-certificate:before {
	content: "\f1a9";
}

.icon-hand-o-right:before {
	content: "\f1aa";
}

.icon-hand-o-left:before {
	content: "\f1ab";
}

.icon-hand-o-up:before {
	content: "\f1ac";
}

.icon-hand-o-down:before {
	content: "\f1ad";
}

.icon-arrow-circle-left:before {
	content: "\f1ae";
}

.icon-arrow-circle-right:before {
	content: "\f1af";
}

.icon-arrow-circle-up:before {
	content: "\f1b0";
}

.icon-arrow-circle-down:before {
	content: "\f1b1";
}

.icon-globe:before {
	content: "\f1b2";
}

.icon-wrench:before {
	content: "\f1b3";
}

.icon-tasks:before {
	content: "\f1b4";
}

.icon-filter:before {
	content: "\f1b5";
}

.icon-briefcase:before {
	content: "\f1b6";
}

.icon-arrows-alt:before {
	content: "\f1b7";
}

.icon-group:before {
	content: "\f1b8";
}

.icon-users:before {
	content: "\f1b8";
}

.icon-chain:before {
	content: "\f1b9";
}

.icon-link:before {
	content: "\f1b9";
}

.icon-cloud:before {
	content: "\f1ba";
}

.icon-flask:before {
	content: "\f1bb";
}

.icon-cut:before {
	content: "\f1bc";
}

.icon-scissors:before {
	content: "\f1bc";
}

.icon-copy:before {
	content: "\f1bd";
}

.icon-files-o:before {
	content: "\f1bd";
}

.icon-paperclip:before {
	content: "\f1be";
}

.icon-floppy-o:before {
	content: "\f1bf";
}

.icon-save:before {
	content: "\f1bf";
}

.icon-square:before {
	content: "\f1c0";
}

.icon-bars:before {
	content: "\f1c1";
}

.icon-navicon:before {
	content: "\f1c1";
}

.icon-reorder:before {
	content: "\f1c1";
}

.icon-list-ul:before {
	content: "\f1c2";
}

.icon-list-ol:before {
	content: "\f1c3";
}

.icon-strikethrough:before {
	content: "\f1c4";
}

.icon-underline:before {
	content: "\f1c5";
}

.icon-table:before {
	content: "\f1c6";
}

.icon-magic:before {
	content: "\f1c7";
}

.icon-truck:before {
	content: "\f1c8";
}

.icon-pinterest:before {
	content: "\f1c9";
}

.icon-pinterest-square:before {
	content: "\f1ca";
}

.icon-google-plus-square:before {
	content: "\f1cb";
}

.icon-google-plus:before {
	content: "\f1cc";
}

.icon-money:before {
	content: "\f1cd";
}

.icon-caret-down:before {
	content: "\f1ce";
}

.icon-caret-up:before {
	content: "\f1cf";
}

.icon-caret-left:before {
	content: "\f1d0";
}

.icon-caret-right:before {
	content: "\f1d1";
}

.icon-columns:before {
	content: "\f1d2";
}

.icon-sort:before {
	content: "\f1d3";
}

.icon-unsorted:before {
	content: "\f1d3";
}

.icon-sort-desc:before {
	content: "\f1d4";
}

.icon-sort-down:before {
	content: "\f1d4";
}

.icon-sort-asc:before {
	content: "\f1d5";
}

.icon-sort-up:before {
	content: "\f1d5";
}

.icon-envelope:before {
	content: "\f1d6";
}

.icon-linkedin:before {
	content: "\f1d7";
}

.icon-rotate-left:before {
	content: "\f1d8";
}

.icon-undo:before {
	content: "\f1d8";
}

.icon-gavel:before {
	content: "\f1d9";
}

.icon-legal:before {
	content: "\f1d9";
}

.icon-dashboard:before {
	content: "\f1da";
}

.icon-tachometer:before {
	content: "\f1da";
}

.icon-comment-o:before {
	content: "\f1db";
}

.icon-comments-o:before {
	content: "\f1dc";
}

.icon-bolt:before {
	content: "\f1dd";
}

.icon-flash:before {
	content: "\f1dd";
}

.icon-sitemap:before {
	content: "\f1de";
}

.icon-umbrella:before {
	content: "\f1df";
}

.icon-clipboard:before {
	content: "\f1e0";
}

.icon-paste:before {
	content: "\f1e0";
}

.icon-lightbulb-o:before {
	content: "\f1e1";
}

.icon-exchange:before {
	content: "\f1e2";
}

.icon-cloud-download:before {
	content: "\f1e3";
}

.icon-cloud-upload:before {
	content: "\f1e4";
}

.icon-user-md:before {
	content: "\f1e5";
}

.icon-stethoscope:before {
	content: "\f1e6";
}

.icon-suitcase:before {
	content: "\f1e7";
}

.icon-bell:before {
	content: "\f1e8";
}

.icon-coffee:before {
	content: "\f1e9";
}

.icon-cutlery:before {
	content: "\f1ea";
}

.icon-file-text-o:before {
	content: "\f1eb";
}

.icon-building-o:before {
	content: "\f1ec";
}

.icon-hospital-o:before {
	content: "\f1ed";
}

.icon-ambulance:before {
	content: "\f1ee";
}

.icon-medkit:before {
	content: "\f1ef";
}

.icon-fighter-jet:before {
	content: "\f1f0";
}

.icon-beer:before {
	content: "\f1f1";
}

.icon-h-square:before {
	content: "\f1f2";
}

.icon-plus-square:before {
	content: "\f1f3";
}

.icon-angle-double-left:before {
	content: "\f1f4";
}

.icon-angle-double-right:before {
	content: "\f1f5";
}

.icon-angle-double-up:before {
	content: "\f1f6";
}

.icon-angle-double-down:before {
	content: "\f1f7";
}

.icon-angle-left:before {
	content: "\f1f8";
}

.icon-angle-right:before {
	content: "\f1f9";
}

.icon-angle-up:before {
	content: "\f1fa";
}

.icon-angle-down:before {
	content: "\f1fb";
}

.icon-desktop:before {
	content: "\f1fc";
}

.icon-laptop:before {
	content: "\f1fd";
}

.icon-tablet:before {
	content: "\f1fe";
}

.icon-mobile:before {
	content: "\f1ff";
}

.icon-mobile-phone:before {
	content: "\f1ff";
}

.icon-circle-o:before {
	content: "\f200";
}

.icon-quote-left:before {
	content: "\f201";
}

.icon-quote-right:before {
	content: "\f202";
}

.icon-spinner:before {
	content: "\f203";
}

.icon-circle:before {
	content: "\f204";
}

.icon-mail-reply:before {
	content: "\f205";
}

.icon-reply:before {
	content: "\f205";
}

.icon-github-alt:before {
	content: "\f206";
}

.icon-folder-o:before {
	content: "\f207";
}

.icon-folder-open-o:before {
	content: "\f208";
}

.icon-smile-o:before {
	content: "\f209";
}

.icon-frown-o:before {
	content: "\f20a";
}

.icon-meh-o:before {
	content: "\f20b";
}

.icon-gamepad:before {
	content: "\f20c";
}

.icon-keyboard-o:before {
	content: "\f20d";
}

.icon-flag-o:before {
	content: "\f20e";
}

.icon-flag-checkered:before {
	content: "\f20f";
}

.icon-terminal:before {
	content: "\f210";
}

.icon-code:before {
	content: "\f211";
}

.icon-mail-reply-all:before {
	content: "\f212";
}

.icon-reply-all:before {
	content: "\f212";
}

.icon-star-half-empty:before {
	content: "\f213";
}

.icon-star-half-full:before {
	content: "\f213";
}

.icon-star-half-o:before {
	content: "\f213";
}

.icon-location-arrow:before {
	content: "\f214";
}

.icon-crop:before {
	content: "\f215";
}

.icon-code-fork:before {
	content: "\f216";
}

.icon-chain-broken:before {
	content: "\f217";
}

.icon-unlink:before {
	content: "\f217";
}

.icon-question:before {
	content: "\f218";
}

.icon-info:before {
	content: "\f219";
}

.icon-exclamation:before {
	content: "\f21a";
}

.icon-superscript:before {
	content: "\f21b";
}

.icon-subscript:before {
	content: "\f21c";
}

.icon-eraser:before {
	content: "\f21d";
}

.icon-puzzle-piece:before {
	content: "\f21e";
}

.icon-microphone:before {
	content: "\f21f";
}

.icon-microphone-slash:before {
	content: "\f220";
}

.icon-shield:before {
	content: "\f221";
}

.icon-calendar-o:before {
	content: "\f222";
}

.icon-fire-extinguisher:before {
	content: "\f223";
}

.icon-rocket:before {
	content: "\f224";
}

.icon-maxcdn:before {
	content: "\f225";
}

.icon-chevron-circle-left:before {
	content: "\f226";
}

.icon-chevron-circle-right:before {
	content: "\f227";
}

.icon-chevron-circle-up:before {
	content: "\f228";
}

.icon-chevron-circle-down:before {
	content: "\f229";
}

.icon-html5:before {
	content: "\f22a";
}

.icon-css3:before {
	content: "\f22b";
}

.icon-anchor:before {
	content: "\f22c";
}

.icon-unlock-alt:before {
	content: "\f22d";
}

.icon-bullseye:before {
	content: "\f22e";
}

.icon-ellipsis-h:before {
	content: "\f22f";
}

.icon-ellipsis-v:before {
	content: "\f230";
}

.icon-rss-square:before {
	content: "\f231";
}

.icon-play-circle:before {
	content: "\f232";
}

.icon-ticket:before {
	content: "\f233";
}

.icon-minus-square:before {
	content: "\f234";
}

.icon-minus-square-o:before {
	content: "\f235";
}

.icon-level-up:before {
	content: "\f236";
}

.icon-level-down:before {
	content: "\f237";
}

.icon-check-square:before {
	content: "\f238";
}

.icon-pencil-square:before {
	content: "\f239";
}

.icon-external-link-square:before {
	content: "\f23a";
}

.icon-share-square:before {
	content: "\f23b";
}

.icon-compass:before {
	content: "\f23c";
}

.icon-caret-square-o-down:before {
	content: "\f23d";
}

.icon-toggle-down:before {
	content: "\f23d";
}

.icon-caret-square-o-up:before {
	content: "\f23e";
}

.icon-toggle-up:before {
	content: "\f23e";
}

.icon-caret-square-o-right:before {
	content: "\f23f";
}

.icon-toggle-right:before {
	content: "\f23f";
}

.icon-eur:before {
	content: "\f240";
}

.icon-euro:before {
	content: "\f240";
}

.icon-gbp:before {
	content: "\f241";
}

.icon-dollar:before {
	content: "\f242";
}

.icon-usd:before {
	content: "\f242";
}

.icon-inr:before {
	content: "\f243";
}

.icon-rupee:before {
	content: "\f243";
}

.icon-cny:before {
	content: "\f244";
}

.icon-jpy:before {
	content: "\f244";
}

.icon-rmb:before {
	content: "\f244";
}

.icon-yen:before {
	content: "\f244";
}

.icon-rouble:before {
	content: "\f245";
}

.icon-rub:before {
	content: "\f245";
}

.icon-ruble:before {
	content: "\f245";
}

.icon-krw:before {
	content: "\f246";
}

.icon-won:before {
	content: "\f246";
}

.icon-bitcoin:before {
	content: "\f247";
}

.icon-btc:before {
	content: "\f247";
}

.icon-file:before {
	content: "\f248";
}

.icon-file-text:before {
	content: "\f249";
}

.icon-sort-alpha-asc:before {
	content: "\f24a";
}

.icon-sort-alpha-desc:before {
	content: "\f24b";
}

.icon-sort-amount-asc:before {
	content: "\f24c";
}

.icon-sort-amount-desc:before {
	content: "\f24d";
}

.icon-sort-numeric-asc:before {
	content: "\f24e";
}

.icon-sort-numeric-desc:before {
	content: "\f24f";
}

.icon-thumbs-up:before {
	content: "\f250";
}

.icon-thumbs-down:before {
	content: "\f251";
}

.icon-youtube-square:before {
	content: "\f252";
}

.icon-youtube:before {
	content: "\f253";
}

.icon-xing:before {
	content: "\f254";
}

.icon-xing-square:before {
	content: "\f255";
}

.icon-youtube-play:before {
	content: "\f256";
}

.icon-dropbox:before {
	content: "\f257";
}

.icon-stack-overflow:before {
	content: "\f258";
}

.icon-instagram:before {
	content: "\f259";
}

.icon-flickr:before {
	content: "\f25a";
}

.icon-adn:before {
	content: "\f25b";
}

.icon-bitbucket:before {
	content: "\f25c";
}

.icon-bitbucket-square:before {
	content: "\f25d";
}

.icon-tumblr:before {
	content: "\f25e";
}

.icon-tumblr-square:before {
	content: "\f25f";
}

.icon-long-arrow-down:before {
	content: "\f260";
}

.icon-long-arrow-up:before {
	content: "\f261";
}

.icon-long-arrow-left:before {
	content: "\f262";
}

.icon-long-arrow-right:before {
	content: "\f263";
}

.icon-apple:before {
	content: "\f264";
}

.icon-windows:before {
	content: "\f265";
}

.icon-android:before {
	content: "\f266";
}

.icon-linux:before {
	content: "\f267";
}

.icon-dribbble:before {
	content: "\f268";
}

.icon-skype:before {
	content: "\f269";
}

.icon-foursquare:before {
	content: "\f26a";
}

.icon-trello:before {
	content: "\f26b";
}

.icon-female:before {
	content: "\f26c";
}

.icon-male:before {
	content: "\f26d";
}

.icon-gittip:before {
	content: "\f26e";
}

.icon-gratipay:before {
	content: "\f26e";
}

.icon-sun-o:before {
	content: "\f26f";
}

.icon-moon-o:before {
	content: "\f270";
}

.icon-archive:before {
	content: "\f271";
}

.icon-bug:before {
	content: "\f272";
}

.icon-vk:before {
	content: "\f273";
}

.icon-weibo:before {
	content: "\f274";
}

.icon-renren:before {
	content: "\f275";
}

.icon-pagelines:before {
	content: "\f276";
}

.icon-stack-exchange:before {
	content: "\f277";
}

.icon-arrow-circle-o-right:before {
	content: "\f278";
}

.icon-arrow-circle-o-left:before {
	content: "\f279";
}

.icon-caret-square-o-left:before {
	content: "\f27a";
}

.icon-toggle-left:before {
	content: "\f27a";
}

.icon-dot-circle-o:before {
	content: "\f27b";
}

.icon-wheelchair:before {
	content: "\f27d";
}

.icon-vimeo-square:before {
	content: "\f27e";
}

.icon-try:before {
	content: "\f27f";
}

.icon-turkish-lira:before {
	content: "\f27f";
}

.icon-plus-square-o:before {
	content: "\f280";
}

.icon-space-shuttle:before {
	content: "\f281";
}

.icon-slack:before {
	content: "\f282";
}

.icon-envelope-square:before {
	content: "\f283";
}

.icon-wordpress:before {
	content: "\f284";
}

.icon-openid:before {
	content: "\f285";
}

.icon-bank:before {
	content: "\f286";
}

.icon-institution:before {
	content: "\f286";
}

.icon-university:before {
	content: "\f286";
}

.icon-graduation-cap:before {
	content: "\f287";
}

.icon-mortar-board:before {
	content: "\f287";
}

.icon-yahoo:before {
	content: "\f288";
}

.icon-google:before {
	content: "\f289";
}

.icon-reddit:before {
	content: "\f28a";
}

.icon-reddit-square:before {
	content: "\f28b";
}

.icon-stumbleupon-circle:before {
	content: "\f28c";
}

.icon-stumbleupon:before {
	content: "\f28d";
}

.icon-delicious:before {
	content: "\f28e";
}

.icon-digg:before {
	content: "\f28f";
}

.icon-pied-piper:before {
	content: "\f290";
}

.icon-pied-piper-alt:before {
	content: "\f291";
}

.icon-drupal:before {
	content: "\f292";
}

.icon-joomla:before {
	content: "\f293";
}

.icon-language:before {
	content: "\f294";
}

.icon-fax:before {
	content: "\f295";
}

.icon-building:before {
	content: "\f296";
}

.icon-child:before {
	content: "\f297";
}

.icon-paw:before {
	content: "\f298";
}

.icon-spoon:before {
	content: "\f299";
}

.icon-cube:before {
	content: "\f29a";
}

.icon-cubes:before {
	content: "\f29b";
}

.icon-behance:before {
	content: "\f29c";
}

.icon-behance-square:before {
	content: "\f29d";
}

.icon-steam:before {
	content: "\f29e";
}

.icon-steam-square:before {
	content: "\f29f";
}

.icon-recycle:before {
	content: "\f2a0";
}

.icon-automobile:before {
	content: "\f2a1";
}

.icon-car:before {
	content: "\f2a1";
}

.icon-cab:before {
	content: "\f2a2";
}

.icon-taxi:before {
	content: "\f2a2";
}

.icon-tree:before {
	content: "\f2a3";
}

.icon-spotify:before {
	content: "\f2a4";
}

.icon-deviantart:before {
	content: "\f2a5";
}

.icon-soundcloud:before {
	content: "\f2a6";
}

.icon-database:before {
	content: "\f2a7";
}

.icon-file-pdf-o:before {
	content: "\f2a8";
}

.icon-file-word-o:before {
	content: "\f2a9";
}

.icon-file-excel-o:before {
	content: "\f2aa";
}

.icon-file-powerpoint-o:before {
	content: "\f2ab";
}

.icon-file-image-o:before {
	content: "\f2ac";
}

.icon-file-photo-o:before {
	content: "\f2ac";
}

.icon-file-picture-o:before {
	content: "\f2ac";
}

.icon-file-archive-o:before {
	content: "\f2ad";
}

.icon-file-zip-o:before {
	content: "\f2ad";
}

.icon-file-audio-o:before {
	content: "\f2ae";
}

.icon-file-sound-o:before {
	content: "\f2ae";
}

.icon-file-movie-o:before {
	content: "\f2af";
}

.icon-file-video-o:before {
	content: "\f2af";
}

.icon-file-code-o:before {
	content: "\f2b0";
}

.icon-vine:before {
	content: "\f2b1";
}

.icon-codepen:before {
	content: "\f2b2";
}

.icon-jsfiddle:before {
	content: "\f2b3";
}

.icon-life-bouy:before {
	content: "\f2b4";
}

.icon-life-buoy:before {
	content: "\f2b4";
}

.icon-life-ring:before {
	content: "\f2b4";
}

.icon-life-saver:before {
	content: "\f2b4";
}

.icon-support:before {
	content: "\f2b4";
}

.icon-circle-o-notch:before {
	content: "\f2b5";
}

.icon-ra:before {
	content: "\f2b6";
}

.icon-rebel:before {
	content: "\f2b6";
}

.icon-empire:before {
	content: "\f2b7";
}

.icon-ge:before {
	content: "\f2b7";
}

.icon-git-square:before {
	content: "\f2b8";
}

.icon-git:before {
	content: "\f2b9";
}

.icon-hacker-news:before {
	content: "\f2ba";
}

.icon-tencent-weibo:before {
	content: "\f2bb";
}

.icon-qq:before {
	content: "\f2bc";
}

.icon-wechat:before {
	content: "\f2bd";
}

.icon-weixin:before {
	content: "\f2bd";
}

.icon-paper-plane:before {
	content: "\f2be";
}

.icon-send:before {
	content: "\f2be";
}

.icon-paper-plane-o:before {
	content: "\f2bf";
}

.icon-send-o:before {
	content: "\f2bf";
}

.icon-history:before {
	content: "\f2c0";
}

.icon-circle-thin:before {
	content: "\f2c1";
}

.icon-genderless:before {
	content: "\f2c1";
}

.icon-header:before {
	content: "\f2c2";
}

.icon-paragraph:before {
	content: "\f2c3";
}

.icon-sliders:before {
	content: "\f2c4";
}

.icon-share-alt:before {
	content: "\f2c5";
}

.icon-share-alt-square:before {
	content: "\f2c6";
}

.icon-bomb:before {
	content: "\f2c7";
}

.icon-futbol-o:before {
	content: "\f2c8";
}

.icon-soccer-ball-o:before {
	content: "\f2c8";
}

.icon-tty:before {
	content: "\f2c9";
}

.icon-binoculars:before {
	content: "\f2ca";
}

.icon-plug:before {
	content: "\f2cb";
}

.icon-slideshare:before {
	content: "\f2cc";
}

.icon-twitch:before {
	content: "\f2cd";
}

.icon-yelp:before {
	content: "\f2ce";
}

.icon-newspaper-o:before {
	content: "\f2cf";
}

.icon-wifi:before {
	content: "\f2d0";
}

.icon-calculator:before {
	content: "\f2d1";
}

.icon-paypal:before {
	content: "\f2d2";
}

.icon-google-wallet:before {
	content: "\f2d3";
}

.icon-cc-visa:before {
	content: "\f2d4";
}

.icon-cc-mastercard:before {
	content: "\f2d5";
}

.icon-cc-discover:before {
	content: "\f2d6";
}

.icon-cc-amex:before {
	content: "\f2d7";
}

.icon-cc-paypal:before {
	content: "\f2d8";
}

.icon-cc-stripe:before {
	content: "\f2d9";
}

.icon-bell-slash:before {
	content: "\f2da";
}

.icon-bell-slash-o:before {
	content: "\f2db";
}

.icon-trash:before {
	content: "\f2dc";
}

.icon-copyright:before {
	content: "\f2dd";
}

.icon-at:before {
	content: "\f2de";
}

.icon-eyedropper:before {
	content: "\f2df";
}

.icon-paint-brush:before {
	content: "\f2e0";
}

.icon-birthday-cake:before {
	content: "\f2e1";
}

.icon-area-chart:before {
	content: "\f2e2";
}

.icon-pie-chart:before {
	content: "\f2e3";
}

.icon-line-chart:before {
	content: "\f2e4";
}

.icon-lastfm:before {
	content: "\f2e5";
}

.icon-lastfm-square:before {
	content: "\f2e6";
}

.icon-toggle-off:before {
	content: "\f2e7";
}

.icon-toggle-on:before {
	content: "\f2e8";
}

.icon-bicycle:before {
	content: "\f2e9";
}

.icon-bus:before {
	content: "\f2ea";
}

.icon-ioxhost:before {
	content: "\f2eb";
}

.icon-angellist:before {
	content: "\f2ec";
}

.icon-cc:before {
	content: "\f2ed";
}

.icon-ils:before {
	content: "\f2ee";
}

.icon-shekel:before {
	content: "\f2ee";
}

.icon-sheqel:before {
	content: "\f2ee";
}

.icon-meanpath:before {
	content: "\f2ef";
}

.icon-buysellads:before {
	content: "\f2f0";
}

.icon-connectdevelop:before {
	content: "\f2f1";
}

.icon-dashcube:before {
	content: "\f2f2";
}

.icon-forumbee:before {
	content: "\f2f3";
}

.icon-leanpub:before {
	content: "\f2f4";
}

.icon-sellsy:before {
	content: "\f2f5";
}

.icon-shirtsinbulk:before {
	content: "\f2f6";
}

.icon-simplybuilt:before {
	content: "\f2f7";
}

.icon-skyatlas:before {
	content: "\f2f8";
}

.icon-cart-plus:before {
	content: "\f2f9";
}

.icon-cart-arrow-down:before {
	content: "\f2fa";
}

.icon-diamond:before {
	content: "\f2fb";
}

.icon-ship:before {
	content: "\f2fc";
}

.icon-user-secret:before {
	content: "\f2fd";
}

.icon-motorcycle:before {
	content: "\f2fe";
}

.icon-street-view:before {
	content: "\f2ff";
}

.icon-heartbeat:before {
	content: "\f300";
}

.icon-venus:before {
	content: "\f301";
}

.icon-mars:before {
	content: "\f302";
}

.icon-mercury:before {
	content: "\f303";
}

.icon-transgender:before {
	content: "\f304";
}

.icon-transgender-alt:before {
	content: "\f305";
}

.icon-venus-double:before {
	content: "\f306";
}

.icon-mars-double:before {
	content: "\f307";
}

.icon-venus-mars:before {
	content: "\f308";
}

.icon-mars-stroke:before {
	content: "\f309";
}

.icon-mars-stroke-v:before {
	content: "\f30a";
}

.icon-mars-stroke-h:before {
	content: "\f30b";
}

.icon-neuter:before {
	content: "\f30c";
}

.icon-facebook-official:before {
	content: "\f30d";
}

.icon-pinterest-p:before {
	content: "\f30e";
}

.icon-whatsapp:before {
	content: "\f30f";
}

.icon-server:before {
	content: "\f310";
}

.icon-user-plus:before {
	content: "\f311";
}

.icon-user-times:before {
	content: "\f312";
}

.icon-bed:before {
	content: "\f313";
}

.icon-hotel:before {
	content: "\f313";
}

.icon-viacoin:before {
	content: "\f314";
}

.icon-train:before {
	content: "\f315";
}

.icon-subway:before {
	content: "\f316";
}

.icon-medium:before {
	content: "\f317";
}

.icon-download13:before {
	content: "\f318";
}

.icon-chat11:before {
	content: "\f319";
}

.icon-archive8:before {
	content: "\f31a";
}

.icon-user13:before {
	content: "\f31b";
}

.icon-users7:before {
	content: "\f31c";
}

.icon-archive9:before {
	content: "\f31d";
}

.icon-earth5:before {
	content: "\f31e";
}

.icon-location10:before {
	content: "\f31f";
}

.icon-contract3:before {
	content: "\f320";
}

.icon-mobile8:before {
	content: "\f321";
}

.icon-screen3:before {
	content: "\f322";
}

.icon-mail10:before {
	content: "\f323";
}

.icon-support5:before {
	content: "\f324";
}

.icon-help3:before {
	content: "\f325";
}

.icon-videos:before {
	content: "\f326";
}

.icon-pictures6:before {
	content: "\f327";
}

.icon-link10:before {
	content: "\f328";
}

.icon-search12:before {
	content: "\f329";
}

.icon-cog10:before {
	content: "\f32a";
}

.icon-trashcan6:before {
	content: "\f32b";
}

.icon-pencil11:before {
	content: "\f32c";
}

.icon-info11:before {
	content: "\f32d";
}

.icon-article2:before {
	content: "\f32e";
}

.icon-clock12:before {
	content: "\f32f";
}

.icon-photoshop:before {
	content: "\f330";
}

.icon-illustrator:before {
	content: "\f331";
}

.icon-star11:before {
	content: "\f332";
}

.icon-heart15:before {
	content: "\f333";
}

.icon-bookmark13:before {
	content: "\f334";
}

.icon-file9:before {
	content: "\f335";
}

.icon-feed7:before {
	content: "\f336";
}

.icon-locked6:before {
	content: "\f337";
}

.icon-unlocked7:before {
	content: "\f338";
}

.icon-refresh8:before {
	content: "\f339";
}

.icon-list12:before {
	content: "\f33a";
}

.icon-share10:before {
	content: "\f33b";
}

.icon-archive10:before {
	content: "\f33c";
}

.icon-images2:before {
	content: "\f33d";
}

.icon-images3:before {
	content: "\f33e";
}

.icon-pencil12:before {
	content: "\f33f";
}

.icon-add-to-list:before {
	content: "\f340";
}

.icon-classic-computer:before {
	content: "\f341";
}

.icon-controller-fast-backward:before {
	content: "\f342";
}

.icon-creative-commons-attribution:before {
	content: "\f343";
}

.icon-creative-commons-noderivs:before {
	content: "\f344";
}

.icon-creative-commons-noncommercial-eu:before {
	content: "\f345";
}

.icon-creative-commons-noncommercial-us:before {
	content: "\f346";
}

.icon-creative-commons-public-domain:before {
	content: "\f347";
}

.icon-creative-commons-remix:before {
	content: "\f348";
}

.icon-creative-commons-share:before {
	content: "\f349";
}

.icon-creative-commons-sharealike:before {
	content: "\f34a";
}

.icon-creative-commons:before {
	content: "\f34b";
}

.icon-document-landscape:before {
	content: "\f34c";
}

.icon-remove-user:before {
	content: "\f34d";
}

.icon-warning7:before {
	content: "\f34e";
}

.icon-arrow-bold-down:before {
	content: "\f34f";
}

.icon-arrow-bold-left:before {
	content: "\f350";
}

.icon-arrow-bold-right:before {
	content: "\f351";
}

.icon-arrow-bold-up:before {
	content: "\f352";
}

.icon-arrow-down10:before {
	content: "\f353";
}

.icon-arrow-left10:before {
	content: "\f354";
}

.icon-arrow-long-down:before {
	content: "\f355";
}

.icon-arrow-long-left:before {
	content: "\f356";
}

.icon-arrow-long-right:before {
	content: "\f357";
}

.icon-arrow-long-up:before {
	content: "\f358";
}

.icon-arrow-right10:before {
	content: "\f359";
}

.icon-arrow-up10:before {
	content: "\f35a";
}

.icon-arrow-with-circle-down:before {
	content: "\f35b";
}

.icon-arrow-with-circle-left:before {
	content: "\f35c";
}

.icon-arrow-with-circle-right:before {
	content: "\f35d";
}

.icon-arrow-with-circle-up:before {
	content: "\f35e";
}

.icon-bookmark14:before {
	content: "\f35f";
}

.icon-bookmarks2:before {
	content: "\f360";
}

.icon-chevron-down3:before {
	content: "\f361";
}

.icon-chevron-left5:before {
	content: "\f362";
}

.icon-chevron-right5:before {
	content: "\f363";
}

.icon-chevron-small-down:before {
	content: "\f364";
}

.icon-chevron-small-left:before {
	content: "\f365";
}

.icon-chevron-small-right:before {
	content: "\f366";
}

.icon-chevron-small-up:before {
	content: "\f367";
}

.icon-chevron-thin-down:before {
	content: "\f368";
}

.icon-chevron-thin-left:before {
	content: "\f369";
}

.icon-chevron-thin-right:before {
	content: "\f36a";
}

.icon-chevron-thin-up:before {
	content: "\f36b";
}

.icon-chevron-up3:before {
	content: "\f36c";
}

.icon-chevron-with-circle-down:before {
	content: "\f36d";
}

.icon-chevron-with-circle-left:before {
	content: "\f36e";
}

.icon-chevron-with-circle-right:before {
	content: "\f36f";
}

.icon-chevron-with-circle-up:before {
	content: "\f370";
}

.icon-cloud18:before {
	content: "\f371";
}

.icon-controller-fast-forward:before {
	content: "\f372";
}

.icon-controller-jump-to-start:before {
	content: "\f373";
}

.icon-controller-next:before {
	content: "\f374";
}

.icon-controller-paus:before {
	content: "\f375";
}

.icon-controller-play:before {
	content: "\f376";
}

.icon-controller-record:before {
	content: "\f377";
}

.icon-controller-stop:before {
	content: "\f378";
}

.icon-controller-volume:before {
	content: "\f379";
}

.icon-dot-single:before {
	content: "\f37a";
}

.icon-dots-three-horizontal:before {
	content: "\f37b";
}

.icon-dots-three-vertical:before {
	content: "\f37c";
}

.icon-dots-two-horizontal:before {
	content: "\f37d";
}

.icon-dots-two-vertical:before {
	content: "\f37e";
}

.icon-download14:before {
	content: "\f37f";
}

.icon-emoji-flirt:before {
	content: "\f380";
}

.icon-flow-branch:before {
	content: "\f381";
}

.icon-flow-cascade:before {
	content: "\f382";
}

.icon-flow-line:before {
	content: "\f383";
}

.icon-flow-parallel2:before {
	content: "\f384";
}

.icon-flow-tree:before {
	content: "\f385";
}

.icon-install:before {
	content: "\f386";
}

.icon-layers5:before {
	content: "\f387";
}

.icon-open-book:before {
	content: "\f388";
}

.icon-resize-100:before {
	content: "\f389";
}

.icon-resize-full-screen:before {
	content: "\f38a";
}

.icon-save3:before {
	content: "\f38b";
}

.icon-select-arrows:before {
	content: "\f38c";
}

.icon-sound-mute:before {
	content: "\f38d";
}

.icon-sound2:before {
	content: "\f38e";
}

.icon-trash6:before {
	content: "\f38f";
}

.icon-triangle-down2:before {
	content: "\f390";
}

.icon-triangle-left2:before {
	content: "\f391";
}

.icon-triangle-right2:before {
	content: "\f392";
}

.icon-triangle-up2:before {
	content: "\f393";
}

.icon-uninstall:before {
	content: "\f394";
}

.icon-upload-to-cloud:before {
	content: "\f395";
}

.icon-upload11:before {
	content: "\f396";
}

.icon-add-user:before {
	content: "\f397";
}

.icon-address:before {
	content: "\f398";
}

.icon-adjust3:before {
	content: "\f399";
}

.icon-air:before {
	content: "\f39a";
}

.icon-aircraft-landing:before {
	content: "\f39b";
}

.icon-aircraft-take-off:before {
	content: "\f39c";
}

.icon-aircraft:before {
	content: "\f39d";
}

.icon-align-bottom:before {
	content: "\f39e";
}

.icon-align-horizontal-middle:before {
	content: "\f39f";
}

.icon-align-left4:before {
	content: "\f3a0";
}

.icon-align-right4:before {
	content: "\f3a1";
}

.icon-align-top:before {
	content: "\f3a2";
}

.icon-align-vertical-middle:before {
	content: "\f3a3";
}

.icon-archive11:before {
	content: "\f3a4";
}

.icon-area-graph:before {
	content: "\f3a5";
}

.icon-attachment8:before {
	content: "\f3a6";
}

.icon-awareness-ribbon:before {
	content: "\f3a7";
}

.icon-back-in-time:before {
	content: "\f3a8";
}

.icon-back:before {
	content: "\f3a9";
}

.icon-bar-graph2:before {
	content: "\f3aa";
}

.icon-battery10:before {
	content: "\f3ab";
}

.icon-beamed-note:before {
	content: "\f3ac";
}

.icon-bell5:before {
	content: "\f3ad";
}

.icon-blackboard:before {
	content: "\f3ae";
}

.icon-block2:before {
	content: "\f3af";
}

.icon-book14:before {
	content: "\f3b0";
}

.icon-bowl:before {
	content: "\f3b1";
}

.icon-box6:before {
	content: "\f3b2";
}

.icon-briefcase9:before {
	content: "\f3b3";
}

.icon-browser5:before {
	content: "\f3b4";
}

.icon-brush5:before {
	content: "\f3b5";
}

.icon-bucket2:before {
	content: "\f3b6";
}

.icon-cake3:before {
	content: "\f3b7";
}

.icon-calculator8:before {
	content: "\f3b8";
}

.icon-calendar13:before {
	content: "\f3b9";
}

.icon-camera20:before {
	content: "\f3ba";
}

.icon-ccw:before {
	content: "\f3bb";
}

.icon-chat12:before {
	content: "\f3bc";
}

.icon-check5:before {
	content: "\f3bd";
}

.icon-circle-with-cross:before {
	content: "\f3be";
}

.icon-circle-with-minus:before {
	content: "\f3bf";
}

.icon-circle-with-plus:before {
	content: "\f3c0";
}

.icon-circle3:before {
	content: "\f3c1";
}

.icon-circular-graph:before {
	content: "\f3c2";
}

.icon-clapperboard:before {
	content: "\f3c3";
}

.icon-clipboard13:before {
	content: "\f3c4";
}

.icon-clock13:before {
	content: "\f3c5";
}

.icon-code5:before {
	content: "\f3c6";
}

.icon-cog11:before {
	content: "\f3c7";
}

.icon-colours:before {
	content: "\f3c8";
}

.icon-compass11:before {
	content: "\f3c9";
}

.icon-copy3:before {
	content: "\f3ca";
}

.icon-credit-card6:before {
	content: "\f3cb";
}

.icon-credit:before {
	content: "\f3cc";
}

.icon-cross5:before {
	content: "\f3cd";
}

.icon-cup3:before {
	content: "\f3ce";
}

.icon-cw:before {
	content: "\f3cf";
}

.icon-cycle:before {
	content: "\f3d0";
}

.icon-database6:before {
	content: "\f3d1";
}

.icon-dial-pad:before {
	content: "\f3d2";
}

.icon-direction3:before {
	content: "\f3d3";
}

.icon-document3:before {
	content: "\f3d4";
}

.icon-documents2:before {
	content: "\f3d5";
}

.icon-drink8:before {
	content: "\f3d6";
}

.icon-drive2:before {
	content: "\f3d7";
}

.icon-drop2:before {
	content: "\f3d8";
}

.icon-edit7:before {
	content: "\f3d9";
}

.icon-email5:before {
	content: "\f3da";
}

.icon-emoji-happy:before {
	content: "\f3db";
}

.icon-emoji-neutral:before {
	content: "\f3dc";
}

.icon-emoji-sad:before {
	content: "\f3dd";
}

.icon-erase:before {
	content: "\f3de";
}

.icon-eraser2:before {
	content: "\f3df";
}

.icon-export2:before {
	content: "\f3e0";
}

.icon-eye10:before {
	content: "\f3e1";
}

.icon-feather3:before {
	content: "\f3e2";
}

.icon-flag10:before {
	content: "\f3e3";
}

.icon-flash3:before {
	content: "\f3e4";
}

.icon-flashlight:before {
	content: "\f3e5";
}

.icon-flat-brush:before {
	content: "\f3e6";
}

.icon-folder-images:before {
	content: "\f3e7";
}

.icon-folder-music:before {
	content: "\f3e8";
}

.icon-folder-video:before {
	content: "\f3e9";
}

.icon-folder10:before {
	content: "\f3ea";
}

.icon-forward9:before {
	content: "\f3eb";
}

.icon-funnel:before {
	content: "\f3ec";
}

.icon-game-controller:before {
	content: "\f3ed";
}

.icon-gauge:before {
	content: "\f3ee";
}

.icon-globe10:before {
	content: "\f3ef";
}

.icon-graduation-cap2:before {
	content: "\f3f0";
}

.icon-grid9:before {
	content: "\f3f1";
}

.icon-hair-cross:before {
	content: "\f3f2";
}

.icon-hand2:before {
	content: "\f3f3";
}

.icon-heart-outlined:before {
	content: "\f3f4";
}

.icon-heart16:before {
	content: "\f3f5";
}

.icon-help-with-circle:before {
	content: "\f3f6";
}

.icon-help4:before {
	content: "\f3f7";
}

.icon-home13:before {
	content: "\f3f8";
}

.icon-hour-glass2:before {
	content: "\f3f9";
}

.icon-image-inverted:before {
	content: "\f3fa";
}

.icon-image9:before {
	content: "\f3fb";
}

.icon-images4:before {
	content: "\f3fc";
}

.icon-inbox10:before {
	content: "\f3fd";
}

.icon-infinity2:before {
	content: "\f3fe";
}

.icon-info-with-circle:before {
	content: "\f3ff";
}

.icon-info12:before {
	content: "\f400";
}

.icon-key10:before {
	content: "\f401";
}

.icon-keyboard8:before {
	content: "\f402";
}

.icon-lab-flask:before {
	content: "\f403";
}

.icon-landline:before {
	content: "\f404";
}

.icon-language3:before {
	content: "\f405";
}

.icon-laptop7:before {
	content: "\f406";
}

.icon-leaf5:before {
	content: "\f407";
}

.icon-level-down2:before {
	content: "\f408";
}

.icon-level-up2:before {
	content: "\f409";
}

.icon-lifebuoy2:before {
	content: "\f40a";
}

.icon-light-bulb2:before {
	content: "\f40b";
}

.icon-light-down:before {
	content: "\f40c";
}

.icon-light-up:before {
	content: "\f40d";
}

.icon-line-graph:before {
	content: "\f40e";
}

.icon-link11:before {
	content: "\f40f";
}

.icon-list13:before {
	content: "\f410";
}

.icon-location-pin:before {
	content: "\f411";
}

.icon-location11:before {
	content: "\f412";
}

.icon-lock-open3:before {
	content: "\f413";
}

.icon-lock8:before {
	content: "\f414";
}

.icon-log-out:before {
	content: "\f415";
}

.icon-login:before {
	content: "\f416";
}

.icon-loop6:before {
	content: "\f417";
}

.icon-magnet4:before {
	content: "\f418";
}

.icon-magnifying-glass3:before {
	content: "\f419";
}

.icon-mail11:before {
	content: "\f41a";
}

.icon-man2:before {
	content: "\f41b";
}

.icon-map9:before {
	content: "\f41c";
}

.icon-mask:before {
	content: "\f41d";
}

.icon-medal3:before {
	content: "\f41e";
}

.icon-megaphone5:before {
	content: "\f41f";
}

.icon-menu8:before {
	content: "\f420";
}

.icon-message3:before {
	content: "\f421";
}

.icon-mic5:before {
	content: "\f422";
}

.icon-minus11:before {
	content: "\f423";
}

.icon-mobile9:before {
	content: "\f424";
}

.icon-modern-mic:before {
	content: "\f425";
}

.icon-moon6:before {
	content: "\f426";
}

.icon-mouse5:before {
	content: "\f427";
}

.icon-music6:before {
	content: "\f428";
}

.icon-network:before {
	content: "\f429";
}

.icon-new-message:before {
	content: "\f42a";
}

.icon-new:before {
	content: "\f42b";
}

.icon-news2:before {
	content: "\f42c";
}

.icon-note:before {
	content: "\f42d";
}

.icon-notification2:before {
	content: "\f42e";
}

.icon-old-mobile:before {
	content: "\f42f";
}

.icon-old-phone:before {
	content: "\f430";
}

.icon-palette2:before {
	content: "\f431";
}

.icon-paper-plane2:before {
	content: "\f432";
}

.icon-pencil13:before {
	content: "\f433";
}

.icon-phone14:before {
	content: "\f434";
}

.icon-pie-chart3:before {
	content: "\f435";
}

.icon-pin9:before {
	content: "\f436";
}

.icon-plus11:before {
	content: "\f437";
}

.icon-popup2:before {
	content: "\f438";
}

.icon-power-plug:before {
	content: "\f439";
}

.icon-price-ribbon:before {
	content: "\f43a";
}

.icon-price-tag2:before {
	content: "\f43b";
}

.icon-print3:before {
	content: "\f43c";
}

.icon-progress-empty:before {
	content: "\f43d";
}

.icon-progress-full:before {
	content: "\f43e";
}

.icon-progress-one:before {
	content: "\f43f";
}

.icon-progress-two:before {
	content: "\f440";
}

.icon-publish2:before {
	content: "\f441";
}

.icon-quote6:before {
	content: "\f442";
}

.icon-radio5:before {
	content: "\f443";
}

.icon-reply-all3:before {
	content: "\f444";
}

.icon-reply7:before {
	content: "\f445";
}

.icon-retweet3:before {
	content: "\f446";
}

.icon-rocket5:before {
	content: "\f447";
}

.icon-round-brush:before {
	content: "\f448";
}

.icon-rss6:before {
	content: "\f449";
}

.icon-ruler4:before {
	content: "\f44a";
}

.icon-scissors7:before {
	content: "\f44b";
}

.icon-share-alternitive:before {
	content: "\f44c";
}

.icon-share11:before {
	content: "\f44d";
}

.icon-shareable:before {
	content: "\f44e";
}

.icon-shield5:before {
	content: "\f44f";
}

.icon-shop2:before {
	content: "\f450";
}

.icon-shopping-bag2:before {
	content: "\f451";
}

.icon-shopping-basket2:before {
	content: "\f452";
}

.icon-shopping-cart4:before {
	content: "\f453";
}

.icon-shuffle5:before {
	content: "\f454";
}

.icon-signal3:before {
	content: "\f455";
}

.icon-sound-mix:before {
	content: "\f456";
}

.icon-sports-club:before {
	content: "\f457";
}

.icon-spreadsheet:before {
	content: "\f458";
}

.icon-squared-cross:before {
	content: "\f459";
}

.icon-squared-minus:before {
	content: "\f45a";
}

.icon-squared-plus:before {
	content: "\f45b";
}

.icon-star-outlined:before {
	content: "\f45c";
}

.icon-star12:before {
	content: "\f45d";
}

.icon-stopwatch4:before {
	content: "\f45e";
}

.icon-suitcase6:before {
	content: "\f45f";
}

.icon-swap:before {
	content: "\f460";
}

.icon-sweden:before {
	content: "\f461";
}

.icon-switch6:before {
	content: "\f462";
}

.icon-tablet7:before {
	content: "\f463";
}

.icon-tag11:before {
	content: "\f464";
}

.icon-text-document-inverted:before {
	content: "\f465";
}

.icon-text-document:before {
	content: "\f466";
}

.icon-text:before {
	content: "\f467";
}

.icon-thermometer5:before {
	content: "\f468";
}

.icon-thumbs-down3:before {
	content: "\f469";
}

.icon-thumbs-up3:before {
	content: "\f46a";
}

.icon-thunder-cloud:before {
	content: "\f46b";
}

.icon-ticket7:before {
	content: "\f46c";
}

.icon-time-slot:before {
	content: "\f46d";
}

.icon-tools4:before {
	content: "\f46e";
}

.icon-traffic-cone:before {
	content: "\f46f";
}

.icon-tree5:before {
	content: "\f470";
}

.icon-trophy5:before {
	content: "\f471";
}

.icon-tv5:before {
	content: "\f472";
}

.icon-typing:before {
	content: "\f473";
}

.icon-unread:before {
	content: "\f474";
}

.icon-untag:before {
	content: "\f475";
}

.icon-user14:before {
	content: "\f476";
}

.icon-users8:before {
	content: "\f477";
}

.icon-v-card:before {
	content: "\f478";
}

.icon-video4:before {
	content: "\f479";
}

.icon-vinyl:before {
	content: "\f47a";
}

.icon-voicemail2:before {
	content: "\f47b";
}

.icon-wallet3:before {
	content: "\f47c";
}

.icon-water:before {
	content: "\f47d";
}

.icon-500px-with-circle:before {
	content: "\f47e";
}

.icon-500px:before {
	content: "\f47f";
}

.icon-basecamp:before {
	content: "\f480";
}

.icon-behance2:before {
	content: "\f481";
}

.icon-creative-cloud:before {
	content: "\f482";
}

.icon-dropbox3:before {
	content: "\f483";
}

.icon-evernote:before {
	content: "\f484";
}

.icon-flattr2:before {
	content: "\f485";
}

.icon-foursquare3:before {
	content: "\f486";
}

.icon-google-drive2:before {
	content: "\f487";
}

.icon-google-hangouts:before {
	content: "\f488";
}

.icon-grooveshark:before {
	content: "\f489";
}

.icon-icloud:before {
	content: "\f48a";
}

.icon-mixi:before {
	content: "\f48b";
}

.icon-onedrive2:before {
	content: "\f48c";
}

.icon-paypal5:before {
	content: "\f48d";
}

.icon-picasa:before {
	content: "\f48e";
}

.icon-qq2:before {
	content: "\f48f";
}

.icon-rdio-with-circle:before {
	content: "\f490";
}

.icon-renren2:before {
	content: "\f491";
}

.icon-scribd:before {
	content: "\f492";
}

.icon-sina-weibo:before {
	content: "\f493";
}

.icon-skype-with-circle:before {
	content: "\f494";
}

.icon-skype4:before {
	content: "\f495";
}

.icon-slideshare2:before {
	content: "\f496";
}

.icon-smashing:before {
	content: "\f497";
}

.icon-soundcloud4:before {
	content: "\f498";
}

.icon-spotify-with-circle:before {
	content: "\f499";
}

.icon-spotify2:before {
	content: "\f49a";
}

.icon-swarm:before {
	content: "\f49b";
}

.icon-vine-with-circle:before {
	content: "\f49c";
}

.icon-vine2:before {
	content: "\f49d";
}

.icon-vk-alternitive:before {
	content: "\f49e";
}

.icon-vk-with-circle:before {
	content: "\f49f";
}

.icon-vk2:before {
	content: "\f4a0";
}

.icon-xing-with-circle:before {
	content: "\f4a1";
}

.icon-xing4:before {
	content: "\f4a2";
}

.icon-yelp3:before {
	content: "\f4a3";
}

.icon-dribbble-with-circle:before {
	content: "\f4a4";
}

.icon-dribbble8:before {
	content: "\f4a5";
}

.icon-facebook-with-circle:before {
	content: "\f4a6";
}

.icon-facebook9:before {
	content: "\f4a7";
}

.icon-flickr-with-circle:before {
	content: "\f4a8";
}

.icon-flickr6:before {
	content: "\f4a9";
}

.icon-github-with-circle:before {
	content: "\f4aa";
}

.icon-github7:before {
	content: "\f4ab";
}

.icon-google-with-circle:before {
	content: "\f4ac";
}

.icon-google3:before {
	content: "\f4ad";
}

.icon-instagram-with-circle:before {
	content: "\f4ae";
}

.icon-instagram5:before {
	content: "\f4af";
}

.icon-lastfm-with-circle:before {
	content: "\f4b0";
}

.icon-lastfm4:before {
	content: "\f4b1";
}

.icon-linkedin-with-circle:before {
	content: "\f4b2";
}

.icon-linkedin5:before {
	content: "\f4b3";
}

.icon-pinterest-with-circle:before {
	content: "\f4b4";
}

.icon-pinterest4:before {
	content: "\f4b5";
}

.icon-rdio:before {
	content: "\f4b6";
}

.icon-stumbleupon-with-circle:before {
	content: "\f4b7";
}

.icon-stumbleupon4:before {
	content: "\f4b8";
}

.icon-tumblr-with-circle:before {
	content: "\f4b9";
}

.icon-tumblr5:before {
	content: "\f4ba";
}

.icon-twitter-with-circle:before {
	content: "\f4bb";
}

.icon-twitter7:before {
	content: "\f4bc";
}

.icon-vimeo-with-circle:before {
	content: "\f4bd";
}

.icon-vimeo4:before {
	content: "\f4be";
}

.icon-youtube-with-circle:before {
	content: "\f4bf";
}

.icon-youtube6:before {
	content: "\f4c0";
}

.icon-box7:before {
	content: "\f4c1";
}

.icon-write:before {
	content: "\f4c2";
}

.icon-clock14:before {
	content: "\f4c3";
}

.icon-reply8:before {
	content: "\f4c4";
}

.icon-reply-all4:before {
	content: "\f4c5";
}

.icon-forward10:before {
	content: "\f4c6";
}

.icon-flag11:before {
	content: "\f4c7";
}

.icon-search13:before {
	content: "\f4c8";
}

.icon-trash7:before {
	content: "\f4c9";
}

.icon-envelope10:before {
	content: "\f4ca";
}

.icon-bubble3:before {
	content: "\f4cb";
}

.icon-bubbles5:before {
	content: "\f4cc";
}

.icon-user15:before {
	content: "\f4cd";
}

.icon-users9:before {
	content: "\f4ce";
}

.icon-cloud19:before {
	content: "\f4cf";
}

.icon-download15:before {
	content: "\f4d0";
}

.icon-upload12:before {
	content: "\f4d1";
}

.icon-rain3:before {
	content: "\f4d2";
}

.icon-sun8:before {
	content: "\f4d3";
}

.icon-moon7:before {
	content: "\f4d4";
}

.icon-bell6:before {
	content: "\f4d5";
}

.icon-folder11:before {
	content: "\f4d6";
}

.icon-pin10:before {
	content: "\f4d7";
}

.icon-sound3:before {
	content: "\f4d8";
}

.icon-microphone11:before {
	content: "\f4d9";
}

.icon-camera21:before {
	content: "\f4da";
}

.icon-image10:before {
	content: "\f4db";
}

.icon-cog12:before {
	content: "\f4dc";
}

.icon-calendar14:before {
	content: "\f4dd";
}

.icon-book15:before {
	content: "\f4de";
}

.icon-map-marker2:before {
	content: "\f4df";
}

.icon-store3:before {
	content: "\f4e0";
}

.icon-support6:before {
	content: "\f4e1";
}

.icon-tag12:before {
	content: "\f4e2";
}

.icon-heart17:before {
	content: "\f4e3";
}

.icon-video-camera3:before {
	content: "\f4e4";
}

.icon-trophy6:before {
	content: "\f4e5";
}

.icon-cart5:before {
	content: "\f4e6";
}

.icon-eye11:before {
	content: "\f4e7";
}

.icon-cancel8:before {
	content: "\f4e8";
}

.icon-chart10:before {
	content: "\f4e9";
}

.icon-target9:before {
	content: "\f4ea";
}

.icon-printer8:before {
	content: "\f4eb";
}

.icon-location12:before {
	content: "\f4ec";
}

.icon-bookmark15:before {
	content: "\f4ed";
}

.icon-monitor5:before {
	content: "\f4ee";
}

.icon-cross6:before {
	content: "\f4ef";
}

.icon-plus12:before {
	content: "\f4f0";
}

.icon-left:before {
	content: "\f4f1";
}

.icon-up:before {
	content: "\f4f2";
}

.icon-browser6:before {
	content: "\f4f3";
}

.icon-windows5:before {
	content: "\f4f4";
}

.icon-switch7:before {
	content: "\f4f5";
}

.icon-dashboard4:before {
	content: "\f4f6";
}

.icon-play9:before {
	content: "\f4f7";
}

.icon-fast-forward4:before {
	content: "\f4f8";
}

.icon-next3:before {
	content: "\f4f9";
}

.icon-refresh9:before {
	content: "\f4fa";
}

.icon-film10:before {
	content: "\f4fb";
}

.icon-home14:before {
	content: "\f4fc";
}


/*------------------------------------------------------------------
[Table of contents]

	General Styling
	Header
	Footer
	About Us
	Blog
	Contact
	Portfolio
	Sidebar
	Typography
	Elements [Forms, buttons etc..]
	Other Plugins
	
[/Table of contents]
-------------------------------------------------------------------*/
.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a,
.first-line,
.solution-line {
  font-family: 'Montserrat', sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
}
section {
  padding: 70px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}
.site-header {
  border-top: 5px solid #8d2729;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.site-header .header-info {
  overflow: hidden;
  border-bottom: 1px solid #f2f5f6;
}
.site-header .header-info ul {
  float: right;
  padding-bottom: 20px;
  list-style: none;
}
.site-header .header-info ul .language {
  border-left: none;
  margin-left: 0px;
  padding-left: 0px;
}
.site-header .header-info ul .language .showLink {
  position: relative;
  color: #777777;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 400;
  border-left: 1px solid #d4dee1;
  padding-left: 10px;
}
.site-header .header-info ul .language .hideLink {
  border-left: 1px solid #d4dee1;
  padding-left: 10px;
  top: 0;
  left: 0;
  position: relative;
  color: #777777;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 400;
}
.site-header .header-info ul .language #example {
  margin-top: -1px;
  display: none;
}
.site-header .header-info ul .language #example ul {
  z-index: 21;
  position: absolute;
  padding: 0;
  margin-top: 0px;
  list-style: none;
  background-color: #f2f5f6;
}
.site-header .header-info ul .language #example ul li {
  border-bottom: 1px solid #d4d4d4;
  border-left: none;
  display: block;
  margin: 0px;
  width: 110px;
  padding: 7px 15px;
}
.site-header .header-info ul .language #example ul li a {
  color: #515151;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 400;
}
.site-header .header-info ul .language #example ul li a:hover {
  color: #e0aa0f;
  transition: all 0.3s;
}
.site-header .header-info ul .language #example ul li:last-child {
  border-bottom: none;
}
.site-header .header-info ul .language #example ul li:last-child a {
  color: #515151;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 400;
  background-color: transparent;
  text-transform: capitalize;
  padding: 0px;
}
.site-header .header-info ul .language #example ul li:last-child a:hover {
  color: #e0aa0f;
  transition: all 0.3s;
}
.site-header .header-info ul li {
  display: inline-block;
  color: #777777;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 400;
  padding-left: 15px;
  margin-right: 10px;
  border-left: 1px solid #d4dee1;
}
.site-header .header-info ul li i {
  margin-right: 5px;
  margin-left: 5px;
}
.site-header .header-info ul li:first-child {
  border-left: none;
}
.site-header .header-info ul li:last-child {
  border-left: none;
}/*
.site-header .header-info ul li:last-child a {
  background-color: #70193D;
  padding: 15px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  display: inline-block;
}*/
.site-header .main-header .logo {
  float: left;
  line-height: 130px;
  border-right: 1px solid #f2f5f6;
  padding-right: 120px;
}
@media (max-width: 991px) {
  .site-header .main-header .logo {
    padding-right: 20px;
    margin-right: 10px;
  }
}
.scrolled-header {
  background-color: rgba(250, 250, 250, 0.97);
  top: 0;
}
.header-right-toggle {
  margin-top: 20px;
  margin-right: 20px;
}
.header-right-toggle a {
  padding-left: 7px;
  margin-top: 25px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #e0aa0f;
  display: inline-block;
}
a.side-menu-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
}
a.side-menu-button i {
  margin-right: 6px;
}
nav.main-navigation {
  position: relative;
  display: block;
  z-index: 20;
  float: right;
}
nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 25px 14px;
}
nav.main-navigation ul li ul.sub-menu {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #70193D;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.main-navigation ul li ul.sub-menu li {
  border-top: none;
  display: block;
  padding: 0;
  margin: 10px 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #95292b;
}
nav.main-navigation ul li ul.sub-menu li a {
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  padding: 5px 22px;
}
nav.main-navigation ul li ul.sub-menu li a:hover {
  color: #e0aa0f;
}
nav.main-navigation ul li ul.sub-menu li:last-child {
  float: none;
  padding-bottom: 0px;
  border-bottom: none;
}
nav.main-navigation ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
  font-size: 13px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.3px;
}
nav.main-navigation ul a i {
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.main-navigation ul a {
    padding: 10px 0;
  }
}
nav.main-navigation ul a:hover {
  color: #e0aa0f;
}
nav.main-navigation ul li:last-child {
  float: right;
  padding: 0;
}
nav.main-navigation ul li:last-child .showLink {
  position: relative;
}
nav.main-navigation ul li:last-child .hideLink {
  position: absolute;
  top: 0;
  right: 0;
}
nav.main-navigation ul li:last-child #example {
  display: none;
}
nav.main-navigation ul li:last-child #example input {
  margin-top: 35px;
  background-color: #f1f7fb;
  border-radius: 20px;
  border: none;
  height: 40px;
  width: 240px;
  display: inline-block;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #777777;
  padding-left: 15px;
}
nav.main-navigation ul li:last-child i {
  margin-top: 29px;
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  border-color: transparent;
  background-color: transparent;
}
#search .btn span {
  background-color: #e0aa0f;
  padding: 15px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 2px;
  display: inline-block;
  border-color: transparent;
}
#search .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search .close {
  outline: none;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #ffffff;
  background-color: #e0aa0f;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
nav.responsive-menu ul {
  padding: 25px 15px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  list-style: none;
  float: left;
}
nav.responsive-menu ul li {
  margin: 1px 0px;
  display: block;
  position: relative;
}
nav.responsive-menu ul li .show-submenu {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  color: #ffffff;
}
nav.responsive-menu ul li .show-submenu i {
  width: 47px;
  height: 47px;
  background-color: #852427;
  text-align: center;
  display: inline-block;
  line-height: 47px;
}
nav.responsive-menu ul li .sub-menu {
  display: none;
  padding: 0 0 0 0px;
}
nav.responsive-menu ul li .sub-menu.open {
  display: block;
}
nav.responsive-menu ul li .sub-menu li {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
  content: '-';
  position: absolute;
  left: 25px;
  color: #ffffff;
  top: 6px;
}
nav.responsive-menu ul li .sub-menu li a {
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
nav.responsive-menu ul li .sub-menu li:last-child {
  padding: 0 0 0px 10px;
  margin: 0 0 10px 0px;
  border-bottom: 1px solid #70193D;
}
nav.responsive-menu ul li .sub-menu a {
  padding: 10px 30px;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 13px;
  background-color: #812326;
  margin-right: 15px;
  margin-top: 1px;
}
nav.responsive-menu a {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  padding: 15px 15px;
  margin: 0;
  color: #ffffff;
  background-color: #8d2729;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #70193D;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 320px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 320px;
  }
}
footer {
  width: 100%;
  padding: 90px 0px 0px 0px;
}
footer .footer-widget p {
  color: #d6d6d6;
}
footer .footer-widget h2 {
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0px;
}
footer .footer-widget .line-dec {
  width: 44px;
  height: 1px;
  background-color: #e0aa0f;
  margin: 25px 0px;
}
footer .footer-widget .educa-info .text-button {
  margin-top: 15px;
}
@media (max-width: 991px) {
  footer .footer-widget .featured-links {
    margin-top: 60px;
  }
}
footer .footer-widget .featured-links ul {
  padding: 0;
  margin-left: 15px;
  list-style: circle;
  color: #e0aa0f;
  display: inline-block;
}
footer .footer-widget .featured-links ul li {
  margin-top: 2px;
  margin-bottom: 10px;
}
footer .footer-widget .featured-links ul li a {
  color: #d6d6d6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
footer .footer-widget .featured-links ul li a:hover {
  color: #e0aa0f;
  transition: all 0.3s;
}
footer .footer-widget .featured-links ul li:before {
  color: #e0aa0f;
}
footer .footer-widget .featured-links ul:last-child {
  margin-left: 45px;
}
@media (max-width: 991px) {
  footer .footer-widget .university-address {
    margin-top: 60px;
  }
}
footer .footer-widget .university-address ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-widget .university-address ul li {
  display: inline-block;
  color: #d6d6d6;
  margin-bottom: 20px;
  margin-left: 0px;
}
footer .footer-widget .university-address ul li i {
  font-size: 17px;
  height: 25px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 991px) {
  footer .footer-widget .newsletters {
    margin-top: 60px;
  }
}
footer .footer-widget .newsletters ::-webkit-input-placeholder {
  color: #d6d6d6;
}
footer .footer-widget .newsletters :-moz-placeholder {
  /* Firefox 18- */
  color: #d6d6d6;
}
footer .footer-widget .newsletters ::-moz-placeholder {
  /* Firefox 19+ */
  color: #d6d6d6;
}
footer .footer-widget .newsletters :-ms-input-placeholder {
  color: #d6d6d6;
}
footer .footer-widget .newsletters input {
  margin-top: 15px;
  border: 1px solid #31383c;
  margin-bottom: 20px;
  background-color: #202a2f;
  width: 100%;
  padding-left: 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #777777;
  height: 40px;
  outline: none;
}
footer .footer-widget .newsletters input[class='email'] {
  background-image: url(../img/email-icon.png);
  background-position: 10px;
  background-repeat: no-repeat;
}
footer .copyright-menu {
  margin-top: 80px;
  border-top: 1px solid #2c3437;
}
footer .copyright-menu .copyright-text {
  margin-top: 30px;
}
footer .copyright-menu .copyright-text p {
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #b8b8b8;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
}
footer .copyright-menu .menu {
  float: right;
  margin-top: 30px;
}
footer .copyright-menu .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .copyright-menu .menu ul li {
  margin-left: 30px;
  display: inline-block;
}
footer .copyright-menu .menu ul li a {
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #b8b8b8;
  letter-spacing: 0.5px;
}
footer .copyright-menu .menu ul li a:hover {
  color: #ffffff;
  transition: all 0.3s;
}
section.our-skills {
  padding: 0px 0px 70px 0px;
  background-color: #1f272b;
}
section.our-skills .fun-facts {
  background-color: #70193D;
}
section.our-skills .fun-facts .fact-item {
  padding: 15px 0px;
  border-right: 1px solid #1f272b;
  display: inline-block;
  width: 24.738%;
  text-align: center;
}
section.our-skills .fun-facts .fact-item .fact-holder {
  cursor: pointer;
  position: relative;
}
section.our-skills .fun-facts .fact-item .fact-holder h4 {
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
section.our-skills .fun-facts .fact-item .fact-holder img {
  display: block;
  margin: 0 auto;
}
section.our-skills .fun-facts .fact-item .fact-holder span {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
section.our-skills .fun-facts .fact-item .fact-holder .hover-content {
  -moz-transform: translate3d(0, -15px, 0);
  -o-transform: translate3d(0, -15px, 0);
  -ms-transform: translate3d(0, -15px, 0);
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
section.our-skills .fun-facts .fact-item .fact-holder .hover-content i {
  left: -4px;
  width: 101.5%;
  background-color: #70193D;
  display: inline-block;
  position: absolute;
  color: #e0aa0f;
  font-size: 22px;
  padding: 15px 0px 20px 0px;
}
section.our-skills .fun-facts .fact-item:first-child .hover-content i {
  left: 0;
  width: 100%;
}
section.our-skills .fun-facts .fact-item:last-child {
  border-right: none;
}
section.our-skills .fun-facts .fact-item:hover .hover-content {
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
}
section.our-skills .section-heading {
  margin-top: 120px;
}
section.our-skills .section-heading h1 {
  color: #ffffff;
}
section.our-skills .skill-item {
  margin-top: 60px;
}
section.our-skills .skill-item h6 {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  margin: 0px;
  margin-bottom: -30px;
}
section.our-skills .skill-item span {
  margin-bottom: 5px;
  margin-left: 75%;
  font-size: 12px;
  color: #222222;
  font-family: 'Roboto', sans-serif;
  background-color: #e0aa0f;
  display: inline-block;
  position: relative;
  width: 30px;
  text-align: center;
  line-height: 20px;
  height: 20px;
}
section.our-skills .skill-item .bg-bar {
  margin-top: 10px;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
}
section.our-skills .skill-item .fill-bar {
  width: 78%;
  height: 8px;
  background-color: #e0aa0f;
  margin-top: -8px;
}
section.our-skills .second-item span {
  margin-left: 89%;
}
section.our-skills .second-item .fill-bar {
  width: 92%;
}
section.our-skills .third-item span {
  margin-left: 82%;
}
section.our-skills .third-item .fill-bar {
  width: 85%;
}
section.our-skills .fourth-item {
  padding-bottom: 30px;
}
section.our-skills .fourth-item span {
  margin-left: 67%;
}
section.our-skills .fourth-item .fill-bar {
  width: 70%;
}
@media (max-width: 991px) {
  .testimonials-news .university-news {
    margin-top: 60px;
  }
}
.testimonials-news .news-item {
  margin-bottom: 40px;
}
.testimonials-news .news-item img {
  float: left;
  margin-right: 20px;
}
.testimonials-news .news-item ul {
  padding-top: 10px;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .testimonials-news .news-item ul {
    padding-top: 0px;
  }
}
.testimonials-news .news-item ul li {
  display: inline;
  padding: 0px 12px;
  border-right: 1px dashed #d5d5d5;
  border-left: 1px dashed #d5d5d5;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.testimonials-news .news-item ul li:first-child {
  border-left: none;
  padding-left: 0px;
}
.testimonials-news .news-item ul li:last-child {
  border-right: none;
}
.testimonials-news .news-item h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.university-news .section-heading p {
  padding-bottom: 20px;
}
.university-news .news-item {
  margin-top: 30px;
  display: block;
}
@media (max-width: 991px) {
  .university-news .news-item {
    text-align: center;
  }
}
.university-news .news-item .thumb-holder {
  margin-right: 25px;
  float: left;
  position: relative;
}
@media (max-width: 991px) {
  .university-news .news-item .thumb-holder {
    float: none;
    margin-right: 0px;
  }
}
.university-news .news-item .thumb-holder img {
  width: 270px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .university-news .news-item .thumb-holder img {
    width: 100%!important;
  }
}
.university-news .news-item .thumb-holder .hover-content {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 270px;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  .university-news .news-item .thumb-holder .hover-content {
    width: 100%;
  }
}
.university-news .news-item .thumb-holder .hover-content i {
  margin-top: 100px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .university-news .news-item .thumb-holder .hover-content i {
    margin-top: 40%;
  }
}
.university-news .news-item .right-content {
  border-top: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  padding: 0px 20px;
  height: 220px;
}
@media (max-width: 991px) {
  .university-news .news-item .right-content {
    border-left: 2px solid #eeeeee;
    border-top: none;
    height: auto;
  }
}
.university-news .news-item .right-content ul {
  padding-top: 20px;
  list-style: none;
}
@media (max-width: 991px) {
  .university-news .news-item .right-content ul {
    margin-left: 0px;
    padding-left: 0px;
  }
}
.university-news .news-item .right-content ul li {
  display: inline;
  padding: 0px 12px;
  border-right: 1px dashed #d5d5d5;
  border-left: 1px dashed #d5d5d5;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.university-news .news-item .right-content ul li:first-child {
  border-left: none;
  padding-left: 0px;
}
.university-news .news-item .right-content ul li:last-child {
  border-right: none;
}
.university-news .news-item .right-content h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.university-news .news-item .right-content h4:hover {
  color: #e0aa0f;
  transition: all 0.5s;
}
.university-news .news-item .right-content .line-dec {
  width: 44px;
  height: 1px;
  background-color: #eeeeee;
  margin-left: 275px;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .university-news .news-item .right-content .line-dec {
    margin-left: auto;
    margin-right: auto;
  }
}
.university-news .news-item .right-content p {
  margin-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .university-news .news-item .right-content p {
    padding-bottom: 20px;
  }
}
.university-news .news-item:hover .hover-content {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  cursor: pointer;
}
.classic-posts .classic-item {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #eeeeee;
}
.classic-posts .classic-item img {
  width: 100%;
  overflow: hidden;
}
.classic-posts .classic-item ul {
  padding-top: 10px;
  margin-top: 10px;
  list-style: none;
}
.classic-posts .classic-item ul li {
  display: inline;
  padding: 0px 12px;
  border-right: 1px dashed #d5d5d5;
  border-left: 1px dashed #d5d5d5;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.classic-posts .classic-item ul li em {
  font-style: normal;
  color: #e0aa0f;
}
.classic-posts .classic-item ul li:first-child {
  border-left: none;
  padding-left: 0px;
  margin-left: -40px;
}
.classic-posts .classic-item ul li:last-child {
  border-right: none;
}
.classic-posts .classic-item h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.classic-posts .classic-item .buttons {
  margin-top: 30px;
}
.classic-posts .classic-item .accent-button {
  display: inline-block;
}
.classic-posts .classic-item .accent-button a {
  background-color: #70193D;
  color: #ffffff;
}
.classic-posts .classic-item .second-button {
  display: inline-block;
  margin-left: 15px;
}
.classic-posts .classic-item .second-button a {
  background-color: #e0aa0f;
  padding: 15px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 2px;
  display: inline-block;
}
.classic-posts .classic-item .second-button a i {
  margin-left: 5px;
}
.classic-posts .block-quote {
  background-color: #70193D;
  padding: 45px 75px;
}
.classic-posts .block-quote i {
  color: #ffffff;
  float: left;
  margin-left: -30px;
  font-size: 18px;
}
.classic-posts .block-quote p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #ffffff;
  font-weight: 300;
}
.classic-posts .block-quote h6 {
  margin-top: 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.grid-news .grid-item {
  margin-bottom: 30px;
}
.grid-news .grid-item img {
  width: 100%;
  overflow: hidden;
}
.grid-news .grid-item .down-content {
  border: 2px solid #eeeeee;
  padding: 0px 20px;
}
.grid-news .grid-item .down-content ul {
  padding-top: 10px;
  margin-top: 10px;
  list-style: none;
}
.grid-news .grid-item .down-content ul li {
  display: inline;
  padding: 0px 12px;
  border-right: 1px dashed #d5d5d5;
  border-left: 1px dashed #d5d5d5;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.grid-news .grid-item .down-content ul li em {
  font-style: normal;
  color: #e0aa0f;
}
.grid-news .grid-item .down-content ul li:first-child {
  border-left: none;
  padding-left: 0px;
  margin-left: -40px;
}
.grid-news .grid-item .down-content ul li:last-child {
  border-right: none;
}
.grid-news .grid-item .down-content h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.grid-news .grid-item .down-content .text-button {
  margin-top: 15px;
  padding-bottom: 25px;
}
.single-post .single-item img {
  width: 100%;
  overflow: hidden;
}
.single-post .single-item ul {
  padding-top: 10px;
  margin-top: 10px;
  list-style: none;
}
.single-post .single-item ul li {
  display: inline;
  padding: 0px 12px;
  border-right: 1px dashed #d5d5d5;
  border-left: 1px dashed #d5d5d5;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.single-post .single-item ul li em {
  font-style: normal;
  color: #e0aa0f;
}
.single-post .single-item ul li:first-child {
  border-left: none;
  padding-left: 0px;
  margin-left: -40px;
}
.single-post .single-item ul li:last-child {
  border-right: none;
}
.single-post .single-item .block {
  background-color: #f2f5f6;
  padding: 30px 45px;
  margin: 30px 0px;
}
.single-post .single-item .block em {
  font-weight: 300;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #a8a8a8;
}
.single-post .single-item h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.single-post .single-item .tags-share {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.single-post .single-item .tags-share .tag {
  margin-top: 20px;
}
.single-post .single-item .tags-share .tag i {
  color: #e0aa0f;
  margin-right: 6px;
}
.single-post .single-item .tags-share .tag p {
  display: inline;
  color: #222222;
}
.single-post .single-item .tags-share .tag span a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
  margin-left: 5px;
}
.single-post .single-item .tags-share .tag span a:hover {
  color: #e0aa0f;
  transition: all 0.5s;
}
.single-post .single-item .tags-share .share .second-button {
  text-align: right;
  margin-top: -42px;
  padding: 10px 0px;
}
.single-post .single-item .tags-share .share .second-button a {
  background-color: #e0aa0f;
  padding: 15px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 2px;
  display: inline-block;
}
.single-post .single-item .tags-share .share .second-button a i {
  margin-left: 5px;
}
.single-post .comments {
  margin-top: 60px;
}
.single-post .comments .heading h2 {
  padding: 5px 10px;
  border-left: 3px solid #e0aa0f;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-post .comments .comment-item {
  margin-top: 40px;
  padding-bottom: 20px;
  padding-right: 80px;
  border-bottom: 1px solid #eeeeee;
}
.single-post .comments .comment-item img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.single-post .comments .comment-item h4 {
  padding-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}
.single-post .comments .comment-item span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.single-post .comments .comment-item .reply-button {
  float: right;
  margin-top: -20px;
}
.single-post .comments .comment-item .reply-button a {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #a8a8a8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-post .comments .comment-item .reply-button a:hover {
  color: #e0aa0f;
  transition: all 0.5s;
}
.single-post .comments .comment-item p {
  margin-left: 74px;
  margin-top: 20px;
}
.single-post .comments .replied-comment {
  margin-left: 74px;
}
.single-post .leave-comment {
  margin-top: 40px;
  padding-bottom: 40px;
}
.single-post .leave-comment .heading h2 {
  padding: 5px 10px;
  border-left: 3px solid #e0aa0f;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-post .leave-comment .comment-form {
  margin-top: 40px;
}
.single-post .leave-comment .comment-form input {
  border: 2px solid #eeeeee;
  width: 100%;
  height: 44px;
  outline: none;
  margin-bottom: 30px;
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
.single-post .leave-comment .comment-form textarea {
  border: 2px solid #eeeeee;
  width: 100%;
  max-width: 100%;
  min-height: 190px;
  max-height: 220px;
  outline: none;
  padding: 10px 15px;
  margin-bottom: 30px;
}
section.contact-info {
  padding: 0px;
}
section.contact-info .contact-content {
  padding: 60px 0px;
  background-color: #f2f5f6;
}
section.contact-info .contact-content .contact-item {
  width: 33%;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  section.contact-info .contact-content .contact-item {
    width: auto;
    display: block;
    border-right: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0px;
  }
}
section.contact-info .contact-content .contact-item i {
  color: #e0aa0f;
  font-size: 18px;
}
section.contact-info .contact-content .contact-item h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 15px 0px;
}
section.contact-info .contact-content .last-contact {
  border-bottom: none;
  border-right: none;
}
.contact-form .location-contact {
  border: 2px solid #f2f5f6;
}
.contact-form .location-contact .widget-heading {
  padding: 10px 35px;
  background-color: #f2f5f6;
  padding-bottom: 5px!important;
}
.contact-form .location-contact .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.contact-form .location-contact .content-map {
  padding: 30px;
}
.contact-form .location-contact .content-map #map {
  width: 100%;
  height: 345px;
}
.contact-form .message-form {
  border: 2px solid #f2f5f6;
}
@media (max-width: 767px) {
  .contact-form .message-form {
    margin-top: 40px;
  }
}
.contact-form .message-form .widget-heading {
  padding: 10px 35px;
  background-color: #f2f5f6;
  padding-bottom: 5px!important;
}
.contact-form .message-form .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.contact-form .message-form .message-content {
  padding: 30px;
}
.contact-form .message-form .message-content input {
  border: 2px solid #eeeeee;
  width: 100%;
  height: 44px;
  outline: none;
  margin-bottom: 30px;
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
.contact-form .message-form .message-content textarea {
  border: 2px solid #eeeeee;
  width: 100%;
  max-width: 100%;
  min-height: 190px;
  max-height: 220px;
  outline: none;
  padding: 10px 15px;
  margin-bottom: 30px;
}
section.gallery-four #projects-filter {
  padding-bottom: 30px;
  text-align: center;
}
section.gallery-four #projects-filter a {
  margin: 0px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #777777;
  padding: 2px 5px;
}
section.gallery-four #projects-filter a:hover {
  color: #e0aa0f;
  transition: all 0.3s;
}
section.gallery-four #projects-filter a.active {
  border-bottom: 1px solid #e0aa0f;
  color: #e0aa0f;
}
section.gallery-four .item {
  margin-top: 30px;
  text-align: center;
}
section.gallery-four .item .thumb-holder {
  position: relative;
}
section.gallery-four .item .thumb-holder img {
  width: 100%;
}
section.gallery-four .item .thumb-holder .hover-content {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
section.gallery-four .item .thumb-holder .hover-content i {
  top: 45%;
  position: absolute;
  left: 46%;
  background-color: #e0aa0f;
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  color: #222222;
}
section.gallery-four .item .down-content {
  background-color: #f2f5f6;
  padding: 0px 20px;
}
section.gallery-four .item .down-content h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 7px;
  padding-top: 20px;
  margin-top: 0px;
}
section.gallery-four .item .down-content span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
  display: block;
  padding-bottom: 18px;
}
section.gallery-four .item .thumb-holder:hover .hover-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
#Container .mix {
  display: none;
}
.lightbox-target {
  margin-top: 50%;
  background-color: #ffffff;
  padding: 30px;
}
.lightbox-target h4 {
  font-size: 24px;
  margin-top: 25px;
  letter-spacing: 0.5px;
}
.lightbox-target p {
  margin-top: 10px;
}
.lightbox-target .gallery-slider img {
  width: 100%;
  z-index: 9!important;
  position: relative;
}
.lightbox-target .gallery-slider .flex-direction-nav {
  position: absolute;
  top: 46%;
  margin-top: -20px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .lightbox-target .gallery-slider .flex-direction-nav {
    top: 7%;
  }
}
.lightbox-target .gallery-slider .flex-direction-nav li {
  display: inline-block;
}
.lightbox-target .gallery-slider .flex-direction-nav a.flex-prev:before {
  position: absolute;
  opacity: 1;
  z-index: 999999;
  left: 60px;
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  content: '\f060';
  color: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
}
.lightbox-target .gallery-slider .flex-direction-nav .flex-next:before {
  position: absolute;
  opacity: 1;
  right: 60px;
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  content: '\f061';
  color: #222222;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
}
.lightbox-target .gallery-slider .flex-control-paging {
  display: none;
}
.lightbox-target .gallery-information {
  margin-top: 30px;
  background-color: #f2f5f6;
  padding: 10px 35px;
}
.lightbox-target .gallery-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lightbox-target .gallery-information ul li {
  text-align: right;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #222222;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 15px;
}
.lightbox-target .gallery-information ul li span {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #a8a8a8;
  display: inline-block;
}
.lightbox-target .gallery-information ul li:last-child {
  border-bottom: none;
}
.lightbox-target .left-images {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .lightbox-target .left-images {
    display: none;
  }
}
.lightbox-target .left-images img {
  max-width: 100%;
  margin: 0px 10px;
}
#light-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#light-box.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#light-box .close {
  outline: none;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #ffffff;
  background-color: #e0aa0f;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
.popular-courses {
  background-color: #f2f5f6;
}
.popular-courses .section-heading h1 {
  margin-bottom: 0px;
}
.popular-courses .section-heading img {
  padding-top: -5px;
}
.popular-courses .section-heading p {
  padding-bottom: 40px;
}
.popular-courses .course-item {
  margin: 0 8px;
}
.popular-courses .course-item img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.popular-courses .course-item .down-content {
  background-color: #ffffff;
  margin-top: -10px;
}
.popular-courses .course-item .down-content img {
  margin-left: 15px;
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-top: -27px;
  border: 2px solid #ffffff;
}
.popular-courses .course-item .down-content h6 {
  padding-top: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-left: 70px;
}
.popular-courses .course-item .down-content .price-red {
  float: right;
}
.popular-courses .course-item .down-content .price-red span {
  position: relative;
  z-index: 10;
  margin-top: -21px;
  display: block;
  margin-left: 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.popular-courses .course-item .down-content .price-red .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #70193D;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.popular-courses .course-item .down-content .price-yellow {
  float: right;
}
.popular-courses .course-item .down-content .price-yellow span {
  position: relative;
  z-index: 10;
  margin-top: -21px;
  display: block;
  margin-left: 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.popular-courses .course-item .down-content .price-yellow .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #e0aa0f;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.popular-courses .course-item .down-content h4 {
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.popular-courses .course-item .down-content p {
  padding: 0px 20px;
}
.popular-courses .course-item .down-content .text-button {
  margin-left: 20px;
  padding-bottom: 20px;
}
.popular-courses .owl-pagination {
  margin-top: 40px;
  opacity: 1;
  display: inline-block;
}
.popular-courses .owl-pagination .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-color: #e0aa0f;
}
.pre-featured {
  background-color: #70193D;
  margin-bottom: 30px;
  min-height: 68px;
}
.pre-featured h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  float: left;
  margin-left: 20px;
  margin-top: 28px;
  padding-bottom: 25px;
}
.pre-featured .right-content {
  text-align: right;
}
.pre-featured .right-content .input-select {
  margin: 20px 10px;
  display: inline-block;
}
.pre-featured .right-content .input-select select {
  background-color: transparent;
  cursor: pointer;
  border-color: transparent;
  padding: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pre-featured .right-content .input-select select option {
  font-size: 10px;
  color: #777777;
  margin-bottom: 15px;
}
.pre-featured .right-content .input-select:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #ffffff;
  z-index: 1;
  text-align: right;
  width: 100%;
  height: 100%;
  margin-right: 15px;
  pointer-events: none;
  box-sizing: border-box;
}
.pre-featured .right-content .grid-list {
  float: right;
  display: block;
  padding: 15px 20px 25px 0px;
}
.pre-featured .right-content .grid-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pre-featured .right-content .grid-list ul li {
  margin: 0 2px;
  display: inline-block;
}
.pre-featured .right-content .grid-list ul li a {
  color: #ffffff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  border: 1px solid #b74043;
  background-color: transparent;
}
.courses-grid .course-item {
  margin-top: 30px;
}
.courses-grid .course-item img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.courses-grid .course-item .down-content {
  border: 2px solid #eeeeee;
  margin-top: -12px;
}
.courses-grid .course-item .down-content img {
  margin-left: 15px;
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-top: -12px;
  border: 2px solid #ffffff;
}
.courses-grid .course-item .down-content h6 {
  padding-top: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-left: 70px;
}
.courses-grid .course-item .down-content .price-red {
  float: right;
}
.courses-grid .course-item .down-content .price-red span {
  position: relative;
  z-index: 10;
  margin-top: -21px;
  display: block;
  margin-left: 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.courses-grid .course-item .down-content .price-red .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #70193D;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.courses-grid .course-item .down-content .price-yellow {
  float: right;
}
.courses-grid .course-item .down-content .price-yellow span {
  position: relative;
  z-index: 10;
  margin-top: -21px;
  display: block;
  margin-left: 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.courses-grid .course-item .down-content .price-yellow .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #e0aa0f;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.courses-grid .course-item .down-content h4 {
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.courses-grid .course-item .down-content p {
  padding: 0px 20px;
}
.courses-grid .course-item .down-content .text-button {
  margin-left: 20px;
  padding-bottom: 20px;
}
.courses-list .request-information {
  margin-top: 30px;
}
.courses-list .course-item {
  margin-top: 30px;
}
.courses-list .course-item img {
  height: 240px;
  width: 370px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .courses-list .course-item img {
    width: 100%;
    height: auto;
  }
}
.courses-list .course-item .down-content {
  margin-top: -240px;
  height: 240px;
  float: right;
  display: inline;
  border: 2px solid #eeeeee;
  margin-left: 370px;
}
@media (max-width: 991px) {
  .courses-list .course-item .down-content {
    float: none;
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px;
  }
}
.courses-list .course-item .down-content img {
  margin-left: -24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-top: -2px;
  border: 2px solid #ffffff;
}
@media (max-width: 991px) {
  .courses-list .course-item .down-content img {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: -24px;
  }
}
.courses-list .course-item .down-content h6 {
  margin-top: -30px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .courses-list .course-item .down-content h6 {
    margin-top: 12px;
    margin-left: 10px;
  }
}
.courses-list .course-item .down-content .price-red {
  float: right;
}
.courses-list .course-item .down-content .price-red span {
  position: relative;
  z-index: 10;
  margin-top: -29px;
  display: block;
  margin-left: 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.courses-list .course-item .down-content .price-red .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #70193D;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.courses-list .course-item .down-content .price-yellow {
  float: right;
}
.courses-list .course-item .down-content .price-yellow span {
  position: relative;
  z-index: 10;
  margin-top: -29px;
  display: block;
  margin-left: 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.courses-list .course-item .down-content .price-yellow .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #e0aa0f;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.courses-list .course-item .down-content h4 {
  margin-top: 25px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 991px) {
  .courses-list .course-item .down-content h4 {
    margin-top: 25px;
  }
}
.courses-list .course-item .down-content p {
  padding: 0px 20px;
  display: inline-block;
}
.courses-list .course-item .down-content .text-button {
  margin-left: 20px;
  margin-top: 5px;
  padding-bottom: 20px;
}
.single-course .course-item {
  margin-top: 30px;
}
.single-course .course-item .up-content img {
  position: relative;
  margin-left: 15px;
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-bottom: -20px;
  border: 2px solid #ffffff;
  z-index: 9999;
}
.single-course .course-item .up-content h6 {
  padding-top: 0px;
  margin-bottom: -5px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-left: 70px;
}
.single-course .course-item .up-content .price-red {
  float: right;
}
.single-course .course-item .up-content .price-red span {
  position: relative;
  z-index: 10;
  margin-top: -5px;
  display: block;
  margin-left: 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.single-course .course-item .up-content .price-red .base {
  position: relative;
  z-index: 9;
  margin-top: -23px;
  width: 85px;
  height: 30px;
  line-height: 0;
  border: 16px solid #70193D;
  border-left: 1.5em solid transparent;
  left: 0;
  top: 0;
}
.single-course .course-item .up-content h4 {
  margin-top: 20px;
  font-size: 24px;
  letter-spacing: 0.5px;
  margin-left: 0px;
  line-height: 20px;
  margin-bottom: 15px;
}
.single-course .course-item .up-content p {
  padding-bottom: 15px;
}
.single-course .course-item .up-content .text-button {
  margin-left: 20px;
  padding-bottom: 20px;
}
.single-course .course-item .courses-slider {
  margin-top: 19px;
}
.single-course .course-item .courses-slider .flex-control-thumbs {
  text-align: center;
}
.single-course .course-item .courses-slider .flex-control-thumbs li {
  width: 162px;
  margin: 30px 5px;
  float: none;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 991px) {
  .single-course .course-item .courses-slider .flex-control-thumbs li {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .single-course .course-item .courses-slider .flex-control-thumbs li img {
    width: 80px;
  }
}
.single-course .course-item .courses-slider .flex-direction-nav {
  display: none;
}
.single-course .description h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.single-course .topics h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.single-course .topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.single-course .topics ul li {
  margin: 5px 0px 20px 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777777;
}
.single-course .topics ul li i {
  color: #e0aa0f;
  margin-right: 8px;
}
.single-course .accordions h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.single-course .accordions .accordion,
.single-course .accordions .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-course .accordions .accordion {
  overflow: hidden;
}
.single-course .accordions .accordion-section {
  margin-bottom: 1px;
}
.single-course .accordions .second-accordion-section-title {
  background-color: transparent!important;
  border: 2px solid #eeeeee;
}
.single-course .accordions .second-accordion-section-title em {
  margin-right: 10px;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  padding: 5px;
  color: #ffffff;
  background-color: #e0aa0f !important;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-style: normal;
}
.single-course .accordions .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  background: #f2f5f6;
  transition: all linear 0.15s;
}
.single-course .accordions .accordion-section-title h6 {
  padding-right: 20px;
  float: right;
  display: inline-block;
  position: relative;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400;
}
.single-course .accordions .accordion-section-title em {
  margin-right: 10px;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  padding: 5px;
  color: #ffffff;
  background-color: #70193D;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-style: normal;
}
.single-course .accordions .accordion-section-title span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #a8a8a8;
  letter-spacing: 0.5px;
}
.single-course .accordions .accordion-section-title .first-icon i {
  margin-top: 2px;
  float: left;
  margin-left: 10px;
  font-size: 14px;
  border-right: 1px solid #d5d5d5;
  color: #e0aa0f;
  padding-right: 10px;
  margin-right: 10px;
}
.single-course .accordions .accordion-section-title .second-icon i {
  margin-top: -3px;
  margin-left: 15px;
  margin-right: 0px;
  float: right;
  font-size: 18px;
}
.single-course .accordions .accordion-section-title.active {
  color: #222222;
}
.single-course .accordions .accordion-section-title.active .second-icon i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.5s;
}
.single-course .accordions .accordion-section-content {
  padding: 15px;
  display: none;
}
.our-teachers .section-heading p {
  padding-bottom: 50px;
}
.our-teachers .teacher-item {
  text-align: center;
}
@media (max-width: 991px) {
  .our-teachers .teacher-item {
    margin-bottom: 30px;
  }
}
.our-teachers .teacher-item .thumb-holder {
  position: relative;
}
.our-teachers .teacher-item .thumb-holder img {
  width: 100%;
}
.our-teachers .teacher-item .thumb-holder .hover-content {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.our-teachers .teacher-item .thumb-holder .hover-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.our-teachers .teacher-item .thumb-holder .hover-content ul li {
  display: inline-block;
  margin-top: 30%;
  margin-left: 8px;
  margin-right: 8px;
}
.our-teachers .teacher-item .thumb-holder .hover-content ul li a {
  color: #ffffff;
}
.our-teachers .teacher-item .thumb-holder .hover-content ul li a:hover {
  color: #e0aa0f;
  transition: all 0.3s;
}
.our-teachers .teacher-item .down-content {
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  padding: 0px 20px;
}
.our-teachers .teacher-item .down-content h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-top: 20px;
  margin-top: 0px;
}
.our-teachers .teacher-item .down-content span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.our-teachers .teacher-item .down-content p {
  margin-top: 15px;
  padding-bottom: 10px;
}
.our-teachers .teacher-item:hover .hover-content {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  cursor: pointer;
}
section.teachers-page {
  margin-top: -30px;
}
section.teachers-page .teacher-item {
  text-align: center;
  margin-top: 30px;
}
section.teachers-page .teacher-item img {
  width: 100%;
  overflow: hidden;
}
section.teachers-page .teacher-item .down-content {
  border: 2px solid #eeeeee;
  padding: 15px;
}
section.teachers-page .teacher-item .down-content h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 5px;
}
section.teachers-page .teacher-item .down-content span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
section.teachers-page .teacher-item .down-content p {
  margin-top: 15px;
  padding-bottom: 5px;
}
section.teachers-page .teacher-item .down-content ul {
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  list-style: none;
  position: relative;
}
section.teachers-page .teacher-item .down-content ul li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}
section.teachers-page .teacher-item .down-content ul li a {
  color: #222222;
}
section.teachers-page .teacher-item .down-content ul li a:hover {
  color: #e0aa0f;
  transition: all 0.3s;
}
section.teachers-page .teacher-item:hover img {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s;
}
section.single-teacher .single-teacher-item {
  border: 2px solid #eeeeee;
  padding: 20px;
}
section.single-teacher .single-teacher-item img {
  width: 100%;
  overflow: hidden;
}
section.single-teacher .single-teacher-item .contact-form h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 20px 0px;
}
section.single-teacher .single-teacher-item .contact-form input {
  border: 2px solid #eeeeee;
  width: 100%;
  height: 44px;
  outline: none;
  margin-bottom: 20px;
  padding-left: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
section.single-teacher .single-teacher-item .contact-form textarea {
  border: 2px solid #eeeeee;
  width: 100%;
  max-width: 100%;
  min-height: 90px;
  max-height: 140px;
  outline: none;
  padding: 10px 15px;
  margin-bottom: 20px;
}
section.single-teacher .single-teacher-item .right-info {
  width: 100%;
  display: inline-block;
}
@media (max-width: 991px) {
  section.single-teacher .single-teacher-item .right-info {
    margin-top: 60px;
  }
}
section.single-teacher .single-teacher-item .right-info .name {
  float: left;
}
section.single-teacher .single-teacher-item .right-info .name img {
  max-width: 74px!important;
}
section.single-teacher .single-teacher-item .right-info .name h2 {
  font-size: 24px;
  letter-spacing: 0.5px;
  margin: 0px;
  padding-bottom: 5px;
}
section.single-teacher .single-teacher-item .right-info .name span {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #a8a8a8;
  display: block;
  padding-bottom: 20px;
}
section.single-teacher .single-teacher-item .right-info .icons {
  float: right;
}
section.single-teacher .single-teacher-item .right-info .icons ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
section.single-teacher .single-teacher-item .right-info .icons ul li {
  display: inline-block;
  margin-left: 15px;
}
section.single-teacher .single-teacher-item .right-info .icons ul li a {
  color: #222222;
}
section.single-teacher .single-teacher-item .right-info .icons ul li a:hover {
  color: #e0aa0f;
  transition: all 0.3s;
}
section.single-teacher .single-teacher-item .description {
  display: inline-block;
  margin-top: 20px;
}
section.single-teacher .single-teacher-item .description h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 25px 0px 10px 0px;
}
section.single-teacher .single-teacher-item .description em {
  font-style: normal;
  font-weight: 500;
}
section.single-teacher .single-teacher-item .description ul {
  padding: 10px 0px;
  margin-top: 70px;
  list-style: none;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  section.single-teacher .single-teacher-item .description ul {
    margin-top: 40px;
  }
}
section.single-teacher .single-teacher-item .description ul li {
  display: inline-block;
  margin-right: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
section.single-teacher .single-teacher-item .description ul li i {
  color: #e0aa0f;
  margin-right: 8px;
}
section.single-teacher .single-teacher-item .description ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
section.single-teacher .single-teacher-item .description ul li a:hover {
  color: #e0aa0f;
  transition: all 0.5s;
}
section.single-teacher .single-teacher-item .description ul li:last-child {
  margin-right: 0px;
}
.events-grid .event-item {
  margin-top: 30px;
}
.events-grid .event-item .thumb-holder {
  position: relative;
}
.events-grid .event-item .thumb-holder img {
  width: 100%;
}
.events-grid .event-item .thumb-holder .hover-content {
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.events-grid .event-item .thumb-holder .hover-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 15px;
}
.events-grid .event-item .thumb-holder .hover-content ul li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
.events-grid .event-item .thumb-holder .hover-content ul li a {
  color: #ffffff;
}
.events-grid .event-item .thumb-holder .hover-content ul li i {
  color: #e0aa0f;
  margin-right: -1px;
}
.events-grid .event-item .thumb-holder .hover-content ul li:last-child {
  float: right;
  margin-right: 30px;
}
.events-grid .event-item .thumb-holder .hover-content ul li:last-child i {
  margin-right: 5px;
}
.events-grid .event-item .down-content {
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
}
.events-grid .event-item .down-content ul {
  padding: 0 20px;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid #eeeeee;
}
.events-grid .event-item .down-content ul li {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #777777;
  border-right: 2px solid #eeeeee;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .events-grid .event-item .down-content ul li {
    border-right: none;
  }
}
.events-grid .event-item .down-content ul li i {
  color: #e0aa0f;
  font-size: 16px;
  margin-right: 10px;
  float: left;
}
.events-grid .event-item .down-content ul li:last-child {
  padding-right: 0px;
  margin-left: 20px;
  border-right: none;
}
.events-grid .event-item .down-content h4 {
  line-height: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-top: 22px;
  margin-top: 0px;
}
.events-grid .event-item .down-content .date {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 15px;
  float: left;
  width: 46px;
  height: 46px;
  background-color: #70193D;
  text-align: center;
  display: inline-block;
  line-height: 46px;
  border-radius: 50%;
}
.events-grid .event-item .down-content .date p {
  font-family: 'Montserrat', sans-serif;
  margin-left: 0px;
  margin-top: 5px;
  font-size: 14px;
  color: #ffffff;
  padding: 0px;
}
.events-grid .event-item .down-content .date span {
  margin-left: 0px;
  margin-top: -10px;
  display: block;
  font-size: 11px;
  text-transform: capitalize;
}
.events-grid .event-item .down-content p {
  margin-top: 30px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.events-grid .event-item:hover .hover-content {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  cursor: pointer;
}
.events-calendar .pre-featured .grid-list ul li a {
  color: #ffffff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 10px;
  display: inline-block;
  border: 1px solid #b74043;
  background-color: transparent;
}
.events-calendar .up-days {
  text-align: center;
}
.events-calendar .up-days ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  background-color: #f2f5f6;
}
.events-calendar .up-days ul li {
  width: 13.95%;
  margin-right: 0px;
  text-align: center;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #f2f5f6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.events-calendar .up-days ul li:last-child {
  margin-right: 0px;
  border-right: none;
}
.events-calendar .calendar-posts ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}
.events-calendar .calendar-posts ul li {
  position: relative;
  margin-bottom: -6px;
  margin-right: -5px;
  width: 14.35%!important;
  height: 114px;
  border: 1px solid #eeeeee;
  display: inline-block;
}
.events-calendar .calendar-posts ul li span {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0px 15px 10px 0px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #222222;
}
.events-calendar .calendar-posts ul .calendar-1 {
  background-image: url(http://placehold.it/168x115);
  cursor: pointer;
}
.events-calendar .calendar-posts ul .calendar-1 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-1:hover span {
  color: #e0aa0f;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-2 {
  background-image: url(http://placehold.it/168x115);
}
.events-calendar .calendar-posts ul .calendar-2 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-2:hover span {
  color: #e0aa0f;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-3 {
  background-image: url(http://placehold.it/168x115);
}
.events-calendar .calendar-posts ul .calendar-3 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-3:hover span {
  color: #e0aa0f;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-4 {
  background-image: url(http://placehold.it/168x115);
}
.events-calendar .calendar-posts ul .calendar-4 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-4:hover span {
  color: #e0aa0f;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-5 {
  background-image: url(http://placehold.it/168x115);
}
.events-calendar .calendar-posts ul .calendar-5 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-5:hover span {
  color: #e0aa0f;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-6 {
  background-image: url(http://placehold.it/168x115);
}
.events-calendar .calendar-posts ul .calendar-6 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-6:hover span {
  color: #e0aa0f;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .calendar-7 {
  background-image: url(http://placehold.it/168x115);
}
.events-calendar .calendar-posts ul .calendar-7 span {
  color: #ffffff;
}
.events-calendar .calendar-posts ul .calendar-7:hover span {
  color: #e0aa0f;
  transition: all 0.3s;
}
.events-calendar .calendar-posts ul .next-month span {
  color: #a8a8a8;
}
.single-event .event-slider {
  padding-bottom: 37px;
  text-align: center;
}
.single-event .event-slider ul li {
  position: relative;
}
.single-event .event-slider ul li img {
  width: 100%;
}
.single-event .event-slider .flex-control-nav {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-top: -37px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -45px;
}
.single-event .event-slider .flex-control-nav li {
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.single-event .event-slider .flex-control-paging li a {
  width: 11px;
  height: 11px;
  border-radius: 50%!important;
  display: block;
  border: 2px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
  text-indent: -9999px;
}
.single-event .event-slider .flex-control-paging li a:hover {
  border-color: #e0aa0f;
  transition: all 0.3s;
}
.single-event .event-slider .flex-control-paging li a.flex-active {
  border-color: #e0aa0f;
  cursor: pointer;
}
.single-event .event-item .up-content {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.single-event .event-item .up-content img {
  float: left;
  width: 44px;
  border: 2px solid #e0aa0f;
  border-radius: 50%;
  margin-right: 15px;
}
.single-event .event-item .up-content h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
  font-weight: 300;
  letter-spacing: 0.2px;
  padding-top: 5px;
  float: left;
}
.single-event .event-item .up-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}
.single-event .event-item .up-content ul li {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777777;
  margin-left: 20px;
}
.single-event .event-item .up-content ul li i {
  color: #e0aa0f;
  margin-right: 5px;
}
.single-event .event-item .down-content {
  display: block;
}
.single-event .event-item .down-content h4 {
  font-size: 24px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-event .event-item .down-content p {
  margin-bottom: 45px;
}
.single-event .event-item .accordions h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.single-event .event-item .accordions .accordion,
.single-event .event-item .accordions .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.single-event .event-item .accordions .accordion {
  overflow: hidden;
}
.single-event .event-item .accordions .accordion-section {
  margin-bottom: 1px;
}
.single-event .event-item .accordions .accordion-section-title {
  width: 100%;
  display: inline-block;
  transition: all linear 0.15s;
}
.single-event .event-item .accordions .accordion-section-title h6 {
  display: inline-block;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}
.single-event .event-item .accordions .accordion-section-title span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #777777;
  letter-spacing: 0.5px;
}
.single-event .event-item .accordions .accordion-section-title .first-icon i {
  margin: 0px 30px;
  font-size: 20px;
  color: #eeeeee;
}
.single-event .event-item .accordions .accordion-section-title .second-icon i {
  margin-top: -3px;
  margin-left: 15px;
  margin-right: 0px;
  float: right;
  font-size: 18px;
}
.single-event .event-item .accordions .accordion-section-title.active {
  color: #222222;
}
.single-event .event-item .accordions .accordion-section-title.active .second-icon i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #e0aa0f;
  transition: all 0.5s;
}
.single-event .event-item .accordions .accordion-section-title.active .first-icon i {
  color: #e0aa0f;
  transition: all 1s;
}
.single-event .event-item .accordions .accordion-section-content {
  margin-top: -11px;
  margin-left: 101px;
  padding-left: 38px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -10px;
  border-left: 3px solid #eeeeee;
  display: none;
}
.single-event .event-item .accordions .accordion-section-content p {
  margin-bottom: 10px;
}
.request-information {
  background-color: #70193D;
  padding: 30px 35px;
}
.request-information .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.request-information .form-search #name {
  margin-top: 40px!important;
  margin-bottom: 20px;
}
.request-information .form-search #address {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .request-information .form-search #address {
    margin-top: 0px;
  }
}
.request-information .form-search #campus {
  margin-bottom: 40px!important;
}
@media (max-width: 991px) {
  .request-information .form-search #campus {
    margin-bottom: 20px!important;
  }
}
.request-information .form-search #program {
  margin-bottom: 40px!important;
}
.request-information .form-search .accent-button a {
  border: 2px solid #c47b09;
}
.request-information .search-form #name {
  margin-top: 30px;
  margin-bottom: 20px;
}
.request-information .search-form #address {
  margin-bottom: 20px;
}
.request-information .search-form #campus {
  margin-bottom: 20px;
}
.request-information .search-form #program {
  margin-bottom: 30px;
}
.request-information .search-form ::-webkit-input-placeholder {
  color: #ffffff;
}
.request-information .search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.request-information .search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.request-information .search-form :-ms-input-placeholder {
  color: #ffffff;
}
.request-information .search-form input {
  cursor: text;
  padding: 0px 10px;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #ac4f51;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #ffffff;
  outline: none;
}
.request-information .search-form .select {
  overflow: hidden;
  position: relative;
  display: block;
}
.request-information .search-form .select select {
  cursor: pointer;
  padding: 0px 10px;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #ac4f51;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.request-information .search-form .select select option {
  color: #222222 !important;
}
.request-information .search-form .select:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #ffffff;
  padding: 15px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: right;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
.request-information .search-form .accent-button {
  text-align: center;
}
.course-information {
  background-color: #f2f5f6;
  padding: 30px 35px;
}
@media (max-width: 991px) {
  .course-information {
    margin-top: 60px;
  }
}
.course-information .widget-heading {
  padding-bottom: 20px;
}
.course-information .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.course-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.course-information ul li {
  text-align: right;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #222222;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 15px;
}
.course-information ul li span {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #a8a8a8;
  display: inline-block;
}
.course-information ul li:last-child {
  border-bottom: none;
}
.event-information {
  background-color: #f2f5f6;
  padding: 30px 35px;
}
@media (max-width: 991px) {
  .event-information {
    margin-top: 60px;
  }
}
.event-information .widget-heading {
  padding-bottom: 20px;
}
.event-information .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.event-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event-information ul li {
  text-align: right;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #222222;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 15px;
}
.event-information ul li span {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #a8a8a8;
  display: inline-block;
}
.event-information ul li:last-child {
  border-bottom: none;
}
.location-map {
  background-color: #f2f5f6;
  padding: 30px 35px;
}
@media (max-width: 991px) {
  .location-map {
    margin-top: 40px;
  }
}
.location-map .widget-heading {
  padding-bottom: 20px;
}
.location-map .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.location-map #map {
  width: 100%;
  height: 253px;
}
.related-courses {
  margin-top: 40px;
  border: 2px solid #f2f5f6;
}
.related-courses .widget-heading {
  padding: 10px 35px;
  background-color: #f2f5f6;
  padding-bottom: 5px!important;
}
.related-courses .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.related-courses ul {
  padding: 0px 35px;
  margin-top: 30px;
  list-style: none;
}
.related-courses ul li {
  display: block;
  padding-bottom: 20px;
}
.related-courses ul li img {
  max-width: 100%;
  float: left;
  margin-right: 15px;
}
.related-courses ul li span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
.related-courses ul li h6 {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  margin: 2px 0px;
}
.related-courses ul li p {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  color: #a8a8a8;
}
.related-courses ul li p em {
  font-style: normal;
  color: #70193D;
}
.recent-news {
  margin-bottom: 60px;
  margin-top: 40px;
  border: 2px solid #f2f5f6;
}
.recent-news .widget-heading {
  padding: 10px 35px;
  background-color: #f2f5f6;
  padding-bottom: 5px!important;
}
.recent-news .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.recent-news ul {
  padding: 0px 35px;
  margin-top: 30px;
  list-style: none;
}
.recent-news ul li {
  display: block;
  padding-bottom: 20px;
}
.recent-news ul li img {
  max-width: 100%;
  float: left;
  margin-right: 15px;
}
.recent-news ul li span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
.recent-news ul li h6 {
  margin-top: 15px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  padding-top: 12px;
  margin-bottom: 5px;
}
.recent-news ul li:last-child {
  padding-bottom: 30px;
}
.tags {
  margin-top: 60px;
  border: 2px solid #f2f5f6;
}
.tags .widget-heading {
  padding: 10px 35px;
  background-color: #f2f5f6;
  padding-bottom: 5px!important;
}
.tags .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.tags ul {
  padding: 30px 30px;
  margin: 0px;
  list-style: none;
}
.tags ul li {
  display: inline-block;
  margin: 9px 2px;
}
.tags ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #777777;
  padding: 5px 8px;
  border: 1px solid #eeeeee;
}
.tags ul li a:hover {
  background-color: #e0aa0f;
  color: #222222;
  border-color: transparent;
  transition: all 0.5s;
}
.recent-tweets {
  margin-top: 60px;
  border: 2px solid #f2f5f6;
}
.recent-tweets .widget-heading {
  padding: 10px 35px;
  background-color: #f2f5f6;
  padding-bottom: 5px!important;
}
.recent-tweets .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.recent-tweets ul {
  padding: 30px 30px;
  margin: 0px;
  list-style: none;
}
.recent-tweets ul li {
  margin-bottom: 30px;
}
.recent-tweets ul li i {
  float: left;
  color: #e0aa0f;
  font-size: 18px;
  margin-top: 5px;
  margin-left: 10px;
}
.recent-tweets ul li p {
  margin-left: 40px;
}
.recent-tweets ul li a {
  margin-left: 40px;
  color: #e0aa0f;
}
.recent-tweets ul li span {
  display: block;
  margin-left: 40px;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #a8a8a8;
}
.recent-tweets ul li:last-child {
  margin-bottom: 0px;
}
.instagram-feeds {
  margin-top: 60px;
  border: 2px solid #f2f5f6;
}
.instagram-feeds .widget-heading {
  padding: 10px 35px;
  background-color: #f2f5f6;
  padding-bottom: 5px!important;
}
.instagram-feeds .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.instagram-feeds .instagram-items {
  padding: 30px;
}
.instagram-feeds .instagram-items .instagram-item {
  display: inline-block;
  margin: 0px 3px 9px 3px;
}
.instagram-feeds .instagram-items .instagram-item img:hover {
  opacity: 0.7;
  transition: all 1s;
}
.categories {
  margin-top: 40px;
  border: 2px solid #eeeeee;
}
.categories .widget-heading {
  padding: 10px 35px;
  background-color: #f2f5f6;
  padding-bottom: 5px!important;
}
.categories .widget-heading h4 {
  margin-top: 0px;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 0.2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 3px solid #e0aa0f;
}
.categories ul {
  padding: 0px 35px;
  margin-top: 30px;
  list-style: none;
}
.categories ul li {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #222222;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.categories ul li i {
  margin-right: 10px;
}
.categories ul li a:hover {
  color: #e0aa0f;
  transition: all 0.3s;
}
.categories ul li:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .side-bar .search-box {
    margin-top: 40px;
  }
}
.side-bar .search-box input {
  border: 2px solid #eeeeee;
  width: 100%;
  height: 44px;
  outline: none;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.side-bar .search-box input[class='search'] {
  background-image: url(../images/search-icon.png);
  background-position: 15px;
  background-repeat: no-repeat;
}
.section-heading h1 {
  font-size: 24px;
  margin-top: 0px;
}
.section-heading span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #a8a8a8;
  display: block;
}
.section-heading img {
  padding: 15px 0px 20px 0px;
}
/*.teachers-heading {
  background-image: url(http://placehold.it/1700x380) !important;
}
.events-heading {
  background-image: url(http://placehold.it/1700x380) !important;
}
.about-heading {
  background-image: url(http://placehold.it/1700x380) !important;
}
.gallery-heading {
  background-image: url(http://placehold.it/1700x380) !important;
}
.news-heading {
  background-image: url(http://placehold.it/1700x380) !important;
}*/
.page-heading {
  background-image: url(http://placehold.it/1700x380);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 100px 0px 0px 0px;
}
.page-heading h1 {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.page-heading span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #ffffff;
  padding-bottom: 80px;
  display: block;
}
.page-heading ul {
  padding: 15px 25px;
  margin: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
}
.page-heading ul li {
  display: inline-block;
  margin-right: 10px;
}
.page-heading ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
}
.page-heading ul li i {
  color: #ffffff;
}
.page-heading ul .active a {
  color: #e0aa0f;
}
.page-heading ul li:last-child {
  margin-right: 0px;
}
.first-line {
  font-size: 36px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #222222;
  margin-left: 70px;
  line-height: 60px;
}
.solution-line {
  font-style: normal;
  font-weight: 700;
  color: #222222;
  background-color: #e0aa0f;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-left: 310px;
}
.second-line {
  margin-left: 70px;
}
.description-line p {
  color: #222222 !important;
}
.third-line {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}
.third-line em {
  font-style: normal;
  color: #e0aa0f;
}
#boxed-slider {
  background-color: #1f272b;
  padding: 50px 0px;
}
.slider-2 .first-line {
  padding-left: 30px;
  padding-bottom: 20px;
  padding-right: 30px;
  background-color: rgba(161, 44, 47, 0.7);
}
.slider-2 .first-line .slide-caption i {
  font-size: 13px;
  color: #ffffff;
}
.slider-2 .first-line .slide-caption span {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #e0aa0f;
}
.slider-2 .first-line .slide-caption h2 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.slider-2 .first-line .slide-caption p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.tp-bullets {
  z-index: 1!important;
}
.welcome-intro .service-item {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .welcome-intro .service-item {
    margin-bottom: 20px;
  }
}
.welcome-intro .service-item i {
  font-size: 18px;
  float: left;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border: 2px solid #e0aa0f;
  border-radius: 50%;
  color: #444;
  margin-right: 25px;
}
.welcome-intro .service-item h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
}
.welcome-intro .service-item .line-dec {
  margin: 10px 0px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  display: inline-block;
}
.welcome-intro .service-item p {
  margin-left: 69px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .welcome-intro .last-service {
    margin-bottom: 60px;
  }
}
.welcome-request {
  padding: 80px 30px;
  background-image: 8121991;
  background-image: -webkit-linear-gradient(-15deg, #70193D, 44%, #1f272b 44%);
  background-image: -moz-linear-gradient(-15deg, #70193D, 44%, #1f272b 44%);
  background-image: -o-linear-gradient(-15deg, #70193D, 44%, #1f272b 44%);
  background-image: linear-gradient(-75deg, #70193D, 44%, #1f272b 44%);
}
.welcome-request .request-information {
  background-color: transparent;
}
@media (max-width: 991px) {
  .welcome-request {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhMTJjMmYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNDQlIiBzdG9wLWNvbG9yPSIjMWYyNzJiIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(--100deg, #70193D, 100%, #1f272b 44%);
    background-image: -moz-linear-gradient(--100deg, #70193D, 100%, #1f272b 44%);
    background-image: -o-linear-gradient(--100deg, #70193D, 100%, #1f272b 44%);
    background-image: linear-gradient(-190deg, #70193D, 100%, #1f272b 44%);
  }
}
@media (max-width: 991px) {
  .welcome-request .section-heading {
    text-align: center;
  }
}
.welcome-request .section-heading h1 {
  color: #ffffff;
}
.welcome-request .section-heading p {
  color: #ffffff;
}
.welcome-request .request-information {
  padding: 0px!important;
}
.welcome-request .service-item {
  margin-top: 40px;
}
.welcome-request .service-item i {
  float: left;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border: 2px solid #e0aa0f;
  border-radius: 50%;
  color: #ffffff;
  margin-right: 25px;
}
.welcome-request .service-item h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
}
.welcome-request .service-item .line-dec {
  margin: 10px 0px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  display: inline-block;
}
.welcome-request .service-item p {
  margin-left: 69px;
  color: #d6d6d6;
}
.welcome-intro-2 .welcome-to-educa {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .welcome-intro-2 .welcome-to-educa {
    margin-left: 0px;
    margin-top: 30px;
    text-align: center;
  }
}
.welcome-intro-2 .section-heading span {
  padding-bottom: 30px;
}
.welcome-intro-2 .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.welcome-intro-2 .left-images i {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  position: absolute;
  margin-top: -70px;
}
.welcome-intro-2 .service-item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .welcome-intro-2 .service-item {
    text-align: center;
    margin-top: 20px;
  }
}
.welcome-intro-2 .service-item i {
  font-size: 18px;
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  color: #444;
  margin-right: 20px;
  background-color: #f2f5f6;
}
@media (max-width: 991px) {
  .welcome-intro-2 .service-item i {
    float: none;
    margin-top: 15px;
  }
}
.welcome-intro-2 .service-item h4 {
  padding-top: 10px;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
}
.welcome-intro-2 .service-item p {
  margin-left: 69px;
}
@media (max-width: 991px) {
  .welcome-intro-2 .service-item p {
    margin-left: 0px;
  }
}
.welcome-intro-2 .service-item:hover i {
  color: #ffffff;
  background-color: #e0aa0f;
  border-color: #e0aa0f;
  cursor: pointer;
  transition: all 0.5s;
}
.books-read {
  background-color: #ffffff !important;
}
.books-read h1 {
  color: #222222 !important;
}
.books-read p {
  color: #777777 !important;
}
.books-read .books-item {
  background-color: #f2f5f6 !important;
}
.books-read .books-item:hover {
  background-color: #e0aa0f !important;
  transition: all 0.5s;
  cursor: pointer;
}
.books-read .border-button a {
  border-color: #f2f5f6;
  color: #222222;
}
.read-books {
  background-color: #1f272b;
}
.read-books .section-heading h1 {
  color: #ffffff;
}
.read-books .section-heading p {
  color: #ffffff;
  padding-bottom: 50px;
}
.read-books .books-item {
  background-color: #ffffff;
  text-align: center;
  padding: 40px;
}
@media (max-width: 991px) {
  .read-books .books-item {
    margin-bottom: 30px;
  }
}
.read-books .books-item i {
  color: #222222;
  font-size: 22px;
}
.read-books .books-item h4 {
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 22px;
}
.read-books .books-item:hover {
  background-color: #e0aa0f;
  transition: all 0.5s;
  cursor: pointer;
}
.read-books .border-button {
  margin-top: 60px;
  text-align: center;
}
#call-to-action {
  background-color: #e0aa0f;
  padding: 30px 0px;
}
#call-to-action p {
  float: left;
  margin-top: 15px;
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 991px) {
  #call-to-action p {
    float: none;
    text-align: center;
  }
}
#call-to-action p em {
  font-weight: 600;
}
#call-to-action .accent-button {
  float: right;
}
@media (max-width: 991px) {
  #call-to-action .accent-button {
    float: none;
    text-align: center;
    margin-top: 25px;
  }
}
#call-to-action .accent-button a {
  background-color: #70193D;
  color: #ffffff;
}
.testimonials-news .section-heading h1 {
  margin-bottom: 0px;
}
.testimonials-news .section-heading img {
  padding-bottom: 50px;
}
.testimonials-news #owl-testimonials .item {
  margin-right: 10px;
}
.testimonials-news #owl-testimonials .item i {
  color: #e0aa0f;
  float: right;
  font-size: 18px;
  margin: 15px;
}
.testimonials-news #owl-testimonials .item p {
  background-color: #f2f5f6;
  padding: 30px;
  font-family: 'Gerogia', sans-serif;
  font-style: italic;
}
.testimonials-news #owl-testimonials .item img {
  border-radius: 50%;
  width: 66px;
  height: 66px;
  margin-top: 15px;
  float: left;
  margin-right: 15px;
}
.testimonials-news #owl-testimonials .item h4 {
  margin-bottom: 5px;
  margin-top: 40px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.testimonials-news #owl-testimonials .item span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
.testimonials-news #owl-testimonials .owl-buttons {
  margin-right: 10px;
  margin-top: -50px;
  position: relative;
  float: right;
  display: inline;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-next {
  float: right;
  margin-top: -33px;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-align: center;
  background-color: #f2f5f6;
  cursor: pointer;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-next:hover:after {
  background-color: #e0aa0f;
  transition: all 0.5s;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-prev {
  margin-right: 38px;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-align: center;
  background-color: #f2f5f6;
  cursor: pointer;
}
.testimonials-news #owl-testimonials .owl-buttons .owl-prev:hover:after {
  background-color: #e0aa0f;
  transition: all 0.5s;
}
section.testimonials-page {
  background-color: #f2f5f6;
  padding: 70px 0px 20px 0px;
}
section.testimonials-page .section-heading h1 {
  margin-bottom: 0px;
}
section.testimonials-page .section-heading img {
  padding-bottom: 50px;
}
section.testimonials-page #owl-testimonials .item {
  text-align: center;
}
section.testimonials-page #owl-testimonials .item i {
  color: #e0aa0f;
  float: right;
  font-size: 18px;
  margin: 15px;
}
section.testimonials-page #owl-testimonials .item p {
  line-height: 28px;
  background-color: #f2f5f6;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
section.testimonials-page #owl-testimonials .item img {
  max-width: 100%;
  overflow: hidden;
}
section.testimonials-page #owl-testimonials .item h4 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.testimonials-page #owl-testimonials .item span {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #a8a8a8;
}
section.testimonials-page #owl-testimonials .owl-buttons {
  top: -180px;
  position: relative;
  display: inline-block;
  z-index: 9999;
}
section.testimonials-page #owl-testimonials .owl-buttons .owl-next {
  margin-left: 450px;
  float: right;
  margin-top: -33px;
}
section.testimonials-page #owl-testimonials .owl-buttons .owl-next:after {
  color: #a8a8a8;
  font-size: 12px;
  content: '\f061';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: block;
  text-align: center;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  cursor: pointer;
}
section.testimonials-page #owl-testimonials .owl-buttons .owl-next:hover:after {
  background-color: #e0aa0f;
  color: #222222;
  border-color: transparent;
  transition: all 0.5s;
}
section.testimonials-page #owl-testimonials .owl-buttons .owl-prev:after {
  color: #a8a8a8;
  font-size: 12px;
  content: '\f060';
  font-family: 'FontAwesome';
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: block;
  text-align: center;
  background-color: #f2f5f6;
  cursor: pointer;
  border: 2px solid #eeeeee;
  border-radius: 50%;
}
section.testimonials-page #owl-testimonials .owl-buttons .owl-prev:hover:after {
  background-color: #e0aa0f;
  color: #222222;
  border-color: transparent;
  transition: all 0.5s;
}
.slider-button {
  margin-left: 70px;
}
.slider-button a {
  background-color: #222222;
  padding: 12px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff !important;
  letter-spacing: 2px!important;
  display: inline-block;
}
.accent-button a {
  background-color: #e0aa0f;
  padding: 15px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 2px;
  display: inline-block;
}
.text-button a {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #a8a8a8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.text-button i {
  margin-left: 5px;
}
.text-button a:hover {
  color: #e0aa0f;
  transition: all 0.5s;
}
.border-button a {
  border: 1px solid #ffffff;
  padding: 15px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  display: inline-block;
}
.border-button a:hover {
  background-color: #e0aa0f;
  border-color: transparent;
  color: #222222;
  transition: all 0.5s;
}
.go-top {
  width: 40px!important;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 18px;
  background-color: #e0aa0f !important;
}
.pagination-navigation {
  margin-top: 60px;
}
.pagination-navigation .pagination {
  margin-top: 0px;
}
.pagination-navigation .pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-navigation .pagination ul li {
  display: inline-block;
}
.pagination-navigation .pagination ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  color: #777777;
  background-color: #f2f5f6;
}
.pagination-navigation .pagination ul li a:hover {
  color: #222222;
  background-color: #e0aa0f;
  transition: all 0.5s;
}
.pagination-navigation .pagination ul .active a {
  color: #222222;
  background-color: #e0aa0f;
}
.pagination-navigation .navigation {
  float: right;
}
.pagination-navigation .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-navigation .navigation ul li {
  display: inline-block;
}
.pagination-navigation .navigation ul li i {
  font-size: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  color: #777777;
  background-color: #f2f5f6;
}
.pagination-navigation .navigation ul li i:hover {
  color: #222222;
  background-color: #e0aa0f;
  transition: all 0.5s;
  cursor: pointer;
}
/* 
 * 	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 {
  top: -200px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
@media (max-width: 991px) {
  .owl-controls {
    top: -120px;
  }
}
.owl-controls a {
  color: #336699;
}
.owl-controls a:hover {
  color: #336699;
}
.owl-controls .bg-prev {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  z-index: 10;
  background: #fff;
  border: 1px solid #336699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-controls .bg-prev:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #336699;
}
.owl-controls .prev {
  left: 15px;
  z-index: 11;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 32px;
}
.owl-controls .prev.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-controls .prev:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-controls .bg-next {
  position: absolute;
  float: right;
  z-index: 1;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 10;
  background: #fff;
  border: 1px solid #336699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-controls .bg-next:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 2px solid #336699;
}
.owl-controls .next {
  right: 15px;
  z-index: 11;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 32px;
}
.owl-controls .next.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-controls .next:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-theme .owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page a {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  display: inline-block;
}
.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);
}
/* 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);
}
.go-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  background: #181818;
  color: #fff !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.go-top.go-topfade-out {
  opacity: 1;
}
@media (max-width: 991px) {
  .go-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .go-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: 30px;
    bottom: 60px;
  }
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.nano .content:focus {
  outline: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
  opacity: 0.99;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

body {
}
/*GENERAL STYLES*/
h2 {
    font-size: 24px;
    margin-top: 0px;
}

h4 {
    font-size: 13px;
    text-transform: uppercase;
}

a, a:link, a:visited, a:active, a:hover {
    color: #222222;
}

.white-text {
    color: #fff;
}

.content-body {
    margin-top: 151px;
}

.page-heading ul {
    background-color: rgba(0, 0, 0, 0.6);
}

.yellow {
    color: #e0aa0f;
}

.maroon {
    color: #70193d;
}
/*HEADER*/
.site-header {
    padding-top: 10px;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
}

.site-header .header-info ul li {
    border: none;
}
/*NAVIGATION*/
.site-header .header-info ul.top-menu {
    line-height: 50px;
    padding-bottom: 0;
}

.main-header ul li a:hover {
    color: #e0aa0f;
}

.main-navigation ul li.active {
    border-bottom: 4px solid #70193D;
}

nav.main-navigation ul li:last-child {
    float: none;
    padding: 25px 15px;
}

.site-header .header-info ul li.social-media {
    margin-right: 5px;
    padding-left: 0;
}

.site-header .social-media a:hover span {
    color: #e0aa0f;
}

.site-header .social-media a span {
    font-size: 22px;
    position: relative;
    top: 5px;
    color: #70193D;
}

@media (max-width:350px) {
    .header-right-toggle {
        margin-right: -10px;
    }
}

@media (max-width:991px ) {
    .sidebar-menu {
        background-color: #C4950E;
        z-index: 1000;
    }

    nav.responsive-menu ul.main-navigation {
        background-color: #fff;
        border-right: 1px solid #ccc;
    }

    ul.main-navigation li a {
        background-color: #e0aa0f;
    }

    ul.main-navigation li.active a,
    ul.main-navigation li:hover a,
    ul.main-navigation li:focus a {
        color: #000;
        background-color: #EDBE37;
    }

    ul.main-navigation li.title {
        background-color: #fff;
        padding-left: 10px;
    }
}

@media (min-width:992px)and (max-width:1199px) {
    nav.main-navigation ul li {
        padding: 25px 10px;
    }

        nav.main-navigation ul li a {
            font-size: 10px;
        }
}

.sidebar-menu-open header.header-sticky {
    position: absolute;
}

.sidebar-menu-overlay {
    z-index: 10000;
}

/*CAROUSEL*/
.carousel-control.left {
    left: -50px;
}

.carousel-control.right {
    right: -50px;
}

a.carousel-control:link,
a.carousel-control:focus,
a.carousel-control:visited {
    color: #fff;
    opacity: 0.5;
}

a.carousel-control:hover {
    color: #e0aa0f;
    opacity: 1;
}
/*BLACK BANNER*/
.black-banner {
    background-color: #1f272b;
}

    .black-banner .section-heading h2,
    .black-banner .section-heading h1 {
        color: #ffffff;
    }

    .black-banner .section-heading p {
        color: #ffffff;
        padding-bottom: 50px;
    }

    .black-banner .books-item {
        background-color: #ffffff;
        text-align: center;
        padding: 40px;
        border-right: 1px solid #e3e3e3;
    }

@media (max-width: 991px) {
    .black-banner .books-item {
        margin-bottom: 30px;
    }
}

.black-banner .books-item i {
    color: #222222;
    font-size: 22px;
}

.black-banner .books-item h4 {
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.black-banner .books-item:hover {
    background-color: #e0aa0f;
    transition: all 0.5s;
    cursor: pointer;
}

.black-banner .border-button {
    margin-top: 60px;
    text-align: center;
}

    .black-banner .border-button a, .black-banner .border-button a:visited, .black-banner .border-button a:active {
        color: #e0aa0f;
    }

        .black-banner .border-button a:hover {
            color: #fff;
        }

.accent-button.border-button {
    cursor: pointer;
}
/*HOME TEACHER TEASER*/
.teacher-item .down-content {
    height: 192px;
    overflow: hidden;
}

.teacher-item {
    margin-right: 20px;
}
.teacher-item a {
    /*display: inline-block;*/
}
.teacher-item > a > .image-wrapper,
.teacher-item > .thumb-holder {
    display: block;
    max-height: 180px;
    height: 180px;
    overflow: hidden;
    position: relative;
}
    .teacher-item > a > .image-wrapper .featured-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .teacher-item .down-content {
        border-top: none;
    }
    .teacher-item .down-content span {
        display: block;
    }

/*HOME CLASSROOM TEASER*/
.books-item .classroom-image img {
    width: 100%;
    margin-top: 20px;
}

.classroom-item {
    margin-right: 20px;
}
/*HOME WELCOME FEATURES*/
.service-item a:link,
.service-item a:active,
.service-item a:visited,
.service-item a:focus {
    color: #777;
}

.service-item a:hover {
    color: #222;
}
/*TEACHER PAGES*/
.page-heading.teachers-heading {
    background-image: url(/img/tehihischool.jpg);/*old image*/
    background-image: url(/img/tehihischoolbanner.png);
    background-size: cover;
    background-position: 50%;
    min-height: 250px;
}

.page-heading .no-heading-banner {
    min-height: 175px;
}

.page-heading.teachers-heading > .container {
    min-height: 225px;
}

.page-heading .page-list li.active {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #e0aa0f;
}

/*CLASSROOM PAGES*/
.teacher-links {
    text-align: left;
}

    .teacher-links img {
        margin-right: 15px;
    }

.teacher-icon {
    max-width: 50px;
}

.teacher-item.classroom-item .down-content {
    height: 300px;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
}

.teacher-links i {
    font-size: 14px;
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 2px solid #e0aa0f;
    border-radius: 50%;
    color: #444;
    margin-right: 15px;
    margin-left: 10px;
}

.teacher-links a {
    line-height: 35px;
}

    .teacher-links a:hover {
        color: #e0aa0f;
    }

section.single-teacher .single-teacher-item .description {
    display: block;
    margin-top: 30px;
    clear: both;
}

.classroom-teacher-block h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 20px 0px;
}

.staff-profile .classroom-teacher-block {
    margin-top: 20px;
}
/*GENERAL CONTENT*/
.general-content {
    padding: 50px;
}

    .general-content h1 {
    }

.centre-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.general-content .umb-grid img {
    max-width: 100%;
}

.page-heading.general-heading {
    background-image: url(/img/tehihischool.jpg);
    min-height: 250px;
}
/*FOOTER*/
footer {
    background-color: #1f272b;
}

.footer-logo-wrapper {
    background-color: #fff;
    width: 100%;
    padding: 25px 5px 20px 5px;
    text-align: center;
}

footer ul li a,
footer ul li a:link,
footer ul li a:visited,
footer ul li a:hover,
footer ul li a:active {
    color: #d6d6d6;
}

    footer ul li a:hover {
        color: #e0aa0f;
    }

footer .footer-widget .featured-links ul:last-child {
    margin-left: 15px;
}

.copyright-text a {
    color: #b8b8b8;
}

    .copyright-text a:hover {
        color: #e0aa0f;
    }

.social-icons {
    margin-top: 30px;
}

    .social-icons a {
        color: #d6d6d6;
    }

        .social-icons a:hover {
            color: #e0aa0f;
        }

        .social-icons a span {
            color: #e0aa0f;
            font-size: 26px;
            margin-right: 8px;
        }

footer .copyright-menu {
    margin-top: 40px;
}
/*FORM/INPUT STYLES*/
.group-contact-form section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

textarea::-moz-placeholder {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

textarea:-ms-input-placeholder {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

textarea::-webkit-input-placeholder {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
/*OWL CAROUSEL OVERRIDES*/
.classroom-carousel .owl-next {
    position: absolute;
    right: -70px;
    top: 40%;
    width: 30px;
}

.classroom-carousel .owl-prev {
    position: absolute;
    left: -70px;
    top: 40%;
    width: 30px;
}

    .classroom-carousel .owl-prev:before {
        content: '\f104';
        font-family: 'FontAwesome';
        font-size: 18px;
        position: relative;
        left: -1px;
    }

.classroom-carousel .owl-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 18px;
    position: relative;
    right: -2px;
}
/*QUOTE SLIDER*/
.quote-slider .author-wrapper {
    margin-left: 20px;
}

.testimonials-news #owl-testimonials.quote-slider .author-wrapper h4 {
    margin-top: 20px;
}

.quote-slider.owl-theme .owl-controls .owl-buttons div {
    background-color: #e0aa0f;
}

.testimonials-news #owl-testimonials .owl-controls .owl-buttons div:after {
    background-color: #e0aa0f;
    font-size: 22px;
}

.owl-theme .owl-controls .owl-buttons div,
.testimonials-news #owl-testimonials .owl-buttons .owl-next {
    margin-top: 0;
}

/* CONTACT FORMS */
.request-information input[type="text"] {
    margin-top: 20px;
}

.request-information textarea {
    background-color: #70193d;
    color: #fff;
    border: 1px solid #ac4f51;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    padding: 15px 10px;
}

.request-information .contact-form-response {
    background-color: #70193d;
}

    .request-information .contact-form-response p {
        color: #fff;
    }

.contact-form .button,
.request-information .button {
    background-color: #e0aa0f;
    padding: 15px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 2px;
    display: inline-block;
}

.main-contact-form.single-teacher {
    padding-top: 0;
    padding-bottom: 0;
}

ul.no-bullets {
    padding-left: 0;
    margin-left: 0;
}

    ul.no-bullets li {
        list-style: none;
    }

.main-contact-details ul.no-bullets li {
    font-size: 15px;
    line-height: 2;
}

    .main-contact-details ul.no-bullets li .fa {
        width: 25px;
        display: inline-block;
        font-size: 17px;
        color: #70193d;
    }
/* EVENT CALENDAR OVERRIDES */
#location {
    display: none;
}

.EventDetails hr {
    display: none;
}

.EventDetails .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0px;
    background-color: #70193d;
    color: #fff;
    border: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    padding: 15px 30px;
    font-weight: normal;
    margin-top: 20px;
}

.EventDetails .btn-group .btn-success {
    display: none;
}

.EventDetails #description {
    margin-top: 20px;
}

.news-images img {
    max-width: 100% !important;
    height: 200px !important;
    width: auto !important;
}

.calendar-news .news-item p {
    padding-right: 60px;
}

ul.event-list {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 50px;
}

    ul.event-list li {
        list-style-type: none;
    }

        ul.event-list li h4 {
            line-height: 1.5;
        }

            ul.event-list li h4 span.date {
                width: 140px;
                display: inline-block;
            }

            ul.event-list li h4 span.event-title {
                padding-left: 10px;
                display: inline-block;
            }

#calendar {
    margin-bottom: 50px;
    margin-top: 10px;
}

.events-group {
    margin-top: 50px;
    margin-bottom: 40px;
}

.news-list .border-button a {
    border: 2px solid #000;
    width: auto;
    padding: 6px 12px;
}

.news-list h4 span {
    color: #a8a8a8;
}

.news-links a {
    text-transform: uppercase;
    color: #a8a8a8;
}

    .news-links a .fa {
        margin-right: 10px;
    }

    .news-links a:hover .fa {
        color: #a8a8a8;
    }

    .news-links a:hover {
        color: #000;
    }
    .owl-theme .owl-controls .owl-buttons > div {
        background: transparent;
    }

    /*Newsletter signup form*/

button.accent-button {
    background-color: #e0aa0f;
    padding: 10px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 2px;
    display: inline-block;
    box-shadow:none;
    border:none;
}

footer .footer-widget .newsletters input[class='username']:before {
    content: "\f23c0";
    font-family: 'Font-Awesome';
    width: 20px;
    height: 20px;
    font-size: 20px;
    left:-20px;
}

.service-item-wrapper:nth-child(2n+1){
    clear:both;
}

.map {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.site-header .main-header .logo {
    padding-right: 50px;
}
.slider-thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.classroom-thumb-holder, .sponsor-thumb-holder {
    width: 100%;
    padding-top: 63%;
    display: block;
    position: relative;
}
.teacher-thumb-holder {
    width: 100%;
    padding-top: 71%;
    display: block;
    position: relative;
}
.footer-logo-wrapper img {
    max-width: 100%;
}
.sponsors-carousel {
    text-align: center;
}
    .sponsors-carousel .books-item {
        border: 2px solid #eee;
    }
    .sponsor-thumb-holder .slider-thumb {
        background-size: contain;
        background-position: center;
    }
    .teacher-carousel .teacher-item a {
        display: block;
    }

    section.our-sponsors {
        padding-top: 0;
    }

    .news-item .border-button {
        display: inline-block;
    }

.news-item .pull-right span,
.news-item .pull-right a{
    text-align: right;
    float: right;
    line-height: 31px;
    font-size: 20px;
    margin-right: 20px;
}

.news-list .news-item {
    overflow: hidden;
}

.testimonials-news .news-item {
    clear:both;
}

    .testimonials-news .news-item li h4 {
        display: inline-block;
    }
.testimonials-news .news-item ul {
    padding: 0;
}
.testimonials-news .news-item ul li {
    border-right: none;
}
.calendar-container {
    margin-bottom: 50px;
}
.events-list-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}
.events-group .news-item a {
    clear: both;
    display: inline-block;
}
.events-group .news-item img {
    max-width: 100%;
    height: auto;
}
.events-group .accent-button {
    margin-top: 20px;
    clear: both;
}

.full-width-button a {
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
/*-----------------------------------------------------------------------------

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


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	width:100%; height:auto;}

/******************************
	-	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(../assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px}
.tp-bannershadow.tp-shadow2 {	background:url(../assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(../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:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position:relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.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}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(0,0,0)),
		color-stop(1, rgb(50,50,50))
	);
	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {
	opacity: .9;
}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover {
	cursor: pointer;
}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 	{ padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap	{	width:80%}
.tp-video-vol-bar-wrap	{	width:20%}

.tp-volume-bar,
.tp-seek-bar		{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:4}
.tp-dottedoverlay.twoxtwo				{	background:url(../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../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(../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(../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(../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(../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(../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(../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(../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(../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(../assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../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(../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,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image:none
}


.tp-simpleresponsive >ul >li{
	list-style:none;
	position:absolute;
	visibility:hidden
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(../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%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -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-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@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; visibility:hidden;position:relative;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;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.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);
													visibility: visible;
													position: absolute;
											}

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

.tp-arr-titleholder.alwayshidden			{	display:none !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}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @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				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.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(../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(../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(../assets/transparent.jpg)"}
.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('../font/revicons.eot?5510888');
  src: url('../font/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../font/revicons.woff?5510888') format('woff'),
       url('../font/revicons.ttf?5510888') format('truetype'),
       url('../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('../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'} /* 'î ¨' */
