/* Compass Reset Yeah! */
/* line 17, ../../../../../compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../compass.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 16, ../sass/modules/_colors.scss */
.color--dark {
  color: #444444 !important;
}

/* line 19, ../sass/modules/_colors.scss */
.bg--dark {
  background-color: #444444;
}

/* line 22, ../sass/modules/_colors.scss */
.badge--dark {
  background-color: #444444;
}

/* line 25, ../sass/modules/_colors.scss */
.btn-dark {
  background-color: #444444;
}
/* line 27, ../sass/modules/_colors.scss */
.btn-dark:hover {
  background-color: #5e5e5e;
}
/* line 30, ../sass/modules/_colors.scss */
.btn-dark:focus, .btn-dark:active {
  background-color: #2b2b2b;
}

/* line 16, ../sass/modules/_colors.scss */
.color--grey {
  color: #e5e5e5 !important;
}

/* line 19, ../sass/modules/_colors.scss */
.bg--grey {
  background-color: #e5e5e5;
}

/* line 22, ../sass/modules/_colors.scss */
.badge--grey {
  background-color: #e5e5e5;
}

/* line 25, ../sass/modules/_colors.scss */
.btn-grey {
  background-color: #e5e5e5;
}
/* line 27, ../sass/modules/_colors.scss */
.btn-grey:hover {
  background-color: white;
}
/* line 30, ../sass/modules/_colors.scss */
.btn-grey:focus, .btn-grey:active {
  background-color: #cccccc;
}

/* line 16, ../sass/modules/_colors.scss */
.color--dark-grey {
  color: #9a9a9a !important;
}

/* line 19, ../sass/modules/_colors.scss */
.bg--dark-grey {
  background-color: #9a9a9a;
}

/* line 22, ../sass/modules/_colors.scss */
.badge--dark-grey {
  background-color: #9a9a9a;
}

/* line 25, ../sass/modules/_colors.scss */
.btn-dark-grey {
  background-color: #9a9a9a;
}
/* line 27, ../sass/modules/_colors.scss */
.btn-dark-grey:hover {
  background-color: #b3b3b3;
}
/* line 30, ../sass/modules/_colors.scss */
.btn-dark-grey:focus, .btn-dark-grey:active {
  background-color: #818181;
}

/* line 16, ../sass/modules/_colors.scss */
.color--skyblue {
  color: #60c6cf !important;
}

/* line 19, ../sass/modules/_colors.scss */
.bg--skyblue {
  background-color: #60c6cf;
}

/* line 22, ../sass/modules/_colors.scss */
.badge--skyblue {
  background-color: #60c6cf;
}

/* line 25, ../sass/modules/_colors.scss */
.btn-skyblue {
  background-color: #60c6cf;
}
/* line 27, ../sass/modules/_colors.scss */
.btn-skyblue:hover {
  background-color: #87d4db;
}
/* line 30, ../sass/modules/_colors.scss */
.btn-skyblue:focus, .btn-skyblue:active {
  background-color: #3ab7c2;
}

/* line 16, ../sass/modules/_colors.scss */
.color--skyblue-light {
  color: #66cccc !important;
}

/* line 19, ../sass/modules/_colors.scss */
.bg--skyblue-light {
  background-color: #66cccc;
}

/* line 22, ../sass/modules/_colors.scss */
.badge--skyblue-light {
  background-color: #66cccc;
}

/* line 25, ../sass/modules/_colors.scss */
.btn-skyblue-light {
  background-color: #66cccc;
}
/* line 27, ../sass/modules/_colors.scss */
.btn-skyblue-light:hover {
  background-color: #8cd9d9;
}
/* line 30, ../sass/modules/_colors.scss */
.btn-skyblue-light:focus, .btn-skyblue-light:active {
  background-color: #40bfbf;
}

/* line 16, ../sass/modules/_colors.scss */
.color--anzac {
  color: #e09c4b !important;
}

/* line 19, ../sass/modules/_colors.scss */
.bg--anzac {
  background-color: #e09c4b;
}

/* line 22, ../sass/modules/_colors.scss */
.badge--anzac {
  background-color: #e09c4b;
}

/* line 25, ../sass/modules/_colors.scss */
.btn-anzac {
  background-color: #e09c4b;
}
/* line 27, ../sass/modules/_colors.scss */
.btn-anzac:hover {
  background-color: #e7b477;
}
/* line 30, ../sass/modules/_colors.scss */
.btn-anzac:focus, .btn-anzac:active {
  background-color: #d48424;
}

/* line 16, ../sass/modules/_colors.scss */
.color--green {
  color: #55c69e !important;
}

/* line 19, ../sass/modules/_colors.scss */
.bg--green {
  background-color: #55c69e;
}

/* line 22, ../sass/modules/_colors.scss */
.badge--green {
  background-color: #55c69e;
}

/* line 25, ../sass/modules/_colors.scss */
.btn-green {
  background-color: #55c69e;
}
/* line 27, ../sass/modules/_colors.scss */
.btn-green:hover {
  background-color: #7bd3b4;
}
/* line 30, ../sass/modules/_colors.scss */
.btn-green:focus, .btn-green:active {
  background-color: #3aae85;
}

/* line 16, ../sass/modules/_colors.scss */
.color--red {
  color: #f35958 !important;
}

/* line 19, ../sass/modules/_colors.scss */
.bg--red {
  background-color: #f35958;
}

/* line 22, ../sass/modules/_colors.scss */
.badge--red {
  background-color: #f35958;
}

/* line 25, ../sass/modules/_colors.scss */
.btn-red {
  background-color: #f35958;
}
/* line 27, ../sass/modules/_colors.scss */
.btn-red:hover {
  background-color: #f68888;
}
/* line 30, ../sass/modules/_colors.scss */
.btn-red:focus, .btn-red:active {
  background-color: #f02a28;
}

/* line 16, ../sass/modules/_colors.scss */
.color--violet {
  color: #989cff !important;
}

/* line 19, ../sass/modules/_colors.scss */
.bg--violet {
  background-color: #989cff;
}

/* line 22, ../sass/modules/_colors.scss */
.badge--violet {
  background-color: #989cff;
}

/* line 25, ../sass/modules/_colors.scss */
.btn-violet {
  background-color: #989cff;
}
/* line 27, ../sass/modules/_colors.scss */
.btn-violet:hover {
  background-color: #cbcdff;
}
/* line 30, ../sass/modules/_colors.scss */
.btn-violet:focus, .btn-violet:active {
  background-color: #656bff;
}

/* line 16, ../sass/modules/_colors.scss */
.color--orange {
  color: #ff9c4b !important;
}

/* line 19, ../sass/modules/_colors.scss */
.bg--orange {
  background-color: #ff9c4b;
}

/* line 22, ../sass/modules/_colors.scss */
.badge--orange {
  background-color: #ff9c4b;
}

/* line 25, ../sass/modules/_colors.scss */
.btn-orange {
  background-color: #ff9c4b;
}
/* line 27, ../sass/modules/_colors.scss */
.btn-orange:hover {
  background-color: #ffb87e;
}
/* line 30, ../sass/modules/_colors.scss */
.btn-orange:focus, .btn-orange:active {
  background-color: #ff8018;
}

/* line 1, ../sass/partials/_resets.scss */
[title="JavaScript charts"] {
  display: none !important;
}

/* line 2, ../sass/partials/_resets.scss */
.media {
  margin-top: 0;
}

/* line 3, ../sass/partials/_resets.scss */
*:focus, *:active {
  outline: none !important;
}

/* line 6, ../sass/partials/_resets.scss */
.btn .badge {
  position: absolute !important;
  top: -7px !important;
}

