span.twitter-typeahead .tt-menu {
  max-height: 150px;
  overflow-y: auto; }

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-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: 4px;
  -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; }

span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

span.twitter-typeahead {
  width: 100%; }

.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px; }

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important; }

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0; }

.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.input-group.input-group-sm span.twitter-typeahead {
  height: 30px; }

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important; }

.input-group.input-group-lg span.twitter-typeahead {
  height: 46px; }

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important; }
/*
* Based on Skeleton by Dave Gamache (www.getskeleton.com)
* Modified by Vasterad
*/
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.no-select {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

/* #Basic Styles
================================================== */
body {
  background-color: #fff;
  font-size: 16px;
  line-height: 27px;
  color: #666;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

/* Boxed Styles */
body.boxed {
  margin: 0 auto;
  background-color: #e8e8e8; }

#wrapper {
  background-color: #fff; }

/* Main Font */
body,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
.widget-text h5,
h3.centered-headline span,
select {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Secondary Font */
h1, h2, h3, h4, h5, h6,
.button,
input[type="button"],
input[type="submit"],
button,
.infobox,
#navigation, .infobox a,
.pagination-container, .upload-btn,
.skills span,
.app-content .info span,
.tabs-nav li a, .reply,
.ui-accordion .ui-accordion-header,
.trigger a, .caption.title, .caption .slider-button,
.counter, .counter-box i, a.menu-trigger,
#style-switcher h2, .resume-table strong {
  font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* #Margin Styles
================================================== */
/* Margin Reset */
.margin-reset {
  margin: 0 !important; }

/* Margin Top */
.margin-top-0 {
  margin-top: 0 !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-top-55 {
  margin-top: 55px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-top-65 {
  margin-top: 65px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

/* Margin Bottom */
.margin-bottom-0 {
  margin-bottom: 0 !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-bottom-65 {
  margin-bottom: 65px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

/* Basic Alginment
================================================== */
img, object, video {
  height: auto;
  display: block; }

img {
  width: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%; }

/* Flexible Embeds */
.embed {
  position: relative;
  padding: 0px;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden; }

.embed iframe,
.embed object,
.embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.padding-reset {
  padding: 0 !important; }

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 400; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 30px;
  line-height: 54px; }

h2 {
  font-size: 24px;
  line-height: 48px; }

h3 {
  font-size: 22px;
  line-height: 44px; }

h4 {
  font-size: 18px;
  line-height: 36px; }

h5 {
  font-size: 16px;
  line-height: 28px; }

h6 {
  font-size: 14px;
  line-height: 24px; }

p {
  margin: 0 0 15px 0; }

p img {
  margin: 0; }

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #555; }

em {
  font-style: italic; }

strong {
  font-weight: 700;
  color: #333; }

small {
  font-size: 80%; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0; }

/* #Links
================================================== */
a {
  color: #505050;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -transition: color 0.2s ease-in-out; }

a:hover {
  color: #666; }

p a, p a:visited {
  line-height: inherit; }

/* #Lists
================================================== */
ul, ol {
  margin: 0; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

li {
  line-height: 18px; }

ul.large li {
  line-height: 21px; }

li p {
  line-height: 21px; }

/* #Forms
================================================== */
.fake-input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  padding: 14px 18px;
  outline: none;
  font-size: 15px;
  color: #909090;
  margin: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fcfcfc;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  opacity: 1; }

select {
  padding: 0; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  color: #808080;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 1px solid #d8d8d8;
  opacity: 1; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #909090;
  opacity: 1; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #909090;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #909090;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #909090;
  opacity: 1; }

textarea {
  min-height: 90px;
  transition: none !important;
  min-width: 100%; }

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px; }

input {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

textarea {
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  -ms-transition: 0;
  transition: 0; }
  textarea input[type="checkbox"] {
    display: inline; }
  textarea label span,
  textarea legend span {
    font-weight: normal;
    font-size: 14px;
    color: #444; }
/*
* Based on Skeleton by Dave Gamache (www.getskeleton.com)
* Modified by Vasterad
*/
/* Table of Contents
==================================================
    #Base (1180 Grid)
    #Desktop (960 Grid)
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base (1180 Grid)
================================================== */
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0; }

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px; }

.row {
  margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0; }

.column.omega, .columns.omega {
  margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 55px; }

.container .two.columns {
  width: 130px; }

.container .three.columns {
  width: 205px; }

.container .four.columns {
  width: 280px; }

.container .five.columns {
  width: 355px; }

.container .six.columns {
  width: 430px; }

.container .seven.columns {
  width: 505px; }

.container .eight.columns {
  width: 580px; }

.container .nine.columns {
  width: 655px; }

.container .ten.columns {
  width: 730px; }

.container .eleven.columns {
  width: 805px; }

.container .twelve.columns {
  width: 880px; }

.container .thirteen.columns {
  width: 955px; }

.container .fourteen.columns {
  width: 1030px; }

.container .fifteen.columns {
  width: 1105px; }

.container .sixteen.columns {
  width: 1180px; }

.container .one-third.column {
  width: 380px; }

.container .two-thirds.column {
  width: 780px; }

body.boxed {
  width: 1340px; }

@media only screen and (min-width: 1289px) and (max-width: 1360px) {
  body.boxed {
    width: 100%; } }

/* #Dekstop (960 Grid)
================================================== */
/* Note: Design for a width of 960px */
@media only screen and (min-width: 960px) and (max-width: 1289px) {
  .container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0; }
  .container .column,
  .container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px; }
  .row {
    margin-bottom: 20px; }
  /* Nested Column Classes */
  .column.alpha, .columns.alpha {
    margin-left: 0; }
  .column.omega, .columns.omega {
    margin-right: 0; }
  /* Base Grid */
  .container .one.column,
  .container .one.columns {
    width: 40px; }
  .container .two.columns {
    width: 100px; }
  .container .three.columns {
    width: 160px; }
  .container .four.columns {
    width: 220px; }
  .container .five.columns {
    width: 280px; }
  .container .six.columns {
    width: 340px; }
  .container .seven.columns {
    width: 400px; }
  .container .eight.columns {
    width: 460px; }
  .container .nine.columns {
    width: 520px; }
  .container .ten.columns {
    width: 580px; }
  .container .eleven.columns {
    width: 640px; }
  .container .twelve.columns {
    width: 700px; }
  .container .thirteen.columns {
    width: 760px; }
  .container .fourteen.columns {
    width: 820px; }
  .container .fifteen.columns {
    width: 880px; }
  .container .sixteen.columns {
    width: 940px; }
  .container .one-third.column {
    width: 300px; }
  .container .two-thirds.column {
    width: 620px; }
  body.boxed {
    width: 1060px; } }

@media only screen and (max-width: 1080px) {
  body.boxed {
    width: 100%; } }

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .container {
    width: 768px; }
  .container .column,
  .container .columns {
    margin-left: 10px;
    margin-right: 10px; }
  .column.alpha, .columns.alpha {
    margin-left: 0;
    margin-right: 10px; }
  .column.omega, .columns.omega {
    margin-right: 0;
    margin-left: 10px; }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0; }
  .container .one.column,
  .container .one.columns {
    width: 28px; }
  .container .two.columns {
    width: 76px; }
  .container .three.columns {
    width: 124px; }
  .container .four.columns {
    width: 172px; }
  .container .five.columns {
    width: 220px; }
  .container .six.columns {
    width: 268px; }
  .container .seven.columns {
    width: 316px; }
  .container .eight.columns {
    width: 364px; }
  .container .nine.columns {
    width: 412px; }
  .container .ten.columns {
    width: 460px; }
  .container .eleven.columns {
    width: 508px; }
  .container .twelve.columns {
    width: 556px; }
  .container .thirteen.columns {
    width: 604px; }
  .container .fourteen.columns {
    width: 652px; }
  .container .fifteen.columns {
    width: 700px; }
  .container .sixteen.columns {
    width: 748px; }
  .container .one-third.column {
    width: 236px; }
  .container .two-thirds.column {
    width: 492px; } }

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px; }
  .container .columns,
  .container .column {
    margin: 0; }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column,
  .container .twelve.sidebar-right.columns,
  .container .twelve.sidebar-left.columns,
  .container .five.sidebar-right.columns,
  .container .eleven.sidebar-right.columns {
    width: 300px; } }

/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px; }
  .container .columns,
  .container .column {
    margin: 0; }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column,
  .container .twelve.sidebar-right.columns,
  .container .twelve.sidebar-left.columns,
  .container .five.sidebar-right.columns,
  .container .eleven.sidebar-right.columns {
    width: 420px; } }

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: ' ';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.row,
.clearfix {
  zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(45c73723862c6fc5eb3d6961db2d71fb.eot);
  src: url(45c73723862c6fc5eb3d6961db2d71fb.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(4b5a84aaf1c9485e060c503a0ff8cadb.woff2) format("woff2"), url(dfb02f8f6d0cedc009ee5887cc68f1f3.woff) format("woff"), url(7c87870ab40d63cfb8870c1f183f9939.ttf) format("truetype"), url(f8c0645fc719130835622e71478843ea.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

/*---------------------------------------------------
  Icomoon Linearicons
-----------------------------------------------------*/
@font-face {
  font-family: 'linearicons';
  src: url(5a93ca370c17dfa3cb9d26d5f993716b.eot);
  src: url(5a93ca370c17dfa3cb9d26d5f993716b.eot?#iefix-rdmvgc) format("embedded-opentype"), url(2864469c0e8a84417f318ee2cac54b04.woff) format("woff"), url(f0409337cef4caa891f01a833caf73d0.ttf) format("truetype"), url(509bf94eeb3abc0ceb27c83dec527e92.svg#linearicons) format("svg");
  font-weight: normal;
  font-style: normal; }

.ln {
  font-family: 'linearicons'  !important;
  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; }

.ln-icon-A-Z:before {
  content: "\E600"; }

.ln-icon-Aa:before {
  content: "\E601"; }

.ln-icon-Add-Bag:before {
  content: "\E602"; }

.ln-icon-Add-Basket:before {
  content: "\E603"; }

.ln-icon-Add-Cart:before {
  content: "\E604"; }

.ln-icon-Add-File:before {
  content: "\E605"; }

.ln-icon-Add-SpaceAfterParagraph:before {
  content: "\E606"; }

.ln-icon-Add-SpaceBeforeParagraph:before {
  content: "\E607"; }

.ln-icon-Add-User:before {
  content: "\E608"; }

.ln-icon-Add-UserStar:before {
  content: "\E609"; }

.ln-icon-Add-Window:before {
  content: "\E60A"; }

.ln-icon-Add:before {
  content: "\E60B"; }

.ln-icon-Address-Book:before {
  content: "\E60C"; }

.ln-icon-Address-Book2:before {
  content: "\E60D"; }

.ln-icon-Administrator:before {
  content: "\E60E"; }

.ln-icon-Aerobics-2:before {
  content: "\E60F"; }

.ln-icon-Aerobics-3:before {
  content: "\E610"; }

.ln-icon-Aerobics:before {
  content: "\E611"; }

.ln-icon-Affiliate:before {
  content: "\E612"; }

.ln-icon-Aim:before {
  content: "\E613"; }

.ln-icon-Air-Balloon:before {
  content: "\E614"; }

.ln-icon-Airbrush:before {
  content: "\E615"; }

.ln-icon-Airship:before {
  content: "\E616"; }

.ln-icon-Alarm-Clock:before {
  content: "\E617"; }

.ln-icon-Alarm-Clock2:before {
  content: "\E618"; }

.ln-icon-Alarm:before {
  content: "\E619"; }

.ln-icon-Alien-2:before {
  content: "\E61A"; }

.ln-icon-Alien:before {
  content: "\E61B"; }

.ln-icon-Aligator:before {
  content: "\E61C"; }

.ln-icon-Align-Center:before {
  content: "\E61D"; }

.ln-icon-Align-JustifyAll:before {
  content: "\E61E"; }

.ln-icon-Align-JustifyCenter:before {
  content: "\E61F"; }

.ln-icon-Align-JustifyLeft:before {
  content: "\E620"; }

.ln-icon-Align-JustifyRight:before {
  content: "\E621"; }

.ln-icon-Align-Left:before {
  content: "\E622"; }

.ln-icon-Align-Right:before {
  content: "\E623"; }

.ln-icon-Alpha:before {
  content: "\E624"; }

.ln-icon-Ambulance:before {
  content: "\E625"; }

.ln-icon-AMX:before {
  content: "\E626"; }

.ln-icon-Anchor-2:before {
  content: "\E627"; }

.ln-icon-Anchor:before {
  content: "\E628"; }

.ln-icon-Android-Store:before {
  content: "\E629"; }

.ln-icon-Android:before {
  content: "\E62A"; }

.ln-icon-Angel-Smiley:before {
  content: "\E62B"; }

.ln-icon-Angel:before {
  content: "\E62C"; }

.ln-icon-Angry:before {
  content: "\E62D"; }

.ln-icon-Apple-Bite:before {
  content: "\E62E"; }

.ln-icon-Apple-Store:before {
  content: "\E62F"; }

.ln-icon-Apple:before {
  content: "\E630"; }

.ln-icon-Approved-Window:before {
  content: "\E631"; }

.ln-icon-Aquarius-2:before {
  content: "\E632"; }

.ln-icon-Aquarius:before {
  content: "\E633"; }

.ln-icon-Archery-2:before {
  content: "\E634"; }

.ln-icon-Archery:before {
  content: "\E635"; }

.ln-icon-Argentina:before {
  content: "\E636"; }

.ln-icon-Aries-2:before {
  content: "\E637"; }

.ln-icon-Aries:before {
  content: "\E638"; }

.ln-icon-Army-Key:before {
  content: "\E639"; }

.ln-icon-Arrow-Around:before {
  content: "\E63A"; }

.ln-icon-Arrow-Back3:before {
  content: "\E63B"; }

.ln-icon-Arrow-Back:before {
  content: "\E63C"; }

.ln-icon-Arrow-Back2:before {
  content: "\E63D"; }

.ln-icon-Arrow-Barrier:before {
  content: "\E63E"; }

.ln-icon-Arrow-Circle:before {
  content: "\E63F"; }

.ln-icon-Arrow-Cross:before {
  content: "\E640"; }

.ln-icon-Arrow-Down:before {
  content: "\E641"; }

.ln-icon-Arrow-Down2:before {
  content: "\E642"; }

.ln-icon-Arrow-Down3:before {
  content: "\E643"; }

.ln-icon-Arrow-DowninCircle:before {
  content: "\E644"; }

.ln-icon-Arrow-Fork:before {
  content: "\E645"; }

.ln-icon-Arrow-Forward:before {
  content: "\E646"; }

.ln-icon-Arrow-Forward2:before {
  content: "\E647"; }

.ln-icon-Arrow-From:before {
  content: "\E648"; }

.ln-icon-Arrow-Inside:before {
  content: "\E649"; }

.ln-icon-Arrow-Inside45:before {
  content: "\E64A"; }

.ln-icon-Arrow-InsideGap:before {
  content: "\E64B"; }

.ln-icon-Arrow-InsideGap45:before {
  content: "\E64C"; }

.ln-icon-Arrow-Into:before {
  content: "\E64D"; }

.ln-icon-Arrow-Join:before {
  content: "\E64E"; }

.ln-icon-Arrow-Junction:before {
  content: "\E64F"; }

.ln-icon-Arrow-Left:before {
  content: "\E650"; }

.ln-icon-Arrow-Left2:before {
  content: "\E651"; }

.ln-icon-Arrow-LeftinCircle:before {
  content: "\E652"; }

.ln-icon-Arrow-Loop:before {
  content: "\E653"; }

.ln-icon-Arrow-Merge:before {
  content: "\E654"; }

.ln-icon-Arrow-Mix:before {
  content: "\E655"; }

.ln-icon-Arrow-Next:before {
  content: "\E656"; }

.ln-icon-Arrow-OutLeft:before {
  content: "\E657"; }

.ln-icon-Arrow-OutRight:before {
  content: "\E658"; }

.ln-icon-Arrow-Outside:before {
  content: "\E659"; }

.ln-icon-Arrow-Outside45:before {
  content: "\E65A"; }

.ln-icon-Arrow-OutsideGap:before {
  content: "\E65B"; }

.ln-icon-Arrow-OutsideGap45:before {
  content: "\E65C"; }

.ln-icon-Arrow-Over:before {
  content: "\E65D"; }

.ln-icon-Arrow-Refresh:before {
  content: "\E65E"; }

.ln-icon-Arrow-Refresh2:before {
  content: "\E65F"; }

.ln-icon-Arrow-Right:before {
  content: "\E660"; }

.ln-icon-Arrow-Right2:before {
  content: "\E661"; }

.ln-icon-Arrow-RightinCircle:before {
  content: "\E662"; }

.ln-icon-Arrow-Shuffle:before {
  content: "\E663"; }

.ln-icon-Arrow-Squiggly:before {
  content: "\E664"; }

.ln-icon-Arrow-Through:before {
  content: "\E665"; }

.ln-icon-Arrow-To:before {
  content: "\E666"; }

.ln-icon-Arrow-TurnLeft:before {
  content: "\E667"; }

.ln-icon-Arrow-TurnRight:before {
  content: "\E668"; }

.ln-icon-Arrow-Up:before {
  content: "\E669"; }

.ln-icon-Arrow-Up2:before {
  content: "\E66A"; }

.ln-icon-Arrow-Up3:before {
  content: "\E66B"; }

.ln-icon-Arrow-UpinCircle:before {
  content: "\E66C"; }

.ln-icon-Arrow-XLeft:before {
  content: "\E66D"; }

.ln-icon-Arrow-XRight:before {
  content: "\E66E"; }

.ln-icon-Ask:before {
  content: "\E66F"; }

.ln-icon-Assistant:before {
  content: "\E670"; }

.ln-icon-Astronaut:before {
  content: "\E671"; }

.ln-icon-At-Sign:before {
  content: "\E672"; }

.ln-icon-ATM:before {
  content: "\E673"; }

.ln-icon-Atom:before {
  content: "\E674"; }

.ln-icon-Audio:before {
  content: "\E675"; }

.ln-icon-Auto-Flash:before {
  content: "\E676"; }

.ln-icon-Autumn:before {
  content: "\E677"; }

.ln-icon-Baby-Clothes:before {
  content: "\E678"; }

.ln-icon-Baby-Clothes2:before {
  content: "\E679"; }

.ln-icon-Baby-Cry:before {
  content: "\E67A"; }

.ln-icon-Baby:before {
  content: "\E67B"; }

.ln-icon-Back2:before {
  content: "\E67C"; }

.ln-icon-Back-Media:before {
  content: "\E67D"; }

.ln-icon-Back-Music:before {
  content: "\E67E"; }

.ln-icon-Back:before {
  content: "\E67F"; }

.ln-icon-Background:before {
  content: "\E680"; }

.ln-icon-Bacteria:before {
  content: "\E681"; }

.ln-icon-Bag-Coins:before {
  content: "\E682"; }

.ln-icon-Bag-Items:before {
  content: "\E683"; }

.ln-icon-Bag-Quantity:before {
  content: "\E684"; }

.ln-icon-Bag:before {
  content: "\E685"; }

.ln-icon-Bakelite:before {
  content: "\E686"; }

.ln-icon-Ballet-Shoes:before {
  content: "\E687"; }

.ln-icon-Balloon:before {
  content: "\E688"; }

.ln-icon-Banana:before {
  content: "\E689"; }

.ln-icon-Band-Aid:before {
  content: "\E68A"; }

.ln-icon-Bank:before {
  content: "\E68B"; }

.ln-icon-Bar-Chart:before {
  content: "\E68C"; }

.ln-icon-Bar-Chart2:before {
  content: "\E68D"; }

.ln-icon-Bar-Chart3:before {
  content: "\E68E"; }

.ln-icon-Bar-Chart4:before {
  content: "\E68F"; }

.ln-icon-Bar-Chart5:before {
  content: "\E690"; }

.ln-icon-Bar-Code:before {
  content: "\E691"; }

.ln-icon-Barricade-2:before {
  content: "\E692"; }

.ln-icon-Barricade:before {
  content: "\E693"; }

.ln-icon-Baseball:before {
  content: "\E694"; }

.ln-icon-Basket-Ball:before {
  content: "\E695"; }

.ln-icon-Basket-Coins:before {
  content: "\E696"; }

.ln-icon-Basket-Items:before {
  content: "\E697"; }

.ln-icon-Basket-Quantity:before {
  content: "\E698"; }

.ln-icon-Bat-2:before {
  content: "\E699"; }

.ln-icon-Bat:before {
  content: "\E69A"; }

.ln-icon-Bathrobe:before {
  content: "\E69B"; }

.ln-icon-Batman-Mask:before {
  content: "\E69C"; }

.ln-icon-Battery-0:before {
  content: "\E69D"; }

.ln-icon-Battery-25:before {
  content: "\E69E"; }

.ln-icon-Battery-50:before {
  content: "\E69F"; }

.ln-icon-Battery-75:before {
  content: "\E6A0"; }

.ln-icon-Battery-100:before {
  content: "\E6A1"; }

.ln-icon-Battery-Charge:before {
  content: "\E6A2"; }

.ln-icon-Bear:before {
  content: "\E6A3"; }

.ln-icon-Beard-2:before {
  content: "\E6A4"; }

.ln-icon-Beard-3:before {
  content: "\E6A5"; }

.ln-icon-Beard:before {
  content: "\E6A6"; }

.ln-icon-Bebo:before {
  content: "\E6A7"; }

.ln-icon-Bee:before {
  content: "\E6A8"; }

.ln-icon-Beer-Glass:before {
  content: "\E6A9"; }

.ln-icon-Beer:before {
  content: "\E6AA"; }

.ln-icon-Bell-2:before {
  content: "\E6AB"; }

.ln-icon-Bell:before {
  content: "\E6AC"; }

.ln-icon-Belt-2:before {
  content: "\E6AD"; }

.ln-icon-Belt-3:before {
  content: "\E6AE"; }

.ln-icon-Belt:before {
  content: "\E6AF"; }

.ln-icon-Berlin-Tower:before {
  content: "\E6B0"; }

.ln-icon-Beta:before {
  content: "\E6B1"; }

.ln-icon-Betvibes:before {
  content: "\E6B2"; }

.ln-icon-Bicycle-2:before {
  content: "\E6B3"; }

.ln-icon-Bicycle-3:before {
  content: "\E6B4"; }

.ln-icon-Bicycle:before {
  content: "\E6B5"; }

.ln-icon-Big-Bang:before {
  content: "\E6B6"; }

.ln-icon-Big-Data:before {
  content: "\E6B7"; }

.ln-icon-Bike-Helmet:before {
  content: "\E6B8"; }

.ln-icon-Bikini:before {
  content: "\E6B9"; }

.ln-icon-Bilk-Bottle2:before {
  content: "\E6BA"; }

.ln-icon-Billing:before {
  content: "\E6BB"; }

.ln-icon-Bing:before {
  content: "\E6BC"; }

.ln-icon-Binocular:before {
  content: "\E6BD"; }

.ln-icon-Bio-Hazard:before {
  content: "\E6BE"; }

.ln-icon-Biotech:before {
  content: "\E6BF"; }

.ln-icon-Bird-DeliveringLetter:before {
  content: "\E6C0"; }

.ln-icon-Bird:before {
  content: "\E6C1"; }

.ln-icon-Birthday-Cake:before {
  content: "\E6C2"; }

.ln-icon-Bisexual:before {
  content: "\E6C3"; }

.ln-icon-Bishop:before {
  content: "\E6C4"; }

.ln-icon-Bitcoin:before {
  content: "\E6C5"; }

.ln-icon-Black-Cat:before {
  content: "\E6C6"; }

.ln-icon-Blackboard:before {
  content: "\E6C7"; }

.ln-icon-Blinklist:before {
  content: "\E6C8"; }

.ln-icon-Block-Cloud:before {
  content: "\E6C9"; }

.ln-icon-Block-Window:before {
  content: "\E6CA"; }

.ln-icon-Blogger:before {
  content: "\E6CB"; }

.ln-icon-Blood:before {
  content: "\E6CC"; }

.ln-icon-Blouse:before {
  content: "\E6CD"; }

.ln-icon-Blueprint:before {
  content: "\E6CE"; }

.ln-icon-Board:before {
  content: "\E6CF"; }

.ln-icon-Bodybuilding:before {
  content: "\E6D0"; }

.ln-icon-Bold-Text:before {
  content: "\E6D1"; }

.ln-icon-Bone:before {
  content: "\E6D2"; }

.ln-icon-Bones:before {
  content: "\E6D3"; }

.ln-icon-Book:before {
  content: "\E6D4"; }

.ln-icon-Bookmark:before {
  content: "\E6D5"; }

.ln-icon-Books-2:before {
  content: "\E6D6"; }

.ln-icon-Books:before {
  content: "\E6D7"; }

.ln-icon-Boom:before {
  content: "\E6D8"; }

.ln-icon-Boot-2:before {
  content: "\E6D9"; }

.ln-icon-Boot:before {
  content: "\E6DA"; }

.ln-icon-Bottom-ToTop:before {
  content: "\E6DB"; }

.ln-icon-Bow-2:before {
  content: "\E6DC"; }

.ln-icon-Bow-3:before {
  content: "\E6DD"; }

.ln-icon-Bow-4:before {
  content: "\E6DE"; }

.ln-icon-Bow-5:before {
  content: "\E6DF"; }

.ln-icon-Bow-6:before {
  content: "\E6E0"; }

.ln-icon-Bow:before {
  content: "\E6E1"; }

.ln-icon-Bowling-2:before {
  content: "\E6E2"; }

.ln-icon-Bowling:before {
  content: "\E6E3"; }

.ln-icon-Box2:before {
  content: "\E6E4"; }

.ln-icon-Box-Close:before {
  content: "\E6E5"; }

.ln-icon-Box-Full:before {
  content: "\E6E6"; }

.ln-icon-Box-Open:before {
  content: "\E6E7"; }

.ln-icon-Box-withFolders:before {
  content: "\E6E8"; }

.ln-icon-Box:before {
  content: "\E6E9"; }

.ln-icon-Boy:before {
  content: "\E6EA"; }

.ln-icon-Bra:before {
  content: "\E6EB"; }

.ln-icon-Brain-2:before {
  content: "\E6EC"; }

.ln-icon-Brain-3:before {
  content: "\E6ED"; }

.ln-icon-Brain:before {
  content: "\E6EE"; }

.ln-icon-Brazil:before {
  content: "\E6EF"; }

.ln-icon-Bread-2:before {
  content: "\E6F0"; }

.ln-icon-Bread:before {
  content: "\E6F1"; }

.ln-icon-Bridge:before {
  content: "\E6F2"; }

.ln-icon-Brightkite:before {
  content: "\E6F3"; }

.ln-icon-Broke-Link2:before {
  content: "\E6F4"; }

.ln-icon-Broken-Link:before {
  content: "\E6F5"; }

.ln-icon-Broom:before {
  content: "\E6F6"; }

.ln-icon-Brush:before {
  content: "\E6F7"; }

.ln-icon-Bucket:before {
  content: "\E6F8"; }

.ln-icon-Bug:before {
  content: "\E6F9"; }

.ln-icon-Building:before {
  content: "\E6FA"; }

.ln-icon-Bulleted-List:before {
  content: "\E6FB"; }

.ln-icon-Bus-2:before {
  content: "\E6FC"; }

.ln-icon-Bus:before {
  content: "\E6FD"; }

.ln-icon-Business-Man:before {
  content: "\E6FE"; }

.ln-icon-Business-ManWoman:before {
  content: "\E6FF"; }

.ln-icon-Business-Mens:before {
  content: "\E700"; }

.ln-icon-Business-Woman:before {
  content: "\E701"; }

.ln-icon-Butterfly:before {
  content: "\E702"; }

.ln-icon-Button:before {
  content: "\E703"; }

.ln-icon-Cable-Car:before {
  content: "\E704"; }

.ln-icon-Cake:before {
  content: "\E705"; }

.ln-icon-Calculator-2:before {
  content: "\E706"; }

.ln-icon-Calculator-3:before {
  content: "\E707"; }

.ln-icon-Calculator:before {
  content: "\E708"; }

.ln-icon-Calendar-2:before {
  content: "\E709"; }

.ln-icon-Calendar-3:before {
  content: "\E70A"; }

.ln-icon-Calendar-4:before {
  content: "\E70B"; }

.ln-icon-Calendar-Clock:before {
  content: "\E70C"; }

.ln-icon-Calendar:before {
  content: "\E70D"; }

.ln-icon-Camel:before {
  content: "\E70E"; }

.ln-icon-Camera-2:before {
  content: "\E70F"; }

.ln-icon-Camera-3:before {
  content: "\E710"; }

.ln-icon-Camera-4:before {
  content: "\E711"; }

.ln-icon-Camera-5:before {
  content: "\E712"; }

.ln-icon-Camera-Back:before {
  content: "\E713"; }

.ln-icon-Camera:before {
  content: "\E714"; }

.ln-icon-Can-2:before {
  content: "\E715"; }

.ln-icon-Can:before {
  content: "\E716"; }

.ln-icon-Canada:before {
  content: "\E717"; }

.ln-icon-Cancer-2:before {
  content: "\E718"; }

.ln-icon-Cancer-3:before {
  content: "\E719"; }

.ln-icon-Cancer:before {
  content: "\E71A"; }

.ln-icon-Candle:before {
  content: "\E71B"; }

.ln-icon-Candy-Cane:before {
  content: "\E71C"; }

.ln-icon-Candy:before {
  content: "\E71D"; }

.ln-icon-Cannon:before {
  content: "\E71E"; }

.ln-icon-Cap-2:before {
  content: "\E71F"; }

.ln-icon-Cap-3:before {
  content: "\E720"; }

.ln-icon-Cap-Smiley:before {
  content: "\E721"; }

.ln-icon-Cap:before {
  content: "\E722"; }

.ln-icon-Capricorn-2:before {
  content: "\E723"; }

.ln-icon-Capricorn:before {
  content: "\E724"; }

.ln-icon-Car-2:before {
  content: "\E725"; }

.ln-icon-Car-3:before {
  content: "\E726"; }

.ln-icon-Car-Coins:before {
  content: "\E727"; }

.ln-icon-Car-Items:before {
  content: "\E728"; }

.ln-icon-Car-Wheel:before {
  content: "\E729"; }

.ln-icon-Car:before {
  content: "\E72A"; }

.ln-icon-Cardigan:before {
  content: "\E72B"; }

.ln-icon-Cardiovascular:before {
  content: "\E72C"; }

.ln-icon-Cart-Quantity:before {
  content: "\E72D"; }

.ln-icon-Casette-Tape:before {
  content: "\E72E"; }

.ln-icon-Cash-Register:before {
  content: "\E72F"; }

.ln-icon-Cash-register2:before {
  content: "\E730"; }

.ln-icon-Castle:before {
  content: "\E731"; }

.ln-icon-Cat:before {
  content: "\E732"; }

.ln-icon-Cathedral:before {
  content: "\E733"; }

.ln-icon-Cauldron:before {
  content: "\E734"; }

.ln-icon-CD-2:before {
  content: "\E735"; }

.ln-icon-CD-Cover:before {
  content: "\E736"; }

.ln-icon-CD:before {
  content: "\E737"; }

.ln-icon-Cello:before {
  content: "\E738"; }

.ln-icon-Celsius:before {
  content: "\E739"; }

.ln-icon-Chacked-Flag:before {
  content: "\E73A"; }

.ln-icon-Chair:before {
  content: "\E73B"; }

.ln-icon-Charger:before {
  content: "\E73C"; }

.ln-icon-Check-2:before {
  content: "\E73D"; }

.ln-icon-Check:before {
  content: "\E73E"; }

.ln-icon-Checked-User:before {
  content: "\E73F"; }

.ln-icon-Checkmate:before {
  content: "\E740"; }

.ln-icon-Checkout-Bag:before {
  content: "\E741"; }

.ln-icon-Checkout-Basket:before {
  content: "\E742"; }

.ln-icon-Checkout:before {
  content: "\E743"; }

.ln-icon-Cheese:before {
  content: "\E744"; }

.ln-icon-Cheetah:before {
  content: "\E745"; }

.ln-icon-Chef-Hat:before {
  content: "\E746"; }

.ln-icon-Chef-Hat2:before {
  content: "\E747"; }

.ln-icon-Chef:before {
  content: "\E748"; }

.ln-icon-Chemical-2:before {
  content: "\E749"; }

.ln-icon-Chemical-3:before {
  content: "\E74A"; }

.ln-icon-Chemical-4:before {
  content: "\E74B"; }

.ln-icon-Chemical-5:before {
  content: "\E74C"; }

.ln-icon-Chemical:before {
  content: "\E74D"; }

.ln-icon-Chess-Board:before {
  content: "\E74E"; }

.ln-icon-Chess:before {
  content: "\E74F"; }

.ln-icon-Chicken:before {
  content: "\E750"; }

.ln-icon-Chile:before {
  content: "\E751"; }

.ln-icon-Chimney:before {
  content: "\E752"; }

.ln-icon-China:before {
  content: "\E753"; }

.ln-icon-Chinese-Temple:before {
  content: "\E754"; }

.ln-icon-Chip:before {
  content: "\E755"; }

.ln-icon-Chopsticks-2:before {
  content: "\E756"; }

.ln-icon-Chopsticks:before {
  content: "\E757"; }

.ln-icon-Christmas-Ball:before {
  content: "\E758"; }

.ln-icon-Christmas-Bell:before {
  content: "\E759"; }

.ln-icon-Christmas-Candle:before {
  content: "\E75A"; }

.ln-icon-Christmas-Hat:before {
  content: "\E75B"; }

.ln-icon-Christmas-Sleigh:before {
  content: "\E75C"; }

.ln-icon-Christmas-Snowman:before {
  content: "\E75D"; }

.ln-icon-Christmas-Sock:before {
  content: "\E75E"; }

.ln-icon-Christmas-Tree:before {
  content: "\E75F"; }

.ln-icon-Christmas:before {
  content: "\E760"; }

.ln-icon-Chrome:before {
  content: "\E761"; }

.ln-icon-Chrysler-Building:before {
  content: "\E762"; }

.ln-icon-Cinema:before {
  content: "\E763"; }

.ln-icon-Circular-Point:before {
  content: "\E764"; }

.ln-icon-City-Hall:before {
  content: "\E765"; }

.ln-icon-Clamp:before {
  content: "\E766"; }

.ln-icon-Clapperboard-Close:before {
  content: "\E767"; }

.ln-icon-Clapperboard-Open:before {
  content: "\E768"; }

.ln-icon-Claps:before {
  content: "\E769"; }

.ln-icon-Clef:before {
  content: "\E76A"; }

.ln-icon-Clinic:before {
  content: "\E76B"; }

.ln-icon-Clock-2:before {
  content: "\E76C"; }

.ln-icon-Clock-3:before {
  content: "\E76D"; }

.ln-icon-Clock-4:before {
  content: "\E76E"; }

.ln-icon-Clock-Back:before {
  content: "\E76F"; }

.ln-icon-Clock-Forward:before {
  content: "\E770"; }

.ln-icon-Clock:before {
  content: "\E771"; }

.ln-icon-Close-Window:before {
  content: "\E772"; }

.ln-icon-Close:before {
  content: "\E773"; }

.ln-icon-Clothing-Store:before {
  content: "\E774"; }

.ln-icon-Cloud--:before {
  content: "\E775"; }

.ln-icon-Cloud-:before {
  content: "\E776"; }

.ln-icon-Cloud-Camera:before {
  content: "\E777"; }

.ln-icon-Cloud-Computer:before {
  content: "\E778"; }

.ln-icon-Cloud-Email:before {
  content: "\E779"; }

.ln-icon-Cloud-Hail:before {
  content: "\E77A"; }

.ln-icon-Cloud-Laptop:before {
  content: "\E77B"; }

.ln-icon-Cloud-Lock:before {
  content: "\E77C"; }

.ln-icon-Cloud-Moon:before {
  content: "\E77D"; }

.ln-icon-Cloud-Music:before {
  content: "\E77E"; }

.ln-icon-Cloud-Picture:before {
  content: "\E77F"; }

.ln-icon-Cloud-Rain:before {
  content: "\E780"; }

.ln-icon-Cloud-Remove:before {
  content: "\E781"; }

.ln-icon-Cloud-Secure:before {
  content: "\E782"; }

.ln-icon-Cloud-Settings:before {
  content: "\E783"; }

.ln-icon-Cloud-Smartphone:before {
  content: "\E784"; }

.ln-icon-Cloud-Snow:before {
  content: "\E785"; }

.ln-icon-Cloud-Sun:before {
  content: "\E786"; }

.ln-icon-Cloud-Tablet:before {
  content: "\E787"; }

.ln-icon-Cloud-Video:before {
  content: "\E788"; }

.ln-icon-Cloud-Weather:before {
  content: "\E789"; }

.ln-icon-Cloud:before {
  content: "\E78A"; }

.ln-icon-Clouds-Weather:before {
  content: "\E78B"; }

.ln-icon-Clouds:before {
  content: "\E78C"; }

.ln-icon-Clown:before {
  content: "\E78D"; }

.ln-icon-CMYK:before {
  content: "\E78E"; }

.ln-icon-Coat:before {
  content: "\E78F"; }

.ln-icon-Cocktail:before {
  content: "\E790"; }

.ln-icon-Coconut:before {
  content: "\E791"; }

.ln-icon-Code-Window:before {
  content: "\E792"; }

.ln-icon-Coding:before {
  content: "\E793"; }

.ln-icon-Coffee-2:before {
  content: "\E794"; }

.ln-icon-Coffee-Bean:before {
  content: "\E795"; }

.ln-icon-Coffee-Machine:before {
  content: "\E796"; }

.ln-icon-Coffee-toGo:before {
  content: "\E797"; }

.ln-icon-Coffee:before {
  content: "\E798"; }

.ln-icon-Coffin:before {
  content: "\E799"; }

.ln-icon-Coin:before {
  content: "\E79A"; }

.ln-icon-Coins-2:before {
  content: "\E79B"; }

.ln-icon-Coins-3:before {
  content: "\E79C"; }

.ln-icon-Coins:before {
  content: "\E79D"; }

.ln-icon-Colombia:before {
  content: "\E79E"; }

.ln-icon-Colosseum:before {
  content: "\E79F"; }

.ln-icon-Column-2:before {
  content: "\E7A0"; }

.ln-icon-Column-3:before {
  content: "\E7A1"; }

.ln-icon-Column:before {
  content: "\E7A2"; }

.ln-icon-Comb-2:before {
  content: "\E7A3"; }

.ln-icon-Comb:before {
  content: "\E7A4"; }

.ln-icon-Communication-Tower:before {
  content: "\E7A5"; }

.ln-icon-Communication-Tower2:before {
  content: "\E7A6"; }

.ln-icon-Compass-2:before {
  content: "\E7A7"; }

.ln-icon-Compass-3:before {
  content: "\E7A8"; }

.ln-icon-Compass-4:before {
  content: "\E7A9"; }

.ln-icon-Compass-Rose:before {
  content: "\E7AA"; }

.ln-icon-Compass:before {
  content: "\E7AB"; }

.ln-icon-Computer-2:before {
  content: "\E7AC"; }

.ln-icon-Computer-3:before {
  content: "\E7AD"; }

.ln-icon-Computer-Secure:before {
  content: "\E7AE"; }

.ln-icon-Computer:before {
  content: "\E7AF"; }

.ln-icon-Conference:before {
  content: "\E7B0"; }

.ln-icon-Confused:before {
  content: "\E7B1"; }

.ln-icon-Conservation:before {
  content: "\E7B2"; }

.ln-icon-Consulting:before {
  content: "\E7B3"; }

.ln-icon-Contrast:before {
  content: "\E7B4"; }

.ln-icon-Control-2:before {
  content: "\E7B5"; }

.ln-icon-Control:before {
  content: "\E7B6"; }

.ln-icon-Cookie-Man:before {
  content: "\E7B7"; }

.ln-icon-Cookies:before {
  content: "\E7B8"; }

.ln-icon-Cool-Guy:before {
  content: "\E7B9"; }

.ln-icon-Cool:before {
  content: "\E7BA"; }

.ln-icon-Copyright:before {
  content: "\E7BB"; }

.ln-icon-Costume:before {
  content: "\E7BC"; }

.ln-icon-Couple-Sign:before {
  content: "\E7BD"; }

.ln-icon-Cow:before {
  content: "\E7BE"; }

.ln-icon-CPU:before {
  content: "\E7BF"; }

.ln-icon-Crane:before {
  content: "\E7C0"; }

.ln-icon-Cranium:before {
  content: "\E7C1"; }

.ln-icon-Credit-Card:before {
  content: "\E7C2"; }

.ln-icon-Credit-Card2:before {
  content: "\E7C3"; }

.ln-icon-Credit-Card3:before {
  content: "\E7C4"; }

.ln-icon-Cricket:before {
  content: "\E7C5"; }

.ln-icon-Criminal:before {
  content: "\E7C6"; }

.ln-icon-Croissant:before {
  content: "\E7C7"; }

.ln-icon-Crop-2:before {
  content: "\E7C8"; }

.ln-icon-Crop-3:before {
  content: "\E7C9"; }

.ln-icon-Crown-2:before {
  content: "\E7CA"; }

.ln-icon-Crown:before {
  content: "\E7CB"; }

.ln-icon-Crying:before {
  content: "\E7CC"; }

.ln-icon-Cube-Molecule:before {
  content: "\E7CD"; }

.ln-icon-Cube-Molecule2:before {
  content: "\E7CE"; }

.ln-icon-Cupcake:before {
  content: "\E7CF"; }

.ln-icon-Cursor-Click:before {
  content: "\E7D0"; }

.ln-icon-Cursor-Click2:before {
  content: "\E7D1"; }

.ln-icon-Cursor-Move:before {
  content: "\E7D2"; }

.ln-icon-Cursor-Move2:before {
  content: "\E7D3"; }

.ln-icon-Cursor-Select:before {
  content: "\E7D4"; }

.ln-icon-Cursor:before {
  content: "\E7D5"; }

.ln-icon-D-Eyeglasses:before {
  content: "\E7D6"; }

.ln-icon-D-Eyeglasses2:before {
  content: "\E7D7"; }

.ln-icon-Dam:before {
  content: "\E7D8"; }

.ln-icon-Danemark:before {
  content: "\E7D9"; }

.ln-icon-Danger-2:before {
  content: "\E7DA"; }

.ln-icon-Danger:before {
  content: "\E7DB"; }

.ln-icon-Dashboard:before {
  content: "\E7DC"; }

.ln-icon-Data-Backup:before {
  content: "\E7DD"; }

.ln-icon-Data-Block:before {
  content: "\E7DE"; }

.ln-icon-Data-Center:before {
  content: "\E7DF"; }

.ln-icon-Data-Clock:before {
  content: "\E7E0"; }

.ln-icon-Data-Cloud:before {
  content: "\E7E1"; }

.ln-icon-Data-Compress:before {
  content: "\E7E2"; }

.ln-icon-Data-Copy:before {
  content: "\E7E3"; }

.ln-icon-Data-Download:before {
  content: "\E7E4"; }

.ln-icon-Data-Financial:before {
  content: "\E7E5"; }

.ln-icon-Data-Key:before {
  content: "\E7E6"; }

.ln-icon-Data-Lock:before {
  content: "\E7E7"; }

.ln-icon-Data-Network:before {
  content: "\E7E8"; }

.ln-icon-Data-Password:before {
  content: "\E7E9"; }

.ln-icon-Data-Power:before {
  content: "\E7EA"; }

.ln-icon-Data-Refresh:before {
  content: "\E7EB"; }

.ln-icon-Data-Save:before {
  content: "\E7EC"; }

.ln-icon-Data-Search:before {
  content: "\E7ED"; }

.ln-icon-Data-Security:before {
  content: "\E7EE"; }

.ln-icon-Data-Settings:before {
  content: "\E7EF"; }

.ln-icon-Data-Sharing:before {
  content: "\E7F0"; }

.ln-icon-Data-Shield:before {
  content: "\E7F1"; }

.ln-icon-Data-Signal:before {
  content: "\E7F2"; }

.ln-icon-Data-Storage:before {
  content: "\E7F3"; }

.ln-icon-Data-Stream:before {
  content: "\E7F4"; }

.ln-icon-Data-Transfer:before {
  content: "\E7F5"; }

.ln-icon-Data-Unlock:before {
  content: "\E7F6"; }

.ln-icon-Data-Upload:before {
  content: "\E7F7"; }

.ln-icon-Data-Yes:before {
  content: "\E7F8"; }

.ln-icon-Data:before {
  content: "\E7F9"; }

.ln-icon-David-Star:before {
  content: "\E7FA"; }

.ln-icon-Daylight:before {
  content: "\E7FB"; }

.ln-icon-Death:before {
  content: "\E7FC"; }

.ln-icon-Debian:before {
  content: "\E7FD"; }

.ln-icon-Dec:before {
  content: "\E7FE"; }

.ln-icon-Decrase-Inedit:before {
  content: "\E7FF"; }

.ln-icon-Deer-2:before {
  content: "\E800"; }

.ln-icon-Deer:before {
  content: "\E801"; }

.ln-icon-Delete-File:before {
  content: "\E802"; }

.ln-icon-Delete-Window:before {
  content: "\E803"; }

.ln-icon-Delicious:before {
  content: "\E804"; }

.ln-icon-Depression:before {
  content: "\E805"; }

.ln-icon-Deviantart:before {
  content: "\E806"; }

.ln-icon-Device-SyncwithCloud:before {
  content: "\E807"; }

.ln-icon-Diamond:before {
  content: "\E808"; }

.ln-icon-Dice-2:before {
  content: "\E809"; }

.ln-icon-Dice:before {
  content: "\E80A"; }

.ln-icon-Digg:before {
  content: "\E80B"; }

.ln-icon-Digital-Drawing:before {
  content: "\E80C"; }

.ln-icon-Diigo:before {
  content: "\E80D"; }

.ln-icon-Dinosaur:before {
  content: "\E80E"; }

.ln-icon-Diploma-2:before {
  content: "\E80F"; }

.ln-icon-Diploma:before {
  content: "\E810"; }

.ln-icon-Direction-East:before {
  content: "\E811"; }

.ln-icon-Direction-North:before {
  content: "\E812"; }

.ln-icon-Direction-South:before {
  content: "\E813"; }

.ln-icon-Direction-West:before {
  content: "\E814"; }

.ln-icon-Director:before {
  content: "\E815"; }

.ln-icon-Disk:before {
  content: "\E816"; }

.ln-icon-Dj:before {
  content: "\E817"; }

.ln-icon-DNA-2:before {
  content: "\E818"; }

.ln-icon-DNA-Helix:before {
  content: "\E819"; }

.ln-icon-DNA:before {
  content: "\E81A"; }

.ln-icon-Doctor:before {
  content: "\E81B"; }

.ln-icon-Dog:before {
  content: "\E81C"; }

.ln-icon-Dollar-Sign:before {
  content: "\E81D"; }

.ln-icon-Dollar-Sign2:before {
  content: "\E81E"; }

.ln-icon-Dollar:before {
  content: "\E81F"; }

.ln-icon-Dolphin:before {
  content: "\E820"; }

.ln-icon-Domino:before {
  content: "\E821"; }

.ln-icon-Door-Hanger:before {
  content: "\E822"; }

.ln-icon-Door:before {
  content: "\E823"; }

.ln-icon-Doplr:before {
  content: "\E824"; }

.ln-icon-Double-Circle:before {
  content: "\E825"; }

.ln-icon-Double-Tap:before {
  content: "\E826"; }

.ln-icon-Doughnut:before {
  content: "\E827"; }

.ln-icon-Dove:before {
  content: "\E828"; }

.ln-icon-Down-2:before {
  content: "\E829"; }

.ln-icon-Down-3:before {
  content: "\E82A"; }

.ln-icon-Down-4:before {
  content: "\E82B"; }

.ln-icon-Down:before {
  content: "\E82C"; }

.ln-icon-Download-2:before {
  content: "\E82D"; }

.ln-icon-Download-fromCloud:before {
  content: "\E82E"; }

.ln-icon-Download-Window:before {
  content: "\E82F"; }

.ln-icon-Download:before {
  content: "\E830"; }

.ln-icon-Downward:before {
  content: "\E831"; }

.ln-icon-Drag-Down:before {
  content: "\E832"; }

.ln-icon-Drag-Left:before {
  content: "\E833"; }

.ln-icon-Drag-Right:before {
  content: "\E834"; }

.ln-icon-Drag-Up:before {
  content: "\E835"; }

.ln-icon-Drag:before {
  content: "\E836"; }

.ln-icon-Dress:before {
  content: "\E837"; }

.ln-icon-Drill-2:before {
  content: "\E838"; }

.ln-icon-Drill:before {
  content: "\E839"; }

.ln-icon-Drop:before {
  content: "\E83A"; }

.ln-icon-Dropbox:before {
  content: "\E83B"; }

.ln-icon-Drum:before {
  content: "\E83C"; }

.ln-icon-Dry:before {
  content: "\E83D"; }

.ln-icon-Duck:before {
  content: "\E83E"; }

.ln-icon-Dumbbell:before {
  content: "\E83F"; }

.ln-icon-Duplicate-Layer:before {
  content: "\E840"; }

.ln-icon-Duplicate-Window:before {
  content: "\E841"; }

.ln-icon-DVD:before {
  content: "\E842"; }

.ln-icon-Eagle:before {
  content: "\E843"; }

.ln-icon-Ear:before {
  content: "\E844"; }

.ln-icon-Earphones-2:before {
  content: "\E845"; }

.ln-icon-Earphones:before {
  content: "\E846"; }

.ln-icon-Eci-Icon:before {
  content: "\E847"; }

.ln-icon-Edit-Map:before {
  content: "\E848"; }

.ln-icon-Edit:before {
  content: "\E849"; }

.ln-icon-Eggs:before {
  content: "\E84A"; }

.ln-icon-Egypt:before {
  content: "\E84B"; }

.ln-icon-Eifel-Tower:before {
  content: "\E84C"; }

.ln-icon-eject-2:before {
  content: "\E84D"; }

.ln-icon-Eject:before {
  content: "\E84E"; }

.ln-icon-El-Castillo:before {
  content: "\E84F"; }

.ln-icon-Elbow:before {
  content: "\E850"; }

.ln-icon-Electric-Guitar:before {
  content: "\E851"; }

.ln-icon-Electricity:before {
  content: "\E852"; }

.ln-icon-Elephant:before {
  content: "\E853"; }

.ln-icon-Email:before {
  content: "\E854"; }

.ln-icon-Embassy:before {
  content: "\E855"; }

.ln-icon-Empire-StateBuilding:before {
  content: "\E856"; }

.ln-icon-Empty-Box:before {
  content: "\E857"; }

.ln-icon-End2:before {
  content: "\E858"; }

.ln-icon-End-2:before {
  content: "\E859"; }

.ln-icon-End:before {
  content: "\E85A"; }

.ln-icon-Endways:before {
  content: "\E85B"; }

.ln-icon-Engineering:before {
  content: "\E85C"; }

.ln-icon-Envelope-2:before {
  content: "\E85D"; }

.ln-icon-Envelope:before {
  content: "\E85E"; }

.ln-icon-Environmental-2:before {
  content: "\E85F"; }

.ln-icon-Environmental-3:before {
  content: "\E860"; }

.ln-icon-Environmental:before {
  content: "\E861"; }

.ln-icon-Equalizer:before {
  content: "\E862"; }

.ln-icon-Eraser-2:before {
  content: "\E863"; }

.ln-icon-Eraser-3:before {
  content: "\E864"; }

.ln-icon-Eraser:before {
  content: "\E865"; }

.ln-icon-Error-404Window:before {
  content: "\E866"; }

.ln-icon-Euro-Sign:before {
  content: "\E867"; }

.ln-icon-Euro-Sign2:before {
  content: "\E868"; }

.ln-icon-Euro:before {
  content: "\E869"; }

.ln-icon-Evernote:before {
  content: "\E86A"; }

.ln-icon-Evil:before {
  content: "\E86B"; }

.ln-icon-Explode:before {
  content: "\E86C"; }

.ln-icon-Eye-2:before {
  content: "\E86D"; }

.ln-icon-Eye-Blind:before {
  content: "\E86E"; }

.ln-icon-Eye-Invisible:before {
  content: "\E86F"; }

.ln-icon-Eye-Scan:before {
  content: "\E870"; }

.ln-icon-Eye-Visible:before {
  content: "\E871"; }

.ln-icon-Eye:before {
  content: "\E872"; }

.ln-icon-Eyebrow-2:before {
  content: "\E873"; }

.ln-icon-Eyebrow-3:before {
  content: "\E874"; }

.ln-icon-Eyebrow:before {
  content: "\E875"; }

.ln-icon-Eyeglasses-Smiley:before {
  content: "\E876"; }

.ln-icon-Eyeglasses-Smiley2:before {
  content: "\E877"; }

.ln-icon-Face-Style:before {
  content: "\E878"; }

.ln-icon-Face-Style2:before {
  content: "\E879"; }

.ln-icon-Face-Style3:before {
  content: "\E87A"; }

.ln-icon-Face-Style4:before {
  content: "\E87B"; }

.ln-icon-Face-Style5:before {
  content: "\E87C"; }

.ln-icon-Face-Style6:before {
  content: "\E87D"; }

.ln-icon-Facebook-2:before {
  content: "\E87E"; }

.ln-icon-Facebook:before {
  content: "\E87F"; }

.ln-icon-Factory-2:before {
  content: "\E880"; }

.ln-icon-Factory:before {
  content: "\E881"; }

.ln-icon-Fahrenheit:before {
  content: "\E882"; }

.ln-icon-Family-Sign:before {
  content: "\E883"; }

.ln-icon-Fan:before {
  content: "\E884"; }

.ln-icon-Farmer:before {
  content: "\E885"; }

.ln-icon-Fashion:before {
  content: "\E886"; }

.ln-icon-Favorite-Window:before {
  content: "\E887"; }

.ln-icon-Fax:before {
  content: "\E888"; }

.ln-icon-Feather:before {
  content: "\E889"; }

.ln-icon-Feedburner:before {
  content: "\E88A"; }

.ln-icon-Female-2:before {
  content: "\E88B"; }

.ln-icon-Female-Sign:before {
  content: "\E88C"; }

.ln-icon-Female:before {
  content: "\E88D"; }

.ln-icon-File-Block:before {
  content: "\E88E"; }

.ln-icon-File-Bookmark:before {
  content: "\E88F"; }

.ln-icon-File-Chart:before {
  content: "\E890"; }

.ln-icon-File-Clipboard:before {
  content: "\E891"; }

.ln-icon-File-ClipboardFileText:before {
  content: "\E892"; }

.ln-icon-File-ClipboardTextImage:before {
  content: "\E893"; }

.ln-icon-File-Cloud:before {
  content: "\E894"; }

.ln-icon-File-Copy:before {
  content: "\E895"; }

.ln-icon-File-Copy2:before {
  content: "\E896"; }

.ln-icon-File-CSV:before {
  content: "\E897"; }

.ln-icon-File-Download:before {
  content: "\E898"; }

.ln-icon-File-Edit:before {
  content: "\E899"; }

.ln-icon-File-Excel:before {
  content: "\E89A"; }

.ln-icon-File-Favorite:before {
  content: "\E89B"; }

.ln-icon-File-Fire:before {
  content: "\E89C"; }

.ln-icon-File-Graph:before {
  content: "\E89D"; }

.ln-icon-File-Hide:before {
  content: "\E89E"; }

.ln-icon-File-Horizontal:before {
  content: "\E89F"; }

.ln-icon-File-HorizontalText:before {
  content: "\E8A0"; }

.ln-icon-File-HTML:before {
  content: "\E8A1"; }

.ln-icon-File-JPG:before {
  content: "\E8A2"; }

.ln-icon-File-Link:before {
  content: "\E8A3"; }

.ln-icon-File-Loading:before {
  content: "\E8A4"; }

.ln-icon-File-Lock:before {
  content: "\E8A5"; }

.ln-icon-File-Love:before {
  content: "\E8A6"; }

.ln-icon-File-Music:before {
  content: "\E8A7"; }

.ln-icon-File-Network:before {
  content: "\E8A8"; }

.ln-icon-File-Pictures:before {
  content: "\E8A9"; }

.ln-icon-File-Pie:before {
  content: "\E8AA"; }

.ln-icon-File-Presentation:before {
  content: "\E8AB"; }

.ln-icon-File-Refresh:before {
  content: "\E8AC"; }

.ln-icon-File-Search:before {
  content: "\E8AD"; }

.ln-icon-File-Settings:before {
  content: "\E8AE"; }

.ln-icon-File-Share:before {
  content: "\E8AF"; }

.ln-icon-File-TextImage:before {
  content: "\E8B0"; }

.ln-icon-File-Trash:before {
  content: "\E8B1"; }

.ln-icon-File-TXT:before {
  content: "\E8B2"; }

.ln-icon-File-Upload:before {
  content: "\E8B3"; }

.ln-icon-File-Video:before {
  content: "\E8B4"; }

.ln-icon-File-Word:before {
  content: "\E8B5"; }

.ln-icon-File-Zip:before {
  content: "\E8B6"; }

.ln-icon-File:before {
  content: "\E8B7"; }

.ln-icon-Files:before {
  content: "\E8B8"; }

.ln-icon-Film-Board:before {
  content: "\E8B9"; }

.ln-icon-Film-Cartridge:before {
  content: "\E8BA"; }

.ln-icon-Film-Strip:before {
  content: "\E8BB"; }

.ln-icon-Film-Video:before {
  content: "\E8BC"; }

.ln-icon-Film:before {
  content: "\E8BD"; }

.ln-icon-Filter-2:before {
  content: "\E8BE"; }

.ln-icon-Filter:before {
  content: "\E8BF"; }

.ln-icon-Financial:before {
  content: "\E8C0"; }

.ln-icon-Find-User:before {
  content: "\E8C1"; }

.ln-icon-Finger-DragFourSides:before {
  content: "\E8C2"; }

.ln-icon-Finger-DragTwoSides:before {
  content: "\E8C3"; }

.ln-icon-Finger-Print:before {
  content: "\E8C4"; }

.ln-icon-Finger:before {
  content: "\E8C5"; }

.ln-icon-Fingerprint-2:before {
  content: "\E8C6"; }

.ln-icon-Fingerprint:before {
  content: "\E8C7"; }

.ln-icon-Fire-Flame:before {
  content: "\E8C8"; }

.ln-icon-Fire-Flame2:before {
  content: "\E8C9"; }

.ln-icon-Fire-Hydrant:before {
  content: "\E8CA"; }

.ln-icon-Fire-Staion:before {
  content: "\E8CB"; }

.ln-icon-Firefox:before {
  content: "\E8CC"; }

.ln-icon-Firewall:before {
  content: "\E8CD"; }

.ln-icon-First-Aid:before {
  content: "\E8CE"; }

.ln-icon-First:before {
  content: "\E8CF"; }

.ln-icon-Fish-Food:before {
  content: "\E8D0"; }

.ln-icon-Fish:before {
  content: "\E8D1"; }

.ln-icon-Fit-To:before {
  content: "\E8D2"; }

.ln-icon-Fit-To2:before {
  content: "\E8D3"; }

.ln-icon-Five-Fingers:before {
  content: "\E8D4"; }

.ln-icon-Five-FingersDrag:before {
  content: "\E8D5"; }

.ln-icon-Five-FingersDrag2:before {
  content: "\E8D6"; }

.ln-icon-Five-FingersTouch:before {
  content: "\E8D7"; }

.ln-icon-Flag-2:before {
  content: "\E8D8"; }

.ln-icon-Flag-3:before {
  content: "\E8D9"; }

.ln-icon-Flag-4:before {
  content: "\E8DA"; }

.ln-icon-Flag-5:before {
  content: "\E8DB"; }

.ln-icon-Flag-6:before {
  content: "\E8DC"; }

.ln-icon-Flag:before {
  content: "\E8DD"; }

.ln-icon-Flamingo:before {
  content: "\E8DE"; }

.ln-icon-Flash-2:before {
  content: "\E8DF"; }

.ln-icon-Flash-Video:before {
  content: "\E8E0"; }

.ln-icon-Flash:before {
  content: "\E8E1"; }

.ln-icon-Flashlight:before {
  content: "\E8E2"; }

.ln-icon-Flask-2:before {
  content: "\E8E3"; }

.ln-icon-Flask:before {
  content: "\E8E4"; }

.ln-icon-Flick:before {
  content: "\E8E5"; }

.ln-icon-Flickr:before {
  content: "\E8E6"; }

.ln-icon-Flowerpot:before {
  content: "\E8E7"; }

.ln-icon-Fluorescent:before {
  content: "\E8E8"; }

.ln-icon-Fog-Day:before {
  content: "\E8E9"; }

.ln-icon-Fog-Night:before {
  content: "\E8EA"; }

.ln-icon-Folder-Add:before {
  content: "\E8EB"; }

.ln-icon-Folder-Archive:before {
  content: "\E8EC"; }

.ln-icon-Folder-Binder:before {
  content: "\E8ED"; }

.ln-icon-Folder-Binder2:before {
  content: "\E8EE"; }

.ln-icon-Folder-Block:before {
  content: "\E8EF"; }

.ln-icon-Folder-Bookmark:before {
  content: "\E8F0"; }

.ln-icon-Folder-Close:before {
  content: "\E8F1"; }

.ln-icon-Folder-Cloud:before {
  content: "\E8F2"; }

.ln-icon-Folder-Delete:before {
  content: "\E8F3"; }

.ln-icon-Folder-Download:before {
  content: "\E8F4"; }

.ln-icon-Folder-Edit:before {
  content: "\E8F5"; }

.ln-icon-Folder-Favorite:before {
  content: "\E8F6"; }

.ln-icon-Folder-Fire:before {
  content: "\E8F7"; }

.ln-icon-Folder-Hide:before {
  content: "\E8F8"; }

.ln-icon-Folder-Link:before {
  content: "\E8F9"; }

.ln-icon-Folder-Loading:before {
  content: "\E8FA"; }

.ln-icon-Folder-Lock:before {
  content: "\E8FB"; }

.ln-icon-Folder-Love:before {
  content: "\E8FC"; }

.ln-icon-Folder-Music:before {
  content: "\E8FD"; }

.ln-icon-Folder-Network:before {
  content: "\E8FE"; }

.ln-icon-Folder-Open:before {
  content: "\E8FF"; }

.ln-icon-Folder-Open2:before {
  content: "\E900"; }

.ln-icon-Folder-Organizing:before {
  content: "\E901"; }

.ln-icon-Folder-Pictures:before {
  content: "\E902"; }

.ln-icon-Folder-Refresh:before {
  content: "\E903"; }

.ln-icon-Folder-Remove-:before {
  content: "\E904"; }

.ln-icon-Folder-Search:before {
  content: "\E905"; }

.ln-icon-Folder-Settings:before {
  content: "\E906"; }

.ln-icon-Folder-Share:before {
  content: "\E907"; }

.ln-icon-Folder-Trash:before {
  content: "\E908"; }

.ln-icon-Folder-Upload:before {
  content: "\E909"; }

.ln-icon-Folder-Video:before {
  content: "\E90A"; }

.ln-icon-Folder-WithDocument:before {
  content: "\E90B"; }

.ln-icon-Folder-Zip:before {
  content: "\E90C"; }

.ln-icon-Folder:before {
  content: "\E90D"; }

.ln-icon-Folders:before {
  content: "\E90E"; }

.ln-icon-Font-Color:before {
  content: "\E90F"; }

.ln-icon-Font-Name:before {
  content: "\E910"; }

.ln-icon-Font-Size:before {
  content: "\E911"; }

.ln-icon-Font-Style:before {
  content: "\E912"; }

.ln-icon-Font-StyleSubscript:before {
  content: "\E913"; }

.ln-icon-Font-StyleSuperscript:before {
  content: "\E914"; }

.ln-icon-Font-Window:before {
  content: "\E915"; }

.ln-icon-Foot-2:before {
  content: "\E916"; }

.ln-icon-Foot:before {
  content: "\E917"; }

.ln-icon-Football-2:before {
  content: "\E918"; }

.ln-icon-Football:before {
  content: "\E919"; }

.ln-icon-Footprint-2:before {
  content: "\E91A"; }

.ln-icon-Footprint-3:before {
  content: "\E91B"; }

.ln-icon-Footprint:before {
  content: "\E91C"; }

.ln-icon-Forest:before {
  content: "\E91D"; }

.ln-icon-Fork:before {
  content: "\E91E"; }

.ln-icon-Formspring:before {
  content: "\E91F"; }

.ln-icon-Formula:before {
  content: "\E920"; }

.ln-icon-Forsquare:before {
  content: "\E921"; }

.ln-icon-Forward:before {
  content: "\E922"; }

.ln-icon-Fountain-Pen:before {
  content: "\E923"; }

.ln-icon-Four-Fingers:before {
  content: "\E924"; }

.ln-icon-Four-FingersDrag:before {
  content: "\E925"; }

.ln-icon-Four-FingersDrag2:before {
  content: "\E926"; }

.ln-icon-Four-FingersTouch:before {
  content: "\E927"; }

.ln-icon-Fox:before {
  content: "\E928"; }

.ln-icon-Frankenstein:before {
  content: "\E929"; }

.ln-icon-French-Fries:before {
  content: "\E92A"; }

.ln-icon-Friendfeed:before {
  content: "\E92B"; }

.ln-icon-Friendster:before {
  content: "\E92C"; }

.ln-icon-Frog:before {
  content: "\E92D"; }

.ln-icon-Fruits:before {
  content: "\E92E"; }

.ln-icon-Fuel:before {
  content: "\E92F"; }

.ln-icon-Full-Bag:before {
  content: "\E930"; }

.ln-icon-Full-Basket:before {
  content: "\E931"; }

.ln-icon-Full-Cart:before {
  content: "\E932"; }

.ln-icon-Full-Moon:before {
  content: "\E933"; }

.ln-icon-Full-Screen:before {
  content: "\E934"; }

.ln-icon-Full-Screen2:before {
  content: "\E935"; }

.ln-icon-Full-View:before {
  content: "\E936"; }

.ln-icon-Full-View2:before {
  content: "\E937"; }

.ln-icon-Full-ViewWindow:before {
  content: "\E938"; }

.ln-icon-Function:before {
  content: "\E939"; }

.ln-icon-Funky:before {
  content: "\E93A"; }

.ln-icon-Funny-Bicycle:before {
  content: "\E93B"; }

.ln-icon-Furl:before {
  content: "\E93C"; }

.ln-icon-Gamepad-2:before {
  content: "\E93D"; }

.ln-icon-Gamepad:before {
  content: "\E93E"; }

.ln-icon-Gas-Pump:before {
  content: "\E93F"; }

.ln-icon-Gaugage-2:before {
  content: "\E940"; }

.ln-icon-Gaugage:before {
  content: "\E941"; }

.ln-icon-Gay:before {
  content: "\E942"; }

.ln-icon-Gear-2:before {
  content: "\E943"; }

.ln-icon-Gear:before {
  content: "\E944"; }

.ln-icon-Gears-2:before {
  content: "\E945"; }

.ln-icon-Gears:before {
  content: "\E946"; }

.ln-icon-Geek-2:before {
  content: "\E947"; }

.ln-icon-Geek:before {
  content: "\E948"; }

.ln-icon-Gemini-2:before {
  content: "\E949"; }

.ln-icon-Gemini:before {
  content: "\E94A"; }

.ln-icon-Genius:before {
  content: "\E94B"; }

.ln-icon-Gentleman:before {
  content: "\E94C"; }

.ln-icon-Geo--:before {
  content: "\E94D"; }

.ln-icon-Geo-:before {
  content: "\E94E"; }

.ln-icon-Geo-Close:before {
  content: "\E94F"; }

.ln-icon-Geo-Love:before {
  content: "\E950"; }

.ln-icon-Geo-Number:before {
  content: "\E951"; }

.ln-icon-Geo-Star:before {
  content: "\E952"; }

.ln-icon-Geo:before {
  content: "\E953"; }

.ln-icon-Geo2--:before {
  content: "\E954"; }

.ln-icon-Geo2-:before {
  content: "\E955"; }

.ln-icon-Geo2-Close:before {
  content: "\E956"; }

.ln-icon-Geo2-Love:before {
  content: "\E957"; }

.ln-icon-Geo2-Number:before {
  content: "\E958"; }

.ln-icon-Geo2-Star:before {
  content: "\E959"; }

.ln-icon-Geo2:before {
  content: "\E95A"; }

.ln-icon-Geo3--:before {
  content: "\E95B"; }

.ln-icon-Geo3-:before {
  content: "\E95C"; }

.ln-icon-Geo3-Close:before {
  content: "\E95D"; }

.ln-icon-Geo3-Love:before {
  content: "\E95E"; }

.ln-icon-Geo3-Number:before {
  content: "\E95F"; }

.ln-icon-Geo3-Star:before {
  content: "\E960"; }

.ln-icon-Geo3:before {
  content: "\E961"; }

.ln-icon-Gey:before {
  content: "\E962"; }

.ln-icon-Gift-Box:before {
  content: "\E963"; }

.ln-icon-Giraffe:before {
  content: "\E964"; }

.ln-icon-Girl:before {
  content: "\E965"; }

.ln-icon-Glass-Water:before {
  content: "\E966"; }

.ln-icon-Glasses-2:before {
  content: "\E967"; }

.ln-icon-Glasses-3:before {
  content: "\E968"; }

.ln-icon-Glasses:before {
  content: "\E969"; }

.ln-icon-Global-Position:before {
  content: "\E96A"; }

.ln-icon-Globe-2:before {
  content: "\E96B"; }

.ln-icon-Globe:before {
  content: "\E96C"; }

.ln-icon-Gloves:before {
  content: "\E96D"; }

.ln-icon-Go-Bottom:before {
  content: "\E96E"; }

.ln-icon-Go-Top:before {
  content: "\E96F"; }

.ln-icon-Goggles:before {
  content: "\E970"; }

.ln-icon-Golf-2:before {
  content: "\E971"; }

.ln-icon-Golf:before {
  content: "\E972"; }

.ln-icon-Google-Buzz:before {
  content: "\E973"; }

.ln-icon-Google-Drive:before {
  content: "\E974"; }

.ln-icon-Google-Play:before {
  content: "\E975"; }

.ln-icon-Google-Plus:before {
  content: "\E976"; }

.ln-icon-Google:before {
  content: "\E977"; }

.ln-icon-Gopro:before {
  content: "\E978"; }

.ln-icon-Gorilla:before {
  content: "\E979"; }

.ln-icon-Gowalla:before {
  content: "\E97A"; }

.ln-icon-Grave:before {
  content: "\E97B"; }

.ln-icon-Graveyard:before {
  content: "\E97C"; }

.ln-icon-Greece:before {
  content: "\E97D"; }

.ln-icon-Green-Energy:before {
  content: "\E97E"; }

.ln-icon-Green-House:before {
  content: "\E97F"; }

.ln-icon-Guitar:before {
  content: "\E980"; }

.ln-icon-Gun-2:before {
  content: "\E981"; }

.ln-icon-Gun-3:before {
  content: "\E982"; }

.ln-icon-Gun:before {
  content: "\E983"; }

.ln-icon-Gymnastics:before {
  content: "\E984"; }

.ln-icon-Hair-2:before {
  content: "\E985"; }

.ln-icon-Hair-3:before {
  content: "\E986"; }

.ln-icon-Hair-4:before {
  content: "\E987"; }

.ln-icon-Hair:before {
  content: "\E988"; }

.ln-icon-Half-Moon:before {
  content: "\E989"; }

.ln-icon-Halloween-HalfMoon:before {
  content: "\E98A"; }

.ln-icon-Halloween-Moon:before {
  content: "\E98B"; }

.ln-icon-Hamburger:before {
  content: "\E98C"; }

.ln-icon-Hammer:before {
  content: "\E98D"; }

.ln-icon-Hand-Touch:before {
  content: "\E98E"; }

.ln-icon-Hand-Touch2:before {
  content: "\E98F"; }

.ln-icon-Hand-TouchSmartphone:before {
  content: "\E990"; }

.ln-icon-Hand:before {
  content: "\E991"; }

.ln-icon-Hands:before {
  content: "\E992"; }

.ln-icon-Handshake:before {
  content: "\E993"; }

.ln-icon-Hanger:before {
  content: "\E994"; }

.ln-icon-Happy:before {
  content: "\E995"; }

.ln-icon-Hat-2:before {
  content: "\E996"; }

.ln-icon-Hat:before {
  content: "\E997"; }

.ln-icon-Haunted-House:before {
  content: "\E998"; }

.ln-icon-HD-Video:before {
  content: "\E999"; }

.ln-icon-HD:before {
  content: "\E99A"; }

.ln-icon-HDD:before {
  content: "\E99B"; }

.ln-icon-Headphone:before {
  content: "\E99C"; }

.ln-icon-Headphones:before {
  content: "\E99D"; }

.ln-icon-Headset:before {
  content: "\E99E"; }

.ln-icon-Heart-2:before {
  content: "\E99F"; }

.ln-icon-Heart:before {
  content: "\E9A0"; }

.ln-icon-Heels-2:before {
  content: "\E9A1"; }

.ln-icon-Heels:before {
  content: "\E9A2"; }

.ln-icon-Height-Window:before {
  content: "\E9A3"; }

.ln-icon-Helicopter-2:before {
  content: "\E9A4"; }

.ln-icon-Helicopter:before {
  content: "\E9A5"; }

.ln-icon-Helix-2:before {
  content: "\E9A6"; }

.ln-icon-Hello:before {
  content: "\E9A7"; }

.ln-icon-Helmet-2:before {
  content: "\E9A8"; }

.ln-icon-Helmet-3:before {
  content: "\E9A9"; }

.ln-icon-Helmet:before {
  content: "\E9AA"; }

.ln-icon-Hipo:before {
  content: "\E9AB"; }

.ln-icon-Hipster-Glasses:before {
  content: "\E9AC"; }

.ln-icon-Hipster-Glasses2:before {
  content: "\E9AD"; }

.ln-icon-Hipster-Glasses3:before {
  content: "\E9AE"; }

.ln-icon-Hipster-Headphones:before {
  content: "\E9AF"; }

.ln-icon-Hipster-Men:before {
  content: "\E9B0"; }

.ln-icon-Hipster-Men2:before {
  content: "\E9B1"; }

.ln-icon-Hipster-Men3:before {
  content: "\E9B2"; }

.ln-icon-Hipster-Sunglasses:before {
  content: "\E9B3"; }

.ln-icon-Hipster-Sunglasses2:before {
  content: "\E9B4"; }

.ln-icon-Hipster-Sunglasses3:before {
  content: "\E9B5"; }

.ln-icon-Hokey:before {
  content: "\E9B6"; }

.ln-icon-Holly:before {
  content: "\E9B7"; }

.ln-icon-Home-2:before {
  content: "\E9B8"; }

.ln-icon-Home-3:before {
  content: "\E9B9"; }

.ln-icon-Home-4:before {
  content: "\E9BA"; }

.ln-icon-Home-5:before {
  content: "\E9BB"; }

.ln-icon-Home-Window:before {
  content: "\E9BC"; }

.ln-icon-Home:before {
  content: "\E9BD"; }

.ln-icon-Homosexual:before {
  content: "\E9BE"; }

.ln-icon-Honey:before {
  content: "\E9BF"; }

.ln-icon-Hong-Kong:before {
  content: "\E9C0"; }

.ln-icon-Hoodie:before {
  content: "\E9C1"; }

.ln-icon-Horror:before {
  content: "\E9C2"; }

.ln-icon-Horse:before {
  content: "\E9C3"; }

.ln-icon-Hospital-2:before {
  content: "\E9C4"; }

.ln-icon-Hospital:before {
  content: "\E9C5"; }

.ln-icon-Host:before {
  content: "\E9C6"; }

.ln-icon-Hot-Dog:before {
  content: "\E9C7"; }

.ln-icon-Hotel:before {
  content: "\E9C8"; }

.ln-icon-Hour:before {
  content: "\E9C9"; }

.ln-icon-Hub:before {
  content: "\E9CA"; }

.ln-icon-Humor:before {
  content: "\E9CB"; }

.ln-icon-Hurt:before {
  content: "\E9CC"; }

.ln-icon-Ice-Cream:before {
  content: "\E9CD"; }

.ln-icon-ICQ:before {
  content: "\E9CE"; }

.ln-icon-ID-2:before {
  content: "\E9CF"; }

.ln-icon-ID-3:before {
  content: "\E9D0"; }

.ln-icon-ID-Card:before {
  content: "\E9D1"; }

.ln-icon-Idea-2:before {
  content: "\E9D2"; }

.ln-icon-Idea-3:before {
  content: "\E9D3"; }

.ln-icon-Idea-4:before {
  content: "\E9D4"; }

.ln-icon-Idea-5:before {
  content: "\E9D5"; }

.ln-icon-Idea:before {
  content: "\E9D6"; }

.ln-icon-Identification-Badge:before {
  content: "\E9D7"; }

.ln-icon-ImDB:before {
  content: "\E9D8"; }

.ln-icon-Inbox-Empty:before {
  content: "\E9D9"; }

.ln-icon-Inbox-Forward:before {
  content: "\E9DA"; }

.ln-icon-Inbox-Full:before {
  content: "\E9DB"; }

.ln-icon-Inbox-Into:before {
  content: "\E9DC"; }

.ln-icon-Inbox-Out:before {
  content: "\E9DD"; }

.ln-icon-Inbox-Reply:before {
  content: "\E9DE"; }

.ln-icon-Inbox:before {
  content: "\E9DF"; }

.ln-icon-Increase-Inedit:before {
  content: "\E9E0"; }

.ln-icon-Indent-FirstLine:before {
  content: "\E9E1"; }

.ln-icon-Indent-LeftMargin:before {
  content: "\E9E2"; }

.ln-icon-Indent-RightMargin:before {
  content: "\E9E3"; }

.ln-icon-India:before {
  content: "\E9E4"; }

.ln-icon-Info-Window:before {
  content: "\E9E5"; }

.ln-icon-Information:before {
  content: "\E9E6"; }

.ln-icon-Inifity:before {
  content: "\E9E7"; }

.ln-icon-Instagram:before {
  content: "\E9E8"; }

.ln-icon-Internet-2:before {
  content: "\E9E9"; }

.ln-icon-Internet-Explorer:before {
  content: "\E9EA"; }

.ln-icon-Internet-Smiley:before {
  content: "\E9EB"; }

.ln-icon-Internet:before {
  content: "\E9EC"; }

.ln-icon-iOS-Apple:before {
  content: "\E9ED"; }

.ln-icon-Israel:before {
  content: "\E9EE"; }

.ln-icon-Italic-Text:before {
  content: "\E9EF"; }

.ln-icon-Jacket-2:before {
  content: "\E9F0"; }

.ln-icon-Jacket:before {
  content: "\E9F1"; }

.ln-icon-Jamaica:before {
  content: "\E9F2"; }

.ln-icon-Japan:before {
  content: "\E9F3"; }

.ln-icon-Japanese-Gate:before {
  content: "\E9F4"; }

.ln-icon-Jeans:before {
  content: "\E9F5"; }

.ln-icon-Jeep-2:before {
  content: "\E9F6"; }

.ln-icon-Jeep:before {
  content: "\E9F7"; }

.ln-icon-Jet:before {
  content: "\E9F8"; }

.ln-icon-Joystick:before {
  content: "\E9F9"; }

.ln-icon-Juice:before {
  content: "\E9FA"; }

.ln-icon-Jump-Rope:before {
  content: "\E9FB"; }

.ln-icon-Kangoroo:before {
  content: "\E9FC"; }

.ln-icon-Kenya:before {
  content: "\E9FD"; }

.ln-icon-Key-2:before {
  content: "\E9FE"; }

.ln-icon-Key-3:before {
  content: "\E9FF"; }

.ln-icon-Key-Lock:before {
  content: "\EA00"; }

.ln-icon-Key:before {
  content: "\EA01"; }

.ln-icon-Keyboard:before {
  content: "\EA02"; }

.ln-icon-Keyboard3:before {
  content: "\EA03"; }

.ln-icon-Keypad:before {
  content: "\EA04"; }

.ln-icon-King-2:before {
  content: "\EA05"; }

.ln-icon-King:before {
  content: "\EA06"; }

.ln-icon-Kiss:before {
  content: "\EA07"; }

.ln-icon-Knee:before {
  content: "\EA08"; }

.ln-icon-Knife-2:before {
  content: "\EA09"; }

.ln-icon-Knife:before {
  content: "\EA0A"; }

.ln-icon-Knight:before {
  content: "\EA0B"; }

.ln-icon-Koala:before {
  content: "\EA0C"; }

.ln-icon-Korea:before {
  content: "\EA0D"; }

.ln-icon-Lamp:before {
  content: "\EA0E"; }

.ln-icon-Landscape-2:before {
  content: "\EA0F"; }

.ln-icon-Landscape:before {
  content: "\EA10"; }

.ln-icon-Lantern:before {
  content: "\EA11"; }

.ln-icon-Laptop-2:before {
  content: "\EA12"; }

.ln-icon-Laptop-3:before {
  content: "\EA13"; }

.ln-icon-Laptop-Phone:before {
  content: "\EA14"; }

.ln-icon-Laptop-Secure:before {
  content: "\EA15"; }

.ln-icon-Laptop-Tablet:before {
  content: "\EA16"; }

.ln-icon-Laptop:before {
  content: "\EA17"; }

.ln-icon-Laser:before {
  content: "\EA18"; }

.ln-icon-Last-FM:before {
  content: "\EA19"; }

.ln-icon-Last:before {
  content: "\EA1A"; }

.ln-icon-Laughing:before {
  content: "\EA1B"; }

.ln-icon-Layer-1635:before {
  content: "\EA1C"; }

.ln-icon-Layer-1646:before {
  content: "\EA1D"; }

.ln-icon-Layer-Backward:before {
  content: "\EA1E"; }

.ln-icon-Layer-Forward:before {
  content: "\EA1F"; }

.ln-icon-Leafs-2:before {
  content: "\EA20"; }

.ln-icon-Leafs:before {
  content: "\EA21"; }

.ln-icon-Leaning-Tower:before {
  content: "\EA22"; }

.ln-icon-Left--Right:before {
  content: "\EA23"; }

.ln-icon-Left--Right3:before {
  content: "\EA24"; }

.ln-icon-Left-2:before {
  content: "\EA25"; }

.ln-icon-Left-3:before {
  content: "\EA26"; }

.ln-icon-Left-4:before {
  content: "\EA27"; }

.ln-icon-Left-ToRight:before {
  content: "\EA28"; }

.ln-icon-Left:before {
  content: "\EA29"; }

.ln-icon-Leg-2:before {
  content: "\EA2A"; }

.ln-icon-Leg:before {
  content: "\EA2B"; }

.ln-icon-Lego:before {
  content: "\EA2C"; }

.ln-icon-Lemon:before {
  content: "\EA2D"; }

.ln-icon-Len-2:before {
  content: "\EA2E"; }

.ln-icon-Len-3:before {
  content: "\EA2F"; }

.ln-icon-Len:before {
  content: "\EA30"; }

.ln-icon-Leo-2:before {
  content: "\EA31"; }

.ln-icon-Leo:before {
  content: "\EA32"; }

.ln-icon-Leopard:before {
  content: "\EA33"; }

.ln-icon-Lesbian:before {
  content: "\EA34"; }

.ln-icon-Lesbians:before {
  content: "\EA35"; }

.ln-icon-Letter-Close:before {
  content: "\EA36"; }

.ln-icon-Letter-Open:before {
  content: "\EA37"; }

.ln-icon-Letter-Sent:before {
  content: "\EA38"; }

.ln-icon-Libra-2:before {
  content: "\EA39"; }

.ln-icon-Libra:before {
  content: "\EA3A"; }

.ln-icon-Library-2:before {
  content: "\EA3B"; }

.ln-icon-Library:before {
  content: "\EA3C"; }

.ln-icon-Life-Jacket:before {
  content: "\EA3D"; }

.ln-icon-Life-Safer:before {
  content: "\EA3E"; }

.ln-icon-Light-Bulb:before {
  content: "\EA3F"; }

.ln-icon-Light-Bulb2:before {
  content: "\EA40"; }

.ln-icon-Light-BulbLeaf:before {
  content: "\EA41"; }

.ln-icon-Lighthouse:before {
  content: "\EA42"; }

.ln-icon-Like-2:before {
  content: "\EA43"; }

.ln-icon-Like:before {
  content: "\EA44"; }

.ln-icon-Line-Chart:before {
  content: "\EA45"; }

.ln-icon-Line-Chart2:before {
  content: "\EA46"; }

.ln-icon-Line-Chart3:before {
  content: "\EA47"; }

.ln-icon-Line-Chart4:before {
  content: "\EA48"; }

.ln-icon-Line-Spacing:before {
  content: "\EA49"; }

.ln-icon-Line-SpacingText:before {
  content: "\EA4A"; }

.ln-icon-Link-2:before {
  content: "\EA4B"; }

.ln-icon-Link:before {
  content: "\EA4C"; }

.ln-icon-Linkedin-2:before {
  content: "\EA4D"; }

.ln-icon-Linkedin:before {
  content: "\EA4E"; }

.ln-icon-Linux:before {
  content: "\EA4F"; }

.ln-icon-Lion:before {
  content: "\EA50"; }

.ln-icon-Livejournal:before {
  content: "\EA51"; }

.ln-icon-Loading-2:before {
  content: "\EA52"; }

.ln-icon-Loading-3:before {
  content: "\EA53"; }

.ln-icon-Loading-Window:before {
  content: "\EA54"; }

.ln-icon-Loading:before {
  content: "\EA55"; }

.ln-icon-Location-2:before {
  content: "\EA56"; }

.ln-icon-Location:before {
  content: "\EA57"; }

.ln-icon-Lock-2:before {
  content: "\EA58"; }

.ln-icon-Lock-3:before {
  content: "\EA59"; }

.ln-icon-Lock-User:before {
  content: "\EA5A"; }

.ln-icon-Lock-Window:before {
  content: "\EA5B"; }

.ln-icon-Lock:before {
  content: "\EA5C"; }

.ln-icon-Lollipop-2:before {
  content: "\EA5D"; }

.ln-icon-Lollipop-3:before {
  content: "\EA5E"; }

.ln-icon-Lollipop:before {
  content: "\EA5F"; }

.ln-icon-Loop:before {
  content: "\EA60"; }

.ln-icon-Loud:before {
  content: "\EA61"; }

.ln-icon-Loudspeaker:before {
  content: "\EA62"; }

.ln-icon-Love-2:before {
  content: "\EA63"; }

.ln-icon-Love-User:before {
  content: "\EA64"; }

.ln-icon-Love-Window:before {
  content: "\EA65"; }

.ln-icon-Love:before {
  content: "\EA66"; }

.ln-icon-Lowercase-Text:before {
  content: "\EA67"; }

.ln-icon-Luggafe-Front:before {
  content: "\EA68"; }

.ln-icon-Luggage-2:before {
  content: "\EA69"; }

.ln-icon-Macro:before {
  content: "\EA6A"; }

.ln-icon-Magic-Wand:before {
  content: "\EA6B"; }

.ln-icon-Magnet:before {
  content: "\EA6C"; }

.ln-icon-Magnifi-Glass-:before {
  content: "\EA6D"; }

.ln-icon-Magnifi-Glass:before {
  content: "\EA6E"; }

.ln-icon-Magnifi-Glass2:before {
  content: "\EA6F"; }

.ln-icon-Mail-2:before {
  content: "\EA70"; }

.ln-icon-Mail-3:before {
  content: "\EA71"; }

.ln-icon-Mail-Add:before {
  content: "\EA72"; }

.ln-icon-Mail-Attachement:before {
  content: "\EA73"; }

.ln-icon-Mail-Block:before {
  content: "\EA74"; }

.ln-icon-Mail-Delete:before {
  content: "\EA75"; }

.ln-icon-Mail-Favorite:before {
  content: "\EA76"; }

.ln-icon-Mail-Forward:before {
  content: "\EA77"; }

.ln-icon-Mail-Gallery:before {
  content: "\EA78"; }

.ln-icon-Mail-Inbox:before {
  content: "\EA79"; }

.ln-icon-Mail-Link:before {
  content: "\EA7A"; }

.ln-icon-Mail-Lock:before {
  content: "\EA7B"; }

.ln-icon-Mail-Love:before {
  content: "\EA7C"; }

.ln-icon-Mail-Money:before {
  content: "\EA7D"; }

.ln-icon-Mail-Open:before {
  content: "\EA7E"; }

.ln-icon-Mail-Outbox:before {
  content: "\EA7F"; }

.ln-icon-Mail-Password:before {
  content: "\EA80"; }

.ln-icon-Mail-Photo:before {
  content: "\EA81"; }

.ln-icon-Mail-Read:before {
  content: "\EA82"; }

.ln-icon-Mail-Removex:before {
  content: "\EA83"; }

.ln-icon-Mail-Reply:before {
  content: "\EA84"; }

.ln-icon-Mail-ReplyAll:before {
  content: "\EA85"; }

.ln-icon-Mail-Search:before {
  content: "\EA86"; }

.ln-icon-Mail-Send:before {
  content: "\EA87"; }

.ln-icon-Mail-Settings:before {
  content: "\EA88"; }

.ln-icon-Mail-Unread:before {
  content: "\EA89"; }

.ln-icon-Mail-Video:before {
  content: "\EA8A"; }

.ln-icon-Mail-withAtSign:before {
  content: "\EA8B"; }

.ln-icon-Mail-WithCursors:before {
  content: "\EA8C"; }

.ln-icon-Mail:before {
  content: "\EA8D"; }

.ln-icon-Mailbox-Empty:before {
  content: "\EA8E"; }

.ln-icon-Mailbox-Full:before {
  content: "\EA8F"; }

.ln-icon-Male-2:before {
  content: "\EA90"; }

.ln-icon-Male-Sign:before {
  content: "\EA91"; }

.ln-icon-Male:before {
  content: "\EA92"; }

.ln-icon-MaleFemale:before {
  content: "\EA93"; }

.ln-icon-Man-Sign:before {
  content: "\EA94"; }

.ln-icon-Management:before {
  content: "\EA95"; }

.ln-icon-Mans-Underwear:before {
  content: "\EA96"; }

.ln-icon-Mans-Underwear2:before {
  content: "\EA97"; }

.ln-icon-Map-Marker:before {
  content: "\EA98"; }

.ln-icon-Map-Marker2:before {
  content: "\EA99"; }

.ln-icon-Map-Marker3:before {
  content: "\EA9A"; }

.ln-icon-Map:before {
  content: "\EA9B"; }

.ln-icon-Map2:before {
  content: "\EA9C"; }

.ln-icon-Marker-2:before {
  content: "\EA9D"; }

.ln-icon-Marker-3:before {
  content: "\EA9E"; }

.ln-icon-Marker:before {
  content: "\EA9F"; }

.ln-icon-Martini-Glass:before {
  content: "\EAA0"; }

.ln-icon-Mask:before {
  content: "\EAA1"; }

.ln-icon-Master-Card:before {
  content: "\EAA2"; }

.ln-icon-Maximize-Window:before {
  content: "\EAA3"; }

.ln-icon-Maximize:before {
  content: "\EAA4"; }

.ln-icon-Medal-2:before {
  content: "\EAA5"; }

.ln-icon-Medal-3:before {
  content: "\EAA6"; }

.ln-icon-Medal:before {
  content: "\EAA7"; }

.ln-icon-Medical-Sign:before {
  content: "\EAA8"; }

.ln-icon-Medicine-2:before {
  content: "\EAA9"; }

.ln-icon-Medicine-3:before {
  content: "\EAAA"; }

.ln-icon-Medicine:before {
  content: "\EAAB"; }

.ln-icon-Megaphone:before {
  content: "\EAAC"; }

.ln-icon-Memory-Card:before {
  content: "\EAAD"; }

.ln-icon-Memory-Card2:before {
  content: "\EAAE"; }

.ln-icon-Memory-Card3:before {
  content: "\EAAF"; }

.ln-icon-Men:before {
  content: "\EAB0"; }

.ln-icon-Menorah:before {
  content: "\EAB1"; }

.ln-icon-Mens:before {
  content: "\EAB2"; }

.ln-icon-Metacafe:before {
  content: "\EAB3"; }

.ln-icon-Mexico:before {
  content: "\EAB4"; }

.ln-icon-Mic:before {
  content: "\EAB5"; }

.ln-icon-Microphone-2:before {
  content: "\EAB6"; }

.ln-icon-Microphone-3:before {
  content: "\EAB7"; }

.ln-icon-Microphone-4:before {
  content: "\EAB8"; }

.ln-icon-Microphone-5:before {
  content: "\EAB9"; }

.ln-icon-Microphone-6:before {
  content: "\EABA"; }

.ln-icon-Microphone-7:before {
  content: "\EABB"; }

.ln-icon-Microphone:before {
  content: "\EABC"; }

.ln-icon-Microscope:before {
  content: "\EABD"; }

.ln-icon-Milk-Bottle:before {
  content: "\EABE"; }

.ln-icon-Mine:before {
  content: "\EABF"; }

.ln-icon-Minimize-Maximize-Close-Window:before {
  content: "\EAC0"; }

.ln-icon-Minimize-Window:before {
  content: "\EAC1"; }

.ln-icon-Minimize:before {
  content: "\EAC2"; }

.ln-icon-Mirror:before {
  content: "\EAC3"; }

.ln-icon-Mixer:before {
  content: "\EAC4"; }

.ln-icon-Mixx:before {
  content: "\EAC5"; }

.ln-icon-Money-2:before {
  content: "\EAC6"; }

.ln-icon-Money-Bag:before {
  content: "\EAC7"; }

.ln-icon-Money-Smiley:before {
  content: "\EAC8"; }

.ln-icon-Money:before {
  content: "\EAC9"; }

.ln-icon-Monitor-2:before {
  content: "\EACA"; }

.ln-icon-Monitor-3:before {
  content: "\EACB"; }

.ln-icon-Monitor-4:before {
  content: "\EACC"; }

.ln-icon-Monitor-5:before {
  content: "\EACD"; }

.ln-icon-Monitor-Analytics:before {
  content: "\EACE"; }

.ln-icon-Monitor-Laptop:before {
  content: "\EACF"; }

.ln-icon-Monitor-phone:before {
  content: "\EAD0"; }

.ln-icon-Monitor-Tablet:before {
  content: "\EAD1"; }

.ln-icon-Monitor-Vertical:before {
  content: "\EAD2"; }

.ln-icon-Monitor:before {
  content: "\EAD3"; }

.ln-icon-Monitoring:before {
  content: "\EAD4"; }

.ln-icon-Monkey:before {
  content: "\EAD5"; }

.ln-icon-Monster:before {
  content: "\EAD6"; }

.ln-icon-Morocco:before {
  content: "\EAD7"; }

.ln-icon-Motorcycle:before {
  content: "\EAD8"; }

.ln-icon-Mouse-2:before {
  content: "\EAD9"; }

.ln-icon-Mouse-3:before {
  content: "\EADA"; }

.ln-icon-Mouse-4:before {
  content: "\EADB"; }

.ln-icon-Mouse-Pointer:before {
  content: "\EADC"; }

.ln-icon-Mouse:before {
  content: "\EADD"; }

.ln-icon-Moustache-Smiley:before {
  content: "\EADE"; }

.ln-icon-Movie-Ticket:before {
  content: "\EADF"; }

.ln-icon-Movie:before {
  content: "\EAE0"; }

.ln-icon-Mp3-File:before {
  content: "\EAE1"; }

.ln-icon-Museum:before {
  content: "\EAE2"; }

.ln-icon-Mushroom:before {
  content: "\EAE3"; }

.ln-icon-Music-Note:before {
  content: "\EAE4"; }

.ln-icon-Music-Note2:before {
  content: "\EAE5"; }

.ln-icon-Music-Note3:before {
  content: "\EAE6"; }

.ln-icon-Music-Note4:before {
  content: "\EAE7"; }

.ln-icon-Music-Player:before {
  content: "\EAE8"; }

.ln-icon-Mustache-2:before {
  content: "\EAE9"; }

.ln-icon-Mustache-3:before {
  content: "\EAEA"; }

.ln-icon-Mustache-4:before {
  content: "\EAEB"; }

.ln-icon-Mustache-5:before {
  content: "\EAEC"; }

.ln-icon-Mustache-6:before {
  content: "\EAED"; }

.ln-icon-Mustache-7:before {
  content: "\EAEE"; }

.ln-icon-Mustache-8:before {
  content: "\EAEF"; }

.ln-icon-Mustache:before {
  content: "\EAF0"; }

.ln-icon-Mute:before {
  content: "\EAF1"; }

.ln-icon-Myspace:before {
  content: "\EAF2"; }

.ln-icon-Navigat-Start:before {
  content: "\EAF3"; }

.ln-icon-Navigate-End:before {
  content: "\EAF4"; }

.ln-icon-Navigation-LeftWindow:before {
  content: "\EAF5"; }

.ln-icon-Navigation-RightWindow:before {
  content: "\EAF6"; }

.ln-icon-Nepal:before {
  content: "\EAF7"; }

.ln-icon-Netscape:before {
  content: "\EAF8"; }

.ln-icon-Network-Window:before {
  content: "\EAF9"; }

.ln-icon-Network:before {
  content: "\EAFA"; }

.ln-icon-Neutron:before {
  content: "\EAFB"; }

.ln-icon-New-Mail:before {
  content: "\EAFC"; }

.ln-icon-New-Tab:before {
  content: "\EAFD"; }

.ln-icon-Newspaper-2:before {
  content: "\EAFE"; }

.ln-icon-Newspaper:before {
  content: "\EAFF"; }

.ln-icon-Newsvine:before {
  content: "\EB00"; }

.ln-icon-Next2:before {
  content: "\EB01"; }

.ln-icon-Next-3:before {
  content: "\EB02"; }

.ln-icon-Next-Music:before {
  content: "\EB03"; }

.ln-icon-Next:before {
  content: "\EB04"; }

.ln-icon-No-Battery:before {
  content: "\EB05"; }

.ln-icon-No-Drop:before {
  content: "\EB06"; }

.ln-icon-No-Flash:before {
  content: "\EB07"; }

.ln-icon-No-Smoking:before {
  content: "\EB08"; }

.ln-icon-Noose:before {
  content: "\EB09"; }

.ln-icon-Normal-Text:before {
  content: "\EB0A"; }

.ln-icon-Note:before {
  content: "\EB0B"; }

.ln-icon-Notepad-2:before {
  content: "\EB0C"; }

.ln-icon-Notepad:before {
  content: "\EB0D"; }

.ln-icon-Nuclear:before {
  content: "\EB0E"; }

.ln-icon-Numbering-List:before {
  content: "\EB0F"; }

.ln-icon-Nurse:before {
  content: "\EB10"; }

.ln-icon-Office-Lamp:before {
  content: "\EB11"; }

.ln-icon-Office:before {
  content: "\EB12"; }

.ln-icon-Oil:before {
  content: "\EB13"; }

.ln-icon-Old-Camera:before {
  content: "\EB14"; }

.ln-icon-Old-Cassette:before {
  content: "\EB15"; }

.ln-icon-Old-Clock:before {
  content: "\EB16"; }

.ln-icon-Old-Radio:before {
  content: "\EB17"; }

.ln-icon-Old-Sticky:before {
  content: "\EB18"; }

.ln-icon-Old-Sticky2:before {
  content: "\EB19"; }

.ln-icon-Old-Telephone:before {
  content: "\EB1A"; }

.ln-icon-Old-TV:before {
  content: "\EB1B"; }

.ln-icon-On-Air:before {
  content: "\EB1C"; }

.ln-icon-On-Off-2:before {
  content: "\EB1D"; }

.ln-icon-On-Off-3:before {
  content: "\EB1E"; }

.ln-icon-On-off:before {
  content: "\EB1F"; }

.ln-icon-One-Finger:before {
  content: "\EB20"; }

.ln-icon-One-FingerTouch:before {
  content: "\EB21"; }

.ln-icon-One-Window:before {
  content: "\EB22"; }

.ln-icon-Open-Banana:before {
  content: "\EB23"; }

.ln-icon-Open-Book:before {
  content: "\EB24"; }

.ln-icon-Opera-House:before {
  content: "\EB25"; }

.ln-icon-Opera:before {
  content: "\EB26"; }

.ln-icon-Optimization:before {
  content: "\EB27"; }

.ln-icon-Orientation-2:before {
  content: "\EB28"; }

.ln-icon-Orientation-3:before {
  content: "\EB29"; }

.ln-icon-Orientation:before {
  content: "\EB2A"; }

.ln-icon-Orkut:before {
  content: "\EB2B"; }

.ln-icon-Ornament:before {
  content: "\EB2C"; }

.ln-icon-Over-Time:before {
  content: "\EB2D"; }

.ln-icon-Over-Time2:before {
  content: "\EB2E"; }

.ln-icon-Owl:before {
  content: "\EB2F"; }

.ln-icon-Pac-Man:before {
  content: "\EB30"; }

.ln-icon-Paint-Brush:before {
  content: "\EB31"; }

.ln-icon-Paint-Bucket:before {
  content: "\EB32"; }

.ln-icon-Paintbrush:before {
  content: "\EB33"; }

.ln-icon-Palette:before {
  content: "\EB34"; }

.ln-icon-Palm-Tree:before {
  content: "\EB35"; }

.ln-icon-Panda:before {
  content: "\EB36"; }

.ln-icon-Panorama:before {
  content: "\EB37"; }

.ln-icon-Pantheon:before {
  content: "\EB38"; }

.ln-icon-Pantone:before {
  content: "\EB39"; }

.ln-icon-Pants:before {
  content: "\EB3A"; }

.ln-icon-Paper-Plane:before {
  content: "\EB3B"; }

.ln-icon-Paper:before {
  content: "\EB3C"; }

.ln-icon-Parasailing:before {
  content: "\EB3D"; }

.ln-icon-Parrot:before {
  content: "\EB3E"; }

.ln-icon-Password-2shopping:before {
  content: "\EB3F"; }

.ln-icon-Password-Field:before {
  content: "\EB40"; }

.ln-icon-Password-shopping:before {
  content: "\EB41"; }

.ln-icon-Password:before {
  content: "\EB42"; }

.ln-icon-pause-2:before {
  content: "\EB43"; }

.ln-icon-Pause:before {
  content: "\EB44"; }

.ln-icon-Paw:before {
  content: "\EB45"; }

.ln-icon-Pawn:before {
  content: "\EB46"; }

.ln-icon-Paypal:before {
  content: "\EB47"; }

.ln-icon-Pen-2:before {
  content: "\EB48"; }

.ln-icon-Pen-3:before {
  content: "\EB49"; }

.ln-icon-Pen-4:before {
  content: "\EB4A"; }

.ln-icon-Pen-5:before {
  content: "\EB4B"; }

.ln-icon-Pen-6:before {
  content: "\EB4C"; }

.ln-icon-Pen:before {
  content: "\EB4D"; }

.ln-icon-Pencil-Ruler:before {
  content: "\EB4E"; }

.ln-icon-Pencil:before {
  content: "\EB4F"; }

.ln-icon-Penguin:before {
  content: "\EB50"; }

.ln-icon-Pentagon:before {
  content: "\EB51"; }

.ln-icon-People-onCloud:before {
  content: "\EB52"; }

.ln-icon-Pepper-withFire:before {
  content: "\EB53"; }

.ln-icon-Pepper:before {
  content: "\EB54"; }

.ln-icon-Petrol:before {
  content: "\EB55"; }

.ln-icon-Petronas-Tower:before {
  content: "\EB56"; }

.ln-icon-Philipines:before {
  content: "\EB57"; }

.ln-icon-Phone-2:before {
  content: "\EB58"; }

.ln-icon-Phone-3:before {
  content: "\EB59"; }

.ln-icon-Phone-3G:before {
  content: "\EB5A"; }

.ln-icon-Phone-4G:before {
  content: "\EB5B"; }

.ln-icon-Phone-Simcard:before {
  content: "\EB5C"; }

.ln-icon-Phone-SMS:before {
  content: "\EB5D"; }

.ln-icon-Phone-Wifi:before {
  content: "\EB5E"; }

.ln-icon-Phone:before {
  content: "\EB5F"; }

.ln-icon-Photo-2:before {
  content: "\EB60"; }

.ln-icon-Photo-3:before {
  content: "\EB61"; }

.ln-icon-Photo-Album:before {
  content: "\EB62"; }

.ln-icon-Photo-Album2:before {
  content: "\EB63"; }

.ln-icon-Photo-Album3:before {
  content: "\EB64"; }

.ln-icon-Photo:before {
  content: "\EB65"; }

.ln-icon-Photos:before {
  content: "\EB66"; }

.ln-icon-Physics:before {
  content: "\EB67"; }

.ln-icon-Pi:before {
  content: "\EB68"; }

.ln-icon-Piano:before {
  content: "\EB69"; }

.ln-icon-Picasa:before {
  content: "\EB6A"; }

.ln-icon-Pie-Chart:before {
  content: "\EB6B"; }

.ln-icon-Pie-Chart2:before {
  content: "\EB6C"; }

.ln-icon-Pie-Chart3:before {
  content: "\EB6D"; }

.ln-icon-Pilates-2:before {
  content: "\EB6E"; }

.ln-icon-Pilates-3:before {
  content: "\EB6F"; }

.ln-icon-Pilates:before {
  content: "\EB70"; }

.ln-icon-Pilot:before {
  content: "\EB71"; }

.ln-icon-Pinch:before {
  content: "\EB72"; }

.ln-icon-Ping-Pong:before {
  content: "\EB73"; }

.ln-icon-Pinterest:before {
  content: "\EB74"; }

.ln-icon-Pipe:before {
  content: "\EB75"; }

.ln-icon-Pipette:before {
  content: "\EB76"; }

.ln-icon-Piramids:before {
  content: "\EB77"; }

.ln-icon-Pisces-2:before {
  content: "\EB78"; }

.ln-icon-Pisces:before {
  content: "\EB79"; }

.ln-icon-Pizza-Slice:before {
  content: "\EB7A"; }

.ln-icon-Pizza:before {
  content: "\EB7B"; }

.ln-icon-Plane-2:before {
  content: "\EB7C"; }

.ln-icon-Plane:before {
  content: "\EB7D"; }

.ln-icon-Plant:before {
  content: "\EB7E"; }

.ln-icon-Plasmid:before {
  content: "\EB7F"; }

.ln-icon-Plaster:before {
  content: "\EB80"; }

.ln-icon-Plastic-CupPhone:before {
  content: "\EB81"; }

.ln-icon-Plastic-CupPhone2:before {
  content: "\EB82"; }

.ln-icon-Plate:before {
  content: "\EB83"; }

.ln-icon-Plates:before {
  content: "\EB84"; }

.ln-icon-Plaxo:before {
  content: "\EB85"; }

.ln-icon-Play-Music:before {
  content: "\EB86"; }

.ln-icon-Plug-In:before {
  content: "\EB87"; }

.ln-icon-Plug-In2:before {
  content: "\EB88"; }

.ln-icon-Plurk:before {
  content: "\EB89"; }

.ln-icon-Pointer:before {
  content: "\EB8A"; }

.ln-icon-Poland:before {
  content: "\EB8B"; }

.ln-icon-Police-Man:before {
  content: "\EB8C"; }

.ln-icon-Police-Station:before {
  content: "\EB8D"; }

.ln-icon-Police-Woman:before {
  content: "\EB8E"; }

.ln-icon-Police:before {
  content: "\EB8F"; }

.ln-icon-Polo-Shirt:before {
  content: "\EB90"; }

.ln-icon-Portrait:before {
  content: "\EB91"; }

.ln-icon-Portugal:before {
  content: "\EB92"; }

.ln-icon-Post-Mail:before {
  content: "\EB93"; }

.ln-icon-Post-Mail2:before {
  content: "\EB94"; }

.ln-icon-Post-Office:before {
  content: "\EB95"; }

.ln-icon-Post-Sign:before {
  content: "\EB96"; }

.ln-icon-Post-Sign2ways:before {
  content: "\EB97"; }

.ln-icon-Posterous:before {
  content: "\EB98"; }

.ln-icon-Pound-Sign:before {
  content: "\EB99"; }

.ln-icon-Pound-Sign2:before {
  content: "\EB9A"; }

.ln-icon-Pound:before {
  content: "\EB9B"; }

.ln-icon-Power-2:before {
  content: "\EB9C"; }

.ln-icon-Power-3:before {
  content: "\EB9D"; }

.ln-icon-Power-Cable:before {
  content: "\EB9E"; }

.ln-icon-Power-Station:before {
  content: "\EB9F"; }

.ln-icon-Power:before {
  content: "\EBA0"; }

.ln-icon-Prater:before {
  content: "\EBA1"; }

.ln-icon-Present:before {
  content: "\EBA2"; }

.ln-icon-Presents:before {
  content: "\EBA3"; }

.ln-icon-Press:before {
  content: "\EBA4"; }

.ln-icon-Preview:before {
  content: "\EBA5"; }

.ln-icon-Previous:before {
  content: "\EBA6"; }

.ln-icon-Pricing:before {
  content: "\EBA7"; }

.ln-icon-Printer:before {
  content: "\EBA8"; }

.ln-icon-Professor:before {
  content: "\EBA9"; }

.ln-icon-Profile:before {
  content: "\EBAA"; }

.ln-icon-Project:before {
  content: "\EBAB"; }

.ln-icon-Projector-2:before {
  content: "\EBAC"; }

.ln-icon-Projector:before {
  content: "\EBAD"; }

.ln-icon-Pulse:before {
  content: "\EBAE"; }

.ln-icon-Pumpkin:before {
  content: "\EBAF"; }

.ln-icon-Punk:before {
  content: "\EBB0"; }

.ln-icon-Punker:before {
  content: "\EBB1"; }

.ln-icon-Puzzle:before {
  content: "\EBB2"; }

.ln-icon-QIK:before {
  content: "\EBB3"; }

.ln-icon-QR-Code:before {
  content: "\EBB4"; }

.ln-icon-Queen-2:before {
  content: "\EBB5"; }

.ln-icon-Queen:before {
  content: "\EBB6"; }

.ln-icon-Quill-2:before {
  content: "\EBB7"; }

.ln-icon-Quill-3:before {
  content: "\EBB8"; }

.ln-icon-Quill:before {
  content: "\EBB9"; }

.ln-icon-Quotes-2:before {
  content: "\EBBA"; }

.ln-icon-Quotes:before {
  content: "\EBBB"; }

.ln-icon-Radio:before {
  content: "\EBBC"; }

.ln-icon-Radioactive:before {
  content: "\EBBD"; }

.ln-icon-Rafting:before {
  content: "\EBBE"; }

.ln-icon-Rain-Drop:before {
  content: "\EBBF"; }

.ln-icon-Rainbow-2:before {
  content: "\EBC0"; }

.ln-icon-Rainbow:before {
  content: "\EBC1"; }

.ln-icon-Ram:before {
  content: "\EBC2"; }

.ln-icon-Razzor-Blade:before {
  content: "\EBC3"; }

.ln-icon-Receipt-2:before {
  content: "\EBC4"; }

.ln-icon-Receipt-3:before {
  content: "\EBC5"; }

.ln-icon-Receipt-4:before {
  content: "\EBC6"; }

.ln-icon-Receipt:before {
  content: "\EBC7"; }

.ln-icon-Record2:before {
  content: "\EBC8"; }

.ln-icon-Record-3:before {
  content: "\EBC9"; }

.ln-icon-Record-Music:before {
  content: "\EBCA"; }

.ln-icon-Record:before {
  content: "\EBCB"; }

.ln-icon-Recycling-2:before {
  content: "\EBCC"; }

.ln-icon-Recycling:before {
  content: "\EBCD"; }

.ln-icon-Reddit:before {
  content: "\EBCE"; }

.ln-icon-Redhat:before {
  content: "\EBCF"; }

.ln-icon-Redirect:before {
  content: "\EBD0"; }

.ln-icon-Redo:before {
  content: "\EBD1"; }

.ln-icon-Reel:before {
  content: "\EBD2"; }

.ln-icon-Refinery:before {
  content: "\EBD3"; }

.ln-icon-Refresh-Window:before {
  content: "\EBD4"; }

.ln-icon-Refresh:before {
  content: "\EBD5"; }

.ln-icon-Reload-2:before {
  content: "\EBD6"; }

.ln-icon-Reload-3:before {
  content: "\EBD7"; }

.ln-icon-Reload:before {
  content: "\EBD8"; }

.ln-icon-Remote-Controll:before {
  content: "\EBD9"; }

.ln-icon-Remote-Controll2:before {
  content: "\EBDA"; }

.ln-icon-Remove-Bag:before {
  content: "\EBDB"; }

.ln-icon-Remove-Basket:before {
  content: "\EBDC"; }

.ln-icon-Remove-Cart:before {
  content: "\EBDD"; }

.ln-icon-Remove-File:before {
  content: "\EBDE"; }

.ln-icon-Remove-User:before {
  content: "\EBDF"; }

.ln-icon-Remove-Window:before {
  content: "\EBE0"; }

.ln-icon-Remove:before {
  content: "\EBE1"; }

.ln-icon-Rename:before {
  content: "\EBE2"; }

.ln-icon-Repair:before {
  content: "\EBE3"; }

.ln-icon-Repeat-2:before {
  content: "\EBE4"; }

.ln-icon-Repeat-3:before {
  content: "\EBE5"; }

.ln-icon-Repeat-4:before {
  content: "\EBE6"; }

.ln-icon-Repeat-5:before {
  content: "\EBE7"; }

.ln-icon-Repeat-6:before {
  content: "\EBE8"; }

.ln-icon-Repeat-7:before {
  content: "\EBE9"; }

.ln-icon-Repeat:before {
  content: "\EBEA"; }

.ln-icon-Reset:before {
  content: "\EBEB"; }

.ln-icon-Resize:before {
  content: "\EBEC"; }

.ln-icon-Restore-Window:before {
  content: "\EBED"; }

.ln-icon-Retouching:before {
  content: "\EBEE"; }

.ln-icon-Retro-Camera:before {
  content: "\EBEF"; }

.ln-icon-Retro:before {
  content: "\EBF0"; }

.ln-icon-Retweet:before {
  content: "\EBF1"; }

.ln-icon-Reverbnation:before {
  content: "\EBF2"; }

.ln-icon-Rewind:before {
  content: "\EBF3"; }

.ln-icon-RGB:before {
  content: "\EBF4"; }

.ln-icon-Ribbon-2:before {
  content: "\EBF5"; }

.ln-icon-Ribbon-3:before {
  content: "\EBF6"; }

.ln-icon-Ribbon:before {
  content: "\EBF7"; }

.ln-icon-Right-2:before {
  content: "\EBF8"; }

.ln-icon-Right-3:before {
  content: "\EBF9"; }

.ln-icon-Right-4:before {
  content: "\EBFA"; }

.ln-icon-Right-ToLeft:before {
  content: "\EBFB"; }

.ln-icon-Right:before {
  content: "\EBFC"; }

.ln-icon-Road-2:before {
  content: "\EBFD"; }

.ln-icon-Road-3:before {
  content: "\EBFE"; }

.ln-icon-Road:before {
  content: "\EBFF"; }

.ln-icon-Robot-2:before {
  content: "\EC00"; }

.ln-icon-Robot:before {
  content: "\EC01"; }

.ln-icon-Rock-andRoll:before {
  content: "\EC02"; }

.ln-icon-Rocket:before {
  content: "\EC03"; }

.ln-icon-Roller:before {
  content: "\EC04"; }

.ln-icon-Roof:before {
  content: "\EC05"; }

.ln-icon-Rook:before {
  content: "\EC06"; }

.ln-icon-Rotate-Gesture:before {
  content: "\EC07"; }

.ln-icon-Rotate-Gesture2:before {
  content: "\EC08"; }

.ln-icon-Rotate-Gesture3:before {
  content: "\EC09"; }

.ln-icon-Rotation-390:before {
  content: "\EC0A"; }

.ln-icon-Rotation:before {
  content: "\EC0B"; }

.ln-icon-Router-2:before {
  content: "\EC0C"; }

.ln-icon-Router:before {
  content: "\EC0D"; }

.ln-icon-RSS:before {
  content: "\EC0E"; }

.ln-icon-Ruler-2:before {
  content: "\EC0F"; }

.ln-icon-Ruler:before {
  content: "\EC10"; }

.ln-icon-Running-Shoes:before {
  content: "\EC11"; }

.ln-icon-Running:before {
  content: "\EC12"; }

.ln-icon-Safari:before {
  content: "\EC13"; }

.ln-icon-Safe-Box:before {
  content: "\EC14"; }

.ln-icon-Safe-Box2:before {
  content: "\EC15"; }

.ln-icon-Safety-PinClose:before {
  content: "\EC16"; }

.ln-icon-Safety-PinOpen:before {
  content: "\EC17"; }

.ln-icon-Sagittarus-2:before {
  content: "\EC18"; }

.ln-icon-Sagittarus:before {
  content: "\EC19"; }

.ln-icon-Sailing-Ship:before {
  content: "\EC1A"; }

.ln-icon-Sand-watch:before {
  content: "\EC1B"; }

.ln-icon-Sand-watch2:before {
  content: "\EC1C"; }

.ln-icon-Santa-Claus:before {
  content: "\EC1D"; }

.ln-icon-Santa-Claus2:before {
  content: "\EC1E"; }

.ln-icon-Santa-onSled:before {
  content: "\EC1F"; }

.ln-icon-Satelite-2:before {
  content: "\EC20"; }

.ln-icon-Satelite:before {
  content: "\EC21"; }

.ln-icon-Save-Window:before {
  content: "\EC22"; }

.ln-icon-Save:before {
  content: "\EC23"; }

.ln-icon-Saw:before {
  content: "\EC24"; }

.ln-icon-Saxophone:before {
  content: "\EC25"; }

.ln-icon-Scale:before {
  content: "\EC26"; }

.ln-icon-Scarf:before {
  content: "\EC27"; }

.ln-icon-Scissor:before {
  content: "\EC28"; }

.ln-icon-Scooter-Front:before {
  content: "\EC29"; }

.ln-icon-Scooter:before {
  content: "\EC2A"; }

.ln-icon-Scorpio-2:before {
  content: "\EC2B"; }

.ln-icon-Scorpio:before {
  content: "\EC2C"; }

.ln-icon-Scotland:before {
  content: "\EC2D"; }

.ln-icon-Screwdriver:before {
  content: "\EC2E"; }

.ln-icon-Scroll-Fast:before {
  content: "\EC2F"; }

.ln-icon-Scroll:before {
  content: "\EC30"; }

.ln-icon-Scroller-2:before {
  content: "\EC31"; }

.ln-icon-Scroller:before {
  content: "\EC32"; }

.ln-icon-Sea-Dog:before {
  content: "\EC33"; }

.ln-icon-Search-onCloud:before {
  content: "\EC34"; }

.ln-icon-Search-People:before {
  content: "\EC35"; }

.ln-icon-secound:before {
  content: "\EC36"; }

.ln-icon-secound2:before {
  content: "\EC37"; }

.ln-icon-Security-Block:before {
  content: "\EC38"; }

.ln-icon-Security-Bug:before {
  content: "\EC39"; }

.ln-icon-Security-Camera:before {
  content: "\EC3A"; }

.ln-icon-Security-Check:before {
  content: "\EC3B"; }

.ln-icon-Security-Settings:before {
  content: "\EC3C"; }

.ln-icon-Security-Smiley:before {
  content: "\EC3D"; }

.ln-icon-Securiy-Remove:before {
  content: "\EC3E"; }

.ln-icon-Seed:before {
  content: "\EC3F"; }

.ln-icon-Selfie:before {
  content: "\EC40"; }

.ln-icon-Serbia:before {
  content: "\EC41"; }

.ln-icon-Server-2:before {
  content: "\EC42"; }

.ln-icon-Server:before {
  content: "\EC43"; }

.ln-icon-Servers:before {
  content: "\EC44"; }

.ln-icon-Settings-Window:before {
  content: "\EC45"; }

.ln-icon-Sewing-Machine:before {
  content: "\EC46"; }

.ln-icon-Sexual:before {
  content: "\EC47"; }

.ln-icon-Share-onCloud:before {
  content: "\EC48"; }

.ln-icon-Share-Window:before {
  content: "\EC49"; }

.ln-icon-Share:before {
  content: "\EC4A"; }

.ln-icon-Sharethis:before {
  content: "\EC4B"; }

.ln-icon-Shark:before {
  content: "\EC4C"; }

.ln-icon-Sheep:before {
  content: "\EC4D"; }

.ln-icon-Sheriff-Badge:before {
  content: "\EC4E"; }

.ln-icon-Shield:before {
  content: "\EC4F"; }

.ln-icon-Ship-2:before {
  content: "\EC50"; }

.ln-icon-Ship:before {
  content: "\EC51"; }

.ln-icon-Shirt:before {
  content: "\EC52"; }

.ln-icon-Shoes-2:before {
  content: "\EC53"; }

.ln-icon-Shoes-3:before {
  content: "\EC54"; }

.ln-icon-Shoes:before {
  content: "\EC55"; }

.ln-icon-Shop-2:before {
  content: "\EC56"; }

.ln-icon-Shop-3:before {
  content: "\EC57"; }

.ln-icon-Shop-4:before {
  content: "\EC58"; }

.ln-icon-Shop:before {
  content: "\EC59"; }

.ln-icon-Shopping-Bag:before {
  content: "\EC5A"; }

.ln-icon-Shopping-Basket:before {
  content: "\EC5B"; }

.ln-icon-Shopping-Cart:before {
  content: "\EC5C"; }

.ln-icon-Short-Pants:before {
  content: "\EC5D"; }

.ln-icon-Shoutwire:before {
  content: "\EC5E"; }

.ln-icon-Shovel:before {
  content: "\EC5F"; }

.ln-icon-Shuffle-2:before {
  content: "\EC60"; }

.ln-icon-Shuffle-3:before {
  content: "\EC61"; }

.ln-icon-Shuffle-4:before {
  content: "\EC62"; }

.ln-icon-Shuffle:before {
  content: "\EC63"; }

.ln-icon-Shutter:before {
  content: "\EC64"; }

.ln-icon-Sidebar-Window:before {
  content: "\EC65"; }

.ln-icon-Signal:before {
  content: "\EC66"; }

.ln-icon-Singapore:before {
  content: "\EC67"; }

.ln-icon-Skate-Shoes:before {
  content: "\EC68"; }

.ln-icon-Skateboard-2:before {
  content: "\EC69"; }

.ln-icon-Skateboard:before {
  content: "\EC6A"; }

.ln-icon-Skeleton:before {
  content: "\EC6B"; }

.ln-icon-Ski:before {
  content: "\EC6C"; }

.ln-icon-Skirt:before {
  content: "\EC6D"; }

.ln-icon-Skrill:before {
  content: "\EC6E"; }

.ln-icon-Skull:before {
  content: "\EC6F"; }

.ln-icon-Skydiving:before {
  content: "\EC70"; }

.ln-icon-Skype:before {
  content: "\EC71"; }

.ln-icon-Sled-withGifts:before {
  content: "\EC72"; }

.ln-icon-Sled:before {
  content: "\EC73"; }

.ln-icon-Sleeping:before {
  content: "\EC74"; }

.ln-icon-Sleet:before {
  content: "\EC75"; }

.ln-icon-Slippers:before {
  content: "\EC76"; }

.ln-icon-Smart:before {
  content: "\EC77"; }

.ln-icon-Smartphone-2:before {
  content: "\EC78"; }

.ln-icon-Smartphone-3:before {
  content: "\EC79"; }

.ln-icon-Smartphone-4:before {
  content: "\EC7A"; }

.ln-icon-Smartphone-Secure:before {
  content: "\EC7B"; }

.ln-icon-Smartphone:before {
  content: "\EC7C"; }

.ln-icon-Smile:before {
  content: "\EC7D"; }

.ln-icon-Smoking-Area:before {
  content: "\EC7E"; }

.ln-icon-Smoking-Pipe:before {
  content: "\EC7F"; }

.ln-icon-Snake:before {
  content: "\EC80"; }

.ln-icon-Snorkel:before {
  content: "\EC81"; }

.ln-icon-Snow-2:before {
  content: "\EC82"; }

.ln-icon-Snow-Dome:before {
  content: "\EC83"; }

.ln-icon-Snow-Storm:before {
  content: "\EC84"; }

.ln-icon-Snow:before {
  content: "\EC85"; }

.ln-icon-Snowflake-2:before {
  content: "\EC86"; }

.ln-icon-Snowflake-3:before {
  content: "\EC87"; }

.ln-icon-Snowflake-4:before {
  content: "\EC88"; }

.ln-icon-Snowflake:before {
  content: "\EC89"; }

.ln-icon-Snowman:before {
  content: "\EC8A"; }

.ln-icon-Soccer-Ball:before {
  content: "\EC8B"; }

.ln-icon-Soccer-Shoes:before {
  content: "\EC8C"; }

.ln-icon-Socks:before {
  content: "\EC8D"; }

.ln-icon-Solar:before {
  content: "\EC8E"; }

.ln-icon-Sound-Wave:before {
  content: "\EC8F"; }

.ln-icon-Sound:before {
  content: "\EC90"; }

.ln-icon-Soundcloud:before {
  content: "\EC91"; }

.ln-icon-Soup:before {
  content: "\EC92"; }

.ln-icon-South-Africa:before {
  content: "\EC93"; }

.ln-icon-Space-Needle:before {
  content: "\EC94"; }

.ln-icon-Spain:before {
  content: "\EC95"; }

.ln-icon-Spam-Mail:before {
  content: "\EC96"; }

.ln-icon-Speach-Bubble:before {
  content: "\EC97"; }

.ln-icon-Speach-Bubble2:before {
  content: "\EC98"; }

.ln-icon-Speach-Bubble3:before {
  content: "\EC99"; }

.ln-icon-Speach-Bubble4:before {
  content: "\EC9A"; }

.ln-icon-Speach-Bubble5:before {
  content: "\EC9B"; }

.ln-icon-Speach-Bubble6:before {
  content: "\EC9C"; }

.ln-icon-Speach-Bubble7:before {
  content: "\EC9D"; }

.ln-icon-Speach-Bubble8:before {
  content: "\EC9E"; }

.ln-icon-Speach-Bubble9:before {
  content: "\EC9F"; }

.ln-icon-Speach-Bubble10:before {
  content: "\ECA0"; }

.ln-icon-Speach-Bubble11:before {
  content: "\ECA1"; }

.ln-icon-Speach-Bubble12:before {
  content: "\ECA2"; }

.ln-icon-Speach-Bubble13:before {
  content: "\ECA3"; }

.ln-icon-Speach-BubbleAsking:before {
  content: "\ECA4"; }

.ln-icon-Speach-BubbleComic:before {
  content: "\ECA5"; }

.ln-icon-Speach-BubbleComic2:before {
  content: "\ECA6"; }

.ln-icon-Speach-BubbleComic3:before {
  content: "\ECA7"; }

.ln-icon-Speach-BubbleComic4:before {
  content: "\ECA8"; }

.ln-icon-Speach-BubbleDialog:before {
  content: "\ECA9"; }

.ln-icon-Speach-Bubbles:before {
  content: "\ECAA"; }

.ln-icon-Speak-2:before {
  content: "\ECAB"; }

.ln-icon-Speak:before {
  content: "\ECAC"; }

.ln-icon-Speaker-2:before {
  content: "\ECAD"; }

.ln-icon-Speaker:before {
  content: "\ECAE"; }

.ln-icon-Spell-Check:before {
  content: "\ECAF"; }

.ln-icon-Spell-CheckABC:before {
  content: "\ECB0"; }

.ln-icon-Spermium:before {
  content: "\ECB1"; }

.ln-icon-Spider:before {
  content: "\ECB2"; }

.ln-icon-Spiderweb:before {
  content: "\ECB3"; }

.ln-icon-Split-FourSquareWindow:before {
  content: "\ECB4"; }

.ln-icon-Split-Horizontal:before {
  content: "\ECB5"; }

.ln-icon-Split-Horizontal2Window:before {
  content: "\ECB6"; }

.ln-icon-Split-Vertical:before {
  content: "\ECB7"; }

.ln-icon-Split-Vertical2:before {
  content: "\ECB8"; }

.ln-icon-Split-Window:before {
  content: "\ECB9"; }

.ln-icon-Spoder:before {
  content: "\ECBA"; }

.ln-icon-Spoon:before {
  content: "\ECBB"; }

.ln-icon-Sport-Mode:before {
  content: "\ECBC"; }

.ln-icon-Sports-Clothings1:before {
  content: "\ECBD"; }

.ln-icon-Sports-Clothings2:before {
  content: "\ECBE"; }

.ln-icon-Sports-Shirt:before {
  content: "\ECBF"; }

.ln-icon-Spot:before {
  content: "\ECC0"; }

.ln-icon-Spray:before {
  content: "\ECC1"; }

.ln-icon-Spread:before {
  content: "\ECC2"; }

.ln-icon-Spring:before {
  content: "\ECC3"; }

.ln-icon-Spurl:before {
  content: "\ECC4"; }

.ln-icon-Spy:before {
  content: "\ECC5"; }

.ln-icon-Squirrel:before {
  content: "\ECC6"; }

.ln-icon-SSL:before {
  content: "\ECC7"; }

.ln-icon-St-BasilsCathedral:before {
  content: "\ECC8"; }

.ln-icon-St-PaulsCathedral:before {
  content: "\ECC9"; }

.ln-icon-Stamp-2:before {
  content: "\ECCA"; }

.ln-icon-Stamp:before {
  content: "\ECCB"; }

.ln-icon-Stapler:before {
  content: "\ECCC"; }

.ln-icon-Star-Track:before {
  content: "\ECCD"; }

.ln-icon-Star:before {
  content: "\ECCE"; }

.ln-icon-Starfish:before {
  content: "\ECCF"; }

.ln-icon-Start2:before {
  content: "\ECD0"; }

.ln-icon-Start-3:before {
  content: "\ECD1"; }

.ln-icon-Start-ways:before {
  content: "\ECD2"; }

.ln-icon-Start:before {
  content: "\ECD3"; }

.ln-icon-Statistic:before {
  content: "\ECD4"; }

.ln-icon-Stethoscope:before {
  content: "\ECD5"; }

.ln-icon-stop--2:before {
  content: "\ECD6"; }

.ln-icon-Stop-Music:before {
  content: "\ECD7"; }

.ln-icon-Stop:before {
  content: "\ECD8"; }

.ln-icon-Stopwatch-2:before {
  content: "\ECD9"; }

.ln-icon-Stopwatch:before {
  content: "\ECDA"; }

.ln-icon-Storm:before {
  content: "\ECDB"; }

.ln-icon-Street-View:before {
  content: "\ECDC"; }

.ln-icon-Street-View2:before {
  content: "\ECDD"; }

.ln-icon-Strikethrough-Text:before {
  content: "\ECDE"; }

.ln-icon-Stroller:before {
  content: "\ECDF"; }

.ln-icon-Structure:before {
  content: "\ECE0"; }

.ln-icon-Student-Female:before {
  content: "\ECE1"; }

.ln-icon-Student-Hat:before {
  content: "\ECE2"; }

.ln-icon-Student-Hat2:before {
  content: "\ECE3"; }

.ln-icon-Student-Male:before {
  content: "\ECE4"; }

.ln-icon-Student-MaleFemale:before {
  content: "\ECE5"; }

.ln-icon-Students:before {
  content: "\ECE6"; }

.ln-icon-Studio-Flash:before {
  content: "\ECE7"; }

.ln-icon-Studio-Lightbox:before {
  content: "\ECE8"; }

.ln-icon-Stumbleupon:before {
  content: "\ECE9"; }

.ln-icon-Suit:before {
  content: "\ECEA"; }

.ln-icon-Suitcase:before {
  content: "\ECEB"; }

.ln-icon-Sum-2:before {
  content: "\ECEC"; }

.ln-icon-Sum:before {
  content: "\ECED"; }

.ln-icon-Summer:before {
  content: "\ECEE"; }

.ln-icon-Sun-CloudyRain:before {
  content: "\ECEF"; }

.ln-icon-Sun:before {
  content: "\ECF0"; }

.ln-icon-Sunglasses-2:before {
  content: "\ECF1"; }

.ln-icon-Sunglasses-3:before {
  content: "\ECF2"; }

.ln-icon-Sunglasses-Smiley:before {
  content: "\ECF3"; }

.ln-icon-Sunglasses-Smiley2:before {
  content: "\ECF4"; }

.ln-icon-Sunglasses-W:before {
  content: "\ECF5"; }

.ln-icon-Sunglasses-W2:before {
  content: "\ECF6"; }

.ln-icon-Sunglasses-W3:before {
  content: "\ECF7"; }

.ln-icon-Sunglasses:before {
  content: "\ECF8"; }

.ln-icon-Sunrise:before {
  content: "\ECF9"; }

.ln-icon-Sunset:before {
  content: "\ECFA"; }

.ln-icon-Superman:before {
  content: "\ECFB"; }

.ln-icon-Support:before {
  content: "\ECFC"; }

.ln-icon-Surprise:before {
  content: "\ECFD"; }

.ln-icon-Sushi:before {
  content: "\ECFE"; }

.ln-icon-Sweden:before {
  content: "\ECFF"; }

.ln-icon-Swimming-Short:before {
  content: "\ED00"; }

.ln-icon-Swimming:before {
  content: "\ED01"; }

.ln-icon-Swimmwear:before {
  content: "\ED02"; }

.ln-icon-Switch:before {
  content: "\ED03"; }

.ln-icon-Switzerland:before {
  content: "\ED04"; }

.ln-icon-Sync-Cloud:before {
  content: "\ED05"; }

.ln-icon-Sync:before {
  content: "\ED06"; }

.ln-icon-Synchronize-2:before {
  content: "\ED07"; }

.ln-icon-Synchronize:before {
  content: "\ED08"; }

.ln-icon-T-Shirt:before {
  content: "\ED09"; }

.ln-icon-Tablet-2:before {
  content: "\ED0A"; }

.ln-icon-Tablet-3:before {
  content: "\ED0B"; }

.ln-icon-Tablet-Orientation:before {
  content: "\ED0C"; }

.ln-icon-Tablet-Phone:before {
  content: "\ED0D"; }

.ln-icon-Tablet-Secure:before {
  content: "\ED0E"; }

.ln-icon-Tablet-Vertical:before {
  content: "\ED0F"; }

.ln-icon-Tablet:before {
  content: "\ED10"; }

.ln-icon-Tactic:before {
  content: "\ED11"; }

.ln-icon-Tag-2:before {
  content: "\ED12"; }

.ln-icon-Tag-3:before {
  content: "\ED13"; }

.ln-icon-Tag-4:before {
  content: "\ED14"; }

.ln-icon-Tag-5:before {
  content: "\ED15"; }

.ln-icon-Tag:before {
  content: "\ED16"; }

.ln-icon-Taj-Mahal:before {
  content: "\ED17"; }

.ln-icon-Talk-Man:before {
  content: "\ED18"; }

.ln-icon-Tap:before {
  content: "\ED19"; }

.ln-icon-Target-Market:before {
  content: "\ED1A"; }

.ln-icon-Target:before {
  content: "\ED1B"; }

.ln-icon-Taurus-2:before {
  content: "\ED1C"; }

.ln-icon-Taurus:before {
  content: "\ED1D"; }

.ln-icon-Taxi-2:before {
  content: "\ED1E"; }

.ln-icon-Taxi-Sign:before {
  content: "\ED1F"; }

.ln-icon-Taxi:before {
  content: "\ED20"; }

.ln-icon-Teacher:before {
  content: "\ED21"; }

.ln-icon-Teapot:before {
  content: "\ED22"; }

.ln-icon-Technorati:before {
  content: "\ED23"; }

.ln-icon-Teddy-Bear:before {
  content: "\ED24"; }

.ln-icon-Tee-Mug:before {
  content: "\ED25"; }

.ln-icon-Telephone-2:before {
  content: "\ED26"; }

.ln-icon-Telephone:before {
  content: "\ED27"; }

.ln-icon-Telescope:before {
  content: "\ED28"; }

.ln-icon-Temperature-2:before {
  content: "\ED29"; }

.ln-icon-Temperature-3:before {
  content: "\ED2A"; }

.ln-icon-Temperature:before {
  content: "\ED2B"; }

.ln-icon-Temple:before {
  content: "\ED2C"; }

.ln-icon-Tennis-Ball:before {
  content: "\ED2D"; }

.ln-icon-Tennis:before {
  content: "\ED2E"; }

.ln-icon-Tent:before {
  content: "\ED2F"; }

.ln-icon-Test-Tube:before {
  content: "\ED30"; }

.ln-icon-Test-Tube2:before {
  content: "\ED31"; }

.ln-icon-Testimonal:before {
  content: "\ED32"; }

.ln-icon-Text-Box:before {
  content: "\ED33"; }

.ln-icon-Text-Effect:before {
  content: "\ED34"; }

.ln-icon-Text-HighlightColor:before {
  content: "\ED35"; }

.ln-icon-Text-Paragraph:before {
  content: "\ED36"; }

.ln-icon-Thailand:before {
  content: "\ED37"; }

.ln-icon-The-WhiteHouse:before {
  content: "\ED38"; }

.ln-icon-This-SideUp:before {
  content: "\ED39"; }

.ln-icon-Thread:before {
  content: "\ED3A"; }

.ln-icon-Three-ArrowFork:before {
  content: "\ED3B"; }

.ln-icon-Three-Fingers:before {
  content: "\ED3C"; }

.ln-icon-Three-FingersDrag:before {
  content: "\ED3D"; }

.ln-icon-Three-FingersDrag2:before {
  content: "\ED3E"; }

.ln-icon-Three-FingersTouch:before {
  content: "\ED3F"; }

.ln-icon-Thumb:before {
  content: "\ED40"; }

.ln-icon-Thumbs-DownSmiley:before {
  content: "\ED41"; }

.ln-icon-Thumbs-UpSmiley:before {
  content: "\ED42"; }

.ln-icon-Thunder:before {
  content: "\ED43"; }

.ln-icon-Thunderstorm:before {
  content: "\ED44"; }

.ln-icon-Ticket:before {
  content: "\ED45"; }

.ln-icon-Tie-2:before {
  content: "\ED46"; }

.ln-icon-Tie-3:before {
  content: "\ED47"; }

.ln-icon-Tie-4:before {
  content: "\ED48"; }

.ln-icon-Tie:before {
  content: "\ED49"; }

.ln-icon-Tiger:before {
  content: "\ED4A"; }

.ln-icon-Time-Backup:before {
  content: "\ED4B"; }

.ln-icon-Time-Bomb:before {
  content: "\ED4C"; }

.ln-icon-Time-Clock:before {
  content: "\ED4D"; }

.ln-icon-Time-Fire:before {
  content: "\ED4E"; }

.ln-icon-Time-Machine:before {
  content: "\ED4F"; }

.ln-icon-Time-Window:before {
  content: "\ED50"; }

.ln-icon-Timer-2:before {
  content: "\ED51"; }

.ln-icon-Timer:before {
  content: "\ED52"; }

.ln-icon-To-Bottom:before {
  content: "\ED53"; }

.ln-icon-To-Bottom2:before {
  content: "\ED54"; }

.ln-icon-To-Left:before {
  content: "\ED55"; }

.ln-icon-To-Right:before {
  content: "\ED56"; }

.ln-icon-To-Top:before {
  content: "\ED57"; }

.ln-icon-To-Top2:before {
  content: "\ED58"; }

.ln-icon-Token-:before {
  content: "\ED59"; }

.ln-icon-Tomato:before {
  content: "\ED5A"; }

.ln-icon-Tongue:before {
  content: "\ED5B"; }

.ln-icon-Tooth-2:before {
  content: "\ED5C"; }

.ln-icon-Tooth:before {
  content: "\ED5D"; }

.ln-icon-Top-ToBottom:before {
  content: "\ED5E"; }

.ln-icon-Touch-Window:before {
  content: "\ED5F"; }

.ln-icon-Tourch:before {
  content: "\ED60"; }

.ln-icon-Tower-2:before {
  content: "\ED61"; }

.ln-icon-Tower-Bridge:before {
  content: "\ED62"; }

.ln-icon-Tower:before {
  content: "\ED63"; }

.ln-icon-Trace:before {
  content: "\ED64"; }

.ln-icon-Tractor:before {
  content: "\ED65"; }

.ln-icon-traffic-Light:before {
  content: "\ED66"; }

.ln-icon-Traffic-Light2:before {
  content: "\ED67"; }

.ln-icon-Train-2:before {
  content: "\ED68"; }

.ln-icon-Train:before {
  content: "\ED69"; }

.ln-icon-Tram:before {
  content: "\ED6A"; }

.ln-icon-Transform-2:before {
  content: "\ED6B"; }

.ln-icon-Transform-3:before {
  content: "\ED6C"; }

.ln-icon-Transform-4:before {
  content: "\ED6D"; }

.ln-icon-Transform:before {
  content: "\ED6E"; }

.ln-icon-Trash-withMen:before {
  content: "\ED6F"; }

.ln-icon-Tree-2:before {
  content: "\ED70"; }

.ln-icon-Tree-3:before {
  content: "\ED71"; }

.ln-icon-Tree-4:before {
  content: "\ED72"; }

.ln-icon-Tree-5:before {
  content: "\ED73"; }

.ln-icon-Tree:before {
  content: "\ED74"; }

.ln-icon-Trekking:before {
  content: "\ED75"; }

.ln-icon-Triangle-ArrowDown:before {
  content: "\ED76"; }

.ln-icon-Triangle-ArrowLeft:before {
  content: "\ED77"; }

.ln-icon-Triangle-ArrowRight:before {
  content: "\ED78"; }

.ln-icon-Triangle-ArrowUp:before {
  content: "\ED79"; }

.ln-icon-Tripod-2:before {
  content: "\ED7A"; }

.ln-icon-Tripod-andVideo:before {
  content: "\ED7B"; }

.ln-icon-Tripod-withCamera:before {
  content: "\ED7C"; }

.ln-icon-Tripod-withGopro:before {
  content: "\ED7D"; }

.ln-icon-Trophy-2:before {
  content: "\ED7E"; }

.ln-icon-Trophy:before {
  content: "\ED7F"; }

.ln-icon-Truck:before {
  content: "\ED80"; }

.ln-icon-Trumpet:before {
  content: "\ED81"; }

.ln-icon-Tumblr:before {
  content: "\ED82"; }

.ln-icon-Turkey:before {
  content: "\ED83"; }

.ln-icon-Turn-Down:before {
  content: "\ED84"; }

.ln-icon-Turn-Down2:before {
  content: "\ED85"; }

.ln-icon-Turn-DownFromLeft:before {
  content: "\ED86"; }

.ln-icon-Turn-DownFromRight:before {
  content: "\ED87"; }

.ln-icon-Turn-Left:before {
  content: "\ED88"; }

.ln-icon-Turn-Left3:before {
  content: "\ED89"; }

.ln-icon-Turn-Right:before {
  content: "\ED8A"; }

.ln-icon-Turn-Right3:before {
  content: "\ED8B"; }

.ln-icon-Turn-Up:before {
  content: "\ED8C"; }

.ln-icon-Turn-Up2:before {
  content: "\ED8D"; }

.ln-icon-Turtle:before {
  content: "\ED8E"; }

.ln-icon-Tuxedo:before {
  content: "\ED8F"; }

.ln-icon-TV:before {
  content: "\ED90"; }

.ln-icon-Twister:before {
  content: "\ED91"; }

.ln-icon-Twitter-2:before {
  content: "\ED92"; }

.ln-icon-Twitter:before {
  content: "\ED93"; }

.ln-icon-Two-Fingers:before {
  content: "\ED94"; }

.ln-icon-Two-FingersDrag:before {
  content: "\ED95"; }

.ln-icon-Two-FingersDrag2:before {
  content: "\ED96"; }

.ln-icon-Two-FingersScroll:before {
  content: "\ED97"; }

.ln-icon-Two-FingersTouch:before {
  content: "\ED98"; }

.ln-icon-Two-Windows:before {
  content: "\ED99"; }

.ln-icon-Type-Pass:before {
  content: "\ED9A"; }

.ln-icon-Ukraine:before {
  content: "\ED9B"; }

.ln-icon-Umbrela:before {
  content: "\ED9C"; }

.ln-icon-Umbrella-2:before {
  content: "\ED9D"; }

.ln-icon-Umbrella-3:before {
  content: "\ED9E"; }

.ln-icon-Under-LineText:before {
  content: "\ED9F"; }

.ln-icon-Undo:before {
  content: "\EDA0"; }

.ln-icon-United-Kingdom:before {
  content: "\EDA1"; }

.ln-icon-United-States:before {
  content: "\EDA2"; }

.ln-icon-University-2:before {
  content: "\EDA3"; }

.ln-icon-University:before {
  content: "\EDA4"; }

.ln-icon-Unlike-2:before {
  content: "\EDA5"; }

.ln-icon-Unlike:before {
  content: "\EDA6"; }

.ln-icon-Unlock-2:before {
  content: "\EDA7"; }

.ln-icon-Unlock-3:before {
  content: "\EDA8"; }

.ln-icon-Unlock:before {
  content: "\EDA9"; }

.ln-icon-Up--Down:before {
  content: "\EDAA"; }

.ln-icon-Up--Down3:before {
  content: "\EDAB"; }

.ln-icon-Up-2:before {
  content: "\EDAC"; }

.ln-icon-Up-3:before {
  content: "\EDAD"; }

.ln-icon-Up-4:before {
  content: "\EDAE"; }

.ln-icon-Up:before {
  content: "\EDAF"; }

.ln-icon-Upgrade:before {
  content: "\EDB0"; }

.ln-icon-Upload-2:before {
  content: "\EDB1"; }

.ln-icon-Upload-toCloud:before {
  content: "\EDB2"; }

.ln-icon-Upload-Window:before {
  content: "\EDB3"; }

.ln-icon-Upload:before {
  content: "\EDB4"; }

.ln-icon-Uppercase-Text:before {
  content: "\EDB5"; }

.ln-icon-Upward:before {
  content: "\EDB6"; }

.ln-icon-URL-Window:before {
  content: "\EDB7"; }

.ln-icon-Usb-2:before {
  content: "\EDB8"; }

.ln-icon-Usb-Cable:before {
  content: "\EDB9"; }

.ln-icon-Usb:before {
  content: "\EDBA"; }

.ln-icon-User:before {
  content: "\EDBB"; }

.ln-icon-Ustream:before {
  content: "\EDBC"; }

.ln-icon-Vase:before {
  content: "\EDBD"; }

.ln-icon-Vector-2:before {
  content: "\EDBE"; }

.ln-icon-Vector-3:before {
  content: "\EDBF"; }

.ln-icon-Vector-4:before {
  content: "\EDC0"; }

.ln-icon-Vector-5:before {
  content: "\EDC1"; }

.ln-icon-Vector:before {
  content: "\EDC2"; }

.ln-icon-Venn-Diagram:before {
  content: "\EDC3"; }

.ln-icon-Vest-2:before {
  content: "\EDC4"; }

.ln-icon-Vest:before {
  content: "\EDC5"; }

.ln-icon-Viddler:before {
  content: "\EDC6"; }

.ln-icon-Video-2:before {
  content: "\EDC7"; }

.ln-icon-Video-3:before {
  content: "\EDC8"; }

.ln-icon-Video-4:before {
  content: "\EDC9"; }

.ln-icon-Video-5:before {
  content: "\EDCA"; }

.ln-icon-Video-6:before {
  content: "\EDCB"; }

.ln-icon-Video-GameController:before {
  content: "\EDCC"; }

.ln-icon-Video-Len:before {
  content: "\EDCD"; }

.ln-icon-Video-Len2:before {
  content: "\EDCE"; }

.ln-icon-Video-Photographer:before {
  content: "\EDCF"; }

.ln-icon-Video-Tripod:before {
  content: "\EDD0"; }

.ln-icon-Video:before {
  content: "\EDD1"; }

.ln-icon-Vietnam:before {
  content: "\EDD2"; }

.ln-icon-View-Height:before {
  content: "\EDD3"; }

.ln-icon-View-Width:before {
  content: "\EDD4"; }

.ln-icon-Vimeo:before {
  content: "\EDD5"; }

.ln-icon-Virgo-2:before {
  content: "\EDD6"; }

.ln-icon-Virgo:before {
  content: "\EDD7"; }

.ln-icon-Virus-2:before {
  content: "\EDD8"; }

.ln-icon-Virus-3:before {
  content: "\EDD9"; }

.ln-icon-Virus:before {
  content: "\EDDA"; }

.ln-icon-Visa:before {
  content: "\EDDB"; }

.ln-icon-Voice:before {
  content: "\EDDC"; }

.ln-icon-Voicemail:before {
  content: "\EDDD"; }

.ln-icon-Volleyball:before {
  content: "\EDDE"; }

.ln-icon-Volume-Down:before {
  content: "\EDDF"; }

.ln-icon-Volume-Up:before {
  content: "\EDE0"; }

.ln-icon-VPN:before {
  content: "\EDE1"; }

.ln-icon-Wacom-Tablet:before {
  content: "\EDE2"; }

.ln-icon-Waiter:before {
  content: "\EDE3"; }

.ln-icon-Walkie-Talkie:before {
  content: "\EDE4"; }

.ln-icon-Wallet-2:before {
  content: "\EDE5"; }

.ln-icon-Wallet-3:before {
  content: "\EDE6"; }

.ln-icon-Wallet:before {
  content: "\EDE7"; }

.ln-icon-Warehouse:before {
  content: "\EDE8"; }

.ln-icon-Warning-Window:before {
  content: "\EDE9"; }

.ln-icon-Watch-2:before {
  content: "\EDEA"; }

.ln-icon-Watch-3:before {
  content: "\EDEB"; }

.ln-icon-Watch:before {
  content: "\EDEC"; }

.ln-icon-Wave-2:before {
  content: "\EDED"; }

.ln-icon-Wave:before {
  content: "\EDEE"; }

.ln-icon-Webcam:before {
  content: "\EDEF"; }

.ln-icon-weight-Lift:before {
  content: "\EDF0"; }

.ln-icon-Wheelbarrow:before {
  content: "\EDF1"; }

.ln-icon-Wheelchair:before {
  content: "\EDF2"; }

.ln-icon-Width-Window:before {
  content: "\EDF3"; }

.ln-icon-Wifi-2:before {
  content: "\EDF4"; }

.ln-icon-Wifi-Keyboard:before {
  content: "\EDF5"; }

.ln-icon-Wifi:before {
  content: "\EDF6"; }

.ln-icon-Wind-Turbine:before {
  content: "\EDF7"; }

.ln-icon-Windmill:before {
  content: "\EDF8"; }

.ln-icon-Window-2:before {
  content: "\EDF9"; }

.ln-icon-Window:before {
  content: "\EDFA"; }

.ln-icon-Windows-2:before {
  content: "\EDFB"; }

.ln-icon-Windows-Microsoft:before {
  content: "\EDFC"; }

.ln-icon-Windows:before {
  content: "\EDFD"; }

.ln-icon-Windsock:before {
  content: "\EDFE"; }

.ln-icon-Windy:before {
  content: "\EDFF"; }

.ln-icon-Wine-Bottle:before {
  content: "\EE00"; }

.ln-icon-Wine-Glass:before {
  content: "\EE01"; }

.ln-icon-Wink:before {
  content: "\EE02"; }

.ln-icon-Winter-2:before {
  content: "\EE03"; }

.ln-icon-Winter:before {
  content: "\EE04"; }

.ln-icon-Wireless:before {
  content: "\EE05"; }

.ln-icon-Witch-Hat:before {
  content: "\EE06"; }

.ln-icon-Witch:before {
  content: "\EE07"; }

.ln-icon-Wizard:before {
  content: "\EE08"; }

.ln-icon-Wolf:before {
  content: "\EE09"; }

.ln-icon-Woman-Sign:before {
  content: "\EE0A"; }

.ln-icon-WomanMan:before {
  content: "\EE0B"; }

.ln-icon-Womans-Underwear:before {
  content: "\EE0C"; }

.ln-icon-Womans-Underwear2:before {
  content: "\EE0D"; }

.ln-icon-Women:before {
  content: "\EE0E"; }

.ln-icon-Wonder-Woman:before {
  content: "\EE0F"; }

.ln-icon-Wordpress:before {
  content: "\EE10"; }

.ln-icon-Worker-Clothes:before {
  content: "\EE11"; }

.ln-icon-Worker:before {
  content: "\EE12"; }

.ln-icon-Wrap-Text:before {
  content: "\EE13"; }

.ln-icon-Wreath:before {
  content: "\EE14"; }

.ln-icon-Wrench:before {
  content: "\EE15"; }

.ln-icon-X-Box:before {
  content: "\EE16"; }

.ln-icon-X-ray:before {
  content: "\EE17"; }

.ln-icon-Xanga:before {
  content: "\EE18"; }

.ln-icon-Xing:before {
  content: "\EE19"; }

.ln-icon-Yacht:before {
  content: "\EE1A"; }

.ln-icon-Yahoo-Buzz:before {
  content: "\EE1B"; }

.ln-icon-Yahoo:before {
  content: "\EE1C"; }

.ln-icon-Yelp:before {
  content: "\EE1D"; }

.ln-icon-Yes:before {
  content: "\EE1E"; }

.ln-icon-Ying-Yang:before {
  content: "\EE1F"; }

.ln-icon-Youtube:before {
  content: "\EE20"; }

.ln-icon-Z-A:before {
  content: "\EE21"; }

.ln-icon-Zebra:before {
  content: "\EE22"; }

.ln-icon-Zombie:before {
  content: "\EE23"; }

.ln-icon-Zoom-Gesture:before {
  content: "\EE24"; }

.ln-icon-Zootool:before {
  content: "\EE25"; }
@charset "UTF-8";
/* ------------------------------------------------------------------- */
/* Import Section
---------------------------------------------------------------------- */
/* @import url("base.css");*/
/* Default Reset, Typography, Forms, etc. */
/* @import url("responsive.css");*/
/* Responsive Grid */
/* @import url("font-awesome.css");*/
/* Font Awesome Icons */
/* @import url("http://fonts.googleapis.com/css?family=Montserrat:400,500,600"); */
/* @import url("http://fonts.googleapis.com/css?family=Lato:400,700,300"); */
/* ------------------------------------------------------------------- */
/* Table of Contents
----------------------------------------------------------------------
1. Header
2. Mobile Navigation
2. Homepage Banner
3. Titlebar
4. Miscellaneous
5. Tables + Stacktable (responsive tables plug-in)
6. Magnific Popup
7. Shortcodes
8. Social Icons
9. Job List Styles
10. Revolution Slider
11. Flexslider
12. ShowBiz Carousel
13. Blog Styles
14. Widgets
15. Chosen Plugin
16. SCEditor
17. Submit Pages
18. Footer
19. Manage Applications Styles
20. Job List Page
21. Media Queries
22. Styles Switcher
23. Border Radius for Elements

---------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* Header
---------------------------------------------------------------------- */
header {
  height: 90px;
  background-color: #fff; }

#logo {
  margin-left: 0;
  display: inline-block;
  float: left; }

#logo img {
  margin-top: 24px; }

/* Full-Width Header Styles */
header.full-width .container,
header.full-width .container .sixteen.columns {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  float: left;
  margin: 0; }

header.full-width #navigation ul.float-right {
  right: 35px; }

/* Alternative Header & Menu style*/
.alternative #navigation {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  margin: 27px 0 0 0;
  padding: 24px 0 12px 0; }

.alternative #navigation ul {
  margin: 0; }

.alternative .menu ul li {
  margin: 0 10px 0 0; }

.alternative #navigation ul.float-right {
  top: 27px; }

/* ---------------------------------- */
/* Transparent Header
------------------------------------- */
header.transparent {
  position: absolute;
  background: transparent;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2); }

