@charset "UTF-8";
@font-face {
    font-family: 'andepict';
    src: url("../font/andepict.eot");
    src: url("../font/andepict.eot?#iefix") format('embedded-opentype'), url("../font/andepict.woff") format('woff'), url("../font/andepict.ttf") format('truetype'), url("../font/andepict.svg#andepict") format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'andepict';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none!important;
    background-position: 0 0;
    background-repeat: repeat;
}
a[class^="icon-"], a[class*=" icon-"], a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: none!important;
}
.iphone a[class^="icon-"], .iphone a[class*=" icon-"], .iphone a [class^="icon-"], .iphone a [class*=" icon-"] {
    margin-top: -4px;
}
a[class^="icon-"]:hover, a[class*=" icon-"]:hover, a [class^="icon-"]:hover, a [class*=" icon-"]:hover {
    text-decoration: none!important;
}
.icon-large:before {
    font-size: 22px;
}
li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large {
    width: 1.5625em;
}
ul.icons {
    list-style-type: none;
    text-indent: -15px;
    margin-left: 25px;
}
ul.icons li {
    margin-bottom: 5px;
}
ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
    width: 15px;
}
.icon-muted {
    color: #eee;
}
.icon-border {
    border: solid 1px #eee;
    padding: .2em .25em .15em;
    border-radius: 3px;
}
.icon-2x {
    font-size: 2em;
}
.icon-2x.icon-border {
    border-width: 2px;
    border-radius: 4px;
}
.icon-3x {
    font-size: 3em;
}
.icon-3x.icon-border {
    border-width: 3px;
    border-radius: 5px;
}
.icon-4x {
    font-size: 4em;
}
.icon-4x.icon-border {
    border-width: 4px;
    border-radius: 6px;
}
.icon-5x {
    font-size: 86px;
    line-height: 86px;
}
.iphone [class^="icon-"].icon-5x:before, .iphone [class*=" icon-"].icon-5x:before {
    vertical-align: top;
}
.icon-default, a.icon-default {
    color: #808080;
}
.icon-default:hover, a.icon-default:hover {
    color: #ccc;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.pull {
    overflow: hidden;
}
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
    margin-right: .35em;
}
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
    margin-left: .35em;
}
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .35em;
}
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
    height: .75em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .45em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .2em;
}
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-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);
        }
    }.squared[class^="icon-"], .squared[class*=" icon-"] {
         color: #444;
         background: #ebebeb;
         -webkit-transition: background-color .25s 0s ease;
         -moz-transition: background-color .25s 0s ease;
         -o-transition: background-color .25s 0s ease;
         width: 36px;
         height: 36px;
         text-align: center;
         line-height: 36px;
         font-size: 18px;
         border-radius: 5px;
         margin-bottom: 5px;
     }
.squared[class^="icon-"]:hover, .squared[class*=" icon-"]:hover {
    color: #ebebeb;
    background: #444;
}
.squared.icon-color[class^="icon-"], .squared.icon-color[class*=" icon-"] {
    color: #fff;
}
.squared.icon-color[class^="icon-"]:hover, .squared.icon-color[class*=" icon-"]:hover {
    color: #fff;
}
.btn-middle [class^="icon-"], .btn-middle [class*=" icon-"] {
    font-size: 18px;
    margin: -2px 5px 0 0;
    display: inline-block;
}
.icon-2x.squared[class^="icon-"], .icon-2x.squared[class*=" icon-"] {
    width: 41px;
    height: 41px;
    line-height: 41px;
    font-size: 22px;
}
a.btn.rounded[class^="icon-"], a.btn.rounded[class*=" icon-"] {
    cursor: pointer;
    border-radius: 50%;
    z-index: 1;
    color: #444;
    border: 2px solid #444;
    border-radius: 50% 50% 50% 50%;
    background: #fff;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    position: relative;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a.btn.rounded.dark[class^="icon-"], a.btn.rounded.dark[class*=" icon-"] {
    color: #fff;
    border-color: #444;
    background: #444;
}
a.btn.rounded.color[class^="icon-"], a.btn.rounded.color[class*=" icon-"] {
    color: #fff;
    border-color: #fff!important;
}
a.btn.rounded[class^="icon-"]:after, a.btn.rounded[class*=" icon-"]:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    border-color: #444;
    content: ' ';
    top: -1px;
    left: -1px;
    padding: 1px;
    z-index: -1;
}
a.btn.rounded.dark[class^="icon-"]:after, a.btn.rounded.dark[class*=" icon-"]:after {
    background: #444;
}
a.btn.rounded[class^="icon-"]:hover, a.btn.rounded[class*=" icon-"]:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
a.btn.icon-5x.rounded[class^="icon-"], a.btn.icon-5x.rounded[class*=" icon-"] {
    border: 4px solid #444;
    width: 100px;
    height: 100px;
    padding: 16px 0 0;
    font-size: 50px;
    line-height: 50px!important;
}
.iphone a.btn.icon-5x.rounded[class^="icon-"], .iphone a.btn.icon-5x.rounded[class*=" icon-"] {
    padding: 18px 0 0;
}
a.btn.icon-4x.rounded[class^="icon-"], a.btn.icon-4x.rounded[class*=" icon-"] {
    border: 4px solid #444;
    padding: 4px 0 0;
    width: 63px;
    height: 63px;
    font-size: 40px;
    line-height: 40px!important;
}
.iphone a.btn.icon-4x.rounded[class^="icon-"], .iphone a.btn.icon-4x.rounded[class*=" icon-"] {
    padding: 0;
    font-size: 38px;
    line-height: 38px!important;
}
a.btn.icon-3x.rounded[class^="icon-"], a.btn.icon-3x.rounded[class*=" icon-"] {
    border: 4px solid #444;
    width: 46px;
    height: 46px;
    font-size: 27px;
    line-height: 46px!important;
}
a.btn.icon-3x.rounded[class^="icon-"]:after, a.btn.icon-3x.rounded[class*=" icon-"]:after {
    background: #fff;
}
.nonactive a.btn.rounded, .nonactive a.btn.rounded:before, .nonactive a.btn.rounded[class^="icon-"]:after, .nonactive a.btn.rounded[class*=" icon-"]:after, .nonactive a.btn.rounded[class^="icon-"]:hover:after, .nonactive a.btn.rounded[class^=" icon-"]:hover:after, .nonactive a.btn.rounded[class^="icon-"]:hover, .nonactive a.btn.rounded[class*=" icon-"]:hover {
    cursor: default!important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}