/* line 10, ../sass/partials/_resets.scss */
.btn-block {
  display: inline-block;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold';
  src: url("fonts/OpenSans-Bold-webfont.eot");
  src: url("fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Pe-icon-7-stroke' */
@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url("fonts/Pe-icon-7-stroke.eot?-9uki6c");
  src: url("fonts/Pe-icon-7-stroke.eot?#iefix-9uki6c") format("embedded-opentype"), url("fonts/Pe-icon-7-stroke.woff?-9uki6c") format("woff"), url("fonts/Pe-icon-7-stroke.ttf?-9uki6c") format("truetype"), url("fonts/Pe-icon-7-stroke.svg?-9uki6c#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 42, ../sass/partials/_typography.scss */
[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  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;
}

/* line 57, ../sass/partials/_typography.scss */
.pe-7s-cloud-upload:before {
  content: "\e68a";
}

/* line 60, ../sass/partials/_typography.scss */
.pe-7s-close:before {
  content: "\e680";
}

/* line 63, ../sass/partials/_typography.scss */
.pe-7s-cloud-download:before {
  content: "\e68b";
}

/* line 66, ../sass/partials/_typography.scss */
.pe-7s-close-circle:before {
  content: "\e681";
}

/* line 69, ../sass/partials/_typography.scss */
.pe-7s-angle-up:before {
  content: "\e682";
}

/* line 72, ../sass/partials/_typography.scss */
.pe-7s-angle-up-circle:before {
  content: "\e683";
}

/* line 75, ../sass/partials/_typography.scss */
.pe-7s-angle-right:before {
  content: "\e684";
}

/* line 78, ../sass/partials/_typography.scss */
.pe-7s-angle-right-circle:before {
  content: "\e685";
}

/* line 81, ../sass/partials/_typography.scss */
.pe-7s-angle-left:before {
  content: "\e686";
}

/* line 84, ../sass/partials/_typography.scss */
.pe-7s-angle-left-circle:before {
  content: "\e687";
}

/* line 87, ../sass/partials/_typography.scss */
.pe-7s-angle-down:before {
  content: "\e688";
}

/* line 90, ../sass/partials/_typography.scss */
.pe-7s-angle-down-circle:before {
  content: "\e689";
}

/* line 93, ../sass/partials/_typography.scss */
.pe-7s-wallet:before {
  content: "\e600";
}

/* line 96, ../sass/partials/_typography.scss */
.pe-7s-volume2:before {
  content: "\e601";
}

/* line 99, ../sass/partials/_typography.scss */
.pe-7s-volume1:before {
  content: "\e602";
}

/* line 102, ../sass/partials/_typography.scss */
.pe-7s-voicemail:before {
  content: "\e603";
}

/* line 105, ../sass/partials/_typography.scss */
.pe-7s-video:before {
  content: "\e604";
}

/* line 108, ../sass/partials/_typography.scss */
.pe-7s-user:before {
  content: "\e605";
}

/* line 111, ../sass/partials/_typography.scss */
.pe-7s-upload:before {
  content: "\e606";
}

/* line 114, ../sass/partials/_typography.scss */
.pe-7s-unlock:before {
  content: "\e607";
}

/* line 117, ../sass/partials/_typography.scss */
.pe-7s-umbrella:before {
  content: "\e608";
}

/* line 120, ../sass/partials/_typography.scss */
.pe-7s-trash:before {
  content: "\e609";
}

/* line 123, ../sass/partials/_typography.scss */
.pe-7s-tools:before {
  content: "\e60a";
}

/* line 126, ../sass/partials/_typography.scss */
.pe-7s-timer:before {
  content: "\e60b";
}

/* line 129, ../sass/partials/_typography.scss */
.pe-7s-ticket:before {
  content: "\e60c";
}

/* line 132, ../sass/partials/_typography.scss */
.pe-7s-target:before {
  content: "\e60d";
}

/* line 135, ../sass/partials/_typography.scss */
.pe-7s-sun:before {
  content: "\e60e";
}

/* line 138, ../sass/partials/_typography.scss */
.pe-7s-study:before {
  content: "\e60f";
}

/* line 141, ../sass/partials/_typography.scss */
.pe-7s-stopwatch:before {
  content: "\e610";
}

/* line 144, ../sass/partials/_typography.scss */
.pe-7s-star:before {
  content: "\e611";
}

/* line 147, ../sass/partials/_typography.scss */
.pe-7s-speaker:before {
  content: "\e612";
}

/* line 150, ../sass/partials/_typography.scss */
.pe-7s-signal:before {
  content: "\e613";
}

/* line 153, ../sass/partials/_typography.scss */
.pe-7s-shuffle:before {
  content: "\e614";
}

/* line 156, ../sass/partials/_typography.scss */
.pe-7s-shopbag:before {
  content: "\e615";
}

/* line 159, ../sass/partials/_typography.scss */
.pe-7s-share:before {
  content: "\e616";
}

/* line 162, ../sass/partials/_typography.scss */
.pe-7s-server:before {
  content: "\e617";
}

/* line 165, ../sass/partials/_typography.scss */
.pe-7s-search:before {
  content: "\e618";
}

/* line 168, ../sass/partials/_typography.scss */
.pe-7s-science:before {
  content: "\e619";
}

/* line 171, ../sass/partials/_typography.scss */
.pe-7s-ribbon:before {
  content: "\e61a";
}

/* line 174, ../sass/partials/_typography.scss */
.pe-7s-repeat:before {
  content: "\e61b";
}

/* line 177, ../sass/partials/_typography.scss */
.pe-7s-refresh:before {
  content: "\e61c";
}

/* line 180, ../sass/partials/_typography.scss */
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}

/* line 183, ../sass/partials/_typography.scss */
.pe-7s-radio:before {
  content: "\e61e";
}

/* line 186, ../sass/partials/_typography.scss */
.pe-7s-print:before {
  content: "\e61f";
}

/* line 189, ../sass/partials/_typography.scss */
.pe-7s-prev:before {
  content: "\e620";
}

/* line 192, ../sass/partials/_typography.scss */
.pe-7s-power:before {
  content: "\e621";
}

/* line 195, ../sass/partials/_typography.scss */
.pe-7s-portfolio:before {
  content: "\e622";
}

/* line 198, ../sass/partials/_typography.scss */
.pe-7s-plus:before {
  content: "\e623";
}

/* line 201, ../sass/partials/_typography.scss */
.pe-7s-play:before {
  content: "\e624";
}

/* line 204, ../sass/partials/_typography.scss */
.pe-7s-plane:before {
  content: "\e625";
}

/* line 207, ../sass/partials/_typography.scss */
.pe-7s-photo-gallery:before {
  content: "\e626";
}

/* line 210, ../sass/partials/_typography.scss */
.pe-7s-phone:before {
  content: "\e627";
}

/* line 213, ../sass/partials/_typography.scss */
.pe-7s-pen:before {
  content: "\e628";
}

/* line 216, ../sass/partials/_typography.scss */
.pe-7s-paper-plane:before {
  content: "\e629";
}

/* line 219, ../sass/partials/_typography.scss */
.pe-7s-paint:before {
  content: "\e62a";
}

/* line 222, ../sass/partials/_typography.scss */
.pe-7s-notebook:before {
  content: "\e62b";
}

/* line 225, ../sass/partials/_typography.scss */
.pe-7s-note:before {
  content: "\e62c";
}

/* line 228, ../sass/partials/_typography.scss */
.pe-7s-next:before {
  content: "\e62d";
}

/* line 231, ../sass/partials/_typography.scss */
.pe-7s-news-paper:before {
  content: "\e62e";
}

/* line 234, ../sass/partials/_typography.scss */
.pe-7s-musiclist:before {
  content: "\e62f";
}

/* line 237, ../sass/partials/_typography.scss */
.pe-7s-music:before {
  content: "\e630";
}

/* line 240, ../sass/partials/_typography.scss */
.pe-7s-mouse:before {
  content: "\e631";
}

/* line 243, ../sass/partials/_typography.scss */
.pe-7s-more:before {
  content: "\e632";
}

/* line 246, ../sass/partials/_typography.scss */
.pe-7s-moon:before {
  content: "\e633";
}

/* line 249, ../sass/partials/_typography.scss */
.pe-7s-monitor:before {
  content: "\e634";
}

/* line 252, ../sass/partials/_typography.scss */
.pe-7s-micro:before {
  content: "\e635";
}

/* line 255, ../sass/partials/_typography.scss */
.pe-7s-menu:before {
  content: "\e636";
}

/* line 258, ../sass/partials/_typography.scss */
.pe-7s-map:before {
  content: "\e637";
}

/* line 261, ../sass/partials/_typography.scss */
.pe-7s-map-marker:before {
  content: "\e638";
}

/* line 264, ../sass/partials/_typography.scss */
.pe-7s-mail:before {
  content: "\e639";
}

/* line 267, ../sass/partials/_typography.scss */
.pe-7s-mail-open:before {
  content: "\e63a";
}

/* line 270, ../sass/partials/_typography.scss */
.pe-7s-mail-open-file:before {
  content: "\e63b";
}

/* line 273, ../sass/partials/_typography.scss */
.pe-7s-magnet:before {
  content: "\e63c";
}

/* line 276, ../sass/partials/_typography.scss */
.pe-7s-loop:before {
  content: "\e63d";
}

/* line 279, ../sass/partials/_typography.scss */
.pe-7s-look:before {
  content: "\e63e";
}

/* line 282, ../sass/partials/_typography.scss */
.pe-7s-lock:before {
  content: "\e63f";
}

/* line 285, ../sass/partials/_typography.scss */
.pe-7s-lintern:before {
  content: "\e640";
}

/* line 288, ../sass/partials/_typography.scss */
.pe-7s-link:before {
  content: "\e641";
}

/* line 291, ../sass/partials/_typography.scss */
.pe-7s-like:before {
  content: "\e642";
}

/* line 294, ../sass/partials/_typography.scss */
.pe-7s-light:before {
  content: "\e643";
}

/* line 297, ../sass/partials/_typography.scss */
.pe-7s-less:before {
  content: "\e644";
}

/* line 300, ../sass/partials/_typography.scss */
.pe-7s-keypad:before {
  content: "\e645";
}

/* line 303, ../sass/partials/_typography.scss */
.pe-7s-junk:before {
  content: "\e646";
}

/* line 306, ../sass/partials/_typography.scss */
.pe-7s-info:before {
  content: "\e647";
}

/* line 309, ../sass/partials/_typography.scss */
.pe-7s-home:before {
  content: "\e648";
}

/* line 312, ../sass/partials/_typography.scss */
.pe-7s-help2:before {
  content: "\e649";
}

/* line 315, ../sass/partials/_typography.scss */
.pe-7s-help1:before {
  content: "\e64a";
}

/* line 318, ../sass/partials/_typography.scss */
.pe-7s-graph3:before {
  content: "\e64b";
}

/* line 321, ../sass/partials/_typography.scss */
.pe-7s-graph2:before {
  content: "\e64c";
}

/* line 324, ../sass/partials/_typography.scss */
.pe-7s-graph1:before {
  content: "\e64d";
}

/* line 327, ../sass/partials/_typography.scss */
.pe-7s-graph:before {
  content: "\e64e";
}

/* line 330, ../sass/partials/_typography.scss */
.pe-7s-global:before {
  content: "\e64f";
}

/* line 333, ../sass/partials/_typography.scss */
.pe-7s-gleam:before {
  content: "\e650";
}

/* line 336, ../sass/partials/_typography.scss */
.pe-7s-glasses:before {
  content: "\e651";
}

/* line 339, ../sass/partials/_typography.scss */
.pe-7s-gift:before {
  content: "\e652";
}

/* line 342, ../sass/partials/_typography.scss */
.pe-7s-folder:before {
  content: "\e653";
}

/* line 345, ../sass/partials/_typography.scss */
.pe-7s-flag:before {
  content: "\e654";
}

/* line 348, ../sass/partials/_typography.scss */
.pe-7s-filter:before {
  content: "\e655";
}

/* line 351, ../sass/partials/_typography.scss */
.pe-7s-file:before {
  content: "\e656";
}

/* line 354, ../sass/partials/_typography.scss */
.pe-7s-expand1:before {
  content: "\e657";
}

/* line 357, ../sass/partials/_typography.scss */
.pe-7s-exapnd2:before {
  content: "\e658";
}

/* line 360, ../sass/partials/_typography.scss */
.pe-7s-edit:before {
  content: "\e659";
}

/* line 363, ../sass/partials/_typography.scss */
.pe-7s-drop:before {
  content: "\e65a";
}

/* line 366, ../sass/partials/_typography.scss */
.pe-7s-drawer:before {
  content: "\e65b";
}

/* line 369, ../sass/partials/_typography.scss */
.pe-7s-download:before {
  content: "\e65c";
}

/* line 372, ../sass/partials/_typography.scss */
.pe-7s-display2:before {
  content: "\e65d";
}

/* line 375, ../sass/partials/_typography.scss */
.pe-7s-display1:before {
  content: "\e65e";
}

/* line 378, ../sass/partials/_typography.scss */
.pe-7s-diskette:before {
  content: "\e65f";
}

/* line 381, ../sass/partials/_typography.scss */
.pe-7s-date:before {
  content: "\e660";
}

/* line 384, ../sass/partials/_typography.scss */
.pe-7s-cup:before {
  content: "\e661";
}

/* line 387, ../sass/partials/_typography.scss */
.pe-7s-culture:before {
  content: "\e662";
}

/* line 390, ../sass/partials/_typography.scss */
.pe-7s-crop:before {
  content: "\e663";
}

/* line 393, ../sass/partials/_typography.scss */
.pe-7s-credit:before {
  content: "\e664";
}

/* line 396, ../sass/partials/_typography.scss */
.pe-7s-copy-file:before {
  content: "\e665";
}

/* line 399, ../sass/partials/_typography.scss */
.pe-7s-config:before {
  content: "\e666";
}

/* line 402, ../sass/partials/_typography.scss */
.pe-7s-compass:before {
  content: "\e667";
}

/* line 405, ../sass/partials/_typography.scss */
.pe-7s-comment:before {
  content: "\e668";
}

/* line 408, ../sass/partials/_typography.scss */
.pe-7s-coffee:before {
  content: "\e669";
}

/* line 411, ../sass/partials/_typography.scss */
.pe-7s-cloud:before {
  content: "\e66a";
}

/* line 414, ../sass/partials/_typography.scss */
.pe-7s-clock:before {
  content: "\e66b";
}

/* line 417, ../sass/partials/_typography.scss */
.pe-7s-check:before {
  content: "\e66c";
}

/* line 420, ../sass/partials/_typography.scss */
.pe-7s-chat:before {
  content: "\e66d";
}

/* line 423, ../sass/partials/_typography.scss */
.pe-7s-cart:before {
  content: "\e66e";
}

/* line 426, ../sass/partials/_typography.scss */
.pe-7s-camera:before {
  content: "\e66f";
}

/* line 429, ../sass/partials/_typography.scss */
.pe-7s-call:before {
  content: "\e670";
}

/* line 432, ../sass/partials/_typography.scss */
.pe-7s-calculator:before {
  content: "\e671";
}

/* line 435, ../sass/partials/_typography.scss */
.pe-7s-browser:before {
  content: "\e672";
}

/* line 438, ../sass/partials/_typography.scss */
.pe-7s-box2:before {
  content: "\e673";
}

/* line 441, ../sass/partials/_typography.scss */
.pe-7s-box1:before {
  content: "\e674";
}

/* line 444, ../sass/partials/_typography.scss */
.pe-7s-bookmarks:before {
  content: "\e675";
}

/* line 447, ../sass/partials/_typography.scss */
.pe-7s-bicycle:before {
  content: "\e676";
}

/* line 450, ../sass/partials/_typography.scss */
.pe-7s-bell:before {
  content: "\e677";
}

/* line 453, ../sass/partials/_typography.scss */
.pe-7s-battery:before {
  content: "\e678";
}

/* line 456, ../sass/partials/_typography.scss */
.pe-7s-ball:before {
  content: "\e679";
}

/* line 459, ../sass/partials/_typography.scss */
.pe-7s-back:before {
  content: "\e67a";
}

/* line 462, ../sass/partials/_typography.scss */
.pe-7s-attention:before {
  content: "\e67b";
}

/* line 465, ../sass/partials/_typography.scss */
.pe-7s-anchor:before {
  content: "\e67c";
}

/* line 468, ../sass/partials/_typography.scss */
.pe-7s-albums:before {
  content: "\e67d";
}

/* line 471, ../sass/partials/_typography.scss */
.pe-7s-alarm:before {
  content: "\e67e";
}

/* line 474, ../sass/partials/_typography.scss */
.pe-7s-airplay:before {
  content: "\e67f";
}

/* Pe-icon-7-filled' */
@font-face {
  font-family: 'Pe-icon-7-filled';
  src: url("fonts/Pe-icon-7-filled.eot?ug0rvd");
  src: url("fonts/Pe-icon-7-filled.eot?#iefixug0rvd") format("embedded-opentype"), url("fonts/Pe-icon-7-filled.woff?ug0rvd") format("woff"), url("fonts/Pe-icon-7-filled.ttf?ug0rvd") format("truetype"), url("fonts/Pe-icon-7-filled.svg?ug0rvd#Pe-icon-7-filled") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 493, ../sass/partials/_typography.scss */
[class^="pe-7f-"], [class*=" pe-7f-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-filled';
  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;
}

/* line 508, ../sass/partials/_typography.scss */
.pe-7f-close:before {
  content: "\e600";
}

/* line 511, ../sass/partials/_typography.scss */
.pe-7f-cloud-upload:before {
  content: "\e605";
}

/* line 514, ../sass/partials/_typography.scss */
.pe-7f-angle-up:before {
  content: "\e601";
}

/* line 517, ../sass/partials/_typography.scss */
.pe-7f-cloud-download:before {
  content: "\e606";
}

/* line 520, ../sass/partials/_typography.scss */
.pe-7f-angle-right:before {
  content: "\e602";
}

/* line 523, ../sass/partials/_typography.scss */
.pe-7f-angle-left:before {
  content: "\e603";
}

/* line 526, ../sass/partials/_typography.scss */
.pe-7f-angle-down:before {
  content: "\e604";
}

/* line 529, ../sass/partials/_typography.scss */
.pe-7f-wallet:before {
  content: "\e680";
}

/* line 532, ../sass/partials/_typography.scss */
.pe-7f-volume2:before {
  content: "\e681";
}

/* line 535, ../sass/partials/_typography.scss */
.pe-7f-volume1:before {
  content: "\e682";
}

/* line 538, ../sass/partials/_typography.scss */
.pe-7f-voicemail:before {
  content: "\e683";
}

/* line 541, ../sass/partials/_typography.scss */
.pe-7f-video:before {
  content: "\e684";
}

/* line 544, ../sass/partials/_typography.scss */
.pe-7f-user:before {
  content: "\e685";
}

/* line 547, ../sass/partials/_typography.scss */
.pe-7f-upload:before {
  content: "\e686";
}

/* line 550, ../sass/partials/_typography.scss */
.pe-7f-unlock:before {
  content: "\e687";
}

/* line 553, ../sass/partials/_typography.scss */
.pe-7f-umbrella:before {
  content: "\e688";
}

/* line 556, ../sass/partials/_typography.scss */
.pe-7f-trash:before {
  content: "\e689";
}

/* line 559, ../sass/partials/_typography.scss */
.pe-7f-tools:before {
  content: "\e68a";
}

/* line 562, ../sass/partials/_typography.scss */
.pe-7f-timer:before {
  content: "\e68b";
}

/* line 565, ../sass/partials/_typography.scss */
.pe-7f-ticket:before {
  content: "\e68c";
}

/* line 568, ../sass/partials/_typography.scss */
.pe-7f-target:before {
  content: "\e68d";
}

/* line 571, ../sass/partials/_typography.scss */
.pe-7f-sun:before {
  content: "\e68e";
}

/* line 574, ../sass/partials/_typography.scss */
.pe-7f-study:before {
  content: "\e68f";
}

/* line 577, ../sass/partials/_typography.scss */
.pe-7f-stopwatch:before {
  content: "\e690";
}

/* line 580, ../sass/partials/_typography.scss */
.pe-7f-star:before {
  content: "\e691";
}

/* line 583, ../sass/partials/_typography.scss */
.pe-7f-speaker:before {
  content: "\e692";
}

/* line 586, ../sass/partials/_typography.scss */
.pe-7f-signal:before {
  content: "\e693";
}

/* line 589, ../sass/partials/_typography.scss */
.pe-7f-shuffle:before {
  content: "\e694";
}

/* line 592, ../sass/partials/_typography.scss */
.pe-7f-shopbag:before {
  content: "\e695";
}

/* line 595, ../sass/partials/_typography.scss */
.pe-7f-share:before {
  content: "\e696";
}

/* line 598, ../sass/partials/_typography.scss */
.pe-7f-server:before {
  content: "\e697";
}

/* line 601, ../sass/partials/_typography.scss */
.pe-7f-search:before {
  content: "\e698";
}

/* line 604, ../sass/partials/_typography.scss */
.pe-7f-science:before {
  content: "\e699";
}

/* line 607, ../sass/partials/_typography.scss */
.pe-7f-ribbon:before {
  content: "\e69a";
}

/* line 610, ../sass/partials/_typography.scss */
.pe-7f-repeat:before {
  content: "\e69b";
}

/* line 613, ../sass/partials/_typography.scss */
.pe-7f-refresh:before {
  content: "\e69c";
}

/* line 616, ../sass/partials/_typography.scss */
.pe-7f-refresh-cloud:before {
  content: "\e69d";
}

/* line 619, ../sass/partials/_typography.scss */
.pe-7f-radio:before {
  content: "\e69e";
}

/* line 622, ../sass/partials/_typography.scss */
.pe-7f-print:before {
  content: "\e69f";
}

/* line 625, ../sass/partials/_typography.scss */
.pe-7f-prev:before {
  content: "\e6a0";
}

/* line 628, ../sass/partials/_typography.scss */
.pe-7f-power:before {
  content: "\e6a1";
}

/* line 631, ../sass/partials/_typography.scss */
.pe-7f-portfolio:before {
  content: "\e6a2";
}

/* line 634, ../sass/partials/_typography.scss */
.pe-7f-plus:before {
  content: "\e6a3";
}

/* line 637, ../sass/partials/_typography.scss */
.pe-7f-play:before {
  content: "\e6a4";
}

/* line 640, ../sass/partials/_typography.scss */
.pe-7f-plane:before {
  content: "\e6a5";
}

/* line 643, ../sass/partials/_typography.scss */
.pe-7f-photo-gallery:before {
  content: "\e6a6";
}

/* line 646, ../sass/partials/_typography.scss */
.pe-7f-phone:before {
  content: "\e6a7";
}

/* line 649, ../sass/partials/_typography.scss */
.pe-7f-pen:before {
  content: "\e6a8";
}

/* line 652, ../sass/partials/_typography.scss */
.pe-7f-paper-plane:before {
  content: "\e6a9";
}

/* line 655, ../sass/partials/_typography.scss */
.pe-7f-paint:before {
  content: "\e6aa";
}

/* line 658, ../sass/partials/_typography.scss */
.pe-7f-notebook:before {
  content: "\e6ab";
}

/* line 661, ../sass/partials/_typography.scss */
.pe-7f-note:before {
  content: "\e6ac";
}

/* line 664, ../sass/partials/_typography.scss */
.pe-7f-next:before {
  content: "\e6ad";
}

/* line 667, ../sass/partials/_typography.scss */
.pe-7f-news-paper:before {
  content: "\e6ae";
}

/* line 670, ../sass/partials/_typography.scss */
.pe-7f-musiclist:before {
  content: "\e6af";
}

/* line 673, ../sass/partials/_typography.scss */
.pe-7f-music:before {
  content: "\e6b0";
}

/* line 676, ../sass/partials/_typography.scss */
.pe-7f-mouse:before {
  content: "\e6b1";
}

/* line 679, ../sass/partials/_typography.scss */
.pe-7f-more:before {
  content: "\e6b2";
}

/* line 682, ../sass/partials/_typography.scss */
.pe-7f-moon:before {
  content: "\e6b3";
}

/* line 685, ../sass/partials/_typography.scss */
.pe-7f-monitor:before {
  content: "\e6b4";
}

/* line 688, ../sass/partials/_typography.scss */
.pe-7f-micro:before {
  content: "\e6b5";
}

/* line 691, ../sass/partials/_typography.scss */
.pe-7f-menu:before {
  content: "\e6b6";
}

/* line 694, ../sass/partials/_typography.scss */
.pe-7f-map:before {
  content: "\e6b7";
}

/* line 697, ../sass/partials/_typography.scss */
.pe-7f-map-marker:before {
  content: "\e6b8";
}

/* line 700, ../sass/partials/_typography.scss */
.pe-7f-mail:before {
  content: "\e6b9";
}

/* line 703, ../sass/partials/_typography.scss */
.pe-7f-mail-open:before {
  content: "\e6ba";
}

/* line 706, ../sass/partials/_typography.scss */
.pe-7f-mail-open-file:before {
  content: "\e6bb";
}

/* line 709, ../sass/partials/_typography.scss */
.pe-7f-magnet:before {
  content: "\e6bc";
}

/* line 712, ../sass/partials/_typography.scss */
.pe-7f-loop:before {
  content: "\e6bd";
}

/* line 715, ../sass/partials/_typography.scss */
.pe-7f-look:before {
  content: "\e6be";
}

/* line 718, ../sass/partials/_typography.scss */
.pe-7f-lock:before {
  content: "\e6bf";
}

/* line 721, ../sass/partials/_typography.scss */
.pe-7f-lintern:before {
  content: "\e6c0";
}

/* line 724, ../sass/partials/_typography.scss */
.pe-7f-link:before {
  content: "\e6c1";
}

/* line 727, ../sass/partials/_typography.scss */
.pe-7f-like:before {
  content: "\e6c2";
}

/* line 730, ../sass/partials/_typography.scss */
.pe-7f-light:before {
  content: "\e6c3";
}

/* line 733, ../sass/partials/_typography.scss */
.pe-7f-less:before {
  content: "\e6c4";
}

/* line 736, ../sass/partials/_typography.scss */
.pe-7f-keypad:before {
  content: "\e6c5";
}

/* line 739, ../sass/partials/_typography.scss */
.pe-7f-junk:before {
  content: "\e6c6";
}

/* line 742, ../sass/partials/_typography.scss */
.pe-7f-info:before {
  content: "\e6c7";
}

/* line 745, ../sass/partials/_typography.scss */
.pe-7f-home:before {
  content: "\e6c8";
}

/* line 748, ../sass/partials/_typography.scss */
.pe-7f-help2:before {
  content: "\e6c9";
}

/* line 751, ../sass/partials/_typography.scss */
.pe-7f-help1:before {
  content: "\e6ca";
}

/* line 754, ../sass/partials/_typography.scss */
.pe-7f-graph3:before {
  content: "\e6cc";
}

/* line 757, ../sass/partials/_typography.scss */
.pe-7f-graph2:before {
  content: "\e6cd";
}

/* line 760, ../sass/partials/_typography.scss */
.pe-7f-graph1:before {
  content: "\e6ce";
}

/* line 763, ../sass/partials/_typography.scss */
.pe-7f-graph:before {
  content: "\e6cf";
}

/* line 766, ../sass/partials/_typography.scss */
.pe-7f-global:before {
  content: "\e6d0";
}

/* line 769, ../sass/partials/_typography.scss */
.pe-7f-gleam:before {
  content: "\e6d1";
}

/* line 772, ../sass/partials/_typography.scss */
.pe-7f-glasses:before {
  content: "\e6d2";
}

/* line 775, ../sass/partials/_typography.scss */
.pe-7f-gift:before {
  content: "\e6d3";
}

/* line 778, ../sass/partials/_typography.scss */
.pe-7f-folder:before {
  content: "\e6d4";
}

/* line 781, ../sass/partials/_typography.scss */
.pe-7f-flag:before {
  content: "\e6d5";
}

/* line 784, ../sass/partials/_typography.scss */
.pe-7f-filter:before {
  content: "\e6d6";
}

/* line 787, ../sass/partials/_typography.scss */
.pe-7f-file:before {
  content: "\e6d7";
}

/* line 790, ../sass/partials/_typography.scss */
.pe-7f-expand:before {
  content: "\e6d8";
}

/* line 793, ../sass/partials/_typography.scss */
.pe-7f-expand1:before {
  content: "\e6d9";
}

/* line 796, ../sass/partials/_typography.scss */
.pe-7f-edit:before {
  content: "\e6da";
}

/* line 799, ../sass/partials/_typography.scss */
.pe-7f-drop:before {
  content: "\e6db";
}

/* line 802, ../sass/partials/_typography.scss */
.pe-7f-drawer:before {
  content: "\e6dc";
}

/* line 805, ../sass/partials/_typography.scss */
.pe-7f-download:before {
  content: "\e6dd";
}

/* line 808, ../sass/partials/_typography.scss */
.pe-7f-display2:before {
  content: "\e6de";
}

/* line 811, ../sass/partials/_typography.scss */
.pe-7f-display1:before {
  content: "\e6df";
}

/* line 814, ../sass/partials/_typography.scss */
.pe-7f-diskette:before {
  content: "\e6e0";
}

/* line 817, ../sass/partials/_typography.scss */
.pe-7f-date:before {
  content: "\e6e1";
}

/* line 820, ../sass/partials/_typography.scss */
.pe-7f-cup:before {
  content: "\e6e2";
}

/* line 823, ../sass/partials/_typography.scss */
.pe-7f-culture:before {
  content: "\e6e3";
}

/* line 826, ../sass/partials/_typography.scss */
.pe-7f-crop:before {
  content: "\e6e4";
}

/* line 829, ../sass/partials/_typography.scss */
.pe-7f-credit:before {
  content: "\e6e5";
}

/* line 832, ../sass/partials/_typography.scss */
.pe-7f-copy-file:before {
  content: "\e6e6";
}

/* line 835, ../sass/partials/_typography.scss */
.pe-7f-config:before {
  content: "\e6e7";
}

/* line 838, ../sass/partials/_typography.scss */
.pe-7f-compass:before {
  content: "\e6e8";
}

/* line 841, ../sass/partials/_typography.scss */
.pe-7f-comment:before {
  content: "\e6e9";
}

/* line 844, ../sass/partials/_typography.scss */
.pe-7f-coffee:before {
  content: "\e6ea";
}

/* line 847, ../sass/partials/_typography.scss */
.pe-7f-cloud:before {
  content: "\e6eb";
}

/* line 850, ../sass/partials/_typography.scss */
.pe-7f-clock:before {
  content: "\e6ec";
}

/* line 853, ../sass/partials/_typography.scss */
.pe-7f-check:before {
  content: "\e6ed";
}

/* line 856, ../sass/partials/_typography.scss */
.pe-7f-chat:before {
  content: "\e6ee";
}

/* line 859, ../sass/partials/_typography.scss */
.pe-7f-cart:before {
  content: "\e6ef";
}

/* line 862, ../sass/partials/_typography.scss */
.pe-7f-camera:before {
  content: "\e6f0";
}

/* line 865, ../sass/partials/_typography.scss */
.pe-7f-call:before {
  content: "\e6f1";
}

/* line 868, ../sass/partials/_typography.scss */
.pe-7f-calculator:before {
  content: "\e6f2";
}

/* line 871, ../sass/partials/_typography.scss */
.pe-7f-browser:before {
  content: "\e6f3";
}

/* line 874, ../sass/partials/_typography.scss */
.pe-7f-box1:before {
  content: "\e6f5";
}

/* line 877, ../sass/partials/_typography.scss */
.pe-7f-box:before {
  content: "\e6f6";
}

/* line 880, ../sass/partials/_typography.scss */
.pe-7f-bookmarks:before {
  content: "\e6f7";
}

/* line 883, ../sass/partials/_typography.scss */
.pe-7f-bicycle:before {
  content: "\e6f8";
}

/* line 886, ../sass/partials/_typography.scss */
.pe-7f-bell:before {
  content: "\e6f9";
}

/* line 889, ../sass/partials/_typography.scss */
.pe-7f-battery:before {
  content: "\e6fa";
}

/* line 892, ../sass/partials/_typography.scss */
.pe-7f-ball:before {
  content: "\e6fb";
}

/* line 895, ../sass/partials/_typography.scss */
.pe-7f-back:before {
  content: "\e6fc";
}

/* line 898, ../sass/partials/_typography.scss */
.pe-7f-attention:before {
  content: "\e6fd";
}

/* line 901, ../sass/partials/_typography.scss */
.pe-7f-anchor:before {
  content: "\e6fe";
}

/* line 904, ../sass/partials/_typography.scss */
.pe-7f-albums:before {
  content: "\e6ff";
}

/* line 907, ../sass/partials/_typography.scss */
.pe-7f-alarm:before {
  content: "\e700";
}

/* line 910, ../sass/partials/_typography.scss */
.pe-7f-airplay:before {
  content: "\e701";
}

/* General typo stuff */
/* line 918, ../sass/partials/_typography.scss */
p {
  color: #444444;
}

/* line 922, ../sass/partials/_typography.scss */
h3 {
  color: #444;
  font-size: 16px;
}

/* line 927, ../sass/partials/_typography.scss */
a, a:hover, a:focus {
  color: #66cccc;
}

/* line 931, ../sass/partials/_typography.scss */
.center {
  text-align: center;
}

/*****************************
**** GENERAL Layout styles ***
******************************/
/* line 7, ../sass/partials/_layout.scss */
.mtop-100 {
  margin-top: 100px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-95 {
  margin-top: 95px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-90 {
  margin-top: 90px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-85 {
  margin-top: 85px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-80 {
  margin-top: 80px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-75 {
  margin-top: 75px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-70 {
  margin-top: 70px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-65 {
  margin-top: 65px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-60 {
  margin-top: 60px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-55 {
  margin-top: 55px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-50 {
  margin-top: 50px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-45 {
  margin-top: 45px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-40 {
  margin-top: 40px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-35 {
  margin-top: 35px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-30 {
  margin-top: 30px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-25 {
  margin-top: 25px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-20 {
  margin-top: 20px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-15 {
  margin-top: 15px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-10 {
  margin-top: 10px;
}

/* line 7, ../sass/partials/_layout.scss */
.mtop-5 {
  margin-top: 5px;
}

/* line 15, ../sass/partials/_layout.scss */
.font-18 {
  font-size: 18px !important;
}

/* line 15, ../sass/partials/_layout.scss */
.font-17 {
  font-size: 17px !important;
}

/* line 15, ../sass/partials/_layout.scss */
.font-16 {
  font-size: 16px !important;
}

/* line 15, ../sass/partials/_layout.scss */
.font-15 {
  font-size: 15px !important;
}

/* line 15, ../sass/partials/_layout.scss */
.font-14 {
  font-size: 14px !important;
}

/* line 15, ../sass/partials/_layout.scss */
.font-13 {
  font-size: 13px !important;
}

/* line 15, ../sass/partials/_layout.scss */
.font-12 {
  font-size: 12px !important;
}

/* line 15, ../sass/partials/_layout.scss */
.font-11 {
  font-size: 11px !important;
}

/* line 22, ../sass/partials/_layout.scss */
body {
  background: #f6f6f6;
  font-family: 'open_sansregular', sans-serif;
}

/* TOP BAR */
/* line 28, ../sass/partials/_layout.scss */
.top-bar {
  width: 100%;
  height: 74px;
  background: #444444;
  position: relative;
}
/* line 34, ../sass/partials/_layout.scss */
.top-bar:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #60c6cf;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: load 3s forwards;
  -moz-animation: load 3s forwards;
  -ms-animation: load 3s forwards;
  -o-animation: load 3s forwards;
  animation: load 3s forwards;
}

@-webkit-keyframes load {
  /* line 48, ../sass/partials/_layout.scss */
  to {
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes load {
  /* line 48, ../sass/partials/_layout.scss */
  to {
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes load {
  /* line 48, ../sass/partials/_layout.scss */
  to {
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes load {
  /* line 48, ../sass/partials/_layout.scss */
  to {
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 54, ../sass/partials/_layout.scss */
.main-logo {
  color: #fff;
  font-size: 24px;
  font-family: "open_sansbold";
  line-height: 70px;
  margin-left: 27px;
  margin-right: 20px;
  display: inline-block;
}
/* line 62, ../sass/partials/_layout.scss */
.main-logo span {
  font-family: "open_sansregular";
  font-size: 18px;
  color: #9a9a9a;
}

/* line 70, ../sass/partials/_layout.scss */
.wrapper {
  overflow: hidden;
  min-height: 1000px;
  position: relative;
}

/* MAIN NAVIGATION */
/* line 78, ../sass/partials/_layout.scss */
.sidebar {
  float: left;
  width: 150px;
  position: relative;
  background: #f9f9f9;
  border-right: 1px solid #e5e5e5;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

/* line 88, ../sass/partials/_layout.scss */
.main-nav {
  list-style: none;
}

/* line 92, ../sass/partials/_layout.scss */
.main-nav__link {
  display: block;
  color: #696969;
  font-size: 11px;
  font-family: "open_sansregular";
  text-transform: uppercase;
  background: #fff;
  line-height: 68px;
  box-shadow: inset 0 -1px 0 #e5e5e5;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*padding-right: 40px;*/
}
/* line 106, ../sass/partials/_layout.scss */
.main-nav__link:hover {
  text-decoration: none;
  color: inherit;
}
/* line 110, ../sass/partials/_layout.scss */
.main-nav__link:after {
  font-family: "Pe-icon-7-stroke" !important;
  content: '\e684';
  font-size: 22px;
  position: absolute;
  right: 10px;
  color: #bcbcbc;
}

/* line 120, ../sass/partials/_layout.scss */
.main-nav li:not(.main-nav--active):hover .main-nav__link {
  background: #60c6cf;
  color: #fff;
  box-shadow: inset 0 -1px 0 #51aab2;
}
/* line 124, ../sass/partials/_layout.scss */
.main-nav li:not(.main-nav--active):hover .main-nav__link .main-nav__icon {
  background: #5abdc6;
}
/* line 127, ../sass/partials/_layout.scss */
.main-nav li:not(.main-nav--active):hover .main-nav__link:after {
  color: #fff;
}

/* line 132, ../sass/partials/_layout.scss */
.main-nav__icon {
  display: inline-block;
  background: #f6f6f6;
  text-align: center;
  width: 40px;
  height: 68px;
  margin-right: 10px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 140, ../sass/partials/_layout.scss */
.main-nav__icon i {
  font-size: 20px;
  vertical-align: middle;
}
/* line 144, ../sass/partials/_layout.scss */
.main-nav--active .main-nav__icon {
  background: #5fc5cf;
  color: #fff;
}

/* line 150, ../sass/partials/_layout.scss */
.main-nav--collapsible {
  height: auto;
}
/* line 152, ../sass/partials/_layout.scss */
.main-nav--collapsible.main-nav--open .main-nav__submenu, .main-nav--collapsible:hover .main-nav__submenu {
  max-height: 500px;
}
/* line 155, ../sass/partials/_layout.scss */
.main-nav--collapsible.main-nav--open .main-nav__link:after, .main-nav--collapsible:hover .main-nav__link:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 158, ../sass/partials/_layout.scss */
.main-nav__submenu {
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  box-shadow: inset 0 -1px 0 #e5e5e5;
}
/* line 163, ../sass/partials/_layout.scss */
.main-nav__submenu i {
  display: none;
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 169, ../sass/partials/_layout.scss */
.main-nav__submenu li a {
  display: block;
  color: #696969;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 54px;
  padding-left: 110px;
  text-decoration: none;
}
/* line 177, ../sass/partials/_layout.scss */
.main-nav__submenu li a:hover {
  background: #75dce5;
  color: #fff;
}

/* line 184, ../sass/partials/_layout.scss */
.content {
  /*margin-left: 281px;
  padding: 43px 50px 63px 37px;*/
  padding: 43px 20px 63px 20px;
  overflow: auto;
}

/* line 191, ../sass/partials/_layout.scss */
.main-header i {
  font-size: 20px;
  vertical-align: text-top;
  line-height: 18px;
  color: #2c353a;
}
/* line 197, ../sass/partials/_layout.scss */
.main-header i.pe-7s-angle-down-circle {
  font-size: 26px;
  color: #c8c8c8;
  font-weight: bold;
}

/* line 204, ../sass/partials/_layout.scss */
.main-header__title {
  float: left;
  display: inline-block;
  font-family: "open_sansregular";
  font-size: 14px;
  color: #696969;
  text-transform: uppercase;
  padding-right: 20px;
  border-right: 1px solid #e6e6e6;
  vertical-align: middle;
}
/* line 214, ../sass/partials/_layout.scss */
.main-header__title small {
  font-size: 14px;
  color: #9a9a9a;
  text-transform: none;
  font-family: "open_sansregular";
}
/* line 220, ../sass/partials/_layout.scss */
.main-header__title i {
  margin-right: 5px;
}

/* line 225, ../sass/partials/_layout.scss */
.main-header__breadcrumb {
  float: left;
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}
/* line 230, ../sass/partials/_layout.scss */
.main-header__breadcrumb li {
  float: left;
}
/* line 232, ../sass/partials/_layout.scss */
.main-header__breadcrumb li.active a {
  color: #444;
}
/* line 234, ../sass/partials/_layout.scss */
.main-header__breadcrumb a {
  font-size: 12px;
  color: #9a9a9a;
  margin-left: 20px;
  margin-right: 12px;
}

/* line 242, ../sass/partials/_layout.scss */
.main-header__date {
  display: inline-block;
  vertical-align: middle;
  float: right;
  font-family: "open_sansregular";
  text-transform: uppercase;
  color: #9a9a9a;
  font-size: 14px;
  margin-top: 1px;
}
/* line 251, ../sass/partials/_layout.scss */
.main-header__date span {
  margin-right: 10px;
  margin-left: 10px;
}

/* line 257, ../sass/partials/_layout.scss */
.main-stats {
  margin-top: 44px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 263, ../sass/partials/_layout.scss */
.main-stats .main-stats__stat {
  border-right: none;
}

/* line 267, ../sass/partials/_layout.scss */
.main-stats > div:last-child {
  border-right: 1px solid #e5e5e5;
}

/* line 271, ../sass/partials/_layout.scss */
.widget {
  margin-top: 25px;
}

/* line 276, ../sass/partials/_layout.scss */
.main-stats__stat .progress {
  margin-bottom: 15px;
}

/* line 280, ../sass/partials/_layout.scss */
.stat__title {
  font-family: "open_sansregular";
  font-size: 14px;
  color: #9a9a9a;
  text-transform: uppercase;
}

/* line 286, ../sass/partials/_layout.scss */
.stat__number {
  color: #444;
  font-size: 24px;
  margin-top: 18px;
}
/* line 290, ../sass/partials/_layout.scss */
.stat__number span {
  color: #9a9a9a;
  font-size: 18px;
}

/* line 295, ../sass/partials/_layout.scss */
.stat__number--big {
  font-size: 32px;
}

/* line 298, ../sass/partials/_layout.scss */
.widget__content .stat__details, .stat__details {
  color: #9a9a9a;
  font-size: 13px;
}
/* line 301, ../sass/partials/_layout.scss */
.widget__content .stat__details strong, .stat__details strong {
  color: #444;
  font-family: "open_sansbold";
}
/* line 305, ../sass/partials/_layout.scss */
.widget__content .stat__details i, .stat__details i {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}

/* line 312, ../sass/partials/_layout.scss */
.widget, .main-stats__stat {
  padding: 25px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
/* line 316, ../sass/partials/_layout.scss */
.widget.no-padding, .main-stats__stat.no-padding {
  padding: 0;
}
/* line 319, ../sass/partials/_layout.scss */
.widget.no-padding--lr, .main-stats__stat.no-padding--lr {
  padding-left: 0;
  padding-right: 0;
}

/* line 324, ../sass/partials/_layout.scss */
.widget {
  margin-top: 25px;
}

/* line 328, ../sass/partials/_layout.scss */
.widget--map {
  position: relative;
}

/* line 332, ../sass/partials/_layout.scss */
.widget__header {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
/* line 336, ../sass/partials/_layout.scss */
.no-padding--lr .widget__header {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 340, ../sass/partials/_layout.scss */
.no-padding .widget__header {
  padding: 25px 25px 0 25px;
}
/* line 343, ../sass/partials/_layout.scss */
.widget__header .dropdown {
  width: 90px;
  position: absolute;
  right: 20px;
  top: -10px;
}
/* line 349, ../sass/partials/_layout.scss */
.widget--map .widget__header {
  position: absolute;
  z-index: 100;
}

/* line 355, ../sass/partials/_layout.scss */
.widget__title {
  font-family: "open_sansregular";
  color: #696969;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}
/* line 361, ../sass/partials/_layout.scss */
.widget__title span {
  font-size: 16px;
}

/* line 365, ../sass/partials/_layout.scss */
.widget__config {
  float: right;
  margin-right: -10px;
  margin-top: -10px;
}
/* line 368, ../sass/partials/_layout.scss */
.main-stats__stat .widget__config {
  margin-right: -5px;
}
/* line 372, ../sass/partials/_layout.scss */
.widget__config a {
  font-size: 14px;
  color: #9a9a9a;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
/* line 379, ../sass/partials/_layout.scss */
.widget__config a:hover {
  color: #444;
}
/* line 382, ../sass/partials/_layout.scss */
.widget__config a .pe-7s-close {
  font-size: 1.5em;
}

/* line 390, ../sass/partials/_layout.scss */
.widget--map .widget__content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 330px;
  height: 650px;
  background: rgba(255, 255, 255, 0.5);
  padding-left: 25px;
  padding-right: 30px;
  padding-top: 30px;
}
/* line 400, ../sass/partials/_layout.scss */
.widget__content p {
  color: #9a9a9a;
  /*font-size: 12px;*/
  /*line-height: 18px;*/
  font-size: 14px;
  line-height: 22px;
}

/* line 409, ../sass/partials/_layout.scss */
.subtitle {
  margin-bottom: 15px;
}

/* line 413, ../sass/partials/_layout.scss */
.widget--tabbed {
  padding: 0;
}

/* line 416, ../sass/partials/_layout.scss */
.tabs {
  position: relative;
  background: #f6f6f6;
  padding-bottom: 0;
  overflow: auto;
}
/* line 421, ../sass/partials/_layout.scss */
.tabs input[type=radio] {
  display: none;
}
/* line 422, ../sass/partials/_layout.scss */
.tabs input[type=radio]:checked + label.tabs__tab {
  background: #fff;
  color: #696969;
}
/* line 426, ../sass/partials/_layout.scss */
.tabs input[type=radio]:checked + label.tabs__tab:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  background: #FFF;
  z-index: 2;
}
/* line 436, ../sass/partials/_layout.scss */
.tabs .number-entries {
  position: absolute;
  top: 12px;
  right: 34px;
}

/* line 443, ../sass/partials/_layout.scss */
.tabs__tab {
  position: relative;
  text-transform: uppercase;
  color: #9a9a9a;
  font-size: 14px;
  padding: 20px 25px;
  border-color: #e5e5e5;
  border-width: 0 1px 0 0;
  border-style: solid;
  float: left;
  cursor: pointer;
}

/* line 455, ../sass/partials/_layout.scss */
.tabs__content {
  border-top: 1px solid #e5e5e5;
  clear: both;
  background-color: white;
  position: relative;
}
/* line 460, ../sass/partials/_layout.scss */
.tabs__content > div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
/* line 466, ../sass/partials/_layout.scss */
.tabs__content .innerpadding {
  padding: 25px;
}

/* line 474, ../sass/partials/_layout.scss */
input[type=radio]#tab1:checked ~ .tabs__content .tabs__content--1,
input[type=radio]#tab2:checked ~ .tabs__content .tabs__content--2,
input[type=radio]#tab3:checked ~ .tabs__content .tabs__content--3,
input[type=radio]#tab4:checked ~ .tabs__content .tabs__content--4 {
  display: block;
}

/* line 478, ../sass/partials/_layout.scss */
.social_msg {
  width: 100%;
  padding: 40px 25px 30px 25px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 483, ../sass/partials/_layout.scss */
.rounded-image {
  border-radius: 50%;
  overflow: hidden;
}

/* line 487, ../sass/partials/_layout.scss */
.social_msg__img {
  width: 60px;
  height: 60px;
  margin-right: 26px !important;
}

/* line 492, ../sass/partials/_layout.scss */
.social_msg__heading {
  color: #444;
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 496, ../sass/partials/_layout.scss */
.social_msg__heading span:first-child {
  color: #bcbcbc;
}
/* line 497, ../sass/partials/_layout.scss */
.social_msg__heading span:nth-child(2) {
  color: #60c6cf;
}
/* line 498, ../sass/partials/_layout.scss */
.social_msg__heading i {
  color: #b8b8b8;
  font-size: 12px;
  margin-left: 10px;
}

/* line 504, ../sass/partials/_layout.scss */
.social_msg__msg {
  font-size: 14px;
  line-height: 21px;
  color: #9a9a9a;
}

/* line 509, ../sass/partials/_layout.scss */
.social_msg__meta {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
  margin-top: 18px;
  line-height: normal;
}

/* line 516, ../sass/partials/_layout.scss */
.social_msg__meta--alt, .attach_kb {
  color: #444;
  font-size: 14px;
}

/* line 520, ../sass/partials/_layout.scss */
.attach_kb {
  margin-bottom: 10px;
}

/* line 521, ../sass/partials/_layout.scss */
.attach_name {
  margin-bottom: 10px;
  line-height: 14px;
  margin-top: 4px;
}

/* line 526, ../sass/partials/_layout.scss */
.attach_links {
  color: #60c6cf;
  font-size: 14px;
  margin-right: 30px;
}

/* line 531, ../sass/partials/_layout.scss */
.social_msg__reply {
  width: 100%;
}
/* line 533, ../sass/partials/_layout.scss */
.social_msg__reply input {
  width: 79%;
  font-size: 14px;
  margin: 20px 0px 20px 63px;
  line-height: normal;
  border: none;
  outline: none;
}

/* line 543, ../sass/partials/_layout.scss */
.user {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 25px;
  position: relative;
}
/* line 548, ../sass/partials/_layout.scss */
.user > .media-body {
  padding-right: 50px;
  padding-top: 4px;
}

/* line 553, ../sass/partials/_layout.scss */
.user__img {
  width: 42px;
  height: 42px;
  margin-right: 26px !important;
  /* BS3 */
}

/* line 557, ../sass/partials/_layout.scss */
.user__name {
  font-size: 15px;
  color: #444;
}
/* line 560, ../sass/partials/_layout.scss */
.user--added .user__name {
  color: #66cccc;
}

/* line 564, ../sass/partials/_layout.scss */
.user__location {
  font-size: 12px;
  color: #c8c8c8;
}

/* line 570, ../sass/partials/_layout.scss */
.accordion__details {
  max-height: 0;
  -webkit-transition: max-height 0.3s linear;
  -moz-transition: max-height 0.3s linear;
  -o-transition: max-height 0.3s linear;
  transition: max-height 0.3s linear;
}
/* line 574, ../sass/partials/_layout.scss */
.accordion__details p {
  color: #444;
  font-size: 10px;
  line-height: 30px;
}
/* line 578, ../sass/partials/_layout.scss */
.accordion__details p span {
  font-size: 12px;
  margin-left: 5px;
  color: #9a9a9a;
}
/* line 579, ../sass/partials/_layout.scss */
.accordion__details p:first-child {
  padding-top: 25px;
}
/* line 581, ../sass/partials/_layout.scss */
.accordion__details .btn-badge {
  margin-left: 5px;
}

/* line 586, ../sass/partials/_layout.scss */
.user__more {
  text-align: center;
  padding-top: 25px;
}
/* line 589, ../sass/partials/_layout.scss */
.user__more a {
  font-size: 14px;
  color: #9a9a9a;
}
/* line 592, ../sass/partials/_layout.scss */
.user__more a:hover {
  text-decoration: none;
  color: #444;
}
/* line 597, ../sass/partials/_layout.scss */
.user__more i {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 7px;
}

/* line 604, ../sass/partials/_layout.scss */
.map-stats__stat {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 45px 30px 25px;
}
/* line 607, ../sass/partials/_layout.scss */
.map-stats__stat .stat__number {
  margin-top: 15px;
}
/* line 610, ../sass/partials/_layout.scss */
.map-stats__stat .progress {
  margin-bottom: 10px;
}
/* line 613, ../sass/partials/_layout.scss */
.map-stats__stat:last-child {
  border-bottom: none;
}
/* line 616, ../sass/partials/_layout.scss */
.map-stats__stat .stat__number--big {
  position: relative;
  margin-bottom: 10px;
}
/* line 619, ../sass/partials/_layout.scss */
.map-stats__stat .stat__number--big:before {
  font-family: "Pe-icon-7-filled" !important;
  content: '\e6b8';
  font-size: 20px;
  position: absolute;
  left: -30px;
  top: 5px;
  color: #c8c8c8;
}

/* line 631, ../sass/partials/_layout.scss */
.map-tooltip {
  background: #60c6cf;
  border: 0;
  padding: 10px 20px;
  position: relative;
}
/* line 636, ../sass/partials/_layout.scss */
.map-tooltip:before, .map-tooltip:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background: #60c6cf;
  top: 0;
}
/* line 644, ../sass/partials/_layout.scss */
.map-tooltip:before {
  left: -3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 649, ../sass/partials/_layout.scss */
.map-tooltip:after {
  right: -3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 654, ../sass/partials/_layout.scss */
.map-tooltip.map-tooltip--region {
  background: #444;
}
/* line 656, ../sass/partials/_layout.scss */
.map-tooltip.map-tooltip--region:before, .map-tooltip.map-tooltip--region:after {
  background: #444;
}

/* line 664, ../sass/partials/_layout.scss */
.main-search {
  position: absolute;
  height: 36px;
  padding-left: 52px;
  left: 280px;
  top: 20px;
  border-left: 1px solid #323232;
}
/* line 671, ../sass/partials/_layout.scss */
.main-search i {
  font-weight: bold;
  color: #9a9a9a;
  font-size: 22px;
}
/* line 676, ../sass/partials/_layout.scss */
.main-search input {
  border: none;
  background-color: transparent;
  color: #e5e5e5;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  width: 280px;
}
/* line 689, ../sass/partials/_layout.scss */
.main-search label {
  position: absolute;
  color: #e5e5e5;
  left: 18px;
  top: 6px;
  font-size: 22px;
  cursor: pointer;
}
/* line 697, ../sass/partials/_layout.scss */
.main-search input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: .3;
}
/* line 701, ../sass/partials/_layout.scss */
.main-search input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: .3;
}
/* line 705, ../sass/partials/_layout.scss */
.main-search input:focus:-moz-placeholder {
  /* Firefox 18- */
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: .3;
}
/* line 709, ../sass/partials/_layout.scss */
.main-search input:focus::-moz-placeholder {
  /* Firefox 19+ */
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: .3;
}
/* line 713, ../sass/partials/_layout.scss */
.main-search input:focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: .3;
}

/* line 719, ../sass/partials/_layout.scss */
.profile__name {
  font-size: 14px;
}

/* line 723, ../sass/partials/_layout.scss */
.profile {
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9a9a;
  padding-right: 50px;
}
/* line 729, ../sass/partials/_layout.scss */
.profile li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/* line 734, ../sass/partials/_layout.scss */
.profile i {
  font-size: 24px;
  vertical-align: middle;
}
/* line 738, ../sass/partials/_layout.scss */
.profile i.pe-7s-angle-down {
  font-weight: bold;
}
/* line 741, ../sass/partials/_layout.scss */
.profile a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  padding-right: 18px;
  padding-left: 18px;
  height: 74px;
  line-height: 74px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 751, ../sass/partials/_layout.scss */
.profile a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 756, ../sass/partials/_layout.scss */
.profile .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  background-color: #444444;
  margin: 0;
  border: 0;
  padding: 0;
}
/* line 763, ../sass/partials/_layout.scss */
.profile .dropdown-menu a {
  color: #9a9a9a;
  padding: 15px;
  padding-right: 76px;
  height: auto;
}
/* line 768, ../sass/partials/_layout.scss */
.profile .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
}
/* line 773, ../sass/partials/_layout.scss */
.profile .dropdown-menu li {
  display: block;
}
/* line 776, ../sass/partials/_layout.scss */
.profile .dropdown-menu i {
  margin-right: 5px;
}

/* line 781, ../sass/partials/_layout.scss */
.profile__user {
  line-height: 72px;
  color: #9a9a9a;
  font-size: 14px;
}
/* line 785, ../sass/partials/_layout.scss */
.profile__user:hover {
  color: inherit;
}
/* line 788, ../sass/partials/_layout.scss */
.profile__user i {
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
}

/* line 796, ../sass/partials/_layout.scss */
.profile__name span {
  font-family: "open_sansbold";
  color: white;
}

/* line 802, ../sass/partials/_layout.scss */
.profile__img {
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 10px;
}

/* line 809, ../sass/partials/_layout.scss */
.profile--higlighted a {
  color: white;
}

/* line 814, ../sass/partials/_layout.scss */
.profile__badge {
  position: absolute;
  right: 6px;
  top: 18px;
}

/* line 820, ../sass/partials/_layout.scss */
.main-nav__badge {
  margin-left: 5px;
}

/* line 824, ../sass/partials/_layout.scss */
.cont {
  position: relative;
}

/* line 825, ../sass/partials/_layout.scss */
.donut-info {
  position: absolute;
  width: 120px;
  height: 60px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -34px;
  display: table-cell;
  vertical-align: middle;
}
/* line 836, ../sass/partials/_layout.scss */
.donut-info h3 {
  color: #9a9a9a;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "open_sansregular";
}
/* line 842, ../sass/partials/_layout.scss */
.donut-info h1 {
  color: #444444;
  font-size: 60px;
}

/* line 848, ../sass/partials/_layout.scss */
.main-footer {
  position: absolute;
  bottom: 60px;
  left: 30px;
  color: #9a9a9a;
  font-size: 14px;
  text-align: right;
}

/* line 857, ../sass/partials/_layout.scss */
.main-footer p {
  color: #9a9a9a;
}

/* line 861, ../sass/partials/_layout.scss */
.back-top {
  display: inline-block;
  margin-bottom: 25px;
  color: #c8c8c8;
  text-decoration: none;
  font-size: 40px;
}
/* line 867, ../sass/partials/_layout.scss */
.back-top:hover {
  color: #9a9a9a;
  text-decoration: none;
}

/* line 874, ../sass/partials/_layout.scss */
.mini-donut {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #696969;
}
/* line 880, ../sass/partials/_layout.scss */
.mini-donut span {
  display: block;
  margin-top: 15px;
}

/* line 886, ../sass/partials/_layout.scss */
.mini-barchart--home, .mini-barchart__text {
  display: inline-block;
  vertical-align: middle;
}

/* line 891, ../sass/partials/_layout.scss */
.mini-barchart__text {
  margin-right: 25px;
  line-height: normal;
}
/* line 894, ../sass/partials/_layout.scss */
.mini-barchart__text p {
  color: #9a9a9a;
  font-size: 12px;
  font-family: "open_sansregular";
  text-transform: uppercase;
}
/* line 900, ../sass/partials/_layout.scss */
.mini-barchart__text h3 {
  color: #444444;
  font-size: 24px;
}

/* line 907, ../sass/partials/_layout.scss */
.mobile-nav {
  display: none;
  width: 68px;
  text-align: center;
  height: 74px;
  line-height: 74px;
  vertical-align: top;
  -webkit-transition: background-color, 0.3s;
  -moz-transition: background-color, 0.3s;
  -o-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
}
/* line 915, ../sass/partials/_layout.scss */
.mobile-nav i {
  color: white;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
/* line 921, ../sass/partials/_layout.scss */
.mobile-nav:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 926, ../sass/partials/_layout.scss */
.err-page .main-logo {
  margin-left: 20px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 933, ../sass/partials/_layout.scss */
.err-page i {
  font-size: 70px;
  position: relative;
  display: inline-block;
  letter-spacing: -1px;
  border-radius: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: ball 1500ms 3 linear;
  -moz-animation: ball 1500ms 3 linear;
  -ms-animation: ball 1500ms 3 linear;
  -o-animation: ball 1500ms 3 linear;
  animation: ball 1500ms 3 linear;
}
/* line 944, ../sass/partials/_layout.scss */
.err-page h1 {
  font-size: 34px;
}

@-webkit-keyframes ball {
  /* line 948, ../sass/partials/_layout.scss */
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 952, ../sass/partials/_layout.scss */
  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 956, ../sass/partials/_layout.scss */
  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  /* line 960, ../sass/partials/_layout.scss */
  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-moz-keyframes ball {
  /* line 948, ../sass/partials/_layout.scss */
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 952, ../sass/partials/_layout.scss */
  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 956, ../sass/partials/_layout.scss */
  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  /* line 960, ../sass/partials/_layout.scss */
  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-ms-keyframes ball {
  /* line 948, ../sass/partials/_layout.scss */
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 952, ../sass/partials/_layout.scss */
  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 956, ../sass/partials/_layout.scss */
  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  /* line 960, ../sass/partials/_layout.scss */
  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes ball {
  /* line 948, ../sass/partials/_layout.scss */
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 952, ../sass/partials/_layout.scss */
  45% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.95, 1);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -ms-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  /* line 956, ../sass/partials/_layout.scss */
  50% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 0.5, 1);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  /* line 960, ../sass/partials/_layout.scss */
  55% {
    -webkit-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -moz-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -ms-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -o-transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    transform: translate3d(0, 150px, -10px) scale3d(1, 1.25, 1);
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -ms-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* line 966, ../sass/partials/_layout.scss */
.login-page {
  background: #444444;
  border-top: 4px solid #60c6cf;
  padding: 0 30px 20px 30px;
  padding-left: 30px;
}
/* line 971, ../sass/partials/_layout.scss */
.login-page .main-logo {
  margin-left: 0;
  text-align: center;
  display: block;
  line-height: 40px;
  margin-bottom: 40px;
}
/* line 978, ../sass/partials/_layout.scss */
.login-page .main-logo p {
  font-family: 'open_sansregular';
  font-size: 14px;
  color: #9a9a9a;
}
/* line 983, ../sass/partials/_layout.scss */
.login-page .input-text {
  font-size: 14px;
  box-shadow: none;
  padding: 7px 14px;
}
/* line 984, ../sass/partials/_layout.scss */
.login-page .form-control {
  height: 49px;
  background: #323232;
  border: none;
}
/* line 985, ../sass/partials/_layout.scss */
.login-page .form-control:focus {
  color: #fff;
}
/* line 987, ../sass/partials/_layout.scss */
.login-page .input-group-addon {
  background: #323232;
  border: none;
  color: #575757;
}
/* line 988, ../sass/partials/_layout.scss */
.login-page .input-group-addon:after {
  content: "";
  position: absolute;
  background: #444444;
  height: 35px;
  width: 1px;
  left: 50px;
  top: 7px;
}
/* line 989, ../sass/partials/_layout.scss */
.login-page .btn {
  float: none !important;
  display: block;
  margin: 25px 0px 0px 0px;
  padding: 14px 12px;
}
/* line 995, ../sass/partials/_layout.scss */
.login-page i {
  font-size: 26px;
  color: #444444;
}

/*******************
*** Progress Bar ***
********************/
/* line 5, ../sass/partials/_modules.scss */
.progress {
  height: 6px;
  background: #e8e8e8;
  box-shadow: none;
  margin-top: 10px;
}

/* line 12, ../sass/partials/_modules.scss */
.progress-bar {
  box-shadow: none;
  border-radius: 4px;
}

/* line 17, ../sass/partials/_modules.scss */
.progress-bar--skyblue {
  background-color: #60c6cf;
}

/* line 20, ../sass/partials/_modules.scss */
.progress-bar--anzac {
  background-color: #e09c4b;
}

/* line 23, ../sass/partials/_modules.scss */
.progress-bar--green {
  background-color: #55c69e;
}

/* line 26, ../sass/partials/_modules.scss */
.progress-bar--red {
  background-color: #f35958;
}

/*********************
*** Dropdown Stuff ***
**********************/
/* line 35, ../sass/partials/_modules.scss */
.dropdown {
  position: relative;
  height: 30px;
  background: #fff;
  border-radius: 1px;
  border: 1px solid #e5e5e5;
}
/* line 41, ../sass/partials/_modules.scss */
.dropdown::after {
  content: "\e688";
  font-family: "Pe-icon-7-stroke";
  position: absolute;
  right: 7px;
  top: 6px;
  color: #bebebe;
  font-size: 18px;
}

/* line 52, ../sass/partials/_modules.scss */
.dropdown-select {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 17px;
  font-family: "open_sansregular";
  font-size: 12px;
  color: #444;
  background: #fff;
  /* Fallback for IE 8 */
  background: rgba(0, 0, 0, 0) !important;
  /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 67, ../sass/partials/_modules.scss */
.dropdown-select::focus {
  z-index: 3;
  width: 100%;
  color: #1b1e1f;
  outline: none;
  outline: none;
  outline-offset: 0px;
}
/* line 75, ../sass/partials/_modules.scss */
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
/* line 87, ../sass/partials/_modules.scss */
.lt-ie9 .dropdown {
  z-index: 1;
}

/* line 88, ../sass/partials/_modules.scss */
.lt-ie9 .dropdown-select {
  z-index: -1;
}

/* line 89, ../sass/partials/_modules.scss */
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  /* line 91, ../sass/partials/_modules.scss */
  .dropdown-select {
    padding-left: 6px;
  }
}

/******************************
*** SPINNER (entries) Stuff ***
*******************************/
/* line 101, ../sass/partials/_modules.scss */
.number-entries input {
  width: 14px;
  text-align: right;
  background: #fff;
  border-radius: 4px;
  height: 23px;
  font-family: "open_sansregular";
  font-size: 12px;
  color: #444;
  outline: none;
  position: relative;
}

/* line 113, ../sass/partials/_modules.scss */
.number-entries .ui-spinner {
  width: 52px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 119, ../sass/partials/_modules.scss */
.number-entries input::after {
  content: '';
  width: 1px;
  height: 34px;
  position: absolute;
  top: -2px;
  right: 23px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  z-index: 100;
}

/* line 130, ../sass/partials/_modules.scss */
.number-entries .ui-icon {
  cursor: pointer;
}

/* line 131, ../sass/partials/_modules.scss */
.number-entries .ui-icon-carat-1-s {
  background-position: -65px -3px;
  opacity: .3;
}

/* line 132, ../sass/partials/_modules.scss */
.number-entries .ui-icon-carat-1-n {
  background-position: 0 3px;
  opacity: .3;
}

/* line 133, ../sass/partials/_modules.scss */
.number-entries .ui-spinner-button {
  width: 20px;
}

/* line 134, ../sass/partials/_modules.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 1px;
}

/* line 135, ../sass/partials/_modules.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 1px;
}

/* line 136, ../sass/partials/_modules.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 1px;
}

/* line 137, ../sass/partials/_modules.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 1px;
}

/*********************
*** Switchs  Stuff ***
**********************/
/* line 144, ../sass/partials/_modules.scss */
.sw {
  display: none;
}

/* line 145, ../sass/partials/_modules.scss */
.switch, .switch2 {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  cursor: pointer;
  border-radius: 24px;
  transition: background 250ms 100ms;
  background-color: #e5e5e5;
}
/* line 153, ../sass/partials/_modules.scss */
.switch.switch--dark, .switch2.switch--dark {
  background-color: #323232;
}
/* line 155, ../sass/partials/_modules.scss */
.widget__content .switch, .widget__content .switch2 {
  display: block;
  margin: 20px auto;
}

/* line 160, ../sass/partials/_modules.scss */
.switch {
  width: 62px;
  height: 25px;
}

/* line 165, ../sass/partials/_modules.scss */
.switch2 {
  width: 25px;
  height: 10px;
}
/* line 168, ../sass/partials/_modules.scss */
.widget__content .switch2 {
  margin: 31px auto;
}

/* line 173, ../sass/partials/_modules.scss */
.switch::before, .switch2::before {
  content: 'off';
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 24px;
  position: absolute;
  right: 11px;
  color: #9a9a9a;
}

/* line 184, ../sass/partials/_modules.scss */
.switch2::before {
  right: -25px;
  line-height: 10px;
}

/* line 189, ../sass/partials/_modules.scss */
.switch::after, .switch2::after {
  position: absolute;
  content: '';
  width: 23px;
  height: 23px;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  transition: 150ms linear;
  background-color: white;
}

/* line 200, ../sass/partials/_modules.scss */
.switch--dark:after {
  background-color: #60c6cf;
}

/* line 204, ../sass/partials/_modules.scss */
.switch2::after {
  border: 1px solid #e5e5e5;
  top: -8px;
  left: -11px;
}

/* line 210, ../sass/partials/_modules.scss */
.switch.switch--header:before {
  content: 'Live';
  text-transform: none;
}

/* line 215, ../sass/partials/_modules.scss */
input:checked + .switch, input:checked + .switch2 {
  background: #b1e5e5;
}

/* line 218, ../sass/partials/_modules.scss */
input:checked + .switch--dark:after {
  background-color: #f35958;
}

/* line 222, ../sass/partials/_modules.scss */
input:checked + .switch--dark {
  background: #282828;
}

/* line 223, ../sass/partials/_modules.scss */
input:checked + .switch--violet {
  background: #989cff;
}

/* line 224, ../sass/partials/_modules.scss */
input:checked + .switch--orange {
  background: #ff9c4b;
}

/* line 225, ../sass/partials/_modules.scss */
input:checked + .switch--green {
  background: #55c69e;
}

/* line 226, ../sass/partials/_modules.scss */
input:checked + .switch--red {
  background: #f35958;
}

/* line 228, ../sass/partials/_modules.scss */
input:checked + .switch::after {
  left: 38px;
}

/* line 232, ../sass/partials/_modules.scss */
input:checked + .switch2::after {
  left: 12px;
  border-color: #b1e5e5;
}

/* line 237, ../sass/partials/_modules.scss */
input:checked + .switch2.switch--green::after {
  border-color: #55c69e;
}
/* line 240, ../sass/partials/_modules.scss */
input:checked + .switch2.switch--green::before {
  color: #55c69e;
}

/* line 245, ../sass/partials/_modules.scss */
input:checked + .switch2.switch--violet::after {
  border-color: #989cff;
}
/* line 248, ../sass/partials/_modules.scss */
input:checked + .switch2.switch--violet::before {
  color: #989cff;
}

/* line 253, ../sass/partials/_modules.scss */
input:checked + .switch2.switch--orange::after {
  border-color: #ff9c4b;
}
/* line 256, ../sass/partials/_modules.scss */
input:checked + .switch2.switch--orange::before {
  color: #ff9c4b;
}

/* line 261, ../sass/partials/_modules.scss */
input:checked + .switch2.switch--red::after {
  border-color: #f35958;
}
/* line 264, ../sass/partials/_modules.scss */
input:checked + .switch2.switch--red::before {
  color: #f35958;
}

/* line 269, ../sass/partials/_modules.scss */
input:checked + .switch::before {
  right: auto;
  left: 14px;
  content: 'on';
  color: white;
}

/* line 275, ../sass/partials/_modules.scss */
input:checked + .switch.switch--header::before {
  content: 'Off';
  text-transform: none;
  left: 12px;
}

/* line 280, ../sass/partials/_modules.scss */
input:checked + .switch--dark::before {
  color: #9a9a9a;
}

/* line 283, ../sass/partials/_modules.scss */
input:checked + .switch2::before {
  right: auto;
  left: -25px;
  content: 'on';
  color: #b1e5e5;
}

/***************
*** SLIDERS  ***
****************/
/* line 300, ../sass/partials/_modules.scss */
.slider {
  margin: 25px 0;
  height: 3px;
  background: #e5e5e5;
  border: none;
  position: relative;
}

/* line 307, ../sass/partials/_modules.scss */
.slider .sl-amount {
  position: absolute;
  font-size: 14px;
  color: #929191;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  bottom: -30px;
  font-family: "open_sansregular";
}

/* line 315, ../sass/partials/_modules.scss */
.slider #amount-min {
  left: 0;
}

/* line 316, ../sass/partials/_modules.scss */
.slider #amount-max {
  right: 0;
}

/* line 317, ../sass/partials/_modules.scss */
.slider #amount-max::before {
  content: 'Max: ';
}

/* line 320, ../sass/partials/_modules.scss */
.slider #amount-block {
  left: 0;
}

/* line 322, ../sass/partials/_modules.scss */
.slider.ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: -5px;
  background: white;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  cursor: pointer;
}

/* line 332, ../sass/partials/_modules.scss */
.slider.range.ui-slider .ui-slider-handle {
  width: 8px;
  margin-left: -.3em;
  border-radius: 8px;
}

/* line 338, ../sass/partials/_modules.scss */
.ui-widget-header {
  background: #60c6cf;
}

/* line 341, ../sass/partials/_modules.scss */
.ui-slider-horizontal .ui-slider-range {
  height: 3px;
}

/* line 343, ../sass/partials/_modules.scss */
.range-tooltip {
  width: 34px;
  height: 20px;
  background: #60c6cf;
  position: absolute;
  top: -28px;
  left: 50%;
  border-radius: 3px;
  margin-left: -17px;
  text-align: center;
  line-height: 20px;
  font-family: "open_sansregular";
  font-size: 10px;
  color: #fff;
}

/* line 358, ../sass/partials/_modules.scss */
.range-tooltip::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-top: 5px solid #60c6cf;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}

/*************
*** BADGES ***
**************/
/* line 377, ../sass/partials/_modules.scss */
.badge {
  height: 20px;
  border-radius: 10px;
  font-family: "open_sansregular";
  line-height: 13px;
  font-weight: normal;
  vertical-align: text-top;
  background-color: #bcbcbc;
}

/* line 386, ../sass/partials/_modules.scss */
.badge--red {
  background-color: #ed552b;
}

/*************************
*** Mini circle graphs ***
**************************/
/* line 399, ../sass/partials/_modules.scss */
.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #dcdcdc;
  position: relative;
  cursor: pointer;
  margin: auto;
}

/* line 408, ../sass/partials/_modules.scss */
.circle::after {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0px;
}

/* line 417, ../sass/partials/_modules.scss */
.circle i {
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 32px;
  left: 0;
  line-height: 32px;
  transition: opacity 0.3s;
  font-size: 12px;
}

/* line 427, ../sass/partials/_modules.scss */
.circle:hover .arc-in {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/* line 428, ../sass/partials/_modules.scss */
.circle:hover .arc-in.arc-sec {
  -webkit-transform: rotate(180deg) scale(1.2, 1.2);
  -moz-transform: rotate(180deg) scale(1.2, 1.2);
  -ms-transform: rotate(180deg) scale(1.2, 1.2);
  -o-transform: rotate(180deg) scale(1.2, 1.2);
  transform: rotate(180deg) scale(1.2, 1.2);
}

/* line 429, ../sass/partials/_modules.scss */
.circle:hover i {
  opacity: 0.7;
}

/* line 430, ../sass/partials/_modules.scss */
.arc {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  background: transparent;
  left: -4px;
  top: -4px;
}

/* line 438, ../sass/partials/_modules.scss */
.arc-in {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  clip: rect(0px 40px 40px 17px);
  transition: transform 0.3s;
}

/* line 446, ../sass/partials/_modules.scss */
.arc-in::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  clip: rect(0px 17px 40px 0px);
  transform: rotate(180deg);
}

/* line 454, ../sass/partials/_modules.scss */
#arc-2 .arc-in::before {
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  -o-transform: rotate(100deg);
  transform: rotate(100deg);
}

/* line 455, ../sass/partials/_modules.scss */
#arc-1 .arc-in::before {
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  -o-transform: rotate(160deg);
  transform: rotate(160deg);
}

/* line 456, ../sass/partials/_modules.scss */
#arc-3 .arc-in::before {
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  transform: rotate(80deg);
}

/* line 457, ../sass/partials/_modules.scss */
#arc-4 .arc-in::before {
  -webkit-transform: rotate(61deg);
  -moz-transform: rotate(61deg);
  -ms-transform: rotate(61deg);
  -o-transform: rotate(61deg);
  transform: rotate(61deg);
}

/* line 458, ../sass/partials/_modules.scss */
.arc-sec {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 459, ../sass/partials/_modules.scss */
.arc-sec::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 460, ../sass/partials/_modules.scss */
.arc-in.skyblue::before {
  background: #60c6cf;
}

/* line 461, ../sass/partials/_modules.scss */
.arc-in.green::before {
  background: #55c69e;
}

/* line 462, ../sass/partials/_modules.scss */
.arc-in.violet::before {
  background: #989cff;
}

/* line 463, ../sass/partials/_modules.scss */
.arc-in.red::before {
  background: #f35958;
}

/*************
*** Alerts ***
**************/
/* line 474, ../sass/partials/_modules.scss */
.alert {
  padding: 25px;
  position: relative;
  border: none;
  border-radius: 2px;
}
/* line 479, ../sass/partials/_modules.scss */
.alert .media-body {
  padding-left: 25px;
}

/* line 483, ../sass/partials/_modules.scss */
.alert--title {
  font-family: "open_sansbold";
  color: #444;
  font-size: 14px;
}

/* line 488, ../sass/partials/_modules.scss */
.alert--text, .widget__content .alert--text {
  color: #9a9a9a;
  font-size: 12px;
  margin-top: 5px;
}

/* line 493, ../sass/partials/_modules.scss */
.alert--icon {
  font-size: 34px;
  margin-right: 25px;
}

/* line 497, ../sass/partials/_modules.scss */
.alert-dismissable .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 501, ../sass/partials/_modules.scss */
.alert-danger {
  background-color: #fef2f2;
  color: #f35958;
}

/* line 505, ../sass/partials/_modules.scss */
.alert-warning {
  background-color: #fff5dc;
  color: #ff9c4b;
}

/* line 509, ../sass/partials/_modules.scss */
.alert-info {
  background-color: #edf7fc;
  color: #60c6cf;
}

/**************
*** BUTTONS ***
***************/
/* line 520, ../sass/partials/_modules.scss */
.btn {
  position: relative;
  border: none;
  color: white;
  margin: 5px;
  border-radius: 2px;
}
/* line 526, ../sass/partials/_modules.scss */
.btn:hover, .btn:focus {
  color: white;
}
/* line 529, ../sass/partials/_modules.scss */
.btn:focus, .btn:active {
  box-shadow: none;
}
/* line 532, ../sass/partials/_modules.scss */
.btn-group .btn {
  margin: 0;
}
/* line 535, ../sass/partials/_modules.scss */
.btn i {
  font-size: 16px;
  padding: 4px 0px;
}

/* line 540, ../sass/partials/_modules.scss */
.btn-group {
  margin-top: 5px;
}

/* line 543, ../sass/partials/_modules.scss */
.btn-default {
  border: 1px solid #e5e5e5;
  color: #444444;
  background-color: white;
}
/* line 547, ../sass/partials/_modules.scss */
.btn-default:hover {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  color: #444444;
}
/* line 552, ../sass/partials/_modules.scss */
.btn-default:active, .btn-default:focus {
  border: 1px solid #60c6cf;
  background-color: #60c6cf;
  color: white;
  box-shadow: none;
}

/* line 559, ../sass/partials/_modules.scss */
.btn-light {
  border: 1px solid #e5e5e5;
  color: #444444;
  background-color: white;
}
/* line 563, ../sass/partials/_modules.scss */
.btn-light:hover {
  color: #9a9a9a;
}
/* line 566, ../sass/partials/_modules.scss */
.btn-light:active, .btn-light:focus {
  color: #444444;
  background-color: #fafafa;
}

/* line 571, ../sass/partials/_modules.scss */
.btn-grey {
  color: #444444;
}
/* line 573, ../sass/partials/_modules.scss */
.btn-grey:hover {
  color: #444444;
  background-color: #eaeaea;
}
/* line 577, ../sass/partials/_modules.scss */
.btn-grey:active, .btn-grey:focus {
  color: #444444;
  background-color: #d8d8d8;
}

/* line 583, ../sass/partials/_modules.scss */
.btn-violet:hover {
  background-color: #b2b5ff;
}

/* line 587, ../sass/partials/_modules.scss */
.btn-violet:active, .btn-violet:focus {
  background-color: #7f83ff;
}

/* line 591, ../sass/partials/_modules.scss */
.btn-fixed {
  width: 80px;
}

/* line 595, ../sass/partials/_modules.scss */
.btn-fixed-bog {
  width: 150px;
}

/* line 599, ../sass/partials/_modules.scss */
.btn-badge {
  padding: 4px 10px;
  color: white !important;
  border-radius: 2px;
}

/***********************
*** Circular Buttons ***
************************/
/* line 609, ../sass/partials/_modules.scss */
.c-btn {
  width: 24px;
  height: 24px;
  border: 2px solid #c8c8c8;
  color: #c8c8c8;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
/* line 621, ../sass/partials/_modules.scss */
.c-btn:hover {
  color: #959595;
  border: 2px solid #959595;
  text-decoration: none;
}

/* line 627, ../sass/partials/_modules.scss */
.c-btn--filled {
  border: none;
}
/* line 629, ../sass/partials/_modules.scss */
.c-btn--filled.fill--green {
  background-color: #66cccc;
  border: 2px solid #66cccc;
  color: white;
}

/* line 635, ../sass/partials/_modules.scss */
.c-btn--check {
  opacity: 0;
  position: absolute;
  right: 78px;
  top: 26px;
  cursor: pointer;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
/* line 642, ../sass/partials/_modules.scss */
.c-btn--check:after {
  font-family: "Pe-icon-7-stroke";
  content: '\e66c';
  font-size: 28px;
  position: absolute;
  color: #60c6cf;
}
/* line 649, ../sass/partials/_modules.scss */
.user:hover .c-btn--check {
  opacity: .3;
}
/* line 652, ../sass/partials/_modules.scss */
.c-btn--check:hover {
  opacity: 1 !important;
}
/* line 655, ../sass/partials/_modules.scss */
.user.user--added .c-btn--check {
  opacity: 1;
}
/* line 657, ../sass/partials/_modules.scss */
.user.user--added .c-btn--check:after {
  font-family: "Pe-icon-7-filled";
  content: '\e6ed';
}

/* line 664, ../sass/partials/_modules.scss */
.c-btn--more {
  color: #c8c8c8;
  cursor: pointer;
}
/* line 667, ../sass/partials/_modules.scss */
.c-btn--more:hover {
  color: #959595;
}
/* line 670, ../sass/partials/_modules.scss */
.c-btn--more:after {
  font-family: "Pe-icon-7-stroke";
  content: '\e623';
  font-size: 28px;
}
/* line 675, ../sass/partials/_modules.scss */
.user .c-btn--more {
  position: absolute;
  right: 20px;
  top: 26px;
}

/* line 681, ../sass/partials/_modules.scss */
input[type="checkbox"].btn-more-check {
  display: none;
}

/* line 682, ../sass/partials/_modules.scss */
input[type="checkbox"].btn-more-check:checked ~ .accordion__details {
  max-height: 500px;
}

/* line 683, ../sass/partials/_modules.scss */
input[type="checkbox"].btn-more-check:checked + label.c-btn--more:after {
  content: '\e644';
}

/*****************
*** Separators ***
******************/
/* line 692, ../sass/partials/_modules.scss */
.separator--vertical {
  position: relative;
}
/* line 694, ../sass/partials/_modules.scss */
.separator--vertical:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}

/*************
*** Tables ***
**************/
/* line 712, ../sass/partials/_modules.scss */
.table {
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

/* line 716, ../sass/partials/_modules.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  line-height: 30px;
  padding: 6px;
}

/* line 720, ../sass/partials/_modules.scss */
.table > thead {
  background-color: #60c6cf;
  color: white;
}

/* line 724, ../sass/partials/_modules.scss */
.table > thead > tr > th {
  border-bottom: none;
}

/************
*** Forms ***
*************/
/* line 733, ../sass/partials/_modules.scss */
.input-text, .textarea {
  width: 100%;
  font-family: "open_sansregular";
  font-size: 12px;
  padding: 7px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  margin-bottom: 10px;
}

/* line 742, ../sass/partials/_modules.scss */
#uploader {
  display: none;
}

/* line 743, ../sass/partials/_modules.scss */
label[for=uploader] {
  font-family: "open_sansregular";
  margin-top: 10px;
  width: 100%;
  padding: 11px;
  background: #fff;
  padding-left: 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  color: #656268;
  position: relative;
  margin-bottom: 10px;
}

/* line 757, ../sass/partials/_modules.scss */
label[for=uploader]:after {
  content: "+";
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 7px;
  width: 20px;
  top: 7px;
  line-height: 20px;
  background: #60c6cf;
}

/* line 771, ../sass/partials/_modules.scss */
.checkbox, .radio {
  display: none;
}

/* line 772, ../sass/partials/_modules.scss */
.checkbox + label, .radio + label {
  font-family: "open_sansregular";
  font-size: 12px;
  color: #656268;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 5px;
  padding-top: 3px;
}

/* line 784, ../sass/partials/_modules.scss */
.checkbox + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 14px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
  color: #656268;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

/* line 799, ../sass/partials/_modules.scss */
.checkbox:checked + label:before {
  content: '✓';
}

/* line 800, ../sass/partials/_modules.scss */
.radio + label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}

/* line 810, ../sass/partials/_modules.scss */
.radio + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  display: none;
}

/* line 821, ../sass/partials/_modules.scss */
.radio:checked + label:after {
  display: block;
}

@media (max-width: 1300px) {
  .tabs__tab {
    font-size: 12px;
  }

  .table {
    font-size: 11px;
  }
}

@media (max-width: 1280px) {

  .tabs__tab {
    font-size: 13px;
  }

  .table {
    font-size: 12px;
  }

  /* line 3, ../sass/partials/_responsive.scss */
  .main-header__date span, .main-header__date i:first-child {
    display: none;
  }

  /* line 5, ../sass/partials/_responsive.scss */
  .number-entries .ui-spinner, .widget__header .dropdown {
    display: none;
  }

  /* line 8, ../sass/partials/_responsive.scss */
  .main-stats .main-stats__stat {
    border-right: 1px solid #e5e5e5;
    border-bottom: none;
  }

  /* line 12, ../sass/partials/_responsive.scss */
  .main-stats > div:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (max-width: 1024px) {
  /* line 19, ../sass/partials/_responsive.scss */
  .main-header__date span, .main-header__date i:first-child {
    display: none;
  }

  /* line 21, ../sass/partials/_responsive.scss */
  .number-entries .ui-spinner, .widget__header .dropdown {
    display: none;
  }
}
@media (max-width: 995px) {

  /* line 28, ../sass/partials/_responsive.scss */
  .sidebar {
    width: 69px;
  }

  .table {
    font-size: 13px;
  }

  /* line 31, ../sass/partials/_responsive.scss */
  .content {
    margin-left: 71px;
    padding-right: 60px;
  }

  /* line 35, ../sass/partials/_responsive.scss */
  .main-footer {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 20px;
  }

  /* line 42, ../sass/partials/_responsive.scss */
  .back-top {
    position: absolute;
    left: 15px;
    bottom: 0;
    margin-bottom: 0;
  }

  /* line 48, ../sass/partials/_responsive.scss */
  .main-nav__link {
    position: relative;
  }
  /* line 50, ../sass/partials/_responsive.scss */
  .main-nav__link:after {
    display: none;
  }

  /* line 54, ../sass/partials/_responsive.scss */
  .main-nav__badge {
    position: absolute;
    right: 10px;
    top: 15px;
  }

  /* line 60, ../sass/partials/_responsive.scss */
  .main-nav__submenu i {
    display: block;
  }
  /* line 61, ../sass/partials/_responsive.scss */
  .main-nav__submenu span {
    display: none;
  }
  /* line 62, ../sass/partials/_responsive.scss */
  .main-nav__submenu li a {
    padding-left: 0;
    text-align: center;
  }

  /* line 67, ../sass/partials/_responsive.scss */
  .profile {
    padding-right: 0px;
  }

  /* line 70, ../sass/partials/_responsive.scss */
  .profile__name {
    display: none;
  }

  /* line 71, ../sass/partials/_responsive.scss */
  .profile__img {
    margin-right: 0;
  }

  /* line 72, ../sass/partials/_responsive.scss */
  .main-search input {
    width: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* line 77, ../sass/partials/_responsive.scss */
  .separator--vertical:after {
    display: none;
  }

  /* line 78, ../sass/partials/_responsive.scss */
  .number-entries .ui-spinner, .widget__header .dropdown {
    display: block;
  }

  /* line 81, ../sass/partials/_responsive.scss */
  code {
    word-wrap: break-word;
  }
}
@media (max-width: 767px) {
  #datatable table td:nth-child(26),
  #datatable table th:nth-child(26),
  #datatable table td:nth-child(25),
  #datatable table th:nth-child(25),
  #datatable table td:nth-child(24),
  #datatable table th:nth-child(24),
  #datatable table td:nth-child(23),
  #datatable table th:nth-child(23),
  #datatable table td:nth-child(21),
  #datatable table th:nth-child(21),
  #datatable table td:nth-child(20),
  #datatable table th:nth-child(20),
  #datatable table td:nth-child(19),
  #datatable table th:nth-child(19),
  #datatable table td:nth-child(18),
  #datatable table th:nth-child(18),
  #datatable table td:nth-child(15),
  #datatable table th:nth-child(15),
  #datatable table td:nth-child(14),
  #datatable table th:nth-child(14),
  #datatable table td:nth-child(13),
  #datatable table th:nth-child(13),
  #datatable table td:nth-child(12),
  #datatable table th:nth-child(12),
  #datatable table td:nth-child(11),
  #datatable table th:nth-child(11),
  #datatable table td:nth-child(10),
  #datatable table th:nth-child(10),
  #datatable table td:nth-child(9),
  #datatable table th:nth-child(9),
  #datatable table td:nth-child(8),
  #datatable table th:nth-child(8),
  #datatable table td:nth-child(3),
  #datatable table th:nth-child(3),
  #datatable table td:nth-child(2),
  #datatable table th:nth-child(2){display: none;}

  #datatable table td span.buttons{display: none;}
  #datatable-adv table td span.buttons{display: none;}
  #datatable-pub table td span.buttons{display: none;}

  #chartmain {display: none;}

  /* line 88, ../sass/partials/_responsive.scss */
  .main-search, .main-header__breadcrumb {
    display: none;
  }

  /* line 89, ../sass/partials/_responsive.scss */
  .main-logo {
    margin-left: 20px;
  }

  /* line 90, ../sass/partials/_responsive.scss */
  .number-entries .ui-spinner, .widget__header .dropdown {
    display: none;
  }

  /* line 93, ../sass/partials/_responsive.scss */
  .tabs__tab {
    font-size: 13px;
  }

  .table {
    font-size: 12px;
  }

  /* line 94, ../sass/partials/_responsive.scss */
  .attach_links {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {

  /* line 100, ../sass/partials/_responsive.scss */
  .top-bar, .sidebar {
    position: absolute;
    z-index: 999;
  }

  /* line 105, ../sass/partials/_responsive.scss */
  .profile li:not(:first-child) {
    display: none;
  }
  /* line 108, ../sass/partials/_responsive.scss */
  .profile li ul li {
    display: block !important;
  }

  /* line 112, ../sass/partials/_responsive.scss */
  .switch--header {
    display: none;
  }

  /* line 113, ../sass/partials/_responsive.scss */
  .sidebar {
    width: 100%;
    top: 72px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* line 119, ../sass/partials/_responsive.scss */
  .main-nav {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
  /* line 122, ../sass/partials/_responsive.scss */
  .main-nav.open {
    max-height: 1000px;
  }

  /* line 126, ../sass/partials/_responsive.scss */
  .main-nav__badge {
    position: relative;
    right: auto;
    top: auto;
  }

  /* line 131, ../sass/partials/_responsive.scss */
  .main-header__date {
    display: none;
  }

  /* line 133, ../sass/partials/_responsive.scss */
  .main-nav__submenu i {
    display: none;
  }
  /* line 134, ../sass/partials/_responsive.scss */
  .main-nav__submenu span {
    display: block;
  }
  /* line 135, ../sass/partials/_responsive.scss */
  .main-nav__submenu li a {
    padding-left: 110px;
    text-align: left;
  }

  /* line 140, ../sass/partials/_responsive.scss */
  .mini-barchart--wrapper {
    text-align: right;
  }

  /* line 141, ../sass/partials/_responsive.scss */
  .mini-donut {
    margin-bottom: 10px;
  }

  /* line 142, ../sass/partials/_responsive.scss */
  .content {
    margin-left: 0;
    padding-right: 23px;
    padding-left: 23px;
    margin-top: 72px;
  }

  /* line 148, ../sass/partials/_responsive.scss */
  .table {
    font-size: 10px;
  }

  /* line 149, ../sass/partials/_responsive.scss */
  .tabs__tab {
    font-size: 12px;
    padding: 20px 10px;
  }

  /* line 150, ../sass/partials/_responsive.scss */
  .social_msg__img {
    float: none !important;
    margin-bottom: 15px;
  }

  /* line 151, ../sass/partials/_responsive.scss */
  .user__img {
    margin-right: 15px !important;
  }

  /* line 152, ../sass/partials/_responsive.scss */
  .widget--map .widget__content {
    position: relative;
    background: #fff;
    width: auto;
    margin-bottom: 25px;
  }

  /* line 153, ../sass/partials/_responsive.scss */
  .main-logo {
    margin-left: 0;
  }

  /* line 154, ../sass/partials/_responsive.scss */
  .mobile-nav {
    display: inline-block;
  }

  /* line 157, ../sass/partials/_responsive.scss */
  .back-top {
    left: 35px;
    bottom: -13px;
  }
}