body.boxed #wrapper {
  position: relative; }

header.transparent .menu ul li a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 19px; }

header.transparent .menu ul ul li a {
  color: #959595;
  font-size: 14px;
  letter-spacing: 0px; }

header.transparent ul.float-right li a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }

header.transparent ul.float-right li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff; }

header.transparent .menu ul ul li a:hover {
  color: #fff; }

header.transparent .sf-with-ul::after {
  color: rgba(255, 255, 255, 0.8); }

#banner.with-transparent-header {
  max-height: 710px;
  background-attachment: fixed; }

#banner.with-transparent-header .search-container {
  padding: 190px 0;
  margin-top: 45px; }

#banner.with-transparent-header:before {
  background-color: rgba(42, 46, 50, 0.7); }

header.transparent.alternative #navigation {
  border-top: none; }

header.transparent #logo {
  border-bottom: none; }

/* Smaller than standard 1180 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1289px) {
  #banner.with-transparent-header .search-container {
    margin-top: 65px; } }

/* Tablets */
@media only screen and (max-width: 990px) {
  header.transparent.alternative #navigation ul.float-right a {
    color: #fff;
    background: transparent; }
  header.transparent #navigation ul.float-right {
    right: -15px;
    top: 15px;
    position: absolute;
    text-align: right; }
  header.transparent a.menu-trigger {
    background: rgba(255, 255, 255, 0.2); }
  header.transparent {
    box-shadow: none; }
  #banner.with-transparent-header .search-container {
    margin-top: 65px; } }

