/*!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;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

:focus,a:active,a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 0px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button,input,select,textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,input {
  line-height: normal;
}

button,select {
  text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0!important;
}

::-moz-focus-inner {
  border: 0!important;
}/*!* Bootstrap v3.0.3
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.*/.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after,.container:before {
  content: " ";
  display: table;
}

.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-left: -15px;
  margin-right: -15px;
}

.row:after,.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.clearfix:after,.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
  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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
    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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-0 {
    right: 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-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-4 {
    width: 33.33333333333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-0 {
    right: 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;
  }
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes ae-animation-fade {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0) scaleX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleY(1) scaleX(1);
  }
}

@-moz-keyframes ae-animation-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes ae-animation-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ae-animation-fade {
  0% {
    opacity: 0;
    transform: scaleY(0) scaleX(0);
  }

  100% {
    opacity: 1;
    transform: scaleY(1) scaleX(1);
  }
}

.ae-animation-fade {
  -webkit-animation-name: ae-animation-fade;
  -moz-animation-name: ae-animation-fade;
  -o-animation-name: ae-animation-fade;
  animation-name: ae-animation-fade;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 1!important;
}

.fade {
  opacity: 0;
}

html.ie9 .fade {
  opacity: 1!important;
}

@-webkit-keyframes ae-animation-slide {
  0% {
    -webkit-transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes ae-animation-slide {
  0% {
    -moz-transform: translateY(100%);
  }

  100% {
    -moz-transform: translateY(0%);
  }
}

@-o-keyframes ae-animation-slide {
  0% {
    -o-transform: translateY(100%);
  }

  100% {
    -o-transform: translateY(0%);
  }
}

@keyframes ae-animation-slide {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.ae-animation-slide {
  -webkit-animation-name: ae-animation-slide;
  -moz-animation-name: ae-animation-slide;
  -o-animation-name: ae-animation-slide;
  animation-name: ae-animation-slide;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 1!important;
}

.slide {
  opacity: 0;
}

html.ie9 .slide {
  opacity: 1!important;
}

@-webkit-keyframes ae-animation-hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0);
  }

  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05);
  }

  35% {
    -webkit-transform: rotate(2deg) scaleY(1);
  }

  50% {
    -webkit-transform: rotate(-2deg);
  }

  65% {
    -webkit-transform: rotate(1deg);
  }

  80% {
    -webkit-transform: rotate(-1deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes ae-animation-hatch {
  0% {
    -moz-transform: rotate(0deg) scaleY(0);
  }

  20% {
    -moz-transform: rotate(-2deg) scaleY(1.05);
  }

  35% {
    -moz-transform: rotate(2deg) scaleY(1);
  }

  50% {
    -moz-transform: rotate(-2deg);
  }

  65% {
    -moz-transform: rotate(1deg);
  }

  80% {
    -moz-transform: rotate(-1deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes ae-animation-hatch {
  0% {
    -o-transform: rotate(0deg) scaleY(0);
  }

  20% {
    -o-transform: rotate(-2deg) scaleY(1.05);
  }

  35% {
    -o-transform: rotate(2deg) scaleY(1);
  }

  50% {
    -o-transform: rotate(-2deg);
  }

  65% {
    -o-transform: rotate(1deg);
  }

  80% {
    -o-transform: rotate(-1deg);
  }

  100% {
    -o-transform: rotate(0deg);
  }
}

@keyframes ae-animation-hatch {
  0% {
    transform: rotate(0deg) scaleY(0);
  }

  20% {
    transform: rotate(-2deg) scaleY(1.05);
  }

  35% {
    transform: rotate(2deg) scaleY(1);
  }

  50% {
    transform: rotate(-2deg);
  }

  65% {
    transform: rotate(1deg);
  }

  80% {
    transform: rotate(-1deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.ae-animation-hatch {
  -webkit-animation-name: ae-animation-hatch;
  -moz-animation-name: ae-animation-hatch;
  -o-animation-name: ae-animation-hatch;
  animation-name: ae-animation-hatch;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -ms-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
  opacity: 1!important;
}

.hatch {
  opacity: 0;
}

html.ie9 .hatch {
  opacity: 1!important;
}

@-webkit-keyframes ae-animation-entrance {
  0% {
    -webkit-transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: .2;
  }

  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }

  45% {
    -webkit-transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}

@-moz-keyframes ae-animation-entrance {
  0% {
    -moz-transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: .2;
  }

  30% {
    -moz-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }

  45% {
    -moz-transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  60% {
    -moz-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  75% {
    -moz-transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  90% {
    -moz-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}

@-o-keyframes ae-animation-entrance {
  0% {
    -o-transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: .2;
  }

  30% {
    -o-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }

  45% {
    -o-transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  60% {
    -o-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  75% {
    -o-transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  90% {
    -o-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  100% {
    -o-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}

@keyframes ae-animation-entrance {
  0% {
    transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: .2;
  }

  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1;
  }

  45% {
    transform: scale(.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  75% {
    transform: scale(.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1;
  }
}

.ae-animation-entrance {
  -webkit-animation-name: ae-animation-entrance;
  -moz-animation-name: ae-animation-entrance;
  -o-animation-name: ae-animation-entrance;
  animation-name: ae-animation-entrance;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -ms-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
  opacity: 1!important;
}

.entrance {
  opacity: 0;
}

html.ie9 .entrance {
  opacity: 1!important;
}

@media(max-width:1200px) {
  .entrance,.fade,.hatch,.slide {
    opacity: 1!important;
  }

  .ae-animation-entrance,.ae-animation-fade,.ae-animation-hatch,.ae-animation-slide {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
  }
}

i.icon {
  display: inline-block;
  width: 26px;
  height: 26px;
}

i.icon.gray.albums {
  background: url(../images/icons/iconset-gray/albums.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.anchor {
  background: url(../images/icons/iconset-gray/anchor.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.atention {
  background: url(../images/icons/iconset-gray/atention.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.battery {
  background: url(../images/icons/iconset-gray/battery.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.browser {
  background: url(../images/icons/iconset-gray/browser.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.call {
  background: url(../images/icons/iconset-gray/call.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.camera {
  background: url(../images/icons/iconset-gray/camera.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.cart {
  background: url(../images/icons/iconset-gray/cart.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.chat {
  background: url(../images/icons/iconset-gray/chat.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.check {
  background: url(../images/icons/iconset-gray/check.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.clock {
  background: url(../images/icons/iconset-gray/clock.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.cloud {
  background: url(../images/icons/iconset-gray/cloud.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.coffee {
  background: url(../images/icons/iconset-gray/coffee.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.comment {
  background: url(../images/icons/iconset-gray/comment.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.compass {
  background: url(../images/icons/iconset-gray/compass.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.config {
  background: url(../images/icons/iconset-gray/config.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.copy-file {
  background: url(../images/icons/iconset-gray/copy-file.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.credit {
  background: url(../images/icons/iconset-gray/credit.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.date {
  background: url(../images/icons/iconset-gray/date.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.diskette {
  background: url(../images/icons/iconset-gray/diskette.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.download {
  background: url(../images/icons/iconset-gray/download.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.drop {
  background: url(../images/icons/iconset-gray/drop.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.edit {
  background: url(../images/icons/iconset-gray/edit.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.expand1 {
  background: url(../images/icons/iconset-gray/expand1.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.expand2 {
  background: url(../images/icons/iconset-gray/expand2.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.file {
  background: url(../images/icons/iconset-gray/file.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.folder {
  background: url(../images/icons/iconset-gray/folder.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.gift {
  background: url(../images/icons/iconset-gray/gift.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.glases {
  background: url(../images/icons/iconset-gray/glases.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.gleam {
  background: url(../images/icons/iconset-gray/gleam.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.graph1 {
  background: url(../images/icons/iconset-gray/graph1.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.graph2 {
  background: url(../images/icons/iconset-gray/graph2.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.help {
  background: url(../images/icons/iconset-gray/help.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.help2 {
  background: url(../images/icons/iconset-gray/help2.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.info {
  background: url(../images/icons/iconset-gray/info.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.keypad {
  background: url(../images/icons/iconset-gray/keypad.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.less {
  background: url(../images/icons/iconset-gray/less.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.light {
  background: url(../images/icons/iconset-gray/light.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.like {
  background: url(../images/icons/iconset-gray/like.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.link {
  background: url(../images/icons/iconset-gray/link.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.lintern {
  background: url(../images/icons/iconset-gray/lintern.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.lock {
  background: url(../images/icons/iconset-gray/lock.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.look {
  background: url(../images/icons/iconset-gray/look.png) no-repeat;
  background-position: 50% 50%;
}

i.icon.gray.loop {
  background: url(../images/icons/iconset-gray/loop.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.magnet {
  background: url(../images/icons/iconset-gray/magnet.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.mail {
  background: url(../images/icons/iconset-gray/mail.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.map {
  background: url(../images/icons/iconset-gray/map.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.micro {
  background: url(../images/icons/iconset-gray/micro.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.monitor {
  background: url(../images/icons/iconset-gray/monitor.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.moon {
  background: url(../images/icons/iconset-gray/moon.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.more {
  background: url(../images/icons/iconset-gray/more.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.mouse {
  background: url(../images/icons/iconset-gray/mouse.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.music {
  background: url(../images/icons/iconset-gray/music.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.news-paper {
  background: url(../images/icons/iconset-gray/news-paper.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.notebook {
  background: url(../images/icons/iconset-gray/notebook.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.paint {
  background: url(../images/icons/iconset-gray/paint.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.paper-plane {
  background: url(../images/icons/iconset-gray/paper-plane.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.pen {
  background: url(../images/icons/iconset-gray/pen.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.phone {
  background: url(../images/icons/iconset-gray/phone.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.photo-gallery {
  background: url(../images/icons/iconset-gray/photo-gallery.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.plane {
  background: url(../images/icons/iconset-gray/plane.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.play {
  background: url(../images/icons/iconset-gray/play.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.plus {
  background: url(../images/icons/iconset-gray/plus.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.portfolio {
  background: url(../images/icons/iconset-gray/portfolio.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.power {
  background: url(../images/icons/iconset-gray/power.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.radio {
  background: url(../images/icons/iconset-gray/radio.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.repeat {
  background: url(../images/icons/iconset-gray/repeat.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.science {
  background: url(../images/icons/iconset-gray/science.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.search {
  background: url(../images/icons/iconset-gray/search.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.share {
  background: url(../images/icons/iconset-gray/share.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.shopbag {
  background: url(../images/icons/iconset-gray/shopbag.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.signal {
  background: url(../images/icons/iconset-gray/signal.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.study {
  background: url(../images/icons/iconset-gray/study.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.suffle {
  background: url(../images/icons/iconset-gray/suffle.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.sun {
  background: url(../images/icons/iconset-gray/sun.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.target {
  background: url(../images/icons/iconset-gray/target.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.ticket {
  background: url(../images/icons/iconset-gray/ticket.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.timer {
  background: url(../images/icons/iconset-gray/timer.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.tools {
  background: url(../images/icons/iconset-gray/tools.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.trash {
  background: url(../images/icons/iconset-gray/trash.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.umbrella {
  background: url(../images/icons/iconset-gray/umbrella.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.unlock {
  background: url(../images/icons/iconset-gray/unlock.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.upload {
  background: url(../images/icons/iconset-gray/upload.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.user {
  background: url(../images/icons/iconset-gray/user.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.gray.video {
  background: url(../images/icons/iconset-gray/video.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.albums {
  background: url(../images/icons/iconset-white/albums.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.anchor {
  background: url(../images/icons/iconset-white/anchor.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.atention {
  background: url(../images/icons/iconset-white/atention.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.battery {
  background: url(../images/icons/iconset-white/battery.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.browser {
  background: url(../images/icons/iconset-white/browser.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.call {
  background: url(../images/icons/iconset-white/call.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.camera {
  background: url(../images/icons/iconset-white/camera.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.cart {
  background: url(../images/icons/iconset-white/cart.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.chat {
  background: url(../images/icons/iconset-white/chat.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.check {
  background: url(../images/icons/iconset-white/check.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.clock {
  background: url(../images/icons/iconset-white/clock.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.cloud {
  background: url(../images/icons/iconset-white/cloud.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.coffee {
  background: url(../images/icons/iconset-white/coffee.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.comment {
  background: url(../images/icons/iconset-white/comment.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.compass {
  background: url(../images/icons/iconset-white/compass.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.config {
  background: url(../images/icons/iconset-white/config.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.copy-file {
  background: url(../images/icons/iconset-white/copy-file.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.credit {
  background: url(../images/icons/iconset-white/credit.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.date {
  background: url(../images/icons/iconset-white/date.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.diskette {
  background: url(../images/icons/iconset-white/diskette.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.download {
  background: url(../images/icons/iconset-white/download.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.drop {
  background: url(../images/icons/iconset-white/drop.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.edit {
  background: url(../images/icons/iconset-white/edit.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.expand1 {
  background: url(../images/icons/iconset-white/expand1.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.expand2 {
  background: url(../images/icons/iconset-white/expand2.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.file {
  background: url(../images/icons/iconset-white/file.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.folder {
  background: url(../images/icons/iconset-white/folder.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.gift {
  background: url(../images/icons/iconset-white/gift.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.glases {
  background: url(../images/icons/iconset-white/glases.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.gleam {
  background: url(../images/icons/iconset-white/gleam.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.graph1 {
  background: url(../images/icons/iconset-white/graph1.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.graph2 {
  background: url(../images/icons/iconset-white/graph2.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.help {
  background: url(../images/icons/iconset-white/help.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.help2 {
  background: url(../images/icons/iconset-white/help2.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.info {
  background: url(../images/icons/iconset-white/info.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.keypad {
  background: url(../images/icons/iconset-white/keypad.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.less {
  background: url(../images/icons/iconset-white/less.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.light {
  background: url(../images/icons/iconset-white/light.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.like {
  background: url(../images/icons/iconset-white/like.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.link {
  background: url(../images/icons/iconset-white/link.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.lintern {
  background: url(../images/icons/iconset-white/lintern.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.lock {
  background: url(../images/icons/iconset-white/lock.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.look {
  background: url(../images/icons/iconset-white/look.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.loop {
  background: url(../images/icons/iconset-white/loop.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.magnet {
  background: url(../images/icons/iconset-white/magnet.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.mail {
  background: url(../images/icons/iconset-white/mail.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.map {
  background: url(../images/icons/iconset-white/map.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.micro {
  background: url(../images/icons/iconset-white/micro.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.monitor {
  background: url(../images/icons/iconset-white/monitor.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.moon {
  background: url(../images/icons/iconset-white/moon.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.more {
  background: url(../images/icons/iconset-white/more.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.mouse {
  background: url(../images/icons/iconset-white/mouse.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.music {
  background: url(../images/icons/iconset-white/music.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.news-paper {
  background: url(../images/icons/iconset-white/news-paper.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.notebook {
  background: url(../images/icons/iconset-white/notebook.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.paint {
  background: url(../images/icons/iconset-white/paint.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.paper-plane {
  background: url(../images/icons/iconset-white/paper-plane.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.pen {
  background: url(../images/icons/iconset-white/pen.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.phone {
  background: url(../images/icons/iconset-white/phone.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.photo-gallery {
  background: url(../images/icons/iconset-white/photo-gallery.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.plane {
  background: url(../images/icons/iconset-white/plane.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.play {
  background: url(../images/icons/iconset-white/play.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.plus {
  background: url(../images/icons/iconset-white/plus.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.portfolio {
  background: url(../images/icons/iconset-white/portfolio.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.power {
  background: url(../images/icons/iconset-white/power.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.radio {
  background: url(../images/icons/iconset-white/radio.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.repeat {
  background: url(../images/icons/iconset-white/repeat.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.science {
  background: url(../images/icons/iconset-white/science.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.search {
  background: url(../images/icons/iconset-white/search.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.share {
  background: url(../images/icons/iconset-white/share.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.shopbag {
  background: url(../images/icons/iconset-white/shopbag.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.signal {
  background: url(../images/icons/iconset-white/signal.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.study {
  background: url(../images/icons/iconset-white/study.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.suffle {
  background: url(../images/icons/iconset-white/suffle.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.sun {
  background: url(../images/icons/iconset-white/sun.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.target {
  background: url(../images/icons/iconset-white/target.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.ticket {
  background: url(../images/icons/iconset-white/ticket.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.timer {
  background: url(../images/icons/iconset-white/timer.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.tools {
  background: url(../images/icons/iconset-white/tools.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.trash {
  background: url(../images/icons/iconset-white/trash.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.umbrella {
  background: url(../images/icons/iconset-white/umbrella.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.unlock {
  background: url(../images/icons/iconset-white/unlock.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.upload {
  background: url(../images/icons/iconset-white/upload.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.user {
  background: url(../images/icons/iconset-white/user.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

i.icon.white.video {
  background: url(../images/icons/iconset-white/video.png) no-repeat;
  background-size: 26px 26px;
  background-position: 50% 50%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
  i.icon.gray.albums {
    background: url(../images/icons/iconset-gray/albums@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.anchor {
    background: url(../images/icons/iconset-gray/anchor@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.atention {
    background: url(../images/icons/iconset-gray/atention@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.battery {
    background: url(../images/icons/iconset-gray/battery@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.browser {
    background: url(../images/icons/iconset-gray/browser@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.call {
    background: url(../images/icons/iconset-gray/call@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.camera {
    background: url(../images/icons/iconset-gray/camera@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.cart {
    background: url(../images/icons/iconset-gray/cart@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.chat {
    background: url(../images/icons/iconset-gray/chat@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.check {
    background: url(../images/icons/iconset-gray/check@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.clock {
    background: url(../images/icons/iconset-gray/clock@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.cloud {
    background: url(../images/icons/iconset-gray/cloud@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.coffee {
    background: url(../images/icons/iconset-gray/coffee@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.comment {
    background: url(../images/icons/iconset-gray/comment@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.compass {
    background: url(../images/icons/iconset-gray/compass@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.config {
    background: url(../images/icons/iconset-gray/config@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.copy-file {
    background: url(../images/icons/iconset-gray/copy-file@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.credit {
    background: url(../images/icons/iconset-gray/credit@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.date {
    background: url(../images/icons/iconset-gray/date@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.diskette {
    background: url(../images/icons/iconset-gray/diskette@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.download {
    background: url(../images/icons/iconset-gray/download@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.drop {
    background: url(../images/icons/iconset-gray/drop@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.edit {
    background: url(../images/icons/iconset-gray/edit@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.expand1 {
    background: url(../images/icons/iconset-gray/expand1@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.expand2 {
    background: url(../images/icons/iconset-gray/expand2@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.file {
    background: url(../images/icons/iconset-gray/file@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.folder {
    background: url(../images/icons/iconset-gray/folder@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.gift {
    background: url(../images/icons/iconset-gray/gift@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.glases {
    background: url(../images/icons/iconset-gray/glases@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.gleam {
    background: url(../images/icons/iconset-gray/gleam@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.graph1 {
    background: url(../images/icons/iconset-gray/graph1@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.graph2 {
    background: url(../images/icons/iconset-gray/graph2@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.help {
    background: url(../images/icons/iconset-gray/help@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.help2 {
    background: url(../images/icons/iconset-gray/help2@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.info {
    background: url(../images/icons/iconset-gray/info@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.keypad {
    background: url(../images/icons/iconset-gray/keypad@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.less {
    background: url(../images/icons/iconset-gray/less@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.light {
    background: url(../images/icons/iconset-gray/light@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.like {
    background: url(../images/icons/iconset-gray/like@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.link {
    background: url(../images/icons/iconset-gray/link@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.lintern {
    background: url(../images/icons/iconset-gray/lintern@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.lock {
    background: url(../images/icons/iconset-gray/lock@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.look {
    background: url(../images/icons/iconset-gray/look@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.loop {
    background: url(../images/icons/iconset-gray/loop@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.magnet {
    background: url(../images/icons/iconset-gray/magnet@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.mail {
    background: url(../images/icons/iconset-gray/mail@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.map {
    background: url(../images/icons/iconset-gray/map@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.micro {
    background: url(../images/icons/iconset-gray/micro@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.monitor {
    background: url(../images/icons/iconset-gray/monitor@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.moon {
    background: url(../images/icons/iconset-gray/moon@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.more {
    background: url(../images/icons/iconset-gray/more@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.mouse {
    background: url(../images/icons/iconset-gray/mouse@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.music {
    background: url(../images/icons/iconset-gray/music@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.news-paper {
    background: url(../images/icons/iconset-gray/news-paper@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.notebook {
    background: url(../images/icons/iconset-gray/notebook@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.paint {
    background: url(../images/icons/iconset-gray/paint@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.paper-plane {
    background: url(../images/icons/iconset-gray/paper-plane@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.pen {
    background: url(../images/icons/iconset-gray/pen@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.phone {
    background: url(../images/icons/iconset-gray/phone@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.photo-gallery {
    background: url(../images/icons/iconset-gray/photo-gallery@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.plane {
    background: url(../images/icons/iconset-gray/plane@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.play {
    background: url(../images/icons/iconset-gray/play@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.plus {
    background: url(../images/icons/iconset-gray/plus@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.portfolio {
    background: url(../images/icons/iconset-gray/portfolio@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.power {
    background: url(../images/icons/iconset-gray/power@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.radio {
    background: url(../images/icons/iconset-gray/radio@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.repeat {
    background: url(../images/icons/iconset-gray/repeat@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.science {
    background: url(../images/icons/iconset-gray/science@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.search {
    background: url(../images/icons/iconset-gray/search@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.share {
    background: url(../images/icons/iconset-gray/share@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.shopbag {
    background: url(../images/icons/iconset-gray/shopbag@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.signal {
    background: url(../images/icons/iconset-gray/signal@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.study {
    background: url(../images/icons/iconset-gray/study@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.suffle {
    background: url(../images/icons/iconset-gray/suffle@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.sun {
    background: url(../images/icons/iconset-gray/sun@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.target {
    background: url(../images/icons/iconset-gray/target@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.ticket {
    background: url(../images/icons/iconset-gray/ticket@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.timer {
    background: url(../images/icons/iconset-gray/timer@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.tools {
    background: url(../images/icons/iconset-gray/tools@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.trash {
    background: url(../images/icons/iconset-gray/trash@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.umbrella {
    background: url(../images/icons/iconset-gray/umbrella@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.unlock {
    background: url(../images/icons/iconset-gray/unlock@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.upload {
    background: url(../images/icons/iconset-gray/upload@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.user {
    background: url(../images/icons/iconset-gray/user@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.gray.video {
    background: url(../images/icons/iconset-gray/video@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.albums {
    background: url(../images/icons/iconset-white/albums@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.anchor {
    background: url(../images/icons/iconset-white/anchor@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.atention {
    background: url(../images/icons/iconset-white/atention@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.battery {
    background: url(../images/icons/iconset-white/battery@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.browser {
    background: url(../images/icons/iconset-white/browser@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.call {
    background: url(../images/icons/iconset-white/call@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.camera {
    background: url(../images/icons/iconset-white/camera@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.cart {
    background: url(../images/icons/iconset-white/cart@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.chat {
    background: url(../images/icons/iconset-white/chat@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.check {
    background: url(../images/icons/iconset-white/check@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.clock {
    background: url(../images/icons/iconset-white/clock@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.cloud {
    background: url(../images/icons/iconset-white/cloud@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.coffee {
    background: url(../images/icons/iconset-white/coffee@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.comment {
    background: url(../images/icons/iconset-white/comment@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.compass {
    background: url(../images/icons/iconset-white/compass@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.config {
    background: url(../images/icons/iconset-white/config@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.copy-file {
    background: url(../images/icons/iconset-white/copy-file@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.credit {
    background: url(../images/icons/iconset-white/credit@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.date {
    background: url(../images/icons/iconset-white/date@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.diskette {
    background: url(../images/icons/iconset-white/diskette@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.download {
    background: url(../images/icons/iconset-white/download@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.drop {
    background: url(../images/icons/iconset-white/drop@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.edit {
    background: url(../images/icons/iconset-white/edit@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.expand1 {
    background: url(../images/icons/iconset-white/expand1@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.expand2 {
    background: url(../images/icons/iconset-white/expand2@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.file {
    background: url(../images/icons/iconset-white/file@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.folder {
    background: url(../images/icons/iconset-white/folder@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.gift {
    background: url(../images/icons/iconset-white/gift@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.glases {
    background: url(../images/icons/iconset-white/glases@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.gleam {
    background: url(../images/icons/iconset-white/gleam@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.graph1 {
    background: url(../images/icons/iconset-white/graph1@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.graph2 {
    background: url(../images/icons/iconset-white/graph2@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.help {
    background: url(../images/icons/iconset-white/help@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.help2 {
    background: url(../images/icons/iconset-white/help2@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.info {
    background: url(../images/icons/iconset-white/info@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.keypad {
    background: url(../images/icons/iconset-white/keypad@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.less {
    background: url(../images/icons/iconset-white/less@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.light {
    background: url(../images/icons/iconset-white/light@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.like {
    background: url(../images/icons/iconset-white/like@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.link {
    background: url(../images/icons/iconset-white/link@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.lintern {
    background: url(../images/icons/iconset-white/lintern@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.lock {
    background: url(../images/icons/iconset-white/lock@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.look {
    background: url(../images/icons/iconset-white/look@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.loop {
    background: url(../images/icons/iconset-white/loop@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.magnet {
    background: url(../images/icons/iconset-white/magnet@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.mail {
    background: url(../images/icons/iconset-white/mail@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.map {
    background: url(../images/icons/iconset-white/map@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.micro {
    background: url(../images/icons/iconset-white/micro@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.monitor {
    background: url(../images/icons/iconset-white/monitor@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.moon {
    background: url(../images/icons/iconset-white/moon@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.more {
    background: url(../images/icons/iconset-white/more@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.mouse {
    background: url(../images/icons/iconset-white/mouse@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.music {
    background: url(../images/icons/iconset-white/music@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.news-paper {
    background: url(../images/icons/iconset-white/news-paper@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.notebook {
    background: url(../images/icons/iconset-white/notebook@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.paint {
    background: url(../images/icons/iconset-white/paint@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.paper-plane {
    background: url(../images/icons/iconset-white/paper-plane@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.pen {
    background: url(../images/icons/iconset-white/pen@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.phone {
    background: url(../images/icons/iconset-white/phone@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.photo-gallery {
    background: url(../images/icons/iconset-white/photo-gallery@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.plane {
    background: url(../images/icons/iconset-white/plane@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.play {
    background: url(../images/icons/iconset-white/play@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.plus {
    background: url(../images/icons/iconset-white/plus@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.portfolio {
    background: url(../images/icons/iconset-white/portfolio@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.power {
    background: url(../images/icons/iconset-white/power@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.radio {
    background: url(../images/icons/iconset-white/radio@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.repeat {
    background: url(../images/icons/iconset-white/repeat@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.science {
    background: url(../images/icons/iconset-white/science@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.search {
    background: url(../images/icons/iconset-white/search@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.share {
    background: url(../images/icons/iconset-white/share@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.shopbag {
    background: url(../images/icons/iconset-white/shopbag@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.signal {
    background: url(../images/icons/iconset-white/signal@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.study {
    background: url(../images/icons/iconset-white/study@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.suffle {
    background: url(../images/icons/iconset-white/suffle@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.sun {
    background: url(../images/icons/iconset-white/sun@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.target {
    background: url(../images/icons/iconset-white/target@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.ticket {
    background: url(../images/icons/iconset-white/ticket@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.timer {
    background: url(../images/icons/iconset-white/timer@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.tools {
    background: url(../images/icons/iconset-white/tools@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.trash {
    background: url(../images/icons/iconset-white/trash@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.umbrella {
    background: url(../images/icons/iconset-white/umbrella@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.unlock {
    background: url(../images/icons/iconset-white/unlock@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.upload {
    background: url(../images/icons/iconset-white/upload@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.user {
    background: url(../images/icons/iconset-white/user@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }

  i.icon.white.video {
    background: url(../images/icons/iconset-white/video@2x.png) no-repeat;
    background-size: 26px 26px;
    background-position: 50% 50%;
  }
}/*!* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/@font-face {
  font-family:fontawesome;src:url(../fonts/fontawesome-webfont.eot?v=4.0.3);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');font-weight:400;font-style:normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
  content: "\f158";
}

.fa-won:before,.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}

.royalSlider>* {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,.rsWebkit3d .rsContainer,.rsWebkit3d .rsThumbs,.rsWebkit3d .rsPreloader,.rsWebkit3d img,.rsWebkit3d .rsOverflow,.rsWebkit3d .rsBtnCenterer,.rsWebkit3d .rsAbsoluteEl,.rsWebkit3d .rsABlock,.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,.rsFade.rsWebkit3d img,.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent;
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

.rsArrow,.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,.rsNav,.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .3s,opacity .3s linear;
  -moz-transition: visibility 0s linear .3s,opacity .3s linear;
  -o-transition: visibility 0s linear .3s,opacity .3s linear;
  transition: visibility 0s linear .3s,opacity .3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

.royalSlider.rsFullscreen {
  position: fixed!important;
  height: auto!important;
  width: auto!important;
  margin: 0!important;
  padding: 0!important;
  z-index: 2147483647!important;
  top: 0!important;
  left: 0!important;
  bottom: 0!important;
  right: 0!important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1!important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0,0,0,.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: 0 0!important;
}

.rsTabs,.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,.rsVideoContainer video,.rsVideoContainer embed,.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rsVideoContainer.rsIOSVideo iframe,.rsVideoContainer.rsIOSVideo video,.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(../images/rs/grab.png) 8 8,move;
}

.grabbing-cursor {
  cursor: url(../images/rs/grabbing.png) 8 8,move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(../images/rs/blank.gif);
}

.rsDefault,.rsDefault .rsOverflow,.rsDefault .rsSlide,.rsDefault .rsVideoFrameHolder,.rsDefault .rsThumbs {
  background: 0 0!important;
}

.visibleNearby {
  width: 100%;
  background: 0 0!important;
}

.visibleNearby .rsGCaption {
  display: none;
}

.visibleNearby .rsGCaption span {
  display: none;
}

.visibleNearby .rsSlide img {
  opacity: .45;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
}

.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#recent-gallery {
  margin-bottom: 25px;
  margin-top: 15px;
}

#recent-gallery .rsOverflow,.royalSlider#recent-gallery {
  height: 140px!important;
}

@media(min-width:480px) {
  #recent-gallery .rsOverflow,.royalSlider#recent-gallery {
    height: 240px!important;
  }
}

@media(min-width:768px) {
  #recent-gallery {
    margin-bottom: 35px;
    margin-top: 25px;
  }

  #recent-gallery .rsOverflow,.royalSlider#recent-gallery {
    height: 335px!important;
  }
}

@media(min-width:992px) {
  #recent-gallery {
    margin-bottom: 35px;
    margin-top: 25px;
  }

  #recent-gallery .rsOverflow,.royalSlider#recent-gallery {
    height: 375px!important;
  }
}

@media(min-width:1200px) {
  #recent-gallery {
    margin-bottom: 45px;
    margin-top: 35px;
  }

  #recent-gallery .rsOverflow,.royalSlider#recent-gallery {
    height: 375px!important;
  }
}

.ilightbox-overlay,.ilightbox-loader,.ilightbox-loader *,.ilightbox-holder,.ilightbox-holder .ilightbox-container,.ilightbox-holder .ilightbox-container img.ilightbox-image,.ilightbox-holder .ilightbox-container .ilightbox-caption,.ilightbox-toolbar,.ilightbox-toolbar *,.ilightbox-thumbnails,.ilightbox-thumbnails *,.ilightbox-holder .ilightbox-container .ilightbox-social,.ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ilightbox-overlay,.ilightbox-loader,.ilightbox-loader *,.ilightbox-holder .ilightbox-container .ilightbox-caption,.ilightbox-toolbar,.ilightbox-thumbnails,.ilightbox-thumbnails *,.ilightbox-holder .ilightbox-container .ilightbox-social {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

.ilightbox-noscroll {
  overflow: hidden;
}

.ilightbox-closedhand * {
  cursor: url(../images/lightbox/closedhand.cur),default!important;
}

.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: .9;
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}

.ilightbox-loader div {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
  left: 45%;
  top: -192px;
  padding: 0;
  padding-top: 30px;
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal div {
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}

.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010;
}

.ilightbox-toolbar a {
  float: left;
  cursor: pointer;
}

.ilightbox-toolbar .ilightbox-prev-button,.ilightbox-toolbar .ilightbox-next-button {
  display: none;
}

.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009;
}

.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
  height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 10px;
  position: relative;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-interpolation-mode: bicubic;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1;
}

.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: url(../images/rs/grab.png),default!important;
  -webkit-transform: none;
  -moz-transform: none;
}

.ilightbox-holder.ilightbox-next,.ilightbox-holder.ilightbox-prev {
  cursor: pointer;
}

.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: none;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  max-width: 100%;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 150%;
  word-wrap: break-word;
  z-index: 20003;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px;
  padding-left: 0;
  z-index: 20003;
  height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: left;
  list-style: none;
  height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  float: left;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
  background-image: url(../social_icons/facebook_16.png);
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
  background-image: url(../social_icons/digg_16.png);
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
  background-image: url(../social_icons/twitter_16.png);
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
  background-image: url(../social_icons/delicious_16.png);
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
  background-image: url(../social_icons/reddit_16.png);
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
  background-image: url(../social_icons/google_plus_16.png);
}

.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px;
}

.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100;
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute;
}

.ilightbox-button {
  position: fixed;
  z-index: 100008;
  cursor: pointer;
}

.isMobile .ilightbox-button,.isMobile .ilightbox-thumbnails {
  display: none!important;
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button,.isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block;
}

.ilightbox-overlay.dark {
  background: #000;
  cursor: url(http://aetherthemes.com/demo/form/images/cursors/cursor_close.cur),crosshair;
  cursor: url(http://aetherthemes.com/demo/form/images/cursors/cursor_close.gif) 30 30,crosshair;
}

.ilightbox-loader.dark div {
  background: #000 url(../images/lightbox/preloader.gif) no-repeat center;
}

.ilightbox-holder.dark {
  background: 0 0;
}

.ilightbox-holder.dark .ilightbox-container .ilightbox-caption {
  background: url(../images/lightbox/caption-bg.png);
  color: #fff;
  text-shadow: 0 1px #000;
}

.ilightbox-holder.dark .ilightbox-container .ilightbox-social {
  background: url(../images/lightbox/caption-bg.png);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.ilightbox-holder.dark .ilightbox-alert {
  background: url(../images/lightbox/alert.png) no-repeat center top;
  color: #555;
}

.ilightbox-toolbar.dark {
  top: 11px;
  left: 10px;
  background: 0 0;
}

.ilightbox-toolbar.dark a {
  width: 25px;
  height: 23px;
  background: #000 url(../images/lightbox/buttons.png) no-repeat 7px 6px;
}

.ilightbox-toolbar.dark a.disabled {
  opacity: .2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #000!important;
}

.ilightbox-toolbar.dark a:first-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.ilightbox-toolbar.dark a:last-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.ilightbox-toolbar.dark a.ilightbox-close:hover {
  background-position: -32px 6px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-position: 6px -33px;
  right: 35px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}

.ilightbox-toolbar.dark a.ilightbox-play {
  background-position: 8px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-play:hover {
  background-position: -32px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-pause {
  background-position: 8px -83px;
}

.ilightbox-toolbar.dark a.ilightbox-pause:hover {
  background-position: -32px -83px;
}

.isMobile .ilightbox-toolbar.dark {
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}

.isMobile .ilightbox-toolbar.dark a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%!important;
}

.isMobile .ilightbox-toolbar.dark a:hover {
  background-color: #111;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-image: url(../images/lightbox/fullscreen-icon-64.png);
  background-image: url('../images/lightbox/fullscreen-icon-ie.png')\9;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-close {
  background-image: url(../images/lightbox/x-mark-icon-64.png);
  background-image: url('../images/lightbox/x-mark-icon-ie.png')\9;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
  background-image: url(../images/lightbox/arrow-next-icon-64.png);
  background-image: url('../images/lightbox/arrow-next-icon-ie.png')\9;
  background-position: 52% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
  background-image: url(../images/lightbox/arrow-prev-icon-64.png);
  background-image: url('../images/lightbox/arrow-prev-icon-ie.png')\9;
  background-position: 48% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-play {
  background-image: url(../images/lightbox/play-icon-64.png);
  background-image: url('../images/lightbox/play-icon-ie.png')\9;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
  background-image: url(../images/lightbox/pause-icon-64.png);
  background-image: url('../images/lightbox/pause-icon-ie.png')\9;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #fff;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
  -webkit-border-radius: 0;
  border-radius: 0;
  float: right;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(../images/lightbox/thumb-overlay-play.png) no-repeat center;
}

.ilightbox-button.dark.disabled {
  opacity: .1;
  filter: alpha(opacity=10);
  cursor: default;
  background-color: #000!important;
}

.ilightbox-button.dark span {
  display: block;
  width: 100%;
  height: 100%;
}

.ilightbox-button.dark {
  bottom: 0;
  right: 0;
  left: 0;
  left: 45%\9;
  right: auto\9;
  width: 95px;
  height: 75px;
  margin: auto;
  background: url(../images/lightbox/arrow-next-vertical-icon-64.png) no-repeat 50% 65%;
  background-color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.ilightbox-button.ilightbox-button.dark:hover {
  background-color: #111;
}

.ilightbox-button.ilightbox-prev-button.dark {
  top: 0;
  bottom: auto;
  background-image: url(../images/lightbox/arrow-prev-vertical-icon-64.png);
  background-position: 50% 35%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ilightbox-button.dark.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top: 41%\9;
  bottom: auto\9;
  width: 75px;
  height: 95px;
  background-image: url(../images/lightbox/arrow-next-icon-64.png);
  background-position: 65% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.ilightbox-button.ilightbox-prev-button.dark.horizontal {
  right: auto;
  left: 0;
  background-image: url(../images/lightbox/arrow-prev-icon-64.png);
  background-position: 35% 50%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}