/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------
	
	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.
	
*/
/*! Version: 2.0.73 (12-Oct-2012) */


.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */ 
	transition: opacity 1s ease-in-out;
	
	/*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}
/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
    SuperBox
\*------------------------------------*/
*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	background:#e16461;
}
ul {
	list-style:none;
}
img {
	vertical-align:bottom;
}
.wrapper {
	max-width:1280px;
	margin:0 auto;
}
.logo {
	margin:25px 0;
	text-align:center;
}
.logo-img {
	max-width:95%;
}
/* SuperBox */
.superbox-list {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:12.5%;
}
.superbox-img {
	max-width:100%;
	width:100%;
	cursor:pointer;
}
.superbox-show {
	text-align:center;
	position:relative;
	background:#333;
	box-shadow:inset 0 1px 5px #111;
	-webkit-box-shadow:inset 0 1px 5px #111;
	-moz-box-shadow:inset 0 1px 5px #111;
	width:100%;
    float:left;
	padding:25px;
	display:none;
}
.superbox-current-img {
	max-width:100%;
	box-shadow:0 1px 4px #222;
	border:1px solid #222;
}
.superbox-img:hover {
	opacity:0.8;
}
.superbox-float {
	float:left;
}
.superbox-close {
	opacity:0.7;
	cursor:pointer;
	position:absolute;
	top:25px;
	right:25px;
	background:url(img/close.gif) no-repeat center center;
	width:35px;
	height:35px;
}
.superbox-close:hover {
	opacity:1;
}
@media only screen and (min-width: 320px) {
	.superbox-list {
		width:50%;
	}
}
@media only screen and (min-width: 486px) {
	.superbox-list {
		width:25%;
	}
}
@media only screen and (min-width: 768px) {
	.superbox-list {
		width:16.66666667%;
	}
}
@media only screen and (min-width: 1025px) {
	.superbox-list {
		width:12.5%;
	}
}
@charset "UTF-8";
/*!
 * Honoka v3.3.6
 * Website http://honokak.osaka/
 * Copyright 2015 windyakin
 * The MIT License
 * Based on Bootstrap v3.3.6 (http://getbootstrap.com)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

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

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

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

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;

  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333;
  background-color: #f9f9f9;
}

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

a {
  color: #2196f3;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0a6ebd;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 4px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 32px;
}

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

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

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

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

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

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #2196f3;
}

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

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

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

.text-info {
  color: #0c7cd5;
}

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

.text-warning {
  color: #cc7a00;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #995b00;
}

.text-danger {
  color: #ea1c0d;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #2196f3;
}

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

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

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

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

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

.bg-warning {
  background-color: #ffeacc;
}

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

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 16px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f9f9f9;
}

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

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #d9eeda;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #c7e7c8;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #e3f2fd;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #cae6fc;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #ffeacc;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #ffe0b3;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #fff8f7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #fde1df;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 20px;
  font-size: 20px;
  line-height: 1.33;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3d8b40;
}
.has-success .form-control {
  border-color: #3d8b40;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2d682f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #6ec071;
}
.has-success .input-group-addon {
  color: #3d8b40;
  background-color: #d9eeda;
  border-color: #3d8b40;
}
.has-success .form-control-feedback {
  color: #3d8b40;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #cc7a00;
}
.has-warning .form-control {
  border-color: #cc7a00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #995b00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffad33;
}
.has-warning .input-group-addon {
  color: #cc7a00;
  background-color: #ffeacc;
  border-color: #cc7a00;
}
.has-warning .form-control-feedback {
  color: #cc7a00;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #ea1c0d;
}
.has-error .form-control {
  border-color: #ea1c0d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #ba160a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f77066;
}
.has-error .input-group-addon {
  color: #ea1c0d;
  background-color: #fff8f7;
  border-color: #ea1c0d;
}
.has-error .form-control-feedback {
  color: #ea1c0d;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  transition-timing-function: ease;
  transition-duration: .3s;
  transition-property: all;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #f2f2f2;
  border-color: #bdbdbd;
}
.btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #2196f3;
  border-color: #1791f2;
  transition-timing-function: ease;
  transition-duration: .3s;
  transition-property: all;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #074c83;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0a71c2;
}
.btn-primary.active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d8aee;
  border-color: #0c82df;
}
.btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0a68b4;
  border-color: #074c83;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #2196f3;
  border-color: #1791f2;
}
.btn-primary .badge {
  color: #2196f3;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #49a84d;
  transition-timing-function: ease;
  transition-duration: .3s;
  transition-property: all;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #3d8b40;
  border-color: #224f24;
}
.btn-success:hover {
  color: #fff;
  background-color: #3d8b40;
  border-color: #367d39;
}
.btn-success.active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d48;
  border-color: #409343;
}
.btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #327334;
  border-color: #224f24;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #4caf50;
  border-color: #49a84d;
}
.btn-success .badge {
  color: #4caf50;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #9c27b0;
  border-color: #9525a8;
  transition-timing-function: ease;
  transition-duration: .3s;
  transition-property: all;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #771e86;
  border-color: #380e3f;
}
.btn-info:hover {
  color: #fff;
  background-color: #771e86;
  border-color: #681a76;
}
.btn-info.active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #89229b;
  border-color: #7e208f;
}
.btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #5d1769;
  border-color: #380e3f;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #9c27b0;
  border-color: #9525a8;
}
.btn-info .badge {
  color: #9c27b0;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ff9800;
  border-color: #f59200;
  transition-timing-function: ease;
  transition-duration: .3s;
  transition-property: all;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #cc7a00;
  border-color: #754600;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cc7a00;
  border-color: #b86d00;
}
.btn-warning.active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e68900;
  border-color: #d68000;
}
.btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a86400;
  border-color: #754600;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #ff9800;
  border-color: #f59200;
}
.btn-warning .badge {
  color: #ff9800;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f33a2c;
  transition-timing-function: ease;
  transition-duration: .3s;
  transition-property: all;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #981208;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #d71a0c;
}
.btn-danger.active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f32c1e;
  border-color: #f21f0f;
}
.btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #c8180b;
  border-color: #981208;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #f44336;
  border-color: #f33a2c;
}
.btn-danger .badge {
  color: #f44336;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #2196f3;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #0a6ebd;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2196f3;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #2196f3;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2196f3;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f9f9f9;
  }
}

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

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

.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 80px;
  padding: 29px 15px;
  font-size: 20px;
  line-height: 22px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 23px;
  margin-right: 15px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 14.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 21.5px;
  margin-right: -15px;
  margin-bottom: 21.5px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 29px;
  margin-bottom: 29px;
}

.navbar-text {
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #eee;
}
.navbar-default .navbar-brand {
  color: #333;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #222;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #555;
  background-color: #eee;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2196f3;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #222;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eee;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #2196f3;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #555;
    background-color: #eee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #2196f3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #222;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333;
}
.navbar-default .navbar-link:hover {
  color: #555;
}
.navbar-default .btn-link {
  color: #333;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #555;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #222;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #eee;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #eee;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #eee;
  background-color: #555;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #777;
  background-color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #111;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #777;
  background-color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eee;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #eee;
    background-color: #555;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #777;
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #eee;
}
.navbar-inverse .navbar-link:hover {
  color: #eee;
}
.navbar-inverse .btn-link {
  color: #eee;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #eee;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #2196f3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #0a6ebd;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2196f3;
  border-color: #2196f3;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #2196f3;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #0c7cd5;
}

.label-success {
  background-color: #4caf50;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #3d8b40;
}

.label-info {
  background-color: #9c27b0;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #771e86;
}

.label-warning {
  background-color: #ff9800;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #cc7a00;
}

.label-danger {
  background-color: #f44336;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #ea1c0d;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #2196f3;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 4px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2196f3;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3d8b40;
  background-color: #d9eeda;
  border-color: #cbe7c7;
}
.alert-success hr {
  border-top-color: #badfb5;
}
.alert-success .alert-link {
  color: #2d682f;
}

.alert-info {
  color: #0c7cd5;
  background-color: #e3f2fd;
  border-color: #c1ebfc;
}
.alert-info hr {
  border-top-color: #a8e4fa;
}
.alert-info .alert-link {
  color: #0960a5;
}

.alert-warning {
  color: #cc7a00;
  background-color: #ffeacc;
  border-color: #ffd3b3;
}
.alert-warning hr {
  border-top-color: #ffc599;
}
.alert-warning .alert-link {
  color: #995b00;
}

.alert-danger {
  color: #ea1c0d;
  background-color: #fff8f7;
  border-color: #fddfe2;
}
.alert-danger hr {
  border-top-color: #fcc7cc;
}
.alert-danger .alert-link {
  color: #ba160a;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #2196f3;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #4caf50;
}
.progress-striped .progress-bar-success {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #9c27b0;
}
.progress-striped .progress-bar-info {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #ff9800;
}
.progress-striped .progress-bar-warning {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #f44336;
}
.progress-striped .progress-bar-danger {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e3f2fd;
}

.list-group-item-success {
  color: #3d8b40;
  background-color: #d9eeda;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3d8b40;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3d8b40;
  background-color: #c7e7c8;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3d8b40;
  border-color: #3d8b40;
}

.list-group-item-info {
  color: #0c7cd5;
  background-color: #e3f2fd;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c7cd5;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #0c7cd5;
  background-color: #cae6fc;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0c7cd5;
}

.list-group-item-warning {
  color: #cc7a00;
  background-color: #ffeacc;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #cc7a00;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #cc7a00;
  background-color: #ffe0b3;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #cc7a00;
  border-color: #cc7a00;
}

.list-group-item-danger {
  color: #ea1c0d;
  background-color: #fff8f7;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ea1c0d;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #ea1c0d;
  background-color: #fde1df;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #ea1c0d;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #2196f3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2196f3;
}
.panel-primary > .panel-heading .badge {
  color: #2196f3;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2196f3;
}

.panel-success {
  border-color: #cbe7c7;
}
.panel-success > .panel-heading {
  color: #3d8b40;
  background-color: #d9eeda;
  border-color: #cbe7c7;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cbe7c7;
}
.panel-success > .panel-heading .badge {
  color: #d9eeda;
  background-color: #3d8b40;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cbe7c7;
}

.panel-info {
  border-color: #c1ebfc;
}
.panel-info > .panel-heading {
  color: #0c7cd5;
  background-color: #e3f2fd;
  border-color: #c1ebfc;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c1ebfc;
}
.panel-info > .panel-heading .badge {
  color: #e3f2fd;
  background-color: #0c7cd5;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c1ebfc;
}

.panel-warning {
  border-color: #ffd3b3;
}
.panel-warning > .panel-heading {
  color: #cc7a00;
  background-color: #ffeacc;
  border-color: #ffd3b3;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffd3b3;
}
.panel-warning > .panel-heading .badge {
  color: #ffeacc;
  background-color: #cc7a00;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffd3b3;
}

.panel-danger {
  border-color: #fddfe2;
}
.panel-danger > .panel-heading {
  color: #ea1c0d;
  background-color: #fff8f7;
  border-color: #fddfe2;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fddfe2;
}
.panel-danger > .panel-heading .badge {
  color: #fff8f7;
  background-color: #ea1c0d;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fddfe2;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}

.well-lg {
  padding: 24px;
  border-radius: 4px;
}

.well-sm {
  padding: 9px;
  border-radius: 1px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition:         transform .6s ease-in-out, -webkit-transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
a {
  transition-timing-function: ease;
  transition-duration: .3s;
  transition-property: all;
}

.btn:active, .btn.active {
  box-shadow: none;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 7.25px;
    padding-bottom: 7.25px;
    margin-top: 21.75px;
    margin-bottom: 21.75px;
    border-radius: 4px;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: -21.75px;
  }
  .navbar-nav > li:not(:last-child) {
    margin-right: 5px;
  }
}

.navbar-brand {
  margin-right: 5px;
  font-size: 20px;
}

.label {
  vertical-align: 2px;
}

.no-thank-yu,
.navbar,
.btn,
.form-control,
.input-gruop,
.breadcrumb,
.nav-tabs,
.nav-pills,
.panel-title,
.list-group,
.pagination,
.pager,
.alert,
.label,
.badge,
.panel-heading,
.lead,
.tooltip,
.popover {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@font-face {
  font-family: 'webhostinghub-glyphs';
  src: url('../font/webhostinghub-glyphs.eot?64788475');
  src: url('../font/webhostinghub-glyphs.eot?64788475#iefix') format('embedded-opentype'),
       url('../font/webhostinghub-glyphs.woff?64788475') format('woff'),
       url('../font/webhostinghub-glyphs.ttf?64788475') format('truetype'),
       url('../font/webhostinghub-glyphs.svg?64788475#webhostinghub-glyphs') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'webhostinghub-glyphs';
    src: url('../font/webhostinghub-glyphs.svg?64788475#webhostinghub-glyphs') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "webhostinghub-glyphs";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-dollar:before { content: '\e000'; } /* '' */