/* Mobiles */
@media only screen and (max-width: 767px) {
  header.transparent #logo {
    padding-bottom: 0; }
  header.transparent #navigation ul.float-right {
    right: -15px;
    top: 0;
    position: relative;
    text-align: center; }
  #banner.with-transparent-header .search-container {
    padding: 190px 0;
    margin-top: 35px; }
  #banner.with-transparent-header {
    max-height: 760px; }
  #logo img {
    margin: 35px auto 10px auto; } }

/* White dropdown for transparent header */
header.transparent .menu ul ul {
  background-color: #fff; }

header.transparent .menu ul ul:before {
  color: #fff; }

header.transparent .menu ul li.sfHover ul li a.sf-with-ul,
header.transparent .menu ul ul li a {
  color: #808080;
  background-color: #fff; }

header.transparent .menu ul ul li a:hover {
  color: #333; }

/* ---------------------------------- */
/* Sticky Header
------------------------------------- */
.sticky-header.headroom--pinned.cloned,
.sticky-header.headroom--unpinned.cloned,
.sticky-header.headroom--top.cloned {
  transform: translateY(-100%);
  transition: all 0.25s ease-in-out; }

.sticky-header.cloned {
  background-color: transparent;
  position: fixed !important;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  width: 100%;
  z-index: 999999;
  max-height: 80px; }

.sticky-header.cloned.headroom--not-top.headroom--unpinned,
.sticky-header.cloned.headroom--not-top.headroom--pinned {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transform: translateY(0%); }

.sticky-header.cloned .menu ul.float-right,
.sticky-header.cloned .menu ul#responsive {
  margin: 21px 0; }

.sticky-header.cloned #logo img {
  max-height: 42px;
  width: auto;
  margin: 20px 30px 20px 0; }

/* ---------------------------------- */
/* Navigation
------------------------------------- */
#navigation {
  float: left;
  margin-right: 0; }

#navigation ul.float-right {
  right: 10px;
  top: 0;
  position: absolute; }

