/* Minification failed. Returning unminified contents.
(35899,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(39494,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(39495,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(39614,31): run-time error CSS1039: Token not allowed after unary operator: '-red'
(39632,17): run-time error CSS1039: Token not allowed after unary operator: '-red'
(39637,17): run-time error CSS1039: Token not allowed after unary operator: '-red'
(45067,19): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*! jQuery UI - v1.11.4 - 2015-08-30
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}



/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: .8em;
	background-color: #f2f2f2;
	height: 6px;
	border-radius: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-handle:focus,
.ui-slider-horizontal .ui-slider-handle:active{
	
	outline: none;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}



.widget-wrap .range{
	border:none;
	color: #222;
	font-weight: 400;
}

/*!
 * FullCalendar v1.6.0 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	}
	
.fc-view {
	width: 100%; /* needed for view switching (when view is absolute) */
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ddd;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fcf8e3;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border: 1px solid;
	}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
	margin: 0 .1em;
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
	}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
	font-weight: bold;
	}
	
/* icon (for jquery ui) */
	
.fc-button .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
	}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
	}

	

/* Global Event Styles
------------------------------------------------------------------------*/
	 
.fc-event {
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-size: .85em;
	cursor: default;
	}

a.fc-event {
	text-decoration: none;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
	

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: 'Open Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #222222;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: none;
}
a:focus {
  outline: none;
  /*

  // Default
  outline: thin dotted;
  // WebKit
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
*/
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #222222;
}
a.text-primary:hover {
  color: #080808;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #222222;
}
a.bg-primary:hover {
  background-color: #080808;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  /*

  // Default
  outline: thin dotted;
  // WebKit
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
*/
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.428571429 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  /*

  // Default
  outline: thin dotted;
  // WebKit
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
*/
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #e5a300;
  border-color: #e5a300;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #f0b20e;
  border-color: #f0b20e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #222222;
  border-color: #151515;
}
.btn-primary .badge {
  color: #222222;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #0fbd71;
  border-color: #0da563;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #0b8e55;
  border-color: #096d41;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #0fbd71;
  border-color: #0da563;
}
.btn-success .badge {
  color: #0fbd71;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #00aeef;
  border-color: #009bd6;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #0089bc;
  border-color: #006f98;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #00aeef;
  border-color: #009bd6;
}
.btn-info .badge {
  color: #00aeef;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f7d227;
  border-color: #f6cd0e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #e3bc08;
  border-color: #c09f07;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f7d227;
  border-color: #f6cd0e;
}
.btn-warning .badge {
  color: #f7d227;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #ff3e22;
  border-color: #c71c22;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #b0191e;
  border-color: #911419;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff3e22;
  border-color: #c71c22;
}
.btn-danger .badge {
  color: #ff3e22;
  background-color: #ffffff;
}
.btn-link {
  color: #222222;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #222222;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #222222;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #222222;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #000000;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #222222;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #080808;
}
.label-success {
  background-color: #0fbd71;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #0b8e55;
}
.label-info {
  background-color: #00aeef;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0089bc;
}
.label-warning {
  background-color: #f7d227;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e3bc08;
}
.label-danger {
  background-color: #ff3e22;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b0191e;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #222222;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #222222;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #222222;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #0fbd71;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #00aeef;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f7d227;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ff3e22;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #888888;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #222222;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #222222;
}
.panel-primary > .panel-heading .badge {
  color: #222222;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #222222;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*------------------------------------------------------------------
[Table of contents]

	General Styling
	Header
	Footer
	About Us
	Blog
	Contact
	Portfolio
	Sidebar
	Typography
	Elements [Forms, buttons etc..]
	Other Plugins
	
[/Table of contents]
-------------------------------------------------------------------*/
.primary-font, a.side-menu-button, nav.main-navigation ul li ul.sub-menu li a, nav.main-navigation ul a, nav.responsive-menu ul li .sub-menu a, nav.responsive-menu a, .first-line, .second-line, .slider-thumb .thumb-item .top-content span, .slider-thumb .thumb-item .top-content h2 {
	font-family: 'Open Sans', sans-serif;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 93.75%;
}
html ::selection {
	color: #ffffff;
	background: #333546;
}
section {
	padding: 70px 0;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #888888;
}

#sub-header {
  width: 100%;
  height: 42px;
  background-color: #e5a300;
  /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMyZjVlOGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMzM2Njk5IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-45deg, #d69b06 40%, #e5a300 40%);
  background-image: -moz-linear-gradient(-45deg, #d69b06 40%, #e5a300 40%);
  background-image: -o-linear-gradient(-45deg, #d69b06 40%, #e5a300 40%);
  background-image: linear-gradient(-45deg, #d69b06 40%, #e5a300 40%);*/
}

.signin-button {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.signup-button {
  background-color: #d99028;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  min-width: 90px;
  padding: 7px 0 9px 0;
  margin: -10px 0 0 0;
}

.button-slanted {
  -ms-transform: skewX(-35deg);
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
}

.button-slanted-content {
  -ms-transform: skewX(35deg);
  -webkit-transform: skewX(35deg);
  transform: skewX(35deg);
  display: inline-block;
}

@media (max-width: 767px) {
#sub-header {
	background-image: none;
	background-color: #e5a300;
}
}
#sub-header ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (max-width: 767px) {
#sub-header ul {
	text-align: center;
}
}
#sub-header ul li {
	display: inline-block;
	padding: 10px 5px;
}
#sub-header ul li a {
	color: #ffffff;
	font-size: 13px;
}
#sub-header ul li a:hover {
	color: #e4a300;
}
#sub-header .right-info {
	float: right;
}
#sub-header .right-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sub-header .right-info ul li {
	padding: 9px 8px;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	/*border-right: 2px solid #ca9205;*/
}
#sub-header .right-info ul li em {
	font-style: normal;
	font-weight: 700;
}
#sub-header .right-info ul li a {
	color: #ffffff;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal!important;
}
#sub-header .right-info ul li a:hover {
	color: #ffffff;
}
#sub-header .right-info ul li:last-child {
	border-right: none;
}
.site-header {
	position: fixed;
	width: 100%;
	height: 110px;
	top: 42px;
	left: 0;
	z-index: 99999;
	background-color: #fafafa;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.site-header .main-header .logo {
	float: left;
	line-height: 110px;
	border-right: 1px solid #eeeeee;
	padding-right: 10px;
	margin-right: 40px;
	max-width: 208px;
}
.site-header .main-header .logo img {
	max-width: 100%;
}
.site-header .main-header .logo {
	float: left;
	line-height: 110px;
	border-right: 1px solid #eeeeee;
	padding-right: 5px;
	margin-right: 25px;
	max-width: 220px;
  position: relative;
  z-index: 21;
}
@media (max-width: 991px) {
.site-header .main-header .logo {
	padding-right: 20px;
	margin-right: 20px;
}
.combo span.k-widget.k-autocomplete.k-header.search-input.form-control.k-state-default {
    width: 64%;
    vertical-align: middle;
    margin: 0;
    height: 39px;
    padding: 0;
    border: none;
}
.site-header{
	top:36px;
}
#sub-header{
	height: auto;
}
#sub-header .right-info ul li,#sub-header .right-info ul li a {
  font-size: 13px;
  font-weight: 500;
}
}
@media (max-width: 767px) {
	#sub-header .right-info ul li {
		/*border-right: 1px solid #434556;*/
		padding: 10px 6px;
	}
}
.scrolled-header {
	background-color: rgba(250, 250, 250, 0.97);
	top: 0;
}
.header-right-toggle {
	margin-top: 10px;
	margin-right: 20px;
}
.header-right-toggle a {
	padding-left: 5px;
	margin-top: 25px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #e5f0f8;
	border-radius: 50%;
	display: inline-block;
}
a.side-menu-button {
	text-transform: uppercase;
	font-weight: 700;
	color: #222222;
}
a.side-menu-button i {
	margin-right: 6px;
}
nav.main-navigation {
	position: relative;
	z-index: 20;
}
nav.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
nav.main-navigation ul li {
	position: relative;
	display: inline-block;
	padding: 5px 5px;
}
nav.main-navigation ul li ul.sub-menu {
	text-align: left;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 180px;
	background: #fafafa;
	padding: 0 ;
	visibility: hidden;
	opacity: 0;
	border-bottom: 2px solid #e4a300;
}
nav.main-navigation ul li ul.sub-menu li {
	display: block;
	padding: 0 10px 0 22px;
	margin: 10px 0px;
}
nav.main-navigation ul li ul.sub-menu li a {
	color: #333546;
	font-size: 16px;
	font-weight: 400;
	padding: 5px;
	white-space: nowrap;
}
nav.main-navigation ul li ul.sub-menu li a:hover {
	color: #e4a300;
}
nav.main-navigation ul li ul.sub-menu li:last-child {
	float: none;
}
nav.main-navigation ul li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
	font-size: 16px;
	color: #222222;
	font-weight: 700;
}
nav.main-navigation ul a i {
	margin-left: 7px;
}
nav.main-navigation ul a:hover {
	color: #e4a300;
}
nav.responsive-menu ul {
	padding: 45px 15px;
	margin: 0;
	list-style: none;
}
nav.responsive-menu ul li {
	display: block;
	position: relative;
	padding: 0px 15px;
}
nav.responsive-menu ul li .show-submenu {
	position: absolute;
	top: 12px;
	right: 15px;
	cursor: pointer;
	color: #ffffff;
}
nav.responsive-menu ul li .sub-menu {
	display: none;
	padding: 0 0 0 10px;
}
nav.responsive-menu ul.sub-menu {
    background-color:transparent;;
}
nav.responsive-menu ul li .sub-menu.open {
	display: block;
}
nav.responsive-menu ul li .sub-menu li {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 11px;
	color: #fff;
}
nav.responsive-menu ul li .sub-menu a {
	padding: 12px 5px;
	font-size: 14px;
	font-weight: 400;
}
nav.responsive-menu a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	padding: 14px 10px;
	margin: 0;
	color: #fff;
}
.sidebar-menu-inner {
	position: relative;
	overflow: hidden;
	background: #fff;
}
  .sidebar-menu-inner .mobile-search.hidden-sm {
    float: none;
  }
.sidebar-menu-container {
	position: relative;
	overflow: hidden;
}
.sidebar-menu-push {
	position: relative;
	left: 0;
	z-index: 9999;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.sidebar-menu-overlay {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.3);
	content: '';
	opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.sidebar-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	width: 250px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-transition: all 1s;
	transition: all 1s;
	overflow-y: auto;
}
.sidebar-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
	margin-left: 250px;
}
.slide-from-left.sidebar-menu {
	z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0s;
	transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
	display: none;
}

/* Medium Screens */
@media only screen and (min-width: 40.063em) {
.sidebar-menu {
	width: 320px;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
	-webkit-transform: translate3d(320px, 0, 0);
	transform: translate3d(320px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
	margin-left: 320px;
}
}
footer {
	background-color: #26313c;
	padding: 60px 0px 70px 0px;
}
footer p {
	color: #8997a5;
}
footer h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 15px;
}
footer .about-us p {
	margin-top: 30px;
	margin-bottom: 15px;
}
footer .about-us ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .about-us ul li {
	margin-top: 15px;
	display: block;
	color: #8997a5;
	font-style: 'Roboto', sans-serif;
	font-size: 12px;
}
footer .about-us ul li i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	border: 1px solid rgba(250, 250, 250, 0.2);
	color: #ffffff;
	font-size: 13px;
	margin-right: 15px;
}
footer .about-us ul li:hover {
	color: #ffffff;
	cursor: pointer;
}

@media (max-width: 991px) {
footer .featured-links {
	margin-top: 50px;
}
}
footer .featured-links ul {
	padding: 0;
	margin-right: 30px;
	list-style: none;
	display: inline-block;
}
footer .featured-links ul li {
	margin-bottom: 15px;
}
footer .featured-links ul li a {
	color: #8997a5;
	font-style: 'Roboto', sans-serif;
	font-size: 12px;
}
footer .featured-links ul li a:hover {
	color: #ffffff;
}
footer .featured-links ul li i {
	margin-right: 10px;
}
footer .featured-links ul:last-child {
	margin-right: 0px;
}

@media (max-width: 991px) {
footer .latest-news {
	margin-top: 50px;
}
}
footer .latest-news .latest-item {
	margin-bottom: 4px;
}
footer .latest-news .latest-item h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 8px;
	display: inline-block;
}
footer .latest-news .latest-item img {
	float: left;
	margin-right: 15px;
}
footer .latest-news .latest-item ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .latest-news .latest-item ul li {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #8997a5;
	border-right: 1px solid #8997a5;
	padding-right: 10px;
}
footer .latest-news .latest-item ul li:last-child {
	margin-left: 10px;
	border-right: none;
}

@media (max-width: 991px) {
footer .gallery {
	margin-top: 80px;
}
}
footer .gallery .gallery-item {
	display: inline-block;
	margin-bottom: 5px;
}
footer .gallery .gallery-item img {
	width: 100%;
	overflow: hidden;
}
#sub-footer {
	background-color: #1e2832;
	padding: 15px 0px;
}
#sub-footer p {
	margin-bottom: 0px;
	color: #8997a5;
}

@media (max-width: 991px) {
#sub-footer p {
	text-align: center;
	margin-top: 10px;
}
}
#sub-footer p em {
	font-style: normal;
	color: #e4a300;
}
#sub-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}

@media (max-width: 991px) {
#sub-footer ul {
	float: none;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
}
#sub-footer ul li {
	margin-left: 15px;
	display: inline-block;
}
#sub-footer ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #8997a5;
}
#sub-footer ul li a:hover {
	color: #ffffff;
}
footer a{color:#fff;}
#sub-header .social-icons ul li a:hover{color:#f1f1f1}
@media (max-width: 767px) {
	#sub-header .social-icons{
		display: none;
	}
	.site-header .main-header .logo {
		line-height: 65px;
	}
	.header-right-toggle a {
		margin-top: 5px;
	}
	.site-header {
		height: 110px;
	}
  .mobile-search.hidden-sm {
    margin-top: 25px;
    float: left;
    width: 100%;
    padding: 3px;
    text-align: center;
  }
	.mobile-search.hidden-sm form{
		margin: 20px auto;
		display: table;
		width: auto;
		min-width: 300px;
	}
	.mobile-search.hidden-sm .nice-select {
		padding-left: 10px;
		padding-right: 22px;
		height: 40px;
		border-radius: 0;
		display: table-cell;
		width:10%;
		min-width: 50px;
	}
	.mobile-search.hidden-sm input.search-input.form-control {
		height: 40px;
		width: 70%;
		display: table-cell;
		float: left;
		min-width: 150px;
	}
	.mobile-search.hidden-sm .btn {
    	padding: 9px 12px;
		display: table-cell;
		float: left;
	}
	.slider + .mobile-search.hidden-sm {
		margin-top: 0px;
		background: #eeeeee;
		float: none;
	}
}
@media (max-width: 991px) {
	.sidebar-menu.slide-from-left{
		background-image: url(../images/header-bg.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-color: #e4a300;
	}
}
@media(min-width:768px){
	.hidden-sm {
		display: none;
	}
}
.sidebar-menu-container .modal::after {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
.sidebar-menu-container ~ .modal-backdrop.fade.in {
  display: none;
}
@media(min-width:768px) and (max-width:1200px) {
  .site-header .main-header .logo {
    max-width: 180px;
  }

  nav.main-navigation ul li {
    padding: 5px 4px 4px;
  }
}
@media (min-width:768px) and (max-width:1024px){
	.site-header .main-header .logo {
		line-height: 63px;
	}
	.site-header{
		height: auto;
	}
	nav.main-navigation ul li{
		padding: 5px 5px 4px;
	}
}
.combo span.k-widget.k-autocomplete.k-header.search-input.form-control.k-state-default{
	width: 94% !important;
}
@media(max-width:1024px){
.combo span.k-widget.k-autocomplete.k-header.search-input.form-control.k-state-default{
	width: 93% !important;
    margin-top: 2px !important;
}
}
nav.responsive-menu ul li .show-submenu{
	top: 18px;
	}
	nav.responsive-menu ul{
	padding: 45px 6px;
	}
    
.search-input-mobile {
  min-width: 280px;
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -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;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  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: 32px;
  height: 32px;
  margin: 0;
  line-height: 32px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  background-color: #336699;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  display: inline-block;
  content: '\f104';
  color: #fff;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.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;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -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);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  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 {
  
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  float: none;
  text-align: center;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav a {
    bottom: 40%;
  }
  .flex-control-nav {
    display: none;
  }
  .flex-control-thumbs img {
    width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  }
  .flex-control-thumbs li {
    width: 20%;
    float: left;
    margin: 0;
  }
}
.flex-control-thumbs img {
  max-width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  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;
  }
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('../fonts/Simple-Line-Icons.eot');
	src:url('../fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Simple-Line-Icons.woff') format('woff'),
		url('../fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('../fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Simple-Line-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-moustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-emoticon-smile:before {
	content: "\e021";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-credit-card:before {
	content: "\e025";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-user:before {
	content: "\e005";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglasses:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-map:before {
	content: "\e033";
}
.icon-layers:before {
	content: "\e034";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-frame:before {
	content: "\e038";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-directions:before {
	content: "\e041";
}
.icon-direction:before {
	content: "\e042";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-compass:before {
	content: "\e045";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-loop:before {
	content: "\e064";
}
.icon-logout:before {
	content: "\e065";
}
.icon-login:before {
	content: "\e066";
}
.icon-list:before {
	content: "\e067";
}
.icon-like:before {
	content: "\e068";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-bar-chart:before {
	content: "\e077";
}
.icon-arrow-up:before {
	content: "\e078";
}
.icon-arrow-right:before {
	content: "\e079";
}
.icon-arrow-left:before {
	content: "\e07a";
}
.icon-arrow-down:before {
	content: "\e07b";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camcorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-close:before {
	content: "\e082";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-doc:before {
	content: "\e085";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-folder:before {
	content: "\e089";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-plus:before {
	content: "\e095";
}
.icon-pointer:before {
	content: "\e096";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-users:before {
	content: "\e001";
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?litblh');
	src:url('../fonts/icomoon.eot?#iefixlitblh') format('embedded-opentype'),
		url('../fonts/icomoon.woff?litblh') format('woff'),
		url('../fonts/icomoon.ttf?litblh') format('truetype'),
		url('../fonts/icomoon.svg?litblh#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-3d-rotation:before {
	content: "\e600";
}

.icon-accessibility:before {
	content: "\e601";
}

.icon-account-balance:before {
	content: "\e602";
}

.icon-account-balance-wallet:before {
	content: "\e603";
}

.icon-account-box:before {
	content: "\e604";
}

.icon-account-child:before {
	content: "\e605";
}

.icon-account-circle:before {
	content: "\e606";
}

.icon-add-shopping-cart:before {
	content: "\e607";
}

.icon-alarm:before {
	content: "\e608";
}

.icon-alarm-add:before {
	content: "\e609";
}

.icon-alarm-off:before {
	content: "\e60a";
}

.icon-alarm-on:before {
	content: "\e60b";
}

.icon-android2:before {
	content: "\e60c";
}

.icon-announcement:before {
	content: "\e60d";
}

.icon-aspect-ratio:before {
	content: "\e60e";
}

.icon-assessment:before {
	content: "\e60f";
}

.icon-assignment:before {
	content: "\e610";
}

.icon-assignment-ind:before {
	content: "\e611";
}

.icon-assignment-late:before {
	content: "\e612";
}

.icon-assignment-return:before {
	content: "\e613";
}

.icon-assignment-returned:before {
	content: "\e614";
}

.icon-assignment-turned-in:before {
	content: "\e615";
}

.icon-autorenew:before {
	content: "\e616";
}

.icon-backup:before {
	content: "\e617";
}

.icon-book2:before {
	content: "\e618";
}

.icon-bookmark2:before {
	content: "\e619";
}

.icon-bookmark-outline:before {
	content: "\e61a";
}

.icon-bug-report:before {
	content: "\e61b";
}

.icon-cached:before {
	content: "\e61c";
}

.icon-class:before {
	content: "\e61d";
}

.icon-credit-card2:before {
	content: "\e61e";
}

.icon-dashboard2:before {
	content: "\e61f";
}

.icon-delete:before {
	content: "\e620";
}

.icon-description:before {
	content: "\e621";
}

.icon-dns:before {
	content: "\e622";
}

.icon-done:before {
	content: "\e623";
}

.icon-done-all:before {
	content: "\e624";
}

.icon-event:before {
	content: "\e625";
}

.icon-exit-to-app:before {
	content: "\e626";
}

.icon-explore:before {
	content: "\e627";
}

.icon-extension:before {
	content: "\e628";
}

.icon-face-unlock:before {
	content: "\e629";
}

.icon-favorite:before {
	content: "\e62a";
}

.icon-favorite-outline:before {
	content: "\e62b";
}

.icon-find-in-page:before {
	content: "\e62c";
}

.icon-find-replace:before {
	content: "\e62d";
}

.icon-flip-to-back:before {
	content: "\e62e";
}

.icon-flip-to-front:before {
	content: "\e62f";
}

.icon-get-app:before {
	content: "\e630";
}

.icon-grade:before {
	content: "\e631";
}

.icon-group-work:before {
	content: "\e632";
}

.icon-help:before {
	content: "\e633";
}

.icon-highlight-remove:before {
	content: "\e634";
}

.icon-history2:before {
	content: "\e635";
}

.icon-home4:before {
	content: "\e636";
}

.icon-https:before {
	content: "\e637";
}

.icon-info2:before {
	content: "\e638";
}

.icon-info-outline:before {
	content: "\e639";
}

.icon-input:before {
	content: "\e63a";
}

.icon-invert-colors:before {
	content: "\e63b";
}

.icon-label:before {
	content: "\e63c";
}

.icon-label-outline:before {
	content: "\e63d";
}

.icon-language2:before {
	content: "\e63e";
}

.icon-launch:before {
	content: "\e63f";
}

.icon-list3:before {
	content: "\e640";
}

.icon-lock2:before {
	content: "\e641";
}

.icon-lock-open:before {
	content: "\e642";
}

.icon-lock-outline:before {
	content: "\e643";
}

.icon-loyalty:before {
	content: "\e644";
}

.icon-markunread-mailbox:before {
	content: "\e645";
}

.icon-note-add:before {
	content: "\e646";
}

.icon-open-in-browser:before {
	content: "\e647";
}

.icon-open-in-new:before {
	content: "\e648";
}

.icon-open-with:before {
	content: "\e649";
}

.icon-pageview:before {
	content: "\e64a";
}

.icon-payment:before {
	content: "\e64b";
}

.icon-perm-camera-m:before {
	content: "\e64c";
}

.icon-perm-contact-cal:before {
	content: "\e64d";
}

.icon-perm-data-setting:before {
	content: "\e64e";
}

.icon-perm-device-info:before {
	content: "\e64f";
}

.icon-perm-identity:before {
	content: "\e650";
}

.icon-perm-media:before {
	content: "\e651";
}

.icon-perm-phone-msg:before {
	content: "\e652";
}

.icon-perm-scan-wifi:before {
	content: "\e653";
}

.icon-picture-in-picture:before {
	content: "\e654";
}

.icon-polymer:before {
	content: "\e655";
}

.icon-print2:before {
	content: "\e656";
}

.icon-query-builder:before {
	content: "\e657";
}

.icon-question-answer:before {
	content: "\e658";
}

.icon-receipt:before {
	content: "\e659";
}

.icon-redeem:before {
	content: "\e65a";
}

.icon-reorder2:before {
	content: "\e65b";
}

.icon-report-problem:before {
	content: "\e65c";
}

.icon-restore:before {
	content: "\e65d";
}

.icon-room:before {
	content: "\e65e";
}

.icon-schedule:before {
	content: "\e65f";
}

.icon-search2:before {
	content: "\e660";
}

.icon-settings:before {
	content: "\e661";
}

.icon-settings-applications:before {
	content: "\e662";
}

.icon-settings-backup-restore:before {
	content: "\e663";
}

.icon-settings-bluetooth:before {
	content: "\e664";
}

.icon-settings-cell:before {
	content: "\e665";
}

.icon-settings-display:before {
	content: "\e666";
}

.icon-settings-ethernet:before {
	content: "\e667";
}

.icon-settings-input-antenna:before {
	content: "\e668";
}

.icon-settings-input-component:before {
	content: "\e669";
}

.icon-settings-input-composite:before {
	content: "\e66a";
}

.icon-settings-input-hdmi:before {
	content: "\e66b";
}

.icon-settings-input-svideo:before {
	content: "\e66c";
}

.icon-settings-overscan:before {
	content: "\e66d";
}

.icon-settings-phone:before {
	content: "\e66e";
}

.icon-settings-power:before {
	content: "\e66f";
}

.icon-settings-remote:before {
	content: "\e670";
}

.icon-settings-voice:before {
	content: "\e671";
}

.icon-shop:before {
	content: "\e672";
}

.icon-shop-two:before {
	content: "\e673";
}

.icon-shopping-basket:before {
	content: "\e674";
}

.icon-shopping-cart2:before {
	content: "\e675";
}

.icon-speaker-notes:before {
	content: "\e676";
}

.icon-spellcheck:before {
	content: "\e677";
}

.icon-star-rate:before {
	content: "\e678";
}

.icon-stars:before {
	content: "\e679";
}

.icon-store:before {
	content: "\e67a";
}

.icon-subject:before {
	content: "\e67b";
}

.icon-supervisor-account:before {
	content: "\e67c";
}

.icon-swap-horiz:before {
	content: "\e67d";
}

.icon-swap-vert:before {
	content: "\e67e";
}

.icon-swap-vert-circle:before {
	content: "\e67f";
}

.icon-system-update-tv:before {
	content: "\e680";
}

.icon-tab:before {
	content: "\e681";
}

.icon-tab-unselected:before {
	content: "\e682";
}

.icon-theaters:before {
	content: "\e683";
}

.icon-thumb-down:before {
	content: "\e684";
}

.icon-thumb-up:before {
	content: "\e685";
}

.icon-thumbs-up-down:before {
	content: "\e686";
}

.icon-toc:before {
	content: "\e687";
}

.icon-today:before {
	content: "\e688";
}

.icon-track-changes:before {
	content: "\e689";
}

.icon-translate:before {
	content: "\e68a";
}

.icon-trending-down:before {
	content: "\e68b";
}

.icon-trending-neutral:before {
	content: "\e68c";
}

.icon-trending-up:before {
	content: "\e68d";
}

.icon-turned-in:before {
	content: "\e68e";
}

.icon-turned-in-not:before {
	content: "\e68f";
}

.icon-verified-user:before {
	content: "\e690";
}

.icon-view-agenda:before {
	content: "\e691";
}

.icon-view-array:before {
	content: "\e692";
}

.icon-view-carousel:before {
	content: "\e693";
}

.icon-view-column:before {
	content: "\e694";
}

.icon-view-day:before {
	content: "\e695";
}

.icon-view-headline:before {
	content: "\e696";
}

.icon-view-list:before {
	content: "\e697";
}

.icon-view-module:before {
	content: "\e698";
}

.icon-view-quilt:before {
	content: "\e699";
}

.icon-view-stream:before {
	content: "\e69a";
}

.icon-view-week:before {
	content: "\e69b";
}

.icon-visibility:before {
	content: "\e69c";
}

.icon-visibility-off:before {
	content: "\e69d";
}

.icon-wallet-giftcard:before {
	content: "\e69e";
}

.icon-wallet-membership:before {
	content: "\e69f";
}

.icon-wallet-travel:before {
	content: "\e6a0";
}

.icon-work:before {
	content: "\e6a1";
}

.icon-error:before {
	content: "\e6a2";
}

.icon-warning2:before {
	content: "\e6a3";
}

.icon-album:before {
	content: "\e6a4";
}

.icon-av-timer:before {
	content: "\e6a5";
}

.icon-closed-caption:before {
	content: "\e6a6";
}

.icon-equalizer:before {
	content: "\e6a7";
}

.icon-explicit:before {
	content: "\e6a8";
}

.icon-fast-forward2:before {
	content: "\e6a9";
}

.icon-fast-rewind:before {
	content: "\e6aa";
}

.icon-games:before {
	content: "\e6ab";
}

.icon-hearing:before {
	content: "\e6ac";
}

.icon-high-quality:before {
	content: "\e6ad";
}

.icon-loop:before {
	content: "\e6ae";
}

.icon-mic:before {
	content: "\e6af";
}

.icon-mnone:before {
	content: "\e6b0";
}

.icon-moff:before {
	content: "\e6b1";
}

.icon-movie:before {
	content: "\e6b2";
}

.icon-my-library-add:before {
	content: "\e6b3";
}

.icon-my-library-books:before {
	content: "\e6b4";
}

.icon-my-library-mus:before {
	content: "\e6b5";
}

.icon-new-releases:before {
	content: "\e6b6";
}

.icon-not-interested:before {
	content: "\e6b7";
}

.icon-pause3:before {
	content: "\e6b8";
}

.icon-pause-circle-fill:before {
	content: "\e6b9";
}

.icon-pause-circle-outline:before {
	content: "\e6ba";
}

.icon-play-arrow:before {
	content: "\e6bb";
}

.icon-play-circle-fill:before {
	content: "\e6bc";
}

.icon-play-circle-outline:before {
	content: "\e6bd";
}

.icon-play-shopping-bag:before {
	content: "\e6be";
}

.icon-playlist-add:before {
	content: "\e6bf";
}

.icon-queue:before {
	content: "\e6c0";
}

.icon-queue-mus:before {
	content: "\e6c1";
}

.icon-radio:before {
	content: "\e6c2";
}

.icon-recent-actors:before {
	content: "\e6c3";
}

.icon-repeat2:before {
	content: "\e6c4";
}

.icon-repeat-one:before {
	content: "\e6c5";
}

.icon-replay:before {
	content: "\e6c6";
}

.icon-shuffle:before {
	content: "\e6c7";
}

.icon-skip-next:before {
	content: "\e6c8";
}

.icon-skip-previous:before {
	content: "\e6c9";
}

.icon-snooze:before {
	content: "\e6ca";
}

.icon-stop3:before {
	content: "\e6cb";
}

.icon-subtitles:before {
	content: "\e6cc";
}

.icon-surround-sound:before {
	content: "\e6cd";
}

.icon-video-collection:before {
	content: "\e6ce";
}

.icon-videocam:before {
	content: "\e6cf";
}

.icon-videocam-off:before {
	content: "\e6d0";
}

.icon-volume-down2:before {
	content: "\e6d1";
}

.icon-volume-mute:before {
	content: "\e6d2";
}

.icon-volume-off2:before {
	content: "\e6d3";
}

.icon-volume-up2:before {
	content: "\e6d4";
}

.icon-web:before {
	content: "\e6d5";
}

.icon-business:before {
	content: "\e6d6";
}

.icon-call:before {
	content: "\e6d7";
}

.icon-call-end:before {
	content: "\e6d8";
}

.icon-call-made:before {
	content: "\e6d9";
}

.icon-call-merge:before {
	content: "\e6da";
}

.icon-call-missed:before {
	content: "\e6db";
}

.icon-call-received:before {
	content: "\e6dc";
}

.icon-call-split:before {
	content: "\e6dd";
}

.icon-chat:before {
	content: "\e6de";
}

.icon-clear-all:before {
	content: "\e6df";
}

.icon-comment2:before {
	content: "\e6e0";
}

.icon-contacts:before {
	content: "\e6e1";
}

.icon-dialer-sip:before {
	content: "\e6e2";
}

.icon-dialpad:before {
	content: "\e6e3";
}

.icon-dnd-on:before {
	content: "\e6e4";
}

.icon-email:before {
	content: "\e6e5";
}

.icon-forum:before {
	content: "\e6e6";
}

.icon-import-export:before {
	content: "\e6e7";
}

.icon-invert-colors-off:before {
	content: "\e6e8";
}

.icon-invert-colors-on:before {
	content: "\e6e9";
}

.icon-live-help:before {
	content: "\e6ea";
}

.icon-location-off:before {
	content: "\e6eb";
}

.icon-location-on:before {
	content: "\e6ec";
}

.icon-message:before {
	content: "\e6ed";
}

.icon-messenger:before {
	content: "\e6ee";
}

.icon-no-sim:before {
	content: "\e6ef";
}

.icon-phone2:before {
	content: "\e6f0";
}

.icon-portable-wifi-off:before {
	content: "\e6f1";
}

.icon-quick-contacts-dialer:before {
	content: "\e6f2";
}

.icon-quick-contacts-mail:before {
	content: "\e6f3";
}

.icon-ring-volume:before {
	content: "\e6f4";
}

.icon-stay-current-landscape:before {
	content: "\e6f5";
}

.icon-stay-current-portrait:before {
	content: "\e6f6";
}

.icon-stay-primary-landscape:before {
	content: "\e6f7";
}

.icon-stay-primary-portrait:before {
	content: "\e6f8";
}

.icon-swap-calls:before {
	content: "\e6f9";
}

.icon-textsms:before {
	content: "\e6fa";
}

.icon-voicemail:before {
	content: "\e6fb";
}

.icon-vpn-key:before {
	content: "\e6fc";
}

.icon-add:before {
	content: "\e6fd";
}

.icon-add-box:before {
	content: "\e6fe";
}

.icon-add-circle:before {
	content: "\e6ff";
}

.icon-add-circle-outline:before {
	content: "\e700";
}

.icon-archive2:before {
	content: "\e701";
}

.icon-backspace:before {
	content: "\e702";
}

.icon-block:before {
	content: "\e703";
}

.icon-clear:before {
	content: "\e704";
}

.icon-content-copy:before {
	content: "\e705";
}

.icon-content-cut:before {
	content: "\e706";
}

.icon-content-paste:before {
	content: "\e707";
}

.icon-create:before {
	content: "\e708";
}

.icon-drafts:before {
	content: "\e709";
}

.icon-filter-list:before {
	content: "\e70a";
}

.icon-flag2:before {
	content: "\e70b";
}

.icon-forward4:before {
	content: "\e70c";
}

.icon-gesture:before {
	content: "\e70d";
}

.icon-inbox2:before {
	content: "\e70e";
}

.icon-link2:before {
	content: "\e70f";
}

.icon-mail:before {
	content: "\e710";
}

.icon-markunread:before {
	content: "\e711";
}

.icon-redo:before {
	content: "\e712";
}

.icon-remove2:before {
	content: "\e713";
}

.icon-remove-circle:before {
	content: "\e714";
}

.icon-remove-circle-outline:before {
	content: "\e715";
}

.icon-reply2:before {
	content: "\e716";
}

.icon-reply-all2:before {
	content: "\e717";
}

.icon-report:before {
	content: "\e718";
}

.icon-save2:before {
	content: "\e719";
}

.icon-select-all:before {
	content: "\e71a";
}

.icon-send2:before {
	content: "\e71b";
}

.icon-sort2:before {
	content: "\e71c";
}

.icon-text-format:before {
	content: "\e71d";
}

.icon-undo3:before {
	content: "\e71e";
}

.icon-access-alarm:before {
	content: "\e71f";
}

.icon-access-alarms:before {
	content: "\e720";
}

.icon-access-time:before {
	content: "\e721";
}

.icon-add-alarm:before {
	content: "\e722";
}

.icon-airplanemode-off:before {
	content: "\e723";
}

.icon-airplanemode-on:before {
	content: "\e724";
}

.icon-battery-20:before {
	content: "\e725";
}

.icon-battery-30:before {
	content: "\e726";
}

.icon-battery-50:before {
	content: "\e727";
}

.icon-battery-60:before {
	content: "\e728";
}

.icon-battery-80:before {
	content: "\e729";
}

.icon-battery-90:before {
	content: "\e72a";
}

.icon-battery-alert:before {
	content: "\e72b";
}

.icon-battery-charging-20:before {
	content: "\e72c";
}

.icon-battery-charging-30:before {
	content: "\e72d";
}

.icon-battery-charging-50:before {
	content: "\e72e";
}

.icon-battery-charging-60:before {
	content: "\e72f";
}

.icon-battery-charging-80:before {
	content: "\e730";
}

.icon-battery-charging-90:before {
	content: "\e731";
}

.icon-battery-charging-full:before {
	content: "\e732";
}

.icon-battery-full:before {
	content: "\e733";
}

.icon-battery-std:before {
	content: "\e734";
}

.icon-battery-unknown:before {
	content: "\e735";
}

.icon-bluetooth:before {
	content: "\e736";
}

.icon-bluetooth-connected:before {
	content: "\e737";
}

.icon-bluetooth-disabled:before {
	content: "\e738";
}

.icon-bluetooth-searching:before {
	content: "\e739";
}

.icon-brightness-auto:before {
	content: "\e73a";
}

.icon-brightness-high:before {
	content: "\e73b";
}

.icon-brightness-low:before {
	content: "\e73c";
}

.icon-brightness-medium:before {
	content: "\e73d";
}

.icon-data-usage:before {
	content: "\e73e";
}

.icon-developer-mode:before {
	content: "\e73f";
}

.icon-devices:before {
	content: "\e740";
}

.icon-dvr:before {
	content: "\e741";
}

.icon-gps-fixed:before {
	content: "\e742";
}

.icon-gps-not-fixed:before {
	content: "\e743";
}

.icon-gps-off:before {
	content: "\e744";
}

.icon-location-disabled:before {
	content: "\e745";
}

.icon-location-searching:before {
	content: "\e746";
}

.icon-multitrack-audio:before {
	content: "\e747";
}

.icon-network-cell:before {
	content: "\e748";
}

.icon-network-wifi:before {
	content: "\e749";
}

.icon-nfc:before {
	content: "\e74a";
}

.icon-now-wallpaper:before {
	content: "\e74b";
}

.icon-now-widgets:before {
	content: "\e74c";
}

.icon-screen-lock-landscape:before {
	content: "\e74d";
}

.icon-screen-lock-portrait:before {
	content: "\e74e";
}

.icon-screen-lock-rotation:before {
	content: "\e74f";
}

.icon-screen-rotation:before {
	content: "\e750";
}

.icon-sd-storage:before {
	content: "\e751";
}

.icon-settings-system-daydream:before {
	content: "\e752";
}

.icon-signal-cellular-0-bar:before {
	content: "\e753";
}

.icon-signal-cellular-1-bar:before {
	content: "\e754";
}

.icon-signal-cellular-2-bar:before {
	content: "\e755";
}

.icon-signal-cellular-3-bar:before {
	content: "\e756";
}

.icon-signal-cellular-4-bar:before {
	content: "\e757";
}

.icon-signal-cellular-connected-no-internet-0-bar:before {
	content: "\e758";
}

.icon-signal-cellular-connected-no-internet-1-bar:before {
	content: "\e759";
}

.icon-signal-cellular-connected-no-internet-2-bar:before {
	content: "\e75a";
}

.icon-signal-cellular-connected-no-internet-3-bar:before {
	content: "\e75b";
}

.icon-signal-cellular-connected-no-internet-4-bar:before {
	content: "\e75c";
}

.icon-signal-cellular-no-sim:before {
	content: "\e75d";
}

.icon-signal-cellular-null:before {
	content: "\e75e";
}

.icon-signal-cellular-off:before {
	content: "\e75f";
}

.icon-signal-wifi-0-bar:before {
	content: "\e760";
}

.icon-signal-wifi-1-bar:before {
	content: "\e761";
}

.icon-signal-wifi-2-bar:before {
	content: "\e762";
}

.icon-signal-wifi-3-bar:before {
	content: "\e763";
}

.icon-signal-wifi-4-bar:before {
	content: "\e764";
}

.icon-signal-wifi-off:before {
	content: "\e765";
}

.icon-signal-wifi-statusbar-1-bar:before {
	content: "\e766";
}

.icon-signal-wifi-statusbar-2-bar:before {
	content: "\e767";
}

.icon-signal-wifi-statusbar-3-bar:before {
	content: "\e768";
}

.icon-signal-wifi-statusbar-4-bar:before {
	content: "\e769";
}

.icon-signal-wifi-statusbar-connected-no-internet-1:before {
	content: "\e76a";
}

.icon-signal-wifi-statusbar-connected-no-internet-2:before {
	content: "\e76b";
}

.icon-signal-wifi-statusbar-connected-no-internet-3:before {
	content: "\e76c";
}

.icon-signal-wifi-statusbar-connected-no-internet-4:before {
	content: "\e76d";
}

.icon-signal-wifi-statusbar-connected-no-internet:before {
	content: "\e76e";
}

.icon-signal-wifi-statusbar-not-connected:before {
	content: "\e76f";
}

.icon-signal-wifi-statusbar-null:before {
	content: "\e770";
}

.icon-storage:before {
	content: "\e771";
}

.icon-usb:before {
	content: "\e772";
}

.icon-wifi-lock:before {
	content: "\e773";
}

.icon-wifi-tethering:before {
	content: "\e774";
}

.icon-attach-file:before {
	content: "\e775";
}

.icon-attach-money:before {
	content: "\e776";
}

.icon-border-all:before {
	content: "\e777";
}

.icon-border-bottom:before {
	content: "\e778";
}

.icon-border-clear:before {
	content: "\e779";
}

.icon-border-color:before {
	content: "\e77a";
}

.icon-border-horizontal:before {
	content: "\e77b";
}

.icon-border-inner:before {
	content: "\e77c";
}

.icon-border-left:before {
	content: "\e77d";
}

.icon-border-outer:before {
	content: "\e77e";
}

.icon-border-right:before {
	content: "\e77f";
}

.icon-border-style:before {
	content: "\e780";
}

.icon-border-top:before {
	content: "\e781";
}

.icon-border-vertical:before {
	content: "\e782";
}

.icon-format-align-center:before {
	content: "\e783";
}

.icon-format-align-justify:before {
	content: "\e784";
}

.icon-format-align-left:before {
	content: "\e785";
}

.icon-format-align-right:before {
	content: "\e786";
}

.icon-format-bold:before {
	content: "\e787";
}

.icon-format-clear:before {
	content: "\e788";
}

.icon-format-color-fill:before {
	content: "\e789";
}

.icon-format-color-reset:before {
	content: "\e78a";
}

.icon-format-color-text:before {
	content: "\e78b";
}

.icon-format-indent-decrease:before {
	content: "\e78c";
}

.icon-format-indent-increase:before {
	content: "\e78d";
}

.icon-format-ital:before {
	content: "\e78e";
}

.icon-format-line-spacing:before {
	content: "\e78f";
}

.icon-format-list-bulleted:before {
	content: "\e790";
}

.icon-format-list-numbered:before {
	content: "\e791";
}

.icon-format-paint:before {
	content: "\e792";
}

.icon-format-quote:before {
	content: "\e793";
}

.icon-format-size:before {
	content: "\e794";
}

.icon-format-strikethrough:before {
	content: "\e795";
}

.icon-format-textdirection-l-to-r:before {
	content: "\e796";
}

.icon-format-textdirection-r-to-l:before {
	content: "\e797";
}

.icon-format-underline:before {
	content: "\e798";
}

.icon-functions:before {
	content: "\e799";
}

.icon-insert-chart:before {
	content: "\e79a";
}

.icon-insert-comment:before {
	content: "\e79b";
}

.icon-insert-drive-file:before {
	content: "\e79c";
}

.icon-insert-emoticon:before {
	content: "\e79d";
}

.icon-insert-invitation:before {
	content: "\e79e";
}

.icon-insert-link:before {
	content: "\e79f";
}

.icon-insert-photo:before {
	content: "\e7a0";
}

.icon-merge-type:before {
	content: "\e7a1";
}

.icon-mode-comment:before {
	content: "\e7a2";
}

.icon-mode-edit:before {
	content: "\e7a3";
}

.icon-publish:before {
	content: "\e7a4";
}

.icon-vertical-align-bottom:before {
	content: "\e7a5";
}

.icon-vertical-align-center:before {
	content: "\e7a6";
}

.icon-vertical-align-top:before {
	content: "\e7a7";
}

.icon-wrap-text:before {
	content: "\e7a8";
}

.icon-attachment:before {
	content: "\e7a9";
}

.icon-cloud2:before {
	content: "\e7aa";
}

.icon-cloud-circle:before {
	content: "\e7ab";
}

.icon-cloud-done:before {
	content: "\e7ac";
}

.icon-cloud-download2:before {
	content: "\e7ad";
}

.icon-cloud-off:before {
	content: "\e7ae";
}

.icon-cloud-queue:before {
	content: "\e7af";
}

.icon-cloud-upload2:before {
	content: "\e7b0";
}

.icon-file-download:before {
	content: "\e7b1";
}

.icon-file-upload:before {
	content: "\e7b2";
}

.icon-folder2:before {
	content: "\e7b3";
}

.icon-folder-open2:before {
	content: "\e7b4";
}

.icon-folder-shared:before {
	content: "\e7b5";
}

.icon-cast:before {
	content: "\e7b6";
}

.icon-cast-connected:before {
	content: "\e7b7";
}

.icon-computer:before {
	content: "\e7b8";
}

.icon-desktop-mac:before {
	content: "\e7b9";
}

.icon-desktop-windows:before {
	content: "\e7ba";
}

.icon-dock:before {
	content: "\e7bb";
}

.icon-gamepad2:before {
	content: "\e7bc";
}

.icon-headset:before {
	content: "\e7bd";
}

.icon-headset-m:before {
	content: "\e7be";
}

.icon-keyboard:before {
	content: "\e7bf";
}

.icon-keyboard-alt:before {
	content: "\e7c0";
}

.icon-keyboard-arrow-down:before {
	content: "\e7c1";
}

.icon-keyboard-arrow-left:before {
	content: "\e7c2";
}

.icon-keyboard-arrow-right:before {
	content: "\e7c3";
}

.icon-keyboard-arrow-up:before {
	content: "\e7c4";
}

.icon-keyboard-backspace:before {
	content: "\e7c5";
}

.icon-keyboard-capslock:before {
	content: "\e7c6";
}

.icon-keyboard-control:before {
	content: "\e7c7";
}

.icon-keyboard-hide:before {
	content: "\e7c8";
}

.icon-keyboard-return:before {
	content: "\e7c9";
}

.icon-keyboard-tab:before {
	content: "\e7ca";
}

.icon-keyboard-voice:before {
	content: "\e7cb";
}

.icon-laptop2:before {
	content: "\e7cc";
}

.icon-laptop-chromebook:before {
	content: "\e7cd";
}

.icon-laptop-mac:before {
	content: "\e7ce";
}

.icon-laptop-windows:before {
	content: "\e7cf";
}

.icon-memory:before {
	content: "\e7d0";
}

.icon-mouse:before {
	content: "\e7d1";
}

.icon-phone-android:before {
	content: "\e7d2";
}

.icon-phone-iphone:before {
	content: "\e7d3";
}

.icon-phonelink:before {
	content: "\e7d4";
}

.icon-phonelink-off:before {
	content: "\e7d5";
}

.icon-security:before {
	content: "\e7d6";
}

.icon-sim-card:before {
	content: "\e7d7";
}

.icon-smartphone:before {
	content: "\e7d8";
}

.icon-speaker:before {
	content: "\e7d9";
}

.icon-tablet2:before {
	content: "\e7da";
}

.icon-tablet-android:before {
	content: "\e7db";
}

.icon-tablet-mac:before {
	content: "\e7dc";
}

.icon-tv:before {
	content: "\e7dd";
}

.icon-watch:before {
	content: "\e7de";
}

.icon-add-to-photos:before {
	content: "\e7df";
}

.icon-adjust2:before {
	content: "\e7e0";
}

.icon-assistant-photo:before {
	content: "\e7e1";
}

.icon-audiotrack:before {
	content: "\e7e2";
}

.icon-blur-circular:before {
	content: "\e7e3";
}

.icon-blur-linear:before {
	content: "\e7e4";
}

.icon-blur-off:before {
	content: "\e7e5";
}

.icon-blur-on:before {
	content: "\e7e6";
}

.icon-brightness-1:before {
	content: "\e7e7";
}

.icon-brightness-2:before {
	content: "\e7e8";
}

.icon-brightness-3:before {
	content: "\e7e9";
}

.icon-brightness-4:before {
	content: "\e7ea";
}

.icon-brightness-5:before {
	content: "\e7eb";
}

.icon-brightness-6:before {
	content: "\e7ec";
}

.icon-brightness-7:before {
	content: "\e7ed";
}

.icon-brush:before {
	content: "\e7ee";
}

.icon-camera2:before {
	content: "\e7ef";
}

.icon-camera-alt:before {
	content: "\e7f0";
}

.icon-camera-front:before {
	content: "\e7f1";
}

.icon-camera-rear:before {
	content: "\e7f2";
}

.icon-camera-roll:before {
	content: "\e7f3";
}

.icon-center-focus-strong:before {
	content: "\e7f4";
}

.icon-center-focus-weak:before {
	content: "\e7f5";
}

.icon-collections:before {
	content: "\e7f6";
}

.icon-color-lens:before {
	content: "\e7f7";
}

.icon-colorize:before {
	content: "\e7f8";
}

.icon-compare:before {
	content: "\e7f9";
}

.icon-control-point:before {
	content: "\e7fa";
}

.icon-control-point-duplicate:before {
	content: "\e7fb";
}

.icon-crop-3-2:before {
	content: "\e7fc";
}

.icon-crop-5-4:before {
	content: "\e7fd";
}

.icon-crop-7-5:before {
	content: "\e7fe";
}

.icon-crop-16-9:before {
	content: "\e7ff";
}

.icon-crop2:before {
	content: "\e800";
}

.icon-crop-din:before {
	content: "\e801";
}

.icon-crop-free:before {
	content: "\e802";
}

.icon-crop-landscape:before {
	content: "\e803";
}

.icon-crop-original:before {
	content: "\e804";
}

.icon-crop-portrait:before {
	content: "\e805";
}

.icon-crop-square:before {
	content: "\e806";
}

.icon-dehaze:before {
	content: "\e807";
}

.icon-details:before {
	content: "\e808";
}

.icon-edit2:before {
	content: "\e809";
}

.icon-exposure:before {
	content: "\e80a";
}

.icon-exposure-minus-1:before {
	content: "\e80b";
}

.icon-exposure-minus-2:before {
	content: "\e80c";
}

.icon-exposure-plus-1:before {
	content: "\e80d";
}

.icon-exposure-plus-2:before {
	content: "\e80e";
}

.icon-exposure-zero:before {
	content: "\e80f";
}

.icon-filter-1:before {
	content: "\e810";
}

.icon-filter-2:before {
	content: "\e811";
}

.icon-filter-3:before {
	content: "\e812";
}

.icon-filter-4:before {
	content: "\e813";
}

.icon-filter-5:before {
	content: "\e814";
}

.icon-filter-6:before {
	content: "\e815";
}

.icon-filter-7:before {
	content: "\e816";
}

.icon-filter-8:before {
	content: "\e817";
}

.icon-filter-9:before {
	content: "\e818";
}

.icon-filter-9-plus:before {
	content: "\e819";
}

.icon-filter2:before {
	content: "\e81a";
}

.icon-filter-b-and-w:before {
	content: "\e81b";
}

.icon-filter-center-focus:before {
	content: "\e81c";
}

.icon-filter-drama:before {
	content: "\e81d";
}

.icon-filter-frames:before {
	content: "\e81e";
}

.icon-filter-hdr:before {
	content: "\e81f";
}

.icon-filter-none:before {
	content: "\e820";
}

.icon-filter-tilt-shift:before {
	content: "\e821";
}

.icon-filter-vintage:before {
	content: "\e822";
}

.icon-flare:before {
	content: "\e823";
}

.icon-flash-auto:before {
	content: "\e824";
}

.icon-flash-off:before {
	content: "\e825";
}

.icon-flash-on:before {
	content: "\e826";
}

.icon-flip:before {
	content: "\e827";
}

.icon-gradient:before {
	content: "\e828";
}

.icon-grain:before {
	content: "\e829";
}

.icon-grid-off:before {
	content: "\e82a";
}

.icon-grid-on:before {
	content: "\e82b";
}

.icon-hdr-off:before {
	content: "\e82c";
}

.icon-hdr-on:before {
	content: "\e82d";
}

.icon-hdr-strong:before {
	content: "\e82e";
}

.icon-hdr-weak:before {
	content: "\e82f";
}

.icon-healing:before {
	content: "\e830";
}

.icon-image2:before {
	content: "\e831";
}

.icon-image-aspect-ratio:before {
	content: "\e832";
}

.icon-iso:before {
	content: "\e833";
}

.icon-landscape:before {
	content: "\e834";
}

.icon-leak-add:before {
	content: "\e835";
}

.icon-leak-remove:before {
	content: "\e836";
}

.icon-lens:before {
	content: "\e837";
}

.icon-looks-3:before {
	content: "\e838";
}

.icon-looks-4:before {
	content: "\e839";
}

.icon-looks-5:before {
	content: "\e83a";
}

.icon-looks-6:before {
	content: "\e83b";
}

.icon-looks:before {
	content: "\e83c";
}

.icon-looks-one:before {
	content: "\e83d";
}

.icon-looks-two:before {
	content: "\e83e";
}

.icon-loupe:before {
	content: "\e83f";
}

.icon-movie-creation:before {
	content: "\e840";
}

.icon-nature:before {
	content: "\e841";
}

.icon-nature-people:before {
	content: "\e842";
}

.icon-navigate-before:before {
	content: "\e843";
}

.icon-navigate-next:before {
	content: "\e844";
}

.icon-palette:before {
	content: "\e845";
}

.icon-panorama:before {
	content: "\e846";
}

.icon-panorama-fisheye:before {
	content: "\e847";
}

.icon-panorama-horizontal:before {
	content: "\e848";
}

.icon-panorama-vertical:before {
	content: "\e849";
}

.icon-panorama-wide-angle:before {
	content: "\e84a";
}

.icon-photo2:before {
	content: "\e84b";
}

.icon-photo-album:before {
	content: "\e84c";
}

.icon-photo-camera:before {
	content: "\e84d";
}

.icon-photo-library:before {
	content: "\e84e";
}

.icon-portrait:before {
	content: "\e84f";
}

.icon-remove-red-eye:before {
	content: "\e850";
}

.icon-rotate-left2:before {
	content: "\e851";
}

.icon-rotate-right2:before {
	content: "\e852";
}

.icon-slideshow:before {
	content: "\e853";
}

.icon-straighten:before {
	content: "\e854";
}

.icon-style:before {
	content: "\e855";
}

.icon-switch-camera:before {
	content: "\e856";
}

.icon-switch-video:before {
	content: "\e857";
}

.icon-tag-faces:before {
	content: "\e858";
}

.icon-texture:before {
	content: "\e859";
}

.icon-timelapse:before {
	content: "\e85a";
}

.icon-timer-3:before {
	content: "\e85b";
}

.icon-timer-10:before {
	content: "\e85c";
}

.icon-timer:before {
	content: "\e85d";
}

.icon-timer-auto:before {
	content: "\e85e";
}

.icon-timer-off:before {
	content: "\e85f";
}

.icon-tonality:before {
	content: "\e860";
}

.icon-transform:before {
	content: "\e861";
}

.icon-tune:before {
	content: "\e862";
}

.icon-wb-auto:before {
	content: "\e863";
}

.icon-wb-cloudy:before {
	content: "\e864";
}

.icon-wb-incandescent:before {
	content: "\e865";
}

.icon-wb-irradescent:before {
	content: "\e866";
}

.icon-wb-sunny:before {
	content: "\e867";
}

.icon-beenhere:before {
	content: "\e868";
}

.icon-directions:before {
	content: "\e869";
}

.icon-directions-bike:before {
	content: "\e86a";
}

.icon-directions-bus:before {
	content: "\e86b";
}

.icon-directions-car:before {
	content: "\e86c";
}

.icon-directions-ferry:before {
	content: "\e86d";
}

.icon-directions-subway:before {
	content: "\e86e";
}

.icon-directions-train:before {
	content: "\e86f";
}

.icon-directions-transit:before {
	content: "\e870";
}

.icon-directions-walk:before {
	content: "\e871";
}

.icon-flight:before {
	content: "\e872";
}

.icon-hotel2:before {
	content: "\e873";
}

.icon-layers:before {
	content: "\e874";
}

.icon-layers-clear:before {
	content: "\e875";
}

.icon-local-airport:before {
	content: "\e876";
}

.icon-local-atm:before {
	content: "\e877";
}

.icon-local-attraction:before {
	content: "\e878";
}

.icon-local-bar:before {
	content: "\e879";
}

.icon-local-cafe:before {
	content: "\e87a";
}

.icon-local-car-wash:before {
	content: "\e87b";
}

.icon-local-convenience-store:before {
	content: "\e87c";
}

.icon-local-drink:before {
	content: "\e87d";
}

.icon-local-florist:before {
	content: "\e87e";
}

.icon-local-gas-station:before {
	content: "\e87f";
}

.icon-local-grocery-store:before {
	content: "\e880";
}

.icon-local-hospital:before {
	content: "\e881";
}

.icon-local-hotel:before {
	content: "\e882";
}

.icon-local-laundry-service:before {
	content: "\e883";
}

.icon-local-library:before {
	content: "\e884";
}

.icon-local-mall:before {
	content: "\e885";
}

.icon-local-movies:before {
	content: "\e886";
}

.icon-local-offer:before {
	content: "\e887";
}

.icon-local-parking:before {
	content: "\e888";
}

.icon-local-pharmacy:before {
	content: "\e889";
}

.icon-local-phone:before {
	content: "\e88a";
}

.icon-local-pizza:before {
	content: "\e88b";
}

.icon-local-play:before {
	content: "\e88c";
}

.icon-local-post-office:before {
	content: "\e88d";
}

.icon-local-print-shop:before {
	content: "\e88e";
}

.icon-local-restaurant:before {
	content: "\e88f";
}

.icon-local-see:before {
	content: "\e890";
}

.icon-local-shipping:before {
	content: "\e891";
}

.icon-local-taxi:before {
	content: "\e892";
}

.icon-location-history:before {
	content: "\e893";
}

.icon-map:before {
	content: "\e894";
}

.icon-my-location:before {
	content: "\e895";
}

.icon-navigation:before {
	content: "\e896";
}

.icon-pin-drop:before {
	content: "\e897";
}

.icon-place:before {
	content: "\e898";
}

.icon-rate-review:before {
	content: "\e899";
}

.icon-restaurant-menu:before {
	content: "\e89a";
}

.icon-satellite:before {
	content: "\e89b";
}

.icon-store-mall-directory:before {
	content: "\e89c";
}

.icon-terrain:before {
	content: "\e89d";
}

.icon-traff:before {
	content: "\e89e";
}

.icon-apps:before {
	content: "\e89f";
}

.icon-arrow-back:before {
	content: "\e8a0";
}

.icon-arrow-drop-down:before {
	content: "\e8a1";
}

.icon-arrow-drop-down-circle:before {
	content: "\e8a2";
}

.icon-arrow-drop-up:before {
	content: "\e8a3";
}

.icon-arrow-forward:before {
	content: "\e8a4";
}

.icon-cancel:before {
	content: "\e8a5";
}

.icon-check2:before {
	content: "\e8a6";
}

.icon-chevron-left2:before {
	content: "\e8a7";
}

.icon-chevron-right2:before {
	content: "\e8a8";
}

.icon-close2:before {
	content: "\e8a9";
}

.icon-expand-less:before {
	content: "\e8aa";
}

.icon-expand-more:before {
	content: "\e8ab";
}

.icon-fullscreen:before {
	content: "\e8ac";
}

.icon-fullscreen-exit:before {
	content: "\e8ad";
}

.icon-menu:before {
	content: "\e8ae";
}

.icon-more-horiz:before {
	content: "\e8af";
}

.icon-more-vert:before {
	content: "\e8b0";
}

.icon-refresh2:before {
	content: "\e8b1";
}

.icon-unfold-less:before {
	content: "\e8b2";
}

.icon-unfold-more:before {
	content: "\e8b3";
}

.icon-adb:before {
	content: "\e8b4";
}

.icon-bluetooth-audio:before {
	content: "\e8b5";
}

.icon-disc-full:before {
	content: "\e8b6";
}

.icon-dnd-forwardslash:before {
	content: "\e8b7";
}

.icon-do-not-disturb:before {
	content: "\e8b8";
}

.icon-drive-eta:before {
	content: "\e8b9";
}

.icon-event-available:before {
	content: "\e8ba";
}

.icon-event-busy:before {
	content: "\e8bb";
}

.icon-event-note:before {
	content: "\e8bc";
}

.icon-folder-special:before {
	content: "\e8bd";
}

.icon-mms:before {
	content: "\e8be";
}

.icon-more:before {
	content: "\e8bf";
}

.icon-network-locked:before {
	content: "\e8c0";
}

.icon-phone-bluetooth-speaker:before {
	content: "\e8c1";
}

.icon-phone-forwarded:before {
	content: "\e8c2";
}

.icon-phone-in-talk:before {
	content: "\e8c3";
}

.icon-phone-locked:before {
	content: "\e8c4";
}

.icon-phone-missed:before {
	content: "\e8c5";
}

.icon-phone-paused:before {
	content: "\e8c6";
}

.icon-play-download:before {
	content: "\e8c7";
}

.icon-play-install:before {
	content: "\e8c8";
}

.icon-sd-card:before {
	content: "\e8c9";
}

.icon-sim-card-alert:before {
	content: "\e8ca";
}

.icon-sms:before {
	content: "\e8cb";
}

.icon-sms-failed:before {
	content: "\e8cc";
}

.icon-sync:before {
	content: "\e8cd";
}

.icon-sync-disabled:before {
	content: "\e8ce";
}

.icon-sync-problem:before {
	content: "\e8cf";
}

.icon-system-update:before {
	content: "\e8d0";
}

.icon-tap-and-play:before {
	content: "\e8d1";
}

.icon-time-to-leave:before {
	content: "\e8d2";
}

.icon-vibration:before {
	content: "\e8d3";
}

.icon-voice-chat:before {
	content: "\e8d4";
}

.icon-vpn-lock:before {
	content: "\e8d5";
}

.icon-cake:before {
	content: "\e8d6";
}

.icon-domain:before {
	content: "\e8d7";
}

.icon-group2:before {
	content: "\e8d8";
}

.icon-group-add:before {
	content: "\e8d9";
}

.icon-location-city:before {
	content: "\e8da";
}

.icon-mood:before {
	content: "\e8db";
}

.icon-notifications:before {
	content: "\e8dc";
}

.icon-notifications-none:before {
	content: "\e8dd";
}

.icon-notifications-off:before {
	content: "\e8de";
}

.icon-notifications-on:before {
	content: "\e8df";
}

.icon-notifications-paused:before {
	content: "\e8e0";
}

.icon-pages:before {
	content: "\e8e1";
}

.icon-party-mode:before {
	content: "\e8e2";
}

.icon-people:before {
	content: "\e8e3";
}

.icon-people-outline:before {
	content: "\e8e4";
}

.icon-person:before {
	content: "\e8e5";
}

.icon-person-add:before {
	content: "\e8e6";
}

.icon-person-outline:before {
	content: "\e8e7";
}

.icon-plus-one:before {
	content: "\e8e8";
}

.icon-poll:before {
	content: "\e8e9";
}

.icon-publ:before {
	content: "\e8ea";
}

.icon-school:before {
	content: "\e8eb";
}

.icon-share3:before {
	content: "\e8ec";
}

.icon-whatshot:before {
	content: "\e8ed";
}

.icon-check-box:before {
	content: "\e8ee";
}

.icon-check-box-outline-blank:before {
	content: "\e8ef";
}

.icon-radio-button-off:before {
	content: "\e8f0";
}

.icon-radio-button-on:before {
	content: "\e8f1";
}

.icon-star2:before {
	content: "\e8f2";
}

.icon-star-half2:before {
	content: "\e8f3";
}

.icon-star-outline:before {
	content: "\e8f4";
}

.icon-times2:before {
	content: "\e8f5";
}

.icon-tick:before {
	content: "\e8f6";
}

.icon-plus2:before {
	content: "\e8f7";
}

.icon-minus2:before {
	content: "\e8f8";
}

.icon-equals:before {
	content: "\e8f9";
}

.icon-divide:before {
	content: "\e8fa";
}

.icon-chevron-right3:before {
	content: "\e8fb";
}

.icon-chevron-left3:before {
	content: "\e8fc";
}

.icon-arrow-right-thick:before {
	content: "\e8fd";
}

.icon-arrow-left-thick:before {
	content: "\e8fe";
}

.icon-th-small:before {
	content: "\e8ff";
}

.icon-th-menu:before {
	content: "\eaeb";
}

.icon-th-list2:before {
	content: "\eaec";
}

.icon-th-large2:before {
	content: "\eaed";
}

.icon-home5:before {
	content: "\eaee";
}

.icon-arrow-forward2:before {
	content: "\eaef";
}

.icon-arrow-back2:before {
	content: "\eaf0";
}

.icon-rss2:before {
	content: "\eaf1";
}

.icon-location:before {
	content: "\eaf2";
}

.icon-link3:before {
	content: "\eaf3";
}

.icon-image3:before {
	content: "\eaf4";
}

.icon-arrow-up-thick:before {
	content: "\eaf5";
}

.icon-arrow-down-thick:before {
	content: "\eaf6";
}

.icon-starburst:before {
	content: "\eaf7";
}

.icon-starburst-outline:before {
	content: "\eaf8";
}

.icon-star3:before {
	content: "\eaf9";
}

.icon-flow-children:before {
	content: "\eafa";
}

.icon-export:before {
	content: "\eafb";
}

.icon-delete2:before {
	content: "\eafc";
}

.icon-delete-outline:before {
	content: "\eafd";
}

.icon-cloud-storage:before {
	content: "\eafe";
}

.icon-wi-fi:before {
	content: "\eaff";
}

.icon-heart2:before {
	content: "\eb00";
}

.icon-flash2:before {
	content: "\eb01";
}

.icon-cancel2:before {
	content: "\eb02";
}

.icon-backspace2:before {
	content: "\eb03";
}

.icon-attachment2:before {
	content: "\eb04";
}

.icon-arrow-move:before {
	content: "\eb05";
}

.icon-warning3:before {
	content: "\eb06";
}

.icon-user2:before {
	content: "\eb07";
}

.icon-radar:before {
	content: "\eb08";
}

.icon-lock-open2:before {
	content: "\eb09";
}

.icon-lock-closed:before {
	content: "\eb0a";
}

.icon-location-arrow2:before {
	content: "\eb0b";
}

.icon-info3:before {
	content: "\eb0c";
}

.icon-user-delete:before {
	content: "\eb0d";
}

.icon-user-add:before {
	content: "\eb0e";
}

.icon-media-pause:before {
	content: "\eb0f";
}

.icon-group3:before {
	content: "\eb10";
}

.icon-chart-pie:before {
	content: "\eb11";
}

.icon-chart-line:before {
	content: "\eb12";
}

.icon-chart-bar:before {
	content: "\eb13";
}

.icon-chart-area:before {
	content: "\eb14";
}

.icon-video:before {
	content: "\eb15";
}

.icon-point-of-interest:before {
	content: "\eb16";
}

.icon-infinity:before {
	content: "\eb17";
}

.icon-globe2:before {
	content: "\eb18";
}

.icon-eye2:before {
	content: "\eb19";
}

.icon-cog2:before {
	content: "\eb1a";
}

.icon-camera3:before {
	content: "\eb1b";
}

.icon-upload4:before {
	content: "\eb1c";
}

.icon-scissors2:before {
	content: "\eb1d";
}

.icon-refresh3:before {
	content: "\eb1e";
}

.icon-pin:before {
	content: "\eb1f";
}

.icon-key3:before {
	content: "\eb20";
}

.icon-info-large:before {
	content: "\eb21";
}

.icon-eject2:before {
	content: "\eb22";
}

.icon-download4:before {
	content: "\eb23";
}

.icon-zoom:before {
	content: "\eb24";
}

.icon-zoom-out:before {
	content: "\eb25";
}

.icon-zoom-in:before {
	content: "\eb26";
}

.icon-sort-numerically:before {
	content: "\eb27";
}

.icon-sort-alphabetically:before {
	content: "\eb28";
}

.icon-input-checked:before {
	content: "\eb29";
}

.icon-calender:before {
	content: "\eb2a";
}

.icon-world:before {
	content: "\eb2b";
}

.icon-notes:before {
	content: "\eb2c";
}

.icon-code2:before {
	content: "\eb2d";
}

.icon-arrow-sync:before {
	content: "\eb2e";
}

.icon-arrow-shuffle:before {
	content: "\eb2f";
}

.icon-arrow-repeat:before {
	content: "\eb30";
}

.icon-arrow-minimise:before {
	content: "\eb31";
}

.icon-arrow-maximise:before {
	content: "\eb32";
}

.icon-arrow-loop:before {
	content: "\eb33";
}

.icon-anchor2:before {
	content: "\eb34";
}

.icon-spanner:before {
	content: "\eb35";
}

.icon-puzzle:before {
	content: "\eb36";
}

.icon-power:before {
	content: "\eb37";
}

.icon-plane2:before {
	content: "\eb38";
}

.icon-pi:before {
	content: "\eb39";
}

.icon-phone3:before {
	content: "\eb3a";
}

.icon-microphone2:before {
	content: "\eb3b";
}

.icon-media-rewind:before {
	content: "\eb3c";
}

.icon-flag3:before {
	content: "\eb3d";
}

.icon-adjust-brightness:before {
	content: "\eb3e";
}

.icon-waves:before {
	content: "\eb3f";
}

.icon-social-twitter:before {
	content: "\eb40";
}

.icon-social-facebook:before {
	content: "\eb41";
}

.icon-social-dribbble:before {
	content: "\eb42";
}

.icon-media-stop:before {
	content: "\eb43";
}

.icon-media-record:before {
	content: "\eb44";
}

.icon-media-play:before {
	content: "\eb45";
}

.icon-media-fast-forward:before {
	content: "\eb46";
}

.icon-media-eject:before {
	content: "\eb47";
}

.icon-social-vimeo:before {
	content: "\eb48";
}

.icon-social-tumbler:before {
	content: "\eb49";
}

.icon-social-skype:before {
	content: "\eb4a";
}

.icon-social-pinterest:before {
	content: "\eb4b";
}

.icon-social-linkedin:before {
	content: "\eb4c";
}

.icon-social-last-fm:before {
	content: "\eb4d";
}

.icon-social-github:before {
	content: "\eb4e";
}

.icon-social-flickr:before {
	content: "\eb4f";
}

.icon-at2:before {
	content: "\eb50";
}

.icon-times-outline:before {
	content: "\eb51";
}

.icon-plus-outline:before {
	content: "\eb52";
}

.icon-minus-outline:before {
	content: "\eb53";
}

.icon-tick-outline:before {
	content: "\eb54";
}

.icon-th-large-outline:before {
	content: "\eb55";
}

.icon-equals-outline:before {
	content: "\eb56";
}

.icon-divide-outline:before {
	content: "\eb57";
}

.icon-chevron-right-outline:before {
	content: "\eb58";
}

.icon-chevron-left-outline:before {
	content: "\eb59";
}

.icon-arrow-right-outline:before {
	content: "\eb5a";
}

.icon-arrow-left-outline:before {
	content: "\eb5b";
}

.icon-th-small-outline:before {
	content: "\eb5c";
}

.icon-th-menu-outline:before {
	content: "\eb5d";
}

.icon-th-list-outline:before {
	content: "\eb5e";
}

.icon-news:before {
	content: "\eb5f";
}

.icon-home-outline:before {
	content: "\eb60";
}

.icon-arrow-up-outline:before {
	content: "\eb61";
}

.icon-arrow-forward-outline:before {
	content: "\eb62";
}

.icon-arrow-down-outline:before {
	content: "\eb63";
}

.icon-arrow-back-outline:before {
	content: "\eb64";
}

.icon-trash2:before {
	content: "\eb65";
}

.icon-rss-outline:before {
	content: "\eb66";
}

.icon-message2:before {
	content: "\eb67";
}

.icon-location-outline:before {
	content: "\eb68";
}

.icon-link-outline:before {
	content: "\eb69";
}

.icon-image-outline:before {
	content: "\eb6a";
}

.icon-export-outline:before {
	content: "\eb6b";
}

.icon-cross:before {
	content: "\eb6c";
}

.icon-wi-fi-outline:before {
	content: "\eb6d";
}

.icon-star-outline2:before {
	content: "\eb6e";
}

.icon-media-pause-outline:before {
	content: "\eb6f";
}

.icon-mail5:before {
	content: "\eb70";
}

.icon-heart-outline:before {
	content: "\eb71";
}

.icon-flash-outline:before {
	content: "\eb72";
}

.icon-cancel-outline:before {
	content: "\eb73";
}

.icon-beaker:before {
	content: "\eb74";
}

.icon-arrow-move-outline:before {
	content: "\eb75";
}

.icon-watch2:before {
	content: "\eb76";
}

.icon-warning-outline:before {
	content: "\eb77";
}

.icon-time:before {
	content: "\eb78";
}

.icon-radar-outline:before {
	content: "\eb79";
}

.icon-lock-open-outline:before {
	content: "\eb7a";
}

.icon-location-arrow-outline:before {
	content: "\eb7b";
}

.icon-info-outline2:before {
	content: "\eb7c";
}

.icon-backspace-outline:before {
	content: "\eb7d";
}

.icon-attachment-outline:before {
	content: "\eb7e";
}

.icon-user-outline:before {
	content: "\eb7f";
}

.icon-user-delete-outline:before {
	content: "\eb80";
}

.icon-user-add-outline:before {
	content: "\eb81";
}

.icon-lock-closed-outline:before {
	content: "\eb82";
}

.icon-group-outline:before {
	content: "\eb83";
}

.icon-chart-pie-outline:before {
	content: "\eb84";
}

.icon-chart-line-outline:before {
	content: "\eb85";
}

.icon-chart-bar-outline:before {
	content: "\eb86";
}

.icon-chart-area-outline:before {
	content: "\eb87";
}

.icon-video-outline:before {
	content: "\eb88";
}

.icon-point-of-interest-outline:before {
	content: "\eb89";
}

.icon-map3:before {
	content: "\eb8a";
}

.icon-key-outline:before {
	content: "\eb8b";
}

.icon-infinity-outline:before {
	content: "\eb8c";
}

.icon-globe-outline:before {
	content: "\eb8d";
}

.icon-eye-outline:before {
	content: "\eb8e";
}

.icon-cog-outline:before {
	content: "\eb8f";
}

.icon-camera-outline:before {
	content: "\eb90";
}

.icon-upload-outline:before {
	content: "\eb91";
}

.icon-support2:before {
	content: "\eb92";
}

.icon-scissors-outline:before {
	content: "\eb93";
}

.icon-refresh-outline:before {
	content: "\eb94";
}

.icon-info-large-outline:before {
	content: "\eb95";
}

.icon-eject-outline:before {
	content: "\eb96";
}

.icon-download-outline:before {
	content: "\eb97";
}

.icon-battery-mid:before {
	content: "\eb98";
}

.icon-battery-low:before {
	content: "\eb99";
}

.icon-battery-high:before {
	content: "\eb9a";
}

.icon-zoom-outline:before {
	content: "\eb9b";
}

.icon-zoom-out-outline:before {
	content: "\eb9c";
}

.icon-zoom-in-outline:before {
	content: "\eb9d";
}

.icon-tag2:before {
	content: "\eb9e";
}

.icon-tabs-outline:before {
	content: "\eb9f";
}

.icon-pin-outline:before {
	content: "\eba0";
}

.icon-message-typing:before {
	content: "\eba1";
}

.icon-directions2:before {
	content: "\eba2";
}

.icon-battery-full2:before {
	content: "\eba3";
}

.icon-battery-charge:before {
	content: "\eba4";
}

.icon-pipette:before {
	content: "\eba5";
}

.icon-pencil3:before {
	content: "\eba6";
}

.icon-folder3:before {
	content: "\eba7";
}

.icon-folder-delete:before {
	content: "\eba8";
}

.icon-folder-add:before {
	content: "\eba9";
}

.icon-edit3:before {
	content: "\ebaa";
}

.icon-document:before {
	content: "\ebab";
}

.icon-document-delete:before {
	content: "\ebac";
}

.icon-document-add:before {
	content: "\ebad";
}

.icon-brush2:before {
	content: "\ebae";
}

.icon-thumbs-up2:before {
	content: "\ebaf";
}

.icon-thumbs-down2:before {
	content: "\ebb0";
}

.icon-pen:before {
	content: "\ebb1";
}

.icon-sort-numerically-outline:before {
	content: "\ebb2";
}

.icon-sort-alphabetically-outline:before {
	content: "\ebb3";
}

.icon-social-last-fm-circular:before {
	content: "\ebb4";
}

.icon-social-github-circular:before {
	content: "\ebb5";
}

.icon-compass3:before {
	content: "\ebb6";
}

.icon-bookmark3:before {
	content: "\ebb7";
}

.icon-input-checked-outline:before {
	content: "\ebb8";
}

.icon-code-outline:before {
	content: "\ebb9";
}

.icon-calender-outline:before {
	content: "\ebba";
}

.icon-business-card:before {
	content: "\ebbb";
}

.icon-arrow-up3:before {
	content: "\ebbc";
}

.icon-arrow-sync-outline:before {
	content: "\ebbd";
}

.icon-arrow-right3:before {
	content: "\ebbe";
}

.icon-arrow-repeat-outline:before {
	content: "\ebbf";
}

.icon-arrow-loop-outline:before {
	content: "\ebc0";
}

.icon-arrow-left3:before {
	content: "\ebc1";
}

.icon-flow-switch:before {
	content: "\ebc2";
}

.icon-flow-parallel:before {
	content: "\ebc3";
}

.icon-flow-merge:before {
	content: "\ebc4";
}

.icon-document-text:before {
	content: "\ebc5";
}

.icon-clipboard2:before {
	content: "\ebc6";
}

.icon-calculator2:before {
	content: "\ebc7";
}

.icon-arrow-minimise-outline:before {
	content: "\ebc8";
}

.icon-arrow-maximise-outline:before {
	content: "\ebc9";
}

.icon-arrow-down3:before {
	content: "\ebca";
}

.icon-gift2:before {
	content: "\ebcb";
}

.icon-film2:before {
	content: "\ebcc";
}

.icon-database2:before {
	content: "\ebcd";
}

.icon-bell2:before {
	content: "\ebce";
}

.icon-anchor-outline:before {
	content: "\ebcf";
}

.icon-adjust-contrast:before {
	content: "\ebd0";
}

.icon-world-outline:before {
	content: "\ebd1";
}

.icon-shopping-bag:before {
	content: "\ebd2";
}

.icon-power-outline:before {
	content: "\ebd3";
}

.icon-notes-outline:before {
	content: "\ebd4";
}

.icon-device-tablet:before {
	content: "\ebd5";
}

.icon-device-phone:before {
	content: "\ebd6";
}

.icon-device-laptop:before {
	content: "\ebd7";
}

.icon-device-desktop:before {
	content: "\ebd8";
}

.icon-briefcase2:before {
	content: "\ebd9";
}

.icon-stopwatch:before {
	content: "\ebda";
}

.icon-spanner-outline:before {
	content: "\ebdb";
}

.icon-puzzle-outline:before {
	content: "\ebdc";
}

.icon-printer:before {
	content: "\ebdd";
}

.icon-pi-outline:before {
	content: "\ebde";
}

.icon-lightbulb:before {
	content: "\ebdf";
}

.icon-flag-outline:before {
	content: "\ebe0";
}

.icon-contacts2:before {
	content: "\ebe1";
}

.icon-archive3:before {
	content: "\ebe2";
}

.icon-weather-stormy:before {
	content: "\ebe3";
}

.icon-weather-shower:before {
	content: "\ebe4";
}

.icon-weather-partly-sunny:before {
	content: "\ebe5";
}

.icon-weather-downpour:before {
	content: "\ebe6";
}

.icon-weather-cloudy:before {
	content: "\ebe7";
}

.icon-plane-outline:before {
	content: "\ebe8";
}

.icon-phone-outline:before {
	content: "\ebe9";
}

.icon-microphone-outline:before {
	content: "\ebea";
}

.icon-weather-windy:before {
	content: "\ebeb";
}

.icon-weather-windy-cloudy:before {
	content: "\ebec";
}

.icon-weather-sunny:before {
	content: "\ebed";
}

.icon-weather-snow:before {
	content: "\ebee";
}

.icon-weather-night:before {
	content: "\ebef";
}

.icon-media-stop-outline:before {
	content: "\ebf0";
}

.icon-media-rewind-outline:before {
	content: "\ebf1";
}

.icon-media-record-outline:before {
	content: "\ebf2";
}

.icon-media-play-outline:before {
	content: "\ebf3";
}

.icon-media-fast-forward-outline:before {
	content: "\ebf4";
}

.icon-media-eject-outline:before {
	content: "\ebf5";
}

.icon-wine:before {
	content: "\ebf6";
}

.icon-waves-outline:before {
	content: "\ebf7";
}

.icon-ticket2:before {
	content: "\ebf8";
}

.icon-tags2:before {
	content: "\ebf9";
}

.icon-plug2:before {
	content: "\ebfa";
}

.icon-headphones2:before {
	content: "\ebfb";
}

.icon-credit-card3:before {
	content: "\ebfc";
}

.icon-coffee2:before {
	content: "\ebfd";
}

.icon-book3:before {
	content: "\ebfe";
}

.icon-beer2:before {
	content: "\ebff";
}

.icon-volume:before {
	content: "\ec00";
}

.icon-volume-up3:before {
	content: "\ec01";
}

.icon-volume-mute3:before {
	content: "\ec02";
}

.icon-volume-down3:before {
	content: "\ec03";
}

.icon-social-vimeo-circular:before {
	content: "\ec04";
}

.icon-social-twitter-circular:before {
	content: "\ec05";
}

.icon-social-pinterest-circular:before {
	content: "\ec06";
}

.icon-social-linkedin-circular:before {
	content: "\ec07";
}

.icon-social-facebook-circular:before {
	content: "\ec08";
}

.icon-social-dribbble-circular:before {
	content: "\ec09";
}

.icon-tree2:before {
	content: "\ec0a";
}

.icon-thermometer:before {
	content: "\ec0b";
}

.icon-social-tumbler-circular:before {
	content: "\ec0c";
}

.icon-social-skype-outline:before {
	content: "\ec0d";
}

.icon-social-flickr-circular:before {
	content: "\ec0e";
}

.icon-social-at-circular:before {
	content: "\ec0f";
}

.icon-shopping-cart3:before {
	content: "\ec10";
}

.icon-messages:before {
	content: "\ec11";
}

.icon-leaf2:before {
	content: "\ec12";
}

.icon-feather:before {
	content: "\ec13";
}

.icon-eye3:before {
	content: "\e000";
}

.icon-paper-clip:before {
	content: "\e001";
}

.icon-mail6:before {
	content: "\e002";
}

.icon-toggle:before {
	content: "\e003";
}

.icon-layout:before {
	content: "\e004";
}

.icon-link4:before {
	content: "\e005";
}

.icon-bell3:before {
	content: "\e006";
}

.icon-lock3:before {
	content: "\e007";
}

.icon-unlock2:before {
	content: "\e008";
}

.icon-ribbon:before {
	content: "\e009";
}

.icon-image4:before {
	content: "\e010";
}

.icon-signal2:before {
	content: "\e011";
}

.icon-target:before {
	content: "\e012";
}

.icon-clipboard3:before {
	content: "\e013";
}

.icon-clock:before {
	content: "\e014";
}

.icon-watch3:before {
	content: "\e015";
}

.icon-air-play:before {
	content: "\e016";
}

.icon-camera4:before {
	content: "\e017";
}

.icon-video2:before {
	content: "\e018";
}

.icon-disc:before {
	content: "\e019";
}

.icon-printer2:before {
	content: "\e020";
}

.icon-monitor:before {
	content: "\e021";
}

.icon-server2:before {
	content: "\e022";
}

.icon-cog3:before {
	content: "\e023";
}

.icon-heart3:before {
	content: "\e024";
}

.icon-paragraph2:before {
	content: "\e025";
}

.icon-align-justify2:before {
	content: "\e026";
}

.icon-align-left2:before {
	content: "\e027";
}

.icon-align-center2:before {
	content: "\e028";
}

.icon-align-right2:before {
	content: "\e029";
}

.icon-book4:before {
	content: "\e030";
}

.icon-layers2:before {
	content: "\e031";
}

.icon-stack:before {
	content: "\e032";
}

.icon-stack-2:before {
	content: "\e033";
}

.icon-paper:before {
	content: "\e034";
}

.icon-paper-stack:before {
	content: "\e035";
}

.icon-search3:before {
	content: "\e036";
}

.icon-zoom-in2:before {
	content: "\e037";
}

.icon-zoom-out2:before {
	content: "\e038";
}

.icon-reply3:before {
	content: "\e039";
}

.icon-circle-plus:before {
	content: "\e040";
}

.icon-circle-minus:before {
	content: "\e041";
}

.icon-circle-check:before {
	content: "\e042";
}

.icon-circle-cross:before {
	content: "\e043";
}

.icon-square-plus:before {
	content: "\e044";
}

.icon-square-minus:before {
	content: "\e045";
}

.icon-square-check:before {
	content: "\e046";
}

.icon-square-cross:before {
	content: "\e047";
}

.icon-microphone3:before {
	content: "\e048";
}

.icon-record:before {
	content: "\e049";
}

.icon-skip-back:before {
	content: "\e050";
}

.icon-rewind:before {
	content: "\e051";
}

.icon-play4:before {
	content: "\e052";
}

.icon-pause4:before {
	content: "\e053";
}

.icon-stop4:before {
	content: "\e054";
}

.icon-fast-forward3:before {
	content: "\e055";
}

.icon-skip-forward:before {
	content: "\e056";
}

.icon-shuffle2:before {
	content: "\e057";
}

.icon-repeat3:before {
	content: "\e058";
}

.icon-folder4:before {
	content: "\e059";
}

.icon-umbrella2:before {
	content: "\e060";
}

.icon-moon:before {
	content: "\e061";
}

.icon-thermometer2:before {
	content: "\e062";
}

.icon-drop:before {
	content: "\e063";
}

.icon-sun:before {
	content: "\e064";
}

.icon-cloud3:before {
	content: "\e065";
}

.icon-cloud-upload3:before {
	content: "\e066";
}

.icon-cloud-download3:before {
	content: "\e067";
}

.icon-upload5:before {
	content: "\e068";
}

.icon-download5:before {
	content: "\e069";
}

.icon-location3:before {
	content: "\e070";
}

.icon-location-2:before {
	content: "\e071";
}

.icon-map4:before {
	content: "\e072";
}

.icon-battery:before {
	content: "\e073";
}

.icon-head:before {
	content: "\e074";
}

.icon-briefcase3:before {
	content: "\e075";
}

.icon-speech-bubble:before {
	content: "\e076";
}

.icon-anchor3:before {
	content: "\e077";
}

.icon-globe3:before {
	content: "\e078";
}

.icon-box:before {
	content: "\e079";
}

.icon-reload:before {
	content: "\e080";
}

.icon-share4:before {
	content: "\e081";
}

.icon-marquee:before {
	content: "\e082";
}

.icon-marquee-plus:before {
	content: "\e083";
}

.icon-marquee-minus:before {
	content: "\e084";
}

.icon-tag3:before {
	content: "\e085";
}

.icon-power2:before {
	content: "\e086";
}

.icon-command:before {
	content: "\e087";
}

.icon-alt:before {
	content: "\e088";
}

.icon-esc:before {
	content: "\e089";
}

.icon-bar-graph:before {
	content: "\e090";
}

.icon-bar-graph-2:before {
	content: "\e091";
}

.icon-pie-graph:before {
	content: "\e092";
}

.icon-star4:before {
	content: "\e093";
}

.icon-arrow-left4:before {
	content: "\e094";
}

.icon-arrow-right4:before {
	content: "\e095";
}

.icon-arrow-up4:before {
	content: "\e096";
}

.icon-arrow-down4:before {
	content: "\e097";
}

.icon-volume2:before {
	content: "\e098";
}

.icon-mute:before {
	content: "\e099";
}

.icon-content-right:before {
	content: "\e100";
}

.icon-content-left:before {
	content: "\e101";
}

.icon-grid:before {
	content: "\e102";
}

.icon-grid-2:before {
	content: "\e103";
}

.icon-columns2:before {
	content: "\e104";
}

.icon-loader:before {
	content: "\e105";
}

.icon-bag:before {
	content: "\e106";
}

.icon-ban2:before {
	content: "\e107";
}

.icon-flag4:before {
	content: "\e108";
}

.icon-trash3:before {
	content: "\e109";
}

.icon-expand2:before {
	content: "\e110";
}

.icon-contract:before {
	content: "\e111";
}

.icon-maximize:before {
	content: "\e112";
}

.icon-minimize:before {
	content: "\e113";
}

.icon-plus3:before {
	content: "\e114";
}

.icon-minus3:before {
	content: "\e115";
}

.icon-check3:before {
	content: "\e116";
}

.icon-cross2:before {
	content: "\e117";
}

.icon-move:before {
	content: "\e118";
}

.icon-delete3:before {
	content: "\e119";
}

.icon-menu5:before {
	content: "\e120";
}

.icon-archive4:before {
	content: "\e121";
}

.icon-inbox3:before {
	content: "\e122";
}

.icon-outbox:before {
	content: "\e123";
}

.icon-file2:before {
	content: "\e124";
}

.icon-file-add:before {
	content: "\e125";
}

.icon-file-subtract:before {
	content: "\e126";
}

.icon-help2:before {
	content: "\e127";
}

.icon-open:before {
	content: "\e128";
}

.icon-ellipsis:before {
	content: "\e129";
}

.icon-type:before {
	content: "\ec14";
}

.icon-box2:before {
	content: "\ec15";
}

.icon-archive5:before {
	content: "\ec16";
}

.icon-envelope2:before {
	content: "\ec17";
}

.icon-email2:before {
	content: "\ec18";
}

.icon-files:before {
	content: "\ec19";
}

.icon-uniEC1A:before {
	content: "\ec1a";
}

.icon-file-settings:before {
	content: "\ec1b";
}

.icon-file-add2:before {
	content: "\ec1c";
}

.icon-file3:before {
	content: "\ec1d";
}

.icon-align-left3:before {
	content: "\ec1e";
}

.icon-align-right3:before {
	content: "\ec1f";
}

.icon-align-center3:before {
	content: "\ec20";
}

.icon-align-justify3:before {
	content: "\ec21";
}

.icon-file-broken:before {
	content: "\ec22";
}

.icon-browser:before {
	content: "\ec23";
}

.icon-windows2:before {
	content: "\ec24";
}

.icon-window:before {
	content: "\ec25";
}

.icon-folder5:before {
	content: "\ec26";
}

.icon-folder-add2:before {
	content: "\ec27";
}

.icon-folder-settings:before {
	content: "\ec28";
}

.icon-folder-check:before {
	content: "\ec29";
}

.icon-wifi-low:before {
	content: "\ec2a";
}

.icon-wifi-mid:before {
	content: "\ec2b";
}

.icon-wifi-full:before {
	content: "\ec2c";
}

.icon-connection-empty:before {
	content: "\ec2d";
}

.icon-connection-25:before {
	content: "\ec2e";
}

.icon-connection-50:before {
	content: "\ec2f";
}

.icon-connection-75:before {
	content: "\ec30";
}

.icon-connection-full:before {
	content: "\ec31";
}

.icon-list4:before {
	content: "\ec32";
}

.icon-grid2:before {
	content: "\ec33";
}

.icon-uniEC34:before {
	content: "\ec34";
}

.icon-battery-charging:before {
	content: "\ec35";
}

.icon-battery-empty:before {
	content: "\ec36";
}

.icon-battery-25:before {
	content: "\ec37";
}

.icon-battery-502:before {
	content: "\ec38";
}

.icon-battery-75:before {
	content: "\ec39";
}

.icon-battery-full3:before {
	content: "\ec3a";
}

.icon-settings2:before {
	content: "\ec3b";
}

.icon-arrow-left5:before {
	content: "\ec3c";
}

.icon-arrow-up5:before {
	content: "\ec3d";
}

.icon-arrow-down5:before {
	content: "\ec3e";
}

.icon-arrow-right5:before {
	content: "\ec3f";
}

.icon-reload2:before {
	content: "\ec40";
}

.icon-refresh4:before {
	content: "\ec41";
}

.icon-volume3:before {
	content: "\ec42";
}

.icon-volume-increase:before {
	content: "\ec43";
}

.icon-volume-decrease:before {
	content: "\ec44";
}

.icon-mute2:before {
	content: "\ec45";
}

.icon-microphone4:before {
	content: "\ec46";
}

.icon-microphone-off:before {
	content: "\ec47";
}

.icon-book5:before {
	content: "\ec48";
}

.icon-checkmark:before {
	content: "\ec49";
}

.icon-checkbox-checked:before {
	content: "\ec4a";
}

.icon-checkbox:before {
	content: "\ec4b";
}

.icon-paperclip2:before {
	content: "\ec4c";
}

.icon-download6:before {
	content: "\ec4d";
}

.icon-tag4:before {
	content: "\ec4e";
}

.icon-trashcan:before {
	content: "\ec4f";
}

.icon-search4:before {
	content: "\ec50";
}

.icon-zoomin:before {
	content: "\ec51";
}

.icon-zoomout:before {
	content: "\ec52";
}

.icon-chat2:before {
	content: "\ec53";
}

.icon-chat-1:before {
	content: "\ec54";
}

.icon-chat-2:before {
	content: "\ec55";
}

.icon-chat-3:before {
	content: "\ec56";
}

.icon-comment3:before {
	content: "\ec57";
}

.icon-calendar2:before {
	content: "\ec58";
}

.icon-bookmark4:before {
	content: "\ec59";
}

.icon-email3:before {
	content: "\ec5a";
}

.icon-heart4:before {
	content: "\ec5b";
}

.icon-enter:before {
	content: "\ec5c";
}

.icon-cloud4:before {
	content: "\ec5d";
}

.icon-book6:before {
	content: "\ec5e";
}

.icon-star5:before {
	content: "\ec5f";
}

.icon-clock3:before {
	content: "\ec60";
}

.icon-printer3:before {
	content: "\ec61";
}

.icon-home6:before {
	content: "\ec62";
}

.icon-flag5:before {
	content: "\ec63";
}

.icon-meter:before {
	content: "\ec64";
}

.icon-switch:before {
	content: "\ec65";
}

.icon-forbidden:before {
	content: "\ec66";
}

.icon-lock4:before {
	content: "\ec67";
}

.icon-unlocked:before {
	content: "\ec68";
}

.icon-unlocked2:before {
	content: "\ec69";
}

.icon-users2:before {
	content: "\ec6a";
}

.icon-user3:before {
	content: "\ec6b";
}

.icon-users3:before {
	content: "\ec6c";
}

.icon-user4:before {
	content: "\ec6d";
}

.icon-bullhorn2:before {
	content: "\ec6e";
}

.icon-share5:before {
	content: "\ec6f";
}

.icon-screen:before {
	content: "\ec70";
}

.icon-phone4:before {
	content: "\ec71";
}

.icon-phone-portrait:before {
	content: "\ec72";
}

.icon-phone-landscape:before {
	content: "\ec73";
}

.icon-tablet3:before {
	content: "\ec74";
}

.icon-tablet-landscape:before {
	content: "\ec75";
}

.icon-laptop3:before {
	content: "\ec76";
}

.icon-camera5:before {
	content: "\ec77";
}

.icon-microwaveoven:before {
	content: "\ec78";
}

.icon-creditcards:before {
	content: "\ec79";
}

.icon-calculator3:before {
	content: "\ec7a";
}

.icon-bag2:before {
	content: "\ec7b";
}

.icon-diamond2:before {
	content: "\ec7c";
}

.icon-drink:before {
	content: "\ec7d";
}

.icon-shorts:before {
	content: "\ec7e";
}

.icon-vcard:before {
	content: "\ec7f";
}

.icon-sun2:before {
	content: "\ec80";
}

.icon-bill:before {
	content: "\ec81";
}

.icon-coffee3:before {
	content: "\ec82";
}

.icon-uniEC83:before {
	content: "\ec83";
}

.icon-newspaper:before {
	content: "\ec84";
}

.icon-stack2:before {
	content: "\ec85";
}

.icon-mapmarker:before {
	content: "\ec86";
}

.icon-map5:before {
	content: "\ec87";
}

.icon-support3:before {
	content: "\ec88";
}

.icon-uniEC89:before {
	content: "\ec89";
}

.icon-barbell:before {
	content: "\ec8a";
}

.icon-stopwatch2:before {
	content: "\ec8b";
}

.icon-atom:before {
	content: "\ec8c";
}

.icon-syringe:before {
	content: "\ec8d";
}

.icon-health:before {
	content: "\ec8e";
}

.icon-bolt2:before {
	content: "\ec8f";
}

.icon-pill:before {
	content: "\ec90";
}

.icon-bones:before {
	content: "\ec91";
}

.icon-lab:before {
	content: "\ec92";
}

.icon-clipboard4:before {
	content: "\ec93";
}

.icon-mug:before {
	content: "\ec94";
}

.icon-bucket:before {
	content: "\ec95";
}

.icon-select:before {
	content: "\ec96";
}

.icon-graph:before {
	content: "\ec97";
}

.icon-crop3:before {
	content: "\ec98";
}

.icon-image5:before {
	content: "\ec99";
}

.icon-cube2:before {
	content: "\ec9a";
}

.icon-bars2:before {
	content: "\ec9b";
}

.icon-chart:before {
	content: "\ec9c";
}

.icon-pencil4:before {
	content: "\ec9d";
}

.icon-measure:before {
	content: "\ec9e";
}

.icon-eyedropper2:before {
	content: "\ec9f";
}

.icon-number:before {
	content: "\eca0";
}

.icon-number2:before {
	content: "\eca1";
}

.icon-number3:before {
	content: "\eca2";
}

.icon-number4:before {
	content: "\eca3";
}

.icon-number5:before {
	content: "\eca4";
}

.icon-number6:before {
	content: "\eca5";
}

.icon-number7:before {
	content: "\eca6";
}

.icon-number8:before {
	content: "\eca7";
}

.icon-number9:before {
	content: "\eca8";
}

.icon-number10:before {
	content: "\eca9";
}

.icon-number11:before {
	content: "\ecaa";
}

.icon-number12:before {
	content: "\ecab";
}

.icon-number13:before {
	content: "\ecac";
}

.icon-number14:before {
	content: "\ecad";
}

.icon-number15:before {
	content: "\ecae";
}

.icon-number16:before {
	content: "\ecaf";
}

.icon-number17:before {
	content: "\ecb0";
}

.icon-number18:before {
	content: "\ecb1";
}

.icon-number19:before {
	content: "\ecb2";
}

.icon-number20:before {
	content: "\ecb3";
}

.icon-quote:before {
	content: "\ecb4";
}

.icon-quote2:before {
	content: "\ecb5";
}

.icon-tag5:before {
	content: "\ecb6";
}

.icon-tag6:before {
	content: "\ecb7";
}

.icon-link5:before {
	content: "\ecb8";
}

.icon-link6:before {
	content: "\ecb9";
}

.icon-cabinet:before {
	content: "\ecba";
}

.icon-cabinet2:before {
	content: "\ecbb";
}

.icon-calendar3:before {
	content: "\ecbc";
}

.icon-calendar4:before {
	content: "\ecbd";
}

.icon-calendar5:before {
	content: "\ecbe";
}

.icon-file4:before {
	content: "\ecbf";
}

.icon-file5:before {
	content: "\ecc0";
}

.icon-file6:before {
	content: "\ecc1";
}

.icon-files2:before {
	content: "\ecc2";
}

.icon-phone5:before {
	content: "\ecc3";
}

.icon-tablet4:before {
	content: "\ecc4";
}

.icon-window2:before {
	content: "\ecc5";
}

.icon-monitor2:before {
	content: "\ecc6";
}

.icon-ipod:before {
	content: "\ecc7";
}

.icon-tv2:before {
	content: "\ecc8";
}

.icon-camera6:before {
	content: "\ecc9";
}

.icon-camera7:before {
	content: "\ecca";
}

.icon-camera8:before {
	content: "\eccb";
}

.icon-film3:before {
	content: "\eccc";
}

.icon-film4:before {
	content: "\eccd";
}

.icon-film5:before {
	content: "\ecce";
}

.icon-microphone5:before {
	content: "\eccf";
}

.icon-microphone6:before {
	content: "\ecd0";
}

.icon-microphone7:before {
	content: "\ecd1";
}

.icon-drink2:before {
	content: "\ecd2";
}

.icon-drink3:before {
	content: "\ecd3";
}

.icon-drink4:before {
	content: "\ecd4";
}

.icon-drink5:before {
	content: "\ecd5";
}

.icon-coffee4:before {
	content: "\ecd6";
}

.icon-mug2:before {
	content: "\ecd7";
}

.icon-icecream:before {
	content: "\ecd8";
}

.icon-cake2:before {
	content: "\ecd9";
}

.icon-inbox4:before {
	content: "\ecda";
}

.icon-download7:before {
	content: "\ecdb";
}

.icon-upload6:before {
	content: "\ecdc";
}

.icon-inbox5:before {
	content: "\ecdd";
}

.icon-checkmark3:before {
	content: "\ecde";
}

.icon-checkmark4:before {
	content: "\ecdf";
}

.icon-cancel3:before {
	content: "\ece0";
}

.icon-cancel4:before {
	content: "\ece1";
}

.icon-plus4:before {
	content: "\ece2";
}

.icon-plus5:before {
	content: "\ece3";
}

.icon-minus4:before {
	content: "\ece4";
}

.icon-minus5:before {
	content: "\ece5";
}

.icon-notice:before {
	content: "\ece6";
}

.icon-notice2:before {
	content: "\ece7";
}

.icon-cog4:before {
	content: "\ece8";
}

.icon-cogs2:before {
	content: "\ece9";
}

.icon-cog5:before {
	content: "\ecea";
}

.icon-warning4:before {
	content: "\eceb";
}

.icon-health2:before {
	content: "\ecec";
}

.icon-suitcase2:before {
	content: "\eced";
}

.icon-suitcase3:before {
	content: "\ecee";
}

.icon-suitcase4:before {
	content: "\ecef";
}

.icon-picture:before {
	content: "\ecf0";
}

.icon-pictures:before {
	content: "\ecf1";
}

.icon-pictures2:before {
	content: "\ecf2";
}

.icon-android3:before {
	content: "\ecf3";
}

.icon-marvin:before {
	content: "\ecf4";
}

.icon-pacman:before {
	content: "\ecf5";
}

.icon-cassette:before {
	content: "\ecf6";
}

.icon-watch4:before {
	content: "\ecf7";
}

.icon-chronometer:before {
	content: "\ecf8";
}

.icon-watch5:before {
	content: "\ecf9";
}

.icon-alarmclock:before {
	content: "\ecfa";
}

.icon-time2:before {
	content: "\ecfb";
}

.icon-time3:before {
	content: "\ecfc";
}

.icon-headphones3:before {
	content: "\ecfd";
}

.icon-wallet:before {
	content: "\ecfe";
}

.icon-checkmark5:before {
	content: "\ecff";
}

.icon-cancel5:before {
	content: "\ed00";
}

.icon-eye4:before {
	content: "\ed01";
}

.icon-position:before {
	content: "\ed02";
}

.icon-sitemap2:before {
	content: "\ed03";
}

.icon-sitemap3:before {
	content: "\ed04";
}

.icon-cloud5:before {
	content: "\ed05";
}

.icon-upload7:before {
	content: "\ed06";
}

.icon-chart2:before {
	content: "\ed07";
}

.icon-chart3:before {
	content: "\ed08";
}

.icon-chart4:before {
	content: "\ed09";
}

.icon-chart5:before {
	content: "\ed0a";
}

.icon-chart6:before {
	content: "\ed0b";
}

.icon-chart7:before {
	content: "\ed0c";
}

.icon-location4:before {
	content: "\ed0d";
}

.icon-download8:before {
	content: "\ed0e";
}

.icon-basket:before {
	content: "\ed0f";
}

.icon-folder6:before {
	content: "\ed10";
}

.icon-gamepad3:before {
	content: "\ed11";
}

.icon-alarm2:before {
	content: "\ed12";
}

.icon-alarm-cancel:before {
	content: "\ed13";
}

.icon-phone6:before {
	content: "\ed14";
}

.icon-phone7:before {
	content: "\ed15";
}

.icon-image6:before {
	content: "\ed16";
}

.icon-open2:before {
	content: "\ed17";
}

.icon-sale:before {
	content: "\ed18";
}

.icon-direction:before {
	content: "\ed19";
}

.icon-map6:before {
	content: "\ed1a";
}

.icon-trashcan2:before {
	content: "\ed1b";
}

.icon-vote:before {
	content: "\ed1c";
}

.icon-graduate:before {
	content: "\ed1d";
}

.icon-lab2:before {
	content: "\ed1e";
}

.icon-tie:before {
	content: "\ed1f";
}

.icon-football:before {
	content: "\ed20";
}

.icon-eightball:before {
	content: "\ed21";
}

.icon-bowling:before {
	content: "\ed22";
}

.icon-bowlingpin:before {
	content: "\ed23";
}

.icon-baseball:before {
	content: "\ed24";
}

.icon-soccer:before {
	content: "\ed25";
}

.icon-3dglasses:before {
	content: "\ed26";
}

.icon-microwave:before {
	content: "\ed27";
}

.icon-refrigerator:before {
	content: "\ed28";
}

.icon-oven:before {
	content: "\ed29";
}

.icon-washingmachine:before {
	content: "\ed2a";
}

.icon-mouse2:before {
	content: "\ed2b";
}

.icon-smiley:before {
	content: "\ed2c";
}

.icon-sad:before {
	content: "\ed2d";
}

.icon-mute3:before {
	content: "\ed2e";
}

.icon-hand:before {
	content: "\ed2f";
}

.icon-radio2:before {
	content: "\ed30";
}

.icon-satellite2:before {
	content: "\ed31";
}

.icon-medal:before {
	content: "\ed32";
}

.icon-medal2:before {
	content: "\ed33";
}

.icon-switch2:before {
	content: "\ed34";
}

.icon-key4:before {
	content: "\ed35";
}

.icon-cord:before {
	content: "\ed36";
}

.icon-locked:before {
	content: "\ed37";
}

.icon-unlocked3:before {
	content: "\ed38";
}

.icon-locked2:before {
	content: "\ed39";
}

.icon-unlocked4:before {
	content: "\ed3a";
}

.icon-magnifier:before {
	content: "\ed3b";
}

.icon-zoomin2:before {
	content: "\ed3c";
}

.icon-zoomout2:before {
	content: "\ed3d";
}

.icon-stack3:before {
	content: "\ed3e";
}

.icon-stack4:before {
	content: "\ed3f";
}

.icon-stack5:before {
	content: "\ed40";
}

.icon-davidstar:before {
	content: "\ed41";
}

.icon-cross3:before {
	content: "\ed42";
}

.icon-moonandstar:before {
	content: "\ed43";
}

.icon-transformers:before {
	content: "\ed44";
}

.icon-batman:before {
	content: "\ed45";
}

.icon-spaceinvaders:before {
	content: "\ed46";
}

.icon-skeletor:before {
	content: "\ed47";
}

.icon-lamp:before {
	content: "\ed48";
}

.icon-lamp2:before {
	content: "\ed49";
}

.icon-umbrella3:before {
	content: "\ed4a";
}

.icon-streetlight:before {
	content: "\ed4b";
}

.icon-bomb2:before {
	content: "\ed4c";
}

.icon-archive6:before {
	content: "\ed4d";
}

.icon-battery2:before {
	content: "\ed4e";
}

.icon-battery3:before {
	content: "\ed4f";
}

.icon-battery4:before {
	content: "\ed50";
}

.icon-battery5:before {
	content: "\ed51";
}

.icon-battery6:before {
	content: "\ed52";
}

.icon-megaphone:before {
	content: "\ed53";
}

.icon-megaphone2:before {
	content: "\ed54";
}

.icon-patch:before {
	content: "\ed55";
}

.icon-pil:before {
	content: "\ed56";
}

.icon-injection:before {
	content: "\ed57";
}

.icon-thermometer3:before {
	content: "\ed58";
}

.icon-lamp3:before {
	content: "\ed59";
}

.icon-lamp4:before {
	content: "\ed5a";
}

.icon-lamp5:before {
	content: "\ed5b";
}

.icon-cube3:before {
	content: "\ed5c";
}

.icon-box3:before {
	content: "\ed5d";
}

.icon-box4:before {
	content: "\ed5e";
}

.icon-diamond3:before {
	content: "\ed5f";
}

.icon-bag3:before {
	content: "\ed60";
}

.icon-moneybag:before {
	content: "\ed61";
}

.icon-grid3:before {
	content: "\ed62";
}

.icon-grid4:before {
	content: "\ed63";
}

.icon-list5:before {
	content: "\ed64";
}

.icon-list6:before {
	content: "\ed65";
}

.icon-ruler:before {
	content: "\ed66";
}

.icon-ruler2:before {
	content: "\ed67";
}

.icon-layout2:before {
	content: "\ed68";
}

.icon-layout3:before {
	content: "\ed69";
}

.icon-layout4:before {
	content: "\ed6a";
}

.icon-layout5:before {
	content: "\ed6b";
}

.icon-layout6:before {
	content: "\ed6c";
}

.icon-layout7:before {
	content: "\ed6d";
}

.icon-layout8:before {
	content: "\ed6e";
}

.icon-layout9:before {
	content: "\ed6f";
}

.icon-layout10:before {
	content: "\ed70";
}

.icon-layout11:before {
	content: "\ed71";
}

.icon-layout12:before {
	content: "\ed72";
}

.icon-layout13:before {
	content: "\ed73";
}

.icon-layout14:before {
	content: "\ed74";
}

.icon-layout15:before {
	content: "\ed75";
}

.icon-tools:before {
	content: "\ed76";
}

.icon-screwdriver:before {
	content: "\ed77";
}

.icon-paint:before {
	content: "\ed78";
}

.icon-hammer:before {
	content: "\ed79";
}

.icon-brush3:before {
	content: "\ed7a";
}

.icon-pen2:before {
	content: "\ed7b";
}

.icon-chat3:before {
	content: "\ed7c";
}

.icon-comments2:before {
	content: "\ed7d";
}

.icon-chat4:before {
	content: "\ed7e";
}

.icon-chat5:before {
	content: "\ed7f";
}

.icon-volume4:before {
	content: "\ed80";
}

.icon-volume5:before {
	content: "\ed81";
}

.icon-volume6:before {
	content: "\ed82";
}

.icon-equalizer3:before {
	content: "\ed83";
}

.icon-resize:before {
	content: "\ed84";
}

.icon-resize2:before {
	content: "\ed85";
}

.icon-stretch:before {
	content: "\ed86";
}

.icon-narrow:before {
	content: "\ed87";
}

.icon-resize3:before {
	content: "\ed88";
}

.icon-download9:before {
	content: "\ed89";
}

.icon-calculator4:before {
	content: "\ed8a";
}

.icon-library:before {
	content: "\ed8b";
}

.icon-auction:before {
	content: "\ed8c";
}

.icon-justice:before {
	content: "\ed8d";
}

.icon-stats:before {
	content: "\ed8e";
}

.icon-stats2:before {
	content: "\ed8f";
}

.icon-attachment3:before {
	content: "\ed90";
}

.icon-hourglass:before {
	content: "\ed91";
}

.icon-abacus:before {
	content: "\ed92";
}

.icon-pencil5:before {
	content: "\ed93";
}

.icon-pen3:before {
	content: "\ed94";
}

.icon-pin2:before {
	content: "\ed95";
}

.icon-pin3:before {
	content: "\ed96";
}

.icon-discout:before {
	content: "\ed97";
}

.icon-edit4:before {
	content: "\ed98";
}

.icon-scissors3:before {
	content: "\ed99";
}

.icon-profile:before {
	content: "\ed9a";
}

.icon-profile2:before {
	content: "\ed9b";
}

.icon-profile3:before {
	content: "\ed9c";
}

.icon-rotate:before {
	content: "\ed9d";
}

.icon-rotate2:before {
	content: "\ed9e";
}

.icon-reply4:before {
	content: "\ed9f";
}

.icon-forward5:before {
	content: "\eda0";
}

.icon-retweet2:before {
	content: "\eda1";
}

.icon-shuffle3:before {
	content: "\eda2";
}

.icon-loop3:before {
	content: "\eda3";
}

.icon-crop4:before {
	content: "\eda4";
}

.icon-square2:before {
	content: "\eda5";
}

.icon-square3:before {
	content: "\eda6";
}

.icon-circle2:before {
	content: "\eda7";
}

.icon-dollar2:before {
	content: "\eda8";
}

.icon-dollar3:before {
	content: "\eda9";
}

.icon-coins:before {
	content: "\edaa";
}

.icon-pig:before {
	content: "\edab";
}

.icon-bookmark5:before {
	content: "\edac";
}

.icon-bookmark6:before {
	content: "\edad";
}

.icon-addressbook:before {
	content: "\edae";
}

.icon-addressbook2:before {
	content: "\edaf";
}

.icon-safe:before {
	content: "\edb0";
}

.icon-envelope3:before {
	content: "\edb1";
}

.icon-envelope4:before {
	content: "\edb2";
}

.icon-radioactive:before {
	content: "\edb3";
}

.icon-music2:before {
	content: "\edb4";
}

.icon-presentation:before {
	content: "\edb5";
}

.icon-male2:before {
	content: "\edb6";
}

.icon-female2:before {
	content: "\edb7";
}

.icon-aids:before {
	content: "\edb8";
}

.icon-heart5:before {
	content: "\edb9";
}

.icon-info4:before {
	content: "\edba";
}

.icon-info5:before {
	content: "\edbb";
}

.icon-piano:before {
	content: "\edbc";
}

.icon-rain:before {
	content: "\edbd";
}

.icon-snow:before {
	content: "\edbe";
}

.icon-lightning:before {
	content: "\edbf";
}

.icon-sun3:before {
	content: "\edc0";
}

.icon-moon2:before {
	content: "\edc1";
}

.icon-cloudy:before {
	content: "\edc2";
}

.icon-cloudy2:before {
	content: "\edc3";
}

.icon-car2:before {
	content: "\edc4";
}

.icon-bike:before {
	content: "\edc5";
}

.icon-truck2:before {
	content: "\edc6";
}

.icon-bus2:before {
	content: "\edc7";
}

.icon-bike2:before {
	content: "\edc8";
}

.icon-plane3:before {
	content: "\edc9";
}

.icon-paperplane:before {
	content: "\edca";
}

.icon-rocket2:before {
	content: "\edcb";
}

.icon-book7:before {
	content: "\edcc";
}

.icon-book8:before {
	content: "\edcd";
}

.icon-barcode2:before {
	content: "\edce";
}

.icon-barcode3:before {
	content: "\edcf";
}

.icon-expand3:before {
	content: "\edd0";
}

.icon-collapse:before {
	content: "\edd1";
}

.icon-popout:before {
	content: "\edd2";
}

.icon-popin:before {
	content: "\edd3";
}

.icon-target2:before {
	content: "\edd4";
}

.icon-badge:before {
	content: "\edd5";
}

.icon-badge2:before {
	content: "\edd6";
}

.icon-ticket3:before {
	content: "\edd7";
}

.icon-ticket4:before {
	content: "\edd8";
}

.icon-ticket5:before {
	content: "\edd9";
}

.icon-microphone8:before {
	content: "\edda";
}

.icon-cone:before {
	content: "\eddb";
}

.icon-blocked:before {
	content: "\eddc";
}

.icon-stop5:before {
	content: "\eddd";
}

.icon-keyboard2:before {
	content: "\edde";
}

.icon-keyboard3:before {
	content: "\eddf";
}

.icon-radio3:before {
	content: "\ede0";
}

.icon-printer4:before {
	content: "\ede1";
}

.icon-checked:before {
	content: "\ede2";
}

.icon-error2:before {
	content: "\ede3";
}

.icon-add2:before {
	content: "\ede4";
}

.icon-minus6:before {
	content: "\ede5";
}

.icon-alert:before {
	content: "\ede6";
}

.icon-pictures3:before {
	content: "\ede7";
}

.icon-atom2:before {
	content: "\ede8";
}

.icon-eyedropper3:before {
	content: "\ede9";
}

.icon-globe4:before {
	content: "\edea";
}

.icon-globe5:before {
	content: "\edeb";
}

.icon-shipping:before {
	content: "\edec";
}

.icon-yingyang:before {
	content: "\eded";
}

.icon-compass4:before {
	content: "\edee";
}

.icon-zip:before {
	content: "\edef";
}

.icon-zip2:before {
	content: "\edf0";
}

.icon-anchor4:before {
	content: "\edf1";
}

.icon-lockedheart:before {
	content: "\edf2";
}

.icon-magnet2:before {
	content: "\edf3";
}

.icon-navigation2:before {
	content: "\edf4";
}

.icon-tags3:before {
	content: "\edf5";
}

.icon-heart6:before {
	content: "\edf6";
}

.icon-heart7:before {
	content: "\edf7";
}

.icon-usb2:before {
	content: "\edf8";
}

.icon-clipboard5:before {
	content: "\edf9";
}

.icon-clipboard6:before {
	content: "\edfa";
}

.icon-clipboard7:before {
	content: "\edfb";
}

.icon-switch3:before {
	content: "\edfc";
}

.icon-ruler3:before {
	content: "\edfd";
}

.icon-mobile3:before {
	content: "\e00a";
}

.icon-laptop4:before {
	content: "\e00b";
}

.icon-desktop2:before {
	content: "\e00c";
}

.icon-tablet5:before {
	content: "\e00d";
}

.icon-phone8:before {
	content: "\e00e";
}

.icon-document2:before {
	content: "\e00f";
}

.icon-documents:before {
	content: "\e01a";
}

.icon-search5:before {
	content: "\e01b";
}

.icon-clipboard8:before {
	content: "\e01c";
}

.icon-newspaper2:before {
	content: "\e01d";
}

.icon-notebook:before {
	content: "\e01e";
}

.icon-book-open:before {
	content: "\e01f";
}

.icon-browser2:before {
	content: "\e02a";
}

.icon-calendar6:before {
	content: "\e02b";
}

.icon-presentation2:before {
	content: "\e02c";
}

.icon-picture2:before {
	content: "\e02d";
}

.icon-pictures4:before {
	content: "\e02e";
}

.icon-video3:before {
	content: "\e02f";
}

.icon-camera9:before {
	content: "\e03a";
}

.icon-printer5:before {
	content: "\e03b";
}

.icon-toolbox:before {
	content: "\e03c";
}

.icon-briefcase4:before {
	content: "\e03d";
}

.icon-wallet2:before {
	content: "\e03e";
}

.icon-gift3:before {
	content: "\e03f";
}

.icon-bargraph:before {
	content: "\e04a";
}

.icon-grid5:before {
	content: "\e04b";
}

.icon-expand4:before {
	content: "\e04c";
}

.icon-focus:before {
	content: "\e04d";
}

.icon-edit5:before {
	content: "\e04e";
}

.icon-adjustments:before {
	content: "\e04f";
}

.icon-ribbon2:before {
	content: "\e05a";
}

.icon-hourglass2:before {
	content: "\e05b";
}

.icon-lock5:before {
	content: "\e05c";
}

.icon-megaphone3:before {
	content: "\e05d";
}

.icon-shield2:before {
	content: "\e05e";
}

.icon-trophy2:before {
	content: "\e05f";
}

.icon-flag6:before {
	content: "\e06a";
}

.icon-map7:before {
	content: "\e06b";
}

.icon-puzzle2:before {
	content: "\e06c";
}

.icon-basket2:before {
	content: "\e06d";
}

.icon-envelope5:before {
	content: "\e06e";
}

.icon-streetsign:before {
	content: "\e06f";
}

.icon-telescope:before {
	content: "\e07a";
}

.icon-gears2:before {
	content: "\e07b";
}

.icon-key5:before {
	content: "\e07c";
}

.icon-paperclip3:before {
	content: "\e07d";
}

.icon-attachment4:before {
	content: "\e07e";
}

.icon-pricetags:before {
	content: "\e07f";
}

.icon-lightbulb2:before {
	content: "\e08a";
}

.icon-layers3:before {
	content: "\e08b";
}

.icon-pencil6:before {
	content: "\e08c";
}

.icon-tools2:before {
	content: "\e08d";
}

.icon-tools-2:before {
	content: "\e08e";
}

.icon-scissors4:before {
	content: "\e08f";
}

.icon-paintbrush:before {
	content: "\e09a";
}

.icon-magnifying-glass:before {
	content: "\e09b";
}

.icon-circle-compass:before {
	content: "\e09c";
}

.icon-linegraph:before {
	content: "\e09d";
}

.icon-mic2:before {
	content: "\e09e";
}

.icon-strategy:before {
	content: "\e09f";
}

.icon-beaker2:before {
	content: "\e0a0";
}

.icon-caution:before {
	content: "\e0a1";
}

.icon-recycle2:before {
	content: "\e0a2";
}

.icon-anchor5:before {
	content: "\e0a3";
}

.icon-profile-male:before {
	content: "\e0a4";
}

.icon-profile-female:before {
	content: "\e0a5";
}

.icon-bike3:before {
	content: "\e0a6";
}

.icon-wine2:before {
	content: "\e0a7";
}

.icon-hotairballoon:before {
	content: "\e0a8";
}

.icon-globe6:before {
	content: "\e0a9";
}

.icon-genius:before {
	content: "\e0aa";
}

.icon-map-pin:before {
	content: "\e0ab";
}

.icon-dial:before {
	content: "\e0ac";
}

.icon-chat6:before {
	content: "\e0ad";
}

.icon-heart8:before {
	content: "\e0ae";
}

.icon-cloud6:before {
	content: "\e0af";
}

.icon-upload8:before {
	content: "\e0b0";
}

.icon-download10:before {
	content: "\e0b1";
}

.icon-target3:before {
	content: "\e0b2";
}

.icon-hazardous:before {
	content: "\e0b3";
}

.icon-piechart:before {
	content: "\e0b4";
}

.icon-speedometer:before {
	content: "\e0b5";
}

.icon-global:before {
	content: "\e0b6";
}

.icon-compass5:before {
	content: "\e0b7";
}

.icon-lifesaver:before {
	content: "\e0b8";
}

.icon-clock4:before {
	content: "\e0b9";
}

.icon-aperture:before {
	content: "\e0ba";
}

.icon-quote3:before {
	content: "\e0bb";
}

.icon-scope:before {
	content: "\e0bc";
}

.icon-alarmclock2:before {
	content: "\e0bd";
}

.icon-refresh5:before {
	content: "\e0be";
}

.icon-happy:before {
	content: "\e0bf";
}

.icon-sad3:before {
	content: "\e0c0";
}

.icon-facebook4:before {
	content: "\e0c1";
}

.icon-twitter4:before {
	content: "\e0c2";
}

.icon-googleplus:before {
	content: "\e0c3";
}

.icon-rss3:before {
	content: "\e0c4";
}

.icon-tumblr3:before {
	content: "\e0c5";
}

.icon-linkedin3:before {
	content: "\e0c6";
}

.icon-dribbble4:before {
	content: "\e0c7";
}

.icon-like:before {
	content: "\edfe";
}

.icon-store2:before {
	content: "\edff";
}

.icon-out:before {
	content: "\ee00";
}

.icon-in:before {
	content: "\ee01";
}

.icon-in-alt:before {
	content: "\ee02";
}

.icon-home7:before {
	content: "\ee03";
}

.icon-lightbulb3:before {
	content: "\ee04";
}

.icon-anchor6:before {
	content: "\ee05";
}

.icon-feather2:before {
	content: "\ee06";
}

.icon-expand5:before {
	content: "\ee07";
}

.icon-maximize2:before {
	content: "\ee08";
}

.icon-search6:before {
	content: "\ee09";
}

.icon-zoomin3:before {
	content: "\ee0a";
}

.icon-zoomout3:before {
	content: "\ee0b";
}

.icon-add3:before {
	content: "\ee0c";
}

.icon-subtract:before {
	content: "\ee0d";
}

.icon-exclamation2:before {
	content: "\ee0e";
}

.icon-question2:before {
	content: "\ee0f";
}

.icon-close3:before {
	content: "\ee10";
}

.icon-cmd:before {
	content: "\ee11";
}

.icon-forbid:before {
	content: "\ee12";
}

.icon-book9:before {
	content: "\ee13";
}

.icon-spinner12:before {
	content: "\ee14";
}

.icon-play5:before {
	content: "\ee15";
}

.icon-stop6:before {
	content: "\ee16";
}

.icon-pause5:before {
	content: "\ee17";
}

.icon-forward6:before {
	content: "\ee18";
}

.icon-rewind2:before {
	content: "\ee19";
}

.icon-sound:before {
	content: "\ee1a";
}

.icon-sound-alt:before {
	content: "\ee1b";
}

.icon-soundoff:before {
	content: "\ee1c";
}

.icon-task:before {
	content: "\ee1d";
}

.icon-inbox6:before {
	content: "\ee1e";
}

.icon-inbox-alt:before {
	content: "\ee1f";
}

.icon-envelope6:before {
	content: "\ee20";
}

.icon-compose:before {
	content: "\ee21";
}

.icon-newspaper3:before {
	content: "\ee22";
}

.icon-newspaper-alt:before {
	content: "\ee23";
}

.icon-clipboard9:before {
	content: "\ee24";
}

.icon-calendar7:before {
	content: "\ee25";
}

.icon-hyperlink:before {
	content: "\ee26";
}

.icon-trash4:before {
	content: "\ee27";
}

.icon-trash-alt:before {
	content: "\ee28";
}

.icon-grid6:before {
	content: "\ee29";
}

.icon-grid-alt:before {
	content: "\ee2a";
}

.icon-menu6:before {
	content: "\ee2b";
}

.icon-list7:before {
	content: "\ee2c";
}

.icon-gallery:before {
	content: "\ee2d";
}

.icon-calculator5:before {
	content: "\ee2e";
}

.icon-windows3:before {
	content: "\ee2f";
}

.icon-browser3:before {
	content: "\ee30";
}

.icon-alarm3:before {
	content: "\ee31";
}

.icon-clock5:before {
	content: "\ee32";
}

.icon-attachment5:before {
	content: "\ee33";
}

.icon-settings3:before {
	content: "\ee34";
}

.icon-portfolio:before {
	content: "\ee35";
}

.icon-user5:before {
	content: "\ee36";
}

.icon-users4:before {
	content: "\ee37";
}

.icon-heart9:before {
	content: "\ee38";
}

.icon-chat7:before {
	content: "\ee39";
}

.icon-comments3:before {
	content: "\ee3a";
}

.icon-screen2:before {
	content: "\ee3b";
}

.icon-iphone:before {
	content: "\ee3c";
}

.icon-ipad:before {
	content: "\ee3d";
}

.icon-forkandspoon:before {
	content: "\ee3e";
}

.icon-forkandknife:before {
	content: "\ee3f";
}

.icon-instagram2:before {
	content: "\ee40";
}

.icon-facebook5:before {
	content: "\ee41";
}

.icon-delicious2:before {
	content: "\ee42";
}

.icon-googleplus2:before {
	content: "\ee43";
}

.icon-dribbble5:before {
	content: "\ee44";
}

.icon-pin4:before {
	content: "\ee45";
}

.icon-pin-alt:before {
	content: "\ee46";
}

.icon-camera10:before {
	content: "\ee47";
}

.icon-brightness:before {
	content: "\ee48";
}

.icon-brightness-half:before {
	content: "\ee49";
}

.icon-moon3:before {
	content: "\ee4a";
}

.icon-cloud7:before {
	content: "\ee4b";
}

.icon-circle-full:before {
	content: "\ee4c";
}

.icon-circle-half:before {
	content: "\ee4d";
}

.icon-globe7:before {
	content: "\ee4e";
}

.icon-sunrise:before {
	content: "\ee4f";
}

.icon-sun4:before {
	content: "\ee50";
}

.icon-moon4:before {
	content: "\ee51";
}

.icon-sun5:before {
	content: "\ee52";
}

.icon-windy:before {
	content: "\ee53";
}

.icon-wind:before {
	content: "\ee54";
}

.icon-snowflake:before {
	content: "\ee55";
}

.icon-cloudy3:before {
	content: "\ee56";
}

.icon-cloud8:before {
	content: "\ee57";
}

.icon-weather:before {
	content: "\ee58";
}

.icon-weather2:before {
	content: "\ee59";
}

.icon-weather3:before {
	content: "\ee5a";
}

.icon-lines:before {
	content: "\ee5b";
}

.icon-cloud9:before {
	content: "\ee5c";
}

.icon-lightning2:before {
	content: "\ee5d";
}

.icon-lightning3:before {
	content: "\ee5e";
}

.icon-rainy:before {
	content: "\ee5f";
}

.icon-rainy2:before {
	content: "\ee60";
}

.icon-windy2:before {
	content: "\ee61";
}

.icon-windy3:before {
	content: "\ee62";
}

.icon-snowy:before {
	content: "\ee63";
}

.icon-snowy2:before {
	content: "\ee64";
}

.icon-snowy3:before {
	content: "\ee65";
}

.icon-weather4:before {
	content: "\ee66";
}

.icon-cloudy4:before {
	content: "\ee67";
}

.icon-cloud10:before {
	content: "\ee68";
}

.icon-lightning4:before {
	content: "\ee69";
}

.icon-sun6:before {
	content: "\ee6a";
}

.icon-moon5:before {
	content: "\ee6b";
}

.icon-cloudy5:before {
	content: "\ee6c";
}

.icon-cloud11:before {
	content: "\ee6d";
}

.icon-cloud12:before {
	content: "\ee6e";
}

.icon-lightning5:before {
	content: "\ee6f";
}

.icon-rainy3:before {
	content: "\ee70";
}

.icon-rainy4:before {
	content: "\ee71";
}

.icon-windy4:before {
	content: "\ee72";
}

.icon-windy5:before {
	content: "\ee73";
}

.icon-snowy4:before {
	content: "\ee74";
}

.icon-snowy5:before {
	content: "\ee75";
}

.icon-weather5:before {
	content: "\ee76";
}

.icon-cloudy6:before {
	content: "\ee77";
}

.icon-lightning6:before {
	content: "\ee78";
}

.icon-thermometer4:before {
	content: "\ee79";
}

.icon-compass6:before {
	content: "\ee7a";
}

.icon-none:before {
	content: "\ee7b";
}

.icon-Celsius:before {
	content: "\ee7c";
}

.icon-Fahrenheit:before {
	content: "\ee7d";
}

.icon-chat8:before {
	content: "\ee7e";
}

.icon-chat-alt-stroke:before {
	content: "\ee7f";
}

.icon-chat-alt-fill:before {
	content: "\ee80";
}

.icon-comment-alt1-stroke:before {
	content: "\ee81";
}

.icon-comment4:before {
	content: "\ee82";
}

.icon-comment-stroke:before {
	content: "\ee83";
}

.icon-comment-fill:before {
	content: "\ee84";
}

.icon-comment-alt2-stroke:before {
	content: "\ee85";
}

.icon-comment-alt2-fill:before {
	content: "\ee86";
}

.icon-checkmark6:before {
	content: "\ee87";
}

.icon-check-alt:before {
	content: "\ee88";
}

.icon-x:before {
	content: "\ee89";
}

.icon-x-altx-alt:before {
	content: "\ee8a";
}

.icon-denied:before {
	content: "\ee8b";
}

.icon-cursor:before {
	content: "\ee8c";
}

.icon-rss4:before {
	content: "\ee8d";
}

.icon-rss-alt:before {
	content: "\ee8e";
}

.icon-wrench2:before {
	content: "\ee8f";
}

.icon-dial2:before {
	content: "\ee90";
}

.icon-cog6:before {
	content: "\ee91";
}

.icon-calendar8:before {
	content: "\ee92";
}

.icon-calendar-alt-stroke:before {
	content: "\ee93";
}

.icon-calendar-alt-fill:before {
	content: "\ee94";
}

.icon-share6:before {
	content: "\ee95";
}

.icon-mail7:before {
	content: "\ee96";
}

.icon-heart-stroke:before {
	content: "\ee97";
}

.icon-heart-fill:before {
	content: "\ee98";
}

.icon-movie2:before {
	content: "\ee99";
}

.icon-document-alt-stroke:before {
	content: "\ee9a";
}

.icon-document-alt-fill:before {
	content: "\ee9b";
}

.icon-document-stroke:before {
	content: "\ee9c";
}

.icon-document-fill:before {
	content: "\ee9d";
}

.icon-plus6:before {
	content: "\ee9e";
}

.icon-plus-alt:before {
	content: "\ee9f";
}

.icon-minus7:before {
	content: "\eea0";
}

.icon-minus-alt:before {
	content: "\eea1";
}

.icon-pin5:before {
	content: "\eea2";
}

.icon-link7:before {
	content: "\eea3";
}

.icon-bolt3:before {
	content: "\eea4";
}

.icon-move2:before {
	content: "\eea5";
}

.icon-move-alt1:before {
	content: "\eea6";
}

.icon-move-alt2:before {
	content: "\eea7";
}

.icon-equalizer4:before {
	content: "\eea8";
}

.icon-award-fill:before {
	content: "\eea9";
}

.icon-award-stroke:before {
	content: "\eeaa";
}

.icon-magnifying-glass2:before {
	content: "\eeab";
}

.icon-trash-stroke:before {
	content: "\eeac";
}

.icon-trash-fill:before {
	content: "\eead";
}

.icon-beaker-alt:before {
	content: "\eeae";
}

.icon-beaker3:before {
	content: "\eeaf";
}

.icon-key-stroke:before {
	content: "\eeb0";
}

.icon-key-fill:before {
	content: "\eeb1";
}

.icon-new-window:before {
	content: "\eeb2";
}

.icon-lightbulb4:before {
	content: "\eeb3";
}

.icon-spin-alt:before {
	content: "\eeb4";
}

.icon-spin:before {
	content: "\eeb5";
}

.icon-curved-arrow:before {
	content: "\eeb6";
}

.icon-undo4:before {
	content: "\eeb7";
}

.icon-reload3:before {
	content: "\eeb8";
}

.icon-reload-alt:before {
	content: "\eeb9";
}

.icon-loop4:before {
	content: "\eeba";
}

.icon-loop-alt1:before {
	content: "\eebb";
}

.icon-loop-alt2:before {
	content: "\eebc";
}

.icon-loop-alt3:before {
	content: "\eebd";
}

.icon-loop-alt4:before {
	content: "\eebe";
}

.icon-transfer:before {
	content: "\eebf";
}

.icon-move-vertical:before {
	content: "\eec0";
}

.icon-move-vertical-alt1:before {
	content: "\eec1";
}

.icon-move-vertical-alt2:before {
	content: "\eec2";
}

.icon-move-horizontal:before {
	content: "\eec3";
}

.icon-move-horizontal-alt1:before {
	content: "\eec4";
}

.icon-move-horizontal-alt2:before {
	content: "\eec5";
}

.icon-arrow-left6:before {
	content: "\eec6";
}

.icon-arrow-left-alt1:before {
	content: "\eec7";
}

.icon-arrow-left-alt2:before {
	content: "\eec8";
}

.icon-arrow-right6:before {
	content: "\eec9";
}

.icon-arrow-right-alt1:before {
	content: "\eeca";
}

.icon-arrow-right-alt2:before {
	content: "\eecb";
}

.icon-arrow-up6:before {
	content: "\eecc";
}

.icon-arrow-up-alt1:before {
	content: "\eecd";
}

.icon-arrow-up-alt2:before {
	content: "\eece";
}

.icon-arrow-down6:before {
	content: "\eecf";
}

.icon-arrow-down-alt1:before {
	content: "\eed0";
}

.icon-arrow-down-alt2:before {
	content: "\eed1";
}

.icon-cd:before {
	content: "\eed2";
}

.icon-steering-wheel:before {
	content: "\eed3";
}

.icon-microphone9:before {
	content: "\eed4";
}

.icon-headphones4:before {
	content: "\eed5";
}

.icon-volume7:before {
	content: "\eed6";
}

.icon-volume-mute4:before {
	content: "\eed7";
}

.icon-play6:before {
	content: "\eed8";
}

.icon-pause6:before {
	content: "\eed9";
}

.icon-stop7:before {
	content: "\eeda";
}

.icon-eject3:before {
	content: "\eedb";
}

.icon-first:before {
	content: "\eedc";
}

.icon-last:before {
	content: "\eedd";
}

.icon-play-alt:before {
	content: "\eede";
}

.icon-fullscreen-exit2:before {
	content: "\eedf";
}

.icon-fullscreen-exit-alt:before {
	content: "\eee0";
}

.icon-fullscreen2:before {
	content: "\eee1";
}

.icon-fullscreen-alt:before {
	content: "\eee2";
}

.icon-iphone2:before {
	content: "\eee3";
}

.icon-battery-empty2:before {
	content: "\eee4";
}

.icon-battery-half:before {
	content: "\eee5";
}

.icon-battery-full4:before {
	content: "\eee6";
}

.icon-battery-charging2:before {
	content: "\eee7";
}

.icon-compass7:before {
	content: "\eee8";
}

.icon-box5:before {
	content: "\eee9";
}

.icon-folder-stroke:before {
	content: "\eeea";
}

.icon-folder-fill:before {
	content: "\eeeb";
}

.icon-at3:before {
	content: "\eeec";
}

.icon-ampersand:before {
	content: "\eeed";
}

.icon-info6:before {
	content: "\eeee";
}

.icon-question-mark:before {
	content: "\eeef";
}

.icon-pilcrow:before {
	content: "\eef0";
}

.icon-hash:before {
	content: "\eef1";
}

.icon-left-quote:before {
	content: "\eef2";
}

.icon-right-quote:before {
	content: "\eef3";
}

.icon-left-quote-alt:before {
	content: "\eef4";
}

.icon-right-quote-alt:before {
	content: "\eef5";
}

.icon-article:before {
	content: "\eef6";
}

.icon-read-more:before {
	content: "\eef7";
}

.icon-list8:before {
	content: "\eef8";
}

.icon-list-nested:before {
	content: "\eef9";
}

.icon-book10:before {
	content: "\eefa";
}

.icon-book-alt:before {
	content: "\eefb";
}

.icon-book-alt2:before {
	content: "\eefc";
}

.icon-pen4:before {
	content: "\eefd";
}

.icon-pen-alt-stroke:before {
	content: "\eefe";
}

.icon-pen-alt-fill:before {
	content: "\eeff";
}

.icon-pen-alt2:before {
	content: "\ef00";
}

.icon-brush4:before {
	content: "\ef01";
}

.icon-brush-alt:before {
	content: "\ef02";
}

.icon-eyedropper4:before {
	content: "\ef03";
}

.icon-layers-alt:before {
	content: "\ef04";
}

.icon-layers4:before {
	content: "\ef05";
}

.icon-image7:before {
	content: "\ef06";
}

.icon-camera11:before {
	content: "\ef07";
}

.icon-aperture2:before {
	content: "\ef08";
}

.icon-aperture-alt:before {
	content: "\ef09";
}

.icon-chart8:before {
	content: "\ef0a";
}

.icon-chart-alt:before {
	content: "\ef0b";
}

.icon-bars3:before {
	content: "\ef0c";
}

.icon-bars-alt:before {
	content: "\ef0d";
}

.icon-eye5:before {
	content: "\ef0e";
}

.icon-user6:before {
	content: "\ef0f";
}

.icon-home8:before {
	content: "\ef10";
}

.icon-clock6:before {
	content: "\ef11";
}

.icon-lock-stroke:before {
	content: "\ef12";
}

.icon-lock-fill:before {
	content: "\ef13";
}

.icon-unlock-stroke:before {
	content: "\ef14";
}

.icon-unlock-fill:before {
	content: "\ef15";
}

.icon-tag-stroke:before {
	content: "\ef16";
}

.icon-tag-fill:before {
	content: "\ef17";
}

.icon-sun-stroke:before {
	content: "\ef18";
}

.icon-sun-fill:before {
	content: "\ef19";
}

.icon-moon-stroke:before {
	content: "\ef1a";
}

.icon-moon-fill:before {
	content: "\ef1b";
}

.icon-cloud13:before {
	content: "\ef1c";
}

.icon-rain2:before {
	content: "\ef1d";
}

.icon-umbrella4:before {
	content: "\ef1e";
}

.icon-star6:before {
	content: "\ef1f";
}

.icon-map-pin-stroke:before {
	content: "\ef20";
}

.icon-map-pin-fill:before {
	content: "\ef21";
}

.icon-map-pin-alt:before {
	content: "\ef22";
}

.icon-target4:before {
	content: "\ef23";
}

.icon-download11:before {
	content: "\ef24";
}

.icon-upload9:before {
	content: "\ef25";
}

.icon-cloud-download4:before {
	content: "\ef26";
}

.icon-cloud-upload4:before {
	content: "\ef27";
}

.icon-fork:before {
	content: "\ef28";
}

.icon-paperclip4:before {
	content: "\ef29";
}

.icon-earth:before {
	content: "\ef2a";
}

.icon-clock7:before {
	content: "\ef2b";
}

.icon-minus8:before {
	content: "\ef2c";
}

.icon-plus7:before {
	content: "\ef2d";
}

.icon-cancel6:before {
	content: "\ef2e";
}

.icon-question3:before {
	content: "\ef2f";
}

.icon-comment5:before {
	content: "\ef30";
}

.icon-chat9:before {
	content: "\ef31";
}

.icon-speaker2:before {
	content: "\ef32";
}

.icon-heart10:before {
	content: "\ef33";
}

.icon-list9:before {
	content: "\ef34";
}

.icon-edit6:before {
	content: "\ef35";
}

.icon-trash5:before {
	content: "\ef36";
}

.icon-briefcase5:before {
	content: "\ef37";
}

.icon-newspaper4:before {
	content: "\ef38";
}

.icon-calendar9:before {
	content: "\ef39";
}

.icon-inbox7:before {
	content: "\ef3a";
}

.icon-facebook6:before {
	content: "\ef3b";
}

.icon-googleplus3:before {
	content: "\ef3c";
}

.icon-instagram3:before {
	content: "\ef3d";
}

.icon-contrast:before {
	content: "\ef3e";
}

.icon-brightness2:before {
	content: "\ef3f";
}

.icon-user7:before {
	content: "\ef40";
}

.icon-users5:before {
	content: "\ef41";
}

.icon-sent:before {
	content: "\ef42";
}

.icon-archive7:before {
	content: "\ef43";
}

.icon-desktop3:before {
	content: "\ef44";
}

.icon-reply5:before {
	content: "\ef45";
}

.icon-popup:before {
	content: "\ef46";
}

.icon-grid7:before {
	content: "\ef47";
}

.icon-email4:before {
	content: "\ef48";
}

.icon-tag7:before {
	content: "\ef49";
}

.icon-film6:before {
	content: "\ef4a";
}

.icon-share7:before {
	content: "\ef4b";
}

.icon-picture3:before {
	content: "\ef4c";
}

.icon-frame:before {
	content: "\ef4d";
}

.icon-wand:before {
	content: "\ef4e";
}

.icon-mobile4:before {
	content: "\ef4f";
}

.icon-crop5:before {
	content: "\ef50";
}

.icon-marquee2:before {
	content: "\ef51";
}

.icon-locked3:before {
	content: "\ef52";
}

.icon-pin6:before {
	content: "\ef53";
}

.icon-zoomin4:before {
	content: "\ef54";
}

.icon-zoomout4:before {
	content: "\ef55";
}

.icon-search7:before {
	content: "\ef56";
}

.icon-home9:before {
	content: "\ef57";
}

.icon-cart:before {
	content: "\ef58";
}

.icon-camera12:before {
	content: "\ef59";
}

.icon-compass8:before {
	content: "\ef5a";
}

.icon-cloud14:before {
	content: "\ef5b";
}

.icon-warning5:before {
	content: "\ef5c";
}

.icon-cloud15:before {
	content: "\ef5d";
}

.icon-locked4:before {
	content: "\ef5e";
}

.icon-inbox8:before {
	content: "\ef5f";
}

.icon-comment6:before {
	content: "\ef60";
}

.icon-mic3:before {
	content: "\ef61";
}

.icon-envelope7:before {
	content: "\ef62";
}

.icon-briefcase6:before {
	content: "\ef63";
}

.icon-cart2:before {
	content: "\ef64";
}

.icon-contrast2:before {
	content: "\ef65";
}

.icon-clock8:before {
	content: "\ef66";
}

.icon-user8:before {
	content: "\ef67";
}

.icon-cog7:before {
	content: "\ef68";
}

.icon-music3:before {
	content: "\ef69";
}

.icon-twitter5:before {
	content: "\ef6a";
}

.icon-pencil7:before {
	content: "\ef6b";
}

.icon-frame2:before {
	content: "\ef6c";
}

.icon-switch4:before {
	content: "\ef6d";
}

.icon-star7:before {
	content: "\ef6e";
}

.icon-key6:before {
	content: "\ef6f";
}

.icon-chart9:before {
	content: "\ef70";
}

.icon-apple2:before {
	content: "\ef71";
}

.icon-file7:before {
	content: "\ef72";
}

.icon-plus8:before {
	content: "\ef73";
}

.icon-minus9:before {
	content: "\ef74";
}

.icon-picture4:before {
	content: "\ef75";
}

.icon-folder7:before {
	content: "\ef76";
}

.icon-camera13:before {
	content: "\ef77";
}

.icon-search8:before {
	content: "\ef78";
}

.icon-dribbble6:before {
	content: "\ef79";
}

.icon-forrst:before {
	content: "\ef7a";
}

.icon-feed:before {
	content: "\ef7b";
}

.icon-blocked2:before {
	content: "\ef7c";
}

.icon-target5:before {
	content: "\ef7d";
}

.icon-play7:before {
	content: "\ef7e";
}

.icon-pause7:before {
	content: "\ef7f";
}

.icon-bug2:before {
	content: "\ef80";
}

.icon-console:before {
	content: "\ef81";
}

.icon-film7:before {
	content: "\ef82";
}

.icon-type2:before {
	content: "\ef83";
}

.icon-home10:before {
	content: "\ef84";
}

.icon-earth2:before {
	content: "\ef85";
}

.icon-location5:before {
	content: "\ef86";
}

.icon-info7:before {
	content: "\ef87";
}

.icon-eye6:before {
	content: "\ef88";
}

.icon-heart11:before {
	content: "\ef89";
}

.icon-bookmark7:before {
	content: "\ef8a";
}

.icon-wrench3:before {
	content: "\ef8b";
}

.icon-calendar10:before {
	content: "\ef8c";
}

.icon-window3:before {
	content: "\ef8d";
}

.icon-monitor3:before {
	content: "\ef8e";
}

.icon-mobile5:before {
	content: "\ef8f";
}

.icon-droplet:before {
	content: "\ef90";
}

.icon-mouse3:before {
	content: "\ef91";
}

.icon-refresh6:before {
	content: "\ef92";
}

.icon-location6:before {
	content: "\ef93";
}

.icon-tag8:before {
	content: "\ef94";
}

.icon-phone9:before {
	content: "\ef95";
}

.icon-star8:before {
	content: "\ef96";
}

.icon-pointer:before {
	content: "\ef97";
}

.icon-thumbsup:before {
	content: "\ef98";
}

.icon-thumbsdown:before {
	content: "\ef99";
}

.icon-headphones5:before {
	content: "\ef9a";
}

.icon-move3:before {
	content: "\ef9b";
}

.icon-checkmark7:before {
	content: "\ef9c";
}

.icon-cancel7:before {
	content: "\ef9d";
}

.icon-skype2:before {
	content: "\ef9e";
}

.icon-gift4:before {
	content: "\ef9f";
}

.icon-cone2:before {
	content: "\efa0";
}

.icon-alarm4:before {
	content: "\efa1";
}

.icon-coffee5:before {
	content: "\efa2";
}

.icon-basket3:before {
	content: "\efa3";
}

.icon-flag7:before {
	content: "\efa4";
}

.icon-ipod2:before {
	content: "\efa5";
}

.icon-trashcan3:before {
	content: "\efa6";
}

.icon-bolt4:before {
	content: "\efa7";
}

.icon-ampersand2:before {
	content: "\efa8";
}

.icon-compass9:before {
	content: "\efa9";
}

.icon-list10:before {
	content: "\efaa";
}

.icon-grid8:before {
	content: "\efab";
}

.icon-volume8:before {
	content: "\efac";
}

.icon-volume9:before {
	content: "\efad";
}

.icon-stats3:before {
	content: "\efae";
}

.icon-target6:before {
	content: "\efaf";
}

.icon-forward7:before {
	content: "\efb0";
}

.icon-paperclip5:before {
	content: "\efb1";
}

.icon-keyboard4:before {
	content: "\efb2";
}

.icon-crop6:before {
	content: "\efb3";
}

.icon-floppy:before {
	content: "\efb4";
}

.icon-filter3:before {
	content: "\efb5";
}

.icon-trophy3:before {
	content: "\efb6";
}

.icon-diary:before {
	content: "\efb7";
}

.icon-addressbook3:before {
	content: "\efb8";
}

.icon-stop8:before {
	content: "\efb9";
}

.icon-smiley2:before {
	content: "\efba";
}

.icon-shit:before {
	content: "\efbb";
}

.icon-bookmark8:before {
	content: "\efbc";
}

.icon-camera14:before {
	content: "\efbd";
}

.icon-lamp6:before {
	content: "\efbe";
}

.icon-disk:before {
	content: "\efbf";
}

.icon-button:before {
	content: "\efc0";
}

.icon-database3:before {
	content: "\efc1";
}

.icon-creditcard:before {
	content: "\efc2";
}

.icon-atom3:before {
	content: "\efc3";
}

.icon-winsows:before {
	content: "\efc4";
}

.icon-target7:before {
	content: "\efc5";
}

.icon-battery7:before {
	content: "\efc6";
}

.icon-code3:before {
	content: "\efc7";
}

.icon-alert2:before {
	content: "\f02d";
}

.icon-alignment-align:before {
	content: "\f08a";
}

.icon-alignment-aligned-to:before {
	content: "\f08e";
}

.icon-alignment-unalign:before {
	content: "\f08b";
}

.icon-arrow-down7:before {
	content: "\f03f";
}

.icon-arrow-left7:before {
	content: "\f040";
}

.icon-arrow-right7:before {
	content: "\f03e";
}

.icon-arrow-small-down:before {
	content: "\f0a0";
}

.icon-arrow-small-left:before {
	content: "\f0a1";
}

.icon-arrow-small-right:before {
	content: "\f071";
}

.icon-arrow-small-up:before {
	content: "\f09f";
}

.icon-arrow-up7:before {
	content: "\f03d";
}

.icon-beer3:before {
	content: "\f069";
}

.icon-book11:before {
	content: "\f007";
}

.icon-bookmark9:before {
	content: "\f07b";
}

.icon-briefcase7:before {
	content: "\f0d3";
}

.icon-broadcast:before {
	content: "\f048";
}

.icon-browser4:before {
	content: "\f0c5";
}

.icon-bug3:before {
	content: "\f091";
}

.icon-calendar11:before {
	content: "\f068";
}

.icon-check4:before {
	content: "\f03a";
}

.icon-checklist:before {
	content: "\f076";
}

.icon-chevron-down2:before {
	content: "\f0a3";
}

.icon-chevron-left4:before {
	content: "\f0a4";
}

.icon-chevron-right4:before {
	content: "\f078";
}

.icon-chevron-up2:before {
	content: "\f0a2";
}

.icon-circle-slash:before {
	content: "\f084";
}

.icon-circuit-board:before {
	content: "\f0d6";
}

.icon-clippy:before {
	content: "\f035";
}

.icon-clock9:before {
	content: "\f046";
}

.icon-cloud-download5:before {
	content: "\f00b";
}

.icon-cloud-upload5:before {
	content: "\f00c";
}

.icon-code4:before {
	content: "\f05f";
}

.icon-color-mode:before {
	content: "\f065";
}

.icon-comment7:before {
	content: "\f02b";
}

.icon-comment-discussion:before {
	content: "\f04f";
}

.icon-credit-card4:before {
	content: "\f045";
}

.icon-dash:before {
	content: "\f0ca";
}

.icon-dashboard3:before {
	content: "\f07d";
}

.icon-database4:before {
	content: "\f096";
}

.icon-device-camera:before {
	content: "\f056";
}

.icon-device-camera-video:before {
	content: "\f057";
}

.icon-device-desktop2:before {
	content: "\f27c";
}

.icon-device-mobile:before {
	content: "\f038";
}

.icon-diff:before {
	content: "\f04d";
}

.icon-diff-added:before {
	content: "\f06b";
}

.icon-diff-ignored:before {
	content: "\f099";
}

.icon-diff-modified:before {
	content: "\f06d";
}

.icon-diff-removed:before {
	content: "\f06c";
}

.icon-diff-renamed:before {
	content: "\f06e";
}

.icon-ellipsis2:before {
	content: "\f09a";
}

.icon-eye7:before {
	content: "\f04e";
}

.icon-file-binary:before {
	content: "\f094";
}

.icon-file-code:before {
	content: "\f010";
}

.icon-file-directory:before {
	content: "\f016";
}

.icon-file-media:before {
	content: "\f012";
}

.icon-file-pdf:before {
	content: "\f014";
}

.icon-file-submodule:before {
	content: "\f017";
}

.icon-file-symlink-directory:before {
	content: "\f0b1";
}

.icon-file-symlink-file:before {
	content: "\f0b0";
}

.icon-file-text3:before {
	content: "\f011";
}

.icon-file-zip:before {
	content: "\f013";
}

.icon-flame:before {
	content: "\f0d2";
}

.icon-fold:before {
	content: "\f0cc";
}

.icon-gear2:before {
	content: "\f02f";
}

.icon-gift5:before {
	content: "\f042";
}

.icon-gist:before {
	content: "\f00e";
}

.icon-gist-secret:before {
	content: "\f08c";
}

.icon-git-branch:before {
	content: "\f020";
}

.icon-git-commit:before {
	content: "\f01f";
}

.icon-git-compare:before {
	content: "\f0ac";
}

.icon-git-merge:before {
	content: "\f023";
}

.icon-git-pull-request:before {
	content: "\f009";
}

.icon-globe8:before {
	content: "\f0b6";
}

.icon-graph2:before {
	content: "\f043";
}

.icon-heart12:before {
	content: "\2665";
}

.icon-history3:before {
	content: "\f07e";
}

.icon-home11:before {
	content: "\f08d";
}

.icon-horizontal-rule:before {
	content: "\f070";
}

.icon-hourglass3:before {
	content: "\f09e";
}

.icon-hubot:before {
	content: "\f09d";
}

.icon-inbox9:before {
	content: "\f0cf";
}

.icon-info8:before {
	content: "\f059";
}

.icon-issue-closed:before {
	content: "\f028";
}

.icon-issue-opened:before {
	content: "\f026";
}

.icon-issue-reopened:before {
	content: "\f027";
}

.icon-jersey:before {
	content: "\f019";
}

.icon-jump-down:before {
	content: "\f072";
}

.icon-jump-left:before {
	content: "\f0a5";
}

.icon-jump-right:before {
	content: "\f0a6";
}

.icon-jump-up:before {
	content: "\f073";
}

.icon-key7:before {
	content: "\f049";
}

.icon-keyboard5:before {
	content: "\f00d";
}

.icon-law:before {
	content: "\f0d8";
}

.icon-light-bulb:before {
	content: "\f000";
}

.icon-link8:before {
	content: "\f05c";
}

.icon-link-external:before {
	content: "\f07f";
}

.icon-list-ordered:before {
	content: "\f062";
}

.icon-list-unordered:before {
	content: "\f061";
}

.icon-location7:before {
	content: "\f060";
}

.icon-lock6:before {
	content: "\f06a";
}

.icon-logo-github:before {
	content: "\f092";
}

.icon-mail8:before {
	content: "\f03b";
}

.icon-mail-read:before {
	content: "\f03c";
}

.icon-mail-reply2:before {
	content: "\f051";
}

.icon-mark-github:before {
	content: "\f00a";
}

.icon-markdown:before {
	content: "\f0c9";
}

.icon-megaphone4:before {
	content: "\f077";
}

.icon-mention:before {
	content: "\f0be";
}

.icon-microscope:before {
	content: "\f089";
}

.icon-milestone:before {
	content: "\f075";
}

.icon-mirror:before {
	content: "\f024";
}

.icon-mortar-board2:before {
	content: "\f0d7";
}

.icon-move-down:before {
	content: "\f0a8";
}

.icon-move-left:before {
	content: "\f074";
}

.icon-move-right:before {
	content: "\f0a9";
}

.icon-move-up:before {
	content: "\f0a7";
}

.icon-mute4:before {
	content: "\f080";
}

.icon-no-newline:before {
	content: "\f09c";
}

.icon-octoface:before {
	content: "\f008";
}

.icon-organization:before {
	content: "\f037";
}

.icon-package:before {
	content: "\f0c4";
}

.icon-paintcan:before {
	content: "\f0d1";
}

.icon-pencil8:before {
	content: "\f058";
}

.icon-person2:before {
	content: "\f018";
}

.icon-pin7:before {
	content: "\f041";
}

.icon-playback-fast-forward:before {
	content: "\f0bd";
}

.icon-playback-pause:before {
	content: "\f0bb";
}

.icon-playback-play:before {
	content: "\f0bf";
}

.icon-playback-rewind:before {
	content: "\f0bc";
}

.icon-plug3:before {
	content: "\f0d4";
}

.icon-plus9:before {
	content: "\f05d";
}

.icon-podium:before {
	content: "\f0af";
}

.icon-primitive-dot:before {
	content: "\f052";
}

.icon-primitive-square:before {
	content: "\f053";
}

.icon-pulse:before {
	content: "\f085";
}

.icon-puzzle3:before {
	content: "\f0c0";
}

.icon-question4:before {
	content: "\f02c";
}

.icon-quote4:before {
	content: "\f063";
}

.icon-radio-tower:before {
	content: "\f030";
}

.icon-repo:before {
	content: "\f001";
}

.icon-repo-clone:before {
	content: "\f04c";
}

.icon-repo-force-push:before {
	content: "\f04a";
}

.icon-repo-forked:before {
	content: "\f002";
}

.icon-repo-pull:before {
	content: "\f006";
}

.icon-repo-push:before {
	content: "\f005";
}

.icon-rocket3:before {
	content: "\f033";
}

.icon-rss5:before {
	content: "\f034";
}

.icon-ruby:before {
	content: "\f047";
}

.icon-screen-full:before {
	content: "\f066";
}

.icon-screen-normal:before {
	content: "\f067";
}

.icon-search9:before {
	content: "\f02e";
}

.icon-server3:before {
	content: "\f097";
}

.icon-settings4:before {
	content: "\f07c";
}

.icon-sign-in2:before {
	content: "\f036";
}

.icon-sign-out2:before {
	content: "\f032";
}

.icon-split:before {
	content: "\f0c6";
}

.icon-squirrel:before {
	content: "\f0b2";
}

.icon-star9:before {
	content: "\f02a";
}

.icon-steps:before {
	content: "\f0c7";
}

.icon-stop9:before {
	content: "\f08f";
}

.icon-sync2:before {
	content: "\f087";
}

.icon-tag9:before {
	content: "\f015";
}

.icon-telescope2:before {
	content: "\f088";
}

.icon-terminal2:before {
	content: "\f0c8";
}

.icon-three-bars:before {
	content: "\f05e";
}

.icon-tools3:before {
	content: "\f031";
}

.icon-trashcan4:before {
	content: "\f0d0";
}

.icon-triangle-down:before {
	content: "\f05b";
}

.icon-triangle-left:before {
	content: "\f044";
}

.icon-triangle-right:before {
	content: "\f05a";
}

.icon-triangle-up:before {
	content: "\f0aa";
}

.icon-unfold:before {
	content: "\f039";
}

.icon-unmute:before {
	content: "\f0ba";
}

.icon-versions:before {
	content: "\f064";
}

.icon-x2:before {
	content: "\f081";
}

.icon-zap:before {
	content: "\26a1";
}

.icon-home12:before {
	content: "\e900";
}

.icon-home2:before {
	content: "\e901";
}

.icon-home3:before {
	content: "\e902";
}

.icon-office:before {
	content: "\e903";
}

.icon-newspaper5:before {
	content: "\e904";
}

.icon-pencil9:before {
	content: "\e905";
}

.icon-pencil2:before {
	content: "\e906";
}

.icon-quill:before {
	content: "\e907";
}

.icon-pen5:before {
	content: "\e908";
}

.icon-blog:before {
	content: "\e909";
}

.icon-eyedropper5:before {
	content: "\e90a";
}

.icon-droplet2:before {
	content: "\e90b";
}

.icon-paint-format:before {
	content: "\e90c";
}

.icon-image8:before {
	content: "\e90d";
}

.icon-images:before {
	content: "\e90e";
}

.icon-camera15:before {
	content: "\e90f";
}

.icon-headphones6:before {
	content: "\e910";
}

.icon-music4:before {
	content: "\e911";
}

.icon-play8:before {
	content: "\e912";
}

.icon-film8:before {
	content: "\e913";
}

.icon-video-camera2:before {
	content: "\e914";
}

.icon-dice:before {
	content: "\e915";
}

.icon-pacman2:before {
	content: "\e916";
}

.icon-spades:before {
	content: "\e917";
}

.icon-clubs:before {
	content: "\e918";
}

.icon-diamonds:before {
	content: "\e919";
}

.icon-bullhorn3:before {
	content: "\e91a";
}

.icon-connection:before {
	content: "\e91b";
}

.icon-podcast:before {
	content: "\e91c";
}

.icon-feed5:before {
	content: "\e91d";
}

.icon-mic4:before {
	content: "\e91e";
}

.icon-book12:before {
	content: "\e91f";
}

.icon-books:before {
	content: "\e920";
}

.icon-library2:before {
	content: "\e921";
}

.icon-file-text4:before {
	content: "\e922";
}

.icon-profile4:before {
	content: "\e923";
}

.icon-file-empty:before {
	content: "\e924";
}

.icon-files-empty:before {
	content: "\e925";
}

.icon-file-text2:before {
	content: "\e926";
}

.icon-file-picture:before {
	content: "\e927";
}

.icon-file-music:before {
	content: "\e928";
}

.icon-file-play:before {
	content: "\e929";
}

.icon-file-video:before {
	content: "\e92a";
}

.icon-file-zip2:before {
	content: "\e92b";
}

.icon-copy2:before {
	content: "\e92c";
}

.icon-paste2:before {
	content: "\e92d";
}

.icon-stack6:before {
	content: "\e92e";
}

.icon-folder8:before {
	content: "\e92f";
}

.icon-folder-open3:before {
	content: "\e930";
}

.icon-folder-plus:before {
	content: "\e931";
}

.icon-folder-minus:before {
	content: "\e932";
}

.icon-folder-download:before {
	content: "\e933";
}

.icon-folder-upload:before {
	content: "\e934";
}

.icon-price-tag:before {
	content: "\e935";
}

.icon-price-tags:before {
	content: "\e936";
}

.icon-barcode4:before {
	content: "\e937";
}

.icon-qrcode2:before {
	content: "\e938";
}

.icon-ticket6:before {
	content: "\e939";
}

.icon-cart3:before {
	content: "\e93a";
}

.icon-coin-dollar:before {
	content: "\e93b";
}

.icon-coin-euro:before {
	content: "\e93c";
}

.icon-coin-pound:before {
	content: "\e93d";
}

.icon-coin-yen:before {
	content: "\e93e";
}

.icon-credit-card5:before {
	content: "\e93f";
}

.icon-calculator6:before {
	content: "\e940";
}

.icon-lifebuoy:before {
	content: "\e941";
}

.icon-phone10:before {
	content: "\e942";
}

.icon-phone-hang-up:before {
	content: "\e943";
}

.icon-address-book:before {
	content: "\e944";
}

.icon-envelop:before {
	content: "\e945";
}

.icon-pushpin:before {
	content: "\e946";
}

.icon-location8:before {
	content: "\e947";
}

.icon-location2:before {
	content: "\e948";
}

.icon-compass10:before {
	content: "\e949";
}

.icon-compass2:before {
	content: "\e94a";
}

.icon-map8:before {
	content: "\e94b";
}

.icon-map2:before {
	content: "\e94c";
}

.icon-history4:before {
	content: "\e94d";
}

.icon-clock10:before {
	content: "\e94e";
}

.icon-clock2:before {
	content: "\e94f";
}

.icon-alarm5:before {
	content: "\e950";
}

.icon-bell4:before {
	content: "\e951";
}

.icon-stopwatch3:before {
	content: "\e952";
}

.icon-calendar12:before {
	content: "\e953";
}

.icon-printer6:before {
	content: "\e954";
}

.icon-keyboard6:before {
	content: "\e955";
}

.icon-display:before {
	content: "\e956";
}

.icon-laptop5:before {
	content: "\e957";
}

.icon-mobile6:before {
	content: "\e958";
}

.icon-mobile2:before {
	content: "\e959";
}

.icon-tablet6:before {
	content: "\e95a";
}

.icon-tv3:before {
	content: "\e95b";
}

.icon-drawer:before {
	content: "\e95c";
}

.icon-drawer2:before {
	content: "\e95d";
}

.icon-box-add:before {
	content: "\e95e";
}

.icon-box-remove:before {
	content: "\e95f";
}

.icon-download12:before {
	content: "\e960";
}

.icon-upload10:before {
	content: "\e961";
}

.icon-floppy-disk:before {
	content: "\e962";
}

.icon-drive:before {
	content: "\e963";
}

.icon-database5:before {
	content: "\e964";
}

.icon-undo5:before {
	content: "\e965";
}

.icon-redo3:before {
	content: "\e966";
}

.icon-undo2:before {
	content: "\e967";
}

.icon-redo2:before {
	content: "\e968";
}

.icon-forward8:before {
	content: "\e969";
}

.icon-reply6:before {
	content: "\e96a";
}

.icon-bubble:before {
	content: "\e96b";
}

.icon-bubbles:before {
	content: "\e96c";
}

.icon-bubbles2:before {
	content: "\e96d";
}

.icon-bubble2:before {
	content: "\e96e";
}

.icon-bubbles3:before {
	content: "\e96f";
}

.icon-bubbles4:before {
	content: "\e970";
}

.icon-user9:before {
	content: "\e971";
}

.icon-users6:before {
	content: "\e972";
}

.icon-user-plus2:before {
	content: "\e973";
}

.icon-user-minus:before {
	content: "\e974";
}

.icon-user-check:before {
	content: "\e975";
}

.icon-user-tie:before {
	content: "\e976";
}

.icon-quotes-left:before {
	content: "\e977";
}

.icon-quotes-right:before {
	content: "\e978";
}

.icon-hour-glass:before {
	content: "\e979";
}

.icon-spinner13:before {
	content: "\e97a";
}

.icon-spinner2:before {
	content: "\e97b";
}

.icon-spinner3:before {
	content: "\e97c";
}

.icon-spinner4:before {
	content: "\e97d";
}

.icon-spinner5:before {
	content: "\e97e";
}

.icon-spinner6:before {
	content: "\e97f";
}

.icon-spinner7:before {
	content: "\e980";
}

.icon-spinner8:before {
	content: "\e981";
}

.icon-spinner9:before {
	content: "\e982";
}

.icon-spinner10:before {
	content: "\e983";
}

.icon-spinner11:before {
	content: "\e984";
}

.icon-binoculars2:before {
	content: "\e985";
}

.icon-search10:before {
	content: "\e986";
}

.icon-zoom-in3:before {
	content: "\e987";
}

.icon-zoom-out3:before {
	content: "\e988";
}

.icon-enlarge:before {
	content: "\e989";
}

.icon-shrink:before {
	content: "\e98a";
}

.icon-enlarge2:before {
	content: "\e98b";
}

.icon-shrink2:before {
	content: "\e98c";
}

.icon-key8:before {
	content: "\e98d";
}

.icon-key2:before {
	content: "\e98e";
}

.icon-lock7:before {
	content: "\e98f";
}

.icon-unlocked5:before {
	content: "\e990";
}

.icon-wrench4:before {
	content: "\e991";
}

.icon-equalizer5:before {
	content: "\e992";
}

.icon-equalizer2:before {
	content: "\e993";
}

.icon-cog8:before {
	content: "\e994";
}

.icon-cogs3:before {
	content: "\e995";
}

.icon-hammer3:before {
	content: "\e996";
}

.icon-magic-wand:before {
	content: "\e997";
}

.icon-aid-kit:before {
	content: "\e998";
}

.icon-bug4:before {
	content: "\e999";
}

.icon-pie-chart2:before {
	content: "\e99a";
}

.icon-stats-dots:before {
	content: "\e99b";
}

.icon-stats-bars:before {
	content: "\e99c";
}

.icon-stats-bars2:before {
	content: "\e99d";
}

.icon-trophy4:before {
	content: "\e99e";
}

.icon-gift6:before {
	content: "\e99f";
}

.icon-glass3:before {
	content: "\e9a0";
}

.icon-glass2:before {
	content: "\e9a1";
}

.icon-mug3:before {
	content: "\e9a2";
}

.icon-spoon-knife:before {
	content: "\e9a3";
}

.icon-leaf3:before {
	content: "\e9a4";
}

.icon-rocket4:before {
	content: "\e9a5";
}

.icon-meter3:before {
	content: "\e9a6";
}

.icon-meter2:before {
	content: "\e9a7";
}

.icon-hammer2:before {
	content: "\e9a8";
}

.icon-fire2:before {
	content: "\e9a9";
}

.icon-lab3:before {
	content: "\e9aa";
}

.icon-magnet3:before {
	content: "\e9ab";
}

.icon-bin:before {
	content: "\e9ac";
}

.icon-bin2:before {
	content: "\e9ad";
}

.icon-briefcase8:before {
	content: "\e9ae";
}

.icon-airplane:before {
	content: "\e9af";
}

.icon-truck3:before {
	content: "\e9b0";
}

.icon-road2:before {
	content: "\e9b1";
}

.icon-accessibility2:before {
	content: "\e9b2";
}

.icon-target8:before {
	content: "\e9b3";
}

.icon-shield3:before {
	content: "\e9b4";
}

.icon-power3:before {
	content: "\e9b5";
}

.icon-switch5:before {
	content: "\e9b6";
}

.icon-power-cord:before {
	content: "\e9b7";
}

.icon-clipboard10:before {
	content: "\e9b8";
}

.icon-list-numbered:before {
	content: "\e9b9";
}

.icon-list11:before {
	content: "\e9ba";
}

.icon-list2:before {
	content: "\e9bb";
}

.icon-tree3:before {
	content: "\e9bc";
}

.icon-menu7:before {
	content: "\e9bd";
}

.icon-menu2:before {
	content: "\e9be";
}

.icon-menu3:before {
	content: "\e9bf";
}

.icon-menu4:before {
	content: "\e9c0";
}

.icon-cloud16:before {
	content: "\e9c1";
}

.icon-cloud-download6:before {
	content: "\e9c2";
}

.icon-cloud-upload6:before {
	content: "\e9c3";
}

.icon-cloud-check:before {
	content: "\e9c4";
}

.icon-download2:before {
	content: "\e9c5";
}

.icon-upload2:before {
	content: "\e9c6";
}

.icon-download3:before {
	content: "\e9c7";
}

.icon-upload3:before {
	content: "\e9c8";
}

.icon-sphere:before {
	content: "\e9c9";
}

.icon-earth3:before {
	content: "\e9ca";
}

.icon-link9:before {
	content: "\e9cb";
}

.icon-flag8:before {
	content: "\e9cc";
}

.icon-attachment6:before {
	content: "\e9cd";
}

.icon-eye8:before {
	content: "\e9ce";
}

.icon-eye-plus:before {
	content: "\e9cf";
}

.icon-eye-minus:before {
	content: "\e9d0";
}

.icon-eye-blocked:before {
	content: "\e9d1";
}

.icon-bookmark10:before {
	content: "\e9d2";
}

.icon-bookmarks:before {
	content: "\e9d3";
}

.icon-sun7:before {
	content: "\e9d4";
}

.icon-contrast3:before {
	content: "\e9d5";
}

.icon-brightness-contrast:before {
	content: "\e9d6";
}

.icon-star-empty:before {
	content: "\e9d7";
}

.icon-star-half3:before {
	content: "\e9d8";
}

.icon-star-full:before {
	content: "\e9d9";
}

.icon-heart13:before {
	content: "\e9da";
}

.icon-heart-broken:before {
	content: "\e9db";
}

.icon-man:before {
	content: "\e9dc";
}

.icon-woman:before {
	content: "\e9dd";
}

.icon-man-woman:before {
	content: "\e9de";
}

.icon-happy3:before {
	content: "\e9df";
}

.icon-happy2:before {
	content: "\e9e0";
}

.icon-smile:before {
	content: "\e9e1";
}

.icon-smile2:before {
	content: "\e9e2";
}

.icon-tongue:before {
	content: "\e9e3";
}

.icon-tongue2:before {
	content: "\e9e4";
}

.icon-sad4:before {
	content: "\e9e5";
}

.icon-sad2:before {
	content: "\e9e6";
}

.icon-wink:before {
	content: "\e9e7";
}

.icon-wink2:before {
	content: "\e9e8";
}

.icon-grin:before {
	content: "\e9e9";
}

.icon-grin2:before {
	content: "\e9ea";
}

.icon-cool:before {
	content: "\e9eb";
}

.icon-cool2:before {
	content: "\e9ec";
}

.icon-angry:before {
	content: "\e9ed";
}

.icon-angry2:before {
	content: "\e9ee";
}

.icon-evil:before {
	content: "\e9ef";
}

.icon-evil2:before {
	content: "\e9f0";
}

.icon-shocked:before {
	content: "\e9f1";
}

.icon-shocked2:before {
	content: "\e9f2";
}

.icon-baffled:before {
	content: "\e9f3";
}

.icon-baffled2:before {
	content: "\e9f4";
}

.icon-confused:before {
	content: "\e9f5";
}

.icon-confused2:before {
	content: "\e9f6";
}

.icon-neutral:before {
	content: "\e9f7";
}

.icon-neutral2:before {
	content: "\e9f8";
}

.icon-hipster:before {
	content: "\e9f9";
}

.icon-hipster2:before {
	content: "\e9fa";
}

.icon-wondering:before {
	content: "\e9fb";
}

.icon-wondering2:before {
	content: "\e9fc";
}

.icon-sleepy:before {
	content: "\e9fd";
}

.icon-sleepy2:before {
	content: "\e9fe";
}

.icon-frustrated:before {
	content: "\e9ff";
}

.icon-frustrated2:before {
	content: "\ea00";
}

.icon-crying:before {
	content: "\ea01";
}

.icon-crying2:before {
	content: "\ea02";
}

.icon-point-up:before {
	content: "\ea03";
}

.icon-point-right:before {
	content: "\ea04";
}

.icon-point-down:before {
	content: "\ea05";
}

.icon-point-left:before {
	content: "\ea06";
}

.icon-warning6:before {
	content: "\ea07";
}

.icon-notification:before {
	content: "\ea08";
}

.icon-question5:before {
	content: "\ea09";
}

.icon-plus10:before {
	content: "\ea0a";
}

.icon-minus10:before {
	content: "\ea0b";
}

.icon-info9:before {
	content: "\ea0c";
}

.icon-cancel-circle:before {
	content: "\ea0d";
}

.icon-blocked3:before {
	content: "\ea0e";
}

.icon-cross4:before {
	content: "\ea0f";
}

.icon-checkmark8:before {
	content: "\ea10";
}

.icon-checkmark2:before {
	content: "\ea11";
}

.icon-spell-check:before {
	content: "\ea12";
}

.icon-enter2:before {
	content: "\ea13";
}

.icon-exit:before {
	content: "\ea14";
}

.icon-play2:before {
	content: "\ea15";
}

.icon-pause8:before {
	content: "\ea16";
}

.icon-stop10:before {
	content: "\ea17";
}

.icon-previous:before {
	content: "\ea18";
}

.icon-next:before {
	content: "\ea19";
}

.icon-backward3:before {
	content: "\ea1a";
}

.icon-forward2:before {
	content: "\ea1b";
}

.icon-play3:before {
	content: "\ea1c";
}

.icon-pause2:before {
	content: "\ea1d";
}

.icon-stop2:before {
	content: "\ea1e";
}

.icon-backward2:before {
	content: "\ea1f";
}

.icon-forward3:before {
	content: "\ea20";
}

.icon-first2:before {
	content: "\ea21";
}

.icon-last2:before {
	content: "\ea22";
}

.icon-previous2:before {
	content: "\ea23";
}

.icon-next2:before {
	content: "\ea24";
}

.icon-eject4:before {
	content: "\ea25";
}

.icon-volume-high:before {
	content: "\ea26";
}

.icon-volume-medium:before {
	content: "\ea27";
}

.icon-volume-low:before {
	content: "\ea28";
}

.icon-volume-mute5:before {
	content: "\ea29";
}

.icon-volume-mute2:before {
	content: "\ea2a";
}

.icon-volume-increase2:before {
	content: "\ea2b";
}

.icon-volume-decrease2:before {
	content: "\ea2c";
}

.icon-loop5:before {
	content: "\ea2d";
}

.icon-loop2:before {
	content: "\ea2e";
}

.icon-infinite:before {
	content: "\ea2f";
}

.icon-shuffle4:before {
	content: "\ea30";
}

.icon-arrow-up-left:before {
	content: "\ea31";
}

.icon-arrow-up8:before {
	content: "\ea32";
}

.icon-arrow-up-right:before {
	content: "\ea33";
}

.icon-arrow-right8:before {
	content: "\ea34";
}

.icon-arrow-down-right:before {
	content: "\ea35";
}

.icon-arrow-down8:before {
	content: "\ea36";
}

.icon-arrow-down-left:before {
	content: "\ea37";
}

.icon-arrow-left8:before {
	content: "\ea38";
}

.icon-arrow-up-left2:before {
	content: "\ea39";
}

.icon-arrow-up2:before {
	content: "\ea3a";
}

.icon-arrow-up-right2:before {
	content: "\ea3b";
}

.icon-arrow-right2:before {
	content: "\ea3c";
}

.icon-arrow-down-right2:before {
	content: "\ea3d";
}

.icon-arrow-down2:before {
	content: "\ea3e";
}

.icon-arrow-down-left2:before {
	content: "\ea3f";
}

.icon-arrow-left2:before {
	content: "\ea40";
}

.icon-circle-up:before {
	content: "\ea41";
}

.icon-circle-right:before {
	content: "\ea42";
}

.icon-circle-down:before {
	content: "\ea43";
}

.icon-circle-left:before {
	content: "\ea44";
}

.icon-tab2:before {
	content: "\ea45";
}

.icon-move-up2:before {
	content: "\ea46";
}

.icon-move-down2:before {
	content: "\ea47";
}

.icon-sort-alpha-asc2:before {
	content: "\ea48";
}

.icon-sort-alpha-desc2:before {
	content: "\ea49";
}

.icon-sort-numeric-asc2:before {
	content: "\ea4a";
}

.icon-sort-numberic-desc:before {
	content: "\ea4b";
}

.icon-sort-amount-asc2:before {
	content: "\ea4c";
}

.icon-sort-amount-desc2:before {
	content: "\ea4d";
}

.icon-command2:before {
	content: "\ea4e";
}

.icon-shift:before {
	content: "\ea4f";
}

.icon-ctrl:before {
	content: "\ea50";
}

.icon-opt:before {
	content: "\ea51";
}

.icon-checkbox-checked2:before {
	content: "\ea52";
}

.icon-checkbox-unchecked:before {
	content: "\ea53";
}

.icon-radio-checked:before {
	content: "\ea54";
}

.icon-radio-checked2:before {
	content: "\ea55";
}

.icon-radio-unchecked:before {
	content: "\ea56";
}

.icon-crop7:before {
	content: "\ea57";
}

.icon-make-group:before {
	content: "\ea58";
}

.icon-ungroup:before {
	content: "\ea59";
}

.icon-scissors5:before {
	content: "\ea5a";
}

.icon-filter4:before {
	content: "\ea5b";
}

.icon-font2:before {
	content: "\ea5c";
}

.icon-ligature:before {
	content: "\ea5d";
}

.icon-ligature2:before {
	content: "\ea5e";
}

.icon-text-height2:before {
	content: "\ea5f";
}

.icon-text-width2:before {
	content: "\ea60";
}

.icon-font-size:before {
	content: "\ea61";
}

.icon-bold2:before {
	content: "\ea62";
}

.icon-underline2:before {
	content: "\ea63";
}

.icon-italic2:before {
	content: "\ea64";
}

.icon-strikethrough2:before {
	content: "\ea65";
}

.icon-omega:before {
	content: "\ea66";
}

.icon-sigma:before {
	content: "\ea67";
}

.icon-page-break:before {
	content: "\ea68";
}

.icon-superscript3:before {
	content: "\ea69";
}

.icon-subscript3:before {
	content: "\ea6a";
}

.icon-superscript2:before {
	content: "\ea6b";
}

.icon-subscript2:before {
	content: "\ea6c";
}

.icon-text-color:before {
	content: "\ea6d";
}

.icon-pagebreak:before {
	content: "\ea6e";
}

.icon-clear-formatting:before {
	content: "\ea6f";
}

.icon-table3:before {
	content: "\ea70";
}

.icon-table2:before {
	content: "\ea71";
}

.icon-insert-template:before {
	content: "\ea72";
}

.icon-pilcrow2:before {
	content: "\ea73";
}

.icon-ltr:before {
	content: "\ea74";
}

.icon-rtl:before {
	content: "\ea75";
}

.icon-section:before {
	content: "\ea76";
}

.icon-paragraph-left:before {
	content: "\ea77";
}

.icon-paragraph-center:before {
	content: "\ea78";
}

.icon-paragraph-right:before {
	content: "\ea79";
}

.icon-paragraph-justify:before {
	content: "\ea7a";
}

.icon-indent-increase:before {
	content: "\ea7b";
}

.icon-indent-decrease:before {
	content: "\ea7c";
}

.icon-share8:before {
	content: "\ea7d";
}

.icon-new-tab:before {
	content: "\ea7e";
}

.icon-embed:before {
	content: "\ea7f";
}

.icon-embed2:before {
	content: "\ea80";
}

.icon-terminal3:before {
	content: "\ea81";
}

.icon-share2:before {
	content: "\ea82";
}

.icon-mail9:before {
	content: "\ea83";
}

.icon-mail2:before {
	content: "\ea84";
}

.icon-mail3:before {
	content: "\ea85";
}

.icon-mail4:before {
	content: "\ea86";
}

.icon-google2:before {
	content: "\ea87";
}

.icon-google-plus4:before {
	content: "\ea88";
}

.icon-google-plus2:before {
	content: "\ea89";
}

.icon-google-plus3:before {
	content: "\ea8a";
}

.icon-google-drive:before {
	content: "\ea8b";
}

.icon-facebook7:before {
	content: "\ea8c";
}

.icon-facebook2:before {
	content: "\ea8d";
}

.icon-facebook3:before {
	content: "\ea8e";
}

.icon-ello:before {
	content: "\ea8f";
}

.icon-instagram4:before {
	content: "\ea90";
}

.icon-twitter6:before {
	content: "\ea91";
}

.icon-twitter2:before {
	content: "\ea92";
}

.icon-twitter3:before {
	content: "\ea93";
}

.icon-feed2:before {
	content: "\ea94";
}

.icon-feed3:before {
	content: "\ea95";
}

.icon-feed4:before {
	content: "\ea96";
}

.icon-youtube5:before {
	content: "\ea97";
}

.icon-youtube2:before {
	content: "\ea98";
}

.icon-youtube3:before {
	content: "\ea99";
}

.icon-youtube4:before {
	content: "\ea9a";
}

.icon-twitch2:before {
	content: "\ea9b";
}

.icon-vimeo:before {
	content: "\ea9c";
}

.icon-vimeo2:before {
	content: "\ea9d";
}

.icon-vimeo3:before {
	content: "\ea9e";
}

.icon-lanyrd:before {
	content: "\ea9f";
}

.icon-flickr5:before {
	content: "\eaa0";
}

.icon-flickr2:before {
	content: "\eaa1";
}

.icon-flickr3:before {
	content: "\eaa2";
}

.icon-flickr4:before {
	content: "\eaa3";
}

.icon-picassa:before {
	content: "\eaa4";
}

.icon-picassa2:before {
	content: "\eaa5";
}

.icon-dribbble7:before {
	content: "\eaa6";
}

.icon-dribbble2:before {
	content: "\eaa7";
}

.icon-dribbble3:before {
	content: "\eaa8";
}

.icon-forrst3:before {
	content: "\eaa9";
}

.icon-forrst2:before {
	content: "\eaaa";
}

.icon-deviantart3:before {
	content: "\eaab";
}

.icon-deviantart2:before {
	content: "\eaac";
}

.icon-steam3:before {
	content: "\eaad";
}

.icon-steam2:before {
	content: "\eaae";
}

.icon-dropbox2:before {
	content: "\eaaf";
}

.icon-onedrive:before {
	content: "\eab0";
}

.icon-github6:before {
	content: "\eab1";
}

.icon-github2:before {
	content: "\eab2";
}

.icon-github3:before {
	content: "\eab3";
}

.icon-github4:before {
	content: "\eab4";
}

.icon-github5:before {
	content: "\eab5";
}

.icon-wordpress3:before {
	content: "\eab6";
}

.icon-wordpress2:before {
	content: "\eab7";
}

.icon-joomla2:before {
	content: "\eab8";
}

.icon-blogger:before {
	content: "\eab9";
}

.icon-blogger2:before {
	content: "\eaba";
}

.icon-tumblr4:before {
	content: "\eabb";
}

.icon-tumblr2:before {
	content: "\eabc";
}

.icon-yahoo2:before {
	content: "\eabd";
}

.icon-tux:before {
	content: "\eabe";
}

.icon-apple3:before {
	content: "\eabf";
}

.icon-finder:before {
	content: "\eac0";
}

.icon-android4:before {
	content: "\eac1";
}

.icon-windows4:before {
	content: "\eac2";
}

.icon-windows8:before {
	content: "\eac3";
}

.icon-soundcloud3:before {
	content: "\eac4";
}

.icon-soundcloud2:before {
	content: "\eac5";
}

.icon-skype3:before {
	content: "\eac6";
}

.icon-reddit2:before {
	content: "\eac7";
}

.icon-linkedin4:before {
	content: "\eac8";
}

.icon-linkedin2:before {
	content: "\eac9";
}

.icon-lastfm3:before {
	content: "\eaca";
}

.icon-lastfm2:before {
	content: "\eacb";
}

.icon-delicious3:before {
	content: "\eacc";
}

.icon-stumbleupon3:before {
	content: "\eacd";
}

.icon-stumbleupon2:before {
	content: "\eace";
}

.icon-stackoverflow:before {
	content: "\eacf";
}

.icon-pinterest3:before {
	content: "\ead0";
}

.icon-pinterest2:before {
	content: "\ead1";
}

.icon-xing3:before {
	content: "\ead2";
}

.icon-xing2:before {
	content: "\ead3";
}

.icon-flattr:before {
	content: "\ead4";
}

.icon-foursquare2:before {
	content: "\ead5";
}

.icon-paypal4:before {
	content: "\ead6";
}

.icon-paypal2:before {
	content: "\ead7";
}

.icon-paypal3:before {
	content: "\ead8";
}

.icon-yelp2:before {
	content: "\ead9";
}

.icon-file-pdf2:before {
	content: "\eada";
}

.icon-file-openoffice:before {
	content: "\eadb";
}

.icon-file-word:before {
	content: "\eadc";
}

.icon-file-excel:before {
	content: "\eadd";
}

.icon-libreoffice:before {
	content: "\eade";
}

.icon-html53:before {
	content: "\eadf";
}

.icon-html52:before {
	content: "\eae0";
}

.icon-css32:before {
	content: "\eae1";
}

.icon-git2:before {
	content: "\eae2";
}

.icon-svg:before {
	content: "\eae3";
}

.icon-codepen2:before {
	content: "\eae4";
}

.icon-chrome:before {
	content: "\eae5";
}

.icon-firefox:before {
	content: "\eae6";
}

.icon-IE:before {
	content: "\eae7";
}

.icon-opera:before {
	content: "\eae8";
}

.icon-safari:before {
	content: "\eae9";
}

.icon-IcoMoon:before {
	content: "\eaea";
}

.icon-facebook8:before {
	content: "\efc8";
}

.icon-twitter-old:before {
	content: "\efc9";
}

.icon-share9:before {
	content: "\efca";
}

.icon-feed6:before {
	content: "\efcb";
}

.icon-bird:before {
	content: "\efcc";
}

.icon-chat10:before {
	content: "\efcd";
}

.icon-envelope8:before {
	content: "\efce";
}

.icon-envelope9:before {
	content: "\efcf";
}

.icon-phone11:before {
	content: "\efd0";
}

.icon-phone12:before {
	content: "\efd1";
}

.icon-phone13:before {
	content: "\efd2";
}

.icon-mobile7:before {
	content: "\efd3";
}

.icon-ipod3:before {
	content: "\efd4";
}

.icon-monitor4:before {
	content: "\efd5";
}

.icon-laptop6:before {
	content: "\efd6";
}

.icon-modem:before {
	content: "\efd7";
}

.icon-speaker3:before {
	content: "\efd8";
}

.icon-window4:before {
	content: "\efd9";
}

.icon-server4:before {
	content: "\efda";
}

.icon-hdd:before {
	content: "\efdb";
}

.icon-keyboard7:before {
	content: "\efdc";
}

.icon-mouse4:before {
	content: "\efdd";
}

.icon-cd2:before {
	content: "\efde";
}

.icon-floppy2:before {
	content: "\efdf";
}

.icon-hardware:before {
	content: "\efe0";
}

.icon-usb3:before {
	content: "\efe1";
}

.icon-cord2:before {
	content: "\efe2";
}

.icon-socket:before {
	content: "\efe3";
}

.icon-socket2:before {
	content: "\efe4";
}

.icon-socket3:before {
	content: "\efe5";
}

.icon-printer7:before {
	content: "\efe6";
}

.icon-camera16:before {
	content: "\efe7";
}

.icon-pictures5:before {
	content: "\efe8";
}

.icon-eye9:before {
	content: "\efe9";
}

.icon-uniEFEA:before {
	content: "\efea";
}

.icon-film9:before {
	content: "\efeb";
}

.icon-camera17:before {
	content: "\efec";
}

.icon-movie3:before {
	content: "\efed";
}

.icon-tv4:before {
	content: "\efee";
}

.icon-camera18:before {
	content: "\efef";
}

.icon-camera19:before {
	content: "\eff0";
}

.icon-volume10:before {
	content: "\eff1";
}

.icon-music5:before {
	content: "\eff2";
}

.icon-microphone10:before {
	content: "\eff3";
}

.icon-radio4:before {
	content: "\eff4";
}

.icon-ipod4:before {
	content: "\eff5";
}

.icon-headphone:before {
	content: "\eff6";
}

.icon-cassette2:before {
	content: "\eff7";
}

.icon-broadcast2:before {
	content: "\eff8";
}

.icon-broadcast3:before {
	content: "\eff9";
}

.icon-calculator7:before {
	content: "\effa";
}

.icon-gamepad4:before {
	content: "\effb";
}

.icon-gamepad5:before {
	content: "\effc";
}

.icon-cog9:before {
	content: "\effd";
}

.icon-shield4:before {
	content: "\effe";
}

.icon-skull:before {
	content: "\efff";
}

.icon-bug5:before {
	content: "\f003";
}

.icon-mine:before {
	content: "\f004";
}

.icon-earth4:before {
	content: "\f00f";
}

.icon-globe9:before {
	content: "\f01a";
}

.icon-planet:before {
	content: "\f01b";
}

.icon-battery8:before {
	content: "\f01c";
}

.icon-battery-low2:before {
	content: "\f01d";
}

.icon-battery9:before {
	content: "\f01e";
}

.icon-battery-full5:before {
	content: "\f021";
}

.icon-folder9:before {
	content: "\f022";
}

.icon-search11:before {
	content: "\f025";
}

.icon-zoomout5:before {
	content: "\f029";
}

.icon-zoomin5:before {
	content: "\f04b";
}

.icon-binocular:before {
	content: "\f050";
}

.icon-location9:before {
	content: "\f054";
}

.icon-pin8:before {
	content: "\f055";
}

.icon-file8:before {
	content: "\f06f";
}

.icon-tag10:before {
	content: "\f079";
}

.icon-quote5:before {
	content: "\f07a";
}

.icon-attachment7:before {
	content: "\f082";
}

.icon-bookmark11:before {
	content: "\f083";
}

.icon-bookmark12:before {
	content: "\f086";
}

.icon-newspaper6:before {
	content: "\f090";
}

.icon-notebook2:before {
	content: "\f093";
}

.icon-addressbook4:before {
	content: "\f095";
}

.icon-clipboard11:before {
	content: "\f098";
}

.icon-clipboard12:before {
	content: "\f09b";
}

.icon-board:before {
	content: "\f0ab";
}

.icon-pencil10:before {
	content: "\f0ad";
}

.icon-pen6:before {
	content: "\f0ae";
}

.icon-user10:before {
	content: "\f0b3";
}

.icon-user11:before {
	content: "\f0b4";
}

.icon-user12:before {
	content: "\f0b5";
}

.icon-trashcan5:before {
	content: "\f0b7";
}

.icon-cart4:before {
	content: "\f0b8";
}

.icon-bag4:before {
	content: "\f0b9";
}

.icon-suitcase5:before {
	content: "\f0c1";
}

.icon-card:before {
	content: "\f0c2";
}

.icon-book13:before {
	content: "\f0c3";
}

.icon-gift7:before {
	content: "\f0cb";
}

.icon-lamp7:before {
	content: "\f0cd";
}

.icon-settings5:before {
	content: "\f0ce";
}

.icon-support4:before {
	content: "\f0d5";
}

.icon-medicine:before {
	content: "\f0d9";
}

.icon-cone3:before {
	content: "\f0da";
}

.icon-locked5:before {
	content: "\f0db";
}

.icon-unlocked6:before {
	content: "\f0dc";
}

.icon-key9:before {
	content: "\f0dd";
}

.icon-info10:before {
	content: "\f0de";
}

.icon-clock11:before {
	content: "\f0df";
}

.icon-timer2:before {
	content: "\f0e0";
}

.icon-food:before {
	content: "\f0e1";
}

.icon-drink6:before {
	content: "\f0e2";
}

.icon-mug4:before {
	content: "\f0e3";
}

.icon-cup:before {
	content: "\f0e4";
}

.icon-drink7:before {
	content: "\f0e5";
}

.icon-mug5:before {
	content: "\f0e6";
}

.icon-lollipop:before {
	content: "\f0e7";
}

.icon-lab4:before {
	content: "\f0e8";
}

.icon-puzzle4:before {
	content: "\f0e9";
}

.icon-flag9:before {
	content: "\f0ea";
}

.icon-star10:before {
	content: "\f0eb";
}

.icon-heart14:before {
	content: "\f0ec";
}

.icon-badge3:before {
	content: "\f0ed";
}

.icon-cup2:before {
	content: "\f0ee";
}

.icon-scissors6:before {
	content: "\f0ef";
}

.icon-snowflake2:before {
	content: "\f0f0";
}

.icon-cloud17:before {
	content: "\f0f1";
}

.icon-lightning7:before {
	content: "\f0f2";
}

.icon-night:before {
	content: "\f0f3";
}

.icon-sunny:before {
	content: "\f0f4";
}

.icon-droplet3:before {
	content: "\f0f5";
}

.icon-umbrella5:before {
	content: "\f0f6";
}

.icon-truck4:before {
	content: "\f0f7";
}

.icon-car3:before {
	content: "\f0f8";
}

.icon-gaspump:before {
	content: "\f0f9";
}

.icon-factory:before {
	content: "\f0fa";
}

.icon-tree4:before {
	content: "\f0fb";
}

.icon-leaf4:before {
	content: "\f0fc";
}

.icon-flower:before {
	content: "\f0fd";
}

.icon-direction2:before {
	content: "\f0fe";
}

.icon-thumbsup2:before {
	content: "\f0ff";
}

.icon-thumbsdown2:before {
	content: "\f100";
}

.icon-pointer2:before {
	content: "\f101";
}

.icon-pointer3:before {
	content: "\f102";
}

.icon-pointer4:before {
	content: "\f103";
}

.icon-pointer5:before {
	content: "\f104";
}

.icon-arrow-up9:before {
	content: "\f105";
}

.icon-arrow-down9:before {
	content: "\f106";
}

.icon-arrow-left9:before {
	content: "\f107";
}

.icon-arrow-right9:before {
	content: "\f108";
}

.icon-arrow-top-right:before {
	content: "\f109";
}

.icon-arrow-top-left:before {
	content: "\f10a";
}

.icon-arrow-bottom-right:before {
	content: "\f10b";
}

.icon-arrow-bottom-left:before {
	content: "\f10c";
}

.icon-contract2:before {
	content: "\f10d";
}

.icon-enlarge3:before {
	content: "\f10e";
}

.icon-refresh7:before {
	content: "\f10f";
}

.icon-glass:before {
	content: "\f110";
}

.icon-music:before {
	content: "\f111";
}

.icon-search:before {
	content: "\f112";
}

.icon-envelope-o:before {
	content: "\f113";
}

.icon-heart:before {
	content: "\f114";
}

.icon-star:before {
	content: "\f115";
}

.icon-star-o:before {
	content: "\f116";
}

.icon-user:before {
	content: "\f117";
}

.icon-film:before {
	content: "\f118";
}

.icon-th-large:before {
	content: "\f119";
}

.icon-th:before {
	content: "\f11a";
}

.icon-th-list:before {
	content: "\f11b";
}

.icon-check:before {
	content: "\f11c";
}

.icon-close:before {
	content: "\f11d";
}

.icon-remove:before {
	content: "\f11d";
}

.icon-times:before {
	content: "\f11d";
}

.icon-search-plus:before {
	content: "\f11e";
}

.icon-search-minus:before {
	content: "\f11f";
}

.icon-power-off:before {
	content: "\f120";
}

.icon-signal:before {
	content: "\f121";
}

.icon-cog:before {
	content: "\f122";
}

.icon-gear:before {
	content: "\f122";
}

.icon-trash-o:before {
	content: "\f123";
}

.icon-home:before {
	content: "\f124";
}

.icon-file-o:before {
	content: "\f125";
}

.icon-clock-o:before {
	content: "\f126";
}

.icon-road:before {
	content: "\f127";
}

.icon-download:before {
	content: "\f128";
}

.icon-arrow-circle-o-down:before {
	content: "\f129";
}

.icon-arrow-circle-o-up:before {
	content: "\f12a";
}

.icon-inbox:before {
	content: "\f12b";
}

.icon-play-circle-o:before {
	content: "\f12c";
}

.icon-repeat:before {
	content: "\f12d";
}

.icon-rotate-right:before {
	content: "\f12d";
}

.icon-refresh:before {
	content: "\f12e";
}

.icon-list-alt:before {
	content: "\f12f";
}

.icon-lock:before {
	content: "\f130";
}

.icon-flag:before {
	content: "\f131";
}

.icon-headphones:before {
	content: "\f132";
}

.icon-volume-off:before {
	content: "\f133";
}

.icon-volume-down:before {
	content: "\f134";
}

.icon-volume-up:before {
	content: "\f135";
}

.icon-qrcode:before {
	content: "\f136";
}

.icon-barcode:before {
	content: "\f137";
}

.icon-tag:before {
	content: "\f138";
}

.icon-tags:before {
	content: "\f139";
}

.icon-book:before {
	content: "\f13a";
}

.icon-bookmark:before {
	content: "\f13b";
}

.icon-print:before {
	content: "\f13c";
}

.icon-camera:before {
	content: "\f13d";
}

.icon-font:before {
	content: "\f13e";
}

.icon-bold:before {
	content: "\f13f";
}

.icon-italic:before {
	content: "\f140";
}

.icon-text-height:before {
	content: "\f141";
}

.icon-text-width:before {
	content: "\f142";
}

.icon-align-left:before {
	content: "\f143";
}

.icon-align-center:before {
	content: "\f144";
}

.icon-align-right:before {
	content: "\f145";
}

.icon-align-justify:before {
	content: "\f146";
}

.icon-list:before {
	content: "\f147";
}

.icon-dedent:before {
	content: "\f148";
}

.icon-outdent:before {
	content: "\f148";
}

.icon-indent:before {
	content: "\f149";
}

.icon-video-camera:before {
	content: "\f14a";
}

.icon-image:before {
	content: "\f14b";
}

.icon-photo:before {
	content: "\f14b";
}

.icon-picture-o:before {
	content: "\f14b";
}

.icon-pencil:before {
	content: "\f14c";
}

.icon-map-marker:before {
	content: "\f14d";
}

.icon-adjust:before {
	content: "\f14e";
}

.icon-tint:before {
	content: "\f14f";
}

.icon-edit:before {
	content: "\f150";
}

.icon-pencil-square-o:before {
	content: "\f150";
}

.icon-share-square-o:before {
	content: "\f151";
}

.icon-check-square-o:before {
	content: "\f152";
}

.icon-arrows:before {
	content: "\f153";
}

.icon-step-backward:before {
	content: "\f154";
}

.icon-fast-backward:before {
	content: "\f155";
}

.icon-backward:before {
	content: "\f156";
}

.icon-play:before {
	content: "\f157";
}

.icon-pause:before {
	content: "\f158";
}

.icon-stop:before {
	content: "\f159";
}

.icon-forward:before {
	content: "\f15a";
}

.icon-fast-forward:before {
	content: "\f15b";
}

.icon-step-forward:before {
	content: "\f15c";
}

.icon-eject:before {
	content: "\f15d";
}

.icon-chevron-left:before {
	content: "\f15e";
}

.icon-chevron-right:before {
	content: "\f15f";
}

.icon-plus-circle:before {
	content: "\f160";
}

.icon-minus-circle:before {
	content: "\f161";
}

.icon-times-circle:before {
	content: "\f162";
}

.icon-check-circle:before {
	content: "\f163";
}

.icon-question-circle:before {
	content: "\f164";
}

.icon-info-circle:before {
	content: "\f165";
}

.icon-crosshairs:before {
	content: "\f166";
}

.icon-times-circle-o:before {
	content: "\f167";
}

.icon-check-circle-o:before {
	content: "\f168";
}

.icon-ban:before {
	content: "\f169";
}

.icon-arrow-left:before {
	content: "\f16a";
}

.icon-arrow-right:before {
	content: "\f16b";
}

.icon-arrow-up:before {
	content: "\f16c";
}

.icon-arrow-down:before {
	content: "\f16d";
}

.icon-mail-forward:before {
	content: "\f16e";
}

.icon-share:before {
	content: "\f16e";
}

.icon-expand:before {
	content: "\f16f";
}

.icon-compress:before {
	content: "\f170";
}

.icon-plus:before {
	content: "\f171";
}

.icon-minus:before {
	content: "\f172";
}

.icon-asterisk:before {
	content: "\f173";
}

.icon-exclamation-circle:before {
	content: "\f174";
}

.icon-gift:before {
	content: "\f175";
}

.icon-leaf:before {
	content: "\f176";
}

.icon-fire:before {
	content: "\f177";
}

.icon-eye:before {
	content: "\f178";
}

.icon-eye-slash:before {
	content: "\f179";
}

.icon-exclamation-triangle:before {
	content: "\f17a";
}

.icon-warning:before {
	content: "\f17a";
}

.icon-plane:before {
	content: "\f17b";
}

.icon-calendar:before {
	content: "\f17c";
}

.icon-random:before {
	content: "\f17d";
}

.icon-comment:before {
	content: "\f17e";
}

.icon-magnet:before {
	content: "\f17f";
}

.icon-chevron-up:before {
	content: "\f180";
}

.icon-chevron-down:before {
	content: "\f181";
}

.icon-retweet:before {
	content: "\f182";
}

.icon-shopping-cart:before {
	content: "\f183";
}

.icon-folder:before {
	content: "\f184";
}

.icon-folder-open:before {
	content: "\f185";
}

.icon-arrows-v:before {
	content: "\f186";
}

.icon-arrows-h:before {
	content: "\f187";
}

.icon-bar-chart:before {
	content: "\f188";
}

.icon-bar-chart-o:before {
	content: "\f188";
}

.icon-twitter-square:before {
	content: "\f189";
}

.icon-facebook-square:before {
	content: "\f18a";
}

.icon-camera-retro:before {
	content: "\f18b";
}

.icon-key:before {
	content: "\f18c";
}

.icon-cogs:before {
	content: "\f18d";
}

.icon-gears:before {
	content: "\f18d";
}

.icon-comments:before {
	content: "\f18e";
}

.icon-thumbs-o-up:before {
	content: "\f18f";
}

.icon-thumbs-o-down:before {
	content: "\f190";
}

.icon-star-half:before {
	content: "\f191";
}

.icon-heart-o:before {
	content: "\f192";
}

.icon-sign-out:before {
	content: "\f193";
}

.icon-linkedin-square:before {
	content: "\f194";
}

.icon-thumb-tack:before {
	content: "\f195";
}

.icon-external-link:before {
	content: "\f196";
}

.icon-sign-in:before {
	content: "\f197";
}

.icon-trophy:before {
	content: "\f198";
}

.icon-github-square:before {
	content: "\f199";
}

.icon-upload:before {
	content: "\f19a";
}

.icon-lemon-o:before {
	content: "\f19b";
}

.icon-phone:before {
	content: "\f19c";
}

.icon-square-o:before {
	content: "\f19d";
}

.icon-bookmark-o:before {
	content: "\f19e";
}

.icon-phone-square:before {
	content: "\f19f";
}

.icon-twitter:before {
	content: "\f1a0";
}

.icon-facebook:before {
	content: "\f1a1";
}

.icon-facebook-f:before {
	content: "\f1a1";
}

.icon-github:before {
	content: "\f1a2";
}

.icon-unlock:before {
	content: "\f1a3";
}

.icon-credit-card:before {
	content: "\f1a4";
}

.icon-rss:before {
	content: "\f1a5";
}

.icon-hdd-o:before {
	content: "\f1a6";
}

.icon-bullhorn:before {
	content: "\f1a7";
}

.icon-bell-o:before {
	content: "\f1a8";
}

.icon-certificate:before {
	content: "\f1a9";
}

.icon-hand-o-right:before {
	content: "\f1aa";
}

.icon-hand-o-left:before {
	content: "\f1ab";
}

.icon-hand-o-up:before {
	content: "\f1ac";
}

.icon-hand-o-down:before {
	content: "\f1ad";
}

.icon-arrow-circle-left:before {
	content: "\f1ae";
}

.icon-arrow-circle-right:before {
	content: "\f1af";
}

.icon-arrow-circle-up:before {
	content: "\f1b0";
}

.icon-arrow-circle-down:before {
	content: "\f1b1";
}

.icon-globe:before {
	content: "\f1b2";
}

.icon-wrench:before {
	content: "\f1b3";
}

.icon-tasks:before {
	content: "\f1b4";
}

.icon-filter:before {
	content: "\f1b5";
}

.icon-briefcase:before {
	content: "\f1b6";
}

.icon-arrows-alt:before {
	content: "\f1b7";
}

.icon-group:before {
	content: "\f1b8";
}

.icon-users:before {
	content: "\f1b8";
}

.icon-chain:before {
	content: "\f1b9";
}

.icon-link:before {
	content: "\f1b9";
}

.icon-cloud:before {
	content: "\f1ba";
}

.icon-flask:before {
	content: "\f1bb";
}

.icon-cut:before {
	content: "\f1bc";
}

.icon-scissors:before {
	content: "\f1bc";
}

.icon-copy:before {
	content: "\f1bd";
}

.icon-files-o:before {
	content: "\f1bd";
}

.icon-paperclip:before {
	content: "\f1be";
}

.icon-floppy-o:before {
	content: "\f1bf";
}

.icon-save:before {
	content: "\f1bf";
}

.icon-square:before {
	content: "\f1c0";
}

.icon-bars:before {
	content: "\f1c1";
}

.icon-navicon:before {
	content: "\f1c1";
}

.icon-reorder:before {
	content: "\f1c1";
}

.icon-list-ul:before {
	content: "\f1c2";
}

.icon-list-ol:before {
	content: "\f1c3";
}

.icon-strikethrough:before {
	content: "\f1c4";
}

.icon-underline:before {
	content: "\f1c5";
}

.icon-table:before {
	content: "\f1c6";
}

.icon-magic:before {
	content: "\f1c7";
}

.icon-truck:before {
	content: "\f1c8";
}

.icon-pinterest:before {
	content: "\f1c9";
}

.icon-pinterest-square:before {
	content: "\f1ca";
}

.icon-google-plus-square:before {
	content: "\f1cb";
}

.icon-google-plus:before {
	content: "\f1cc";
}

.icon-money:before {
	content: "\f1cd";
}

.icon-caret-down:before {
	content: "\f1ce";
}

.icon-caret-up:before {
	content: "\f1cf";
}

.icon-caret-left:before {
	content: "\f1d0";
}

.icon-caret-right:before {
	content: "\f1d1";
}

.icon-columns:before {
	content: "\f1d2";
}

.icon-sort:before {
	content: "\f1d3";
}

.icon-unsorted:before {
	content: "\f1d3";
}

.icon-sort-desc:before {
	content: "\f1d4";
}

.icon-sort-down:before {
	content: "\f1d4";
}

.icon-sort-asc:before {
	content: "\f1d5";
}

.icon-sort-up:before {
	content: "\f1d5";
}

.icon-envelope:before {
	content: "\f1d6";
}

.icon-linkedin:before {
	content: "\f1d7";
}

.icon-rotate-left:before {
	content: "\f1d8";
}

.icon-undo:before {
	content: "\f1d8";
}

.icon-gavel:before {
	content: "\f1d9";
}

.icon-legal:before {
	content: "\f1d9";
}

.icon-dashboard:before {
	content: "\f1da";
}

.icon-tachometer:before {
	content: "\f1da";
}

.icon-comment-o:before {
	content: "\f1db";
}

.icon-comments-o:before {
	content: "\f1dc";
}

.icon-bolt:before {
	content: "\f1dd";
}

.icon-flash:before {
	content: "\f1dd";
}

.icon-sitemap:before {
	content: "\f1de";
}

.icon-umbrella:before {
	content: "\f1df";
}

.icon-clipboard:before {
	content: "\f1e0";
}

.icon-paste:before {
	content: "\f1e0";
}

.icon-lightbulb-o:before {
	content: "\f1e1";
}

.icon-exchange:before {
	content: "\f1e2";
}

.icon-cloud-download:before {
	content: "\f1e3";
}

.icon-cloud-upload:before {
	content: "\f1e4";
}

.icon-user-md:before {
	content: "\f1e5";
}

.icon-stethoscope:before {
	content: "\f1e6";
}

.icon-suitcase:before {
	content: "\f1e7";
}

.icon-bell:before {
	content: "\f1e8";
}

.icon-coffee:before {
	content: "\f1e9";
}

.icon-cutlery:before {
	content: "\f1ea";
}

.icon-file-text-o:before {
	content: "\f1eb";
}

.icon-building-o:before {
	content: "\f1ec";
}

.icon-hospital-o:before {
	content: "\f1ed";
}

.icon-ambulance:before {
	content: "\f1ee";
}

.icon-medkit:before {
	content: "\f1ef";
}

.icon-fighter-jet:before {
	content: "\f1f0";
}

.icon-beer:before {
	content: "\f1f1";
}

.icon-h-square:before {
	content: "\f1f2";
}

.icon-plus-square:before {
	content: "\f1f3";
}

.icon-angle-double-left:before {
	content: "\f1f4";
}

.icon-angle-double-right:before {
	content: "\f1f5";
}

.icon-angle-double-up:before {
	content: "\f1f6";
}

.icon-angle-double-down:before {
	content: "\f1f7";
}

.icon-angle-left:before {
	content: "\f1f8";
}

.icon-angle-right:before {
	content: "\f1f9";
}

.icon-angle-up:before {
	content: "\f1fa";
}

.icon-angle-down:before {
	content: "\f1fb";
}

.icon-desktop:before {
	content: "\f1fc";
}

.icon-laptop:before {
	content: "\f1fd";
}

.icon-tablet:before {
	content: "\f1fe";
}

.icon-mobile:before {
	content: "\f1ff";
}

.icon-mobile-phone:before {
	content: "\f1ff";
}

.icon-circle-o:before {
	content: "\f200";
}

.icon-quote-left:before {
	content: "\f201";
}

.icon-quote-right:before {
	content: "\f202";
}

.icon-spinner:before {
	content: "\f203";
}

.icon-circle:before {
	content: "\f204";
}

.icon-mail-reply:before {
	content: "\f205";
}

.icon-reply:before {
	content: "\f205";
}

.icon-github-alt:before {
	content: "\f206";
}

.icon-folder-o:before {
	content: "\f207";
}

.icon-folder-open-o:before {
	content: "\f208";
}

.icon-smile-o:before {
	content: "\f209";
}

.icon-frown-o:before {
	content: "\f20a";
}

.icon-meh-o:before {
	content: "\f20b";
}

.icon-gamepad:before {
	content: "\f20c";
}

.icon-keyboard-o:before {
	content: "\f20d";
}

.icon-flag-o:before {
	content: "\f20e";
}

.icon-flag-checkered:before {
	content: "\f20f";
}

.icon-terminal:before {
	content: "\f210";
}

.icon-code:before {
	content: "\f211";
}

.icon-mail-reply-all:before {
	content: "\f212";
}

.icon-reply-all:before {
	content: "\f212";
}

.icon-star-half-empty:before {
	content: "\f213";
}

.icon-star-half-full:before {
	content: "\f213";
}

.icon-star-half-o:before {
	content: "\f213";
}

.icon-location-arrow:before {
	content: "\f214";
}

.icon-crop:before {
	content: "\f215";
}

.icon-code-fork:before {
	content: "\f216";
}

.icon-chain-broken:before {
	content: "\f217";
}

.icon-unlink:before {
	content: "\f217";
}

.icon-question:before {
	content: "\f218";
}

.icon-info:before {
	content: "\f219";
}

.icon-exclamation:before {
	content: "\f21a";
}

.icon-superscript:before {
	content: "\f21b";
}

.icon-subscript:before {
	content: "\f21c";
}

.icon-eraser:before {
	content: "\f21d";
}

.icon-puzzle-piece:before {
	content: "\f21e";
}

.icon-microphone:before {
	content: "\f21f";
}

.icon-microphone-slash:before {
	content: "\f220";
}

.icon-shield:before {
	content: "\f221";
}

.icon-calendar-o:before {
	content: "\f222";
}

.icon-fire-extinguisher:before {
	content: "\f223";
}

.icon-rocket:before {
	content: "\f224";
}

.icon-maxcdn:before {
	content: "\f225";
}

.icon-chevron-circle-left:before {
	content: "\f226";
}

.icon-chevron-circle-right:before {
	content: "\f227";
}

.icon-chevron-circle-up:before {
	content: "\f228";
}

.icon-chevron-circle-down:before {
	content: "\f229";
}

.icon-html5:before {
	content: "\f22a";
}

.icon-css3:before {
	content: "\f22b";
}

.icon-anchor:before {
	content: "\f22c";
}

.icon-unlock-alt:before {
	content: "\f22d";
}

.icon-bullseye:before {
	content: "\f22e";
}

.icon-ellipsis-h:before {
	content: "\f22f";
}

.icon-ellipsis-v:before {
	content: "\f230";
}

.icon-rss-square:before {
	content: "\f231";
}

.icon-play-circle:before {
	content: "\f232";
}

.icon-ticket:before {
	content: "\f233";
}

.icon-minus-square:before {
	content: "\f234";
}

.icon-minus-square-o:before {
	content: "\f235";
}

.icon-level-up:before {
	content: "\f236";
}

.icon-level-down:before {
	content: "\f237";
}

.icon-check-square:before {
	content: "\f238";
}

.icon-pencil-square:before {
	content: "\f239";
}

.icon-external-link-square:before {
	content: "\f23a";
}

.icon-share-square:before {
	content: "\f23b";
}

.icon-compass:before {
	content: "\f23c";
}

.icon-caret-square-o-down:before {
	content: "\f23d";
}

.icon-toggle-down:before {
	content: "\f23d";
}

.icon-caret-square-o-up:before {
	content: "\f23e";
}

.icon-toggle-up:before {
	content: "\f23e";
}

.icon-caret-square-o-right:before {
	content: "\f23f";
}

.icon-toggle-right:before {
	content: "\f23f";
}

.icon-eur:before {
	content: "\f240";
}

.icon-euro:before {
	content: "\f240";
}

.icon-gbp:before {
	content: "\f241";
}

.icon-dollar:before {
	content: "\f242";
}

.icon-usd:before {
	content: "\f242";
}

.icon-inr:before {
	content: "\f243";
}

.icon-rupee:before {
	content: "\f243";
}

.icon-cny:before {
	content: "\f244";
}

.icon-jpy:before {
	content: "\f244";
}

.icon-rmb:before {
	content: "\f244";
}

.icon-yen:before {
	content: "\f244";
}

.icon-rouble:before {
	content: "\f245";
}

.icon-rub:before {
	content: "\f245";
}

.icon-ruble:before {
	content: "\f245";
}

.icon-krw:before {
	content: "\f246";
}

.icon-won:before {
	content: "\f246";
}

.icon-bitcoin:before {
	content: "\f247";
}

.icon-btc:before {
	content: "\f247";
}

.icon-file:before {
	content: "\f248";
}

.icon-file-text:before {
	content: "\f249";
}

.icon-sort-alpha-asc:before {
	content: "\f24a";
}

.icon-sort-alpha-desc:before {
	content: "\f24b";
}

.icon-sort-amount-asc:before {
	content: "\f24c";
}

.icon-sort-amount-desc:before {
	content: "\f24d";
}

.icon-sort-numeric-asc:before {
	content: "\f24e";
}

.icon-sort-numeric-desc:before {
	content: "\f24f";
}

.icon-thumbs-up:before {
	content: "\f250";
}

.icon-thumbs-down:before {
	content: "\f251";
}

.icon-youtube-square:before {
	content: "\f252";
}

.icon-youtube:before {
	content: "\f253";
}

.icon-xing:before {
	content: "\f254";
}

.icon-xing-square:before {
	content: "\f255";
}

.icon-youtube-play:before {
	content: "\f256";
}

.icon-dropbox:before {
	content: "\f257";
}

.icon-stack-overflow:before {
	content: "\f258";
}

.icon-instagram:before {
	content: "\f259";
}

.icon-flickr:before {
	content: "\f25a";
}

.icon-adn:before {
	content: "\f25b";
}

.icon-bitbucket:before {
	content: "\f25c";
}

.icon-bitbucket-square:before {
	content: "\f25d";
}

.icon-tumblr:before {
	content: "\f25e";
}

.icon-tumblr-square:before {
	content: "\f25f";
}

.icon-long-arrow-down:before {
	content: "\f260";
}

.icon-long-arrow-up:before {
	content: "\f261";
}

.icon-long-arrow-left:before {
	content: "\f262";
}

.icon-long-arrow-right:before {
	content: "\f263";
}

.icon-apple:before {
	content: "\f264";
}

.icon-windows:before {
	content: "\f265";
}

.icon-android:before {
	content: "\f266";
}

.icon-linux:before {
	content: "\f267";
}

.icon-dribbble:before {
	content: "\f268";
}

.icon-skype:before {
	content: "\f269";
}

.icon-foursquare:before {
	content: "\f26a";
}

.icon-trello:before {
	content: "\f26b";
}

.icon-female:before {
	content: "\f26c";
}

.icon-male:before {
	content: "\f26d";
}

.icon-gittip:before {
	content: "\f26e";
}

.icon-gratipay:before {
	content: "\f26e";
}

.icon-sun-o:before {
	content: "\f26f";
}

.icon-moon-o:before {
	content: "\f270";
}

.icon-archive:before {
	content: "\f271";
}

.icon-bug:before {
	content: "\f272";
}

.icon-vk:before {
	content: "\f273";
}

.icon-weibo:before {
	content: "\f274";
}

.icon-renren:before {
	content: "\f275";
}

.icon-pagelines:before {
	content: "\f276";
}

.icon-stack-exchange:before {
	content: "\f277";
}

.icon-arrow-circle-o-right:before {
	content: "\f278";
}

.icon-arrow-circle-o-left:before {
	content: "\f279";
}

.icon-caret-square-o-left:before {
	content: "\f27a";
}

.icon-toggle-left:before {
	content: "\f27a";
}

.icon-dot-circle-o:before {
	content: "\f27b";
}

.icon-wheelchair:before {
	content: "\f27d";
}

.icon-vimeo-square:before {
	content: "\f27e";
}

.icon-try:before {
	content: "\f27f";
}

.icon-turkish-lira:before {
	content: "\f27f";
}

.icon-plus-square-o:before {
	content: "\f280";
}

.icon-space-shuttle:before {
	content: "\f281";
}

.icon-slack:before {
	content: "\f282";
}

.icon-envelope-square:before {
	content: "\f283";
}

.icon-wordpress:before {
	content: "\f284";
}

.icon-openid:before {
	content: "\f285";
}

.icon-bank:before {
	content: "\f286";
}

.icon-institution:before {
	content: "\f286";
}

.icon-university:before {
	content: "\f286";
}

.icon-graduation-cap:before {
	content: "\f287";
}

.icon-mortar-board:before {
	content: "\f287";
}

.icon-yahoo:before {
	content: "\f288";
}

.icon-google:before {
	content: "\f289";
}

.icon-reddit:before {
	content: "\f28a";
}

.icon-reddit-square:before {
	content: "\f28b";
}

.icon-stumbleupon-circle:before {
	content: "\f28c";
}

.icon-stumbleupon:before {
	content: "\f28d";
}

.icon-delicious:before {
	content: "\f28e";
}

.icon-digg:before {
	content: "\f28f";
}

.icon-pied-piper:before {
	content: "\f290";
}

.icon-pied-piper-alt:before {
	content: "\f291";
}

.icon-drupal:before {
	content: "\f292";
}

.icon-joomla:before {
	content: "\f293";
}

.icon-language:before {
	content: "\f294";
}

.icon-fax:before {
	content: "\f295";
}

.icon-building:before {
	content: "\f296";
}

.icon-child:before {
	content: "\f297";
}

.icon-paw:before {
	content: "\f298";
}

.icon-spoon:before {
	content: "\f299";
}

.icon-cube:before {
	content: "\f29a";
}

.icon-cubes:before {
	content: "\f29b";
}

.icon-behance:before {
	content: "\f29c";
}

.icon-behance-square:before {
	content: "\f29d";
}

.icon-steam:before {
	content: "\f29e";
}

.icon-steam-square:before {
	content: "\f29f";
}

.icon-recycle:before {
	content: "\f2a0";
}

.icon-automobile:before {
	content: "\f2a1";
}

.icon-car:before {
	content: "\f2a1";
}

.icon-cab:before {
	content: "\f2a2";
}

.icon-taxi:before {
	content: "\f2a2";
}

.icon-tree:before {
	content: "\f2a3";
}

.icon-spotify:before {
	content: "\f2a4";
}

.icon-deviantart:before {
	content: "\f2a5";
}

.icon-soundcloud:before {
	content: "\f2a6";
}

.icon-database:before {
	content: "\f2a7";
}

.icon-file-pdf-o:before {
	content: "\f2a8";
}

.icon-file-word-o:before {
	content: "\f2a9";
}

.icon-file-excel-o:before {
	content: "\f2aa";
}

.icon-file-powerpoint-o:before {
	content: "\f2ab";
}

.icon-file-image-o:before {
	content: "\f2ac";
}

.icon-file-photo-o:before {
	content: "\f2ac";
}

.icon-file-picture-o:before {
	content: "\f2ac";
}

.icon-file-archive-o:before {
	content: "\f2ad";
}

.icon-file-zip-o:before {
	content: "\f2ad";
}

.icon-file-audio-o:before {
	content: "\f2ae";
}

.icon-file-sound-o:before {
	content: "\f2ae";
}

.icon-file-movie-o:before {
	content: "\f2af";
}

.icon-file-video-o:before {
	content: "\f2af";
}

.icon-file-code-o:before {
	content: "\f2b0";
}

.icon-vine:before {
	content: "\f2b1";
}

.icon-codepen:before {
	content: "\f2b2";
}

.icon-jsfiddle:before {
	content: "\f2b3";
}

.icon-life-bouy:before {
	content: "\f2b4";
}

.icon-life-buoy:before {
	content: "\f2b4";
}

.icon-life-ring:before {
	content: "\f2b4";
}

.icon-life-saver:before {
	content: "\f2b4";
}

.icon-support:before {
	content: "\f2b4";
}

.icon-circle-o-notch:before {
	content: "\f2b5";
}

.icon-ra:before {
	content: "\f2b6";
}

.icon-rebel:before {
	content: "\f2b6";
}

.icon-empire:before {
	content: "\f2b7";
}

.icon-ge:before {
	content: "\f2b7";
}

.icon-git-square:before {
	content: "\f2b8";
}

.icon-git:before {
	content: "\f2b9";
}

.icon-hacker-news:before {
	content: "\f2ba";
}

.icon-tencent-weibo:before {
	content: "\f2bb";
}

.icon-qq:before {
	content: "\f2bc";
}

.icon-wechat:before {
	content: "\f2bd";
}

.icon-weixin:before {
	content: "\f2bd";
}

.icon-paper-plane:before {
	content: "\f2be";
}

.icon-send:before {
	content: "\f2be";
}

.icon-paper-plane-o:before {
	content: "\f2bf";
}

.icon-send-o:before {
	content: "\f2bf";
}

.icon-history:before {
	content: "\f2c0";
}

.icon-circle-thin:before {
	content: "\f2c1";
}

.icon-genderless:before {
	content: "\f2c1";
}

.icon-header:before {
	content: "\f2c2";
}

.icon-paragraph:before {
	content: "\f2c3";
}

.icon-sliders:before {
	content: "\f2c4";
}

.icon-share-alt:before {
	content: "\f2c5";
}

.icon-share-alt-square:before {
	content: "\f2c6";
}

.icon-bomb:before {
	content: "\f2c7";
}

.icon-futbol-o:before {
	content: "\f2c8";
}

.icon-soccer-ball-o:before {
	content: "\f2c8";
}

.icon-tty:before {
	content: "\f2c9";
}

.icon-binoculars:before {
	content: "\f2ca";
}

.icon-plug:before {
	content: "\f2cb";
}

.icon-slideshare:before {
	content: "\f2cc";
}

.icon-twitch:before {
	content: "\f2cd";
}

.icon-yelp:before {
	content: "\f2ce";
}

.icon-newspaper-o:before {
	content: "\f2cf";
}

.icon-wifi:before {
	content: "\f2d0";
}

.icon-calculator:before {
	content: "\f2d1";
}

.icon-paypal:before {
	content: "\f2d2";
}

.icon-google-wallet:before {
	content: "\f2d3";
}

.icon-cc-visa:before {
	content: "\f2d4";
}

.icon-cc-mastercard:before {
	content: "\f2d5";
}

.icon-cc-discover:before {
	content: "\f2d6";
}

.icon-cc-amex:before {
	content: "\f2d7";
}

.icon-cc-paypal:before {
	content: "\f2d8";
}

.icon-cc-stripe:before {
	content: "\f2d9";
}

.icon-bell-slash:before {
	content: "\f2da";
}

.icon-bell-slash-o:before {
	content: "\f2db";
}

.icon-trash:before {
	content: "\f2dc";
}

.icon-copyright:before {
	content: "\f2dd";
}

.icon-at:before {
	content: "\f2de";
}

.icon-eyedropper:before {
	content: "\f2df";
}

.icon-paint-brush:before {
	content: "\f2e0";
}

.icon-birthday-cake:before {
	content: "\f2e1";
}

.icon-area-chart:before {
	content: "\f2e2";
}

.icon-pie-chart:before {
	content: "\f2e3";
}

.icon-line-chart:before {
	content: "\f2e4";
}

.icon-lastfm:before {
	content: "\f2e5";
}

.icon-lastfm-square:before {
	content: "\f2e6";
}

.icon-toggle-off:before {
	content: "\f2e7";
}

.icon-toggle-on:before {
	content: "\f2e8";
}

.icon-bicycle:before {
	content: "\f2e9";
}

.icon-bus:before {
	content: "\f2ea";
}

.icon-ioxhost:before {
	content: "\f2eb";
}

.icon-angellist:before {
	content: "\f2ec";
}

.icon-cc:before {
	content: "\f2ed";
}

.icon-ils:before {
	content: "\f2ee";
}

.icon-shekel:before {
	content: "\f2ee";
}

.icon-sheqel:before {
	content: "\f2ee";
}

.icon-meanpath:before {
	content: "\f2ef";
}

.icon-buysellads:before {
	content: "\f2f0";
}

.icon-connectdevelop:before {
	content: "\f2f1";
}

.icon-dashcube:before {
	content: "\f2f2";
}

.icon-forumbee:before {
	content: "\f2f3";
}

.icon-leanpub:before {
	content: "\f2f4";
}

.icon-sellsy:before {
	content: "\f2f5";
}

.icon-shirtsinbulk:before {
	content: "\f2f6";
}

.icon-simplybuilt:before {
	content: "\f2f7";
}

.icon-skyatlas:before {
	content: "\f2f8";
}

.icon-cart-plus:before {
	content: "\f2f9";
}

.icon-cart-arrow-down:before {
	content: "\f2fa";
}

.icon-diamond:before {
	content: "\f2fb";
}

.icon-ship:before {
	content: "\f2fc";
}

.icon-user-secret:before {
	content: "\f2fd";
}

.icon-motorcycle:before {
	content: "\f2fe";
}

.icon-street-view:before {
	content: "\f2ff";
}

.icon-heartbeat:before {
	content: "\f300";
}

.icon-venus:before {
	content: "\f301";
}

.icon-mars:before {
	content: "\f302";
}

.icon-mercury:before {
	content: "\f303";
}

.icon-transgender:before {
	content: "\f304";
}

.icon-transgender-alt:before {
	content: "\f305";
}

.icon-venus-double:before {
	content: "\f306";
}

.icon-mars-double:before {
	content: "\f307";
}

.icon-venus-mars:before {
	content: "\f308";
}

.icon-mars-stroke:before {
	content: "\f309";
}

.icon-mars-stroke-v:before {
	content: "\f30a";
}

.icon-mars-stroke-h:before {
	content: "\f30b";
}

.icon-neuter:before {
	content: "\f30c";
}

.icon-facebook-official:before {
	content: "\f30d";
}

.icon-pinterest-p:before {
	content: "\f30e";
}

.icon-whatsapp:before {
	content: "\f30f";
}

.icon-server:before {
	content: "\f310";
}

.icon-user-plus:before {
	content: "\f311";
}

.icon-user-times:before {
	content: "\f312";
}

.icon-bed:before {
	content: "\f313";
}

.icon-hotel:before {
	content: "\f313";
}

.icon-viacoin:before {
	content: "\f314";
}

.icon-train:before {
	content: "\f315";
}

.icon-subway:before {
	content: "\f316";
}

.icon-medium:before {
	content: "\f317";
}

.icon-download13:before {
	content: "\f318";
}

.icon-chat11:before {
	content: "\f319";
}

.icon-archive8:before {
	content: "\f31a";
}

.icon-user13:before {
	content: "\f31b";
}

.icon-users7:before {
	content: "\f31c";
}

.icon-archive9:before {
	content: "\f31d";
}

.icon-earth5:before {
	content: "\f31e";
}

.icon-location10:before {
	content: "\f31f";
}

.icon-contract3:before {
	content: "\f320";
}

.icon-mobile8:before {
	content: "\f321";
}

.icon-screen3:before {
	content: "\f322";
}

.icon-mail10:before {
	content: "\f323";
}

.icon-support5:before {
	content: "\f324";
}

.icon-help3:before {
	content: "\f325";
}

.icon-videos:before {
	content: "\f326";
}

.icon-pictures6:before {
	content: "\f327";
}

.icon-link10:before {
	content: "\f328";
}

.icon-search12:before {
	content: "\f329";
}

.icon-cog10:before {
	content: "\f32a";
}

.icon-trashcan6:before {
	content: "\f32b";
}

.icon-pencil11:before {
	content: "\f32c";
}

.icon-info11:before {
	content: "\f32d";
}

.icon-article2:before {
	content: "\f32e";
}

.icon-clock12:before {
	content: "\f32f";
}

.icon-photoshop:before {
	content: "\f330";
}

.icon-illustrator:before {
	content: "\f331";
}

.icon-star11:before {
	content: "\f332";
}

.icon-heart15:before {
	content: "\f333";
}

.icon-bookmark13:before {
	content: "\f334";
}

.icon-file9:before {
	content: "\f335";
}

.icon-feed7:before {
	content: "\f336";
}

.icon-locked6:before {
	content: "\f337";
}

.icon-unlocked7:before {
	content: "\f338";
}

.icon-refresh8:before {
	content: "\f339";
}

.icon-list12:before {
	content: "\f33a";
}

.icon-share10:before {
	content: "\f33b";
}

.icon-archive10:before {
	content: "\f33c";
}

.icon-images2:before {
	content: "\f33d";
}

.icon-images3:before {
	content: "\f33e";
}

.icon-pencil12:before {
	content: "\f33f";
}

.icon-add-to-list:before {
	content: "\f340";
}

.icon-classic-computer:before {
	content: "\f341";
}

.icon-controller-fast-backward:before {
	content: "\f342";
}

.icon-creative-commons-attribution:before {
	content: "\f343";
}

.icon-creative-commons-noderivs:before {
	content: "\f344";
}

.icon-creative-commons-noncommercial-eu:before {
	content: "\f345";
}

.icon-creative-commons-noncommercial-us:before {
	content: "\f346";
}

.icon-creative-commons-public-domain:before {
	content: "\f347";
}

.icon-creative-commons-remix:before {
	content: "\f348";
}

.icon-creative-commons-share:before {
	content: "\f349";
}

.icon-creative-commons-sharealike:before {
	content: "\f34a";
}

.icon-creative-commons:before {
	content: "\f34b";
}

.icon-document-landscape:before {
	content: "\f34c";
}

.icon-remove-user:before {
	content: "\f34d";
}

.icon-warning7:before {
	content: "\f34e";
}

.icon-arrow-bold-down:before {
	content: "\f34f";
}

.icon-arrow-bold-left:before {
	content: "\f350";
}

.icon-arrow-bold-right:before {
	content: "\f351";
}

.icon-arrow-bold-up:before {
	content: "\f352";
}

.icon-arrow-down10:before {
	content: "\f353";
}

.icon-arrow-left10:before {
	content: "\f354";
}

.icon-arrow-long-down:before {
	content: "\f355";
}

.icon-arrow-long-left:before {
	content: "\f356";
}

.icon-arrow-long-right:before {
	content: "\f357";
}

.icon-arrow-long-up:before {
	content: "\f358";
}

.icon-arrow-right10:before {
	content: "\f359";
}

.icon-arrow-up10:before {
	content: "\f35a";
}

.icon-arrow-with-circle-down:before {
	content: "\f35b";
}

.icon-arrow-with-circle-left:before {
	content: "\f35c";
}

.icon-arrow-with-circle-right:before {
	content: "\f35d";
}

.icon-arrow-with-circle-up:before {
	content: "\f35e";
}

.icon-bookmark14:before {
	content: "\f35f";
}

.icon-bookmarks2:before {
	content: "\f360";
}

.icon-chevron-down3:before {
	content: "\f361";
}

.icon-chevron-left5:before {
	content: "\f362";
}

.icon-chevron-right5:before {
	content: "\f363";
}

.icon-chevron-small-down:before {
	content: "\f364";
}

.icon-chevron-small-left:before {
	content: "\f365";
}

.icon-chevron-small-right:before {
	content: "\f366";
}

.icon-chevron-small-up:before {
	content: "\f367";
}

.icon-chevron-thin-down:before {
	content: "\f368";
}

.icon-chevron-thin-left:before {
	content: "\f369";
}

.icon-chevron-thin-right:before {
	content: "\f36a";
}

.icon-chevron-thin-up:before {
	content: "\f36b";
}

.icon-chevron-up3:before {
	content: "\f36c";
}

.icon-chevron-with-circle-down:before {
	content: "\f36d";
}

.icon-chevron-with-circle-left:before {
	content: "\f36e";
}

.icon-chevron-with-circle-right:before {
	content: "\f36f";
}

.icon-chevron-with-circle-up:before {
	content: "\f370";
}

.icon-cloud18:before {
	content: "\f371";
}

.icon-controller-fast-forward:before {
	content: "\f372";
}

.icon-controller-jump-to-start:before {
	content: "\f373";
}

.icon-controller-next:before {
	content: "\f374";
}

.icon-controller-paus:before {
	content: "\f375";
}

.icon-controller-play:before {
	content: "\f376";
}

.icon-controller-record:before {
	content: "\f377";
}

.icon-controller-stop:before {
	content: "\f378";
}

.icon-controller-volume:before {
	content: "\f379";
}

.icon-dot-single:before {
	content: "\f37a";
}

.icon-dots-three-horizontal:before {
	content: "\f37b";
}

.icon-dots-three-vertical:before {
	content: "\f37c";
}

.icon-dots-two-horizontal:before {
	content: "\f37d";
}

.icon-dots-two-vertical:before {
	content: "\f37e";
}

.icon-download14:before {
	content: "\f37f";
}

.icon-emoji-flirt:before {
	content: "\f380";
}

.icon-flow-branch:before {
	content: "\f381";
}

.icon-flow-cascade:before {
	content: "\f382";
}

.icon-flow-line:before {
	content: "\f383";
}

.icon-flow-parallel2:before {
	content: "\f384";
}

.icon-flow-tree:before {
	content: "\f385";
}

.icon-install:before {
	content: "\f386";
}

.icon-layers5:before {
	content: "\f387";
}

.icon-open-book:before {
	content: "\f388";
}

.icon-resize-100:before {
	content: "\f389";
}

.icon-resize-full-screen:before {
	content: "\f38a";
}

.icon-save3:before {
	content: "\f38b";
}

.icon-select-arrows:before {
	content: "\f38c";
}

.icon-sound-mute:before {
	content: "\f38d";
}

.icon-sound2:before {
	content: "\f38e";
}

.icon-trash6:before {
	content: "\f38f";
}

.icon-triangle-down2:before {
	content: "\f390";
}

.icon-triangle-left2:before {
	content: "\f391";
}

.icon-triangle-right2:before {
	content: "\f392";
}

.icon-triangle-up2:before {
	content: "\f393";
}

.icon-uninstall:before {
	content: "\f394";
}

.icon-upload-to-cloud:before {
	content: "\f395";
}

.icon-upload11:before {
	content: "\f396";
}

.icon-add-user:before {
	content: "\f397";
}

.icon-address:before {
	content: "\f398";
}

.icon-adjust3:before {
	content: "\f399";
}

.icon-air:before {
	content: "\f39a";
}

.icon-aircraft-landing:before {
	content: "\f39b";
}

.icon-aircraft-take-off:before {
	content: "\f39c";
}

.icon-aircraft:before {
	content: "\f39d";
}

.icon-align-bottom:before {
	content: "\f39e";
}

.icon-align-horizontal-middle:before {
	content: "\f39f";
}

.icon-align-left4:before {
	content: "\f3a0";
}

.icon-align-right4:before {
	content: "\f3a1";
}

.icon-align-top:before {
	content: "\f3a2";
}

.icon-align-vertical-middle:before {
	content: "\f3a3";
}

.icon-archive11:before {
	content: "\f3a4";
}

.icon-area-graph:before {
	content: "\f3a5";
}

.icon-attachment8:before {
	content: "\f3a6";
}

.icon-awareness-ribbon:before {
	content: "\f3a7";
}

.icon-back-in-time:before {
	content: "\f3a8";
}

.icon-back:before {
	content: "\f3a9";
}

.icon-bar-graph2:before {
	content: "\f3aa";
}

.icon-battery10:before {
	content: "\f3ab";
}

.icon-beamed-note:before {
	content: "\f3ac";
}

.icon-bell5:before {
	content: "\f3ad";
}

.icon-blackboard:before {
	content: "\f3ae";
}

.icon-block2:before {
	content: "\f3af";
}

.icon-book14:before {
	content: "\f3b0";
}

.icon-bowl:before {
	content: "\f3b1";
}

.icon-box6:before {
	content: "\f3b2";
}

.icon-briefcase9:before {
	content: "\f3b3";
}

.icon-browser5:before {
	content: "\f3b4";
}

.icon-brush5:before {
	content: "\f3b5";
}

.icon-bucket2:before {
	content: "\f3b6";
}

.icon-cake3:before {
	content: "\f3b7";
}

.icon-calculator8:before {
	content: "\f3b8";
}

.icon-calendar13:before {
	content: "\f3b9";
}

.icon-camera20:before {
	content: "\f3ba";
}

.icon-ccw:before {
	content: "\f3bb";
}

.icon-chat12:before {
	content: "\f3bc";
}

.icon-check5:before {
	content: "\f3bd";
}

.icon-circle-with-cross:before {
	content: "\f3be";
}

.icon-circle-with-minus:before {
	content: "\f3bf";
}

.icon-circle-with-plus:before {
	content: "\f3c0";
}

.icon-circle3:before {
	content: "\f3c1";
}

.icon-circular-graph:before {
	content: "\f3c2";
}

.icon-clapperboard:before {
	content: "\f3c3";
}

.icon-clipboard13:before {
	content: "\f3c4";
}

.icon-clock13:before {
	content: "\f3c5";
}

.icon-code5:before {
	content: "\f3c6";
}

.icon-cog11:before {
	content: "\f3c7";
}

.icon-colours:before {
	content: "\f3c8";
}

.icon-compass11:before {
	content: "\f3c9";
}

.icon-copy3:before {
	content: "\f3ca";
}

.icon-credit-card6:before {
	content: "\f3cb";
}

.icon-credit:before {
	content: "\f3cc";
}

.icon-cross5:before {
	content: "\f3cd";
}

.icon-cup3:before {
	content: "\f3ce";
}

.icon-cw:before {
	content: "\f3cf";
}

.icon-cycle:before {
	content: "\f3d0";
}

.icon-database6:before {
	content: "\f3d1";
}

.icon-dial-pad:before {
	content: "\f3d2";
}

.icon-direction3:before {
	content: "\f3d3";
}

.icon-document3:before {
	content: "\f3d4";
}

.icon-documents2:before {
	content: "\f3d5";
}

.icon-drink8:before {
	content: "\f3d6";
}

.icon-drive2:before {
	content: "\f3d7";
}

.icon-drop2:before {
	content: "\f3d8";
}

.icon-edit7:before {
	content: "\f3d9";
}

.icon-email5:before {
	content: "\f3da";
}

.icon-emoji-happy:before {
	content: "\f3db";
}

.icon-emoji-neutral:before {
	content: "\f3dc";
}

.icon-emoji-sad:before {
	content: "\f3dd";
}

.icon-erase:before {
	content: "\f3de";
}

.icon-eraser2:before {
	content: "\f3df";
}

.icon-export2:before {
	content: "\f3e0";
}

.icon-eye10:before {
	content: "\f3e1";
}

.icon-feather3:before {
	content: "\f3e2";
}

.icon-flag10:before {
	content: "\f3e3";
}

.icon-flash3:before {
	content: "\f3e4";
}

.icon-flashlight:before {
	content: "\f3e5";
}

.icon-flat-brush:before {
	content: "\f3e6";
}

.icon-folder-images:before {
	content: "\f3e7";
}

.icon-folder-music:before {
	content: "\f3e8";
}

.icon-folder-video:before {
	content: "\f3e9";
}

.icon-folder10:before {
	content: "\f3ea";
}

.icon-forward9:before {
	content: "\f3eb";
}

.icon-funnel:before {
	content: "\f3ec";
}

.icon-game-controller:before {
	content: "\f3ed";
}

.icon-gauge:before {
	content: "\f3ee";
}

.icon-globe10:before {
	content: "\f3ef";
}

.icon-graduation-cap2:before {
	content: "\f3f0";
}

.icon-grid9:before {
	content: "\f3f1";
}

.icon-hair-cross:before {
	content: "\f3f2";
}

.icon-hand2:before {
	content: "\f3f3";
}

.icon-heart-outlined:before {
	content: "\f3f4";
}

.icon-heart16:before {
	content: "\f3f5";
}

.icon-help-with-circle:before {
	content: "\f3f6";
}

.icon-help4:before {
	content: "\f3f7";
}

.icon-home13:before {
	content: "\f3f8";
}

.icon-hour-glass2:before {
	content: "\f3f9";
}

.icon-image-inverted:before {
	content: "\f3fa";
}

.icon-image9:before {
	content: "\f3fb";
}

.icon-images4:before {
	content: "\f3fc";
}

.icon-inbox10:before {
	content: "\f3fd";
}

.icon-infinity2:before {
	content: "\f3fe";
}

.icon-info-with-circle:before {
	content: "\f3ff";
}

.icon-info12:before {
	content: "\f400";
}

.icon-key10:before {
	content: "\f401";
}

.icon-keyboard8:before {
	content: "\f402";
}

.icon-lab-flask:before {
	content: "\f403";
}

.icon-landline:before {
	content: "\f404";
}

.icon-language3:before {
	content: "\f405";
}

.icon-laptop7:before {
	content: "\f406";
}

.icon-leaf5:before {
	content: "\f407";
}

.icon-level-down2:before {
	content: "\f408";
}

.icon-level-up2:before {
	content: "\f409";
}

.icon-lifebuoy2:before {
	content: "\f40a";
}

.icon-light-bulb2:before {
	content: "\f40b";
}

.icon-light-down:before {
	content: "\f40c";
}

.icon-light-up:before {
	content: "\f40d";
}

.icon-line-graph:before {
	content: "\f40e";
}

.icon-link11:before {
	content: "\f40f";
}

.icon-list13:before {
	content: "\f410";
}

.icon-location-pin:before {
	content: "\f411";
}

.icon-location11:before {
	content: "\f412";
}

.icon-lock-open3:before {
	content: "\f413";
}

.icon-lock8:before {
	content: "\f414";
}

.icon-log-out:before {
	content: "\f415";
}

.icon-login:before {
	content: "\f416";
}

.icon-loop6:before {
	content: "\f417";
}

.icon-magnet4:before {
	content: "\f418";
}

.icon-magnifying-glass3:before {
	content: "\f419";
}

.icon-mail11:before {
	content: "\f41a";
}

.icon-man2:before {
	content: "\f41b";
}

.icon-map9:before {
	content: "\f41c";
}

.icon-mask:before {
	content: "\f41d";
}

.icon-medal3:before {
	content: "\f41e";
}

.icon-megaphone5:before {
	content: "\f41f";
}

.icon-menu8:before {
	content: "\f420";
}

.icon-message3:before {
	content: "\f421";
}

.icon-mic5:before {
	content: "\f422";
}

.icon-minus11:before {
	content: "\f423";
}

.icon-mobile9:before {
	content: "\f424";
}

.icon-modern-mic:before {
	content: "\f425";
}

.icon-moon6:before {
	content: "\f426";
}

.icon-mouse5:before {
	content: "\f427";
}

.icon-music6:before {
	content: "\f428";
}

.icon-network:before {
	content: "\f429";
}

.icon-new-message:before {
	content: "\f42a";
}

.icon-new:before {
	content: "\f42b";
}

.icon-news2:before {
	content: "\f42c";
}

.icon-note:before {
	content: "\f42d";
}

.icon-notification2:before {
	content: "\f42e";
}

.icon-old-mobile:before {
	content: "\f42f";
}

.icon-old-phone:before {
	content: "\f430";
}

.icon-palette2:before {
	content: "\f431";
}

.icon-paper-plane2:before {
	content: "\f432";
}

.icon-pencil13:before {
	content: "\f433";
}

.icon-phone14:before {
	content: "\f434";
}

.icon-pie-chart3:before {
	content: "\f435";
}

.icon-pin9:before {
	content: "\f436";
}

.icon-plus11:before {
	content: "\f437";
}

.icon-popup2:before {
	content: "\f438";
}

.icon-power-plug:before {
	content: "\f439";
}

.icon-price-ribbon:before {
	content: "\f43a";
}

.icon-price-tag2:before {
	content: "\f43b";
}

.icon-print3:before {
	content: "\f43c";
}

.icon-progress-empty:before {
	content: "\f43d";
}

.icon-progress-full:before {
	content: "\f43e";
}

.icon-progress-one:before {
	content: "\f43f";
}

.icon-progress-two:before {
	content: "\f440";
}

.icon-publish2:before {
	content: "\f441";
}

.icon-quote6:before {
	content: "\f442";
}

.icon-radio5:before {
	content: "\f443";
}

.icon-reply-all3:before {
	content: "\f444";
}

.icon-reply7:before {
	content: "\f445";
}

.icon-retweet3:before {
	content: "\f446";
}

.icon-rocket5:before {
	content: "\f447";
}

.icon-round-brush:before {
	content: "\f448";
}

.icon-rss6:before {
	content: "\f449";
}

.icon-ruler4:before {
	content: "\f44a";
}

.icon-scissors7:before {
	content: "\f44b";
}

.icon-share-alternitive:before {
	content: "\f44c";
}

.icon-share11:before {
	content: "\f44d";
}

.icon-shareable:before {
	content: "\f44e";
}

.icon-shield5:before {
	content: "\f44f";
}

.icon-shop2:before {
	content: "\f450";
}

.icon-shopping-bag2:before {
	content: "\f451";
}

.icon-shopping-basket2:before {
	content: "\f452";
}

.icon-shopping-cart4:before {
	content: "\f453";
}

.icon-shuffle5:before {
	content: "\f454";
}

.icon-signal3:before {
	content: "\f455";
}

.icon-sound-mix:before {
	content: "\f456";
}

.icon-sports-club:before {
	content: "\f457";
}

.icon-spreadsheet:before {
	content: "\f458";
}

.icon-squared-cross:before {
	content: "\f459";
}

.icon-squared-minus:before {
	content: "\f45a";
}

.icon-squared-plus:before {
	content: "\f45b";
}

.icon-star-outlined:before {
	content: "\f45c";
}

.icon-star12:before {
	content: "\f45d";
}

.icon-stopwatch4:before {
	content: "\f45e";
}

.icon-suitcase6:before {
	content: "\f45f";
}

.icon-swap:before {
	content: "\f460";
}

.icon-sweden:before {
	content: "\f461";
}

.icon-switch6:before {
	content: "\f462";
}

.icon-tablet7:before {
	content: "\f463";
}

.icon-tag11:before {
	content: "\f464";
}

.icon-text-document-inverted:before {
	content: "\f465";
}

.icon-text-document:before {
	content: "\f466";
}

.icon-text:before {
	content: "\f467";
}

.icon-thermometer5:before {
	content: "\f468";
}

.icon-thumbs-down3:before {
	content: "\f469";
}

.icon-thumbs-up3:before {
	content: "\f46a";
}

.icon-thunder-cloud:before {
	content: "\f46b";
}

.icon-ticket7:before {
	content: "\f46c";
}

.icon-time-slot:before {
	content: "\f46d";
}

.icon-tools4:before {
	content: "\f46e";
}

.icon-traffic-cone:before {
	content: "\f46f";
}

.icon-tree5:before {
	content: "\f470";
}

.icon-trophy5:before {
	content: "\f471";
}

.icon-tv5:before {
	content: "\f472";
}

.icon-typing:before {
	content: "\f473";
}

.icon-unread:before {
	content: "\f474";
}

.icon-untag:before {
	content: "\f475";
}

.icon-user14:before {
	content: "\f476";
}

.icon-users8:before {
	content: "\f477";
}

.icon-v-card:before {
	content: "\f478";
}

.icon-video4:before {
	content: "\f479";
}

.icon-vinyl:before {
	content: "\f47a";
}

.icon-voicemail2:before {
	content: "\f47b";
}

.icon-wallet3:before {
	content: "\f47c";
}

.icon-water:before {
	content: "\f47d";
}

.icon-500px-with-circle:before {
	content: "\f47e";
}

.icon-500px:before {
	content: "\f47f";
}

.icon-basecamp:before {
	content: "\f480";
}

.icon-behance2:before {
	content: "\f481";
}

.icon-creative-cloud:before {
	content: "\f482";
}

.icon-dropbox3:before {
	content: "\f483";
}

.icon-evernote:before {
	content: "\f484";
}

.icon-flattr2:before {
	content: "\f485";
}

.icon-foursquare3:before {
	content: "\f486";
}

.icon-google-drive2:before {
	content: "\f487";
}

.icon-google-hangouts:before {
	content: "\f488";
}

.icon-grooveshark:before {
	content: "\f489";
}

.icon-icloud:before {
	content: "\f48a";
}

.icon-mixi:before {
	content: "\f48b";
}

.icon-onedrive2:before {
	content: "\f48c";
}

.icon-paypal5:before {
	content: "\f48d";
}

.icon-picasa:before {
	content: "\f48e";
}

.icon-qq2:before {
	content: "\f48f";
}

.icon-rdio-with-circle:before {
	content: "\f490";
}

.icon-renren2:before {
	content: "\f491";
}

.icon-scribd:before {
	content: "\f492";
}

.icon-sina-weibo:before {
	content: "\f493";
}

.icon-skype-with-circle:before {
	content: "\f494";
}

.icon-skype4:before {
	content: "\f495";
}

.icon-slideshare2:before {
	content: "\f496";
}

.icon-smashing:before {
	content: "\f497";
}

.icon-soundcloud4:before {
	content: "\f498";
}

.icon-spotify-with-circle:before {
	content: "\f499";
}

.icon-spotify2:before {
	content: "\f49a";
}

.icon-swarm:before {
	content: "\f49b";
}

.icon-vine-with-circle:before {
	content: "\f49c";
}

.icon-vine2:before {
	content: "\f49d";
}

.icon-vk-alternitive:before {
	content: "\f49e";
}

.icon-vk-with-circle:before {
	content: "\f49f";
}

.icon-vk2:before {
	content: "\f4a0";
}

.icon-xing-with-circle:before {
	content: "\f4a1";
}

.icon-xing4:before {
	content: "\f4a2";
}

.icon-yelp3:before {
	content: "\f4a3";
}

.icon-dribbble-with-circle:before {
	content: "\f4a4";
}

.icon-dribbble8:before {
	content: "\f4a5";
}

.icon-facebook-with-circle:before {
	content: "\f4a6";
}

.icon-facebook9:before {
	content: "\f4a7";
}

.icon-flickr-with-circle:before {
	content: "\f4a8";
}

.icon-flickr6:before {
	content: "\f4a9";
}

.icon-github-with-circle:before {
	content: "\f4aa";
}

.icon-github7:before {
	content: "\f4ab";
}

.icon-google-with-circle:before {
	content: "\f4ac";
}

.icon-google3:before {
	content: "\f4ad";
}

.icon-instagram-with-circle:before {
	content: "\f4ae";
}

.icon-instagram5:before {
	content: "\f4af";
}

.icon-lastfm-with-circle:before {
	content: "\f4b0";
}

.icon-lastfm4:before {
	content: "\f4b1";
}

.icon-linkedin-with-circle:before {
	content: "\f4b2";
}

.icon-linkedin5:before {
	content: "\f4b3";
}

.icon-pinterest-with-circle:before {
	content: "\f4b4";
}

.icon-pinterest4:before {
	content: "\f4b5";
}

.icon-rdio:before {
	content: "\f4b6";
}

.icon-stumbleupon-with-circle:before {
	content: "\f4b7";
}

.icon-stumbleupon4:before {
	content: "\f4b8";
}

.icon-tumblr-with-circle:before {
	content: "\f4b9";
}

.icon-tumblr5:before {
	content: "\f4ba";
}

.icon-twitter-with-circle:before {
	content: "\f4bb";
}

.icon-twitter7:before {
	content: "\f4bc";
}

.icon-vimeo-with-circle:before {
	content: "\f4bd";
}

.icon-vimeo4:before {
	content: "\f4be";
}

.icon-youtube-with-circle:before {
	content: "\f4bf";
}

.icon-youtube6:before {
	content: "\f4c0";
}

.icon-box7:before {
	content: "\f4c1";
}

.icon-write:before {
	content: "\f4c2";
}

.icon-clock14:before {
	content: "\f4c3";
}

.icon-reply8:before {
	content: "\f4c4";
}

.icon-reply-all4:before {
	content: "\f4c5";
}

.icon-forward10:before {
	content: "\f4c6";
}

.icon-flag11:before {
	content: "\f4c7";
}

.icon-search13:before {
	content: "\f4c8";
}

.icon-trash7:before {
	content: "\f4c9";
}

.icon-envelope10:before {
	content: "\f4ca";
}

.icon-bubble3:before {
	content: "\f4cb";
}

.icon-bubbles5:before {
	content: "\f4cc";
}

.icon-user15:before {
	content: "\f4cd";
}

.icon-users9:before {
	content: "\f4ce";
}

.icon-cloud19:before {
	content: "\f4cf";
}

.icon-download15:before {
	content: "\f4d0";
}

.icon-upload12:before {
	content: "\f4d1";
}

.icon-rain3:before {
	content: "\f4d2";
}

.icon-sun8:before {
	content: "\f4d3";
}

.icon-moon7:before {
	content: "\f4d4";
}

.icon-bell6:before {
	content: "\f4d5";
}

.icon-folder11:before {
	content: "\f4d6";
}

.icon-pin10:before {
	content: "\f4d7";
}

.icon-sound3:before {
	content: "\f4d8";
}

.icon-microphone11:before {
	content: "\f4d9";
}

.icon-camera21:before {
	content: "\f4da";
}

.icon-image10:before {
	content: "\f4db";
}

.icon-cog12:before {
	content: "\f4dc";
}

.icon-calendar14:before {
	content: "\f4dd";
}

.icon-book15:before {
	content: "\f4de";
}

.icon-map-marker2:before {
	content: "\f4df";
}

.icon-store3:before {
	content: "\f4e0";
}

.icon-support6:before {
	content: "\f4e1";
}

.icon-tag12:before {
	content: "\f4e2";
}

.icon-heart17:before {
	content: "\f4e3";
}

.icon-video-camera3:before {
	content: "\f4e4";
}

.icon-trophy6:before {
	content: "\f4e5";
}

.icon-cart5:before {
	content: "\f4e6";
}

.icon-eye11:before {
	content: "\f4e7";
}

.icon-cancel8:before {
	content: "\f4e8";
}

.icon-chart10:before {
	content: "\f4e9";
}

.icon-target9:before {
	content: "\f4ea";
}

.icon-printer8:before {
	content: "\f4eb";
}

.icon-location12:before {
	content: "\f4ec";
}

.icon-bookmark15:before {
	content: "\f4ed";
}

.icon-monitor5:before {
	content: "\f4ee";
}

.icon-cross6:before {
	content: "\f4ef";
}

.icon-plus12:before {
	content: "\f4f0";
}

.icon-left:before {
	content: "\f4f1";
}

.icon-up:before {
	content: "\f4f2";
}

.icon-browser6:before {
	content: "\f4f3";
}

.icon-windows5:before {
	content: "\f4f4";
}

.icon-switch7:before {
	content: "\f4f5";
}

.icon-dashboard4:before {
	content: "\f4f6";
}

.icon-play9:before {
	content: "\f4f7";
}

.icon-fast-forward4:before {
	content: "\f4f8";
}

.icon-next3:before {
	content: "\f4f9";
}

.icon-refresh9:before {
	content: "\f4fa";
}

.icon-film10:before {
	content: "\f4fb";
}

.icon-home14:before {
	content: "\f4fc";
}


/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510686867/tp/utility/icons/left.jpg') no-repeat center top;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510686873/tp/utility/icons/right.jpg') no-repeat center top;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-static-layers	{	position:absolute; z-index:505; top:0px;left:0px}

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}


.tp-caption { z-index:1; white-space:nowrap}

.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important}


.tp-caption.whitedivider3px {

	color: #000000;
	text-shadow: none;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	min-width: 408px;
	min-height: 3px;
	background-position: initial initial;
	background-repeat: initial initial;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
}


.tp-caption.finewide_large_white {
color:#ffffff;
text-shadow:none;
font-size:60px;
line-height:60px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:8px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:468px;
min-height:3px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_medium_white {
color:#ffffff;
text-shadow:none;
font-size:37px;
line-height:37px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.boldwide_small_white {
font-size:25px;
line-height:25px;
font-weight:800;
font-family:"Open Sans", sans-serif;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px_vertical {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:3px;
min-height:130px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_small_white {
color:#ffffff;
text-shadow:none;
font-size:25px;
line-height:25px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_verysmall_white_mw {
font-size:13px;
line-height:25px;
font-weight:400;
font-family:"Open Sans", sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
max-width:470px;
white-space:normal !important;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgb(235, 235, 235);
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.finewide_large_white {
color: #FFF;
text-shadow: none;
font-size: 60px;
line-height: 60px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 8px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.finewide_medium_white {
color: #FFF;
text-shadow: none;
font-size: 34px;
line-height: 34px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 5px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.huge_red {
position:absolute;
color:rgb(223,75,107);
font-weight:400;
font-size:150px;
line-height:130px;
font-family: 'Oswald', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
background-color:rgb(45,49,54);
padding:0px;
}

.tp-caption.middle_yellow {
position:absolute;
color:rgb(251,213,114);
font-weight:600;
font-size:50px;
line-height:50px;
font-family: 'Open Sans', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.huge_thin_yellow {
	position:absolute;
color:rgb(251,213,114);
font-weight:300;
font-size:90px;
line-height:90px;
font-family: 'Open Sans', sans-serif;
margin:0px;
letter-spacing: 20px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.big_dark {
position:absolute;
color:#333;
font-weight:700;
font-size:70px;
line-height:70px;
font-family:"Open Sans";
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_dark {
position:absolute;
color:#333;
font-weight:300;
font-size:40px;
line-height:40px;
font-family:"Open Sans";
margin:0px;
letter-spacing: 5px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.large_bold_white_25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_bold_grey {
font-size:30px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.medium_bg_red a {
	color: #fff;
    text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
	color: #fff;
    text-decoration: underline;
}

.tp-caption.smoothcircle {
font-size:30px;
line-height:75px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.498039);
padding:50px 25px;
text-align:center;
border-radius:500px 500px 500px 500px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.largeblackbg {
font-size:50px;
line-height:70px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0px 20px 5px;
text-shadow:none;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.medium_bg_orange_new1 {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}



.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
		font-weight: 300;
		font-size: 19px;
		line-height: 19px;
		font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


/*.tp-caption			{	transform:none !important}*/


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	width:100%; height:auto;}

/******************************
	-	BUTTONS	-
*******************************/

.tp-simpleresponsive .button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
												cursor:pointer;
												color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
												background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
											}

.tp-simpleresponsive  .button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top}


.tp-simpleresponsive  .purchase:hover,
.tp-simpleresponsive  .button:hover,
.tp-simpleresponsive  .button.big:hover		{	background-position:bottom, 15px 11px}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-simpleresponsive  .button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-simpleresponsive  .button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,
.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-simpleresponsive  .button.blue, .tp-simpleresponsive  .button:hover.blue,
.tp-simpleresponsive  .purchase.blue, .tp-simpleresponsive  .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}


.tp-simpleresponsive  .button.red, .tp-simpleresponsive  .button:hover.red,
.tp-simpleresponsive  .purchase.red, .tp-simpleresponsive  .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-simpleresponsive  .button.orange, .tp-simpleresponsive  .button:hover.orange,
.tp-simpleresponsive  .purchase.orange, .tp-simpleresponsive  .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-simpleresponsive  .button.darkgrey, .tp-simpleresponsive  .button.grey,
.tp-simpleresponsive  .button:hover.darkgrey, .tp-simpleresponsive  .button:hover.grey,
.tp-simpleresponsive  .purchase.darkgrey, .tp-simpleresponsive  .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-simpleresponsive  .button.lightgrey, .tp-simpleresponsive  .button:hover.lightgrey,
.tp-simpleresponsive  .purchase.lightgrey, .tp-simpleresponsive  .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}



/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}


.tp-simpleresponsive img	{	max-width:none}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(../images/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px}
.tp-bannershadow.tp-shadow2 {	background:url(../images/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(../images/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;
							}

.html5vid .tp-revstop		{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position:relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.html5vid .tp-revstop	{	display:none}
.html5vid.videoisplaying .revicon-right-dir	{	display:none}
.html5vid.videoisplaying .tp-revstop	{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button { display:block}

.fullcoveredvideo .tp-video-play-button	{	display:none !important}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(0,0,0)),
		color-stop(1, rgb(50,50,50))
	);
	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {
	opacity: .9;
}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover {
	cursor: pointer;
}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 	{ padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap	{	width:80%}
.tp-video-vol-bar-wrap	{	width:20%}

.tp-volume-bar,
.tp-seek-bar		{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:4}
.tp-dottedoverlay.twoxtwo				{	background:url(../images/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../images/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../images/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../images/gridtile_3x3_white.png)}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both}


.tp-bullets									{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;-webkit-transform: translateZ(5px);
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(../images/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(../images/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(../images/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(../images/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(../images/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(../images/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(../images/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:0px}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(../images/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left}



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(5000px);
															-webkit-transform-style: flat;
															-webkit-backface-visibility: hidden;
															z-index:600;
															position: relative;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../images/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../images/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(../images/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px}
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px}

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(../images/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../images/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left}






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%}


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(../images/timer.png);position:absolute; z-index:200;top:0px}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none}

.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image:none
}


.tp-simpleresponsive >ul >li{
	list-style:none;
	position:absolute;
	visibility:hidden
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../images/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(../images/coloredbg.png) repeat}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa}

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}

	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
    }

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px}
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.15) !important;
											    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(255, 255, 255, 1) !important;
}




/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;

												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px}


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px);
													visibility: visible;
													position: absolute;
											}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px}
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden			{	display:none !important}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
    }



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat}
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000}
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px}

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}

.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 						{ 	height: 17px}
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px}



	}

    @media only screen  and (max-width: 767px) {

		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
	}





/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px}
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 767px) {
   		 .tparrows.preview4 						{	width:20px; height:80px}
   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }



/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(../images/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(../images/loader.gif) no-repeat 10px 10px;
							background-color:#fff;
							margin:-22px -22px;
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



.tp-transparentimg {	content:"url(../images/transparent.jpg)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}



.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}


@font-face {
  font-family: 'revicons';
  src: url('../fonts/revicons.eot?5510888');
  src: url('../fonts/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../fonts/revicons.woff?5510888') format('woff'),
       url('../fonts/revicons.ttf?5510888') format('truetype'),
       url('../fonts/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../fonts/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'} /* 'î ‚' */
.revicon-pencil-1:before { content: '\e831'} /* 'î ±' */
.revicon-picture-1:before { content: '\e803'} /* 'î ƒ' */
.revicon-cancel:before { content: '\e80a'} /* 'î Š' */
.revicon-info-circled:before { content: '\e80f'} /* 'î ' */
.revicon-trash:before { content: '\e801'} /* 'î ' */
.revicon-left-dir:before { content: '\e817'} /* 'î —' */
.revicon-right-dir:before { content: '\e818'} /* 'î ˜' */
.revicon-down-open:before { content: '\e83b'} /* 'î »' */
.revicon-left-open:before { content: '\e819'} /* 'î ™' */
.revicon-right-open:before { content: '\e81a'} /* 'î š' */
.revicon-angle-left:before { content: '\e820'} /* 'î  ' */
.revicon-angle-right:before { content: '\e81d'} /* 'î ' */
.revicon-left-big:before { content: '\e81f'} /* 'î Ÿ' */
.revicon-right-big:before { content: '\e81e'} /* 'î ž' */
.revicon-magic:before { content: '\e807'} /* 'î ‡' */
.revicon-picture:before { content: '\e800'} /* 'î €' */
.revicon-export:before { content: '\e80b'} /* 'î ‹' */
.revicon-cog:before { content: '\e832'} /* 'î ²' */
.revicon-login:before { content: '\e833'} /* 'î ³' */
.revicon-logout:before { content: '\e834'} /* 'î ´' */
.revicon-video:before { content: '\e805'} /* 'î …' */
.revicon-arrow-combo:before { content: '\e827'} /* 'î §' */
.revicon-left-open-1:before { content: '\e82a'} /* 'î ª' */
.revicon-right-open-1:before { content: '\e82b'} /* 'î «' */
.revicon-left-open-mini:before { content: '\e822'} /* 'î ¢' */
.revicon-right-open-mini:before { content: '\e823'} /* 'î £' */
.revicon-left-open-big:before { content: '\e824'} /* 'î ¤' */
.revicon-right-open-big:before { content: '\e825'} /* 'î ¥' */
.revicon-left:before { content: '\e836'} /* 'î ¶' */
.revicon-right:before { content: '\e826'} /* 'î ¦' */
.revicon-ccw:before { content: '\e808'} /* 'î ˆ' */
.revicon-arrows-ccw:before { content: '\e806'} /* 'î †' */
.revicon-palette:before { content: '\e829'} /* 'î ©' */
.revicon-list-add:before { content: '\e80c'} /* 'î Œ' */
.revicon-doc:before { content: '\e809'} /* 'î ‰' */
.revicon-left-open-outline:before { content: '\e82e'} /* 'î ®' */
.revicon-left-open-2:before { content: '\e82c'} /* 'î ¬' */
.revicon-right-open-outline:before { content: '\e82f'} /* 'î ¯' */
.revicon-right-open-2:before { content: '\e82d'} /* 'î ­' */
.revicon-equalizer:before { content: '\e83a'} /* 'î º' */
.revicon-layers-alt:before { content: '\e804'} /* 'î „' */
.revicon-popup:before { content: '\e828'} /* 'î ¨' */
/** banner height**/
.fullwidthbanner-container .fullwidthbanner {
    max-height: 350px !important;
}
.row-header {
  margin: 0;
  padding: 0 0 10px 0;
  background-color: #26313c;
  color: white;
}

.home-header {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cta-text {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.featured-new-content {
  /*background-color: #e5a300;*/
  background-color: #26313c;
  color: #fff;
  height: 30px;
  min-height: 45px;
}

.featured-down-content {
  background-color: transparent;
  padding: 0;
}

.featured-footer-content {
  background-color: #cecece;
  color: #333333;
  padding-left: 6px;
  font-weight: 700;
  min-height: 45px;
}

.alert-white-text {
  color: #FFF!important;
}

.watched-item-text {
  color: #777777;
  font-size: 14px!important;
}

.watched-item-price {
  color: #dd9310;
  font-size: 14px!important;
}

.distance-pin {
  color: #dd9310;
  font-size: 1.6em;
}

.btn-blue {
  background-color: #1e2832;
  color: #fff;
}

.btn-blue:hover {
  color: #fff;
  background-color: #1e2832
}

.fleetSelectHeader {
  background-color: #1e2832;
  color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 10px;
  padding-bottom: 6px;
}

.fleetSelectButton {
  background: url(/Content/images/fleetSelect_button.png) no-repeat;
  min-height: 46px;
  min-width: 150px;
  cursor: pointer;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0 25px 0 0;
}

.filterCheckBox {
  margin-right: 10px!important;
  transform: scale(1.5);
}

.adModalTextNormal {
  font-size: 14px;
  font-weight: 600;
}

.adModalTextBold {
  font-size: 14px;
  font-weight: 900;
}

.adModalSlashes {
  font-size: 18px;
  color: #e5a300;
}

.adModalHeading {
  margin-top: 20px;
  align-content: center;
  text-align: center;
  text-align-last: center;
  display: inline-block;
}

.adModalCTAText {
  font-weight: bold;
  font-size: 20px;
}

.adModalVeriPointColor {
  color: #e5a300!important;
}

.adModalVeriPointText {
  margin-top: 16px;
  font-size: 16px;
  color: #FFF!important;
}

.adModalDozersBg {
  background-image: url(https://res.cloudinary.com/terrapointllc/image/upload/v1510078488/tp/ads/dozer_overlay.jpg);
  min-height: 620px;
  background-position: right top;
  color: #fff;
  background-size: cover;
}

.adModalExcavatorsBg {
  background-image: url(https://res.cloudinary.com/terrapointllc/image/upload/v1510078487/tp/ads/excavator_overlay.jpg);
  min-height: 620px;
  background-position: right top;
  color: #fff;
  background-size: cover;
}

.adModalLoadersBg {
  background-image: url(https://res.cloudinary.com/terrapointllc/image/upload/v1510078487/tp/ads/loader_overlay.jpg);
  min-height: 620px;
  background-position: right center;
  color: #fff;
  background-size: cover;
}

.adModalTrucksBg {
  background-image: url(https://res.cloudinary.com/terrapointllc/image/upload/v1510078487/tp/ads/truck_overlay.jpg);
  min-height: 620px;
  background-position: right center;
  color: #fff;
  background-size: cover;
}

.topBrandLinks {
  font-size: 14px;
}

.header-banner {
    max-width: 1154px;
    min-height: 327px;
    background-size: cover;
    background-image: url("/Content/images/banner.jpg");
}

  .header-banner h1 {
    color: #FFF;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    max-width: 720px;
  }

  .header-banner h2 {
    margin-left: 13px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    max-width: 700px;
  }

.veripoint-banner {
  max-width: 1154px;
  min-height: 200px;
  background-image: url(https://res.cloudinary.com/terrapointllc/image/upload/v1513278665/tp/banners/veripoint_promise.jpg);
}

  .veripoint-banner h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    max-width: 800px;
  }

.rtv-banner {
  max-width: 1154px;
  min-height: 325px;
  background-image: url(https://res.cloudinary.com/terrapointllc/image/upload/v1517614931/tp/banners/rtv.jpg);
}

  .rtv-banner h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    /*max-width: 900px;*/
  }

.learn-text {
  color: #FFB400;
  font-size: 22px;
  font-weight: 700;
}

.learn-text-arrow {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}

.cta-button-span {
  color: #FFF !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.featured-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px!important;
  text-transform: uppercase;
  color: #222222!important;
  font-weight: 700;
}

/** icons*/
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

/** icons ends*/

.featured-listing .heading-section-2 .dec i {
	background-color: #f7f5f5;
}
.featured-listing #featured-cars .col-md-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.featured-listing #featured-cars .col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
.featured-listing #featured-cars .col-sm-15 {
	width: 20%;
	float: left;
}
}

@media (min-width: 992px) {
.featured-listing #featured-cars .col-md-15 {
	width: 20%;
	float: left;
}
}

@media (min-width: 1200px) {
.featured-listing #featured-cars .col-lg-15 {
	width: 20%;
	float: left;
}
.top-search form.form-inline {
	width: 78%;
	float: left;
}
}

@media (max-width: 991px) {
.featured-listing #featured-cars .featured-item {
	margin-bottom: 30px;
}
}
.featured-listing #featured-cars .featured-item img {
	width: 100%;
	overflow: hidden;
}
.featured-listing #featured-cars .featured-item .down-content {
	background-color: #ffffff;
	padding: 15px;
}
.featured-listing #featured-cars .featured-item .down-content h2 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 700;
	width: 70%;
	display: inline-block;
}
.featured-listing #featured-cars .featured-item .down-content span {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	line-height: 36px;
	padding: 0px 12px;
	display: inline-block;
	margin-top: -15px;
	margin-right: -15px;
	float: right;
	background-color: #e4a300;
	font-size: 13px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 700;
}
.featured-listing #featured-cars .featured-item .down-content .light-line {
	width: 40px;
	height: 2px;
	background-color: #eeeeee;
	margin-top: 15px;
}
.featured-listing #featured-cars .featured-item .down-content p {
	margin-top: 10px;
	margin-bottom: 30px;
}
.featured-listing #featured-cars .featured-item .down-content .car-info {
	margin: -15px;
	border-bottom: 2px solid #eeeeee;
	border-top: 2px solid #eeeeee;
}
.featured-listing #featured-cars .featured-item .down-content .car-info ul {
	padding: 0;
	margin: 0px 15px;
	list-style: none;
}
.featured-listing #featured-cars .featured-item .down-content .car-info ul li {
	text-align: left;
	padding-right: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 5px;
	border-right: 1px solid #eeeeee;
	display: inline-block;
	font-size: 13px;
	color: #888888;
	font-family: 'Open Sans', sans-serif;
}
.featured-listing #featured-cars .featured-item .down-content .car-info ul li i {
	margin-left: -5px;
	margin-right: 5px;
	color: #222222;
}
.featured-listing #featured-cars .featured-item .down-content .car-info ul li:last-child {
	border-right: none;
	padding-right: 0px;
}
.featured-listing #featured-cars .featured-item:hover h2 {
	color: #333546;
}

.listing-grid .listing-footer .pagination {
	float: right;
}
.listing-grid .listing-footer .total-found {
	padding: 28px 0;
	color: #aeadb1;
}

.listing-grid .featured-item {
	margin-bottom: 30px;
}
.listing-grid .featured-item img {
	width: 100%;
	overflow: hidden;
}
.listing-grid .featured-item .down-content {
	background-color: #ffffff;
	padding: 15px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}
.listing-grid .featured-item .down-content-terraverse {
  background-color: #ffffff;
  padding: 15px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.listing-grid .featured-item .down-content h2 {
	color: #222222;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: unset;
  width: 70%;
}
.listing-grid .featured-item .down-content-terraverse h2 {
  color: #222222;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: unset;
  width: 70%;
}
.terraverse-hr {
  color: #eeeeee;
  width: 40px;
  float: left;
  margin-top: 6px;
  margin-bottom: 10px;
}
.terraverse-span {
  background-color: #333546;
  color: #FFF;
  font-size: 16px;
  padding-left: 4px;
}
.terraverse-odometer {
  background-color: #333546;
  color: #FFF;
  line-height: 32px;
  padding: 4px;
  font-size: 16px;
}
.listing-grid .featured-item .down-content span {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 36px;
  padding: 0px 12px;
  display: inline-block;
  margin-top: -15px;
  margin-right: -15px;
  float: right;
  background-color: #e4a300;
  font-size: 13px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
}
.listing-grid .featured-item .down-content .light-line {
	width: 40px;
	height: 2px;
	background-color: #eeeeee;
	margin-top: 15px;
}
.listing-grid .featured-item .down-content p {
	margin-top: 10px;
	margin-bottom: 30px;
	line-height: 16px;
}
.listing-grid .featured-item .down-content-terraverse p {
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 16px;
}
.listing-grid .featured-item .down-content .car-info {
	margin: -15px;
	border-bottom: 2px solid #eeeeee;
	/*border-top: 2px solid #eeeeee;*/
}
.listing-grid .featured-item .down-content-terraverse .car-info {
  margin: -15px;
  border-bottom: 2px solid #eeeeee;
  border-top: 2px solid #eeeeee;
}
.listing-grid .featured-item .down-content .car-info ul {
	padding: 0;
	margin: 0px 15px;
	list-style: none;
}
.listing-grid .featured-item .down-content-terraverse .car-info ul {
  padding: 0;
  margin: 0px 15px;
  list-style: none;
}
.listing-grid .featured-item .down-content .car-info ul li {
	text-align: left;
	padding-right: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 5px;
	border-right: 1px solid #eeeeee;
	display: inline-block;
	font-size: 13px;
	color: #888888;
	font-family: 'Open Sans', sans-serif;
}
.listing-grid .featured-item .down-content-terraverse .car-info ul li {
  text-align: left;
  padding-right: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px 5px;
  border-right: 1px solid #eeeeee;
  display: inline-block;
  font-size: 13px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
}
.listing-grid .featured-item .down-content .car-info ul li i {
	margin-left: -5px;
	margin-right: 5px;
	color: #222222;
}
.listing-grid .featured-item .down-content-terraverse .car-info ul li i {
  margin-left: -5px;
  margin-right: 5px;
  color: #222222;
}
.listing-grid .featured-item .down-content .car-info ul li:last-child {
	border-right: none;
	padding-right: 0px;
}
.listing-grid .featured-item .down-content-terraverse .car-info ul li:last-child {
  border-right: none;
  padding-right: 0px;
}
.listing-grid .featured-item:hover h2 {
	color: #333546;
}
.listing-grid .pagination {
	display: inline-block;
}
.listing-grid .pagination .prev {
	text-align: left;
	margin-bottom: -36px;
}
.listing-grid .pagination .prev a {
	background-color: #f7f5f5;
	border: 1px solid #e5f2ff;
	padding: 0px 15px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333546;
	text-transform: uppercase;
}
.listing-grid .pagination .prev a i {
	margin-right: 5px;
}
.listing-grid .pagination .next {
	text-align: right;
	margin-top: -36px;
}
.listing-grid .pagination .next a {
	background-color: #f7f5f5;
	border: 1px solid #e5f2ff;
	padding: 0px 15px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333546;
	text-transform: uppercase;
}
.listing-grid .pagination .next a i {
	margin-left: 5px;
}
.listing-grid .pagination .page-numbers {
	text-align: center;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
}
.listing-grid .pagination .page-numbers ul {
	padding: 0;
	margin: 0;
	float:left;
	list-style: none;
}
.listing-grid .pagination .page-numbers ul li {
	float:left;
    width: 36px;
    height: 36px;
    margin: 0 1px 0 0;
	background-color: #e0dcdc;
}
.listing-grid .pagination .page-numbers ul li.active,.listing-grid .pagination .page-numbers ul li a:hover,.listing-grid .pagination .page-numbers ul li a:focus {
	background-color: #e4a300;
	color:#fff;
}

.listing-grid .pagination .page-numbers ul li a {
	font-family: 'Open Sans', sans-serif;
  line-height: 36px;
  display: inline-block;
  color: #333546;
  text-transform: uppercase;
  width: 100%;
}
.listing-grid .pagination .page-numbers ul li a{
	font-size: 14px;
}
.listing-grid .pagination .page-numbers ul .active a {
	color: #ffffff;
}
.listing-page #listing-cars .featured-item {
	margin-bottom: 50px;
}
.listing-page #listing-cars .featured-item img {
	max-width: 100%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

@media (max-width: 991px) {
.listing-page #listing-cars .featured-item img {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
}
}
.listing-page #listing-cars .featured-item .right-content {
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
	margin-left: 20px;
}

@media (max-width: 991px) {
.listing-page #listing-cars .featured-item .right-content {
	padding: 20px;
	margin-left: 0px;
	border-top: none;
	border-left: 1px solid #eeeeee;
}
}
.listing-page #listing-cars .featured-item .right-content h2 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 700;
	width: 70%;
}
.listing-page #listing-cars .featured-item .right-content span {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	line-height: 36px;
	padding: 0px 12px;
	display: inline-block;
	margin-top: -37px;
	margin-right: 0px;
	float: right;
	background-color: #e4a300;
	font-size: 13px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 700;
}

@media (max-width: 991px) {
.listing-page #listing-cars .featured-item .right-content span {
	margin-top: -37px;
	margin-right: -20px;
}
}
.listing-page #listing-cars .featured-item .right-content .light-line {
	width: 60px;
	height: 2px;
	background-color: #eeeeee;
	margin-top: 15px;
	margin-left: 310px;
}

@media (max-width: 991px) {
.listing-page #listing-cars .featured-item .right-content .light-line {
	margin-left: 0px;
}
}
.listing-page #listing-cars .featured-item .right-content p {
	margin-top: 10px;
	margin-bottom: 18px;
	margin-right: 20px;
}
.listing-page #listing-cars .featured-item .right-content .view-details {
	display: inline-block;
}

@media (max-width: 991px) {
.listing-page #listing-cars .featured-item .right-content .view-details {
	float: left;
}
}
.listing-page #listing-cars .featured-item .right-content .view-details a {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	color: #333546;
	text-transform: uppercase;
	border: 1px solid #eeeeee;
	padding: 5px 8px;
	display: inline-block;
}
.listing-page #listing-cars .featured-item .right-content .item-rate {
	margin-left: 430px;
	margin-top: -25px;
}

@media (max-width: 991px) {
.listing-page #listing-cars .featured-item .right-content .item-rate {
	margin-left: 20px;
	float: left;
	margin-top: 0px;
}
}
.listing-page #listing-cars .featured-item .right-content .item-rate ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.listing-page #listing-cars .featured-item .right-content .item-rate ul li {
	display: inline-block;
}
.listing-page #listing-cars .featured-item .right-content .item-rate ul li i {
	font-size: 13px;
	color: #e4a300;
}
.listing-page #listing-cars .featured-item .right-content .car-info {
	margin-top: 20px;
	border-bottom: 2px solid #eeeeee;
	border-top: 2px solid #eeeeee;
}

@media (max-width: 991px) {
.listing-page #listing-cars .featured-item .right-content .car-info {
	margin-top: 80px;
	border-bottom: none;
	border-top: none;
}
}
.listing-page #listing-cars .featured-item .right-content .car-info ul {
	background-color: #f7f5f5;
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (max-width: 991px) {
.listing-page #listing-cars .featured-item .right-content .car-info ul {
	float: none;
	text-align: center;
}
}
.listing-page #listing-cars .featured-item .right-content .car-info ul li {
	text-align: left;
	padding-right: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 5px;
	border-right: 1px solid #eeeeee;
	display: inline-block;
	font-size: 13px;
	color: #888888;
	font-family: 'Open Sans', sans-serif;
}

@media (max-width: 991px) {
.listing-page #listing-cars .featured-item .right-content .car-info ul li {
	border-right: none;
	text-align: center;
	padding-right: 0px;
}
}
.listing-page #listing-cars .featured-item .right-content .car-info ul li i {
	margin-left: -5px;
	margin-right: 5px;
	color: #222222;
}

@media (max-width: 991px) {
.listing-page #listing-cars .featured-item .right-content .car-info ul li i {
	margin: 0 5px;
}
}
.listing-page #listing-cars .featured-item .right-content .car-info ul li:last-child {
	border-right: none;
	padding-right: 0px;
}

@media (max-width: 991px) {
.listing-page #listing-cars .featured-item .right-content .car-info ul li:last-child {
	display: none;
}
}
.listing-page #listing-cars .featured-item:hover h2 {
	color: #333546;
}
.listing-page #listing-cars .last-featured {
	margin-bottom: 30px;
}
.listing-page #listing-cars .pagination {
	display: inline-block;
	width: 100%;
}

@media (max-width: 991px) {
.listing-page #listing-cars .pagination {
	margin-bottom: 80px;
}
}
.listing-page #listing-cars .pagination .prev {
	text-align: left;
	margin-bottom: -36px;
}
.listing-page #listing-cars .pagination .prev a {
	background-color: #f7f5f5;
	border: 1px solid #e5f2ff;
	padding: 0px 15px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333546;
	text-transform: uppercase;
}
.listing-page #listing-cars .pagination .prev a i {
	margin-right: 5px;
}
.listing-page #listing-cars .pagination .next {
	text-align: right;
	margin-top: -36px;
}
.listing-page #listing-cars .pagination .next a {
	background-color: #f7f5f5;
	border: 1px solid #e5f2ff;
	padding: 0px 15px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333546;
	text-transform: uppercase;
}
.listing-page #listing-cars .pagination .next a i {
	margin-left: 5px;
}
.listing-page #listing-cars .pagination .page-numbers {
	text-align: center;
	background-color: #f7f5f5;
	border: 1px solid #e5f2ff;
	height: 36px;
	width: 245px;
	margin-right: auto;
	margin-left: auto;
}
.listing-page #listing-cars .pagination .page-numbers ul {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}
.listing-page #listing-cars .pagination .page-numbers ul li {
	display: inline-block;
	padding: 0 8px;
}
.listing-page #listing-cars .pagination .page-numbers ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 36px;
	color: #333546;
	text-transform: uppercase;
}
.listing-page #listing-cars .pagination .page-numbers ul .active a {
	border-bottom: 2px solid #333546;
	padding-bottom: 7px;
	padding-right: 3px;
	padding-left: 3px;
}

#page-heading {
	margin-top: 0;
	background-image: url('../images/listing-banner.png');
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 30px;
}
#page-heading h1 {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
}
#page-heading .line {
	width: 46px;
	height: 3px;
	background-color: #ffffff;
	margin: 18px auto;
}
#page-heading span {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 13px;
	padding-bottom: 40px;
	display: block;
}
#page-heading .page-active {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}
#page-heading .page-active ul {
	padding: 8px 10px;
	margin: 0;
	list-style: none;
}
#page-heading .page-active ul li {
	display: inline-block;
}
#page-heading .page-active ul li a {
	font-family: 'Open Sans', sans-serif;
	color: #8a8989;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px 2px;
}
#page-heading .page-active ul li i {
	font-size: 10px;
	color: #8a8989;
	margin: 0 10px;
}
#page-heading .page-active ul li:last-child a {
	color: #8a8989;
}
.slider {
	margin-top: 107px;
}
.first-line {
  background-color: #333546;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 13px 16px !important;
  text-transform: uppercase;
  border-width: 2px !important;
}
.second-line {
	color: #fff;
	font-size: 50px;
	letter-spacing: 0px;
	text-transform: uppercase;
	-webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	-moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	-ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}
.third-line {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
}
.third-line em {
	font-style: normal;
	color: #e4a300;
}
.slider-thumb .thumb-item .top-content {
	background-color: #292c38;
	width: 100%;
	height: 60px;
	padding: 1px 0px;
}
.slider-thumb .thumb-item .top-content span {
	line-height: 60px;
	margin-left: 13px;
	float: left;
	font-size: 14px;
	color: #222222;
	font-weight: 700;
	position: absolute;
	z-index: 10;
}
.slider-thumb .thumb-item .top-content .span-bg {
	position: absolute;
	z-index: 9;
	background-color: #292c38;
	height: 59px;
	width: 60px;
	-webkit-transform: rotate(0deg) skew(0deg);
	transform: rotate(0deg) skew(0deg);
	border-left: 80px solid #e4a300;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.slider-thumb .thumb-item .top-content h2 {
	margin-left: 80px;
	margin-top: 12px;
	padding: 10px 10px;
	background-color: #333546;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}
.slider-thumb .thumb-item .down-content {
	background-color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	width: 100%;
	padding: 15px;
}
.slider-thumb .thumb-item .down-content p {
	color: #c7c7c7;
	display: inline-block;
}
.slider-thumb .thumb-item .down-content img {
	float: right;
	border: 2px solid rgba(250, 250, 250, 0.5);
}
.slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slider .tp-caption {
	visibility: hidden;
	opacity: 0;
}
.tp-bullets {
	z-index: 1!important;
}

@media (max-width: 991px) {
.why-us .heading-section {
	text-align: center;
}
}

@media (max-width: 991px) {
.why-us .heading-section .line-dec {
	margin-left: auto;
	margin-right: auto;
}
}
.why-us .services .second-row {
	margin-bottom: 30px!important;
}

@media (max-width: 991px) {
.why-us .services .last-service {
	margin-top: 60px;
}
}
.why-us .services .service-item {
	margin-bottom: 60px;
}
.why-us .services .service-item i {
	font-size: 16px;
	float: left;
	width: 55px;
	height: 55px;
	display: inline-block;
	text-align: center;
	line-height: 55px;
	background-color: #f7f5f5;
	border-radius: 50%;
	color: #222222;
	margin-right: 15px;
}
.why-us .services .service-item p {
	margin-top: 15px;
	margin-left: 70px;
}
.why-us .services .service-item:hover i {
	background-color: #e4a300;
	cursor: pointer;
}
.why-us .right-img img {
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	width: 370px;
	height: 340px;
	overflow: hidden;
}

@media (max-width: 991px) {
.why-us .right-img img {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
}
.why-us .right-img .img-bg {
	background-color: #f7f5f5;
	width: 100%;
	height: 340px;
	background-size: cover;
	top: 20px;
	right: 20px;
	position: absolute;
	z-index: 9;
}

@media (max-width: 991px) {
.why-us .right-img .img-bg {
	display: none;
}
}

#cta-1 {
	background-color: #f7f5f5;
	width: 100%;
	padding: 20px 0px;
}
#cta-1 p {
	float: left;
	font-size: 18px;
	margin-top: 10px;
}

@media (max-width: 767px) {
#cta-1 p {
	float: none;
	text-align: center;
}
}
#cta-1 em {
	font-style: normal;
	font-weight: 700;
}
#cta-1 .advanced-button {
	float: right;
}

@media (max-width: 767px) {
#cta-1 .advanced-button {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}
#cta-1 .advanced-button {
	margin-top: 20px;
}
#cta-2 {
	padding: 30px 0px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMmY1ZThlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzMzNjY5OSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(-0deg, #333546 40%, #333546 40%);
	background-image: -moz-linear-gradient(-0deg, #333546 40%, #333546 40%);
	background-image: -o-linear-gradient(-0deg, #333546 40%, #333546 40%);
	background-image: linear-gradient(-90deg, #333546 40%, #333546 40%);
}

@media (max-width: 991px) {
#cta-2 {
	background-image: none;
	background-color: #333546;
}
}
#cta-2 .left-content h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	float: left;
	margin-right: 60px;
	margin-top: 27px;
}

@media (max-width: 991px) {
#cta-2 .left-content h2 {
	margin-bottom: 20px;
	float: none;
	text-align: center;
	margin-right: 0px;
}
}
#cta-2 .left-content form {
	padding-top: 15px;
}
#cta-2 .left-content form input {
	background-color: #ffffff;
	border: none;
	height: 40px;
	width: 200px;
	display: inline-block;
	margin-right: -5px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #888888;
	padding-left: 15px;
	float: left;
}

@media (max-width: 991px) {
#cta-2 .left-content form input {
	margin-bottom: 15px;
	float: none;
	width: 100%;
}
}
#cta-2 .left-content form .simple-button {
	display: inline-block;
}

@media (max-width: 991px) {
#cta-2 .left-content form .simple-button {
	float: none;
	text-align: center;
	display: block;
	margin-bottom: 50px;
}
}
#cta-2 .right-content {
	float: right;
}

@media (max-width: 991px) {
#cta-2 .right-content {
	margin-top: 30px;
	float: none;
	text-align: center;
}
}
#cta-2 .right-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#cta-2 .right-content ul li {
	display: inline-block;
	margin: 0px -1px;
}
#cta-2 .right-content ul li a {
	background-color: #264c73;
	width: 64px;
	height: 64px;
	display: inline-block;
	text-align: center;
	line-height: 64px;
	color: #ffffff;
	font-size: 15px;
}

@media (max-width: 991px) {
#cta-2 .right-content ul li a {
	width: 54px;
	height: 54px;
	line-height: 54px;
}
}
#cta-2 .right-content ul li a:hover {
	color: #e4a300;
}

.advanced-button {
	width: 160px;
	height: 40px;
	background-color: #e4a300;
	line-height: 40px;
}
.advanced-button a {
	margin-left: 15px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #222222;
	font-weight: 700;
	text-transform: uppercase;
}
.advanced-button i {
	float: right;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f0b20e;
}
.simple-button a {
	display: inline-block;
	background-color: #e4a300;
	line-height: 40px;
	text-align: center;
	width: 120px;
	height: 40px;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	color: #222222;
	font-weight: 700;
	text-transform: uppercase;
}
.load-more-button {
	width: 130px;
	height: 40px;
	background-color: #333546;
	display: inline-block;
}
.load-more-button a {
	display: inline-block;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
}
.load-more-button i {
	color: #ffffff;
	margin-left: 10px;
}
.border-button {
	width: 120px;
	height: 40px;
	border: 1px solid #eeeeee;
	text-align: center;
}
.border-button a {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #222222;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
}
.go-top {
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	background-color: #e4a300 !important;
}
.heading-section h2 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 700;
}
.heading-section span {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #888888;
}
.heading-section .line-dec {
	margin-bottom: 80px;
	margin-top: 15px;
	width: 60px;
	height: 2px;
	background-color: #222222;
}
.heading-section-2 h2 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 700;
}
.heading-section-2 span {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #888888;
}
.heading-section-2 .line-dec {
	margin-top: -90px;
	margin-bottom: 70px;
	width: 150px;
	height: 2px;
	background-color: #222222;
	margin-left: auto;
	margin-right: auto;
}
.heading-section-2 .dec i {
	margin-top: 15px;
	background-color: #ffffff;
	width: 40px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	border: 2px solid #222222;
	margin-bottom: 75px;
}
.tittle h2 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 700;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls {
	top: -200px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

@media (max-width: 991px) {
.owl-controls {
	top: -120px;
}
}
.owl-controls a {
	color: #333546;
}
.owl-controls a:hover {
	color: #333546;
}
.owl-controls .bg-prev {
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	z-index: 10;
	background: #fff;
	border: 1px solid #333546;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-controls .bg-prev:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 2px solid #333546;
}
.owl-controls .prev {
	left: 15px;
	z-index: 11;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 32px;
}
.owl-controls .prev.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.owl-controls .prev:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.owl-controls .bg-next {
	position: absolute;
	float: right;
	z-index: 1;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 10;
	background: #fff;
	border: 1px solid #333546;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-controls .bg-next:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 2px solid #333546;
}
.owl-controls .next {
	right: 15px;
	z-index: 11;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 32px;
}
.owl-controls .next.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.owl-controls .next:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.owl-theme .owl-controls .owl-page {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
 *display: inline;
/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0px 5px;
	filter: alpha(opacity=50);
	/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparent;
	border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
	filter: alpha(opacity=100);
	/*IE7 fix*/
	opacity: 1;
	display: inline-block;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.go-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 99999;
	font-size: 18px;
	text-align: center;
	background: #181818;
	color: #fff !important;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
.go-top.go-top-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.go-top.go-topfade-out {
	opacity: 1;
}

@media (max-width: 991px) {
.go-top {
	right: 20px;
	bottom: 110px;
}
}

@media (min-width: 992px) {
.go-top {
	height: 60px;
	width: 60px;
	line-height: 60px;
	right: 30px;
	bottom: 60px;
}
}

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
	font-family: 'flexslider-icon';
	src: url('../fonts/flexslider-icon.eot');
	src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
	outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.tp-caption.first-line.lft.tp-resizeme.start, .slider-thumb .thumb-item .down-content {
	border-bottom: 2px solid #e4a300;
}
.tp-simpleresponsive >ul >li {
	background-color: #000;
}
.slider .slotholder {
	opacity: 0.4 !important;
}
.hover-btn {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 999;
}
.thumb-item:hover .hover-btn {
	display: block;
	line-height: 170px;
	text-align: center;
}
.thumb-item {
	position: relative;
	float: left;
	width: 100%;
}
.hover-btn .btn {
	font-weight: 100;
	font-size: 12px;
	padding: 5px 25px;
}
.top-search {
	display: block;
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
.top-search .nice-select {
	border-radius: 0;
	height: 40px;
	border-bottom: 0;
	/*width: 25%;*/
	font-size: 14px;
	background-color: #e0dcdc;
}
.top-search .nice-select .current {
	color: #333;
}
input.search-input.form-control {
	/* border-left: 0; */
	height: 40px;
	width: 78%;
	border: 1px solid #d3d3d3;
	box-shadow: none;
	border-left: 0;
}
.top-search .nice-select:after {
	height: 6px;
	margin-top: -4px;
	width: 6px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.top-search form.form-inline {
	float: left;
}
.top-search button.btn.btn-primary {
	height: a0px;
	margin-left: -5px;
	padding: 9px 20px;
}
.top-search .navbar-nav.navbar-right:last-child {
	margin-right: 0px;
}
.top-search .navbar-nav > li > a {
	padding-top: 14px;
	padding-bottom: 13px;
}

nav.main-navigation ul li ul.sub-menu li a {
    font-size: 20px;
}
nav.main-navigation ul a {
    font-weight: normal;
    font-size: 22px;
}

.margin-right-30 {
    margin-right: 30px
}
.form-inline {
    font-family: 'Open Sans', sans-serif
}
#cta-1 p.t-14, .t-14 {
	font-size: 14px;
}
#cta-1 p.t-14 {
	margin: 0;
}
a.count-btn {
	position: relative;
	width: 100%;
	padding-right: 50px;
	text-align: left;
	border: none;
	font-weight: 100;
	font-size: 14px;
}
.count-btn span.count {
	float: right;
	top: 0;
	margin: 0 !important;
	padding: 0;
	position: absolute;
	right: 0;
	height: 100%;
	background-color: #292c38 !important;
	color: #fff !important;
}
#featured-cars.owl-carousel {
	/*position: static;*/
}
.featured-listing {
	position: relative;
}
.featured-listing .owl-controls {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
    margin-top: -35px;
}
.owl-prev {
	position: absolute;
	left: -20px;
	height: 80px;
	width: 20px;
	background-color: rgba(0,0,0,0.5);
	line-height: 80px;
	text-align: center;
	color: #ffffff;
}
.owl-next {
	position: absolute;
	right: -4px;
	height: 80px;
	width: 20px;
	background-color: rgba(0,0,0,0.5);
	line-height: 80px;
	text-align: center;
	color: #ffffff;
}
.popular-category .owl-controls {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
}
.popular-category .featured-item {
	padding: 0 15px;
}
table.fc-header {
	background-color: #333546;
}
.fc-header td {
	padding: 10px 10px 0;
}
.fc-state-default {
	background: transparent !important;
	border: none;
	color: #fff;
	box-shadow: none;
}
.fc-event.fc-event-hori.fc-event-start.fc-event-end {
	opacity: 0;
	height: 0;
}
.fc-grid .fc-day-number {
	float: none;
	text-align: center;
	padding: 7px 2px;
}
.fc-event {
	margin-top: -40px;
	height: 40px;
}
td.fc-day {
	background-color: #333546;
	color: #fff;
}
table.fc-border-separate {
	border: 20px solid #292c38;
}
th.fc-day-header.fc-widget-header {
	background-color: #292c38;
	color: #fff;
	font-size: 10px;
	font-weight: 100;
	border: none;
	padding: 5px 0;
}
.fc-widget-header, .fc-widget-content {
	border-color: rgba(255,255,255,0.1)
}
td.fc-day.fc-widget-content {
	width: calc(100% / 7);
}
.block-heading {
	font-size: 20px;
	background-color: #333546;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	text-transform: uppercase;
}
@media(max-width:991px){
	.block-heading {
		font-size: 17px;
	}
}
.listing-section ul.list-group {
	margin: 0;
	padding: 10px 0;
	background: #f7f5f5;
}
.listing-section ul.list-group li {
	margin: 0;
	border: none;
	background: #f7f5f5;
}
.listing-section span.count {
	padding: 6px 10px !important;
}
.popular-category .featured-item h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.popular-category a.count-btn {
	width: auto;
	padding: 6px 20px;
	float: left;
}
.popular-category span.count {
	position: relative;
	float: left;
	padding: 6px 15px;
	margin: 0px 0;
	background-color: #d69b06 !important;
	color: #fff;
}
.popular-category .down-content {
	border-bottom: 1px solid #333;
	padding: 15px;
	background-color: #fff;
	float: left;
	width: 100%;
}
.popular-category .car-info {
	float: left;
}
.overlay {
	position: absolute;
	z-index: 999;
	color: #fff;
	padding: 0 30px;
	top: 0;
}
.overlay h2 strong, .overlay h4 strong, .overlay h4 {
	font-weight: 600;
	line-height: 26px;
	padding: 10px 0;
}
.dark-bg {
	background-color: #26313c;
	position: relative;
	color: #fff;
	display: inline-block;
	width: 100%;
	max-width: 465px;
	padding: 0 25px 0 10px;
}
.reviews-count .dark-bg h2 {
	color: #e4a300;
	font-weight: bold;
	margin: 0;
	display: inline-block;
	font-size: 32px;
	vertical-align: middle;
	padding: 10px 15px;
}
.reviews-count .dark-bg:after, .reviews-count .dark-bg:before {
	content: "";
	position: absolute;
	top: 0;
	border-style: solid;
	height: 0;
	width: 0;
}
.reviews-count .dark-bg:before {
	border-color: #26313c transparent transparent transparent;
	border-width: 10px 0 0 10px;
	right: 100%;
}
.reviews-count .dark-bg:after {
	border-color: #26313c transparent transparent transparent;
	border-width: 10px 10px 0 0px;
	left: 100%
}
.reviews-count .dark-bg span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.popular-category img {
	width: 100%;
}
.popular-category, .reviews {
	background-color: #f7f5f5;
}
.nice-select li.option {
	width: 100%;
	float: left;
}
.listing-section .count-btn span.count {
	background-color: #d69b06 !important;
}
.tp-caption.second-line {
	font-size: 28px !important;
	font-weight: bold;
	margin-top: 30px !important;
}
.tp-caption.third-line {
	text-align: center;
	line-height: 30px !important;
	font-weight: 100;
	margin-top: 30px !important;
}
.bg .col-sm-12 p {
	border: 1px solid #e1e1e1;
	float: left;
	padding: 10px 15px;
	position: relative;
	margin-bottom: 5px;
}
h5.name {
	float: left;
	margin: 2px 10px 0 25px;
	font-size: 14px;
	font-weight: bold;
}
.rating i {
	color: #e4a300;
}
.review {
	margin: 20px 0;
}
.bg .col-sm-12 p:before {
	position: absolute;
    height: 26px;
    content: "";
    width: 19px;
    background: url(../images/testimonial-point.png) no-repeat bottom center;
    bottom: -24px;
    left: -1px;
}
a.view-all {
	border: 2px solid #333;
	padding: 5px;
	position: relative;
}
a.view-all:after {
	position: absolute;
	content: "";
	width: 70px;
	height: 2px;
	background: #333;
	left: 100%;
	top: 50%;
	margin-top: -2px;
}
.view-all-btn {
	margin: 10px 0 30px;
}
.view-all-btn,.view-all-btn:after,.view-all-btn:before {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a.view-all:before {
	position: absolute;
	content: "";
	width: 70px;
	height: 2px;
	background: #333;
	right: 100%;
	top: 50%;
	margin-top: -2px;
}
a.view-all:hover{
	border-color:#e5a300;
}
a.view-all:hover:after,a.view-all:hover:before {
	width: 60px;
	-webkit-transition: width 0.3s ease 0s;
	-moz-transition: width 0.3s ease 0s;
	transition: width 0.3s ease 0s;
	background-color: #e5a300;
}
.nav-side-menu ul#menu-content {
	width: 100%;
	padding: 0;
	margin: 0;
}
.nav-side-menu ul#menu-content > li {
	padding: 10px 0px;
	background-color: #e0dcdc;
	list-style: none;
	position: relative;
}
.nav-side-menu ul#menu-content li {
	list-style: none;
	margin-bottom: 1px;
}
.sub-menu {
	padding: 8px 17px;
}
.sub-menu label {
	font-weight: 400;
	width: 84%;
    vertical-align: top;
}
.nav-side-menu ul#menu-content > li > a {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	border-left: 3px solid #dd9310;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	display: inline-block;
	width: 90%;
}
.menu-content .arrows {
	position: absolute;
	right: 10px;
	top: 13px;
}
ul.sub-menu {
	background-color: #f7f5f5;
}
#page-heading span.o-text {
	display: inline-block;
	font-size: inherit;
	color: #dd9310;
	margin: 0;
	padding: 0;
}
.l-thumbnail {
	position: relative;
}
.l-thumbnail .overlay {
	display: none;
}
.featured-item:hover .l-thumbnail .overlay {
	background-color: rgba(0,0,0,0.3);
	height: 100%;
	padding: 0;
	width: 100%;
	text-align: center;
	display: block;
	padding-top: 43px;
	top:0;
}
.l-thumbnail .overlay a {
	color: #fff;
	background-color: #e5a300;
	font-size: 12px;
}
.overlay .compare-btn {
	background-color: #292c38;
	font-size: 12px;
}

.overlay .compare-btn, .l-thumbnail .overlay a {
	padding: 10px 0;
}
.nav-side-menu ul#menu-content > li > a .arrows i.fa-angle-down {
	display: none;
}
.nav-side-menu ul#menu-content > li.collapsed > a .arrows i.fa-angle-down {
	display: inline-block;
}
.nav-side-menu ul#menu-content > li.collapsed > a .arrows i.fa-angle-up {
	display: none;
}
.nav-side-menu ul#menu-content > ul.sub-menu li {
	padding: 3px 0;
}
.listing-page .featured-item .down-content h2 {
	width: 100%;
}
.listing-page .featured-item .down-content .light-line {
	margin-top: 5px;
}
.spec {
	float: left;
	width: 100%;
}
.listing-page .spec span.price, .listing-page .spec span.km {
	padding: 10px 10px 10px 0;
	background-color: transparent;
}
.listing-page .spec span.price {
	color: #dd9310;
	font-size: 16px;
	height: initial;
	line-height: 1;
	margin: 0;
	padding: 8px 0px;
}
.listing-page .spec span.km {
	margin: 0;
	padding: 0;
}
.listing-page .car-info {
	padding: 8px 15px;
}
.listing-grid .featured-item .down-content .car-info {
	border-width: 1px;
}
.listing-grid .featured-item .down-content-terraverse .car-info {
  border-width: 1px;
}
.listing-grid .featured-item:hover .down-content {
	background-color: #f7f5f5;
}
.listing-grid .featured-item:hover .down-content-terraverse {
  background-color: #f7f5f5;
}
.pre-featured {
	background-color: transparent;
	margin-bottom: 30px;
}
.spec i.fa.fa-tachometer {
  margin-right: 10px;
}
.listing-grid .featured-item .down-content span.km.pull-right {
  font-weight: normal;
}
.results {
	padding: 0;
}
.results li a {
	padding: 10px 0 9px;
	display: inline-block;
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
	font-weight: 700;
	color: #7b7b7b;
}
.results .active a {
	border-bottom-color: #dd9310;
	color: #000;
}
.results li {
	float: left;
	list-style: none;
	padding-right: 20px;
}
h4.block-heading {
	background-color: transparent;
	color: #333;
	font-size: 16px;
	border-left: 3px solid #e5a300;
	padding: 5px 15px;
}
.left-border {
	border-left: 3px solid #e5a300;
	padding: 5px 15px;
}
.watcher-count {
	color: #7d7d7d;
}
.item-title {
	margin-top: 10px;
	font-size: 22px;
}
.detail-title {
  width: 35%;
	display: inline-block;
	vertical-align: top;
	color: #7b7b7b;
	word-wrap: break-word;
}
.part-name {
	color: #7b7b7b
}
.detail {
	display: inline-block;
	vertical-align: top;
	width:64%;
}
.detail .h3 {
	margin: 0;
}
.important-msg {
	color: #dd9310;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-right: none;
	border-left: none;
}
.product-details ul {
	padding-left: 10px 0;
	list-style: none;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
	list-style: none;
}
.item-sub-details li {
	padding: 5px 0;
}
#left-info .panel.panel-default {
	margin: 0;
	border-bottom: 1px solid #ece9e9;
	border-top: 1px solid #fff;
	border-right: 0;
	border-left: 0;
	background-color: #f7f5f5;
}
#left-info .panel-body {
	background-color: #f7f5f5;
}
#left-info .panel-body a {
	color: #dd9310;
}
.part-name {
	width: 36%;
	float: left;
}
.product-details .externalslidercontrol-ul {
	padding: 0;
}
.product-details .externalslidercontrol-ul li {
	padding: 5px 0;
}
.externalslidercontrol-ul .fa-star, .externalslidercontrol-ul .fa-star-half-empty {
	color: #e5a300
}
#single-product .inspection {
	border: 5px solid #f7f5f5;
}
#single-product .inspection .panel-body, #single-product .inspection .panel-heading {
	background-color: #fff;
}
#single-product .inspection .panel-body, #single-product .inspection .panel.panel-default {
	margin: 0;
}
#single-product .inspection .panel.panel-default {
	border-top: none;
	border-left: none;
	border-right: none;
}
.btn-danger {
	background-color: #f36127;
	border-color: #f36127;
}
.product-details .btn-danger {
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	/*width: 40%;*/
	/*margin-left: 15px;*/
}

.o-text {
	color: #dd9310;
}
/*.o-text:hover{color:#fff;}*/
.product-thumb .bx-wrapper {
	margin: 0 auto 10px;
}
.product-thumb .bx-wrapper {
	box-shadow: none;
}
.product-thumb .bx-wrapper .bx-prev {
	left: -51px;
}
.product-thumb .bx-wrapper .bx-next {
	right: -51px;
}
.product-thumb {
	margin-bottom: 15px;
}
.product-thumb .bx-viewport .bxslider {
	padding: 0;
}
#single-product .panel-title > a {
	display: inline-block;
	position: relative;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
}
.panel-title a i.fa-angle-down {
	display: none;
}
.panel-title a.collapsed i.fa-angle-down {
	display: inline-block;
}
.panel-title a.collapsed i.fa-angle-up {
	display: none;
}
.panel-title .fa-angle-up, .fa-angle-down {
	float: right;
}

@media(min-width:768px) {
nav.main-navigation ul {
	margin-left: -15px;
}
.featured-listing .featured-item {
	padding: 15px;
}
}

@media (min-width: 992px) and (max-width: 1200px) {
nav.main-navigation ul a {
	padding: 10px 0;
}
.top-search form.form-inline {
	width: 73%;
	float: left;
}
input.search-input.form-control {
	width: 77%;
}
}

.bid-continue {
  margin-top: 1px;
  margin-bottom: 3px;
  padding: 0 0;
}

.red-bg {
  background-color: #ff471a;
  color: #fff;
}

.o-bg {
	background-color: #e5a300;
	color: #fff;
}
.bid-continue .bid-continue-heading {
	color: #fff;
	padding: 0 0 1px;
	position: relative;
}
.bid-continue .bid-continue-heading .container {
	position: relative;
}
.bid-continue .bid-continue-heading .container:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #e5a300 transparent transparent transparent;
	border-width: 10px;
}
.slides.urgent {
	background-color: #f36127;
}
.slides {
	width: auto;
	float: left;
	background-color: #4a4b5b;
	color: #fff;
	padding: 5px;
}
.bid-slider {
	background: #333546 none repeat scroll 0 0;
}
.pull-left.productImg-112 {
	margin-right: 10px;
}
.bid-slider .bx-wrapper {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	margin: 0 0 14px 0;
}
section.filter {
	padding: 10px 0 30px;
}
.bid-slider .slides a {
	color: #fff;
}
.filter .row {
	border-bottom: 3px solid #d5d2d2;
	margin:0;
}
.filter .row .col-sm-11{
	padding:0;
}
.dark-blue {
	background-color: #26313c;
	color: #fff;
}
h5.dark-blue {
	font-weight: 600;
	font-size: 18px;
	padding: 10px;
	width:100%;
	display:inline-block;
}

.pre-sale-info {
    background-color: white;
    color: black;
}

h5.pre-sale-info {
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    display: inline-block;
    min-height: 100px;
    border: solid 2px #26313c;
    border-radius: 10px;
}
@font-face {
	font-family: 'digital7';
	src: url('../fonts/digital7.eot');
	src: url('../fonts/digital7.eot') format('embedded-opentype'),  url('../fonts/digital7.woff2') format('woff2'),  url('../fonts/digital7.woff') format('woff'),  url('../fonts/digital7.ttf') format('truetype'),  url('../fonts/digital7.svg#digital7') format('svg');
}
.time-left {
	float: right;
	position: relative;
	width: 58px;
	height: 58px;
	background-color: #ccc;
	border-radius: 50%;
}
.timer-container {
	font-family: 'digital7';
}
.timer-container {
	background-color: #fff;
	width: 52px;
	height: 52px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	line-height: 52px;
	font-size: 24px;
	top: 3px;
	left: 3px;
}
.all-auction-section .p-a-5 {
	background: #f7f6f6 none repeat scroll 0 0;
	display: block;
	float: left;
	padding: 5px;
	width: 100%;
	box-shadow: 0px 3px 0px #bebebe;
}
.pro-image-84x84.pull-left {
	height: 84px;
	width: 84px;
	margin-right: 10px;
}
.closing-in {
	float: right;
}
small.pro-name {
	font-size: 12px;
}
p.heighest-bid {
	margin-bottom: 2px;
}
.bid-description.pull-left {
	width: 52%;
}
.all-auction-section .btn.btn-danger {
	background-color: #dd9310;
	border-color: #EBA324
}
.closing-in p {
	margin-bottom: 3px;
	font-size: 12px;
	text-align: center;
}
.bid-description.pull-left {
	width: 52%;
	border-right: 1px solid #d5d5d5;
	box-shadow: 1px 0px 0px #dddddd;
}
.max-bid .dropdown-menu {
	padding: 5px;
	width: 171px;
	right: 0;
    left: auto;
}
.max-bid .btn-group > button.main-btn {
	width: 126px;
	border-right: 1px solid #a7751b;
}
.pro-desc-detail {
	background-color: #eeeeee;
	padding: 5px;
	box-shadow: 0px 2px 0px #dd9310;
}
.pro-desc-detail > ul {
	padding: 0;
	list-style: none;
	margin-top: 10px;
	font-size: 12px;
}
.pro-desc-detail p {
	font-size: 12px;
}

.pro-desc-detail {
	background-color: #eeeeee;
	padding: 5px;
	box-shadow: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: calc(100% - 30px);
	max-height: 0px;
	margin: 0 15px;
	overflow: hidden;
	padding: 0;
	transition-duration: 0.5s;
	z-index: 99;
}
.bid-block:hover .pro-desc-detail {
	max-height: 200px;
	height: 150px;
	padding: 5px;
	border-top: 1px solid #c9c9c9;
}
.bid-block:hover .p-a-5 {
	background: #eee;
}
.all-auction-section .col-sm-6 {
	margin-bottom: 15px;
}
.timing {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.sold-out .bid-description.pull-left {
	width: auto;
	border: 0;
	box-shadow: none;
}
.heighest-bid.changed {
	background-color: #f36127;
	color: #fff;
	padding: 0 10px;
	width: auto;
	display: inline-block;
	animation: blink-animation 1s infinite;
	-webkit-animation: blink-animation 1s infinite;
	transition-duration: 0s;
}

@keyframes blink-animation {
  0% {
    background-color: transparent;
    color: #333;
  }

  25% {
    background-color: #dd9310;
    color: #fff;
  }

  50% {
    background-color: transparent;
    color: #333;
  }

  75% {
    background-color: #dd9310;
    color: #fff;
  }

  100% {
    background-color: transparent;
    color: #333;
  }
}
@-webkit-keyframes blink-animation {
  0% {
    background-color: transparent;
    color: #333;
  }

  25% {
    background-color: #dd9310;
    color: #fff;
  }

  50% {
    background-color: transparent;
    color: #333;
  }

  75% {
    background-color: #dd9310;
    color: #fff;
  }

  100% {
    background-color: transparent;
    color: #333;
  }
}

@keyframes blink-animation-gone {
  0% {
    background-color: transparent;
    color: #333;
  }

  25% {
    background-color: #ed1c24;
    color: #fff;
  }

  50% {
    background-color: transparent;
    color: #333;
  }

  75% {
    background-color: #ed1c24;
    color: #fff;
  }

  100% {
    background-color: transparent;
    color: #333;
  }
}

@-webkit-keyframes blink-animation-gone {
  0% {
    background-color: transparent;
    color: #333;
  }

  25% {
    background-color: #ed1c24;
    color: #fff;
  }

  50% {
    background-color: transparent;
    color: #333;
  }

  75% {
    background-color: #ed1c24;
    color: #fff;
  }

  100% {
    background-color: transparent;
    color: #333;
  }
}

@keyframes blink-animation-currentprice {
  0% {
    background-color: #dd9310;
    color: #fff;
  }

  25% {
    background-color: #384552;
    color: #ccc;
  }

  50% {
    background-color: #dd9310;
    color: #fff;
  }

  75% {
    background-color: #384552;
    color: #ccc;
  }

  100% {
    background-color: #dd9310;
    color: #fff;
  }
}

@-webkit-keyframes blink-animation-currentprice {
  0% {
    background-color: #dd9310;
    color: #fff;
  }

  25% {
    background-color: #384552;
    color: #ccc;
  }

  50% {
    background-color: #dd9310;
    color: #fff;
  }

  75% {
    background-color: #384552;
    color: #ccc;
  }

  100% {
    background-color: #dd9310;
    color: #fff;
  }
}


@keyframes blink-animation-message {
  0% {
    background-color: #384552;
    color: #333;
  }

  25% {
    background-color: #26313c;
    color: #fff;
  }

  50% {
    background-color: #384552;
    color: #333;
  }

  75% {
    background-color: #26313c;
    color: #fff;
  }

  100% {
    background-color: #384552;
    color: #333;
  }
}

@-webkit-keyframes blink-animation-message {
  0% {
    background-color: #384552;
    color: #333;
  }

  25% {
    background-color: #26313c;
    color: #fff;
  }

  50% {
    background-color: #384552;
    color: #333;
  }

  75% {
    background-color: #26313c;
    color: #fff;
  }

  100% {
    background-color: #384552;
    color: #333;
  }
}

.gray-bg {
	background-color: #e2e2e2;
}
.you-bid-on .your-bid-blocks {
	background-color: #e2e2e2;
	float: left;
	width: 100%;
	/* padding: 10px 0; */
}
.you-bid-on h5.heading.dark-blue {
	/* margin-bottom: 0; */
}
.your-bid-blocks .col-sm-12 {
	margin-bottom: 15px;
}
section.all-auction-section {
	padding: 0px 0 10px;
}
.filter-table-heading a {
  color: #fff;
  text-decoration: underline;
  margin-top: 8px;
}
.filter .dropdown > button {
    background: none;
    border: none;
    color: #E5A300;
    float: right;
}
.filter .dropdown-menu {
    width: 270px;
    right: -20px;
    left: auto;
    top: 20px;
	padding-top:0px;
}
.filter .dropdown-menu::after {
  border-color: transparent transparent #e0dcdc;
  border-style: solid;
  border-width: 10px;
  content: "";
  height: 0;
  position: absolute;
  right: 23px;
  width: 0;
  top: -20px;
}
.filter .dropdown-heading {
    float: left;
    width: 100%;
    background-color: #e0dcdc;
}
.filter .left-border.col-sm-8 {
    margin: 5px  0 0 10px;
}

.filter .dropdown-heading > a {
    font-size: 12px;
    color: #E5A300;
    padding: 11px ;
    display: inline-block;
    float: right;
}
.filter-category {
    padding: 30px 10px 0;
    float: left;
    width: 100%;
}
.myclass {
    padding: 0;
    list-style: none;
}
.myclass li{
    padding: 5px 0;
	font-weight:400;
}
.myclass li label{
	font-weight:400;
}
.myclass span {
    vertical-align: top;
    padding-left: 5px;
}
.filter .slider-range {
	margin-bottom: 40px;
}
.filter .slider-range h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 15px;
}
.filter .slider-range .ui-slider-horizontal .ui-slider-range {
	background-color: #a19f9f;
}
.filter .slider-range .ui-slider-horizontal {
	border-radius: 0px;
	background-color: #e0dcdc;
}
.filter .slider-range input {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 0px;
	margin-bottom: -10px;
	display: inline-block;
	background-color: transparent;
	border: none;
	outline: none;
}
.filter .ui-slider .ui-slider-handle {
    background-color: #dd9310;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: 2;
}
.filter-table th:not(:first-child),tr td:not(:first-child) {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  vertical-align:top;
}
.filter-table td .fa.fa-check-circle {
  color: #E5A300;
}
.filter-table .table.table-bordered th {
  vertical-align: top;
}
.filter-table .table-responsive {
  margin-top: 30px;
}

.filter-table td:first-child {
  font-size: 11px;
}
.filter-table td:first-child span{margin-right:10px;}
.filter-table thead tr th {
  border: none !important;
}
.max-bid .form-control {
  font-size: 12px;
}
.popover-container{position:relative;}
.popover-container .popover {
  min-width: 400px;
  left: 20px;
  top: 20px;
}
.popover-container .popover::after {
  border-color: transparent transparent #e0dcdc;
  border-style: solid;
  border-width: 10px;
  content: "";
  height: 0;
  position: absolute;
  left: 20px;
  width: 0;
  top: -20px;
}
.popover .heading > h3 {
  margin: 0;
}


#featured-cars .thumb-item .top-content {
  background-color: #cecece;
  height: 60px;
  padding: 1px 0;
  width: 100%;
}
#featured-cars .thumb-item .top-content span {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  margin-left: 13px;
  position: absolute;
  z-index: 10;
}
#featured-cars .thumb-item .top-content .span-bg {
  background-color: #cecece;
  border-bottom: 12px solid transparent;
  /*border-left: 80px solid #e5a300;*/
  border-left: 80px solid #26313c;
  color:#fff;
  border-top: 12px solid transparent;
  height: 59px;
  position: absolute;
  transform: rotate(0deg) skew(0deg);
  width: 60px;
  z-index: 9;
}
#featured-cars .thumb-item .top-content h2 {
  background-color: #b1b1b1;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-left: 80px;
  margin-top: 12px;
  padding: 10px;
  text-transform: uppercase;
}
#featured-cars .thumb-item .down-content {
  background-color: rgb(247, 245, 245);
  display: inline-block;
  padding: 15px;
  width: 100%;
}
#featured-cars .thumb-item .down-content p {
  color: #333333;
  display: inline-block;
}
#featured-cars .thumb-item .down-content img {
  border: 2px solid rgba(250, 250, 250, 0.5);
  float: right;
}
.featured-cars-items {
    display: inline-block;
    width: 94%;
}

.sign-form .signform input {
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
  width: 100%;
  padding-left: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #444444;
  height: 40px;
  outline: none;
}
  .sign-form .signform input.name {
    background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510687473/tp/utility/icons/user.jpg');
    background-position: 10px;
    background-repeat: no-repeat;
  }
  .sign-form .signform input.email {
    background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510687473/tp/utility/icons/email.jpg');
    background-position: 10px;
    background-repeat: no-repeat;
  }
  .sign-form .signform input.company {
    background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510687473/tp/utility/icons/company.jpg');
    background-position: 10px;
    background-repeat: no-repeat;
  }
  .sign-form .signform input.password {
    background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510687473/tp/utility/icons/password.jpg');
    background-position: top left;
    background-position: 10px center;
    background-repeat: no-repeat;
  }

  .sign-form .signform input.information {
    background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1512775472/tp/utility/icons/gen-appearance.jpg');
    background-position: top left;
    background-position: 10px center;
    background-repeat: no-repeat;
  }
input.error  {
  border: 1px solid #f00 !important;
}
.signform a {
  color: #dd9310;
}
.termsform a {
  color: #dd9310;
}
.has-error + label, .error + label {
    color: #ff0000;
    font-weight: normal;
    position: absolute;
    bottom: 0px;
    left: 15px;
    font-size: 13px;
}
input.has-error + i {
  background-image: url("../images/close.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  display: block !important;
  right: 25px;
  top: 3px;
}
.signform .btn {
  height: 40px;
  line-height: 40px;
  padding: 0;
}
input.has-success + i {
  background-image: url("../images/check.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  display: block !important;
  right: 25px;
  top: 3px;
}
.sign-form .signform textarea.message {
  background-image: url(../images/message-icon.png);
  background-position: top left;
  background-position: 10px 15px;
  background-repeat: no-repeat;
}
.sign-form .signform textarea {
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
  width: 100%;
  max-width: 100%;
  min-height: 140px;
  max-height: 180px;
  font-size: 14px;
  color: #444444;
  height: 40px;
  padding: 12px 30px;
  outline: none;
}
.sign-form .advanced-button {
  margin-bottom: 70px;
}
.terms-form .termsform textarea.message {
  background-image: url(../images/message-icon.png);
  background-position: top left;
  background-position: 10px 15px;
  background-repeat: no-repeat;
}
.terms-form .termsform textarea {
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
  width: 100%;
  max-width: 100%;
  min-height: 140px;
  max-height: 180px;
  font-size: 14px;
  color: #444444;
  height: 40px;
  padding: 12px 30px;
  outline: none;
}
.terms-form .advanced-button {
  margin-bottom: 70px;
}
.sign-info {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .sign-info {
    margin-bottom: 70px;
  }
}
.sign-info h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
}
.sign-info span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #dd9310;
}
.sign-info a {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #dd9310;
}
.sign-info .fax {
  margin-top: 30px;
}
.sign-info .email {
  margin-top: 30px;
}
.sign-info .address {
  margin-top: 30px;
}
.sign-form .signform input[type="checkbox"] {
  float: left;
  margin: 0;
  padding-right: 10px;
  width: 20px;
}
.sign-form .signform input[type="checkbox"] ~ label {
  font-size: 14px;
  font-weight: normal;
  margin: 9px 0 0 10px;
  vertical-align: middle;
}
.terms-form .termsform input[type="checkbox"] {
  float: left;
  margin: 0;
  padding-right: 10px;
  width: 20px;
  transform: scale(1.5);
}
.terms-form .termsform input[type="checkbox"] ~ label {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
input[type="checkbox"] + .error.note.note-error {
  font-size: 13px;
  left: 34px;
  top: 20px;
}
input.error[type="checkbox"] {
  border-color: rgb(255, 0, 0) !important;
}
.sign-bg{
	display: table;
	width: 100%;
	align-content: center;
	text-align: left;
	height: 400px;
	color: #fff;
}
  .sign-bg p {
    color: #fff;
  }
.sign-up {
  background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510688289/tp/utility/icons/sign-up.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.sign-up-h2 {
  font-size: 24px;
  color: #DD9310;
  font-weight: 700;
}
.sign-up-h3 {
  font-size: 18px;
  font-weight: 500;
}
.sign-in{
  background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510688284/tp/utility/icons/sign-in.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.sign-up.sign-bg.locked-acc::after {
  background-color: rgba(229, 163, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}


.sign-up-auction {
}
  .sign-up-auction h2 {
    font-size: 24px;
    font-weight: 500;
  }
  .sign-up-auction h3 {
    font-size: 28px;
    color: #DD9310;
    font-weight: 700;
  }
  .sign-up-auction h4 {
    font-size: 22px;
    font-weight: 700;
  }
  .sign-up-auction h5 {
    font-size: 14px;
    font-weight: 500;
  }
  .sign-up-auction button {
    font-size: 20px;
    font-weight: 700;
    height: 50px!important;
  }

.sign-up-auction-row {
  height: 100px;
  border-bottom: 1px solid #e0dcdc;
}
.sign-up-auction-titletext {
  margin-top: 10px;
  font-size: 20px;
  color: #DD9310;
  font-weight: 700;
}
.sign-up-auction-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.forgot-pass{
	background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510687959/tp/utility/icons/forgot-password.jpg');
}
.text-success{color:#1bb906;font-size: 14px;}
form i.fa.fa-check {
  color: #1abe1a;
}
.done .fa-check {
  font-size: 200px;
  line-height: 150px;
}
form i.fa.fa-close {
  color: #f00;
}
.feedback-icon {
	position: absolute;
	right: 25px;
	top: 15px;
}
#profile_form .feedback-icon {
  position: absolute;
  right: 30px;
  top: 37px;
}
#nameaddr_form .feedback-icon {
  position: absolute;
  right: 30px;
  top: 37px;
}
#emailPhone_form .feedback-icon {
  position: absolute;
  right: 30px;
  top: 37px;
}
#changepass_form .feedback-icon {
  position: absolute;
  right: 30px;
  top: 37px;
}
.v-middle {
  align-self: center;
  display: table-cell;
  padding: 27px;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.v-middle h1{
	font-size: 50px;
	margin: 0 0 10px;
}
.v-middle h2{
	font-size: 40px;
	margin: 0 0 10px;
	font-weight: bold;
}
.center-divider {
  margin: 50px 0;
  position: relative;
}
.center-divider:after {
  position: absolute;
  top: 14px;
  height: 1px;
  background-color: #e0dcdc;
  left: 0;
  right: 0;
  content: "";
  z-index: 0;
}

.center-divider span {
  background-color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: relative;
  width: 40px;
  z-index: 9;
  font-weight: bold;
  text-transform: uppercase;
}
a.btn-default{
	background-color: #e0dcdc;
	color: #333546;
}
.sign-form p{color: #333546;}
.already-mmbr{
	margin-top:7px;
	display: block;
}

/** validation**/
small.help-block {
  bottom: 5px;
  color: #f00;
  position: absolute;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.pre-featured h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  margin-left: 20px;
  margin-top: 25px;
}
.pre-featured .right-content {
  text-align: right;
}
.pre-featured .right-content .input-select {
  margin: 15px 10px;
  display: inline-block;
}
.pre-featured .right-content .input-select select {
  cursor: pointer;
  border: 1px solid #e5f2ff;
  width: 180px;
  height: 36px;
  padding: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  color: #336699;
  text-transform: uppercase;
  outline: none;
}
.pre-featured .right-content .input-select select option {
  font-size: 10px;
  color: #888888;
  margin-bottom: 5px;
}
.pre-featured .right-content .grid-list {
  float: right;
  display: inline-block;
  margin: 0px 0px 15px 0px;
}
.pre-featured .right-content .grid-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pre-featured .right-content .grid-list ul li {
  margin: 0 2px;
  display: inline-block;
}
.pre-featured .right-content .grid-list ul li a {
  color: #333;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: transparent;
}
.pre-featured .right-content {
  border-bottom: 1px solid #ccc;
  text-align: right;
}
.pre-featured .right-content .input-select {
  border-radius: 0;
  margin: 0 20px;
}
.pre-featured .right-content .nice-select {
  border-radius: 0;
  height: 36px;
  line-height: 35px;
  width: 140px;
}
input[type="checkbox"] ~ i {
  display: none;
}
/** login**/

.faild-attempt{
	padding: 5px 15px 10px;
}
.sign-bg .fa.fa-lock {
  font-size: 100px;
}
.w70 {
  display: inline-block;
  vertical-align: bottom;
  width: 70%;
}
.w70 h1 {
  font-size: 44px;
  margin: 0 0 0 20px;
}
.v-middle > span {
  display: inline-block;
  vertical-align: baseline;
}
.sign-bg p {
  color: #fff;
}
.faild-attempt p{font-size: 12px;}
.locked-cont .fa.fa-support {
  font-size: 18px;
  color: #333;
}
.locked-cont > span {
  color: #333;
}
.locked-cont {
  color: #777;
  margin: 20px 0 0;
}
.input-validation-error { 
  border: 1px solid #f00 !important;    
  display: block !important;
  right: 25px;
  top: 3px;
}
.field-validation-error {  
  color: #ff0000;
  font-weight: normal;
  position: absolute;
  top: 40px;
  bottom: 5px;
  left: 20px;
  font-size: 11px; 
}
.field-validation-valid { display: none; }
#profile_form .input-validation-error {
  border: 1px solid #f00 !important;
  display: block !important;
  right: 25px;
  top: 3px;
}
#profile_form .field-validation-error {
  color: #ff0000;
  font-weight: normal;
  position: absolute;
  top: 65px;
  bottom: 5px;
  left: 20px;
  font-size: 11px;
}
.agreeToBuyersTermsValMessage {
  top: 30px!important;
  left: 45px!important;
}
#profile_form .field-validation-valid { display: none; }
#nameaddr_form .input-validation-error {
  border: 1px solid #f00 !important;
  display: block !important;
  right: 25px;
  top: 3px;
}
#nameaddr_form .field-validation-error {
  color: #ff0000;
  font-weight: normal;
  position: absolute;
  top: 65px;
  bottom: 5px;
  left: 20px;
  font-size: 11px;
}
#nameaddr_form .field-validation-valid { display: none; }
#emailPhone_form .input-validation-error {
  border: 1px solid #f00 !important;
  display: block !important;
  right: 25px;
  top: 3px;
}
#emailPhone_form .field-validation-error {
  color: #ff0000;
  font-weight: normal;
  position: absolute;
  top: 67px;
  bottom: 5px;
  left: 20px;
  font-size: 11px;
}
#emailPhone_form .field-validation-valid { display: none; }
#changepass_form .input-validation-error {
  border: 1px solid #f00 !important;
  display: block !important;
  right: 25px;
  top: 3px;
}
#changepass_form .field-validation-error {
  color: #ff0000;
  font-weight: normal;
  position: absolute;
  top: 67px;
  bottom: 5px;
  left: 20px;
  font-size: 11px;
}
#changepass_form .field-validation-valid { display: none; }
.pro-notifications .alert {
  border-bottom-color: none;
  border-left-color: none;
  border-right-color: none;
  border-top-color: none;
  border-color: currentcolor;
  border-image: none;
  border-style: none none none solid;
  border-width: medium medium medium 3px;
}
.abrivations {
  list-style: outside none none;
  margin: 20px 0;
  padding: 0;
}
.abrivations li{
	padding: 5px 0;
	font-size: 14px;
}
.ab-link{
	color:#0784d4;
	padding-right: 5px;
}
.alert-info {
  background-color: #0784d4;
  color: #19475e;
}
.alert-warning {
  background-color: #e9c91a;
  color: #a18c1b;
}
.alert a {
  font-weight: 700;
	/*color: #ffffff !important;*/
}
.alert-warning a,.alert-info a{
	color: currentColor;
}
.alert > span {
   /*color: #fff;*/
  font-weight: bold;
}
.welcome {
  font-size: 16px;
  margin-bottom: 25px;
}
.welcome a {
  color: #0784d4;
}
.nav-side-menu {
    position: relative;
	width:100%;
}
.menu-list.sticky{
	width:100%;
}
input:checked + label {
  color: #dd9310;
  font-weight: bold;
}
.sub-menu.spacialCheckbox-ul.collapse.in {
  max-height: 200px;
}
li[aria-expanded="false"] + .slimScrollDiv {
    height: 0 !important;
	transition: height 0.3s ease;
}

	.tooltiptopicevent:after{
		content: "";
		left: 0;
		bottom: 100%;
		top: auto;
		height: 0;
		width: 0;
		border-style: solid;
		border-width: 10px;
		border-color: transparent transparent rgb(254, 184, 17) rgb(254, 184, 17);
		position: absolute;
	}
.tooltiptopicevent{color: #fff;}
.comapre-it {
	background-color: rgba(41,44,56,0.88);
	padding: 6px 10px;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 9999;
	width: 100%;
}
.comapre-it  input[type="radio"],.comapre-it  input[type="checkbox"] {
    margin: 0px;
    vertical-align: middle;
}
.comapre-it input:checked + label,.comapre-it input + label {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 7px;
    vertical-align: middle;
}
.detail .o-text:hover {
    color: #dd9310;
}
.detail .o-text{font-weight: bold;}
.compare-action{
	background-color: #2a2c39;
	padding:3px;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999; 
}
.btn-orange{
	background-color: #f36126;
	color: #fff;
}
.compare-action .btn-orange{
	margin-left:10px;
}
.modal{z-index: 99999;}
.modal-backdrop.in{z-index: 9999;}
.quick-view-modal .modal-content {
    display:inline-block;
    background: #e9e9e9;
}
.quick-view-modal .bx-wrapper{border: none; background: transparent;}
.quick-view-modal .modal-content img {
	max-width: 100%;
}
.quick-view-modal .modal-content video {
  max-width: 100%;
}
.quick-view-modal .modal-dialog.modal-lg .modal-content {
    max-height: 70vh;
    overflow: auto;
}

.quick-view-modal ul.item-sub-details {
    list-style: none;
    padding: 0;
}
.quick-view-modal ul .detail {
    width: 65%;
	font-weight: bold;
}
.quick-action {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.quick-view-modal button.close {
    opacity: 1;
    top: -15px;
    position: absolute;
    right: -15px;
    z-index: 999;
}
.quick-action a.btn{
	width:195px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	margin: 10px;
}
.btn-info{background-color: #333546;}
.btn-info:hover{background-color: #22263a;}
.btn-warning{background-color: #dd9310;}
.btn-orange:hover{color:#fff;background-color: #e75920}
.quick-view-modal .product-thumb{margin-top:15px;}
.quick-view-modal .bx-wrapper .bx-controls-direction a {
    margin-top: -12px;
    width: 24px;
    height: 24px;
}
.quick-view-modal  .product-thumb .bx-wrapper .bx-prev {
    left: -11px;
	background-position: center center;
}
.quick-view-modal  .product-thumb .bx-wrapper .bx-next {
    right: -11px;
	background-position: center center;
}
.quick-view-modal .item-title {
    margin-top: 15px;
    font-size: 20px;
}
button.close:focus, button.close:hover, button.close:active {
    outline: none;
    border: none;
}
.menu-list.sticky .slimScrollDiv {
    height: auto !important;
    max-height: 275px;
}
.sub-menu.spacialCheckbox-ul.collapse.in {
    max-height: 275px;
    height: auto !important;
}
.comapre-it{
z-index: 99998:
}
.listing-grid .featured-item.list-view .down-content span {
	background: transparent;
	padding: 0;
	font-size: 14px;
	color: #7b7b7b;
	font-weight: normal;
	line-height: normal;
	float: none;
	margin: 0;
	display: inline-block;
}
.listing-grid .featured-item.list-view .down-content .car-info {
	padding: 0;
	background: none;
	border: none;
	float: none;
	display: inline-block;
	margin: 0;
	color: #dd9310;
}
.listing-grid .featured-item.list-view .down-content p {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 16px;
	float: left;
	color: #333546;
}
@media(max-width:767px){
	.sign-form .signform input[type="checkbox"] ~ label {
		font-size: 11px;
		width: 89%;
		margin-top: 10px;
	}
	.already-mmbr {
		margin: 7px 0;
		text-align: center;
	}
	.center-divider {
		margin: 20px 0;
	}
	.tp-caption.third-line {
		font-size: 12px !important;
		line-height: 16px !important;
		margin-top: 30px !important;
		padding: 0 20px !important;
		text-align: center;
		white-space: normal;
		width: 100%;
	}
	.tp-caption.third-line br{
		display: none !important;
	}
	.tp-caption.second-line {
		font-size: 20px !important;
		text-align: center !important;
		padding: 15px 0 !important;
		margin: 0 !important;	
	}
	#cta-1 h4.text-uppercase {
		text-align: center;
	}
	.featured-listing #featured-cars .owl-item {
		text-align: center;
	}
	.featured-listing #featured-cars .featured-cars-items{
		margin: auto;
		text-align: left;
	}
	#featured-cars .thumb-item .down-content p {
		width: 75%;
	}
	section.featured-listing,section.popular-category {
		padding: 40px 0;
	}
	section.why-us{
		padding: 0;
	}
	.calendar-div{
		margin-top:20px;
	}
	.listing-section div.col-sm-4 {
		margin-bottom: 20px;
	}
	.why-us .right-img img {
		margin-top: 5px;
	}
	.reviews-count .dark-bg h2 {
		font-size: 22px;
	}
	.reviews-count .dark-bg span {
		font-size: 11px;
	}
	.listing-grid .listing-footer .pagination {
		width: 100%;
	}
	.overlay .col-sm-6 {
		float: left;
		width: 50%;
	}
	.filter .dropdown-menu::after {
 	 	right: 13px;
	}
	.filter .dropdown-menu {
		right: -10px;
	}
	.pro-image-84x84.pull-left {
		height: 74px;
		margin-right: 10px;
		width: 64px;
	}
	.all-auction-section .col-lg-8 > div:first-child {
 		 float: left;
	}
	.heighest-bid.changed {
		font-size: 12px;
	}
	.max-bid .btn.btn-danger.main-btn {
		font-size: 14px;
		width: auto;
	}
	.bid-description.pull-left {
		border-right: 1px solid #d5d5d5;
		box-shadow: 1px 0 0 #dddddd;
		width: 47%;
	}
	.filter-table-heading  h4.pull-left {
		font-size: 16px;
		text-align: center;
		width: 100%;
	}
	.filter-table-heading.dark-blue {
	  padding-bottom: 10px;
	}
	.filter-table {
		padding-top: 20px;
	}
	.part-name {
		float: left;
		width: 100%;
	}
	.listing-page.listing-grid {
 	 	padding-top: 0px;
	}
	.pre-featured .right-content{border-bottom: medium none;}
	.pre-featured .right-content {
		float: left;
		width: 100%;
	}
	.pre-featured .right-content .input-select {
		float: left;
		margin: 0;
	}
	input[type="checkbox"] + .error.note.note-error {
		top: 12px;
	}
	.active-content {
		margin: 40px 0;
	}
	.sign-bg {
		height: 300px;
		margin-bottom: 30px;
	}
	.v-middle h1 {
		font-size: 36px;
	}
	.locked-cont {
		font-size: 14px;
	}
	.slider {
		margin-top: 23px;
	}
	.tp-caption.first-line {
		top: 10px !important;
		font-size: 17px !important;
	}
	.featured-listing #featured-cars .owl-controls,.popular-category #featured-cars .owl-controls{display: none !important;}
	section {
		padding: 30px 0;
	}
	.heading-section .line-dec {
   		 margin-bottom: 40px;
	}
	#page-heading{
		margin-top: 65px;
	}
	.action-btn-grp a.btn.btn-block.btn-default {
		margin-bottom: 20px;
	}
	.menu-list.sticky .slimScrollDiv{
		max-height: 130px;
		height: auto !important;
	}
	.nav-side-menu ul#menu-content > li > a .arrows i.fa-angle-down {
		display: none !important;
	}
	.nav-side-menu ul#menu-content > li > a .arrows i.fa-angle-up {
		display: inline-block !important;
	}
	.nav-side-menu ul#menu-content > li.collapsed > a .arrows i.fa-angle-down {
		display: inline-block !important;
	}
	.nav-side-menu ul#menu-content > li.collapsed > a .arrows i.fa-angle-up {
		display: none !important;
	}
	.compare-action .container.text-right{
		text-align: center;
	}
	.compare-action .btn-orange{
		margin-top:5px;
	}
	.listing-grid .featured-item .down-content {
		float: left;
		border: 1px solid #eeeeee;
	}

}
@media(min-width:768px) and (max-width:991px){
	.overlay {
		top: 100px;
	}
}

@media(min-width:768px){
	.list-view .l-thumbnail {
		max-width: 206px;
		float: left;
		width: 34%;
	}
	.list-view .down-content {
		width: 76%;
		float: left;
	}
	.list-view span.km.pull-right {
		padding: 0;
		background: transparent;
		margin: 0;
		line-height: normal;
	}
	  .listing-page .featured-item.list-view .down-content h2{
		width: auto;
	}

	.listing-grid .featured-item.list-view .down-content .car-info em{color: #333546;}
	.location {    width: auto;    float: right;}

	.listing-grid .featured-item.list-view {
		padding: 10px 0;
		border: 1px solid #e4e1e1;
	}
	.listing-grid .featured-item.list-view .down-content {
		background-color: #ffffff;
		padding: 0 15px;
		border-right: none;
	}

	.listing-grid .featured-item.list-view .spec {
		margin-top: 5px;
	}
	.featured-item.list-view:hover  .l-thumbnail .overlay {
		padding-top: 13px;
	}
	.featured-item.list-view .overlay .compare-btn, .featured-item.list-view .overlay .overlay a {
		padding: 10px 0;
		margin-top: 10px;
	}
	.listing-grid .featured-item.list-view span.price.pull-left {
		color: #dd9310;
		font-weight: bold;
		font-size: 18px;
	}
}
@media(min-width:768px) and (max-width:1023px){
	.top-search form.form-inline {
		width: 68%;
	}
	.top-search .nice-select {
		/*width: 22%;*/
	}
	input.search-input.form-control {
	    width: 67%;
	}
	.done .fa-check {
    	font-size: 160px;
	}
	.v-middle h1 {
		font-size: 34px;
	}
	.detail-title {
		vertical-align: top;
		font-size: 12px;
	}
	.listing-page .clearfix:nth-child(4n) {
		display: block !important;
	}
	.list-view .l-thumbnail {
		max-width: 206px;
		float: left;
		width: 34%;
	}
	.list-view .down-content {
		width: 66%;
		float: left;
	}
}
@media (min-width: 1024px) and (max-width:1200px){
.list-view .down-content {
    width: 71%;
    float: left;
}
nav.main-navigation ul li {
	padding: 5px 5px 4px;
}
}
.listing-page .clearfix{
	display: none;
}
.listing-page div.clearfix:not(.featured-item):nth-child(8n) {
    display: block !important;
}
#sub-header li{position: relative;}
#sub-header ul.sub-menu {
    position: absolute;
    min-width: 180px;
    background-color: #fafafa;
    display: inline-block;
    padding: 5px 0 10px;
    z-index: 999990;
	top:90%;
	display: none;
	left: 0;
	border-bottom: 2px solid #e4a300;
}
#sub-header ul.sub-menu li a{color: #333546}
#sub-header ul.sub-menu li a:hover{color: #e4a300}
#sub-header li:hover > ul.sub-menu{display: block;}
#sub-header .right-info ul.sub-menu li {
    width: 100%;
    border: none;
    padding: 8px 15px;
    line-height: 1;
}
.has-submenu i {
    font-size: 12px;
}
.combo .has-submenu i {
    font-size: 10px;
    display: inline-block;
    vertical-align: text-top;
    margin: 0;
    padding-top: 5px;
}

/** homepage popup**/
.quick-view-modal.home-popup-form .modal-dialog.modal-lg .modal-content {
    background-color: #ffffff;
    max-height: 545px;
    border: none;
}
.quick-view-modal.home-popup-form .modal-dialog.modal-lg {
    margin-top: 5%;
}
.home-popup-form .sign-form .signform input {
    margin-bottom: 5px;
	border: 1px solid #e0dcdc;
	background-color: transparent;
	padding-left: 35px;
}
.home-popup-form .popup-form{padding: 0 30px;}
.quick-view-modal.home-popup-form .modal-dialog.modal-lg .modal-content .popup-form-bg{
	background-image: url(../images/home-cta-signup.png);
	background-position: right top;
	color: #fff;
	background-size: cover;
	min-height: 545px;
}
.col-sm-6.hidden-xs.popup-form-bg:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	height: 300px;
	position: absolute;
	top:0;
	width:100%;
	left:0;
	z-index: 0;
}
.quick-view-modal.home-popup-form .o-text:hover{color:#dd9310}
.quick-view-modal.home-popup-form .modal-dialog.modal-lg .modal-content .popup-form-bg p{color:#fff;}
.quick-view-modal.home-popup-form .popup-form-caption p{color: #333546;}
.popup-form-bg-heading{position: relative;z-index: 1;}

.popup-form-bg-heading span:after {
    content: url(../images/in-divider.png);
    vertical-align: middle;
    height: 34px;
    display: inline-block;
}
.popup-form-bg-heading span:last-child:after{content: none;}
.popup-form-bg-heading h4 {
    margin-bottom: 20px;
}
.quick-view-modal.home-popup-form .sign-form .signform input[type="checkbox"] ~ label {
    width: 85%;
}

/** editprofile**/
.sub-menu a.active {
    color: #dd9310;
}
.sign-form .nav{
	margin-bottom: 27px;
}
.sign-form .nav li:first-child a {
    border: none;
    padding-left: 0;
    padding-right: 0px;
	border-bottom: 2px solid #fff;
}
.sign-form .nav li a {
	padding-left: 0;
    padding-right: 0px;
    border: none;
	border-bottom: 2px solid #fff;
}
.sign-form .nav li:first-child{
	padding: 0;
}
.sign-form .nav li{
	padding-left: 30px;
	margin-bottom: 0;
}
.sign-form .nav li.active a{
	border-bottom: 2px solid #dd9310;	
	padding-left: 0px !important;
    padding-right: 0px; 
	font-weight: bold;
}
.sign-form.tab-content .signform input{
	background-image: none;
	padding-left:18px
}
.sign-form.tab-content .nice-select {
    height: 40px;
    border-radius: 0;
    width: 100%;
    line-height: 38px;
	margin-bottom: 24px;
}
.sign-form.tab-content .signform textarea{
	height: 103px;
	min-height: 103px;
    max-height: 103px;
	resize: none;
	padding-left: 18px;
}
.sign-form .nav-tabs > li > a, .sign-form .nav-tabs > li > a:hover, .sign-form.nav-tabs > li > a:focus,.nav-tabs > li.active > a:focus{
	border-top: none;
	border-left: none;
	background: transparent;
	border-right: none;
}
.bottom-info-text {
    color: #989898;
    margin: 15px 0;
	font-size: 13px;
}
.btn-default.btn-off.active,.btn-default.btn-on.active{background-color: #333546;color: #ffffff;box-shadow: none;}

.switch-btns label.btn.btn-default {
    width: 70px;
    margin-bottom: 25px;
}

.preferences-btns {
	background-color: red;
	color: white;
}

.preferences-btns:hover {
	background-color: #FF7F7F;
	color: white;
}
.preferences-btns:hover {
	background-color: #FF7F7F;
	color: white;
}

.sign-form.tab-content li.active > a:focus {
	border: none;
}
.reg-div {
    margin-bottom: 40px;
}
.reg-div.inactive {
    display: none;
}
.reg-div-cont input:last-child {
    margin-bottom: 20px;
}
.panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "ï„†";    
    float: right;        
    color: grey;  
	margin-top: 5px;
       
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "ï„‡";    
}
.compare-page .featured-item {
    width: 227px;
	position: relative;
}
.compare-page img{max-width: 100%;}
.compare-page .featured-item h2 {
    font-size: 14px;
    font-weight: bold;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden; 
	margin: 15px 0 8px;
	padding-bottom: 12px;
	position: relative;
}
.compare-page .featured-item h2:after {
    content: "";
    bottom: 2px;
    height: 2px;
    background-color: #e5e2e2;
    width: 50px;
    position: absolute;
    left: 0;
    z-index: 9999999;
}
.compare-page .down-content {
    width: 100%;
    float: left;
    padding: 0 10px;
    border: 1px solid #e4e1e1;
}
.compare-page .featured-item a.close-btn {
    position: absolute;
    right: -16px;
    top: -15px;
    z-index: 9;
}
.compare-header h3 {
    font-size: 20px;
    margin-bottom: 30px;
}
.compare-page .featured-item {
    max-width: 227px;
    position: relative;
    float: left;
    margin-left: 20px;
    margin-bottom: 0px;
    width: 23%;
}
.compare-page .selected-items {
    float: right;
}
.compare-page .panel-body {
    padding: 0;
}
.compare-results td:nth-child(even) {
    background-color: #f7f5f5;
}
.compare-results td {
    padding: 10px 15px;
	text-align: left;
}
td.td-left {
    padding: 10px 15px;
    vertical-align: top;
}
.compare-results td:not(:first-child) {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  vertical-align:top;
}
.compare-results td:first-child ,.compare-results td:first-child p{
    font-size: 14px;
    font-weight: bold;
    color: #333546;
}
.compare-page h5.left-border.text-uppercase {
    margin: 0;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #333546;
}
.compare-page .panel-group .panel {
    margin-top: 0px;
    border: none;
}
.compare-page .panel-heading {
    padding: 5px 10px;
    background-color: #e0dcdc;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-left: none;
    border-top: none;
}
.compare-results.row {
    display: block;
    padding-top: 25px;
}
.compare-results{

}
section.compare-page {
	overflow-x: auto;
}
section.compare-page .container {
    min-width: 1170px;
}
.compare-page span.price.pull-left {
    color: #dd9310;
    font-size: 16px;
    font-weight: bold;
}
.compare-page .panel-collapse {
    border: 1px solid #eee;
    border-top: none;
}
@media(max-width:990px){
	.compare-page .featured-item {
		max-width: 181px;
		width: 21%;
	}
	section.compare-page .container {
		min-width: 900px;
	}
	.compare-page .selected-items {
		width: 87%;
	}
}
@media(min-width:990px) and (max-width:1024px){
	section.compare-page .container {
		min-width: 1020px;
	}
	.compare-page .featured-item {
		max-width: 182px;
		width: 22%;
	}
	.compare-page .selected-items {
		width: 86%;
	}
}

/* ====================================  Dev2 Work dated- 30/Aug/2017 ========================================= */

.listing-grid .featured-item .down-content p {
  color: #333546;
  font-size: 13px;
 }
.listing-grid .featured-item .down-content-terraverse p {
  color: #333546;
  font-size: 13px;
}
.listing-grid .featured-item .down-content .car-info {
  color: #333546;
  font-size: 13px;
}
.listing-grid .featured-item .down-content-terraverse .car-info {
  color: #333546;
  font-size: 13px;
}
.listing-page .featured-item .down-content h2 {
  min-height: 51px;
}

.listing-page .featured-item.list-view .down-content h2 {
    min-height:1px;
}

.compare-btn input[type="radio"], input[type="checkbox"] {
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
}

.list-view .overlay .compare-btn, .list-view .l-thumbnail .overlay a {
	padding: 10px 12px;
	text-align: left;
}



.featured-item.list-view:hover  .l-thumbnail .overlay {
	padding-top: 13px;
}
.list-view.featured-item.list-view .overlay .compare-btn, .list-view.featured-item.list-view .overlay .overlay a {
	padding: 10px 12px;
	text-align: left;
}

.listing-grid .featured-item.list-view .down-content p {
	line-height: 20px;
}
.listing-grid .featured-item.list-view .down-content span {
	text-transform: none;
}

.modal-backdrop.in {
    opacity: 0.8;
}

/* ====================================  Dev2 Work dated- 30/Aug/2017 - ENDS ========================================= */



@media(min-width:768px) and (max-width:1023px){
	.sign-form .nav li a {
		font-size: 11px;
	}
	.sign-form .nav li {
		padding-left: 8px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
.tab_drawer_heading { display: none !important; }
	}

@media screen and (max-width: 767px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #333546;
		color: #fff;
		border-top: 1px solid #393e69;
		margin: 0;
		padding: 10px 20px 10px 50px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		position: relative;
	}
	.tab_drawer_heading.active {
		background-color: #dd9310;
		color: #fff;
		
	}
	
	.d_active {
		background-color: #666;
		color: #fff;
	}
	.sign-form .nav {
		margin-bottom: 27px;
		display: none;
	}
	.sign-form.tab-content {
		height: 0px;
		-webkit-transition: height 0.4s ease 0s;
		-moz-transition: height 0.4s ease 0s;
		transition: height 0.4s ease 0s;
	}
	.sign-form.tab-content{		
		height: auto;
		-webkit-transition: height 0.4s ease 0s;
		-moz-transition: height 0.4s ease 0s;
		transition: height 0.4s ease 0s;}
	.sign-form.tab-content .tab-pane {
		margin: 20px 0;
	}
	.text-center-xs{text-align: center;}

/* ====================================  Dev2 Work dated- 30/Aug/2017 ========================================= */

	.menu-list.sticky .slimScrollDiv {
		max-height: none;
	}

	.listing-grid .featured-item .down-content {
		float: none;
	}

	.listing-grid .pagination .page-numbers ul li {
		margin: 0 1px 5px 0;
	}

/* ====================================  Dev2 Work dated- 30/Aug/2017 - Ends ========================================= */
	a.btn.btn-warning.text-uppercase.pull-right {
		float: left !important;
	}
	form.detail-bid {
		padding: 0 15px;
	}
	span.step-nbr {
		position: absolute;
		font-size: 30px;
		font-weight: bolder;
		width: 37px;
		height: 100%;
		top: 0;
		background-color: #333;
		text-align: center;
		left: 0px;
	}
	.active span.step-nbr {
		left: -7px;
		border-top: 1px solid #333;
		color: #dd9310;
		top: -2px;
		bottom: -1px;
		height: auto;
	}
	a.btn.btn-block.btn-warning.hidden-sm {
		color: #fff;
	}
	.form-cntrl-btns .btn {
		width: 40%;
		float: left;
		margin: 0 5%;
	}
}
i.fa.fa-star-half {
    color: #333546;
}
.nice-select.open .list{max-height: 200px;overflow-y: scroll;}
.signform select {
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
	padding: 0 13px;
	margin-bottom: 25px;
}
.bx-viewport{min-height: 70px;}
.sidebar-menu-container .modal::after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}


.combo span.k-widget.k-autocomplete.k-header.search-input.form-control.k-state-default {
    width: 78%;
    vertical-align: middle;
    margin: 0;
    height: 39px;
    padding: 0;
    border: none;
}
input#txtSearch.search-input.k-input {
    width: 100%;
    border-radius: 0;
    height: 33px;
    box-shadow: none;
}
.bx-wrapper img{margin:auto;}
.modal-backdrop.in{z-index: 999;}
.spritezoom-view {
    background-size: contain;
}
li.spritezoom-instance {
    cursor: zoom-in;
}

.product-thumb .bx-wrapper:first-child .bx-next {
    right: 0;
    height: 60px;
    background-position: center;
    background-color: #dd9310;
    width: 22px;
}
.product-thumb .bx-wrapper:first-child .bx-prev {
    left: 0;
    height: 60px;
    background-position: center;
    background-color: #dd9310;
    width: 22px;
}
#featured-cars.upcomingAuction .thumb-item .down-content {
    padding: 0;
	display:block;
	position:relative;
	text-align:center;
}
#featured-cars.upcomingAuction .thumb-item .down-content img{border:none;float:none;}
#featured-cars.upcomingAuction .thumb-item .down-content a.btn.btn-primary{
	display:none;
}
#featured-cars.upcomingAuction .thumb-item .down-content:hover::before{top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.7);content:"";z-index:1;position:absolute;}

#featured-cars.upcomingAuction .thumb-item .down-content:hover a.btn.btn-primary {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: auto;
    margin-top: -10px;
    padding: 6px 25px;
    margin-left: -56px;
    z-index: 2;
}
#single-product .panel-title img.img-responsive {
    display: inline-block;
    margin-right: 10px;
}
.panel-title a i.fa-plus {
	display: none;
}
.panel-title a.collapsed i.fa-plus {
	display: inline-block;
}
.panel-title a.collapsed i.fa-minus {
	display: none;
}
.panel-title .fa-minus, .fa-plus {
	float: right;
}
.two-blocks{
    padding:0 ;
}
.two-blocks ul.externalslidercontrol-ul{
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
	width:100%;
	margin-bottom: 0;
}
.two-blocks li {
    /* display: flex; */
    width: 50%;
}
.two-blocks span.part-name {
    width: 100%;
    font-weight: 600;
    color: #333;
}
.product-details #single-product .panel-body {
  border: 2px solid #e5a300;
}
.product-details .two-blocks ul li {
  padding: 10px;
  border: 1px solid #ccc;
}
.product-details .two-blocks ul li:nth-child(2),.product-details .two-blocks ul li:nth-child(3),.product-details .two-blocks ul li:nth-child(6){background-color: #fafafa}
.two-blocks li span {
  color: #7b7b7b;
}
#single-product .inspection {
  border: 1px solid #f7f5f5;
}
#single-product .panel-heading i.fa {
  margin-top: 12px;
}
section.upcoming-auctions-sec .item-sub-details {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.upcoming-auction-social {
  padding: 5px 0;
  list-style: none;
  width: 100%;
  /*border-top: 1px solid #ccc;*/
  text-align: center;
  /*border-bottom: 1px solid #ccc;*/
	display: block;
	/*margin-top: 10px;*/
}
.upcoming-auction-social li {
  display: inline-block;
  float: none;
  width: 30px;
  vertical-align: middle;
  height: 40px;
}
.upcoming-auction-social li a{
	font-size: 24px;
	color :#666666;
}
.upcoming-auction-social li a:hover{
	color:#dd9310;
}
.view-lot-list{
	background:url(../images/upcoming-auction-btm-banner.jpg) center center no-repeat;
	padding:25px;
	width: 100%;
	text-align: center;
	margin-top:20px;
}
.view-lot-list span a{
	font-size:20px;
	color:#fff;
	border:2px solid #fff;
	padding: 6px 10px;
	display: inline-block;
}
.upcoming-banner-product-thumb #bx-pager{
	display: table;
}
.upcoming-banner-product-thumb #bx-pager a {
    width: auto;
    display: table-cell;
    padding: 1px;
}
.upcoming-banner-product-thumb #bx-pager a img {
    width:100%;
}
.want-financing {
    width: 100%;
    float: left;
    text-align: center;
}
.want-financing span {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
	padding: 0 10px 25px 10px;
	margin-top:30px;
}
.want-financing span h3 {
	font-size:20px;
	font-weight:600; 
}
.want-financing span .btn{min-width:75%;}
.item-sub-details.tags li {
    width: auto;
    display: inline-block;
}
.item-sub-details.tags li a{
	font-weight: 600;
	font-size: 18px;
}
strong.h4 {
	font-weight: bold;
	font-size: 24px;
}
.important-details span.detail-title {
    font-weight: bold;
    color: #333;
}
.col-md-6 .important-details {
    margin-bottom: 5px;
}
section.listing-grid.selling-myequ .heading {
    width: 100%;
    float: left;
    padding: 20px 0 10px;
}
.row.pre-info {
    padding: 10px 0 30px;
}	
section.listing-grid.selling-myequ span.g-title,section.listing-grid.selling-myequ label {
	color: #989898;
	font-size: 14px;
	font-weight: normal;
}
a.input-anchor {
    position: absolute;
    top: 35px;
    right: 22px;
}
section.listing-grid.selling-myequ .disabled{
	background-color: #f7f5f5;
}
section.listing-grid.selling-myequ .signform textarea {
    height: 103px;
    min-height: 125px;
    max-height: 103px;
    resize: none;
    padding-left: 18px;
}
@media(max-width:1200px){
	.switch-btns label.btn.btn-default {
		width: 50px;
		margin-bottom: 25px;
	}
}
.uploded {
    background-color: #f7f5f5;    
    padding: 15px 5px 20px;
    margin: 0px 15px;
    display: inline-block;
    width: 100%
}
a.img-uploaded.col-sm-2 {
	padding: 0 10px;
	/* margin	:5px 0; */
}

a.clicktoupload.col-sm-2 .v-middle{
background-color: #dad9d9;
margin:5px 0;
}
a.clicktoupload.col-sm-2 div {
    width: 100%;
    display: inline-block;
    text-align: center;
}
a.clicktoupload.col-sm-2 div i.fa{
	text-align: center;
	float:none;
}
section.image-upload-section {
    padding-top: 0px;
}


#editInspection .modal-dialog.modal-lg .modal-content {
    background-color: #ffffff;
    max-height: 800px !important;
    border: none;
}

#editInspection .modal-dialog.modal-lg .modal-content {
    max-height: 70vh;
    max-width: 150vh;
    overflow: auto;
}

#editInspection .or {
    margin: 0 auto 20px;
    float: none;
    height: 40px;
    width: 40px;
    clear: both;
    background-color: #ccc;
    text-align: center;
    padding: 10px 0;
    border-radius: 100%;
}

#editInspection .btn-primary {
    margin-bottom: 12px;
}

#editInspection .col-sm-6.hidden-xs.popup-form-bg:after {
    content: none;
}

#editInspection .col-sm-6.hidden-xs.popup-form-bg {
    background: url(../images/upload-bg.jpg) center center no-repeat;
    min-height: 400px;
}

#editInspection .sign-form .signform input.file-upload-input {
    width: 60%;
}

#editInspection .close {
    right: -16px;
    opacity: 1;
    position: absolute;
    z-index: 99;
    top: -10px;
}

#upload .modal-dialog.modal-lg .modal-content {
    background-color: #ffffff;
    max-height: 545px;
    border: none;
}
#upload .modal-dialog.modal-lg .modal-content {
    max-height: 70vh;
    overflow: auto;
}

#upload .or {   margin: 0 auto 20px;    float: none;    height: 40px;    width: 40px;    clear: both;    background-color: #ccc;    text-align: center;    padding: 10px 0;   border-radius: 100%;}
#upload .col-sm-6.hidden-xs.popup-form-bg:after{content:none;}
#upload .col-sm-6.hidden-xs.popup-form-bg{background:url(../images/upload-bg.jpg) center center no-repeat;min-height: 400px;}
#upload .sign-form .signform input.file-upload-input{ width:60%; }

#uploadVideo .modal-dialog.modal-lg .modal-content {
    background-color: #ffffff;
    max-height: 545px;
    border: none;
}

#uploadVideo .modal-dialog.modal-lg .modal-content {
    max-height: 70vh;
    overflow: auto;
}

#uploadVideo .or {
    margin: 0 auto 20px;
    float: none;
    height: 40px;
    width: 40px;
    clear: both;
    background-color: #ccc;
    text-align: center;
    padding: 10px 0;
    border-radius: 100%;
}

#uploadVideo .col-sm-6.hidden-xs.popup-form-bg:after {
    content: none;
}

#uploadVideo .col-sm-6.hidden-xs.popup-form-bg {
    background: url(../images/upload-bg.jpg) center center no-repeat;
    min-height: 400px;
}

#uploadVideo .sign-form .signform input.file-upload-input {
    width: 60%;
}
.custom-file-upload-hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
  }
  #upload .close {
    right: -16px;
    opacity: 1;
    position: absolute;
    z-index: 99;
    top: -10px;
}
#uploadVideo .close {
    right: -16px;
    opacity: 1;
    position: absolute;
    z-index: 99;
    top: -10px;
}
.selling-myequ button.btn.btn-block.btn-primary {
    float: right;
    width: calc(100% - 20px);
}
  #upload .btn.btn-block.btn-primary{margin-bottom:20px;}
  .custom-file-upload {
	display: block;
	width: 100%;
	font-size: 16px;
	margin-top: 30px;
  }
  .custom-file-upload label {
	display: block;
	margin-bottom: 5px;
  }
  
  .file-upload-wrapper {
	position: relative;
	margin-bottom: 5px;
  }
  
  .file-upload-input {
	width: 300px;
	color: #fff;
	font-size: 16px;
	padding: 11px 17px;
	border: 1px solid #ccc;
	background-color: #fff;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	float: left;
	width:60%;
	/* IE 9 Fix */
  }
  .file-upload-input:hover, .file-upload-input:focus {
	background-color: #fff;
	outline: none;
  }
  
  .file-upload-button {
	cursor: pointer;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 20px;
	border: 1px solid #ccc;
	margin-left: -1px;
	background-color: #dd9310;
	float: left;
	/* IE 9 Fix */
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	width:40%;
  }
  .file-upload-button:hover {
	background-color: #dd9310;
  }
  
.img-uploaded{position:relative;padding-bottom:30px;}
.img-uploaded.primary-photo:after {
    content: "";
    position: absolute;
	top: -4px;
    left: 11px;
	background: url(../images/primary-photo-tag.png) top left no-repeat;
	width:100%;
	height:70px;
	z-index: 9;
}

.uploded .img-uploaded:hover img {
	box-shadow: 2px 2px 10px 3px #888888;
}

.uploded .img-uploaded:hover .pic-remove-btn .fa.fa-close, .uploded .img-uploaded:hover .make-primary{
	display: block;
}

.uploded .img-uploaded .make-primary {
    display: none;
    margin-top: 10px;
    color: #e5a300;
    /* font-weight: bold; */
    position: absolute;
    font-weight: normal;
    width: 90%;
    text-align: center;
    bottom: 0px;
}

.uploded .img-uploaded .pic-remove-btn .fa.fa-close {
	display: none;
	position: absolute;
  right: 15px;
  top: 0;
  z-index: 99999;
  background: #e5a300;
  padding: 8px;
  color: #fff;
	font-size: 16px;
}


 input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
}
#largeimg button.close {
    position: absolute;
    right: -15px;
    opacity: 1;
    top: -15px;
}

  @media(max-width:460px){
	span.img-uploaded,a.img-uploaded {
		padding: 0 10px;
		margin: 5px 0;
		width: 49%;
		float:left;
		display: inline-block;
	}
  }
  
  @media(max-width:767px){
	span.img-uploaded ,a.img-uploaded{
		padding: 0 10px;
		margin: 5px 0;
		float:left;
		display: inline-block;
	}
  }
.selling-myequ .field-validation-error {
  top: 70px
}
nav a.close-menu {
  position: absolute;
  font-size: 24px;
  right: 10px;
  height: 40px;
  width: 40px;
  z-index: 99;
  padding: 7px;
  top: 8px;
}
.orange-text { color:#e5a300; }
.verified-info img { width:60px; }
.verified-info .orange-text { padding: 10px; float: left;}
.verified-info{ padding: 0px 0px 5px; float: left; width: 100%;}
.col-md-6 .important-details hr { margin-bottom: 0; }
.verified .l-thumbnail { position:relative; }
.verified .l-thumbnail:before {
  position: absolute;
  content: "";
  width: 50px;
  bottom: -30px;
  right: -22px;
  background: url('https://res.cloudinary.com/terrapointllc/image/upload/v1610044017/tp/utility/VeriPoint_Logo_Auction.png') no-repeat center center;
  height: 50px;
  background-size: cover;
  z-index: 99;
}
.verified-wide .l-thumbnail:before {
  position: absolute;
  content: "";
  width: 50px;
  bottom: -6px;
  right: -50px;
  background: url('https://res.cloudinary.com/terrapointllc/image/upload/v1610044017/tp/utility/VeriPoint_Logo_Auction.png') no-repeat center center;
  height: 50px;
  background-size: cover;
  z-index: 99;
}

.bid-block {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 10px 0px;
}
.name-nbr {
  background-color: #efefef;
  padding: 5px 6px 3px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
.bid-block .pro-nbr {
  color: #5b8055;
  font-weight: 700;
  line-height: 14px;
  font-size: 16px;
  padding-top: 4px;
}

.bid-block .pro-image-84x84 .fa-eye{
	background: rgba(221,147,16, 0.8);
  padding: 10px;
  border-radius: 5px;
  color: #fff;
	position: absolute;
  top: 7px;
  left: 8px;
	display:none;
}
.bid-block .widget-expand-down{
	background:#F00;
	display:block;
}
.name-nbr span.pro-name.pull-left {
  margin: 0;
  /*line-height: 14px;*/
}
.name-nbr .pro-name a:hover{
	color: #E5A300;
}
.all-liveauction-section .p-a-5 {
  display: inline-block;
  background: #fbfbfb;
  margin-top: -4px;
}
.all-liveauction-section .pro-image-84x84.pull-left {
  width: 30%;
  height: 106px;
  margin-right: 5px;
  position: relative;
}
.all-liveauction-section p.heighest-bid {
  border: 2px solid #384552;
  float: left;
  color: #384552;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  height: 51px;
  line-height: 18px;
  padding-top: 6px;
  width: 100%;
}
.all-liveauction-section p.heighest-bid strong{
	width: 100%;
}
.all-liveauction-section p.heighest-bid strong {
  width: 100%;
  display: inline-block;
}
.all-auction-section.all-liveauction-section .btn.btn-danger {
  background-color: #384552;
  border-color: #384552;
  padding: 3px 8px;
  font-size: 16px;
}
.all-auction-section.all-liveauction-section .btn.btn-danger.dropdown-toggle {
  background-color: #2e3842;
	border-color: #2e3842;
	border-radius: 0px 3px 3px 0px;
	padding: 2px 5px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.all-auction-section.all-liveauction-section .max-bid .btn-group{position: relative;width: 100%;}
.all-auction-section.all-liveauction-section .max-bid .btn-group > button.main-btn{
	width: 100%;
	border-radius: 3px;
	padding: 2px;
}
.all-auction-section.all-liveauction-section .bid-description.pull-left{
	width: 90%;
}
.all-auction-section.all-liveauction-section .bid-description.pull-left {
  width: calc(100% - 55px);
  border: none;
  box-shadow: none;
}
.all-auction-section.all-liveauction-section span.max-bid {
  width: 53%;
  display: inline-block;
  margin-left: 4px;
  /*float: right;*/
}
.ttl-bids {
  /*border: 2px solid;*/
  text-align: center;
  font-size: 16px;
  font-weight: 700;
	border-radius: 3px;
}

.cc-limit {
  font-size: 16px;
  font-weight: 700;
}

.all-auction-section.all-liveauction-section .pro-desc-detail {
  left: -16px;
  width: calc(100% + 2px);
  max-height: 50px;
  margin: 0 15px;
  height: 41px;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 0 0px 5px 5px;
  margin-top: -3px;
}
.time-running {
    display: inline-block;
    width: 50px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: text-bottom;
    padding-bottom: 3px;
    /*line-height: 12px;*/
}
span.hrs-mns {
    font-size: 10px;
}
span.gone-text {
  background: #ED1C24;
  padding: 1px 5px 14px 4px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
	border-radius: 3px;
	color: #fff;
}
span.bidder-indicator-text {
  background-color: transparent;
  padding-left: 10px;
  padding-bottom: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  vertical-align: text-bottom;
}
.all-auction-section.all-liveauction-section .bid-block{margin-bottom: 30px;}
.all-auction-section.all-liveauction-section .bid-block.widget-expand-down .pro-desc-detail{height:auto;max-height: none;z-index: 999;}
.all-auction-section.all-liveauction-section .bid-block .pro-desc-detail .only-hover{height: 0; overflow: hidden;}
.all-auction-section.all-liveauction-section .bid-block.widget-expand-down .pro-desc-detail .only-hover{height: auto; font-weight: 700;}
.all-auction-section.all-liveauction-section ul.externalslidercontrol-ul {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
	  margin-bottom: 0;
	  padding-left: 10px 0;
    list-style: none;
    padding: 0px 0;
    width: 100%;
	  list-style: none;
	  background: #fff;
}
.all-auction-section.all-liveauction-section ul.externalslidercontrol-ul li {
    padding: 10px;
	  border: 1px solid #ccc;
	  width: 50%;
}
.all-auction-section.all-liveauction-section ul.externalslidercontrol-ul span.part-name {
    width: 100%;
    font-weight: 600;
    color: #333;
}
.all-auction-section.all-liveauction-section .pro-desc-detail p {
    padding: 5px;
	  background-color: #fbfbfb;
	  margin-bottom: 1px;
	  display: inline-block;
}
.all-auction-section.all-liveauction-section .bid-block .gone {
  padding: 1px 4px;
}

.custom-row {
	margin-left: -10px;
	margin-right: -10px;
}

.custom-row .col-sm-6.col-lg-4.col-xs-12 {
	padding: 0 7.5px;
}

.white-bg {
	background-color: #fff!important;
}

.promise {
	position: absolute;
  right: 30px;
  width: 50px;
  z-index: -999;
  /*-ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);*/
  margin-top: -2px;
  bottom: -5px;
}
.promise img{width:100%;}
/* Media Query for bid block */
@media(max-width:1024px){
	
	.all-liveauction-section p.heighest-bid {
		width: 100%;
	}
	.all-auction-section.all-liveauction-section span.max-bid{

	}
	
	.all-liveauction-section .pro-image-84x84.pull-left {
		height: auto;
	}
	.all-auction-section.all-liveauction-section .bid-description.pull-left {
		width: calc(100% - 100px);
	}
	.all-liveauction-section .pro-image-84x84.pull-left {
		margin-right: 0;
	}
}

@media(max-width:768px){
	.bid-block .pro-nbr {
		float: left !important;
	}
	.all-liveauction-section .pro-image-84x84.pull-left {
		width: 100px;
		height: auto;
	}
	.all-auction-section.all-liveauction-section .bid-description.pull-left {
		width: calc(100% - 110px);
	}
  .cus-banner img {
    width: 100%;
  }
  .cus-banner {
    margin-bottom: 10px;
  }
  .cus-banner, .full-banner {
    padding: 0 15px !important;
  }
}
span.expand {
	padding: 5px;
	cursor: pointer;
}
span.expand .fa-minus{display: none;}
.widget-expand-down .fa-plus{display: none;}
.widget-expand-down span.expand .fa-minus{display: block;}

.widget-expand-down .promise {
	z-index: 9999;
}
.timing a {
    color: #e5a300;
    text-decoration: underline;
    margin-right: 10px;
}
.only-hover p img {
    float: left;
    margin-right: 8px;
}
.abrri span {
    font-weight: 600;
	  margin-right: 20px;
	  font-size: 16px;
}
 .you-bid-on .fa-star{
    color: #e5a300;
}
.you-bid-on  .fa-thums-up{
    color: #5b8055;
}
.all-liveauction-section .your-bid-blocks p.heighest-bid {
	width: 30%;
	font-size: 16px;
}
.all-auction-section.all-liveauction-section .your-bid-blocks span.max-bid {
    width: 35%;
}
.all-auction-section.all-liveauction-section .your-bid-blocks p.heighest-bid.your-max-bid{
	width: 30%;
	margin-left: 2%;
	font-size: 16px;
	color: #f36127;
	border-color: #f36127;
}
.time-cat div.col-sm-12.col-lg-4.col-xs-12:nth-child(3n + 1) {
    clear: left;
}
@media(max-width:768px){
	.all-liveauction-section .your-bid-blocks p.heighest-bid {
		width: 48%;
	}
	.all-auction-section.all-liveauction-section .your-bid-blocks p.heighest-bid.your-max-bid {
		width: 50%;
	}
	.all-auction-section.all-liveauction-section .your-bid-blocks span.max-bid {
		width: 100%;
	}
	.cus-banner img {
    width:100%;
	}
	.cus-banner {
    margin-bottom: 10px;
	}
	.cus-banner,.full-banner {
    padding:0 15px !important;
	}
}
@media(min-width:1200px) and (max-width:2100px){
	.all-liveauction-section .your-bid-blocks p.heighest-bid {
		width: 48%;
	}
	.all-auction-section.all-liveauction-section .your-bid-blocks p.heighest-bid.your-max-bid {
		width: 50%;
	}
	.all-auction-section.all-liveauction-section .your-bid-blocks span.max-bid {
		width: 100%;
	}
}
@media(min-width:768px){
	.custom-banner {
		padding: 0;
	}
	.custom-banner img{
		max-width:none;
	}
}
.your-max-bid .k-numerictextbox .k-select {
  display: none;
}
.your-max-bid .k-numerictextbox .k-numeric-wrap {
  padding-right: 0;
  border: none;
}
.your-max-bid .k-numerictextbox .k-input {
  height: 50px !important;
  color: #384552;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #CCCCCC;
  position: absolute;
  top: 0;
  padding-left: 0;
  padding-right: 0;
}
.your-max-bid .k-widget {
  border: none;
}
.your-max-bid .btn-check-maxbid {
  max-width: 12px;
  height: 50px;
}
.auction-opaque {
  opacity: 0.6;
}
.auction-upcoming-table-text {
  font-size: 14px!important;
}

.auction-grow {
  transition: all .3s ease-in-out;
}
.auction-grow:hover {
  transform: scale(1.3);
}

.auction-message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}
/*{
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: $green;
  border-width: 10px;
  margin-left: -10px;
}*/

.upcoming-auction-info-box{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
	float:left;
}
.upcoming-auction-info-box .cal-outer{
	width:110px;
	float:left;
}

.upcoming-auction-info-box .cal-outer .cal-top-grey{
	border-radius:10px 10px 0 0;
	border:1px #d4d4d4 solid;
	text-align:center;
	width:100%;
	float:left;
	padding:10px 0;
	border-bottom:0px;
}
.upcoming-auction-info-box .cal-outer .cal-top-grey .date{
	font-size:22px;
	font-weight:bold;
	width:100%;
	line-height:22px;
}
.upcoming-auction-info-box .cal-outer .cal-top-grey .month{
	font-size:16px;
	font-weight:bold;
	width:100%;
	letter-spacing:4px;
	line-height:22px;
}
.upcoming-auction-info-box .cal-outer .cal-day{
	border-radius:0 0 10px 10px;
	text-transform:uppercase;
	color:#fff;
	float:left;
	width:100%;
	letter-spacing:2px;
	font-size:16px;
	padding:7px 0;
	text-align:center;
}
.upcoming-auction-info-box .cal-outer .even-month{
	background-color:#dd9310;
	float:left;	
}
.upcoming-auction-info-box .cal-outer .odd-month{
	background-color:#1e2832;
	float:left;	
}
.upcoming-auction-info-box .cal-outer .immediate-sale {
  background-color: #f36127;
  float: left;
}
.upcoming-auction-info-box .cal-outer .simulcast-event {
  background-color: #26313c;
  float: left;
}
.upcoming-auction-info-box .info-outer{
	margin:0 22px;
	float:left;
	width:800px;
}
.upcoming-auction-info-box .info-outer h2{
	margin:0 0 5px 0;
	color:#2e3842;
	font-size:18px;
	float:left;
	width:100%;
	font-weight:bold;
}
.upcoming-auction-info-box .info-outer p{
	color:#666;
	float:left;
	width:100%;
	margin:0px;
}
.upcoming-auction-info-box .info-outer p.text2{
	margin-top:5px;
	color:#2e3842;
	font-weight:bold;
	float:left;
}

.upcoming-auction-info-box .button-outer{
	width:182px;
	float:left;
}
.upcoming-auction-info-box .button-outer a{
	display:block;
	background-color:#dd9310;
	color:#fff;
	font-weight:bold;
	float:left;
	width:100%;
	padding:10px;
	text-align:center;
	text-transform:uppercase;
	margin-top:28px;
}
.upcoming-auction-info-box .button-outer a:hover{
	background-color:#2e3842;
}
@media(max-width:1200px){
	.upcoming-auction-info-box .cal-outer {
		width: 30%;
		float: left;
	}
	.upcoming-auction-info-box .info-outer {
		margin: 0 12px;
		float: left;
		width: 58%;
	}
	.upcoming-auction-info-box {
		width: 100%;
		padding: 20px 10px;
	}
	.upcoming-auction-info-box .button-outer {
		float: right;
	}
}

span.gone-text.blink {
  -webkit-animation: blink-animation-gone 1s infinite;
  animation: blink-animation-gone 1s infinite;
}
g.highcharts-legend,g.highcharts-axis-labels.highcharts-yaxis-labels,g.highcharts-axis.highcharts-yaxis,text.highcharts-credits,text.highcharts-title,g.highcharts-grid.highcharts-yaxis-grid,g.highcharts-axis-labels.highcharts-xaxis-labels,path.highcharts-tick {
  display: none;
}

.youhighestbid .name-nbr, .youhighestbid .pro-desc-detail {
  background-color: #419845;
  color: #fff;
}
.youhighestbid .name-nbr a, .youhighestbid .bid-block .pro-nbr,.youlostbid .name-nbr a, .youlostbid .bid-block .pro-nbr  {
  color: #fff;
}
.youselectbid .name-nbr, .youselectbid .pro-desc-detail {
  background-color: #e5a300;
  color: #fff;
}
.youlostbid .name-nbr, .youlostbid .pro-desc-detail {
  background-color: #ed1c24;
  color: #fff;
}
.youlostbid span.gone-text {
  border: 1px solid #fff;
}
.all-liveauction-section .justbid p.heighest-bid {
  -webkit-animation: blink-animation 3s 1.5;
  animation: blink-animation 3s 1.5;
}
.all-liveauction-section .justbid2 p.floorprice {
  -webkit-animation: blink-animation 3s 1.5;
  animation: blink-animation 3s 1.5;
}
.all-liveauction-section .justbid3 {
  -webkit-animation: blink-animation-currentprice 3s 1.5;
  animation: blink-animation-currentprice 3s 1.5;
}

.auction-item-message-text {
  background-color: #26313c;
  border-color: #384552;
  border-radius: 6px 1px 6px 6px;
  outline: 1px solid #ffffff;
  color: #ffffff;
  padding: 3px 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.0px;
  font-weight: 700;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: 10px;
  left: 50%;
}

.auction-item-message-icon {
  color: #FFF;
  cursor: pointer;
}

.auction-profile-container {
  margin-top: 5px;
  border: 3px solid #e5a300;
  border-radius: 10px;
}

.auction-profile-container-links {
  text-decoration: underline;
  color: #e5a300;
}

span.auction-item-message-text.blink {
  -webkit-animation: blink-animation-message 3s infinite;
  animation: blink-animation-message 3s infinite;
}

.auction-origfloor {
  font-size: 12px;
  font-weight: 600;
  border-top: 1px solid #384552;
}

.text-terrapoint-blue {
  color: #384552;
}
.text-veripoint-blue {
  color: #1369b3;
}

.autocut p.heighest-bid {
  -webkit-animation: blink-animation 3s 2.0;
  animation: blink-animation 3s 2.0;
}
.autocut div.btn-group {
  -webkit-animation: blink-animation 3s 2.0;
  animation: blink-animation 3s 2.0;
}


.upcoming-auction-item-header {
  font-size: 13px!important;
  font-weight: 700!important;
}

.rtv-checkbox {
  width: 30px;
  height: 30px;
}

.rtv-grid-data {
	text-align: center;
	font-size: 14px;
}

.cms-div-section p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #888888;
}

.ui-datepicker {
  background: #e5a300;
  border: 1px solid #26313c;
  width: 10em;
}

.your-max-bid span.k-widget.k-numerictextbox.form-control {
    padding: 0;
}
.bid-description {
    width: 68%;
    float: right;
}
.high-sec {
    float: left;
    width: 45%;
}
@media(min-width:1200px) and (max-width:1440px){
	.spcl-cols {
		width: 33.33%;
	}
}

#walkthru-container .owl-next {
  width: 40px;
  height: 80px;
  top: 40%;
  right: 0;
}
#walkthru-container .owl-prev {
  width: 40px;
  height: 80px;
  top: 40%;
  left: 0;
}

.auction-live-modal-header {
  background-color: #26313c;
  color: #e5a300;
  font-size: 18px;
  font-weight: 700;
}

#videos-container .owl-controls {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -35px;
}

#videos-container .owl-wrapper-outer {
  padding-left: 10px;
}


#videos-container .owl-prev {
  background-color: #dd9310;
}

#videos-container .owl-next {
  background-color: #dd9310;
}

@keyframes transparents {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: #384555;
    }
}

header.cd-auto-hide-header + div#sidebar-menu-container {
    margin-top: 30px;
}

.cd-auto-hide-header {
    z-index: 99999;
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .cd-auto-hide-header span {
        background-color: #000;
        display: inline-block;
        padding: 7px 5px;
        width: 100%;
        min-width: 360px;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
    }

    .cd-auto-hide-header::after {
        clear: both;
        content: "";
        display: block;
    }

    .cd-auto-hide-header.is-hidden {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

.line-through * {
    text-decoration: line-through !important;
}

.sold-item .bid-block {
    opacity: 0.3;
    pointer-events: none;
}

.sold-item {
    position: relative;
}

  .sold-item:after {
    position: absolute;
    left: 190px;
    content: url(../images/sold-seal.png);
    bottom: 2px;
  }

.expired-item .bid-block {
    opacity: 0.3;
    pointer-events: none;
}

.disable-click {
    pointer-events: none;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

  .expired-item {
      position: relative;
      cursor:pointer;
  }

  .expired-item:after {
      position: absolute;
      left: 190px;
      content: url(../images/ended.png);
      bottom: 2px;
  }

  .won-item .bid-block {
      opacity: 0.3;
      pointer-events: none;
  }

  .won-item {
      position: relative;
      cursor: pointer;
  }

  .won-item:after {
      position: absolute;
      left: 190px;
      content: url(../images/won.png);
      bottom: 2px;
  }

.paused-auction {
    opacity: 0.3;
}
.paused-auction {
    position: relative;
    pointer-events: none;
}

.stickybar {
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 999999999;
    left: 0;
}

.auction-paused.text-center {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,0.8);
    height: 100vh;
    top: 0;
}

.auction-paused-body {
    max-width: 370px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

.auction-paused-body .text-uppercase.btn-orange {
    padding: 11px;
    font-size: 16px;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 999;
    font-weight: 600;
    max-width: 320px;
}

.will-resume {
    background: #26313c;
    color: #fff;
    padding: 10px 0;
    margin-top: -10px;
    box-shadow: 0px 3px 10px #ccc;
}

.remain-time {
    padding: 5px 10px;
    border-bottom: dashed 1px #999;
    margin-bottom: 10px;
}

.remain-time strong {
    font-size: 20px;
    vertical-align: middle;
    font-weight: 600;
    padding: 2px 7px 6PX;
    display: inline-block;
}

.will-resume i.fa.fa-pause {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.tada {
    animation-name: tada;
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}


.counter {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 1.2em;
    -webkit-box-reflect: below -15px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(255,255,255,0.3)));
}

.counter span.digit {
    background: #161616;
    background: #3F3F3F; /* Old browsers */
    background: linear-gradient(bottom, #0A0A0A 0%, #2B2B2B 50%, #3F3F3F 100%);
    background: -o-linear-gradient(bottom, #0A0A0A 0%, #2B2B2B 50%, #3F3F3F 100%);
    background: -moz-linear-gradient(bottom, #0A0A0A 0%, #2B2B2B 50%, #3F3F3F 100%);
    background: -webkit-linear-gradient(bottom, #0A0A0A 0%, #2B2B2B 50%, #3F3F3F 100%);
    background: -ms-linear-gradient(bottom, #0A0A0A 0%, #2B2B2B 50%, #3F3F3F 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0A0A0A), color-stop(0.5, #2B2B2B), color-stop(1, #3F3F3F));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF0A0A0A', endColorstr='#FF3F3F3F'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF0A0A0A', endColorstr='#FF3F3F3F')"; /* IE8 */
    zoom: 1;
    -webkit-border-radius: 0.1em;
    -moz-border-radius: 0.1em;
    border-radius: 0.1em;
    background-clip: border;
    color: #FFF;
    display: block;
    float: left;
    height: 44px;
    margin: 0 1px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 30px;
}

    .counter span.digit span {
        line-height: 44px;
        position: relative;
        top: 0;
    }

.counter span.separator {
    display: block;
    float: left;
    font-family: Georgia, serif;
    font-size: 20px;
    position: relative;
    top: 20px;
    color: #333;
    height: auto;
}

#uploadPDF .modal-dialog.modal-lg .modal-content {
    background-color: #ffffff;
    max-height: 545px;
    border: none;
}

#uploadPDF .modal-dialog.modal-lg .modal-content {
    max-height: 70vh;
    overflow: auto;
}

#uploadPDF .or {
    margin: 0 auto 20px;
    float: none;
    height: 40px;
    width: 40px;
    clear: both;
    background-color: #ccc;
    text-align: center;
    padding: 10px 0;
    border-radius: 100%;
}

#uploadPDF .col-sm-6.hidden-xs.popup-form-bg:after {
    content: none;
}

#uploadPDF .col-sm-6.hidden-xs.popup-form-bg {
    background: url(../images/upload-bg.jpg) center center no-repeat;
    min-height: 400px;
}

#uploadPDF .sign-form .signform input.file-upload-input {
    width: 60%;
}

#uploadPDF .close {
    right: -16px;
    opacity: 1;
    position: absolute;
    z-index: 99;
    top: -10px;
}
.k-grid-header th.k-header {
	text-align: center;
	vertical-align: middle;
}

/*.k-loading-image {
	background-position-x: 700px;
	background-position-y: 120px;
}

.k-grouping-header {
	display: none !important;
}
.asset-header {
	background-color: #262626;
	color: white;
	font-weight: bold !important;
}

.retail-header {
	background-color: #FFD966;
	font-weight: bold !important;
}

.auction-header {
	background-color: #AEAAAA;
	font-weight: bold !important;
}

.asset-sub-header {
	background-color: #404040;
	color: white;
}

.retail-sub-header {
	background-color: #806000;
	color: white;
}

.auction-sub-header {
	background-color: #757171;
	color: white;
}

.auction-row {
	background-color: #E7E6E6;
}

.current-row {
	background-color: #FFE699;
}

.deleted-row {
	background-color: #FFF2CC;
}

.not-applicable {
	background-color: #8D8D8D;
}

.k-grid-header th.k-header > .k-link
{
  color:#FFF;
  font-weight:bold;
}




*/
div#featured-new.spec span.price, .spec span.km {
	padding: 10px 10px 10px 0;
	background-color: transparent;
}

div#featured-new.featured-item.col-md-3.col-sm-6.market-item.down-content {
	background-color: #ffffff;
	padding: 15px;
}

div#featured-new .featured-item .down-content h2 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 700;
	width: 100%;
	display: inline-block;
	min-height: 33px;
}

div#featured-new.featured-item.down-content span {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	line-height: 36px;
	padding: 0px 12px;
	display: inline-block;
	margin-top: -15px;
	margin-right: -15px;
	float: right;
	font-size: 13px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 700;
}

div#featured-new.featured-item .col-md-3.col-sm-6.market-item .down-content .light-line {
	width: 40px;
	height: 2px;
	background-color: #eeeeee;
	margin-top: 15px;
}

div#featured-new.featured-item .down-content p {
	margin-top: 10px;
	margin-bottom: 30px;
}

	div#featured-new .featured-item .down-content span.price {
		color: #e4a300;
		font-size: 16px;
		height: initial;
		line-height: 1;
		margin: 0;
		padding: 8px 0px;
	}

div#featured-new.featured-item:hover .down-content {
	background-color: #f7f5f5;
}

div#featured-new .featured-item.col-md-3.col-sm-6.market-item {
	max-width: 100% !important;
	float: none;
	width: 100%;
	padding: 0;
	flex: 0 0 20%;
}

div#featured-new {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

div#featured-new .featured-item .down-content a {
	display: block;
	width: 100%;
	min-height: 50px;
}

div#featured-new .featured-item .down-content img {
	width: 100%;
}

div#featured-new .featured-item .thumb-item {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px;
}
div#remaining-item .eagle-medium-wrap {
	display: none;
}

.createInspection-button {
	/*color: #FFF;*/
	font-size: 16px;
	font-weight: 500;
	text-align: right;
}



.spacialCheckbox-ul {
	overflow-y: auto;
}

.spacialCheckbox-ul::-webkit-scrollbar {
	width: 0;
	transition: width 0.3s ease;
}

.spacialCheckbox-ul:hover::-webkit-scrollbar {
	width: 7px;
}

.spacialCheckbox-ul::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
	transition: background 0.3s ease;
}

.spacialCheckbox-ul::-webkit-scrollbar-track {
	background: transparent;
	margin-right: 4px;
}



body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

:root {
    --purple: #3B3646;
    --red: #EE4B5A;
}
/** {
    padding: 0;
    margin: 0;
    border: none;
}
body {
    padding: 30px;
    color: #333;
    font-family: 'Roboto Slab', system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}*/
/*.container {
    margin: 0 auto;
    max-width: 550px;
}*/
.highlight {
    background: rgb(255, 255, 255);
}
/*h1 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}
h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: var(--red);
    margin-bottom: 20px;
}*/
/*p, ul {
    margin-bottom: 20px;
    line-height: 1.75em;
}
li {
    list-style: none;
    margin-bottom: 10px;
}
li:last-child {
    margin-bottom: 0;
}
input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}
label {
    display: inline-block;
    max-width: 90%;
}*/
/*code {
    color: var(--red);
    font-family: monospace;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}*/
button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color:white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index:99999;
}
#gdpr-cookie-message h4 {
    color:black;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
    #gdpr-cookie-message h5 {
        color: black;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
    #gdpr-cookie-message a {
        color: black;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
    #gdpr-cookie-message button,
    button#ihavecookiesBtn {
        border: none;
        background: black;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

/*KENDO STYLES*/
    .top-search .nice-select{
border:0;
}
.nice-select.open .list{
overflow-y:auto;
}
.nice-select .list{
border-radius:0px;
}
.k-autocomplete{
border:0;
}
input.search-input.form-control{
border: 1px solid #d3d3d3;
}
.k-autocomplete .k-input, .k-multiselect-wrap, .k-textbox>input{
border-radius:0px;
}
.k-autocomplete.k-state-default .k-input{
-webkit-box-shadow:none;
box-shadow:none;
}
.k-popup.k-list-container{
border:0;
padding:0;
}
.k-list-container.k-state-border-up{
border-radius:inherit;
}
.k-list .k-state-hover{
border-radius:0px;
}
/*KENDO STYLES END*/
/** icons*/
#divMain.wrapper.wrapper-content {
    margin: 10px;
}

h4.search-crieteria {
    margin-bottom: 15px
}

#divMain.wrapper.wrapper-content .search-crieteria i.fa.fa-play {
    color: #e5a300;
    margin-right: 10px;
}

#divMain.wrapper.wrapper-content .search-crieteria span.search-note {
    font-size: 13px;
    display: inline-block;
    color: #000;
    vertical-align: middle;
}

.search-crieteria-fields {
    display: flex;
    flex-wrap: wrap;
    width: auto;
}

    .search-crieteria-fields .col-sm-6 {
        margin: 0 0 10px;
    }

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

/** icons ends*/

.featured-listing .heading-section-2 .dec i {
    background-color: #f7f5f5;
}

.featured-listing #featured-cars .col-md-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.featured-listing #featured-cars .col-xs-15 {
    width: 20%;
    float: left;
}

#priceVariationModel #priceVariationGrid th.k-header {
    background: #293846;
}

    #priceVariationModel #priceVariationGrid th.k-header span.k-link {
        color: #fff !important;
    }

#priceVariationModel #priceVariationGrid td {
    font-size: inherit;
    text-align: center;
}

#priceVariationModel .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

#priceVariationModel .sign-form {
    margin-bottom: 30px;
}

#priceVariationModel .popup-form-caption h2 {
    text-align: center;
    margin-bottom: 20px;
}

.rtv-grid-data a.fa.fa-info-circle {
    font-size: 17px;
    position: absolute;
    left: auto;
    right: 0;
    top: 10%;
    cursor: pointer;
}

@media (min-width: 768px) {
    .featured-listing #featured-cars .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .featured-listing #featured-cars .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .featured-listing #featured-cars .col-lg-15 {
        width: 20%;
        float: left;
    }

    .top-search form.form-inline {
        width: 78%;
        float: left;
    }
}

@media (max-width: 991px) {
    .featured-listing #featured-cars .featured-item {
        margin-bottom: 30px;
    }
}

.featured-listing #featured-cars .featured-item img {
    width: 100%;
    overflow: hidden;
}

.featured-listing #featured-cars .featured-item .down-content {
    background-color: #ffffff;
    padding: 15px;
}

    .featured-listing #featured-cars .featured-item .down-content h2 {
        font-family: 'Open Sans', sans-serif;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 14px;
        text-transform: uppercase;
        color: #222222;
        font-weight: 700;
        width: 70%;
        display: inline-block;
    }

    .featured-listing #featured-cars .featured-item .down-content span {
        font-family: 'Open Sans', sans-serif;
        text-align: center;
        line-height: 36px;
        padding: 0px 12px;
        display: inline-block;
        margin-top: -15px;
        margin-right: -15px;
        float: right;
        background-color: #e4a300;
        font-size: 13px;
        text-transform: uppercase;
        color: #222222;
        font-weight: 700;
    }

    .featured-listing #featured-cars .featured-item .down-content .light-line {
        width: 40px;
        height: 2px;
        background-color: #eeeeee;
        margin-top: 15px;
    }

    .featured-listing #featured-cars .featured-item .down-content p {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .featured-listing #featured-cars .featured-item .down-content .car-info {
        margin: -15px;
        border-bottom: 2px solid #eeeeee;
        border-top: 2px solid #eeeeee;
    }

        .featured-listing #featured-cars .featured-item .down-content .car-info ul {
            padding: 0;
            margin: 0px 15px;
            list-style: none;
        }

            .featured-listing #featured-cars .featured-item .down-content .car-info ul li {
                text-align: left;
                padding-right: 9px;
                padding-top: 10px;
                padding-bottom: 10px;
                margin: 0px 5px;
                border-right: 1px solid #eeeeee;
                display: inline-block;
                font-size: 13px;
                color: #888888;
                font-family: 'Open Sans', sans-serif;
            }

                .featured-listing #featured-cars .featured-item .down-content .car-info ul li i {
                    margin-left: -5px;
                    margin-right: 5px;
                    color: #222222;
                }

                .featured-listing #featured-cars .featured-item .down-content .car-info ul li:last-child {
                    border-right: none;
                    padding-right: 0px;
                }

.featured-listing #featured-cars .featured-item:hover h2 {
    color: #333546;
}

.listing-grid .listing-footer .pagination {
    float: right;
}

.listing-grid .listing-footer .total-found {
    padding: 28px 0;
    color: #aeadb1;
}

.listing-grid .featured-item {
    margin-bottom: 30px;
}

    .listing-grid .featured-item img {
        width: 100%;
        overflow: hidden;
    }

    .listing-grid .featured-item .down-content {
        background-color: #ffffff;
        padding: 15px;
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }

    .listing-grid .featured-item .down-content-terraverse {
        background-color: #ffffff;
        padding: 15px;
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }

    .listing-grid .featured-item .down-content h2 {
        color: #222222;
        display: inline-block;
        font-family: "Open Sans",sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        margin-bottom: 0;
        margin-top: 0;
        text-transform: unset;
        width: 70%;
    }

    .listing-grid .featured-item .down-content-terraverse h2 {
        color: #222222;
        display: inline-block;
        font-family: "Open Sans",sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        margin-bottom: 0;
        margin-top: 0;
        text-transform: unset;
        width: 70%;
    }

.terraverse-hr {
    color: #eeeeee;
    width: 40px;
    float: left;
    margin-top: 6px;
    margin-bottom: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-top-20-px {
    margin-top: 20px !important;
}

.max-width-10-pct {
    max-width: 10%;
}

.height-20-px {
    height: 20px !important;
}

.terraverse-span {
    background-color: #333546;
    color: #FFF;
    font-size: 16px;
    padding-left: 4px;
}

.terraverse-odometer {
    background-color: #333546;
    color: #FFF;
    line-height: 32px;
    padding: 4px;
    font-size: 16px;
}

.listing-grid .featured-item .down-content span {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 36px;
    padding: 0px 12px;
    display: inline-block;
    margin-top: -15px;
    margin-right: -15px;
    float: right;
    background-color: #e4a300;
    font-size: 13px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}

.listing-grid .featured-item .down-content .light-line {
    width: 40px;
    height: 2px;
    background-color: #eeeeee;
    margin-top: 15px;
}

.listing-grid .featured-item .down-content p {
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 16px;
}

.listing-grid .featured-item .down-content-terraverse p {
    margin-top: 10px;
    margin-bottom: 30px;
    line-height: 16px;
}

.listing-grid .featured-item .down-content .car-info {
    margin: -15px;
    border-bottom: 2px solid #eeeeee;
    /*border-top: 2px solid #eeeeee;*/
}

.listing-grid .featured-item .down-content-terraverse .car-info {
    margin: -15px;
    border-bottom: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
}

.listing-grid .featured-item .down-content .car-info ul {
    padding: 0;
    margin: 0px 15px;
    list-style: none;
}

.listing-grid .featured-item .down-content-terraverse .car-info ul {
    padding: 0;
    margin: 0px 15px;
    list-style: none;
}

.listing-grid .featured-item .down-content .car-info ul li {
    text-align: left;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 5px;
    border-right: 1px solid #eeeeee;
    display: inline-block;
    font-size: 13px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
}

.listing-grid .featured-item .down-content-terraverse .car-info ul li {
    text-align: left;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 5px;
    border-right: 1px solid #eeeeee;
    display: inline-block;
    font-size: 13px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
}

.listing-grid .featured-item .down-content .car-info ul li i {
    margin-left: -5px;
    margin-right: 5px;
    color: #222222;
}

.listing-grid .featured-item .down-content-terraverse .car-info ul li i {
    margin-left: -5px;
    margin-right: 5px;
    color: #222222;
}

.listing-grid .featured-item .down-content .car-info ul li:last-child {
    border-right: none;
    padding-right: 0px;
}

.listing-grid .featured-item .down-content-terraverse .car-info ul li:last-child {
    border-right: none;
    padding-right: 0px;
}

.listing-grid .featured-item:hover h2 {
    color: #333546;
}

.featured-item .down-content .p-desc svg {
    height: 14px;
    width: 14px;
    fill: #e4a300;
    vertical-align: middle;
}

#featured-new .featured-item > .down-content {
    padding: 0 10px;
}

div#divItemDetail div > h2 {
    font-size: 25px;
}

.upper-case {
    text-transform: uppercase;
}

.listing-grid .pagination {
    display: inline-block;
}

    .listing-grid .pagination .prev {
        text-align: left;
        margin-bottom: -36px;
    }

        .listing-grid .pagination .prev a {
            background-color: #f7f5f5;
            border: 1px solid #e5f2ff;
            padding: 0px 15px;
            height: 36px;
            display: inline-block;
            line-height: 36px;
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            color: #333546;
            text-transform: uppercase;
        }

            .listing-grid .pagination .prev a i {
                margin-right: 5px;
            }

    .listing-grid .pagination .next {
        text-align: right;
        margin-top: -36px;
    }

        .listing-grid .pagination .next a {
            background-color: #f7f5f5;
            border: 1px solid #e5f2ff;
            padding: 0px 15px;
            height: 36px;
            display: inline-block;
            line-height: 36px;
            font-family: 'Open Sans', sans-serif;
            font-size: 12px;
            color: #333546;
            text-transform: uppercase;
        }

            .listing-grid .pagination .next a i {
                margin-left: 5px;
            }

    .listing-grid .pagination .page-numbers {
        text-align: center;
        height: 36px;
        margin-right: auto;
        margin-left: auto;
    }

        .listing-grid .pagination .page-numbers ul {
            padding: 0;
            margin: 0;
            float: left;
            list-style: none;
        }

            .listing-grid .pagination .page-numbers ul li {
                float: left;
                width: 36px;
                height: 36px;
                margin: 0 1px 0 0;
                background-color: #e0dcdc;
            }

                .listing-grid .pagination .page-numbers ul li.active, .listing-grid .pagination .page-numbers ul li a:hover, .listing-grid .pagination .page-numbers ul li a:focus {
                    background-color: #e4a300;
                    color: #fff;
                }

                .listing-grid .pagination .page-numbers ul li a {
                    font-family: 'Open Sans', sans-serif;
                    line-height: 36px;
                    display: inline-block;
                    color: #333546;
                    text-transform: uppercase;
                    width: 100%;
                }

                .listing-grid .pagination .page-numbers ul li a {
                    font-size: 14px;
                }

            .listing-grid .pagination .page-numbers ul .active a {
                color: #ffffff;
            }

.listing-page #listing-cars .featured-item {
    margin-bottom: 50px;
}

    .listing-page #listing-cars .featured-item img {
        max-width: 100%;
        overflow: hidden;
        float: left;
        margin-right: 20px;
    }

@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

.listing-page #listing-cars .featured-item .right-content {
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content {
        padding: 20px;
        margin-left: 0px;
        border-top: none;
        border-left: 1px solid #eeeeee;
    }
}

.listing-page #listing-cars .featured-item .right-content h2 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
    width: 70%;
}

.listing-page #listing-cars .featured-item .right-content span {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 36px;
    padding: 0px 12px;
    display: inline-block;
    margin-top: -37px;
    margin-right: 0px;
    float: right;
    background-color: #e4a300;
    font-size: 13px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}

@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content span {
        margin-top: -37px;
        margin-right: -20px;
    }
}

.listing-page #listing-cars .featured-item .right-content .light-line {
    width: 60px;
    height: 2px;
    background-color: #eeeeee;
    margin-top: 15px;
    margin-left: 310px;
}

@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .light-line {
        margin-left: 0px;
    }
}

.listing-page #listing-cars .featured-item .right-content p {
    margin-top: 10px;
    margin-bottom: 18px;
    margin-right: 20px;
}

.listing-page #listing-cars .featured-item .right-content .view-details {
    display: inline-block;
}

@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .view-details {
        float: left;
    }
}

.listing-page #listing-cars .featured-item .right-content .view-details a {
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    color: #333546;
    text-transform: uppercase;
    border: 1px solid #eeeeee;
    padding: 5px 8px;
    display: inline-block;
}

.listing-page #listing-cars .featured-item .right-content .item-rate {
    margin-left: 430px;
    margin-top: -25px;
}

@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .item-rate {
        margin-left: 20px;
        float: left;
        margin-top: 0px;
    }
}

.listing-page #listing-cars .featured-item .right-content .item-rate ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .listing-page #listing-cars .featured-item .right-content .item-rate ul li {
        display: inline-block;
    }

        .listing-page #listing-cars .featured-item .right-content .item-rate ul li i {
            font-size: 13px;
            color: #e4a300;
        }

.listing-page #listing-cars .featured-item .right-content .car-info {
    margin-top: 20px;
    border-bottom: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
}

@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .car-info {
        margin-top: 80px;
        border-bottom: none;
        border-top: none;
    }
}

.listing-page #listing-cars .featured-item .right-content .car-info ul {
    background-color: #f7f5f5;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .car-info ul {
        float: none;
        text-align: center;
    }
}

.listing-page #listing-cars .featured-item .right-content .car-info ul li {
    text-align: left;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px 5px;
    border-right: 1px solid #eeeeee;
    display: inline-block;
    font-size: 13px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .car-info ul li {
        border-right: none;
        text-align: center;
        padding-right: 0px;
    }
}

.listing-page #listing-cars .featured-item .right-content .car-info ul li i {
    margin-left: -5px;
    margin-right: 5px;
    color: #222222;
}

@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .car-info ul li i {
        margin: 0 5px;
    }
}

.listing-page #listing-cars .featured-item .right-content .car-info ul li:last-child {
    border-right: none;
    padding-right: 0px;
}

@media (max-width: 991px) {
    .listing-page #listing-cars .featured-item .right-content .car-info ul li:last-child {
        display: none;
    }
}

.listing-page #listing-cars .featured-item:hover h2 {
    color: #333546;
}

.listing-page #listing-cars .last-featured {
    margin-bottom: 30px;
}

.listing-page #listing-cars .pagination {
    display: inline-block;
    width: 100%;
}

@media (max-width: 991px) {
    .listing-page #listing-cars .pagination {
        margin-bottom: 80px;
    }
}

.listing-page #listing-cars .pagination .prev {
    text-align: left;
    margin-bottom: -36px;
}

    .listing-page #listing-cars .pagination .prev a {
        background-color: #f7f5f5;
        border: 1px solid #e5f2ff;
        padding: 0px 15px;
        height: 36px;
        display: inline-block;
        line-height: 36px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #333546;
        text-transform: uppercase;
    }

        .listing-page #listing-cars .pagination .prev a i {
            margin-right: 5px;
        }

.listing-page #listing-cars .pagination .next {
    text-align: right;
    margin-top: -36px;
}

    .listing-page #listing-cars .pagination .next a {
        background-color: #f7f5f5;
        border: 1px solid #e5f2ff;
        padding: 0px 15px;
        height: 36px;
        display: inline-block;
        line-height: 36px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #333546;
        text-transform: uppercase;
    }

        .listing-page #listing-cars .pagination .next a i {
            margin-left: 5px;
        }

.listing-page #listing-cars .pagination .page-numbers {
    text-align: center;
    background-color: #f7f5f5;
    border: 1px solid #e5f2ff;
    height: 36px;
    width: 245px;
    margin-right: auto;
    margin-left: auto;
}

    .listing-page #listing-cars .pagination .page-numbers ul {
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none;
    }

        .listing-page #listing-cars .pagination .page-numbers ul li {
            display: inline-block;
            padding: 0 8px;
        }

            .listing-page #listing-cars .pagination .page-numbers ul li a {
                font-family: 'Open Sans', sans-serif;
                font-size: 12px;
                line-height: 36px;
                color: #333546;
                text-transform: uppercase;
            }

        .listing-page #listing-cars .pagination .page-numbers ul .active a {
            border-bottom: 2px solid #333546;
            padding-bottom: 7px;
            padding-right: 3px;
            padding-left: 3px;
        }

#page-heading {
    margin-top: 0;
    background-image: url('../images/listing-banner.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
}

    #page-heading h1 {
        margin: 0px;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 30px;
        font-weight: 700;
    }

    #page-heading .line {
        width: 46px;
        height: 3px;
        background-color: #ffffff;
        margin: 18px auto;
    }

    #page-heading span {
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-size: 13px;
        padding-bottom: 40px;
        display: block;
    }

    #page-heading .page-active {
        background-color: #000;
        margin-right: auto;
        margin-left: auto;
        display: inline-block;
    }

        #page-heading .page-active ul {
            padding: 8px 10px;
            margin: 0;
            list-style: none;
        }

            #page-heading .page-active ul li {
                display: inline-block;
            }

                #page-heading .page-active ul li a {
                    font-family: 'Open Sans', sans-serif;
                    color: #8a8989;
                    font-size: 12px;
                    text-transform: uppercase;
                    margin: 0px 2px;
                }

                #page-heading .page-active ul li i {
                    font-size: 10px;
                    color: #8a8989;
                    margin: 0 10px;
                }

                #page-heading .page-active ul li:last-child a {
                    color: #8a8989;
                }

.slider {
    margin-top: 107px;
}

.first-line {
    background-color: #333546;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 13px 16px !important;
    text-transform: uppercase;
    border-width: 2px !important;
}

.second-line {
    color: #fff;
    font-size: 50px;
    letter-spacing: 0px;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}

.third-line {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
}

    .third-line em {
        font-style: normal;
        color: #e4a300;
    }

.slider-thumb .thumb-item .top-content {
    background-color: #292c38;
    width: 100%;
    height: 60px;
    padding: 1px 0px;
}

    .slider-thumb .thumb-item .top-content span {
        line-height: 60px;
        margin-left: 13px;
        float: left;
        font-size: 14px;
        color: #222222;
        font-weight: 700;
        position: absolute;
        z-index: 10;
    }

    .slider-thumb .thumb-item .top-content .span-bg {
        position: absolute;
        z-index: 9;
        background-color: #292c38;
        height: 59px;
        width: 60px;
        -webkit-transform: rotate(0deg) skew(0deg);
        transform: rotate(0deg) skew(0deg);
        border-left: 80px solid #e4a300;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .slider-thumb .thumb-item .top-content h2 {
        margin-left: 80px;
        margin-top: 12px;
        padding: 10px 10px;
        background-color: #333546;
        font-size: 14px;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
    }

.slider-thumb .thumb-item .down-content {
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    width: 100%;
    padding: 15px;
}

    .slider-thumb .thumb-item .down-content p {
        color: #c7c7c7;
        display: inline-block;
    }

    .slider-thumb .thumb-item .down-content img {
        float: right;
        border: 2px solid rgba(250, 250, 250, 0.5);
    }

.slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider .tp-caption {
    visibility: hidden;
    opacity: 0;
}

.tp-bullets {
    z-index: 1 !important;
}

@media (max-width: 991px) {
    .why-us .heading-section {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .why-us .heading-section .line-dec {
        margin-left: auto;
        margin-right: auto;
    }
}

.why-us .services .second-row {
    margin-bottom: 30px !important;
}

@media (max-width: 991px) {
    .why-us .services .last-service {
        margin-top: 60px;
    }
}

.why-us .services .service-item {
    margin-bottom: 60px;
}

    .why-us .services .service-item i {
        font-size: 16px;
        float: left;
        width: 55px;
        height: 55px;
        display: inline-block;
        text-align: center;
        line-height: 55px;
        background-color: #f7f5f5;
        border-radius: 50%;
        color: #222222;
        margin-right: 15px;
    }

    .why-us .services .service-item p {
        margin-top: 15px;
        margin-left: 70px;
    }

    .why-us .services .service-item:hover i {
        background-color: #e4a300;
        cursor: pointer;
    }

.why-us .right-img img {
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    width: 370px;
    height: 340px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .why-us .right-img img {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
}

.why-us .right-img .img-bg {
    background-color: #f7f5f5;
    width: 100%;
    height: 340px;
    background-size: cover;
    top: 20px;
    right: 20px;
    position: absolute;
    z-index: 9;
}

@media (max-width: 991px) {
    .why-us .right-img .img-bg {
        display: none;
    }
}

#cta-1 {
    background-color: #f7f5f5;
    width: 100%;
    padding: 20px 0px;
}

    #cta-1 p {
        float: left;
        font-size: 18px;
        margin-top: 10px;
    }

@media (max-width: 767px) {
    #cta-1 p {
        float: none;
        text-align: center;
    }
}

#cta-1 em {
    font-style: normal;
    font-weight: 700;
}

#cta-1 .advanced-button {
    float: right;
}

@media (max-width: 767px) {
    #cta-1 .advanced-button {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

#cta-1 .advanced-button {
    margin-top: 20px;
}

#cta-2 {
    padding: 30px 0px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMmY1ZThlIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzMzNjY5OSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(-0deg, #333546 40%, #333546 40%);
    background-image: -moz-linear-gradient(-0deg, #333546 40%, #333546 40%);
    background-image: -o-linear-gradient(-0deg, #333546 40%, #333546 40%);
    background-image: linear-gradient(-90deg, #333546 40%, #333546 40%);
}

@media (max-width: 991px) {
    #cta-2 {
        background-image: none;
        background-color: #333546;
    }
}

#cta-2 .left-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    float: left;
    margin-right: 60px;
    margin-top: 27px;
}

@media (max-width: 991px) {
    #cta-2 .left-content h2 {
        margin-bottom: 20px;
        float: none;
        text-align: center;
        margin-right: 0px;
    }
}

#cta-2 .left-content form {
    padding-top: 15px;
}

    #cta-2 .left-content form input {
        background-color: #ffffff;
        border: none;
        height: 40px;
        width: 200px;
        display: inline-block;
        margin-right: -5px;
        outline: none;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: #888888;
        padding-left: 15px;
        float: left;
    }

@media (max-width: 991px) {
    #cta-2 .left-content form input {
        margin-bottom: 15px;
        float: none;
        width: 100%;
    }
}

#cta-2 .left-content form .simple-button {
    display: inline-block;
}

@media (max-width: 991px) {
    #cta-2 .left-content form .simple-button {
        float: none;
        text-align: center;
        display: block;
        margin-bottom: 50px;
    }
}

#cta-2 .right-content {
    float: right;
}

@media (max-width: 991px) {
    #cta-2 .right-content {
        margin-top: 30px;
        float: none;
        text-align: center;
    }
}

#cta-2 .right-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #cta-2 .right-content ul li {
        display: inline-block;
        margin: 0px -1px;
    }

        #cta-2 .right-content ul li a {
            background-color: #264c73;
            width: 64px;
            height: 64px;
            display: inline-block;
            text-align: center;
            line-height: 64px;
            color: #ffffff;
            font-size: 15px;
        }

@media (max-width: 991px) {
    #cta-2 .right-content ul li a {
        width: 54px;
        height: 54px;
        line-height: 54px;
    }
}

#cta-2 .right-content ul li a:hover {
    color: #e4a300;
}

.advanced-button {
    width: 160px;
    height: 40px;
    background-color: #e4a300;
    line-height: 40px;
}

    .advanced-button a {
        margin-left: 15px;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        color: #222222;
        font-weight: 700;
        text-transform: uppercase;
    }

    .advanced-button i {
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #f0b20e;
    }

.simple-button a {
    display: inline-block;
    background-color: #e4a300;
    line-height: 40px;
    text-align: center;
    width: 120px;
    height: 40px;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
}

.load-more-button {
    width: 130px;
    height: 40px;
    background-color: #333546;
    display: inline-block;
}

    .load-more-button a {
        display: inline-block;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 40px;
    }

    .load-more-button i {
        color: #ffffff;
        margin-left: 10px;
    }

.border-button {
    width: 120px;
    height: 40px;
    border: 1px solid #eeeeee;
    text-align: center;
}

    .border-button a {
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        color: #222222;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 40px;
    }

.go-top {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    background-color: #e4a300 !important;
}

.heading-section h2 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}

.heading-section span {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
}

.heading-section .line-dec {
    margin-bottom: 80px;
    margin-top: 15px;
    width: 60px;
    height: 2px;
    background-color: #222222;
}

.heading-section-2 h2 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}

.heading-section-2 span {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #888888;
}

.heading-section-2 .line-dec {
    margin-top: -90px;
    margin-bottom: 70px;
    width: 150px;
    height: 2px;
    background-color: #222222;
    margin-left: auto;
    margin-right: auto;
}

.heading-section-2 .dec i {
    margin-top: 15px;
    background-color: #ffffff;
    width: 40px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    border: 2px solid #222222;
    margin-bottom: 75px;
}

.tittle h2 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls {
    top: -200px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

@media (max-width: 991px) {
    .owl-controls {
        top: -120px;
    }
}

.owl-controls a {
    color: #333546;
}

    .owl-controls a:hover {
        color: #333546;
    }

.owl-controls .bg-prev {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    z-index: 10;
    background: #fff;
    border: 1px solid #333546;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .owl-controls .bg-prev:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border: 2px solid #333546;
    }

.owl-controls .prev {
    left: 15px;
    z-index: 11;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 32px;
}

    .owl-controls .prev.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .owl-controls .prev:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.owl-controls .bg-next {
    position: absolute;
    float: right;
    z-index: 1;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #333546;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .owl-controls .bg-next:before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border: 2px solid #333546;
    }

.owl-controls .next {
    right: 15px;
    z-index: 11;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 32px;
}

    .owl-controls .next.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .owl-controls .next:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.owl-theme .owl-controls .owl-page {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

    .owl-theme .owl-controls .owl-page a {
        display: block;
        width: 12px;
        height: 12px;
        margin: 0px 5px;
        filter: alpha(opacity=50);
        /*IE7 fix*/
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: transparent;
        border: 2px solid #888;
    }

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
        filter: alpha(opacity=100);
        /*IE7 fix*/
        opacity: 1;
        display: inline-block;
    }

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.go-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 99999;
    font-size: 18px;
    text-align: center;
    background: #181818;
    color: #fff !important;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

    .go-top.go-top-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .go-top.go-topfade-out {
        opacity: 1;
    }

@media (max-width: 991px) {
    .go-top {
        right: 20px;
        bottom: 110px;
    }
}

@media (min-width: 992px) {
    .go-top {
        height: 60px;
        width: 60px;
        line-height: 60px;
        right: 30px;
        bottom: 60px;
    }
}

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
    outline: none;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999;
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cccccc;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f6f6;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.tp-caption.first-line.lft.tp-resizeme.start, .slider-thumb .thumb-item .down-content {
    border-bottom: 2px solid #e4a300;
}

.tp-simpleresponsive > ul > li {
    background-color: #000;
}

.slider .slotholder {
    opacity: 0.4 !important;
}

.hover-btn {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
}

.thumb-item:hover .hover-btn {
    display: block;
    line-height: 170px;
    text-align: center;
}

.thumb-item {
    position: relative;
    float: left;
    width: 100%;
}

.hover-btn .btn {
    font-weight: 100;
    font-size: 12px;
    padding: 5px 25px;
}

.top-search {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}

    .top-search .nice-select {
        border-radius: 0;
        height: 40px;
        border-bottom: 0;
        /*width: 25%;*/
        font-size: 14px;
        background-color: #e0dcdc;
    }

        .top-search .nice-select .current {
            color: #333;
        }

input.search-input.form-control {
    /* border-left: 0; */
    height: 40px;
    width: 78%;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    border-left: 0;
}

.top-search .nice-select:after {
    height: 6px;
    margin-top: -4px;
    width: 6px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.top-search form.form-inline {
    float: left;
}

.top-search button.btn.btn-primary {
    height: a0px;
    margin-left: -5px;
    padding: 9px 20px;
}

.top-search .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

.top-search .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 13px;
}

nav.main-navigation ul li ul.sub-menu li a {
    font-size: 20px;
}

nav.main-navigation ul a {
    font-weight: normal;
    font-size: 22px;
}

.margin-right-30 {
    margin-right: 30px
}

.form-inline {
    font-family: 'Open Sans', sans-serif
}

#cta-1 p.t-14, .t-14 {
    font-size: 14px;
}

#cta-1 p.t-14 {
    margin: 0;
}

a.count-btn {
    position: relative;
    width: 100%;
    padding-right: 50px;
    text-align: left;
    border: none;
    font-weight: 100;
    font-size: 14px;
}

.count-btn span.count {
    float: right;
    top: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #292c38 !important;
    color: #fff !important;
}

#featured-cars.owl-carousel {
    /*position: static;*/
}

.featured-listing {
    position: relative;
}

    .featured-listing .owl-controls {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -35px;
    }

.owl-prev {
    position: absolute;
    left: -20px;
    height: 80px;
    width: 20px;
    background-color: rgba(0,0,0,0.5);
    line-height: 80px;
    text-align: center;
    color: #ffffff;
}

.owl-next {
    position: absolute;
    right: -4px;
    height: 80px;
    width: 20px;
    background-color: rgba(0,0,0,0.5);
    line-height: 80px;
    text-align: center;
    color: #ffffff;
}

.popular-category .owl-controls {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
}

.popular-category .featured-item {
    padding: 0 15px;
}

table.fc-header {
    background-color: #333546;
}

.fc-header td {
    padding: 10px 10px 0;
}

.fc-state-default {
    background: transparent !important;
    border: none;
    color: #fff;
    box-shadow: none;
}

.fc-event.fc-event-hori.fc-event-start.fc-event-end {
    opacity: 0;
    height: 0;
}

.fc-grid .fc-day-number {
    float: none;
    text-align: center;
    padding: 7px 2px;
}

.fc-event {
    margin-top: -40px;
    height: 40px;
}

td.fc-day {
    background-color: #333546;
    color: #fff;
}

table.fc-border-separate {
    border: 20px solid #292c38;
}

th.fc-day-header.fc-widget-header {
    background-color: #292c38;
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    border: none;
    padding: 5px 0;
}

.fc-widget-header, .fc-widget-content {
    border-color: rgba(255,255,255,0.1)
}

td.fc-day.fc-widget-content {
    width: calc(100% / 7);
}

.block-heading {
    font-size: 20px;
    background-color: #333546;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
}

@media(max-width:991px) {
    .block-heading {
        font-size: 17px;
    }
}

.listing-section ul.list-group {
    margin: 0;
    padding: 10px 0;
    background: #f7f5f5;
}

    .listing-section ul.list-group li {
        margin: 0;
        border: none;
        background: #f7f5f5;
    }

.listing-section span.count {
    padding: 6px 10px !important;
}

.popular-category .featured-item h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.popular-category a.count-btn {
    width: auto;
    padding: 6px 20px;
    float: left;
}

.popular-category span.count {
    position: relative;
    float: left;
    padding: 6px 15px;
    margin: 0px 0;
    background-color: #d69b06 !important;
    color: #fff;
}

.popular-category .down-content {
    border-bottom: 1px solid #333;
    padding: 15px;
    background-color: #fff;
    float: left;
    width: 100%;
}

.popular-category .car-info {
    float: left;
}

.overlay {
    position: absolute;
    z-index: 999;
    color: #fff;
    padding: 0 30px;
    top: 0;
}

    .overlay h2 strong, .overlay h4 strong, .overlay h4 {
        font-weight: 600;
        line-height: 26px;
        padding: 10px 0;
    }

.dark-bg {
    background-color: #26313c;
    position: relative;
    color: #fff;
    display: inline-block;
    width: 100%;
    max-width: 465px;
    padding: 0 25px 0 10px;
}

.reviews-count .dark-bg h2 {
    color: #e4a300;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    font-size: 32px;
    vertical-align: middle;
    padding: 10px 15px;
}

.reviews-count .dark-bg:after, .reviews-count .dark-bg:before {
    content: "";
    position: absolute;
    top: 0;
    border-style: solid;
    height: 0;
    width: 0;
}

.reviews-count .dark-bg:before {
    border-color: #26313c transparent transparent transparent;
    border-width: 10px 0 0 10px;
    right: 100%;
}

.reviews-count .dark-bg:after {
    border-color: #26313c transparent transparent transparent;
    border-width: 10px 10px 0 0px;
    left: 100%
}

.reviews-count .dark-bg span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.popular-category img {
    width: 100%;
}

.popular-category, .reviews {
    background-color: #f7f5f5;
}

.nice-select li.option {
    width: 100%;
    float: left;
}

.listing-section .count-btn span.count {
    background-color: #d69b06 !important;
}

.tp-caption.second-line {
    font-size: 28px !important;
    font-weight: bold;
    margin-top: 30px !important;
}

.tp-caption.third-line {
    text-align: center;
    line-height: 30px !important;
    font-weight: 100;
    margin-top: 30px !important;
}

.bg .col-sm-12 p {
    border: 1px solid #e1e1e1;
    float: left;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 5px;
}

h5.name {
    float: left;
    margin: 2px 10px 0 25px;
    font-size: 14px;
    font-weight: bold;
}

.rating i {
    color: #e4a300;
}

.review {
    margin: 20px 0;
}

.bg .col-sm-12 p:before {
    position: absolute;
    height: 26px;
    content: "";
    width: 19px;
    background: url(../images/testimonial-point.png) no-repeat bottom center;
    bottom: -24px;
    left: -1px;
}

a.view-all {
    border: 2px solid #333;
    padding: 5px;
    position: relative;
}

    a.view-all:after {
        position: absolute;
        content: "";
        width: 70px;
        height: 2px;
        background: #333;
        left: 100%;
        top: 50%;
        margin-top: -2px;
    }

.view-all-btn {
    margin: 10px 0 30px;
}

    .view-all-btn, .view-all-btn:after, .view-all-btn:before {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

a.view-all:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: #333;
    right: 100%;
    top: 50%;
    margin-top: -2px;
}

a.view-all:hover {
    border-color: #e5a300;
}

    a.view-all:hover:after, a.view-all:hover:before {
        width: 60px;
        -webkit-transition: width 0.3s ease 0s;
        -moz-transition: width 0.3s ease 0s;
        transition: width 0.3s ease 0s;
        background-color: #e5a300;
    }

.nav-side-menu ul#menu-content {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .nav-side-menu ul#menu-content > li {
        padding: 10px 0px;
        background-color: #e0dcdc;
        list-style: none;
        position: relative;
    }

    .nav-side-menu ul#menu-content li {
        list-style: none;
        margin-bottom: 1px;
    }

.sub-menu {
    padding: 8px 17px;
}

    .sub-menu label {
        font-weight: 400;
        width: 84%;
        vertical-align: top;
    }

.nav-side-menu ul#menu-content > li > a {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 3px solid #dd9310;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    display: inline-block;
    width: 90%;
}

.menu-content .arrows {
    position: absolute;
    right: 10px;
    top: 13px;
}

ul.sub-menu {
    background-color: #f7f5f5;
}

#page-heading span.o-text {
    display: inline-block;
    font-size: inherit;
    color: #dd9310;
    margin: 0;
    padding: 0;
}

.l-thumbnail {
    position: relative;
}

    .l-thumbnail .overlay {
        display: none;
    }

.featured-item:hover .l-thumbnail .overlay {
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 43px;
    top: 0;
}

.l-thumbnail .overlay a {
    color: #fff;
    background-color: #e5a300;
    font-size: 12px;
}

.overlay .compare-btn {
    background-color: #292c38;
    font-size: 12px;
}

.overlay .compare-btn, .l-thumbnail .overlay a {
    padding: 10px 0;
}

.nav-side-menu ul#menu-content > li > a .arrows i.fa-angle-down {
    display: none;
}

.nav-side-menu ul#menu-content > li.collapsed > a .arrows i.fa-angle-down {
    display: inline-block;
}

.nav-side-menu ul#menu-content > li.collapsed > a .arrows i.fa-angle-up {
    display: none;
}

.nav-side-menu ul#menu-content > ul.sub-menu li {
    padding: 3px 0;
}

.listing-page .featured-item .down-content h2 {
    width: 100%;
}

.listing-page .featured-item .down-content .light-line {
    margin-top: 5px;
}

.spec {
    float: left;
    width: 100%;
}

.listing-page .spec span.price, .listing-page .spec span.km {
    padding: 10px 10px 10px 0;
    background-color: transparent;
}

.listing-page .spec span.price {
    color: #dd9310;
    font-size: 16px;
    height: initial;
    line-height: 1;
    margin: 0;
    padding: 8px 0px;
}

.listing-page .spec span.km {
    margin: 0;
    padding: 0;
}

.listing-page .car-info {
    padding: 8px 15px;
}

.listing-grid .featured-item .down-content .car-info {
    border-width: 1px;
}

.listing-grid .featured-item .down-content-terraverse .car-info {
    border-width: 1px;
}

.listing-grid .featured-item:hover .down-content {
    background-color: #f7f5f5;
}

.listing-grid .featured-item:hover .down-content-terraverse {
    background-color: #f7f5f5;
}

.pre-featured {
    background-color: transparent;
    margin-bottom: 30px;
}

.spec i.fa.fa-tachometer {
    margin-right: 10px;
}

.listing-grid .featured-item .down-content span.km.pull-right {
    font-weight: normal;
}

.results {
    padding: 0;
}

    .results li a {
        padding: 10px 0 9px;
        display: inline-block;
        border-bottom: 2px solid transparent;
        text-transform: uppercase;
        font-weight: 700;
        color: #7b7b7b;
    }

    .results .active a {
        border-bottom-color: #dd9310;
        color: #000;
    }

    .results li {
        float: left;
        list-style: none;
        padding-right: 20px;
    }

h4.block-heading {
    background-color: transparent;
    color: #333;
    font-size: 16px;
    border-left: 3px solid #e5a300;
    padding: 5px 15px;
}

.left-border {
    border-left: 3px solid #e5a300;
    padding: 5px 15px;
}

.watcher-count {
    color: #7d7d7d;
}

.item-title {
    margin-top: 10px;
    font-size: 22px;
}

.detail-title {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    color: #7b7b7b;
    word-wrap: break-word;
}

.part-name {
    color: #7b7b7b
}

.detail {
    display: inline-block;
    vertical-align: top;
    width: 64%;
}

    .detail .h3 {
        margin: 0;
    }

.important-msg {
    color: #dd9310;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
}

.product-details ul {
    padding-left: 10px 0;
    list-style: none;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    list-style: none;
}

.item-sub-details li {
    padding: 5px 0;
}

#left-info .panel.panel-default {
    margin: 0;
    border-bottom: 1px solid #ece9e9;
    border-top: 1px solid #fff;
    border-right: 0;
    border-left: 0;
    background-color: #f7f5f5;
}

#left-info .panel-body {
    background-color: #f7f5f5;
}

    #left-info .panel-body a {
        color: #dd9310;
    }

.part-name {
    width: 36%;
    float: left;
}

.product-details .externalslidercontrol-ul {
    padding: 0;
}

    .product-details .externalslidercontrol-ul li {
        padding: 5px 0;
    }

.externalslidercontrol-ul .fa-star, .externalslidercontrol-ul .fa-star-half-empty {
    color: #e5a300
}

#single-product .inspection {
    border: 5px solid #f7f5f5;
}

    #single-product .inspection .panel-body, #single-product .inspection .panel-heading {
        background-color: #fff;
    }

    #single-product .inspection .panel-body, #single-product .inspection .panel.panel-default {
        margin: 0;
    }

    #single-product .inspection .panel.panel-default {
        border-top: none;
        border-left: none;
        border-right: none;
    }

.btn-danger {
    background-color: #f36127;
    border-color: #f36127;
}

.product-details .btn-danger {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    /*width: 40%;*/
    /*margin-left: 15px;*/
}

.o-text {
    color: #dd9310;
}
/*.o-text:hover{color:#fff;}*/
.product-thumb .bx-wrapper {
    margin: 0 auto 10px;
}

.product-thumb .bx-wrapper {
    box-shadow: none;
}

    .product-thumb .bx-wrapper .bx-prev {
        left: -51px;
    }

    .product-thumb .bx-wrapper .bx-next {
        right: -51px;
    }

.product-thumb {
    margin-bottom: 15px;
}

    .product-thumb .bx-viewport .bxslider {
        padding: 0;
    }

#single-product .panel-title > a {
    display: inline-block;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.panel-title a i.fa-angle-down {
    display: none;
}

.panel-title a.collapsed i.fa-angle-down {
    display: inline-block;
}

.panel-title a.collapsed i.fa-angle-up {
    display: none;
}

.panel-title .fa-angle-up, .fa-angle-down {
    float: right;
}

@media(min-width:768px) {
    nav.main-navigation ul {
        margin-left: -15px;
    }

    .featured-listing .featured-item {
        padding: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    nav.main-navigation ul a {
        padding: 10px 0;
    }

    .top-search form.form-inline {
        width: 73%;
        float: left;
    }

    input.search-input.form-control {
        width: 77%;
    }
}

.bid-continue {
    margin-top: 1px;
    margin-bottom: 3px;
    padding: 0 0;
}

.red-bg {
    background-color: #ff471a;
    color: #fff;
}

.o-bg {
    background-color: #e5a300;
    color: #fff;
}

.bid-continue .bid-continue-heading {
    color: #fff;
    padding: 0 0 1px;
    position: relative;
}

    .bid-continue .bid-continue-heading .container {
        position: relative;
    }

        .bid-continue .bid-continue-heading .container:after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-color: #e5a300 transparent transparent transparent;
            border-width: 10px;
        }

.slides.urgent {
    background-color: #f36127;
}

.slides {
    width: auto;
    float: left;
    background-color: #4a4b5b;
    color: #fff;
    padding: 5px;
}

.bid-slider {
    background: #333546 none repeat scroll 0 0;
}

.pull-left.productImg-112 {
    margin-right: 10px;
}

.bid-slider .bx-wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    margin: 0 0 14px 0;
}

section.filter {
    padding: 10px 0 30px;
}

.bid-slider .slides a {
    color: #fff;
}

.filter .row {
    border-bottom: 3px solid #d5d2d2;
    margin: 0;
}

    .filter .row .col-sm-11 {
        padding: 0;
    }

.dark-blue {
    background-color: #26313c;
    color: #fff;
}

h5.dark-blue {
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    display: inline-block;
}

.pre-sale-info {
    background-color: white;
    color: black;
}

h5.pre-sale-info {
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    display: inline-block;
    min-height: 100px;
    border: solid 2px #26313c;
    border-radius: 10px;
}

@font-face {
    font-family: 'digital7';
    src: url('../fonts/digital7.eot');
    src: url('../fonts/digital7.eot') format('embedded-opentype'), url('../fonts/digital7.woff2') format('woff2'), url('../fonts/digital7.woff') format('woff'), url('../fonts/digital7.ttf') format('truetype'), url('../fonts/digital7.svg#digital7') format('svg');
}

.time-left {
    float: right;
    position: relative;
    width: 58px;
    height: 58px;
    background-color: #ccc;
    border-radius: 50%;
}

.timer-container {
    font-family: 'digital7';
}

.timer-container {
    background-color: #fff;
    width: 52px;
    height: 52px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    font-size: 24px;
    top: 3px;
    left: 3px;
}

.all-auction-section .p-a-5 {
    background: #f7f6f6 none repeat scroll 0 0;
    display: block;
    float: left;
    padding: 5px;
    width: 100%;
    box-shadow: 0px 3px 0px #bebebe;
}

.pro-image-84x84.pull-left {
    height: 84px;
    width: 84px;
    margin-right: 10px;
}

.closing-in {
    float: right;
}

small.pro-name {
    font-size: 12px;
}

p.heighest-bid {
    margin-bottom: 2px;
}

.bid-description.pull-left {
    width: 52%;
}

.all-auction-section .btn.btn-danger {
    background-color: #dd9310;
    border-color: #EBA324
}

.closing-in p {
    margin-bottom: 3px;
    font-size: 12px;
    text-align: center;
}

.bid-description.pull-left {
    width: 52%;
    border-right: 1px solid #d5d5d5;
    box-shadow: 1px 0px 0px #dddddd;
}

.max-bid .dropdown-menu {
    padding: 5px;
    width: 171px;
    right: 0;
    left: auto;
}

.max-bid .btn-group > button.main-btn {
    width: 126px;
    border-right: 1px solid #a7751b;
}

.pro-desc-detail {
    background-color: #eeeeee;
    padding: 5px;
    box-shadow: 0px 2px 0px #dd9310;
}

    .pro-desc-detail > ul {
        padding: 0;
        list-style: none;
        margin-top: 10px;
        font-size: 12px;
    }

    .pro-desc-detail p {
        font-size: 12px;
    }

.pro-desc-detail {
    background-color: #eeeeee;
    padding: 5px;
    box-shadow: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 30px);
    max-height: 0px;
    margin: 0 15px;
    overflow: hidden;
    padding: 0;
    transition-duration: 0.5s;
    z-index: 99;
}

.bid-block:hover .pro-desc-detail {
    max-height: 200px;
    height: 150px;
    padding: 5px;
    border-top: 1px solid #c9c9c9;
}

.bid-block:hover .p-a-5 {
    background: #eee;
}

.all-auction-section .col-sm-6 {
    margin-bottom: 15px;
}

.timing {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.sold-out .bid-description.pull-left {
    width: auto;
    border: 0;
    box-shadow: none;
}

.heighest-bid.changed {
    background-color: #f36127;
    color: #fff;
    padding: 0 10px;
    width: auto;
    display: inline-block;
    animation: blink-animation 1s infinite;
    -webkit-animation: blink-animation 1s infinite;
    transition-duration: 0s;
}

@keyframes blink-animation {
    0% {
        background-color: transparent;
        color: #333;
    }

    25% {
        background-color: #dd9310;
        color: #fff;
    }

    50% {
        background-color: transparent;
        color: #333;
    }

    75% {
        background-color: #dd9310;
        color: #fff;
    }

    100% {
        background-color: transparent;
        color: #333;
    }
}

@-webkit-keyframes blink-animation {
    0% {
        background-color: transparent;
        color: #333;
    }

    25% {
        background-color: #dd9310;
        color: #fff;
    }

    50% {
        background-color: transparent;
        color: #333;
    }

    75% {
        background-color: #dd9310;
        color: #fff;
    }

    100% {
        background-color: transparent;
        color: #333;
    }
}

@keyframes blink-animation-gone {
    0% {
        background-color: transparent;
        color: #333;
    }

    25% {
        background-color: #ed1c24;
        color: #fff;
    }

    50% {
        background-color: transparent;
        color: #333;
    }

    75% {
        background-color: #ed1c24;
        color: #fff;
    }

    100% {
        background-color: transparent;
        color: #333;
    }
}

@-webkit-keyframes blink-animation-gone {
    0% {
        background-color: transparent;
        color: #333;
    }

    25% {
        background-color: #ed1c24;
        color: #fff;
    }

    50% {
        background-color: transparent;
        color: #333;
    }

    75% {
        background-color: #ed1c24;
        color: #fff;
    }

    100% {
        background-color: transparent;
        color: #333;
    }
}

@keyframes blink-animation-currentprice {
    0% {
        background-color: #dd9310;
        color: #fff;
    }

    25% {
        background-color: #384552;
        color: #ccc;
    }

    50% {
        background-color: #dd9310;
        color: #fff;
    }

    75% {
        background-color: #384552;
        color: #ccc;
    }

    100% {
        background-color: #dd9310;
        color: #fff;
    }
}

@-webkit-keyframes blink-animation-currentprice {
    0% {
        background-color: #dd9310;
        color: #fff;
    }

    25% {
        background-color: #384552;
        color: #ccc;
    }

    50% {
        background-color: #dd9310;
        color: #fff;
    }

    75% {
        background-color: #384552;
        color: #ccc;
    }

    100% {
        background-color: #dd9310;
        color: #fff;
    }
}


@keyframes blink-animation-message {
    0% {
        background-color: #384552;
        color: #333;
    }

    25% {
        background-color: #26313c;
        color: #fff;
    }

    50% {
        background-color: #384552;
        color: #333;
    }

    75% {
        background-color: #26313c;
        color: #fff;
    }

    100% {
        background-color: #384552;
        color: #333;
    }
}

@-webkit-keyframes blink-animation-message {
    0% {
        background-color: #384552;
        color: #333;
    }

    25% {
        background-color: #26313c;
        color: #fff;
    }

    50% {
        background-color: #384552;
        color: #333;
    }

    75% {
        background-color: #26313c;
        color: #fff;
    }

    100% {
        background-color: #384552;
        color: #333;
    }
}

.gray-bg {
    background-color: #e2e2e2;
}

.you-bid-on .your-bid-blocks {
    background-color: #e2e2e2;
    float: left;
    width: 100%;
    /* padding: 10px 0; */
}

.you-bid-on h5.heading.dark-blue {
    /* margin-bottom: 0; */
}

.your-bid-blocks .col-sm-12 {
    margin-bottom: 15px;
}

section.all-auction-section {
    padding: 0px 0 10px;
}

.filter-table-heading a {
    color: #fff;
    text-decoration: underline;
    margin-top: 8px;
}

.filter .dropdown > button {
    background: none;
    border: none;
    color: #E5A300;
    float: right;
}

.filter .dropdown-menu {
    width: 270px;
    right: -20px;
    left: auto;
    top: 20px;
    padding-top: 0px;
}

    .filter .dropdown-menu::after {
        border-color: transparent transparent #e0dcdc;
        border-style: solid;
        border-width: 10px;
        content: "";
        height: 0;
        position: absolute;
        right: 23px;
        width: 0;
        top: -20px;
    }

.filter .dropdown-heading {
    float: left;
    width: 100%;
    background-color: #e0dcdc;
}

.filter .left-border.col-sm-8 {
    margin: 5px 0 0 10px;
}

.filter .dropdown-heading > a {
    font-size: 12px;
    color: #E5A300;
    padding: 11px;
    display: inline-block;
    float: right;
}

.filter-category {
    padding: 30px 10px 0;
    float: left;
    width: 100%;
}

.myclass {
    padding: 0;
    list-style: none;
}

    .myclass li {
        padding: 5px 0;
        font-weight: 400;
    }

        .myclass li label {
            font-weight: 400;
        }

    .myclass span {
        vertical-align: top;
        padding-left: 5px;
    }

.filter .slider-range {
    margin-bottom: 40px;
}

    .filter .slider-range h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 30px;
        margin-bottom: 10px;
        margin-right: 15px;
    }

    .filter .slider-range .ui-slider-horizontal .ui-slider-range {
        background-color: #a19f9f;
    }

    .filter .slider-range .ui-slider-horizontal {
        border-radius: 0px;
        background-color: #e0dcdc;
    }

    .filter .slider-range input {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #333;
        margin-top: 0px;
        margin-bottom: -10px;
        display: inline-block;
        background-color: transparent;
        border: none;
        outline: none;
    }

.filter .ui-slider .ui-slider-handle {
    background-color: #dd9310;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: 2;
}

.filter-table th:not(:first-child), tr td:not(:first-child) {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    vertical-align: top;
}

.filter-table td .fa.fa-check-circle {
    color: #E5A300;
}

.filter-table .table.table-bordered th {
    vertical-align: top;
}

.filter-table .table-responsive {
    margin-top: 30px;
}

.filter-table td:first-child {
    font-size: 11px;
}

    .filter-table td:first-child span {
        margin-right: 10px;
    }

.filter-table thead tr th {
    border: none !important;
}

.max-bid .form-control {
    font-size: 12px;
}

.popover-container {
    position: relative;
}

    .popover-container .popover {
        min-width: 400px;
        left: 20px;
        top: 20px;
    }

        .popover-container .popover::after {
            border-color: transparent transparent #e0dcdc;
            border-style: solid;
            border-width: 10px;
            content: "";
            height: 0;
            position: absolute;
            left: 20px;
            width: 0;
            top: -20px;
        }

.popover .heading > h3 {
    margin: 0;
}


#featured-cars .thumb-item .top-content {
    background-color: #cecece;
    height: 60px;
    padding: 1px 0;
    width: 100%;
}

    #featured-cars .thumb-item .top-content span {
        color: #fff;
        float: left;
        font-size: 14px;
        font-weight: 700;
        line-height: 60px;
        margin-left: 13px;
        position: absolute;
        z-index: 10;
    }

    #featured-cars .thumb-item .top-content .span-bg {
        background-color: #cecece;
        border-bottom: 12px solid transparent;
        /*border-left: 80px solid #e5a300;*/
        border-left: 80px solid #26313c;
        color: #fff;
        border-top: 12px solid transparent;
        height: 59px;
        position: absolute;
        transform: rotate(0deg) skew(0deg);
        width: 60px;
        z-index: 9;
    }

    #featured-cars .thumb-item .top-content h2 {
        background-color: #b1b1b1;
        color: #333;
        font-size: 14px;
        font-weight: 700;
        margin-left: 80px;
        margin-top: 12px;
        padding: 10px;
        text-transform: uppercase;
    }

#featured-cars .thumb-item .down-content {
    background-color: rgb(247, 245, 245);
    display: inline-block;
    padding: 15px;
    width: 100%;
}

    #featured-cars .thumb-item .down-content p {
        color: #333333;
        display: inline-block;
    }

    #featured-cars .thumb-item .down-content img {
        border: 2px solid rgba(250, 250, 250, 0.5);
        float: right;
    }

.featured-cars-items {
    display: inline-block;
    width: 94%;
}

.sign-form .signform input {
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    width: 100%;
    padding-left: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444444;
    height: 40px;
    outline: none;
}

    .sign-form .signform input.name {
        background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510687473/tp/utility/icons/user.jpg');
        background-position: 10px;
        background-repeat: no-repeat;
    }

    .sign-form .signform input.email {
        background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510687473/tp/utility/icons/email.jpg');
        background-position: 10px;
        background-repeat: no-repeat;
    }

    .sign-form .signform input.company {
        background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510687473/tp/utility/icons/company.jpg');
        background-position: 10px;
        background-repeat: no-repeat;
    }

    .sign-form .signform input.password {
        background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510687473/tp/utility/icons/password.jpg');
        background-position: top left;
        background-position: 10px center;
        background-repeat: no-repeat;
    }

    .sign-form .signform input.information {
        background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1512775472/tp/utility/icons/gen-appearance.jpg');
        background-position: top left;
        background-position: 10px center;
        background-repeat: no-repeat;
    }

input.error {
    border: 1px solid #f00 !important;
}

.signform a {
    color: #dd9310;
}

.termsform a {
    color: #dd9310;
}

.has-error + label, .error + label {
    color: #ff0000;
    font-weight: normal;
    position: absolute;
    bottom: 0px;
    left: 15px;
    font-size: 13px;
}

input.has-error + i {
    background-image: url("../images/close.png");
    background-position: 97% center;
    background-repeat: no-repeat;
    display: block !important;
    right: 25px;
    top: 3px;
}

.signform .btn {
    height: 40px;
    line-height: 40px;
    padding: 0;
}

input.has-success + i {
    background-image: url("../images/check.png");
    background-position: 97% center;
    background-repeat: no-repeat;
    display: block !important;
    right: 25px;
    top: 3px;
}

.sign-form .signform textarea.message {
    background-image: url(../images/message-icon.png);
    background-position: top left;
    background-position: 10px 15px;
    background-repeat: no-repeat;
}

.sign-form .signform textarea {
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    min-height: 140px;
    max-height: 180px;
    font-size: 14px;
    color: #444444;
    height: 40px;
    padding: 12px 30px;
    outline: none;
}

.sign-form .advanced-button {
    margin-bottom: 70px;
}

.terms-form .termsform textarea.message {
    background-image: url(../images/message-icon.png);
    background-position: top left;
    background-position: 10px 15px;
    background-repeat: no-repeat;
}

.terms-form .termsform textarea {
    border: 1px solid #eeeeee;
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    min-height: 140px;
    max-height: 180px;
    font-size: 14px;
    color: #444444;
    height: 40px;
    padding: 12px 30px;
    outline: none;
}

.terms-form .advanced-button {
    margin-bottom: 70px;
}

.sign-info {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .sign-info {
        margin-bottom: 70px;
    }
}

.sign-info h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 7px;
}

.sign-info span {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #dd9310;
}

.sign-info a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #dd9310;
}

.sign-info .fax {
    margin-top: 30px;
}

.sign-info .email {
    margin-top: 30px;
}

.sign-info .address {
    margin-top: 30px;
}

.sign-form .signform input[type="checkbox"] {
    float: left;
    margin: 0;
    padding-right: 10px;
    width: 20px;
}

    .sign-form .signform input[type="checkbox"] ~ label {
        font-size: 14px;
        font-weight: normal;
        margin: 9px 0 0 10px;
        vertical-align: middle;
    }

.terms-form .termsform input[type="checkbox"] {
    float: left;
    margin: 0;
    padding-right: 10px;
    width: 20px;
    transform: scale(1.5);
}

    .terms-form .termsform input[type="checkbox"] ~ label {
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 0 10px;
        vertical-align: middle;
    }

input[type="checkbox"] + .error.note.note-error {
    font-size: 13px;
    left: 34px;
    top: 20px;
}

input.error[type="checkbox"] {
    border-color: rgb(255, 0, 0) !important;
}

.sign-bg {
    display: table;
    width: 100%;
    align-content: center;
    text-align: left;
    height: 400px;
    color: #fff;
}

    .sign-bg p {
        color: #fff;
    }

.sign-up {
    background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510688289/tp/utility/icons/sign-up.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sign-up-h2 {
    font-size: 24px;
    color: #DD9310;
    font-weight: 700;
}

.sign-up-h3 {
    font-size: 18px;
    font-weight: 500;
}

.sign-in {
    background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510688284/tp/utility/icons/sign-in.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sign-up.sign-bg.locked-acc::after {
    background-color: rgba(229, 163, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}


.sign-up-auction {
}

    .sign-up-auction h2 {
        font-size: 24px;
        font-weight: 500;
    }

    .sign-up-auction h3 {
        font-size: 28px;
        color: #DD9310;
        font-weight: 700;
    }

    .sign-up-auction h4 {
        font-size: 22px;
        font-weight: 700;
    }

    .sign-up-auction h5 {
        font-size: 14px;
        font-weight: 500;
    }

    .sign-up-auction button {
        font-size: 20px;
        font-weight: 700;
        height: 50px !important;
    }

.sign-up-auction-row {
    height: 100px;
    border-bottom: 1px solid #e0dcdc;
}

.sign-up-auction-titletext {
    margin-top: 10px;
    font-size: 20px;
    color: #DD9310;
    font-weight: 700;
}

.sign-up-auction-text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

.forgot-pass {
    background-image: url('https://res.cloudinary.com/terrapointllc/image/upload/v1510687959/tp/utility/icons/forgot-password.jpg');
}

.text-success {
    color: #1bb906;
    font-size: 14px;
}

form i.fa.fa-check {
    color: #1abe1a;
}

.done .fa-check {
    font-size: 200px;
    line-height: 150px;
}

form i.fa.fa-close {
    color: #f00;
}

.feedback-icon {
    position: absolute;
    right: 25px;
    top: 15px;
}

#profile_form .feedback-icon {
    position: absolute;
    right: 30px;
    top: 37px;
}

#nameaddr_form .feedback-icon {
    position: absolute;
    right: 30px;
    top: 37px;
}

#emailPhone_form .feedback-icon {
    position: absolute;
    right: 30px;
    top: 37px;
}

#changepass_form .feedback-icon {
    position: absolute;
    right: 30px;
    top: 37px;
}

.v-middle {
    align-self: center;
    display: table-cell;
    padding: 27px;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}

    .v-middle h1 {
        font-size: 50px;
        margin: 0 0 10px;
    }

    .v-middle h2 {
        font-size: 40px;
        margin: 0 0 10px;
        font-weight: bold;
    }

.center-divider {
    margin: 50px 0;
    position: relative;
}

    .center-divider:after {
        position: absolute;
        top: 14px;
        height: 1px;
        background-color: #e0dcdc;
        left: 0;
        right: 0;
        content: "";
        z-index: 0;
    }

    .center-divider span {
        background-color: #fff;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        position: relative;
        width: 40px;
        z-index: 9;
        font-weight: bold;
        text-transform: uppercase;
    }

a.btn-default {
    background-color: #e0dcdc;
    color: #333546;
}

.sign-form p {
    color: #333546;
}

.already-mmbr {
    margin-top: 7px;
    display: block;
}

/** validation**/
small.help-block {
    bottom: 5px;
    color: #f00;
    position: absolute;
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.pre-featured h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    margin-left: 20px;
    margin-top: 25px;
}

.pre-featured .right-content {
    text-align: right;
}

    .pre-featured .right-content .input-select {
        margin: 15px 10px;
        display: inline-block;
    }

        .pre-featured .right-content .input-select select {
            cursor: pointer;
            border: 1px solid #e5f2ff;
            width: 180px;
            height: 36px;
            padding: 5px;
            font-family: 'Montserrat', sans-serif;
            font-size: 11px;
            color: #336699;
            text-transform: uppercase;
            outline: none;
        }

            .pre-featured .right-content .input-select select option {
                font-size: 10px;
                color: #888888;
                margin-bottom: 5px;
            }

    .pre-featured .right-content .grid-list {
        float: right;
        display: inline-block;
        margin: 0px 0px 15px 0px;
    }

        .pre-featured .right-content .grid-list ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .pre-featured .right-content .grid-list ul li {
                margin: 0 2px;
                display: inline-block;
            }

                .pre-featured .right-content .grid-list ul li a {
                    color: #333;
                    width: 36px;
                    height: 36px;
                    text-align: center;
                    line-height: 36px;
                    display: inline-block;
                    border: 1px solid #ccc;
                    background-color: transparent;
                }

.pre-featured .right-content {
    border-bottom: 1px solid #ccc;
    text-align: right;
}

    .pre-featured .right-content .input-select {
        border-radius: 0;
        margin: 0 20px;
    }

    .pre-featured .right-content .nice-select {
        border-radius: 0;
        height: 36px;
        line-height: 35px;
        width: 140px;
    }

input[type="checkbox"] ~ i {
    display: none;
}
/** login**/

.faild-attempt {
    padding: 5px 15px 10px;
}

.sign-bg .fa.fa-lock {
    font-size: 100px;
}

.w70 {
    display: inline-block;
    vertical-align: bottom;
    width: 70%;
}

    .w70 h1 {
        font-size: 44px;
        margin: 0 0 0 20px;
    }

.v-middle > span {
    display: inline-block;
    vertical-align: baseline;
}

.sign-bg p {
    color: #fff;
}

.faild-attempt p {
    font-size: 12px;
}

.locked-cont .fa.fa-support {
    font-size: 18px;
    color: #333;
}

.locked-cont > span {
    color: #333;
}

.locked-cont {
    color: #777;
    margin: 20px 0 0;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    display: block !important;
    right: 25px;
    top: 3px;
}

.field-validation-error {
    color: #ff0000;
    font-weight: normal;
    position: absolute;
    top: 40px;
    bottom: 5px;
    left: 20px;
    font-size: 11px;
}

.field-validation-valid {
    display: none;
}

#profile_form .input-validation-error {
    border: 1px solid #f00 !important;
    display: block !important;
    right: 25px;
    top: 3px;
}

#profile_form .field-validation-error {
    color: #ff0000;
    font-weight: normal;
    position: absolute;
    top: 65px;
    bottom: 5px;
    left: 20px;
    font-size: 11px;
}

.agreeToBuyersTermsValMessage {
    top: 30px !important;
    left: 45px !important;
}

#profile_form .field-validation-valid {
    display: none;
}

#nameaddr_form .input-validation-error {
    border: 1px solid #f00 !important;
    display: block !important;
    right: 25px;
    top: 3px;
}

#nameaddr_form .field-validation-error {
    color: #ff0000;
    font-weight: normal;
    position: absolute;
    top: 65px;
    bottom: 5px;
    left: 20px;
    font-size: 11px;
}

#nameaddr_form .field-validation-valid {
    display: none;
}

#emailPhone_form .input-validation-error {
    border: 1px solid #f00 !important;
    display: block !important;
    right: 25px;
    top: 3px;
}

#emailPhone_form .field-validation-error {
    color: #ff0000;
    font-weight: normal;
    position: absolute;
    top: 67px;
    bottom: 5px;
    left: 20px;
    font-size: 11px;
}

#emailPhone_form .field-validation-valid {
    display: none;
}

#changepass_form .input-validation-error {
    border: 1px solid #f00 !important;
    display: block !important;
    right: 25px;
    top: 3px;
}

#changepass_form .field-validation-error {
    color: #ff0000;
    font-weight: normal;
    position: absolute;
    top: 67px;
    bottom: 5px;
    left: 20px;
    font-size: 11px;
}

#changepass_form .field-validation-valid {
    display: none;
}

.pro-notifications .alert {
    border-bottom-color: none;
    border-left-color: none;
    border-right-color: none;
    border-top-color: none;
    border-color: currentcolor;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
}

.abrivations {
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
}

    .abrivations li {
        padding: 5px 0;
        font-size: 14px;
    }

.ab-link {
    color: #0784d4;
    padding-right: 5px;
}

.alert-info {
    background-color: #0784d4;
    color: #19475e;
}

.alert-warning {
    background-color: #e9c91a;
    color: #a18c1b;
}

.alert a {
    font-weight: 700;
    /*color: #ffffff !important;*/
}

.alert-warning a, .alert-info a {
    color: currentColor;
}

.alert > span {
    /*color: #fff;*/
    font-weight: bold;
}

.welcome {
    font-size: 16px;
    margin-bottom: 25px;
}

    .welcome a {
        color: #0784d4;
    }

.nav-side-menu {
    position: relative;
    width: 100%;
}

.menu-list.sticky {
    width: 100%;
}

input:checked + label {
    color: #dd9310;
    font-weight: bold;
}

.sub-menu.spacialCheckbox-ul.collapse.in {
    max-height: 200px;
}

li[aria-expanded="false"] + .slimScrollDiv {
    height: 0 !important;
    transition: height 0.3s ease;
}

.tooltiptopicevent:after {
    content: "";
    left: 0;
    bottom: 100%;
    top: auto;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent rgb(254, 184, 17) rgb(254, 184, 17);
    position: absolute;
}

.tooltiptopicevent {
    color: #fff;
}

.comapre-it {
    background-color: rgba(41,44,56,0.88);
    padding: 6px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

    .comapre-it input[type="radio"], .comapre-it input[type="checkbox"] {
        margin: 0px;
        vertical-align: middle;
    }

    .comapre-it input:checked + label, .comapre-it input + label {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 0;
        margin-left: 7px;
        vertical-align: middle;
    }

.detail .o-text:hover {
    color: #dd9310;
}

.detail .o-text {
    font-weight: bold;
}

.compare-action {
    background-color: #2a2c39;
    padding: 3px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.btn-orange {
    background-color: #f36126;
    color: #fff;
}

.compare-action .btn-orange {
    margin-left: 10px;
}

.modal {
    z-index: 99999;
}

.modal-backdrop.in {
    z-index: 9999;
}

.quick-view-modal .modal-content {
    display: inline-block;
    background: #e9e9e9;
}

.quick-view-modal .bx-wrapper {
    border: none;
    background: transparent;
}

.quick-view-modal .modal-content img {
    max-width: 100%;
}

.quick-view-modal .modal-content video {
    max-width: 100%;
}

.quick-view-modal .modal-dialog.modal-lg .modal-content {
    max-height: 70vh;
    overflow: auto;
}

.quick-view-modal ul.item-sub-details {
    list-style: none;
    padding: 0;
}

.quick-view-modal ul .detail {
    width: 65%;
    font-weight: bold;
}

.quick-action {
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

.quick-view-modal button.close {
    opacity: 1;
    top: -15px;
    position: absolute;
    right: -15px;
    z-index: 999;
}

.quick-action a.btn {
    width: 195px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    margin: 10px;
}

.btn-info {
    background-color: #333546;
}

    .btn-info:hover {
        background-color: #22263a;
    }

.btn-warning {
    background-color: #dd9310;
}

.btn-orange:hover {
    color: #fff;
    background-color: #e75920
}

.quick-view-modal .product-thumb {
    margin-top: 15px;
}

.quick-view-modal .bx-wrapper .bx-controls-direction a {
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

.quick-view-modal .product-thumb .bx-wrapper .bx-prev {
    left: -11px;
    background-position: center center;
}

.quick-view-modal .product-thumb .bx-wrapper .bx-next {
    right: -11px;
    background-position: center center;
}

.quick-view-modal .item-title {
    margin-top: 15px;
    font-size: 20px;
}

button.close:focus, button.close:hover, button.close:active {
    outline: none;
    border: none;
}

.menu-list.sticky .slimScrollDiv {
    height: auto !important;
    max-height: 275px;
}

.sub-menu.spacialCheckbox-ul.collapse.in {
    max-height: 275px;
    height: auto !important;
}

.comapre-it {
    z-index: 99998:
}

.listing-grid .featured-item.list-view .down-content span {
    background: transparent;
    padding: 0;
    font-size: 14px;
    color: #7b7b7b;
    font-weight: normal;
    line-height: normal;
    float: none;
    margin: 0;
    display: inline-block;
}

.listing-grid .featured-item.list-view .down-content .car-info {
    padding: 0;
    background: none;
    border: none;
    float: none;
    display: inline-block;
    margin: 0;
    color: #dd9310;
}

.listing-grid .featured-item.list-view .down-content p {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 16px;
    float: left;
    color: #333546;
}

@media(max-width:767px) {
    .sign-form .signform input[type="checkbox"] ~ label {
        font-size: 11px;
        width: 89%;
        margin-top: 10px;
    }

    .already-mmbr {
        margin: 7px 0;
        text-align: center;
    }

    .center-divider {
        margin: 20px 0;
    }

    .tp-caption.third-line {
        font-size: 12px !important;
        line-height: 16px !important;
        margin-top: 30px !important;
        padding: 0 20px !important;
        text-align: center;
        white-space: normal;
        width: 100%;
    }

        .tp-caption.third-line br {
            display: none !important;
        }

    .tp-caption.second-line {
        font-size: 20px !important;
        text-align: center !important;
        padding: 15px 0 !important;
        margin: 0 !important;
    }

    #cta-1 h4.text-uppercase {
        text-align: center;
    }

    .featured-listing #featured-cars .owl-item {
        text-align: center;
    }

    .featured-listing #featured-cars .featured-cars-items {
        margin: auto;
        text-align: left;
    }

    #featured-cars .thumb-item .down-content p {
        width: 75%;
    }

    section.featured-listing, section.popular-category {
        padding: 40px 0;
    }

    section.why-us {
        padding: 0;
    }

    .calendar-div {
        margin-top: 20px;
    }

    .listing-section div.col-sm-4 {
        margin-bottom: 20px;
    }

    .why-us .right-img img {
        margin-top: 5px;
    }

    .reviews-count .dark-bg h2 {
        font-size: 22px;
    }

    .reviews-count .dark-bg span {
        font-size: 11px;
    }

    .listing-grid .listing-footer .pagination {
        width: 100%;
    }

    .overlay .col-sm-6 {
        float: left;
        width: 50%;
    }

    .filter .dropdown-menu::after {
        right: 13px;
    }

    .filter .dropdown-menu {
        right: -10px;
    }

    .pro-image-84x84.pull-left {
        height: 74px;
        margin-right: 10px;
        width: 64px;
    }

    .all-auction-section .col-lg-8 > div:first-child {
        float: left;
    }

    .heighest-bid.changed {
        font-size: 12px;
    }

    .max-bid .btn.btn-danger.main-btn {
        font-size: 14px;
        width: auto;
    }

    .bid-description.pull-left {
        border-right: 1px solid #d5d5d5;
        box-shadow: 1px 0 0 #dddddd;
        width: 47%;
    }

    .filter-table-heading h4.pull-left {
        font-size: 16px;
        text-align: center;
        width: 100%;
    }

    .filter-table-heading.dark-blue {
        padding-bottom: 10px;
    }

    .filter-table {
        padding-top: 20px;
    }

    .part-name {
        float: left;
        width: 100%;
    }

    .listing-page.listing-grid {
        padding-top: 0px;
    }

    .pre-featured .right-content {
        border-bottom: medium none;
    }

    .pre-featured .right-content {
        float: left;
        width: 100%;
    }

        .pre-featured .right-content .input-select {
            float: left;
            margin: 0;
        }

    input[type="checkbox"] + .error.note.note-error {
        top: 12px;
    }

    .active-content {
        margin: 40px 0;
    }

    .sign-bg {
        height: 300px;
        margin-bottom: 30px;
    }

    .v-middle h1 {
        font-size: 36px;
    }

    .locked-cont {
        font-size: 14px;
    }

    .slider {
        margin-top: 23px;
    }

    .tp-caption.first-line {
        top: 10px !important;
        font-size: 17px !important;
    }

    .featured-listing #featured-cars .owl-controls, .popular-category #featured-cars .owl-controls {
        display: none !important;
    }

    section {
        padding: 30px 0;
    }

    .heading-section .line-dec {
        margin-bottom: 40px;
    }

    #page-heading {
        margin-top: 65px;
    }

    .action-btn-grp a.btn.btn-block.btn-default {
        margin-bottom: 20px;
    }

    .menu-list.sticky .slimScrollDiv {
        max-height: 130px;
        height: auto !important;
    }

    .nav-side-menu ul#menu-content > li > a .arrows i.fa-angle-down {
        display: none !important;
    }

    .nav-side-menu ul#menu-content > li > a .arrows i.fa-angle-up {
        display: inline-block !important;
    }

    .nav-side-menu ul#menu-content > li.collapsed > a .arrows i.fa-angle-down {
        display: inline-block !important;
    }

    .nav-side-menu ul#menu-content > li.collapsed > a .arrows i.fa-angle-up {
        display: none !important;
    }

    .compare-action .container.text-right {
        text-align: center;
    }

    .compare-action .btn-orange {
        margin-top: 5px;
    }

    .listing-grid .featured-item .down-content {
        float: left;
        border: 1px solid #eeeeee;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .overlay {
        top: 100px;
    }
}

@media(min-width:768px) {
    .list-view .l-thumbnail {
        max-width: 206px;
        float: left;
        width: 34%;
    }

    .list-view .down-content {
        width: 76%;
        float: left;
    }

    .list-view span.km.pull-right {
        padding: 0;
        background: transparent;
        margin: 0;
        line-height: normal;
    }

    .listing-page .featured-item.list-view .down-content h2 {
        width: auto;
    }

    .listing-grid .featured-item.list-view .down-content .car-info em {
        color: #333546;
    }

    .location {
        width: auto;
        float: right;
    }

    .listing-grid .featured-item.list-view {
        padding: 10px 0;
        border: 1px solid #e4e1e1;
    }

        .listing-grid .featured-item.list-view .down-content {
            background-color: #ffffff;
            padding: 0 15px;
            border-right: none;
        }

        .listing-grid .featured-item.list-view .spec {
            margin-top: 5px;
        }

    .featured-item.list-view:hover .l-thumbnail .overlay {
        padding-top: 13px;
    }

    .featured-item.list-view .overlay .compare-btn, .featured-item.list-view .overlay .overlay a {
        padding: 10px 0;
        margin-top: 10px;
    }

    .listing-grid .featured-item.list-view span.price.pull-left {
        color: #dd9310;
        font-weight: bold;
        font-size: 18px;
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .top-search form.form-inline {
        width: 68%;
    }

    .top-search .nice-select {
        /*width: 22%;*/
    }

    input.search-input.form-control {
        width: 67%;
    }

    .done .fa-check {
        font-size: 160px;
    }

    .v-middle h1 {
        font-size: 34px;
    }

    .detail-title {
        vertical-align: top;
        font-size: 12px;
    }

    .listing-page .clearfix:nth-child(4n) {
        display: block !important;
    }

    .list-view .l-thumbnail {
        max-width: 206px;
        float: left;
        width: 34%;
    }

    .list-view .down-content {
        width: 66%;
        float: left;
    }
}

@media (min-width: 1024px) and (max-width:1200px) {
    .list-view .down-content {
        width: 71%;
        float: left;
    }

    nav.main-navigation ul li {
        padding: 5px 5px 4px;
    }
}

.listing-page .clearfix {
    display: none;
}

.listing-page div.clearfix:not(.featured-item):nth-child(8n) {
    display: block !important;
}

#sub-header li {
    position: relative;
}

#sub-header ul.sub-menu {
    position: absolute;
    min-width: 180px;
    background-color: #fafafa;
    display: inline-block;
    padding: 5px 0 10px;
    z-index: 999990;
    top: 90%;
    display: none;
    left: 0;
    border-bottom: 2px solid #e4a300;
}

    #sub-header ul.sub-menu li a {
        color: #333546
    }

        #sub-header ul.sub-menu li a:hover {
            color: #e4a300
        }

#sub-header li:hover > ul.sub-menu {
    display: block;
}

#sub-header .right-info ul.sub-menu li {
    width: 100%;
    border: none;
    padding: 8px 15px;
    line-height: 1;
}

.has-submenu i {
    font-size: 12px;
}

.combo .has-submenu i {
    font-size: 10px;
    display: inline-block;
    vertical-align: text-top;
    margin: 0;
    padding-top: 5px;
}

/** homepage popup**/
.quick-view-modal.home-popup-form .modal-dialog.modal-lg .modal-content {
    background-color: #ffffff;
    max-height: 545px;
    border: none;
}

.quick-view-modal.home-popup-form .modal-dialog.modal-lg {
    margin-top: 5%;
}

.home-popup-form .sign-form .signform input {
    margin-bottom: 5px;
    border: 1px solid #e0dcdc;
    background-color: transparent;
    padding-left: 35px;
}

.home-popup-form .popup-form {
    padding: 0 30px;
}

.quick-view-modal.home-popup-form .modal-dialog.modal-lg .modal-content .popup-form-bg {
    background-image: url(../images/home-cta-signup.png);
    background-position: right top;
    color: #fff;
    background-size: cover;
    min-height: 545px;
}

.col-sm-6.hidden-xs.popup-form-bg:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    height: 300px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
}

.quick-view-modal.home-popup-form .o-text:hover {
    color: #dd9310
}

.quick-view-modal.home-popup-form .modal-dialog.modal-lg .modal-content .popup-form-bg p {
    color: #fff;
}

.quick-view-modal.home-popup-form .popup-form-caption p {
    color: #333546;
}

.popup-form-bg-heading {
    position: relative;
    z-index: 1;
}

    .popup-form-bg-heading span:after {
        content: url(../images/in-divider.png);
        vertical-align: middle;
        height: 34px;
        display: inline-block;
    }

    .popup-form-bg-heading span:last-child:after {
        content: none;
    }

    .popup-form-bg-heading h4 {
        margin-bottom: 20px;
    }

.quick-view-modal.home-popup-form .sign-form .signform input[type="checkbox"] ~ label {
    width: 85%;
}

/** editprofile**/
.sub-menu a.active {
    color: #dd9310;
}

.sign-form .nav {
    margin-bottom: 27px;
}

    .sign-form .nav li:first-child a {
        border: none;
        padding-left: 0;
        padding-right: 0px;
        border-bottom: 2px solid #fff;
    }

    .sign-form .nav li a {
        padding-left: 0;
        padding-right: 0px;
        border: none;
        border-bottom: 2px solid #fff;
    }

    .sign-form .nav li:first-child {
        padding: 0;
    }

    .sign-form .nav li {
        padding-left: 30px;
        margin-bottom: 0;
    }

        .sign-form .nav li.active a {
            border-bottom: 2px solid #dd9310;
            padding-left: 0px !important;
            padding-right: 0px;
            font-weight: bold;
        }

.sign-form.tab-content .signform input {
    background-image: none;
    padding-left: 18px
}

.sign-form.tab-content .nice-select {
    height: 40px;
    border-radius: 0;
    width: 100%;
    line-height: 38px;
    margin-bottom: 24px;
}

.sign-form.tab-content .signform textarea {
    height: 103px;
    min-height: 103px;
    max-height: 103px;
    resize: none;
    padding-left: 18px;
}

.sign-form .nav-tabs > li > a, .sign-form .nav-tabs > li > a:hover, .sign-form.nav-tabs > li > a:focus, .nav-tabs > li.active > a:focus {
    border-top: none;
    border-left: none;
    background: transparent;
    border-right: none;
}

.bottom-info-text {
    color: #989898;
    margin: 15px 0;
    font-size: 13px;
}

.btn-default.btn-off.active, .btn-default.btn-on.active {
    background-color: #333546;
    color: #ffffff;
    box-shadow: none;
}

.switch-btns label.btn.btn-default {
    width: 70px;
    margin-bottom: 25px;
}

.sign-form.tab-content li.active > a:focus {
    border: none;
}

.reg-div {
    margin-bottom: 40px;
}

    .reg-div.inactive {
        display: none;
    }

.reg-div-cont input:last-child {
    margin-bottom: 20px;
}

.panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "ï„†";
    float: right;
    color: grey;
    margin-top: 5px;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "ï„‡";
}

.compare-page .featured-item {
    width: 227px;
    position: relative;
}

.compare-page img {
    max-width: 100%;
}

.compare-page .featured-item h2 {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 15px 0 8px;
    padding-bottom: 12px;
    position: relative;
}

    .compare-page .featured-item h2:after {
        content: "";
        bottom: 2px;
        height: 2px;
        background-color: #e5e2e2;
        width: 50px;
        position: absolute;
        left: 0;
        z-index: 9999999;
    }

.compare-page .down-content {
    width: 100%;
    float: left;
    padding: 0 10px;
    border: 1px solid #e4e1e1;
}

.compare-page .featured-item a.close-btn {
    position: absolute;
    right: -16px;
    top: -15px;
    z-index: 9;
}

.compare-header h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.compare-page .featured-item {
    max-width: 227px;
    position: relative;
    float: left;
    margin-left: 20px;
    margin-bottom: 0px;
    width: 23%;
}

.compare-page .selected-items {
    float: right;
}

.compare-page .panel-body {
    padding: 0;
}

.compare-results td:nth-child(even) {
    background-color: #f7f5f5;
}

.compare-results td {
    padding: 10px 15px;
    text-align: left;
}

td.td-left {
    padding: 10px 15px;
    vertical-align: top;
}

.compare-results td:not(:first-child) {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

.compare-results td:first-child, .compare-results td:first-child p {
    font-size: 14px;
    font-weight: bold;
    color: #333546;
}

.compare-page h5.left-border.text-uppercase {
    margin: 0;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #333546;
}

.compare-page .panel-group .panel {
    margin-top: 0px;
    border: none;
}

.compare-page .panel-heading {
    padding: 5px 10px;
    background-color: #e0dcdc;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-left: none;
    border-top: none;
}

.compare-results.row {
    display: block;
    padding-top: 25px;
}

.compare-results {
}

section.compare-page {
    overflow-x: auto;
}

    section.compare-page .container {
        min-width: 1170px;
    }

.compare-page span.price.pull-left {
    color: #dd9310;
    font-size: 16px;
    font-weight: bold;
}

.compare-page .panel-collapse {
    border: 1px solid #eee;
    border-top: none;
}

@media(max-width:990px) {
    .compare-page .featured-item {
        max-width: 181px;
        width: 21%;
    }

    section.compare-page .container {
        min-width: 900px;
    }

    .compare-page .selected-items {
        width: 87%;
    }
}

@media(min-width:990px) and (max-width:1024px) {
    section.compare-page .container {
        min-width: 1020px;
    }

    .compare-page .featured-item {
        max-width: 182px;
        width: 22%;
    }

    .compare-page .selected-items {
        width: 86%;
    }
}

/* ====================================  Dev2 Work dated- 30/Aug/2017 ========================================= */

.listing-grid .featured-item .down-content p {
    color: #333546;
    font-size: 13px;
}

.listing-grid .featured-item .down-content-terraverse p {
    color: #333546;
    font-size: 13px;
}

.listing-grid .featured-item .down-content .car-info {
    color: #333546;
    font-size: 13px;
}

.listing-grid .featured-item .down-content-terraverse .car-info {
    color: #333546;
    font-size: 13px;
}

.listing-page .featured-item .down-content h2 {
    min-height: 51px;
}

.listing-page .featured-item.list-view .down-content h2 {
    min-height: 1px;
}

.compare-btn input[type="radio"], input[type="checkbox"] {
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
}

.list-view .overlay .compare-btn, .list-view .l-thumbnail .overlay a {
    padding: 10px 12px;
    text-align: left;
}



.featured-item.list-view:hover .l-thumbnail .overlay {
    padding-top: 13px;
}

.list-view.featured-item.list-view .overlay .compare-btn, .list-view.featured-item.list-view .overlay .overlay a {
    padding: 10px 12px;
    text-align: left;
}

.listing-grid .featured-item.list-view .down-content p {
    line-height: 20px;
}

.listing-grid .featured-item.list-view .down-content span {
    text-transform: none;
}

.modal-backdrop.in {
    opacity: 0.8;
}

/* ====================================  Dev2 Work dated- 30/Aug/2017 - ENDS ========================================= */



@media(min-width:768px) and (max-width:1023px) {
    .sign-form .nav li a {
        font-size: 11px;
    }

    .sign-form .nav li {
        padding-left: 8px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .tab_drawer_heading {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #333546;
        color: #fff;
        border-top: 1px solid #393e69;
        margin: 0;
        padding: 10px 20px 10px 50px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        position: relative;
    }

        .tab_drawer_heading.active {
            background-color: #dd9310;
            color: #fff;
        }

    .d_active {
        background-color: #666;
        color: #fff;
    }

    .sign-form .nav {
        margin-bottom: 27px;
        display: none;
    }

    .sign-form.tab-content {
        height: 0px;
        -webkit-transition: height 0.4s ease 0s;
        -moz-transition: height 0.4s ease 0s;
        transition: height 0.4s ease 0s;
    }

    .sign-form.tab-content {
        height: auto;
        -webkit-transition: height 0.4s ease 0s;
        -moz-transition: height 0.4s ease 0s;
        transition: height 0.4s ease 0s;
    }

        .sign-form.tab-content .tab-pane {
            margin: 20px 0;
        }

    .text-center-xs {
        text-align: center;
    }

    /* ====================================  Dev2 Work dated- 30/Aug/2017 ========================================= */

    .menu-list.sticky .slimScrollDiv {
        max-height: none;
    }

    .listing-grid .featured-item .down-content {
        float: none;
    }

    .listing-grid .pagination .page-numbers ul li {
        margin: 0 1px 5px 0;
    }

    /* ====================================  Dev2 Work dated- 30/Aug/2017 - Ends ========================================= */
    a.btn.btn-warning.text-uppercase.pull-right {
        float: left !important;
    }

    form.detail-bid {
        padding: 0 15px;
    }

    span.step-nbr {
        position: absolute;
        font-size: 30px;
        font-weight: bolder;
        width: 37px;
        height: 100%;
        top: 0;
        background-color: #333;
        text-align: center;
        left: 0px;
    }

    .active span.step-nbr {
        left: -7px;
        border-top: 1px solid #333;
        color: #dd9310;
        top: -2px;
        bottom: -1px;
        height: auto;
    }

    a.btn.btn-block.btn-warning.hidden-sm {
        color: #fff;
    }

    .form-cntrl-btns .btn {
        width: 40%;
        float: left;
        margin: 0 5%;
    }
}

i.fa.fa-star-half {
    color: #333546;
}

.nice-select.open .list {
    max-height: 200px;
    overflow-y: scroll;
}

.signform select {
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    padding: 0 13px;
    margin-bottom: 25px;
}

.bx-viewport {
    min-height: 70px;
}

.sidebar-menu-container .modal::after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}


.combo span.k-widget.k-autocomplete.k-header.search-input.form-control.k-state-default {
    width: 78%;
    vertical-align: middle;
    margin: 0;
    height: 39px;
    padding: 0;
    border: none;
}

input#txtSearch.search-input.k-input {
    width: 100%;
    border-radius: 0;
    height: 33px;
    box-shadow: none;
}

.bx-wrapper img {
    margin: auto;
}

.modal-backdrop.in {
    z-index: 999;
}

.spritezoom-view {
    background-size: contain;
}

li.spritezoom-instance {
    cursor: zoom-in;
}

.product-thumb .bx-wrapper:first-child .bx-next {
    right: 0;
    height: 60px;
    background-position: center;
    background-color: #dd9310;
    width: 22px;
}

.product-thumb .bx-wrapper:first-child .bx-prev {
    left: 0;
    height: 60px;
    background-position: center;
    background-color: #dd9310;
    width: 22px;
}

#featured-cars.upcomingAuction .thumb-item .down-content {
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
}

    #featured-cars.upcomingAuction .thumb-item .down-content img {
        border: none;
        float: none;
    }

    #featured-cars.upcomingAuction .thumb-item .down-content a.btn.btn-primary {
        display: none;
    }

    #featured-cars.upcomingAuction .thumb-item .down-content:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.7);
        content: "";
        z-index: 1;
        position: absolute;
    }

    #featured-cars.upcomingAuction .thumb-item .down-content:hover a.btn.btn-primary {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: auto;
        margin-top: -10px;
        padding: 6px 25px;
        margin-left: -56px;
        z-index: 2;
    }

    #featured-cars.upcomingAuction .thumb-item .down-content a.btn.btn-primary.center-count {
        margin-left: -81px;
    }

    #featured-cars.upcomingAuction .thumb-item .down-content a.btn.btn-primary.center-noCount {
        margin-left: -61px;
    }


#single-product .panel-title img.img-responsive {
    display: inline-block;
    margin-right: 10px;
}

.panel-title a i.fa-plus {
    display: none;
}

.panel-title a.collapsed i.fa-plus {
    display: inline-block;
}

.panel-title a.collapsed i.fa-minus {
    display: none;
}

.panel-title .fa-minus, .fa-plus {
    float: right;
}

.two-blocks {
    padding: 0;
}

    .two-blocks ul.externalslidercontrol-ul {
        display: -webkit-flex; /* Safari */
        -webkit-flex-wrap: wrap; /* Safari 6.1+ */
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 0;
    }

    .two-blocks li {
        /* display: flex; */
        width: 50%;
    }

    .two-blocks span.part-name {
        width: 100%;
        font-weight: 600;
        color: #333;
    }

.product-details #single-product .panel-body {
    border: 2px solid #e5a300;
}

.product-details .two-blocks ul li {
    padding: 10px;
    border: 1px solid #ccc;
}

    .product-details .two-blocks ul li:nth-child(2), .product-details .two-blocks ul li:nth-child(3), .product-details .two-blocks ul li:nth-child(6) {
        background-color: #fafafa
    }

.two-blocks li span {
    color: #7b7b7b;
}

#single-product .inspection {
    border: 1px solid #f7f5f5;
}

#single-product .panel-heading i.fa {
    margin-top: 12px;
}

section.upcoming-auctions-sec .item-sub-details {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.upcoming-auction-social {
    padding: 5px 0;
    list-style: none;
    width: 100%;
    /*border-top: 1px solid #ccc;*/
    text-align: center;
    /*border-bottom: 1px solid #ccc;*/
    display: block;
    /*margin-top: 10px;*/
}

.upcoming-auction-social li {
    display: inline-block;
    float: none;
    width: 30px;
    vertical-align: middle;
    height: 40px;
}

    .upcoming-auction-social li a {
        font-size: 24px;
        color: #666666;
    }

        .upcoming-auction-social li a:hover {
            color: #dd9310;
        }

.view-lot-list {
    background: url(../images/upcoming-auction-btm-banner.jpg) center center no-repeat;
    padding: 25px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .view-lot-list span a {
        font-size: 20px;
        color: #fff;
        border: 2px solid #fff;
        padding: 6px 10px;
        display: inline-block;
    }

.upcoming-banner-product-thumb #bx-pager {
    display: table;
}

    .upcoming-banner-product-thumb #bx-pager a {
        width: auto;
        display: table-cell;
        padding: 1px;
    }

        .upcoming-banner-product-thumb #bx-pager a img {
            width: 100%;
        }

.want-financing {
    width: 100%;
    float: left;
    text-align: center;
}

    .want-financing span {
        border: 1px solid #ccc;
        float: left;
        width: 100%;
        padding: 0 10px 25px 10px;
        margin-top: 30px;
    }

        .want-financing span h3 {
            font-size: 20px;
            font-weight: 600;
        }

        .want-financing span .btn {
            min-width: 75%;
        }

.item-sub-details.tags li {
    width: auto;
    display: inline-block;
}

    .item-sub-details.tags li a {
        font-weight: 600;
        font-size: 18px;
    }

strong.h4 {
    font-weight: bold;
    font-size: 24px;
}

.important-details span.detail-title {
    font-weight: bold;
    color: #333;
}

.col-md-6 .important-details {
    margin-bottom: 5px;
}

section.listing-grid.selling-myequ .heading {
    width: 100%;
    float: left;
    padding: 20px 0 10px;
}

.row.pre-info {
    padding: 10px 0 30px;
}

section.listing-grid.selling-myequ span.g-title, section.listing-grid.selling-myequ label {
    color: #989898;
    font-size: 14px;
    font-weight: normal;
}

a.input-anchor {
    position: absolute;
    top: 35px;
    right: 22px;
}

section.listing-grid.selling-myequ .disabled {
    background-color: #f7f5f5;
}

section.listing-grid.selling-myequ .signform textarea {
    height: 103px;
    min-height: 125px;
    max-height: 103px;
    resize: none;
    padding-left: 18px;
}

@media(max-width:1200px) {
    .switch-btns label.btn.btn-default {
        width: 50px;
        margin-bottom: 25px;
    }
}

.uploded {
    background-color: #f7f5f5;
    padding: 15px 5px 20px;
    margin: 0px 15px;
    display: inline-block;
    width: 100%
}

a.img-uploaded.col-sm-2 {
    padding: 0 10px;
    /* margin	:5px 0; */
}

a.clicktoupload.col-sm-2 .v-middle {
    background-color: #dad9d9;
    margin: 5px 0;
}

a.clicktoupload.col-sm-2 div {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    a.clicktoupload.col-sm-2 div i.fa {
        text-align: center;
        float: none;
    }

section.image-upload-section {
    padding-top: 0px;
}


#editInspection .modal-dialog.modal-lg .modal-content {
    background-color: #ffffff;
    max-height: 800px !important;
    border: none;
}

#editInspection .modal-dialog.modal-lg .modal-content {
    max-height: 70vh;
    max-width: 150vh;
    overflow: auto;
}

#editInspection .or {
    margin: 0 auto 20px;
    float: none;
    height: 40px;
    width: 40px;
    clear: both;
    background-color: #ccc;
    text-align: center;
    padding: 10px 0;
    border-radius: 100%;
}

#editInspection .btn-primary {
    margin-bottom: 12px;
}

#editInspection .col-sm-6.hidden-xs.popup-form-bg:after {
    content: none;
}

#editInspection .col-sm-6.hidden-xs.popup-form-bg {
    background: url(../images/upload-bg.jpg) center center no-repeat;
    min-height: 400px;
}

#editInspection .sign-form .signform input.file-upload-input {
    width: 60%;
}

#editInspection .close {
    right: -16px;
    opacity: 1;
    position: absolute;
    z-index: 99;
    top: -10px;
}

#upload .modal-dialog.modal-lg .modal-content {
    background-color: #ffffff;
    max-height: 545px;
    border: none;
}

#upload .modal-dialog.modal-lg .modal-content {
    max-height: 70vh;
    overflow: auto;
}

#upload .or {
    margin: 0 auto 20px;
    float: none;
    height: 40px;
    width: 40px;
    clear: both;
    background-color: #ccc;
    text-align: center;
    padding: 10px 0;
    border-radius: 100%;
}

#upload .col-sm-6.hidden-xs.popup-form-bg:after {
    content: none;
}

#upload .col-sm-6.hidden-xs.popup-form-bg {
    background: url(../images/upload-bg.jpg) center center no-repeat;
    min-height: 400px;
}

#upload .sign-form .signform input.file-upload-input {
    width: 60%;
}

#uploadVideo .modal-dialog.modal-lg .modal-content {
    background-color: #ffffff;
    max-height: 545px;
    border: none;
}

#uploadVideo .modal-dialog.modal-lg .modal-content {
    max-height: 70vh;
    overflow: auto;
}

#uploadVideo .or {
    margin: 0 auto 20px;
    float: none;
    height: 40px;
    width: 40px;
    clear: both;
    background-color: #ccc;
    text-align: center;
    padding: 10px 0;
    border-radius: 100%;
}

#uploadVideo .col-sm-6.hidden-xs.popup-form-bg:after {
    content: none;
}

#uploadVideo .col-sm-6.hidden-xs.popup-form-bg {
    background: url(../images/upload-bg.jpg) center center no-repeat;
    min-height: 400px;
}

#uploadVideo .sign-form .signform input.file-upload-input {
    width: 60%;
}

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

#upload .close {
    right: -16px;
    opacity: 1;
    position: absolute;
    z-index: 99;
    top: -10px;
}

#uploadVideo .close {
    right: -16px;
    opacity: 1;
    position: absolute;
    z-index: 99;
    top: -10px;
}

.selling-myequ button.btn.btn-block.btn-primary {
    float: right;
    width: calc(100% - 20px);
}

#upload .btn.btn-block.btn-primary {
    margin-bottom: 20px;
}

.custom-file-upload {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
}

    .custom-file-upload label {
        display: block;
        margin-bottom: 5px;
    }

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.file-upload-input {
    width: 300px;
    color: #fff;
    font-size: 16px;
    padding: 11px 17px;
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    width: 60%;
    /* IE 9 Fix */
}

    .file-upload-input:hover, .file-upload-input:focus {
        background-color: #fff;
        outline: none;
    }

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 20px;
    border: 1px solid #ccc;
    margin-left: -1px;
    background-color: #dd9310;
    float: left;
    /* IE 9 Fix */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 40%;
}

    .file-upload-button:hover {
        background-color: #dd9310;
    }

.img-uploaded {
    position: relative;
    padding-bottom: 30px;
}

    .img-uploaded.primary-photo:after {
        content: "";
        position: absolute;
        top: -4px;
        left: 11px;
        background: url(../images/primary-photo-tag.png) top left no-repeat;
        width: 100%;
        height: 70px;
        z-index: 9;
    }

.uploded .img-uploaded:hover img {
    box-shadow: 2px 2px 10px 3px #888888;
}

.uploded .img-uploaded:hover .pic-remove-btn .fa.fa-close, .uploded .img-uploaded:hover .make-primary {
    display: block;
}

.uploded .img-uploaded .make-primary {
    display: none;
    margin-top: 10px;
    color: #e5a300;
    /* font-weight: bold; */
    position: absolute;
    font-weight: normal;
    width: 90%;
    text-align: center;
    bottom: 0px;
}

.uploded .img-uploaded .pic-remove-btn .fa.fa-close {
    display: none;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 99999;
    background: #e5a300;
    padding: 8px;
    color: #fff;
    font-size: 16px;
}


input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
}

#largeimg button.close {
    position: absolute;
    right: -15px;
    opacity: 1;
    top: -15px;
}

@media(max-width:460px) {
    span.img-uploaded, a.img-uploaded {
        padding: 0 10px;
        margin: 5px 0;
        width: 49%;
        float: left;
        display: inline-block;
    }
}

@media(max-width:767px) {
    span.img-uploaded, a.img-uploaded {
        padding: 0 10px;
        margin: 5px 0;
        float: left;
        display: inline-block;
    }

    .search-crieteria-fields {
        display: block;
    }

    .prediction-count-cotainer {
        display: block !important;
    }

        .prediction-count-cotainer button {
            max-width: 100% !important;
        }

        .prediction-count-cotainer .custRealTimeBox {
            max-width: 100%;
            width: 100%;
            margin-left: 0;
            margin-top: 0;
        }
}

.selling-myequ .field-validation-error {
    top: 70px
}

nav a.close-menu {
    position: absolute;
    font-size: 24px;
    right: 10px;
    height: 40px;
    width: 40px;
    z-index: 99;
    padding: 7px;
    top: 8px;
}

.orange-text {
    color: #e5a300;
}

.verified-info img {
    width: 60px;
}

.verified-info .orange-text {
    padding: 10px;
    float: left;
}

.verified-info {
    padding: 0px 0px 5px;
    float: left;
    width: 100%;
}

.col-md-6 .important-details hr {
    margin-bottom: 0;
}

.verified .l-thumbnail {
    position: relative;
}

    .verified .l-thumbnail:before {
        position: absolute;
        content: "";
        width: 50px;
        bottom: -30px;
        right: -22px;
        background: url('https://res.cloudinary.com/terrapointllc/image/upload/v1610044017/tp/utility/VeriPoint_Logo_Auction.png') no-repeat center center;
        height: 50px;
        background-size: cover;
        z-index: 99;
    }

.verified-wide .l-thumbnail:before {
    position: absolute;
    content: "";
    width: 50px;
    bottom: -6px;
    right: -50px;
    background: url('https://res.cloudinary.com/terrapointllc/image/upload/v1610044017/tp/utility/VeriPoint_Logo_Auction.png') no-repeat center center;
    height: 50px;
    background-size: cover;
    z-index: 99;
}

.bid-block {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 10px 0px;
}

.name-nbr {
    background-color: #efefef;
    padding: 5px 6px 3px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.bid-block .pro-nbr {
    color: #5b8055;
    font-weight: 700;
    line-height: 14px;
    font-size: 16px;
    padding-top: 4px;
}

.bid-block .pro-image-84x84 .fa-eye {
    background: rgba(221,147,16, 0.8);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    top: 7px;
    left: 8px;
    display: none;
}

.bid-block .widget-expand-down {
    background: #F00;
    display: block;
}

.name-nbr span.pro-name.pull-left {
    margin: 0;
    /*line-height: 14px;*/
}

.name-nbr .pro-name a:hover {
    color: #E5A300;
}

.all-liveauction-section .p-a-5 {
    display: inline-block;
    background: #fbfbfb;
    margin-top: -4px;
}

.all-liveauction-section .pro-image-84x84.pull-left {
    width: 30%;
    height: 106px;
    margin-right: 5px;
    position: relative;
}

.all-liveauction-section p.heighest-bid {
    border: 2px solid #384552;
    float: left;
    color: #384552;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    height: 51px;
    line-height: 18px;
    padding-top: 6px;
    width: 100%;
}

    .all-liveauction-section p.heighest-bid strong {
        width: 100%;
    }

    .all-liveauction-section p.heighest-bid strong {
        width: 100%;
        display: inline-block;
    }

.all-auction-section.all-liveauction-section .btn.btn-danger {
    background-color: #384552;
    border-color: #384552;
    padding: 3px 8px;
    font-size: 16px;
}

    .all-auction-section.all-liveauction-section .btn.btn-danger.dropdown-toggle {
        background-color: #2e3842;
        border-color: #2e3842;
        border-radius: 0px 3px 3px 0px;
        padding: 2px 5px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

.all-auction-section.all-liveauction-section .max-bid .btn-group {
    position: relative;
    width: 100%;
}

    .all-auction-section.all-liveauction-section .max-bid .btn-group > button.main-btn {
        width: 100%;
        border-radius: 3px;
        padding: 2px;
    }

.all-auction-section.all-liveauction-section .bid-description.pull-left {
    width: 90%;
}

.all-auction-section.all-liveauction-section .bid-description.pull-left {
    width: calc(100% - 55px);
    border: none;
    box-shadow: none;
}

.all-auction-section.all-liveauction-section span.max-bid {
    width: 53%;
    display: inline-block;
    margin-left: 4px;
    /*float: right;*/
}

.ttl-bids {
    /*border: 2px solid;*/
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
}

.cc-limit {
    font-size: 16px;
    font-weight: 700;
}

.all-auction-section.all-liveauction-section .pro-desc-detail {
    left: -16px;
    width: calc(100% + 2px);
    max-height: 50px;
    margin: 0 15px;
    height: 41px;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 0 0px 5px 5px;
    margin-top: -3px;
}

.time-running {
    display: inline-block;
    width: 50px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: text-bottom;
    padding-bottom: 3px;
    /*line-height: 12px;*/
}

span.hrs-mns {
    font-size: 10px;
}

span.gone-text {
    background: #ED1C24;
    padding: 1px 5px 14px 4px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    border-radius: 3px;
    color: #fff;
}

span.bidder-indicator-text {
    background-color: transparent;
    padding-left: 10px;
    padding-bottom: 3px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    vertical-align: text-bottom;
}

.all-auction-section.all-liveauction-section .bid-block {
    margin-bottom: 30px;
}

    .all-auction-section.all-liveauction-section .bid-block.widget-expand-down .pro-desc-detail {
        height: auto;
        max-height: none;
        z-index: 999;
    }

    .all-auction-section.all-liveauction-section .bid-block .pro-desc-detail .only-hover {
        height: 0;
        overflow: hidden;
    }

    .all-auction-section.all-liveauction-section .bid-block.widget-expand-down .pro-desc-detail .only-hover {
        height: auto;
        font-weight: 700;
    }

.all-auction-section.all-liveauction-section ul.externalslidercontrol-ul {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 10px 0;
    list-style: none;
    padding: 0px 0;
    width: 100%;
    list-style: none;
    background: #fff;
}

    .all-auction-section.all-liveauction-section ul.externalslidercontrol-ul li {
        padding: 10px;
        border: 1px solid #ccc;
        width: 50%;
    }

    .all-auction-section.all-liveauction-section ul.externalslidercontrol-ul span.part-name {
        width: 100%;
        font-weight: 600;
        color: #333;
    }

.all-auction-section.all-liveauction-section .pro-desc-detail p {
    padding: 5px;
    background-color: #fbfbfb;
    margin-bottom: 1px;
    display: inline-block;
}

.all-auction-section.all-liveauction-section .bid-block .gone {
    padding: 1px 4px;
}

.custom-row {
    margin-left: -10px;
    margin-right: -10px;
}

    .custom-row .col-sm-6.col-lg-4.col-xs-12 {
        padding: 0 7.5px;
    }

.white-bg {
    background-color: #fff !important;
}

.promise {
    position: absolute;
    right: 30px;
    width: 50px;
    z-index: -999;
    /*-ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);*/
    margin-top: -2px;
    bottom: -5px;
}

    .promise img {
        width: 100%;
    }
/* Media Query for bid block */
@media(max-width:1024px) {

    .all-liveauction-section p.heighest-bid {
        width: 100%;
    }

    .all-auction-section.all-liveauction-section span.max-bid {
    }

    .all-liveauction-section .pro-image-84x84.pull-left {
        height: auto;
    }

    .all-auction-section.all-liveauction-section .bid-description.pull-left {
        width: calc(100% - 100px);
    }

    .all-liveauction-section .pro-image-84x84.pull-left {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .bid-block .pro-nbr {
        float: left !important;
    }

    .all-liveauction-section .pro-image-84x84.pull-left {
        width: 100px;
        height: auto;
    }

    .all-auction-section.all-liveauction-section .bid-description.pull-left {
        width: calc(100% - 110px);
    }

    .cus-banner img {
        width: 100%;
    }

    .cus-banner {
        margin-bottom: 10px;
    }

    .cus-banner, .full-banner {
        padding: 0 15px !important;
    }
}

span.expand {
    padding: 5px;
    cursor: pointer;
}

    span.expand .fa-minus {
        display: none;
    }

.widget-expand-down .fa-plus {
    display: none;
}

.widget-expand-down span.expand .fa-minus {
    display: block;
}

.widget-expand-down .promise {
    z-index: 9999;
}

.timing a {
    color: #e5a300;
    text-decoration: underline;
    margin-right: 10px;
}

.only-hover p img {
    float: left;
    margin-right: 8px;
}

.abrri span {
    font-weight: 600;
    margin-right: 20px;
    font-size: 16px;
}

.you-bid-on .fa-star {
    color: #e5a300;
}

.you-bid-on .fa-thums-up {
    color: #5b8055;
}

.all-liveauction-section .your-bid-blocks p.heighest-bid {
    width: 30%;
    font-size: 16px;
}

.all-auction-section.all-liveauction-section .your-bid-blocks span.max-bid {
    width: 35%;
}

.all-auction-section.all-liveauction-section .your-bid-blocks p.heighest-bid.your-max-bid {
    width: 30%;
    margin-left: 2%;
    font-size: 16px;
    color: #f36127;
    border-color: #f36127;
}

.time-cat div.col-sm-12.col-lg-4.col-xs-12:nth-child(3n + 1) {
    clear: left;
}

@media(max-width:768px) {
    .all-liveauction-section .your-bid-blocks p.heighest-bid {
        width: 48%;
    }

    .all-auction-section.all-liveauction-section .your-bid-blocks p.heighest-bid.your-max-bid {
        width: 50%;
    }

    .all-auction-section.all-liveauction-section .your-bid-blocks span.max-bid {
        width: 100%;
    }

    .cus-banner img {
        width: 100%;
    }

    .cus-banner {
        margin-bottom: 10px;
    }

    .cus-banner, .full-banner {
        padding: 0 15px !important;
    }
}

@media(min-width:1200px) and (max-width:2100px) {
    .all-liveauction-section .your-bid-blocks p.heighest-bid {
        width: 48%;
    }

    .all-auction-section.all-liveauction-section .your-bid-blocks p.heighest-bid.your-max-bid {
        width: 50%;
    }

    .all-auction-section.all-liveauction-section .your-bid-blocks span.max-bid {
        width: 100%;
    }
}

@media(min-width:768px) {
    .custom-banner {
        padding: 0;
    }

        .custom-banner img {
            max-width: none;
        }
}

.your-max-bid .k-numerictextbox .k-select {
    display: none;
}

.your-max-bid .k-numerictextbox .k-numeric-wrap {
    padding-right: 0;
    border: none;
}

.your-max-bid .k-numerictextbox .k-input {
    height: 50px !important;
    color: #384552;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    position: absolute;
    top: 0;
    padding-left: 0;
    padding-right: 0;
}

.your-max-bid .k-widget {
    border: none;
}

.your-max-bid .btn-check-maxbid {
    max-width: 12px;
    height: 50px;
}

.auction-opaque {
    opacity: 0.6;
}

.auction-upcoming-table-text {
    font-size: 14px !important;
}

.auction-grow {
    transition: all .3s ease-in-out;
}

    .auction-grow:hover {
        transform: scale(1.3);
    }

.auction-message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}
/*{
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: $green;
  border-width: 10px;
  margin-left: -10px;
}*/

.upcoming-auction-info-box {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    float: left;
}

    .upcoming-auction-info-box .cal-outer {
        width: 110px;
        float: left;
    }

        .upcoming-auction-info-box .cal-outer .cal-top-grey {
            border-radius: 10px 10px 0 0;
            border: 1px #d4d4d4 solid;
            text-align: center;
            width: 100%;
            float: left;
            padding: 10px 0;
            border-bottom: 0px;
        }

            .upcoming-auction-info-box .cal-outer .cal-top-grey .date {
                font-size: 22px;
                font-weight: bold;
                width: 100%;
                line-height: 22px;
            }

            .upcoming-auction-info-box .cal-outer .cal-top-grey .month {
                font-size: 16px;
                font-weight: bold;
                width: 100%;
                letter-spacing: 4px;
                line-height: 22px;
            }

        .upcoming-auction-info-box .cal-outer .cal-day {
            border-radius: 0 0 10px 10px;
            text-transform: uppercase;
            color: #fff;
            float: left;
            width: 100%;
            letter-spacing: 2px;
            font-size: 16px;
            padding: 7px 0;
            text-align: center;
        }

        .upcoming-auction-info-box .cal-outer .even-month {
            background-color: #dd9310;
            float: left;
        }

        .upcoming-auction-info-box .cal-outer .odd-month {
            background-color: #1e2832;
            float: left;
        }

        .upcoming-auction-info-box .cal-outer .immediate-sale {
            background-color: #f36127;
            float: left;
        }

        .upcoming-auction-info-box .cal-outer .simulcast-event {
            background-color: #26313c;
            float: left;
        }

    .upcoming-auction-info-box .info-outer {
        margin: 0 22px;
        float: left;
        width: 800px;
    }

        .upcoming-auction-info-box .info-outer h2 {
            margin: 0 0 5px 0;
            color: #2e3842;
            font-size: 18px;
            float: left;
            width: 100%;
            font-weight: bold;
        }

        .upcoming-auction-info-box .info-outer p {
            color: #666;
            float: left;
            width: 100%;
            margin: 0px;
        }

            .upcoming-auction-info-box .info-outer p.text2 {
                margin-top: 5px;
                color: #2e3842;
                font-weight: bold;
                float: left;
            }

    .upcoming-auction-info-box .button-outer {
        width: 182px;
        float: left;
    }

        .upcoming-auction-info-box .button-outer a {
            display: block;
            background-color: #dd9310;
            color: #fff;
            font-weight: bold;
            float: left;
            width: 100%;
            padding: 10px;
            text-align: center;
            text-transform: uppercase;
            margin-top: 28px;
        }

            .upcoming-auction-info-box .button-outer a:hover {
                background-color: #2e3842;
            }

@media(max-width:1200px) {
    .upcoming-auction-info-box .cal-outer {
        width: 30%;
        float: left;
    }

    .upcoming-auction-info-box .info-outer {
        margin: 0 12px;
        float: left;
        width: 58%;
    }

    .upcoming-auction-info-box {
        width: 100%;
        padding: 20px 10px;
    }

        .upcoming-auction-info-box .button-outer {
            float: right;
        }
}

span.gone-text.blink {
    -webkit-animation: blink-animation-gone 1s infinite;
    animation: blink-animation-gone 1s infinite;
}

g.highcharts-legend, g.highcharts-axis-labels.highcharts-yaxis-labels, g.highcharts-axis.highcharts-yaxis, text.highcharts-credits, text.highcharts-title, g.highcharts-grid.highcharts-yaxis-grid, g.highcharts-axis-labels.highcharts-xaxis-labels, path.highcharts-tick {
    display: none;
}

.youhighestbid .name-nbr, .youhighestbid .pro-desc-detail {
    background-color: #419845;
    color: #fff;
}

    .youhighestbid .name-nbr a, .youhighestbid .bid-block .pro-nbr, .youlostbid .name-nbr a, .youlostbid .bid-block .pro-nbr {
        color: #fff;
    }

.youselectbid .name-nbr, .youselectbid .pro-desc-detail {
    background-color: #e5a300;
    color: #fff;
}

.youlostbid .name-nbr, .youlostbid .pro-desc-detail {
    background-color: #ed1c24;
    color: #fff;
}

.youlostbid span.gone-text {
    border: 1px solid #fff;
}

.all-liveauction-section .justbid p.heighest-bid {
    -webkit-animation: blink-animation 3s 1.5;
    animation: blink-animation 3s 1.5;
}

.all-liveauction-section .justbid2 p.floorprice {
    -webkit-animation: blink-animation 3s 1.5;
    animation: blink-animation 3s 1.5;
}

.all-liveauction-section .justbid3 {
    -webkit-animation: blink-animation-currentprice 3s 1.5;
    animation: blink-animation-currentprice 3s 1.5;
}

.auction-item-message-text {
    background-color: #26313c;
    border-color: #384552;
    border-radius: 6px 1px 6px 6px;
    outline: 1px solid #ffffff;
    color: #ffffff;
    padding: 3px 4px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.0px;
    font-weight: 700;
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: 10px;
    left: 50%;
}

.auction-item-message-icon {
    color: #FFF;
    cursor: pointer;
}

.auction-profile-container {
    margin-top: 5px;
    border: 3px solid #e5a300;
    border-radius: 10px;
}

.auction-profile-container-links {
    text-decoration: underline;
    color: #e5a300;
}

span.auction-item-message-text.blink {
    -webkit-animation: blink-animation-message 3s infinite;
    animation: blink-animation-message 3s infinite;
}

.auction-origfloor {
    font-size: 12px;
    font-weight: 600;
    border-top: 1px solid #384552;
}

.text-terrapoint-blue {
    color: #384552;
}

.text-veripoint-blue {
    color: #1369b3;
}

.autocut p.heighest-bid {
    -webkit-animation: blink-animation 3s 2.0;
    animation: blink-animation 3s 2.0;
}

.autocut div.btn-group {
    -webkit-animation: blink-animation 3s 2.0;
    animation: blink-animation 3s 2.0;
}


.upcoming-auction-item-header {
    font-size: 13px !important;
    font-weight: 700 !important;
}

.rtv-checkbox {
    width: 30px;
    height: 30px;
}

.rtv-grid-data {
    text-align: center;
    font-size: 14px;
    position: relative;
}

.cms-div-section p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #888888;
}

.ui-datepicker {
    background: #e5a300;
    border: 1px solid #26313c;
    width: 10em;
}

.your-max-bid span.k-widget.k-numerictextbox.form-control {
    padding: 0;
}

.bid-description {
    width: 68%;
    float: right;
}

.high-sec {
    float: left;
    width: 45%;
}

@media(min-width:1200px) and (max-width:1440px) {
    .spcl-cols {
        width: 33.33%;
    }
}

#walkthru-container .owl-next {
    width: 40px;
    height: 80px;
    top: 40%;
    right: 0;
}

#walkthru-container .owl-prev {
    width: 40px;
    height: 80px;
    top: 40%;
    left: 0;
}

.auction-live-modal-header {
    background-color: #26313c;
    color: #e5a300;
    font-size: 18px;
    font-weight: 700;
}

#videos-container .owl-controls {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -35px;
}

#videos-container .owl-wrapper-outer {
    padding-left: 10px;
}


#videos-container .owl-prev {
    background-color: #dd9310;
}

#videos-container .owl-next {
    background-color: #dd9310;
}

@keyframes transparents {
    0% {
        background-color: transparent;
    }

    100% {
        background-color: #384555;
    }
}

header.cd-auto-hide-header + div#sidebar-menu-container {
    margin-top: 30px;
}

.cd-auto-hide-header {
    z-index: 99999;
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .cd-auto-hide-header span {
        background-color: #000;
        display: inline-block;
        padding: 7px 5px;
        width: 100%;
        min-width: 360px;
        font-size: 14px;
        text-align: center;
        color: #ffffff;
    }

    .cd-auto-hide-header::after {
        clear: both;
        content: "";
        display: block;
    }

    .cd-auto-hide-header.is-hidden {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

.line-through * {
    text-decoration: line-through !important;
}

.sold-item .bid-block {
    opacity: 0.3;
    pointer-events: none;
}

.sold-item {
    position: relative;
}

    .sold-item:after {
        position: absolute;
        left: 190px;
        content: url(../images/sold-seal.png);
        bottom: 2px;
    }

.expired-item .bid-block {
    opacity: 0.3;
    pointer-events: none;
}

.disable-click {
    pointer-events: none;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.expired-item {
    position: relative;
    cursor: pointer;
}

    .expired-item:after {
        position: absolute;
        left: 190px;
        content: url(../images/ended.png);
        bottom: 2px;
    }

.won-item .bid-block {
    opacity: 0.3;
    pointer-events: none;
}

.won-item {
    position: relative;
    cursor: pointer;
}

    .won-item:after {
        position: absolute;
        left: 190px;
        content: url(../images/won.png);
        bottom: 2px;
    }

.paused-auction {
    opacity: 0.3;
}

.paused-auction {
    position: relative;
    pointer-events: none;
}

.stickybar {
    position: fixed;
    top: 100px;
    width: 100%;
    z-index: 999999999;
    left: 0;
}

.auction-paused.text-center {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,0.8);
    height: 100vh;
    top: 0;
}

.auction-paused-body {
    max-width: 370px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

    .auction-paused-body .text-uppercase.btn-orange {
        padding: 11px;
        font-size: 16px;
        width: 90%;
        margin: auto;
        position: relative;
        z-index: 999;
        font-weight: 600;
        max-width: 320px;
    }

.will-resume {
    background: #26313c;
    color: #fff;
    padding: 10px 0;
    margin-top: -10px;
    box-shadow: 0px 3px 10px #ccc;
}

.remain-time {
    padding: 5px 10px;
    border-bottom: dashed 1px #999;
    margin-bottom: 10px;
}

    .remain-time strong {
        font-size: 20px;
        vertical-align: middle;
        font-weight: 600;
        padding: 2px 7px 6PX;
        display: inline-block;
    }

.will-resume i.fa.fa-pause {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.tada {
    animation-name: tada;
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}


.counter {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 1.2em;
    -webkit-box-reflect: below -15px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(rgba(255,255,255,0.3)));
}

    .counter span.digit {
        background: #161616;
        background: #3F3F3F; /* Old browsers */
        background: linear-gradient(bottom, #0A0A0A 0%, #2B2B2B 50%, #3F3F3F 100%);
        background: -o-linear-gradient(bottom, #0A0A0A 0%, #2B2B2B 50%, #3F3F3F 100%);
        background: -moz-linear-gradient(bottom, #0A0A0A 0%, #2B2B2B 50%, #3F3F3F 100%);
        background: -webkit-linear-gradient(bottom, #0A0A0A 0%, #2B2B2B 50%, #3F3F3F 100%);
        background: -ms-linear-gradient(bottom, #0A0A0A 0%, #2B2B2B 50%, #3F3F3F 100%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0A0A0A), color-stop(0.5, #2B2B2B), color-stop(1, #3F3F3F));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF0A0A0A', endColorstr='#FF3F3F3F'); /* IE6 & IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF0A0A0A', endColorstr='#FF3F3F3F')"; /* IE8 */
        zoom: 1;
        -webkit-border-radius: 0.1em;
        -moz-border-radius: 0.1em;
        border-radius: 0.1em;
        background-clip: border;
        color: #FFF;
        display: block;
        float: left;
        height: 44px;
        margin: 0 1px;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
        width: 30px;
    }

        .counter span.digit span {
            line-height: 44px;
            position: relative;
            top: 0;
        }

    .counter span.separator {
        display: block;
        float: left;
        font-family: Georgia, serif;
        font-size: 20px;
        position: relative;
        top: 20px;
        color: #333;
        height: auto;
    }

#uploadPDF .modal-dialog.modal-lg .modal-content {
    background-color: #ffffff;
    max-height: 545px;
    border: none;
}

#uploadPDF .modal-dialog.modal-lg .modal-content {
    max-height: 70vh;
    overflow: auto;
}

#uploadPDF .or {
    margin: 0 auto 20px;
    float: none;
    height: 40px;
    width: 40px;
    clear: both;
    background-color: #ccc;
    text-align: center;
    padding: 10px 0;
    border-radius: 100%;
}

#uploadPDF .col-sm-6.hidden-xs.popup-form-bg:after {
    content: none;
}

#uploadPDF .col-sm-6.hidden-xs.popup-form-bg {
    background: url(../images/upload-bg.jpg) center center no-repeat;
    min-height: 400px;
}

#uploadPDF .sign-form .signform input.file-upload-input {
    width: 60%;
}

#uploadPDF .close {
    right: -16px;
    opacity: 1;
    position: absolute;
    z-index: 99;
    top: -10px;
}

.k-grid-header th.k-header {
    text-align: center;
    vertical-align: middle;
}

.k-loading-image {
    background-position: center calc(100% - 70px) !important;
    /*background-attachment: fixed;*/
    top: 0;
}

.k-grouping-header {
    display: none !important;
}

.rtvHeader#sub-header {
    width: auto;
    height: 32px;
    background-color: #e5a300;
}

/*.rtvHeader#sub-header .right-info ul li:last-child {
	border-right: none;
	padding: 5px 8px;
}*/

.asset-header {
    background-color: #262626;
    color: white;
    font-weight: bold !important;
}

.retail-header {
    background-color: #FFD966;
    font-weight: bold !important;
}

.auction-header {
    background-color: #AEAAAA;
    font-weight: bold !important;
}

.asset-sub-header {
    background-color: #404040;
    color: white;
}

.retail-sub-header {
    background-color: #806000;
    color: white;
}

.auction-sub-header {
    background-color: #757171;
    color: white;
}

.auction-row {
    background-color: #E7E6E6;
}

.current-row {
    background-color: #FFE699;
}

.deleted-row {
    background-color: #FFF2CC;
}

.not-applicable {
    background-color: #8D8D8D;
}

.k-grid-header th.k-header > .k-link {
    color: #FFF;
    font-weight: bold;
}

.row.filterRows {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
    padding-right: 150px;
    gap: 5px 0;
}

    .row.filterRows > div {
        display: flex;
        width: auto;
        align-items: center;
        justify-content: center;
        padding: 0 6px;
    }

        .row.filterRows > div > label {
            margin-bottom: 0;
            line-height: normal;
        }

    .row.filterRows .col-sm-2:last-child {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .row.filterRows > div > input {
        top: 0;
    }

#calcRTV {
    clear: both;
}

    #calcRTV button.btn-primary {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0px;
        /*max-width: 50%;*/
        width: 100%;
        white-space: pre-wrap;
    }

.custRealTimeBox {
    border: 1px solid #e5a300;
    border-radius: 5px;
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

#divMain input#calculateRTV {
    height: 1.5em;
}

    #divMain input#calculateRTV + label {
        /*margin-bottom: 15px;*/
        font-size: 20px;
    }

.timeContent {
    font-family: 'open-sans';
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
}

.custRealTimeBox .timeContent {
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .custRealTimeBox .timeContent .title label,
    .custRealTimeBox .timeContent .price label {
        font-family: 'Open Sans', sans-serif;
    }

    .custRealTimeBox .timeContent .title label {
        font-weight: 400;
    }

.title {
    font-size: 16px;
    font-weight: 400;
    color: #292929;
}

.price {
    font-weight: 700;
    color: #000;
    font-size: 26px;
}

.custSummaryMain {
    display: flex;
    gap: 0 10px;
    margin-bottom: 10px;
}

.custSummaryBox {
    border: 1px solid #c5c5c5;
    padding: 10px;
    position: relative;
    max-width: 33.33%;
    width: 100%;
    margin-top: 5px;
}

    .custSummaryBox .title {
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        color: #000;
        position: absolute;
        left: 10px;
        padding: 0 5px;
        background: #fff;
        top: -8px;
    }

    .custSummaryBox .summaryListMain .list {
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        display: flex;
        font-size: 13px;
        padding: 5px 0;
        border-bottom: 1px solid #eaeaea;
        gap: 0 5px;
    }

        .custSummaryBox .summaryListMain .list:last-child {
            border-bottom: 0px solid #eaeaea;
        }

.summaryListMain .list .icon {
    font-size: 0;
    flex: 0 0 15px;
}

    .summaryListMain .list .icon img {
        width: 100%;
    }

.summaryListMain .list .number {
    margin-left: auto;
}

.result-filter {
    background-color: #293846;
    padding: 2px 1px 1px 10px;
    min-height: 36px;
}

.component-row {
    margin-left: 2px;
    margin-bottom: 10px;
}

.calrtv-row {
    margin-left: 0px;
    margin-bottom: 0px;
}

#calcRTV [id*="predictPriceComp"] .col-sm-6 {
    margin: 0 0 10px;
}

.validateLabel {
    color: red;
    display: none;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.validationControl {
    border: red 1px solid;
}

.pricePrediction {
    border: 1px solid #e4a225;
    margin: 5px auto 10px;
    padding: 10px;
    background: #fffaf1;
    max-width: 95%;
    border-right: 5px solid #e4a225;
    border-bottom: 5px solid #e4a225;
}

.rtv-note {
    margin-bottom: 15px;
    font-size: 13px;
    color: #000;
    display: inline-block;
}

.prediction-count-cotainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    float: none;
}

div#realTimeVal #PredictedValue {
    min-width: 120px;
}

.default-value-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 0 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .default-value-wrapper ul li {
        border: 1px solid #e5e5e5;
        padding: 6px;
        flex: 0 0 calc(25% - 15px);
        text-align: center;
        font-weight: 600;
    }

#calcRTV button.btn-primary.btnSalePrice {
    max-width: 100%;
}

.sale-price-input-container {
    display: flex;
    flex-wrap: wrap;
}

    .sale-price-input-container .col-md-4 div.sale-price-input {
        margin-bottom: 10px;
    }

    .sale-price-input-container .col-md-4 .sale-price-input {
        position: relative;
    }

    .sale-price-input-container .col-md-4 div.sale-price-input input#buyPrice {
        padding-left: 40px;
    }


    .sale-price-input-container .col-md-4 div.sale-price-input input#profitMarginPercent {
        padding-right: 40px;
    }

    .sale-price-input-container .col-md-4:first-child .sale-price-input:before {
        content: '$';
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        left: 1px;
        top: 1px;
        text-align: center;
        line-height: 32px;
        border-right: 1px solid #cccccc;
        background: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .sale-price-input-container .col-md-4:nth-child(2) .sale-price-input:before {
        content: '%';
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        right: 1px;
        top: 1px;
        text-align: center;
        line-height: 32px;
        border-left: 1px solid #cccccc;
        background: #fff;
        font-size: 14px;
        font-weight: 600;
    }

.calculated-price-wrapper {
    display: block;
    padding: 6px 8px;
    width: 100%;
    text-align: center;
    border: 1px solid #e4a225;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 0px;
}

div#searchResults .k-header.k-grid-toolbar {
    border: 0;
    text-align: right;
    height: 0;
    padding: 0;
}

    div#searchResults .k-header.k-grid-toolbar a.k-button.k-button-icontext.k-grid-excel {
        margin-right: 30px;
        margin-top: -62px;
        line-height: 1;
    }

/*RTV header changes*/
#page-heading.rtvHeading {
    padding-top: 0 !important;
}

    #page-heading.rtvHeading span {
        padding-bottom: 20px;
    }

.rtvHeader#sub-header div:first-child {
    margin-top: 5px;
}

div#page-heading.rtvHeading .container {
    width: 100%;
    display: flex;
    align-items: center;
}

    div#page-heading.rtvHeading .container .row:first-child a img {
        width: 200px;
    }

section.rtvFeatureListing.featured-listing {
    display: none !important;
}

.rtvHeader#sub-header .right-info ul li:last-child {
    border-right: none;
    padding: 8px;
}


.rtvHeader#sub-header ul.sub-menu {
    position: absolute;
    min-width: 180px;
    background-color: #fafafa;
    display: inline-block;
    padding: 5px 0 10px;
    z-index: 999990;
    top: 100%;
    display: none;
    left: 0;
    border-bottom: 2px solid #e4a300;
    margin-top: 5px;
    margin-left: 15px;
}

.rtvHeader#sub-header .right-info ul li a {
    white-space: nowrap;
}

.empty-grid {
    background-position-x: center;
    background-position-y: center;
    margin-top: 70px;
    font-size: 20px;
    color: #000;
    display: inline-block;
}

.inventory-input-text {
    box-sizing: border-box;
    height: 32px !important;
}

/* Edit,Delete,Change Price*/
.inventoryListActions {
    cursor: pointer;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 3px;
    margin-right: 3px;
    font-size: 11px;
}

.listing-grid .featured-item .down-content span.inventoryActionDelete {
    color: red;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: 5px;
    margin: 10px 0 0;
    border: 1px solid #eee;
    float: none;
    text-transform: inherit;
}

.inventoryImage {
    position: relative;
    padding-top: 150px;
    border: 1px solid #eee;
    border-bottom: 0;
    overflow: hidden;
}

    .inventoryImage img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.inventoryFilters {
    border: 1px solid #ccc;
    background: #f7f5f5;
    height: 100%;
    padding: 160px 0;
    position: sticky;
    top: 0;
    text-align: center;
    font-size: 35px;
}

    .inventoryFilters span {
        display: block;
        font-size: 20px;
    }

#AskingPrice #askingPriceChild {
    position: relative;
}

    #AskingPrice #askingPriceChild input {
        padding-left: 40px;
        box-sizing: border-box;
        height: 32px !important;
    }

    #AskingPrice #askingPriceChild:before {
        content: '$';
        display: block;
        width: 32px;
        height: 30px;
        position: absolute;
        left: 1px;
        top: 1px;
        text-align: center;
        line-height: 32px;
        border-right: 1px solid #cccccc;
        background: #fff;
        font-size: 15px;
        font-weight: 600;
    }

/* Change Price popup*/
#newInspPrice {
    padding-left: 40px;
}

.newAskingPrice {
    position: relative;
}

.changePricePopup .sign-form {
    margin-bottom: 40px;
}

.changePricePopup span.detail-title-error {
    padding-left: 35%;
    display: block;
}

    .changePricePopup span.detail-title-error * {
        font-size: 11px;
        line-height: normal;
    }

    .changePricePopup span.detail-title-error label#priceMsg {
        width: 100%;
        margin: 0 !important;
        text-align: left;
    }

.changePricePopup .popup-form-caption h2 {
    margin: 15px 0;
}

.changePricePopup .detail-title {
    text-align: left;
}

.changePricePopup .btnsContainer {
    text-align: left;
    padding-left: 41%;
}

.newAskingPrice:before {
    content: '$';
    display: block;
    width: 32px;
    height: 28px;
    position: absolute;
    left: 1px;
    top: 1px;
    text-align: center;
    line-height: 28px;
    border-right: 1px solid #cccccc;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
}

.askingPriceConfirmPopup .popup-form-caption h2 {
    margin: 15px 0;
}

.askingPriceConfirmPopup .sign-form {
    margin-bottom: 40px;
}

.askingPriceConfirmPopup .btnsContainer {
    margin: 20px 0 0 10px;
}

.listing-grid .featured-item .down-content p.p-desc {
    margin-top: 0 !important;
}

.spec.inventory {
    display: flex;
    justify-content: space-between;
}

.inspection-img-remover {
    color: red;
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 5%;
}

.additionalImageThumb {
    width: 120px;
    height: 100px;
    max-height: 100px;
    max-width: 120px;
    cursor: pointer;
}

.dynamic-textarea-details {
    width: 100%;
    height: 50px;
}

.dynamicImageThumb {
    width: 100px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
    cursor: pointer;
}

.max-5-image-message-lbl {
    font-size: 10px;
    font-weight: 600;
}

@media(min-width: 768px) {
    div #page-heading.rtvHeading .container .row:last-child {
        margin: auto;
    }
}

@media(max-width: 1300px) {
    #calcRTV + div.row .ibox.float-e-margins .ibox-content .col-md-6 {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .custRealTimeBox {
        max-width: calc(506px - 44px);
        width: 87%;
        margin-left: 30px;
        margin-top: 10px;
    }

    .row.filterRows {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

@media(min-width: 580px) and (max-width: 991px) {
    div#searchResults .k-header.k-grid-toolbar {
        margin-top: -20px;
    }
}

@media(max-width: 767px) {
    .sale-price-input-container .col-md-4 {
        flex: 0 0 100%;
    }

    .default-value-wrapper ul {
        flex-direction: column;
        gap: 15px;
    }

    div#page-heading.rtvHeading .container {
        flex-direction: column;
    }

    .rtvHeader#sub-header {
        height: auto;
    }

    #divMain input#calculateRTV {
        height: 1.2em;
    }

        #divMain input#calculateRTV + label {
            font-size: 16px;
        }

    /*RTV price variation popup*/
    #priceVariationModel .modal-content {
        max-width: 670px;
        width: 100%;
    }

        #priceVariationModel .modal-content .modal-body {
            padding: 10px;
        }

        #priceVariationModel .modal-content .col-md-12.popup-form {
            padding: 0;
        }

        #priceVariationModel .modal-content #priceVariationGrid {
            overflow-x: scroll;
        }

        #priceVariationModel .modal-content button.close {
            top: -10px;
            right: -5px;
        }

    #priceVariationModel .popup-form-caption h2 {
        font-size: 20px;
        margin: 10px auto;
    }

    #priceVariationModel .sign-form {
        margin-bottom: 0;
    }
}

@media(max-width: 579px) {
    div#searchResults .k-header.k-grid-toolbar {
        text-align: left;
        height: auto;
        background: #293846;
        margin-top: -5px;
        padding-left: 10px;
    }

        div#searchResults .k-header.k-grid-toolbar a.k-button.k-button-icontext.k-grid-excel {
            margin-top: -32px;
        }
}

@media(max-width: 560px) {
    .row.filterRows .col-sm-2:last-child {
        position: inherit;
        right: 0;
        top: auto;
        transform: inherit;
    }

    .row.filterRows {
        padding-right: 0;
    }

    .custSummaryMain {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .custSummaryBox {
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width: 375px) {
    .custRealTimeBox {
        display: block;
        text-align: center;
    }

        .custRealTimeBox .timeContent {
            justify-content: center;
        }
}

.switch {
    position: relative;
    display: block;
    width: 50px;
    height: 24px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.inspection-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .inspection-slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .inspection-slider {
    background-color: #e5a300;
}

input:focus + .inspection-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .inspection-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.inspection-slider.round {
    border-radius: 24px;
}

    .inspection-slider.round:before {
        border-radius: 50%;
    }

.primary-image-style {
    max-width: 250px;
    max-height: 150px;
    width: 250px;
    height: 150px;
    cursor: pointer;
}

.inventory-listing-lable-truncate {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

#divFilters #menu-content div#Price {
    margin-bottom: 20px;
}

#divFilters #menu-content div#Price > .row {
    background-color: #f7f5f5;
    margin: 0;
}

#divFilters #menu-content div#Price > .row:first-child {
    padding-top: 8px;
}

#divFilters #menu-content div#Price > .row:nth-child(2) {
    padding-bottom: 15px;
}

#divFilters #menu-content div#Price > .row .validateLabel {
    padding: 0 0 5px;
}

.inventorySearchContainer {
    display: flex;
    position: relative;
    padding-right: 30px;
}

.inventorySearchContainer button.inventorySearchBtns {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e5a300;
    width: 30px;
    color: #fff;
}

.inventorySearchContainer .inventorySearchBtns.inventorySearchClose {
    right: 30px;
    background: transparent;
    color: #000;
    display: none;
}

.inventorySearchContainer input {
    padding-right: 30px;
}

@media(max-width: 767px) {
    .inventorySearchContainer {
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

/*create  inspection responsive css*/
@media(min-width: 768px) {
    #inspectionPanel .k-panelbar > .k-item > [id*="div"].k-content > .row > [class*="col-md-"] {
        padding: 0 15px !important;
    }

    #inspectionPanel .k-panelbar > .k-item > [id*="div"].k-content,
    #inspectionPanel .k-panelbar #divPrimaryImages.k-content {
        padding: 10px 20px !important;
    }
}

@media(max-width: 767px) {
    #div_createInspForm li.k-item.k-state-default div.k-content .row {
        padding: 0 15px !important;
    }

        #div_createInspForm li.k-item.k-state-default div.k-content .row .col-md-2.max-width-10-pct {
            max-width: 100%;
        }

        #div_createInspForm li.k-item.k-state-default div.k-content .row textarea {
            width: 90%;
            margin: auto;
            display: block;
        }

        #div_createInspForm li.k-item.k-state-default div.k-content .row input[type="file"] {
            margin: 10px 0;
        }

    #div_createInspForm li.k-item.k-state-default .col-md-8 {
        display: flex;
        flex-wrap: wrap;
    }

    .saveBtnContainer {
        margin-top: 20px;
    }

    .additionalDetailContainer {
        padding: 10px 0 !important;
    }
}