.color-box a.btn.rounded, .color-box a.btn.rounded:before, .color-box a.btn.rounded[class^="icon-"]:after, .color-box a.btn.rounded[class*=" icon-"]:after, .color-box a.btn.rounded[class^="icon-"]:hover:after, .color-box a.btn.rounded[class^=" icon-"]:hover:after, .color-box a.btn.rounded[class^="icon-"]:hover, .color-box a.btn.rounded[class*=" icon-"]:hover {
    border-color: #fff!important;
    cursor: default!important;
    background: #fff!important;
}
.pull-left a.btn.rounded[class^="icon-"] {
    margin: 0 20px 0 0;
}
.icon-call:before {
    content: "\37"}
.icon-at:before {
    content: "\40"}
.icon-apple:before {
    content: "\41"}
.icon-youtube:before {
    content: "\55"}
.icon-email:before {
    content: "\5d"}
.icon-ebay:before {
    content: "\65"}
.icon-left-thin:before {
    content: "\2190"}
.icon-arrowup:before {
    content: "\2191"}
.icon-right-thin:before {
    content: "\2192"}
.icon-arrowdown:before {
    content: "\2193"}
.icon-home:before {
    content: "\2302"}
.icon-star:before {
    content: "\2605"}
.icon-check:before {
    content: "\2611"}
.icon-th-list:before {
    content: "\2630"}
.icon-heart:before {
    content: "\2665"}
.icon-music:before {
    content: "\266b"}
.icon-th:before {
    content: "\268f"}
.icon-cog:before {
    content: "\2699"}
.icon-attention:before {
    content: "\26a0"}
.icon-flight:before {
    content: "\2708"}
.icon-mail:before {
    content: "\2709"}
.icon-edit:before {
    content: "\270d"}
.icon-ok:before {
    content: "\2713"}
.icon-tag:before {
    content: "\e70c"}
.icon-camera:before {
    content: "\e70f"}
.icon-prev:before {
    content: "\e712"}
.icon-prev-1:before {
    content: "\e713"}
.icon-print:before {
    content: "\e716"}
.icon-comment:before {
    content: "\e718"}
.icon-comment-alt:before {
    content: "\e71a"}
.icon-chat:before {
    content: "\e720"}
.icon-vcard:before {
    content: "\e722"}
.icon-basket:before {
    content: "\e73d"}
.icon-popup:before {
    content: "\e74c"}
.icon-zoom-in:before {
    content: "\e750"}
.icon-zoom-out:before {
    content: "\e751"}
.icon-left-open:before {
    content: "\e75d"}
.icon-right-open:before {
    content: "\e75e"}
.icon-re:before {
    content: "\e760"}
.icon-structure:before {
    content: "\e792"}
.icon-mobile-alt:before {
    content: "\e7b0"}
.icon-left:before {
    content: "\e800"}
.icon-gplus:before {
    content: "\e802"}
.icon-left-2:before {
    content: "\e803"}