#navigation ul.float-right li a i {
  margin-right: 2px; }

.js .selectnav {
  display: none; }

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  text-transform: uppercase;
  margin: 26px 0 0 25px; }

.menu ul li {
  position: relative;
  margin-left: 10px; }

.menu ul ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 200px;
  letter-spacing: 0;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25); }

.menu > ul li {
  float: left; }

.menu ul li:hover > ul {
  display: block; }

.menu ul a {
  display: block;
  position: relative; }

.menu ul ul ul {
  top: 0;
  left: 100%; }

/* Main Styles */
.menu ul a {
  text-decoration: none; }

.menu ul > li > a {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  overflow: hidden;
  padding: 10px 14px;
  margin-bottom: 12px;
  letter-spacing: 0.3px; }

#current {
  background-color: #505050;
  color: #fff; }

#current.sf-with-ul:after {
  color: #fff; }

.menu ul ul li a,
.menu ul li.sfHover a.sf-with-ul:after,
.menu ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

ul.float-right li a {
  background-color: #f0f0f0;
  color: #333; }

ul.float-right li a:hover,
.menu ul li.sfHover a.sf-with-ul,
.menu ul li a:hover {
  background-color: #505050;
  color: #fff; }

/* Drop-Down */
.menu ul ul {
  background-color: #282828;
  z-index: 999;
  margin: 0 0 0 0;
  padding: 14px 0;
  border-top: 10px solid inherit; }

.menu ul ul:before {
  font-family: "FontAwesome";
  content: "\F0D8";
  font-size: 23px;
  color: #282828;
  display: block;
  position: absolute;
  top: -11px;
  left: 13px; }

.menu ul ul ul:before {
  content: ""; }

.menu > ul ul li:hover > a {
  border-bottom: 0;
  background: transparent; }

.menu ul ul li {
  margin: 0;
  padding: 0;
  width: 100%; }

.menu ul li.sfHover ul li a.sf-with-ul,
.menu ul ul li a {
  font-weight: 500;
  text-transform: none;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 19px;
  padding: 5px 18px !important;
  border: 0;
  margin-bottom: 0;
  background-color: #282828; }

.menu ul ul li:first-child {
  border: none; }

.menu ul ul li a:hover,
.menu ul li.sfHover ul li a.sf-with-ul:hover {
  color: #fff; }

.menu ul ul ul {
  margin: 0 0 0 3px;
  border: none; }

.sf-with-ul:after {
  content: "\F107";
  font-family: "FontAwesome";
  font-size: 14px;
  margin: 0 0 0 7px;
  top: 0;
  position: relative;
  width: 9px;
  height: 5px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  float: right;
  font-weight: 500; }

ul li ul a.sf-with-ul:after {
  right: 9px;
  top: 4px;
  position: absolute;
  content: "\F105"; }

.menu ul li.sfHover a.sf-with-ul:after {
  color: #fff; }

.menu ul li ul a.sf-with-ul:after {
  color: #888 !important; }

/* ------------------------------------------------------------------- */
/* Mobile Navigation
---------------------------------------------------------------------- */
#mobile-navigation {
  display: none; }

@media only screen and (max-width: 990px) {
  #mobile-navigation {
    display: block; }
  #responsive {
    display: none; }
  a.menu-trigger,
  a.menu-trigger i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  a.menu-trigger {
    color: #fff;
    background-color: #282828;
    display: block;
    float: left;
    z-index: 100;
    position: relative;
    margin: 0 0 30px 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600; }
  a.menu-trigger:hover {
    color: #fff;
    background-color: #505050; }
  a.menu-trigger i {
    font-size: 18px;
    padding: 17px 17px 18px 17px;
    margin: 0px 10px 0px 0px;
    background-color: rgba(255, 255, 255, 0.08);
    font-weight: 500; }
  a.menu-trigger:hover i {
    background-color: rgba(0, 0, 0, 0.08); }
  body[data-menu-position="open"] a.menu-trigger i.fa.fa-reorder:before {
    content: "\F00D"; }
  body[data-menu-position="closed"] a.menu-trigger i.fa.fa-reorder:before {
    content: "\F0C9"; }
  #navigation ul.float-right {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    right: 0; }
  #navigation {
    float: none; }
  #navigation ul.float-right a {
    color: #333;
    margin: 20px 25px 20px 0;
    display: inline-block;
    font-size: 14px; }
  #navigation ul.float-right a:hover {
    color: #333;
    margin: 20px 25px 20px 0;
    display: inline-block;
    font-size: 14px; }
  ul.float-right li {
    display: inline-block;
    /* widows:; */ }
  #logo {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 27px; } }

#jPanelMenu-menu {
  background-color: #282828; }

#jPanelMenu-menu #current:after,
#jPanelMenu-menu .sf-sub-indicator {
  display: none; }

#jPanelMenu-menu li a {
  display: block;
  padding: 12px 20px !important;
  background-color: #333;
  color: #aaa;
  font-weight: 500;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  outline: none;
  line-height: 21px; }