.icon-diamond:before { content: '\e853'; } /* '' */
.icon-asterisk:before { content: '\e002'; } /* '' */
.icon-plus:before { content: '\e003'; } /* '' */
.icon-yen:before { content: '\e004'; } /* '' */
.icon-copyright:before { content: '\e005'; } /* '' */
.icon-pilcrow:before { content: '\e006'; } /* '' */
.icon-multiply:before { content: '\e007'; } /* '' */
.icon-divide:before { content: '\e008'; } /* '' */
.icon-pipe:before { content: '\e009'; } /* '' */
.icon-ring:before { content: '\e00a'; } /* '' */
.icon-dagger:before { content: '\e00b'; } /* '' */
.icon-tie:before { content: '\e00c'; } /* '' */
.icon-euro:before { content: '\e00d'; } /* '' */
.icon-home:before { content: '\e00e'; } /* '' */
.icon-capslock:before { content: '\e00f'; } /* '' */
.icon-gradient:before { content: '\e010'; } /* '' */
.icon-minus:before { content: '\e011'; } /* '' */
.icon-infinity:before { content: '\e012'; } /* '' */
.icon-intersection:before { content: '\e013'; } /* '' */
.icon-image:before { content: '\e014'; } /* '' */
.icon-fork:before { content: '\e015'; } /* '' */
.icon-bell:before { content: '\e016'; } /* '' */
.icon-chair:before { content: '\e017'; } /* '' */
.icon-rectangle:before { content: '\e018'; } /* '' */
.icon-triangle:before { content: '\e019'; } /* '' */
.icon-yinyang:before { content: '\e01a'; } /* '' */
.icon-smile:before { content: '\e01b'; } /* '' */
.icon-compass:before { content: '\e01c'; } /* '' */
.icon-checkmark:before { content: '\e01d'; } /* '' */
.icon-wallet:before { content: '\e01e'; } /* '' */
.icon-kimai:before { content: '\e01f'; } /* '' */
.icon-livejournal:before { content: '\e020'; } /* '' */
.icon-livejournalalt:before { content: '\e021'; } /* '' */
.icon-tagged:before { content: '\e022'; } /* '' */
.icon-temple:before { content: '\e023'; } /* '' */
.icon-mayanpyramid:before { content: '\e024'; } /* '' */
.icon-egyptpyramid:before { content: '\e025'; } /* '' */
.icon-tampermonkey:before { content: '\e026'; } /* '' */
.icon-pushbullet:before { content: '\e027'; } /* '' */
.icon-currents:before { content: '\e028'; } /* '' */
.icon-communitysmall:before { content: '\e029'; } /* '' */
.icon-squaregithub:before { content: '\e02a'; } /* '' */
.icon-projectfork:before { content: '\e02b'; } /* '' */
.icon-projectmerge:before { content: '\e02c'; } /* '' */
.icon-projectcompare:before { content: '\e02d'; } /* '' */
.icon-history:before { content: '\e02e'; } /* '' */
.icon-notebook:before { content: '\e02f'; } /* '' */
.icon-issue:before { content: '\e030'; } /* '' */
.icon-issueclosed:before { content: '\e031'; } /* '' */
.icon-issuereopened:before { content: '\e032'; } /* '' */
.icon-rubyalt:before { content: '\e033'; } /* '' */
.icon-lighton:before { content: '\e034'; } /* '' */
.icon-lightoff:before { content: '\e035'; } /* '' */
.icon-bellalt:before { content: '\e036'; } /* '' */
.icon-versions:before { content: '\e037'; } /* '' */
.icon-twog:before { content: '\e038'; } /* '' */
.icon-threeg:before { content: '\e039'; } /* '' */
.icon-fourg:before { content: '\e03a'; } /* '' */
.icon-gpsalt:before { content: '\e03b'; } /* '' */
.icon-circleloaderfull:before { content: '\e03c'; } /* '' */
.icon-circleloaderseven:before { content: '\e03d'; } /* '' */
.icon-circleloadersix:before { content: '\e03e'; } /* '' */
.icon-circleloaderfive:before { content: '\e03f'; } /* '' */
.icon-circleloaderfour:before { content: '\e040'; } /* '' */
.icon-circleloaderthree:before { content: '\e041'; } /* '' */
.icon-circleloadertwo:before { content: '\e042'; } /* '' */
.icon-circleloaderone:before { content: '\e043'; } /* '' */
.icon-circleloaderempty:before { content: '\e044'; } /* '' */
.icon-whatsapp:before { content: '\e045'; } /* '' */
.icon-whatsappalt:before { content: '\e046'; } /* '' */
.icon-viber:before { content: '\e047'; } /* '' */
.icon-squareviber:before { content: '\e048'; } /* '' */
.icon-teamviewer:before { content: '\e049'; } /* '' */
.icon-tunein:before { content: '\e04a'; } /* '' */
.icon-tuneinalt:before { content: '\e04b'; } /* '' */
.icon-weightscale:before { content: '\e04c'; } /* '' */
.icon-boxing:before { content: '\e04d'; } /* '' */
.icon-speedalt:before { content: '\e04e'; } /* '' */
.icon-scriptalt:before { content: '\e04f'; } /* '' */
.icon-splitthree:before { content: '\e050'; } /* '' */
.icon-mergethree:before { content: '\e051'; } /* '' */
.icon-layersthree:before { content: '\e052'; } /* '' */
.icon-mutemic:before { content: '\e053'; } /* '' */
.icon-zerply:before { content: '\e054'; } /* '' */
.icon-circlegoogleplus:before { content: '\e055'; } /* '' */
.icon-circletwitter:before { content: '\e056'; } /* '' */
.icon-circlefacebook:before { content: '\e057'; } /* '' */
.icon-circleyahoo:before { content: '\e058'; } /* '' */
.icon-circlegithub:before { content: '\e059'; } /* '' */
.icon-forumsalt:before { content: '\e05a'; } /* '' */
.icon-circlepath:before { content: '\e05b'; } /* '' */
.icon-circlevimeo:before { content: '\e05c'; } /* '' */
.icon-circlevine:before { content: '\e05d'; } /* '' */
.icon-instagramtwo:before { content: '\e05e'; } /* '' */
.icon-instagramthree:before { content: '\e05f'; } /* '' */
.icon-flickrthree:before { content: '\e060'; } /* '' */
.icon-quora:before { content: '\e061'; } /* '' */
.icon-squarequora:before { content: '\e062'; } /* '' */
.icon-circlequora:before { content: '\e063'; } /* '' */
.icon-picasa:before { content: '\e064'; } /* '' */
.icon-branch:before { content: '\e065'; } /* '' */
.icon-ingress:before { content: '\e066'; } /* '' */
.icon-squarezerply:before { content: '\e067'; } /* '' */
.icon-circlezerply:before { content: '\e068'; } /* '' */
.icon-squarevimeo:before { content: '\e069'; } /* '' */
.icon-squaretwitter:before { content: '\e06a'; } /* '' */
.icon-brightnessalt:before { content: '\e06b'; } /* '' */
.icon-brightnessalthalf:before { content: '\e06c'; } /* '' */
.icon-brightnessaltfull:before { content: '\e06d'; } /* '' */
.icon-brightnessaltauto:before { content: '\e06e'; } /* '' */
.icon-shirtbuttonthree:before { content: '\e06f'; } /* '' */
.icon-openshare:before { content: '\e070'; } /* '' */
.icon-copyapp:before { content: '\e071'; } /* '' */
.icon-bowl:before { content: '\e072'; } /* '' */
.icon-cloudalt:before { content: '\e073'; } /* '' */
.icon-cloudaltdownload:before { content: '\e074'; } /* '' */
.icon-cloudaltupload:before { content: '\e075'; } /* '' */
.icon-cloudaltsync:before { content: '\e076'; } /* '' */
.icon-cloudaltprivate:before { content: '\e077'; } /* '' */
.icon-flipboard:before { content: '\e078'; } /* '' */
.icon-octoloaderempty:before { content: '\e079'; } /* '' */
.icon-octoloaderone:before { content: '\e07a'; } /* '' */
.icon-octoloadertwo:before { content: '\e07b'; } /* '' */
.icon-octoloaderthree:before { content: '\e07c'; } /* '' */
.icon-octoloaderfour:before { content: '\e07d'; } /* '' */
.icon-octoloaderfive:before { content: '\e07e'; } /* '' */
.icon-octoloadersix:before { content: '\e07f'; } /* '' */
.icon-octoloaderseven:before { content: '\e080'; } /* '' */
.icon-octoloaderfull:before { content: '\e081'; } /* '' */
.icon-selectionsymbol:before { content: '\e082'; } /* '' */
.icon-infinityalt:before { content: '\e083'; } /* '' */
.icon-pullrequest:before { content: '\e084'; } /* '' */
.icon-projectforkdelete:before { content: '\e085'; } /* '' */
.icon-projectforkprivate:before { content: '\e086'; } /* '' */
.icon-commit:before { content: '\e087'; } /* '' */
.icon-htmlfile:before { content: '\e088'; } /* '' */
.icon-pushalt:before { content: '\e089'; } /* '' */
.icon-pullalt:before { content: '\e08a'; } /* '' */
.icon-photonineframes:before { content: '\e08b'; } /* '' */
.icon-wetfloor:before { content: '\e08c'; } /* '' */
.icon-instagramfour:before { content: '\e08d'; } /* '' */
.icon-circleinstagram:before { content: '\e08e'; } /* '' */
.icon-videocamerathree:before { content: '\e08f'; } /* '' */
.icon-subtitles:before { content: '\e090'; } /* '' */
.icon-subtitlesoff:before { content: '\e091'; } /* '' */
.icon-compress:before { content: '\e092'; } /* '' */
.icon-baby:before { content: '\e093'; } /* '' */
.icon-ducky:before { content: '\e094'; } /* '' */
.icon-handswipe:before { content: '\e095'; } /* '' */
.icon-swipeup:before { content: '\e096'; } /* '' */
.icon-swipedown:before { content: '\e097'; } /* '' */
.icon-twofingerswipedown:before { content: '\e098'; } /* '' */
.icon-twofingerswipeup:before { content: '\e099'; } /* '' */
.icon-doubletap:before { content: '\e09a'; } /* '' */
.icon-dribbblealt:before { content: '\e09b'; } /* '' */
.icon-circlecallmissed:before { content: '\e09c'; } /* '' */
.icon-circlecallincoming:before { content: '\e09d'; } /* '' */
.icon-circlecalloutgoing:before { content: '\e09e'; } /* '' */
.icon-circledownload:before { content: '\e09f'; } /* '' */
.icon-circleupload:before { content: '\e0a0'; } /* '' */
.icon-minismile:before { content: '\e0a1'; } /* '' */
.icon-minisad:before { content: '\e0a2'; } /* '' */
.icon-minilaugh:before { content: '\e0a3'; } /* '' */
.icon-minigrin:before { content: '\e0a4'; } /* '' */
.icon-miniangry:before { content: '\e0a5'; } /* '' */
.icon-minitongue:before { content: '\e0a6'; } /* '' */
.icon-minitonguealt:before { content: '\e0a7'; } /* '' */
.icon-miniwink:before { content: '\e0a8'; } /* '' */
.icon-minitonguewink:before { content: '\e0a9'; } /* '' */
.icon-miniconfused:before { content: '\e0aa'; } /* '' */
.icon-soundright:before { content: '\e0ab'; } /* '' */
.icon-soundleft:before { content: '\e0ac'; } /* '' */
.icon-savetodrive:before { content: '\e0ad'; } /* '' */
.icon-layerorderup:before { content: '\e0ae'; } /* '' */
.icon-layerorderdown:before { content: '\e0af'; } /* '' */
.icon-layerorder:before { content: '\e0b0'; } /* '' */
.icon-circledribbble:before { content: '\e0b1'; } /* '' */
.icon-squaredribbble:before { content: '\e0b2'; } /* '' */
.icon-handexpand:before { content: '\e0b3'; } /* '' */
.icon-handpinch:before { content: '\e0b4'; } /* '' */
.icon-fontserif:before { content: '\e0b5'; } /* '' */
.icon-fontsansserif:before { content: '\e0b6'; } /* '' */
.icon-fontrounded:before { content: '\e0b7'; } /* '' */
.icon-fonthandwriting:before { content: '\e0b8'; } /* '' */
.icon-fonttypewriter:before { content: '\e0b9'; } /* '' */
.icon-fontcomic:before { content: '\e0ba'; } /* '' */
.icon-fontcaligraphy:before { content: '\e0bb'; } /* '' */
.icon-fontgothic:before { content: '\e0bc'; } /* '' */
.icon-fontstencil:before { content: '\e0bd'; } /* '' */
.icon-moonorbit:before { content: '\e0be'; } /* '' */
.icon-shuttle:before { content: '\e0bf'; } /* '' */
.icon-meteor:before { content: '\e0c0'; } /* '' */
.icon-galaxy:before { content: '\e0c1'; } /* '' */
.icon-observatory:before { content: '\e0c2'; } /* '' */
.icon-astronaut:before { content: '\e0c3'; } /* '' */
.icon-asteroid:before { content: '\e0c4'; } /* '' */
.icon-sunrise:before { content: '\e0c5'; } /* '' */
.icon-sunset:before { content: '\e0c6'; } /* '' */
.icon-tiderise:before { content: '\e0c7'; } /* '' */
.icon-tidefall:before { content: '\e0c8'; } /* '' */
.icon-mushroomcloud:before { content: '\e0c9'; } /* '' */
.icon-percent:before { content: '\e001'; } /* '' */
.icon-sputnik:before { content: '\e0cb'; } /* '' */
.icon-sextant:before { content: '\e0cc'; } /* '' */
.icon-spock:before { content: '\e0cd'; } /* '' */
.icon-meteorite:before { content: '\e0ce'; } /* '' */
.icon-deathstar:before { content: '\e0cf'; } /* '' */
.icon-deathstarbuilding:before { content: '\e0d0'; } /* '' */
.icon-fallingstar:before { content: '\e0d1'; } /* '' */
.icon-windmill:before { content: '\e0d2'; } /* '' */
.icon-windmillalt:before { content: '\e0d3'; } /* '' */
.icon-pumpjack:before { content: '\e0d4'; } /* '' */
.icon-nuclearplant:before { content: '\e0d5'; } /* '' */
.icon-solarpanel:before { content: '\e0d6'; } /* '' */
.icon-barrel:before { content: '\e0d7'; } /* '' */
.icon-canister:before { content: '\e0d8'; } /* '' */
.icon-railtunnel:before { content: '\e0d9'; } /* '' */
.icon-roadtunnel:before { content: '\e0da'; } /* '' */
.icon-pickaxe:before { content: '\e0db'; } /* '' */
.icon-cow:before { content: '\e0dc'; } /* '' */
.icon-sheep:before { content: '\e0dd'; } /* '' */
.icon-fountain:before { content: '\e0de'; } /* '' */
.icon-circlezero:before { content: '\e0df'; } /* '' */
.icon-circleone:before { content: '\e0e0'; } /* '' */
.icon-circletwo:before { content: '\e0e1'; } /* '' */
.icon-circlethree:before { content: '\e0e2'; } /* '' */
.icon-circlefour:before { content: '\e0e3'; } /* '' */
.icon-circlefive:before { content: '\e0e4'; } /* '' */
.icon-circlesix:before { content: '\e0e5'; } /* '' */
.icon-circleseven:before { content: '\e0e6'; } /* '' */
.icon-circleeight:before { content: '\e0e7'; } /* '' */
.icon-circlenine:before { content: '\e0e8'; } /* '' */
.icon-circlea:before { content: '\e0e9'; } /* '' */
.icon-circleb:before { content: '\e0ea'; } /* '' */
.icon-circlec:before { content: '\e0eb'; } /* '' */
.icon-circled:before { content: '\e0ec'; } /* '' */
.icon-circlee:before { content: '\e0ed'; } /* '' */
.icon-circlef:before { content: '\e0ee'; } /* '' */
.icon-circleg:before { content: '\e0ef'; } /* '' */
.icon-circleh:before { content: '\e0f0'; } /* '' */
.icon-circlei:before { content: '\e0f1'; } /* '' */
.icon-circlej:before { content: '\e0f2'; } /* '' */
.icon-circlek:before { content: '\e0f3'; } /* '' */
.icon-circlel:before { content: '\e0f4'; } /* '' */
.icon-circlem:before { content: '\e0f5'; } /* '' */
.icon-circlen:before { content: '\e0f6'; } /* '' */
.icon-circleo:before { content: '\e0f7'; } /* '' */
.icon-circlep:before { content: '\e0f8'; } /* '' */
.icon-circleq:before { content: '\e0f9'; } /* '' */
.icon-circler:before { content: '\e0fa'; } /* '' */
.icon-circles:before { content: '\e0fb'; } /* '' */
.icon-circlet:before { content: '\e0fc'; } /* '' */
.icon-circleu:before { content: '\e0fd'; } /* '' */
.icon-circlev:before { content: '\e0fe'; } /* '' */
.icon-circlew:before { content: '\e0ff'; } /* '' */
.icon-circlex:before { content: '\e100'; } /* '' */
.icon-circlez:before { content: '\e101'; } /* '' */
.icon-circlez1:before { content: '\e102'; } /* '' */
.icon-creeper:before { content: '\e103'; } /* '' */
.icon-minecraft:before { content: '\e104'; } /* '' */
.icon-minecraftalt:before { content: '\e105'; } /* '' */
.icon-pixelsword:before { content: '\e106'; } /* '' */
.icon-pixelbroadsword:before { content: '\e107'; } /* '' */
.icon-pixelwand:before { content: '\e108'; } /* '' */
.icon-pixelpotion:before { content: '\e109'; } /* '' */
.icon-pixelpotionalt:before { content: '\e10a'; } /* '' */
.icon-pixelpickaxe:before { content: '\e10b'; } /* '' */
.icon-pixelbow:before { content: '\e10c'; } /* '' */
.icon-pixelarrow:before { content: '\e10d'; } /* '' */
.icon-pixelaxe:before { content: '\e10e'; } /* '' */
.icon-pixeldagger:before { content: '\e10f'; } /* '' */
.icon-pixelbastardsword:before { content: '\e110'; } /* '' */
.icon-pixellance:before { content: '\e111'; } /* '' */
.icon-pixelbattleaxe:before { content: '\e112'; } /* '' */
.icon-pixelshovel:before { content: '\e113'; } /* '' */
.icon-pixelsphere:before { content: '\e114'; } /* '' */
.icon-pixelelixir:before { content: '\e115'; } /* '' */
.icon-pixelchest:before { content: '\e116'; } /* '' */
.icon-pixelshield:before { content: '\e117'; } /* '' */
.icon-pixelheart:before { content: '\e118'; } /* '' */
.icon-rudder:before { content: '\e119'; } /* '' */
.icon-folderalt:before { content: '\e11a'; } /* '' */
.icon-removefolderalt:before { content: '\e11b'; } /* '' */
.icon-addfolderalt:before { content: '\e11c'; } /* '' */
.icon-deletefolderalt:before { content: '\e11d'; } /* '' */
.icon-openfolderalt:before { content: '\e11e'; } /* '' */
.icon-clipboardalt:before { content: '\e11f'; } /* '' */
.icon-pastealt:before { content: '\e120'; } /* '' */
.icon-loadingflowccw:before { content: '\e121'; } /* '' */
.icon-loadingflowcw:before { content: '\e122'; } /* '' */
.icon-code:before { content: '\e123'; } /* '' */
.icon-cloveralt:before { content: '\e124'; } /* '' */
.icon-lips:before { content: '\e125'; } /* '' */
.icon-kiss:before { content: '\e126'; } /* '' */
.icon-manualshift:before { content: '\e127'; } /* '' */
.icon-simcardthree:before { content: '\e128'; } /* '' */
.icon-parthenon:before { content: '\e129'; } /* '' */
.icon-addcomment:before { content: '\e12a'; } /* '' */
.icon-deletecomment:before { content: '\e12b'; } /* '' */
.icon-gender:before { content: '\e12c'; } /* '' */
.icon-callalt:before { content: '\e12d'; } /* '' */
.icon-outgoingcallalt:before { content: '\e12e'; } /* '' */
.icon-incomingcallalt:before { content: '\e12f'; } /* '' */
.icon-missedcallalt:before { content: '\e130'; } /* '' */
.icon-export:before { content: '\e131'; } /* '' */
.icon-import:before { content: '\e132'; } /* '' */
.icon-cherryalt:before { content: '\e133'; } /* '' */
.icon-panties:before { content: '\e134'; } /* '' */
.icon-poop:before { content: '\e135'; } /* '' */
.icon-poopalt:before { content: '\e136'; } /* '' */
.icon-kiwi:before { content: '\e137'; } /* '' */
.icon-kiwifruit:before { content: '\e138'; } /* '' */
.icon-lemon:before { content: '\e139'; } /* '' */
.icon-pear:before { content: '\e13a'; } /* '' */
.icon-watermelon:before { content: '\e13b'; } /* '' */
.icon-onion:before { content: '\e13c'; } /* '' */
.icon-turnip:before { content: '\e13d'; } /* '' */
.icon-eggplant:before { content: '\e13e'; } /* '' */
.icon-avocado:before { content: '\e13f'; } /* '' */
.icon-perfume:before { content: '\e140'; } /* '' */
.icon-arch:before { content: '\e141'; } /* '' */
.icon-pluspages:before { content: '\e142'; } /* '' */
.icon-community:before { content: '\e143'; } /* '' */
.icon-pluscircles:before { content: '\e144'; } /* '' */
.icon-googleplusold:before { content: '\e145'; } /* '' */
.icon-plusgames:before { content: '\e146'; } /* '' */
.icon-event:before { content: '\e147'; } /* '' */
.icon-miui:before { content: '\e148'; } /* '' */
.icon-hot:before { content: '\e149'; } /* '' */
.icon-flowdown:before { content: '\e14a'; } /* '' */
.icon-flowup:before { content: '\e14b'; } /* '' */
.icon-moustache:before { content: '\e14c'; } /* '' */
.icon-angle:before { content: '\e14d'; } /* '' */
.icon-sleep:before { content: '\e14e'; } /* '' */
.icon-acorn:before { content: '\e14f'; } /* '' */
.icon-steam:before { content: '\e150'; } /* '' */
.icon-resizeupleft:before { content: '\e151'; } /* '' */
.icon-resizeupright:before { content: '\e152'; } /* '' */
.icon-resizedownright:before { content: '\e153'; } /* '' */
.icon-resizedownleft:before { content: '\e154'; } /* '' */
.icon-hammeralt:before { content: '\e155'; } /* '' */
.icon-bamboo:before { content: '\e156'; } /* '' */
.icon-mypictures:before { content: '\e157'; } /* '' */
.icon-mymusic:before { content: '\e158'; } /* '' */
.icon-myvideos:before { content: '\e159'; } /* '' */
.icon-systemfolder:before { content: '\e15a'; } /* '' */
.icon-bookthree:before { content: '\e15b'; } /* '' */
.icon-compile:before { content: '\e15c'; } /* '' */
.icon-report:before { content: '\e15d'; } /* '' */
.icon-fliphorizontal:before { content: '\e15e'; } /* '' */
.icon-flipvertical:before { content: '\e15f'; } /* '' */
.icon-construction:before { content: '\e160'; } /* '' */
.icon-counteralt:before { content: '\e161'; } /* '' */
.icon-counter:before { content: '\e162'; } /* '' */
.icon-papercutter:before { content: '\e163'; } /* '' */
.icon-snaptodot:before { content: '\e164'; } /* '' */
.icon-snaptogrid:before { content: '\e165'; } /* '' */
.icon-caligraphy:before { content: '\e166'; } /* '' */
.icon-icecreamthree:before { content: '\e167'; } /* '' */
.icon-skitch:before { content: '\e168'; } /* '' */
.icon-archlinux:before { content: '\e169'; } /* '' */
.icon-elementaryos:before { content: '\e16a'; } /* '' */
.icon-loadingone:before { content: '\e16b'; } /* '' */
.icon-loadingtwo:before { content: '\e16c'; } /* '' */
.icon-loadingthree:before { content: '\e16d'; } /* '' */
.icon-loadingfour:before { content: '\e16e'; } /* '' */
.icon-loadingfive:before { content: '\e16f'; } /* '' */
.icon-loadingsix:before { content: '\e170'; } /* '' */
.icon-loadingseven:before { content: '\e171'; } /* '' */
.icon-loadingeight:before { content: '\e172'; } /* '' */
.icon-brokenheart:before { content: '\e173'; } /* '' */
.icon-heartarrow:before { content: '\e174'; } /* '' */
.icon-heartsparkle:before { content: '\e175'; } /* '' */
.icon-cell:before { content: '\e176'; } /* '' */
.icon-panda:before { content: '\e177'; } /* '' */
.icon-refreshalt:before { content: '\e178'; } /* '' */
.icon-mirror:before { content: '\e179'; } /* '' */
.icon-headphonesthree:before { content: '\e17a'; } /* '' */
.icon-fan:before { content: '\e17b'; } /* '' */
.icon-tornado:before { content: '\e17c'; } /* '' */
.icon-hangout:before { content: '\e17d'; } /* '' */
.icon-beaker:before { content: '\e17e'; } /* '' */
.icon-beakeralt:before { content: '\e17f'; } /* '' */
.icon-phonescreensize:before { content: '\e180'; } /* '' */
.icon-tabletscreensize:before { content: '\e181'; } /* '' */
.icon-notification:before { content: '\e182'; } /* '' */
.icon-googleglass:before { content: '\e183'; } /* '' */
.icon-pinterest:before { content: '\e184'; } /* '' */
.icon-soundcloud:before { content: '\e185'; } /* '' */
.icon-alarmclock:before { content: '\e186'; } /* '' */
.icon-addalarm:before { content: '\e187'; } /* '' */
.icon-deletealarm:before { content: '\e188'; } /* '' */
.icon-turnoffalarm:before { content: '\e189'; } /* '' */
.icon-snooze:before { content: '\e18a'; } /* '' */
.icon-bringforward:before { content: '\e18b'; } /* '' */
.icon-sendbackward:before { content: '\e18c'; } /* '' */
.icon-bringtofront:before { content: '\e18d'; } /* '' */
.icon-sendtoback:before { content: '\e18e'; } /* '' */
.icon-tectile:before { content: '\e18f'; } /* '' */
.icon-grave:before { content: '\e190'; } /* '' */
.icon-gravetwo:before { content: '\e191'; } /* '' */
.icon-gravethree:before { content: '\e192'; } /* '' */
.icon-gravefour:before { content: '\e193'; } /* '' */
.icon-textlayer:before { content: '\e194'; } /* '' */
.icon-vectoralt:before { content: '\e195'; } /* '' */
.icon-drmanhattan:before { content: '\e196'; } /* '' */
.icon-foursquarealt:before { content: '\e197'; } /* '' */
.icon-hashtag:before { content: '\e198'; } /* '' */
.icon-enteralt:before { content: '\e199'; } /* '' */
.icon-exitalt:before { content: '\e19a'; } /* '' */
.icon-cartalt:before { content: '\e19b'; } /* '' */
.icon-vaultthree:before { content: '\e19c'; } /* '' */
.icon-fatundo:before { content: '\e19d'; } /* '' */
.icon-fatredo:before { content: '\e19e'; } /* '' */
.icon-feedly:before { content: '\e19f'; } /* '' */
.icon-feedlyalt:before { content: '\e1a0'; } /* '' */
.icon-squareheart:before { content: '\e1a1'; } /* '' */
.icon-squarestar:before { content: '\e1a2'; } /* '' */
.icon-squarecomment:before { content: '\e1a3'; } /* '' */
.icon-squarelike:before { content: '\e1a4'; } /* '' */
.icon-squarebookmark:before { content: '\e1a5'; } /* '' */
.icon-squaresearch:before { content: '\e1a6'; } /* '' */
.icon-squaresettings:before { content: '\e1a7'; } /* '' */
.icon-squarevoice:before { content: '\e1a8'; } /* '' */
.icon-google:before { content: '\e1a9'; } /* '' */
.icon-emojigrinalt:before { content: '\e1aa'; } /* '' */
.icon-emojigrin:before { content: '\e1ab'; } /* '' */
.icon-constellation:before { content: '\e1ac'; } /* '' */
.icon-emojisurprise:before { content: '\e1ad'; } /* '' */
.icon-emojidead:before { content: '\e1ae'; } /* '' */
.icon-emojiangry:before { content: '\e1af'; } /* '' */
.icon-emojidevil:before { content: '\e1b0'; } /* '' */
.icon-emojiwink:before { content: '\e1b1'; } /* '' */
.icon-emojismile:before { content: '\e1b2'; } /* '' */
.icon-emojisorry:before { content: '\e1b3'; } /* '' */
.icon-emojiconfused:before { content: '\e1b4'; } /* '' */
.icon-emojisleep:before { content: '\e1b5'; } /* '' */
.icon-emojicry:before { content: '\e1b6'; } /* '' */
.icon-circlefork:before { content: '\e1b7'; } /* '' */
.icon-circlespoon:before { content: '\e1b8'; } /* '' */
.icon-circleknife:before { content: '\e1b9'; } /* '' */
.icon-circlepencil:before { content: '\e1ba'; } /* '' */
.icon-circlehammer:before { content: '\e1bb'; } /* '' */
.icon-circlescrewdriver:before { content: '\e1bc'; } /* '' */
.icon-middlefinger:before { content: '\e1bd'; } /* '' */
.icon-heavymetal:before { content: '\e1be'; } /* '' */
.icon-turnright:before { content: '\e1bf'; } /* '' */
.icon-turnleft:before { content: '\e1c0'; } /* '' */
.icon-vineapp:before { content: '\e1c1'; } /* '' */
.icon-vineappalt:before { content: '\e1c2'; } /* '' */
.icon-finance:before { content: '\e1c3'; } /* '' */
.icon-survey:before { content: '\e1c4'; } /* '' */
.icon-hangouts:before { content: '\e1c5'; } /* '' */
.icon-squarezero:before { content: '\e1c6'; } /* '' */
.icon-squareone:before { content: '\e1c7'; } /* '' */
.icon-squaretwo:before { content: '\e1c8'; } /* '' */
.icon-squarethree:before { content: '\e1c9'; } /* '' */
.icon-squarefour:before { content: '\e1ca'; } /* '' */
.icon-squarefive:before { content: '\e1cb'; } /* '' */
.icon-squaresix:before { content: '\e1cc'; } /* '' */
.icon-squareseven:before { content: '\e1cd'; } /* '' */
.icon-squareeight:before { content: '\e1ce'; } /* '' */
.icon-squarenine:before { content: '\e1cf'; } /* '' */
.icon-squarea:before { content: '\e1d0'; } /* '' */
.icon-squareb:before { content: '\e1d1'; } /* '' */
.icon-squarec:before { content: '\e1d2'; } /* '' */
.icon-squared:before { content: '\e1d3'; } /* '' */
.icon-squaree:before { content: '\e1d4'; } /* '' */
.icon-squaref:before { content: '\e1d5'; } /* '' */
.icon-squareg:before { content: '\e1d6'; } /* '' */
.icon-squareh:before { content: '\e1d7'; } /* '' */
.icon-squarei:before { content: '\e1d8'; } /* '' */
.icon-squarej:before { content: '\e1d9'; } /* '' */
.icon-squarek:before { content: '\e1da'; } /* '' */
.icon-squarel:before { content: '\e1db'; } /* '' */
.icon-squarem:before { content: '\e1dc'; } /* '' */
.icon-squaren:before { content: '\e1dd'; } /* '' */
.icon-squareo:before { content: '\e1de'; } /* '' */
.icon-squarep:before { content: '\e1df'; } /* '' */
.icon-squareq:before { content: '\e1e0'; } /* '' */
.icon-squarer:before { content: '\e1e1'; } /* '' */
.icon-squares:before { content: '\e1e2'; } /* '' */
.icon-squaret:before { content: '\e1e3'; } /* '' */
.icon-squareu:before { content: '\e1e4'; } /* '' */
.icon-squarev:before { content: '\e1e5'; } /* '' */
.icon-squarew:before { content: '\e1e6'; } /* '' */
.icon-squarex:before { content: '\e1e7'; } /* '' */
.icon-squarey:before { content: '\e1e8'; } /* '' */
.icon-squarez:before { content: '\e1e9'; } /* '' */
.icon-dollarsquare:before { content: '\e1ea'; } /* '' */
.icon-poundsquare:before { content: '\e1eb'; } /* '' */
.icon-yensquare:before { content: '\e1ec'; } /* '' */
.icon-eurosquare:before { content: '\e1ed'; } /* '' */
.icon-bitcoinsquare:before { content: '\e1ee'; } /* '' */
.icon-roublesquare:before { content: '\e1ef'; } /* '' */
.icon-roublealt:before { content: '\e1f0'; } /* '' */
.icon-bitcoinalt:before { content: '\e1f1'; } /* '' */
.icon-gavel:before { content: '\e1f2'; } /* '' */
.icon-barchartasc:before { content: '\e1f3'; } /* '' */
.icon-barchartdesc:before { content: '\e1f4'; } /* '' */
.icon-house:before { content: '\e1f5'; } /* '' */
.icon-garage:before { content: '\e1f6'; } /* '' */
.icon-milk:before { content: '\e1f7'; } /* '' */
.icon-hryvnia:before { content: '\e1f8'; } /* '' */
.icon-hryvniasquare:before { content: '\e1f9'; } /* '' */
.icon-hryvniaalt:before { content: '\e1fa'; } /* '' */
.icon-beeralt:before { content: '\e1fb'; } /* '' */
.icon-trolleyfull:before { content: '\e1fc'; } /* '' */
.icon-trolleyload:before { content: '\e1fd'; } /* '' */
.icon-trolleyunload:before { content: '\e1fe'; } /* '' */
.icon-trolleyempty:before { content: '\e1ff'; } /* '' */
.icon-mootools:before { content: '\e200'; } /* '' */
.icon-mootoolstwo:before { content: '\e201'; } /* '' */
.icon-mootoolsthree:before { content: '\e202'; } /* '' */
.icon-mysqlthree:before { content: '\e203'; } /* '' */
.icon-mysqltwo:before { content: '\e204'; } /* '' */
.icon-pgsql:before { content: '\e205'; } /* '' */
.icon-mongodb:before { content: '\e206'; } /* '' */
.icon-neofourj:before { content: '\e207'; } /* '' */
.icon-nosql:before { content: '\e208'; } /* '' */
.icon-catface:before { content: '\e209'; } /* '' */
.icon-polaroid:before { content: '\e20a'; } /* '' */
.icon-clouderror:before { content: '\e20b'; } /* '' */
.icon-camcorder:before { content: '\e20c'; } /* '' */
.icon-projector:before { content: '\e20d'; } /* '' */
.icon-sdvideo:before { content: '\e20e'; } /* '' */
.icon-fx:before { content: '\e20f'; } /* '' */
.icon-gramophone:before { content: '\e210'; } /* '' */
.icon-speakeralt:before { content: '\e211'; } /* '' */
.icon-harddrivealt:before { content: '\e212'; } /* '' */
.icon-usbflash:before { content: '\e213'; } /* '' */
.icon-manillaenvelope:before { content: '\e214'; } /* '' */
.icon-stickynote:before { content: '\e215'; } /* '' */
.icon-stickynotealt:before { content: '\e216'; } /* '' */
.icon-torch:before { content: '\e217'; } /* '' */
.icon-flashlightalt:before { content: '\e218'; } /* '' */
.icon-campfire:before { content: '\e219'; } /* '' */
.icon-cctv:before { content: '\e21a'; } /* '' */
.icon-drill:before { content: '\e21b'; } /* '' */
.icon-lampalt:before { content: '\e21c'; } /* '' */
.icon-flowerpot:before { content: '\e21d'; } /* '' */
.icon-defragment:before { content: '\e21e'; } /* '' */
.icon-panoramio:before { content: '\e21f'; } /* '' */
.icon-panorama:before { content: '\e220'; } /* '' */
.icon-photosphere:before { content: '\e221'; } /* '' */
.icon-panoramaalt:before { content: '\e222'; } /* '' */
.icon-timer:before { content: '\e223'; } /* '' */
.icon-burstmode:before { content: '\e224'; } /* '' */
.icon-cameraflash:before { content: '\e225'; } /* '' */
.icon-autoflash:before { content: '\e226'; } /* '' */
.icon-noflash:before { content: '\e227'; } /* '' */
.icon-threetofour:before { content: '\e228'; } /* '' */
.icon-sixteentonine:before { content: '\e229'; } /* '' */
.icon-cat:before { content: '\e22a'; } /* '' */
.icon-dog:before { content: '\e22b'; } /* '' */
.icon-rabbit:before { content: '\e22c'; } /* '' */
.icon-koala:before { content: '\e22d'; } /* '' */
.icon-butterflyalt:before { content: '\e22e'; } /* '' */
.icon-butterfly:before { content: '\e22f'; } /* '' */
.icon-wwf:before { content: '\e230'; } /* '' */
.icon-opensource:before { content: '\e231'; } /* '' */
.icon-redaxscript:before { content: '\e232'; } /* '' */
.icon-mahara:before { content: '\e233'; } /* '' */
.icon-forkcms:before { content: '\e234'; } /* '' */
.icon-pimcore:before { content: '\e235'; } /* '' */
.icon-bigace:before { content: '\e236'; } /* '' */
.icon-aef:before { content: '\e237'; } /* '' */
.icon-punbb:before { content: '\e238'; } /* '' */
.icon-phorum:before { content: '\e239'; } /* '' */
.icon-fluxbb:before { content: '\e23a'; } /* '' */
.icon-minibb:before { content: '\e23b'; } /* '' */
.icon-zenphoto:before { content: '\e23c'; } /* '' */
.icon-fourimages:before { content: '\e23d'; } /* '' */
.icon-plogger:before { content: '\e23e'; } /* '' */
.icon-jcow:before { content: '\e23f'; } /* '' */
.icon-elgg:before { content: '\e240'; } /* '' */
.icon-etano:before { content: '\e241'; } /* '' */
.icon-openclassifieds:before { content: '\e242'; } /* '' */
.icon-osclass:before { content: '\e243'; } /* '' */
.icon-openx:before { content: '\e244'; } /* '' */
.icon-phplist:before { content: '\e245'; } /* '' */
.icon-roundcube:before { content: '\e246'; } /* '' */
.icon-pommo:before { content: '\e247'; } /* '' */
.icon-webinsta:before { content: '\e248'; } /* '' */
.icon-limesurvey:before { content: '\e249'; } /* '' */
.icon-fengoffice:before { content: '\e24a'; } /* '' */
.icon-eyeos:before { content: '\e24b'; } /* '' */
.icon-dotproject:before { content: '\e24c'; } /* '' */
.icon-collabtive:before { content: '\e24d'; } /* '' */
.icon-projectpier:before { content: '\e24e'; } /* '' */
.icon-taskfreak:before { content: '\e24f'; } /* '' */
.icon-eventum:before { content: '\e250'; } /* '' */
.icon-traq:before { content: '\e251'; } /* '' */
.icon-mantisbugtracker:before { content: '\e252'; } /* '' */
.icon-oscommerce:before { content: '\e253'; } /* '' */
.icon-zencart:before { content: '\e254'; } /* '' */
.icon-tomatocart:before { content: '\e255'; } /* '' */
.icon-boxbilling:before { content: '\e256'; } /* '' */
.icon-zurmo:before { content: '\e257'; } /* '' */
.icon-orangehrm:before { content: '\e258'; } /* '' */
.icon-vtiger:before { content: '\e259'; } /* '' */
.icon-mibew:before { content: '\e25a'; } /* '' */
.icon-phpmyfaq:before { content: '\e25b'; } /* '' */
.icon-yiiframework:before { content: '\e25c'; } /* '' */
.icon-zendframework:before { content: '\e25d'; } /* '' */
.icon-fuelphp:before { content: '\e25e'; } /* '' */
.icon-kohana:before { content: '\e25f'; } /* '' */
.icon-smarty:before { content: '\e260'; } /* '' */
.icon-sidu:before { content: '\e261'; } /* '' */
.icon-simplepie:before { content: '\e262'; } /* '' */
.icon-projectsend:before { content: '\e263'; } /* '' */
.icon-extjs:before { content: '\e264'; } /* '' */
.icon-raphael:before { content: '\e265'; } /* '' */
.icon-sizzle:before { content: '\e266'; } /* '' */
.icon-yui:before { content: '\e267'; } /* '' */
.icon-scissorsalt:before { content: '\e268'; } /* '' */
.icon-cuthere:before { content: '\e269'; } /* '' */
.icon-coinsalt:before { content: '\e26a'; } /* '' */
.icon-parkingmeter:before { content: '\e26b'; } /* '' */
.icon-treethree:before { content: '\e26c'; } /* '' */
.icon-packarchive:before { content: '\e26d'; } /* '' */
.icon-unpackarchive:before { content: '\e26e'; } /* '' */
.icon-terminalalt:before { content: '\e26f'; } /* '' */
.icon-jersey:before { content: '\e270'; } /* '' */
.icon-vial:before { content: '\e271'; } /* '' */
.icon-noteslist:before { content: '\e272'; } /* '' */
.icon-notestasks:before { content: '\e273'; } /* '' */
.icon-notesdate:before { content: '\e274'; } /* '' */
.icon-noteslocation:before { content: '\e275'; } /* '' */
.icon-noteslistalt:before { content: '\e276'; } /* '' */
.icon-notestasksalt:before { content: '\e277'; } /* '' */
.icon-notesdatealt:before { content: '\e278'; } /* '' */
.icon-noteslocationalt:before { content: '\e279'; } /* '' */
.icon-useralt:before { content: '\e27a'; } /* '' */
.icon-adduseralt:before { content: '\e27b'; } /* '' */
.icon-removeuseralt:before { content: '\e27c'; } /* '' */
.icon-banuseralt:before { content: '\e27d'; } /* '' */
.icon-banuser:before { content: '\e27e'; } /* '' */
.icon-paintrollalt:before { content: '\e27f'; } /* '' */
.icon-textcursor:before { content: '\e280'; } /* '' */
.icon-textfield:before { content: '\e281'; } /* '' */
.icon-precisecursor:before { content: '\e282'; } /* '' */
.icon-brokenlink:before { content: '\e283'; } /* '' */
.icon-bookmarkthree:before { content: '\e284'; } /* '' */
.icon-bookmarkfour:before { content: '\e285'; } /* '' */
.icon-warmedalalt:before { content: '\e286'; } /* '' */
.icon-thinking:before { content: '\e287'; } /* '' */
.icon-commentlove:before { content: '\e288'; } /* '' */
.icon-commentsmiley:before { content: '\e289'; } /* '' */
.icon-phpnuke:before { content: '\e28a'; } /* '' */
.icon-modx:before { content: '\e28b'; } /* '' */
.icon-oneohseven:before { content: '\e28c'; } /* '' */
.icon-subrion:before { content: '\e28d'; } /* '' */
.icon-typothree:before { content: '\e28e'; } /* '' */
.icon-tikiwiki:before { content: '\e28f'; } /* '' */
.icon-pligg:before { content: '\e290'; } /* '' */
.icon-pyrocms:before { content: '\e291'; } /* '' */
.icon-mambo:before { content: '\e292'; } /* '' */
.icon-contao:before { content: '\e293'; } /* '' */
.icon-crackedegg:before { content: '\e294'; } /* '' */
.icon-coffeecupalt:before { content: '\e295'; } /* '' */
.icon-reademailalt:before { content: '\e296'; } /* '' */
.icon-train:before { content: '\e297'; } /* '' */
.icon-shoebox:before { content: '\e298'; } /* '' */
.icon-bathtub:before { content: '\e299'; } /* '' */
.icon-ninegag:before { content: '\e29a'; } /* '' */
.icon-pebble:before { content: '\e29b'; } /* '' */
.icon-musicthree:before { content: '\e29c'; } /* '' */
.icon-stairsup:before { content: '\e29d'; } /* '' */
.icon-stairsdown:before { content: '\e29e'; } /* '' */
.icon-bookalt:before { content: '\e29f'; } /* '' */
.icon-programclose:before { content: '\e2a0'; } /* '' */
.icon-programok:before { content: '\e2a1'; } /* '' */
.icon-splitalt:before { content: '\e2a2'; } /* '' */
.icon-solarsystem:before { content: '\e2a3'; } /* '' */
.icon-honeycomb:before { content: '\e2a4'; } /* '' */
.icon-tools:before { content: '\e2a5'; } /* '' */
.icon-xoops:before { content: '\e2a6'; } /* '' */
.icon-pixie:before { content: '\e2a7'; } /* '' */
.icon-dotclear:before { content: '\e2a8'; } /* '' */
.icon-impresscms:before { content: '\e2a9'; } /* '' */
.icon-saurus:before { content: '\e2aa'; } /* '' */
.icon-impresspages:before { content: '\e2ab'; } /* '' */
.icon-monstra:before { content: '\e2ac'; } /* '' */
.icon-snews:before { content: '\e2ad'; } /* '' */
.icon-jcore:before { content: '\e2ae'; } /* '' */
.icon-silverstripe:before { content: '\e2af'; } /* '' */
.icon-btwoevolution:before { content: '\e2b0'; } /* '' */
.icon-nucleus:before { content: '\e2b1'; } /* '' */
.icon-modxalt:before { content: '\e2b2'; } /* '' */
.icon-symphony:before { content: '\e2b3'; } /* '' */
.icon-vanillacms:before { content: '\e2b4'; } /* '' */
.icon-bbpress:before { content: '\e2b5'; } /* '' */
.icon-phpbbalt:before { content: '\e2b6'; } /* '' */
.icon-chyrp:before { content: '\e2b7'; } /* '' */
.icon-pivotx:before { content: '\e2b8'; } /* '' */
.icon-pagecookery:before { content: '\e2b9'; } /* '' */
.icon-moviereelalt:before { content: '\e2ba'; } /* '' */
.icon-cassettealt:before { content: '\e2bb'; } /* '' */
.icon-photobucket:before { content: '\e2bc'; } /* '' */
.icon-technorati:before { content: '\e2bd'; } /* '' */
.icon-theverge:before { content: '\e2be'; } /* '' */
.icon-stacks:before { content: '\e2bf'; } /* '' */
.icon-dotlist:before { content: '\e2c0'; } /* '' */
.icon-numberlist:before { content: '\e2c1'; } /* '' */
.icon-indentleftalt:before { content: '\e2c2'; } /* '' */
.icon-indentrightalt:before { content: '\e2c3'; } /* '' */
.icon-fblike:before { content: '\e2c4'; } /* '' */
.icon-fbdislike:before { content: '\e2c5'; } /* '' */
.icon-sale:before { content: '\e2c6'; } /* '' */
.icon-sharetronix:before { content: '\e2c7'; } /* '' */
.icon-rouble:before { content: '\e2c8'; } /* '' */
.icon-markerdown:before { content: '\e2c9'; } /* '' */
.icon-markerup:before { content: '\e2ca'; } /* '' */
.icon-markerleft:before { content: '\e2cb'; } /* '' */
.icon-markerright:before { content: '\e2cc'; } /* '' */
.icon-bookmarkalt:before { content: '\e2cd'; } /* '' */
.icon-calendarthree:before { content: '\e2ce'; } /* '' */
.icon-wineglass:before { content: '\e2cf'; } /* '' */
.icon-slidersoff:before { content: '\e2d0'; } /* '' */
.icon-slidersmiddle:before { content: '\e2d1'; } /* '' */
.icon-slidersfull:before { content: '\e2d2'; } /* '' */
.icon-slidersdesc:before { content: '\e2d3'; } /* '' */
.icon-sliderasc:before { content: '\e2d4'; } /* '' */
.icon-slideronefull:before { content: '\e2d5'; } /* '' */
.icon-slidertwofull:before { content: '\e2d6'; } /* '' */
.icon-sliderthreefull:before { content: '\e2d7'; } /* '' */
.icon-noborders:before { content: '\e2d8'; } /* '' */
.icon-bottomborder:before { content: '\e2d9'; } /* '' */
.icon-topborder:before { content: '\e2da'; } /* '' */
.icon-leftborder:before { content: '\e2db'; } /* '' */
.icon-rightborder:before { content: '\e2dc'; } /* '' */
.icon-horizontalborder:before { content: '\e2dd'; } /* '' */
.icon-verticalborder:before { content: '\e2de'; } /* '' */
.icon-outerborders:before { content: '\e2df'; } /* '' */
.icon-innerborders:before { content: '\e2e0'; } /* '' */
.icon-fullborders:before { content: '\e2e1'; } /* '' */
.icon-networksignalalt:before { content: '\e2e2'; } /* '' */
.icon-resizeverticalalt:before { content: '\e2e3'; } /* '' */
.icon-resizehorizontalalt:before { content: '\e2e4'; } /* '' */
.icon-moneyalt:before { content: '\e2e5'; } /* '' */
.icon-fontcase:before { content: '\e2e6'; } /* '' */
.icon-playstation:before { content: '\e2e7'; } /* '' */
.icon-cube:before { content: '\e2e8'; } /* '' */
.icon-sphere:before { content: '\e2e9'; } /* '' */
.icon-ceilinglight:before { content: '\e2ea'; } /* '' */
.icon-chandelier:before { content: '\e2eb'; } /* '' */
.icon-details:before { content: '\e2ec'; } /* '' */
.icon-detailsalt:before { content: '\e2ed'; } /* '' */
.icon-bullet:before { content: '\e2ee'; } /* '' */
.icon-gun:before { content: '\e2ef'; } /* '' */
.icon-cputhree:before { content: '\e2f0'; } /* '' */
.icon-world:before { content: '\e2f1'; } /* '' */
.icon-statistics:before { content: '\e2f2'; } /* '' */
.icon-shoppingcartalt:before { content: '\e2f3'; } /* '' */
.icon-microphonealt:before { content: '\e2f4'; } /* '' */
.icon-routeralt:before { content: '\e2f5'; } /* '' */
.icon-shell:before { content: '\e2f6'; } /* '' */
.icon-squareplay:before { content: '\e2f7'; } /* '' */
.icon-squarestop:before { content: '\e2f8'; } /* '' */
.icon-squarepause:before { content: '\e2f9'; } /* '' */
.icon-squarerecord:before { content: '\e2fa'; } /* '' */
.icon-squareforward:before { content: '\e2fb'; } /* '' */
.icon-squareback:before { content: '\e2fc'; } /* '' */
.icon-squarenext:before { content: '\e2fd'; } /* '' */
.icon-squareprevious:before { content: '\e2fe'; } /* '' */
.icon-mega:before { content: '\e2ff'; } /* '' */
.icon-charliechaplin:before { content: '\e300'; } /* '' */
.icon-popcorn:before { content: '\e301'; } /* '' */
.icon-fatarrowright:before { content: '\e302'; } /* '' */
.icon-fatarrowleft:before { content: '\e303'; } /* '' */
.icon-fatarrowdown:before { content: '\e304'; } /* '' */
.icon-fatarrowup:before { content: '\e305'; } /* '' */
.icon-shirtbutton:before { content: '\e306'; } /* '' */
.icon-shirtbuttonalt:before { content: '\e307'; } /* '' */
.icon-cuckooclock:before { content: '\e308'; } /* '' */
.icon-lens:before { content: '\e309'; } /* '' */
.icon-voltage:before { content: '\e30a'; } /* '' */
.icon-planealt:before { content: '\e30b'; } /* '' */
.icon-busalt:before { content: '\e30c'; } /* '' */
.icon-lipstick:before { content: '\e30d'; } /* '' */
.icon-plantalt:before { content: '\e30e'; } /* '' */
.icon-paperboat:before { content: '\e30f'; } /* '' */
.icon-texture:before { content: '\e310'; } /* '' */
.icon-dominoone:before { content: '\e311'; } /* '' */
.icon-dominotwo:before { content: '\e312'; } /* '' */
.icon-dominothree:before { content: '\e313'; } /* '' */
.icon-dominofour:before { content: '\e314'; } /* '' */
.icon-dominofive:before { content: '\e315'; } /* '' */
.icon-dominosix:before { content: '\e316'; } /* '' */
.icon-dominoseven:before { content: '\e317'; } /* '' */
.icon-dominoeight:before { content: '\e318'; } /* '' */
.icon-dominonine:before { content: '\e319'; } /* '' */
.icon-connected:before { content: '\e31a'; } /* '' */
.icon-connectedpc:before { content: '\e31b'; } /* '' */
.icon-musicsheet:before { content: '\e31c'; } /* '' */
.icon-rdio:before { content: '\e31d'; } /* '' */
.icon-spotify:before { content: '\e31e'; } /* '' */
.icon-deviantart:before { content: '\e31f'; } /* '' */
.icon-yelp:before { content: '\e320'; } /* '' */
.icon-behance:before { content: '\e321'; } /* '' */
.icon-nfc:before { content: '\e322'; } /* '' */
.icon-earbudsalt:before { content: '\e323'; } /* '' */
.icon-earbuds:before { content: '\e324'; } /* '' */
.icon-amazon:before { content: '\e325'; } /* '' */
.icon-openid:before { content: '\e326'; } /* '' */
.icon-digg:before { content: '\e327'; } /* '' */
.icon-apple:before { content: '\e328'; } /* '' */
.icon-moonnew:before { content: '\e329'; } /* '' */
.icon-moonwaxingcrescent:before { content: '\e32a'; } /* '' */
.icon-moonfirstquarter:before { content: '\e32b'; } /* '' */
.icon-moonwaxinggibbous:before { content: '\e32c'; } /* '' */
.icon-moonfull:before { content: '\e32d'; } /* '' */
.icon-moonwaninggibbous:before { content: '\e32e'; } /* '' */
.icon-moonthirdquarter:before { content: '\e32f'; } /* '' */
.icon-moonwaningcrescent:before { content: '\e330'; } /* '' */
.icon-planet:before { content: '\e331'; } /* '' */
.icon-sodacup:before { content: '\e332'; } /* '' */
.icon-cocktail:before { content: '\e333'; } /* '' */
.icon-church:before { content: '\e334'; } /* '' */
.icon-mosque:before { content: '\e335'; } /* '' */
.icon-comedy:before { content: '\e336'; } /* '' */
.icon-tragedy:before { content: '\e337'; } /* '' */
.icon-bacon:before { content: '\e338'; } /* '' */
.icon-trailor:before { content: '\e339'; } /* '' */
.icon-tshirt:before { content: '\e33a'; } /* '' */
.icon-design:before { content: '\e33b'; } /* '' */
.icon-spiderweb:before { content: '\e33c'; } /* '' */
.icon-fireplace:before { content: '\e33d'; } /* '' */
.icon-tallglass:before { content: '\e33e'; } /* '' */
.icon-grapes:before { content: '\e33f'; } /* '' */
.icon-biohazard:before { content: '\e340'; } /* '' */
.icon-directions:before { content: '\e341'; } /* '' */
.icon-equalizerthree:before { content: '\e342'; } /* '' */
.icon-mountains:before { content: '\e343'; } /* '' */
.icon-bing:before { content: '\e344'; } /* '' */
.icon-windowseight:before { content: '\e345'; } /* '' */
.icon-microsoftoffice:before { content: '\e346'; } /* '' */
.icon-salealt:before { content: '\e347'; } /* '' */
.icon-purse:before { content: '\e348'; } /* '' */
.icon-chickenalt:before { content: '\e349'; } /* '' */
.icon-podium:before { content: '\e34a'; } /* '' */
.icon-findfriends:before { content: '\e34b'; } /* '' */
.icon-microphonethree:before { content: '\e34c'; } /* '' */
.icon-workshirt:before { content: '\e34d'; } /* '' */
.icon-donotdisturb:before { content: '\e34e'; } /* '' */
.icon-addtags:before { content: '\e34f'; } /* '' */
.icon-removetags:before { content: '\e350'; } /* '' */
.icon-carbattery:before { content: '\e351'; } /* '' */
.icon-debug:before { content: '\e352'; } /* '' */
.icon-trojan:before { content: '\e353'; } /* '' */
.icon-molecule:before { content: '\e354'; } /* '' */
.icon-safetygoggles:before { content: '\e355'; } /* '' */
.icon-leather:before { content: '\e356'; } /* '' */
.icon-teddybear:before { content: '\e357'; } /* '' */
.icon-stroller:before { content: '\e358'; } /* '' */
.icon-circleplay:before { content: '\e359'; } /* '' */
.icon-circlestop:before { content: '\e35a'; } /* '' */
.icon-circlepause:before { content: '\e35b'; } /* '' */
.icon-circlerecord:before { content: '\e35c'; } /* '' */
.icon-circleforward:before { content: '\e35d'; } /* '' */
.icon-circlebackward:before { content: '\e35e'; } /* '' */
.icon-circlenext:before { content: '\e35f'; } /* '' */
.icon-circleprevious:before { content: '\e360'; } /* '' */
.icon-circleplayempty:before { content: '\e361'; } /* '' */
.icon-circlestopempty:before { content: '\e362'; } /* '' */
.icon-circlepauseempty:before { content: '\e363'; } /* '' */
.icon-circlerecordempty:before { content: '\e364'; } /* '' */
.icon-circleforwardempty:before { content: '\e365'; } /* '' */
.icon-circlebackwardempty:before { content: '\e366'; } /* '' */
.icon-circlenextempty:before { content: '\e367'; } /* '' */
.icon-circlepreviousempty:before { content: '\e368'; } /* '' */
.icon-belt:before { content: '\e369'; } /* '' */
.icon-bait:before { content: '\e36a'; } /* '' */
.icon-manalt:before { content: '\e36b'; } /* '' */
.icon-womanalt:before { content: '\e36c'; } /* '' */
.icon-clover:before { content: '\e36d'; } /* '' */
.icon-pacifier:before { content: '\e36e'; } /* '' */
.icon-calcplus:before { content: '\e36f'; } /* '' */
.icon-calcminus:before { content: '\e370'; } /* '' */
.icon-calcmultiply:before { content: '\e371'; } /* '' */
.icon-calcdivide:before { content: '\e372'; } /* '' */
.icon-calcequals:before { content: '\e373'; } /* '' */
.icon-city:before { content: '\e374'; } /* '' */
.icon-hdvideo:before { content: '\e375'; } /* '' */
.icon-horizontalcontract:before { content: '\e376'; } /* '' */
.icon-horizontalexpand:before { content: '\e377'; } /* '' */
.icon-radar:before { content: '\e378'; } /* '' */
.icon-threed:before { content: '\e379'; } /* '' */
.icon-flickralt:before { content: '\e37a'; } /* '' */
.icon-pattern:before { content: '\e37b'; } /* '' */
.icon-elevator:before { content: '\e37c'; } /* '' */
.icon-escalator:before { content: '\e37d'; } /* '' */
.icon-portrait:before { content: '\e37e'; } /* '' */
.icon-cigar:before { content: '\e37f'; } /* '' */
.icon-dropbox:before { content: '\e380'; } /* '' */
.icon-origami:before { content: '\e381'; } /* '' */
.icon-removecircle:before { content: '\e382'; } /* '' */
.icon-okcircle:before { content: '\e383'; } /* '' */
.icon-circlearrowleft:before { content: '\e384'; } /* '' */
.icon-circlearrowright:before { content: '\e385'; } /* '' */
.icon-circlearrowup:before { content: '\e386'; } /* '' */
.icon-circlearrowdown:before { content: '\e387'; } /* '' */
.icon-plussign:before { content: '\e388'; } /* '' */
.icon-minussign:before { content: '\e389'; } /* '' */
.icon-removesign:before { content: '\e38a'; } /* '' */
.icon-oksign:before { content: '\e38b'; } /* '' */
.icon-upload:before { content: '\e38c'; } /* '' */
.icon-download:before { content: '\e38d'; } /* '' */
.icon-edit:before { content: '\e38e'; } /* '' */
.icon-share:before { content: '\e38f'; } /* '' */
.icon-fastbackward:before { content: '\e390'; } /* '' */
.icon-fastforward:before { content: '\e391'; } /* '' */
.icon-listalt:before { content: '\e392'; } /* '' */
.icon-eyeclose:before { content: '\e393'; } /* '' */
.icon-tags:before { content: '\e394'; } /* '' */
.icon-folderopen:before { content: '\e395'; } /* '' */
.icon-adjust:before { content: '\e396'; } /* '' */
.icon-fullscreen:before { content: '\e397'; } /* '' */
.icon-retweet:before { content: '\e398'; } /* '' */
.icon-flag:before { content: '\e399'; } /* '' */
.icon-chevronright:before { content: '\e39a'; } /* '' */
.icon-chevronleft:before { content: '\e39b'; } /* '' */
.icon-chevronup:before { content: '\e39c'; } /* '' */
.icon-chevrondown:before { content: '\e39d'; } /* '' */
.icon-pigpena:before { content: '\e39e'; } /* '' */
.icon-pigpenb:before { content: '\e39f'; } /* '' */
.icon-pigpenc:before { content: '\e3a0'; } /* '' */
.icon-pigpend:before { content: '\e3a1'; } /* '' */
.icon-pigpene:before { content: '\e3a2'; } /* '' */
.icon-pigpenf:before { content: '\e3a3'; } /* '' */
.icon-pigpeng:before { content: '\e3a4'; } /* '' */
.icon-pigpenh:before { content: '\e3a5'; } /* '' */
.icon-pigpeni:before { content: '\e3a6'; } /* '' */
.icon-pigpenj:before { content: '\e3a7'; } /* '' */
.icon-pigpenk:before { content: '\e3a8'; } /* '' */
.icon-pigpenl:before { content: '\e3a9'; } /* '' */
.icon-pigpenm:before { content: '\e3aa'; } /* '' */
.icon-pigpenn:before { content: '\e3ab'; } /* '' */
.icon-pigpeno:before { content: '\e3ac'; } /* '' */
.icon-pigpenp:before { content: '\e3ad'; } /* '' */
.icon-pigpenq:before { content: '\e3ae'; } /* '' */
.icon-pigpenr:before { content: '\e3af'; } /* '' */
.icon-pigpens:before { content: '\e3b0'; } /* '' */
.icon-pigpent:before { content: '\e3b1'; } /* '' */
.icon-pigpenu:before { content: '\e3b2'; } /* '' */
.icon-pigpenv:before { content: '\e3b3'; } /* '' */
.icon-pigpenw:before { content: '\e3b4'; } /* '' */
.icon-pigpenx:before { content: '\e3b5'; } /* '' */
.icon-pigpeny:before { content: '\e3b6'; } /* '' */
.icon-pigpenz:before { content: '\e3b7'; } /* '' */
.icon-braillea:before { content: '\e3b8'; } /* '' */
.icon-brailleb:before { content: '\e3b9'; } /* '' */
.icon-braillec:before { content: '\e3ba'; } /* '' */
.icon-brailled:before { content: '\e3bb'; } /* '' */
.icon-braillee:before { content: '\e3bc'; } /* '' */
.icon-braillef:before { content: '\e3bd'; } /* '' */
.icon-brailleg:before { content: '\e3be'; } /* '' */
.icon-brailleh:before { content: '\e3bf'; } /* '' */
.icon-braillei:before { content: '\e3c0'; } /* '' */
.icon-braillej:before { content: '\e3c1'; } /* '' */
.icon-braillek:before { content: '\e3c2'; } /* '' */
.icon-braillel:before { content: '\e3c3'; } /* '' */
.icon-braillem:before { content: '\e3c4'; } /* '' */
.icon-braillen:before { content: '\e3c5'; } /* '' */
.icon-brailleo:before { content: '\e3c6'; } /* '' */
.icon-braillep:before { content: '\e3c7'; } /* '' */
.icon-brailleq:before { content: '\e3c8'; } /* '' */
.icon-brailler:before { content: '\e3c9'; } /* '' */
.icon-brailles:before { content: '\e3ca'; } /* '' */
.icon-braillet:before { content: '\e3cb'; } /* '' */
.icon-brailleu:before { content: '\e3cc'; } /* '' */
.icon-braillev:before { content: '\e3cd'; } /* '' */
.icon-braillew:before { content: '\e3ce'; } /* '' */
.icon-braillex:before { content: '\e3cf'; } /* '' */
.icon-brailley:before { content: '\e3d0'; } /* '' */
.icon-braillez:before { content: '\e3d1'; } /* '' */
.icon-braille0:before { content: '\e3d2'; } /* '' */
.icon-braille1:before { content: '\e3d3'; } /* '' */
.icon-braille2:before { content: '\e3d4'; } /* '' */
.icon-braille3:before { content: '\e3d5'; } /* '' */
.icon-braille4:before { content: '\e3d6'; } /* '' */
.icon-braille5:before { content: '\e3d7'; } /* '' */
.icon-braille6:before { content: '\e3d8'; } /* '' */
.icon-braille7:before { content: '\e3d9'; } /* '' */
.icon-braille8:before { content: '\e3da'; } /* '' */
.icon-braille9:before { content: '\e3db'; } /* '' */
.icon-braillespace:before { content: '\e3dc'; } /* '' */
.icon-hydrant:before { content: '\e3dd'; } /* '' */
.icon-fort:before { content: '\e3de'; } /* '' */
.icon-cannon:before { content: '\e3df'; } /* '' */
.icon-route:before { content: '\e3e0'; } /* '' */
.icon-gameboy:before { content: '\e3e1'; } /* '' */
.icon-nintendods:before { content: '\e3e2'; } /* '' */
.icon-baloon:before { content: '\e3e3'; } /* '' */
.icon-greenlightbulb:before { content: '\e3e4'; } /* '' */
.icon-egg:before { content: '\e3e5'; } /* '' */
.icon-pasta:before { content: '\e3e6'; } /* '' */
.icon-dna:before { content: '\e3e7'; } /* '' */
.icon-broom:before { content: '\e3e8'; } /* '' */
.icon-speed:before { content: '\e3e9'; } /* '' */
.icon-stumbleupon:before { content: '\e3ea'; } /* '' */
.icon-fridge:before { content: '\e3eb'; } /* '' */
.icon-davidstar:before { content: '\e3ec'; } /* '' */
.icon-christiancross:before { content: '\e3ed'; } /* '' */
.icon-islam:before { content: '\e3ee'; } /* '' */
.icon-torigate:before { content: '\e3ef'; } /* '' */
.icon-desklamp:before { content: '\e3f0'; } /* '' */
.icon-aaabattery:before { content: '\e3f1'; } /* '' */
.icon-sharethree:before { content: '\e3f2'; } /* '' */
.icon-danger:before { content: '\e3f3'; } /* '' */
.icon-razor:before { content: '\e3f4'; } /* '' */
.icon-safetypin:before { content: '\e3f5'; } /* '' */
.icon-cricket:before { content: '\e3f6'; } /* '' */
.icon-searchdocument:before { content: '\e3f7'; } /* '' */
.icon-searchfolder:before { content: '\e3f8'; } /* '' */
.icon-wind:before { content: '\e3f9'; } /* '' */
.icon-breakable:before { content: '\e3fa'; } /* '' */
.icon-thissideup:before { content: '\e3fb'; } /* '' */
.icon-pictureframe:before { content: '\e3fc'; } /* '' */
.icon-alienship:before { content: '\e3fd'; } /* '' */
.icon-firefox:before { content: '\e3fe'; } /* '' */
.icon-blackberry:before { content: '\e3ff'; } /* '' */
.icon-travel:before { content: '\e400'; } /* '' */
.icon-tank:before { content: '\e401'; } /* '' */
.icon-windleft:before { content: '\e402'; } /* '' */
.icon-windright:before { content: '\e403'; } /* '' */
.icon-screw:before { content: '\e404'; } /* '' */
.icon-nut:before { content: '\e405'; } /* '' */
.icon-nail:before { content: '\e406'; } /* '' */
.icon-stiletto:before { content: '\e407'; } /* '' */
.icon-foursquare:before { content: '\e408'; } /* '' */
.icon-fishbone:before { content: '\e409'; } /* '' */
.icon-teapot:before { content: '\e40a'; } /* '' */
.icon-candy:before { content: '\e40b'; } /* '' */
.icon-microwave:before { content: '\e40c'; } /* '' */
.icon-bread:before { content: '\e40d'; } /* '' */
.icon-weight:before { content: '\e40e'; } /* '' */
.icon-superman:before { content: '\e40f'; } /* '' */
.icon-greenlantern:before { content: '\e410'; } /* '' */
.icon-captainamerica:before { content: '\e411'; } /* '' */
.icon-avengers:before { content: '\e412'; } /* '' */
.icon-punisher:before { content: '\e413'; } /* '' */
.icon-spawn:before { content: '\e414'; } /* '' */
.icon-xmen:before { content: '\e415'; } /* '' */
.icon-spider:before { content: '\e416'; } /* '' */
.icon-spiderman:before { content: '\e417'; } /* '' */
.icon-batman:before { content: '\e418'; } /* '' */
.icon-ironman:before { content: '\e419'; } /* '' */
.icon-darthvader:before { content: '\e41a'; } /* '' */
.icon-tetrisone:before { content: '\e41b'; } /* '' */
.icon-tetristwo:before { content: '\e41c'; } /* '' */
.icon-tetristhree:before { content: '\e41d'; } /* '' */
.icon-vk:before { content: '\e41e'; } /* '' */
.icon-tron:before { content: '\e41f'; } /* '' */
.icon-residentevil:before { content: '\e420'; } /* '' */
.icon-designcontest:before { content: '\e421'; } /* '' */
.icon-spaceinvaders:before { content: '\e422'; } /* '' */
.icon-xbox:before { content: '\e423'; } /* '' */
.icon-pokemon:before { content: '\e424'; } /* '' */
.icon-quake:before { content: '\e425'; } /* '' */
.icon-aperture:before { content: '\e426'; } /* '' */
.icon-robocop:before { content: '\e427'; } /* '' */
.icon-rorschach:before { content: '\e428'; } /* '' */
.icon-chicken:before { content: '\e429'; } /* '' */
.icon-fish:before { content: '\e42a'; } /* '' */
.icon-cupcake:before { content: '\e42b'; } /* '' */
.icon-pizza:before { content: '\e42c'; } /* '' */
.icon-cherry:before { content: '\e42d'; } /* '' */
.icon-mushroom:before { content: '\e42e'; } /* '' */
.icon-bone:before { content: '\e42f'; } /* '' */
.icon-steak:before { content: '\e430'; } /* '' */
.icon-bottle:before { content: '\e431'; } /* '' */
.icon-restaurantmenu:before { content: '\e432'; } /* '' */
.icon-muffin:before { content: '\e433'; } /* '' */
.icon-pepperoni:before { content: '\e434'; } /* '' */
.icon-sunnysideup:before { content: '\e435'; } /* '' */
.icon-coffeebean:before { content: '\e436'; } /* '' */
.icon-chocolate:before { content: '\e437'; } /* '' */
.icon-raspberry:before { content: '\e438'; } /* '' */
.icon-raspberrypi:before { content: '\e439'; } /* '' */
.icon-fries:before { content: '\e43a'; } /* '' */
.icon-birthday:before { content: '\e43b'; } /* '' */
.icon-globe:before { content: '\e43c'; } /* '' */
.icon-glue:before { content: '\e43d'; } /* '' */
.icon-eightball:before { content: '\e43e'; } /* '' */
.icon-rim:before { content: '\e43f'; } /* '' */
.icon-lego:before { content: '\e440'; } /* '' */
.icon-stove:before { content: '\e441'; } /* '' */
.icon-speaker:before { content: '\e442'; } /* '' */
.icon-submarine:before { content: '\e443'; } /* '' */
.icon-metronome:before { content: '\e444'; } /* '' */
.icon-trumpet:before { content: '\e445'; } /* '' */
.icon-knob:before { content: '\e446'; } /* '' */
.icon-cassette:before { content: '\e447'; } /* '' */
.icon-watch:before { content: '\e448'; } /* '' */
.icon-viking:before { content: '\e449'; } /* '' */
.icon-mickeymouse:before { content: '\e44a'; } /* '' */
.icon-christmastree:before { content: '\e44b'; } /* '' */
.icon-snowman:before { content: '\e44c'; } /* '' */
.icon-candycane:before { content: '\e44d'; } /* '' */
.icon-treeornament:before { content: '\e44e'; } /* '' */
.icon-bowtie:before { content: '\e44f'; } /* '' */
.icon-lifehacker:before { content: '\e450'; } /* '' */
.icon-favoritefile:before { content: '\e451'; } /* '' */
.icon-favoritefolder:before { content: '\e452'; } /* '' */
.icon-crayon:before { content: '\e453'; } /* '' */
.icon-toiletpaper:before { content: '\e454'; } /* '' */
.icon-toothbrush:before { content: '\e455'; } /* '' */
.icon-bluetoothconnected:before { content: '\e456'; } /* '' */
.icon-handpointdown:before { content: '\e457'; } /* '' */
.icon-handpointright:before { content: '\e458'; } /* '' */
.icon-handpointleft:before { content: '\e459'; } /* '' */
.icon-satellite:before { content: '\e45a'; } /* '' */
.icon-harrypotter:before { content: '\e45b'; } /* '' */
.icon-jason:before { content: '\e45c'; } /* '' */
.icon-skull:before { content: '\e45d'; } /* '' */
.icon-raceflag:before { content: '\e45e'; } /* '' */
.icon-doghouse:before { content: '\e45f'; } /* '' */
.icon-birdhouse:before { content: '\e460'; } /* '' */
.icon-phonemic:before { content: '\e461'; } /* '' */
.icon-island:before { content: '\e462'; } /* '' */
.icon-handcuffs:before { content: '\e463'; } /* '' */
.icon-addtocart:before { content: '\e464'; } /* '' */
.icon-emptycart:before { content: '\e465'; } /* '' */
.icon-lasso:before { content: '\e466'; } /* '' */
.icon-polygonlasso:before { content: '\e467'; } /* '' */
.icon-finder:before { content: '\e468'; } /* '' */
.icon-dialpad:before { content: '\e469'; } /* '' */
.icon-tictactoe:before { content: '\e46a'; } /* '' */
.icon-washer:before { content: '\e46b'; } /* '' */
.icon-theather:before { content: '\e46c'; } /* '' */
.icon-glassesalt:before { content: '\e46d'; } /* '' */
.icon-skypeonline:before { content: '\e46e'; } /* '' */
.icon-skypeaway:before { content: '\e46f'; } /* '' */
.icon-skypebusy:before { content: '\e470'; } /* '' */
.icon-skypeoffline:before { content: '\e471'; } /* '' */
.icon-grooveshark:before { content: '\e472'; } /* '' */
.icon-lastfm:before { content: '\e473'; } /* '' */
.icon-taxi:before { content: '\e474'; } /* '' */
.icon-macpro:before { content: '\e475'; } /* '' */
.icon-keyboarddelete:before { content: '\e476'; } /* '' */
.icon-gearfour:before { content: '\e477'; } /* '' */
.icon-flowernew:before { content: '\e478'; } /* '' */
.icon-signal:before { content: '\e479'; } /* '' */
.icon-aries:before { content: '\e47a'; } /* '' */
.icon-taurus:before { content: '\e47b'; } /* '' */
.icon-gemini:before { content: '\e47c'; } /* '' */
.icon-cancer:before { content: '\e47d'; } /* '' */
.icon-leo:before { content: '\e47e'; } /* '' */
.icon-virgo:before { content: '\e47f'; } /* '' */
.icon-libra:before { content: '\e480'; } /* '' */
.icon-scorpio:before { content: '\e481'; } /* '' */
.icon-sagitarius:before { content: '\e482'; } /* '' */
.icon-capricorn:before { content: '\e483'; } /* '' */
.icon-aquarius:before { content: '\e484'; } /* '' */
.icon-pisces:before { content: '\e485'; } /* '' */
.icon-oneupalt:before { content: '\e486'; } /* '' */
.icon-oneup:before { content: '\e487'; } /* '' */
.icon-zelda:before { content: '\e488'; } /* '' */
.icon-atari:before { content: '\e489'; } /* '' */
.icon-halflife:before { content: '\e48a'; } /* '' */
.icon-halo:before { content: '\e48b'; } /* '' */
.icon-walle:before { content: '\e48c'; } /* '' */
.icon-monstersinc:before { content: '\e48d'; } /* '' */
.icon-alienware:before { content: '\e48e'; } /* '' */
.icon-warcraft:before { content: '\e48f'; } /* '' */
.icon-drwho:before { content: '\e490'; } /* '' */
.icon-angrybirds:before { content: '\e491'; } /* '' */
.icon-visa:before { content: '\e492'; } /* '' */
.icon-webplatform:before { content: '\e493'; } /* '' */
.icon-parentheses:before { content: '\e494'; } /* '' */
.icon-vendetta:before { content: '\e495'; } /* '' */
.icon-circleleft:before { content: '\e496'; } /* '' */
.icon-circledown:before { content: '\e497'; } /* '' */
.icon-circleup:before { content: '\e498'; } /* '' */
.icon-circleright:before { content: '\e499'; } /* '' */
.icon-donut:before { content: '\e49a'; } /* '' */
.icon-tea:before { content: '\e49b'; } /* '' */
.icon-hotdog:before { content: '\e49c'; } /* '' */
.icon-taco:before { content: '\e49d'; } /* '' */
.icon-chef:before { content: '\e49e'; } /* '' */
.icon-pretzel:before { content: '\e49f'; } /* '' */
.icon-foodtray:before { content: '\e4a0'; } /* '' */
.icon-soup:before { content: '\e4a1'; } /* '' */
.icon-bowlingpins:before { content: '\e4a2'; } /* '' */
.icon-bat:before { content: '\e4a3'; } /* '' */
.icon-dart:before { content: '\e4a4'; } /* '' */
.icon-domino:before { content: '\e4a5'; } /* '' */
.icon-stadium:before { content: '\e4a6'; } /* '' */
.icon-curling:before { content: '\e4a7'; } /* '' */
.icon-whistle:before { content: '\e4a8'; } /* '' */
.icon-hockey:before { content: '\e4a9'; } /* '' */
.icon-addfriend:before { content: '\e4aa'; } /* '' */
.icon-removefriend:before { content: '\e4ab'; } /* '' */
.icon-ticket:before { content: '\e4ac'; } /* '' */
.icon-marvin:before { content: '\e4ad'; } /* '' */
.icon-tooth:before { content: '\e4ae'; } /* '' */
.icon-lungs:before { content: '\e4af'; } /* '' */
.icon-kidney:before { content: '\e4b0'; } /* '' */
.icon-stomach:before { content: '\e4b1'; } /* '' */
.icon-liver:before { content: '\e4b2'; } /* '' */
.icon-brain:before { content: '\e4b3'; } /* '' */
.icon-helicopter:before { content: '\e4b4'; } /* '' */
.icon-invoice:before { content: '\e4b5'; } /* '' */
.icon-lighthouse:before { content: '\e4b6'; } /* '' */
.icon-diode:before { content: '\e4b7'; } /* '' */
.icon-capacitator:before { content: '\e4b8'; } /* '' */
.icon-dcsource:before { content: '\e4b9'; } /* '' */
.icon-acsource:before { content: '\e4ba'; } /* '' */
.icon-resistor:before { content: '\e4bb'; } /* '' */
.icon-antenna:before { content: '\e4bc'; } /* '' */
.icon-filmstrip:before { content: '\e4bd'; } /* '' */
.icon-lollypop:before { content: '\e4be'; } /* '' */
.icon-telescope:before { content: '\e4bf'; } /* '' */
.icon-tophat:before { content: '\e4c0'; } /* '' */
.icon-fedora:before { content: '\e4c1'; } /* '' */
.icon-carrot:before { content: '\e4c2'; } /* '' */
.icon-strawberry:before { content: '\e4c3'; } /* '' */
.icon-banana:before { content: '\e4c4'; } /* '' */
.icon-sticker:before { content: '\e4c5'; } /* '' */
.icon-ink:before { content: '\e4c6'; } /* '' */
.icon-dieone:before { content: '\e4c7'; } /* '' */
.icon-dietwo:before { content: '\e4c8'; } /* '' */
.icon-diethree:before { content: '\e4c9'; } /* '' */
.icon-diefour:before { content: '\e4ca'; } /* '' */
.icon-diefive:before { content: '\e4cb'; } /* '' */
.icon-diesix:before { content: '\e4cc'; } /* '' */
.icon-scales:before { content: '\e4cd'; } /* '' */
.icon-wheelchair:before { content: '\e4ce'; } /* '' */
.icon-bitcoin:before { content: '\e4cf'; } /* '' */
.icon-analytics:before { content: '\e4d0'; } /* '' */
.icon-analyticsalt:before { content: '\e4d1'; } /* '' */
.icon-cpu:before { content: '\e4d2'; } /* '' */
.icon-cpualt:before { content: '\e4d3'; } /* '' */
.icon-backup:before { content: '\e4d4'; } /* '' */
.icon-backupalt:before { content: '\e4d5'; } /* '' */
.icon-bandwidth:before { content: '\e4d6'; } /* '' */
.icon-cloudhosting:before { content: '\e4d7'; } /* '' */
.icon-controlpanel:before { content: '\e4d8'; } /* '' */
.icon-controlpanelalt:before { content: '\e4d9'; } /* '' */
.icon-cooling:before { content: '\e4da'; } /* '' */
.icon-database:before { content: '\e4db'; } /* '' */
.icon-databaseadd:before { content: '\e4dc'; } /* '' */
.icon-databasedelete:before { content: '\e4dd'; } /* '' */
.icon-dedicatedserver:before { content: '\e4de'; } /* '' */
.icon-cog:before { content: '\e4df'; } /* '' */
.icon-shopping:before { content: '\e4e0'; } /* '' */
.icon-box:before { content: '\e4e1'; } /* '' */
.icon-drawer:before { content: '\e4e2'; } /* '' */
.icon-support:before { content: '\e4e3'; } /* '' */
.icon-supportalt:before { content: '\e4e4'; } /* '' */
.icon-support3:before { content: '\e4e5'; } /* '' */
.icon-reliability:before { content: '\e4e6'; } /* '' */
.icon-uptime:before { content: '\e4e7'; } /* '' */
.icon-value:before { content: '\e4e8'; } /* '' */
.icon-windows:before { content: '\e4e9'; } /* '' */
.icon-linux:before { content: '\e4ea'; } /* '' */
.icon-domain:before { content: '\e4eb'; } /* '' */
.icon-domain2:before { content: '\e4ec'; } /* '' */
.icon-domain3:before { content: '\e4ed'; } /* '' */
.icon-affiliate:before { content: '\e4ee'; } /* '' */
.icon-intel:before { content: '\e4ef'; } /* '' */
.icon-amd:before { content: '\e4f0'; } /* '' */
.icon-firewall:before { content: '\e4f1'; } /* '' */
.icon-link:before { content: '\e4f2'; } /* '' */
.icon-greekcolumn:before { content: '\e4f3'; } /* '' */
.icon-colocation2:before { content: '\e4f4'; } /* '' */
.icon-colocation3:before { content: '\e4f5'; } /* '' */
.icon-vps:before { content: '\e4f6'; } /* '' */
.icon-server:before { content: '\e4f7'; } /* '' */
.icon-servers:before { content: '\e4f8'; } /* '' */
.icon-email:before { content: '\e4f9'; } /* '' */
.icon-ftp:before { content: '\e4fa'; } /* '' */
.icon-hdd:before { content: '\e4fb'; } /* '' */
.icon-home2:before { content: '\e4fc'; } /* '' */
.icon-ram:before { content: '\e4fd'; } /* '' */
.icon-security:before { content: '\e4fe'; } /* '' */
.icon-security2:before { content: '\e4ff'; } /* '' */
.icon-barchart:before { content: '\e500'; } /* '' */
.icon-seo:before { content: '\e501'; } /* '' */
.icon-webhostinghub:before { content: '\e502'; } /* '' */
.icon-tag:before { content: '\e503'; } /* '' */
.icon-webpage:before { content: '\e504'; } /* '' */
.icon-websitebuilder:before { content: '\e505'; } /* '' */
.icon-shoppingcart:before { content: '\e506'; } /* '' */
.icon-cms:before { content: '\e507'; } /* '' */
.icon-sharedhosting:before { content: '\e508'; } /* '' */
.icon-managedhosting:before { content: '\e509'; } /* '' */
.icon-greenhosting:before { content: '\e50a'; } /* '' */
.icon-resellerhosting:before { content: '\e50b'; } /* '' */
.icon-socialnetworking:before { content: '\e50c'; } /* '' */
.icon-wizard:before { content: '\e50d'; } /* '' */
.icon-video2:before { content: '\e50e'; } /* '' */
.icon-password:before { content: '\e50f'; } /* '' */
.icon-password2:before { content: '\e510'; } /* '' */
.icon-contact:before { content: '\e511'; } /* '' */
.icon-theme:before { content: '\e512'; } /* '' */
.icon-lang:before { content: '\e513'; } /* '' */
.icon-shortcut:before { content: '\e514'; } /* '' */
.icon-mailbox:before { content: '\e515'; } /* '' */
.icon-webmail:before { content: '\e516'; } /* '' */
.icon-boxtrapper:before { content: '\e517'; } /* '' */
.icon-spam:before { content: '\e518'; } /* '' */
.icon-spam2:before { content: '\e519'; } /* '' */
.icon-emailforward2:before { content: '\e51a'; } /* '' */
.icon-error:before { content: '\e51b'; } /* '' */
.icon-taskmanager:before { content: '\e51c'; } /* '' */
.icon-awstats:before { content: '\e51d'; } /* '' */
.icon-protecteddirectory:before { content: '\e51e'; } /* '' */
.icon-ssh:before { content: '\e51f'; } /* '' */
.icon-sslmanager:before { content: '\e520'; } /* '' */
.icon-hotlinkprotection:before { content: '\e521'; } /* '' */
.icon-authentication:before { content: '\e522'; } /* '' */
.icon-subdomain:before { content: '\e523'; } /* '' */
.icon-domainaddon:before { content: '\e524'; } /* '' */
.icon-redirect:before { content: '\e525'; } /* '' */
.icon-parkeddomain:before { content: '\e526'; } /* '' */
.icon-apache:before { content: '\e527'; } /* '' */
.icon-mimetype:before { content: '\e528'; } /* '' */
.icon-certificate:before { content: '\e529'; } /* '' */
.icon-certificate2:before { content: '\e52a'; } /* '' */
.icon-error2:before { content: '\e52b'; } /* '' */
.icon-wrench:before { content: '\e52c'; } /* '' */
.icon-filter:before { content: '\e52d'; } /* '' */
.icon-userfiltering:before { content: '\e52e'; } /* '' */
.icon-accountfiltering:before { content: '\e52f'; } /* '' */
.icon-backupwizard:before { content: '\e530'; } /* '' */
.icon-opencart:before { content: '\e531'; } /* '' */
.icon-prestashop:before { content: '\e532'; } /* '' */
.icon-smf:before { content: '\e533'; } /* '' */
.icon-phpbb:before { content: '\e534'; } /* '' */
.icon-dolphinsoftware:before { content: '\e535'; } /* '' */
.icon-mybb:before { content: '\e536'; } /* '' */
.icon-whmcs:before { content: '\e537'; } /* '' */
.icon-ruby:before { content: '\e538'; } /* '' */
.icon-html:before { content: '\e539'; } /* '' */
.icon-html5:before { content: '\e53a'; } /* '' */
.icon-css3:before { content: '\e53b'; } /* '' */
.icon-jquery:before { content: '\e53c'; } /* '' */
.icon-jqueryui:before { content: '\e53d'; } /* '' */
.icon-oxwall:before { content: '\e53e'; } /* '' */
.icon-magento:before { content: '\e53f'; } /* '' */
.icon-ajax:before { content: '\e540'; } /* '' */
.icon-flashplayer:before { content: '\e541'; } /* '' */
.icon-python:before { content: '\e542'; } /* '' */
.icon-cpanel:before { content: '\e543'; } /* '' */
.icon-joomla:before { content: '\e544'; } /* '' */
.icon-wordpress:before { content: '\e545'; } /* '' */
.icon-drupal:before { content: '\e546'; } /* '' */
.icon-mysql:before { content: '\e547'; } /* '' */
.icon-codeigniter:before { content: '\e548'; } /* '' */
.icon-refresh:before { content: '\e549'; } /* '' */
.icon-cgicenter:before { content: '\e54a'; } /* '' */
.icon-mxentry:before { content: '\e54b'; } /* '' */
.icon-ftpaccounts:before { content: '\e54c'; } /* '' */
.icon-ftpsession:before { content: '\e54d'; } /* '' */
.icon-analytics3:before { content: '\e54e'; } /* '' */
.icon-leechprotect:before { content: '\e54f'; } /* '' */
.icon-dnszone:before { content: '\e550'; } /* '' */
.icon-commentout:before { content: '\e551'; } /* '' */
.icon-github:before { content: '\e552'; } /* '' */
.icon-ads:before { content: '\e553'; } /* '' */
.icon-java:before { content: '\e554'; } /* '' */
.icon-nodejs:before { content: '\e555'; } /* '' */
.icon-grails:before { content: '\e556'; } /* '' */
.icon-cgi:before { content: '\e557'; } /* '' */
.icon-binary:before { content: '\e558'; } /* '' */
.icon-push:before { content: '\e559'; } /* '' */
.icon-pull:before { content: '\e55a'; } /* '' */
.icon-query:before { content: '\e55b'; } /* '' */
.icon-ipcontrol:before { content: '\e55c'; } /* '' */
.icon-form:before { content: '\e55d'; } /* '' */
.icon-sc:before { content: '\e55e'; } /* '' */
.icon-autorespond:before { content: '\e55f'; } /* '' */
.icon-address:before { content: '\e560'; } /* '' */
.icon-mailinglists:before { content: '\e561'; } /* '' */
.icon-emailtrace:before { content: '\e562'; } /* '' */
.icon-importcontacts:before { content: '\e563'; } /* '' */
.icon-key:before { content: '\e564'; } /* '' */
.icon-filemanager:before { content: '\e565'; } /* '' */
.icon-legacyfilemanager:before { content: '\e566'; } /* '' */
.icon-diskspace:before { content: '\e567'; } /* '' */
.icon-visitor:before { content: '\e568'; } /* '' */
.icon-plugin2:before { content: '\e569'; } /* '' */
.icon-faq:before { content: '\e56a'; } /* '' */
.icon-software:before { content: '\e56b'; } /* '' */
.icon-phppear:before { content: '\e56c'; } /* '' */
.icon-php:before { content: '\e56d'; } /* '' */
.icon-fourohfour:before { content: '\e56e'; } /* '' */
.icon-indexmanager:before { content: '\e56f'; } /* '' */
.icon-images:before { content: '\e570'; } /* '' */
.icon-plugin:before { content: '\e571'; } /* '' */
.icon-calendar2:before { content: '\e572'; } /* '' */
.icon-briefcase:before { content: '\e573'; } /* '' */
.icon-supportrequest:before { content: '\e574'; } /* '' */
.icon-coppermine:before { content: '\e575'; } /* '' */
.icon-dropmenu:before { content: '\e576'; } /* '' */
.icon-network:before { content: '\e577'; } /* '' */
.icon-bug:before { content: '\e578'; } /* '' */
.icon-virus:before { content: '\e579'; } /* '' */
.icon-syringe:before { content: '\e57a'; } /* '' */
.icon-pill:before { content: '\e57b'; } /* '' */
.icon-restricted:before { content: '\e57c'; } /* '' */
.icon-zikula:before { content: '\e57d'; } /* '' */
.icon-piwigo:before { content: '\e57e'; } /* '' */
.icon-fantastico:before { content: '\e57f'; } /* '' */
.icon-concrete5:before { content: '\e580'; } /* '' */
.icon-cmsmadesimple:before { content: '\e581'; } /* '' */
.icon-cplusplus:before { content: '\e582'; } /* '' */
.icon-csharp:before { content: '\e583'; } /* '' */
.icon-squarebrackets:before { content: '\e584'; } /* '' */
.icon-braces:before { content: '\e585'; } /* '' */
.icon-chevrons:before { content: '\e586'; } /* '' */
.icon-perl:before { content: '\e587'; } /* '' */
.icon-perl2:before { content: '\e588'; } /* '' */
.icon-algorhythm:before { content: '\e589'; } /* '' */
.icon-cloud:before { content: '\e58a'; } /* '' */
.icon-cloudupload:before { content: '\e58b'; } /* '' */
.icon-clouddownload:before { content: '\e58c'; } /* '' */
.icon-cloudsync:before { content: '\e58d'; } /* '' */
.icon-sync:before { content: '\e58e'; } /* '' */
.icon-lock:before { content: '\e58f'; } /* '' */
.icon-unlock:before { content: '\e590'; } /* '' */
.icon-remotemysql:before { content: '\e591'; } /* '' */
.icon-rawaccesslogs:before { content: '\e592'; } /* '' */
.icon-document:before { content: '\e593'; } /* '' */
.icon-spreadsheet:before { content: '\e594'; } /* '' */
.icon-presentation:before { content: '\e595'; } /* '' */
.icon-search:before { content: '\e596'; } /* '' */
.icon-createfile:before { content: '\e597'; } /* '' */
.icon-deletefile:before { content: '\e598'; } /* '' */
.icon-save:before { content: '\e599'; } /* '' */
.icon-copy:before { content: '\e59a'; } /* '' */
.icon-cut:before { content: '\e59b'; } /* '' */
.icon-paste:before { content: '\e59c'; } /* '' */
.icon-vinyl:before { content: '\e59d'; } /* '' */
.icon-cd:before { content: '\e59e'; } /* '' */
.icon-trash:before { content: '\e59f'; } /* '' */
.icon-trashempty:before { content: '\e5a0'; } /* '' */
.icon-trashfull:before { content: '\e5a1'; } /* '' */
.icon-circleadd:before { content: '\e5a2'; } /* '' */
.icon-circledelete:before { content: '\e5a3'; } /* '' */
.icon-circleselect:before { content: '\e5a4'; } /* '' */
.icon-mouse:before { content: '\e5a5'; } /* '' */
.icon-monitor:before { content: '\e5a6'; } /* '' */
.icon-file:before { content: '\e5a7'; } /* '' */
.icon-notes:before { content: '\e5a8'; } /* '' */
.icon-laptop:before { content: '\e5a9'; } /* '' */
.icon-explorerwindow:before { content: '\e5aa'; } /* '' */
.icon-addfolder:before { content: '\e5ab'; } /* '' */
.icon-deletefolder:before { content: '\e5ac'; } /* '' */
.icon-cursor:before { content: '\e5ad'; } /* '' */
.icon-handpointup:before { content: '\e5ae'; } /* '' */
.icon-handdrag:before { content: '\e5af'; } /* '' */
.icon-handtwofingers:before { content: '\e5b0'; } /* '' */
.icon-diskspace2:before { content: '\e5b1'; } /* '' */
.icon-sim:before { content: '\e5b2'; } /* '' */
.icon-volumefull:before { content: '\e5b3'; } /* '' */
.icon-volumehalf:before { content: '\e5b4'; } /* '' */
.icon-volumemute:before { content: '\e5b5'; } /* '' */
.icon-volumemute2:before { content: '\e5b6'; } /* '' */
.icon-iphone:before { content: '\e5b7'; } /* '' */
.icon-nexus:before { content: '\e5b8'; } /* '' */
.icon-mobile:before { content: '\e5b9'; } /* '' */
.icon-router:before { content: '\e5ba'; } /* '' */
.icon-plug:before { content: '\e5bb'; } /* '' */
.icon-lock2:before { content: '\e5bc'; } /* '' */
.icon-treediagram:before { content: '\e5bd'; } /* '' */
.icon-powerplug:before { content: '\e5be'; } /* '' */
.icon-lan:before { content: '\e5bf'; } /* '' */
.icon-sharedfile:before { content: '\e5c0'; } /* '' */
.icon-foldertree:before { content: '\e5c1'; } /* '' */
.icon-tethering:before { content: '\e5c2'; } /* '' */
.icon-edit2:before { content: '\e5c3'; } /* '' */
.icon-batterycharging:before { content: '\e5c4'; } /* '' */
.icon-batterycharged:before { content: '\e5c5'; } /* '' */
.icon-batteryempty:before { content: '\e5c6'; } /* '' */
.icon-battery20:before { content: '\e5c7'; } /* '' */
.icon-battery40:before { content: '\e5c8'; } /* '' */
.icon-battery60:before { content: '\e5c9'; } /* '' */
.icon-battery80:before { content: '\e5ca'; } /* '' */
.icon-batteryfull:before { content: '\e5cb'; } /* '' */
.icon-imac:before { content: '\e5cc'; } /* '' */
.icon-firewire:before { content: '\e5cd'; } /* '' */
.icon-powerjack:before { content: '\e5ce'; } /* '' */
.icon-webcam:before { content: '\e5cf'; } /* '' */
.icon-wifi:before { content: '\e5d0'; } /* '' */
.icon-networksignal:before { content: '\e5d1'; } /* '' */
.icon-batteryaltfull:before { content: '\e5d2'; } /* '' */
.icon-batteryalt60:before { content: '\e5d3'; } /* '' */
.icon-batteryalt30:before { content: '\e5d4'; } /* '' */
.icon-batteryaltcharging:before { content: '\e5d5'; } /* '' */
.icon-keyboard2:before { content: '\e5d6'; } /* '' */
.icon-sd:before { content: '\e5d7'; } /* '' */
.icon-microsd:before { content: '\e5d8'; } /* '' */
.icon-graphicscard:before { content: '\e5d9'; } /* '' */
.icon-screenshot:before { content: '\e5da'; } /* '' */
.icon-brightness:before { content: '\e5db'; } /* '' */
.icon-brightnessfull:before { content: '\e5dc'; } /* '' */
.icon-brightnesshalf:before { content: '\e5dd'; } /* '' */
.icon-usb:before { content: '\e5de'; } /* '' */
.icon-usb2:before { content: '\e5df'; } /* '' */
.icon-usb3:before { content: '\e5e0'; } /* '' */
.icon-grid:before { content: '\e5e1'; } /* '' */
.icon-details1:before { content: '\e5e2'; } /* '' */
.icon-thumbnails:before { content: '\e5e3'; } /* '' */
.icon-list:before { content: '\e5e4'; } /* '' */
.icon-terminal:before { content: '\e5e5'; } /* '' */
.icon-touchpad:before { content: '\e5e6'; } /* '' */
.icon-zip:before { content: '\e5e7'; } /* '' */
.icon-rar:before { content: '\e5e8'; } /* '' */
.icon-tablet:before { content: '\e5e9'; } /* '' */
.icon-keyboard:before { content: '\e5ea'; } /* '' */
.icon-download1:before { content: '\e5eb'; } /* '' */
.icon-upload1:before { content: '\e5ec'; } /* '' */
.icon-sync2:before { content: '\e5ed'; } /* '' */
.icon-power:before { content: '\e5ee'; } /* '' */
.icon-shutdown:before { content: '\e5ef'; } /* '' */
.icon-restart:before { content: '\e5f0'; } /* '' */
.icon-ubuntu:before { content: '\e5f1'; } /* '' */
.icon-sim2:before { content: '\e5f2'; } /* '' */
.icon-loading:before { content: '\e5f3'; } /* '' */
.icon-hourglass2:before { content: '\e5f4'; } /* '' */
.icon-sidebar:before { content: '\e5f5'; } /* '' */
.icon-print:before { content: '\e5f6'; } /* '' */
.icon-mouse2:before { content: '\e5f7'; } /* '' */
.icon-menu:before { content: '\e5f8'; } /* '' */
.icon-install:before { content: '\e5f9'; } /* '' */
.icon-webcam2:before { content: '\e5fa'; } /* '' */
.icon-android:before { content: '\e5fb'; } /* '' */
.icon-bluetooth:before { content: '\e5fc'; } /* '' */
.icon-comment:before { content: '\e5fd'; } /* '' */
.icon-comment2:before { content: '\e5fe'; } /* '' */
.icon-post:before { content: '\e5ff'; } /* '' */
.icon-quote:before { content: '\e600'; } /* '' */
.icon-post2:before { content: '\e601'; } /* '' */
.icon-loved:before { content: '\e602'; } /* '' */
.icon-love:before { content: '\e603'; } /* '' */
.icon-user:before { content: '\e604'; } /* '' */
.icon-friends:before { content: '\e605'; } /* '' */
.icon-phonebook:before { content: '\e606'; } /* '' */
.icon-email2:before { content: '\e607'; } /* '' */
.icon-businesscard2:before { content: '\e608'; } /* '' */
.icon-thumbup:before { content: '\e609'; } /* '' */
.icon-thumbdown:before { content: '\e60a'; } /* '' */
.icon-favorite:before { content: '\e60b'; } /* '' */
.icon-favorite2:before { content: '\e60c'; } /* '' */
.icon-happy:before { content: '\e60d'; } /* '' */
.icon-sad:before { content: '\e60e'; } /* '' */
.icon-blankstare:before { content: '\e60f'; } /* '' */
.icon-laugh:before { content: '\e610'; } /* '' */
.icon-facebook:before { content: '\e611'; } /* '' */
.icon-skype:before { content: '\e612'; } /* '' */
.icon-youtube:before { content: '\e613'; } /* '' */
.icon-bookmark:before { content: '\e614'; } /* '' */
.icon-notificationdown:before { content: '\e615'; } /* '' */
.icon-notificationup:before { content: '\e616'; } /* '' */
.icon-flickr:before { content: '\e617'; } /* '' */
.icon-share2:before { content: '\e618'; } /* '' */
.icon-phone2:before { content: '\e619'; } /* '' */
.icon-phone3:before { content: '\e61a'; } /* '' */
.icon-instagram:before { content: '\e61b'; } /* '' */
.icon-facebook2:before { content: '\e61c'; } /* '' */
.icon-dribbble:before { content: '\e61d'; } /* '' */
.icon-forrst:before { content: '\e61e'; } /* '' */
.icon-chrome:before { content: '\e61f'; } /* '' */
.icon-phonebook2:before { content: '\e620'; } /* '' */
.icon-gmail:before { content: '\e621'; } /* '' */
.icon-yahoo:before { content: '\e622'; } /* '' */
.icon-delicious:before { content: '\e623'; } /* '' */
.icon-myspace:before { content: '\e624'; } /* '' */
.icon-reddit:before { content: '\e625'; } /* '' */
.icon-comment3:before { content: '\e626'; } /* '' */
.icon-comment4:before { content: '\e627'; } /* '' */
.icon-comment5:before { content: '\e628'; } /* '' */
.icon-comment6:before { content: '\e629'; } /* '' */
.icon-browser:before { content: '\e62a'; } /* '' */
.icon-avatar:before { content: '\e62b'; } /* '' */
.icon-phone:before { content: '\e62c'; } /* '' */
.icon-missedcall:before { content: '\e62d'; } /* '' */
.icon-incomingcall:before { content: '\e62e'; } /* '' */
.icon-outgoingcall:before { content: '\e62f'; } /* '' */
.icon-tag2:before { content: '\e630'; } /* '' */
.icon-basecamp:before { content: '\e631'; } /* '' */
.icon-avatar2:before { content: '\e632'; } /* '' */
.icon-chat:before { content: '\e633'; } /* '' */
.icon-googledrive:before { content: '\e634'; } /* '' */
.icon-tumblr:before { content: '\e635'; } /* '' */
.icon-googleplus:before { content: '\e636'; } /* '' */
.icon-linkedin:before { content: '\e637'; } /* '' */
.icon-blogger:before { content: '\e638'; } /* '' */
.icon-vimeo:before { content: '\e639'; } /* '' */
.icon-path:before { content: '\e63a'; } /* '' */
.icon-twitter:before { content: '\e63b'; } /* '' */
.icon-pocket:before { content: '\e63c'; } /* '' */
.icon-share1:before { content: '\e63d'; } /* '' */
.icon-newwindow:before { content: '\e63e'; } /* '' */
.icon-closewindow:before { content: '\e63f'; } /* '' */
.icon-newtab:before { content: '\e640'; } /* '' */
.icon-closetab:before { content: '\e641'; } /* '' */
.icon-archive:before { content: '\e642'; } /* '' */
.icon-draft:before { content: '\e643'; } /* '' */
.icon-reademail:before { content: '\e644'; } /* '' */
.icon-emailrefresh:before { content: '\e645'; } /* '' */
.icon-emailforward:before { content: '\e646'; } /* '' */
.icon-emailexport:before { content: '\e647'; } /* '' */
.icon-emailimport:before { content: '\e648'; } /* '' */
.icon-inbox:before { content: '\e649'; } /* '' */
.icon-outbox:before { content: '\e64a'; } /* '' */
.icon-draft2:before { content: '\e64b'; } /* '' */
.icon-rss:before { content: '\e64c'; } /* '' */
.icon-evernote:before { content: '\e64d'; } /* '' */
.icon-video:before { content: '\e64e'; } /* '' */
.icon-play2:before { content: '\e64f'; } /* '' */
.icon-movie4:before { content: '\e650'; } /* '' */
.icon-headphones:before { content: '\e651'; } /* '' */
.icon-music:before { content: '\e652'; } /* '' */
.icon-fastforward1:before { content: '\e653'; } /* '' */
.icon-rewind:before { content: '\e654'; } /* '' */
.icon-play:before { content: '\e655'; } /* '' */
.icon-stop:before { content: '\e656'; } /* '' */
.icon-pause:before { content: '\e657'; } /* '' */
.icon-repeat:before { content: '\e658'; } /* '' */
.icon-shuffle:before { content: '\e659'; } /* '' */
.icon-record:before { content: '\e65a'; } /* '' */
.icon-next:before { content: '\e65b'; } /* '' */
.icon-previous:before { content: '\e65c'; } /* '' */
.icon-voice:before { content: '\e65d'; } /* '' */
.icon-music2:before { content: '\e65e'; } /* '' */
.icon-equalizer:before { content: '\e65f'; } /* '' */
.icon-equalizer2:before { content: '\e660'; } /* '' */
.icon-ipod:before { content: '\e661'; } /* '' */
.icon-microphone:before { content: '\e662'; } /* '' */
.icon-vlc:before { content: '\e663'; } /* '' */
.icon-movie5:before { content: '\e664'; } /* '' */
.icon-soundwave:before { content: '\e665'; } /* '' */
.icon-boombox:before { content: '\e666'; } /* '' */
.icon-repeatone:before { content: '\e667'; } /* '' */
.icon-next2:before { content: '\e668'; } /* '' */
.icon-previous2:before { content: '\e669'; } /* '' */
.icon-eject:before { content: '\e66a'; } /* '' */
.icon-guitar:before { content: '\e66b'; } /* '' */
.icon-camera:before { content: '\e66c'; } /* '' */
.icon-videocamera:before { content: '\e66d'; } /* '' */
.icon-video3:before { content: '\e66e'; } /* '' */
.icon-piano:before { content: '\e66f'; } /* '' */
.icon-album:before { content: '\e670'; } /* '' */
.icon-hdtv:before { content: '\e671'; } /* '' */
.icon-radio:before { content: '\e672'; } /* '' */
.icon-podcast:before { content: '\e673'; } /* '' */
.icon-headphones2:before { content: '\e674'; } /* '' */
.icon-tv:before { content: '\e675'; } /* '' */
.icon-violin:before { content: '\e676'; } /* '' */
.icon-transform:before { content: '\e677'; } /* '' */
.icon-twocolumnright:before { content: '\e678'; } /* '' */
.icon-twocolumnright2:before { content: '\e679'; } /* '' */
.icon-twocolumnleft:before { content: '\e67a'; } /* '' */
.icon-twocolumnleft2:before { content: '\e67b'; } /* '' */
.icon-threecolumn:before { content: '\e67c'; } /* '' */
.icon-inkpen:before { content: '\e67d'; } /* '' */
.icon-eyedropper:before { content: '\e67e'; } /* '' */
.icon-font:before { content: '\e67f'; } /* '' */
.icon-crop:before { content: '\e680'; } /* '' */
.icon-rectangleselection:before { content: '\e681'; } /* '' */
.icon-circleselection:before { content: '\e682'; } /* '' */
.icon-selectionadd:before { content: '\e683'; } /* '' */
.icon-selectionrmove:before { content: '\e684'; } /* '' */
.icon-selectionintersect:before { content: '\e685'; } /* '' */
.icon-bucket:before { content: '\e686'; } /* '' */
.icon-vector:before { content: '\e687'; } /* '' */
.icon-edit1:before { content: '\e688'; } /* '' */
.icon-brush:before { content: '\e689'; } /* '' */
.icon-palette:before { content: '\e68a'; } /* '' */
.icon-book:before { content: '\e68b'; } /* '' */
.icon-wacom:before { content: '\e68c'; } /* '' */
.icon-elipse:before { content: '\e68d'; } /* '' */
.icon-roundedrectangle:before { content: '\e68e'; } /* '' */
.icon-polygon:before { content: '\e68f'; } /* '' */
.icon-line:before { content: '\e690'; } /* '' */
.icon-lineheight:before { content: '\e691'; } /* '' */
.icon-sortbynameascending:before { content: '\e692'; } /* '' */
.icon-sortbynamedescending:before { content: '\e693'; } /* '' */
.icon-sortbysizeascending:before { content: '\e694'; } /* '' */
.icon-sortbysizedescending:before { content: '\e695'; } /* '' */
.icon-write:before { content: '\e696'; } /* '' */
.icon-macro:before { content: '\e697'; } /* '' */
.icon-spray:before { content: '\e698'; } /* '' */
.icon-canvas:before { content: '\e699'; } /* '' */
.icon-adobe:before { content: '\e69a'; } /* '' */
.icon-layers:before { content: '\e69b'; } /* '' */
.icon-layers2:before { content: '\e69c'; } /* '' */
.icon-pagebreak:before { content: '\e69d'; } /* '' */
.icon-photoshop:before { content: '\e69e'; } /* '' */
.icon-illustrator:before { content: '\e69f'; } /* '' */
.icon-flash:before { content: '\e6a0'; } /* '' */
.icon-dreamweaver:before { content: '\e6a1'; } /* '' */
.icon-alignverticalcenters:before { content: '\e6a2'; } /* '' */
.icon-alignhorizontalcenters:before { content: '\e6a3'; } /* '' */
.icon-alignbottomedges:before { content: '\e6a4'; } /* '' */
.icon-aligntopedges:before { content: '\e6a5'; } /* '' */
.icon-alignrightedges:before { content: '\e6a6'; } /* '' */
.icon-alignleftedges:before { content: '\e6a7'; } /* '' */
.icon-alignleft:before { content: '\e6a8'; } /* '' */
.icon-alignright:before { content: '\e6a9'; } /* '' */
.icon-aligncenter:before { content: '\e6aa'; } /* '' */
.icon-alignjustify:before { content: '\e6ab'; } /* '' */
.icon-distributeverticalcenters:before { content: '\e6ac'; } /* '' */
.icon-distributehorizontalcenters:before { content: '\e6ad'; } /* '' */
.icon-shapes:before { content: '\e6ae'; } /* '' */
.icon-exposure:before { content: '\e6af'; } /* '' */
.icon-invert:before { content: '\e6b0'; } /* '' */
.icon-insertpicture:before { content: '\e6b1'; } /* '' */
.icon-insertpictureleft:before { content: '\e6b2'; } /* '' */
.icon-insertpictureright:before { content: '\e6b3'; } /* '' */
.icon-insertpicturecenter:before { content: '\e6b4'; } /* '' */
.icon-insertpiechart:before { content: '\e6b5'; } /* '' */
.icon-insertbarchart:before { content: '\e6b6'; } /* '' */
.icon-color:before { content: '\e6b7'; } /* '' */
.icon-clearformatting:before { content: '\e6b8'; } /* '' */
.icon-paintbrush:before { content: '\e6b9'; } /* '' */
.icon-kerning:before { content: '\e6ba'; } /* '' */
.icon-subscript:before { content: '\e6bb'; } /* '' */
.icon-superscript:before { content: '\e6bc'; } /* '' */
.icon-magazine:before { content: '\e6bd'; } /* '' */
.icon-resize:before { content: '\e6be'; } /* '' */
.icon-pen:before { content: '\e6bf'; } /* '' */
.icon-ruler:before { content: '\e6c0'; } /* '' */
.icon-moleskine:before { content: '\e6c1'; } /* '' */
.icon-eraser:before { content: '\e6c2'; } /* '' */
.icon-indentleft:before { content: '\e6c3'; } /* '' */
.icon-indentright:before { content: '\e6c4'; } /* '' */
.icon-bold:before { content: '\e6c5'; } /* '' */
.icon-italic:before { content: '\e6c6'; } /* '' */
.icon-underline:before { content: '\e6c7'; } /* '' */
.icon-strikethrough:before { content: '\e6c8'; } /* '' */
.icon-fontheight:before { content: '\e6c9'; } /* '' */
.icon-fontwidth:before { content: '\e6ca'; } /* '' */
.icon-paintroll:before { content: '\e6cb'; } /* '' */
.icon-wizard2:before { content: '\e6cc'; } /* '' */
.icon-creativecommons:before { content: '\e6cd'; } /* '' */
.icon-addshape:before { content: '\e6ce'; } /* '' */
.icon-subtractshape:before { content: '\e6cf'; } /* '' */
.icon-intersectshape:before { content: '\e6d0'; } /* '' */
.icon-excludeshape:before { content: '\e6d1'; } /* '' */
.icon-mergeshapes:before { content: '\e6d2'; } /* '' */
.icon-rotateclockwise:before { content: '\e6d3'; } /* '' */
.icon-rotatecounterclockwise:before { content: '\e6d4'; } /* '' */
.icon-marker:before { content: '\e6d5'; } /* '' */
.icon-canvasrulers:before { content: '\e6d6'; } /* '' */
.icon-sun:before { content: '\e6d7'; } /* '' */
.icon-moon:before { content: '\e6d8'; } /* '' */
.icon-water:before { content: '\e6d9'; } /* '' */
.icon-maps:before { content: '\e6da'; } /* '' */
.icon-pin:before { content: '\e6db'; } /* '' */
.icon-flag1:before { content: '\e6dc'; } /* '' */
.icon-placeios:before { content: '\e6dd'; } /* '' */
.icon-temperature:before { content: '\e6de'; } /* '' */
.icon-temperature2:before { content: '\e6df'; } /* '' */
.icon-calendar:before { content: '\e6e0'; } /* '' */
.icon-clock:before { content: '\e6e1'; } /* '' */
.icon-truck:before { content: '\e6e2'; } /* '' */
.icon-scope:before { content: '\e6e3'; } /* '' */
.icon-spoon:before { content: '\e6e4'; } /* '' */
.icon-knife:before { content: '\e6e5'; } /* '' */
.icon-tent:before { content: '\e6e6'; } /* '' */
.icon-gasstation:before { content: '\e6e7'; } /* '' */
.icon-forest:before { content: '\e6e8'; } /* '' */
.icon-umbrella:before { content: '\e6e9'; } /* '' */
.icon-stopwatch:before { content: '\e6ea'; } /* '' */
.icon-boat:before { content: '\e6eb'; } /* '' */
.icon-roadsign:before { content: '\e6ec'; } /* '' */
.icon-forest2:before { content: '\e6ed'; } /* '' */
.icon-port:before { content: '\e6ee'; } /* '' */
.icon-gpsoff:before { content: '\e6ef'; } /* '' */
.icon-gpson:before { content: '\e6f0'; } /* '' */
.icon-place:before { content: '\e6f1'; } /* '' */
.icon-placeadd:before { content: '\e6f2'; } /* '' */
.icon-placedelete:before { content: '\e6f3'; } /* '' */
.icon-checkin:before { content: '\e6f4'; } /* '' */
.icon-place2:before { content: '\e6f5'; } /* '' */
.icon-place2add:before { content: '\e6f6'; } /* '' */
.icon-place2delete:before { content: '\e6f7'; } /* '' */
.icon-checkin2:before { content: '\e6f8'; } /* '' */
.icon-wheel:before { content: '\e6f9'; } /* '' */
.icon-cigarette:before { content: '\e6fa'; } /* '' */
.icon-trafficlight:before { content: '\e6fb'; } /* '' */
.icon-clock2:before { content: '\e6fc'; } /* '' */
.icon-cactus:before { content: '\e6fd'; } /* '' */
.icon-watertap:before { content: '\e6fe'; } /* '' */
.icon-snow:before { content: '\e6ff'; } /* '' */
.icon-rain:before { content: '\e700'; } /* '' */
.icon-storm:before { content: '\e701'; } /* '' */
.icon-storm2:before { content: '\e702'; } /* '' */
.icon-flag2:before { content: '\e703'; } /* '' */
.icon-alarm:before { content: '\e704'; } /* '' */
.icon-bag:before { content: '\e705'; } /* '' */
.icon-coffee:before { content: '\e706'; } /* '' */
.icon-martini:before { content: '\e707'; } /* '' */
.icon-scope2:before { content: '\e708'; } /* '' */
.icon-wine:before { content: '\e709'; } /* '' */
.icon-automobile:before { content: '\e70a'; } /* '' */
.icon-navigation:before { content: '\e70b'; } /* '' */
.icon-wave2:before { content: '\e70c'; } /* '' */
.icon-wave:before { content: '\e70d'; } /* '' */
.icon-alarm2:before { content: '\e70e'; } /* '' */
.icon-airplane:before { content: '\e70f'; } /* '' */
.icon-shipping:before { content: '\e710'; } /* '' */
.icon-roadsignleft:before { content: '\e711'; } /* '' */
.icon-bus:before { content: '\e712'; } /* '' */
.icon-stamp:before { content: '\e713'; } /* '' */
.icon-stamp2:before { content: '\e714'; } /* '' */
.icon-beer:before { content: '\e715'; } /* '' */
.icon-building:before { content: '\e716'; } /* '' */
.icon-emergency:before { content: '\e717'; } /* '' */
.icon-hospital:before { content: '\e718'; } /* '' */
.icon-railroad:before { content: '\e719'; } /* '' */
.icon-road:before { content: '\e71a'; } /* '' */
.icon-freeway:before { content: '\e71b'; } /* '' */
.icon-cup:before { content: '\e71c'; } /* '' */
.icon-men:before { content: '\e71d'; } /* '' */
.icon-women:before { content: '\e71e'; } /* '' */
.icon-mug:before { content: '\e71f'; } /* '' */
.icon-metro:before { content: '\e720'; } /* '' */
.icon-stocks:before { content: '\e721'; } /* '' */
.icon-stockup:before { content: '\e722'; } /* '' */
.icon-stockdown:before { content: '\e723'; } /* '' */
.icon-timeline:before { content: '\e724'; } /* '' */
.icon-coupon:before { content: '\e725'; } /* '' */
.icon-playstore:before { content: '\e726'; } /* '' */
.icon-news:before { content: '\e727'; } /* '' */
.icon-piggybank:before { content: '\e728'; } /* '' */
.icon-calculator:before { content: '\e729'; } /* '' */
.icon-dollar2:before { content: '\e72a'; } /* '' */
.icon-euro2:before { content: '\e72b'; } /* '' */
.icon-pound:before { content: '\e72c'; } /* '' */
.icon-pound2:before { content: '\e72d'; } /* '' */
.icon-yen2:before { content: '\e72e'; } /* '' */
.icon-briefcase2:before { content: '\e72f'; } /* '' */
.icon-briefcase3:before { content: '\e730'; } /* '' */
.icon-gift:before { content: '\e731'; } /* '' */
.icon-abacus:before { content: '\e732'; } /* '' */
.icon-bank:before { content: '\e733'; } /* '' */
.icon-law:before { content: '\e734'; } /* '' */
.icon-price2:before { content: '\e735'; } /* '' */
.icon-walletalt:before { content: '\e736'; } /* '' */
.icon-calculator2:before { content: '\e737'; } /* '' */
.icon-mastercard:before { content: '\e738'; } /* '' */
.icon-paypal:before { content: '\e739'; } /* '' */
.icon-skrill:before { content: '\e73a'; } /* '' */
.icon-alertpay:before { content: '\e73b'; } /* '' */
.icon-westernunion:before { content: '\e73c'; } /* '' */
.icon-exchange:before { content: '\e73d'; } /* '' */
.icon-appointment:before { content: '\e73e'; } /* '' */
.icon-officechair:before { content: '\e73f'; } /* '' */
.icon-cashregister:before { content: '\e740'; } /* '' */
.icon-squareapp:before { content: '\e741'; } /* '' */
.icon-googlewallet:before { content: '\e742'; } /* '' */
.icon-moneybag:before { content: '\e743'; } /* '' */
.icon-store:before { content: '\e744'; } /* '' */
.icon-shoppingbag:before { content: '\e745'; } /* '' */
.icon-rubberstamp:before { content: '\e746'; } /* '' */
.icon-qrcode:before { content: '\e747'; } /* '' */
.icon-barcode:before { content: '\e748'; } /* '' */
.icon-sale1:before { content: '\e749'; } /* '' */
.icon-bill:before { content: '\e74a'; } /* '' */
.icon-creditcard:before { content: '\e74b'; } /* '' */
.icon-factory:before { content: '\e74c'; } /* '' */
.icon-cash:before { content: '\e74d'; } /* '' */
.icon-shredder:before { content: '\e74e'; } /* '' */
.icon-flask:before { content: '\e74f'; } /* '' */
.icon-flaskfull:before { content: '\e750'; } /* '' */
.icon-fire:before { content: '\e751'; } /* '' */
.icon-eye:before { content: '\e752'; } /* '' */
.icon-magnet:before { content: '\e753'; } /* '' */
.icon-radioactive:before { content: '\e754'; } /* '' */
.icon-microscope:before { content: '\e755'; } /* '' */
.icon-paperclip:before { content: '\e756'; } /* '' */
.icon-paperclip2:before { content: '\e757'; } /* '' */
.icon-paperclip3:before { content: '\e758'; } /* '' */
.icon-megaphone:before { content: '\e759'; } /* '' */
.icon-student:before { content: '\e75a'; } /* '' */
.icon-icecream2:before { content: '\e75b'; } /* '' */
.icon-switch:before { content: '\e75c'; } /* '' */
.icon-powerplugeu:before { content: '\e75d'; } /* '' */
.icon-powerplugus:before { content: '\e75e'; } /* '' */
.icon-switchon2:before { content: '\e75f'; } /* '' */
.icon-switchoff2:before { content: '\e760'; } /* '' */
.icon-crown:before { content: '\e761'; } /* '' */
.icon-shovel:before { content: '\e762'; } /* '' */
.icon-hammer:before { content: '\e763'; } /* '' */
.icon-screwdriver:before { content: '\e764'; } /* '' */
.icon-screwdriver2:before { content: '\e765'; } /* '' */
.icon-sunglasses:before { content: '\e766'; } /* '' */
.icon-glasses:before { content: '\e767'; } /* '' */
.icon-paperairplane:before { content: '\e768'; } /* '' */
.icon-recycle:before { content: '\e769'; } /* '' */
.icon-remote:before { content: '\e76a'; } /* '' */
.icon-flashlight:before { content: '\e76b'; } /* '' */
.icon-candle:before { content: '\e76c'; } /* '' */
.icon-forklift:before { content: '\e76d'; } /* '' */
.icon-rocket:before { content: '\e76e'; } /* '' */
.icon-paw:before { content: '\e76f'; } /* '' */
.icon-orange:before { content: '\e770'; } /* '' */
.icon-croisant:before { content: '\e771'; } /* '' */
.icon-binoculars:before { content: '\e772'; } /* '' */
.icon-woman:before { content: '\e773'; } /* '' */
.icon-man:before { content: '\e774'; } /* '' */
.icon-patch:before { content: '\e775'; } /* '' */
.icon-icecream:before { content: '\e776'; } /* '' */
.icon-flower:before { content: '\e777'; } /* '' */
.icon-target:before { content: '\e778'; } /* '' */
.icon-peace:before { content: '\e779'; } /* '' */
.icon-lightning2:before { content: '\e77a'; } /* '' */
.icon-sheriff:before { content: '\e77b'; } /* '' */
.icon-police:before { content: '\e77c'; } /* '' */
.icon-hanger:before { content: '\e77d'; } /* '' */
.icon-addtolist:before { content: '\e77e'; } /* '' */
.icon-toast:before { content: '\e77f'; } /* '' */
.icon-director:before { content: '\e780'; } /* '' */
.icon-fence:before { content: '\e781'; } /* '' */
.icon-science:before { content: '\e782'; } /* '' */
.icon-lamp:before { content: '\e783'; } /* '' */
.icon-wrench2:before { content: '\e784'; } /* '' */
.icon-hamburger:before { content: '\e785'; } /* '' */
.icon-alert2:before { content: '\e786'; } /* '' */
.icon-eye2:before { content: '\e787'; } /* '' */
.icon-jar:before { content: '\e788'; } /* '' */
.icon-extinguisher:before { content: '\e789'; } /* '' */
.icon-plaque:before { content: '\e78a'; } /* '' */
.icon-bed:before { content: '\e78b'; } /* '' */
.icon-firstaid:before { content: '\e78c'; } /* '' */
.icon-psbuttoncircle:before { content: '\e78d'; } /* '' */
.icon-psbuttonsquare:before { content: '\e78e'; } /* '' */
.icon-psbuttontriangle:before { content: '\e78f'; } /* '' */
.icon-psbuttonx:before { content: '\e790'; } /* '' */
.icon-buttona:before { content: '\e791'; } /* '' */
.icon-buttonb:before { content: '\e792'; } /* '' */
.icon-buttonx:before { content: '\e793'; } /* '' */
.icon-buttony:before { content: '\e794'; } /* '' */
.icon-pscursor:before { content: '\e795'; } /* '' */
.icon-psup:before { content: '\e796'; } /* '' */
.icon-psright:before { content: '\e797'; } /* '' */
.icon-psdown:before { content: '\e798'; } /* '' */
.icon-psleft:before { content: '\e799'; } /* '' */
.icon-analogleft:before { content: '\e79a'; } /* '' */
.icon-analogright:before { content: '\e79b'; } /* '' */
.icon-analogup:before { content: '\e79c'; } /* '' */
.icon-analogdown:before { content: '\e79d'; } /* '' */
.icon-psl1:before { content: '\e79e'; } /* '' */
.icon-psl2:before { content: '\e79f'; } /* '' */
.icon-psr1:before { content: '\e7a0'; } /* '' */
.icon-psr2:before { content: '\e7a1'; } /* '' */
.icon-gamecursor:before { content: '\e7a2'; } /* '' */
.icon-controllerps:before { content: '\e7a3'; } /* '' */
.icon-controllernes:before { content: '\e7a4'; } /* '' */
.icon-controllersnes:before { content: '\e7a5'; } /* '' */
.icon-joystickarcade:before { content: '\e7a6'; } /* '' */
.icon-joystickatari:before { content: '\e7a7'; } /* '' */
.icon-podium1:before { content: '\e7a8'; } /* '' */
.icon-trophy:before { content: '\e7a9'; } /* '' */
.icon-die:before { content: '\e7aa'; } /* '' */
.icon-boardgame:before { content: '\e7ab'; } /* '' */
.icon-ghost:before { content: '\e7ac'; } /* '' */
.icon-pacman:before { content: '\e7ad'; } /* '' */
.icon-bomb:before { content: '\e7ae'; } /* '' */
.icon-steam1:before { content: '\e7af'; } /* '' */
.icon-starempty:before { content: '\e7b0'; } /* '' */
.icon-starhalf:before { content: '\e7b1'; } /* '' */
.icon-starfull:before { content: '\e7b2'; } /* '' */
.icon-lifeempty:before { content: '\e7b3'; } /* '' */
.icon-lifehalf:before { content: '\e7b4'; } /* '' */
.icon-lifefull:before { content: '\e7b5'; } /* '' */
.icon-warmedal:before { content: '\e7b6'; } /* '' */
.icon-medal:before { content: '\e7b7'; } /* '' */
.icon-medalgold:before { content: '\e7b8'; } /* '' */
.icon-medalsilver:before { content: '\e7b9'; } /* '' */
.icon-medalbronze:before { content: '\e7ba'; } /* '' */
.icon-basketball:before { content: '\e7bb'; } /* '' */
.icon-tennis:before { content: '\e7bc'; } /* '' */
.icon-football:before { content: '\e7bd'; } /* '' */
.icon-americanfootball:before { content: '\e7be'; } /* '' */
.icon-sword:before { content: '\e7bf'; } /* '' */
.icon-bow:before { content: '\e7c0'; } /* '' */
.icon-axe:before { content: '\e7c1'; } /* '' */
.icon-pingpong:before { content: '\e7c2'; } /* '' */
.icon-golf:before { content: '\e7c3'; } /* '' */
.icon-racquet:before { content: '\e7c4'; } /* '' */
.icon-bowling:before { content: '\e7c5'; } /* '' */
.icon-hearts:before { content: '\e7c6'; } /* '' */
.icon-spades:before { content: '\e7c7'; } /* '' */
.icon-clubs:before { content: '\e7c8'; } /* '' */
.icon-diamonds:before { content: '\e7c9'; } /* '' */
.icon-pawn:before { content: '\e7ca'; } /* '' */
.icon-bishop:before { content: '\e7cb'; } /* '' */
.icon-rook:before { content: '\e7cc'; } /* '' */
.icon-knight:before { content: '\e7cd'; } /* '' */
.icon-king:before { content: '\e7ce'; } /* '' */
.icon-queen:before { content: '\e7cf'; } /* '' */
.icon-down:before { content: '\e7d0'; } /* '' */
.icon-downleft:before { content: '\e7d1'; } /* '' */
.icon-downright:before { content: '\e7d2'; } /* '' */
.icon-up:before { content: '\e7d3'; } /* '' */
.icon-upleft:before { content: '\e7d4'; } /* '' */
.icon-upright:before { content: '\e7d5'; } /* '' */
.icon-right:before { content: '\e7d6'; } /* '' */
.icon-left:before { content: '\e7d7'; } /* '' */
.icon-settings2:before { content: '\e7d8'; } /* '' */
.icon-settings3:before { content: '\e7d9'; } /* '' */
.icon-settings4:before { content: '\e7da'; } /* '' */
.icon-settings5:before { content: '\e7db'; } /* '' */
.icon-bigger:before { content: '\e7dc'; } /* '' */
.icon-smaller:before { content: '\e7dd'; } /* '' */
.icon-equals:before { content: '\e7de'; } /* '' */
.icon-restore:before { content: '\e7df'; } /* '' */
.icon-minimize:before { content: '\e7e0'; } /* '' */
.icon-maximize:before { content: '\e7e1'; } /* '' */
.icon-checkbox:before { content: '\e7e2'; } /* '' */
.icon-checkbox2:before { content: '\e7e3'; } /* '' */
.icon-radiobutton:before { content: '\e7e4'; } /* '' */
.icon-forbidden:before { content: '\e7e5'; } /* '' */
.icon-forbidden2:before { content: '\e7e6'; } /* '' */
.icon-info:before { content: '\e7e7'; } /* '' */
.icon-alert:before { content: '\e7e8'; } /* '' */
.icon-asterisk2:before { content: '\e7e9'; } /* '' */
.icon-resizeh:before { content: '\e7ea'; } /* '' */
.icon-resizev:before { content: '\e7eb'; } /* '' */
.icon-fastleft:before { content: '\e7ec'; } /* '' */
.icon-fastright:before { content: '\e7ed'; } /* '' */
.icon-fastup:before { content: '\e7ee'; } /* '' */
.icon-fastdown:before { content: '\e7ef'; } /* '' */
.icon-back:before { content: '\e7f0'; } /* '' */
.icon-forward:before { content: '\e7f1'; } /* '' */
.icon-zoomin:before { content: '\e7f2'; } /* '' */
.icon-zoomout:before { content: '\e7f3'; } /* '' */
.icon-move:before { content: '\e7f4'; } /* '' */
.icon-enter:before { content: '\e7f5'; } /* '' */
.icon-exit:before { content: '\e7f6'; } /* '' */
.icon-scaleup:before { content: '\e7f7'; } /* '' */
.icon-scaledown:before { content: '\e7f8'; } /* '' */
.icon-mergecells:before { content: '\e7f9'; } /* '' */
.icon-quoteup:before { content: '\e7fa'; } /* '' */
.icon-quotedown:before { content: '\e7fb'; } /* '' */
.icon-undo:before { content: '\e7fc'; } /* '' */
.icon-redo:before { content: '\e7fd'; } /* '' */
.icon-switchon:before { content: '\e7fe'; } /* '' */
.icon-switchoff:before { content: '\e7ff'; } /* '' */
.icon-importfile:before { content: '\e800'; } /* '' */
.icon-exportfile:before { content: '\e801'; } /* '' */
.icon-preview:before { content: '\e802'; } /* '' */
.icon-pagesetup:before { content: '\e803'; } /* '' */
.icon-opennewwindow:before { content: '\e804'; } /* '' */
.icon-link2:before { content: '\e805'; } /* '' */
.icon-merge:before { content: '\e806'; } /* '' */
.icon-split:before { content: '\e807'; } /* '' */
.icon-infographic:before { content: '\e808'; } /* '' */
.icon-wizard3:before { content: '\e809'; } /* '' */
.icon-lightbulb:before { content: '\e80a'; } /* '' */
.icon-loading2:before { content: '\e80b'; } /* '' */
.icon-cmd:before { content: '\e80c'; } /* '' */
.icon-sum:before { content: '\e80d'; } /* '' */
.icon-root:before { content: '\e80e'; } /* '' */
.icon-synckeeponserver:before { content: '\e80f'; } /* '' */
.icon-synckeeplocal:before { content: '\e810'; } /* '' */
.icon-_0:before { content: '\e814'; } /* '' */
.icon-_1:before { content: '\e815'; } /* '' */
.icon-_2:before { content: '\e816'; } /* '' */
.icon-_3:before { content: '\e817'; } /* '' */
.icon-_4:before { content: '\e818'; } /* '' */
.icon-_5:before { content: '\e819'; } /* '' */
.icon-_6:before { content: '\e81a'; } /* '' */
.icon-_7:before { content: '\e81b'; } /* '' */
.icon-_8:before { content: '\e81c'; } /* '' */
.icon-_9:before { content: '\e81d'; } /* '' */
.icon-at:before { content: '\e81e'; } /* '' */
.icon-A:before { content: '\e81f'; } /* '' */
.icon-B:before { content: '\e820'; } /* '' */
.icon-C:before { content: '\e821'; } /* '' */
.icon-D:before { content: '\e822'; } /* '' */
.icon-E:before { content: '\e823'; } /* '' */
.icon-F:before { content: '\e824'; } /* '' */
.icon-G:before { content: '\e825'; } /* '' */
.icon-H:before { content: '\e826'; } /* '' */
.icon-I:before { content: '\e827'; } /* '' */
.icon-J:before { content: '\e828'; } /* '' */
.icon-K:before { content: '\e829'; } /* '' */
.icon-L:before { content: '\e82a'; } /* '' */
.icon-M:before { content: '\e82b'; } /* '' */
.icon-N:before { content: '\e82c'; } /* '' */
.icon-O:before { content: '\e82d'; } /* '' */
.icon-P:before { content: '\e82e'; } /* '' */
.icon-Q:before { content: '\e82f'; } /* '' */
.icon-R:before { content: '\e830'; } /* '' */
.icon-S:before { content: '\e831'; } /* '' */
.icon-T:before { content: '\e832'; } /* '' */
.icon-U:before { content: '\e833'; } /* '' */
.icon-V:before { content: '\e834'; } /* '' */
.icon-W:before { content: '\e835'; } /* '' */
.icon-X:before { content: '\e836'; } /* '' */
.icon-Y:before { content: '\e837'; } /* '' */
.icon-Z:before { content: '\e838'; } /* '' */
.icon-a:before { content: '\e839'; } /* '' */
.icon-b:before { content: '\e83a'; } /* '' */
.icon-c:before { content: '\e83b'; } /* '' */
.icon-d:before { content: '\e83c'; } /* '' */
.icon-e:before { content: '\e83d'; } /* '' */
.icon-f:before { content: '\e83e'; } /* '' */
.icon-g:before { content: '\e83f'; } /* '' */
.icon-h:before { content: '\e840'; } /* '' */
.icon-i:before { content: '\e841'; } /* '' */
.icon-j:before { content: '\e842'; } /* '' */
.icon-k:before { content: '\e843'; } /* '' */
.icon-l:before { content: '\e844'; } /* '' */
.icon-m:before { content: '\e845'; } /* '' */
.icon-n:before { content: '\e846'; } /* '' */
.icon-o:before { content: '\e847'; } /* '' */
.icon-p:before { content: '\e848'; } /* '' */
.icon-q:before { content: '\e849'; } /* '' */
.icon-r:before { content: '\e84a'; } /* '' */
.icon-s:before { content: '\e84b'; } /* '' */
.icon-t:before { content: '\e84c'; } /* '' */
.icon-u:before { content: '\e84d'; } /* '' */
.icon-v:before { content: '\e84e'; } /* '' */
.icon-w:before { content: '\e84f'; } /* '' */
.icon-x:before { content: '\e850'; } /* '' */
.icon-y:before { content: '\e851'; } /* '' */
.icon-z:before { content: '\e852'; } /* '' */
.icon-galaxyalt:before { content: '\e0ca'; } /* '' */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
@font-face {
	font-family: "myfont";
	src: url('../fonts/myfont.eot');
	src: url('../fonts/myfont.eot?#iefix') format('eot'),
		url('../fonts/myfont.woff') format('woff'),
		url('../fonts/myfont.ttf') format('truetype'),
		url('../fonts/myfont.svg#myfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fe {
	display: inline-block;
	font-family: "myfont";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fe-lg {
	font-size: 1.3333333333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fe-2x { font-size: 2em; }
.fe-3x { font-size: 3em; }
.fe-4x { font-size: 4em; }
.fe-5x { font-size: 5em; }
.fe-fw {
	width: 1.2857142857142858em;
	text-align: center;
}
.fe-cha:before { content: "\EA01" }
.fe-ku:before { content: "\EA02" }
.fe-momo:before { content: "\EA03" }
.fe-shizuku:before { content: "\EA04" }
.fe-ya:before { content: "\EA05" }

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
  @include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
body {
  height: 100%;
  width: 100%;
}

#global-container {
  position: relative;
}

#global-wrapper {
  height: 100%;
  width: 100%;
}

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

#maximage img {
  display: none;
}