.icon-up:before {
    content: "\e804"}
.icon-up-1:before {
    content: "\e805"}
.icon-up-2:before {
    content: "\e806"}
.icon-down:before {
    content: "\e807"}
.icon-down-1:before {
    content: "\e808"}
.icon-down-2:before {
    content: "\e809"}
.icon-right:before {
    content: "\e80a"}
.icon-right-2:before {
    content: "\e80c"}
.icon-star-1:before {
    content: "\e80e"}
.icon-cog-1:before {
    content: "\e80f"}
.icon-cog-2:before {
    content: "\e810"}
.icon-mail-1:before {
    content: "\e811"}
.icon-mail-2:before {
    content: "\e812"}
.icon-edit-1:before {
    content: "\e813"}
.icon-tag-1:before {
    content: "\e815"}
.icon-chat-1:before {
    content: "\e816"}
.icon-trash-2:before {
    content: "\e817"}
.icon-left-open-1:before {
    content: "\e81a"}
.icon-right-open-1:before {
    content: "\e81b"}
.icon-credit-card:before {
    content: "\e81c"}
.icon-linkedin-rect:before {
    content: "\e81d"}
.icon-thumbs-up-1:before {
    content: "\e81f"}
.icon-unlike-1:before {
    content: "\e820"}
.icon-user-1:before {
    content: "\e821"}
.icon-user-2:before {
    content: "\e822"}
.icon-users-1:before {
    content: "\e823"}
.icon-facebook-rect:before {
    content: "\e824"}
.icon-search:before {
    content: "\e825"}
.icon-search-2:before {
    content: "\e826"}
.icon-wrench-1:before {
    content: "\e827"}
.icon-study:before {
    content: "\e82a"}
.icon-post:before {
    content: "\e82c"}
.icon-icq:before {
    content: "\e830"}
.icon-film:before {
    content: "\e831"}
.icon-cup:before {
    content: "\e832"}
.icon-load:before {
    content: "\e838"}
.icon-ampersand:before {
    content: "\e86a"}
.icon-alarm:before {
    content: "\e895"}
.icon-clock-3:before {
    content: "\e89e"}
.icon-clock-4:before {
    content: "\e89f"}
.icon-coins-1:before {
    content: "\e8a3"}
.icon-shopping-add:before {
    content: "\e8a5"}
.icon-shopping-remove:before {
    content: "\e8a8"}
.icon-hoist:before {
    content: "\e8ab"}
.icon-hourglass:before {
    content: "\e8ac"}
.icon-shopping-up:before {
    content: "\e8ad"}
.icon-money-3:before {
    content: "\e8b4"}
.icon-money-7:before {
    content: "\e8b5"}
.icon-truck-2:before {
    content: "\e8bc"}
.icon-linkedin:before {
    content: "\f0e1"}
.icon-chat-4:before {
    content: "\f0e6"}
.icon-mobile-1:before {
    content: "\f10b"}
.icon-facebook:before {
    content: "\f300"}
.icon-twitter-bird:before {
    content: "\f303"}
.icon-skype:before {
    content: "\f30b"}
.icon-tumblr-rect:before {
    content: "\f310"}
.icon-pinterest:before {
    content: "\f312"}
.icon-gift:before {
    content: "\f381"}
.icon-thumbs-up:before {
    content: "\f44d"}
.icon-unlike:before {
    content: "\f44e"}
.icon-user:before {
    content: "\f464"}
.icon-users:before {
    content: "\f465"}
.icon-dollar:before {
    content: "\f4b5"}
.icon-briefcase:before {
    content: "\f4bc"}
.icon-doc:before {
    content: "\f4c4"}
.icon-chart-bar:before {
    content: "\f4ca"}
.icon-attach:before {
    content: "\f4ce"}
.icon-book:before {
    content: "\f4d5"}
.icon-phone:before {
    content: "\f4de"}
.icon-download:before {
    content: "\f4e5"}
.icon-search-1:before {
    content: "\f50d"}
.icon-lock:before {
    content: "\f512"}
.icon-unlock:before {
    content: "\f513"}
.icon-link:before {
    content: "\f517"}
.icon-wrench:before {
    content: "\f527"}
.icon-truck:before {
    content: "\f69a"}
.icon-globe:before {
    content: "\1f310"}
.icon-maximize:before {
    content: "\1f311"}
.icon-minimize:before {
    content: "\1f312"}
.icon-plus-thin:before {
    content: "\1f313"}
.icon-minus-thin:before {
    content: "\1f314"}
.icon-cancel-thin:before {
    content: "\1f315"}
.icon-play:before {
    content: "\1f316"}
.icon-odnoklassniki:before {
    content: "\1f318"}
.icon-vkontakte:before {
    content: "\1f317"}