#jPanelMenu-menu #current,
#jPanelMenu-menu li a:hover {
  background-color: #505050;
  color: #fff; }

#jPanelMenu-menu li li a {
  background-color: #282828;
  padding-left: 30px !important; }

/* ------------------------------------------------------------------- */
/* Homepage Banner
---------------------------------------------------------------------- */
#banner {
  max-height: 640px;
  width: 100%;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 35px; }

#banner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(42, 46, 50, 0.7);
  position: absolute; }

.search-container {
  display: block;
  width: 100%;
  position: relative;
  padding: 140px 0;
  margin-top: -10px; }

@media only screen and (min-width: 1367px) {
  .search-container {
    padding: 190px 0; } }

.search-container h2 {
  font-size: 46px;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: -1px; }

.search-container input {
  font-weight: 500;
  font-size: 18px;
  float: left;
  box-sizing: border-box;
  padding: 19px 20px;
  border: none;
  margin-right: 2%;
  width: 44.5%;
  float: left; }

/* Form Icons */
input.ico-01 {
  background: #fff url(501b5be0674d31f791dd06ded5ca9312.png) no-repeat scroll 97% 20px/21px 21px; }

input.ico-02 {
  background: #fff url(829d3d007e5223c2049347451de710cc.png) no-repeat scroll 96% 20px/14px 21px; }

.search-container input:focus {
  border: none; }

.search-container button {
  background-color: #505050;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
  height: 60px;
  width: 7%;
  position: relative; }

.search-container button:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99; }

.search-container button:hover:before {
  opacity: 1; }

.search-container button i {
  z-index: 100;
  position: relative; }

/* Browse Jobs */
.browse-jobs {
  color: #fff;
  margin-top: 20px; }

.browse-jobs a {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
  color: #fff;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.browse-jobs a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4); }

/* Announce */
.announce {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-top: 40px; }

.announce strong {
  font-size: 30px;
  color: #fff; }

/* ------------------------------------------------------------------- */
/* Titlebar
---------------------------------------------------------------------- */
#titlebar {
  background-color: #f6f6f6;
  position: relative;
  padding: 70px;
  margin-bottom: 50px; }

#titlebar span a,
#titlebar span {
  font-size: 18px;
  color: #888; }

#titlebar span {
  margin-bottom: 3px;
  display: inline-block; }

#titlebar.single {
  padding: 70px 0; }

#titlebar.resume {
  margin-bottom: 45px;
  padding: 70px 0 65px 0; }

#titlebar .button {
  right: 10px;
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%); }

#titlebar .two-buttons .button {
  right: 10px;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

#titlebar .two-buttons .button.dark {
  margin-top: 55px; }

#titlebar h2 {
  font-size: 30px;
  line-height: 40px; }

#titlebar span.icons {
  font-size: 18px;
  color: #808080;
  margin-bottom: 4px; }

#titlebar span.icons a {
  color: #808080; }

#titlebar span a:hover,
#titlebar span.icons a:hover {
  color: #505050; }

/* Titlebar With Photo Background */
#titlebar.photo-bg {
  background-color: #222;
  padding: 95px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#titlebar.photo-bg h2 {
  font-size: 36px;
  color: #fff;
  line-height: 42px; }

#titlebar.photo-bg span a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3px;
  display: inline-block; }

#titlebar.photo-bg span a:hover {
  color: rgba(255, 255, 255, 0.9); }

