/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  /*font-family: sans-serif;*/
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  /*margin: 0.67em 0;*/
  /*font-size: 2em;*/
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  /*font-size: 62.5%;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-size: 14px;*/
  /*line-height: 1.428571429;*/
  /*color: #333333;*/
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  /*color: #2a6496;*/
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-weight: 500;*/
  /*line-height: 1.1;*/
  /*color: inherit;*/
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  /*font-size: 36px;*/
}

h2,
.h2 {
  /*font-size: 30px;*/
}

h3,
.h3 {
  /*font-size: 24px;*/
}

h4,
.h4 {
  /*font-size: 18px;*/
}

h5,
.h5 {
  /*font-size: 14px;*/
}

h6,
.h6 {
  /*font-size: 12px;*/
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #8a6d3b;
}

.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

.text-danger:hover {
  color: #843534;
}

.text-success {
  color: #3c763d;
}

.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

.text-info:hover {
  color: #245269;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  /*margin-right: -15px;
  margin-left: -15px;*/
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  /*padding-right: 15px;
  padding-left: 15px;*/
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.23333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.23333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(//getphoto-demo1.gogetlab.com/wp-content/themes/getphoto/fonts/glyphicons-halflings-regular.eot);
  src: url(//getphoto-demo1.gogetlab.com/wp-content/themes/getphoto/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//getphoto-demo1.gogetlab.com/wp-content/themes/getphoto/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//getphoto-demo1.gogetlab.com/wp-content/themes/getphoto/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//getphoto-demo1.gogetlab.com/wp-content/themes/getphoto/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
  width: 1em;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  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;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

table.hidden-xs {
  display: table;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

table.hidden-sm {
  display: table;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

table.hidden-md {
  display: table;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

table.hidden-lg {
  display: table;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
	font-family: 'icomoon';
	src:url(//getphoto-demo1.gogetlab.com/wp-content/themes/getphoto/font/icomoon.eot);
	src:url(//getphoto-demo1.gogetlab.com/wp-content/themes/getphoto/font/icomoon.eot?#iefix) format('embedded-opentype'),
		url(//getphoto-demo1.gogetlab.com/wp-content/themes/getphoto/font/icomoon.ttf) format('truetype'),
		url(//getphoto-demo1.gogetlab.com/wp-content/themes/getphoto/font/icomoon.woff) format('woff'),
		url(//getphoto-demo1.gogetlab.com/wp-content/themes/getphoto/font/icomoon.svg#icomoon) format('svg');
	font-weight: normal;
	font-style: normal;
}

.icomoon_icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zoom-out2:before {
    content: "\e600";
}
.icon-zoom-out:before {
    content: "\e601";
}
.icon-zoom-in2:before {
    content: "\e602";
}
.icon-zoom-in:before {
    content: "\e603";
}
.icon-youtube2:before {
    content: "\e604";
}
.icon-youtube:before {
    content: "\e605";
}
.icon-yin-yang:before {
    content: "\e606";
}
.icon-yelp:before {
    content: "\e607";
}
.icon-yahoo:before {
    content: "\e608";
}
.icon-xing2:before {
    content: "\e609";
}
.icon-xing:before {
    content: "\e60a";
}
.icon-wrench4:before {
    content: "\e60b";
}
.icon-wrench3:before {
    content: "\e60c";
}
.icon-wrench2:before {
    content: "\e60d";
}
.icon-wrench:before {
    content: "\e60e";
}
.icon-wordpress2:before {
    content: "\e60f";
}
.icon-wordpress:before {
    content: "\e610";
}
.icon-wondering2:before {
    content: "\e611";
}
.icon-wondering:before {
    content: "\e612";
}
.icon-woman:before {
    content: "\e613";
}
.icon-wink2:before {
    content: "\e614";
}
.icon-wink:before {
    content: "\e615";
}
.icon-windy:before {
    content: "\e616";
}
.icon-windows8:before {
    content: "\e617";
}
.icon-windows:before {
    content: "\e618";
}
.icon-width:before {
    content: "\e619";
}
.icon-weather-snow:before {
    content: "\e61a";
}
.icon-weather-rain:before {
    content: "\e61b";
}
.icon-weather-lightning:before {
    content: "\e61c";
}
.icon-wave2:before {
    content: "\e61d";
}
.icon-wave:before {
    content: "\e61e";
}
.icon-watch:before {
    content: "\e61f";
}
.icon-warning2:before {
    content: "\e620";
}
.icon-warning:before {
    content: "\e621";
}
.icon-wand2:before {
    content: "\e622";
}
.icon-wand:before {
    content: "\e623";
}
.icon-volume-mute6:before {
    content: "\e624";
}
.icon-volume-mute5:before {
    content: "\e625";
}
.icon-volume-mute4:before {
    content: "\e626";
}
.icon-volume-mute3:before {
    content: "\e627";
}
.icon-volume-mute2:before {
    content: "\e628";
}
.icon-volume-mute:before {
    content: "\e629";
}
.icon-volume-medium2:before {
    content: "\e62a";
}
.icon-volume-medium:before {
    content: "\e62b";
}
.icon-volume-low2:before {
    content: "\e62c";
}
.icon-volume-low:before {
    content: "\e62d";
}
.icon-volume-increase2:before {
    content: "\e62e";
}
.icon-volume-increase:before {
    content: "\e62f";
}
.icon-volume-high2:before {
    content: "\e630";
}
.icon-volume-high:before {
    content: "\e631";
}
.icon-volume-decrease2:before {
    content: "\e632";
}
.icon-volume-decrease:before {
    content: "\e633";
}
.icon-volume5:before {
    content: "\e634";
}
.icon-volume4:before {
    content: "\e635";
}
.icon-volume3:before {
    content: "\e636";
}
.icon-volume2:before {
    content: "\e637";
}
.icon-volume1:before {
    content: "\e638";
}
.icon-volume0:before {
    content: "\e639";
}
.icon-vimeo3:before {
    content: "\e63a";
}
.icon-vimeo2:before {
    content: "\e63b";
}
.icon-vimeo:before {
    content: "\e63c";
}
.icon-vector:before {
    content: "\e63d";
}
.icon-vcard:before {
    content: "\e63e";
}
.icon-users5:before {
    content: "\e63f";
}
.icon-users4:before {
    content: "\e640";
}
.icon-users3:before {
    content: "\e641";
}
.icon-users2:before {
    content: "\e642";
}
.icon-users:before {
    content: "\e643";
}
.icon-user-plus3:before {
    content: "\e644";
}
.icon-user-plus2:before {
    content: "\e645";
}
.icon-user-plus:before {
    content: "\e646";
}
.icon-user-minus3:before {
    content: "\e647";
}
.icon-user-minus2:before {
    content: "\e648";
}
.icon-user-minus:before {
    content: "\e649";
}
.icon-user-cancel2:before {
    content: "\e64a";
}
.icon-user-cancel:before {
    content: "\e64b";
}
.icon-user-block2:before {
    content: "\e64c";
}
.icon-user-block:before {
    content: "\e64d";
}
.icon-user8:before {
    content: "\e64e";
}
.icon-user7:before {
    content: "\e64f";
}
.icon-user6:before {
    content: "\e650";
}
.icon-user5:before {
    content: "\e651";
}
.icon-user4:before {
    content: "\e652";
}
.icon-user3:before {
    content: "\e653";
}
.icon-user2:before {
    content: "\e654";
}
.icon-user:before {
    content: "\e655";
}
.icon-upload7:before {
    content: "\e656";
}
.icon-upload6:before {
    content: "\e657";
}
.icon-upload5:before {
    content: "\e658";
}
.icon-upload4:before {
    content: "\e659";
}
.icon-upload3:before {
    content: "\e65a";
}
.icon-upload2:before {
    content: "\e65b";
}
.icon-upload:before {
    content: "\e65c";
}
.icon-unlocked2:before {
    content: "\e65d";
}
.icon-unlocked:before {
    content: "\e65e";
}
.icon-unite:before {
    content: "\e65f";
}
.icon-undo2:before {
    content: "\e660";
}
.icon-undo:before {
    content: "\e661";
}
.icon-underline2:before {
    content: "\e662";
}
.icon-underline:before {
    content: "\e663";
}
.icon-umbrella:before {
    content: "\e664";
}
.icon-type:before {
    content: "\e665";
}
.icon-twitter3:before {
    content: "\e666";
}
.icon-twitter2:before {
    content: "\e667";
}
.icon-twitter:before {
    content: "\e668";
}
.icon-tv:before {
    content: "\e669";
}
.icon-tux:before {
    content: "\e66a";
}
.icon-tumblr2:before {
    content: "\e66b";
}
.icon-tumblr:before {
    content: "\e66c";
}
.icon-tshirt:before {
    content: "\e66d";
}
.icon-truck:before {
    content: "\e66e";
}
.icon-trophy-star:before {
    content: "\e66f";
}
.icon-trophy2:before {
    content: "\e670";
}
.icon-trophy:before {
    content: "\e671";
}
.icon-tree5:before {
    content: "\e672";
}
.icon-tree4:before {
    content: "\e673";
}
.icon-tree3:before {
    content: "\e674";
}
.icon-tree2:before {
    content: "\e675";
}
.icon-tree:before {
    content: "\e676";
}
.icon-transmission2:before {
    content: "\e677";
}
.icon-transmission:before {
    content: "\e678";
}
.icon-train:before {
    content: "\e679";
}
.icon-tools:before {
    content: "\e67a";
}
.icon-tongue2:before {
    content: "\e67b";
}
.icon-tongue:before {
    content: "\e67c";
}
.icon-ticket:before {
    content: "\e67d";
}
.icon-thumbs-up6:before {
    content: "\e67e";
}
.icon-thumbs-up5:before {
    content: "\e67f";
}
.icon-thumbs-up4:before {
    content: "\e680";
}
.icon-thumbs-up3:before {
    content: "\e681";
}
.icon-thumbs-up2:before {
    content: "\e682";
}
.icon-thumbs-up:before {
    content: "\e683";
}
.icon-thumbs-down2:before {
    content: "\e684";
}
.icon-thumbs-down:before {
    content: "\e685";
}
.icon-text-width:before {
    content: "\e686";
}
.icon-text-height:before {
    content: "\e687";
}
.icon-text-color:before {
    content: "\e688";
}
.icon-temperature2:before {
    content: "\e689";
}
.icon-temperature:before {
    content: "\e68a";
}
.icon-target3:before {
    content: "\e68b";
}
.icon-target2:before {
    content: "\e68c";
}
.icon-target:before {
    content: "\e68d";
}
.icon-tags2:before {
    content: "\e68e";
}
.icon-tags:before {
    content: "\e68f";
}
.icon-tag8:before {
    content: "\e690";
}
.icon-tag7:before {
    content: "\e691";
}
.icon-tag6:before {
    content: "\e692";
}
.icon-tag5:before {
    content: "\e693";
}
.icon-tag4:before {
    content: "\e694";
}
.icon-tag3:before {
    content: "\e695";
}
.icon-tag2:before {
    content: "\e696";
}
.icon-tag:before {
    content: "\e697";
}
.icon-tablet:before {
    content: "\e698";
}
.icon-table2:before {
    content: "\e699";
}
.icon-table:before {
    content: "\e69a";
}
.icon-tab:before {
    content: "\e69b";
}
.icon-switch:before {
    content: "\e69c";
}
.icon-support:before {
    content: "\e69d";
}
.icon-superscript2:before {
    content: "\e69e";
}
.icon-superscript:before {
    content: "\e69f";
}
.icon-sun-glasses:before {
    content: "\e6a0";
}
.icon-sun2:before {
    content: "\e6a1";
}
.icon-sun:before {
    content: "\e6a2";
}
.icon-subtract:before {
    content: "\e6a3";
}
.icon-subscript2:before {
    content: "\e6a4";
}
.icon-subscript:before {
    content: "\e6a5";
}
.icon-stumbleupon2:before {
    content: "\e6a6";
}
.icon-stumbleupon:before {
    content: "\e6a7";
}
.icon-strikethrough3:before {
    content: "\e6a8";
}
.icon-strikethrough2:before {
    content: "\e6a9";
}
.icon-strikethrough:before {
    content: "\e6aa";
}
.icon-storage2:before {
    content: "\e6ab";
}
.icon-storage:before {
    content: "\e6ac";
}
.icon-stopwatch:before {
    content: "\e6ad";
}
.icon-stop2:before {
    content: "\e6ae";
}
.icon-stop:before {
    content: "\e6af";
}
.icon-steps:before {
    content: "\e6b0";
}
.icon-steam2:before {
    content: "\e6b1";
}
.icon-steam:before {
    content: "\e6b2";
}
.icon-stats-up:before {
    content: "\e6b3";
}
.icon-stats-down:before {
    content: "\e6b4";
}
.icon-stats3:before {
    content: "\e6b5";
}
.icon-stats2:before {
    content: "\e6b6";
}
.icon-stats:before {
    content: "\e6b7";
}
.icon-starburst:before {
    content: "\e6b8";
}
.icon-star6:before {
    content: "\e6b9";
}
.icon-star5:before {
    content: "\e6ba";
}
.icon-star4:before {
    content: "\e6bb";
}
.icon-star3:before {
    content: "\e6bc";
}
.icon-star2:before {
    content: "\e6bd";
}
.icon-star:before {
    content: "\e6be";
}
.icon-stairs-down2:before {
    content: "\e6bf";
}
.icon-stairs-down:before {
    content: "\e6c0";
}
.icon-stairs2:before {
    content: "\e6c1";
}
.icon-stairs:before {
    content: "\e6c2";
}
.icon-stack-user:before {
    content: "\e6c3";
}
.icon-stack-up:before {
    content: "\e6c4";
}
.icon-stack-star:before {
    content: "\e6c5";
}
.icon-stack-spades:before {
    content: "\e6c6";
}
.icon-stack-plus:before {
    content: "\e6c7";
}
.icon-stack-play:before {
    content: "\e6c8";
}
.icon-stack-picture:before {
    content: "\e6c9";
}
.icon-stackoverflow:before {
    content: "\e6ca";
}
.icon-stack-music:before {
    content: "\e6cb";
}
.icon-stack-minus:before {
    content: "\e6cc";
}
.icon-stack-list:before {
    content: "\e6cd";
}
.icon-stack-hearts:before {
    content: "\e6ce";
}
.icon-stack-empty:before {
    content: "\e6cf";
}
.icon-stack-down:before {
    content: "\e6d0";
}
.icon-stack-diamonds:before {
    content: "\e6d1";
}
.icon-stack-clubs:before {
    content: "\e6d2";
}
.icon-stack-checkmark:before {
    content: "\e6d3";
}
.icon-stack-cancel:before {
    content: "\e6d4";
}
.icon-stack4:before {
    content: "\e6d5";
}
.icon-stack3:before {
    content: "\e6d6";
}
.icon-stack2:before {
    content: "\e6d7";
}
.icon-stack:before {
    content: "\e6d8";
}
.icon-square:before {
    content: "\e6d9";
}
.icon-spotlight:before {
    content: "\e6da";
}
.icon-spinner12:before {
    content: "\e6db";
}
.icon-spinner11:before {
    content: "\e6dc";
}
.icon-spinner10:before {
    content: "\e6dd";
}
.icon-spinner9:before {
    content: "\e6de";
}
.icon-spinner8:before {
    content: "\e6df";
}
.icon-spinner7:before {
    content: "\e6e0";
}
.icon-spinner6:before {
    content: "\e6e1";
}
.icon-spinner5:before {
    content: "\e6e2";
}
.icon-spinner4:before {
    content: "\e6e3";
}
.icon-spinner3:before {
    content: "\e6e4";
}
.icon-spinner2:before {
    content: "\e6e5";
}
.icon-spinner:before {
    content: "\e6e6";
}
.icon-spell-check:before {
    content: "\e6e7";
}
.icon-spam:before {
    content: "\e6e8";
}
.icon-spades:before {
    content: "\e6e9";
}
.icon-soundcloud2:before {
    content: "\e6ea";
}
.icon-soundcloud:before {
    content: "\e6eb";
}
.icon-sort2:before {
    content: "\e6ec";
}
.icon-sort:before {
    content: "\e6ed";
}
.icon-socket:before {
    content: "\e6ee";
}
.icon-soccer:before {
    content: "\e6ef";
}
.icon-snowflake:before {
    content: "\e6f0";
}
.icon-smiley2:before {
    content: "\e6f1";
}
.icon-smiley:before {
    content: "\e6f2";
}
.icon-skype:before {
    content: "\e6f3";
}
.icon-skull3:before {
    content: "\e6f4";
}
.icon-skull2:before {
    content: "\e6f5";
}
.icon-skull:before {
    content: "\e6f6";
}
.icon-signup:before {
    content: "\e6f7";
}
.icon-sigma:before {
    content: "\e6f8";
}
.icon-shuffle2:before {
    content: "\e6f9";
}
.icon-shuffle:before {
    content: "\e6fa";
}
.icon-shocked2:before {
    content: "\e6fb";
}
.icon-shocked:before {
    content: "\e6fc";
}
.icon-ship:before {
    content: "\e6fd";
}
.icon-shield4:before {
    content: "\e6fe";
}
.icon-shield3:before {
    content: "\e6ff";
}
.icon-shield2:before {
    content: "\e700";
}
.icon-shield:before {
    content: "\e701";
}
.icon-share3:before {
    content: "\e702";
}
.icon-share2:before {
    content: "\e703";
}
.icon-share:before {
    content: "\e704";
}
.icon-seven-segment-9:before {
    content: "\e705";
}
.icon-seven-segment-8:before {
    content: "\e706";
}
.icon-seven-segment-7:before {
    content: "\e707";
}
.icon-seven-segment-6:before {
    content: "\e708";
}
.icon-seven-segment-5:before {
    content: "\e709";
}
.icon-seven-segment-4:before {
    content: "\e70a";
}
.icon-seven-segment-3:before {
    content: "\e70b";
}
.icon-seven-segment-2:before {
    content: "\e70c";
}
.icon-seven-segment-1:before {
    content: "\e70d";
}
.icon-seven-segment-0:before {
    content: "\e70e";
}
.icon-settings:before {
    content: "\e70f";
}
.icon-search5:before {
    content: "\e710";
}
.icon-search4:before {
    content: "\e711";
}
.icon-search3:before {
    content: "\e712";
}
.icon-search2:before {
    content: "\e713";
}
.icon-search:before {
    content: "\e714";
}
.icon-screwdriver2:before {
    content: "\e715";
}
.icon-screwdriver:before {
    content: "\e716";
}
.icon-screen4:before {
    content: "\e717";
}
.icon-screen3:before {
    content: "\e718";
}
.icon-screen2:before {
    content: "\e719";
}
.icon-screen:before {
    content: "\e71a";
}
.icon-scissors3:before {
    content: "\e71b";
}
.icon-scissors2:before {
    content: "\e71c";
}
.icon-scissors:before {
    content: "\e71d";
}
.icon-scale-up2:before {
    content: "\e71e";
}
.icon-scale-up:before {
    content: "\e71f";
}
.icon-scale-down2:before {
    content: "\e720";
}
.icon-scale-down:before {
    content: "\e721";
}
.icon-safari:before {
    content: "\e722";
}
.icon-sad2:before {
    content: "\e723";
}
.icon-sad:before {
    content: "\e724";
}
.icon-rulers:before {
    content: "\e725";
}
.icon-rotate2:before {
    content: "\e726";
}
.icon-rotate:before {
    content: "\e727";
}
.icon-rocket:before {
    content: "\e728";
}
.icon-rock:before {
    content: "\e729";
}
.icon-road:before {
    content: "\e72a";
}
.icon-right-to-left:before {
    content: "\e72b";
}
.icon-resize2:before {
    content: "\e72c";
}
.icon-resize:before {
    content: "\e72d";
}
.icon-reply2:before {
    content: "\e72e";
}
.icon-reply:before {
    content: "\e72f";
}
.icon-remove8:before {
    content: "\e730";
}
.icon-remove7:before {
    content: "\e731";
}
.icon-remove6:before {
    content: "\e732";
}
.icon-remove5:before {
    content: "\e733";
}
.icon-remove4:before {
    content: "\e734";
}
.icon-remove3:before {
    content: "\e735";
}
.icon-remove2:before {
    content: "\e736";
}
.icon-remove:before {
    content: "\e737";
}
.icon-redo2:before {
    content: "\e738";
}
.icon-redo:before {
    content: "\e739";
}
.icon-reddit:before {
    content: "\e73a";
}
.icon-reading:before {
    content: "\e73b";
}
.icon-rating3:before {
    content: "\e73c";
}
.icon-rating2:before {
    content: "\e73d";
}
.icon-rating:before {
    content: "\e73e";
}
.icon-radio-unchecked:before {
    content: "\e73f";
}
.icon-radio-checked:before {
    content: "\e740";
}
.icon-radio2:before {
    content: "\e741";
}
.icon-radio:before {
    content: "\e742";
}
.icon-racing:before {
    content: "\e743";
}
.icon-quotes-right3:before {
    content: "\e744";
}
.icon-quotes-right2:before {
    content: "\e745";
}
.icon-quotes-right:before {
    content: "\e746";
}
.icon-quotes-left:before {
    content: "\e747";
}
.icon-quill3:before {
    content: "\e748";
}
.icon-quill2:before {
    content: "\e749";
}
.icon-quill:before {
    content: "\e74a";
}
.icon-question5:before {
    content: "\e74b";
}
.icon-question4:before {
    content: "\e74c";
}
.icon-question3:before {
    content: "\e74d";
}
.icon-question2:before {
    content: "\e74e";
}
.icon-question:before {
    content: "\e74f";
}
.icon-queen:before {
    content: "\e750";
}
.icon-qrcode:before {
    content: "\e751";
}
.icon-pyramid2:before {
    content: "\e752";
}
.icon-pyramid:before {
    content: "\e753";
}
.icon-puzzle4:before {
    content: "\e754";
}
.icon-puzzle3:before {
    content: "\e755";
}
.icon-puzzle2:before {
    content: "\e756";
}
.icon-puzzle:before {
    content: "\e757";
}
.icon-pushpin:before {
    content: "\e758";
}
.icon-profile:before {
    content: "\e759";
}
.icon-print3:before {
    content: "\e75a";
}
.icon-print2:before {
    content: "\e75b";
}
.icon-print:before {
    content: "\e75c";
}
.icon-previous:before {
    content: "\e75d";
}
.icon-power-cord:before {
    content: "\e75e";
}
.icon-power2:before {
    content: "\e75f";
}
.icon-power:before {
    content: "\e760";
}
.icon-popout:before {
    content: "\e761";
}
.icon-point-up:before {
    content: "\e762";
}
.icon-point-right:before {
    content: "\e763";
}
.icon-point-left:before {
    content: "\e764";
}
.icon-pointer:before {
    content: "\e765";
}
.icon-point-down:before {
    content: "\e766";
}
.icon-podium:before {
    content: "\e767";
}
.icon-podcast3:before {
    content: "\e768";
}
.icon-podcast2:before {
    content: "\e769";
}
.icon-podcast:before {
    content: "\e76a";
}
.icon-plus-circle2:before {
    content: "\e76b";
}
.icon-plus-circle:before {
    content: "\e76c";
}
.icon-plus2:before {
    content: "\e76d";
}
.icon-plus:before {
    content: "\e76e";
}
.icon-playlist:before {
    content: "\e76f";
}
.icon-play4:before {
    content: "\e770";
}
.icon-play3:before {
    content: "\e771";
}
.icon-play2:before {
    content: "\e772";
}
.icon-play:before {
    content: "\e773";
}
.icon-pinterest2:before {
    content: "\e774";
}
.icon-pinterest:before {
    content: "\e775";
}
.icon-pilcrow:before {
    content: "\e776";
}
.icon-pie7:before {
    content: "\e777";
}
.icon-pie6:before {
    content: "\e778";
}
.icon-pie5:before {
    content: "\e779";
}
.icon-pie4:before {
    content: "\e77a";
}
.icon-pie3:before {
    content: "\e77b";
}
.icon-pie2:before {
    content: "\e77c";
}
.icon-pie:before {
    content: "\e77d";
}
.icon-picassa2:before {
    content: "\e77e";
}
.icon-picassa:before {
    content: "\e77f";
}
.icon-piano:before {
    content: "\e780";
}
.icon-phone-hang-up2:before {
    content: "\e781";
}
.icon-phone-hang-up:before {
    content: "\e782";
}
.icon-phone6:before {
    content: "\e783";
}
.icon-phone5:before {
    content: "\e784";
}
.icon-phone4:before {
    content: "\e785";
}
.icon-phone3:before {
    content: "\e786";
}
.icon-phone2:before {
    content: "\e787";
}
.icon-phone:before {
    content: "\e788";
}
.icon-people:before {
    content: "\e789";
}
.icon-pencil6:before {
    content: "\e78a";
}
.icon-pencil5:before {
    content: "\e78b";
}
.icon-pencil4:before {
    content: "\e78c";
}
.icon-pencil3:before {
    content: "\e78d";
}
.icon-pencil2:before {
    content: "\e78e";
}
.icon-pencil:before {
    content: "\e78f";
}
.icon-pen5:before {
    content: "\e790";
}
.icon-pen4:before {
    content: "\e791";
}
.icon-pen3:before {
    content: "\e792";
}
.icon-pen2:before {
    content: "\e793";
}
.icon-pen:before {
    content: "\e794";
}
.icon-peace:before {
    content: "\e795";
}
.icon-paypal3:before {
    content: "\e796";
}
.icon-paypal2:before {
    content: "\e797";
}
.icon-paypal:before {
    content: "\e798";
}
.icon-pawn:before {
    content: "\e799";
}
.icon-paw:before {
    content: "\e79a";
}
.icon-pause2:before {
    content: "\e79b";
}
.icon-pause:before {
    content: "\e79c";
}
.icon-patch:before {
    content: "\e79d";
}
.icon-paste3:before {
    content: "\e79e";
}
.icon-paste2:before {
    content: "\e79f";
}
.icon-paste:before {
    content: "\e7a0";
}
.icon-paragraph-right3:before {
    content: "\e7a1";
}
.icon-paragraph-right2:before {
    content: "\e7a2";
}
.icon-paragraph-right:before {
    content: "\e7a3";
}
.icon-paragraph-left3:before {
    content: "\e7a4";
}
.icon-paragraph-left2:before {
    content: "\e7a5";
}
.icon-paragraph-left:before {
    content: "\e7a6";
}
.icon-paragraph-justify3:before {
    content: "\e7a7";
}
.icon-paragraph-justify2:before {
    content: "\e7a8";
}
.icon-paragraph-justify:before {
    content: "\e7a9";
}
.icon-paragraph-center3:before {
    content: "\e7aa";
}
.icon-paragraph-center2:before {
    content: "\e7ab";
}
.icon-paragraph-center:before {
    content: "\e7ac";
}
.icon-paper-plane:before {
    content: "\e7ad";
}
.icon-palette2:before {
    content: "\e7ae";
}
.icon-palette:before {
    content: "\e7af";
}
.icon-paint-format2:before {
    content: "\e7b0";
}
.icon-paint-format:before {
    content: "\e7b1";
}
.icon-page-break2:before {
    content: "\e7b2";
}
.icon-page-break:before {
    content: "\e7b3";
}
.icon-pagebreak:before {
    content: "\e7b4";
}
.icon-pacman:before {
    content: "\e7b5";
}
.icon-package:before {
    content: "\e7b6";
}
.icon-opera:before {
    content: "\e7b7";
}
.icon-omega:before {
    content: "\e7b8";
}
.icon-office:before {
    content: "\e7b9";
}
.icon-numbered-list:before {
    content: "\e7ba";
}
.icon-notification2:before {
    content: "\e7bb";
}
.icon-notification:before {
    content: "\e7bc";
}
.icon-notebook:before {
    content: "\e7bd";
}
.icon-next:before {
    content: "\e7be";
}
.icon-new-tab2:before {
    content: "\e7bf";
}
.icon-new-tab:before {
    content: "\e7c0";
}
.icon-newspaper:before {
    content: "\e7c1";
}
.icon-new:before {
    content: "\e7c2";
}
.icon-neutral2:before {
    content: "\e7c3";
}
.icon-neutral:before {
    content: "\e7c4";
}
.icon-network:before {
    content: "\e7c5";
}
.icon-nbsp:before {
    content: "\e7c6";
}
.icon-music6:before {
    content: "\e7c7";
}
.icon-music5:before {
    content: "\e7c8";
}
.icon-music4:before {
    content: "\e7c9";
}
.icon-music3:before {
    content: "\e7ca";
}
.icon-music2:before {
    content: "\e7cb";
}
.icon-music:before {
    content: "\e7cc";
}
.icon-mug:before {
    content: "\e7cd";
}
.icon-movie3:before {
    content: "\e7ce";
}
.icon-movie2:before {
    content: "\e7cf";
}
.icon-movie:before {
    content: "\e7d0";
}
.icon-move:before {
    content: "\e7d1";
}
.icon-mouse4:before {
    content: "\e7d2";
}
.icon-mouse3:before {
    content: "\e7d3";
}
.icon-mouse2:before {
    content: "\e7d4";
}
.icon-mouse:before {
    content: "\e7d5";
}
.icon-moon:before {
    content: "\e7d6";
}
.icon-mobile3:before {
    content: "\e7d7";
}
.icon-mobile2:before {
    content: "\e7d8";
}
.icon-mobile:before {
    content: "\e7d9";
}
.icon-minus-circle2:before {
    content: "\e7da";
}
.icon-minus-circle:before {
    content: "\e7db";
}
.icon-minus2:before {
    content: "\e7dc";
}
.icon-minus:before {
    content: "\e7dd";
}
.icon-microscope:before {
    content: "\e7de";
}
.icon-mic5:before {
    content: "\e7df";
}
.icon-mic4:before {
    content: "\e7e0";
}
.icon-mic3:before {
    content: "\e7e1";
}
.icon-mic2:before {
    content: "\e7e2";
}
.icon-mic:before {
    content: "\e7e3";
}
.icon-meter-slow:before {
    content: "\e7e4";
}
.icon-meter-medium:before {
    content: "\e7e5";
}
.icon-meter-fast:before {
    content: "\e7e6";
}
.icon-meter2:before {
    content: "\e7e7";
}
.icon-meter:before {
    content: "\e7e8";
}
.icon-menu-close2:before {
    content: "\e7e9";
}
.icon-menu-close:before {
    content: "\e7ea";
}
.icon-menu11:before {
    content: "\e7eb";
}
.icon-menu10:before {
    content: "\e7ec";
}
.icon-menu9:before {
    content: "\e7ed";
}
.icon-menu8:before {
    content: "\e7ee";
}
.icon-menu7:before {
    content: "\e7ef";
}
.icon-menu6:before {
    content: "\e7f0";
}
.icon-menu5:before {
    content: "\e7f1";
}
.icon-menu4:before {
    content: "\e7f2";
}
.icon-menu3:before {
    content: "\e7f3";
}
.icon-menu2:before {
    content: "\e7f4";
}
.icon-menu:before {
    content: "\e7f5";
}
.icon-megaphone:before {
    content: "\e7f6";
}
.icon-medal5:before {
    content: "\e7f7";
}
.icon-medal4:before {
    content: "\e7f8";
}
.icon-medal3:before {
    content: "\e7f9";
}
.icon-medal2:before {
    content: "\e7fa";
}
.icon-medal:before {
    content: "\e7fb";
}
.icon-marker2:before {
    content: "\e7fc";
}
.icon-marker:before {
    content: "\e7fd";
}
.icon-map4:before {
    content: "\e7fe";
}
.icon-map3:before {
    content: "\e7ff";
}
.icon-map2:before {
    content: "\e800";
}
.icon-map:before {
    content: "\e801";
}
.icon-man:before {
    content: "\e802";
}
.icon-male:before {
    content: "\e803";
}
.icon-mail-send:before {
    content: "\e804";
}
.icon-mail4:before {
    content: "\e805";
}
.icon-mail3:before {
    content: "\e806";
}
.icon-mail2:before {
    content: "\e807";
}
.icon-mail:before {
    content: "\e808";
}
.icon-magnet4:before {
    content: "\e809";
}
.icon-magnet3:before {
    content: "\e80a";
}
.icon-magnet2:before {
    content: "\e80b";
}
.icon-magnet:before {
    content: "\e80c";
}
.icon-loop5:before {
    content: "\e80d";
}
.icon-loop4:before {
    content: "\e80e";
}
.icon-loop3:before {
    content: "\e80f";
}
.icon-loop2:before {
    content: "\e810";
}
.icon-loop:before {
    content: "\e811";
}
.icon-lock5:before {
    content: "\e812";
}
.icon-lock4:before {
    content: "\e813";
}
.icon-lock3:before {
    content: "\e814";
}
.icon-lock2:before {
    content: "\e815";
}
.icon-lock:before {
    content: "\e816";
}
.icon-location7:before {
    content: "\e817";
}
.icon-location6:before {
    content: "\e818";
}
.icon-location5:before {
    content: "\e819";
}
.icon-location4:before {
    content: "\e81a";
}
.icon-location3:before {
    content: "\e81b";
}
.icon-location2:before {
    content: "\e81c";
}
.icon-location:before {
    content: "\e81d";
}
.icon-list5:before {
    content: "\e81e";
}
.icon-list4:before {
    content: "\e81f";
}
.icon-list3:before {
    content: "\e820";
}
.icon-list2:before {
    content: "\e821";
}
.icon-list:before {
    content: "\e822";
}
.icon-lips2:before {
    content: "\e823";
}
.icon-lips:before {
    content: "\e824";
}
.icon-linkedin:before {
    content: "\e825";
}
.icon-link22:before {
    content: "\e826";
}
.icon-link6:before {
    content: "\e827";
}
.icon-link5:before {
    content: "\e828";
}
.icon-link4:before {
    content: "\e829";
}
.icon-link3:before {
    content: "\e82a";
}
.icon-link2:before {
    content: "\e82b";
}
.icon-link:before {
    content: "\e82c";
}
.icon-lightning:before {
    content: "\e82d";
}
.icon-libreoffice:before {
    content: "\e82e";
}
.icon-library2:before {
    content: "\e82f";
}
.icon-library:before {
    content: "\e830";
}
.icon-left-to-right:before {
    content: "\e831";
}
.icon-leaf2:before {
    content: "\e832";
}
.icon-leaf:before {
    content: "\e833";
}
.icon-lastfm2:before {
    content: "\e834";
}
.icon-lastfm:before {
    content: "\e835";
}
.icon-last:before {
    content: "\e836";
}
.icon-laptop:before {
    content: "\e837";
}
.icon-lanyrd:before {
    content: "\e838";
}
.icon-lamp4:before {
    content: "\e839";
}
.icon-lamp3:before {
    content: "\e83a";
}
.icon-lamp2:before {
    content: "\e83b";
}
.icon-lamp:before {
    content: "\e83c";
}
.icon-ladder:before {
    content: "\e83d";
}
.icon-lab:before {
    content: "\e83e";
}
.icon-knight:before {
    content: "\e83f";
}
.icon-king:before {
    content: "\e840";
}
.icon-key-up:before {
    content: "\e841";
}
.icon-key-right:before {
    content: "\e842";
}
.icon-key-left:before {
    content: "\e843";
}
.icon-key-keyboard:before {
    content: "\e844";
}
.icon-keyhole:before {
    content: "\e845";
}
.icon-key-down:before {
    content: "\e846";
}
.icon-keyboard2:before {
    content: "\e847";
}
.icon-keyboard:before {
    content: "\e848";
}
.icon-key-A:before {
    content: "\e849";
}
.icon-key5:before {
    content: "\e84a";
}
.icon-key4:before {
    content: "\e84b";
}
.icon-key3:before {
    content: "\e84c";
}
.icon-key2:before {
    content: "\e84d";
}
.icon-key:before {
    content: "\e84e";
}
.icon-joomla:before {
    content: "\e84f";
}
.icon-italic2:before {
    content: "\e850";
}
.icon-italic:before {
    content: "\e851";
}
.icon-interset:before {
    content: "\e852";
}
.icon-instagram:before {
    content: "\e853";
}
.icon-insert-template:before {
    content: "\e854";
}
.icon-inject2:before {
    content: "\e855";
}
.icon-inject:before {
    content: "\e856";
}
.icon-info2:before {
    content: "\e857";
}
.icon-info:before {
    content: "\e858";
}
.icon-indent-increase2:before {
    content: "\e859";
}
.icon-indent-increase:before {
    content: "\e85a";
}
.icon-indent-decrease2:before {
    content: "\e85b";
}
.icon-indent-decrease:before {
    content: "\e85c";
}
.icon-images2:before {
    content: "\e85d";
}
.icon-images:before {
    content: "\e85e";
}
.icon-image7:before {
    content: "\e85f";
}
.icon-image6:before {
    content: "\e860";
}
.icon-image5:before {
    content: "\e861";
}
.icon-image4:before {
    content: "\e862";
}
.icon-image3:before {
    content: "\e863";
}
.icon-image2:before {
    content: "\e864";
}
.icon-image:before {
    content: "\e865";
}
.icon-IE:before {
    content: "\e866";
}
.icon-IcoMoon:before {
    content: "\e867";
}
.icon-html52:before {
    content: "\e868";
}
.icon-html5:before {
    content: "\e869";
}
.icon-home12:before {
    content: "\e86a";
}
.icon-home11:before {
    content: "\e86b";
}
.icon-home10:before {
    content: "\e86c";
}
.icon-home9:before {
    content: "\e86d";
}
.icon-home8:before {
    content: "\e86e";
}
.icon-home7:before {
    content: "\e86f";
}
.icon-home6:before {
    content: "\e870";
}
.icon-home5:before {
    content: "\e871";
}
.icon-home4:before {
    content: "\e872";
}
.icon-home3:before {
    content: "\e873";
}
.icon-home2:before {
    content: "\e874";
}
.icon-home:before {
    content: "\e875";
}
.icon-hockey:before {
    content: "\e876";
}
.icon-history2:before {
    content: "\e877";
}
.icon-history:before {
    content: "\e878";
}
.icon-highlight:before {
    content: "\e879";
}
.icon-height:before {
    content: "\e87a";
}
.icon-heart-broken3:before {
    content: "\e87b";
}
.icon-heart-broken2:before {
    content: "\e87c";
}
.icon-heart-broken:before {
    content: "\e87d";
}
.icon-heart8:before {
    content: "\e87e";
}
.icon-heart7:before {
    content: "\e87f";
}
.icon-heart6:before {
    content: "\e880";
}
.icon-heart5:before {
    content: "\e881";
}
.icon-heart4:before {
    content: "\e882";
}
.icon-heart3:before {
    content: "\e883";
}
.icon-heart2:before {
    content: "\e884";
}
.icon-heart:before {
    content: "\e885";
}
.icon-health:before {
    content: "\e886";
}
.icon-headphones2:before {
    content: "\e887";
}
.icon-headphones:before {
    content: "\e888";
}
.icon-happy2:before {
    content: "\e889";
}
.icon-happy:before {
    content: "\e88a";
}
.icon-hanger:before {
    content: "\e88b";
}
.icon-hand:before {
    content: "\e88c";
}
.icon-hammer2:before {
    content: "\e88d";
}
.icon-hammer:before {
    content: "\e88e";
}
.icon-hamburger:before {
    content: "\e88f";
}
.icon-gun-ban:before {
    content: "\e890";
}
.icon-gun:before {
    content: "\e891";
}
.icon-guitar:before {
    content: "\e892";
}
.icon-grin2:before {
    content: "\e893";
}
.icon-grin:before {
    content: "\e894";
}
.icon-grid6:before {
    content: "\e895";
}
.icon-grid5:before {
    content: "\e896";
}
.icon-grid4:before {
    content: "\e897";
}
.icon-grid3:before {
    content: "\e898";
}
.icon-grid2:before {
    content: "\e899";
}
.icon-grid:before {
    content: "\e89a";
}
.icon-graduation:before {
    content: "\e89b";
}
.icon-google-plus4:before {
    content: "\e89c";
}
.icon-google-plus3:before {
    content: "\e89d";
}
.icon-google-plus2:before {
    content: "\e89e";
}
.icon-google-plus:before {
    content: "\e89f";
}
.icon-google-drive:before {
    content: "\e8a0";
}
.icon-google:before {
    content: "\e8a1";
}
.icon-golf:before {
    content: "\e8a2";
}
.icon-globe3:before {
    content: "\e8a3";
}
.icon-globe2:before {
    content: "\e8a4";
}
.icon-globe:before {
    content: "\e8a5";
}
.icon-glasses3:before {
    content: "\e8a6";
}
.icon-glasses2:before {
    content: "\e8a7";
}
.icon-glasses:before {
    content: "\e8a8";
}
.icon-glass2:before {
    content: "\e8a9";
}
.icon-glass:before {
    content: "\e8aa";
}
.icon-github5:before {
    content: "\e8ab";
}
.icon-github4:before {
    content: "\e8ac";
}
.icon-github3:before {
    content: "\e8ad";
}
.icon-github2:before {
    content: "\e8ae";
}
.icon-github:before {
    content: "\e8af";
}
.icon-gift2:before {
    content: "\e8b0";
}
.icon-gift:before {
    content: "\e8b1";
}
.icon-gas-pump:before {
    content: "\e8b2";
}
.icon-gamepad3:before {
    content: "\e8b3";
}
.icon-gamepad2:before {
    content: "\e8b4";
}
.icon-gamepad:before {
    content: "\e8b5";
}
.icon-fullscreen:before {
    content: "\e8b6";
}
.icon-foursquare2:before {
    content: "\e8b7";
}
.icon-foursquare:before {
    content: "\e8b8";
}
.icon-forward3:before {
    content: "\e8b9";
}
.icon-forward2:before {
    content: "\e8ba";
}
.icon-forward:before {
    content: "\e8bb";
}
.icon-forrst2:before {
    content: "\e8bc";
}
.icon-forrst:before {
    content: "\e8bd";
}
.icon-football:before {
    content: "\e8be";
}
.icon-food2:before {
    content: "\e8bf";
}
.icon-food:before {
    content: "\e8c0";
}
.icon-font-size2:before {
    content: "\e8c1";
}
.icon-font-size:before {
    content: "\e8c2";
}
.icon-font:before {
    content: "\e8c3";
}
.icon-folder-upload3:before {
    content: "\e8c4";
}
.icon-folder-upload2:before {
    content: "\e8c5";
}
.icon-folder-upload:before {
    content: "\e8c6";
}
.icon-folder-remove2:before {
    content: "\e8c7";
}
.icon-folder-remove:before {
    content: "\e8c8";
}
.icon-folder-plus4:before {
    content: "\e8c9";
}
.icon-folder-plus3:before {
    content: "\e8ca";
}
.icon-folder-plus2:before {
    content: "\e8cb";
}
.icon-folder-plus:before {
    content: "\e8cc";
}
.icon-folder-open3:before {
    content: "\e8cd";
}
.icon-folder-open2:before {
    content: "\e8ce";
}
.icon-folder-open:before {
    content: "\e8cf";
}
.icon-folder-minus3:before {
    content: "\e8d0";
}
.icon-folder-minus2:before {
    content: "\e8d1";
}
.icon-folder-minus:before {
    content: "\e8d2";
}
.icon-folder-download3:before {
    content: "\e8d3";
}
.icon-folder-download2:before {
    content: "\e8d4";
}
.icon-folder-download:before {
    content: "\e8d5";
}
.icon-folder8:before {
    content: "\e8d6";
}
.icon-folder6:before {
    content: "\e8d7";
}
.icon-folder5:before {
    content: "\e8d8";
}
.icon-folder4:before {
    content: "\e8d9";
}
.icon-folder3:before {
    content: "\e8da";
}
.icon-folder2:before {
    content: "\e8db";
}
.icon-folder:before {
    content: "\e8dc";
}
.icon-flower:before {
    content: "\e8dd";
}
.icon-flip2:before {
    content: "\e8de";
}
.icon-flip:before {
    content: "\e8df";
}
.icon-flickr4:before {
    content: "\e8e0";
}
.icon-flickr3:before {
    content: "\e8e1";
}
.icon-flickr2:before {
    content: "\e8e2";
}
.icon-flickr:before {
    content: "\e8e3";
}
.icon-flattr:before {
    content: "\e8e4";
}
.icon-flag6:before {
    content: "\e8e5";
}
.icon-flag5:before {
    content: "\e8e6";
}
.icon-flag4:before {
    content: "\e8e7";
}
.icon-flag3:before {
    content: "\e8e8";
}
.icon-flag2:before {
    content: "\e8e9";
}
.icon-flag:before {
    content: "\e8ea";
}
.icon-first:before {
    content: "\e8eb";
}
.icon-firefox:before {
    content: "\e8ec";
}
.icon-fire2:before {
    content: "\e8ed";
}
.icon-fire:before {
    content: "\e8ee";
}
.icon-finder:before {
    content: "\e8ef";
}
.icon-filter4:before {
    content: "\e8f0";
}
.icon-filter3:before {
    content: "\e8f1";
}
.icon-filter2:before {
    content: "\e8f2";
}
.icon-filter:before {
    content: "\e8f3";
}
.icon-film4:before {
    content: "\e8f4";
}
.icon-film3:before {
    content: "\e8f5";
}
.icon-film2:before {
    content: "\e8f6";
}
.icon-film:before {
    content: "\e8f7";
}
.icon-file-zip:before {
    content: "\e8f8";
}
.icon-file-xml:before {
    content: "\e8f9";
}
.icon-file-word:before {
    content: "\e8fa";
}
.icon-file-upload2:before {
    content: "\e8fb";
}
.icon-file-upload:before {
    content: "\e8fc";
}
.icon-files:before {
    content: "\e8fd";
}
.icon-file-remove2:before {
    content: "\e8fe";
}
.icon-file-remove:before {
    content: "\e8ff";
}
.icon-file-powerpoint:before {
    content: "\e900";
}
.icon-file-plus2:before {
    content: "\e901";
}
.icon-file-plus:before {
    content: "\e902";
}
.icon-file-pdf:before {
    content: "\e903";
}
.icon-file-openoffice:before {
    content: "\e904";
}
.icon-file-minus2:before {
    content: "\e905";
}
.icon-file-minus:before {
    content: "\e906";
}
.icon-file-excel:before {
    content: "\e907";
}
.icon-file-download2:before {
    content: "\e908";
}
.icon-file-download:before {
    content: "\e909";
}
.icon-file-css:before {
    content: "\e90a";
}
.icon-file-check2:before {
    content: "\e90b";
}
.icon-file-check:before {
    content: "\e90c";
}
.icon-file9:before {
    content: "\e90d";
}
.icon-file8:before {
    content: "\e90e";
}
.icon-file7:before {
    content: "\e90f";
}
.icon-file6:before {
    content: "\e910";
}
.icon-file5:before {
    content: "\e911";
}
.icon-file4:before {
    content: "\e912";
}
.icon-file3:before {
    content: "\e913";
}
.icon-file2:before {
    content: "\e914";
}
.icon-file:before {
    content: "\e915";
}
.icon-female:before {
    content: "\e916";
}
.icon-feed4:before {
    content: "\e917";
}
.icon-feed3:before {
    content: "\e918";
}
.icon-feed2:before {
    content: "\e919";
}
.icon-feed:before {
    content: "\e91a";
}
.icon-fan:before {
    content: "\e91b";
}
.icon-factory:before {
    content: "\e91c";
}
.icon-facebook4:before {
    content: "\e91d";
}
.icon-facebook3:before {
    content: "\e91e";
}
.icon-facebook2:before {
    content: "\e91f";
}
.icon-facebook:before {
    content: "\e920";
}
.icon-eyedropper2:before {
    content: "\e921";
}
.icon-eyedropper:before {
    content: "\e922";
}
.icon-eye-blocked2:before {
    content: "\e923";
}
.icon-eye-blocked:before {
    content: "\e924";
}
.icon-eye8:before {
    content: "\e925";
}
.icon-eye7:before {
    content: "\e926";
}
.icon-eye6:before {
    content: "\e927";
}
.icon-eye5:before {
    content: "\e928";
}
.icon-eye4:before {
    content: "\e929";
}
.icon-eye3:before {
    content: "\e92a";
}
.icon-eye2:before {
    content: "\e92b";
}
.icon-eye:before {
    content: "\e92c";
}
.icon-expand3:before {
    content: "\e92d";
}
.icon-expand2:before {
    content: "\e92e";
}
.icon-expand:before {
    content: "\e92f";
}
.icon-exit4:before {
    content: "\e930";
}
.icon-exit3:before {
    content: "\e931";
}
.icon-exit2:before {
    content: "\e932";
}
.icon-exit:before {
    content: "\e933";
}
.icon-exclude:before {
    content: "\e934";
}
.icon-evil2:before {
    content: "\e935";
}
.icon-evil:before {
    content: "\e936";
}
.icon-esc:before {
    content: "\e937";
}
.icon-equalizer3:before {
    content: "\e938";
}
.icon-equalizer2:before {
    content: "\e939";
}
.icon-equalizer:before {
    content: "\e93a";
}
.icon-envelop-opened:before {
    content: "\e93b";
}
.icon-envelop3:before {
    content: "\e93c";
}
.icon-envelop2:before {
    content: "\e93d";
}
.icon-envelop:before {
    content: "\e93e";
}
.icon-enter5:before {
    content: "\e93f";
}
.icon-enter4:before {
    content: "\e940";
}
.icon-enter3:before {
    content: "\e941";
}
.icon-enter2:before {
    content: "\e942";
}
.icon-enter:before {
    content: "\e943";
}
.icon-embed:before {
    content: "\e944";
}
.icon-eject:before {
    content: "\e945";
}
.icon-eight-ball:before {
    content: "\e946";
}
.icon-earth:before {
    content: "\e947";
}
.icon-dumbbell:before {
    content: "\e948";
}
.icon-droplet4:before {
    content: "\e949";
}
.icon-droplet3:before {
    content: "\e94a";
}
.icon-droplet2:before {
    content: "\e94b";
}
.icon-droplet:before {
    content: "\e94c";
}
.icon-dribbble3:before {
    content: "\e94d";
}
.icon-dribbble2:before {
    content: "\e94e";
}
.icon-dribbble:before {
    content: "\e94f";
}
.icon-drawer3:before {
    content: "\e950";
}
.icon-drawer2:before {
    content: "\e951";
}
.icon-drawer:before {
    content: "\e952";
}
.icon-download7:before {
    content: "\e953";
}
.icon-download6:before {
    content: "\e954";
}
.icon-download5:before {
    content: "\e955";
}
.icon-download4:before {
    content: "\e956";
}
.icon-download3:before {
    content: "\e957";
}
.icon-download2:before {
    content: "\e958";
}
.icon-download:before {
    content: "\e959";
}
.icon-disk:before {
    content: "\e95a";
}
.icon-direction:before {
    content: "\e95b";
}
.icon-dice:before {
    content: "\e95c";
}
.icon-diamonds:before {
    content: "\e95d";
}
.icon-diamond2:before {
    content: "\e95e";
}
.icon-diamond:before {
    content: "\e95f";
}
.icon-deviantart2:before {
    content: "\e960";
}
.icon-deviantart:before {
    content: "\e961";
}
.icon-delicious:before {
    content: "\e962";
}
.icon-database3:before {
    content: "\e963";
}
.icon-database2:before {
    content: "\e964";
}
.icon-database:before {
    content: "\e965";
}
.icon-dashboard:before {
    content: "\e966";
}
.icon-cylinder:before {
    content: "\e967";
}
.icon-cursor2:before {
    content: "\e968";
}
.icon-cursor:before {
    content: "\e969";
}
.icon-cup2:before {
    content: "\e96a";
}
.icon-cup:before {
    content: "\e96b";
}
.icon-cube4:before {
    content: "\e96c";
}
.icon-cube3:before {
    content: "\e96d";
}
.icon-cube2:before {
    content: "\e96e";
}
.icon-cube:before {
    content: "\e96f";
}
.icon-css3:before {
    content: "\e970";
}
.icon-crown:before {
    content: "\e971";
}
.icon-crop2:before {
    content: "\e972";
}
.icon-crop:before {
    content: "\e973";
}
.icon-credit2:before {
    content: "\e974";
}
.icon-credit:before {
    content: "\e975";
}
.icon-cord:before {
    content: "\e976";
}
.icon-copy4:before {
    content: "\e977";
}
.icon-copy3:before {
    content: "\e978";
}
.icon-copy2:before {
    content: "\e979";
}
.icon-copy:before {
    content: "\e97a";
}
.icon-cool2:before {
    content: "\e97b";
}
.icon-cool:before {
    content: "\e97c";
}
.icon-contrast:before {
    content: "\e97d";
}
.icon-contract3:before {
    content: "\e97e";
}
.icon-contract2:before {
    content: "\e97f";
}
.icon-contract:before {
    content: "\e980";
}
.icon-contact-remove2:before {
    content: "\e981";
}
.icon-contact-remove:before {
    content: "\e982";
}
.icon-contact-add2:before {
    content: "\e983";
}
.icon-contact-add:before {
    content: "\e984";
}
.icon-construction:before {
    content: "\e985";
}
.icon-console:before {
    content: "\e986";
}
.icon-connection3:before {
    content: "\e987";
}
.icon-connection2:before {
    content: "\e988";
}
.icon-connection:before {
    content: "\e989";
}
.icon-confused2:before {
    content: "\e98a";
}
.icon-confused:before {
    content: "\e98b";
}
.icon-cone:before {
    content: "\e98c";
}
.icon-compass2:before {
    content: "\e98d";
}
.icon-compass:before {
    content: "\e98e";
}
.icon-command:before {
    content: "\e98f";
}
.icon-coins:before {
    content: "\e990";
}
.icon-coin:before {
    content: "\e991";
}
.icon-cogs:before {
    content: "\e992";
}
.icon-cog7:before {
    content: "\e993";
}
.icon-cog6:before {
    content: "\e994";
}
.icon-cog5:before {
    content: "\e995";
}
.icon-cog4:before {
    content: "\e996";
}
.icon-cog3:before {
    content: "\e997";
}
.icon-cog2:before {
    content: "\e998";
}
.icon-cog:before {
    content: "\e999";
}
.icon-code:before {
    content: "\e99a";
}
.icon-clubs:before {
    content: "\e99b";
}
.icon-cloud-upload:before {
    content: "\e99c";
}
.icon-cloud-download:before {
    content: "\e99d";
}
.icon-cloud3:before {
    content: "\e99e";
}
.icon-cloud2:before {
    content: "\e99f";
}
.icon-cloud:before {
    content: "\e9a0";
}
.icon-close5:before {
    content: "\e9a1";
}
.icon-close4:before {
    content: "\e9a2";
}
.icon-close3:before {
    content: "\e9a3";
}
.icon-close2:before {
    content: "\e9a4";
}
.icon-close:before {
    content: "\e9a5";
}
.icon-clock7:before {
    content: "\e9a6";
}
.icon-clock6:before {
    content: "\e9a7";
}
.icon-clock5:before {
    content: "\e9a8";
}
.icon-clock4:before {
    content: "\e9a9";
}
.icon-clock3:before {
    content: "\e9aa";
}
.icon-clock2:before {
    content: "\e9ab";
}
.icon-clock:before {
    content: "\e9ac";
}
.icon-clipboard4:before {
    content: "\e9ad";
}
.icon-clipboard3:before {
    content: "\e9ae";
}
.icon-clipboard2:before {
    content: "\e9af";
}
.icon-clipboard:before {
    content: "\e9b0";
}
.icon-clear-formatting:before {
    content: "\e9b1";
}
.icon-circle-small:before {
    content: "\e9b2";
}
.icon-circle2:before {
    content: "\e9b3";
}
.icon-circle:before {
    content: "\e9b4";
}
.icon-chrome:before {
    content: "\e9b5";
}
.icon-chess:before {
    content: "\e9b6";
}
.icon-checkmark-circle2:before {
    content: "\e9b7";
}
.icon-checkmark-circle:before {
    content: "\e9b8";
}
.icon-checkmark4:before {
    content: "\e9b9";
}
.icon-checkmark3:before {
    content: "\e9ba";
}
.icon-checkmark2:before {
    content: "\e9bb";
}
.icon-checkmark:before {
    content: "\e9bc";
}
.icon-checkbox-unchecked3:before {
    content: "\e9bd";
}
.icon-checkbox-unchecked2:before {
    content: "\e9be";
}
.icon-checkbox-unchecked:before {
    content: "\e9bf";
}
.icon-checkbox-partial3:before {
    content: "\e9c0";
}
.icon-checkbox-partial2:before {
    content: "\e9c1";
}
.icon-checkbox-partial:before {
    content: "\e9c2";
}
.icon-checkbox-checked2:before {
    content: "\e9c3";
}
.icon-checkbox-checked:before {
    content: "\e9c4";
}
.icon-checkbox:before {
    content: "\e9c5";
}
.icon-chart:before {
    content: "\e9c6";
}
.icon-certificate:before {
    content: "\e9c7";
}
.icon-cd:before {
    content: "\e9c8";
}
.icon-cc:before {
    content: "\e9c9";
}
.icon-cart-remove2:before {
    content: "\e9ca";
}
.icon-cart-remove:before {
    content: "\e9cb";
}
.icon-cart-plus:before {
    content: "\e9cc";
}
.icon-cart-minus:before {
    content: "\e9cd";
}
.icon-cart-checkout:before {
    content: "\e9ce";
}
.icon-cart-add:before {
    content: "\e9cf";
}
.icon-cart7:before {
    content: "\e9d0";
}
.icon-cart6:before {
    content: "\e9d1";
}
.icon-cart5:before {
    content: "\e9d2";
}
.icon-cart4:before {
    content: "\e9d3";
}
.icon-cart3:before {
    content: "\e9d4";
}
.icon-cart2:before {
    content: "\e9d5";
}
.icon-cart:before {
    content: "\e9d6";
}
.icon-car:before {
    content: "\e9d7";
}
.icon-cancel-circle2:before {
    content: "\e9d8";
}
.icon-cancel-circle:before {
    content: "\e9d9";
}
.icon-cancel:before {
    content: "\e9da";
}
.icon-camera9:before {
    content: "\e9db";
}
.icon-camera8:before {
    content: "\e9dc";
}
.icon-camera7:before {
    content: "\e9dd";
}
.icon-camera6:before {
    content: "\e9de";
}
.icon-camera5:before {
    content: "\e9df";
}
.icon-camera4:before {
    content: "\e9e0";
}
.icon-camera3:before {
    content: "\e9e1";
}
.icon-camera2:before {
    content: "\e9e2";
}
.icon-camera:before {
    content: "\e9e3";
}
.icon-call-outgoing:before {
    content: "\e9e4";
}
.icon-call-incoming:before {
    content: "\e9e5";
}
.icon-calendar5:before {
    content: "\e9e6";
}
.icon-calendar4:before {
    content: "\e9e7";
}
.icon-calendar3:before {
    content: "\e9e8";
}
.icon-calendar2:before {
    content: "\e9e9";
}
.icon-calendar:before {
    content: "\e9ea";
}
.icon-calculate2:before {
    content: "\e9eb";
}
.icon-calculate:before {
    content: "\e9ec";
}
.icon-cake:before {
    content: "\e9ed";
}
.icon-cabinet:before {
    content: "\e9ee";
}
.icon-busy4:before {
    content: "\e9ef";
}
.icon-busy3:before {
    content: "\e9f0";
}
.icon-busy2:before {
    content: "\e9f1";
}
.icon-busy:before {
    content: "\e9f2";
}
.icon-bus:before {
    content: "\e9f3";
}
.icon-bullhorn:before {
    content: "\e9f4";
}
.icon-bug2:before {
    content: "\e9f5";
}
.icon-bug:before {
    content: "\e9f6";
}
.icon-bubble-video-chat:before {
    content: "\e9f7";
}
.icon-bubble-user:before {
    content: "\e9f8";
}
.icon-bubble-up:before {
    content: "\e9f9";
}
.icon-bubble-trash:before {
    content: "\e9fa";
}
.icon-bubble-star:before {
    content: "\e9fb";
}
.icon-bubbles10:before {
    content: "\e9fc";
}
.icon-bubbles9:before {
    content: "\e9fd";
}
.icon-bubbles8:before {
    content: "\e9fe";
}
.icon-bubbles7:before {
    content: "\e9ff";
}
.icon-bubbles6:before {
    content: "\ea00";
}
.icon-bubbles5:before {
    content: "\ea01";
}
.icon-bubbles4:before {
    content: "\ea02";
}
.icon-bubbles3:before {
    content: "\ea03";
}
.icon-bubbles2:before {
    content: "\ea04";
}
.icon-bubbles:before {
    content: "\ea05";
}
.icon-bubble-right:before {
    content: "\ea06";
}
.icon-bubble-reply:before {
    content: "\ea07";
}
.icon-bubble-replu:before {
    content: "\ea08";
}
.icon-bubble-quote:before {
    content: "\ea09";
}
.icon-bubble-plus:before {
    content: "\ea0a";
}
.icon-bubble-paperclip:before {
    content: "\ea0b";
}
.icon-bubble-notification2:before {
    content: "\ea0c";
}
.icon-bubble-notification:before {
    content: "\ea0d";
}
.icon-bubble-minus:before {
    content: "\ea0e";
}
.icon-bubble-locked:before {
    content: "\ea0f";
}
.icon-bubble-link:before {
    content: "\ea10";
}
.icon-bubble-left:before {
    content: "\ea11";
}
.icon-bubble-last:before {
    content: "\ea12";
}
.icon-bubble-heart:before {
    content: "\ea13";
}
.icon-bubble-forward2:before {
    content: "\ea14";
}
.icon-bubble-forward:before {
    content: "\ea15";
}
.icon-bubble-first:before {
    content: "\ea16";
}
.icon-bubble-down:before {
    content: "\ea17";
}
.icon-bubble-dots4:before {
    content: "\ea18";
}
.icon-bubble-dots3:before {
    content: "\ea19";
}
.icon-bubble-dots2:before {
    content: "\ea1a";
}
.icon-bubble-dots:before {
    content: "\ea1b";
}
.icon-bubble-check:before {
    content: "\ea1c";
}
.icon-bubble-cancel:before {
    content: "\ea1d";
}
.icon-bubble-blocked:before {
    content: "\ea1e";
}
.icon-bubble13:before {
    content: "\ea1f";
}
.icon-bubble12:before {
    content: "\ea20";
}
.icon-bubble11:before {
    content: "\ea21";
}
.icon-bubble10:before {
    content: "\ea22";
}
.icon-bubble9:before {
    content: "\ea23";
}
.icon-bubble8:before {
    content: "\ea24";
}
.icon-bubble7:before {
    content: "\ea25";
}
.icon-bubble6:before {
    content: "\ea26";
}
.icon-bubble5:before {
    content: "\ea27";
}
.icon-bubble4:before {
    content: "\ea28";
}
.icon-bubble3:before {
    content: "\ea29";
}
.icon-bubble2:before {
    content: "\ea2a";
}
.icon-bubble:before {
    content: "\ea2b";
}
.icon-brush:before {
    content: "\ea2c";
}
.icon-brightness-medium:before {
    content: "\ea2d";
}
.icon-brightness-low:before {
    content: "\ea2e";
}
.icon-brightness-high:before {
    content: "\ea2f";
}
.icon-brightness-contrast:before {
    content: "\ea30";
}
.icon-briefcase3:before {
    content: "\ea31";
}
.icon-briefcase2:before {
    content: "\ea32";
}
.icon-briefcase:before {
    content: "\ea33";
}
.icon-brain:before {
    content: "\ea34";
}
.icon-box-remove:before {
    content: "\ea35";
}
.icon-box-add:before {
    content: "\ea36";
}
.icon-box:before {
    content: "\ea37";
}
.icon-bowling-ball:before {
    content: "\ea38";
}
.icon-bowling2:before {
    content: "\ea39";
}
.icon-bowling:before {
    content: "\ea3a";
}
.icon-bottle2:before {
    content: "\ea3b";
}
.icon-bottle:before {
    content: "\ea3c";
}
.icon-books:before {
    content: "\ea3d";
}
.icon-bookmarks:before {
    content: "\ea3e";
}
.icon-bookmark3:before {
    content: "\ea3f";
}
.icon-bookmark2:before {
    content: "\ea40";
}
.icon-bookmark:before {
    content: "\ea41";
}
.icon-book2:before {
    content: "\ea42";
}
.icon-book:before {
    content: "\ea43";
}
.icon-bomb:before {
    content: "\ea44";
}
.icon-bold2:before {
    content: "\ea45";
}
.icon-bold:before {
    content: "\ea46";
}
.icon-boat:before {
    content: "\ea47";
}
.icon-blogger2:before {
    content: "\ea48";
}
.icon-blogger:before {
    content: "\ea49";
}
.icon-blog2:before {
    content: "\ea4a";
}
.icon-blog:before {
    content: "\ea4b";
}
.icon-blocked:before {
    content: "\ea4c";
}
.icon-bishop:before {
    content: "\ea4d";
}
.icon-binoculars2:before {
    content: "\ea4e";
}
.icon-binoculars:before {
    content: "\ea4f";
}
.icon-bike:before {
    content: "\ea50";
}
.icon-bell2:before {
    content: "\ea51";
}
.icon-bell:before {
    content: "\ea52";
}
.icon-bed2:before {
    content: "\ea53";
}
.icon-bed:before {
    content: "\ea54";
}
.icon-basketball:before {
    content: "\ea55";
}
.icon-basket2:before {
    content: "\ea56";
}
.icon-basket:before {
    content: "\ea57";
}
.icon-baseball:before {
    content: "\ea58";
}
.icon-bars6:before {
    content: "\ea59";
}
.icon-bars5:before {
    content: "\ea5a";
}
.icon-bars4:before {
    content: "\ea5b";
}
.icon-bars3:before {
    content: "\ea5c";
}
.icon-bars2:before {
    content: "\ea5d";
}
.icon-bars:before {
    content: "\ea5e";
}
.icon-barcode2:before {
    content: "\ea5f";
}
.icon-barcode:before {
    content: "\ea60";
}
.icon-balloon:before {
    content: "\ea61";
}
.icon-balance:before {
    content: "\ea62";
}
.icon-bag3:before {
    content: "\ea63";
}
.icon-bag2:before {
    content: "\ea64";
}
.icon-bag:before {
    content: "\ea65";
}
.icon-backward2:before {
    content: "\ea66";
}
.icon-backward:before {
    content: "\ea67";
}
.icon-backspace3:before {
    content: "\ea68";
}
.icon-backspace2:before {
    content: "\ea69";
}
.icon-backspace:before {
    content: "\ea6a";
}
.icon-attachment2:before {
    content: "\ea6b";
}
.icon-attachment:before {
    content: "\ea6c";
}
.icon-atom2:before {
    content: "\ea6d";
}
.icon-atom:before {
    content: "\ea6e";
}
.icon-arrow-up-right7:before {
    content: "\ea6f";
}
.icon-arrow-up-right6:before {
    content: "\ea70";
}
.icon-arrow-up-right5:before {
    content: "\ea71";
}
.icon-arrow-up-right4:before {
    content: "\ea72";
}
.icon-arrow-up-right3:before {
    content: "\ea73";
}
.icon-arrow-up-right2:before {
    content: "\ea74";
}
.icon-arrow-up-right:before {
    content: "\ea75";
}
.icon-arrow-up-left7:before {
    content: "\ea76";
}
.icon-arrow-up-left6:before {
    content: "\ea77";
}
.icon-arrow-up-left5:before {
    content: "\ea78";
}
.icon-arrow-up-left4:before {
    content: "\ea79";
}
.icon-arrow-up-left3:before {
    content: "\ea7a";
}
.icon-arrow-up-left2:before {
    content: "\ea7b";
}
.icon-arrow-up-left:before {
    content: "\ea7c";
}
.icon-arrow-up16:before {
    content: "\ea7d";
}
.icon-arrow-up15:before {
    content: "\ea7e";
}
.icon-arrow-up14:before {
    content: "\ea7f";
}
.icon-arrow-up13:before {
    content: "\ea80";
}
.icon-arrow-up12:before {
    content: "\ea81";
}
.icon-arrow-up11:before {
    content: "\ea82";
}
.icon-arrow-up10:before {
    content: "\ea83";
}
.icon-arrow-up9:before {
    content: "\ea84";
}
.icon-arrow-up8:before {
    content: "\ea85";
}
.icon-arrow-up7:before {
    content: "\ea86";
}
.icon-arrow-up6:before {
    content: "\ea87";
}
.icon-arrow-up5:before {
    content: "\ea88";
}
.icon-arrow-up4:before {
    content: "\ea89";
}
.icon-arrow-up3:before {
    content: "\ea8a";
}
.icon-arrow-up2:before {
    content: "\ea8b";
}
.icon-arrow-up:before {
    content: "\ea8c";
}
.icon-arrow-square:before {
    content: "\ea8d";
}
.icon-arrow-right18:before {
    content: "\ea8e";
}
.icon-arrow-right17:before {
    content: "\ea8f";
}
.icon-arrow-right16:before {
    content: "\ea90";
}
.icon-arrow-right15:before {
    content: "\ea91";
}
.icon-arrow-right14:before {
    content: "\ea92";
}
.icon-arrow-right13:before {
    content: "\ea93";
}
.icon-arrow-right12:before {
    content: "\ea94";
}
.icon-arrow-right11:before {
    content: "\ea95";
}
.icon-arrow-right10:before {
    content: "\ea96";
}
.icon-arrow-right9:before {
    content: "\ea97";
}
.icon-arrow-right8:before {
    content: "\ea98";
}
.icon-arrow-right7:before {
    content: "\ea99";
}
.icon-arrow-right6:before {
    content: "\ea9a";
}
.icon-arrow-right5:before {
    content: "\ea9b";
}
.icon-arrow-right4:before {
    content: "\ea9c";
}
.icon-arrow-right3:before {
    content: "\ea9d";
}
.icon-arrow-right2:before {
    content: "\ea9e";
}
.icon-arrow-right:before {
    content: "\ea9f";
}
.icon-arrow-left17:before {
    content: "\eaa0";
}
.icon-arrow-left16:before {
    content: "\eaa1";
}
.icon-arrow-left15:before {
    content: "\eaa2";
}
.icon-arrow-left14:before {
    content: "\eaa3";
}
.icon-arrow-left13:before {
    content: "\eaa4";
}
.icon-arrow-left12:before {
    content: "\eaa5";
}
.icon-arrow-left11:before {
    content: "\eaa6";
}
.icon-arrow-left10:before {
    content: "\eaa7";
}
.icon-arrow-left9:before {
    content: "\eaa8";
}
.icon-arrow-left8:before {
    content: "\eaa9";
}
.icon-arrow-left7:before {
    content: "\eaaa";
}
.icon-arrow-left6:before {
    content: "\eaab";
}
.icon-arrow-left5:before {
    content: "\eaac";
}
.icon-arrow-left4:before {
    content: "\eaad";
}
.icon-arrow-left3:before {
    content: "\eaae";
}
.icon-arrow-left2:before {
    content: "\eaaf";
}
.icon-arrow-left:before {
    content: "\eab0";
}
.icon-arrow-first:before {
    content: "\eab1";
}
.icon-arrow-down-right7:before {
    content: "\eab2";
}
.icon-arrow-down-right6:before {
    content: "\eab3";
}
.icon-arrow-down-right5:before {
    content: "\eab4";
}
.icon-arrow-down-right4:before {
    content: "\eab5";
}
.icon-arrow-down-right3:before {
    content: "\eab6";
}
.icon-arrow-down-right2:before {
    content: "\eab7";
}
.icon-arrow-down-right:before {
    content: "\eab8";
}
.icon-arrow-down-left7:before {
    content: "\eab9";
}
.icon-arrow-down-left6:before {
    content: "\eaba";
}
.icon-arrow-down-left5:before {
    content: "\eabb";
}
.icon-arrow-down-left4:before {
    content: "\eabc";
}
.icon-arrow-down-left3:before {
    content: "\eabd";
}
.icon-arrow-down-left2:before {
    content: "\eabe";
}
.icon-arrow-down-left:before {
    content: "\eabf";
}
.icon-arrow-down16:before {
    content: "\eac0";
}
.icon-arrow-down15:before {
    content: "\eac1";
}
.icon-arrow-down14:before {
    content: "\eac2";
}
.icon-arrow-down13:before {
    content: "\eac3";
}
.icon-arrow-down12:before {
    content: "\eac4";
}
.icon-arrow-down11:before {
    content: "\eac5";
}
.icon-arrow-down10:before {
    content: "\eac6";
}
.icon-arrow-down9:before {
    content: "\eac7";
}
.icon-arrow-down8:before {
    content: "\eac8";
}
.icon-arrow-down7:before {
    content: "\eac9";
}
.icon-arrow-down6:before {
    content: "\eaca";
}
.icon-arrow-down5:before {
    content: "\eacb";
}
.icon-arrow-down4:before {
    content: "\eacc";
}
.icon-arrow-down3:before {
    content: "\eacd";
}
.icon-arrow-down2:before {
    content: "\eace";
}
.icon-arrow-down:before {
    content: "\eacf";
}
.icon-arrow-bottom:before {
    content: "\ead0";
}
.icon-arrow8:before {
    content: "\ead1";
}
.icon-arrow7:before {
    content: "\ead2";
}
.icon-arrow6:before {
    content: "\ead3";
}
.icon-arrow5:before {
    content: "\ead4";
}
.icon-arrow4:before {
    content: "\ead5";
}
.icon-arrow3:before {
    content: "\ead6";
}
.icon-arrow2:before {
    content: "\ead7";
}
.icon-arrow:before {
    content: "\ead8";
}
.icon-archive:before {
    content: "\ead9";
}
.icon-apple-fruit:before {
    content: "\eada";
}
.icon-apple:before {
    content: "\eadb";
}
.icon-angry2:before {
    content: "\eadc";
}
.icon-angry:before {
    content: "\eadd";
}
.icon-android:before {
    content: "\eade";
}
.icon-anchor:before {
    content: "\eadf";
}
.icon-align-top:before {
    content: "\eae0";
}
.icon-align-right:before {
    content: "\eae1";
}
.icon-align-left:before {
    content: "\eae2";
}
.icon-align-center-vertical:before {
    content: "\eae3";
}
.icon-align-center-horizontal:before {
    content: "\eae4";
}
.icon-align-bottom:before {
    content: "\eae5";
}
.icon-alarm-plus:before {
    content: "\eae6";
}
.icon-accessibility:before {
    content: "\eae7";
}
.icon-accessibility2:before {
    content: "\eae8";
}
.icon-address-book:before {
    content: "\eae9";
}
.icon-address-book2:before {
    content: "\eaea";
}
.icon-aid:before {
    content: "\eaeb";
}
.icon-airplane:before {
    content: "\eaec";
}
.icon-airplane2:before {
    content: "\eaed";
}
.icon-alarm-minus:before {
    content: "\eaee";
}
.icon-alarm-check:before {
    content: "\eaef";
}
.icon-alarm-cancel:before {
    content: "\eaf0";
}
.icon-alarm2:before {
    content: "\eaf1";
}
.icon-alarm:before {
    content: "\eaf2";
}
html,body{
margin:0;
padding:0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
margin: 0;
}
body{
}
a {
color: #777777;
outline: 0 !important;
}
a:hover {
color: #000000;
text-decoration: none;
}
a:focus {
color: #000000;
text-decoration: none;
}
section{
position: relative;
}
section.margin-none{
padding: 0;
}
body.mobile { overflow-x: hidden!important; max-width:100%!important; }
html.mobile{ padding: 0!important; }
.h2_bg {
text-shadow: -1px 1px 1px #222222, -2px 2px 1px #222222, -3px 3px 1px #222222, -4px 4px 1px #222222, -5px 5px 1px #222222, -6px 6px 1px #222222, -7px 7px 1px #222222, -8px 8px 1px #222222, -9px 9px 1px #222222, -10px 10px 1px #222222, -11px 11px 1px #222222, -12px 12px 1px #222222, -13px 13px 1px #222222, -14px 14px 1px #222222, -15px 15px 1px #222222, -16px 16px 1px #222222, -17px 17px 1px #222222, -18px 18px 1px #222222, -19px 19px 1px #222222, -20px 20px 1px #222222, -21px 21px 1px #222222, -22px 22px 1px #222222, -23px 23px 1px #222222, -24px 24px 1px #222222, -25px 25px 1px #222222, -26px 26px 1px #222222, -27px 27px 1px #222222, -28px 28px 1px #222222, -29px 29px 1px #222222, -30px 30px 1px #222222, -31px 31px 1px #222222, -32px 32px 1px #222222, -33px 33px 1px #222222, -34px 34px 1px #222222, -35px 35px 1px #222222, -36px 36px 1px #222222, -37px 37px 1px #222222, -38px 38px 1px #222222, -39px 39px 1px #222222, -40px 40px 1px #222222, -41px 41px 1px #222222, -42px 42px 1px #222222, -43px 43px 1px #222222, -44px 44px 1px #222222, -45px 45px 1px #222222, -46px 46px 1px #222222, -47px 47px 1px #222222, -48px 48px 1px #222222, -49px 49px 1px #222222, -50px 50px 1px #222222, -51px 51px 1px #222222, -52px 52px 1px #222222, -53px 53px 1px #222222, -54px 54px 1px #222222, -55px 55px 1px #222222, -56px 56px 1px #222222, -57px 57px 1px #222222, -58px 58px 1px #222222, -59px 59px 1px #222222, -60px 60px 1px #222222, -61px 61px 1px #222222, -62px 62px 1px #222222, -63px 63px 1px #222222, -64px 64px 1px #222222, -65px 65px 1px #222222, -66px 66px 1px #222222, -67px 67px 1px #222222, -68px 68px 1px #222222, -69px 69px 1px #222222, -70px 70px 1px #222222, -71px 71px 1px #222222, -72px 72px 1px #222222, -73px 73px 1px #222222, -74px 74px 1px #222222, -75px 75px 1px #222222, -76px 76px 1px #222222, -77px 77px 1px #222222, -78px 78px 1px #222222, -79px 79px 1px #222222, -80px 80px 1px #222222, -81px 81px 1px #222222, -82px 82px 1px #222222, -83px 83px 1px #222222, -84px 84px 1px #222222, -85px 85px 1px #222222, -86px 86px 1px #222222, -87px 87px 1px #222222, -88px 88px 1px #222222, -89px 89px 1px #222222, -90px 90px 1px #222222, -91px 91px 1px #222222, -92px 92px 1px #222222, -93px 93px 1px #222222, -94px 94px 1px #222222, -95px 95px 1px #222222, -96px 96px 1px #222222, -97px 97px 1px #222222, -98px 98px 1px #222222, -99px 99px 1px #222222, -100px 100px 1px #222222, -101px 101px 1px #222222, -102px 102px 1px #222222, -103px 103px 1px #222222, -104px 104px 1px #222222, -105px 105px 1px #222222, -106px 106px 1px #222222, -107px 107px 1px #222222, -108px 108px 1px #222222, -109px 109px 1px #222222, -110px 110px 1px #222222, -111px 111px 1px #222222, -112px 112px 1px #222222, -113px 113px 1px #222222, -114px 114px 1px #222222, -115px 115px 1px #222222, -116px 116px 1px #222222, -117px 117px 1px #222222, -118px 118px 1px #222222, -119px 119px 1px #222222, -120px 120px 1px #222222, -121px 121px 1px #222222, -122px 122px 1px #222222, -123px 123px 1px #222222, -124px 124px 1px #222222, -125px 125px 1px #222222, -126px 126px 1px #222222, -127px 127px 1px #222222, -128px 128px 1px #222222, -129px 129px 1px #222222, -130px 130px 1px #222222, -131px 131px 1px #222222, -132px 132px 1px #222222, -133px 133px 1px #222222, -134px 134px 1px #222222, -135px 135px 1px #222222, -136px 136px 1px #222222, -137px 137px 1px #222222, -138px 138px 1px #222222, -139px 139px 1px #222222, -140px 140px 1px #222222, -141px 141px 1px #222222, -142px 142px 1px #222222, -143px 143px 1px #222222, -144px 144px 1px #222222, -145px 145px 1px #222222, -146px 146px 1px #222222, -147px 147px 1px #222222, -148px 148px 1px #222222, -149px 149px 1px #222222, -150px 150px 1px #222222, -151px 151px 1px #222222, -152px 152px 1px #222222, -153px 153px 1px #222222, -154px 154px 1px #222222, -155px 155px 1px #222222, -156px 156px 1px #222222, -157px 157px 1px #222222, -158px 158px 1px #222222, -159px 159px 1px #222222, -160px 160px 1px #222222, -161px 161px 1px #222222, -162px 162px 1px #222222, -163px 163px 1px #222222, -164px 164px 1px #222222, -165px 165px 1px #222222, -166px 166px 1px #222222, -167px 167px 1px #222222, -168px 168px 1px #222222, -169px 169px 1px #222222, -170px 170px 1px #222222, -171px 171px 1px #222222, -172px 172px 1px #222222, -173px 173px 1px #222222, -174px 174px 1px #222222, -175px 175px 1px #222222, -176px 176px 1px #222222, -177px 177px 1px #222222, -178px 178px 1px #222222, -179px 179px 1px #222222, -180px 180px 1px #222222, -181px 181px 1px #222222, -182px 182px 1px #222222, -183px 183px 1px #222222, -184px 184px 1px #222222, -185px 185px 1px #222222, -186px 186px 1px #222222, -187px 187px 1px #222222, -188px 188px 1px #222222, -189px 189px 1px #222222, -190px 190px 1px #222222, -191px 191px 1px #222222, -192px 192px 1px #222222, -193px 193px 1px #222222, -194px 194px 1px #222222, -195px 195px 1px #222222, -196px 196px 1px #222222, -197px 197px 1px #222222, -198px 198px 1px #222222, -199px 199px 1px #222222, -200px 200px 1px #222222, -201px 201px 1px #222222, -202px 202px 1px rgba(34, 34, 34, 0.99), -203px 203px 1px rgba(34, 34, 34, 0.98), -204px 204px 1px rgba(34, 34, 34, 0.97), -205px 205px 1px rgba(34, 34, 34, 0.96), -206px 206px 1px rgba(34, 34, 34, 0.95), -207px 207px 1px rgba(34, 34, 34, 0.94), -208px 208px 1px rgba(34, 34, 34, 0.93), -209px 209px 1px rgba(34, 34, 34, 0.92), -210px 210px 1px rgba(34, 34, 34, 0.91), -211px 211px 1px rgba(34, 34, 34, 0.9), -212px 212px 1px rgba(34, 34, 34, 0.89), -213px 213px 1px rgba(34, 34, 34, 0.88), -214px 214px 1px rgba(34, 34, 34, 0.87), -215px 215px 1px rgba(34, 34, 34, 0.87), -216px 216px 1px rgba(34, 34, 34, 0.86), -217px 217px 1px rgba(34, 34, 34, 0.85), -218px 218px 1px rgba(34, 34, 34, 0.84), -219px 219px 1px rgba(34, 34, 34, 0.83), -220px 220px 1px rgba(34, 34, 34, 0.82), -221px 221px 1px rgba(34, 34, 34, 0.81), -222px 222px 1px rgba(34, 34, 34, 0.81), -223px 223px 1px rgba(34, 34, 34, 0.8), -224px 224px 1px rgba(34, 34, 34, 0.79), -225px 225px 1px rgba(34, 34, 34, 0.78), -226px 226px 1px rgba(34, 34, 34, 0.77), -227px 227px 1px rgba(34, 34, 34, 0.77), -228px 228px 1px rgba(34, 34, 34, 0.76), -229px 229px 1px rgba(34, 34, 34, 0.75), -230px 230px 1px rgba(34, 34, 34, 0.74), -231px 231px 1px rgba(34, 34, 34, 0.74), -232px 232px 1px rgba(34, 34, 34, 0.73), -233px 233px 1px rgba(34, 34, 34, 0.72), -234px 234px 1px rgba(34, 34, 34, 0.71), -235px 235px 1px rgba(34, 34, 34, 0.71), -236px 236px 1px rgba(34, 34, 34, 0.7), -237px 237px 1px rgba(34, 34, 34, 0.69), -238px 238px 1px rgba(34, 34, 34, 0.68), -239px 239px 1px rgba(34, 34, 34, 0.68), -240px 240px 1px rgba(34, 34, 34, 0.67), -241px 241px 1px rgba(34, 34, 34, 0.66), -242px 242px 1px rgba(34, 34, 34, 0.66), -243px 243px 1px rgba(34, 34, 34, 0.65), -244px 244px 1px rgba(34, 34, 34, 0.64), -245px 245px 1px rgba(34, 34, 34, 0.64), -246px 246px 1px rgba(34, 34, 34, 0.63), -247px 247px 1px rgba(34, 34, 34, 0.62), -248px 248px 1px rgba(34, 34, 34, 0.62), -249px 249px 1px rgba(34, 34, 34, 0.61), -250px 250px 1px rgba(34, 34, 34, 0.6), -251px 251px 1px rgba(34, 34, 34, 0.6), -252px 252px 1px rgba(34, 34, 34, 0.59), -253px 253px 1px rgba(34, 34, 34, 0.58), -254px 254px 1px rgba(34, 34, 34, 0.58), -255px 255px 1px rgba(34, 34, 34, 0.57), -256px 256px 1px rgba(34, 34, 34, 0.57), -257px 257px 1px rgba(34, 34, 34, 0.56), -258px 258px 1px rgba(34, 34, 34, 0.55), -259px 259px 1px rgba(34, 34, 34, 0.55), -260px 260px 1px rgba(34, 34, 34, 0.54), -261px 261px 1px rgba(34, 34, 34, 0.54), -262px 262px 1px rgba(34, 34, 34, 0.53), -263px 263px 1px rgba(34, 34, 34, 0.52), -264px 264px 1px rgba(34, 34, 34, 0.52), -265px 265px 1px rgba(34, 34, 34, 0.51), -266px 266px 1px rgba(34, 34, 34, 0.51), -267px 267px 1px rgba(34, 34, 34, 0.5), -268px 268px 1px rgba(34, 34, 34, 0.5), -269px 269px 1px rgba(34, 34, 34, 0.49), -270px 270px 1px rgba(34, 34, 34, 0.49), -271px 271px 1px rgba(34, 34, 34, 0.48), -272px 272px 1px rgba(34, 34, 34, 0.47), -273px 273px 1px rgba(34, 34, 34, 0.47), -274px 274px 1px rgba(34, 34, 34, 0.46), -275px 275px 1px rgba(34, 34, 34, 0.46), -276px 276px 1px rgba(34, 34, 34, 0.45), -277px 277px 1px rgba(34, 34, 34, 0.45), -278px 278px 1px rgba(34, 34, 34, 0.44), -279px 279px 1px rgba(34, 34, 34, 0.44), -280px 280px 1px rgba(34, 34, 34, 0.43), -281px 281px 1px rgba(34, 34, 34, 0.43), -282px 282px 1px rgba(34, 34, 34, 0.42), -283px 283px 1px rgba(34, 34, 34, 0.42), -284px 284px 1px rgba(34, 34, 34, 0.41), -285px 285px 1px rgba(34, 34, 34, 0.41), -286px 286px 1px rgba(34, 34, 34, 0.4), -287px 287px 1px rgba(34, 34, 34, 0.4), -288px 288px 1px rgba(34, 34, 34, 0.39), -289px 289px 1px rgba(34, 34, 34, 0.39), -290px 290px 1px rgba(34, 34, 34, 0.38), -291px 291px 1px rgba(34, 34, 34, 0.38), -292px 292px 1px rgba(34, 34, 34, 0.37), -293px 293px 1px rgba(34, 34, 34, 0.37), -294px 294px 1px rgba(34, 34, 34, 0.36), -295px 295px 1px rgba(34, 34, 34, 0.36), -296px 296px 1px rgba(34, 34, 34, 0.35), -297px 297px 1px rgba(34, 34, 34, 0.35), -298px 298px 1px rgba(34, 34, 34, 0.35), -299px 299px 1px rgba(34, 34, 34, 0.34), -300px 300px 1px rgba(34, 34, 34, 0.34), -301px 301px 1px rgba(34, 34, 34, 0.33), -302px 302px 1px rgba(34, 34, 34, 0.33), -303px 303px 1px rgba(34, 34, 34, 0.32), -304px 304px 1px rgba(34, 34, 34, 0.32), -305px 305px 1px rgba(34, 34, 34, 0.31), -306px 306px 1px rgba(34, 34, 34, 0.31), -307px 307px 1px rgba(34, 34, 34, 0.31), -308px 308px 1px rgba(34, 34, 34, 0.3), -309px 309px 1px rgba(34, 34, 34, 0.3), -310px 310px 1px rgba(34, 34, 34, 0.29), -311px 311px 1px rgba(34, 34, 34, 0.29), -312px 312px 1px rgba(34, 34, 34, 0.29), -313px 313px 1px rgba(34, 34, 34, 0.28), -314px 314px 1px rgba(34, 34, 34, 0.28), -315px 315px 1px rgba(34, 34, 34, 0.27), -316px 316px 1px rgba(34, 34, 34, 0.27), -317px 317px 1px rgba(34, 34, 34, 0.26), -318px 318px 1px rgba(34, 34, 34, 0.26), -319px 319px 1px rgba(34, 34, 34, 0.26), -320px 320px 1px rgba(34, 34, 34, 0.25), -321px 321px 1px rgba(34, 34, 34, 0.25), -322px 322px 1px rgba(34, 34, 34, 0.25), -323px 323px 1px rgba(34, 34, 34, 0.24), -324px 324px 1px rgba(34, 34, 34, 0.24), -325px 325px 1px rgba(34, 34, 34, 0.23), -326px 326px 1px rgba(34, 34, 34, 0.23), -327px 327px 1px rgba(34, 34, 34, 0.23), -328px 328px 1px rgba(34, 34, 34, 0.22), -329px 329px 1px rgba(34, 34, 34, 0.22), -330px 330px 1px rgba(34, 34, 34, 0.22), -331px 331px 1px rgba(34, 34, 34, 0.21), -332px 332px 1px rgba(34, 34, 34, 0.21), -333px 333px 1px rgba(34, 34, 34, 0.2), -334px 334px 1px rgba(34, 34, 34, 0.2), -335px 335px 1px rgba(34, 34, 34, 0.2), -336px 336px 1px rgba(34, 34, 34, 0.19), -337px 337px 1px rgba(34, 34, 34, 0.19), -338px 338px 1px rgba(34, 34, 34, 0.19), -339px 339px 1px rgba(34, 34, 34, 0.18), -340px 340px 1px rgba(34, 34, 34, 0.18), -341px 341px 1px rgba(34, 34, 34, 0.18), -342px 342px 1px rgba(34, 34, 34, 0.17), -343px 343px 1px rgba(34, 34, 34, 0.17), -344px 344px 1px rgba(34, 34, 34, 0.17), -345px 345px 1px rgba(34, 34, 34, 0.16), -346px 346px 1px rgba(34, 34, 34, 0.16), -347px 347px 1px rgba(34, 34, 34, 0.16), -348px 348px 1px rgba(34, 34, 34, 0.15), -349px 349px 1px rgba(34, 34, 34, 0.15), -350px 350px 1px rgba(34, 34, 34, 0.15), -351px 351px 1px rgba(34, 34, 34, 0.14), -352px 352px 1px rgba(34, 34, 34, 0.14), -353px 353px 1px rgba(34, 34, 34, 0.14), -354px 354px 1px rgba(34, 34, 34, 0.13), -355px 355px 1px rgba(34, 34, 34, 0.13), -356px 356px 1px rgba(34, 34, 34, 0.13), -357px 357px 1px rgba(34, 34, 34, 0.12), -358px 358px 1px rgba(34, 34, 34, 0.12), -359px 359px 1px rgba(34, 34, 34, 0.12), -360px 360px 1px rgba(34, 34, 34, 0.11), -361px 361px 1px rgba(34, 34, 34, 0.11), -362px 362px 1px rgba(34, 34, 34, 0.11), -363px 363px 1px rgba(34, 34, 34, 0.1), -364px 364px 1px rgba(34, 34, 34, 0.1), -365px 365px 1px rgba(34, 34, 34, 0.1), -366px 366px 1px rgba(34, 34, 34, 0.1), -367px 367px 1px rgba(34, 34, 34, 0.09), -368px 368px 1px rgba(34, 34, 34, 0.09), -369px 369px 1px rgba(34, 34, 34, 0.09), -370px 370px 1px rgba(34, 34, 34, 0.08), -371px 371px 1px rgba(34, 34, 34, 0.08), -372px 372px 1px rgba(34, 34, 34, 0.08), -373px 373px 1px rgba(34, 34, 34, 0.08), -374px 374px 1px rgba(34, 34, 34, 0.07), -375px 375px 1px rgba(34, 34, 34, 0.07), -376px 376px 1px rgba(34, 34, 34, 0.07), -377px 377px 1px rgba(34, 34, 34, 0.06), -378px 378px 1px rgba(34, 34, 34, 0.06), -379px 379px 1px rgba(34, 34, 34, 0.06), -380px 380px 1px rgba(34, 34, 34, 0.06), -381px 381px 1px rgba(34, 34, 34, 0.05), -382px 382px 1px rgba(34, 34, 34, 0.05), -383px 383px 1px rgba(34, 34, 34, 0.05), -384px 384px 1px rgba(34, 34, 34, 0.04), -385px 385px 1px rgba(34, 34, 34, 0.04), -386px 386px 1px rgba(34, 34, 34, 0.04), -387px 387px 1px rgba(34, 34, 34, 0.04), -388px 388px 1px rgba(34, 34, 34, 0.03), -389px 389px 1px rgba(34, 34, 34, 0.03), -390px 390px 1px rgba(34, 34, 34, 0.03), -391px 391px 1px rgba(34, 34, 34, 0.03), -392px 392px 1px rgba(34, 34, 34, 0.02), -393px 393px 1px rgba(34, 34, 34, 0.02), -394px 394px 1px rgba(34, 34, 34, 0.02), -395px 395px 1px rgba(34, 34, 34, 0.02), -396px 396px 1px rgba(34, 34, 34, 0.01), -397px 397px 1px rgba(34, 34, 34, 0.01), -398px 398px 1px rgba(34, 34, 34, 0.01), -399px 399px 1px rgba(34, 34, 34, 0.01), -400px 400px 1px rgba(34, 34, 34, 0), 0 0 1px #000000;
}@media (min-width: 1025px) and (max-width: 1280px){
.columns4 .gallery-list-item-inside .gallery-title {
border-left: none;
font-size: 18px;
margin-left: 0;
margin-top: 8px;
min-height: 0;
padding-left: 0;
text-align: center;
}
.count-wrap {
/*bottom: 0;
left: 0;
margin: auto;
position: relative;
top: 0;*/
}
.columns6 .grid-item .portfolio-content h2 {
font-size: 14px;
}
}
@media (max-width: 1024px){ #main-app-bar #bar-mobile-next,
#main-app-bar #bar-mobile-prev,
#main-app-bar #bar-mobile-zoom,
#main-app-bar #bar-video-play,
#main-app-bar #bar-video-mute,
#main-app-bar #bar-map-info{
display: block;
}
#split-thumbs{
display: none;
}
#frame-thumbs{
display: none;
}
#frame-controls {
display: none;
}
#bar-copyright{
display: none;
}
.video-row{
padding: 0;
}
.video-row .video-text{
padding: 20px;
} #video-controls{
display: none;
}
.testimonials-item {
padding: 20px 20px 120px;
}
.testimonials-thumbs{
height: 80px;
}
a.testimonials-thumb{
height: 100%;
}
a.testimonials-thumb img{
height: 100%;
width: auto;
} #contacts-popup-bar .contacts-popup-inner {
height: 100%;
overflow-y: auto;
padding: 20px;
}
#contacts-popup-bar .contacts-iconblock {
padding: 0;
}
.contact-form {
padding: 0;
}
.contacts-icon {
margin-bottom: 10px;
margin-top: 38px;
}
.contacts-icon:after {
display: none;
}
#contact-form h3 {
font-size: 18px;
margin-bottom: 30px;
margin-top: 30px;
}
.cf-label {
display: block;
float: none;
padding-right: 0;
text-align: left;
width: 100%;
margin-bottom: 8px;
}
span.wpcf7-form-control-wrap {
float: none;
width: 100%;
}
#contacts-popup .close-popup {
right: 20px;
top: 20px;
}
#contacts-popup {
height: 100%;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 1000;
}
.contacts-popup-inner {
height: 100%;
overflow-y: auto;
padding: 80px 30px;
}
.map-marker {
font-size: 16px;
left: 0;
top: 50%;
width: 100%;
}
.map-marker:before{
display: none;
}
}
@media (max-width: 768px){
.content-pad{
padding-right: 0;
}
#shop-container{
max-width: 650px;
padding-right: 0;
padding-left: 0;
}
.container{
width: 100%;
padding-right: 0;
padding-left: 0;
}
.sidebar-right .post-wrap {
padding-right: 0;
}
.sidebar-left .post-wrap {
padding-left: 0;
}
#woo-content {
padding-right: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
margin: 0 1% 30px;
width: 48%;
}
.woocommerce ul.products li.product .add_to_cart_button {
margin: 30px 0 15px;
text-align: center;
display: block;
}
.woocommerce a.added_to_cart.wc-forward,
.archive.woocommerce a.added_to_cart.wc-forward,
.woocommerce-page a.added_to_cart.wc-forward,
.woocommerce a.added_to_cart.wc-forward:hover,
.archive.woocommerce a.added_to_cart.wc-forward:hover,
.woocommerce-page a.added_to_cart.wc-forward:hover {
display: block;
margin-left: 0;
margin-top: 0;
text-align: center;
}
.woo-archive-head {
text-align: center;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
float: none;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
float: none;
}
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
font-size: 20px;
height: 40px;
left: 0;
line-height: 20px;
padding-left: 12px;
padding-top: 10px;
position: absolute;
text-align: left;
top: 0;
width: 100%;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
line-height: 1.5em;
padding: 50px 20px 20px !important;
}
.single-product.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button {
margin: 12px 0 0 12px;
}
.woocommerce-cart #content-wrap .woo-page-wrap,
.woocommerce-checkout #content-wrap .woo-page-wrap,
.woocommerce-account #content-wrap .woo-page-wrap {
padding: 0 10px;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
width: 100%;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
margin: 0 0 30px;
width: 100%;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
border-top: medium none;
padding: 0;
vertical-align: middle;
}
.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
min-width: 48px;
padding: 0;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
padding: 12px 0;
}
.woocommerce #content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions input,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions input,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions input {
margin: 8px 0;
width: 100%;
}
} @media (min-width: 768px) and (max-width: 1024px){
body.page-template-default #content-wrap {
padding: 20px 110px 0 20px;
}
.left-pad {
margin-left: 0;
} .page-template-page-blog .content-pad {
margin-top: 120px;
padding-left: 0;
padding-right: 90px;
}
.page-template-page-blog .grid-item {
padding: 0 10px 50px;
}
.portrait-img {
height: 380px;
} #gallery-list-bg{
height: auto!important;
}
#gallery-list {
top: 100px;
}
.gallery-list-item a {
font-size: 25px;
font-weight: 300;
letter-spacing: 2px;
padding: 0 90px 0 10px;
text-transform: uppercase;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
width: 100%;
}
.gallery-list-item .gallery-count {
font-weight: 300;
opacity: 0.8;
} .woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
float: none;
width: 100%;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary {
float: none;
width: 100%;
padding: 30px;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
margin-bottom: 12px;
}
} @media (max-width: 767px){
.section-light #menu-wrap #main-menu-toggle .btn-line,
.section-dark #menu-wrap #main-menu-toggle .btn-line{
background: #fff;
} .page-template-page-blog .content-pad {
margin-top: 90px;
padding-left: 0;
padding-right: 0;
}
.page-template-page-blog .grid-item {
padding: 0 0 50px;
}
.portrait-img {
height: 380px;
} .right-pad #main-wrapper{
padding-right: 0;
}
.content-pad {
padding-right: 0;
}
.left-pad {
margin-left: 0;
}
.top-pad {
margin-top: 80px;
}
#blog-content{
padding: 0;
}
#content-wrap{
padding-right: 0;
padding-left: 0;
}
#main-app-bar.layout-right {
width: 50px;
right: -50px;
}
#main-app-bar.layout-right.shown{
right: 0;
}
#footer-bar #toggle-sidebar{
display: block;
}
#footer-bar #back-to-top{
display: none;
}
#main-app-bar .app-bar-item i,
.app-bar .bar-item i {
font-size: 22px;
}
#main-app-bar .app-bar-item {
line-height: 50px;
}
#main-app-bar .app-bar-item {
height: 50px;
line-height: 50px;
}
.app-bar-item .bar-content {
right: -590px; overflow-y: scroll;
top: 50px;
width: 320px;
}
#main-app-bar .bar-item-label {
width: 270px;
}
#main-app-bar .app-bar-item:after {
width: 320px;
}
#main-app-bar .app-bar-item:hover,
#main-app-bar .app-bar-item.open {
-webkit-transform: translateX(-270px);
-moz-transform: translateX(-270px);
-ms-transform: translateX(-270px);
-o-transform: translateX(-270px);
transform: translateX(-270px);
}
.app-bar-item.open .bar-content {
-webkit-transform: translateX(-320px);
-moz-transform: translateX(-320px);
-ms-transform: translateX(-320px);
-o-transform: translateX(-320px);
transform: translateX(-320px);
}
#bar-pf-next.open .bar-content ,
#bar-pf-prev.open .bar-content {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
#bar-copyright {
bottom: 50px;
right: 38px;
}
#main-app-bar #bar-pf-next:hover .bar-item-label .inside,
#main-app-bar #bar-pf-next.open .bar-item-label .inside,
#main-app-bar #bar-pf-prev:hover .bar-item-label .inside,
#main-app-bar #bar-pf-prev.open .bar-item-label .inside {
-webkit-transform: translateX(-98px);
-moz-transform: translateX(-98px);
-ms-transform: translateX(-98px);
-o-transform: translateX(-98px);
transform: translateX(-98px);
}
#main-app-bar #bar-mobile-prev:hover,
#main-app-bar #bar-mobile-prev.open,
#main-app-bar #bar-mobile-next:hover,
#main-app-bar #bar-mobile-next.open,
#main-app-bar #bar-mobile-zoom:hover,
#main-app-bar #bar-mobile-zoom.open,
#main-app-bar #bar-video-play:hover,
#main-app-bar #bar-video-play.open,
#main-app-bar #bar-video-mute:hover,
#main-app-bar #bar-video-mute.open{
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
} #footer-bar {
height: 50px;
}
#footer-bar .footer-bar-item {
line-height: 50px;
width: 50px;
}
#back-to-top .bar-label {
top: 49px;
}
#footer-social .bar-item-icon {
width: 50px;
}
#footer-social .dots-wrap {
height: 50px;
width: 50px;
}
#footer-social .dots-wrap .dot {
height: 3px;
width: 3px;
}
#footer-social .dot-one {
left: 19px;
top: 24px;
}
#footer-social:hover .dot-one, #footer-social.open .dot-one {
left: 21px;
top: 24px;
}
#footer-social .dot-two {
left: 28px;
top: 20px;
}
#footer-social:hover .dot-two, #footer-social.open .dot-two {
left: 27px;
top: 21px;
}
#footer-social .dot-three {
left: 28px;
top: 29px;
}
#footer-social:hover .dot-three, #footer-social.open .dot-three {
left: 27px;
top: 28px;
}
#footer-social .social-icons {
left: 50px;
padding-right: 10px;
}
#footer-social li {
font-size: 12px;
height: 50px;
width: 30px;
}
#footer-social .social-icons a {
height: 50px;
width: 30px;
}
.social-icons a:hover:after {
height: 40px;
}
.social-icons a:before {
line-height: 50px;
}
.social-icons .soc-label {
font-size: 11px;
height: 30px;
left: 15px;
letter-spacing: 2px;
line-height: 6px;
}
#footer-bar #footer-audio{
display: none;
} #menu-wrap.animate-menu .logo-wrap:after,
#menu-wrap.animate-menu-out .logo-wrap:after,
#menu-wrap.animate-menu:after,
#menu-wrap.animate-menu-out:before,
#menu-wrap.animate-menu.initial-animate-done:before,
#menu-wrap.animate-menu-out:after,
#menu-wrap .menu > li.menuItemPlay,
#menu-wrap .menu > li.menuItemPlayOut,
.animate-menu .logo,
.animate-menu-out .logo,
.animate-menu #main-menu-toggle:after{
visibility: visible;
-webkit-animation-name: none;
animation-name: none;
}
#menu-wrap,
#main-menu-toggle,
.menu-animation-on #main-menu-toggle,
.menu-animation-on #menu-wrap{
visibility: visible;
}
#main-menu-toggle {
background: none repeat scroll 0 0 #000;
bottom: -50px;
height: 50px;
left: 0;
margin-bottom: 0;
position: absolute;
top: auto;
width: 50px;
}
#main-menu-toggle.on{
position: fixed;
z-index: 2;
top: 0;
left: 0;
width: 50px;
height: 50px;
background: #000;
}
#main-menu-toggle .btn-wrap {
height: 22px;
width: 25px;
}
#menu-wrap.transparent_bg #main-menu-toggle .btn-wrap {
opacity: 1;
}
#menu-wrap{
height: auto;
}
#menu-wrap{
left: 0;
overflow: visible;
width: 320px;
z-index: 10000;
}
#menu-wrap.visible-menu{
overflow-y: scroll;
height: 100%;
}
#menu-wrap ul {
overflow-x: hidden;
}
.menu-wrap-b .menu li:hover > ul {
display: block;
}
.logo {
top: 0;
width: 100%;
 max-width: 100%;
     margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    background: #fbeae0;
    padding-bottom: 5px;
    padding-top: 5px;
}
.logo img {
    max-width: 160px;
}
.menu-wrap-b .menu ul {
left: 0;
margin-top: 15px;
position: relative;
}
.menu-wrap-b .menu ul ul{
left: 0;
position: relative;
}
#menu-wrap .menu-wrap-b li {
padding: 15px 0;
}
#menu-wrap .menu-wrap-b li li{
padding: 15px 0;
}
#menu-wrap .menu-wrap-b ul li:last-child {
margin-bottom: 0;
}
#menu-wrap .menu-wrap-b ul {
padding: 0;
}
#menu-wrap .menu-wrap-b ul a {
font-size: 14px;
line-height: 1em;
padding-left: 15px;
letter-spacing: 2px;
}
#menu-wrap .menu-wrap-b ul ul a{
padding-left: 30px;
}
#menu-wrap .menu-wrap-b ul ul ul a{
padding-left: 45px;
}
#menu-wrap .logo-wrap .logo {
height: 76px;
}
#menu-wrap .logo {
padding: 10px 30px 10px;
}
#menu-wrap .menu-item-has-children:hover{
padding-bottom: 0;
}
.menu-item-has-children > a{
position: relative;
}
.menu-item-has-children > a:before {
content: "";
position: absolute;
display: block;
width: 0;
height: 0;
border: 5px solid;
right: -15px;
border-color: transparent transparent transparent #fff;
}
.menu-item-has-children:hover > a:before {
border-color: #fff transparent transparent transparent;
}
#menu-wrap {
-webkit-transition: all 0s;
-moz-transition: all 0s;
-ms-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
#menu-wrap.visible-menu,
#menu-wrap.visible-menu ul,
#menu-wrap.visible-menu li{
overflow-x: hidden;
}
#menu-wrap.visible-menu li,
#menu-wrap.visible-menu a,
.menu-animation-on #menu-wrap.visible-menu li,
.menu-animation-on #menu-wrap.visible-menu a{
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#menu-wrap li a:after{
display: none;
}
#menu-wrap li{
border-top: 1px solid rgba(255,255,255,0.3);
} .paging-navigation{
padding: 0 20px;
}
.pagination {
margin: 20px 0;
}
#footer-widgets {
padding: 10px 0;
}
.bottom-pad #page-footer {
padding: 0 0 50px;
} #page-title h1 {
font-size: 16px;
line-height: 20px;
}
#page-title {
height: 50px;
left: 65px;
line-height: 50px;
padding-left: 20px;
top: 0;
}
#pf-inner-gallery {
margin-right: 0;
} #gallery-list-bg{
}
#gallery-list-bg .gallery-list-item{
margin: 0 0 0 10px;
}
.gallery-list-item {
margin: 10px;
width: 100%;
}
.gallery-list-item a {
font-size: 15px;
font-weight: 500;
letter-spacing: 1px;
padding: 0;
}
.gallery-list-item .gallery-count {
border-radius: 0;
font-size: 12px;
font-weight: 300;
opacity: 1;
position: relative;
right: -5px;
text-transform: none;
} .home-metro-small{
display: none;
}
.home-metro-big {
float: none;
height: 250px;
width: 100%;
}
.home-metro-big .gallery-info {
bottom: auto;
padding: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.home-metro-row .gallery-title {
font-size: 14px;
font-weight: 400;
letter-spacing: 2px;
line-height: 1.3em;
} .video-row {
padding: 0;
}
.video-text h3 .text-wrap {
margin-left: 0;
font-size: 20px;
}
.video-text h3:before {
display: none;
}
.video-row .video-text {
margin: 80px 0;
} .home-image-title {
font-size: 22px;
font-weight: 500;
letter-spacing: 0.2em;
line-height: 1.3em;
margin: 20px auto 10px;
text-transform: uppercase;
top: 80px;
width: 80%;
}
.home-image-content {
font-size: 12px;
letter-spacing: 1px;
line-height: 1.3em;
width: 80%;
} body.page-template-page-calendar-php #content-wrap {
margin-top: 0;
padding: 0 20px;
}
.wp-availability-month table {
font-size: 14px;
font-weight: 500;
}
.wp-availability .wp-availability-month table thead th {
font-size: 14px;
font-weight: 400;
line-height: 90px;
}
.wp-availability .wp-availability-month table,
.wp-availability .owl-item {
width: 400px;
height: 400px;
}
#calendar .owl-next,
#calendar .owl-prev {
padding: 0 5px;
}
.owl-carousel.owl-theme .owl-buttons .owl-prev,
.owl-carousel.owl-theme .owl-buttons .owl-next {
font-size:38px;
width: 60px;
}
#calendar .owl-next:before,
#calendar .owl-prev:before {
font-size: 20px;
line-height: 90px;
} body.page-template-default #content-wrap {
padding: 0;
}
body.page-template-default #content-wrap,
body.page-template-page-calendar-php #content-wrap {
margin-bottom: 0;
}
.post-inside h1,
.post-inside h2,
.post-inside h3,
.post-inside h4,
.post-inside h5,
.post-inside h6,
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6,
.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4,
.woocommerce-page h5,
.woocommerce-page h6,
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page #content div.product .product_title{
font-size: 1.5em;
line-height: 1.2em;
font-weight: 600;
letter-spacing:.15em;
}
.page .post-inside {
padding-top: 0;
}
.page .post-inside article {
margin: 0;
padding: 20px 10px;
} .testimonials-thumbs{
display: none;
}
.testimonials-item {
padding: 20px;
}
.owl-carousel.owl-theme .owl-buttons .owl-prev,
.owl-carousel.owl-theme .owl-buttons .owl-next {
height: 80px;
width: 40px;
}
.owl-carousel.owl-theme .owl-buttons .owl-prev:before,
.owl-carousel.owl-theme .owl-buttons .owl-next:before {
font-size: 60px;
line-height: 80px;
}
.owl-carousel.owl-theme.clients .owl-buttons .owl-prev,
.owl-carousel.owl-theme.testimonials .owl-buttons .owl-prev,
.owl-carousel.owl-theme.clients .owl-buttons .owl-next,
.owl-carousel.owl-theme.testimonials .owl-buttons .owl-next {
height: 80px;
width: 140px;
}
.testimonials .owl-controls {
height: 80px;
top: auto;
}
.clients-wrap {
margin: 0;
}
.clients.owl-carousel{
margin-bottom: 90px;
}
.clients .owl-controls {
bottom: 0;
height: 0;
position: relative;
width: 100%;
}
.clients .owl-buttons {
height: 0;
left: 0;
position: relative;
width: 100%;
}
.owl-carousel.testimonials .owl-item {
padding-bottom: 50px;
}
.client-item img{
margin: 0 auto;
} .woocommerce .container {
padding-left: 0;
padding-right: 0;
}
#woo-content{
padding-right: 0;
padding-left: 0;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
left: 86px;
top: 50px;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
float: none;
width: 100%;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary {
float: none;
width: 100%;
padding: 30px;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product {
width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td,
.woocommerce #content div.product form.cart .variations td,
.woocommerce-page #content div.product form.cart .variations td {
width: 70%;
}
.woocommerce div.product form.cart .variations td.var-label,
.woocommerce-page div.product form.cart .variations td.var-label,
.woocommerce #content div.product form.cart .variations td.var-label,
.woocommerce-page #content div.product form.cart .variations td.var-label {
width: 30%;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
display: block;
text-align: center;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
padding: 20px 0 0;
}
.comment-form {
padding: 0;
}
.comment-form-author > input, .comment-form-email > input, .comment-form-url > input {
margin-left: 0;
width: 100%;
}
.woocommerce #review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
margin-left: 0;
width: 100%;
}
#commentform label {
left: 0;
position: relative;
width: 100%;
}
.woocommerce #review_form #respond p.stars {
margin-left: 0;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
margin-bottom: 12px;
}
#tab-additional_information,
#tab-reviews,
#tab-description{
text-align: center;
}
#review_form #respond p.form-submit {
margin-left: 0;
}
.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
font-size: 12px;
line-height: 1.2em;
}
.woocommerce #content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions input,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions input,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions input {
margin: 10px 0;
width: 100%;
}
.woocommerce-tabs h2,
.woocommerce-tabs h3,
.woocommerce-cart #content-wrap
.woocommerce h2,
.woocommerce-cart #content-wrap .woocommerce h3,
.woocommerce-checkout #content-wrap .woocommerce h2,
.woocommerce-checkout #content-wrap .woocommerce h3,
.woocommerce-account #content-wrap .woocommerce h2,
.woocommerce-account #content-wrap .woocommerce h3,
#comments-wrap h3,
#comments-wrap h2 {
font-size: 12px;
font-weight: 500;
letter-spacing: 1px;
line-height: 1.3em;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{
float: none;
width: 100%;
}
#bar-woocart .bar-content { }
.gallery-list-item-inside .gallery-title {
margin-left: 0;
padding-left: 0;
border-left: none;
font-size: 20px;
margin-top: 12px;
text-align: center;
min-height: auto;
}
.gallery-list-item-inside .count-wrap {
position: relative;
top: 0;
bottom: 0;
left: 0;
margin: auto;
width: auto;
height: 60px;
} .single-meta {
left: 0;
min-height: auto;
position: relative;
top: 0;
}
.single-post .header-pad, .single-post article.post .entry-content {
margin-left: 0;
border-left: none;
}
.sidebar-right .post-wrap {
padding-right: 0;
}
.sidebar-left .post-wrap {
padding-left: 0;
}
#secondary{
margin-top: 30px;
}
#page-title{
border-left: none;
}
#content-wrap {
margin-top: 50px;
}
#comments-wrap {
margin: 30px 0;
}
#comments-wrap .comment-form-author,
#comments-wrap .comment-form-email,
#comments-wrap .comment-form-url {
display: block;
float: none;
margin-right: 0;
width: 100%;
}
#comments-wrap #comments h2 {
margin-bottom: 20px;
padding-left: 20px;
}
.comment-list .children {
margin: 10px 0 10px 10px;
padding-left: 10px;
}
.featured-content {
left: 30px;
top: calc(100% - 80px);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
z-index: 2;
}
.featured-content h1,
.page .featured-content h1 {
font-size: 22px;
font-weight: 500;
letter-spacing: 7px;
line-height: 1.3em;
}
.link-wrap {
line-height: 1.1em;
padding-left: 15px;
padding-right: 8px;
}
.link-wrap:before {
line-height: 60px;
}
.link-wrap a {
line-height: 1.1em;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
} .error404 #main-wrapper{
height: auto!important;
}
.password-window {
font-size: 1em;
font-weight: 500;
height: auto;
padding: 0 0 80px;
position: relative;
top: 80px;
width: 90%;
}
.pass-left {
text-align: center;
}
.pass-right, .pass-left {
padding: 10px;
}
.pass-right {
font-size: 14px;
font-weight: 400;
letter-spacing: 2px;
line-height: 1.2em;
text-align: center;
}
.password-window #s {
width: 180px;
}
.pass-left .password-icon {
font-size: 80px;
}
.page-template-default .content-pad{
padding-bottom: 90px;
}
#contact-form-wrap {
margin-bottom: 50px;
}
.gallery-info {
bottom: auto;
left: 0;
margin: auto;
padding: 30px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: auto;
}
.gallery-info:after{
display: none;
}
#gallery-list-scroll-horizontal .gallery-title {
padding: 0;
width: auto;
}
#gallery-list-scroll-horizontal .gallery-title h2{
color: #fff;
}
#popup-window,
.popup-bg{
display: none;
}
.page-template-page-gallery-grid .content-pad, .page-template-page-blog .content-pad {
padding-bottom: 0px;
}
#frame-counter {
right: 50px;
}
}
@media (max-width: 768px) and (max-height: 360px){
.single-photogallery #main-app-bar #bar-cart,
.single-photogallery #main-app-bar #bar-share,
.single-portfolio.video-portfolio #main-app-bar #bar-share,
.single-portfolio.video-portfolio #main-app-bar #bar-about{
display: none!important;
}
.app-bar-item .bar-content {
max-height: 260px;
}
}@font-face {
font-family: 'ggticons';
src:url(http://gogomega.com/ph/ggticons.eot?arspcu);
src:url(http://gogomega.com/ph/ggticons.eot?#iefixarspcu) format('embedded-opentype'),
url(http://gogomega.com/ph/ggticons.woff?arspcu) format('woff'),
url(http://gogomega.com/ph/ggticons.ttf?arspcu) format('truetype'),
url(https://getphoto-demo1.gogetlab.com/wp-content/themes/getphoto/font/ggticons.svg?arspcu#ggticons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ggticon-"], [class*=" ggticon-"] {
font-family: 'ggticons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ggticon-Affiliate:before {
content: "\e600";
}
.ggticon-Background:before {
content: "\e601";
}
.ggticon-Billing:before {
content: "\e602";
}
.ggticon-Control-2:before {
content: "\e603";
}
.ggticon-Control:before {
content: "\e604";
}
.ggticon-Crop-2:before {
content: "\e605";
}
.ggticon-Dashboard:before {
content: "\e606";
}
.ggticon-Duplicate-Layer:before {
content: "\e607";
}
.ggticon-Filter-2:before {
content: "\e608";
}
.ggticon-Gear-2:before {
content: "\e609";
}
.ggticon-Gear:before {
content: "\e60a";
}
.ggticon-Gears-2:before {
content: "\e60b";
}
.ggticon-Gears:before {
content: "\e60c";
}
.ggticon-Information:before {
content: "\e60d";
}
.ggticon-Layer-Backward:before {
content: "\e60e";
}
.ggticon-Layer-Forward:before {
content: "\e60f";
}
.ggticon-Library-2:before {
content: "\e610";
}
.ggticon-Loading-2:before {
content: "\e611";
}
.ggticon-Loading-3:before {
content: "\e612";
}
.ggticon-Loading:before {
content: "\e613";
}
.ggticon-Magnifi-Glass-:before {
content: "\e614";
}
.ggticon-Magnifi-Glass:before {
content: "\e615";
}
.ggticon-Magnifi-Glass2:before {
content: "\e616";
}
.ggticon-Mouse-Pointer:before {
content: "\e617";
}
.ggticon-On-Off-2:before {
content: "\e618";
}
.ggticon-On-Off-3:before {
content: "\e619";
}
.ggticon-On-off:before {
content: "\e61a";
}
.ggticon-Preview:before {
content: "\e61b";
}
.ggticon-Pricing:before {
content: "\e61c";
}
.ggticon-Profile:before {
content: "\e61d";
}
.ggticon-Project:before {
content: "\e61e";
}
.ggticon-Rename:before {
content: "\e61f";
}
.ggticon-Repair:before {
content: "\e620";
}
.ggticon-Save:before {
content: "\e621";
}
.ggticon-Scroller-2:before {
content: "\e622";
}
.ggticon-Scroller:before {
content: "\e623";
}
.ggticon-Share:before {
content: "\e624";
}
.ggticon-Statistic:before {
content: "\e625";
}
.ggticon-Support:before {
content: "\e626";
}
.ggticon-Switch:before {
content: "\e627";
}
.ggticon-Upgrade:before {
content: "\e628";
}
.ggticon-User:before {
content: "\e629";
}
.ggticon-Wrench:before {
content: "\e62a";
}
.ggticon-Internet-2:before {
content: "\e62b";
}
.ggticon-Audio:before {
content: "\e62c";
}
.ggticon-Back-Music:before {
content: "\e62d";
}
.ggticon-Bell-2:before {
content: "\e62e";
}
.ggticon-Casette-Tape:before {
content: "\e62f";
}
.ggticon-CD-2:before {
content: "\e630";
}
.ggticon-CD-Cover:before {
content: "\e631";
}
.ggticon-Cello:before {
content: "\e632";
}
.ggticon-Clef:before {
content: "\e633";
}
.ggticon-Drum:before {
content: "\e634";
}
.ggticon-Earphones-2:before {
content: "\e635";
}
.ggticon-Earphones:before {
content: "\e636";
}
.ggticon-Electric-Guitar:before {
content: "\e637";
}
.ggticon-Equalizer:before {
content: "\e638";
}
.ggticon-First:before {
content: "\e639";
}
.ggticon-Guitar:before {
content: "\e63a";
}
.ggticon-Headphones:before {
content: "\e63b";
}
.ggticon-Keyboard3:before {
content: "\e63c";
}
.ggticon-Last:before {
content: "\e63d";
}
.ggticon-Loud:before {
content: "\e63e";
}
.ggticon-Loudspeaker:before {
content: "\e63f";
}
.ggticon-Mic:before {
content: "\e640";
}
.ggticon-Microphone-2:before {
content: "\e641";
}
.ggticon-Microphone-3:before {
content: "\e642";
}
.ggticon-Microphone-4:before {
content: "\e643";
}
.ggticon-Microphone-5:before {
content: "\e644";
}
.ggticon-Microphone-6:before {
content: "\e645";
}
.ggticon-Microphone-7:before {
content: "\e646";
}
.ggticon-Microphone:before {
content: "\e647";
}
.ggticon-Mixer:before {
content: "\e648";
}
.ggticon-Mp3-File:before {
content: "\e649";
}
.ggticon-Music-Note:before {
content: "\e64a";
}
.ggticon-Music-Note2:before {
content: "\e64b";
}
.ggticon-Music-Note3:before {
content: "\e64c";
}
.ggticon-Music-Note4:before {
content: "\e64d";
}
.ggticon-Music-Player:before {
content: "\e64e";
}
.ggticon-Mute:before {
content: "\e64f";
}
.ggticon-Next-Music:before {
content: "\e650";
}
.ggticon-Old-Radio:before {
content: "\e651";
}
.ggticon-On-Air:before {
content: "\e652";
}
.ggticon-Piano:before {
content: "\e653";
}
.ggticon-Play-Music:before {
content: "\e654";
}
.ggticon-Radio:before {
content: "\e655";
}
.ggticon-Record-Music:before {
content: "\e656";
}
.ggticon-Record2:before {
content: "\e657";
}
.ggticon-Rock-andRoll:before {
content: "\e658";
}
.ggticon-Saxophone:before {
content: "\e659";
}
.ggticon-Sound-Wave:before {
content: "\e65a";
}
.ggticon-Sound:before {
content: "\e65b";
}
.ggticon-Speaker-2:before {
content: "\e65c";
}
.ggticon-Stop-Music:before {
content: "\e65d";
}
.ggticon-Trumpet:before {
content: "\e65e";
}
.ggticon-Voice:before {
content: "\e65f";
}
.ggticon-Volume-Down:before {
content: "\e660";
}
.ggticon-Volume-Up:before {
content: "\e661";
}
.ggticon-Back-Media:before {
content: "\e662";
}
.ggticon-Back1:before {
content: "\e663";
}
.ggticon-eject-2:before {
content: "\e664";
}
.ggticon-Eject:before {
content: "\e665";
}
.ggticon-End-2:before {
content: "\e666";
}
.ggticon-End3:before {
content: "\e667";
}
.ggticon-Next-3:before {
content: "\e668";
}
.ggticon-Next-4:before {
content: "\e669";
}
.ggticon-pause-2:before {
content: "\e66a";
}
.ggticon-Pause:before {
content: "\e66b";
}
.ggticon-Power-2:before {
content: "\e66c";
}
.ggticon-Power-3:before {
content: "\e66d";
}
.ggticon-Record-3:before {
content: "\e66e";
}
.ggticon-Record:before {
content: "\e66f";
}
.ggticon-Repeat-6:before {
content: "\e670";
}
.ggticon-Repeat-7:before {
content: "\e671";
}
.ggticon-Shuffle-3:before {
content: "\e672";
}
.ggticon-Shuffle-4:before {
content: "\e673";
}
.ggticon-Start-3:before {
content: "\e674";
}
.ggticon-Start2:before {
content: "\e675";
}
.ggticon-Stop:before {
content: "\e676";
}
.ggticon-stop2:before {
content: "\e677";
}
.ggticon-Arrow-Back3:before {
content: "\e678";
}
.ggticon-Aquarius-2:before {
content: "\e679";
}
.ggticon-Aquarius:before {
content: "\e67a";
}
.ggticon-Aries-2:before {
content: "\e67b";
}
.ggticon-Aries:before {
content: "\e67c";
}
.ggticon-Cancer-2:before {
content: "\e67d";
}
.ggticon-Cancer-3:before {
content: "\e67e";
}
.ggticon-Capricorn-2:before {
content: "\e67f";
}
.ggticon-Capricorn:before {
content: "\e680";
}
.ggticon-Gemini-2:before {
content: "\e681";
}
.ggticon-Gemini:before {
content: "\e682";
}
.ggticon-Leo-2:before {
content: "\e683";
}
.ggticon-Leo:before {
content: "\e684";
}
.ggticon-Libra-2:before {
content: "\e685";
}
.ggticon-Libra:before {
content: "\e686";
}
.ggticon-Pisces-2:before {
content: "\e687";
}
.ggticon-Pisces:before {
content: "\e688";
}
.ggticon-Sagittarus-2:before {
content: "\e689";
}
.ggticon-Sagittarus:before {
content: "\e68a";
}
.ggticon-Scorpio-2:before {
content: "\e68b";
}
.ggticon-Scorpio:before {
content: "\e68c";
}
.ggticon-Taurus-2:before {
content: "\e68d";
}
.ggticon-Taurus:before {
content: "\e68e";
}
.ggticon-Virgo-2:before {
content: "\e68f";
}
.ggticon-Virgo:before {
content: "\e690";
}
.ggticon-Add-Window:before {
content: "\e691";
}
.ggticon-Approved-Window:before {
content: "\e692";
}
.ggticon-Block-Window:before {
content: "\e693";
}
.ggticon-Close-Window:before {
content: "\e694";
}
.ggticon-Code-Window:before {
content: "\e695";
}
.ggticon-Delete-Window:before {
content: "\e696";
}
.ggticon-Download-Window:before {
content: "\e697";
}
.ggticon-Duplicate-Window:before {
content: "\e698";
}
.ggticon-Error-404Window:before {
content: "\e699";
}
.ggticon-Favorite-Window:before {
content: "\e69a";
}
.ggticon-Font-Window:before {
content: "\e69b";
}
.ggticon-Full-ViewWindow:before {
content: "\e69c";
}
.ggticon-Height-Window:before {
content: "\e69d";
}
.ggticon-Home-Window:before {
content: "\e69e";
}
.ggticon-Info-Window:before {
content: "\e69f";
}
.ggticon-Loading-Window:before {
content: "\e6a0";
}
.ggticon-Lock-Window:before {
content: "\e6a1";
}
.ggticon-Love-Window:before {
content: "\e6a2";
}
.ggticon-Maximize-Window:before {
content: "\e6a3";
}
.ggticon-Minimize-Maximize-Close-Window:before {
content: "\e6a4";
}
.ggticon-Minimize-Window:before {
content: "\e6a5";
}
.ggticon-Navigation-LeftWindow:before {
content: "\e6a6";
}
.ggticon-Navigation-RightWindow:before {
content: "\e6a7";
}
.ggticon-Network-Window:before {
content: "\e6a8";
}
.ggticon-New-Tab:before {
content: "\e6a9";
}
.ggticon-One-Window:before {
content: "\e6aa";
}
.ggticon-Refresh-Window:before {
content: "\e6ab";
}
.ggticon-Remove-Window:before {
content: "\e6ac";
}
.ggticon-Restore-Window:before {
content: "\e6ad";
}
.ggticon-Save-Window:before {
content: "\e6ae";
}
.ggticon-Settings-Window:before {
content: "\e6af";
}
.ggticon-Share-Window:before {
content: "\e6b0";
}
.ggticon-Sidebar-Window:before {
content: "\e6b1";
}
.ggticon-Split-FourSquareWindow:before {
content: "\e6b2";
}
.ggticon-Split-Horizontal:before {
content: "\e6b3";
}
.ggticon-Split-Horizontal2Window:before {
content: "\e6b4";
}
.ggticon-Split-Vertical:before {
content: "\e6b5";
}
.ggticon-Split-Vertical2:before {
content: "\e6b6";
}
.ggticon-Split-Window:before {
content: "\e6b7";
}
.ggticon-Time-Window:before {
content: "\e6b8";
}
.ggticon-Touch-Window:before {
content: "\e6b9";
}
.ggticon-Two-Windows:before {
content: "\e6ba";
}
.ggticon-Upload-Window:before {
content: "\e6bb";
}
.ggticon-URL-Window:before {
content: "\e6bc";
}
.ggticon-Warning-Window:before {
content: "\e6bd";
}
.ggticon-Width-Window:before {
content: "\e6be";
}
.ggticon-Window-2:before {
content: "\e6bf";
}
.ggticon-Windows-2:before {
content: "\e6c0";
}
.ggticon-Autumn:before {
content: "\e6c1";
}
.ggticon-Celsius:before {
content: "\e6c2";
}
.ggticon-Cloud-Hail:before {
content: "\e6c3";
}
.ggticon-Cloud-Moon:before {
content: "\e6c4";
}
.ggticon-Cloud-Rain:before {
content: "\e6c5";
}
.ggticon-Cloud-Snow:before {
content: "\e6c6";
}
.ggticon-Cloud-Sun:before {
content: "\e6c7";
}
.ggticon-Cloud-Weather:before {
content: "\e6c8";
}
.ggticon-Clouds-Weather:before {
content: "\e6c9";
}
.ggticon-Drop:before {
content: "\e6ca";
}
.ggticon-Dry:before {
content: "\e6cb";
}
.ggticon-Fahrenheit:before {
content: "\e6cc";
}
.ggticon-Fog-Day:before {
content: "\e6cd";
}
.ggticon-Fog-Night:before {
content: "\e6ce";
}
.ggticon-Full-Moon:before {
content: "\e6cf";
}
.ggticon-Half-Moon:before {
content: "\e6d0";
}
.ggticon-No-Drop:before {
content: "\e6d1";
}
.ggticon-Rain-Drop:before {
content: "\e6d2";
}
.ggticon-Rainbow-2:before {
content: "\e6d3";
}
.ggticon-Rainbow:before {
content: "\e6d4";
}
.ggticon-Sleet:before {
content: "\e6d5";
}
.ggticon-Snow-2:before {
content: "\e6d6";
}
.ggticon-Snow-Storm:before {
content: "\e6d7";
}
.ggticon-Snowflake-2:before {
content: "\e6d8";
}
.ggticon-Snowflake-3:before {
content: "\e6d9";
}
.ggticon-Snowflake-4:before {
content: "\e6da";
}
.ggticon-Spring:before {
content: "\e6db";
}
.ggticon-Storm:before {
content: "\e6dc";
}
.ggticon-Summer:before {
content: "\e6dd";
}
.ggticon-Sun-CloudyRain:before {
content: "\e6de";
}
.ggticon-Sun:before {
content: "\e6df";
}
.ggticon-Sunrise:before {
content: "\e6e0";
}
.ggticon-Sunset:before {
content: "\e6e1";
}
.ggticon-Temperature-2:before {
content: "\e6e2";
}
.ggticon-Temperature-3:before {
content: "\e6e3";
}
.ggticon-Thunder:before {
content: "\e6e4";
}
.ggticon-Thunderstorm:before {
content: "\e6e5";
}
.ggticon-Twister:before {
content: "\e6e6";
}
.ggticon-Umbrella-2:before {
content: "\e6e7";
}
.ggticon-Umbrella-3:before {
content: "\e6e8";
}
.ggticon-Wave-2:before {
content: "\e6e9";
}
.ggticon-Wave:before {
content: "\e6ea";
}
.ggticon-Wind-Turbine:before {
content: "\e6eb";
}
.ggticon-Windsock:before {
content: "\e6ec";
}
.ggticon-Windy:before {
content: "\e6ed";
}
.ggticon-Winter-2:before {
content: "\e6ee";
}
.ggticon-Winter:before {
content: "\e6ef";
}
.ggticon-Cinema:before {
content: "\e6f0";
}
.ggticon-Clapperboard-Close:before {
content: "\e6f1";
}
.ggticon-Clapperboard-Open:before {
content: "\e6f2";
}
.ggticon-D-Eyeglasses:before {
content: "\e6f3";
}
.ggticon-D-Eyeglasses2:before {
content: "\e6f4";
}
.ggticon-Director:before {
content: "\e6f5";
}
.ggticon-Film-Board:before {
content: "\e6f6";
}
.ggticon-Film-Strip:before {
content: "\e6f7";
}
.ggticon-Film-Video:before {
content: "\e6f8";
}
.ggticon-Flash-Video:before {
content: "\e6f9";
}
.ggticon-HD-Video:before {
content: "\e6fa";
}
.ggticon-Movie:before {
content: "\e6fb";
}
.ggticon-Old-TV:before {
content: "\e6fc";
}
.ggticon-Reel:before {
content: "\e6fd";
}
.ggticon-Tripod-andVideo:before {
content: "\e6fe";
}
.ggticon-TV:before {
content: "\e6ff";
}
.ggticon-Video-2:before {
content: "\e700";
}
.ggticon-Video-3:before {
content: "\e701";
}
.ggticon-Video-4:before {
content: "\e702";
}
.ggticon-Video-5:before {
content: "\e703";
}
.ggticon-Video-6:before {
content: "\e704";
}
.ggticon-Video-Len:before {
content: "\e705";
}
.ggticon-Video-Len2:before {
content: "\e706";
}
.ggticon-Video-Photographer:before {
content: "\e707";
}
.ggticon-Video-Tripod:before {
content: "\e708";
}
.ggticon-Video:before {
content: "\e709";
}
.ggticon-Air-Balloon:before {
content: "\e70a";
}
.ggticon-Airship:before {
content: "\e70b";
}
.ggticon-Bicycle-2:before {
content: "\e70c";
}
.ggticon-Bicycle-3:before {
content: "\e70d";
}
.ggticon-Bike-Helmet:before {
content: "\e70e";
}
.ggticon-Bus-2:before {
content: "\e70f";
}
.ggticon-Bus:before {
content: "\e710";
}
.ggticon-Cable-Car:before {
content: "\e711";
}
.ggticon-Car-2:before {
content: "\e712";
}
.ggticon-Car-3:before {
content: "\e713";
}
.ggticon-Car-Wheel:before {
content: "\e714";
}
.ggticon-Car:before {
content: "\e715";
}
.ggticon-Gaugage-2:before {
content: "\e716";
}
.ggticon-Gaugage:before {
content: "\e717";
}
.ggticon-Helicopter-2:before {
content: "\e718";
}
.ggticon-Helicopter:before {
content: "\e719";
}
.ggticon-Helmet-3:before {
content: "\e71a";
}
.ggticon-Jeep-2:before {
content: "\e71b";
}
.ggticon-Jeep:before {
content: "\e71c";
}
.ggticon-Jet:before {
content: "\e71d";
}
.ggticon-Motorcycle:before {
content: "\e71e";
}
.ggticon-Plane-2:before {
content: "\e71f";
}
.ggticon-Plane:before {
content: "\e720";
}
.ggticon-Road-2:before {
content: "\e721";
}
.ggticon-Road-3:before {
content: "\e722";
}
.ggticon-Rocket:before {
content: "\e723";
}
.ggticon-Sailing-Ship:before {
content: "\e724";
}
.ggticon-Scooter-Front:before {
content: "\e725";
}
.ggticon-Scooter:before {
content: "\e726";
}
.ggticon-Ship-2:before {
content: "\e727";
}
.ggticon-Ship:before {
content: "\e728";
}
.ggticon-Skateboard-2:before {
content: "\e729";
}
.ggticon-Skateboard:before {
content: "\e72a";
}
.ggticon-Taxi-2:before {
content: "\e72b";
}
.ggticon-Taxi-Sign:before {
content: "\e72c";
}
.ggticon-Taxi:before {
content: "\e72d";
}
.ggticon-Tractor:before {
content: "\e72e";
}
.ggticon-traffic-Light:before {
content: "\e72f";
}
.ggticon-Traffic-Light2:before {
content: "\e730";
}
.ggticon-Train-2:before {
content: "\e731";
}
.ggticon-Train:before {
content: "\e732";
}
.ggticon-Tram:before {
content: "\e733";
}
.ggticon-Truck:before {
content: "\e734";
}
.ggticon-Yacht:before {
content: "\e735";
}
.ggticon-Double-Tap:before {
content: "\e736";
}
.ggticon-Drag-Down:before {
content: "\e737";
}
.ggticon-Drag-Left:before {
content: "\e738";
}
.ggticon-Drag-Right:before {
content: "\e739";
}
.ggticon-Drag-Up:before {
content: "\e73a";
}
.ggticon-Drag:before {
content: "\e73b";
}
.ggticon-Finger-DragFourSides:before {
content: "\e73c";
}
.ggticon-Finger-DragTwoSides:before {
content: "\e73d";
}
.ggticon-Five-Fingers:before {
content: "\e73e";
}
.ggticon-Five-FingersDrag:before {
content: "\e73f";
}
.ggticon-Five-FingersDrag2:before {
content: "\e740";
}
.ggticon-Five-FingersTouch:before {
content: "\e741";
}
.ggticon-Flick:before {
content: "\e742";
}
.ggticon-Four-Fingers:before {
content: "\e743";
}
.ggticon-Four-FingersDrag:before {
content: "\e744";
}
.ggticon-Four-FingersDrag2:before {
content: "\e745";
}
.ggticon-Four-FingersTouch:before {
content: "\e746";
}
.ggticon-Hand-Touch:before {
content: "\e747";
}
.ggticon-Hand-Touch2:before {
content: "\e748";
}
.ggticon-Hand-TouchSmartphone:before {
content: "\e749";
}
.ggticon-One-Finger:before {
content: "\e74a";
}
.ggticon-One-FingerTouch:before {
content: "\e74b";
}
.ggticon-Pinch:before {
content: "\e74c";
}
.ggticon-Press:before {
content: "\e74d";
}
.ggticon-Rotate-Gesture:before {
content: "\e74e";
}
.ggticon-Rotate-Gesture2:before {
content: "\e74f";
}
.ggticon-Rotate-Gesture3:before {
content: "\e750";
}
.ggticon-Scroll-Fast:before {
content: "\e751";
}
.ggticon-Scroll:before {
content: "\e752";
}
.ggticon-Spread:before {
content: "\e753";
}
.ggticon-Star-Track:before {
content: "\e754";
}
.ggticon-Tap:before {
content: "\e755";
}
.ggticon-Three-Fingers:before {
content: "\e756";
}
.ggticon-Three-FingersDrag:before {
content: "\e757";
}
.ggticon-Three-FingersDrag2:before {
content: "\e758";
}
.ggticon-Three-FingersTouch:before {
content: "\e759";
}
.ggticon-Thumb:before {
content: "\e75a";
}
.ggticon-Two-Fingers:before {
content: "\e75b";
}
.ggticon-Two-FingersDrag:before {
content: "\e75c";
}
.ggticon-Two-FingersDrag2:before {
content: "\e75d";
}
.ggticon-Two-FingersScroll:before {
content: "\e75e";
}
.ggticon-Two-FingersTouch:before {
content: "\e75f";
}
.ggticon-Zoom-Gesture:before {
content: "\e760";
}
.ggticon-Alarm-Clock:before {
content: "\e761";
}
.ggticon-Alarm-Clock2:before {
content: "\e762";
}
.ggticon-Calendar-Clock:before {
content: "\e763";
}
.ggticon-Clock-2:before {
content: "\e764";
}
.ggticon-Clock-3:before {
content: "\e765";
}
.ggticon-Clock-4:before {
content: "\e766";
}
.ggticon-Clock-Back:before {
content: "\e767";
}
.ggticon-Clock-Forward:before {
content: "\e768";
}
.ggticon-Clock:before {
content: "\e769";
}
.ggticon-Hour:before {
content: "\e76a";
}
.ggticon-Old-Clock:before {
content: "\e76b";
}
.ggticon-Over-Time:before {
content: "\e76c";
}
.ggticon-Over-Time2:before {
content: "\e76d";
}
.ggticon-Sand-watch:before {
content: "\e76e";
}
.ggticon-Sand-watch2:before {
content: "\e76f";
}
.ggticon-Stopwatch-2:before {
content: "\e770";
}
.ggticon-Stopwatch:before {
content: "\e771";
}
.ggticon-Time-Backup:before {
content: "\e772";
}
.ggticon-Time-Fire:before {
content: "\e773";
}
.ggticon-Time-Machine:before {
content: "\e774";
}
.ggticon-Timer-2:before {
content: "\e775";
}
.ggticon-Watch-2:before {
content: "\e776";
}
.ggticon-Watch-3:before {
content: "\e777";
}
.ggticon-Watch:before {
content: "\e778";
}
.ggticon-A-Z:before {
content: "\e779";
}
.ggticon-Bold-Text:before {
content: "\e77a";
}
.ggticon-Bulleted-List:before {
content: "\e77b";
}
.ggticon-Font-Color:before {
content: "\e77c";
}
.ggticon-Font-Name:before {
content: "\e77d";
}
.ggticon-Font-Size:before {
content: "\e77e";
}
.ggticon-Font-Style:before {
content: "\e77f";
}
.ggticon-Font-StyleSubscript:before {
content: "\e780";
}
.ggticon-Font-StyleSuperscript:before {
content: "\e781";
}
.ggticon-Function:before {
content: "\e782";
}
.ggticon-Italic-Text:before {
content: "\e783";
}
.ggticon-Line-SpacingText:before {
content: "\e784";
}
.ggticon-Lowercase-Text:before {
content: "\e785";
}
.ggticon-Normal-Text:before {
content: "\e786";
}
.ggticon-Numbering-List:before {
content: "\e787";
}
.ggticon-Strikethrough-Text:before {
content: "\e788";
}
.ggticon-Sum-2:before {
content: "\e789";
}
.ggticon-Text-Box:before {
content: "\e78a";
}
.ggticon-Text-Effect:before {
content: "\e78b";
}
.ggticon-Text-HighlightColor:before {
content: "\e78c";
}
.ggticon-Text-Paragraph:before {
content: "\e78d";
}
.ggticon-Under-LineText:before {
content: "\e78e";
}
.ggticon-Uppercase-Text:before {
content: "\e78f";
}
.ggticon-Wrap-Text:before {
content: "\e790";
}
.ggticon-Z-A:before {
content: "\e791";
}
.ggticon-Aerobics-2:before {
content: "\e792";
}
.ggticon-Aerobics-3:before {
content: "\e793";
}
.ggticon-Aerobics:before {
content: "\e794";
}
.ggticon-Archery-2:before {
content: "\e795";
}
.ggticon-Archery:before {
content: "\e796";
}
.ggticon-Ballet-Shoes:before {
content: "\e797";
}
.ggticon-Baseball:before {
content: "\e798";
}
.ggticon-Basket-Ball:before {
content: "\e799";
}
.ggticon-Bodybuilding:before {
content: "\e79a";
}
.ggticon-Bowling-2:before {
content: "\e79b";
}
.ggticon-Bowling:before {
content: "\e79c";
}
.ggticon-Box:before {
content: "\e79d";
}
.ggticon-Chess:before {
content: "\e79e";
}
.ggticon-Cricket:before {
content: "\e79f";
}
.ggticon-Dumbbell:before {
content: "\e7a0";
}
.ggticon-Football-2:before {
content: "\e7a1";
}
.ggticon-Football:before {
content: "\e7a2";
}
.ggticon-Footprint-2:before {
content: "\e7a3";
}
.ggticon-Footprint-3:before {
content: "\e7a4";
}
.ggticon-Goggles:before {
content: "\e7a5";
}
.ggticon-Golf-2:before {
content: "\e7a6";
}
.ggticon-Golf:before {
content: "\e7a7";
}
.ggticon-Gymnastics:before {
content: "\e7a8";
}
.ggticon-Hokey:before {
content: "\e7a9";
}
.ggticon-Jump-Rope:before {
content: "\e7aa";
}
.ggticon-Life-Jacket:before {
content: "\e7ab";
}
.ggticon-Medal-2:before {
content: "\e7ac";
}
.ggticon-Medal-3:before {
content: "\e7ad";
}
.ggticon-Medal:before {
content: "\e7ae";
}
.ggticon-Parasailing:before {
content: "\e7af";
}
.ggticon-Pilates-2:before {
content: "\e7b0";
}
.ggticon-Pilates-3:before {
content: "\e7b1";
}
.ggticon-Pilates:before {
content: "\e7b2";
}
.ggticon-Ping-Pong:before {
content: "\e7b3";
}
.ggticon-Rafting:before {
content: "\e7b4";
}
.ggticon-Running-Shoes:before {
content: "\e7b5";
}
.ggticon-Running:before {
content: "\e7b6";
}
.ggticon-Skate-Shoes:before {
content: "\e7b7";
}
.ggticon-Ski:before {
content: "\e7b8";
}
.ggticon-Skydiving:before {
content: "\e7b9";
}
.ggticon-Snorkel:before {
content: "\e7ba";
}
.ggticon-Soccer-Ball:before {
content: "\e7bb";
}
.ggticon-Soccer-Shoes:before {
content: "\e7bc";
}
.ggticon-Swimming:before {
content: "\e7bd";
}
.ggticon-Tennis-Ball:before {
content: "\e7be";
}
.ggticon-Tennis:before {
content: "\e7bf";
}
.ggticon-Trekking:before {
content: "\e7c0";
}
.ggticon-Trophy-2:before {
content: "\e7c1";
}
.ggticon-Trophy:before {
content: "\e7c2";
}
.ggticon-Volleyball:before {
content: "\e7c3";
}
.ggticon-weight-Lift:before {
content: "\e7c4";
}
.ggticon-Speach-Bubble:before {
content: "\e7c5";
}
.ggticon-Speach-Bubble2:before {
content: "\e7c6";
}
.ggticon-Speach-Bubble3:before {
content: "\e7c7";
}
.ggticon-Speach-Bubble4:before {
content: "\e7c8";
}
.ggticon-Speach-Bubble5:before {
content: "\e7c9";
}
.ggticon-Speach-Bubble6:before {
content: "\e7ca";
}
.ggticon-Speach-Bubble7:before {
content: "\e7cb";
}
.ggticon-Speach-Bubble8:before {
content: "\e7cc";
}
.ggticon-Speach-Bubble9:before {
content: "\e7cd";
}
.ggticon-Speach-Bubble10:before {
content: "\e7ce";
}
.ggticon-Speach-Bubble11:before {
content: "\e7cf";
}
.ggticon-Speach-Bubble12:before {
content: "\e7d0";
}
.ggticon-Speach-Bubble13:before {
content: "\e7d1";
}
.ggticon-Speach-BubbleAsking:before {
content: "\e7d2";
}
.ggticon-Speach-BubbleComic:before {
content: "\e7d3";
}
.ggticon-Speach-BubbleComic2:before {
content: "\e7d4";
}
.ggticon-Speach-BubbleComic3:before {
content: "\e7d5";
}
.ggticon-Speach-BubbleComic4:before {
content: "\e7d6";
}
.ggticon-Speach-BubbleDialog:before {
content: "\e7d7";
}
.ggticon-Speach-Bubbles:before {
content: "\e7d8";
}
.ggticon-Bisexual:before {
content: "\e7d9";
}
.ggticon-Cancer:before {
content: "\e7da";
}
.ggticon-Couple-Sign:before {
content: "\e7db";
}
.ggticon-David-Star:before {
content: "\e7dc";
}
.ggticon-Family-Sign:before {
content: "\e7dd";
}
.ggticon-Female-Sign:before {
content: "\e7de";
}
.ggticon-Gey:before {
content: "\e7df";
}
.ggticon-Heart-2:before {
content: "\e7e0";
}
.ggticon-Homosexual:before {
content: "\e7e1";
}
.ggticon-Inifity:before {
content: "\e7e2";
}
.ggticon-Lesbian:before {
content: "\e7e3";
}
.ggticon-Lesbians:before {
content: "\e7e4";
}
.ggticon-Love-2:before {
content: "\e7e5";
}
.ggticon-Male-Sign:before {
content: "\e7e6";
}
.ggticon-Men:before {
content: "\e7e7";
}
.ggticon-No-Smoking:before {
content: "\e7e8";
}
.ggticon-Paw:before {
content: "\e7e9";
}
.ggticon-Quotes-2:before {
content: "\e7ea";
}
.ggticon-Quotes:before {
content: "\e7eb";
}
.ggticon-Redirect:before {
content: "\e7ec";
}
.ggticon-Retweet:before {
content: "\e7ed";
}
.ggticon-Ribbon-2:before {
content: "\e7ee";
}
.ggticon-Ribbon-3:before {
content: "\e7ef";
}
.ggticon-Ribbon:before {
content: "\e7f0";
}
.ggticon-Sexual:before {
content: "\e7f1";
}
.ggticon-Smoking-Area:before {
content: "\e7f2";
}
.ggticon-Trace:before {
content: "\e7f3";
}
.ggticon-Venn-Diagram:before {
content: "\e7f4";
}
.ggticon-Wheelchair:before {
content: "\e7f5";
}
.ggticon-Women:before {
content: "\e7f6";
}
.ggticon-Ying-Yang:before {
content: "\e7f7";
}
.ggticon-Add-Bag:before {
content: "\e7f8";
}
.ggticon-Add-Basket:before {
content: "\e7f9";
}
.ggticon-Add-Cart:before {
content: "\e7fa";
}
.ggticon-Bag-Coins:before {
content: "\e7fb";
}
.ggticon-Bag-Items:before {
content: "\e7fc";
}
.ggticon-Bag-Quantity:before {
content: "\e7fd";
}
.ggticon-Bar-Code:before {
content: "\e7fe";
}
.ggticon-Basket-Coins:before {
content: "\e7ff";
}
.ggticon-Basket-Items:before {
content: "\e800";
}
.ggticon-Basket-Quantity:before {
content: "\e801";
}
.ggticon-Bitcoin:before {
content: "\e802";
}
.ggticon-Car-Coins:before {
content: "\e803";
}
.ggticon-Car-Items:before {
content: "\e804";
}
.ggticon-Cart-Quantity:before {
content: "\e805";
}
.ggticon-Cash-Register:before {
content: "\e806";
}
.ggticon-Cash-register2:before {
content: "\e807";
}
.ggticon-Checkout-Bag:before {
content: "\e808";
}
.ggticon-Checkout-Basket:before {
content: "\e809";
}
.ggticon-Checkout:before {
content: "\e80a";
}
.ggticon-Full-Bag:before {
content: "\e80b";
}
.ggticon-Full-Basket:before {
content: "\e80c";
}
.ggticon-Full-Cart:before {
content: "\e80d";
}
.ggticon-Home-5:before {
content: "\e80e";
}
.ggticon-Password-2shopping:before {
content: "\e80f";
}
.ggticon-Password-shopping:before {
content: "\e810";
}
.ggticon-QR-Code:before {
content: "\e811";
}
.ggticon-Receipt-2:before {
content: "\e812";
}
.ggticon-Receipt-3:before {
content: "\e813";
}
.ggticon-Receipt-4:before {
content: "\e814";
}
.ggticon-Receipt:before {
content: "\e815";
}
.ggticon-Remove-Bag:before {
content: "\e816";
}
.ggticon-Remove-Basket:before {
content: "\e817";
}
.ggticon-Remove-Cart:before {
content: "\e818";
}
.ggticon-Shop-2:before {
content: "\e819";
}
.ggticon-Shop-3:before {
content: "\e81a";
}
.ggticon-Shop-4:before {
content: "\e81b";
}
.ggticon-Shop:before {
content: "\e81c";
}
.ggticon-Shopping-Bag:before {
content: "\e81d";
}
.ggticon-Shopping-Basket:before {
content: "\e81e";
}
.ggticon-Shopping-Cart:before {
content: "\e81f";
}
.ggticon-Tag-2:before {
content: "\e820";
}
.ggticon-Tag-3:before {
content: "\e821";
}
.ggticon-Tag-4:before {
content: "\e822";
}
.ggticon-Tag-5:before {
content: "\e823";
}
.ggticon-This-SideUp:before {
content: "\e824";
}
.ggticon-Broke-Link2:before {
content: "\e825";
}
.ggticon-Coding:before {
content: "\e826";
}
.ggticon-Consulting:before {
content: "\e827";
}
.ggticon-Copyright:before {
content: "\e828";
}
.ggticon-Idea-2:before {
content: "\e829";
}
.ggticon-Idea-3:before {
content: "\e82a";
}
.ggticon-Idea-4:before {
content: "\e82b";
}
.ggticon-Idea-5:before {
content: "\e82c";
}
.ggticon-Internet:before {
content: "\e82d";
}
.ggticon-Link-2:before {
content: "\e82e";
}
.ggticon-Management:before {
content: "\e82f";
}
.ggticon-Monitor-Analytics:before {
content: "\e830";
}
.ggticon-Monitoring:before {
content: "\e831";
}
.ggticon-Optimization:before {
content: "\e832";
}
.ggticon-Search-People:before {
content: "\e833";
}
.ggticon-Tag:before {
content: "\e834";
}
.ggticon-Target-Market:before {
content: "\e835";
}
.ggticon-Target:before {
content: "\e836";
}
.ggticon-Testimonal:before {
content: "\e837";
}
.ggticon-Alarm:before {
content: "\e838";
}
.ggticon-Computer-Secure:before {
content: "\e839";
}
.ggticon-Eye-Scan:before {
content: "\e83a";
}
.ggticon-Finger-Print:before {
content: "\e83b";
}
.ggticon-Firewall:before {
content: "\e83c";
}
.ggticon-Key-Lock:before {
content: "\e83d";
}
.ggticon-Laptop-Secure:before {
content: "\e83e";
}
.ggticon-Lock-2:before {
content: "\e83f";
}
.ggticon-Lock-3:before {
content: "\e840";
}
.ggticon-Lock:before {
content: "\e841";
}
.ggticon-Password-Field:before {
content: "\e842";
}
.ggticon-Password:before {
content: "\e843";
}
.ggticon-Police:before {
content: "\e844";
}
.ggticon-Safe-Box2:before {
content: "\e845";
}
.ggticon-Security-Block:before {
content: "\e846";
}
.ggticon-Security-Bug:before {
content: "\e847";
}
.ggticon-Security-Camera:before {
content: "\e848";
}
.ggticon-Security-Check:before {
content: "\e849";
}
.ggticon-Security-Settings:before {
content: "\e84a";
}
.ggticon-Securiy-Remove:before {
content: "\e84b";
}
.ggticon-Shield:before {
content: "\e84c";
}
.ggticon-Smartphone-Secure:before {
content: "\e84d";
}
.ggticon-SSL:before {
content: "\e84e";
}
.ggticon-Tablet-Secure:before {
content: "\e84f";
}
.ggticon-Type-Pass:before {
content: "\e850";
}
.ggticon-Unlock-2:before {
content: "\e851";
}
.ggticon-Unlock-3:before {
content: "\e852";
}
.ggticon-Unlock:before {
content: "\e853";
}
.ggticon-Ambulance:before {
content: "\e854";
}
.ggticon-Astronaut:before {
content: "\e855";
}
.ggticon-Atom:before {
content: "\e856";
}
.ggticon-Bacteria:before {
content: "\e857";
}
.ggticon-Band-Aid:before {
content: "\e858";
}
.ggticon-Bio-Hazard:before {
content: "\e859";
}
.ggticon-Biotech:before {
content: "\e85a";
}
.ggticon-Brain-3:before {
content: "\e85b";
}
.ggticon-Chemical-2:before {
content: "\e85c";
}
.ggticon-Chemical-3:before {
content: "\e85d";
}
.ggticon-Chemical-4:before {
content: "\e85e";
}
.ggticon-Chemical-5:before {
content: "\e85f";
}
.ggticon-Chemical:before {
content: "\e860";
}
.ggticon-Clinic:before {
content: "\e861";
}
.ggticon-Cube-Molecule:before {
content: "\e862";
}
.ggticon-Cube-Molecule2:before {
content: "\e863";
}
.ggticon-Danger-2:before {
content: "\e864";
}
.ggticon-Danger:before {
content: "\e865";
}
.ggticon-DNA-2:before {
content: "\e866";
}
.ggticon-DNA-Helix:before {
content: "\e867";
}
.ggticon-DNA:before {
content: "\e868";
}
.ggticon-First-Aid:before {
content: "\e869";
}
.ggticon-Flask-2:before {
content: "\e86a";
}
.ggticon-Flask:before {
content: "\e86b";
}
.ggticon-Helix-2:before {
content: "\e86c";
}
.ggticon-Hospital-2:before {
content: "\e86d";
}
.ggticon-Hurt:before {
content: "\e86e";
}
.ggticon-Medical-Sign:before {
content: "\e86f";
}
.ggticon-Medicine-2:before {
content: "\e870";
}
.ggticon-Medicine-3:before {
content: "\e871";
}
.ggticon-Medicine:before {
content: "\e872";
}
.ggticon-Microscope:before {
content: "\e873";
}
.ggticon-Neutron:before {
content: "\e874";
}
.ggticon-Nuclear:before {
content: "\e875";
}
.ggticon-Physics:before {
content: "\e876";
}
.ggticon-Plasmid:before {
content: "\e877";
}
.ggticon-Plaster:before {
content: "\e878";
}
.ggticon-Pulse:before {
content: "\e879";
}
.ggticon-Radioactive:before {
content: "\e87a";
}
.ggticon-Safety-PinClose:before {
content: "\e87b";
}
.ggticon-Safety-PinOpen:before {
content: "\e87c";
}
.ggticon-Spermium:before {
content: "\e87d";
}
.ggticon-Stethoscope:before {
content: "\e87e";
}
.ggticon-Temperature:before {
content: "\e87f";
}
.ggticon-Test-Tube:before {
content: "\e880";
}
.ggticon-Test-Tube2:before {
content: "\e881";
}
.ggticon-Virus-2:before {
content: "\e882";
}
.ggticon-Virus-3:before {
content: "\e883";
}
.ggticon-Virus:before {
content: "\e884";
}
.ggticon-X-ray:before {
content: "\e885";
}
.ggticon-Auto-Flash:before {
content: "\e886";
}
.ggticon-Camera-2:before {
content: "\e887";
}
.ggticon-Camera-3:before {
content: "\e888";
}
.ggticon-Camera-4:before {
content: "\e889";
}
.ggticon-Camera-5:before {
content: "\e88a";
}
.ggticon-Camera-Back:before {
content: "\e88b";
}
.ggticon-Camera:before {
content: "\e88c";
}
.ggticon-Crop-3:before {
content: "\e88d";
}
.ggticon-Daylight:before {
content: "\e88e";
}
.ggticon-Edit:before {
content: "\e88f";
}
.ggticon-Eye-2:before {
content: "\e890";
}
.ggticon-Film-Cartridge:before {
content: "\e891";
}
.ggticon-Film:before {
content: "\e892";
}
.ggticon-Filter:before {
content: "\e893";
}
.ggticon-Flash-2:before {
content: "\e894";
}
.ggticon-Flash:before {
content: "\e895";
}
.ggticon-Fluorescent:before {
content: "\e896";
}
.ggticon-Gopro:before {
content: "\e897";
}
.ggticon-Landscape-2:before {
content: "\e898";
}
.ggticon-Len-2:before {
content: "\e899";
}
.ggticon-Len-3:before {
content: "\e89a";
}
.ggticon-Len:before {
content: "\e89b";
}
.ggticon-Macro:before {
content: "\e89c";
}
.ggticon-Memory-Card:before {
content: "\e89d";
}
.ggticon-Memory-Card2:before {
content: "\e89e";
}
.ggticon-Memory-Card3:before {
content: "\e89f";
}
.ggticon-No-Flash:before {
content: "\e8a0";
}
.ggticon-Panorama:before {
content: "\e8a1";
}
.ggticon-Photo-2:before {
content: "\e8a2";
}
.ggticon-Photo-3:before {
content: "\e8a3";
}
.ggticon-Photo-Album:before {
content: "\e8a4";
}
.ggticon-Photo-Album2:before {
content: "\e8a5";
}
.ggticon-Photo-Album3:before {
content: "\e8a6";
}
.ggticon-Photo:before {
content: "\e8a7";
}
.ggticon-Photos:before {
content: "\e8a8";
}
.ggticon-Portrait:before {
content: "\e8a9";
}
.ggticon-Retouching:before {
content: "\e8aa";
}
.ggticon-Retro-Camera:before {
content: "\e8ab";
}
.ggticon-secound:before {
content: "\e8ac";
}
.ggticon-secound2:before {
content: "\e8ad";
}
.ggticon-Selfie:before {
content: "\e8ae";
}
.ggticon-Shutter:before {
content: "\e8af";
}
.ggticon-Signal:before {
content: "\e8b0";
}
.ggticon-Snow:before {
content: "\e8b1";
}
.ggticon-Sport-Mode:before {
content: "\e8b2";
}
.ggticon-Studio-Flash:before {
content: "\e8b3";
}
.ggticon-Studio-Lightbox:before {
content: "\e8b4";
}
.ggticon-Timer:before {
content: "\e8b5";
}
.ggticon-Tripod-2:before {
content: "\e8b6";
}
.ggticon-Tripod-withCamera:before {
content: "\e8b7";
}
.ggticon-Tripod-withGopro:before {
content: "\e8b8";
}
.ggticon-Add-User:before {
content: "\e8b9";
}
.ggticon-Add-UserStar:before {
content: "\e8ba";
}
.ggticon-Administrator:before {
content: "\e8bb";
}
.ggticon-Alien-2:before {
content: "\e8bc";
}
.ggticon-Alien:before {
content: "\e8bd";
}
.ggticon-Assistant:before {
content: "\e8be";
}
.ggticon-Baby-Cry:before {
content: "\e8bf";
}
.ggticon-Baby:before {
content: "\e8c0";
}
.ggticon-Boy:before {
content: "\e8c1";
}
.ggticon-Business-Man:before {
content: "\e8c2";
}
.ggticon-Business-ManWoman:before {
content: "\e8c3";
}
.ggticon-Business-Mens:before {
content: "\e8c4";
}
.ggticon-Business-Woman:before {
content: "\e8c5";
}
.ggticon-Checked-User:before {
content: "\e8c6";
}
.ggticon-Chef:before {
content: "\e8c7";
}
.ggticon-Conference:before {
content: "\e8c8";
}
.ggticon-Cool-Guy:before {
content: "\e8c9";
}
.ggticon-Criminal:before {
content: "\e8ca";
}
.ggticon-Dj:before {
content: "\e8cb";
}
.ggticon-Doctor:before {
content: "\e8cc";
}
.ggticon-Engineering:before {
content: "\e8cd";
}
.ggticon-Farmer:before {
content: "\e8ce";
}
.ggticon-Female-2:before {
content: "\e8cf";
}
.ggticon-Female:before {
content: "\e8d0";
}
.ggticon-Find-User:before {
content: "\e8d1";
}
.ggticon-Geek-2:before {
content: "\e8d2";
}
.ggticon-Genius:before {
content: "\e8d3";
}
.ggticon-Girl:before {
content: "\e8d4";
}
.ggticon-Headphone:before {
content: "\e8d5";
}
.ggticon-Headset:before {
content: "\e8d6";
}
.ggticon-ID-2:before {
content: "\e8d7";
}
.ggticon-ID-3:before {
content: "\e8d8";
}
.ggticon-ID-Card:before {
content: "\e8d9";
}
.ggticon-King-2:before {
content: "\e8da";
}
.ggticon-Lock-User:before {
content: "\e8db";
}
.ggticon-Love-User:before {
content: "\e8dc";
}
.ggticon-Male-2:before {
content: "\e8dd";
}
.ggticon-Male:before {
content: "\e8de";
}
.ggticon-MaleFemale:before {
content: "\e8df";
}
.ggticon-Man-Sign:before {
content: "\e8e0";
}
.ggticon-Mens:before {
content: "\e8e1";
}
.ggticon-Network:before {
content: "\e8e2";
}
.ggticon-Nurse:before {
content: "\e8e3";
}
.ggticon-Pac-Man:before {
content: "\e8e4";
}
.ggticon-Pilot:before {
content: "\e8e5";
}
.ggticon-Police-Man:before {
content: "\e8e6";
}
.ggticon-Police-Woman:before {
content: "\e8e7";
}
.ggticon-Professor:before {
content: "\e8e8";
}
.ggticon-Punker:before {
content: "\e8e9";
}
.ggticon-Queen-2:before {
content: "\e8ea";
}
.ggticon-Remove-User:before {
content: "\e8eb";
}
.ggticon-Robot-2:before {
content: "\e8ec";
}
.ggticon-Speak-2:before {
content: "\e8ed";
}
.ggticon-Speak:before {
content: "\e8ee";
}
.ggticon-Spy:before {
content: "\e8ef";
}
.ggticon-Student-Female:before {
content: "\e8f0";
}
.ggticon-Student-Male:before {
content: "\e8f1";
}
.ggticon-Student-MaleFemale:before {
content: "\e8f2";
}
.ggticon-Students:before {
content: "\e8f3";
}
.ggticon-Superman:before {
content: "\e8f4";
}
.ggticon-Talk-Man:before {
content: "\e8f5";
}
.ggticon-Teacher:before {
content: "\e8f6";
}
.ggticon-Waiter:before {
content: "\e8f7";
}
.ggticon-Woman-Sign:before {
content: "\e8f8";
}
.ggticon-WomanMan:before {
content: "\e8f9";
}
.ggticon-Wonder-Woman:before {
content: "\e8fa";
}
.ggticon-Worker:before {
content: "\e8fb";
}
.ggticon-Anchor-2:before {
content: "\e8fc";
}
.ggticon-Army-Key:before {
content: "\e8fd";
}
.ggticon-Balloon:before {
content: "\e8fe";
}
.ggticon-Barricade-2:before {
content: "\e8ff";
}
.ggticon-Batman-Mask:before {
content: "\e900";
}
.ggticon-Binocular:before {
content: "\e901";
}
.ggticon-Boom:before {
content: "\e902";
}
.ggticon-Bucket:before {
content: "\e903";
}
.ggticon-Button:before {
content: "\e904";
}
.ggticon-Cannon:before {
content: "\e905";
}
.ggticon-Chacked-Flag:before {
content: "\e906";
}
.ggticon-Chair:before {
content: "\e907";
}
.ggticon-Coffee-Machine:before {
content: "\e908";
}
.ggticon-Crown-2:before {
content: "\e909";
}
.ggticon-Crown:before {
content: "\e90a";
}
.ggticon-Dice-2:before {
content: "\e90b";
}
.ggticon-Dice:before {
content: "\e90c";
}
.ggticon-Domino:before {
content: "\e90d";
}
.ggticon-Door-Hanger:before {
content: "\e90e";
}
.ggticon-Drill-2:before {
content: "\e90f";
}
.ggticon-Feather:before {
content: "\e910";
}
.ggticon-Fire-Hydrant:before {
content: "\e911";
}
.ggticon-Flag-5:before {
content: "\e912";
}
.ggticon-Flag-6:before {
content: "\e913";
}
.ggticon-Flashlight:before {
content: "\e914";
}
.ggticon-Footprint:before {
content: "\e915";
}
.ggticon-Gas-Pump:before {
content: "\e916";
}
.ggticon-Gift-Box:before {
content: "\e917";
}
.ggticon-Gun-2:before {
content: "\e918";
}
.ggticon-Gun-3:before {
content: "\e919";
}
.ggticon-Gun:before {
content: "\e91a";
}
.ggticon-Hammer:before {
content: "\e91b";
}
.ggticon-Identification-Badge:before {
content: "\e91c";
}
.ggticon-Key-2:before {
content: "\e91d";
}
.ggticon-Key-3:before {
content: "\e91e";
}
.ggticon-Key:before {
content: "\e91f";
}
.ggticon-Lamp:before {
content: "\e920";
}
.ggticon-Lego:before {
content: "\e921";
}
.ggticon-Life-Safer:before {
content: "\e922";
}
.ggticon-Light-Bulb:before {
content: "\e923";
}
.ggticon-Light-Bulb2:before {
content: "\e924";
}
.ggticon-Luggafe-Front:before {
content: "\e925";
}
.ggticon-Luggage-2:before {
content: "\e926";
}
.ggticon-Magic-Wand:before {
content: "\e927";
}
.ggticon-Magnet:before {
content: "\e928";
}
.ggticon-Mask:before {
content: "\e929";
}
.ggticon-Menorah:before {
content: "\e92a";
}
.ggticon-Mirror:before {
content: "\e92b";
}
.ggticon-Movie-Ticket:before {
content: "\e92c";
}
.ggticon-Office-Lamp:before {
content: "\e92d";
}
.ggticon-Paint-Brush:before {
content: "\e92e";
}
.ggticon-Paint-Bucket:before {
content: "\e92f";
}
.ggticon-Paper-Plane:before {
content: "\e930";
}
.ggticon-Post-Sign:before {
content: "\e931";
}
.ggticon-Post-Sign2ways:before {
content: "\e932";
}
.ggticon-Puzzle:before {
content: "\e933";
}
.ggticon-Razzor-Blade:before {
content: "\e934";
}
.ggticon-Scale:before {
content: "\e935";
}
.ggticon-Screwdriver:before {
content: "\e936";
}
.ggticon-Sewing-Machine:before {
content: "\e937";
}
.ggticon-Sheriff-Badge:before {
content: "\e938";
}
.ggticon-Stroller:before {
content: "\e939";
}
.ggticon-Suitcase:before {
content: "\e93a";
}
.ggticon-Teddy-Bear:before {
content: "\e93b";
}
.ggticon-Telescope:before {
content: "\e93c";
}
.ggticon-Tent:before {
content: "\e93d";
}
.ggticon-Thread:before {
content: "\e93e";
}
.ggticon-Ticket:before {
content: "\e93f";
}
.ggticon-Time-Bomb:before {
content: "\e940";
}
.ggticon-Tourch:before {
content: "\e941";
}
.ggticon-Vase:before {
content: "\e942";
}
.ggticon-Video-GameController:before {
content: "\e943";
}
.ggticon-Conservation:before {
content: "\e944";
}
.ggticon-Eci-Icon:before {
content: "\e945";
}
.ggticon-Environmental-2:before {
content: "\e946";
}
.ggticon-Environmental-3:before {
content: "\e947";
}
.ggticon-Environmental:before {
content: "\e948";
}
.ggticon-Fire-Flame:before {
content: "\e949";
}
.ggticon-Fire-Flame2:before {
content: "\e94a";
}
.ggticon-Flowerpot:before {
content: "\e94b";
}
.ggticon-Forest:before {
content: "\e94c";
}
.ggticon-Green-Energy:before {
content: "\e94d";
}
.ggticon-Green-House:before {
content: "\e94e";
}
.ggticon-Landscape:before {
content: "\e94f";
}
.ggticon-Leafs-2:before {
content: "\e950";
}
.ggticon-Leafs:before {
content: "\e951";
}
.ggticon-Light-BulbLeaf:before {
content: "\e952";
}
.ggticon-Palm-Tree:before {
content: "\e953";
}
.ggticon-Plant:before {
content: "\e954";
}
.ggticon-Recycling-2:before {
content: "\e955";
}
.ggticon-Recycling:before {
content: "\e956";
}
.ggticon-Seed:before {
content: "\e957";
}
.ggticon-Trash-withMen:before {
content: "\e958";
}
.ggticon-Tree-3:before {
content: "\e959";
}
.ggticon-Tree-4:before {
content: "\e95a";
}
.ggticon-Tree-5:before {
content: "\e95b";
}
.ggticon-Compass-3:before {
content: "\e95c";
}
.ggticon-Compass-4:before {
content: "\e95d";
}
.ggticon-Compass-Rose:before {
content: "\e95e";
}
.ggticon-Direction-East:before {
content: "\e95f";
}
.ggticon-Direction-North:before {
content: "\e960";
}
.ggticon-Direction-South:before {
content: "\e961";
}
.ggticon-Direction-West:before {
content: "\e962";
}
.ggticon-Edit-Map:before {
content: "\e963";
}
.ggticon-Geo-Close:before {
content: "\e964";
}
.ggticon-Geo-Love:before {
content: "\e965";
}
.ggticon-Geo-Number:before {
content: "\e966";
}
.ggticon-Geo-Star:before {
content: "\e967";
}
.ggticon-Geo:before {
content: "\e968";
}
.ggticon-Geo2-Close:before {
content: "\e969";
}
.ggticon-Geo2-Love:before {
content: "\e96a";
}
.ggticon-Geo2-Number:before {
content: "\e96b";
}
.ggticon-Geo2-Star:before {
content: "\e96c";
}
.ggticon-Geo2:before {
content: "\e96d";
}
.ggticon-Geo3-Close:before {
content: "\e96e";
}
.ggticon-Geo3-Love:before {
content: "\e96f";
}
.ggticon-Geo3-Number:before {
content: "\e970";
}
.ggticon-Geo3-Star:before {
content: "\e971";
}
.ggticon-Geo3:before {
content: "\e972";
}
.ggticon-Geo4:before {
content: "\e973";
}
.ggticon-Geo5:before {
content: "\e974";
}
.ggticon-Geo6:before {
content: "\e975";
}
.ggticon-Geo7:before {
content: "\e976";
}
.ggticon-Geo8:before {
content: "\e977";
}
.ggticon-Geo9:before {
content: "\e978";
}
.ggticon-Global-Position:before {
content: "\e979";
}
.ggticon-Globe-2:before {
content: "\e97a";
}
.ggticon-Globe:before {
content: "\e97b";
}
.ggticon-Location-2:before {
content: "\e97c";
}
.ggticon-Location:before {
content: "\e97d";
}
.ggticon-Map-Marker:before {
content: "\e97e";
}
.ggticon-Map-Marker2:before {
content: "\e97f";
}
.ggticon-Map-Marker3:before {
content: "\e980";
}
.ggticon-Map:before {
content: "\e981";
}
.ggticon-Map2:before {
content: "\e982";
}
.ggticon-Road:before {
content: "\e983";
}
.ggticon-Satelite-2:before {
content: "\e984";
}
.ggticon-Satelite:before {
content: "\e985";
}
.ggticon-Street-View:before {
content: "\e986";
}
.ggticon-Street-View2:before {
content: "\e987";
}
.ggticon-Add:before {
content: "\e988";
}
.ggticon-Back:before {
content: "\e989";
}
.ggticon-Broken-Link:before {
content: "\e98a";
}
.ggticon-Check-2:before {
content: "\e98b";
}
.ggticon-Check:before {
content: "\e98c";
}
.ggticon-Circular-Point:before {
content: "\e98d";
}
.ggticon-Close:before {
content: "\e98e";
}
.ggticon-Cursor-Click:before {
content: "\e98f";
}
.ggticon-Cursor-Click2:before {
content: "\e990";
}
.ggticon-Cursor-Move:before {
content: "\e991";
}
.ggticon-Cursor-Move2:before {
content: "\e992";
}
.ggticon-Cursor-Select:before {
content: "\e993";
}
.ggticon-Cursor:before {
content: "\e994";
}
.ggticon-Down-4:before {
content: "\e995";
}
.ggticon-Download-2:before {
content: "\e996";
}
.ggticon-Downward:before {
content: "\e997";
}
.ggticon-Endways:before {
content: "\e998";
}
.ggticon-Forward:before {
content: "\e999";
}
.ggticon-Left-4:before {
content: "\e99a";
}
.ggticon-Link:before {
content: "\e99b";
}
.ggticon-Next:before {
content: "\e99c";
}
.ggticon-Orientation-3:before {
content: "\e99d";
}
.ggticon-Pointer:before {
content: "\e99e";
}
.ggticon-Previous:before {
content: "\e99f";
}
.ggticon-Redo:before {
content: "\e9a0";
}
.ggticon-Refresh:before {
content: "\e9a1";
}
.ggticon-Reload-3:before {
content: "\e9a2";
}
.ggticon-Remove:before {
content: "\e9a3";
}
.ggticon-Repeat-5:before {
content: "\e9a4";
}
.ggticon-Reset:before {
content: "\e9a5";
}
.ggticon-Rewind:before {
content: "\e9a6";
}
.ggticon-Right-4:before {
content: "\e9a7";
}
.ggticon-Rotation-390:before {
content: "\e9a8";
}
.ggticon-Rotation:before {
content: "\e9a9";
}
.ggticon-Spot:before {
content: "\e9aa";
}
.ggticon-Start-ways:before {
content: "\e9ab";
}
.ggticon-Synchronize-2:before {
content: "\e9ac";
}
.ggticon-Synchronize:before {
content: "\e9ad";
}
.ggticon-Undo:before {
content: "\e9ae";
}
.ggticon-Up-4:before {
content: "\e9af";
}
.ggticon-Upload-2:before {
content: "\e9b0";
}
.ggticon-Upward:before {
content: "\e9b1";
}
.ggticon-Yes:before {
content: "\e9b2";
}
.ggticon-Barricade:before {
content: "\e9b3";
}
.ggticon-Crane:before {
content: "\e9b4";
}
.ggticon-Dam:before {
content: "\e9b5";
}
.ggticon-Drill:before {
content: "\e9b6";
}
.ggticon-Electricity:before {
content: "\e9b7";
}
.ggticon-Explode:before {
content: "\e9b8";
}
.ggticon-Factory-2:before {
content: "\e9b9";
}
.ggticon-Fuel:before {
content: "\e9ba";
}
.ggticon-Helmet-2:before {
content: "\e9bb";
}
.ggticon-Helmet:before {
content: "\e9bc";
}
.ggticon-Laser:before {
content: "\e9bd";
}
.ggticon-Mine:before {
content: "\e9be";
}
.ggticon-Oil:before {
content: "\e9bf";
}
.ggticon-Petrol:before {
content: "\e9c0";
}
.ggticon-Pipe:before {
content: "\e9c1";
}
.ggticon-Power-Station:before {
content: "\e9c2";
}
.ggticon-Refinery:before {
content: "\e9c3";
}
.ggticon-Saw:before {
content: "\e9c4";
}
.ggticon-Shovel:before {
content: "\e9c5";
}
.ggticon-Solar:before {
content: "\e9c6";
}
.ggticon-Wheelbarrow:before {
content: "\e9c7";
}
.ggticon-Windmill:before {
content: "\e9c8";
}
.ggticon-Anchor:before {
content: "\e9c9";
}
.ggticon-Bag:before {
content: "\e9ca";
}
.ggticon-Bakelite:before {
content: "\e9cb";
}
.ggticon-Beard-2:before {
content: "\e9cc";
}
.ggticon-Beard-3:before {
content: "\e9cd";
}
.ggticon-Beard:before {
content: "\e9ce";
}
.ggticon-Bicycle:before {
content: "\e9cf";
}
.ggticon-Bow-4:before {
content: "\e9d0";
}
.ggticon-Bow-5:before {
content: "\e9d1";
}
.ggticon-Bow-6:before {
content: "\e9d2";
}
.ggticon-Comb-2:before {
content: "\e9d3";
}
.ggticon-Comb:before {
content: "\e9d4";
}
.ggticon-Funky:before {
content: "\e9d5";
}
.ggticon-Funny-Bicycle:before {
content: "\e9d6";
}
.ggticon-Gentleman:before {
content: "\e9d7";
}
.ggticon-Hair-2:before {
content: "\e9d8";
}
.ggticon-Hair-3:before {
content: "\e9d9";
}
.ggticon-Hair-4:before {
content: "\e9da";
}
.ggticon-Hat-2:before {
content: "\e9db";
}
.ggticon-Hat:before {
content: "\e9dc";
}
.ggticon-Hipster-Glasses:before {
content: "\e9dd";
}
.ggticon-Hipster-Glasses2:before {
content: "\e9de";
}
.ggticon-Hipster-Glasses3:before {
content: "\e9df";
}
.ggticon-Hipster-Headphones:before {
content: "\e9e0";
}
.ggticon-Hipster-Men:before {
content: "\e9e1";
}
.ggticon-Hipster-Men2:before {
content: "\e9e2";
}
.ggticon-Hipster-Men3:before {
content: "\e9e3";
}
.ggticon-Hipster-Sunglasses:before {
content: "\e9e4";
}
.ggticon-Hipster-Sunglasses2:before {
content: "\e9e5";
}
.ggticon-Hipster-Sunglasses3:before {
content: "\e9e6";
}
.ggticon-Jacket-2:before {
content: "\e9e7";
}
.ggticon-Mustache-6:before {
content: "\e9e8";
}
.ggticon-Mustache-7:before {
content: "\e9e9";
}
.ggticon-Mustache-8:before {
content: "\e9ea";
}
.ggticon-Old-Camera:before {
content: "\e9eb";
}
.ggticon-Old-Cassette:before {
content: "\e9ec";
}
.ggticon-Old-Sticky:before {
content: "\e9ed";
}
.ggticon-Old-Sticky2:before {
content: "\e9ee";
}
.ggticon-Retro:before {
content: "\e9ef";
}
.ggticon-Shoes-2:before {
content: "\e9f0";
}
.ggticon-Shoes-3:before {
content: "\e9f1";
}
.ggticon-Smoking-Pipe:before {
content: "\e9f2";
}
.ggticon-Tie-2:before {
content: "\e9f3";
}
.ggticon-Tie-3:before {
content: "\e9f4";
}
.ggticon-Tie-4:before {
content: "\e9f5";
}
.ggticon-Umbrela:before {
content: "\e9f6";
}
.ggticon-Vest-2:before {
content: "\e9f7";
}
.ggticon-Battery-0:before {
content: "\e9f8";
}
.ggticon-Battery-25:before {
content: "\e9f9";
}
.ggticon-Battery-50:before {
content: "\e9fa";
}
.ggticon-Battery-75:before {
content: "\e9fb";
}
.ggticon-Battery-100:before {
content: "\e9fc";
}
.ggticon-Battery-Charge:before {
content: "\e9fd";
}
.ggticon-CD:before {
content: "\e9fe";
}
.ggticon-Charger:before {
content: "\e9ff";
}
.ggticon-Chip:before {
content: "\ea00";
}
.ggticon-CPU:before {
content: "\ea01";
}
.ggticon-Disk:before {
content: "\ea02";
}
.ggticon-DVD:before {
content: "\ea03";
}
.ggticon-Fan:before {
content: "\ea04";
}
.ggticon-Gamepad-2:before {
content: "\ea05";
}
.ggticon-Gamepad:before {
content: "\ea06";
}
.ggticon-HD:before {
content: "\ea07";
}
.ggticon-HDD:before {
content: "\ea08";
}
.ggticon-Joystick:before {
content: "\ea09";
}
.ggticon-Keyboard:before {
content: "\ea0a";
}
.ggticon-Keypad:before {
content: "\ea0b";
}
.ggticon-Mouse-2:before {
content: "\ea0c";
}
.ggticon-Mouse-3:before {
content: "\ea0d";
}
.ggticon-Mouse-4:before {
content: "\ea0e";
}
.ggticon-No-Battery:before {
content: "\ea0f";
}
.ggticon-Phone-Simcard:before {
content: "\ea10";
}
.ggticon-Plug-In:before {
content: "\ea11";
}
.ggticon-Plug-In2:before {
content: "\ea12";
}
.ggticon-Power-Cable:before {
content: "\ea13";
}
.ggticon-Power:before {
content: "\ea14";
}
.ggticon-Projector-2:before {
content: "\ea15";
}
.ggticon-Projector:before {
content: "\ea16";
}
.ggticon-Ram:before {
content: "\ea17";
}
.ggticon-Remote-Controll:before {
content: "\ea18";
}
.ggticon-Remote-Controll2:before {
content: "\ea19";
}
.ggticon-Server-2:before {
content: "\ea1a";
}
.ggticon-Server:before {
content: "\ea1b";
}
.ggticon-Servers:before {
content: "\ea1c";
}
.ggticon-Speaker:before {
content: "\ea1d";
}
.ggticon-Usb-2:before {
content: "\ea1e";
}
.ggticon-Usb-Cable:before {
content: "\ea1f";
}
.ggticon-Usb:before {
content: "\ea20";
}
.ggticon-Webcam:before {
content: "\ea21";
}
.ggticon-Wifi-Keyboard:before {
content: "\ea22";
}
.ggticon-Bat-2:before {
content: "\ea23";
}
.ggticon-Black-Cat:before {
content: "\ea24";
}
.ggticon-Blood:before {
content: "\ea25";
}
.ggticon-Bone:before {
content: "\ea26";
}
.ggticon-Broom:before {
content: "\ea27";
}
.ggticon-Candle:before {
content: "\ea28";
}
.ggticon-Candy:before {
content: "\ea29";
}
.ggticon-Cauldron:before {
content: "\ea2a";
}
.ggticon-Coffin:before {
content: "\ea2b";
}
.ggticon-Costume:before {
content: "\ea2c";
}
.ggticon-Cranium:before {
content: "\ea2d";
}
.ggticon-Death:before {
content: "\ea2e";
}
.ggticon-Evil:before {
content: "\ea2f";
}
.ggticon-Frankenstein:before {
content: "\ea30";
}
.ggticon-Grave:before {
content: "\ea31";
}
.ggticon-Graveyard:before {
content: "\ea32";
}
.ggticon-Halloween-HalfMoon:before {
content: "\ea33";
}
.ggticon-Halloween-Moon:before {
content: "\ea34";
}
.ggticon-Haunted-House:before {
content: "\ea35";
}
.ggticon-Horror:before {
content: "\ea36";
}
.ggticon-Host:before {
content: "\ea37";
}
.ggticon-Lantern:before {
content: "\ea38";
}
.ggticon-Monster:before {
content: "\ea39";
}
.ggticon-Owl:before {
content: "\ea3a";
}
.ggticon-Pumpkin:before {
content: "\ea3b";
}
.ggticon-Skeleton:before {
content: "\ea3c";
}
.ggticon-Skull:before {
content: "\ea3d";
}
.ggticon-Spiderweb:before {
content: "\ea3e";
}
.ggticon-Spoder:before {
content: "\ea3f";
}
.ggticon-Tree-2:before {
content: "\ea40";
}
.ggticon-Tree:before {
content: "\ea41";
}
.ggticon-Witch-Hat:before {
content: "\ea42";
}
.ggticon-Witch:before {
content: "\ea43";
}
.ggticon-Wizard:before {
content: "\ea44";
}
.ggticon-Zombie:before {
content: "\ea45";
}
.ggticon-Apple-Bite:before {
content: "\ea46";
}
.ggticon-Apple:before {
content: "\ea47";
}
.ggticon-Banana:before {
content: "\ea48";
}
.ggticon-Beer-Glass:before {
content: "\ea49";
}
.ggticon-Beer:before {
content: "\ea4a";
}
.ggticon-Bilk-Bottle2:before {
content: "\ea4b";
}
.ggticon-Birthday-Cake:before {
content: "\ea4c";
}
.ggticon-Bread-2:before {
content: "\ea4d";
}
.ggticon-Bread:before {
content: "\ea4e";
}
.ggticon-Cake:before {
content: "\ea4f";
}
.ggticon-Can-2:before {
content: "\ea50";
}
.ggticon-Can:before {
content: "\ea51";
}
.ggticon-Cheese:before {
content: "\ea52";
}
.ggticon-Chef-Hat:before {
content: "\ea53";
}
.ggticon-Chef-Hat2:before {
content: "\ea54";
}
.ggticon-Chopsticks-2:before {
content: "\ea55";
}
.ggticon-Chopsticks:before {
content: "\ea56";
}
.ggticon-Cocktail:before {
content: "\ea57";
}
.ggticon-Coconut:before {
content: "\ea58";
}
.ggticon-Coffee-2:before {
content: "\ea59";
}
.ggticon-Coffee-Bean:before {
content: "\ea5a";
}
.ggticon-Coffee-toGo:before {
content: "\ea5b";
}
.ggticon-Coffee:before {
content: "\ea5c";
}
.ggticon-Cookies:before {
content: "\ea5d";
}
.ggticon-Croissant:before {
content: "\ea5e";
}
.ggticon-Cupcake:before {
content: "\ea5f";
}
.ggticon-Doughnut:before {
content: "\ea60";
}
.ggticon-Eggs:before {
content: "\ea61";
}
.ggticon-Fish-Food:before {
content: "\ea62";
}
.ggticon-Fork:before {
content: "\ea63";
}
.ggticon-French-Fries:before {
content: "\ea64";
}
.ggticon-Fruits:before {
content: "\ea65";
}
.ggticon-Glass-Water:before {
content: "\ea66";
}
.ggticon-Hamburger:before {
content: "\ea67";
}
.ggticon-Honey:before {
content: "\ea68";
}
.ggticon-Hot-Dog:before {
content: "\ea69";
}
.ggticon-Ice-Cream:before {
content: "\ea6a";
}
.ggticon-Juice:before {
content: "\ea6b";
}
.ggticon-Knife-2:before {
content: "\ea6c";
}
.ggticon-Lemon:before {
content: "\ea6d";
}
.ggticon-Lollipop-2:before {
content: "\ea6e";
}
.ggticon-Lollipop-3:before {
content: "\ea6f";
}
.ggticon-Martini-Glass:before {
content: "\ea70";
}
.ggticon-Milk-Bottle:before {
content: "\ea71";
}
.ggticon-Mushroom:before {
content: "\ea72";
}
.ggticon-Open-Banana:before {
content: "\ea73";
}
.ggticon-Pepper-withFire:before {
content: "\ea74";
}
.ggticon-Pepper:before {
content: "\ea75";
}
.ggticon-Pizza-Slice:before {
content: "\ea76";
}
.ggticon-Pizza:before {
content: "\ea77";
}
.ggticon-Plate:before {
content: "\ea78";
}
.ggticon-Plates:before {
content: "\ea79";
}
.ggticon-Soup:before {
content: "\ea7a";
}
.ggticon-Spoon:before {
content: "\ea7b";
}
.ggticon-Sushi:before {
content: "\ea7c";
}
.ggticon-Teapot:before {
content: "\ea7d";
}
.ggticon-Tee-Mug:before {
content: "\ea7e";
}
.ggticon-Tomato:before {
content: "\ea7f";
}
.ggticon-Wine-Bottle:before {
content: "\ea80";
}
.ggticon-Wine-Glass:before {
content: "\ea81";
}
.ggticon-Box-Close:before {
content: "\ea82";
}
.ggticon-Box-Open:before {
content: "\ea83";
}
.ggticon-Box-withFolders:before {
content: "\ea84";
}
.ggticon-Folder-Add:before {
content: "\ea85";
}
.ggticon-Folder-Archive:before {
content: "\ea86";
}
.ggticon-Folder-Binder:before {
content: "\ea87";
}
.ggticon-Folder-Binder2:before {
content: "\ea88";
}
.ggticon-Folder-Block:before {
content: "\ea89";
}
.ggticon-Folder-Bookmark:before {
content: "\ea8a";
}
.ggticon-Folder-Close:before {
content: "\ea8b";
}
.ggticon-Folder-Cloud:before {
content: "\ea8c";
}
.ggticon-Folder-Delete:before {
content: "\ea8d";
}
.ggticon-Folder-Download:before {
content: "\ea8e";
}
.ggticon-Folder-Edit:before {
content: "\ea8f";
}
.ggticon-Folder-Favorite:before {
content: "\ea90";
}
.ggticon-Folder-Fire:before {
content: "\ea91";
}
.ggticon-Folder-Hide:before {
content: "\ea92";
}
.ggticon-Folder-Link:before {
content: "\ea93";
}
.ggticon-Folder-Loading:before {
content: "\ea94";
}
.ggticon-Folder-Lock:before {
content: "\ea95";
}
.ggticon-Folder-Love:before {
content: "\ea96";
}
.ggticon-Folder-Music:before {
content: "\ea97";
}
.ggticon-Folder-Network:before {
content: "\ea98";
}
.ggticon-Folder-Open:before {
content: "\ea99";
}
.ggticon-Folder-Open2:before {
content: "\ea9a";
}
.ggticon-Folder-Organizing:before {
content: "\ea9b";
}
.ggticon-Folder-Pictures:before {
content: "\ea9c";
}
.ggticon-Folder-Refresh:before {
content: "\ea9d";
}
.ggticon-Folder-Remove-:before {
content: "\ea9e";
}
.ggticon-Folder-Search:before {
content: "\ea9f";
}
.ggticon-Folder-Settings:before {
content: "\eaa0";
}
.ggticon-Folder-Share:before {
content: "\eaa1";
}
.ggticon-Folder-Trash:before {
content: "\eaa2";
}
.ggticon-Folder-Upload:before {
content: "\eaa3";
}
.ggticon-Folder-Video:before {
content: "\eaa4";
}
.ggticon-Folder-WithDocument:before {
content: "\eaa5";
}
.ggticon-Folder-Zip:before {
content: "\eaa6";
}
.ggticon-Folder:before {
content: "\eaa7";
}
.ggticon-Folders:before {
content: "\eaa8";
}
.ggticon-Argentina:before {
content: "\eaa9";
}
.ggticon-Brazil:before {
content: "\eaaa";
}
.ggticon-Canada:before {
content: "\eaab";
}
.ggticon-Chile:before {
content: "\eaac";
}
.ggticon-China:before {
content: "\eaad";
}
.ggticon-Colombia:before {
content: "\eaae";
}
.ggticon-Danemark:before {
content: "\eaaf";
}
.ggticon-Egypt:before {
content: "\eab0";
}
.ggticon-Flag-2:before {
content: "\eab1";
}
.ggticon-Flag-3:before {
content: "\eab2";
}
.ggticon-Flag-4:before {
content: "\eab3";
}
.ggticon-Flag:before {
content: "\eab4";
}
.ggticon-Greece:before {
content: "\eab5";
}
.ggticon-Hong-Kong:before {
content: "\eab6";
}
.ggticon-India:before {
content: "\eab7";
}
.ggticon-Israel:before {
content: "\eab8";
}
.ggticon-Jamaica:before {
content: "\eab9";
}
.ggticon-Japan:before {
content: "\eaba";
}
.ggticon-Kenya:before {
content: "\eabb";
}
.ggticon-Korea:before {
content: "\eabc";
}
.ggticon-Mexico:before {
content: "\eabd";
}
.ggticon-Morocco:before {
content: "\eabe";
}
.ggticon-Nepal:before {
content: "\eabf";
}
.ggticon-Philipines:before {
content: "\eac0";
}
.ggticon-Poland:before {
content: "\eac1";
}
.ggticon-Portugal:before {
content: "\eac2";
}
.ggticon-Scotland:before {
content: "\eac3";
}
.ggticon-Serbia:before {
content: "\eac4";
}
.ggticon-Singapore:before {
content: "\eac5";
}
.ggticon-South-Africa:before {
content: "\eac6";
}
.ggticon-Spain:before {
content: "\eac7";
}
.ggticon-Sweden:before {
content: "\eac8";
}
.ggticon-Switzerland:before {
content: "\eac9";
}
.ggticon-Thailand:before {
content: "\eaca";
}
.ggticon-Turkey:before {
content: "\eacb";
}
.ggticon-Ukraine:before {
content: "\eacc";
}
.ggticon-United-Kingdom:before {
content: "\eacd";
}
.ggticon-United-States:before {
content: "\eace";
}
.ggticon-Vietnam:before {
content: "\eacf";
}
.ggticon-Add-File:before {
content: "\ead0";
}
.ggticon-Delete-File:before {
content: "\ead1";
}
.ggticon-File-Block:before {
content: "\ead2";
}
.ggticon-File-Bookmark:before {
content: "\ead3";
}
.ggticon-File-Chart:before {
content: "\ead4";
}
.ggticon-File-Clipboard:before {
content: "\ead5";
}
.ggticon-File-ClipboardFileText:before {
content: "\ead6";
}
.ggticon-File-ClipboardTextImage:before {
content: "\ead7";
}
.ggticon-File-Cloud:before {
content: "\ead8";
}
.ggticon-File-Copy:before {
content: "\ead9";
}
.ggticon-File-Copy2:before {
content: "\eada";
}
.ggticon-File-CSV:before {
content: "\eadb";
}
.ggticon-File-Download:before {
content: "\eadc";
}
.ggticon-File-Edit:before {
content: "\eadd";
}
.ggticon-File-Excel:before {
content: "\eade";
}
.ggticon-File-Favorite:before {
content: "\eadf";
}
.ggticon-File-Fire:before {
content: "\eae0";
}
.ggticon-File-Graph:before {
content: "\eae1";
}
.ggticon-File-Hide:before {
content: "\eae2";
}
.ggticon-File-Horizontal:before {
content: "\eae3";
}
.ggticon-File-HorizontalText:before {
content: "\eae4";
}
.ggticon-File-HTML:before {
content: "\eae5";
}
.ggticon-File-JPG:before {
content: "\eae6";
}
.ggticon-File-Link:before {
content: "\eae7";
}
.ggticon-File-Loading:before {
content: "\eae8";
}
.ggticon-File-Lock:before {
content: "\eae9";
}
.ggticon-File-Love:before {
content: "\eaea";
}
.ggticon-File-Music:before {
content: "\eaeb";
}
.ggticon-File-Network:before {
content: "\eaec";
}
.ggticon-File-Pictures:before {
content: "\eaed";
}
.ggticon-File-Pie:before {
content: "\eaee";
}
.ggticon-File-Presentation:before {
content: "\eaef";
}
.ggticon-File-Refresh:before {
content: "\eaf0";
}
.ggticon-File-Search:before {
content: "\eaf1";
}
.ggticon-File-Settings:before {
content: "\eaf2";
}
.ggticon-File-Share:before {
content: "\eaf3";
}
.ggticon-File-TextImage:before {
content: "\eaf4";
}
.ggticon-File-Trash:before {
content: "\eaf5";
}
.ggticon-File-TXT:before {
content: "\eaf6";
}
.ggticon-File-Upload:before {
content: "\eaf7";
}
.ggticon-File-Video:before {
content: "\eaf8";
}
.ggticon-File-Word:before {
content: "\eaf9";
}
.ggticon-File-Zip:before {
content: "\eafa";
}
.ggticon-File:before {
content: "\eafb";
}
.ggticon-Files:before {
content: "\eafc";
}
.ggticon-Remove-File:before {
content: "\eafd";
}
.ggticon-Angel-Smiley:before {
content: "\eafe";
}
.ggticon-Angry:before {
content: "\eaff";
}
.ggticon-Cap-Smiley:before {
content: "\eb00";
}
.ggticon-Clown:before {
content: "\eb01";
}
.ggticon-Confused:before {
content: "\eb02";
}
.ggticon-Cool:before {
content: "\eb03";
}
.ggticon-Crying:before {
content: "\eb04";
}
.ggticon-Depression:before {
content: "\eb05";
}
.ggticon-Eyeglasses-Smiley:before {
content: "\eb06";
}
.ggticon-Eyeglasses-Smiley2:before {
content: "\eb07";
}
.ggticon-Fashion:before {
content: "\eb08";
}
.ggticon-Gay:before {
content: "\eb09";
}
.ggticon-Geek:before {
content: "\eb0a";
}
.ggticon-Happy:before {
content: "\eb0b";
}
.ggticon-Hello:before {
content: "\eb0c";
}
.ggticon-Humor:before {
content: "\eb0d";
}
.ggticon-Internet-Smiley:before {
content: "\eb0e";
}
.ggticon-Kiss:before {
content: "\eb0f";
}
.ggticon-Laughing:before {
content: "\eb10";
}
.ggticon-Love:before {
content: "\eb11";
}
.ggticon-Money-Smiley:before {
content: "\eb12";
}
.ggticon-Moustache-Smiley:before {
content: "\eb13";
}
.ggticon-Punk:before {
content: "\eb14";
}
.ggticon-Robot:before {
content: "\eb15";
}
.ggticon-Security-Smiley:before {
content: "\eb16";
}
.ggticon-Sleeping:before {
content: "\eb17";
}
.ggticon-Smart:before {
content: "\eb18";
}
.ggticon-Smile:before {
content: "\eb19";
}
.ggticon-Sunglasses-Smiley:before {
content: "\eb1a";
}
.ggticon-Sunglasses-Smiley2:before {
content: "\eb1b";
}
.ggticon-Surprise:before {
content: "\eb1c";
}
.ggticon-Thumbs-DownSmiley:before {
content: "\eb1d";
}
.ggticon-Thumbs-UpSmiley:before {
content: "\eb1e";
}
.ggticon-Tongue:before {
content: "\eb1f";
}
.ggticon-Wink:before {
content: "\eb20";
}
.ggticon-At-Sign:before {
content: "\eb21";
}
.ggticon-Box-Full:before {
content: "\eb22";
}
.ggticon-Empty-Box:before {
content: "\eb23";
}
.ggticon-Envelope-2:before {
content: "\eb24";
}
.ggticon-Envelope:before {
content: "\eb25";
}
.ggticon-Inbox-Empty:before {
content: "\eb26";
}
.ggticon-Inbox-Forward:before {
content: "\eb27";
}
.ggticon-Inbox-Full:before {
content: "\eb28";
}
.ggticon-Inbox-Into:before {
content: "\eb29";
}
.ggticon-Inbox-Out:before {
content: "\eb2a";
}
.ggticon-Inbox-Reply:before {
content: "\eb2b";
}
.ggticon-Inbox:before {
content: "\eb2c";
}
.ggticon-Letter-Close:before {
content: "\eb2d";
}
.ggticon-Letter-Open:before {
content: "\eb2e";
}
.ggticon-Letter-Sent:before {
content: "\eb2f";
}
.ggticon-Mail-2:before {
content: "\eb30";
}
.ggticon-Mail-3:before {
content: "\eb31";
}
.ggticon-Mail-Add:before {
content: "\eb32";
}
.ggticon-Mail-Attachement:before {
content: "\eb33";
}
.ggticon-Mail-Block:before {
content: "\eb34";
}
.ggticon-Mail-Delete:before {
content: "\eb35";
}
.ggticon-Mail-Favorite:before {
content: "\eb36";
}
.ggticon-Mail-Forward:before {
content: "\eb37";
}
.ggticon-Mail-Gallery:before {
content: "\eb38";
}
.ggticon-Mail-Inbox:before {
content: "\eb39";
}
.ggticon-Mail-Link:before {
content: "\eb3a";
}
.ggticon-Mail-Lock:before {
content: "\eb3b";
}
.ggticon-Mail-Love:before {
content: "\eb3c";
}
.ggticon-Mail-Money:before {
content: "\eb3d";
}
.ggticon-Mail-Open:before {
content: "\eb3e";
}
.ggticon-Mail-Outbox:before {
content: "\eb3f";
}
.ggticon-Mail-Password:before {
content: "\eb40";
}
.ggticon-Mail-Photo:before {
content: "\eb41";
}
.ggticon-Mail-Read:before {
content: "\eb42";
}
.ggticon-Mail-Removex:before {
content: "\eb43";
}
.ggticon-Mail-Reply:before {
content: "\eb44";
}
.ggticon-Mail-ReplyAll:before {
content: "\eb45";
}
.ggticon-Mail-Search:before {
content: "\eb46";
}
.ggticon-Mail-Send:before {
content: "\eb47";
}
.ggticon-Mail-Settings:before {
content: "\eb48";
}
.ggticon-Mail-Unread:before {
content: "\eb49";
}
.ggticon-Mail-Video:before {
content: "\eb4a";
}
.ggticon-Mail-withAtSign:before {
content: "\eb4b";
}
.ggticon-Mail-WithCursors:before {
content: "\eb4c";
}
.ggticon-Mail:before {
content: "\eb4d";
}
.ggticon-Mailbox-Empty:before {
content: "\eb4e";
}
.ggticon-Mailbox-Full:before {
content: "\eb4f";
}
.ggticon-New-Mail:before {
content: "\eb50";
}
.ggticon-Post-Mail:before {
content: "\eb51";
}
.ggticon-Post-Mail2:before {
content: "\eb52";
}
.ggticon-Spam-Mail:before {
content: "\eb53";
}
.ggticon-Stamp-2:before {
content: "\eb54";
}
.ggticon-Stamp:before {
content: "\eb55";
}
.ggticon-Voicemail:before {
content: "\eb56";
}
.ggticon-Alpha:before {
content: "\eb57";
}
.ggticon-Beta:before {
content: "\eb58";
}
.ggticon-Blackboard:before {
content: "\eb59";
}
.ggticon-Book:before {
content: "\eb5a";
}
.ggticon-Bookmark:before {
content: "\eb5b";
}
.ggticon-Books-2:before {
content: "\eb5c";
}
.ggticon-Books:before {
content: "\eb5d";
}
.ggticon-Compass-2:before {
content: "\eb5e";
}
.ggticon-Diploma-2:before {
content: "\eb5f";
}
.ggticon-Diploma:before {
content: "\eb60";
}
.ggticon-Eraser-2:before {
content: "\eb61";
}
.ggticon-Eraser-3:before {
content: "\eb62";
}
.ggticon-Formula:before {
content: "\eb63";
}
.ggticon-Marker-2:before {
content: "\eb64";
}
.ggticon-Marker-3:before {
content: "\eb65";
}
.ggticon-Notepad-2:before {
content: "\eb66";
}
.ggticon-Notepad:before {
content: "\eb67";
}
.ggticon-Open-Book:before {
content: "\eb68";
}
.ggticon-Pen-2:before {
content: "\eb69";
}
.ggticon-Pen-3:before {
content: "\eb6a";
}
.ggticon-Pen-4:before {
content: "\eb6b";
}
.ggticon-Pen-5:before {
content: "\eb6c";
}
.ggticon-Pen-6:before {
content: "\eb6d";
}
.ggticon-Pi:before {
content: "\eb6e";
}
.ggticon-Pipette:before {
content: "\eb6f";
}
.ggticon-Quill-2:before {
content: "\eb70";
}
.ggticon-Quill-3:before {
content: "\eb71";
}
.ggticon-Quill:before {
content: "\eb72";
}
.ggticon-Spell-Check:before {
content: "\eb73";
}
.ggticon-Spell-CheckABC:before {
content: "\eb74";
}
.ggticon-Stapler:before {
content: "\eb75";
}
.ggticon-Student-Hat:before {
content: "\eb76";
}
.ggticon-Student-Hat2:before {
content: "\eb77";
}
.ggticon-Sum:before {
content: "\eb78";
}
.ggticon-University-2:before {
content: "\eb79";
}
.ggticon-Computer-2:before {
content: "\eb7a";
}
.ggticon-Computer-3:before {
content: "\eb7b";
}
.ggticon-Computer:before {
content: "\eb7c";
}
.ggticon-Laptop-2:before {
content: "\eb7d";
}
.ggticon-Laptop-3:before {
content: "\eb7e";
}
.ggticon-Laptop-Phone:before {
content: "\eb7f";
}
.ggticon-Laptop-Tablet:before {
content: "\eb80";
}
.ggticon-Laptop:before {
content: "\eb81";
}
.ggticon-Monitor-2:before {
content: "\eb82";
}
.ggticon-Monitor-3:before {
content: "\eb83";
}
.ggticon-Monitor-4:before {
content: "\eb84";
}
.ggticon-Monitor-5:before {
content: "\eb85";
}
.ggticon-Monitor-Laptop:before {
content: "\eb86";
}
.ggticon-Monitor-phone:before {
content: "\eb87";
}
.ggticon-Monitor-Tablet:before {
content: "\eb88";
}
.ggticon-Monitor-Vertical:before {
content: "\eb89";
}
.ggticon-Monitor:before {
content: "\eb8a";
}
.ggticon-Orientation-2:before {
content: "\eb8b";
}
.ggticon-Orientation:before {
content: "\eb8c";
}
.ggticon-Phone-2:before {
content: "\eb8d";
}
.ggticon-Phone-3:before {
content: "\eb8e";
}
.ggticon-Phone-3G:before {
content: "\eb8f";
}
.ggticon-Phone-4G:before {
content: "\eb90";
}
.ggticon-Phone-SMS:before {
content: "\eb91";
}
.ggticon-Phone-Wifi:before {
content: "\eb92";
}
.ggticon-Phone:before {
content: "\eb93";
}
.ggticon-Smartphone-2:before {
content: "\eb94";
}
.ggticon-Smartphone-3:before {
content: "\eb95";
}
.ggticon-Smartphone-4:before {
content: "\eb96";
}
.ggticon-Smartphone:before {
content: "\eb97";
}
.ggticon-Tablet-2:before {
content: "\eb98";
}
.ggticon-Tablet-3:before {
content: "\eb99";
}
.ggticon-Tablet-Orientation:before {
content: "\eb9a";
}
.ggticon-Tablet-Phone:before {
content: "\eb9b";
}
.ggticon-Tablet-Vertical:before {
content: "\eb9c";
}
.ggticon-Tablet:before {
content: "\eb9d";
}
.ggticon-Wacom-Tablet:before {
content: "\eb9e";
}
.ggticon-Aa:before {
content: "\eb9f";
}
.ggticon-Airbrush:before {
content: "\eba0";
}
.ggticon-Board:before {
content: "\eba1";
}
.ggticon-Brush:before {
content: "\eba2";
}
.ggticon-Clamp:before {
content: "\eba3";
}
.ggticon-CMYK:before {
content: "\eba4";
}
.ggticon-Compass:before {
content: "\eba5";
}
.ggticon-Contrast:before {
content: "\eba6";
}
.ggticon-Digital-Drawing:before {
content: "\eba7";
}
.ggticon-Eraser:before {
content: "\eba8";
}
.ggticon-Fountain-Pen:before {
content: "\eba9";
}
.ggticon-Idea:before {
content: "\ebaa";
}
.ggticon-Knife:before {
content: "\ebab";
}
.ggticon-Marker:before {
content: "\ebac";
}
.ggticon-Note:before {
content: "\ebad";
}
.ggticon-Paintbrush:before {
content: "\ebae";
}
.ggticon-Palette:before {
content: "\ebaf";
}
.ggticon-Pantone:before {
content: "\ebb0";
}
.ggticon-Paper:before {
content: "\ebb1";
}
.ggticon-Pen:before {
content: "\ebb2";
}
.ggticon-Pencil-Ruler:before {
content: "\ebb3";
}
.ggticon-Pencil:before {
content: "\ebb4";
}
.ggticon-Printer:before {
content: "\ebb5";
}
.ggticon-RGB:before {
content: "\ebb6";
}
.ggticon-Roller:before {
content: "\ebb7";
}
.ggticon-Ruler-2:before {
content: "\ebb8";
}
.ggticon-Ruler:before {
content: "\ebb9";
}
.ggticon-Scissor:before {
content: "\ebba";
}
.ggticon-Spray:before {
content: "\ebbb";
}
.ggticon-Transform-2:before {
content: "\ebbc";
}
.ggticon-Transform-3:before {
content: "\ebbd";
}
.ggticon-Transform-4:before {
content: "\ebbe";
}
.ggticon-Transform:before {
content: "\ebbf";
}
.ggticon-Vector-2:before {
content: "\ebc0";
}
.ggticon-Vector-3:before {
content: "\ebc1";
}
.ggticon-Vector-4:before {
content: "\ebc2";
}
.ggticon-Vector-5:before {
content: "\ebc3";
}
.ggticon-Vector:before {
content: "\ebc4";
}
.ggticon-Big-Data:before {
content: "\ebc5";
}
.ggticon-Data-Backup:before {
content: "\ebc6";
}
.ggticon-Data-Block:before {
content: "\ebc7";
}
.ggticon-Data-Center:before {
content: "\ebc8";
}
.ggticon-Data-Clock:before {
content: "\ebc9";
}
.ggticon-Data-Cloud:before {
content: "\ebca";
}
.ggticon-Data-Compress:before {
content: "\ebcb";
}
.ggticon-Data-Copy:before {
content: "\ebcc";
}
.ggticon-Data-Download:before {
content: "\ebcd";
}
.ggticon-Data-Financial:before {
content: "\ebce";
}
.ggticon-Data-Key:before {
content: "\ebcf";
}
.ggticon-Data-Lock:before {
content: "\ebd0";
}
.ggticon-Data-Network:before {
content: "\ebd1";
}
.ggticon-Data-Password:before {
content: "\ebd2";
}
.ggticon-Data-Power:before {
content: "\ebd3";
}
.ggticon-Data-Refresh:before {
content: "\ebd4";
}
.ggticon-Data-Save:before {
content: "\ebd5";
}
.ggticon-Data-Search:before {
content: "\ebd6";
}
.ggticon-Data-Security:before {
content: "\ebd7";
}
.ggticon-Data-Settings:before {
content: "\ebd8";
}
.ggticon-Data-Sharing:before {
content: "\ebd9";
}
.ggticon-Data-Shield:before {
content: "\ebda";
}
.ggticon-Data-Signal:before {
content: "\ebdb";
}
.ggticon-Data-Storage:before {
content: "\ebdc";
}
.ggticon-Data-Stream:before {
content: "\ebdd";
}
.ggticon-Data-Transfer:before {
content: "\ebde";
}
.ggticon-Data-Unlock:before {
content: "\ebdf";
}
.ggticon-Data-Upload:before {
content: "\ebe0";
}
.ggticon-Data-Yes:before {
content: "\ebe1";
}
.ggticon-Data:before {
content: "\ebe2";
}
.ggticon-Hub:before {
content: "\ebe3";
}
.ggticon-Address-Book:before {
content: "\ebe4";
}
.ggticon-Address-Book2:before {
content: "\ebe5";
}
.ggticon-Bell:before {
content: "\ebe6";
}
.ggticon-Bird-DeliveringLetter:before {
content: "\ebe7";
}
.ggticon-Communication-Tower:before {
content: "\ebe8";
}
.ggticon-Communication-Tower2:before {
content: "\ebe9";
}
.ggticon-Fax:before {
content: "\ebea";
}
.ggticon-Megaphone:before {
content: "\ebeb";
}
.ggticon-Newspaper-2:before {
content: "\ebec";
}
.ggticon-Newspaper:before {
content: "\ebed";
}
.ggticon-Old-Telephone:before {
content: "\ebee";
}
.ggticon-Plastic-CupPhone:before {
content: "\ebef";
}
.ggticon-Plastic-CupPhone2:before {
content: "\ebf0";
}
.ggticon-Router-2:before {
content: "\ebf1";
}
.ggticon-Router:before {
content: "\ebf2";
}
.ggticon-Telephone-2:before {
content: "\ebf3";
}
.ggticon-Telephone:before {
content: "\ebf4";
}
.ggticon-VPN:before {
content: "\ebf5";
}
.ggticon-Walkie-Talkie:before {
content: "\ebf6";
}
.ggticon-Wifi-2:before {
content: "\ebf7";
}
.ggticon-Wifi:before {
content: "\ebf8";
}
.ggticon-Wireless:before {
content: "\ebf9";
}
.ggticon-Block-Cloud:before {
content: "\ebfa";
}
.ggticon-Cloud-Camera:before {
content: "\ebfb";
}
.ggticon-Cloud-Computer:before {
content: "\ebfc";
}
.ggticon-Cloud-Email:before {
content: "\ebfd";
}
.ggticon-Cloud-Laptop:before {
content: "\ebfe";
}
.ggticon-Cloud-Lock:before {
content: "\ebff";
}
.ggticon-Cloud-Music:before {
content: "\ec00";
}
.ggticon-Cloud-Picture:before {
content: "\ec01";
}
.ggticon-Cloud-Remove:before {
content: "\ec02";
}
.ggticon-Cloud-Secure:before {
content: "\ec03";
}
.ggticon-Cloud-Settings:before {
content: "\ec04";
}
.ggticon-Cloud-Smartphone:before {
content: "\ec05";
}
.ggticon-Cloud-Tablet:before {
content: "\ec06";
}
.ggticon-Cloud-Video:before {
content: "\ec07";
}
.ggticon-Cloud:before {
content: "\ec08";
}
.ggticon-Cloud1:before {
content: "\ec09";
}
.ggticon-Cloud2:before {
content: "\ec0a";
}
.ggticon-Clouds:before {
content: "\ec0b";
}
.ggticon-Device-SyncwithCloud:before {
content: "\ec0c";
}
.ggticon-Download-fromCloud:before {
content: "\ec0d";
}
.ggticon-People-onCloud:before {
content: "\ec0e";
}
.ggticon-Search-onCloud:before {
content: "\ec0f";
}
.ggticon-Share-onCloud:before {
content: "\ec10";
}
.ggticon-Sync-Cloud:before {
content: "\ec11";
}
.ggticon-Upload-toCloud:before {
content: "\ec12";
}
.ggticon-Baby-Clothes:before {
content: "\ec13";
}
.ggticon-Baby-Clothes2:before {
content: "\ec14";
}
.ggticon-Bathrobe:before {
content: "\ec15";
}
.ggticon-Belt-2:before {
content: "\ec16";
}
.ggticon-Belt-3:before {
content: "\ec17";
}
.ggticon-Belt:before {
content: "\ec18";
}
.ggticon-Bikini:before {
content: "\ec19";
}
.ggticon-Blouse:before {
content: "\ec1a";
}
.ggticon-Boot-2:before {
content: "\ec1b";
}
.ggticon-Boot:before {
content: "\ec1c";
}
.ggticon-Bow-2:before {
content: "\ec1d";
}
.ggticon-Bow-3:before {
content: "\ec1e";
}
.ggticon-Bra:before {
content: "\ec1f";
}
.ggticon-Cap-2:before {
content: "\ec20";
}
.ggticon-Cap-3:before {
content: "\ec21";
}
.ggticon-Cap:before {
content: "\ec22";
}
.ggticon-Cardigan:before {
content: "\ec23";
}
.ggticon-Coat:before {
content: "\ec24";
}
.ggticon-Dress:before {
content: "\ec25";
}
.ggticon-Glasses-2:before {
content: "\ec26";
}
.ggticon-Glasses-3:before {
content: "\ec27";
}
.ggticon-Glasses:before {
content: "\ec28";
}
.ggticon-Gloves:before {
content: "\ec29";
}
.ggticon-Hanger:before {
content: "\ec2a";
}
.ggticon-Heels-2:before {
content: "\ec2b";
}
.ggticon-Heels:before {
content: "\ec2c";
}
.ggticon-Hoodie:before {
content: "\ec2d";
}
.ggticon-Jacket:before {
content: "\ec2e";
}
.ggticon-Jeans:before {
content: "\ec2f";
}
.ggticon-Mans-Underwear:before {
content: "\ec30";
}
.ggticon-Mans-Underwear2:before {
content: "\ec31";
}
.ggticon-Pants:before {
content: "\ec32";
}
.ggticon-Polo-Shirt:before {
content: "\ec33";
}
.ggticon-Scarf:before {
content: "\ec34";
}
.ggticon-Shirt:before {
content: "\ec35";
}
.ggticon-Shoes:before {
content: "\ec36";
}
.ggticon-Short-Pants:before {
content: "\ec37";
}
.ggticon-Skirt:before {
content: "\ec38";
}
.ggticon-Slippers:before {
content: "\ec39";
}
.ggticon-Socks:before {
content: "\ec3a";
}
.ggticon-Sports-Clothings1:before {
content: "\ec3b";
}
.ggticon-Sports-Clothings2:before {
content: "\ec3c";
}
.ggticon-Sports-Shirt:before {
content: "\ec3d";
}
.ggticon-Suit:before {
content: "\ec3e";
}
.ggticon-Sunglasses-2:before {
content: "\ec3f";
}
.ggticon-Sunglasses-3:before {
content: "\ec40";
}
.ggticon-Sunglasses-W:before {
content: "\ec41";
}
.ggticon-Sunglasses-W2:before {
content: "\ec42";
}
.ggticon-Sunglasses-W3:before {
content: "\ec43";
}
.ggticon-Sunglasses:before {
content: "\ec44";
}
.ggticon-Swimming-Short:before {
content: "\ec45";
}
.ggticon-Swimmwear:before {
content: "\ec46";
}
.ggticon-T-Shirt:before {
content: "\ec47";
}
.ggticon-Tie:before {
content: "\ec48";
}
.ggticon-Tuxedo:before {
content: "\ec49";
}
.ggticon-Vest:before {
content: "\ec4a";
}
.ggticon-Wallet-3:before {
content: "\ec4b";
}
.ggticon-Womans-Underwear:before {
content: "\ec4c";
}
.ggticon-Womans-Underwear2:before {
content: "\ec4d";
}
.ggticon-Worker-Clothes:before {
content: "\ec4e";
}
.ggticon-Angel:before {
content: "\ec4f";
}
.ggticon-Bow:before {
content: "\ec50";
}
.ggticon-Candy-Cane:before {
content: "\ec51";
}
.ggticon-Christmas-Ball:before {
content: "\ec52";
}
.ggticon-Christmas-Bell:before {
content: "\ec53";
}
.ggticon-Christmas-Candle:before {
content: "\ec54";
}
.ggticon-Christmas-Hat:before {
content: "\ec55";
}
.ggticon-Christmas-Sleigh:before {
content: "\ec56";
}
.ggticon-Christmas-Snowman:before {
content: "\ec57";
}
.ggticon-Christmas-Sock:before {
content: "\ec58";
}
.ggticon-Christmas-Tree:before {
content: "\ec59";
}
.ggticon-Christmas:before {
content: "\ec5a";
}
.ggticon-Cookie-Man:before {
content: "\ec5b";
}
.ggticon-Dec:before {
content: "\ec5c";
}
.ggticon-Deer-2:before {
content: "\ec5d";
}
.ggticon-Deer:before {
content: "\ec5e";
}
.ggticon-Holly:before {
content: "\ec5f";
}
.ggticon-Lollipop:before {
content: "\ec60";
}
.ggticon-Ornament:before {
content: "\ec61";
}
.ggticon-Present:before {
content: "\ec62";
}
.ggticon-Presents:before {
content: "\ec63";
}
.ggticon-Santa-Claus:before {
content: "\ec64";
}
.ggticon-Santa-Claus2:before {
content: "\ec65";
}
.ggticon-Santa-onSled:before {
content: "\ec66";
}
.ggticon-Sled-withGifts:before {
content: "\ec67";
}
.ggticon-Sled:before {
content: "\ec68";
}
.ggticon-Snow-Dome:before {
content: "\ec69";
}
.ggticon-Snowflake:before {
content: "\ec6a";
}
.ggticon-Snowman:before {
content: "\ec6b";
}
.ggticon-Star:before {
content: "\ec6c";
}
.ggticon-Wreath:before {
content: "\ec6d";
}
.ggticon-Bishop:before {
content: "\ec6e";
}
.ggticon-Checkmate:before {
content: "\ec6f";
}
.ggticon-Chess-Board:before {
content: "\ec70";
}
.ggticon-King:before {
content: "\ec71";
}
.ggticon-Knight:before {
content: "\ec72";
}
.ggticon-Pawn:before {
content: "\ec73";
}
.ggticon-Queen:before {
content: "\ec74";
}
.ggticon-Rook:before {
content: "\ec75";
}
.ggticon-Tactic:before {
content: "\ec76";
}
.ggticon-Time-Clock:before {
content: "\ec77";
}
.ggticon-AMX:before {
content: "\ec78";
}
.ggticon-ATM:before {
content: "\ec79";
}
.ggticon-Bar-Chart:before {
content: "\ec7a";
}
.ggticon-Bar-Chart2:before {
content: "\ec7b";
}
.ggticon-Bar-Chart3:before {
content: "\ec7c";
}
.ggticon-Bar-Chart4:before {
content: "\ec7d";
}
.ggticon-Bar-Chart5:before {
content: "\ec7e";
}
.ggticon-Calculator-2:before {
content: "\ec7f";
}
.ggticon-Calculator-3:before {
content: "\ec80";
}
.ggticon-Calculator:before {
content: "\ec81";
}
.ggticon-Calendar-2:before {
content: "\ec82";
}
.ggticon-Calendar-3:before {
content: "\ec83";
}
.ggticon-Calendar-4:before {
content: "\ec84";
}
.ggticon-Calendar:before {
content: "\ec85";
}
.ggticon-Claps:before {
content: "\ec86";
}
.ggticon-Coin:before {
content: "\ec87";
}
.ggticon-Coins-2:before {
content: "\ec88";
}
.ggticon-Coins-3:before {
content: "\ec89";
}
.ggticon-Coins:before {
content: "\ec8a";
}
.ggticon-Credit-Card:before {
content: "\ec8b";
}
.ggticon-Credit-Card2:before {
content: "\ec8c";
}
.ggticon-Credit-Card3:before {
content: "\ec8d";
}
.ggticon-Diamond:before {
content: "\ec8e";
}
.ggticon-Dollar-Sign:before {
content: "\ec8f";
}
.ggticon-Dollar-Sign2:before {
content: "\ec90";
}
.ggticon-Dollar:before {
content: "\ec91";
}
.ggticon-Euro-Sign:before {
content: "\ec92";
}
.ggticon-Euro-Sign2:before {
content: "\ec93";
}
.ggticon-Euro:before {
content: "\ec94";
}
.ggticon-Financial:before {
content: "\ec95";
}
.ggticon-Handshake:before {
content: "\ec96";
}
.ggticon-Line-Chart:before {
content: "\ec97";
}
.ggticon-Line-Chart2:before {
content: "\ec98";
}
.ggticon-Line-Chart3:before {
content: "\ec99";
}
.ggticon-Line-Chart4:before {
content: "\ec9a";
}
.ggticon-Master-Card:before {
content: "\ec9b";
}
.ggticon-Money-2:before {
content: "\ec9c";
}
.ggticon-Money-Bag:before {
content: "\ec9d";
}
.ggticon-Money:before {
content: "\ec9e";
}
.ggticon-Pie-Chart:before {
content: "\ec9f";
}
.ggticon-Pie-Chart2:before {
content: "\eca0";
}
.ggticon-Pie-Chart3:before {
content: "\eca1";
}
.ggticon-Pound-Sign:before {
content: "\eca2";
}
.ggticon-Pound-Sign2:before {
content: "\eca3";
}
.ggticon-Pound:before {
content: "\eca4";
}
.ggticon-Safe-Box:before {
content: "\eca5";
}
.ggticon-Token-:before {
content: "\eca6";
}
.ggticon-Visa:before {
content: "\eca7";
}
.ggticon-Wallet-2:before {
content: "\eca8";
}
.ggticon-Wallet:before {
content: "\eca9";
}
.ggticon-Bank:before {
content: "\ecaa";
}
.ggticon-Berlin-Tower:before {
content: "\ecab";
}
.ggticon-Big-Bang:before {
content: "\ecac";
}
.ggticon-Blueprint:before {
content: "\ecad";
}
.ggticon-Bridge:before {
content: "\ecae";
}
.ggticon-Building:before {
content: "\ecaf";
}
.ggticon-Castle:before {
content: "\ecb0";
}
.ggticon-Cathedral:before {
content: "\ecb1";
}
.ggticon-Chimney:before {
content: "\ecb2";
}
.ggticon-Chinese-Temple:before {
content: "\ecb3";
}
.ggticon-Chrysler-Building:before {
content: "\ecb4";
}
.ggticon-City-Hall:before {
content: "\ecb5";
}
.ggticon-Clothing-Store:before {
content: "\ecb6";
}
.ggticon-Colosseum:before {
content: "\ecb7";
}
.ggticon-Column-2:before {
content: "\ecb8";
}
.ggticon-Column-3:before {
content: "\ecb9";
}
.ggticon-Column:before {
content: "\ecba";
}
.ggticon-Door:before {
content: "\ecbb";
}
.ggticon-Eifel-Tower:before {
content: "\ecbc";
}
.ggticon-El-Castillo:before {
content: "\ecbd";
}
.ggticon-Embassy:before {
content: "\ecbe";
}
.ggticon-Empire-StateBuilding:before {
content: "\ecbf";
}
.ggticon-Factory:before {
content: "\ecc0";
}
.ggticon-Fire-Staion:before {
content: "\ecc1";
}
.ggticon-Home-2:before {
content: "\ecc2";
}
.ggticon-Home-3:before {
content: "\ecc3";
}
.ggticon-Home-4:before {
content: "\ecc4";
}
.ggticon-Home:before {
content: "\ecc5";
}
.ggticon-Hospital:before {
content: "\ecc6";
}
.ggticon-Hotel:before {
content: "\ecc7";
}
.ggticon-Japanese-Gate:before {
content: "\ecc8";
}
.ggticon-Leaning-Tower:before {
content: "\ecc9";
}
.ggticon-Library:before {
content: "\ecca";
}
.ggticon-Lighthouse:before {
content: "\eccb";
}
.ggticon-Museum:before {
content: "\eccc";
}
.ggticon-Office:before {
content: "\eccd";
}
.ggticon-Opera-House:before {
content: "\ecce";
}
.ggticon-Pantheon:before {
content: "\eccf";
}
.ggticon-Pentagon:before {
content: "\ecd0";
}
.ggticon-Petronas-Tower:before {
content: "\ecd1";
}
.ggticon-Piramids:before {
content: "\ecd2";
}
.ggticon-Police-Station:before {
content: "\ecd3";
}
.ggticon-Post-Office:before {
content: "\ecd4";
}
.ggticon-Prater:before {
content: "\ecd5";
}
.ggticon-Roof:before {
content: "\ecd6";
}
.ggticon-Space-Needle:before {
content: "\ecd7";
}
.ggticon-St-BasilsCathedral:before {
content: "\ecd8";
}
.ggticon-St-PaulsCathedral:before {
content: "\ecd9";
}
.ggticon-Structure:before {
content: "\ecda";
}
.ggticon-Taj-Mahal:before {
content: "\ecdb";
}
.ggticon-Temple:before {
content: "\ecdc";
}
.ggticon-The-WhiteHouse:before {
content: "\ecdd";
}
.ggticon-Tower-2:before {
content: "\ecde";
}
.ggticon-Tower-Bridge:before {
content: "\ecdf";
}
.ggticon-Tower:before {
content: "\ece0";
}
.ggticon-University:before {
content: "\ece1";
}
.ggticon-Warehouse:before {
content: "\ece2";
}
.ggticon-Window:before {
content: "\ece3";
}
.ggticon-Windows:before {
content: "\ece4";
}
.ggticon-Bones:before {
content: "\ece5";
}
.ggticon-Brain-2:before {
content: "\ece6";
}
.ggticon-Brain:before {
content: "\ece7";
}
.ggticon-Cardiovascular:before {
content: "\ece8";
}
.ggticon-Ear:before {
content: "\ece9";
}
.ggticon-Elbow:before {
content: "\ecea";
}
.ggticon-Eye-Blind:before {
content: "\eceb";
}
.ggticon-Eye-Invisible:before {
content: "\ecec";
}
.ggticon-Eye-Visible:before {
content: "\eced";
}
.ggticon-Eye:before {
content: "\ecee";
}
.ggticon-Eyebrow-2:before {
content: "\ecef";
}
.ggticon-Eyebrow-3:before {
content: "\ecf0";
}
.ggticon-Eyebrow:before {
content: "\ecf1";
}
.ggticon-Face-Style:before {
content: "\ecf2";
}
.ggticon-Face-Style2:before {
content: "\ecf3";
}
.ggticon-Face-Style3:before {
content: "\ecf4";
}
.ggticon-Face-Style4:before {
content: "\ecf5";
}
.ggticon-Face-Style5:before {
content: "\ecf6";
}
.ggticon-Face-Style6:before {
content: "\ecf7";
}
.ggticon-Finger:before {
content: "\ecf8";
}
.ggticon-Fingerprint-2:before {
content: "\ecf9";
}
.ggticon-Fingerprint:before {
content: "\ecfa";
}
.ggticon-Foot-2:before {
content: "\ecfb";
}
.ggticon-Foot:before {
content: "\ecfc";
}
.ggticon-Hair:before {
content: "\ecfd";
}
.ggticon-Hand:before {
content: "\ecfe";
}
.ggticon-Hands:before {
content: "\ecff";
}
.ggticon-Heart:before {
content: "\ed00";
}
.ggticon-Knee:before {
content: "\ed01";
}
.ggticon-Leg-2:before {
content: "\ed02";
}
.ggticon-Leg:before {
content: "\ed03";
}
.ggticon-Mustache-2:before {
content: "\ed04";
}
.ggticon-Mustache-3:before {
content: "\ed05";
}
.ggticon-Mustache-4:before {
content: "\ed06";
}
.ggticon-Mustache-5:before {
content: "\ed07";
}
.ggticon-Mustache:before {
content: "\ed08";
}
.ggticon-Noose:before {
content: "\ed09";
}
.ggticon-Tooth-2:before {
content: "\ed0a";
}
.ggticon-Tooth:before {
content: "\ed0b";
}
.ggticon-Arrow-Back:before {
content: "\ed0c";
}
.ggticon-Arrow-Back2:before {
content: "\ed0d";
}
.ggticon-Arrow-Down:before {
content: "\ed0e";
}
.ggticon-Arrow-Down2:before {
content: "\ed0f";
}
.ggticon-Arrow-Down3:before {
content: "\ed10";
}
.ggticon-Arrow-DowninCircle:before {
content: "\ed11";
}
.ggticon-Arrow-Forward:before {
content: "\ed12";
}
.ggticon-Arrow-Forward2:before {
content: "\ed13";
}
.ggticon-Arrow-Left:before {
content: "\ed14";
}
.ggticon-Arrow-Left2:before {
content: "\ed15";
}
.ggticon-Arrow-LeftinCircle:before {
content: "\ed16";
}
.ggticon-Arrow-Next:before {
content: "\ed17";
}
.ggticon-Arrow-Refresh:before {
content: "\ed18";
}
.ggticon-Arrow-Refresh2:before {
content: "\ed19";
}
.ggticon-Arrow-Right:before {
content: "\ed1a";
}
.ggticon-Arrow-Right2:before {
content: "\ed1b";
}
.ggticon-Arrow-RightinCircle:before {
content: "\ed1c";
}
.ggticon-Arrow-TurnLeft:before {
content: "\ed1d";
}
.ggticon-Arrow-TurnRight:before {
content: "\ed1e";
}
.ggticon-Arrow-Up:before {
content: "\ed1f";
}
.ggticon-Arrow-Up2:before {
content: "\ed20";
}
.ggticon-Arrow-Up3:before {
content: "\ed21";
}
.ggticon-Arrow-UpinCircle:before {
content: "\ed22";
}
.ggticon-Arrow-XLeft:before {
content: "\ed23";
}
.ggticon-Arrow-XRight:before {
content: "\ed24";
}
.ggticon-Bottom-ToTop:before {
content: "\ed25";
}
.ggticon-Down-2:before {
content: "\ed26";
}
.ggticon-Down-3:before {
content: "\ed27";
}
.ggticon-Down:before {
content: "\ed28";
}
.ggticon-Download:before {
content: "\ed29";
}
.ggticon-End:before {
content: "\ed2a";
}
.ggticon-Fit-To:before {
content: "\ed2b";
}
.ggticon-Fit-To2:before {
content: "\ed2c";
}
.ggticon-Full-Screen:before {
content: "\ed2d";
}
.ggticon-Full-Screen2:before {
content: "\ed2e";
}
.ggticon-Go-Bottom:before {
content: "\ed2f";
}
.ggticon-Go-Top:before {
content: "\ed30";
}
.ggticon-Left-2:before {
content: "\ed31";
}
.ggticon-Left-3:before {
content: "\ed32";
}
.ggticon-Left-Right:before {
content: "\ed33";
}
.ggticon-Left-Right3:before {
content: "\ed34";
}
.ggticon-Left-ToRight:before {
content: "\ed35";
}
.ggticon-Left:before {
content: "\ed36";
}
.ggticon-Loop:before {
content: "\ed37";
}
.ggticon-Navigat-Start:before {
content: "\ed38";
}
.ggticon-Navigate-End:before {
content: "\ed39";
}
.ggticon-Reload-2:before {
content: "\ed3a";
}
.ggticon-Reload:before {
content: "\ed3b";
}
.ggticon-Repeat-2:before {
content: "\ed3c";
}
.ggticon-Repeat-3:before {
content: "\ed3d";
}
.ggticon-Repeat-4:before {
content: "\ed3e";
}
.ggticon-Repeat:before {
content: "\ed3f";
}
.ggticon-Right-2:before {
content: "\ed40";
}
.ggticon-Right-3:before {
content: "\ed41";
}
.ggticon-Right-ToLeft:before {
content: "\ed42";
}
.ggticon-Right:before {
content: "\ed43";
}
.ggticon-Shuffle-2:before {
content: "\ed44";
}
.ggticon-Shuffle:before {
content: "\ed45";
}
.ggticon-Start:before {
content: "\ed46";
}
.ggticon-Sync:before {
content: "\ed47";
}
.ggticon-To-Bottom:before {
content: "\ed48";
}
.ggticon-To-Bottom2:before {
content: "\ed49";
}
.ggticon-To-Left:before {
content: "\ed4a";
}
.ggticon-To-Right:before {
content: "\ed4b";
}
.ggticon-To-Top:before {
content: "\ed4c";
}
.ggticon-To-Top2:before {
content: "\ed4d";
}
.ggticon-Top-ToBottom:before {
content: "\ed4e";
}
.ggticon-Triangle-ArrowDown:before {
content: "\ed4f";
}
.ggticon-Triangle-ArrowLeft:before {
content: "\ed50";
}
.ggticon-Triangle-ArrowRight:before {
content: "\ed51";
}
.ggticon-Triangle-ArrowUp:before {
content: "\ed52";
}
.ggticon-Turn-Down:before {
content: "\ed53";
}
.ggticon-Turn-Down2:before {
content: "\ed54";
}
.ggticon-Turn-DownFromLeft:before {
content: "\ed55";
}
.ggticon-Turn-DownFromRight:before {
content: "\ed56";
}
.ggticon-Turn-Left:before {
content: "\ed57";
}
.ggticon-Turn-Left3:before {
content: "\ed58";
}
.ggticon-Turn-Right:before {
content: "\ed59";
}
.ggticon-Turn-Right3:before {
content: "\ed5a";
}
.ggticon-Turn-Up:before {
content: "\ed5b";
}
.ggticon-Turn-Up2:before {
content: "\ed5c";
}
.ggticon-Up-2:before {
content: "\ed5d";
}
.ggticon-Up-3:before {
content: "\ed5e";
}
.ggticon-Up:before {
content: "\ed5f";
}
.ggticon-UpDown:before {
content: "\ed60";
}
.ggticon-UpDown3:before {
content: "\ed61";
}
.ggticon-Upload:before {
content: "\ed62";
}
.ggticon-Arrow-Around:before {
content: "\ed63";
}
.ggticon-Arrow-Barrier:before {
content: "\ed64";
}
.ggticon-Arrow-Circle:before {
content: "\ed65";
}
.ggticon-Arrow-Cross:before {
content: "\ed66";
}
.ggticon-Arrow-Fork:before {
content: "\ed67";
}
.ggticon-Arrow-From:before {
content: "\ed68";
}
.ggticon-Arrow-Inside:before {
content: "\ed69";
}
.ggticon-Arrow-Inside45:before {
content: "\ed6a";
}
.ggticon-Arrow-InsideGap:before {
content: "\ed6b";
}
.ggticon-Arrow-InsideGap45:before {
content: "\ed6c";
}
.ggticon-Arrow-Into:before {
content: "\ed6d";
}
.ggticon-Arrow-Join:before {
content: "\ed6e";
}
.ggticon-Arrow-Junction:before {
content: "\ed6f";
}
.ggticon-Arrow-Loop:before {
content: "\ed70";
}
.ggticon-Arrow-Merge:before {
content: "\ed71";
}
.ggticon-Arrow-Mix:before {
content: "\ed72";
}
.ggticon-Arrow-OutLeft:before {
content: "\ed73";
}
.ggticon-Arrow-OutRight:before {
content: "\ed74";
}
.ggticon-Arrow-Outside:before {
content: "\ed75";
}
.ggticon-Arrow-Outside45:before {
content: "\ed76";
}
.ggticon-Arrow-OutsideGap:before {
content: "\ed77";
}
.ggticon-Arrow-OutsideGap45:before {
content: "\ed78";
}
.ggticon-Arrow-Over:before {
content: "\ed79";
}
.ggticon-Arrow-Shuffle:before {
content: "\ed7a";
}
.ggticon-Arrow-Squiggly:before {
content: "\ed7b";
}
.ggticon-Arrow-Through:before {
content: "\ed7c";
}
.ggticon-Arrow-To:before {
content: "\ed7d";
}
.ggticon-Double-Circle:before {
content: "\ed7e";
}
.ggticon-Full-View:before {
content: "\ed7f";
}
.ggticon-Full-View2:before {
content: "\ed80";
}
.ggticon-Maximize:before {
content: "\ed81";
}
.ggticon-Minimize:before {
content: "\ed82";
}
.ggticon-Resize:before {
content: "\ed83";
}
.ggticon-Three-ArrowFork:before {
content: "\ed84";
}
.ggticon-View-Height:before {
content: "\ed85";
}
.ggticon-View-Width:before {
content: "\ed86";
}
.ggticon-Aligator:before {
content: "\ed87";
}
.ggticon-Bat:before {
content: "\ed88";
}
.ggticon-Bear:before {
content: "\ed89";
}
.ggticon-Bee:before {
content: "\ed8a";
}
.ggticon-Bird:before {
content: "\ed8b";
}
.ggticon-Bug:before {
content: "\ed8c";
}
.ggticon-Butterfly:before {
content: "\ed8d";
}
.ggticon-Camel:before {
content: "\ed8e";
}
.ggticon-Cat:before {
content: "\ed8f";
}
.ggticon-Cheetah:before {
content: "\ed90";
}
.ggticon-Chicken:before {
content: "\ed91";
}
.ggticon-Cow:before {
content: "\ed92";
}
.ggticon-Dinosaur:before {
content: "\ed93";
}
.ggticon-Dog:before {
content: "\ed94";
}
.ggticon-Dolphin:before {
content: "\ed95";
}
.ggticon-Dove:before {
content: "\ed96";
}
.ggticon-Duck:before {
content: "\ed97";
}
.ggticon-Eagle:before {
content: "\ed98";
}
.ggticon-Elephant:before {
content: "\ed99";
}
.ggticon-Fish:before {
content: "\ed9a";
}
.ggticon-Flamingo:before {
content: "\ed9b";
}
.ggticon-Fox:before {
content: "\ed9c";
}
.ggticon-Frog:before {
content: "\ed9d";
}
.ggticon-Giraffe:before {
content: "\ed9e";
}
.ggticon-Gorilla:before {
content: "\ed9f";
}
.ggticon-Hipo:before {
content: "\eda0";
}
.ggticon-Horse:before {
content: "\eda1";
}
.ggticon-Kangoroo:before {
content: "\eda2";
}
.ggticon-Koala:before {
content: "\eda3";
}
.ggticon-Leopard:before {
content: "\eda4";
}
.ggticon-Lion:before {
content: "\eda5";
}
.ggticon-Monkey:before {
content: "\eda6";
}
.ggticon-Mouse:before {
content: "\eda7";
}
.ggticon-Panda:before {
content: "\eda8";
}
.ggticon-Parrot:before {
content: "\eda9";
}
.ggticon-Penguin:before {
content: "\edaa";
}
.ggticon-Sea-Dog:before {
content: "\edab";
}
.ggticon-Shark:before {
content: "\edac";
}
.ggticon-Sheep:before {
content: "\edad";
}
.ggticon-Snake:before {
content: "\edae";
}
.ggticon-Spider:before {
content: "\edaf";
}
.ggticon-Squirrel:before {
content: "\edb0";
}
.ggticon-Starfish:before {
content: "\edb1";
}
.ggticon-Tiger:before {
content: "\edb2";
}
.ggticon-Turtle:before {
content: "\edb3";
}
.ggticon-Wolf:before {
content: "\edb4";
}
.ggticon-Zebra:before {
content: "\edb5";
}
.ggticon-Add-SpaceAfterParagraph:before {
content: "\edb6";
}
.ggticon-Add-SpaceBeforeParagraph:before {
content: "\edb7";
}
.ggticon-Align-Center:before {
content: "\edb8";
}
.ggticon-Align-JustifyAll:before {
content: "\edb9";
}
.ggticon-Align-JustifyCenter:before {
content: "\edba";
}
.ggticon-Align-JustifyLeft:before {
content: "\edbb";
}
.ggticon-Align-JustifyRight:before {
content: "\edbc";
}
.ggticon-Align-Left:before {
content: "\edbd";
}
.ggticon-Align-Right:before {
content: "\edbe";
}
.ggticon-Decrase-Inedit:before {
content: "\edbf";
}
.ggticon-Increase-Inedit:before {
content: "\edc0";
}
.ggticon-Indent-FirstLine:before {
content: "\edc1";
}
.ggticon-Indent-LeftMargin:before {
content: "\edc2";
}
.ggticon-Indent-RightMargin:before {
content: "\edc3";
}
.ggticon-Line-Spacing:before {
content: "\edc4";
}