a,
.dropdown-menu > li > a {
  color: #006b9f;
}
a:hover,
.dropdown-menu > li > a:hover {
  color: #03415f;
}

.img-txt {
  text-indent: -9999px;
}

.lg,
.md,
.sm {
  display: none;
}

.sns-menu li a {
  text-indent: -9999px;
}
.sns-menu li a span::before {
  text-indent: 9999px;
}

.flexslider {
  border: 0;
}

.flex-direction-nav .flex-next::before,
.flex-direction-nav .flex-prev::before {
  line-height: 1em;
}

@media (min-width: 980px) {
  .lg {
    display: inherit;
  }

  #info-area {
    display: none;
  }

  div[data-notify="container"].alert-info {
    background: #fff;
    padding-right: 25px;
    max-width: 300px;
    line-height: 1.5em;
    border: 0;
    color: #006b9f;
  }
  div[data-notify="container"] span[data-notify="title"] {
    display: block;
    font-size: 10px;
  }

  #menu-area {
    background: rgba(249, 249, 249, 0.1);
    float: left;
    min-height: 1px;
    position: relative;
    height: 100%;
    width: 200px;
    transition: .8s;
    z-index: 2;
  }
  #menu-area:hover {
    background: #f9f9f9;
  }

  .tablet #menu-area {
    background: #f9f9f9;
  }

  .logo {
    margin: 26px 0 0 16px;
  }

  .logo a {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 168px;
    height: 70px;
    display: block;
  }
}
@media (min-width: 980px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 980px) and (min-resolution: 192dpi) {
  .logo a {
    background-image: url(../images/sprite@2x.png);
    background-size: 312px 158px;
  }
}