#titlebar.photo-bg span.subtitle,
#titlebar.photo-bg #breadcrumbs ul li,
#titlebar.photo-bg #breadcrumbs ul li a {
  color: rgba(255, 255, 255, 0.7); }

#titlebar.photo-bg #breadcrumbs ul li a:hover {
  color: rgba(255, 255, 255, 0.9); }

#titlebar.photo-bg .container {
  z-index: 11; }

#titlebar.photo-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(34, 34, 34, 0.65);
  position: absolute;
  z-index: 10;
  top: 0px; }

/* ---------------------------------- */
/* Breadcrumbs
------------------------------------- */
#breadcrumbs ul {
  margin-top: 3px;
  font-weight: 500; }

#breadcrumbs ul li {
  display: inline-block;
  color: #777;
  margin: 0 0 0 5px; }

#breadcrumbs ul li:after {
  content: "\F105";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #aaa;
  margin: 0 0 0 9px; }

#breadcrumbs ul li:last-child:after,
#breadcrumbs ul li:first-child:after {
  content: "";
  margin: 0; }

#breadcrumbs ul li:last-child a,
#breadcrumbs ul li a {
  color: #707070; }

#breadcrumbs ul li a:hover {
  color: #505050; }

#breadcrumbs ul li:first-child {
  padding-right: 0;
  margin-left: 0; }

#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
  color: #777;
  background: none; }

#breadcrumbs ul li:last-child {
  padding: 0;
  background: none; }

#breadcrumbs.recipe-page {
  position: absolute;
  right: 10px;
  top: -120px;
  z-index: 99;
  width: 300px; }

#breadcrumbs.recipe-page ul li:first-child {
  display: none; }

/* ------------------------------------------------------------------- */
/* Miscellaneous
---------------------------------------------------------------------- */
.divider-line {
  border-bottom: 1px solid #e8e8e8; }

/* ---------------------------------- */
/* Buttons
------------------------------------- */
a.button.gray.app-link.opened,
.upload-btn,
button,
input[type="button"],
input[type="submit"],
a.button {
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #fff;
  background-color: #505050;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

button {
  padding: 12px 18px; }

.button.gray {
  background-color: #f2f2f2;
  color: #808080; }

a.button.white {
  background-color: #fff;
  color: #333; }

.button.big {
  font-size: 16px;
  padding: 12px 22px; }

.button.big i {
  margin: 0 0 0 3px; }

.button.gray:hover {
  color: #fff; }

a.button.centered {
  display: table;
  margin: 0 auto; }

#titlebar.photo-bg a.button:hover {
  background-color: #fff;
  color: #333; }

a.button i {
  margin-right: 3px; }

a.button.gray.app-link.opened:hover,
.upload-btn,
a.button.dark,
button:hover,
a.button:hover, .submit-page .button.linkedin-btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #282828; }

.upload-btn:hover,
#titlebar.photo-bg a.button.white:hover,
a.button.dark:hover {
  background-color: #505050;
  color: #fff; }

input[type="button"],
input[type="submit"] {
  padding: 9px 18px; }

/* ------------------------------------------------------------------- */
/* Tables + Stacktable (responsive tables plug-in)
---------------------------------------------------------------------- */
table.manage-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

table.manage-table th {
  background-color: #f6f6f6;
  text-align: left;
  padding: 18px 20px 18px 40px;
  color: #333;
  vertical-align: top;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 9;
  line-height: 22px;
  margin-left: 33px !important; }

table.manage-table th i {
  position: absolute;
  left: 17px;
  top: 21px; }

table.manage-table a.button {
  padding: 7px 14px;
  line-height: 26px; }

table.manage-table tr:nth-child(2n+1) {
  background-color: #fbfbfb; }

table.manage-table th:first-child {
  width: 32%;
  padding-left: 55px; }

table.manage-table th:first-child i {
  left: 35px; }

table.manage-table.resumes th:first-child {
  width: auto; }

table.manage-table.resumes td:first-child,
table.manage-table td:first-child {
  padding-left: 35px;
  line-height: 25px; }

/* Border Hover */
table.manage-table tr td {
  padding: 40px 20px;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none; }

table.manage-table tr:hover td {
  border: 1px double rgba(80, 80, 80, 0.7);
  border-left: none;
  border-right: none;
  background-color: rgba(80, 80, 80, 0.05); }

/* Resumes Table Styles */
table.manage-table.resumes td {
  padding: 30px 20px; }

table td.title a {
  font-weight: 600;
  color: #333; }

table td.title a:hover {
  color: #505050; }

span.pending {
  color: #53b427;
  font-weight: 500; }

table.manage-table td.centered {
  text-align: center; }

table.manage-table td.action a {
  display: block;
  color: #333;
  line-height: 20px;
  padding: 3px 0;
  position: relative;
  margin-left: 21px; }

table.manage-table td.action a.delete i {
  left: -20px; }

table.manage-table td.action a i {
  position: absolute;
  left: -21px;
  top: 5px; }

table.manage-table td.action a.delete:hover {
  color: #f02929; }

table.manage-table td.action a:hover {
  color: #505050; }

.keywords,
.alert-name {
  width: 18%; }

/* ---------------------------------- */
/* Stacktable
------------------------------------- */
.stacktable.large-only {
  display: table; }

.stacktable.small-only {
  display: none; }

@media (max-width: 990px) {
  .stacktable.large-only {
    display: none; }
  .stacktable.small-only {
    display: table; } }

/* Responsive Tables */
.st-key {
  border: none;
  background-color: #f9f9f9;
  text-align: left;
  padding: 20px 22px;
  color: #333;
  vertical-align: top;
  font-weight: 600;
  width: 45%;
  border: 1px solid #e4e4e4; }

.st-key i {
  margin-right: 4px; }

.st-val {
  width: 55%;
  text-align: left;
  padding: 20px 22px;
  border: 1px solid #e4e4e4;
  border-left: 0; }

.st-val a {
  font-weight: 600;
  color: #333;
  display: block;
  line-height: 27px; }

.st-val a.button {
  color: #fff !important;
  text-align: center; }

.st-val a:hover {
  color: #808080; }

.st-space {
  height: 40px; }

.st-space:first-child {
  height: 10px; }

.stacktable {
  width: 100%; }

.st-head-row.st-head-row-main {
  display: block; }

/* ---------------------------------- */
/* My Account
------------------------------------- */
.my-account {
  width: 430px;
  float: left;
  display: inline;
  margin: 0 auto !important;
  float: none !important;
  display: block !important; }

.form-row-wide input {
  width: 100%; }

.required {
  color: #d11c1c; }

.lost_password {
  margin: -10px 0 0 0; }

.rememberme input {
  margin: 0 2px 0 0;
  display: inline-block;
  min-height: auto;
  width: auto; }

.my-account label {
  position: relative; }

.my-account label input {
  margin-top: 8px;
  padding-left: 45px; }

.my-account label i {
  font-size: 21px;
  color: #a0a0a0;
  position: absolute;
  left: 15px;
  bottom: 14px; }

.form-row input[type="submit"] {
  padding: 12px 16px;
  margin: 8px 0 16px 0;
  line-height: 21px;
  width: 100%; }

/* ---------------------------------- */
/* Resume Table
------------------------------------- */
.resume-table {
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  border-top: 3px solid #eee; }

.resume-table strong {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  padding: 7px 0;
  display: block; }

.resume-table strong:before {
  display: block;
  width: 15px;
  height: 15px;
  background: #eee;
  content: "";
  margin: 20px 0 0 -8px;
  position: absolute;
  left: -4px;
  top: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff; }

.resume-table dd, .resume-table dt {
  border-left: 2px solid #e0e0e0;
  padding: 0 0 0 1em;
  margin: 0; }

.resume-table p {
  margin: 0 0 15px 0; }

.resume-table dt {
  padding: 1em 0 0 1em;
  position: relative; }

.resume-table dd {
  overflow: hidden; }

/* ---------------------------------- */
/* Categories Page
------------------------------------- */
.categories-group {
  padding: 50px 0; }

.categories-group:first-child {
  padding-top: 0; }

.categories-group:nth-child(2n) {
  background-color: #f6f6f6; }

.categories-group ul li {
  padding: 4px 0;
  font-size: 18px;
  line-height: 26px; }

.categories-group h4 {
  font-size: 22px;
  padding-right: 20px; }

/* ---------------------------------- */
/* Back to top
------------------------------------- */
#backtotop {
  position: fixed;
  right: 0;
  display: none;
  bottom: 20px;
  margin: 0 20px 0 0; }

#backtotop a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#backtotop a:after {
  content: "\F077";
  font-family: "FontAwesome";
  position: relative;
  display: block;
  top: 9px;
  left: 15px;
  transform: translate3d(0, 0, 0) rotate(0deg);
  transition: all 0.3s;
  display: inline-block; }

#backtotop a:hover {
  background-color: #505050; }

#backtotop a:hover:after {
  transform: translate3d(0, 0, 0) rotate(360deg); }

/* Icons Demo Styles */
.glyph {
  font-size: 16px;
  width: 33%;
  display: inline-block;
  transition: 0.3s; }

.mls {
  font-size: 16px;
  top: -8px;
  display: inline-block;
  position: relative; }

.fs1 {
  font-size: 32px; }

.pbs .ln {
  width: 50px;
  display: inline-block; }

.unit,
.unitRight,
.fs0 {
  display: none; }

.pbs {
  padding: 10px 0 5px 15px;
  width: 95%;
  display: inline-block;
  transition: 0.2s; }

.pbs:hover {
  background-color: #f6f6f6; }

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
  text-align: right;
  font-size: 14px;
  margin-top: -10px;
  color: #8a803e;
  position: relative;
  top: -10px; }

/* ------------------------------------------------------------------- */
/* Magnific Popup
---------------------------------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8; }

.mfp-wrap {
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #aaa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

.mfp-s-loading .mfp-arrow {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0px;
  top: 40px; }

/* Close Button */
.mfp-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer !important;
  z-index: 9999;
  background: #282828;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.mfp-close:before {
  content: "\F00D";
  font-family: "FontAwesome";
  font-size: 16px;
  top: 0;
  left: 0;
  position: relative; }

.mfp-close:hover {
  background-color: #505050; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px; }

.mfp-arrow {
  opacity: 0;
  margin: 0;
  top: 50%;
  margin-top: -24px;
  padding: 0;
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 9999;
  background: #c0c0c0;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.mfp-arrow:hover {
  background: #808080; }

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  content: "\10F\80\8D";
  font-family: "FontAwesome";
  font-size: 16px; }

.mfp-arrow.mfp-arrow-right {
  right: 0; }

.mfp-arrow.mfp-arrow-left:before {
  content: "\10F\81\93";
  top: 1px;
  left: -1px;
  position: relative; }

.mfp-arrow.mfp-arrow-right:before {
  content: "\10F\81\94";
  top: 1px;
  left: 1px;
  position: relative; }

.mfp-content:hover .mfp-arrow {
  opacity: 1; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: 0px; }

/* Popup */
#small-dialog {
  background: #fff;
  padding: 30px 40px 35px 40px;
  text-align: left;
  max-width: 610px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box; }

#small-dialog h3 {
  margin-bottom: 20px; }

#small-dialog span.line {
  padding-top: 7px; }

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -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;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.65; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }

@media all and (max-width: 800px) {
  .mfp-arrow {
    width: 70px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* ---------------------------------- */
/* Notification Boxes
------------------------------------- */
#result .success,
.notification {
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  padding: 22px 26px; }

.notification p {
  margin: 0; }

.notification span {
  font-weight: 600; }

#result .success,
.notification.success,
.notification.success a,
.notification.success strong {
  background-color: #EBF6E0;
  color: #5f9025; }

.notification.error,
.notification.error a,
.notification.error strong {
  background-color: #ffe9e9;
  color: #de5959; }

.notification.warning,
.notification.warning a,
.notification.warning strong {
  background-color: #FBFADD;
  color: #8f872e; }

.notification.notice,
.notification.notice a,
.notification.notice strong {
  background-color: #E9F7FE;
  color: #4587a9; }

.notification strong {
  border: none !important; }

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
  padding: 0px 9px;
  position: absolute;
  right: 0;
  top: 22px;
  display: block;
  height: 8px;
  width: 8px;
  cursor: pointer; }

.notification.success .close {
  background: url(9a7c29f4f2265913c1253ebb32090561.png) 0 -8px no-repeat; }

.notification.error .close {
  background: url(9a7c29f4f2265913c1253ebb32090561.png) 0 0 no-repeat; }

.notification.warning .close {
  background: url(9a7c29f4f2265913c1253ebb32090561.png) 0 -16px no-repeat; }

.notification.notice .close {
  background: url(9a7c29f4f2265913c1253ebb32090561.png) 0 -24px no-repeat; }

.notification.notice p span i {
  font-weight: 500; }

.notification a.button {
  float: right;
  color: #fff;
  margin-top: 3px; }

.notification.notice a.button {
  background-color: #388fc5; }

.notification.warning a.button {
  background-color: #dfbe51; }

.notification.error a.button {
  background-color: #d34c4c; }

.notification.success a.button {
  background-color: #79ba38; }

/* ---------------------------------- */
/* Counters
------------------------------------- */
#counters {
  background-color: #282828;
  padding: 68px 0 65px 0; }

.counter-box {
  display: block;
  padding: 0;
  text-align: center;
  border-right: 1px solid #444; }

#counters .container:before {
  width: 1px;
  position: absolute;
  height: 100%;
  display: inline-block;
  background-color: #282828;
  content: "";
  right: 10px; }

.counter-box p {
  margin: 12px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  display: block; }

.counter-box i,
.counter {
  display: inline-block;
  font-size: 58px;
  font-weight: 500;
  color: #505050;
  line-height: 42px; }

/* ---------------------------------- */
/* Popular Categories
------------------------------------- */
#popular-categories {
  margin: 1px 0 0 1px;
  display: block; }

#popular-categories li a {
  width: 25%;
  display: inline-block;
  border: 1px solid #e0e0e0;
  float: left;
  margin: -1px 0 0 -1px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  padding: 45px 15px;
  max-height: 157px; }

#popular-categories li a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(80, 80, 80, 0.7);
  -moz-box-shadow: 0px 0px 0px 1px rgba(80, 80, 80, 0.7);
  box-shadow: 0px 0px 0px 1px rgba(80, 80, 80, 0.7);
  top: 0;
  left: 0;
  z-index: 101;
  opacity: 0; }

#popular-categories li a,
#popular-categories li a:before {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

#popular-categories li a:hover:before {
  opacity: 1; }

#popular-categories li a:hover {
  background-color: rgba(80, 80, 80, 0.05); }

#popular-categories li a i {
  display: block;
  color: #505050;
  font-size: 32px;
  padding: 0 0 15px 0; }

#popular-categories li a i.ln {
  font-size: 36px;
  margin-top: -2px; }

/* ------------------------------------------------------------------- */
/* Shortcodes
---------------------------------------------------------------------- */
/* Icon Boxes
------------------------------------- */
.section-background {
  border-bottom: 1px solid #e4e4e4;
  margin: 50px 0;
  padding: 50px 0;
  width: 100%; }

.section-background.top-0 {
  margin-top: -40px; }

.icon-box {
  text-align: left;
  padding-left: 90px;
  position: relative;
  display: inline-block;
  margin: 20px 0; }

/* Edge Icon Box */
.icon-box h4 {
  font-size: 18px;
  font-weight: 500; }

.icon-box i {
  font-size: 54px;
  color: #333;
  height: 60px;
  margin: 10px 0;
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0; }

.icon-box p {
  color: rgba(51, 51, 51, 0.7);
  margin-top: 5px;
  display: inline-block; }

/* Rounded */
.icon-box.rounded i {
  width: 100px;
  height: 100px;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 50%;
  color: #666;
  line-height: 100px;
  font-size: 50px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center; }

.icon-box.rounded {
  padding-left: 110px; }

.icon-box.rounded i {
  width: 80px;
  height: 80px;
  font-size: 34px;
  line-height: 80px;
  overflow: hidden;
  position: relative;
  z-index: 11;
  transition: 0.3s ease-in-out;
  transform: translate3d(0, 0, 0) scale(1);
  backface-visibility: hidden; }

/* Background */
.icon-box.rounded i:before {
  position: relative;
  z-index: 11; }

.icon-box.rounded i:after {
  content: "";
  width: 200px;
  height: 0%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #666;
  z-index: 8;
  transition: height 0.3s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0.08;
  transform: rotate(45deg); }

/* Centered Icon */
.icon-box.rounded.alt {
  text-align: center;
  margin: 10px 20px 0 20px;
  padding-left: 0; }

.icon-box.rounded.alt i {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
  width: 94px;
  height: 94px;
  line-height: 94px;
  font-size: 38px; }

/* Animation */
.icon-box.rounded:hover i {
  transform: translate3d(0, 0, 0) scale(1.21); }

.icon-box.rounded:hover i:after {
  height: 150%; }

/* List Styles
------------------------------------- */
.list-1 li {
  list-style: none;
  margin: 9px 0;
  margin-left: 0;
  line-height: 24px;
  margin-left: 20px;
  position: relative; }

.list-1 li:first-child {
  margin-top: 0; }

.list-1 li:before {
  font-family: "FontAwesome";
  margin: 0 0 0 0;
  position: relative;
  color: #505050;
  float: left;
  margin-left: -20px;
  display: block; }

.list-1.gray li:before {
  color: #777; }

.list-1 li:before {
  content: "\F0C8";
  font-size: 8px; }

/* Tabs
------------------------------------- */
.tabs-nav {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.tabs-nav li {
  float: left;
  line-height: 45px;
  overflow: hidden;
  padding: 0;
  position: relative; }

.tabs-nav li a,
.tab-reviews {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.tabs-nav li a {
  background-color: #f2f2f2;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #808080;
  font-weight: 600;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase; }

.tab-reviews {
  color: #aaa; }

.tabs-nav li.active .tab-reviews {
  color: #fff; }

.tabs-nav li.active a {
  background-color: #505050;
  color: #fff; }

.tab-content {
  padding: 15px 0px; }

.tabs-container {
  overflow: hidden;
  width: 100%; }

/* Blockquote
------------------------------------- */
.post-quote {
  background: #f8f8f8;
  padding: 28px;
  margin: 0 0 15px 0;
  position: relative; }

.post-quote blockquote {
  font-size: 18px;
  font-style: normal;
  line-height: 29px;
  padding: 0 0 0 53px;
  font-weight: 500; }

.post-quote span {
  text-decoration: none;
  display: block;
  font-size: 16px;
  color: #999;
  font-weight: 600;
  margin-top: 10px; }

.post-quote .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px; }

.post-quote .icon:before {
  font-family: "FontAwesome";
  font-size: 28px;
  content: "\F10D";
  color: #d0d0d0;
  position: relative;
  height: 15px;
  width: 25px;
  display: block;
  float: left;
  margin: 22px 0 0 32px;
  font-weight: normal; }

/* Accordions & Toggles
------------------------------------- */
.ui-accordion .ui-accordion-header,
.trigger a {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  line-height: 26px;
  outline: none;
  color: #888;
  font-size: 14px;
  font-weight: 600;
  background-color: #f6f6f6;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  padding: 14px 20px 13px 20px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.ui-accordion .ui-accordion-header:hover,
.trigger a:hover {
  background-color: #f0f0f0; }

.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
  background-color: #505050;
  color: #fff; }

.ui-accordion .ui-accordion-header i,
.trigger a i {
  margin: 0 4px 0 0;
  position: relative; }

.ui-accordion .ui-accordion-content,
.toggle-container {
  padding: 0 16px 10px 16px; }

.ui-accordion .ui-accordion-content p,
.toggle-container p {
  margin: 0; }

/* Info Banner
------------------------------------- */
.info-banner {
  background: #f6f6f6;
  display: block;
  padding: 35px 38px; }

.info-content {
  float: left;
  font-size: 18px; }

.info-banner p {
  margin: 2px 0 0 0;
  color: #888; }

.info-banner a.button {
  float: right;
  margin: 7px 0 0 0;
  font-size: 16px;
  padding: 11px 17px; }

.info-banner h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px; }

/* Dropcaps
------------------------------------- */
.dropcap {
  float: left;
  color: #505050;
  font-size: 48px;
  line-height: 44px;
  padding-top: 4px;
  padding-right: 10px;
  margin-top: -2px;
  font-weight: 600; }

/* Highlights
------------------------------------- */
.highlight.color,
.highlight.gray,
.highlight.light {
  padding: 2px 6px;
  color: #fff; }

.highlight.color {
  background-color: #505050; }

.highlight.gray {
  background: #f2f2f2;
  color: #888; }

/* Pricing Tables
------------------------------------- */
.plan-price h3 {
  text-align: center;
  font-size: 22px;
  padding: 14px 0;
  margin-bottom: 32px;
  color: #606060;
  font-weight: 500;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.03); }

.plan-price {
  font-size: 38px;
  font-weight: 300;
  color: #606060;
  text-align: center;
  padding: 0 0 32px 0;
  position: relative; }

.plan {
  box-sizing: border-box; }

.plan.color-1 {
  border: 1px solid #e0e0e0; }

.plan.color-2 {
  border: none; }

.plan.color-2 .plan-features ul {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0; }

/* Colors */
.plan.color-1 .plan-price,
.plan.color-1 a.button {
  background-color: #f6f6f6; }

.plan.color-2 .plan-price,
.plan.color-2 a.button {
  background-color: #505050; }

.plan-price .value {
  font-weight: 600;
  letter-spacing: -1px; }

.plan-currency {
  font-size: 30px;
  opacity: 0.8;
  position: relative;
  margin: 0 -5px 0 0;
  top: -3px;
  font-weight: 500; }

.period {
  display: block;
  font-size: 18px;
  margin: 3px 0 0 0;
  opacity: 0.7; }

.plan-features {
  background: #fff;
  border-top: none; }

.plan-features ul {
  padding: 22px 0; }

.plan-features ul li {
  padding: 9px 0;
  text-align: center; }

.plan-features a.button {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #666;
  padding: 12px 0;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.color-2 .plan-price,
.color-2 .plan-price h3,
.color-2 .plan-price .plan-currency,
.color-2 .plan-features a.button {
  color: #fff; }

.color-2 .plan-price h3 {
  background-color: rgba(0, 0, 0, 0.06); }

.color-1 .plan-features a.button:hover {
  background: rgba(0, 0, 0, 0.07); }

.plan.columns,
.plan.column {
  margin-bottom: 40px; }

/* Google Maps
------------------------------------- */
#googlemaps {
  height: 40vh;
  display: block; }

.google-map-container {
  margin: 0 0 38px 0; }

.google-map-container img {
  max-width: none !important; }

/* Contact Info
------------------------------------- */
.contact-informations {
  margin: 20px 0 0 0; }

.contact-informations p {
  margin: 0; }

.contact-informations li i {
  float: left;
  margin: 4px 7px 0 0;
  color: #888; }

.contact-informations li,
.contact-informations.second li {
  margin: 6px 0; }

/* Contact Form
------------------------------------- */
#contact fieldset div {
  margin-bottom: 20px; }

#contact fieldset div input {
  width: 300px; }

#contact textarea {
  width: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 220px;
  resize: vertical; }

#contact input[type="submit"] {
  margin-top: 0;
  padding: 13px; }

#contact input,
#contact textarea,
#contact select {
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

#contact input:focus
#contact textarea:focus,
#contact select:focus {
  outline: none;
  position: relative;
  z-index: 5; }

#contact input.error,
#contact textarea.error,
#contact select.error {
  border: 1px solid #f6d5d3;
  background: #ffeceb; }

#contact label {
  margin-bottom: 8px; }

#contact label span {
  color: #e24747; }

#message {
  margin: 0;
  padding: 0;
  display: block;
  background: transparent none; }

/* ------------------------------------------------------------------- */
/* Social Icons
---------------------------------------------------------------------- */
.social-icons li {
  display: inline;
  float: left;
  margin-right: 4px;
  text-align: left; }

.social-icons li a {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden; }

.social-icons li {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  margin-right: 9px;
  margin-top: 9px; }

/* Footer Styles */
.footer-bottom .social-icons {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 4px; }

.footer-bottom .social-icons li {
  margin: 0 3px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }

.footer-bottom .social-icons li a {
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #484848; }

.footer-bottom .social-icons li a:before {
  color: #fff; }

/* Common Styles */
.social-icons li a i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 20; }

.social-icons li a:hover,
.social-icons li a i {
  color: #fff; }

.social-icons li a i {
  top: -30px;
  opacity: 0; }

.social-icons li a:hover i {
  top: 0;
  opacity: 1; }

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 16px;
  color: #a0a0a0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: absolute;
  z-index: 20; }

/* Icon Styles */
.twitter:before,
.social-icons li a.twitter i {
  font-size: 14px !important; }

.twitter i, .twitter:before {
  margin: 13px 0 0 12px; }

.twitter:before {
  content: "T";
  top: 0;
  opacity: 1; }

.twitter:hover:before {
  top: 30px;
  opacity: 0; }

.twitter:hover,
.footer-bottom .twitter:hover {
  background-color: #3bc1ed;
  border-color: #3bc1ed; }

.dribbble i, .dribbble:before {
  margin: 13px 0 0 13px; }

.dribbble:before {
  content: "D";
  top: 0;
  opacity: 1; }

.dribbble:hover:before {
  top: 30px;
  opacity: 0; }

.dribbble:hover {
  background-color: #ef5a92; }

.footer-bottom .dribbble:hover {
  background-color: #ef5a92;
  border-color: #ef5a92; }

.facebook i, .facebook:before {
  margin: 13px 0 0 16px; }

.facebook:before {
  content: "f";
  top: 0;
  opacity: 1; }

.facebook:hover:before {
  top: 30px;
  opacity: 0; }

.facebook:hover {
  background-color: #4a6d9d; }

.footer-bottom .facebook:hover {
  background-color: #4a6d9d;
  border-color: #4a6d9d; }

.linkedin i, .linkedin:before {
  margin: 13px 0 0 13px; }

.linkedin:before {
  content: "L";
  top: 0;
  opacity: 1; }

.linkedin:hover:before {
  top: 30px;
  opacity: 0; }

.linkedin:hover {
  background-color: #0b7bb5; }

.footer-bottom .linkedin:hover {
  background-color: #0b7bb5;
  border-color: #0b7bb5; }

.delicious i, .delicious:before {
  margin: 13px 0 0 13px; }

.delicious:before {
  content: "#";
  top: 0;
  opacity: 1; }

.delicious:hover:before {
  top: 30px;
  opacity: 0; }

.delicious:hover {
  background-color: #3274d1; }

.footer-bottom .delicious:hover {
  background-color: #3274d1;
  border-color: #3274d1; }

.paypal i, .paypal:before {
  margin: 13px 0 0 13px; }

.paypal:before {
  content: "$";
  top: 0;
  opacity: 1; }

.paypal:hover:before {
  top: 30px;
  opacity: 0; }

.paypal:hover {
  background-color: #2e689a; }

.footer-bottom .paypal:hover {
  background-color: #2e689a;
  border-color: #2e689a; }

.gplus i, .gplus:before {
  margin: 13px 0 0 13px; }

.gplus:before {
  content: "+";
  top: 0;
  opacity: 1; }

.gplus:hover:before {
  top: 30px;
  opacity: 0; }

.gplus:hover {
  background-color: #d53824; }

.footer-bottom .gplus:hover {
  background-color: #d53824;
  border-color: #d53824; }

.stumbleupon i, .stumbleupon:before {
  margin: 13px 0 0 11px; }

.stumbleupon:before {
  content: "/";
  top: 0;
  opacity: 1; }

.stumbleupon:hover:before {
  top: 30px;
  opacity: 0; }

.stumbleupon:hover {
  background-color: #eb4924; }

.footer-bottom .stumbleupon:hover {
  background-color: #eb4924;
  border-color: #eb4924; }

.fivehundredpx i, .fivehundredpx:before {
  margin: 13px 0 0 11px; }

.fivehundredpx:before {
  content: "0";
  top: 0;
  opacity: 1; }

.fivehundredpx:hover:before {
  top: 30px;
  opacity: 0; }

.fivehundredpx:hover {
  background-color: #444; }

.footer-bottom .fivehundredpx:hover {
  background-color: #444;
  border-color: #444; }

.pinterest i, .pinterest:before {
  margin: 13px 0 0 15px; }

.pinterest:before {
  content: "1";
  top: 0;
  opacity: 1; }

.pinterest:hover:before {
  top: 30px;
  opacity: 0; }

.pinterest:hover {
  background-color: #cb1f25; }

.footer-bottom .pinterest:hover {
  background-color: #cb1f25;
  border-color: #cb1f25; }

.forrst i, .forrst:before {
  margin: 13px 0 0 15px; }

.forrst:before {
  content: ":";
  top: 0;
  opacity: 1; }

.forrst:hover:before {
  top: 30px;
  opacity: 0; }

.forrst:hover {
  background-color: #40833e; }

.footer-bottom .forrst:hover {
  background-color: #40833e;
  border-color: #40833e; }

.digg i, .digg:before {
  margin: 13px 0 0 12px; }

.digg:before {
  content: ";";
  top: 0;
  opacity: 1; }

.digg:hover:before {
  top: 30px;
  opacity: 0; }

.digg:hover {
  background-color: #205685; }

.footer-bottom .digg:hover {
  background-color: #205685;
  border-color: #205685; }

.spotify i, .spotify:before {
  margin: 13px 0 0 13px; }

.spotify:before {
  content: "=";
  top: 0;
  opacity: 1; }

.spotify:hover:before {
  top: 30px;
  opacity: 0; }

.spotify:hover {
  background-color: #6ca405; }

.footer-bottom .spotify:hover {
  background-color: #6ca405;
  border-color: #6ca405; }

.reddit i, .reddit:before {
  margin: 13px 0 0 12px; }

.reddit:before {
  content: ">";
  top: 0;
  opacity: 1; }

.reddit:hover:before {
  top: 30px;
  opacity: 0; }

.reddit:hover {
  background-color: #404040; }

.footer-bottom .reddit:hover {
  background-color: #404040;
  border-color: #404040; }

.appstore i, .appstore:before {
  margin: 13px 0 0 14px; }

.appstore:before {
  content: "A";
  top: 0;
  opacity: 1; }

.appstore:hover:before {
  top: 30px;
  opacity: 0; }

.appstore:hover {
  background-color: #c0c0c0; }

.footer-bottom .appstore:hover {
  background-color: #c0c0c0;
  border-color: #c0c0c0; }

.blogger i, .blogger:before {
  margin: 13px 0 0 15px;
  font-size: 14px !important; }

.blogger:before {
  content: "B";
  top: 0;
  opacity: 1; }

.blogger:hover:before {
  top: 30px;
  opacity: 0; }

.blogger:hover {
  background-color: #ff6501; }

.footer-bottom .blogger:hover {
  background-color: #ff6501;
  border-color: #ff6501; }

.dribbble i, .dribbble:before {
  margin: 13px 0 0 13px; }

.dribbble:before {
  content: "D";
  top: 0;
  opacity: 1; }

.dribbble:hover:before {
  top: 30px;
  opacity: 0; }

.dribbble:hover {
  background-color: #ef5a92; }

.footer-bottom .dribbble:hover {
  background-color: #ef5a92;
  border-color: #ef5a92; }

.evernote i, .evernote:before {
  margin: 13px 0 0 15px; }

.evernote:before {
  content: "E";
  top: 0;
  opacity: 1; }

.evernote:hover:before {
  top: 30px;
  opacity: 0; }

.evernote:hover {
  background-color: #6bb130; }

.footer-bottom .evernote:hover {
  background-color: #6bb130;
  border-color: #6bb130; }

.flickr i, .flickr:before {
  margin: 13px 0 0 13px; }

.flickr:before {
  content: "F";
  top: 0;
  opacity: 1; }

.flickr:hover:before {
  top: 30px;
  opacity: 0; }

.flickr:hover {
  background-color: #136dd5; }

.footer-bottom .flickr:hover {
  background-color: #136dd5;
  border-color: #136dd5; }

.rss i, .rss:before {
  margin: 13px 0 0 14px;
  font-size: 14px !important; }

.rss:before {
  content: "R";
  top: 0;
  opacity: 1; }

.rss:hover:before {
  top: 30px;
  opacity: 0; }

.rss:hover {
  background-color: #fe8f00; }

.footer-bottom .rss:hover {
  background-color: #fe8f00;
  border-color: #fe8f00; }

.youtube i, .youtube:before {
  margin: 13px 0 0 14px;
  font-size: 18px !important; }

.youtube:before {
  content: "U";
  top: 0;
  opacity: 1; }

.youtube:hover:before {
  top: 30px;
  opacity: 0; }

.youtube:hover {
  background-color: #bf2f29; }

.footer-bottom .youtube:hover {
  background-color: #bf2f29;
  border-color: #bf2f29; }

.vimeo i, .vimeo:before {
  margin: 13px 0 0 13px;
  font-size: 14px !important; }

.vimeo:before {
  content: "V";
  top: 0;
  opacity: 1; }

.vimeo:hover:before {
  top: 30px;
  opacity: 0; }

.vimeo:hover {
  background-color: #4c8ab0; }

.footer-bottom .vimeo:hover {
  background-color: #4c8ab0;
  border-color: #4c8ab0; }

.xing i, .xing:before {
  margin: 13px 0 0 14px; }

.xing:before {
  content: "X";
  top: 0;
  opacity: 1; }

.xing:hover:before {
  top: 30px;
  opacity: 0; }

.xing:hover {
  background-color: #036568; }

.footer-bottom .xing:hover {
  background-color: #036568;
  border-color: #036568; }

.yahoo i, .yahoo:before {
  margin: 13px 0 0 11px; }

.yahoo:before {
  content: "Y";
  top: 0;
  opacity: 1; }

.yahoo:hover:before {
  top: 30px;
  opacity: 0; }

.yahoo:hover {
  background-color: #9251a2; }

.footer-bottom .yahoo:hover {
  background-color: #9251a2;
  border-color: #9251a2; }

.amazon i, .amazon:before {
  margin: 13px 0 0 12px; }

.amazon:before {
  content: "a";
  top: 0;
  opacity: 1; }

.amazon:hover:before {
  top: 30px;
  opacity: 0; }

.amazon:hover {
  background-color: #2f3842; }

.footer-bottom .amazon:hover {
  background-color: #2f3842;
  border-color: #2f3842; }

.steam i, .steam:before {
  margin: 13px 0 0 11px; }

.steam:before {
  content: "b";
  top: 0;
  opacity: 1; }

.steam:hover:before {
  top: 30px;
  opacity: 0; }

.steam:hover {
  background-color: #383838; }

.footer-bottom .steam:hover {
  background-color: #383838;
  border-color: #383838; }

.dropbox i, .dropbox:before {
  margin: 13px 0 0 13px; }

.dropbox:before {
  content: "d";
  top: 0;
  opacity: 1; }

.dropbox:hover:before {
  top: 30px;
  opacity: 0; }

.dropbox:hover {
  background-color: #2c92dd; }

.footer-bottom .dropbox:hover {
  background-color: #2c92dd;
  border-color: #2c92dd; }

.github i, .github:before {
  margin: 13px 0 0 13px; }

.github:before {
  content: "g";
  top: 0;
  opacity: 1; }

.github:hover:before {
  top: 30px;
  opacity: 0; }

.github:hover {
  background-color: #5c7381; }

.footer-bottom .github:hover {
  background-color: #5c7381;
  border-color: #5c7381; }

.lastfm i, .lastfm:before {
  margin: 13px 0 0 11px; }

.lastfm:before {
  content: "l";
  top: 0;
  opacity: 1; }

.lastfm:hover:before {
  top: 30px;
  opacity: 0; }

.lastfm:hover {
  background-color: #d21309; }

.footer-bottom .lastfm:hover {
  background-color: #d21309;
  border-color: #d21309; }

.tumblr i, .tumblr:before {
  margin: 13px 0 0 15px; }

.tumblr:before {
  content: "t";
  top: 0;
  opacity: 1; }

.tumblr:hover:before {
  top: 30px;
  opacity: 0; }

.tumblr:hover {
  background-color: #3d658d; }

.footer-bottom .tumblr:hover {
  background-color: #3d658d;
  border-color: #3d658d; }

.wordpress i, .wordpress:before {
  margin: 13px 0 0 14px; }

.wordpress:before {
  content: "w";
  top: 0;
  opacity: 1; }

.wordpress:hover:before {
  top: 30px;
  opacity: 0; }

.wordpress:hover {
  background-color: #383838; }

.footer-bottom .wordpress:hover {
  background-color: #383838;
  border-color: #383838; }

.instagram i, .instagram:before {
  margin: 13px 0 0 14px; }

.instagram:before {
  content: "\F31F";
  top: 0;
  opacity: 1; }

.instagram:hover:before {
  top: 30px;
  opacity: 0; }

.instagram:hover {
  background-color: #3f6f94; }

.footer-bottom .instagram:hover {
  background-color: #3f6f94;
  border-color: #3f6f94; }

/* Web Font */
@font-face {
  font-family: 'fontello';
  src: url(ef747bbdc084e8cbb25f7b20db959317.eot);
  src: url(ef747bbdc084e8cbb25f7b20db959317.eot#iefix) format("embedded-opentype"), url(694b4dde619d5157f0e7eed091775da6.woff) format("woff"), url(e071c94c470e9ef6894ea7cd86da6761.ttf) format("truetype"), url(3d62c27e8aa502efa050bf781fa04de2.svg#fontello) format("svg");
  font-weight: normal;
  font-style: normal; }

.social-icons li i {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 16px;
  font-size: 16px;
  width: auto; }

.icon-delicious:before {
  content: '#'; }

/* '#' */
.icon-paypal:before {
  content: '$'; }

/* '$' */
.icon-gplus:before {
  content: '+'; }

/* '+' */
.icon-stumbleupon:before {
  content: '/'; }

/* '/' */
.icon-fivehundredpx:before {
  content: '0'; }

/* '0' */
.icon-pinterest:before {
  content: '1'; }

/* '1' */
.icon-forrst:before {
  content: ':'; }

/* ':' */
.icon-digg:before {
  content: ';'; }

/* ';' */
.icon-spotify:before {
  content: '='; }

/* '=' */
.icon-reddit:before {
  content: '>'; }

/* '&gt;' */
.icon-appstore:before {
  content: 'A'; }

/* 'A' */
.icon-blogger:before {
  content: 'B'; }

/* 'B' */
.icon-dribbble:before {
  content: 'D'; }

/* 'D' */
.icon-evernote:before {
  content: 'E'; }

/* 'E' */
.icon-flickr:before {
  content: 'F'; }

/* 'F' */
.icon-linkedin:before {
  content: 'L'; }

/* 'L' */
.icon-rss:before {
  content: 'R'; }

/* 'R' */
.icon-twitter:before {
  content: 'T'; }

/* 'T' */
.icon-youtube:before {
  content: 'U'; }

/* 'U' */
.icon-vimeo:before {
  content: 'V'; }

/* 'V' */
.icon-xing:before {
  content: 'X'; }

/* 'X' */
.icon-yahoo:before {
  content: 'Y'; }

/* 'Y' */
.icon-amazon:before {
  content: 'a'; }

/* 'a' */
.icon-steam:before {
  content: 'b'; }

/* 'b' */
.icon-dropbox:before {
  content: 'd'; }

/* 'd' */
.icon-facebook:before {
  content: 'f'; }

/* 'f' */
.icon-github:before {
  content: 'g'; }

/* 'g' */
.icon-lastfm:before {
  content: 'l'; }

/* 'l' */
.icon-tumblr:before {
  content: 't'; }

/* 't' */
.icon-wordpress:before {
  content: 'w'; }

/* 'w' */
.icon-linkedin-rect:before {
  content: '\F31B'; }

/* '?' */
.icon-instagram:before {
  content: '\F31F'; }

/* '?' */
/* ------------------------------------------------------------------- */
/* Job List Styles
---------------------------------------------------------------------- */
.padding-right {
  padding-right: 20px; }

.resumes-list,
.job-list {
  margin-bottom: 30px; }

.resumes-list li,
.job-list li {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  position: relative;
  z-index: auto !important; }

.resumes-list li a,
.job-list li a {
  color: #808080;
  width: 100%;
  height: 100%;
  display: inline-block; }

.resumes-list li:last-child,
.job-list li:last-child {
  border-bottom: 1px solid #e0e0e0; }

.resumes-list li:nth-child(2n),
.job-list li:nth-child(2n) {
  background-color: #fbfbfb; }

.resumes-list li:hover,
.job-list li:hover {
  background-color: rgba(80, 80, 80, 0.05);
  z-index: 110 !important; }

.resumes-list li.highlighted a:after,
.resumes-list li a:after,
.job-list li.highlighted a:after,
.job-list li a:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 111 !important; }

.resumes-list li a:before,
.job-list li a:before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 999 !important; }

.resumes-list li:hover a:before,
.job-list li:hover a:before,
.resumes-list li:hover a:after,
.job-list li:hover a:after {
  opacity: 1; }

.resume-titlebar span a:hover i,
.resumes-list li,
.resumes-list li a:before,
.job-list li,
.job-list li a:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* Highlighted Job*/
.resumes-list li.highlighted a:before,
.job-list li.highlighted a:before,
.resumes-list li.highlighted a:after,
.job-list li.highlighted a:after {
  display: none; }

.resumes-list li.highlighted a:after,
.job-list li.highlighted a:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.3s;
  background-color: #e0da94 !important;
  opacity: 1 !important; }

.resumes-list li.highlighted:hover,
.job-list li.highlighted:hover,
.resumes-list li.highlighted,
.job-list li.highlighted {
  background-color: #fefff6 !important;
  border-color: #e0da94 !important;
  z-index: 100 !important; }

/* Icons */
.resume-titlebar i,
.job-spotlight i,
.job-list li a i,
.resumes-list li a i {
  color: #999;
  margin-right: 4px; }

.resume-titlebar span a:hover i {
  color: #505050; }

.resume-titlebar span,
.job-spotlight span,
.job-list li a span,
.resumes-list li a span {
  margin-right: 17px;
  display: inline-block; }

.job-icons span {
  margin-bottom: 8px; }

/* Text */
.resumes-list li a p,
.job-list li a p {
  line-height: 27px;
  margin: 11px 0 0 0;
  padding-right: 40px;
  color: #666; }

/* Content*/
.job-list img {
  float: left;
  display: inline-block;
  margin-left: 35px;
  margin-top: 2px;
  width: 60px;
  height: 60px; }

.resumes-list img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  float: left;
  display: inline-block;
  margin: 35px 0 35px 35px; }

.resume-titlebar img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin-top: 6px;
  margin-left: 0;
  float: left;
  display: inline-block; }

.resume-titlebar .resumes-list-content,
.resumes-list .resumes-list-content,
.job-list .job-list-content {
  display: block;
  margin-left: 125px;
  position: relative; }

.resume-titlebar .resumes-list-content {
  margin-left: 149px; }

.resumes-list .resumes-list-content {
  margin-left: 160px; }

.resumes-list .resumes-list-content,
.job-list .job-list-content,
.job-list img {
  padding: 35px 0; }

.job-list .job-list-content {
  padding-right: 20px; }

.resumes-list .resumes-list-content {
  padding: 34px 0 46px 0; }

.resume-titlebar .resumes-list-content {
  padding: 5px 0 15px 0; }

.job-list .job-list-content h4 {
  line-height: 31px;
  margin: 0px 0 8px 0; }

.job-list.full .job-list-content h4 {
  margin-bottom: 15px; }

/* Resumes List */
.resumes-list-content h4 {
  font-size: 18px;
  color: #505050; }

.resume-titlebar .resumes-list-content h4 {
  font-size: 22px; }

#titlebar.resume .resume-titlebar .resumes-list-content h4 span,
.resumes-list-content h4 span {
  font-size: 24px;
  color: #333;
  margin: -3px 0 18px 0;
  line-height: 32px;
  position: relative;
  display: block !important; }

.resumes-list-content h4 span {
  margin-top: -5px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px; }

.resumes-list li a p {
  margin-top: 18px; }

/* Skills List */
.skills span {
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 10px;
  background-color: #c0c0c0;
  color: #fff !important;
  margin: 0 3px 0 0 !important;
  float: left;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 19px; }

.skills {
  margin-top: 23px; }

.resumes-list-content .skills span {
  font-size: 12px !important;
  padding: 6px 12px;
  margin-bottom: 3px !important; }

/* Job Types */
.job-spotlight h4 span,
#titlebar h2 span,
.job-list h4 span {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 28px;
  position: relative;
  margin: 0 0 0 4px;
  top: -2px; }

#titlebar h2 span {
  padding: 2px 10px;
  position: relative;
  top: -5px;
  font-size: 12px; }

#titlebar.photo-bg h2 span {
  top: -7px; }

span.full-time {
  background-color: #186fc9; }

span.part-time {
  background-color: #f1630d; }

span.freelance {
  background-color: #53b427; }

span.internship {
  background-color: #e1d123; }

span.temporary {
  background-color: #e12335; }

/* ---------------------------------- */
/* Job Spotlight
------------------------------------- */
.job-overview,
.job-spotlight {
  background-color: #fdfdfd;
  border: 1px solid #e2e2e2;
  padding: 35px 38px 31px 38px; }

li .job-spotlight {
  line-height: 27px; }

.job-spotlight span {
  color: #808080; }

.job-spotlight p {
  margin: 15px 0 0 0; }

li .job-spotlight p {
  line-height: 27px; }

.job-spotlight a h4 {
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.job-spotlight a:hover h4 {
  color: #666; }

.job-overview a.button,
.job-spotlight a.button {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 20px 0 0 0; }

/* ---------------------------------- */
/* Job Page
------------------------------------- */
/* Job Overview */
.job-overview ul li {
  margin: 0 0 3px 0; }

.job-overview ul li:last-child {
  margin: 0; }

.job-overview ul li:first-child {
  margin-top: 5px; }

.job-overview ul li i {
  font-size: 16px;
  color: #505050; }

.job-overview ul li i.fa.fa-map-marker {
  font-size: 18px; }

.job-overview ul li span {
  display: block;
  margin-top: 3px;
  line-height: 23px; }

.job-overview ul li div {
  position: relative;
  top: -18px;
  margin-left: 25px; }

.job-overview a.button {
  margin-top: 10px; }

/* Company Info */
.company-info {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 33px;
  margin-bottom: 35px; }

.company-info img {
  float: left;
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-right: 30px; }

.company-info .content {
  display: block;
  float: left;
  margin: 23px 0 0 0px; }

.company-info span {
  margin-right: 10px; }

.company-info span a {
  color: #666; }

.company-info span a:hover {
  color: #505050; }

.company-info h4 {
  font-size: 20px;
  line-height: 30px; }

/* ---------------------------------- */
/* Testimonials
------------------------------------- */
#testimonials {
  position: relative;
  margin-top: 0;
  background: url(344fdb86e4cbada51c350026ed492614.jpg) no-repeat 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%; }

#testimonials:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(34, 34, 34, 0.9);
  position: absolute; }

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

.testimonials-slider li p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 36px;
  padding: 100px 60px; }

.testimonials-slider li p span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px; }

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

/* ------------------------------------------------------------------- */
/* Revolution Slider
---------------------------------------------------------------------- */
.fullwidthbanner-container {
  width: 100% !important;
  position: relative;
  padding: 0;
  max-height: 640px !important;
  overflow: hidden;
  background-image: url(d83212c1bea7462ac418e08b2d0efee8.gif);
  background-repeat: no-repeat;
  background-position: 50%;
  margin-bottom: 42px; }

/* Captions
------------------------------------ */
.caption h2 {
  font-size: 39px;
  font-weight: 500;
  color: #fff;
  text-transform: none; }

.caption h3 {
  font-size: 28px;
  font-weight: 300;
  color: #a0a0a0;
  text-transform: uppercase; }

.caption p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 38px; }

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

.tp-leftarrow.default:before,
.tp-rightarrow.default:before,
.caption .slider-button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.caption .slider-button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
  margin-right: 6px; }

.caption .slider-button:hover {
  background-color: #fff;
  color: #333; }

/* Navigation
------------------------------------ */
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out;
  -moz-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out;
  -o-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out;
  -ms-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out;
  transition: background-color 150ms ease-in-out, opacity 0.2s ease-out; }

.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.tp-leftarrow.default,
.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  color: #333;
  width: 48px;
  height: 68px; }

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-color: #505050;
  color: #fff; }

.tp-leftarrow.default {
  left: 0 !important; }

.tp-rightarrow.default {
  right: 0 !important; }

.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
  font-family: "FontAwesome";
  display: inline-block;
  position: relative;
  font-size: 20px;
  top: 21px; }

.tp-rightarrow.default:before {
  content: "\F054";
  left: 19px; }

.tp-leftarrow.default:before {
  content: "\F053";
  left: 15px; }

/* Other Styles
------------------------------------ */
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important; }

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden; }

.tp-simpleresponsive img {
  max-width: none; }

.noFilterClass {
  filter: none !important; }

/* Fullscreen Video
------------------------------------ */
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.caption.fullscreenvideo iframe {
  width: 100% !important;
  height: 100% !important; }

.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%; }

.tp-caption.fullscreenvideo iframe {
  width: 100% !important;
  height: 100% !important; }

/* Basic Settings For Banner
------------------------------------ */
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

.tp-simpleresponsive a {
  text-decoration: none; }

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.tp-simpleresponsive > ul > li {
  list-style: none;
  position: absolute;
  visibility: hidden; }

.tp-transparentimg {
  content: "url(../assets/transparent.png)"; }

.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%; }

/* ------------------------------------------------------------------- */
/* Flexslider
---------------------------------------------------------------------- */
.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: " ";
  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; }

.flex-direction-nav {
  display: none; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 60px;
  text-align: center;
  z-index: 999;
  left: 0; }

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 9px;
  height: 9px;
  display: block;
  background: transparent;
  border: 2px solid #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.flex-control-paging li a:hover {
  background: #fff; }

.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default; }

/* ---------------------------------- */
/* Pagination
------------------------------------- */
.pagination {
  margin: 9px 0 0 0;
  text-align: center;
  overflow: hidden; }

.pagination-next-prev {
  position: relative;
  top: -42px; }

.pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0; }

.pagination ul li a,
.pagination-next-prev ul li a {
  padding: 12px 0;
  border-bottom: none;
  display: inline-block;
  color: #888;
  background-color: #f2f2f2;
  font-weight: 700;
  margin: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 14px; }

.pagination ul li a {
  width: 42px; }

.pagination ul li.blank {
  color: #a0a0a0;
  padding: 0 6px; }

.pagination ul li a.current-page {
  background-color: #505050;
  color: #fff; }

.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
  background-color: #505050;
  color: #fff; }

.pagination-next-prev a.next {
  float: right; }

.pagination-next-prev a.prev {
  float: left; }

.pagination-next-prev ul li a {
  color: #888;
  padding: 12px 16px;
  text-transform: uppercase; }

/* ---------------------------------- */
/* Infobox
------------------------------------- */
.infobox {
  background-color: #505050;
  font-size: 27px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  padding: 65px 0;
  text-align: center;
  margin: 0 0 47px 0; }

.infobox a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0 0 0 20px;
  position: relative;
  top: -3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.infobox a:hover {
  background-color: #fff;
  color: #505050; }

/* ---------------------------------- */
/* Hover Icon / Hover Cover
------------------------------------- */
.hover-icon {
  position: absolute;
  right: 0;
  bottom: -46px;
  color: #fff;
  font-size: 14px;
  width: 46px;
  height: 46px;
  background-color: #505050;
  border-radius: 0;
  opacity: 0;
  z-index: 99;
  visibility: hidden; }

.hover-icon:before {
  height: 19px;
  width: 19px;
  top: 10px;
  left: 17px;
  content: "\F064";
  font-family: "FontAwesome";
  position: relative; }

.post-img a:before,
.recent-post-img a:before,
.hover-cover,
.hover-icon {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

/* Hover Cover */
.hover-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222;
  opacity: 0;
  visibility: hidden;
  z-index: 9; }

/* ------------------------------------------------------------------- */
/* ShowBiz Carousel
---------------------------------------------------------------------- */
.showbiz-navigation {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.showbiz {
  margin: 0 0 37px 0; }

.showbiz ul,
.showbiz li {
  list-style: none;
  margin: 0;
  padding: 0; }

.showbiz ul li {
  position: relative;
  -webkit-transform: translateZ(10);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  margin-right: 20px;
  margin-top: 20px; }

.showbiz .overflowholder {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2; }

.showbiz .overflowholder ul {
  width: 100000px;
  position: absolute;
  top: 0px;
  left: 0px; }

.showbiz .overflowholder ul li {
  float: left !important;
  position: relative; }

.products .product {
  margin-top: 20px;
  position: relative; }

.products a {
  line-height: 18px; }

.showbiz .mediaholder,
.products .mediaholder {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  padding: 0px;
  border: none;
  overflow: hidden; }

.showbiz .mediaholder_innerwrap,
.products .mediaholder_innerwrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.showbiz .mediaholder img,
.products .mediaholder img {
  width: 100%;
  position: relative;
  margin-bottom: -5px; }

.showbiz .cover,
.products .cover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.showbiz li:hover .cover,
.products figure:hover .cover {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.showbiz li .mediaholder img,
.products figure .mediaholder img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.showbiz li:hover .mediaholder img,
.products figure:hover .mediaholder img {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.showbiz .cover,
.showbiz li .mediaholder img,
.products .cover,
.products figure .mediaholder img {
  -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* ease (default) */ }

/* Navigation #1
------------------------------------- */
.showbiz-navigation {
  float: right;
  margin: -39px -1px 0 0px; }

.sb-navigation-left i,
.sb-navigation-right i,
.sb-navigation-left.notclickable,
.sb-navigation-right.notclickable {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.sb-navigation-left,
.sb-navigation-right {
  cursor: pointer;
  float: left; }

.sb-navigation-left {
  margin-right: 3px; }

.sb-navigation-left i,
.sb-navigation-right i {
  line-height: 24px;
  font-size: 28px;
  color: #a0a0a0;
  margin-left: 10px; }

.sb-navigation-left.notclickable,
.sb-navigation-right.notclickable {
  cursor: default; }

.sb-navigation-left.notclickable i,
.sb-navigation-right.notclickable i {
  color: #c0c0c0; }

/* Navigation #2
------------------------------------- */
.sb-navigation-left-2,
.sb-navigation-right-2,
.sb-navigation-left-2.notclickable,
.sb-navigation-right-2.notclickable {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.sb-navigation-left-2,
.sb-navigation-right-2 {
  cursor: pointer;
  margin-top: 46px; }

.sb-navigation-left-2 {
  float: left; }

.sb-navigation-right-2 {
  float: right; }

.sb-navigation-left-2 i,
.sb-navigation-right-2 i {
  line-height: 24px;
  font-size: 34px;
  color: #c4c4c4; }

.sb-navigation-left-2.notclickable,
.sb-navigation-right-2.notclickable {
  cursor: default; }

.sb-navigation-left-2.notclickable i,
.sb-navigation-right-2.notclickable i {
  color: #c4c4c4; }

.sb-navigation-left-2.alt,
.sb-navigation-right-2.alt {
  top: 57%;
  margin: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: 99; }

h3.centered-headline {
  text-align: center;
  font-size: 24px;
  margin: 20px 0 15px 0;
  padding: 40px 0;
  display: block;
  background-color: #f6f6f6; }

h3.centered-headline span {
  display: block;
  font-size: 20px;
  color: #888;
  font-weight: 500;
  position: relative;
  margin-top: -10px; }

.one.carousel.column {
  margin: 0; }

.sb-navigation-left-2.alt {
  left: 10px; }

.sb-navigation-right-2.alt {
  right: 0; }

/* ------------------------------------------------------------------- */
/* Blog Styles
---------------------------------------------------------------------- */
.post-container {
  margin-bottom: 50px; }

.post-content {
  border-bottom: 1px solid #e0e0e0;
  padding: 33px 0 36px; }

.post-content h3 {
  line-height: 38px;
  font-size: 24px; }

.post-content a h3 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.post-content a:hover h3 {
  color: #666; }

.post-content span {
  position: relative;
  top: 3px; }

.post-content p {
  margin-top: 19px; }

.post-content a.button {
  margin-top: 15px; }

a.post-img {
  overflow: hidden;
  display: block;
  position: relative; }

a.post-img img {
  width: 100%; }

a.post-img:before {
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  display: block;
  z-index: 99;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.post-img:hover:before {
  opacity: 0.12; }

/* ---------------------------------- */
/* Recent Posts
------------------------------------- */
.recent-post {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 32px;
  margin-bottom: 40px; }

.recent-post a h4 {
  font-size: 21px;
  line-height: 32px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-bottom: 6px; }

.recent-post a h4:hover {
  color: #666; }

.recent-post a {
  margin-top: 15px; }

.recent-post p {
  margin-top: 15px; }

.meta-tags span {
  display: inline-block;
  color: #888;
  border-right: 1px solid #e0e0e0;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 14px; }

.meta-tags span:last-child {
  border: none; }

.meta-tags span a {
  color: #888; }

.meta-tags span a:hover {
  color: #505050; }

.post-img:hover .hover-icon,
.recent-post-img:hover .hover-icon {
  opacity: 1;
  visibility: visible;
  bottom: 0; }

.post-img:hover .hover-cover,
.recent-post-img:hover .hover-cover {
  opacity: 0.1;
  visibility: visible; }

.recent-post-img {
  margin-bottom: 30px; }

.post-img,
.recent-post-img {
  position: relative;
  overflow: hidden; }

.post-img a:before,
.recent-post-img a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(34, 34, 34, 0.15);
  position: absolute;
  visibility: hidden;
  opacity: 0; }

.post-img a:hover:before,
.recent-post-img a:hover:before {
  opacity: 1;
  visibility: visible; }

/* Comments
------------------------------------- */
.comments {
  margin: -10px 0 0 0; }

.comments h4 {
  margin-bottom: 25px;
  font-size: 20px; }

.comment {
  font-size: 20px; }

.comments .button {
  margin: 0 0 10px 90px;
  padding: 7px 15px; }

.comments.reviews .button {
  margin: 0; }

.comments ul li {
  display: block;
  margin: 0 0 20px 90px;
  position: relative; }

.comments ul li ul li {
  margin: 20px 0 0 90px; }

.comment-content p {
  margin: 3px 0 0 0;
  line-height: 26px; }

.comment-content {
  background: #f8f8f8;
  color: #666;
  padding: 26px 30px 25px 30px;
  position: relative; }

.comment-content strong {
  padding-right: 5px;
  color: #666; }

.comment-content span {
  color: #888; }

.comment-content p {
  padding: 5px 0 !important; }

.comments-amount {
  color: #888;
  font-weight: 500; }

.avatar {
  float: left;
  display: inline-block;
  position: absolute;
  left: -90px; }

.avatar img {
  max-width: 70px; }

.comment-by {
  width: 100%;
  padding-bottom: 8px;
  padding-top: 5px;
  font-weight: 700;
  color: #555; }

.comment-by a.reply,
.comment-by a.reply i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.comment-by a.reply {
  display: inline;
  background-color: #eee;
  padding: 9px 13px;
  color: #888;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase; }

.comment-by a.reply i {
  color: #888;
  font-size: 12px;
  margin-right: 1px; }

.comment-by a.reply:hover {
  background-color: #505050; }

.comment-by a.reply:hover,
.comment-by a.reply:hover i {
  color: #fff; }

.comment-by span.date {
  color: #888;
  font-weight: 500;
  margin: 6px 0 0 0;
  float: none;
  display: block;
  text-align: left; }

/* Add Comment */
.add-comment label span {
  color: #e24747; }

.add-comment input {
  margin: 0 0 20px 0;
  width: 40%;
  min-width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.add-comment textarea {
  margin: 0 0 18px 0;
  width: 100%;
  min-width: 100%;
  min-height: 220px;
  resize: vertical;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------------------------------- */
/* Blog Widgets
------------------------------------- */
.widget-box.search {
  padding: 17px; }

.widget-box {
  background-color: #f8f8f8;
  padding: 32px 35px; }

.blog .widget h4 {
  margin-bottom: 13px; }

/* Search Widget */
.widget-box input {
  width: 100%;
  box-sizing: border-box;
  border-color: #e6e6e6;
  background-color: #fff;
  margin-bottom: 0; }

.input {
  position: relative; }

.widget-box .input:before {
  content: "\F002";
  font-size: 18px;
  color: #a0a0a0;
  position: absolute;
  display: inline-block;
  font-family: "FontAwesome";
  right: 17px;
  top: 10px;
  margin-bottom: 0; }

/* Need support widget */
.widget .button.widget-btn {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top: 5px; }

/* Blog Widget Tabs */
.widget-tabs li {
  padding: 0 0 27px 0;
  margin: 24px 0 0 0;
  border-bottom: 1px solid #e0e0e0; }

.widget .tab-content {
  padding-bottom: 0; }

.widget-tabs li:first-child {
  margin: 5px 0 0 0; }

.widget-thumb a img {
  display: block;
  width: 88px;
  height: 88px;
  float: left;
  margin: 3px 18px 0 0; }

.widget-text h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 3px 0 0 0; }

.widget-text h5 a {
  color: #666; }

.widget-text h5 a:hover {
  color: #505050; }

.widget-text span {
  color: #999;
  font-weight: 500;
  margin: 9px 0 0 0;
  display: block; }

.widget-tabs.comments .widget-text span {
  padding: 9px 0 0 0;
  margin: 0; }

/* Blog Tabs */
.tabs-nav.blog li {
  width: 33.334%;
  text-align: center; }

.tabs-nav.blog li a {
  padding: 0;
  margin-top: 12px; }

/* ------------------------------------------------------------------- */
/* Widgets
---------------------------------------------------------------------- */
.widget {
  margin-bottom: 42px; }

.widget input {
  margin-bottom: 15px; }

.widget-box input {
  margin-bottom: 0; }

.widget h4 {
  font-size: 20px;
  margin-bottom: 15px; }

.widget .miles,
.widget .zip-code {
  width: 41%;
  display: inline; }

.widget .zip-code {
  float: right; }

.widget .from {
  display: inline;
  padding-left: 13px;
  color: #909090;
  box-sizing: border-box; }

/* ------------------------------------------------------------------- */
/* Chosen Plugin
---------------------------------------------------------------------- */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  border-top: 0; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* Single Selectbox */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 47px;
  line-height: 47px;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  color: #808080;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #808080; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  position: relative; }

.chosen-container-single .chosen-single div b:after {
  content: "\F0D7";
  font-family: "FontAwesome";
  font-size: 14px;
  margin: 0 14px 0 0;
  top: -1px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #c0c0c0;
  float: right;
  font-weight: normal; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 6px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 6px 20px 6px 6px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 9;
  background-color: #fafafa; }

.chosen-container-single .chosen-search:before {
  content: "\F002";
  font-family: "FontAwesome";
  font-size: 15px;
  margin: 0 10px 0 0;
  top: 8px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #aaa;
  float: right;
  font-weight: normal;
  z-index: 10; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* Results */
.chosen-container .chosen-results {
  color: #808080;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 8px 0;
  padding: 0 4px 0 8px;
  max-height: 232px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px 10px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container-multi .chosen-results li {
  padding: 10px 18px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #505050;
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.chosen-container .chosen-results li.no-results {
  color: #808080;
  display: list-item;
  background-color: #fff; }

.chosen-container-multi .chosen-results li.no-results {
  background-color: #fff; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* Multi Selectbox */
.chosen-container-multi .chosen-choices {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 18px;
  height: 47px;
  line-height: 47px;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px;
  cursor: pointer; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 0;
  padding: 0;
  height: 47px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  color: #808080;
  line-height: normal;
  font-weight: 500; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 9px 5px 0 -4px;
  padding: 0 22px 0 8px;
  max-width: 100%;
  background-color: #505050;
  line-height: 27px;
  color: #fff;
  cursor: default;
  font-weight: 500; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: -2px;
  right: 7px;
  display: block; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\F00D";
  font-family: "FontAwesome";
  font-size: 13px;
  top: 1px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #fff;
  float: right;
  font-weight: normal; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #808080; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* Active */
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e0e0e0; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  content: "\F0D8"; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #808080 !important; }

/* ------------------------------------------------------------------- */
/* SCEditor
/* http://www.ssceditor.com/

/* Copyright (C) 2011-12, Sam Clarke (samclarke.com)

/* SCEditor is licensed under the MIT license:
/* http://www.opensource.org/licenses/mit-license.php

---------------------------------------------------------------------- */
div.sceditor-grip,
.sceditor-button div {
  background-image: url(7515f17b15cdeeeffb9d16f7e2982515.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }

.sceditor-button-youtube div {
  background-position: 0px 0px; }

.sceditor-button-link div {
  background-position: 0px -16px; }

.sceditor-button-unlink div {
  background-position: 0px -32px; }

.sceditor-button-underline div {
  background-position: 0px -48px; }

.sceditor-button-time div {
  background-position: 0px -64px; }

.sceditor-button-table div {
  background-position: 0px -80px; }

.sceditor-button-superscript div {
  background-position: 0px -96px; }

.sceditor-button-subscript div {
  background-position: 0px -112px; }

.sceditor-button-strike div {
  background-position: 0px -128px; }

.sceditor-button-source div {
  background-position: 0px -144px; }

.sceditor-button-size div {
  background-position: 0px -160px; }

.sceditor-button-rtl div {
  background-position: 0px -176px; }

.sceditor-button-right div {
  background-position: 0px -192px; }

.sceditor-button-removeformat div {
  background-position: 0px -208px; }

.sceditor-button-quote div {
  background-position: 0px -224px; }

.sceditor-button-print div {
  background-position: 0px -240px; }

.sceditor-button-pastetext div {
  background-position: 0px -256px; }

.sceditor-button-paste div {
  background-position: 0px -272px; }

.sceditor-button-outdent div {
  background-position: 0px -288px; }

.sceditor-button-orderedlist div {
  background-position: 0px -304px; }

.sceditor-button-maximize div {
  background-position: 0px -320px; }

.sceditor-button-ltr div {
  background-position: 0px -336px; }

.sceditor-button-left div {
  background-position: 0px -352px; }

.sceditor-button-justify div {
  background-position: 0px -368px; }

.sceditor-button-italic div {
  background-position: 0px -384px; }

.sceditor-button-indent div {
  background-position: 0px -400px; }

.sceditor-button-image div {
  background-position: 0px -416px; }

.sceditor-button-horizontalrule div {
  background-position: 0px -432px; }

.sceditor-button-format div {
  background-position: 0px -448px; }

.sceditor-button-font div {
  background-position: 0px -464px; }

.sceditor-button-emoticon div {
  background-position: 0px -480px; }

.sceditor-button-email div {
  background-position: 0px -496px; }

.sceditor-button-date div {
  background-position: 0px -512px; }

.sceditor-button-cut div {
  background-position: 0px -528px; }

.sceditor-button-copy div {
  background-position: 0px -544px; }

.sceditor-button-color div {
  background-position: 0px -560px; }

.sceditor-button-code div {
  background-position: 0px -576px; }

.sceditor-button-center div {
  background-position: 0px -592px; }

.sceditor-button-bulletlist div {
  background-position: 0px -608px; }

.sceditor-button-bold div {
  background-position: 0px -624px; }

div.sceditor-grip {
  background-position: 0px -640px;
  width: 10px;
  height: 10px; }

.rtl div.sceditor-grip {
  background-position: 0px -650px;
  width: 10px;
  height: 10px; }

.sceditor-container {
  position: relative;
  background: #fff;
  font-size: 13px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
  line-height: 1;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.sceditor-container,
.sceditor-container div,
div.sceditor-dropdown,
div.sceditor-dropdown div {
  padding: 0;
  margin: 0;
  z-index: 3; }

.sceditor-container iframe,
.sceditor-container textarea {
  line-height: 1;
  border: 0;
  outline: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #111;
  padding: 0;
  margin: 5px;
  resize: none;
  background: #fff;
  display: block; }

div.sceditor-resize-cover {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.3; }

.ie6 div.sceditor-resize-cover,
.ie7 div.sceditor-resize-cover,
.ie8 div.sceditor-resize-cover {
  background: #efefef; }

.sceditor-container.ie6 {
  overflow: hidden; }

div.sceditor-grip {
  overflow: hidden;
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3; }

.sceditor-maximize {
  position: fixed;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2000; }

html.sceditor-maximize,
body.sceditor-maximize {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.ie6.sceditor-maximize {
  position: absolute; }

.sceditor-maximize div.sceditor-grip {
  display: none; }

.sceditor-maximize div.sceditor-toolbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

/**
	 * Dropdown styleing
	 */
div.sceditor-dropdown {
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  z-index: 4000;
  padding: 10px;
  line-height: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2); }

div.sceditor-dropdown a,
div.sceditor-dropdown a:link {
  color: #333; }

div.sceditor-dropdown form {
  margin: 0; }

div.sceditor-dropdown label {
  display: block;
  font-weight: bold;
  color: #3c3c3c;
  padding: 4px 0; }

div.sceditor-dropdown input,
div.sceditor-dropdown textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  outline: 0;
  padding: 4px;
  border: 1px solid #ccc;
  border-top-color: #888;
  margin: 0 0 .75em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

div.sceditor-dropdown textarea {
  padding: 6px; }

div.sceditor-dropdown input:focus,
div.sceditor-dropdown textarea:focus {
  border-color: #aaa;
  border-top-color: #666;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1); }

div.sceditor-dropdown .button {
  font-weight: bold;
  color: #444;
  padding: 6px 12px;
  background: #ececec;
  border: solid 1px #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  margin: .3em 0 0; }

div.sceditor-dropdown .button:hover {
  background: #f3f3f3;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

div.sceditor-font-picker,
div.sceditor-fontsize-picker,
div.sceditor-format {
  padding: 6px 0; }

div.sceditor-emoticons,
div.sceditor-more-emoticons,
div.sceditor-color-picker {
  padding: 0; }

.sceditor-pastetext textarea {
  border: 1px solid #bbb;
  width: 20em; }

.sceditor-emoticons img,
.sceditor-more-emoticons img {
  padding: 0;
  cursor: pointer;
  margin: 2px; }

.sceditor-more {
  border-top: 1px solid #bbb;
  display: block;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  padding: 6px 0; }

.sceditor-dropdown a:hover {
  background: #eee; }

.sceditor-fontsize-option,
.sceditor-font-option,
.sceditor-format a {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
  text-decoration: none;
  color: #222; }

.sceditor-fontsize-option {
  padding: 7px 13px; }

.sceditor-color-column {
  float: left; }

.sceditor-color-option {
  display: block;
  border: 1px solid #fff;
  height: 10px;
  width: 10px;
  overflow: hidden; }

.sceditor-color-option:hover {
  border: 1px solid #333; }

/**
	 * Toolbar styleing
	 */
div.sceditor-toolbar {
  overflow: hidden;
  padding: 3px 5px 2px;
  background: #f7f7f7;
  line-height: 0;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

div.sceditor-group {
  display: inline-block;
  background: #ddd;
  margin: 1px 5px 1px 0;
  padding: 1px;
  border-bottom: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.ie6 div.sceditor-group,
.ie7 div.sceditor-group {
  display: inline;
  zoom: 1; }

.sceditor-button {
  float: left;
  cursor: pointer;
  padding: 3px 5px;
  width: 16px;
  height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* Needed for Safari 5? */
  text-indent: -9999px; }

.ie .sceditor-button {
  text-indent: 0; }

.ie6 .sceditor-button,
.ie7 .sceditor-button {
  float: none !important;
  display: inline;
  zoom: 1; }

.ie6 .sceditor-button {
  padding: 0; }

.ie6 .sceditor-button div {
  margin: 5px; }

.ie7 .sceditor-button div {
  margin: 5px 0; }

.sceditor-button:hover,
.sceditor-button:active,
.sceditor-button.active {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.sceditor-button:active {
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 8px rgba(0, 0, 0, 0.3); }

.sceditor-button.disabled:hover {
  background: inherit;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.sceditor-button,
.sceditor-button div {
  display: block; }

.sceditor-button div {
  margin: 2px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent; }

.sceditor-button.disabled div {
  opacity: 0.3; }

.text .sceditor-button,
.text .sceditor-button div,
.sceditor-button.text,
.sceditor-button.text div,
.text-icon .sceditor-button,
.text-icon .sceditor-button div,
.sceditor-button.text-icon,
.sceditor-button.text-icon div {
  width: auto;
  overflow: visible;
  line-height: 16px;
  font-size: 1em;
  color: inherit;
  text-indent: 0; }

.text .sceditor-button div,
.sceditor-button.text div {
  padding: 0 2px;
  background: none; }

.text-icon .sceditor-button div,
.sceditor-button.text-icon div {
  padding: 0 2px 0 20px; }

.rtl div.sceditor-toolbar {
  text-align: right; }

.rtl .sceditor-button {
  float: right; }

.rtl div.sceditor-grip {
  right: auto;
  left: 0; }

.sceditor-container {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.sceditor-container textarea {
  font-family: Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace;
  background: #2e3436;
  color: #fff;
  margin: 0;
  padding: 5px; }

div.sceditor-toolbar,
div.sceditor-group {
  background: #f6f6f6; }

div.sceditor-toolbar {
  padding: 0;
  -moz-background-size: 100% 32px;
  -o-background-size: 100% 32px;
  -webkit-background-size: 100% 32px;
  background-size: 100% 32px; }

div.sceditor-group {
  margin: 0;
  padding: 2px 4px;
  border: 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #eaeaea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

div.sceditor-group:last-child {
  border-right: 0; }

div.sceditor-group:first-child {
  border-left: 0; }

.sceditor-button {
  height: 16px;
  padding: 5px;
  margin: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.sceditor-button div {
  margin: 0; }

.sceditor-button.active,
.sceditor-button:hover,
.sceditor-button:active,
.sceditor-button.active:hover {
  margin: 0;
  box-shadow: none; }

.sceditor-button.active {
  background: #f4f4f4;
  border: 1px solid #ccc; }

.sceditor-button:hover {
  background: #fefefe;
  border: 1px solid #ddd; }

.sceditor-button.disabled:hover {
  margin: 1px;
  border: 0; }

.sceditor-button:active {
  background: #eee;
  border: 1px solid #ccc; }

.sceditor-button.active:hover {
  background: #f8f8f8;
  border: 1px solid #ddd; }

/* ------------------------------------------------------------------- */
/* Submit Pages
---------------------------------------------------------------------- */
#titlebar.single.submit-page {
  padding: 65px 0; }

#titlebar.single.submit-page h2,
.submit-page {
  padding: 0 9%; }

#titlebar.single.submit-page h2 {
  font-size: 32px; }

.submit-page h5 {
  margin-bottom: 9px; }

.submit-page h5 span {
  color: #888; }

.submit-page .form {
  margin-bottom: 34px; }

.submit-page .form .note {
  margin-top: 9px;
  color: #808080; }

textarea.WYSIWYG {
  min-height: 300px; }

.submit-page .divider {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin: 50px 0 35px 0; }

.submit-page .button.linkedin-btn {
  background-color: #0077b5; }

.formline {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  margin-bottom: 30px; }

.form.with-line h5 {
  margin-bottom: 12px; }

/* Forms for URL(s), Education and Skills */
.form.boxed {
  background-color: #f9f9f9;
  padding: 38px 38px 23px 38px;
  position: relative;
  margin-top: 20px; }

.form.with-line {
  border-top: 1px solid #E0E0E0;
  padding-top: 30px;
  margin-bottom: 30px; }

.form.boxed input,
.form.boxed textarea {
  background-color: #fff;
  margin-bottom: 15px;
  max-height: 150px; }

a.close-form {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  line-height: 32px;
  width: 32px;
  text-align: center;
  padding: 0;
  background-color: #e9e9e9 !important;
  color: #888; }

a.close-form:hover {
  color: #fff;
  background-color: #282828 !important; }

a.close-form i {
  margin: 0; }

/* ------------------------------------------------------------------- */
/* Footer
---------------------------------------------------------------------- */
#footer {
  background-color: #202020;
  padding: 50px 0 0 0;
  color: #999; }

#footer h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px; }

#footer a.button {
  margin-top: 12px; }

#footer a.button:hover {
  background-color: #fff;
  color: #333; }

/*  Links  */
ul.footer-links {
  margin: 0 0 15px 0; }

.footer-links li {
  position: relative; }

.footer-links li a {
  padding: 0 0 9px 13px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #aaa;
  line-height: 21px; }

.footer-links li a:hover {
  padding-left: 16px;
  color: #fff !important; }

.footer-links li:before {
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\F0DA";
  color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
  padding: 0 7px 0 0;
  color: #ddd; }

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 35px;
  text-align: center;
  padding: 30px 0;
  display: inline-block; }

.footer-bottom h4 {
  font-size: 18px !important; }

.copyrights {
  color: #777; }

.copyrights a {
  color: #ddd; }

/* ------------------------------------------------------------------- */
/* Manage Applications Styles
---------------------------------------------------------------------- */
.application {
  border: 1px solid #e0e0e0;
  margin-bottom: 30px; }

.app-content {
  padding: 35px 40px 35px 40px;
  position: relative; }

.app-footer {
  background-color: #fbfbfb;
  border-top: 1px solid #e0e0e0;
  padding: 22px 40px;
  z-index: 10;
  position: relative; }

.download-csv {
  float: right; }

/* Tabs */
.app-tabs {
  border-top: 1px solid #e0e0e0;
  margin: 0 40px;
  margin-bottom: -1px;
  position: relative; }

.app-tabs .app-tab-content {
  padding: 35px 0 29px 0;
  box-sizing: border-box; }

.app-tabs .app-tab-content .select-grid {
  width: 49% !important;
  display: inline-block;
  float: left; }

.app-tabs .app-tab-content .select-grid:first-child {
  margin-right: 2%; }

.delete-application {
  float: right; }

.delete-application:hover {
  background-color: #d51919 !important; }

.app-tabs a.close-tab {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  line-height: 32px;
  width: 32px;
  text-align: center;
  padding: 0;
  margin-top: -33px; }

.app-tabs a.close-tab i {
  margin: 0; }

.app-tabs div p {
  margin: 0; }

/* Applicant Details */
.app-tabs div i {
  font-weight: 600;
  display: block;
  color: #555; }

.app-tabs .app-tab-content span {
  margin-bottom: 15px;
  display: inline-block; }

.app-tabs div select {
  display: block; }

.app-tabs div i:first-child {
  margin-top: -5px; }

.app-tabs div span:last-child {
  margin-bottom: 7px; }

/* Footer */
.app-footer ul {
  float: right; }

.app-footer .rating {
  float: left;
  margin-top: 1px; }

.app-footer ul li {
  display: inline-block;
  margin-left: 15px;
  color: #808080; }

.app-footer ul li i {
  margin-right: 3px; }

.app-content img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  float: left;
  display: inline-block; }

.app-content .info {
  display: block; }

.app-content .info span {
  font-size: 21px;
  color: #505050;
  margin-top: 17px;
  display: inline-block; }

.app-content .info ul li {
  display: inline-block;
  margin-right: 15px; }

.app-content .info ul li a i {
  margin-right: 3px; }

.app-content .info ul li a {
  color: #808080; }

.app-content .info ul li a:hover {
  color: #505050; }

.app-content .buttons {
  top: 0;
  right: 40px;
  display: inline-block;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin-top: 2px; }

.app-content .buttons .button {
  margin-left: 3px; }

/*----------------------------------- */
/* Star Rating
------------------------------------- */
.rating {
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  width: 110px;
  height: 24px;
  display: block; }

.rating .star-rating {
  position: relative;
  width: inherit;
  display: block;
  padding: 0;
  margin: 0; }

.rating.five-stars .star-rating:after {
  width: 100%; }

.rating.four-stars .star-rating:after {
  width: 80%; }

.rating.three-stars .star-rating:after {
  width: 60%; }

.rating.two-stars .star-rating:after {
  width: 40%; }

.rating.one-stars .star-rating:after {
  width: 20%; }

.rating.no-stars .star-rating:after {
  display: none; }

.rating .star-rating:after {
  content: "\F005   \F005   \F005   \F005   \F005";
  font-family: "FontAwesome";
  color: #ffc741;
  display: block;
  position: absolute;
  font-size: 19px;
  z-index: 10;
  letter-spacing: -0.5px; }

.rating .star-bg:after {
  content: "\F006   \F006   \F006   \F006   \F006";
  font-family: "FontAwesome";
  color: #c0c0c0;
  display: block;
  position: absolute;
  font-size: 19px;
  z-index: 9;
  padding: 0;
  margin: 0;
  letter-spacing: -0.5px; }

/* ------------------------------------------------------------------- */
/* Jobs List Page
---------------------------------------------------------------------- */
/*----------------------------------- */
/* Search
------------------------------------- */
.list-search {
  margin: 5px 0 45px 0; }

.list-search button {
  background-color: #505050;
  cursor: pointer;
  color: #FFF;
  float: right;
  width: 56px;
  height: 56px;
  display: inline;
  padding: 0;
  font-size: 18px;
  border: medium none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.list-search button:hover {
  background-color: #282828; }

.list-search input {
  font-size: 16px;
  padding: 17px 22px;
  width: 100%;
  line-height: 20px;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: -56px; }

/*----------------------------------- */
/* Custom Checkbox
------------------------------------- */
.checkboxes li {
  padding: 4px 0; }

.checkboxes li:last-child {
  margin-bottom: -8px; }

.checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px; }

.checkboxes label span {
  color: #909090 !important;
  font-size: 16px; }

.checkboxes input[type=checkbox] {
  display: none; }

.checkboxes label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.checkboxes input[type=checkbox]:checked + label:before {
  content: "\F00C";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  background-color: #505050;
  border: 2px solid transparent; }

/*----------------------------------- */
/* Apply Popup
------------------------------------- */
.small-dialog-headline {
  background-color: #fafafa;
  padding: 25px 40px;
  border-bottom: 1px solid #e0e0e0; }

#small-dialog.apply-popup {
  padding: 0; }

.small-dialog-content {
  padding: 40px; }

.small-dialog-content input {
  margin-bottom: 15px; }

label.upload-btn input[type="file"] {
  display: none; }

.upload-btn {
  float: left;
  padding: 11px 18px;
  margin-right: 18px; }

.small-dialog-content textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 180px; }

.upload-btn i {
  margin-right: 2px; }

.fake-input {
  padding: 10px 18px;
  margin-bottom: 17px; }

.upload-info span {
  float: right; }

.upload-info {
  margin: 20px 0 10px 0; }

.small-dialog-content button.send {
  width: 100%;
  margin-top: 25px; }

.small-dialog-content .divider {
  display: inline-block;
  border-top: 1px solid #e0e0e0;
  height: 1px;
  width: 100%; }

/* ------------------------------------------------------------------- */
/* Media Queries
---------------------------------------------------------------------- */
/* Standard 1180 (devices and browsers) */
/* Smaller than standard 1180 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1289px) {
  .search-container {
    padding: 150px 0; }
  input.ico-01 {
    background-position: 95.5% 20px; }
  input.ico-02 {
    background-position: 95% 20px; }
  #titlebar.single.submit-page h2, .submit-page {
    padding: 0; } }

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .search-container {
    transform: translateY(0) !important; }
  .search-container input.ico-01 {
    width: 49%; }
  .search-container input.ico-02 {
    width: 37%; }
  .search-container button {
    width: 8.5%; }
  input.ico-01 {
    background-position: 95% 20px; }
  input.ico-02 {
    background-position: 93% 20px; }
  .search-container {
    padding: 120px 0; }
  .job-list img {
    margin-left: 30px;
    width: 50px;
    height: 50px; }
  .resumes-list img {
    margin-left: 30px;
    width: 70px;
    height: 70px; }
  .resume-titlebar img {
    width: 90px;
    height: 90px; }
  .job-list .job-list-content {
    margin-left: 105px; }
  .resumes-list .resumes-list-content {
    margin-left: 130px; }
  .resume-titlebar .resumes-list-content {
    margin-left: 120px; }
  .testimonials-slider li p {
    padding: 80px 30px; }
  .flex-control-nav {
    bottom: 40px; }
  .infobox {
    font-size: 30px;
    padding: 45px 0px; }
  #counters {
    padding: 55px 0 52px 0; }
  .counter-box p {
    margin: 7px 0 0 0; }
  .counter-box i,
  .counter {
    font-size: 48px;
    line-height: 36px; }
  .info-banner a.button {
    margin-top: 20px;
    float: left; }
  .caption h2 {
    font-size: 36px; }
  .caption p {
    font-size: 20px;
    line-height: 30px; }
  #titlebar.photo-bg {
    padding: 75px 0; }
  .app-content .buttons {
    left: 0;
    display: inline-block;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    margin-top: 30px; }
  .alternative #navigation {
    border-top: none;
    margin: 0;
    padding: 0; }
  .alternative #navigation ul,
  .alternative .menu ul li {
    margin: 0; }
  .alternative #navigation ul.float-right {
    top: 0; }
  ul.float-right li a:hover,
  ul.float-right li a {
    background-color: #fff;
    color: #333; }
  #titlebar.single.submit-page h2, .submit-page {
    padding: 0; } }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .one.carousel.column {
    width: 5%; }
  #our-clients {
    width: 85%; }
  #our-clients img {
    margin: 0 auto; }
  .search-container {
    transform: translateY(0) !important; }
  .search-container h2 {
    font-size: 40px; }
  .search-container input.ico-01 {
    width: 100%;
    margin: 0 0 15px 0; }
  .search-container input.ico-02 {
    width: 100%;
    margin: 0 0 15px 0; }
  .search-container button {
    width: 100%; }
  input.ico-01 {
    background-position: 95% 20px; }
  input.ico-02 {
    background-position: 94% 20px; }
  .search-container {
    padding: 100px 0; }
  #popular-categories li a {
    width: 100%; }
  .resumes-list img, .job-list img {
    margin-left: 30px;
    width: 50px;
    height: 50px; }
  .icon-box p {
    margin-bottom: 30px; }
  .resume-titlebar .resumes-list-content,
  .resumes-list .resumes-list-content,
  .job-list .job-list-content {
    margin-left: 105px; }
  .testimonials-slider li p {
    padding: 70px 20px; }
  .flex-control-nav {
    bottom: 30px; }
  .infobox {
    font-size: 30px;
    padding: 45px 0px 65px 0; }
  .infobox a {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 15px;
    top: 15px; }
  #footer a.button {
    margin-bottom: 30px; }
  #counters {
    padding: 25px 0 22px 0; }
  .counter-box {
    border-right: 0;
    border-bottom: 1px solid #444;
    padding: 30px 0; }
  .counter-box p {
    margin: 7px 0 0 0; }
  .counter-box i,
  .counter {
    font-size: 48px;
    line-height: 36px; }
  #counters .container:before {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0px; }
  .info-banner a.button {
    margin-top: 20px;
    float: left; }
  .caption h2 {
    font-size: 22px; }
  .caption p {
    display: none; }
  #titlebar .button {
    right: 0;
    position: relative;
    margin-top: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none; }
  #titlebar.photo-bg {
    padding: 55px 0; }
  .resume-titlebar img {
    width: 90px;
    height: 90px; }
  .resume-titlebar .resumes-list-content {
    margin-left: 120px; }
  #titlebar .two-buttons .button {
    right: 0;
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 0px !important; }
  #titlebar .two-buttons {
    margin-top: 20px; }
  .pagination {
    text-align: left; }
  .pagination-next-prev ul li a.prev {
    display: none; }
  .pagination ul li a, .pagination-next-prev ul li a {
    text-align: center; }
  .categories-group h4 {
    margin-bottom: 30px; }
  .app-content .buttons {
    left: 0;
    display: inline-block;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    margin-top: 35px; }
  .app-footer ul {
    float: left;
    margin-top: 7px; }
  .app-footer ul li {
    margin-right: 15px;
    margin-left: 0; }
  .app-tabs .app-tab-content .select-grid:first-child {
    margin-right: 0; }
  .app-tabs .app-tab-content .select-grid {
    width: 100% !important; }
  .app-tabs .app-tab-content .select-grid input {
    margin: 15px 0 0 0; }
  .download-csv {
    float: left;
    margin: -5px 0 20px 0; }
  #contact fieldset div input,
  .add-comment input {
    width: 100%; }
  .my-account {
    width: 100%; }
  .alternative #navigation {
    border-top: none;
    margin: 0;
    padding: 0; }
  .alternative #navigation ul,
  .alternative .menu ul li {
    margin: 0; }
  .alternative #navigation ul.float-right {
    top: 0; }
  ul.float-right li a:hover,
  ul.float-right li a {
    background-color: #fff;
    color: #333; }
  #titlebar.single.submit-page h2, .submit-page {
    padding: 0; } }

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #popular-categories li a {
    width: 50%; } }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .resume-titlebar img {
    display: none; }
  .resume-titlebar .resumes-list-content {
    margin-left: 0px; } }

/* ------------------------------------------------------------------- */
/* Styles Switcher
---------------------------------------------------------------------- */
#style-switcher h3 {
  color: #fff;
  font-size: 13px;
  margin: 5px 0 -5px 1px;
  font-weight: 500; }

#style-switcher {
  background: #333;
  width: 205px;
  position: fixed;
  top: 90px;
  z-index: 9999;
  left: -205px; }

#style-switcher div {
  padding: 2px 18px 10px 18px; }

#style-switcher h2 {
  background: #282828;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 43px;
  padding: 0 0 0 20px;
  text-transform: uppercase; }

#style-switcher h2 a {
  background: url(9534690e2a634af60ace0d01a8abf526.png) no-repeat 9px center transparent;
  background-color: #282828;
  display: block;
  height: 43px;
  position: absolute;
  right: -43px;
  text-indent: -9999px;
  top: 0;
  width: 43px; }

.colors {
  list-style: none;
  margin: 0 0px 10px 0;
  overflow: hidden; }

.colors li {
  float: left;
  margin: 4px 2px 0 2px; }

.colors li a {
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer; }

div.layout-style {
  padding: 0 !important; }

.layout-style select {
  width: 164px;
  padding: 7px;
  color: #aaa;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 10px 2px;
  background-color: #505050;
  border: 0; }

.green, .green-bg {
  background: #26ae61; }

.blue, .blue-bg {
  background: #0c6aca; }

.orange, .orange-bg {
  background: #fa5b0f; }

.navy, .navy-bg {
  background: #495d7f; }

.yellow, .yellow-bg {
  background: #ffb400; }

.peach, .peach-bg {
  background: #fcab55; }

.red, .red-bg {
  background: #dd3737; }

.beige, .beige-bg {
  background: #bfa980; }

.pink, .pink-bg {
  background: #d64391; }

.cyan, .cyan-bg {
  background: #37b6bd; }

.celadon, .celadon-bg {
  background: #74aea1; }

.brown, .brown-bg {
  background: #784e3d; }

.cherry, .cherry-bg {
  background: #911938; }

.gray, .gray-bg {
  background: #808080; }

.purple, .purple-bg {
  background: #917ae9; }

.olive, .olive-bg {
  background: #b3c211; }

.light {
  background: #e9e9e9; }

.bg1 {
  background-image: url(3e8d27610fe291c91d36fb5c4371ac19.png); }

.bg2 {
  background-image: url(7ec6a1a70a428231dd9feb9a0b8d2dec.png); }

.bg3 {
  background-image: url(a624088a28a21dcbb0eef25ac2f5e86e.png); }

.bg4 {
  background-image: url(d3e53d7b2c40c345eac101a3b5ac19cf.png); }

.bg5 {
  background-image: url(49180da1d3c5064ba3a798a91104138c.png); }

.bg6 {
  background-image: url(9d32e42c941b3a93466ca839d6ab767c.png); }

.bg7 {
  background-image: url(209c5ce786f864dd26f2c63eb71c0fdb.png); }

.bg8 {
  background-image: url(66f44fa98729aef9ce936166a9e0b4d3.png); }

.bg9 {
  background-image: url(095f6e1379afe0dd108bbbca340286e4.png); }

.bg10 {
  background-image: url(96cd6d8f3ab69d875f201e5c0db48a14.png); }

.bg11 {
  background-image: url(55fcd07c94fdaa47651ddf349945eefb.png); }

.bg12 {
  background-image: url(ddc45b62c70aabfce6f2abb883dc5b0a.png); }

.bg13 {
  background-image: url(098f384700980bd69771a625c9b2a245.png); }

.bg14 {
  background-image: url(34d9a0dec5bc5d08149772dce5afcfd1.png); }

.bg15 {
  background-image: url(81bd6cdf3df8d40a7eb2100d60dc1147.png); }

.bg16 {
  background-image: url(c771aef9121a773abf04fb88e162f302.png); }

.colors li a.active {
  box-shadow: 0 0 0 2px #fff inset; }

#reset {
  margin: 0 0 10px 2px; }

#reset a.button {
  padding: 7px 14px;
  font-weight: 700;
  font-size: 13px; }

@media only screen and (max-width: 1024px) {
  #style-switcher {
    display: none; } }

/* BORDER RADIUS - START */
ul.float-right li a, .menu ul li a, .menu ul ul, .search-container .chosen-container, .search-container select, .search-container input,
.search-container button, .browse-jobs a, a.button, li .resume-spotlight, li .job-spotlight, .infobox a, .recent-post-img img,
.job-list > li a span.job-type, .map-box h4 span, .job-spotlight h4 span, #titlebar h1 span, #titlebar h2 span, .job_listings h4 span,
.job-list h4 span, .plan-price, .plan, .job-overview, .resume-spotlight, .job-spotlight, input.apply-with-xing[type="button"],
input.apply-with-linkedin[type="button"], input.apply-with-facebook[type="button"], .company-info img, .resumes-content .skills span,
.fake-input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], input[type="phone"], input[type="url"], textarea, select,
.widget-box, body #googlemaps, .page .wpcf7-form input[type="submit"], .job-manager-pagination.pagination ul li span, .job-manager-pagination.pagination ul li a,
.checkboxes label::before, .chosen-container .chosen-single, .chosen-container .chosen-drop, .chosen-container .chosen-results li, .company-letter,
.notification, .upload-btn, .chosen-choices, .chosen-container-multi .chosen-choices li.search-choice, .button.big, .accordion h3, .trigger a, .post-img img,
.job-manager-pagination .current, .pagination .current, .pagination ul li a, .widget-thumb a img, .skills span, a.load_more_resumes,
div.small-dialog.apply-popup, .mfp-content input[type="submit"], .avatar img, .comment-content, #contact input[type="submit"], .application, button.button,
.pagination-next-prev ul li a, .resumes-list img, .resume-titlebar img, #backtotop a, .form-row input[type="submit"] {
  border-radius: 3px; }

.mfp-content .mfp-close {
  top: 25px;
  right: 25px;
  border-radius: 3px; }

.app-tabs a.close-tab,
.small-dialog-headline {
  border-radius: 3px 3px 0 0; }

.hover-icon {
  border-radius: 3px 0 3px 0; }

.chosen-container.chosen-with-drop .chosen-choices,
.chosen-container.chosen-with-drop .chosen-single {
  border-radius: 3px 3px 0 0; }

.chosen-container.chosen-with-drop .chosen-drop {
  border-radius: 0 0 3px 3px; }

.chosen-container-multi .chosen-results li:first-child {
  margin-top: 10px; }

.chosen-container-multi .chosen-results li:last-child {
  margin-bottom: 10px; }

.chosen-container-multi .chosen-results li {
  margin: 0 7px; }

.app-footer,
.plan a.button {
  border-radius: 0 0 3px 3px; }

a.reply {
  margin: 15px 15px 0 0;
  border-radius: 3px; }

.list-search button,
.tp-leftarrow, ul.share-post li:last-child a, .job_filters_links a.alert {
  border-radius: 0 3px 3px 0; }

.tp-rightarrow, ul.share-post li:first-child a, .job_filters_links a.reset {
  border-radius: 3px 0 0 3px; }

body ul.tabs-nav-o li:first-child a, body ul.tabs-nav li:first-child a {
  border-radius: 3px 0 0 3px; }

body ul.tabs-nav-o li:last-child a, body ul.tabs-nav li:last-child a {
  border-radius: 0 3px 3px 0; }

/* BORDER RADIUS - END */
/* ------------------------------------------------------------------- */
/* Red #FF0000
---------------------------------------------------------------------- */
#current,
.icon-box.rounded i:after,
a.button.gray.app-link.opened,
ul.float-right li a:hover,
.menu ul li.sfHover a.sf-with-ul,
.menu ul li a:hover,
a.menu-trigger:hover,
#jPanelMenu-menu li a:hover,
.search-container button,
.upload-btn,
button,
input[type="button"],
input[type="submit"],
a.button,
.upload-btn:hover,
#titlebar.photo-bg a.button.white:hover,
a.button.dark:hover,
#backtotop a:hover,
.mfp-close:hover,
.tabs-nav li.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
.highlight.color,
.plan.color-2 .plan-price,
.plan.color-2 a.button,
.tp-leftarrow:hover,
.tp-rightarrow:hover,
.pagination ul li a.current-page,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover,
.infobox,
.hover-icon,
.comment-by a.reply:hover,
.chosen-container .chosen-results li.highlighted,
.chosen-container-multi .chosen-choices li.search-choice,
.list-search button,
.checkboxes input[type=checkbox]:checked + label:before {
  background-color: #FF0000; }

a,
table td.title a:hover,
.icon-box.rounded i,
table.manage-table td.action a:hover,
#breadcrumbs ul li a:hover,
#titlebar span.icons a:hover,
.counter-box i,
.counter,
#popular-categories li a i,
.list-1 li:before,
.dropcap,
.resume-titlebar span a:hover i,
.resumes-list-content h4,
.job-overview ul li i,
.company-info span a:hover,
.infobox a:hover,
.meta-tags span a:hover,
.widget-text h5 a:hover,
.app-content .info span,
.app-content .info ul li a:hover {
  color: #FF0000; }

.icon-box.rounded i {
  border-color: #FF0000; }

.resumes-list li a:before,
.job-list li a:before,
table.manage-table tr:before {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(227, 43, 43, 0.7);
  -moz-box-shadow: 0px 1px 0px 0px rgba(227, 43, 43, 0.7);
  box-shadow: 0px 1px 0px 0px rgba(227, 43, 43, 0.7); }

#popular-categories li a:before {
  -webkit-box-shadow: 0px 0px 0px 1px rgba(227, 43, 43, 0.7);
  -moz-box-shadow: 0px 0px 0px 1px rgba(227, 43, 43, 0.7);
  box-shadow: 0px 0px 0px 1px rgba(227, 43, 43, 0.7); }

table.manage-table tr:hover td,
.resumes-list li:hover,
.job-list li:hover {
  border-color: rgba(227, 43, 43, 0.7); }

table.manage-table tr:hover td,
.resumes-list li:hover,
.job-list li:hover,
#popular-categories li a:hover {
  background-color: rgba(227, 43, 43, 0.05); }

.resumes-list li:hover,
.job-list li:hover {
  border-color: #FF0000 !important; }

.resumes-list li.highlighted a:after,
.resumes-list li a:after,
.job-list li.highlighted a:after,
.job-list li a:after {
  background-color: #FF0000; }
form.searchbar {
  padding: 0;
  margin: 0; }

.browse-jobs {
  color: white;
  font-size: 80%; }

.browse-jobs a, .browse-button {
  color: white;
  border: solid 1px #E0E0E0;
  margin: 0; }

.browse-jobs a:hover, .browse-button:hover {
  background-color: black;
  border: solid 1px black; }

.listing-category-button {
  color: white;
  padding: 3px 10px;
  font-size: 11px; }

.listing-map-area {
  margin-bottom: 3em; }

.search-bar-small {
  background-color: red;
  padding: 10px; }

.category-buttons {
  margin: 20px 0 0 0; }

a.button.category-button {
  line-height: 15px; }

.button.category-button {
  color: white;
  padding: 5px 10px;
  font-size: 75%; }

.company-info .content {
  margin-top: 0; }

.company-info .listing-logo {
  margin-top: 10px; }

/* breadcrumbs */
ul.breadcrumbs li {
  display: inline;
  font-size: 150%;
  top: -5px; }

ul.breadcrumbs .breadcrumb-separator {
  padding: 10px; }
/* .cell {
  float:left;
  height:100px;
  width:250px;
  background-color:#eee;
  margin:2px;
  padding: 10px;
  text-align:center;
  text-overflow: ellipsis;
  display: table;
}

.cell:hover {
  background-color: #ddd;
}

.inner {
  display: table-cell;
  vertical-align: middle;
}

span.browse-link-text {
  text-decoration: underline;
}

.browse-header {
  background-image: url(../../../asset/img/all-categories-photo.jpg);
} */

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzdHlsZV9wdWJsaWMuY3NzIiwic291cmNlUm9vdCI6IiJ9*/