@media (min-width: 980px) {
  .description {
    background-image: url(../images/sprite.png);
    background-position: -168px 0px;
    width: 144px;
    height: 16px;
    margin: 31px 0 0 27px;
  }
}
@media (min-width: 980px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 980px) and (min-resolution: 192dpi) {
  .description {
    background-image: url(../images/sprite@2x.png);
    background-size: 312px 158px;
  }
}

@media (min-width: 980px) {
  .global-nav {
    margin: 45px 0 0 0;
    position: relative;
  }
  .global-nav li a {
    padding: 10px 18px;
  }

  .sub-menu {
    margin-top: 40px;
  }

  .sns-menu {
    margin-top: 60px;
  }
}
@media (max-width: 979px) {
  #flexslider,
  #menu-area,
  #global-nav-sm {
    margin: 0 auto;
  }

  #flexslider {
    text-align: center;
  }

  #flexslider .slides img {
    height: 100%;
    width: 100%;
  }

  .flex-control-nav {
    bottom: 16px;
    z-index: 100;
  }

  div[data-notify="container"] {
    display: none !important;
  }

  .info-header {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .info-cell-inner {
    margin-top: 30px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 10px;
    cursor: pointer;
    color: #333;
  }
  .info-cell-inner:hover {
    color: #666;
  }

  .info-date {
    font-size: 10px;
    margin: 8px 0;
  }

  .info-body {
    line-height: 1.5em;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .md {
    display: inherit;
  }

  .logo {
    background-image: url(../images/sprite.png);
    background-position: 0px -114px;
    width: 168px;
    height: 44px;
    margin: 68px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (max-width: 979px) and (min-resolution: 192dpi) {
  .logo {
    background-image: url(../images/sprite@2x.png);
    background-size: 312px 158px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .description {
    background-image: url(../images/sprite.png);
    background-position: -168px 0px;
    width: 144px;
    height: 16px;
    margin: 15px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (max-width: 979px) and (min-resolution: 192dpi) {
  .description {
    background-image: url(../images/sprite@2x.png);
    background-size: 312px 158px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .title-area {
    float: left;
    width: 227px;
  }

  .nav-area {
    float: left;
    margin: 10px 0;
    width: 362px;
  }

  .global-nav .nav > li > a {
    padding: 8px 15px;
  }

  .global-menu,
  .sub-menu {
    float: left;
  }

  .global-menu {
    width: 148px;
  }

  .sns-menu {
    float: right;
  }

  #flexslider,
  #flexslider .slides,
  #menu-area {
    width: 600px;
  }

  #flexslider,
  #flexslider .slides {
    height: 375px;
  }

  #info-area {
    width: 600px;
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 766px) {
  .logo {
    background-image: url(../images/sprite.png);
    background-position: 0px -70px;
    width: 168px;
    height: 44px;
    margin: 17px 0 16px 0;
  }
}
@media (max-width: 766px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 766px) and (min-resolution: 192dpi) {
  .logo {
    background-image: url(../images/sprite@2x.png);
    background-size: 312px 158px;
  }
}

@media (max-width: 766px) {
  .description {
    display: none;
  }

  .sm {
    display: inherit;
  }

  .title-area {
    width: 200px;
    float: left;
  }

  .nav-area {
    float: right;
  }
  .nav-area .navbar-toggle {
    border-color: #ddd;
  }
  .nav-area .navbar-toggle .icon-bar {
    background-color: #888;
  }

  #global-nav-sm {
    margin-top: -16px;
  }
  #global-nav-sm .nav li {
    width: 150px;
    float: left;
  }
  #global-nav-sm .nav li a:hover {
    background-color: #eee;
  }

  #flexslider,
  #flexslider .slides,
  #global-nav-sm,
  #menu-area {
    width: 300px;
  }

  #flexslider,
  #flexslider .slides {
    height: 188px;
  }

  .flex-direction-nav {
    display: none;
  }

  .flex-control-paging li a {
    width: 6px;
    height: 6px;
  }

  #info-area {
    width: 300px;
    margin: 20px auto 0 auto;
  }
}
