/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #ffffff;
}

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

/*.fa-envelope-o:before {*/
/*content: "\f003";*/
/*}*/
/*.fa-heart:before {*/
/*content: "\f004";*/
/*}*/
/*.fa-star:before {*/
/*content: "\f005";*/
/*}*/
/*.fa-star-o:before {*/
/*content: "\f006";*/
/*}*/
/*.fa-user:before {*/
/*content: "\f007";*/
/*}*/
/*.fa-film:before {*/
/*content: "\f008";*/
/*}*/
/*.fa-th-large:before {*/
/*content: "\f009";*/
/*}*/
/*.fa-th:before {*/
/*content: "\f00a";*/
/*}*/
/*.fa-th-list:before {*/
/*content: "\f00b";*/
/*}*/
/*.fa-check:before {*/
/*content: "\f00c";*/
/*}*/
/*.fa-remove:before,*/
/*.fa-close:before,*/
.fa-times:before {
    content: "\f00d";
}

/*.fa-search-plus:before {*/
/*content: "\f00e";*/
/*}*/
/*.fa-search-minus:before {*/
/*content: "\f010";*/
/*}*/
/*.fa-power-off:before {*/
/*content: "\f011";*/
/*}*/
/*.fa-signal:before {*/
/*content: "\f012";*/
/*}*/
/*.fa-gear:before,*/
/*.fa-cog:before {*/
/*content: "\f013";*/
/*}*/
/*.fa-trash-o:before {*/
/*content: "\f014";*/
/*}*/
/*.fa-home:before {*/
/*content: "\f015";*/
/*}*/
/*.fa-file-o:before {*/
/*content: "\f016";*/
/*}*/
.fa-clock-o:before {
    content: "\f017";
}

/*.fa-road:before {*/
/*content: "\f018";*/
/*}*/
/*.fa-download:before {*/
/*content: "\f019";*/
/*}*/
/*.fa-arrow-circle-o-down:before {*/
/*content: "\f01a";*/
/*}*/
/*.fa-arrow-circle-o-up:before {*/
/*content: "\f01b";*/
/*}*/
/*.fa-inbox:before {*/
/*content: "\f01c";*/
/*}*/
/*.fa-play-circle-o:before {*/
/*content: "\f01d";*/
/*}*/
/*.fa-rotate-right:before,*/
/*.fa-repeat:before {*/
/*content: "\f01e";*/
/*}*/
/*.fa-refresh:before {*/
/*content: "\f021";*/
/*}*/
/*.fa-list-alt:before {*/
/*content: "\f022";*/
/*}*/
/*.fa-lock:before {*/
/*content: "\f023";*/
/*}*/
/*.fa-flag:before {*/
/*content: "\f024";*/
/*}*/
/*.fa-headphones:before {*/
/*content: "\f025";*/
/*}*/
/*.fa-volume-off:before {*/
/*content: "\f026";*/
/*}*/
/*.fa-volume-down:before {*/
/*content: "\f027";*/
/*}*/
/*.fa-volume-up:before {*/
/*content: "\f028";*/
/*}*/
/*.fa-qrcode:before {*/
/*content: "\f029";*/
/*}*/
/*.fa-barcode:before {*/
/*content: "\f02a";*/
/*}*/
/*.fa-tag:before {*/
/*content: "\f02b";*/
/*}*/
/*.fa-tags:before {*/
/*content: "\f02c";*/
/*}*/
/*.fa-book:before {*/
/*content: "\f02d";*/
/*}*/
/*.fa-bookmark:before {*/
/*content: "\f02e";*/
/*}*/
/*.fa-print:before {*/
/*content: "\f02f";*/
/*}*/
/*.fa-camera:before {*/
/*content: "\f030";*/
/*}*/
/*.fa-font:before {*/
/*content: "\f031";*/
/*}*/
/*.fa-bold:before {*/
/*content: "\f032";*/
/*}*/
/*.fa-italic:before {*/
/*content: "\f033";*/
/*}*/
/*.fa-text-height:before {*/
/*content: "\f034";*/
/*}*/
/*.fa-text-width:before {*/
/*content: "\f035";*/
/*}*/
/*.fa-align-left:before {*/
/*content: "\f036";*/
/*}*/
/*.fa-align-center:before {*/
/*content: "\f037";*/
/*}*/
/*.fa-align-right:before {*/
/*content: "\f038";*/
/*}*/
/*.fa-align-justify:before {*/
/*content: "\f039";*/
/*}*/
/*.fa-list:before {*/
/*content: "\f03a";*/
/*}*/
/*.fa-dedent:before,*/
/*.fa-outdent:before {*/
/*content: "\f03b";*/
/*}*/
/*.fa-indent:before {*/
/*content: "\f03c";*/
/*}*/
/*.fa-video-camera:before {*/
/*content: "\f03d";*/
/*}*/
/*.fa-photo:before,*/
/*.fa-image:before,*/
/*.fa-picture-o:before {*/
/*content: "\f03e";*/
/*}*/
/*.fa-pencil:before {*/
/*content: "\f040";*/
/*}*/
.fa-map-marker:before {
    content: "\f041";
}

/*.fa-adjust:before {*/
/*content: "\f042";*/
/*}*/
/*.fa-tint:before {*/
/*content: "\f043";*/
/*}*/
/*.fa-edit:before,*/
/*.fa-pencil-square-o:before {*/
/*content: "\f044";*/
/*}*/
/*.fa-share-square-o:before {*/
/*content: "\f045";*/
/*}*/
/*.fa-check-square-o:before {*/
/*content: "\f046";*/
/*}*/
/*.fa-arrows:before {*/
/*content: "\f047";*/
/*}*/
/*.fa-step-backward:before {*/
/*content: "\f048";*/
/*}*/
/*.fa-fast-backward:before {*/
/*content: "\f049";*/
/*}*/
/*.fa-backward:before {*/
/*content: "\f04a";*/
/*}*/
/*.fa-play:before {*/
/*content: "\f04b";*/
/*}*/
/*.fa-pause:before {*/
/*content: "\f04c";*/
/*}*/
/*.fa-stop:before {*/
/*content: "\f04d";*/
/*}*/
/*.fa-forward:before {*/
/*content: "\f04e";*/
/*}*/
/*.fa-fast-forward:before {*/
/*content: "\f050";*/
/*}*/
/*.fa-step-forward:before {*/
/*content: "\f051";*/
/*}*/
/*.fa-eject:before {*/
/*content: "\f052";*/
/*}*/
/*.fa-chevron-left:before {*/
/*content: "\f053";*/
/*}*/
/*.fa-chevron-right:before {*/
/*content: "\f054";*/
/*}*/
/*.fa-plus-circle:before {*/
/*content: "\f055";*/
/*}*/
/*.fa-minus-circle:before {*/
/*content: "\f056";*/
/*}*/
/*.fa-times-circle:before {*/
/*content: "\f057";*/
/*}*/
/*.fa-check-circle:before {*/
/*content: "\f058";*/
/*}*/
/*.fa-question-circle:before {*/
/*content: "\f059";*/
/*}*/
/*.fa-info-circle:before {*/
/*content: "\f05a";*/
/*}*/
/*.fa-crosshairs:before {*/
/*content: "\f05b";*/
/*}*/
/*.fa-times-circle-o:before {*/
/*content: "\f05c";*/
/*}*/
/*.fa-check-circle-o:before {*/
/*content: "\f05d";*/
/*}*/
/*.fa-ban:before {*/
/*content: "\f05e";*/
/*}*/
/*.fa-arrow-left:before {*/
/*content: "\f060";*/
/*}*/
/*.fa-arrow-right:before {*/
/*content: "\f061";*/
/*}*/
/*.fa-arrow-up:before {*/
/*content: "\f062";*/
/*}*/
/*.fa-arrow-down:before {*/
/*content: "\f063";*/
/*}*/
/*.fa-mail-forward:before,*/
/*.fa-share:before {*/
/*content: "\f064";*/
/*}*/
/*.fa-expand:before {*/
/*content: "\f065";*/
/*}*/
/*.fa-compress:before {*/
/*content: "\f066";*/
/*}*/
/*.fa-plus:before {*/
/*content: "\f067";*/
/*}*/
/*.fa-minus:before {*/
/*content: "\f068";*/
/*}*/
/*.fa-asterisk:before {*/
/*content: "\f069";*/
/*}*/
/*.fa-exclamation-circle:before {*/
/*content: "\f06a";*/
/*}*/
/*.fa-gift:before {*/
/*content: "\f06b";*/
/*}*/
/*.fa-leaf:before {*/
/*content: "\f06c";*/
/*}*/
/*.fa-fire:before {*/
/*content: "\f06d";*/
/*}*/
/*.fa-eye:before {*/
/*content: "\f06e";*/
/*}*/
/*.fa-eye-slash:before {*/
/*content: "\f070";*/
/*}*/
/*.fa-warning:before,*/
/*.fa-exclamation-triangle:before {*/
/*content: "\f071";*/
/*}*/
/*.fa-plane:before {*/
/*content: "\f072";*/
/*}*/
.fa-calendar:before {
    content: "\f073";
}

/*.fa-random:before {*/
/*content: "\f074";*/
/*}*/
/*.fa-comment:before {*/
/*content: "\f075";*/
/*}*/
/*.fa-magnet:before {*/
/*content: "\f076";*/
/*}*/
/*.fa-chevron-up:before {*/
/*content: "\f077";*/
/*}*/
/*.fa-chevron-down:before {*/
/*content: "\f078";*/
/*}*/
/*.fa-retweet:before {*/
/*content: "\f079";*/
/*}*/
/*.fa-shopping-cart:before {*/
/*content: "\f07a";*/
/*}*/
/*.fa-folder:before {*/
/*content: "\f07b";*/
/*}*/
/*.fa-folder-open:before {*/
/*content: "\f07c";*/
/*}*/
/*.fa-arrows-v:before {*/
/*content: "\f07d";*/
/*}*/
/*.fa-arrows-h:before {*/
/*content: "\f07e";*/
/*}*/
/*.fa-bar-chart-o:before,*/
/*.fa-bar-chart:before {*/
/*content: "\f080";*/
/*}*/
/*.fa-twitter-square:before {*/
/*content: "\f081";*/
/*}*/
/*.fa-facebook-square:before {*/
/*content: "\f082";*/
/*}*/
/*.fa-camera-retro:before {*/
/*content: "\f083";*/
/*}*/
/*.fa-key:before {*/
/*content: "\f084";*/
/*}*/
/*.fa-gears:before,*/
/*.fa-cogs:before {*/
/*content: "\f085";*/
/*}*/
/*.fa-comments:before {*/
/*content: "\f086";*/
/*}*/
/*.fa-thumbs-o-up:before {*/
/*content: "\f087";*/
/*}*/
/*.fa-thumbs-o-down:before {*/
/*content: "\f088";*/
/*}*/
/*.fa-star-half:before {*/
/*content: "\f089";*/
/*}*/
/*.fa-heart-o:before {*/
/*content: "\f08a";*/
/*}*/
/*.fa-sign-out:before {*/
/*content: "\f08b";*/
/*}*/
/*.fa-linkedin-square:before {*/
/*content: "\f08c";*/
/*}*/
.fa-thumb-tack:before {
    content: "\f08d";
}

/*.fa-external-link:before {*/
/*content: "\f08e";*/
/*}*/
/*.fa-sign-in:before {*/
/*content: "\f090";*/
/*}*/
/*.fa-trophy:before {*/
/*content: "\f091";*/
/*}*/
/*.fa-github-square:before {*/
/*content: "\f092";*/
/*}*/
/*.fa-upload:before {*/
/*content: "\f093";*/
/*}*/
/*.fa-lemon-o:before {*/
/*content: "\f094";*/
/*}*/
/*.fa-phone:before {*/
/*content: "\f095";*/
/*}*/
/*.fa-square-o:before {*/
/*content: "\f096";*/
/*}*/
/*.fa-bookmark-o:before {*/
/*content: "\f097";*/
/*}*/
/*.fa-phone-square:before {*/
/*content: "\f098";*/
/*}*/
/*.fa-twitter:before {*/
/*content: "\f099";*/
/*}*/
/*.fa-facebook-f:before,*/
/*.fa-facebook:before {*/
/*content: "\f09a";*/
/*}*/
/*.fa-github:before {*/
/*content: "\f09b";*/
/*}*/
/*.fa-unlock:before {*/
/*content: "\f09c";*/
/*}*/
/*.fa-credit-card:before {*/
/*content: "\f09d";*/
/*}*/
/*.fa-rss:before {*/
/*content: "\f09e";*/
/*}*/
/*.fa-hdd-o:before {*/
/*content: "\f0a0";*/
/*}*/
/*.fa-bullhorn:before {*/
/*content: "\f0a1";*/
/*}*/
/*.fa-bell:before {*/
/*content: "\f0f3";*/
/*}*/
/*.fa-certificate:before {*/
/*content: "\f0a3";*/
/*}*/
/*.fa-hand-o-right:before {*/
/*content: "\f0a4";*/
/*}*/
/*.fa-hand-o-left:before {*/
/*content: "\f0a5";*/
/*}*/
/*.fa-hand-o-up:before {*/
/*content: "\f0a6";*/
/*}*/
/*.fa-hand-o-down:before {*/
/*content: "\f0a7";*/
/*}*/
/*.fa-arrow-circle-left:before {*/
/*content: "\f0a8";*/
/*}*/
/*.fa-arrow-circle-right:before {*/
/*content: "\f0a9";*/
/*}*/
/*.fa-arrow-circle-up:before {*/
/*content: "\f0aa";*/
/*}*/
/*.fa-arrow-circle-down:before {*/
/*content: "\f0ab";*/
/*}*/
/*.fa-globe:before {*/
/*content: "\f0ac";*/
/*}*/
/*.fa-wrench:before {*/
/*content: "\f0ad";*/
/*}*/
/*.fa-tasks:before {*/
/*content: "\f0ae";*/
/*}*/
/*.fa-filter:before {*/
/*content: "\f0b0";*/
/*}*/
/*.fa-briefcase:before {*/
/*content: "\f0b1";*/
/*}*/
/*.fa-arrows-alt:before {*/
/*content: "\f0b2";*/
/*}*/
/*.fa-group:before,*/
/*.fa-users:before {*/
/*content: "\f0c0";*/
/*}*/
/*.fa-chain:before,*/
/*.fa-link:before {*/
/*content: "\f0c1";*/
/*}*/
/*.fa-cloud:before {*/
/*content: "\f0c2";*/
/*}*/
/*.fa-flask:before {*/
/*content: "\f0c3";*/
/*}*/
/*.fa-cut:before,*/
/*.fa-scissors:before {*/
/*content: "\f0c4";*/
/*}*/
/*.fa-copy:before,*/
/*.fa-files-o:before {*/
/*content: "\f0c5";*/
/*}*/
/*.fa-paperclip:before {*/
/*content: "\f0c6";*/
/*}*/
/*.fa-save:before,*/
/*.fa-floppy-o:before {*/
/*content: "\f0c7";*/
/*}*/
/*.fa-square:before {*/
/*content: "\f0c8";*/
/*}*/
/*.fa-navicon:before,*/
/*.fa-reorder:before,*/
/*.fa-bars:before {*/
/*content: "\f0c9";*/
/*}*/
/*.fa-list-ul:before {*/
/*content: "\f0ca";*/
/*}*/
/*.fa-list-ol:before {*/
/*content: "\f0cb";*/
/*}*/
/*.fa-strikethrough:before {*/
/*content: "\f0cc";*/
/*}*/
/*.fa-underline:before {*/
/*content: "\f0cd";*/
/*}*/
/*.fa-table:before {*/
/*content: "\f0ce";*/
/*}*/
/*.fa-magic:before {*/
/*content: "\f0d0";*/
/*}*/
/*.fa-truck:before {*/
/*content: "\f0d1";*/
/*}*/
/*.fa-pinterest:before {*/
/*content: "\f0d2";*/
/*}*/
/*.fa-pinterest-square:before {*/
/*content: "\f0d3";*/
/*}*/
/*.fa-google-plus-square:before {*/
/*content: "\f0d4";*/
/*}*/
/*.fa-google-plus:before {*/
/*content: "\f0d5";*/
/*}*/
/*.fa-money:before {*/
/*content: "\f0d6";*/
/*}*/
/*.fa-caret-down:before {*/
/*content: "\f0d7";*/
/*}*/
/*.fa-caret-up:before {*/
/*content: "\f0d8";*/
/*}*/
/*.fa-caret-left:before {*/
/*content: "\f0d9";*/
/*}*/
/*.fa-caret-right:before {*/
/*content: "\f0da";*/
/*}*/
/*.fa-columns:before {*/
/*content: "\f0db";*/
/*}*/
/*.fa-unsorted:before,*/
/*.fa-sort:before {*/
/*content: "\f0dc";*/
/*}*/
/*.fa-sort-down:before,*/
/*.fa-sort-desc:before {*/
/*content: "\f0dd";*/
/*}*/
/*.fa-sort-up:before,*/
/*.fa-sort-asc:before {*/
/*content: "\f0de";*/
/*}*/
/*.fa-envelope:before {*/
/*content: "\f0e0";*/
/*}*/
/*.fa-linkedin:before {*/
/*content: "\f0e1";*/
/*}*/
/*.fa-rotate-left:before,*/
/*.fa-undo:before {*/
/*content: "\f0e2";*/
/*}*/
/*.fa-legal:before,*/
/*.fa-gavel:before {*/
/*content: "\f0e3";*/
/*}*/
/*.fa-dashboard:before,*/
/*.fa-tachometer:before {*/
/*content: "\f0e4";*/
/*}*/
/*.fa-comment-o:before {*/
/*content: "\f0e5";*/
/*}*/
/*.fa-comments-o:before {*/
/*content: "\f0e6";*/
/*}*/
/*.fa-flash:before,*/
/*.fa-bolt:before {*/
/*content: "\f0e7";*/
/*}*/
/*.fa-sitemap:before {*/
/*content: "\f0e8";*/
/*}*/
/*.fa-umbrella:before {*/
/*content: "\f0e9";*/
/*}*/
/*.fa-paste:before,*/
/*.fa-clipboard:before {*/
/*content: "\f0ea";*/
/*}*/
/*.fa-lightbulb-o:before {*/
/*content: "\f0eb";*/
/*}*/
/*.fa-exchange:before {*/
/*content: "\f0ec";*/
/*}*/
/*.fa-cloud-download:before {*/
/*content: "\f0ed";*/
/*}*/
/*.fa-cloud-upload:before {*/
/*content: "\f0ee";*/
/*}*/
/*.fa-user-md:before {*/
/*content: "\f0f0";*/
/*}*/
/*.fa-stethoscope:before {*/
/*content: "\f0f1";*/
/*}*/
/*.fa-suitcase:before {*/
/*content: "\f0f2";*/
/*}*/
/*.fa-bell-o:before {*/
/*content: "\f0a2";*/
/*}*/
/*.fa-coffee:before {*/
/*content: "\f0f4";*/
/*}*/
/*.fa-cutlery:before {*/
/*content: "\f0f5";*/
/*}*/
/*.fa-file-text-o:before {*/
/*content: "\f0f6";*/
/*}*/
/*.fa-building-o:before {*/
/*content: "\f0f7";*/
/*}*/
/*.fa-hospital-o:before {*/
/*content: "\f0f8";*/
/*}*/
/*.fa-ambulance:before {*/
/*content: "\f0f9";*/
/*}*/
/*.fa-medkit:before {*/
/*content: "\f0fa";*/
/*}*/
/*.fa-fighter-jet:before {*/
/*content: "\f0fb";*/
/*}*/
/*.fa-beer:before {*/
/*content: "\f0fc";*/
/*}*/
/*.fa-h-square:before {*/
/*content: "\f0fd";*/
/*}*/
/*.fa-plus-square:before {*/
/*content: "\f0fe";*/
/*}*/
/*.fa-angle-double-left:before {*/
/*content: "\f100";*/
/*}*/
/*.fa-angle-double-right:before {*/
/*content: "\f101";*/
/*}*/
/*.fa-angle-double-up:before {*/
/*content: "\f102";*/
/*}*/
/*.fa-angle-double-down:before {*/
/*content: "\f103";*/
/*}*/
.fa-angle-left:before {
    content: "\f104";
}

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

/*.fa-angle-up:before {*/
/*content: "\f106";*/
/*}*/
/*.fa-angle-down:before {*/
/*content: "\f107";*/
/*}*/
/*.fa-desktop:before {*/
/*content: "\f108";*/
/*}*/
/*.fa-laptop:before {*/
/*content: "\f109";*/
/*}*/
/*.fa-tablet:before {*/
/*content: "\f10a";*/
/*}*/
/*.fa-mobile-phone:before,*/
/*.fa-mobile:before {*/
/*content: "\f10b";*/
/*}*/
/*.fa-circle-o:before {*/
/*content: "\f10c";*/
/*}*/
/*.fa-quote-left:before {*/
/*content: "\f10d";*/
/*}*/
/*.fa-quote-right:before {*/
/*content: "\f10e";*/
/*}*/
/*.fa-spinner:before {*/
/*content: "\f110";*/
/*}*/
/*.fa-circle:before {*/
/*content: "\f111";*/
/*}*/
/*.fa-mail-reply:before,*/
/*.fa-reply:before {*/
/*content: "\f112";*/
/*}*/
/*.fa-github-alt:before {*/
/*content: "\f113";*/
/*}*/
/*.fa-folder-o:before {*/
/*content: "\f114";*/
/*}*/
/*.fa-folder-open-o:before {*/
/*content: "\f115";*/
/*}*/
/*.fa-smile-o:before {*/
/*content: "\f118";*/
/*}*/
/*.fa-frown-o:before {*/
/*content: "\f119";*/
/*}*/
/*.fa-meh-o:before {*/
/*content: "\f11a";*/
/*}*/
/*.fa-gamepad:before {*/
/*content: "\f11b";*/
/*}*/
/*.fa-keyboard-o:before {*/
/*content: "\f11c";*/
/*}*/
/*.fa-flag-o:before {*/
/*content: "\f11d";*/
/*}*/
/*.fa-flag-checkered:before {*/
/*content: "\f11e";*/
/*}*/
/*.fa-terminal:before {*/
/*content: "\f120";*/
/*}*/
/*.fa-code:before {*/
/*content: "\f121";*/
/*}*/
/*.fa-mail-reply-all:before,*/
/*.fa-reply-all:before {*/
/*content: "\f122";*/
/*}*/
/*.fa-star-half-empty:before,*/
/*.fa-star-half-full:before,*/
/*.fa-star-half-o:before {*/
/*content: "\f123";*/
/*}*/
/*.fa-location-arrow:before {*/
/*content: "\f124";*/
/*}*/
/*.fa-crop:before {*/
/*content: "\f125";*/
/*}*/
/*.fa-code-fork:before {*/
/*content: "\f126";*/
/*}*/
/*.fa-unlink:before,*/
/*.fa-chain-broken:before {*/
/*content: "\f127";*/
/*}*/
/*.fa-question:before {*/
/*content: "\f128";*/
/*}*/
/*.fa-info:before {*/
/*content: "\f129";*/
/*}*/
/*.fa-exclamation:before {*/
/*content: "\f12a";*/
/*}*/
/*.fa-superscript:before {*/
/*content: "\f12b";*/
/*}*/
/*.fa-subscript:before {*/
/*content: "\f12c";*/
/*}*/
/*.fa-eraser:before {*/
/*content: "\f12d";*/
/*}*/
/*.fa-puzzle-piece:before {*/
/*content: "\f12e";*/
/*}*/
.fa-microphone:before {
    content: "\f130";
}

/*.fa-microphone-slash:before {*/
/*content: "\f131";*/
/*}*/
/*.fa-shield:before {*/
/*content: "\f132";*/
/*}*/
/*.fa-calendar-o:before {*/
/*content: "\f133";*/
/*}*/
/*.fa-fire-extinguisher:before {*/
/*content: "\f134";*/
/*}*/
/*.fa-rocket:before {*/
/*content: "\f135";*/
/*}*/
/*.fa-maxcdn:before {*/
/*content: "\f136";*/
/*}*/
/*.fa-chevron-circle-left:before {*/
/*content: "\f137";*/
/*}*/
/*.fa-chevron-circle-right:before {*/
/*content: "\f138";*/
/*}*/
/*.fa-chevron-circle-up:before {*/
/*content: "\f139";*/
/*}*/
/*.fa-chevron-circle-down:before {*/
/*content: "\f13a";*/
/*}*/
/*.fa-html5:before {*/
/*content: "\f13b";*/
/*}*/
/*.fa-css3:before {*/
/*content: "\f13c";*/
/*}*/
/*.fa-anchor:before {*/
/*content: "\f13d";*/
/*}*/
/*.fa-unlock-alt:before {*/
/*content: "\f13e";*/
/*}*/
/*.fa-bullseye:before {*/
/*content: "\f140";*/
/*}*/
/*.fa-ellipsis-h:before {*/
/*content: "\f141";*/
/*}*/
/*.fa-ellipsis-v:before {*/
/*content: "\f142";*/
/*}*/
/*.fa-rss-square:before {*/
/*content: "\f143";*/
/*}*/
/*.fa-play-circle:before {*/
/*content: "\f144";*/
/*}*/
/*.fa-ticket:before {*/
/*content: "\f145";*/
/*}*/
/*.fa-minus-square:before {*/
/*content: "\f146";*/
/*}*/
/*.fa-minus-square-o:before {*/
/*content: "\f147";*/
/*}*/
/*.fa-level-up:before {*/
/*content: "\f148";*/
/*}*/
/*.fa-level-down:before {*/
/*content: "\f149";*/
/*}*/
/*.fa-check-square:before {*/
/*content: "\f14a";*/
/*}*/
/*.fa-pencil-square:before {*/
/*content: "\f14b";*/
/*}*/
/*.fa-external-link-square:before {*/
/*content: "\f14c";*/
/*}*/
/*.fa-share-square:before {*/
/*content: "\f14d";*/
/*}*/
/*.fa-compass:before {*/
/*content: "\f14e";*/
/*}*/
/*.fa-toggle-down:before,*/
/*.fa-caret-square-o-down:before {*/
/*content: "\f150";*/
/*}*/
/*.fa-toggle-up:before,*/
/*.fa-caret-square-o-up:before {*/
/*content: "\f151";*/
/*}*/
/*.fa-toggle-right:before,*/
/*.fa-caret-square-o-right:before {*/
/*content: "\f152";*/
/*}*/
/*.fa-euro:before,*/
/*.fa-eur:before {*/
/*content: "\f153";*/
/*}*/
/*.fa-gbp:before {*/
/*content: "\f154";*/
/*}*/
/*.fa-dollar:before,*/
/*.fa-usd:before {*/
/*content: "\f155";*/
/*}*/
/*.fa-rupee:before,*/
/*.fa-inr:before {*/
/*content: "\f156";*/
/*}*/
/*.fa-cny:before,*/
/*.fa-rmb:before,*/
/*.fa-yen:before,*/
/*.fa-jpy:before {*/
/*content: "\f157";*/
/*}*/
/*.fa-ruble:before,*/
/*.fa-rouble:before,*/
/*.fa-rub:before {*/
/*content: "\f158";*/
/*}*/
/*.fa-won:before,*/
/*.fa-krw:before {*/
/*content: "\f159";*/
/*}*/
/*.fa-bitcoin:before,*/
/*.fa-btc:before {*/
/*content: "\f15a";*/
/*}*/
/*.fa-file:before {*/
/*content: "\f15b";*/
/*}*/
/*.fa-file-text:before {*/
/*content: "\f15c";*/
/*}*/
/*.fa-sort-alpha-asc:before {*/
/*content: "\f15d";*/
/*}*/
/*.fa-sort-alpha-desc:before {*/
/*content: "\f15e";*/
/*}*/
/*.fa-sort-amount-asc:before {*/
/*content: "\f160";*/
/*}*/
/*.fa-sort-amount-desc:before {*/
/*content: "\f161";*/
/*}*/
/*.fa-sort-numeric-asc:before {*/
/*content: "\f162";*/
/*}*/
/*.fa-sort-numeric-desc:before {*/
/*content: "\f163";*/
/*}*/
/*.fa-thumbs-up:before {*/
/*content: "\f164";*/
/*}*/
/*.fa-thumbs-down:before {*/
/*content: "\f165";*/
/*}*/
/*.fa-youtube-square:before {*/
/*content: "\f166";*/
/*}*/
/*.fa-youtube:before {*/
/*content: "\f167";*/
/*}*/
/*.fa-xing:before {*/
/*content: "\f168";*/
/*}*/
/*.fa-xing-square:before {*/
/*content: "\f169";*/
/*}*/
/*.fa-youtube-play:before {*/
/*content: "\f16a";*/
/*}*/
/*.fa-dropbox:before {*/
/*content: "\f16b";*/
/*}*/
/*.fa-stack-overflow:before {*/
/*content: "\f16c";*/
/*}*/
/*.fa-instagram:before {*/
/*content: "\f16d";*/
/*}*/
/*.fa-flickr:before {*/
/*content: "\f16e";*/
/*}*/
/*.fa-adn:before {*/
/*content: "\f170";*/
/*}*/
/*.fa-bitbucket:before {*/
/*content: "\f171";*/
/*}*/
/*.fa-bitbucket-square:before {*/
/*content: "\f172";*/
/*}*/
/*.fa-tumblr:before {*/
/*content: "\f173";*/
/*}*/
/*.fa-tumblr-square:before {*/
/*content: "\f174";*/
/*}*/
/*.fa-long-arrow-down:before {*/
/*content: "\f175";*/
/*}*/
/*.fa-long-arrow-up:before {*/
/*content: "\f176";*/
/*}*/
/*.fa-long-arrow-left:before {*/
/*content: "\f177";*/
/*}*/
/*.fa-long-arrow-right:before {*/
/*content: "\f178";*/
/*}*/
/*.fa-apple:before {*/
/*content: "\f179";*/
/*}*/
/*.fa-windows:before {*/
/*content: "\f17a";*/
/*}*/
/*.fa-android:before {*/
/*content: "\f17b";*/
/*}*/
/*.fa-linux:before {*/
/*content: "\f17c";*/
/*}*/
/*.fa-dribbble:before {*/
/*content: "\f17d";*/
/*}*/
/*.fa-skype:before {*/
/*content: "\f17e";*/
/*}*/
/*.fa-foursquare:before {*/
/*content: "\f180";*/
/*}*/
/*.fa-trello:before {*/
/*content: "\f181";*/
/*}*/
/*.fa-female:before {*/
/*content: "\f182";*/
/*}*/
/*.fa-male:before {*/
/*content: "\f183";*/
/*}*/
/*.fa-gittip:before,*/
/*.fa-gratipay:before {*/
/*content: "\f184";*/
/*}*/
/*.fa-sun-o:before {*/
/*content: "\f185";*/
/*}*/
/*.fa-moon-o:before {*/
/*content: "\f186";*/
/*}*/
/*.fa-archive:before {*/
/*content: "\f187";*/
/*}*/
/*.fa-bug:before {*/
/*content: "\f188";*/
/*}*/
/*.fa-vk:before {*/
/*content: "\f189";*/
/*}*/
/*.fa-weibo:before {*/
/*content: "\f18a";*/
/*}*/
/*.fa-renren:before {*/
/*content: "\f18b";*/
/*}*/
/*.fa-pagelines:before {*/
/*content: "\f18c";*/
/*}*/
/*.fa-stack-exchange:before {*/
/*content: "\f18d";*/
/*}*/
/*.fa-arrow-circle-o-right:before {*/
/*content: "\f18e";*/
/*}*/
/*.fa-arrow-circle-o-left:before {*/
/*content: "\f190";*/
/*}*/
/*.fa-toggle-left:before,*/
/*.fa-caret-square-o-left:before {*/
/*content: "\f191";*/
/*}*/
/*.fa-dot-circle-o:before {*/
/*content: "\f192";*/
/*}*/
/*.fa-wheelchair:before {*/
/*content: "\f193";*/
/*}*/
/*.fa-vimeo-square:before {*/
/*content: "\f194";*/
/*}*/
/*.fa-turkish-lira:before,*/
/*.fa-try:before {*/
/*content: "\f195";*/
/*}*/
/*.fa-plus-square-o:before {*/
/*content: "\f196";*/
/*}*/
/*.fa-space-shuttle:before {*/
/*content: "\f197";*/
/*}*/
/*.fa-slack:before {*/
/*content: "\f198";*/
/*}*/
/*.fa-envelope-square:before {*/
/*content: "\f199";*/
/*}*/
/*.fa-wordpress:before {*/
/*content: "\f19a";*/
/*}*/
/*.fa-openid:before {*/
/*content: "\f19b";*/
/*}*/
/*.fa-institution:before,*/
/*.fa-bank:before,*/
/*.fa-university:before {*/
/*content: "\f19c";*/
/*}*/
/*.fa-mortar-board:before,*/
/*.fa-graduation-cap:before {*/
/*content: "\f19d";*/
/*}*/
/*.fa-yahoo:before {*/
/*content: "\f19e";*/
/*}*/
/*.fa-google:before {*/
/*content: "\f1a0";*/
/*}*/
/*.fa-reddit:before {*/
/*content: "\f1a1";*/
/*}*/
/*.fa-reddit-square:before {*/
/*content: "\f1a2";*/
/*}*/
/*.fa-stumbleupon-circle:before {*/
/*content: "\f1a3";*/
/*}*/
/*.fa-stumbleupon:before {*/
/*content: "\f1a4";*/
/*}*/
/*.fa-delicious:before {*/
/*content: "\f1a5";*/
/*}*/
/*.fa-digg:before {*/
/*content: "\f1a6";*/
/*}*/
/*.fa-pied-piper:before {*/
/*content: "\f1a7";*/
/*}*/
/*.fa-pied-piper-alt:before {*/
/*content: "\f1a8";*/
/*}*/
/*.fa-drupal:before {*/
/*content: "\f1a9";*/
/*}*/
/*.fa-joomla:before {*/
/*content: "\f1aa";*/
/*}*/
/*.fa-language:before {*/
/*content: "\f1ab";*/
/*}*/
/*.fa-fax:before {*/
/*content: "\f1ac";*/
/*}*/
/*.fa-building:before {*/
/*content: "\f1ad";*/
/*}*/
/*.fa-child:before {*/
/*content: "\f1ae";*/
/*}*/
/*.fa-paw:before {*/
/*content: "\f1b0";*/
/*}*/
/*.fa-spoon:before {*/
/*content: "\f1b1";*/
/*}*/
/*.fa-cube:before {*/
/*content: "\f1b2";*/
/*}*/
/*.fa-cubes:before {*/
/*content: "\f1b3";*/
/*}*/
/*.fa-behance:before {*/
/*content: "\f1b4";*/
/*}*/
/*.fa-behance-square:before {*/
/*content: "\f1b5";*/
/*}*/
/*.fa-steam:before {*/
/*content: "\f1b6";*/
/*}*/
/*.fa-steam-square:before {*/
/*content: "\f1b7";*/
/*}*/
/*.fa-recycle:before {*/
/*content: "\f1b8";*/
/*}*/
/*.fa-automobile:before,*/
/*.fa-car:before {*/
/*content: "\f1b9";*/
/*}*/
/*.fa-cab:before,*/
/*.fa-taxi:before {*/
/*content: "\f1ba";*/
/*}*/
/*.fa-tree:before {*/
/*content: "\f1bb";*/
/*}*/
/*.fa-spotify:before {*/
/*content: "\f1bc";*/
/*}*/
/*.fa-deviantart:before {*/
/*content: "\f1bd";*/
/*}*/
/*.fa-soundcloud:before {*/
/*content: "\f1be";*/
/*}*/
/*.fa-database:before {*/
/*content: "\f1c0";*/
/*}*/
/*.fa-file-pdf-o:before {*/
/*content: "\f1c1";*/
/*}*/
/*.fa-file-word-o:before {*/
/*content: "\f1c2";*/
/*}*/
/*.fa-file-excel-o:before {*/
/*content: "\f1c3";*/
/*}*/
/*.fa-file-powerpoint-o:before {*/
/*content: "\f1c4";*/
/*}*/
/*.fa-file-photo-o:before,*/
/*.fa-file-picture-o:before,*/
/*.fa-file-image-o:before {*/
/*content: "\f1c5";*/
/*}*/
/*.fa-file-zip-o:before,*/
/*.fa-file-archive-o:before {*/
/*content: "\f1c6";*/
/*}*/
/*.fa-file-sound-o:before,*/
/*.fa-file-audio-o:before {*/
/*content: "\f1c7";*/
/*}*/
/*.fa-file-movie-o:before,*/
/*.fa-file-video-o:before {*/
/*content: "\f1c8";*/
/*}*/
/*.fa-file-code-o:before {*/
/*content: "\f1c9";*/
/*}*/
/*.fa-vine:before {*/
/*content: "\f1ca";*/
/*}*/
/*.fa-codepen:before {*/
/*content: "\f1cb";*/
/*}*/
/*.fa-jsfiddle:before {*/
/*content: "\f1cc";*/
/*}*/
/*.fa-life-bouy:before,*/
/*.fa-life-buoy:before,*/
/*.fa-life-saver:before,*/
/*.fa-support:before,*/
/*.fa-life-ring:before {*/
/*content: "\f1cd";*/
/*}*/
/*.fa-circle-o-notch:before {*/
/*content: "\f1ce";*/
/*}*/
/*.fa-ra:before,*/
/*.fa-rebel:before {*/
/*content: "\f1d0";*/
/*}*/
/*.fa-ge:before,*/
/*.fa-empire:before {*/
/*content: "\f1d1";*/
/*}*/
/*.fa-git-square:before {*/
/*content: "\f1d2";*/
/*}*/
/*.fa-git:before {*/
/*content: "\f1d3";*/
/*}*/
/*.fa-hacker-news:before {*/
/*content: "\f1d4";*/
/*}*/
/*.fa-tencent-weibo:before {*/
/*content: "\f1d5";*/
/*}*/
/*.fa-qq:before {*/
/*content: "\f1d6";*/
/*}*/
/*.fa-wechat:before,*/
/*.fa-weixin:before {*/
/*content: "\f1d7";*/
/*}*/
/*.fa-send:before,*/
/*.fa-paper-plane:before {*/
/*content: "\f1d8";*/
/*}*/
/*.fa-send-o:before,*/
/*.fa-paper-plane-o:before {*/
/*content: "\f1d9";*/
/*}*/
/*.fa-history:before {*/
/*content: "\f1da";*/
/*}*/
/*.fa-genderless:before,*/
/*.fa-circle-thin:before {*/
/*content: "\f1db";*/
/*}*/
/*.fa-header:before {*/
/*content: "\f1dc";*/
/*}*/
/*.fa-paragraph:before {*/
/*content: "\f1dd";*/
/*}*/
/*.fa-sliders:before {*/
/*content: "\f1de";*/
/*}*/
/*.fa-share-alt:before {*/
/*content: "\f1e0";*/
/*}*/
/*.fa-share-alt-square:before {*/
/*content: "\f1e1";*/
/*}*/
/*.fa-bomb:before {*/
/*content: "\f1e2";*/
/*}*/
/*.fa-soccer-ball-o:before,*/
/*.fa-futbol-o:before {*/
/*content: "\f1e3";*/
/*}*/
/*.fa-tty:before {*/
/*content: "\f1e4";*/
/*}*/
/*.fa-binoculars:before {*/
/*content: "\f1e5";*/
/*}*/
/*.fa-plug:before {*/
/*content: "\f1e6";*/
/*}*/
/*.fa-slideshare:before {*/
/*content: "\f1e7";*/
/*}*/
/*.fa-twitch:before {*/
/*content: "\f1e8";*/
/*}*/
/*.fa-yelp:before {*/
/*content: "\f1e9";*/
/*}*/
/*.fa-newspaper-o:before {*/
/*content: "\f1ea";*/
/*}*/
/*.fa-wifi:before {*/
/*content: "\f1eb";*/
/*}*/
/*.fa-calculator:before {*/
/*content: "\f1ec";*/
/*}*/
/*.fa-paypal:before {*/
/*content: "\f1ed";*/
/*}*/
/*.fa-google-wallet:before {*/
/*content: "\f1ee";*/
/*}*/
/*.fa-cc-visa:before {*/
/*content: "\f1f0";*/
/*}*/
/*.fa-cc-mastercard:before {*/
/*content: "\f1f1";*/
/*}*/
/*.fa-cc-discover:before {*/
/*content: "\f1f2";*/
/*}*/
/*.fa-cc-amex:before {*/
/*content: "\f1f3";*/
/*}*/
/*.fa-cc-paypal:before {*/
/*content: "\f1f4";*/
/*}*/
/*.fa-cc-stripe:before {*/
/*content: "\f1f5";*/
/*}*/
/*.fa-bell-slash:before {*/
/*content: "\f1f6";*/
/*}*/
/*.fa-bell-slash-o:before {*/
/*content: "\f1f7";*/
/*}*/
/*.fa-trash:before {*/
/*content: "\f1f8";*/
/*}*/
/*.fa-copyright:before {*/
/*content: "\f1f9";*/
/*}*/
/*.fa-at:before {*/
/*content: "\f1fa";*/
/*}*/
/*.fa-eyedropper:before {*/
/*content: "\f1fb";*/
/*}*/
/*.fa-paint-brush:before {*/
/*content: "\f1fc";*/
/*}*/
/*.fa-birthday-cake:before {*/
/*content: "\f1fd";*/
/*}*/
/*.fa-area-chart:before {*/
/*content: "\f1fe";*/
/*}*/
/*.fa-pie-chart:before {*/
/*content: "\f200";*/
/*}*/
/*.fa-line-chart:before {*/
/*content: "\f201";*/
/*}*/
/*.fa-lastfm:before {*/
/*content: "\f202";*/
/*}*/
/*.fa-lastfm-square:before {*/
/*content: "\f203";*/
/*}*/
/*.fa-toggle-off:before {*/
/*content: "\f204";*/
/*}*/
/*.fa-toggle-on:before {*/
/*content: "\f205";*/
/*}*/
/*.fa-bicycle:before {*/
/*content: "\f206";*/
/*}*/
/*.fa-bus:before {*/
/*content: "\f207";*/
/*}*/
/*.fa-ioxhost:before {*/
/*content: "\f208";*/
/*}*/
/*.fa-angellist:before {*/
/*content: "\f209";*/
/*}*/
/*.fa-cc:before {*/
/*content: "\f20a";*/
/*}*/
/*.fa-shekel:before,*/
/*.fa-sheqel:before,*/
/*.fa-ils:before {*/
/*content: "\f20b";*/
/*}*/
/*.fa-meanpath:before {*/
/*content: "\f20c";*/
/*}*/
/*.fa-buysellads:before {*/
/*content: "\f20d";*/
/*}*/
/*.fa-connectdevelop:before {*/
/*content: "\f20e";*/
/*}*/
/*.fa-dashcube:before {*/
/*content: "\f210";*/
/*}*/
/*.fa-forumbee:before {*/
/*content: "\f211";*/
/*}*/
/*.fa-leanpub:before {*/
/*content: "\f212";*/
/*}*/
/*.fa-sellsy:before {*/
/*content: "\f213";*/
/*}*/
/*.fa-shirtsinbulk:before {*/
/*content: "\f214";*/
/*}*/
/*.fa-simplybuilt:before {*/
/*content: "\f215";*/
/*}*/
/*.fa-skyatlas:before {*/
/*content: "\f216";*/
/*}*/
/*.fa-cart-plus:before {*/
/*content: "\f217";*/
/*}*/
/*.fa-cart-arrow-down:before {*/
/*content: "\f218";*/
/*}*/
/*.fa-diamond:before {*/
/*content: "\f219";*/
/*}*/
/*.fa-ship:before {*/
/*content: "\f21a";*/
/*}*/
/*.fa-user-secret:before {*/
/*content: "\f21b";*/
/*}*/
/*.fa-motorcycle:before {*/
/*content: "\f21c";*/
/*}*/
/*.fa-street-view:before {*/
/*content: "\f21d";*/
/*}*/
/*.fa-heartbeat:before {*/
/*content: "\f21e";*/
/*}*/
/*.fa-venus:before {*/
/*content: "\f221";*/
/*}*/
/*.fa-mars:before {*/
/*content: "\f222";*/
/*}*/
/*.fa-mercury:before {*/
/*content: "\f223";*/
/*}*/
/*.fa-transgender:before {*/
/*content: "\f224";*/
/*}*/
/*.fa-transgender-alt:before {*/
/*content: "\f225";*/
/*}*/
/*.fa-venus-double:before {*/
/*content: "\f226";*/
/*}*/
/*.fa-mars-double:before {*/
/*content: "\f227";*/
/*}*/
/*.fa-venus-mars:before {*/
/*content: "\f228";*/
/*}*/
/*.fa-mars-stroke:before {*/
/*content: "\f229";*/
/*}*/
/*.fa-mars-stroke-v:before {*/
/*content: "\f22a";*/
/*}*/
/*.fa-mars-stroke-h:before {*/
/*content: "\f22b";*/
/*}*/
/*.fa-neuter:before {*/
/*content: "\f22c";*/
/*}*/
/*.fa-facebook-official:before {*/
/*content: "\f230";*/
/*}*/
/*.fa-pinterest-p:before {*/
/*content: "\f231";*/
/*}*/
/*.fa-whatsapp:before {*/
/*content: "\f232";*/
/*}*/
/*.fa-server:before {*/
/*content: "\f233";*/
/*}*/
/*.fa-user-plus:before {*/
/*content: "\f234";*/
/*}*/
/*.fa-user-times:before {*/
/*content: "\f235";*/
/*}*/
/*.fa-hotel:before,*/
/*.fa-bed:before {*/
/*content: "\f236";*/
/*}*/
/*.fa-viacoin:before {*/
/*content: "\f237";*/
/*}*/
/*.fa-train:before {*/
/*content: "\f238";*/
/*}*/
/*.fa-subway:before {*/
/*content: "\f239";*/
/*}*/
/*.fa-medium:before {*/
/*content: "\f23a";*/
/*}*/

/* No Need Style */
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
/* Ends No Need Style */
/* Custom Navigation */

.navbar{
	z-index:9999;
}
.navbar-nav{
	float: right;
}
.navbar-nav.full-width{
	float: left;
}
.navbar-default{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.navbar-default.navbar-bg-light{
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.is-sticky .navbar{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);	
    border-image: url("../img/border-line.jpg") 25 30 0 0 repeat !important;
	border-top:3px solid !important;
}
.navbar-nav > li {
    display: inline-block;
    float: none;
	margin:0 -2px;
}
.navbar-nav > li:last-child a{
	padding-right:0px;
}
.navbar-nav > li.open:last-child,
.navbar-nav > li:last-child:hover {
	background:transparent !important;
}
.navbar-nav > li {
    background-image: url("../img/menu_li.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.navbar-nav > li:last-child {
	background-image: none;
}
/* sub menus arrows */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
	position:static;
	display:inline-block;
	vertical-align:middle;
	border-top:4px solid;
	border-right:4px dashed transparent;
	border-bottom:4px dashed transparent;
	border-left:4px dashed transparent;
}
.navbar-fixed-bottom .sub-arrow {
	margin-top:-5px;
	border-top:4px dashed transparent;
	border-bottom:4px solid;
}
.navbar-nav ul .sub-arrow {
	position:absolute;
	right:0;
	border-top:4px dashed transparent;
	border-bottom:4px dashed transparent;
	border-left:4px solid;
}
.navbar-nav ul a.has-submenu {
	padding-right:30px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position:absolute;
	display:none;
	visibility:hidden;
	height:20px;
	overflow:hidden;
	text-align:center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position:absolute;
	top:-2px;
	left:50%;
	margin-left:-8px;
	width:0;
	height:0;
	overflow:hidden;
	border-top:7px dashed transparent;
	border-right:7px dashed transparent;
	border-bottom:7px solid;
	border-left:7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top:6px;
	border-top:7px solid;
	border-right:7px dashed transparent;
	border-bottom:7px dashed transparent;
	border-left:7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
	padding-left:35px;
}
.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left:45px;
}
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left:55px;
}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left:65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space:normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space:nowrap;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left:0;
	right:auto;
}
/* Navbar Left and right align */
ul.dropdown-menu.left{
	left: -198% !important;
}
ul.dropdown-menu.right{
	right: -100% !important;
	left: auto !important;
}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
.navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}
.navbar-nav .collapsible iframe{display:none;}
a, a:hover{	
	-webkit-transition: all 350ms ease-in-out 0s;
	   -moz-transition: all 350ms ease-in-out 0s;
	    -ms-transition: all 350ms ease-in-out 0s;
	     -o-transition: all 350ms ease-in-out 0s;
	        transition: all 350ms ease-in-out 0s;
			opacity: 1;
}
/* Mega Menu */
li.mega-menu{
	position: static;
}
.mega-menu .dropdown-menu{
	left: 0;
	right: 0;
	max-width: 100% !important;
	min-width: 100% !important;
	padding: 20px 20px;
	margin-left: 0px !important;
}
/* Fix The Logo On Right */
.navbar-brand.right-brand{
	position: absolute;
	right: 0;
}
/* Fix The Logo On Center */
.navbar-brand.center-brand{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
/* Set Navbar Background-color */
.navbar-bg-color .navbar-nav > li > a{
	color: #fff;
}
/* Set Navbar Background-color Light */
.navbar.navbar-bg-light{
	background-color: #fff;
}
.navbar.navbar-bg-light .navbar-nav > li > a,
.transparent-header .is-sticky .navbar.navbar-bg-light .navbar-nav > li > a{
	color: #2b2b2b;
}
.transparent-header .navbar.navbar-bg-light .navbar-nav > li > a{
	color: #fff;
}
/* Set Navbar Background-color dark */
.navbar.navbar-bg-dark{
	background-color: #2b2b2b;
}
.navbar.navbar-bg-dark .navbar-nav > li > a{
	color: #fff;
}
/* Set Navbar Background-transparent */
.navbar-transparent{
	background-color: transparent
}
.navbar-semi-transparent{
	background-color: rgba(255, 255, 255, 0.8)
}
.navbar-transparent .navbar-nav > li > a{
	color: #2b2b2b;
}
.navbar-transparent{
	border-color: transparent;
}
/*----------------------
	Top Bar 
---------------------*/
/* Top Contact */
#top-bar{
	z-index: 9999;
}
.top-bar-section{
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-bar-section .dropdown-menu{	
    background:#fff;
	font-size:11px;
	z-index:9999;
}
.top-bar-section .dropdown-menu li .fa,
.top-bar-section .dropdown-menu li img{
	padding-right:5px;
}
.top-contact{
	float: left;
	text-align: center;
}
.top-social-icon{
	text-align: center;
	margin-top:5px;
}
.top-contact a i{
	padding-left: 5px;
	padding-right: 5px;
}
/* Top Bar Background Color */
.top-bar-section.top-bar-bg-color a{
	color: #fff;
}
/* Top Bar Light */
.top-bar-section.top-bar-bg-light{
	background-color: #fff;
}
.top-bar-section.top-bar-bg-light a{
	color: #2b2b2b;
}
/* Top Bar Light */
.top-bar-section.top-bar-bg-dark{
	background-color: #454545;
}
.top-bar-section.top-bar-bg-dark a{
	color: #fff;
}
.dark-header .navbar-nav > li.open a.get-in-touch {
	color: #2b2b2b!important;
}
.get-in-touch{
	text-transform:uppercase;
	font-weight:600;
}
/* Top Bar Background Transparent */
.top-bar-section.top-bar-transparent{
	background-color: transparent;
}
.top-bar-section.top-bar-transparent a{
	color: #ffffff;
}
/* Top Bar Background Semi Transparent */
.top-bar-section.top-bar-semi-transparent{
	background-color: rgba(255, 255, 255, 0.8)
}

.top-bar-section.top-bar-semi-transparent a{
	color: #2b2b2b;
}
/* Set top contact On Right Side */
.top-contact.top-contact-right{
	float: right;
}
/* Top Social Icons */
.top-social-icon{
	float: right;
}
.top-social-icon a i{
	padding-left: 5px;
	padding-right: 5px;
}
/* Set top contact On Right Side */
.top-social-icon.top-social-icon-left{
	float: left;
}
/* ===================================
	Nav Bar With Shopping Drop Menu 
==================================== */	
/* shopping Cart */
.shopping-cart .dropdown-menu {
    left: auto !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    min-width: 270px !important;
    padding: 0 10px;
    right: 0 !important;
    width: 100% !important;
}
header .shopping-cart a{
	color: #171717;
}
header .shopping-cart a i{
	padding-left: 3px;
	padding-right: 3px;
}
header .shopping-cart .row{
	border-bottom: 1px dashed;
	border-color: rgba(255,255,255,.2);
	padding: 8px 0;
}
header .shopping-cart .btn{
	margin-top:0;
}
header .shopping-cart .row:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
/* Shopping Cart */
.login-form .dropdown-menu {
    left: auto !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    min-width: 500px !important;
    padding: 20px;
    right: 0 !important;
    width: 100% !important;
}
/* Logo in Form */
.login-form a{
	color: #2b2b2b;
}
.login-form a i{
	padding-left: 3px;
	padding-right: 3px;
}
/* Search Box */
.navbar-form input {
    margin-bottom: 0px;
}
.search-dropdown .dropdown-menu.left{
	left: auto !important;
	right: 0 !important;
}
li.search-dropdown a {
    padding-right: 5px;
}
.search-dropdown .dropdown-menu{
	min-width:250px !important;
}
.search-dropdown .dropdown-menu .navbar-form,
.search-dropdown .dropdown-menu .input-group,
.search-dropdown .dropdown-menu .form-control{
	width:220px !important;
}
/* Language Dropdown */
.language-dropdown .dropdown-menu.left{
	left: -92% !important;
}
/* Sticky Navbar */
#sticker {
    left: 0;
    right: 0;
}
/* After Slider navbar */
.sticky-wrapper{
	position: relative;
	z-index: 999;
}
.sticky-wrapper.is-sticky .navbar{
	min-height: 60px;
}
.sticky-menu{
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
}
.sticky-wrapper.is-sticky #sticker{
	z-index: 9;
}
/* Fixed Navbar */
.navbar.navbar-fixed-top, .navbar.navbar-fixed-bottom{
	right: 0;
	left: 0;
}
/* fixed Sticky Navbar After Slider */
.fixed-sticky-navbar-after-slider .navbar{
	display: none;
}
.fixed-sticky-navbar-after-slider .sticky-wrapper.is-sticky .navbar{
	display: block;
	z-index: 9;
}
/* Full Width logo And Menu */
.sticky-wrapper.is-sticky .full-width-nav-brand{
	display: none;
}
.full-width-sticky-brand{
	display: none;
}
.sticky-wrapper.is-sticky .full-width-sticky-brand{
	display: block;
}
.full-width-logo-menu .navbar-nav {
    left: 50%;
    position: absolute;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.full-width-logo-menu .sticky-wrapper.is-sticky .navbar-nav {
	left: auto;
    right: 0;
    position: absolute;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
		-ms-transform: translateX(0);
		 -o-transform: translateX(0);
			transform: translateX(0);
}
/* ======================= Border Radius 0px ===============================*/
.navbar{
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	    -ms-border-radius: 0px;
	     -o-border-radius: 0px;
	        border-radius: 0px;
}
/* ======================= Menu Links Hover Style ===============================*/
.page-links div a:hover, .page-links div a:focus, .page-links div a.active
{
	padding-left: 6px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a.active
{
	padding-left: 26px;
}
/* ======================= Menu Modified Styles ===============================*/
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover
{
	background: transparent;
}
.dropdown-menu {
	border: 0px;
	border-top: 3px solid;
	border-radius:0;
}
.mega-menu .dropdown-menu {
    margin: 0;
    padding: 18px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
	   -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
	    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
	     -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.176);
}
.mega-menu h6.title {
    font-size: 13px;
    margin:0 0 8px;
    text-transform: uppercase;
	font-weight: 600;
}
.page-links div a {
    display: block;
    padding: 5px 0;
	color: #1e1e1e;
	text-transform: capitalize;
	font-size: 13px;
}
.page-links div:last-child a{
	padding-bottom: 0px;
}
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow{
	display: none;
}
.navbar-nav ul .sub-arrow{
	display: inline-block;
	border: 0px;
	font-size: 0px;
}
.navbar-nav ul .sub-arrow:after{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	font-family:FontAwesome;
	content:"\f105";
	height: 20px;
	width: 20px;
}
.has-submenu{
	position: relative;
}
.navbar-nav > li > a{
	line-height: 40px;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	font-weight:bold;
}
/* Logo Styles */
.navbar-brand{
	padding: 5px 0;
	height:auto;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
	margin-left: 0px;
}
.is-sticky .navbar-brand img{
	vertical-align: middle;
}
.navbar-brand > img{
	width: 130px;
}
.transparent-header .navbar-brand.sticky-logo{
	display:none;
}
.transparent-header .is-sticky  .navbar-brand{
	display:none;
}
.transparent-header .is-sticky .navbar-brand.sticky-logo{
	display:inherit;
}
/* Shop Header */
.shop-header-block{
	z-index: 9;
	position: relative;
}
.shop-header-block .navbar-nav li a:hover{
	background-color: transparent ;
}
.shop-header-block .row {
    padding-right: 15px;
}
.shop-header-block .navbar-nav li{
	display: inline-block;
}
.shop-header-block .navbar-form{
	width: 70%;
	margin: 18px 0;
}
.shop-header-block .navbar-form .form-group,
.shop-header-block .navbar-form .form-group .form-control{
	width: 100%;
}
.shopping-cart .dropdown-menu li{
	padding: 10px 15px;
}
.shopping-cart ul.dropdown-menu img{
	height: 70px;
    max-width: 62px;
    width: 100%;
}
.shopping-cart a.product-name{
	font-size: 12px;
}
.shopping-cart .minicart-price{
	font-size: 16px;
}
.shopping-cart .minicart-total{
	font-size: 24px;
}
.shopping-cart .minicart-total{
	margin:0px;
}
.product-count {
    color: #fff;
    font-size: 8px;
    height: 16px;
    line-height: 15px;
    position: absolute;
    right: -9px;
    text-align: center;
    top: 13px;
    vertical-align: middle;
    width: 16px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}
/* Shop Header Top Bar */
.shop-top-bar .navbar-nav{
	float: left;
}
.top-bar-section a{
	padding-left:5px;
}
.top-bar-section.shop-top-bar{
	padding-bottom : 0px;
	padding-top: 0px;
}
.top-bar-section.shop-top-bar .navbar-nav > li > a {
    line-height: 0;
	line-height: 9px;
	padding-left: 10px;
	padding-right: 10px;
}
.top-bar-section.top-bar-bg-color.shop-top-bar .navbar-nav > li > ul.dropdown-menu li a{
	color: #2b2b2b;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 0 0 5px;
}
.top-bar-section.top-bar-bg-color.shop-top-bar .navbar-nav > li > ul.dropdown-menu li a img{
	margin-right: 5px;
}
.top-bar-section.shop-top-bar a{
	line-height: 25px;
	vertical-align: middle;
}
/* Top Office Details */
.office-details .detail-box{
	float: right;
    margin: 5px 0 0 25px;    
	position: relative;
}
.office-details .detail-box .icon {
    float: left;
    font-size: 26px;
    margin: 0 14px 0 0;
}

.office-details .detail-box .detail strong {
    color: #333333;
    display: block;
    line-height: 16px;
}
.office-details .detail {
    float: right;    
	margin-top: 8px;
}
.office-details .detail span {
    color: #999;
    font-size: 13px;
}
/* Simple Header */
.simple-header .navbar, .shop-header-static .navbar{
	margin-bottom: 0px;
}
/* Fixed Header */
header.fixed-header{
	margin-bottom: 71px;
}
/* Dark Header */
.dark-header .navbar{
	background:url(../img/bg.jpg) repeat;
}
.new-version{
	background:#fff;
}
.new-version .top-bar-section,
.new-version .top-bar-section a{
	color: #171717;
}
.new-version .top-social-icon{
	background-image:none !important;
}
.new-version .top-social-icon i{
	font-size: 14px;
    padding: 0 10px;
}
.dark-header .navbar-default .navbar-nav > li > a{
	color: #fff;
}
.dark-header .dropdown-menu {
    background-color:#2b2b2b;
    color: #fff;
}
.dark-header .page-links div a{
	color: #fff;
}
.dark-header .dropdown-menu > li > a{
	color: #fff;
}
header.dark-header .navbar-form input {
		background: transparent;
		border: 0 none;
}
/* Transparent Header With Top bar */
.header-topbar-with-header  .navbar.navbar-fixed-top{
	top: 45px;
}
.header-topbar-with-header  .is-sticky .navbar.navbar-fixed-top{
	top: 0px;
}
/* Semi Dark Header */
.semi-dark-header .navbar{
	background-color: rgba(2, 2, 2, 0.5);
}
.semi-dark-header .navbar-default .navbar-nav > li > a{
	color: #fff;
}
.semi-dark-header .dropdown-menu {
    background-color: rgba(2, 2, 2, 0.5); 
    color: #fff;
}
.semi-dark-header .page-links div a{
	color: #fff;
}
.semi-dark-header .dropdown-menu > li > a{
	color: #fff;
}
header.semi-dark-header .navbar-form input {
		background: rgba(2, 2, 2, 0.1);
		border: 0 none;
}
/* Semi Light Header */
.semi-light-header .navbar{
	background-color: rgba(255, 255, 255, 0.7);
}
.semi-light-header .navbar-default .navbar-nav > li > a{
	color: #2b2b2b;
}
.semi-light-header .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.7);
    color: #2b2b2b;
}
.semi-light-header .page-links div a{
	color: #2b2b2b;
}
.semi-light-header .dropdown-menu > li > a{
	color: #2b2b2b;
}
/* Light Header When Sticky Change Dark Header */ 
.sticky-light-to-dark{
	background-color: #fff;
}
.is-sticky  .sticky-light-to-dark{
	background-color: #2b2b2b;
}
.is-sticky  .sticky-light-to-dark .navbar-default .navbar-nav > li > a{
	color: #fff;
}
.is-sticky  .sticky-light-to-dark  .dropdown-menu {
    background-color: #2b2b2b;
    color: #fff;
}
.is-sticky  .sticky-light-to-dark  .page-links div a{
	color: #fff;
}
.is-sticky  .sticky-light-to-dark  .dropdown-menu > li > a{
	color: #fff;
}
header .is-sticky  .sticky-light-to-dark  .navbar-form input {
		background: rgba(2, 2, 2, 0.1);
		border: 0 none;
}
/* Dark Header When Sticky Change Light Header */ 
.sticky-dark-to-light{
	background-color: #2b2b2b;
}
.is-sticky  .sticky-dark-to-light{
	background-color: #fff;
}
.sticky-dark-to-light .navbar-default .navbar-nav > li > a{
	color: #fff;
}
.is-sticky  .sticky-dark-to-light .navbar-default .navbar-nav > li > a{
	color: #2b2b2b;
}
.sticky-dark-to-light  .dropdown-menu {
    background-color: #2b2b2b;
    color: #fff;
}
.is-sticky  .sticky-dark-to-light  .dropdown-menu {
    background-color: #fff;
    color: #2b2b2b;
}
.sticky-dark-to-light  .page-links div a{
	color: #fff;
}
.is-sticky  .sticky-dark-to-light  .page-links div a{
	color: #2b2b2b;
}
.sticky-dark-to-light  .dropdown-menu > li > a{
	color: #fff;
}
.is-sticky  .sticky-dark-to-light  .dropdown-menu > li > a{
	color: #2b2b2b;
}
header  .sticky-dark-to-light  .navbar-form input {
		background: rgba(2, 2, 2, 0.1);
		border: 0 none;
}
header .is-sticky  .sticky-dark-to-light  .navbar-form input {
		background: #fff;
		border: 0 none;
}
/* Transparent Header */
.transparent-header .sticky-wrapper{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1;
}
.transparent-header .sticky-wrapper.is-sticky .navbar {
	background-color: #fff;
}

.transparent-header .dark-header .navbar,
.transparent-header .navbar-bg-light.navbar {
	background: transparent !important;
}

.transparent-header .is-sticky .dark-header .navbar,
.transparent-header .search-open .dark-header .navbar{
	background:url(../img/bg.jpg) repeat !important;
}
.transparent-header .is-sticky .navbar-bg-light.navbar,
.transparent-header .search-open .navbar-bg-light.navbar{
	background:#fff !important;
}
 .transparent-header .navbar-default {
	box-shadow:none;
} 
.transparent-header .is-sticky .navbar-default{
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.transparent-header .is-sticky .top-bar-section{
	display:none;
	color:#ffffff;
	-webkit-transition: all 0.9s ease-in-out 0s;
		   -moz-transition: all  0.9s ease-in-out 0s;
			-ms-transition: all  0.9s ease-in-out 0s;
			 -o-transition: all  0.9s ease-in-out 0s;
				transition: all  0.9s ease-in-out 0s;
}
.transparent-header .sticky-wrapper.is-sticky   .dark-header .navbar {
	background-color: #2b2b2b!important;
}

/* Boxed Header */
.boxed-header a.has-submenu{
	border-left: 1px solid;
	border-color: #ddd;
}
.boxed-header .dropdown-menu a.has-submenu{
	border-left: 0;
}
/* Language Header */
.language-dropdown .dropdown-menu li a img{
	margin-right: 5px;
}
/* Header Top Bar Header Variation - 11 */
.icon-border-radius a i {
    border-radius: 50%;
    height: 20px;
	line-height: 20px;
    padding: 0;
    vertical-align: middle;
    width: 20px;
}
/* Center Menu Header */
.center-menu-header .navbar-header, 
.center-menu-header .navbar-brand{
    text-align: center;
    width: 100%;
}
.center-menu-header .navbar-header{
	border-bottom:1px dashed rgba(255,255,255,.05);
}
.center-menu-header .navbar-brand img{
	margin: 10px auto;
}
.is-sticky .center-menu-header .navbar-brand img{
	margin: 0px auto;
}
.is-sticky  .center-menu-header .navbar-header{
	border-bottom:0;
}
.center-menu-header .navbar-nav {
	width: 100%;
	text-align: center;
}
.is-sticky .center-menu-header .navbar-nav, .is-sticky .center-menu-header .navbar-header, .is-sticky .center-menu-header .navbar-brand{
     width: auto;
}
.center-menu-header  .navbar-nav > li{
	float: none;
	display: inline-block;
}
/* Header Breadcrumbs */
.top-bar-section .breadcrumb {
    display: inline;
    background: transparent;
}
.top-bar-section .breadcrumb > li + li::before{
	color: #2b2b2b;
}
/* Top Logo Left Header */
.top-logo-left .navbar-brand > img{
	width: 155px;
}
.top-logo-left-header .navbar-brand > img{
	display: none;
}
.top-logo-left-header  ul.navbar-nav{
	width: 100%;
}
.top-bar-section.top-logo-left .top-social-icon a{
	line-height: 70px;
}
.top-logo-left-header .navbar-nav{
	float: left;
}
.top-logo-left-header .navbar-nav .search-dropdown{
	float: right;
}
.top-logo-left-header .navbar-nav li:first-child a{
	padding-left: 0px;
}
.top-logo-left-header .navbar-nav li:last-child a{
	padding-right: 0px;
}
.top-logo-left-header .navbar-nav .dropdown-menu > li > a{
	padding-left: 10px;
}
.top-logo-left-header .navbar-nav .dropdown-menu > li > a{
	padding-right: 10px;
}
.top-logo-left-header .navbar-collapse{
	padding-left: 0px;
	padding-right: 0px;
}
/* Top Logo Center Header */
.top-logo-center .navbar-brand > img{
	width: 155px;
}
.top-logo-center-header .navbar-brand > img{
	display: none;
}
.top-logo-center-header  ul.navbar-nav{
	width: 100%;
}
.top-bar-section.top-logo-center .top-social-icon a, .top-bar-section.top-logo-center .top-contact a{
	line-height: 70px;
}
.top-logo-center-header .navbar-nav{
	float: left;
}
.top-logo-center-header .navbar-nav .search-dropdown{
	float: right;
}
.top-logo-center-header .navbar-nav li:first-child a{
	padding-left: 0px;
}
.top-logo-center-header .navbar-nav li:last-child a{
	padding-right: 0px;
}
.top-logo-center-header .navbar-nav .dropdown-menu > li > a{
	padding-left: 10px;
}
.top-logo-center-header .navbar-nav .dropdown-menu > li > a{
	padding-right: 10px;
}
header .navbar-collapse{
	padding-left: 0px;
	padding-right: 0px;
	/* position:relative; */
}
/* Top Logo Center , Left Logo Align Top Bar */
.top-bar-section.top-logo-center .top-social-icon a, .top-bar-section.top-logo-center .top-contact a,
.top-bar-section.top-logo-left .top-social-icon a, .top-bar-section.top-logo-left .top-contact a{
	padding: 0 5px;
}
/* Header Logo Bottom Center */
.logo-page-header .navbar-brand{
	width: 100%;
}
.logo-page-header .navbar-brand img{
	margin: 0 auto;
}
.bottom-logo-header .navbar-header, .bottom-logo-header .navbar-brand{
	display: none;
}
.bottom-logo-header .navbar-brand img{
	margin: 0 auto;
}
.bottom-logo-header .navbar-nav {
	width: 100%;
	text-align: center;
}
.bottom-logo-header  .navbar-nav > li{
	float: none;
	display: inline-block;
}
/* Header Logo center */
.header-logo-center .navbar-header, .header-logo-center .navbar-brand{
	display: none;
}
.header-logo-center .navbar-nav {
	width: 100%;
	text-align: center;
}
.header-logo-center  .navbar-nav > li{
	float: none;
	display: inline-block;
}
.header-logo-center .navbar .navbar-brand {
    display: block;
    line-height: 0;
    padding: 0;
    vertical-align: middle;
}
.header-logo-center  .navbar-nav > li.center-logo{
	vertical-align: middle;
}
/* ---------------------------
		Click to Open toggle 
------------------------------ */
.header-contact, .header-search, .header-share {
    padding-left: 7px !important;
    padding-right: 7px !important;	
	display:block !important;
}
.vertically-absolute-middle{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.no-display{
	display: none;
	overflow: hidden;
}
.bg-white {
	background-color: #fff;
	color: #2b2b2b;
}
.dark-header  .bg-white{
	background:url(../img/bg.jpg) repeat;
}
.dark-header .form-control{
	color:#f2f2f2;
}
.dark-header .hide-show-content .close i{
	color:#f2f2f2;
}
.bg-dark {
	background-color: #2b2b2b;
	color: #fff;
}
.bg-dark  .close{
	color: #fff;
}						
.hide-show-content {
    position: absolute;
    width: 100%;
	height: 100%;
	top: 0;
}
.hide-show-content .close {
	opacity: 1;
    position: absolute;
    right: 32px;
    top: 50%;
	-webkit-transform: translateY(-50%) translateX(-3%);
	   -moz-transform: translateY(-50%) translateX(-3%);
	    -ms-transform: translateY(-50%) translateX(-3%);
	     -o-transform: translateY(-50%) translateX(-3%);
	        transform: translateY(-50%) translateX(-3%);
}
/* Header Contact */
.header-contact-content p{
	font-size: 38px;
}
.header-contact span i {
    font-size: 19px;
}
.header-search span i , .header-share span i {
    font-size: 14px;
}
/* Header search */
.header-search-content .navbar-form , .header-search-content  .navbar-form .form-group {
	width: 100%;
}
.header-search-content .navbar-form .form-group .form-control {
    border: 0 none;
    box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none;
    font-size: 30px;
    width: 70%;
	padding: 0 0 0 10px;
}
/* Header Share */
.header-share-content .i-3x i,  .header-share-content  i.i-3x{
	margin-bottom: 0;
}
/* =================================
	Responsive 
================================== */
/* ------------------------
	MAX 991PX 
------------------------ */
@media only screen and (max-width: 991px)
{
	/*----------------------
	Top Bar 
	---------------------*/
	.navbar-header{
		float: none;
	}
	.navbar-brand{
		float: none;
	}
	.navbar-brand > img{
		margin: 0 auto;
	}
	.navbar-right{
		float: none !important;
	}
	/* Navbar */
	.navbar-default{
		border: 0px;
	}
	/* Fixed Header */
	header.fixed-header{
		margin-bottom: 140px;
	}
	/* Navbar Header */
	ul.dropdown-menu.left{
		left: 0 !important;
	}
	ul.dropdown-menu.right{
		right: 0 !important;
		left:0 !important;
	}
	/* Dark Header */
	.dark-header .navbar{
		background-color: #2b2b2b;
	}
	.dark-header .navbar-default .navbar-nav > li > a{
		color: #fff;
	}
	.transparent-header.dark-header .navbar{
	}
	/* Header Mobile View Styles */
	.navbar-brand{
		text-align: center;
		float: none;
	}
	.navbar-nav {
		float: left;
		width: 100%;
		text-align: center;
	}
	.transparent-header .top-social-icon{
		float:none;
	}
	.transparent-header .navbar-nav > li > a{
		padding-bottom: 0;
		padding-top: 0;
	}
    
	.office-details .detail-box{    
		float: none;
		display: inline-block;
	}
	.navbar-toggle{
		float: right;
		margin-top: 20px;
		margin-right: 9px;
		background: transparent;
		border: 0;
		border-radius: 0px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background: #FFC400;
	}
	.is-sticky .navbar-brand img{
		margin-top: 0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border: 0px;
	}
	/* Shop Top Bar */
	.shop-top-bar .nav{
			display: none;
	}
	.shop-top-bar .top-social-icon{
		float: left;
		width: 100%;
	}
	/* Top logo Left */
	.top-logo-left .navbar-brand > img{
		display: none;
	}
	.top-logo-left .top-social-icon{
		float: left;
		width: 100%;
	}
	.top-logo-left-header .navbar-brand > img{
		display: block;
	}
	.top-bar-section.top-logo-center .top-social-icon a, .top-bar-section.top-logo-center .top-contact a{
		line-height: 20px;
	}
	/* Top logo Center */
	.top-logo-center .navbar-brand > img{
		display: none;
	}
	.top-logo-center .top-social-icon, .top-logo-center .top-contact{
		float: left;
		width: 100%;
	}
	.top-logo-center-header .navbar-brand > img{
		display: block;
	}
	.top-bar-section.top-logo-center .top-social-icon a{
		line-height: 20px;
	}
	/* Navbar Boxed Header */
	.boxed-header a.has-submenu{
		border-left: 0px;
	}
	/* Header Logo top Center */
	.center-menu-header .navbar-header, .center-menu-header .navbar-brand{
		width: auto;
	}
	/* Header logo Bottom Center */
	.bottom-logo-header .navbar-header, .bottom-logo-header .navbar-brand{
		display: block;
	}
	.logo-page-header{
		display: none;
	}
	/* Header Logo Center */
	.header-logo-center .navbar-header, .header-logo-center .navbar-brand{
		display: block;
	}
	.header-logo-center .navbar .navbar-brand {
		display: block;
		line-height: 0;
		padding: 0;
		vertical-align: middle;
	}
	.header-logo-center  .navbar-nav > li.center-logo{
		display: none;
	}
	/* Header Light to Dark */
	.is-sticky .sticky-light-to-dark .navbar-default .navbar-nav > li > a{
		color: #2b2b2b;
	}
	/* Header Dark to light */
	.sticky-dark-to-light .navbar-default .navbar-nav > li > a{
		color: #2b2b2b;
	}
	/* Toggle Extras Menu Header */
	.header-contact, .header-search, .header-share {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}
/* ------------------------
	MAX 767px 
------------------------ */
@media only screen and (max-width: 767px)
{
	.hidden-767{
		display: none !important;
	}
	/* Header Mobile View Styles */
	.navbar-brand{
		float: left;
	}
	.navbar-nav{
		float: left;
		width: 100%;
		text-align: left
	}
	.navbar-nav > li {
		display: block;
		float: left;
		width: 100%;
	}
	/* Navbar Transition */
	li.mega-menu  ul.dropdown-menu, li.mega-menu.open.collapsible ul.dropdown-menu{
		opacity: 0;
		-webkit-transition: all 0.9s ease-in-out 0s;
		   -moz-transition: all  0.9s ease-in-out 0s;
			-ms-transition: all  0.9s ease-in-out 0s;
			 -o-transition: all  0.9s ease-in-out 0s;
				transition: all  0.9s ease-in-out 0s;
	}
	li.mega-menu.open.collapsible ul.dropdown-menu{	
				opacity: 1;
	}
	.navbar-nav .collapsible ul .dropdown-menu > li > a, .navbar-nav .collapsible ul .dropdown-menu .dropdown-header{
		padding-left: 10px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a{
		padding: 5px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
		padding-left: 16px;
	}
	.dropdown-menu{
		padding: 0px;
	}
	.mega-menu .dropdown-menu{
		padding: 5px 18px;
	}
	/* Sub Menu Arrow */
	.has-submenu:after {
		color: #ffc400;
		content: "\e114";
		font-family: 'icomoon';
		font-size: 22px;
		position: absolute;
		right: 20px;
	}
	.has-submenu.highlighted:after {
		content: "\e115";
	}
	/* Search Box  Arrow Hide */
	.search-dropdown .has-submenu:after{
		content: none;
	}
	.search-dropdown .has-submenu.highlighted:after{
		content: none;
	}
	/* Nabar Form */
	header .navbar-form {
		left: 12px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 3px;
		width: 81%;
	}
	/* Fix The Logo On Right */
	.navbar-brand.right-brand{
		position: relative;
	}
	/* Fix The Logo On Center */
	.navbar-brand.center-brand, .full-width-logo-menu .sticky-wrapper.is-sticky .navbar-nav{
		position: absolute;
		left: 0;
		-webkit-transform: translateX(0);
		   -moz-transform: translateX(0);
			-ms-transform: translateX(0);
			 -o-transform: translateX(0);
				transform: translateX(0);
	}
	.full-width-logo-menu .sticky-wrapper.is-sticky .navbar-nav{
		left: auto;
		right: auto;
	}
	/* Full Width Logo */
	.sticky-wrapper.is-sticky .navbar{
		max-height: auto;
	}
	.full-width-nav-brand{
		display: none;
	}
	.full-width-sticky-brand{
		display: block;
	}
	.full-width-logo-menu .navbar-nav {
		left: 0;
		position: relative;
		-webkit-transform: translateX(0);
		   -moz-transform: translateX(0);
			-ms-transform: translateX(0);
			 -o-transform: translateX(0);
				transform: translateX(0);
	}
	/* Fixed Header */
	header.fixed-header{
		margin-bottom: 70px;
	}
	.navbar-nav > li > a.has-submenu {
		background: none repeat scroll 0 0 #f7f7f7;
		margin-bottom: 2px;
		padding-bottom: 0;
		padding-top: 0;
	}
	.dark-header .navbar-nav > li > a.has-submenu,.dark-header .navbar-nav > li > a.has-submenu:hover,.dark-header .navbar-nav > li > a,.navbar-default .navbar-nav > .open > a:hover,.dark-header .navbar-nav > li > a:hover{
		background: #720101;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
		background-color: #f2f2f2;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
	.has-submenu, .has-submenu:hover{
		background-color: #ddd;
	}
	.navbar-nav .open .dropdown-menu{
		background: transparent;
		border: 0px;
		margin-bottom: 0px;
		margin-left: 10px !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
		background-color: transparent;
	}
	.navbar-nav{
		margin: 0;
	}
	/* Home Page Variation  */
	.page-links{
		padding: 0;
		border:0px;
	}
	.mega-menu h6.title{
		display: none;
	}
	/* Dark Header */
	.dark-header .page-links{
		background:transparent;
		border-color:transparent;
	}
	.dark-header .navbar-nav .open .dropdown-menu {
		background: transparent;
		border:0;
		color: #fff;
		margin-left: 10px !important;
	}
	.dark-header .navbar-nav .open.mega-menu .dropdown-menu {
		margin-left: 0px !important;
	}
	.page-links div a{
		padding: 3px 0;
	}
	.dark-header .navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #fff;
	}
	.navbar-nav > li > a{		
		padding-bottom:0;
		padding-top:0;
		border-bottom:1px solid rgba(255,255,255,.2);
		background: #f2f2f2;
	}
	.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
		border-bottom:1px solid rgba(255,255,255,.2);
	}
	
	header.dark-header .navbar-form input {
		background: #171717;
		border: 0 none;
	}
	/* Semi Dark Header */
	.semi-dark-header .page-links{
		background:transparent;
		border-color:transparent;
	}
	.semi-dark-header .navbar-nav .open .dropdown-menu {
		background: transparent;
		border:0;
		color: #fff;
		margin-left: 10px !important;
	}
	.semi-dark-header .navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #fff;
	}
	.semi-dark-header .navbar-nav > li > a.has-submenu, .dark-header .navbar-default .navbar-nav > li > a:focus, 
	.semi-dark-header .navbar-default .navbar-nav > li > a:hover, 
	.semi-dark-header .navbar-default .navbar-nav > .open > a, 
	.semi-dark-header .navbar-default .navbar-nav > .open > a:focus, 
	.semi-dark-header .navbar-default .navbar-nav > .open > a:hover, 
	.semi-dark-header .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, 
	.semi-dark-header .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
		background: rgba(0, 0, 0, 0.5);
	}
	header.semi-dark-header .navbar-form input {
		background: rgba(0, 0, 0, 0.5);
		border: 0 none;
	}
	/* Light to Dark Header */
	.is-sticky  .sticky-light-to-dark .navbar-default .navbar-nav > li > a{
		color: #fff;
	}
	.semi-dark-header .navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #fff;
	}
	.is-sticky  .sticky-light-to-dark .navbar-nav > li > a.has-submenu, .dark-header .navbar-default .navbar-nav > li > a:focus, 
	.is-sticky  .sticky-light-to-dark .navbar-default .navbar-nav > li > a:hover, 
	.is-sticky  .sticky-light-to-dark .navbar-default .navbar-nav > .open > a, 
	.is-sticky  .sticky-light-to-dark .navbar-default .navbar-nav > .open > a:focus, 
	.is-sticky  .sticky-light-to-dark .navbar-default .navbar-nav > .open > a:hover, 
	.is-sticky  .sticky-light-to-dark .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, 
	.is-sticky  .sticky-light-to-dark .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
		background: #400001;
		color: #fff;
	}
	header .is-sticky  .sticky-light-to-dark  .navbar-form input {
		background: #2b2b2b;
		border: 0 none;
	}
	.is-sticky  .sticky-light-to-dark  .dropdown-menu {
		background-color: #2b2b2b;
		color: #fff;
	}
	.is-sticky  .sticky-light-to-dark   .navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #fff;
	}
	.shop-top-bar .top-social-icon {
		float: left;
		text-align: center;
		width: 100%;
	}
	/* shopping Cart */
	.product-count {
		font-size: 12px;
		height: 20px;
		left: 33px;
		line-height: 19px;
		top: 2px;
		width: 20px;
	}
	/* Header Logo top Center */
	.center-menu-header .navbar-nav {
		text-align: left;
	}
	.center-menu-header .navbar-nav > li {
		display: block;
		float: left;
		width: 100%;
	}
	/* Header Logo Bottom Center */
	.bottom-logo-header .navbar-nav {
		text-align: left;
	}
	.bottom-logo-header .navbar-nav > li {
		display: block;
		float: left;
		width: 100%;
	}
	/* Header Center Logo */
	.header-logo-center .navbar-nav {
		width: 100%;
		text-align: left;
	}
	.header-logo-center  .navbar-nav > li {
		float: left;
		display: block;
		width: 100%;
	}
	/* Nav Scroll Style */
	.navbar-collapse.in{
		overflow-y: auto;
	}
	.navbar-collapse{
		max-height: 300px;
	}
	/* Search Left Align */
	.top-logo-center-header .navbar-nav .search-dropdown, .top-logo-left-header .navbar-nav .search-dropdown{
		float: left;
		width: 100%;
	}
	/* Top logo Center */
	.top-logo-center-header .navbar-nav li:first-child a{
		padding-left: 15px;
	}
	.top-logo-center-header .navbar-nav li:last-child a{
		padding-right: 15px;
	}
	/*  Transparent Header */
	.transparent-header.dark-header .navbar{
		background-color: #2b2b2b !important;
	}
}
/* ------------------------
	MAX 640px 
------------------------ */
@media only screen and (max-width: 640px)
{
	/*----------------------
	Top Bar 
	---------------------*/
	.top-contact,.top-contact.top-contact-right,
	.top-social-icon, .top-social-icon.top-social-icon-left
	{
		float: none;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 6px;
	}
	.top-social-icon.icons-hover-black{
		display: none;
	}
	#top-bar.top-logo-left .top-social-icon.icons-hover-black {
		display: inline-block;
	}
	#top-bar.top-logo-left .top-social-icon.icons-hover-black a i{
		display: none;
	}
}
/* ------------------------
	MAX 360px 
------------------------ */
@media only screen and (max-width: 360px)
{
	/*----------------------
	Top Bar (Contact)
	---------------------*/
	.top-contact a{
		display: block;
	}
	.top-contact .breadcrumb a{
		display: inline;
	}
	.transparent-header.top-bar .top-contact a{
		display: inline-block;
	}
}
/* --------------------------
	 Push Menu 
--------------------------- */
.navbar span.menu-control:before{
	content: "\f0c9";
	font-family: 'FontAwesome';
}
.navbar.canvas-slid span.menu-control:before{
	content: "\f00d";
}
.navbar.navbar-default.navbar-fixed-right {
	float: right;
	right: 0;
}
.navbar.navbar-default.navbar-fixed-right .navbar-toggle{
	float: right;
}
.navmenu {
	z-index: 1; 
}
.canvas {
	position: relative;
	left: 0;
	z-index: 2;
	min-height: 100%;
	padding: 50px 0 0 0;
	background: #fff;
}
/* ----- Push nav Full page ----------- */
.full-page-pushnav .navmenu, .navbar-offcanvas{
	width: 100%;
}
.full-page-pushnav .navmenu-nav{
	text-align: center;
}
.full-page-pushnav .navmenu-nav li{
	display: inline-block;
}
.full-page-pushnav li.push-full-nav{
	position: static;
}
.full-page-pushnav .push-full-nav button{
	left: 0;
	top: 0;
	position: absolute;
}
.full-page-pushnav .push-full-nav button span.menu-control:before{
	font-family: 'FontAwesome';
	content: "\f00d";
}
.full-page-pushnav .navmenu-brand{
	text-align: center;
}
@media (min-width: 992px) {
.navbar-toggle {
		display: none; /* force showing the toggle */
	}
body {
	padding: 0;
}
.navbar {
	right: auto;
	background: none;
	border: none;
}
.canvas {
	padding: 0;
}
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?981avy);
    src: url(../fonts/icomoon.eot?#iefix981avy) format('embedded-opentype'), url(../fonts/icomoon.woff?981avy) format('woff'), url(../fonts/icomoon.ttf?981avy) format('truetype'), url(../fonts/icomoon.svg?981avy#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*.icon-earth:before {*/
    /*content: "\e600"*/
/*}*/

/*.icon-clock:before {*/
    /*content: "\e601"*/
/*}*/

/*.icon-minus:before {*/
    /*content: "\e602"*/
/*}*/

/*.icon-plus:before {*/
    /*content: "\e603"*/
/*}*/

/*.icon-cancel:before {*/
    /*content: "\e604"*/
/*}*/

/*.icon-question:before {*/
    /*content: "\e605"*/
/*}*/

/*.icon-comment:before {*/
    /*content: "\e606"*/
/*}*/

/*.icon-chat:before {*/
    /*content: "\e607"*/
/*}*/

/*.icon-speaker:before {*/
    /*content: "\e608"*/
/*}*/

/*.icon-heart:before {*/
    /*content: "\e609"*/
/*}*/

/*.icon-list:before {*/
    /*content: "\e60a"*/
/*}*/

/*.icon-edit:before {*/
    /*content: "\e60b"*/
/*}*/

/*.icon-trash:before {*/
    /*content: "\e60c"*/
/*}*/

/*.icon-briefcase:before {*/
    /*content: "\e60d"*/
/*}*/

/*.icon-newspaper:before {*/
    /*content: "\e60e"*/
/*}*/

/*.icon-calendar:before {*/
    /*content: "\e60f"*/
/*}*/

/*.icon-inbox:before {*/
    /*content: "\e610"*/
/*}*/

/*.icon-facebook:before {*/
    /*content: "\e611"*/
/*}*/

/*.icon-googleplus:before {*/
    /*content: "\e612"*/
/*}*/

/*.icon-instagram:before {*/
    /*content: "\e613"*/
/*}*/

/*.icon-contrast:before {*/
    /*content: "\e614"*/
/*}*/

/*.icon-brightness:before {*/
    /*content: "\e615"*/
/*}*/

/*.icon-user:before {*/
    /*content: "\e616"*/
/*}*/

/*.icon-users:before {*/
    /*content: "\e617"*/
/*}*/

/*.icon-sent:before {*/
    /*content: "\e618"*/
/*}*/

/*.icon-archive:before {*/
    /*content: "\e619"*/
/*}*/

/*.icon-desktop:before {*/
    /*content: "\e61a"*/
/*}*/

/*.icon-reply:before {*/
    /*content: "\e61b"*/
/*}*/

/*.icon-popup:before {*/
    /*content: "\e61c"*/
/*}*/

/*.icon-grid:before {*/
    /*content: "\e61d"*/
/*}*/

/*.icon-email:before {*/
    /*content: "\e61e"*/
/*}*/

/*.icon-tag:before {*/
    /*content: "\e61f"*/
/*}*/

/*.icon-film:before {*/
    /*content: "\e620"*/
/*}*/

/*.icon-share:before {*/
    /*content: "\e621"*/
/*}*/

/*.icon-picture:before {*/
    /*content: "\e622"*/
/*}*/

/*.icon-frame:before {*/
    /*content: "\e623"*/
/*}*/

/*.icon-wand:before {*/
    /*content: "\e624"*/
/*}*/

/*.icon-mobile:before {*/
    /*content: "\e625"*/
/*}*/

/*.icon-crop:before {*/
    /*content: "\e626"*/
/*}*/

/*.icon-marquee:before {*/
    /*content: "\e627"*/
/*}*/

/*.icon-locked:before {*/
    /*content: "\e628"*/
/*}*/

/*.icon-pin:before {*/
    /*content: "\e629"*/
/*}*/

/*.icon-zoomin:before {*/
    /*content: "\e62a"*/
/*}*/

/*.icon-zoomout:before {*/
    /*content: "\e62b"*/
/*}*/

/*.icon-search:before {*/
    /*content: "\e62c"*/
/*}*/

/*.icon-home:before {*/
    /*content: "\e62d"*/
/*}*/

/*.icon-cart:before {*/
    /*content: "\e62e"*/
/*}*/

/*.icon-camera:before {*/
    /*content: "\e62f"*/
/*}*/

/*.icon-compass:before {*/
    /*content: "\e630"*/
/*}*/

/*.icon-cloud:before {*/
    /*content: "\e631"*/
/*}*/

/*.icon-warning:before {*/
    /*content: "\e632"*/
/*}*/

/*.icon-cloud2:before {*/
    /*content: "\e633"*/
/*}*/

/*.icon-locked2:before {*/
    /*content: "\e634"*/
/*}*/

/*.icon-inbox2:before {*/
    /*content: "\e635"*/
/*}*/

/*.icon-comment2:before {*/
    /*content: "\e636"*/
/*}*/

/*.icon-mic:before {*/
    /*content: "\e637"*/
/*}*/

/*.icon-envelope:before {*/
    /*content: "\e638"*/
/*}*/

/*.icon-briefcase2:before {*/
    /*content: "\e639"*/
/*}*/

/*.icon-cart2:before {*/
    /*content: "\e63a"*/
/*}*/

/*.icon-contrast2:before {*/
    /*content: "\e63b"*/
/*}*/

/*.icon-clock3:before {*/
    /*content: "\e63c"*/
/*}*/

/*.icon-user2:before {*/
    /*content: "\e63d"*/
/*}*/

/*.icon-cog:before {*/
    /*content: "\e63e"*/
/*}*/

/*.icon-music:before {*/
    /*content: "\e63f"*/
/*}*/

/*.icon-twitter:before {*/
    /*content: "\e640"*/
/*}*/

/*.icon-pencil:before {*/
    /*content: "\e641"*/
/*}*/

/*.icon-frame2:before {*/
    /*content: "\e642"*/
/*}*/

/*.icon-switch:before {*/
    /*content: "\e643"*/
/*}*/

/*.icon-star:before {*/
    /*content: "\e644"*/
/*}*/

/*.icon-key:before {*/
    /*content: "\e645"*/
/*}*/

/*.icon-chart:before {*/
    /*content: "\e646"*/
/*}*/

/*.icon-apple:before {*/
    /*content: "\e647"*/
/*}*/

/*.icon-file:before {*/
    /*content: "\e648"*/
/*}*/

/*.icon-plus2:before {*/
    /*content: "\e649"*/
/*}*/

/*.icon-minus2:before {*/
    /*content: "\e64a"*/
/*}*/

/*.icon-picture2:before {*/
    /*content: "\e64b"*/
/*}*/

/*.icon-folder:before {*/
    /*content: "\e64c"*/
/*}*/

/*.icon-camera2:before {*/
    /*content: "\e64d"*/
/*}*/

/*.icon-search2:before {*/
    /*content: "\e64e"*/
/*}*/

/*.icon-dribbble:before {*/
    /*content: "\e64f"*/
/*}*/

/*.icon-forrst:before {*/
    /*content: "\e650"*/
/*}*/

/*.icon-feed:before {*/
    /*content: "\e651"*/
/*}*/

/*.icon-blocked:before {*/
    /*content: "\e652"*/
/*}*/

/*.icon-target:before {*/
    /*content: "\e653"*/
/*}*/

/*.icon-play:before {*/
    /*content: "\e654"*/
/*}*/

/*.icon-pause:before {*/
    /*content: "\e655"*/
/*}*/

/*.icon-bug:before {*/
    /*content: "\e656"*/
/*}*/

/*.icon-console:before {*/
    /*content: "\e657"*/
/*}*/

/*.icon-film2:before {*/
    /*content: "\e658"*/
/*}*/

/*.icon-type:before {*/
    /*content: "\e659"*/
/*}*/

/*.icon-home4:before {*/
    /*content: "\e65a"*/
/*}*/

/*.icon-earth2:before {*/
    /*content: "\e65b"*/
/*}*/

/*.icon-location:before {*/
    /*content: "\e65c"*/
/*}*/

/*.icon-info:before {*/
    /*content: "\e65d"*/
/*}*/

/*.icon-eye:before {*/
    /*content: "\e65e"*/
/*}*/

/*.icon-heart2:before {*/
    /*content: "\e65f"*/
/*}*/

/*.icon-bookmark:before {*/
    /*content: "\e660"*/
/*}*/

/*.icon-wrench:before {*/
    /*content: "\e661"*/
/*}*/

/*.icon-calendar2:before {*/
    /*content: "\e662"*/
/*}*/

/*.icon-window:before {*/
    /*content: "\e663"*/
/*}*/

/*.icon-monitor:before {*/
    /*content: "\e664"*/
/*}*/

/*.icon-mobile3:before {*/
    /*content: "\e665"*/
/*}*/

/*.icon-droplet:before {*/
    /*content: "\e666"*/
/*}*/

/*.icon-mouse:before {*/
    /*content: "\e667"*/
/*}*/

/*.icon-refresh:before {*/
    /*content: "\e668"*/
/*}*/

/*.icon-location3:before {*/
    /*content: "\e669"*/
/*}*/

/*.icon-tag2:before {*/
    /*content: "\e66a"*/
/*}*/

/*.icon-phone:before {*/
    /*content: "\e66b"*/
/*}*/

/*.icon-star2:before {*/
    /*content: "\e66c"*/
/*}*/

/*.icon-pointer:before {*/
    /*content: "\e66d"*/
/*}*/

/*.icon-thumbsup:before {*/
    /*content: "\e66e"*/
/*}*/

/*.icon-thumbsdown:before {*/
    /*content: "\e66f"*/
/*}*/

/*.icon-headphones:before {*/
    /*content: "\e670"*/
/*}*/

/*.icon-move:before {*/
    /*content: "\e671"*/
/*}*/

/*.icon-checkmark:before {*/
    /*content: "\e672"*/
/*}*/

/*.icon-cancel2:before {*/
    /*content: "\e673"*/
/*}*/

/*.icon-skype:before {*/
    /*content: "\e674"*/
/*}*/

/*.icon-gift:before {*/
    /*content: "\e675"*/
/*}*/

/*.icon-cone:before {*/
    /*content: "\e676"*/
/*}*/

/*.icon-alarm:before {*/
    /*content: "\e677"*/
/*}*/

/*.icon-coffee:before {*/
    /*content: "\e678"*/
/*}*/

/*.icon-basket:before {*/
    /*content: "\e679"*/
/*}*/

.icon-flag:before {
    content: "\e67a"
}

/*.icon-ipod:before {*/
    /*content: "\e67b"*/
/*}*/

/*.icon-trashcan:before {*/
    /*content: "\e67c"*/
/*}*/

/*.icon-bolt:before {*/
    /*content: "\e67d"*/
/*}*/

/*.icon-ampersand:before {*/
    /*content: "\e67e"*/
/*}*/

/*.icon-compass3:before {*/
    /*content: "\e67f"*/
/*}*/

/*.icon-list3:before {*/
    /*content: "\e680"*/
/*}*/

/*.icon-grid2:before {*/
    /*content: "\e681"*/
/*}*/

/*.icon-volume:before {*/
    /*content: "\e682"*/
/*}*/

/*.icon-volume2:before {*/
    /*content: "\e683"*/
/*}*/

/*.icon-stats:before {*/
    /*content: "\e684"*/
/*}*/

/*.icon-target2:before {*/
    /*content: "\e685"*/
/*}*/

/*.icon-forward:before {*/
    /*content: "\e686"*/
/*}*/

/*.icon-paperclip:before {*/
    /*content: "\e687"*/
/*}*/

/*.icon-keyboard:before {*/
    /*content: "\e688"*/
/*}*/

/*.icon-crop2:before {*/
    /*content: "\e689"*/
/*}*/

/*.icon-floppy:before {*/
    /*content: "\e68a"*/
/*}*/

/*.icon-filter:before {*/
    /*content: "\e68b"*/
/*}*/

/*.icon-trophy:before {*/
    /*content: "\e68c"*/
/*}*/

/*.icon-diary:before {*/
    /*content: "\e68d"*/
/*}*/

/*.icon-addressbook:before {*/
    /*content: "\e68e"*/
/*}*/

/*.icon-stop:before {*/
    /*content: "\e68f"*/
/*}*/

/*.icon-smiley:before {*/
    /*content: "\e690"*/
/*}*/

/*.icon-shit:before {*/
    /*content: "\e691"*/
/*}*/

/*.icon-bookmark2:before {*/
    /*content: "\e692"*/
/*}*/

/*.icon-camera3:before {*/
    /*content: "\e693"*/
/*}*/

/*.icon-lamp:before {*/
    /*content: "\e694"*/
/*}*/

/*.icon-disk:before {*/
    /*content: "\e695"*/
/*}*/

/*.icon-button:before {*/
    /*content: "\e696"*/
/*}*/

/*.icon-database:before {*/
    /*content: "\e697"*/
/*}*/

/*.icon-creditcard:before {*/
    /*content: "\e698"*/
/*}*/

/*.icon-atom:before {*/
    /*content: "\e699"*/
/*}*/

/*.icon-winsows:before {*/
    /*content: "\e69a"*/
/*}*/

/*.icon-target3:before {*/
    /*content: "\e69b"*/
/*}*/

/*.icon-battery:before {*/
    /*content: "\e69c"*/
/*}*/

/*.icon-code:before {*/
    /*content: "\e69d"*/
/*}*/

/*.icon-sunrise:before {*/
    /*content: "\e69e"*/
/*}*/

/*.icon-sun:before {*/
    /*content: "\e69f"*/
/*}*/

/*.icon-moon:before {*/
    /*content: "\e6a0"*/
/*}*/

/*.icon-sun2:before {*/
    /*content: "\e6a1"*/
/*}*/

/*.icon-windy:before {*/
    /*content: "\e6a2"*/
/*}*/

/*.icon-wind:before {*/
    /*content: "\e6a3"*/
/*}*/

/*.icon-snowflake:before {*/
    /*content: "\e6a4"*/
/*}*/

/*.icon-cloudy:before {*/
    /*content: "\e6a5"*/
/*}*/

/*.icon-cloud3:before {*/
    /*content: "\e6a6"*/
/*}*/

/*.icon-weather:before {*/
    /*content: "\e6a7"*/
/*}*/

/*.icon-weather2:before {*/
    /*content: "\e6a8"*/
/*}*/

/*.icon-weather3:before {*/
    /*content: "\e6a9"*/
/*}*/

/*.icon-lines:before {*/
    /*content: "\e6aa"*/
/*}*/

/*.icon-cloud4:before {*/
    /*content: "\e6ab"*/
/*}*/

/*.icon-lightning:before {*/
    /*content: "\e6ac"*/
/*}*/

/*.icon-lightning2:before {*/
    /*content: "\e6ad"*/
/*}*/

/*.icon-rainy:before {*/
    /*content: "\e6ae"*/
/*}*/

/*.icon-rainy2:before {*/
    /*content: "\e6af"*/
/*}*/

/*.icon-windy2:before {*/
    /*content: "\e6b0"*/
/*}*/

/*.icon-windy3:before {*/
    /*content: "\e6b1"*/
/*}*/

/*.icon-snowy:before {*/
    /*content: "\e6b2"*/
/*}*/

/*.icon-snowy2:before {*/
    /*content: "\e6b3"*/
/*}*/

/*.icon-snowy3:before {*/
    /*content: "\e6b4"*/
/*}*/

/*.icon-weather4:before {*/
    /*content: "\e6b5"*/
/*}*/

/*.icon-cloudy2:before {*/
    /*content: "\e6b6"*/
/*}*/

/*.icon-cloud5:before {*/
    /*content: "\e6b7"*/
/*}*/

/*.icon-lightning3:before {*/
    /*content: "\e6b8"*/
/*}*/

/*.icon-sun3:before {*/
    /*content: "\e6b9"*/
/*}*/

/*.icon-moon2:before {*/
    /*content: "\e6ba"*/
/*}*/

/*.icon-cloudy3:before {*/
    /*content: "\e6bb"*/
/*}*/

/*.icon-cloud6:before {*/
    /*content: "\e6bc"*/
/*}*/

/*.icon-cloud7:before {*/
    /*content: "\e6bd"*/
/*}*/

/*.icon-lightning4:before {*/
    /*content: "\e6be"*/
/*}*/

/*.icon-rainy3:before {*/
    /*content: "\e6bf"*/
/*}*/

/*.icon-rainy4:before {*/
    /*content: "\e6c0"*/
/*}*/

/*.icon-windy4:before {*/
    /*content: "\e6c1"*/
/*}*/

/*.icon-windy5:before {*/
    /*content: "\e6c2"*/
/*}*/

/*.icon-snowy4:before {*/
    /*content: "\e6c3"*/
/*}*/

/*.icon-snowy5:before {*/
    /*content: "\e6c4"*/
/*}*/

/*.icon-weather5:before {*/
    /*content: "\e6c5"*/
/*}*/

/*.icon-cloudy4:before {*/
    /*content: "\e6c6"*/
/*}*/

/*.icon-lightning5:before {*/
    /*content: "\e6c7"*/
/*}*/

/*.icon-thermometer:before {*/
    /*content: "\e6c8"*/
/*}*/

/*.icon-compass4:before {*/
    /*content: "\e6c9"*/
/*}*/

/*.icon-none:before {*/
    /*content: "\e6ca"*/
/*}*/

/*.icon-Celsius:before {*/
    /*content: "\e6cb"*/
/*}*/

/*.icon-Fahrenheit:before {*/
    /*content: "\e6cc"*/
/*}*/

/*.icon-store:before {*/
    /*content: "\e6cd"*/
/*}*/

/*.icon-out:before {*/
    /*content: "\e6ce"*/
/*}*/

/*.icon-in:before {*/
    /*content: "\e6cf"*/
/*}*/

/*.icon-in-alt:before {*/
    /*content: "\e6d0"*/
/*}*/

/*.icon-home5:before {*/
    /*content: "\e6d1"*/
/*}*/

/*.icon-lightbulb:before {*/
    /*content: "\e6d2"*/
/*}*/

/*.icon-anchor:before {*/
    /*content: "\e6d3"*/
/*}*/

/*.icon-feather:before {*/
    /*content: "\e6d4"*/
/*}*/

/*.icon-expand:before {*/
    /*content: "\e6d5"*/
/*}*/

/*.icon-maximize:before {*/
    /*content: "\e6d6"*/
/*}*/

/*.icon-search3:before {*/
    /*content: "\e6d7"*/
/*}*/

/*.icon-zoomin2:before {*/
    /*content: "\e6d8"*/
/*}*/

/*.icon-zoomout2:before {*/
    /*content: "\e6d9"*/
/*}*/

/*.icon-add:before {*/
    /*content: "\e6da"*/
/*}*/

/*.icon-subtract:before {*/
    /*content: "\e6db"*/
/*}*/

/*.icon-exclamation:before {*/
    /*content: "\e6dc"*/
/*}*/

/*.icon-question2:before {*/
    /*content: "\e6dd"*/
/*}*/

/*.icon-close:before {*/
    /*content: "\e6de"*/
/*}*/

/*.icon-cmd:before {*/
    /*content: "\e6df"*/
/*}*/

/*.icon-forbid:before {*/
    /*content: "\e6e0"*/
/*}*/

/*.icon-book:before {*/
    /*content: "\e6e1"*/
/*}*/

/*.icon-spinner:before {*/
    /*content: "\e6e2"*/
/*}*/

/*.icon-play4:before {*/
    /*content: "\e6e3"*/
/*}*/

/*.icon-stop3:before {*/
    /*content: "\e6e4"*/
/*}*/

/*.icon-pause3:before {*/
    /*content: "\e6e5"*/
/*}*/

/*.icon-forward4:before {*/
    /*content: "\e6e6"*/
/*}*/

/*.icon-rewind:before {*/
    /*content: "\e6e7"*/
/*}*/

/*.icon-sound:before {*/
    /*content: "\e6e8"*/
/*}*/

/*.icon-sound-alt:before {*/
    /*content: "\e6e9"*/
/*}*/

/*.icon-soundoff:before {*/
    /*content: "\e6ea"*/
/*}*/

/*.icon-task:before {*/
    /*content: "\e6eb"*/
/*}*/

/*.icon-inbox3:before {*/
    /*content: "\e6ec"*/
/*}*/

/*.icon-inbox-alt:before {*/
    /*content: "\e6ed"*/
/*}*/

/*.icon-envelope2:before {*/
    /*content: "\e6ee"*/
/*}*/

/*.icon-compose:before {*/
    /*content: "\e6ef"*/
/*}*/

/*.icon-newspaper2:before {*/
    /*content: "\e6f0"*/
/*}*/

/*.icon-newspaper-alt:before {*/
    /*content: "\e6f1"*/
/*}*/

/*.icon-clipboard:before {*/
    /*content: "\e6f2"*/
/*}*/

/*.icon-calendar3:before {*/
    /*content: "\e6f3"*/
/*}*/

/*.icon-hyperlink:before {*/
    /*content: "\e6f4"*/
/*}*/

/*.icon-trash2:before {*/
    /*content: "\e6f5"*/
/*}*/

/*.icon-trash-alt:before {*/
    /*content: "\e6f6"*/
/*}*/

/*.icon-grid3:before {*/
    /*content: "\e6f7"*/
/*}*/

/*.icon-grid-alt:before {*/
    /*content: "\e6f8"*/
/*}*/

/*.icon-menu:before {*/
    /*content: "\e6f9"*/
/*}*/

/*.icon-list4:before {*/
    /*content: "\e6fa"*/
/*}*/

/*.icon-gallery:before {*/
    /*content: "\e6fb"*/
/*}*/

/*.icon-calculator:before {*/
    /*content: "\e6fc"*/
/*}*/

/*.icon-windows:before {*/
    /*content: "\e6fd"*/
/*}*/

/*.icon-browser:before {*/
    /*content: "\e6fe"*/
/*}*/

/*.icon-alarm2:before {*/
    /*content: "\e6ff"*/
/*}*/

/*.icon-clock4:before {*/
    /*content: "\e700"*/
/*}*/

/*.icon-attachment:before {*/
    /*content: "\e701"*/
/*}*/

/*.icon-settings:before {*/
    /*content: "\e702"*/
/*}*/

/*.icon-portfolio:before {*/
    /*content: "\e703"*/
/*}*/

/*.icon-user3:before {*/
    /*content: "\e704"*/
/*}*/

/*.icon-users2:before {*/
    /*content: "\e705"*/
/*}*/

/*.icon-heart3:before {*/
    /*content: "\e706"*/
/*}*/

/*.icon-chat2:before {*/
    /*content: "\e707"*/
/*}*/

/*.icon-comments:before {*/
    /*content: "\e708"*/
/*}*/

/*.icon-screen:before {*/
    /*content: "\e709"*/
/*}*/

/*.icon-iphone:before {*/
    /*content: "\e70a"*/
/*}*/

/*.icon-ipad:before {*/
    /*content: "\e70b"*/
/*}*/

/*.icon-forkandspoon:before {*/
    /*content: "\e70c"*/
/*}*/

/*.icon-forkandknife:before {*/
    /*content: "\e70d"*/
/*}*/

/*.icon-instagram2:before {*/
    /*content: "\e70e"*/
/*}*/

/*.icon-facebook4:before {*/
    /*content: "\e70f"*/
/*}*/

/*.icon-delicious:before {*/
    /*content: "\e710"*/
/*}*/

/*.icon-googleplus2:before {*/
    /*content: "\e711"*/
/*}*/

/*.icon-dribbble4:before {*/
    /*content: "\e712"*/
/*}*/

/*.icon-pin2:before {*/
    /*content: "\e713"*/
/*}*/

/*.icon-pin-alt:before {*/
    /*content: "\e714"*/
/*}*/

/*.icon-camera4:before {*/
    /*content: "\e715"*/
/*}*/

/*.icon-brightness2:before {*/
    /*content: "\e716"*/
/*}*/

/*.icon-brightness-half:before {*/
    /*content: "\e717"*/
/*}*/

/*.icon-moon3:before {*/
    /*content: "\e718"*/
/*}*/

/*.icon-cloud8:before {*/
    /*content: "\e719"*/
/*}*/

/*.icon-circle-full:before {*/
    /*content: "\e71a"*/
/*}*/

/*.icon-circle-half:before {*/
    /*content: "\e71b"*/
/*}*/

/*.icon-globe:before {*/
    /*content: "\e71c"*/
/*}*/

/*.icon-chat3:before {*/
    /*content: "\e71d"*/
/*}*/

/*.icon-chat-alt-stroke:before {*/
    /*content: "\e71e"*/
/*}*/

/*.icon-chat-alt-fill:before {*/
    /*content: "\e71f"*/
/*}*/

/*.icon-comment-alt1-stroke:before {*/
    /*content: "\e720"*/
/*}*/

/*.icon-comment3:before {*/
    /*content: "\e721"*/
/*}*/

/*.icon-comment-stroke:before {*/
    /*content: "\e722"*/
/*}*/

/*.icon-comment-fill:before {*/
    /*content: "\e723"*/
/*}*/

/*.icon-comment-alt2-stroke:before {*/
    /*content: "\e724"*/
/*}*/

/*.icon-comment-alt2-fill:before {*/
    /*content: "\e725"*/
/*}*/

/*.icon-checkmark3:before {*/
    /*content: "\e726"*/
/*}*/

/*.icon-check-alt:before {*/
    /*content: "\e727"*/
/*}*/

/*.icon-x:before {*/
    /*content: "\e728"*/
/*}*/

/*.icon-x-altx-alt:before {*/
    /*content: "\e729"*/
/*}*/

/*.icon-denied:before {*/
    /*content: "\e72a"*/
/*}*/

/*.icon-cursor:before {*/
    /*content: "\e72b"*/
/*}*/

/*.icon-rss:before {*/
    /*content: "\e72c"*/
/*}*/

/*.icon-rss-alt:before {*/
    /*content: "\e72d"*/
/*}*/

/*.icon-wrench2:before {*/
    /*content: "\e72e"*/
/*}*/

/*.icon-dial:before {*/
    /*content: "\e72f"*/
/*}*/

/*.icon-cog2:before {*/
    /*content: "\e730"*/
/*}*/

/*.icon-calendar4:before {*/
    /*content: "\e731"*/
/*}*/

/*.icon-calendar-alt-stroke:before {*/
    /*content: "\e732"*/
/*}*/

/*.icon-calendar-alt-fill:before {*/
    /*content: "\e733"*/
/*}*/

/*.icon-share3:before {*/
    /*content: "\e734"*/
/*}*/

/*.icon-mail:before {*/
    /*content: "\e735"*/
/*}*/

/*.icon-heart-stroke:before {*/
    /*content: "\e736"*/
/*}*/

/*.icon-heart-fill:before {*/
    /*content: "\e737"*/
/*}*/

/*.icon-movie:before {*/
    /*content: "\e738"*/
/*}*/

/*.icon-document-alt-stroke:before {*/
    /*content: "\e739"*/
/*}*/

/*.icon-document-alt-fill:before {*/
    /*content: "\e73a"*/
/*}*/

/*.icon-document-stroke:before {*/
    /*content: "\e73b"*/
/*}*/

/*.icon-document-fill:before {*/
    /*content: "\e73c"*/
/*}*/

/*.icon-plus3:before {*/
    /*content: "\e73d"*/
/*}*/

/*.icon-plus-alt:before {*/
    /*content: "\e73e"*/
/*}*/

/*.icon-minus3:before {*/
    /*content: "\e73f"*/
/*}*/

/*.icon-minus-alt:before {*/
    /*content: "\e740"*/
/*}*/

/*.icon-pin3:before {*/
    /*content: "\e741"*/
/*}*/

/*.icon-link:before {*/
    /*content: "\e742"*/
/*}*/

/*.icon-bolt2:before {*/
    /*content: "\e743"*/
/*}*/

/*.icon-move2:before {*/
    /*content: "\e744"*/
/*}*/

/*.icon-move-alt1:before {*/
    /*content: "\e745"*/
/*}*/

/*.icon-move-alt2:before {*/
    /*content: "\e746"*/
/*}*/

/*.icon-equalizer:before {*/
    /*content: "\e747"*/
/*}*/

/*.icon-award-fill:before {*/
    /*content: "\e748"*/
/*}*/

/*.icon-award-stroke:before {*/
    /*content: "\e749"*/
/*}*/

/*.icon-magnifying-glass:before {*/
    /*content: "\e74a"*/
/*}*/

/*.icon-trash-stroke:before {*/
    /*content: "\e74b"*/
/*}*/

/*.icon-trash-fill:before {*/
    /*content: "\e74c"*/
/*}*/

/*.icon-beaker-alt:before {*/
    /*content: "\e74d"*/
/*}*/

/*.icon-beaker:before {*/
    /*content: "\e74e"*/
/*}*/

/*.icon-key-stroke:before {*/
    /*content: "\e74f"*/
/*}*/

/*.icon-key-fill:before {*/
    /*content: "\e750"*/
/*}*/

/*.icon-new-window:before {*/
    /*content: "\e751"*/
/*}*/

/*.icon-lightbulb2:before {*/
    /*content: "\e752"*/
/*}*/

/*.icon-spin-alt:before {*/
    /*content: "\e753"*/
/*}*/

/*.icon-spin:before {*/
    /*content: "\e754"*/
/*}*/

/*.icon-curved-arrow:before {*/
    /*content: "\e755"*/
/*}*/

/*.icon-undo:before {*/
    /*content: "\e756"*/
/*}*/

/*.icon-reload:before {*/
    /*content: "\e757"*/
/*}*/

/*.icon-reload-alt:before {*/
    /*content: "\e758"*/
/*}*/

/*.icon-loop:before {*/
    /*content: "\e759"*/
/*}*/

/*.icon-loop-alt1:before {*/
    /*content: "\e75a"*/
/*}*/

/*.icon-loop-alt2:before {*/
    /*content: "\e75b"*/
/*}*/

/*.icon-loop-alt3:before {*/
    /*content: "\e75c"*/
/*}*/

/*.icon-loop-alt4:before {*/
    /*content: "\e75d"*/
/*}*/

/*.icon-transfer:before {*/
    /*content: "\e75e"*/
/*}*/

/*.icon-move-vertical:before {*/
    /*content: "\e75f"*/
/*}*/

/*.icon-move-vertical-alt1:before {*/
    /*content: "\e760"*/
/*}*/

/*.icon-move-vertical-alt2:before {*/
    /*content: "\e761"*/
/*}*/

/*.icon-move-horizontal:before {*/
    /*content: "\e762"*/
/*}*/

/*.icon-move-horizontal-alt1:before {*/
    /*content: "\e763"*/
/*}*/

/*.icon-move-horizontal-alt2:before {*/
    /*content: "\e764"*/
/*}*/

/*.icon-arrow-left:before {*/
    /*content: "\e765"*/
/*}*/

/*.icon-arrow-left-alt1:before {*/
    /*content: "\e766"*/
/*}*/

/*.icon-arrow-left-alt2:before {*/
    /*content: "\e767"*/
/*}*/

/*.icon-arrow-right:before {*/
    /*content: "\e768"*/
/*}*/

/*.icon-arrow-right-alt1:before {*/
    /*content: "\e769"*/
/*}*/

/*.icon-arrow-right-alt2:before {*/
    /*content: "\e76a"*/
/*}*/

/*.icon-arrow-up:before {*/
    /*content: "\e76b"*/
/*}*/

/*.icon-arrow-up-alt1:before {*/
    /*content: "\e76c"*/
/*}*/

/*.icon-arrow-up-alt2:before {*/
    /*content: "\e76d"*/
/*}*/

/*.icon-arrow-down:before {*/
    /*content: "\e76e"*/
/*}*/

/*.icon-arrow-down-alt1:before {*/
    /*content: "\e76f"*/
/*}*/

/*.icon-arrow-down-alt2:before {*/
    /*content: "\e770"*/
/*}*/

/*.icon-cd:before {*/
    /*content: "\e771"*/
/*}*/

/*.icon-steering-wheel:before {*/
    /*content: "\e772"*/
/*}*/

/*.icon-microphone:before {*/
    /*content: "\e773"*/
/*}*/

/*.icon-headphones2:before {*/
    /*content: "\e774"*/
/*}*/

/*.icon-volume3:before {*/
    /*content: "\e775"*/
/*}*/

/*.icon-volume-mute:before {*/
    /*content: "\e776"*/
/*}*/

/*.icon-play5:before {*/
    /*content: "\e777"*/
/*}*/

/*.icon-pause4:before {*/
    /*content: "\e778"*/
/*}*/

/*.icon-stop4:before {*/
    /*content: "\e779"*/
/*}*/

/*.icon-eject:before {*/
    /*content: "\e77a"*/
/*}*/

/*.icon-first:before {*/
    /*content: "\e77b"*/
/*}*/

/*.icon-last:before {*/
    /*content: "\e77c"*/
/*}*/

/*.icon-play-alt:before {*/
    /*content: "\e77d"*/
/*}*/

/*.icon-fullscreen-exit:before {*/
    /*content: "\e77e"*/
/*}*/

/*.icon-fullscreen-exit-alt:before {*/
    /*content: "\e77f"*/
/*}*/

/*.icon-fullscreen:before {*/
    /*content: "\e780"*/
/*}*/

/*.icon-fullscreen-alt:before {*/
    /*content: "\e781"*/
/*}*/

/*.icon-iphone2:before {*/
    /*content: "\e782"*/
/*}*/

/*.icon-battery-empty:before {*/
    /*content: "\e783"*/
/*}*/

/*.icon-battery-half:before {*/
    /*content: "\e784"*/
/*}*/

/*.icon-battery-full:before {*/
    /*content: "\e785"*/
/*}*/

/*.icon-battery-charging:before {*/
    /*content: "\e786"*/
/*}*/

/*.icon-compass5:before {*/
    /*content: "\e787"*/
/*}*/

/*.icon-box:before {*/
    /*content: "\e788"*/
/*}*/

/*.icon-folder-stroke:before {*/
    /*content: "\e789"*/
/*}*/

/*.icon-folder-fill:before {*/
    /*content: "\e78a"*/
/*}*/

/*.icon-at:before {*/
    /*content: "\e78b"*/
/*}*/

/*.icon-ampersand2:before {*/
    /*content: "\e78c"*/
/*}*/

/*.icon-info2:before {*/
    /*content: "\e78d"*/
/*}*/

/*.icon-question-mark:before {*/
    /*content: "\e78e"*/
/*}*/

/*.icon-pilcrow:before {*/
    /*content: "\e78f"*/
/*}*/

/*.icon-hash:before {*/
    /*content: "\e790"*/
/*}*/

/*.icon-left-quote:before {*/
    /*content: "\e791"*/
/*}*/

/*.icon-right-quote:before {*/
    /*content: "\e792"*/
/*}*/

/*.icon-left-quote-alt:before {*/
    /*content: "\e793"*/
/*}*/

/*.icon-right-quote-alt:before {*/
    /*content: "\e794"*/
/*}*/

/*.icon-article:before {*/
    /*content: "\e795"*/
/*}*/

/*.icon-read-more:before {*/
    /*content: "\e796"*/
/*}*/

/*.icon-list5:before {*/
    /*content: "\e797"*/
/*}*/

/*.icon-list-nested:before {*/
    /*content: "\e798"*/
/*}*/

/*.icon-book2:before {*/
    /*content: "\e799"*/
/*}*/

/*.icon-book-alt:before {*/
    /*content: "\e79a"*/
/*}*/

/*.icon-book-alt2:before {*/
    /*content: "\e79b"*/
/*}*/

/*.icon-pen:before {*/
    /*content: "\e79c"*/
/*}*/

/*.icon-pen-alt-stroke:before {*/
    /*content: "\e79d"*/
/*}*/

/*.icon-pen-alt-fill:before {*/
    /*content: "\e79e"*/
/*}*/

/*.icon-pen-alt2:before {*/
    /*content: "\e79f"*/
/*}*/

/*.icon-brush:before {*/
    /*content: "\e7a0"*/
/*}*/

/*.icon-brush-alt:before {*/
    /*content: "\e7a1"*/
/*}*/

/*.icon-eyedropper:before {*/
    /*content: "\e7a2"*/
/*}*/

/*.icon-layers-alt:before {*/
    /*content: "\e7a3"*/
/*}*/

/*.icon-layers:before {*/
    /*content: "\e7a4"*/
/*}*/

/*.icon-image:before {*/
    /*content: "\e7a5"*/
/*}*/

/*.icon-camera5:before {*/
    /*content: "\e7a6"*/
/*}*/

/*.icon-aperture:before {*/
    /*content: "\e7a7"*/
/*}*/

/*.icon-aperture-alt:before {*/
    /*content: "\e7a8"*/
/*}*/

/*.icon-chart2:before {*/
    /*content: "\e7a9"*/
/*}*/

/*.icon-chart-alt:before {*/
    /*content: "\e7aa"*/
/*}*/

/*.icon-bars:before {*/
    /*content: "\e7ab"*/
/*}*/

/*.icon-bars-alt:before {*/
    /*content: "\e7ac"*/
/*}*/

/*.icon-eye2:before {*/
    /*content: "\e7ad"*/
/*}*/

/*.icon-user4:before {*/
    /*content: "\e7ae"*/
/*}*/

/*.icon-home6:before {*/
    /*content: "\e7af"*/
/*}*/

/*.icon-clock5:before {*/
    /*content: "\e7b0"*/
/*}*/

/*.icon-lock-stroke:before {*/
    /*content: "\e7b1"*/
/*}*/

/*.icon-lock-fill:before {*/
    /*content: "\e7b2"*/
/*}*/

/*.icon-unlock-stroke:before {*/
    /*content: "\e7b3"*/
/*}*/

/*.icon-unlock-fill:before {*/
    /*content: "\e7b4"*/
/*}*/

/*.icon-tag-stroke:before {*/
    /*content: "\e7b5"*/
/*}*/

/*.icon-tag-fill:before {*/
    /*content: "\e7b6"*/
/*}*/

/*.icon-sun-stroke:before {*/
    /*content: "\e7b7"*/
/*}*/

/*.icon-sun-fill:before {*/
    /*content: "\e7b8"*/
/*}*/

/*.icon-moon-stroke:before {*/
    /*content: "\e7b9"*/
/*}*/

/*.icon-moon-fill:before {*/
    /*content: "\e7ba"*/
/*}*/

/*.icon-cloud9:before {*/
    /*content: "\e7bb"*/
/*}*/

/*.icon-rain:before {*/
    /*content: "\e7bc"*/
/*}*/

/*.icon-umbrella:before {*/
    /*content: "\e7bd"*/
/*}*/

/*.icon-star3:before {*/
    /*content: "\e7be"*/
/*}*/

/*.icon-map-pin-stroke:before {*/
    /*content: "\e7bf"*/
/*}*/

/*.icon-map-pin-fill:before {*/
    /*content: "\e7c0"*/
/*}*/

/*.icon-map-pin-alt:before {*/
    /*content: "\e7c1"*/
/*}*/

/*.icon-target4:before {*/
    /*content: "\e7c2"*/
/*}*/

/*.icon-download:before {*/
    /*content: "\e7c3"*/
/*}*/

/*.icon-upload:before {*/
    /*content: "\e7c4"*/
/*}*/

/*.icon-cloud-download:before {*/
    /*content: "\e7c5"*/
/*}*/

/*.icon-cloud-upload:before {*/
    /*content: "\e7c6"*/
/*}*/

/*.icon-fork:before {*/
    /*content: "\e7c7"*/
/*}*/

/*.icon-paperclip2:before {*/
    /*content: "\e7c8"*/
/*}*/

/*.icon-alert:before {*/
    /*content: "\f02d"*/
/*}*/

/*.icon-alignment-align:before {*/
    /*content: "\f08a"*/
/*}*/

/*.icon-alignment-aligned-to:before {*/
    /*content: "\f08e"*/
/*}*/

/*.icon-alignment-unalign:before {*/
    /*content: "\f08b"*/
/*}*/

/*.icon-arrow-down3:before {*/
    /*content: "\f03f"*/
/*}*/

/*.icon-arrow-left3:before {*/
    /*content: "\f040"*/
/*}*/

/*.icon-arrow-right3:before {*/
    /*content: "\f03e"*/
/*}*/

/*.icon-arrow-small-down:before {*/
    /*content: "\f0a0"*/
/*}*/

/*.icon-arrow-small-left:before {*/
    /*content: "\f0a1"*/
/*}*/

/*.icon-arrow-small-right:before {*/
    /*content: "\f071"*/
/*}*/

/*.icon-arrow-small-up:before {*/
    /*content: "\f09f"*/
/*}*/

/*.icon-arrow-up3:before {*/
    /*content: "\f03d"*/
/*}*/

/*.icon-beer:before {*/
    /*content: "\f069"*/
/*}*/

/*.icon-book3:before {*/
    /*content: "\f007"*/
/*}*/

/*.icon-bookmark3:before {*/
    /*content: "\f07b"*/
/*}*/

/*.icon-briefcase3:before {*/
    /*content: "\f0d3"*/
/*}*/

/*.icon-broadcast:before {*/
    /*content: "\f048"*/
/*}*/

/*.icon-browser2:before {*/
    /*content: "\f0c5"*/
/*}*/

/*.icon-bug2:before {*/
    /*content: "\f091"*/
/*}*/

/*.icon-calendar5:before {*/
    /*content: "\f068"*/
/*}*/

/*.icon-check:before {*/
    /*content: "\f03a"*/
/*}*/

/*.icon-checklist:before {*/
    /*content: "\f076"*/
/*}*/

/*.icon-chevron-down:before {*/
    /*content: "\f0a3"*/
/*}*/

/*.icon-chevron-left:before {*/
    /*content: "\f0a4"*/
/*}*/

/*.icon-chevron-right:before {*/
    /*content: "\f078"*/
/*}*/

/*.icon-chevron-up:before {*/
    /*content: "\f0a2"*/
/*}*/

/*.icon-circle-slash:before {*/
    /*content: "\f084"*/
/*}*/

/*.icon-circuit-board:before {*/
    /*content: "\f0d6"*/
/*}*/

/*.icon-clippy:before {*/
    /*content: "\f035"*/
/*}*/

/*.icon-clock6:before {*/
    /*content: "\f046"*/
/*}*/

/*.icon-cloud-download2:before {*/
    /*content: "\f00b"*/
/*}*/

/*.icon-cloud-upload2:before {*/
    /*content: "\f00c"*/
/*}*/

/*.icon-code2:before {*/
    /*content: "\f05f"*/
/*}*/

/*.icon-color-mode:before {*/
    /*content: "\f065"*/
/*}*/

/*.icon-comment4:before {*/
    /*content: "\f02b"*/
/*}*/

/*.icon-comment-discussion:before {*/
    /*content: "\f04f"*/
/*}*/

/*.icon-credit-card:before {*/
    /*content: "\f045"*/
/*}*/

/*.icon-dash:before {*/
    /*content: "\f0ca"*/
/*}*/

/*.icon-dashboard:before {*/
    /*content: "\f07d"*/
/*}*/

/*.icon-database2:before {*/
    /*content: "\f096"*/
/*}*/

/*.icon-device-camera:before {*/
    /*content: "\f056"*/
/*}*/

/*.icon-device-camera-video:before {*/
    /*content: "\f057"*/
/*}*/

/*.icon-device-desktop:before {*/
    /*content: "\f27c"*/
/*}*/

/*.icon-device-mobile:before {*/
    /*content: "\f038"*/
/*}*/

/*.icon-diff:before {*/
    /*content: "\f04d"*/
/*}*/

/*.icon-diff-added:before {*/
    /*content: "\f06b"*/
/*}*/

/*.icon-diff-ignored:before {*/
    /*content: "\f099"*/
/*}*/

/*.icon-diff-modified:before {*/
    /*content: "\f06d"*/
/*}*/

/*.icon-diff-removed:before {*/
    /*content: "\f06c"*/
/*}*/

/*.icon-diff-renamed:before {*/
    /*content: "\f06e"*/
/*}*/

/*.icon-ellipsis:before {*/
    /*content: "\f09a"*/
/*}*/

/*.icon-eye3:before {*/
    /*content: "\f04e"*/
/*}*/

/*.icon-file-binary:before {*/
    /*content: "\f094"*/
/*}*/

/*.icon-file-code:before {*/
    /*content: "\f010"*/
/*}*/

/*.icon-file-directory:before {*/
    /*content: "\f016"*/
/*}*/

/*.icon-file-media:before {*/
    /*content: "\f012"*/
/*}*/

/*.icon-file-pdf:before {*/
    /*content: "\f014"*/
/*}*/

/*.icon-file-submodule:before {*/
    /*content: "\f017"*/
/*}*/

/*.icon-file-symlink-directory:before {*/
    /*content: "\f0b1"*/
/*}*/

/*.icon-file-symlink-file:before {*/
    /*content: "\f0b0"*/
/*}*/

/*.icon-file-text:before {*/
    /*content: "\f011"*/
/*}*/

/*.icon-file-zip:before {*/
    /*content: "\f013"*/
/*}*/

/*.icon-flame:before {*/
    /*content: "\f0d2"*/
/*}*/

/*.icon-fold:before {*/
    /*content: "\f0cc"*/
/*}*/

/*.icon-gear:before {*/
    /*content: "\f02f"*/
/*}*/

/*.icon-gift2:before {*/
    /*content: "\f042"*/
/*}*/

/*.icon-gist:before {*/
    /*content: "\f00e"*/
/*}*/

/*.icon-gist-secret:before {*/
    /*content: "\f08c"*/
/*}*/

/*.icon-git-branch:before {*/
    /*content: "\f020"*/
/*}*/

/*.icon-git-commit:before {*/
    /*content: "\f01f"*/
/*}*/

/*.icon-git-compare:before {*/
    /*content: "\f0ac"*/
/*}*/

/*.icon-git-merge:before {*/
    /*content: "\f023"*/
/*}*/

/*.icon-git-pull-request:before {*/
    /*content: "\f009"*/
/*}*/

/*.icon-globe2:before {*/
    /*content: "\f0b6"*/
/*}*/

/*.icon-graph:before {*/
    /*content: "\f043"*/
/*}*/

/*.icon-heart4:before {*/
    /*content: "\2665"*/
/*}*/

/*.icon-history:before {*/
    /*content: "\f07e"*/
/*}*/

/*.icon-home7:before {*/
    /*content: "\f08d"*/
/*}*/

/*.icon-horizontal-rule:before {*/
    /*content: "\f070"*/
/*}*/

/*.icon-hourglass:before {*/
    /*content: "\f09e"*/
/*}*/

/*.icon-hubot:before {*/
    /*content: "\f09d"*/
/*}*/

/*.icon-inbox4:before {*/
    /*content: "\f0cf"*/
/*}*/

/*.icon-info3:before {*/
    /*content: "\f059"*/
/*}*/

/*.icon-issue-closed:before {*/
    /*content: "\f028"*/
/*}*/

/*.icon-issue-opened:before {*/
    /*content: "\f026"*/
/*}*/

/*.icon-issue-reopened:before {*/
    /*content: "\f027"*/
/*}*/

/*.icon-jersey:before {*/
    /*content: "\f019"*/
/*}*/

/*.icon-jump-down:before {*/
    /*content: "\f072"*/
/*}*/

/*.icon-jump-left:before {*/
    /*content: "\f0a5"*/
/*}*/

/*.icon-jump-right:before {*/
    /*content: "\f0a6"*/
/*}*/

/*.icon-jump-up:before {*/
    /*content: "\f073"*/
/*}*/

/*.icon-key3:before {*/
    /*content: "\f049"*/
/*}*/

/*.icon-keyboard2:before {*/
    /*content: "\f00d"*/
/*}*/

/*.icon-law:before {*/
    /*content: "\f0d8"*/
/*}*/

/*.icon-light-bulb:before {*/
    /*content: "\f000"*/
/*}*/

/*.icon-link2:before {*/
    /*content: "\f05c"*/
/*}*/

/*.icon-link-external:before {*/
    /*content: "\f07f"*/
/*}*/

/*.icon-list-ordered:before {*/
    /*content: "\f062"*/
/*}*/

/*.icon-list-unordered:before {*/
    /*content: "\f061"*/
/*}*/

/*.icon-location4:before {*/
    /*content: "\f060"*/
/*}*/

/*.icon-lock:before {*/
    /*content: "\f06a"*/
/*}*/

/*.icon-logo-github:before {*/
    /*content: "\f092"*/
/*}*/

/*.icon-mail5:before {*/
    /*content: "\f03b"*/
/*}*/

/*.icon-mail-read:before {*/
    /*content: "\f03c"*/
/*}*/

/*.icon-mail-reply:before {*/
    /*content: "\f051"*/
/*}*/

/*.icon-mark-github:before {*/
    /*content: "\f00a"*/
/*}*/

/*.icon-markdown:before {*/
    /*content: "\f0c9"*/
/*}*/

/*.icon-megaphone:before {*/
    /*content: "\f077"*/
/*}*/

/*.icon-mention:before {*/
    /*content: "\f0be"*/
/*}*/

/*.icon-microscope:before {*/
    /*content: "\f089"*/
/*}*/

/*.icon-milestone:before {*/
    /*content: "\f075"*/
/*}*/

/*.icon-mirror:before {*/
    /*content: "\f024"*/
/*}*/

/*.icon-mortar-board:before {*/
    /*content: "\f0d7"*/
/*}*/

/*.icon-move-down:before {*/
    /*content: "\f0a8"*/
/*}*/

/*.icon-move-left:before {*/
    /*content: "\f074"*/
/*}*/

/*.icon-move-right:before {*/
    /*content: "\f0a9"*/
/*}*/

/*.icon-move-up:before {*/
    /*content: "\f0a7"*/
/*}*/

/*.icon-mute:before {*/
    /*content: "\f080"*/
/*}*/

/*.icon-no-newline:before {*/
    /*content: "\f09c"*/
/*}*/

/*.icon-octoface:before {*/
    /*content: "\f008"*/
/*}*/

/*.icon-organization:before {*/
    /*content: "\f037"*/
/*}*/

/*.icon-package:before {*/
    /*content: "\f0c4"*/
/*}*/

/*.icon-paintcan:before {*/
    /*content: "\f0d1"*/
/*}*/

/*.icon-pencil3:before {*/
    /*content: "\f058"*/
/*}*/

/*.icon-person:before {*/
    /*content: "\f018"*/
/*}*/

/*.icon-pin4:before {*/
    /*content: "\f041"*/
/*}*/

/*.icon-playback-fast-forward:before {*/
    /*content: "\f0bd"*/
/*}*/

/*.icon-playback-pause:before {*/
    /*content: "\f0bb"*/
/*}*/

/*.icon-playback-play:before {*/
    /*content: "\f0bf"*/
/*}*/

/*.icon-playback-rewind:before {*/
    /*content: "\f0bc"*/
/*}*/

/*.icon-plug:before {*/
    /*content: "\f0d4"*/
/*}*/

/*.icon-plus4:before {*/
    /*content: "\f05d"*/
/*}*/

/*.icon-podium:before {*/
    /*content: "\f0af"*/
/*}*/

/*.icon-primitive-dot:before {*/
    /*content: "\f052"*/
/*}*/

/*.icon-primitive-square:before {*/
    /*content: "\f053"*/
/*}*/

/*.icon-pulse:before {*/
    /*content: "\f085"*/
/*}*/

/*.icon-puzzle:before {*/
    /*content: "\f0c0"*/
/*}*/

/*.icon-question3:before {*/
    /*content: "\f02c"*/
/*}*/

/*.icon-quote:before {*/
    /*content: "\f063"*/
/*}*/

/*.icon-radio-tower:before {*/
    /*content: "\f030"*/
/*}*/

/*.icon-repo:before {*/
    /*content: "\f001"*/
/*}*/

/*.icon-repo-clone:before {*/
    /*content: "\f04c"*/
/*}*/

/*.icon-repo-force-push:before {*/
    /*content: "\f04a"*/
/*}*/

/*.icon-repo-forked:before {*/
    /*content: "\f002"*/
/*}*/

/*.icon-repo-pull:before {*/
    /*content: "\f006"*/
/*}*/

/*.icon-repo-push:before {*/
    /*content: "\f005"*/
/*}*/

/*.icon-rocket:before {*/
    /*content: "\f033"*/
/*}*/

/*.icon-rss2:before {*/
    /*content: "\f034"*/
/*}*/

/*.icon-ruby:before {*/
    /*content: "\f047"*/
/*}*/

/*.icon-screen-full:before {*/
    /*content: "\f066"*/
/*}*/

/*.icon-screen-normal:before {*/
    /*content: "\f067"*/
/*}*/

/*.icon-search4:before {*/
    /*content: "\f02e"*/
/*}*/

/*.icon-server:before {*/
    /*content: "\f097"*/
/*}*/

/*.icon-settings2:before {*/
    /*content: "\f07c"*/
/*}*/

/*.icon-sign-in:before {*/
    /*content: "\f036"*/
/*}*/

/*.icon-sign-out:before {*/
    /*content: "\f032"*/
/*}*/

/*.icon-split:before {*/
    /*content: "\f0c6"*/
/*}*/

/*.icon-squirrel:before {*/
    /*content: "\f0b2"*/
/*}*/

/*.icon-star4:before {*/
    /*content: "\f02a"*/
/*}*/

/*.icon-steps:before {*/
    /*content: "\f0c7"*/
/*}*/

/*.icon-stop5:before {*/
    /*content: "\f08f"*/
/*}*/

/*.icon-sync:before {*/
    /*content: "\f087"*/
/*}*/

/*.icon-tag3:before {*/
    /*content: "\f015"*/
/*}*/

/*.icon-telescope:before {*/
    /*content: "\f088"*/
/*}*/

/*.icon-terminal:before {*/
    /*content: "\f0c8"*/
/*}*/

/*.icon-three-bars:before {*/
    /*content: "\f05e"*/
/*}*/

/*.icon-tools:before {*/
    /*content: "\f031"*/
/*}*/

/*.icon-trashcan2:before {*/
    /*content: "\f0d0"*/
/*}*/

/*.icon-triangle-down:before {*/
    /*content: "\f05b"*/
/*}*/

/*.icon-triangle-left:before {*/
    /*content: "\f044"*/
/*}*/

/*.icon-triangle-right:before {*/
    /*content: "\f05a"*/
/*}*/

/*.icon-triangle-up:before {*/
    /*content: "\f0aa"*/
/*}*/

/*.icon-unfold:before {*/
    /*content: "\f039"*/
/*}*/

/*.icon-unmute:before {*/
    /*content: "\f0ba"*/
/*}*/

/*.icon-versions:before {*/
    /*content: "\f064"*/
/*}*/

/*.icon-x2:before {*/
    /*content: "\f081"*/
/*}*/

/*.icon-zap:before {*/
    /*content: "\26a1"*/
/*}*/

/*.icon-home8:before {*/
    /*content: "\e900"*/
/*}*/

/*.icon-home2:before {*/
    /*content: "\e901"*/
/*}*/

/*.icon-home3:before {*/
    /*content: "\e902"*/
/*}*/

/*.icon-office:before {*/
    /*content: "\e903"*/
/*}*/

/*.icon-newspaper3:before {*/
    /*content: "\e904"*/
/*}*/

/*.icon-pencil4:before {*/
    /*content: "\e905"*/
/*}*/

/*.icon-pencil2:before {*/
    /*content: "\e906"*/
/*}*/

/*.icon-quill:before {*/
    /*content: "\e907"*/
/*}*/

/*.icon-pen2:before {*/
    /*content: "\e908"*/
/*}*/

/*.icon-blog:before {*/
    /*content: "\e909"*/
/*}*/

/*.icon-eyedropper2:before {*/
    /*content: "\e90a"*/
/*}*/

/*.icon-droplet2:before {*/
    /*content: "\e90b"*/
/*}*/

/*.icon-paint-format:before {*/
    /*content: "\e90c"*/
/*}*/

/*.icon-image2:before {*/
    /*content: "\e90d"*/
/*}*/

/*.icon-images:before {*/
    /*content: "\e90e"*/
/*}*/

/*.icon-camera6:before {*/
    /*content: "\e90f"*/
/*}*/

/*.icon-headphones3:before {*/
    /*content: "\e910"*/
/*}*/

/*.icon-music2:before {*/
    /*content: "\e911"*/
/*}*/

/*.icon-play6:before {*/
    /*content: "\e912"*/
/*}*/

/*.icon-film3:before {*/
    /*content: "\e913"*/
/*}*/

/*.icon-video-camera:before {*/
    /*content: "\e914"*/
/*}*/

/*.icon-dice:before {*/
    /*content: "\e915"*/
/*}*/

/*.icon-pacman:before {*/
    /*content: "\e916"*/
/*}*/

/*.icon-spades:before {*/
    /*content: "\e917"*/
/*}*/

/*.icon-clubs:before {*/
    /*content: "\e918"*/
/*}*/

/*.icon-diamonds:before {*/
    /*content: "\e919"*/
/*}*/

/*.icon-bullhorn:before {*/
    /*content: "\e91a"*/
/*}*/

/*.icon-connection:before {*/
    /*content: "\e91b"*/
/*}*/

/*.icon-podcast:before {*/
    /*content: "\e91c"*/
/*}*/

/*.icon-feed5:before {*/
    /*content: "\e91d"*/
/*}*/

/*.icon-mic2:before {*/
    /*content: "\e91e"*/
/*}*/

/*.icon-book4:before {*/
    /*content: "\e91f"*/
/*}*/

/*.icon-books:before {*/
    /*content: "\e920"*/
/*}*/

/*.icon-library:before {*/
    /*content: "\e921"*/
/*}*/

/*.icon-file-text3:before {*/
    /*content: "\e922"*/
/*}*/

/*.icon-profile:before {*/
    /*content: "\e923"*/
/*}*/

/*.icon-file-empty:before {*/
    /*content: "\e924"*/
/*}*/

/*.icon-files-empty:before {*/
    /*content: "\e925"*/
/*}*/

/*.icon-file-text2:before {*/
    /*content: "\e926"*/
/*}*/

/*.icon-file-picture:before {*/
    /*content: "\e927"*/
/*}*/

/*.icon-file-music:before {*/
    /*content: "\e928"*/
/*}*/

/*.icon-file-play:before {*/
    /*content: "\e929"*/
/*}*/

/*.icon-file-video:before {*/
    /*content: "\e92a"*/
/*}*/

/*.icon-file-zip2:before {*/
    /*content: "\e92b"*/
/*}*/

/*.icon-copy:before {*/
    /*content: "\e92c"*/
/*}*/

/*.icon-paste:before {*/
    /*content: "\e92d"*/
/*}*/

/*.icon-stack:before {*/
    /*content: "\e92e"*/
/*}*/

/*.icon-folder2:before {*/
    /*content: "\e92f"*/
/*}*/

/*.icon-folder-open:before {*/
    /*content: "\e930"*/
/*}*/

/*.icon-folder-plus:before {*/
    /*content: "\e931"*/
/*}*/

/*.icon-folder-minus:before {*/
    /*content: "\e932"*/
/*}*/

/*.icon-folder-download:before {*/
    /*content: "\e933"*/
/*}*/

/*.icon-folder-upload:before {*/
    /*content: "\e934"*/
/*}*/

/*.icon-price-tag:before {*/
    /*content: "\e935"*/
/*}*/

/*.icon-price-tags:before {*/
    /*content: "\e936"*/
/*}*/

/*.icon-barcode:before {*/
    /*content: "\e937"*/
/*}*/

/*.icon-qrcode:before {*/
    /*content: "\e938"*/
/*}*/

/*.icon-ticket:before {*/
    /*content: "\e939"*/
/*}*/

/*.icon-cart3:before {*/
    /*content: "\e93a"*/
/*}*/

/*.icon-coin-dollar:before {*/
    /*content: "\e93b"*/
/*}*/

/*.icon-coin-euro:before {*/
    /*content: "\e93c"*/
/*}*/

/*.icon-coin-pound:before {*/
    /*content: "\e93d"*/
/*}*/

/*.icon-coin-yen:before {*/
    /*content: "\e93e"*/
/*}*/

/*.icon-credit-card2:before {*/
    /*content: "\e93f"*/
/*}*/

/*.icon-calculator2:before {*/
    /*content: "\e940"*/
/*}*/

/*.icon-lifebuoy:before {*/
    /*content: "\e941"*/
/*}*/

/*.icon-phone2:before {*/
    /*content: "\e942"*/
/*}*/

/*.icon-phone-hang-up:before {*/
    /*content: "\e943"*/
/*}*/

/*.icon-address-book:before {*/
    /*content: "\e944"*/
/*}*/

/*.icon-envelop:before {*/
    /*content: "\e945"*/
/*}*/

/*.icon-pushpin:before {*/
    /*content: "\e946"*/
/*}*/

/*.icon-location5:before {*/
    /*content: "\e947"*/
/*}*/

.icon-location2:before {
    content: "\e948"
}

/*.icon-compass6:before {*/
    /*content: "\e949"*/
/*}*/

/*.icon-compass2:before {*/
    /*content: "\e94a"*/
/*}*/

/*.icon-map:before {*/
    /*content: "\e94b"*/
/*}*/

/*.icon-map2:before {*/
    /*content: "\e94c"*/
/*}*/

/*.icon-history2:before {*/
    /*content: "\e94d"*/
/*}*/

/*.icon-clock7:before {*/
    /*content: "\e94e"*/
/*}*/

/*.icon-clock2:before {*/
    /*content: "\e94f"*/
/*}*/

/*.icon-alarm3:before {*/
    /*content: "\e950"*/
/*}*/

/*.icon-bell:before {*/
    /*content: "\e951"*/
/*}*/

/*.icon-stopwatch:before {*/
    /*content: "\e952"*/
/*}*/

/*.icon-calendar6:before {*/
    /*content: "\e953"*/
/*}*/

/*.icon-printer:before {*/
    /*content: "\e954"*/
/*}*/

/*.icon-keyboard3:before {*/
    /*content: "\e955"*/
/*}*/

/*.icon-display:before {*/
    /*content: "\e956"*/
/*}*/

/*.icon-laptop:before {*/
    /*content: "\e957"*/
/*}*/

/*.icon-mobile4:before {*/
    /*content: "\e958"*/
/*}*/

/*.icon-mobile2:before {*/
    /*content: "\e959"*/
/*}*/

/*.icon-tablet:before {*/
    /*content: "\e95a"*/
/*}*/

/*.icon-tv:before {*/
    /*content: "\e95b"*/
/*}*/

/*.icon-drawer:before {*/
    /*content: "\e95c"*/
/*}*/

/*.icon-drawer2:before {*/
    /*content: "\e95d"*/
/*}*/

/*.icon-box-add:before {*/
    /*content: "\e95e"*/
/*}*/

/*.icon-box-remove:before {*/
    /*content: "\e95f"*/
/*}*/

/*.icon-download4:before {*/
    /*content: "\e960"*/
/*}*/

/*.icon-upload4:before {*/
    /*content: "\e961"*/
/*}*/

/*.icon-floppy-disk:before {*/
    /*content: "\e962"*/
/*}*/

/*.icon-drive:before {*/
    /*content: "\e963"*/
/*}*/

/*.icon-database3:before {*/
    /*content: "\e964"*/
/*}*/

/*.icon-undo3:before {*/
    /*content: "\e965"*/
/*}*/

/*.icon-redo:before {*/
    /*content: "\e966"*/
/*}*/

/*.icon-undo2:before {*/
    /*content: "\e967"*/
/*}*/

/*.icon-redo2:before {*/
    /*content: "\e968"*/
/*}*/

/*.icon-forward5:before {*/
    /*content: "\e969"*/
/*}*/

/*.icon-reply2:before {*/
    /*content: "\e96a"*/
/*}*/

/*.icon-bubble:before {*/
    /*content: "\e96b"*/
/*}*/

/*.icon-bubbles:before {*/
    /*content: "\e96c"*/
/*}*/

/*.icon-bubbles2:before {*/
    /*content: "\e96d"*/
/*}*/

/*.icon-bubble2:before {*/
    /*content: "\e96e"*/
/*}*/

/*.icon-bubbles3:before {*/
    /*content: "\e96f"*/
/*}*/

/*.icon-bubbles4:before {*/
    /*content: "\e970"*/
/*}*/

/*.icon-user5:before {*/
    /*content: "\e971"*/
/*}*/

/*.icon-users3:before {*/
    /*content: "\e972"*/
/*}*/

/*.icon-user-plus:before {*/
    /*content: "\e973"*/
/*}*/

/*.icon-user-minus:before {*/
    /*content: "\e974"*/
/*}*/

/*.icon-user-check:before {*/
    /*content: "\e975"*/
/*}*/

/*.icon-user-tie:before {*/
    /*content: "\e976"*/
/*}*/

/*.icon-quotes-left:before {*/
    /*content: "\e977"*/
/*}*/

/*.icon-quotes-right:before {*/
    /*content: "\e978"*/
/*}*/

/*.icon-hour-glass:before {*/
    /*content: "\e979"*/
/*}*/

/*.icon-spinner12:before {*/
    /*content: "\e97a"*/
/*}*/

/*.icon-spinner2:before {*/
    /*content: "\e97b"*/
/*}*/

/*.icon-spinner3:before {*/
    /*content: "\e97c"*/
/*}*/

/*.icon-spinner4:before {*/
    /*content: "\e97d"*/
/*}*/

/*.icon-spinner5:before {*/
    /*content: "\e97e"*/
/*}*/

/*.icon-spinner6:before {*/
    /*content: "\e97f"*/
/*}*/

/*.icon-spinner7:before {*/
    /*content: "\e980"*/
/*}*/

/*.icon-spinner8:before {*/
    /*content: "\e981"*/
/*}*/

/*.icon-spinner9:before {*/
    /*content: "\e982"*/
/*}*/

/*.icon-spinner10:before {*/
    /*content: "\e983"*/
/*}*/

/*.icon-spinner11:before {*/
    /*content: "\e984"*/
/*}*/

/*.icon-binoculars:before {*/
    /*content: "\e985"*/
/*}*/

/*.icon-search5:before {*/
    /*content: "\e986"*/
/*}*/

/*.icon-zoom-in:before {*/
    /*content: "\e987"*/
/*}*/

/*.icon-zoom-out:before {*/
    /*content: "\e988"*/
/*}*/

/*.icon-enlarge:before {*/
    /*content: "\e989"*/
/*}*/

/*.icon-shrink:before {*/
    /*content: "\e98a"*/
/*}*/

/*.icon-enlarge2:before {*/
    /*content: "\e98b"*/
/*}*/

/*.icon-shrink2:before {*/
    /*content: "\e98c"*/
/*}*/

/*.icon-key4:before {*/
    /*content: "\e98d"*/
/*}*/

/*.icon-key2:before {*/
    /*content: "\e98e"*/
/*}*/

/*.icon-lock2:before {*/
    /*content: "\e98f"*/
/*}*/

/*.icon-unlocked:before {*/
    /*content: "\e990"*/
/*}*/

/*.icon-wrench3:before {*/
    /*content: "\e991"*/
/*}*/

/*.icon-equalizer3:before {*/
    /*content: "\e992"*/
/*}*/

/*.icon-equalizer2:before {*/
    /*content: "\e993"*/
/*}*/

/*.icon-cog3:before {*/
    /*content: "\e994"*/
/*}*/

/*.icon-cogs:before {*/
    /*content: "\e995"*/
/*}*/

/*.icon-hammer:before {*/
    /*content: "\e996"*/
/*}*/

/*.icon-magic-wand:before {*/
    /*content: "\e997"*/
/*}*/

/*.icon-aid-kit:before {*/
    /*content: "\e998"*/
/*}*/

/*.icon-bug3:before {*/
    /*content: "\e999"*/
/*}*/

/*.icon-pie-chart:before {*/
    /*content: "\e99a"*/
/*}*/

/*.icon-stats-dots:before {*/
    /*content: "\e99b"*/
/*}*/

/*.icon-stats-bars:before {*/
    /*content: "\e99c"*/
/*}*/

/*.icon-stats-bars2:before {*/
    /*content: "\e99d"*/
/*}*/

/*.icon-trophy2:before {*/
    /*content: "\e99e"*/
/*}*/

/*.icon-gift3:before {*/
    /*content: "\e99f"*/
/*}*/

/*.icon-glass:before {*/
    /*content: "\e9a0"*/
/*}*/

/*.icon-glass2:before {*/
    /*content: "\e9a1"*/
/*}*/

/*.icon-mug:before {*/
    /*content: "\e9a2"*/
/*}*/

/*.icon-spoon-knife:before {*/
    /*content: "\e9a3"*/
/*}*/

/*.icon-leaf:before {*/
    /*content: "\e9a4"*/
/*}*/

/*.icon-rocket2:before {*/
    /*content: "\e9a5"*/
/*}*/

/*.icon-meter:before {*/
    /*content: "\e9a6"*/
/*}*/

/*.icon-meter2:before {*/
    /*content: "\e9a7"*/
/*}*/

/*.icon-hammer2:before {*/
    /*content: "\e9a8"*/
/*}*/

/*.icon-fire:before {*/
    /*content: "\e9a9"*/
/*}*/

/*.icon-lab:before {*/
    /*content: "\e9aa"*/
/*}*/

/*.icon-magnet:before {*/
    /*content: "\e9ab"*/
/*}*/

/*.icon-bin:before {*/
    /*content: "\e9ac"*/
/*}*/

/*.icon-bin2:before {*/
    /*content: "\e9ad"*/
/*}*/

/*.icon-briefcase4:before {*/
    /*content: "\e9ae"*/
/*}*/

/*.icon-airplane:before {*/
    /*content: "\e9af"*/
/*}*/

/*.icon-truck:before {*/
    /*content: "\e9b0"*/
/*}*/

/*.icon-road:before {*/
    /*content: "\e9b1"*/
/*}*/

/*.icon-accessibility:before {*/
    /*content: "\e9b2"*/
/*}*/

/*.icon-target5:before {*/
    /*content: "\e9b3"*/
/*}*/

/*.icon-shield:before {*/
    /*content: "\e9b4"*/
/*}*/

/*.icon-power:before {*/
    /*content: "\e9b5"*/
/*}*/

/*.icon-switch2:before {*/
    /*content: "\e9b6"*/
/*}*/

/*.icon-power-cord:before {*/
    /*content: "\e9b7"*/
/*}*/

/*.icon-clipboard2:before {*/
    /*content: "\e9b8"*/
/*}*/

/*.icon-list-numbered:before {*/
    /*content: "\e9b9"*/
/*}*/

/*.icon-list6:before {*/
    /*content: "\e9ba"*/
/*}*/

/*.icon-list2:before {*/
    /*content: "\e9bb"*/
/*}*/

/*.icon-tree:before {*/
    /*content: "\e9bc"*/
/*}*/

/*.icon-menu5:before {*/
    /*content: "\e9bd"*/
/*}*/

/*.icon-menu2:before {*/
    /*content: "\e9be"*/
/*}*/

/*.icon-menu3:before {*/
    /*content: "\e9bf"*/
/*}*/

/*.icon-menu4:before {*/
    /*content: "\e9c0"*/
/*}*/

/*.icon-cloud10:before {*/
    /*content: "\e9c1"*/
/*}*/

/*.icon-cloud-download3:before {*/
    /*content: "\e9c2"*/
/*}*/

/*.icon-cloud-upload3:before {*/
    /*content: "\e9c3"*/
/*}*/

/*.icon-cloud-check:before {*/
    /*content: "\e9c4"*/
/*}*/

/*.icon-download2:before {*/
    /*content: "\e9c5"*/
/*}*/

/*.icon-upload2:before {*/
    /*content: "\e9c6"*/
/*}*/

/*.icon-download3:before {*/
    /*content: "\e9c7"*/
/*}*/

/*.icon-upload3:before {*/
    /*content: "\e9c8"*/
/*}*/

/*.icon-sphere:before {*/
    /*content: "\e9c9"*/
/*}*/

/*.icon-earth3:before {*/
    /*content: "\e9ca"*/
/*}*/

/*.icon-link3:before {*/
    /*content: "\e9cb"*/
/*}*/

/*.icon-flag2:before {*/
    /*content: "\e9cc"*/
/*}*/

/*.icon-attachment2:before {*/
    /*content: "\e9cd"*/
/*}*/

/*.icon-eye4:before {*/
    /*content: "\e9ce"*/
/*}*/

/*.icon-eye-plus:before {*/
    /*content: "\e9cf"*/
/*}*/

/*.icon-eye-minus:before {*/
    /*content: "\e9d0"*/
/*}*/

/*.icon-eye-blocked:before {*/
    /*content: "\e9d1"*/
/*}*/

/*.icon-bookmark4:before {*/
    /*content: "\e9d2"*/
/*}*/

/*.icon-bookmarks:before {*/
    /*content: "\e9d3"*/
/*}*/

/*.icon-sun4:before {*/
    /*content: "\e9d4"*/
/*}*/

/*.icon-contrast3:before {*/
    /*content: "\e9d5"*/
/*}*/

/*.icon-brightness-contrast:before {*/
    /*content: "\e9d6"*/
/*}*/

/*.icon-star-empty:before {*/
    /*content: "\e9d7"*/
/*}*/

/*.icon-star-half:before {*/
    /*content: "\e9d8"*/
/*}*/

/*.icon-star-full:before {*/
    /*content: "\e9d9"*/
/*}*/

/*.icon-heart5:before {*/
    /*content: "\e9da"*/
/*}*/

/*.icon-heart-broken:before {*/
    /*content: "\e9db"*/
/*}*/

/*.icon-man:before {*/
    /*content: "\e9dc"*/
/*}*/

/*.icon-woman:before {*/
    /*content: "\e9dd"*/
/*}*/

/*.icon-man-woman:before {*/
    /*content: "\e9de"*/
/*}*/

/*.icon-happy:before {*/
    /*content: "\e9df"*/
/*}*/

/*.icon-happy2:before {*/
    /*content: "\e9e0"*/
/*}*/

/*.icon-smile:before {*/
    /*content: "\e9e1"*/
/*}*/

/*.icon-smile2:before {*/
    /*content: "\e9e2"*/
/*}*/

/*.icon-tongue:before {*/
    /*content: "\e9e3"*/
/*}*/

/*.icon-tongue2:before {*/
    /*content: "\e9e4"*/
/*}*/

/*.icon-sad:before {*/
    /*content: "\e9e5"*/
/*}*/

/*.icon-sad2:before {*/
    /*content: "\e9e6"*/
/*}*/

/*.icon-wink:before {*/
    /*content: "\e9e7"*/
/*}*/

/*.icon-wink2:before {*/
    /*content: "\e9e8"*/
/*}*/

/*.icon-grin:before {*/
    /*content: "\e9e9"*/
/*}*/

/*.icon-grin2:before {*/
    /*content: "\e9ea"*/
/*}*/

/*.icon-cool:before {*/
    /*content: "\e9eb"*/
/*}*/

/*.icon-cool2:before {*/
    /*content: "\e9ec"*/
/*}*/

/*.icon-angry:before {*/
    /*content: "\e9ed"*/
/*}*/

/*.icon-angry2:before {*/
    /*content: "\e9ee"*/
/*}*/

/*.icon-evil:before {*/
    /*content: "\e9ef"*/
/*}*/

/*.icon-evil2:before {*/
    /*content: "\e9f0"*/
/*}*/

/*.icon-shocked:before {*/
    /*content: "\e9f1"*/
/*}*/

/*.icon-shocked2:before {*/
    /*content: "\e9f2"*/
/*}*/

/*.icon-baffled:before {*/
    /*content: "\e9f3"*/
/*}*/

/*.icon-baffled2:before {*/
    /*content: "\e9f4"*/
/*}*/

/*.icon-confused:before {*/
    /*content: "\e9f5"*/
/*}*/

/*.icon-confused2:before {*/
    /*content: "\e9f6"*/
/*}*/

/*.icon-neutral:before {*/
    /*content: "\e9f7"*/
/*}*/

/*.icon-neutral2:before {*/
    /*content: "\e9f8"*/
/*}*/

/*.icon-hipster:before {*/
    /*content: "\e9f9"*/
/*}*/

/*.icon-hipster2:before {*/
    /*content: "\e9fa"*/
/*}*/

/*.icon-wondering:before {*/
    /*content: "\e9fb"*/
/*}*/

/*.icon-wondering2:before {*/
    /*content: "\e9fc"*/
/*}*/

/*.icon-sleepy:before {*/
    /*content: "\e9fd"*/
/*}*/

/*.icon-sleepy2:before {*/
    /*content: "\e9fe"*/
/*}*/

/*.icon-frustrated:before {*/
    /*content: "\e9ff"*/
/*}*/

/*.icon-frustrated2:before {*/
    /*content: "\ea00"*/
/*}*/

/*.icon-crying:before {*/
    /*content: "\ea01"*/
/*}*/

/*.icon-crying2:before {*/
    /*content: "\ea02"*/
/*}*/

/*.icon-point-up:before {*/
    /*content: "\ea03"*/
/*}*/

/*.icon-point-right:before {*/
    /*content: "\ea04"*/
/*}*/

/*.icon-point-down:before {*/
    /*content: "\ea05"*/
/*}*/

/*.icon-point-left:before {*/
    /*content: "\ea06"*/
/*}*/

/*.icon-warning2:before {*/
    /*content: "\ea07"*/
/*}*/

/*.icon-notification:before {*/
    /*content: "\ea08"*/
/*}*/

/*.icon-question4:before {*/
    /*content: "\ea09"*/
/*}*/

/*.icon-plus5:before {*/
    /*content: "\ea0a"*/
/*}*/

/*.icon-minus4:before {*/
    /*content: "\ea0b"*/
/*}*/

/*.icon-info4:before {*/
    /*content: "\ea0c"*/
/*}*/

/*.icon-cancel-circle:before {*/
    /*content: "\ea0d"*/
/*}*/

/*.icon-blocked2:before {*/
    /*content: "\ea0e"*/
/*}*/

/*.icon-cross:before {*/
    /*content: "\ea0f"*/
/*}*/

/*.icon-checkmark4:before {*/
    /*content: "\ea10"*/
/*}*/

/*.icon-checkmark2:before {*/
    /*content: "\ea11"*/
/*}*/

/*.icon-spell-check:before {*/
    /*content: "\ea12"*/
/*}*/

/*.icon-enter:before {*/
    /*content: "\ea13"*/
/*}*/

/*.icon-exit:before {*/
    /*content: "\ea14"*/
/*}*/

/*.icon-play2:before {*/
    /*content: "\ea15"*/
/*}*/

/*.icon-pause5:before {*/
    /*content: "\ea16"*/
/*}*/

/*.icon-stop6:before {*/
    /*content: "\ea17"*/
/*}*/

/*.icon-previous:before {*/
    /*content: "\ea18"*/
/*}*/

/*.icon-next:before {*/
    /*content: "\ea19"*/
/*}*/

/*.icon-backward:before {*/
    /*content: "\ea1a"*/
/*}*/

/*.icon-forward2:before {*/
    /*content: "\ea1b"*/
/*}*/

/*.icon-play3:before {*/
    /*content: "\ea1c"*/
/*}*/

/*.icon-pause2:before {*/
    /*content: "\ea1d"*/
/*}*/

/*.icon-stop2:before {*/
    /*content: "\ea1e"*/
/*}*/

/*.icon-backward2:before {*/
    /*content: "\ea1f"*/
/*}*/

/*.icon-forward3:before {*/
    /*content: "\ea20"*/
/*}*/

/*.icon-first2:before {*/
    /*content: "\ea21"*/
/*}*/

/*.icon-last2:before {*/
    /*content: "\ea22"*/
/*}*/

/*.icon-previous2:before {*/
    /*content: "\ea23"*/
/*}*/

/*.icon-next2:before {*/
    /*content: "\ea24"*/
/*}*/

/*.icon-eject2:before {*/
    /*content: "\ea25"*/
/*}*/

/*.icon-volume-high:before {*/
    /*content: "\ea26"*/
/*}*/

/*.icon-volume-medium:before {*/
    /*content: "\ea27"*/
/*}*/

/*.icon-volume-low:before {*/
    /*content: "\ea28"*/
/*}*/

/*.icon-volume-mute3:before {*/
    /*content: "\ea29"*/
/*}*/

/*.icon-volume-mute2:before {*/
    /*content: "\ea2a"*/
/*}*/

/*.icon-volume-increase:before {*/
    /*content: "\ea2b"*/
/*}*/

/*.icon-volume-decrease:before {*/
    /*content: "\ea2c"*/
/*}*/

/*.icon-loop3:before {*/
    /*content: "\ea2d"*/
/*}*/

/*.icon-loop2:before {*/
    /*content: "\ea2e"*/
/*}*/

/*.icon-infinite:before {*/
    /*content: "\ea2f"*/
/*}*/

/*.icon-shuffle:before {*/
    /*content: "\ea30"*/
/*}*/

/*.icon-arrow-up-left:before {*/
    /*content: "\ea31"*/
/*}*/

/*.icon-arrow-up4:before {*/
    /*content: "\ea32"*/
/*}*/

/*.icon-arrow-up-right:before {*/
    /*content: "\ea33"*/
/*}*/

/*.icon-arrow-right4:before {*/
    /*content: "\ea34"*/
/*}*/

/*.icon-arrow-down-right:before {*/
    /*content: "\ea35"*/
/*}*/

/*.icon-arrow-down4:before {*/
    /*content: "\ea36"*/
/*}*/

/*.icon-arrow-down-left:before {*/
    /*content: "\ea37"*/
/*}*/

/*.icon-arrow-left4:before {*/
    /*content: "\ea38"*/
/*}*/

/*.icon-arrow-up-left2:before {*/
    /*content: "\ea39"*/
/*}*/

/*.icon-arrow-up2:before {*/
    /*content: "\ea3a"*/
/*}*/

/*.icon-arrow-up-right2:before {*/
    /*content: "\ea3b"*/
/*}*/

/*.icon-arrow-right2:before {*/
    /*content: "\ea3c"*/
/*}*/

/*.icon-arrow-down-right2:before {*/
    /*content: "\ea3d"*/
/*}*/

/*.icon-arrow-down2:before {*/
    /*content: "\ea3e"*/
/*}*/

/*.icon-arrow-down-left2:before {*/
    /*content: "\ea3f"*/
/*}*/

/*.icon-arrow-left2:before {*/
    /*content: "\ea40"*/
/*}*/

/*.icon-circle-up:before {*/
    /*content: "\ea41"*/
/*}*/

/*.icon-circle-right:before {*/
    /*content: "\ea42"*/
/*}*/

/*.icon-circle-down:before {*/
    /*content: "\ea43"*/
/*}*/

/*.icon-circle-left:before {*/
    /*content: "\ea44"*/
/*}*/

/*.icon-tab:before {*/
    /*content: "\ea45"*/
/*}*/

/*.icon-move-up2:before {*/
    /*content: "\ea46"*/
/*}*/

/*.icon-move-down2:before {*/
    /*content: "\ea47"*/
/*}*/

/*.icon-sort-alpha-asc:before {*/
    /*content: "\ea48"*/
/*}*/

/*.icon-sort-alpha-desc:before {*/
    /*content: "\ea49"*/
/*}*/

/*.icon-sort-numeric-asc:before {*/
    /*content: "\ea4a"*/
/*}*/

/*.icon-sort-numberic-desc:before {*/
    /*content: "\ea4b"*/
/*}*/

/*.icon-sort-amount-asc:before {*/
    /*content: "\ea4c"*/
/*}*/

/*.icon-sort-amount-desc:before {*/
    /*content: "\ea4d"*/
/*}*/

/*.icon-command:before {*/
    /*content: "\ea4e"*/
/*}*/

/*.icon-shift:before {*/
    /*content: "\ea4f"*/
/*}*/

/*.icon-ctrl:before {*/
    /*content: "\ea50"*/
/*}*/

/*.icon-opt:before {*/
    /*content: "\ea51"*/
/*}*/

/*.icon-checkbox-checked:before {*/
    /*content: "\ea52"*/
/*}*/

/*.icon-checkbox-unchecked:before {*/
    /*content: "\ea53"*/
/*}*/

/*.icon-radio-checked:before {*/
    /*content: "\ea54"*/
/*}*/

/*.icon-radio-checked2:before {*/
    /*content: "\ea55"*/
/*}*/

/*.icon-radio-unchecked:before {*/
    /*content: "\ea56"*/
/*}*/

/*.icon-crop3:before {*/
    /*content: "\ea57"*/
/*}*/

/*.icon-make-group:before {*/
    /*content: "\ea58"*/
/*}*/

/*.icon-ungroup:before {*/
    /*content: "\ea59"*/
/*}*/

/*.icon-scissors:before {*/
    /*content: "\ea5a"*/
/*}*/

/*.icon-filter2:before {*/
    /*content: "\ea5b"*/
/*}*/

/*.icon-font:before {*/
    /*content: "\ea5c"*/
/*}*/

/*.icon-ligature:before {*/
    /*content: "\ea5d"*/
/*}*/

/*.icon-ligature2:before {*/
    /*content: "\ea5e"*/
/*}*/

/*.icon-text-height:before {*/
    /*content: "\ea5f"*/
/*}*/

/*.icon-text-width:before {*/
    /*content: "\ea60"*/
/*}*/

/*.icon-font-size:before {*/
    /*content: "\ea61"*/
/*}*/

/*.icon-bold:before {*/
    /*content: "\ea62"*/
/*}*/

/*.icon-underline:before {*/
    /*content: "\ea63"*/
/*}*/

/*.icon-italic:before {*/
    /*content: "\ea64"*/
/*}*/

/*.icon-strikethrough:before {*/
    /*content: "\ea65"*/
/*}*/

/*.icon-omega:before {*/
    /*content: "\ea66"*/
/*}*/

/*.icon-sigma:before {*/
    /*content: "\ea67"*/
/*}*/

/*.icon-page-break:before {*/
    /*content: "\ea68"*/
/*}*/

/*.icon-superscript:before {*/
    /*content: "\ea69"*/
/*}*/

/*.icon-subscript:before {*/
    /*content: "\ea6a"*/
/*}*/

/*.icon-superscript2:before {*/
    /*content: "\ea6b"*/
/*}*/

/*.icon-subscript2:before {*/
    /*content: "\ea6c"*/
/*}*/

/*.icon-text-color:before {*/
    /*content: "\ea6d"*/
/*}*/

/*.icon-pagebreak:before {*/
    /*content: "\ea6e"*/
/*}*/

/*.icon-clear-formatting:before {*/
    /*content: "\ea6f"*/
/*}*/

/*.icon-table:before {*/
    /*content: "\ea70"*/
/*}*/

/*.icon-table2:before {*/
    /*content: "\ea71"*/
/*}*/

/*.icon-insert-template:before {*/
    /*content: "\ea72"*/
/*}*/

/*.icon-pilcrow2:before {*/
    /*content: "\ea73"*/
/*}*/

/*.icon-ltr:before {*/
    /*content: "\ea74"*/
/*}*/

/*.icon-rtl:before {*/
    /*content: "\ea75"*/
/*}*/

/*.icon-section:before {*/
    /*content: "\ea76"*/
/*}*/

/*.icon-paragraph-left:before {*/
    /*content: "\ea77"*/
/*}*/

/*.icon-paragraph-center:before {*/
    /*content: "\ea78"*/
/*}*/

/*.icon-paragraph-right:before {*/
    /*content: "\ea79"*/
/*}*/

/*.icon-paragraph-justify:before {*/
    /*content: "\ea7a"*/
/*}*/

/*.icon-indent-increase:before {*/
    /*content: "\ea7b"*/
/*}*/

/*.icon-indent-decrease:before {*/
    /*content: "\ea7c"*/
/*}*/

/*.icon-share4:before {*/
    /*content: "\ea7d"*/
/*}*/

/*.icon-new-tab:before {*/
    /*content: "\ea7e"*/
/*}*/

/*.icon-embed:before {*/
    /*content: "\ea7f"*/
/*}*/

/*.icon-embed2:before {*/
    /*content: "\ea80"*/
/*}*/

/*.icon-terminal2:before {*/
    /*content: "\ea81"*/
/*}*/

/*.icon-share2:before {*/
    /*content: "\ea82"*/
/*}*/

/*.icon-mail6:before {*/
    /*content: "\ea83"*/
/*}*/

/*.icon-mail2:before {*/
    /*content: "\ea84"*/
/*}*/

/*.icon-mail3:before {*/
    /*content: "\ea85"*/
/*}*/

/*.icon-mail4:before {*/
    /*content: "\ea86"*/
/*}*/

/*.icon-google:before {*/
    /*content: "\ea87"*/
/*}*/

/*.icon-google-plus:before {*/
    /*content: "\ea88"*/
/*}*/

/*.icon-google-plus2:before {*/
    /*content: "\ea89"*/
/*}*/

/*.icon-google-plus3:before {*/
    /*content: "\ea8a"*/
/*}*/

/*.icon-google-drive:before {*/
    /*content: "\ea8b"*/
/*}*/

/*.icon-facebook5:before {*/
    /*content: "\ea8c"*/
/*}*/

/*.icon-facebook2:before {*/
    /*content: "\ea8d"*/
/*}*/

/*.icon-facebook3:before {*/
    /*content: "\ea8e"*/
/*}*/

/*.icon-ello:before {*/
    /*content: "\ea8f"*/
/*}*/

/*.icon-instagram3:before {*/
    /*content: "\ea90"*/
/*}*/

/*.icon-twitter4:before {*/
    /*content: "\ea91"*/
/*}*/

/*.icon-twitter2:before {*/
    /*content: "\ea92"*/
/*}*/

/*.icon-twitter3:before {*/
    /*content: "\ea93"*/
/*}*/

/*.icon-feed2:before {*/
    /*content: "\ea94"*/
/*}*/

/*.icon-feed3:before {*/
    /*content: "\ea95"*/
/*}*/

/*.icon-feed4:before {*/
    /*content: "\ea96"*/
/*}*/

/*.icon-youtube:before {*/
    /*content: "\ea97"*/
/*}*/

/*.icon-youtube2:before {*/
    /*content: "\ea98"*/
/*}*/

/*.icon-youtube3:before {*/
    /*content: "\ea99"*/
/*}*/

/*.icon-youtube4:before {*/
    /*content: "\ea9a"*/
/*}*/

/*.icon-twitch:before {*/
    /*content: "\ea9b"*/
/*}*/

/*.icon-vimeo:before {*/
    /*content: "\ea9c"*/
/*}*/

/*.icon-vimeo2:before {*/
    /*content: "\ea9d"*/
/*}*/

/*.icon-vimeo3:before {*/
    /*content: "\ea9e"*/
/*}*/

/*.icon-lanyrd:before {*/
    /*content: "\ea9f"*/
/*}*/

/*.icon-flickr:before {*/
    /*content: "\eaa0"*/
/*}*/

/*.icon-flickr2:before {*/
    /*content: "\eaa1"*/
/*}*/

/*.icon-flickr3:before {*/
    /*content: "\eaa2"*/
/*}*/

/*.icon-flickr4:before {*/
    /*content: "\eaa3"*/
/*}*/

/*.icon-picassa:before {*/
    /*content: "\eaa4"*/
/*}*/

/*.icon-picassa2:before {*/
    /*content: "\eaa5"*/
/*}*/

/*.icon-dribbble5:before {*/
    /*content: "\eaa6"*/
/*}*/

/*.icon-dribbble2:before {*/
    /*content: "\eaa7"*/
/*}*/

/*.icon-dribbble3:before {*/
    /*content: "\eaa8"*/
/*}*/

/*.icon-forrst3:before {*/
    /*content: "\eaa9"*/
/*}*/

/*.icon-forrst2:before {*/
    /*content: "\eaaa"*/
/*}*/

/*.icon-deviantart:before {*/
    /*content: "\eaab"*/
/*}*/

/*.icon-deviantart2:before {*/
    /*content: "\eaac"*/
/*}*/

/*.icon-steam:before {*/
    /*content: "\eaad"*/
/*}*/

/*.icon-steam2:before {*/
    /*content: "\eaae"*/
/*}*/

/*.icon-dropbox:before {*/
    /*content: "\eaaf"*/
/*}*/

/*.icon-onedrive:before {*/
    /*content: "\eab0"*/
/*}*/

/*.icon-github:before {*/
    /*content: "\eab1"*/
/*}*/

/*.icon-github2:before {*/
    /*content: "\eab2"*/
/*}*/

/*.icon-github3:before {*/
    /*content: "\eab3"*/
/*}*/

/*.icon-github4:before {*/
    /*content: "\eab4"*/
/*}*/

/*.icon-github5:before {*/
    /*content: "\eab5"*/
/*}*/

/*.icon-wordpress:before {*/
    /*content: "\eab6"*/
/*}*/

/*.icon-wordpress2:before {*/
    /*content: "\eab7"*/
/*}*/

/*.icon-joomla:before {*/
    /*content: "\eab8"*/
/*}*/

/*.icon-blogger:before {*/
    /*content: "\eab9"*/
/*}*/

/*.icon-blogger2:before {*/
    /*content: "\eaba"*/
/*}*/

/*.icon-tumblr:before {*/
    /*content: "\eabb"*/
/*}*/

/*.icon-tumblr2:before {*/
    /*content: "\eabc"*/
/*}*/

/*.icon-yahoo:before {*/
    /*content: "\eabd"*/
/*}*/

/*.icon-tux:before {*/
    /*content: "\eabe"*/
/*}*/

/*.icon-apple2:before {*/
    /*content: "\eabf"*/
/*}*/

/*.icon-finder:before {*/
    /*content: "\eac0"*/
/*}*/

/*.icon-android:before {*/
    /*content: "\eac1"*/
/*}*/

/*.icon-windows2:before {*/
    /*content: "\eac2"*/
/*}*/

/*.icon-windows8:before {*/
    /*content: "\eac3"*/
/*}*/

/*.icon-soundcloud:before {*/
    /*content: "\eac4"*/
/*}*/

/*.icon-soundcloud2:before {*/
    /*content: "\eac5"*/
/*}*/

/*.icon-skype2:before {*/
    /*content: "\eac6"*/
/*}*/

/*.icon-reddit:before {*/
    /*content: "\eac7"*/
/*}*/

/*.icon-linkedin:before {*/
    /*content: "\eac8"*/
/*}*/

/*.icon-linkedin2:before {*/
    /*content: "\eac9"*/
/*}*/

/*.icon-lastfm:before {*/
    /*content: "\eaca"*/
/*}*/

/*.icon-lastfm2:before {*/
    /*content: "\eacb"*/
/*}*/

/*.icon-delicious2:before {*/
    /*content: "\eacc"*/
/*}*/

/*.icon-stumbleupon:before {*/
    /*content: "\eacd"*/
/*}*/

/*.icon-stumbleupon2:before {*/
    /*content: "\eace"*/
/*}*/

/*.icon-stackoverflow:before {*/
    /*content: "\eacf"*/
/*}*/

/*.icon-pinterest:before {*/
    /*content: "\ead0"*/
/*}*/

/*.icon-pinterest2:before {*/
    /*content: "\ead1"*/
/*}*/

/*.icon-xing:before {*/
    /*content: "\ead2"*/
/*}*/

/*.icon-xing2:before {*/
    /*content: "\ead3"*/
/*}*/

/*.icon-flattr:before {*/
    /*content: "\ead4"*/
/*}*/

/*.icon-foursquare:before {*/
    /*content: "\ead5"*/
/*}*/

/*.icon-paypal:before {*/
    /*content: "\ead6"*/
/*}*/

/*.icon-paypal2:before {*/
    /*content: "\ead7"*/
/*}*/

/*.icon-paypal3:before {*/
    /*content: "\ead8"*/
/*}*/

/*.icon-yelp:before {*/
    /*content: "\ead9"*/
/*}*/

/*.icon-file-pdf2:before {*/
    /*content: "\eada"*/
/*}*/

/*.icon-file-openoffice:before {*/
    /*content: "\eadb"*/
/*}*/

/*.icon-file-word:before {*/
    /*content: "\eadc"*/
/*}*/

/*.icon-file-excel:before {*/
    /*content: "\eadd"*/
/*}*/

/*.icon-libreoffice:before {*/
    /*content: "\eade"*/
/*}*/

/*.icon-html5:before {*/
    /*content: "\eadf"*/
/*}*/

/*.icon-html52:before {*/
    /*content: "\eae0"*/
/*}*/

/*.icon-css3:before {*/
    /*content: "\eae1"*/
/*}*/

/*.icon-git:before {*/
    /*content: "\eae2"*/
/*}*/

/*.icon-svg:before {*/
    /*content: "\eae3"*/
/*}*/

/*.icon-codepen:before {*/
    /*content: "\eae4"*/
/*}*/

/*.icon-chrome:before {*/
    /*content: "\eae5"*/
/*}*/

/*.icon-firefox:before {*/
    /*content: "\eae6"*/
/*}*/

/*.icon-IE:before {*/
    /*content: "\eae7"*/
/*}*/

/*.icon-opera:before {*/
    /*content: "\eae8"*/
/*}*/

/*.icon-safari:before {*/
    /*content: "\eae9"*/
/*}*/

/*.icon-IcoMoon:before {*/
    /*content: "\eaea"*/
/*}*/

/*.icon-type2:before {*/
    /*content: "\e7c9"*/
/*}*/

/*.icon-box2:before {*/
    /*content: "\e7ca"*/
/*}*/

/*.icon-archive2:before {*/
    /*content: "\e7cb"*/
/*}*/

/*.icon-envelope3:before {*/
    /*content: "\e7cc"*/
/*}*/

/*.icon-email2:before {*/
    /*content: "\e7cd"*/
/*}*/

/*.icon-files:before {*/
    /*content: "\e7ce"*/
/*}*/

/*.icon-uniE7CF:before {*/
    /*content: "\e7cf"*/
/*}*/

/*.icon-file-settings:before {*/
    /*content: "\e7d0"*/
/*}*/

/*.icon-file-add:before {*/
    /*content: "\e7d1"*/
/*}*/

/*.icon-file2:before {*/
    /*content: "\e7d2"*/
/*}*/

/*.icon-align-left:before {*/
    /*content: "\e7d3"*/
/*}*/

/*.icon-align-right:before {*/
    /*content: "\e7d4"*/
/*}*/

/*.icon-align-center:before {*/
    /*content: "\e7d5"*/
/*}*/

/*.icon-align-justify:before {*/
    /*content: "\e7d6"*/
/*}*/

/*.icon-file-broken:before {*/
    /*content: "\e7d7"*/
/*}*/

/*.icon-browser3:before {*/
    /*content: "\e7d8"*/
/*}*/

/*.icon-windows3:before {*/
    /*content: "\e7d9"*/
/*}*/

/*.icon-window2:before {*/
    /*content: "\e7da"*/
/*}*/

/*.icon-folder3:before {*/
    /*content: "\e7db"*/
/*}*/

/*.icon-folder-add:before {*/
    /*content: "\e7dc"*/
/*}*/

/*.icon-folder-settings:before {*/
    /*content: "\e7dd"*/
/*}*/

/*.icon-folder-check:before {*/
    /*content: "\e7de"*/
/*}*/

/*.icon-wifi-low:before {*/
    /*content: "\e7df"*/
/*}*/

/*.icon-wifi-mid:before {*/
    /*content: "\e7e0"*/
/*}*/

/*.icon-wifi-full:before {*/
    /*content: "\e7e1"*/
/*}*/

/*.icon-connection-empty:before {*/
    /*content: "\e7e2"*/
/*}*/

/*.icon-connection-25:before {*/
    /*content: "\e7e3"*/
/*}*/

/*.icon-connection-50:before {*/
    /*content: "\e7e4"*/
/*}*/

/*.icon-connection-75:before {*/
    /*content: "\e7e5"*/
/*}*/

/*.icon-connection-full:before {*/
    /*content: "\e7e6"*/
/*}*/

/*.icon-list7:before {*/
    /*content: "\e7e7"*/
/*}*/

/*.icon-grid4:before {*/
    /*content: "\e7e8"*/
/*}*/

/*.icon-uniE7E9:before {*/
    /*content: "\e7e9"*/
/*}*/

/*.icon-battery-charging2:before {*/
    /*content: "\e7ea"*/
/*}*/

/*.icon-battery-empty2:before {*/
    /*content: "\e7eb"*/
/*}*/

/*.icon-battery-25:before {*/
    /*content: "\e7ec"*/
/*}*/

/*.icon-battery-50:before {*/
    /*content: "\e7ed"*/
/*}*/

/*.icon-battery-75:before {*/
    /*content: "\e7ee"*/
/*}*/

/*.icon-battery-full2:before {*/
    /*content: "\e7ef"*/
/*}*/

/*.icon-settings3:before {*/
    /*content: "\e7f0"*/
/*}*/

/*.icon-arrow-left5:before {*/
    /*content: "\e7f1"*/
/*}*/

/*.icon-arrow-up5:before {*/
    /*content: "\e7f2"*/
/*}*/

/*.icon-arrow-down5:before {*/
    /*content: "\e7f3"*/
/*}*/

/*.icon-arrow-right5:before {*/
    /*content: "\e7f4"*/
/*}*/

/*.icon-reload2:before {*/
    /*content: "\e7f5"*/
/*}*/

/*.icon-refresh2:before {*/
    /*content: "\e7f6"*/
/*}*/

/*.icon-volume4:before {*/
    /*content: "\e7f7"*/
/*}*/

/*.icon-volume-increase2:before {*/
    /*content: "\e7f8"*/
/*}*/

/*.icon-volume-decrease2:before {*/
    /*content: "\e7f9"*/
/*}*/

/*.icon-mute2:before {*/
    /*content: "\e7fa"*/
/*}*/

/*.icon-microphone2:before {*/
    /*content: "\e7fb"*/
/*}*/

/*.icon-microphone-off:before {*/
    /*content: "\e7fc"*/
/*}*/

/*.icon-book5:before {*/
    /*content: "\e7fd"*/
/*}*/

/*.icon-checkmark5:before {*/
    /*content: "\e7fe"*/
/*}*/

/*.icon-checkbox-checked2:before {*/
    /*content: "\e7ff"*/
/*}*/

/*.icon-checkbox:before {*/
    /*content: "\e800"*/
/*}*/

/*.icon-paperclip3:before {*/
    /*content: "\e801"*/
/*}*/

/*.icon-download5:before {*/
    /*content: "\e802"*/
/*}*/

/*.icon-tag4:before {*/
    /*content: "\e803"*/
/*}*/

/*.icon-trashcan3:before {*/
    /*content: "\e804"*/
/*}*/

/*.icon-search6:before {*/
    /*content: "\e805"*/
/*}*/

/*.icon-zoomin3:before {*/
    /*content: "\e806"*/
/*}*/

/*.icon-zoomout3:before {*/
    /*content: "\e807"*/
/*}*/

/*.icon-chat4:before {*/
    /*content: "\e808"*/
/*}*/

/*.icon-chat-1:before {*/
    /*content: "\e809"*/
/*}*/

/*.icon-chat-2:before {*/
    /*content: "\e80a"*/
/*}*/

/*.icon-chat-3:before {*/
    /*content: "\e80b"*/
/*}*/

/*.icon-comment5:before {*/
    /*content: "\e80c"*/
/*}*/

/*.icon-calendar7:before {*/
    /*content: "\e80d"*/
/*}*/

/*.icon-bookmark5:before {*/
    /*content: "\e80e"*/
/*}*/

/*.icon-email3:before {*/
    /*content: "\e80f"*/
/*}*/

/*.icon-heart6:before {*/
    /*content: "\e810"*/
/*}*/

/*.icon-enter2:before {*/
    /*content: "\e811"*/
/*}*/

/*.icon-cloud11:before {*/
    /*content: "\e812"*/
/*}*/

/*.icon-book6:before {*/
    /*content: "\e813"*/
/*}*/

/*.icon-star5:before {*/
    /*content: "\e814"*/
/*}*/

/*.icon-clock8:before {*/
    /*content: "\e815"*/
/*}*/

/*.icon-printer2:before {*/
    /*content: "\e816"*/
/*}*/

/*.icon-home9:before {*/
    /*content: "\e817"*/
/*}*/

/*.icon-flag3:before {*/
    /*content: "\e818"*/
/*}*/

/*.icon-meter3:before {*/
    /*content: "\e819"*/
/*}*/

/*.icon-switch3:before {*/
    /*content: "\e81a"*/
/*}*/

/*.icon-forbidden:before {*/
    /*content: "\e81b"*/
/*}*/

/*.icon-lock3:before {*/
    /*content: "\e81c"*/
/*}*/

/*.icon-unlocked2:before {*/
    /*content: "\e81d"*/
/*}*/

/*.icon-unlocked3:before {*/
    /*content: "\e81e"*/
/*}*/

/*.icon-users4:before {*/
    /*content: "\e81f"*/
/*}*/

/*.icon-user6:before {*/
    /*content: "\e820"*/
/*}*/

/*.icon-users5:before {*/
    /*content: "\e821"*/
/*}*/

/*.icon-user7:before {*/
    /*content: "\e822"*/
/*}*/

/*.icon-bullhorn2:before {*/
    /*content: "\e823"*/
/*}*/

/*.icon-share5:before {*/
    /*content: "\e824"*/
/*}*/

/*.icon-screen2:before {*/
    /*content: "\e825"*/
/*}*/

/*.icon-phone3:before {*/
    /*content: "\e826"*/
/*}*/

/*.icon-phone-portrait:before {*/
    /*content: "\e827"*/
/*}*/

/*.icon-phone-landscape:before {*/
    /*content: "\e828"*/
/*}*/

/*.icon-tablet2:before {*/
    /*content: "\e829"*/
/*}*/

/*.icon-tablet-landscape:before {*/
    /*content: "\e82a"*/
/*}*/

/*.icon-laptop2:before {*/
    /*content: "\e82b"*/
/*}*/

/*.icon-camera7:before {*/
    /*content: "\e82c"*/
/*}*/

/*.icon-microwaveoven:before {*/
    /*content: "\e82d"*/
/*}*/

/*.icon-creditcards:before {*/
    /*content: "\e82e"*/
/*}*/

/*.icon-calculator3:before {*/
    /*content: "\e82f"*/
/*}*/

/*.icon-bag:before {*/
    /*content: "\e830"*/
/*}*/

/*.icon-diamond:before {*/
    /*content: "\e831"*/
/*}*/

/*.icon-drink:before {*/
    /*content: "\e832"*/
/*}*/

/*.icon-shorts:before {*/
    /*content: "\e833"*/
/*}*/

/*.icon-vcard:before {*/
    /*content: "\e834"*/
/*}*/

/*.icon-sun5:before {*/
    /*content: "\e835"*/
/*}*/

/*.icon-bill:before {*/
    /*content: "\e836"*/
/*}*/

/*.icon-coffee2:before {*/
    /*content: "\e837"*/
/*}*/

/*.icon-uniE838:before {*/
    /*content: "\e838"*/
/*}*/

/*.icon-newspaper4:before {*/
    /*content: "\e839"*/
/*}*/

/*.icon-stack2:before {*/
    /*content: "\e83a"*/
/*}*/

/*.icon-mapmarker:before {*/
    /*content: "\e83b"*/
/*}*/

/*.icon-map3:before {*/
    /*content: "\e83c"*/
/*}*/

/*.icon-support:before {*/
    /*content: "\e83d"*/
/*}*/

/*.icon-uniE83E:before {*/
    /*content: "\e83e"*/
/*}*/

/*.icon-barbell:before {*/
    /*content: "\e83f"*/
/*}*/

/*.icon-stopwatch2:before {*/
    /*content: "\e840"*/
/*}*/

/*.icon-atom2:before {*/
    /*content: "\e841"*/
/*}*/

/*.icon-syringe:before {*/
    /*content: "\e842"*/
/*}*/

/*.icon-health:before {*/
    /*content: "\e843"*/
/*}*/

/*.icon-bolt3:before {*/
    /*content: "\e844"*/
/*}*/

/*.icon-pill:before {*/
    /*content: "\e845"*/
/*}*/

/*.icon-bones:before {*/
    /*content: "\e846"*/
/*}*/

/*.icon-lab2:before {*/
    /*content: "\e847"*/
/*}*/

/*.icon-clipboard3:before {*/
    /*content: "\e848"*/
/*}*/

/*.icon-mug2:before {*/
    /*content: "\e849"*/
/*}*/

/*.icon-bucket:before {*/
    /*content: "\e84a"*/
/*}*/

/*.icon-select:before {*/
    /*content: "\e84b"*/
/*}*/

/*.icon-graph2:before {*/
    /*content: "\e84c"*/
/*}*/

/*.icon-crop4:before {*/
    /*content: "\e84d"*/
/*}*/

/*.icon-image3:before {*/
    /*content: "\e84e"*/
/*}*/

/*.icon-cube:before {*/
    /*content: "\e84f"*/
/*}*/

/*.icon-bars2:before {*/
    /*content: "\e850"*/
/*}*/

/*.icon-chart3:before {*/
    /*content: "\e851"*/
/*}*/

/*.icon-pencil5:before {*/
    /*content: "\e852"*/
/*}*/

/*.icon-measure:before {*/
    /*content: "\e853"*/
/*}*/

/*.icon-eyedropper3:before {*/
    /*content: "\e854"*/
/*}*/

/*.icon-eye5:before {*/
    /*content: "\e000"*/
/*}*/

/*.icon-paper-clip:before {*/
    /*content: "\e001"*/
/*}*/

/*.icon-mail7:before {*/
    /*content: "\e002"*/
/*}*/

/*.icon-toggle:before {*/
    /*content: "\e003"*/
/*}*/

/*.icon-layout:before {*/
    /*content: "\e004"*/
/*}*/

/*.icon-link4:before {*/
    /*content: "\e005"*/
/*}*/

/*.icon-bell2:before {*/
    /*content: "\e006"*/
/*}*/

/*.icon-lock4:before {*/
    /*content: "\e007"*/
/*}*/

/*.icon-unlock:before {*/
    /*content: "\e008"*/
/*}*/

/*.icon-ribbon:before {*/
    /*content: "\e009"*/
/*}*/

/*.icon-image4:before {*/
    /*content: "\e010"*/
/*}*/

/*.icon-signal:before {*/
    /*content: "\e011"*/
/*}*/

/*.icon-target6:before {*/
    /*content: "\e012"*/
/*}*/

/*.icon-clipboard4:before {*/
    /*content: "\e013"*/
/*}*/

/*.icon-clock9:before {*/
    /*content: "\e014"*/
/*}*/

/*.icon-watch:before {*/
    /*content: "\e015"*/
/*}*/

/*.icon-air-play:before {*/
    /*content: "\e016"*/
/*}*/

/*.icon-camera8:before {*/
    /*content: "\e017"*/
/*}*/

/*.icon-video:before {*/
    /*content: "\e018"*/
/*}*/

/*.icon-disc:before {*/
    /*content: "\e019"*/
/*}*/

/*.icon-printer3:before {*/
    /*content: "\e020"*/
/*}*/

/*.icon-monitor2:before {*/
    /*content: "\e021"*/
/*}*/

/*.icon-server2:before {*/
    /*content: "\e022"*/
/*}*/

/*.icon-cog4:before {*/
    /*content: "\e023"*/
/*}*/

/*.icon-heart7:before {*/
    /*content: "\e024"*/
/*}*/

/*.icon-paragraph:before {*/
    /*content: "\e025"*/
/*}*/

/*.icon-align-justify2:before {*/
    /*content: "\e026"*/
/*}*/

/*.icon-align-left2:before {*/
    /*content: "\e027"*/
/*}*/

/*.icon-align-center2:before {*/
    /*content: "\e028"*/
/*}*/

/*.icon-align-right2:before {*/
    /*content: "\e029"*/
/*}*/

/*.icon-book7:before {*/
    /*content: "\e030"*/
/*}*/

/*.icon-layers2:before {*/
    /*content: "\e031"*/
/*}*/

/*.icon-stack3:before {*/
    /*content: "\e032"*/
/*}*/

/*.icon-stack-2:before {*/
    /*content: "\e033"*/
/*}*/

/*.icon-paper:before {*/
    /*content: "\e034"*/
/*}*/

/*.icon-paper-stack:before {*/
    /*content: "\e035"*/
/*}*/

/*.icon-search7:before {*/
    /*content: "\e036"*/
/*}*/

/*.icon-zoom-in2:before {*/
    /*content: "\e037"*/
/*}*/

/*.icon-zoom-out2:before {*/
    /*content: "\e038"*/
/*}*/

/*.icon-reply3:before {*/
    /*content: "\e039"*/
/*}*/

/*.icon-circle-plus:before {*/
    /*content: "\e040"*/
/*}*/

/*.icon-circle-minus:before {*/
    /*content: "\e041"*/
/*}*/

/*.icon-circle-check:before {*/
    /*content: "\e042"*/
/*}*/

/*.icon-circle-cross:before {*/
    /*content: "\e043"*/
/*}*/

/*.icon-square-plus:before {*/
    /*content: "\e044"*/
/*}*/

/*.icon-square-minus:before {*/
    /*content: "\e045"*/
/*}*/

/*.icon-square-check:before {*/
    /*content: "\e046"*/
/*}*/

/*.icon-square-cross:before {*/
    /*content: "\e047"*/
/*}*/

/*.icon-microphone3:before {*/
    /*content: "\e048"*/
/*}*/

/*.icon-record:before {*/
    /*content: "\e049"*/
/*}*/

/*.icon-skip-back:before {*/
    /*content: "\e050"*/
/*}*/

/*.icon-rewind2:before {*/
    /*content: "\e051"*/
/*}*/

/*.icon-play7:before {*/
    /*content: "\e052"*/
/*}*/

/*.icon-pause6:before {*/
    /*content: "\e053"*/
/*}*/

/*.icon-stop7:before {*/
    /*content: "\e054"*/
/*}*/

/*.icon-fast-forward:before {*/
    /*content: "\e055"*/
/*}*/

/*.icon-skip-forward:before {*/
    /*content: "\e056"*/
/*}*/

/*.icon-shuffle2:before {*/
    /*content: "\e057"*/
/*}*/

/*.icon-repeat:before {*/
    /*content: "\e058"*/
/*}*/

/*.icon-folder4:before {*/
    /*content: "\e059"*/
/*}*/

/*.icon-umbrella2:before {*/
    /*content: "\e060"*/
/*}*/

/*.icon-moon4:before {*/
    /*content: "\e061"*/
/*}*/

/*.icon-thermometer2:before {*/
    /*content: "\e062"*/
/*}*/

/*.icon-drop:before {*/
    /*content: "\e063"*/
/*}*/

/*.icon-sun6:before {*/
    /*content: "\e064"*/
/*}*/

/*.icon-cloud12:before {*/
    /*content: "\e065"*/
/*}*/

/*.icon-cloud-upload4:before {*/
    /*content: "\e066"*/
/*}*/

/*.icon-cloud-download4:before {*/
    /*content: "\e067"*/
/*}*/

/*.icon-upload5:before {*/
    /*content: "\e068"*/
/*}*/

/*.icon-download6:before {*/
    /*content: "\e069"*/
/*}*/

/*.icon-location6:before {*/
    /*content: "\e070"*/
/*}*/

/*.icon-location-2:before {*/
    /*content: "\e071"*/
/*}*/

/*.icon-map4:before {*/
    /*content: "\e072"*/
/*}*/

/*.icon-battery2:before {*/
    /*content: "\e073"*/
/*}*/

/*.icon-head:before {*/
    /*content: "\e074"*/
/*}*/

/*.icon-briefcase5:before {*/
    /*content: "\e075"*/
/*}*/

/*.icon-speech-bubble:before {*/
    /*content: "\e076"*/
/*}*/

/*.icon-anchor2:before {*/
    /*content: "\e077"*/
/*}*/

/*.icon-globe3:before {*/
    /*content: "\e078"*/
/*}*/

/*.icon-box3:before {*/
    /*content: "\e079"*/
/*}*/

/*.icon-reload3:before {*/
    /*content: "\e080"*/
/*}*/

/*.icon-share6:before {*/
    /*content: "\e081"*/
/*}*/

/*.icon-marquee2:before {*/
    /*content: "\e082"*/
/*}*/

/*.icon-marquee-plus:before {*/
    /*content: "\e083"*/
/*}*/

/*.icon-marquee-minus:before {*/
    /*content: "\e084"*/
/*}*/

/*.icon-tag5:before {*/
    /*content: "\e085"*/
/*}*/

/*.icon-power2:before {*/
    /*content: "\e086"*/
/*}*/

/*.icon-command2:before {*/
    /*content: "\e087"*/
/*}*/

/*.icon-alt:before {*/
    /*content: "\e088"*/
/*}*/

/*.icon-esc:before {*/
    /*content: "\e089"*/
/*}*/

/*.icon-bar-graph:before {*/
    /*content: "\e090"*/
/*}*/

/*.icon-bar-graph-2:before {*/
    /*content: "\e091"*/
/*}*/

/*.icon-pie-graph:before {*/
    /*content: "\e092"*/
/*}*/

/*.icon-star6:before {*/
    /*content: "\e093"*/
/*}*/

/*.icon-arrow-left6:before {*/
    /*content: "\e094"*/
/*}*/

/*.icon-arrow-right6:before {*/
    /*content: "\e095"*/
/*}*/

/*.icon-arrow-up6:before {*/
    /*content: "\e096"*/
/*}*/

/*.icon-arrow-down6:before {*/
    /*content: "\e097"*/
/*}*/

/*.icon-volume5:before {*/
    /*content: "\e098"*/
/*}*/

/*.icon-mute3:before {*/
    /*content: "\e099"*/
/*}*/

/*.icon-content-right:before {*/
    /*content: "\e100"*/
/*}*/

/*.icon-content-left:before {*/
    /*content: "\e101"*/
/*}*/

/*.icon-grid5:before {*/
    /*content: "\e102"*/
/*}*/

/*.icon-grid-2:before {*/
    /*content: "\e103"*/
/*}*/

/*.icon-columns:before {*/
    /*content: "\e104"*/
/*}*/

/*.icon-loader:before {*/
    /*content: "\e105"*/
/*}*/

/*.icon-bag2:before {*/
    /*content: "\e106"*/
/*}*/

/*.icon-ban:before {*/
    /*content: "\e107"*/
/*}*/

/*.icon-flag4:before {*/
    /*content: "\e108"*/
/*}*/

/*.icon-trash3:before {*/
    /*content: "\e109"*/
/*}*/

/*.icon-expand2:before {*/
    /*content: "\e110"*/
/*}*/

/*.icon-contract:before {*/
    /*content: "\e111"*/
/*}*/

/*.icon-maximize2:before {*/
    /*content: "\e112"*/
/*}*/

/*.icon-minimize:before {*/
    /*content: "\e113"*/
/*}*/

/*.icon-plus6:before {*/
    /*content: "\e114"*/
/*}*/

/*.icon-minus5:before {*/
    /*content: "\e115"*/
/*}*/

/*.icon-check2:before {*/
    /*content: "\e116"*/
/*}*/

/*.icon-cross2:before {*/
    /*content: "\e117"*/
/*}*/

/*.icon-move3:before {*/
    /*content: "\e118"*/
/*}*/

/*.icon-delete:before {*/
    /*content: "\e119"*/
/*}*/

/*.icon-menu6:before {*/
    /*content: "\e120"*/
/*}*/

/*.icon-archive3:before {*/
    /*content: "\e121"*/
/*}*/

/*.icon-inbox5:before {*/
    /*content: "\e122"*/
/*}*/

/*.icon-outbox:before {*/
    /*content: "\e123"*/
/*}*/

/*.icon-file3:before {*/
    /*content: "\e124"*/
/*}*/

/*.icon-file-add2:before {*/
    /*content: "\e125"*/
/*}*/

/*.icon-file-subtract:before {*/
    /*content: "\e126"*/
/*}*/

/*.icon-help:before {*/
    /*content: "\e127"*/
/*}*/

/*.icon-open:before {*/
    /*content: "\e128"*/
/*}*/

/*.icon-ellipsis2:before {*/
    /*content: "\e129"*/
/*}*/

/*.icon-3d-rotation:before {*/
    /*content: "\e855"*/
/*}*/

/*.icon-accessibility2:before {*/
    /*content: "\e856"*/
/*}*/

/*.icon-account-balance:before {*/
    /*content: "\e857"*/
/*}*/

/*.icon-account-balance-wallet:before {*/
    /*content: "\e858"*/
/*}*/

/*.icon-account-box:before {*/
    /*content: "\e859"*/
/*}*/

/*.icon-account-child:before {*/
    /*content: "\e85a"*/
/*}*/

/*.icon-account-circle:before {*/
    /*content: "\e85b"*/
/*}*/

/*.icon-add-shopping-cart:before {*/
    /*content: "\e85c"*/
/*}*/

/*.icon-alarm4:before {*/
    /*content: "\e85d"*/
/*}*/

/*.icon-alarm-add:before {*/
    /*content: "\e85e"*/
/*}*/

/*.icon-alarm-off:before {*/
    /*content: "\e85f"*/
/*}*/

/*.icon-alarm-on:before {*/
    /*content: "\e860"*/
/*}*/

/*.icon-android2:before {*/
    /*content: "\e861"*/
/*}*/

/*.icon-announcement:before {*/
    /*content: "\e862"*/
/*}*/

/*.icon-aspect-ratio:before {*/
    /*content: "\e863"*/
/*}*/

/*.icon-assessment:before {*/
    /*content: "\e864"*/
/*}*/

/*.icon-assignment:before {*/
    /*content: "\e865"*/
/*}*/

/*.icon-assignment-ind:before {*/
    /*content: "\e866"*/
/*}*/

/*.icon-assignment-late:before {*/
    /*content: "\e867"*/
/*}*/

/*.icon-assignment-return:before {*/
    /*content: "\e868"*/
/*}*/

/*.icon-assignment-returned:before {*/
    /*content: "\e869"*/
/*}*/

/*.icon-assignment-turned-in:before {*/
    /*content: "\e86a"*/
/*}*/

/*.icon-autorenew:before {*/
    /*content: "\e86b"*/
/*}*/

/*.icon-backup:before {*/
    /*content: "\e86c"*/
/*}*/

/*.icon-book8:before {*/
    /*content: "\e86d"*/
/*}*/

/*.icon-bookmark6:before {*/
    /*content: "\e86e"*/
/*}*/

/*.icon-bookmark-outline:before {*/
    /*content: "\e86f"*/
/*}*/

/*.icon-bug-report:before {*/
    /*content: "\e870"*/
/*}*/

/*.icon-cached:before {*/
    /*content: "\e871"*/
/*}*/

/*.icon-class:before {*/
    /*content: "\e872"*/
/*}*/

/*.icon-credit-card3:before {*/
    /*content: "\e873"*/
/*}*/

/*.icon-dashboard2:before {*/
    /*content: "\e874"*/
/*}*/

/*.icon-delete2:before {*/
    /*content: "\e875"*/
/*}*/

/*.icon-description:before {*/
    /*content: "\e876"*/
/*}*/

/*.icon-dns:before {*/
    /*content: "\e877"*/
/*}*/

/*.icon-done:before {*/
    /*content: "\e878"*/
/*}*/

/*.icon-done-all:before {*/
    /*content: "\e879"*/
/*}*/

/*.icon-event:before {*/
    /*content: "\e87a"*/
/*}*/

/*.icon-exit-to-app:before {*/
    /*content: "\e87b"*/
/*}*/

/*.icon-explore:before {*/
    /*content: "\e87c"*/
/*}*/

/*.icon-extension:before {*/
    /*content: "\e87d"*/
/*}*/

/*.icon-face-unlock:before {*/
    /*content: "\e87e"*/
/*}*/

/*.icon-favorite:before {*/
    /*content: "\e87f"*/
/*}*/

/*.icon-favorite-outline:before {*/
    /*content: "\e880"*/
/*}*/

/*.icon-find-in-page:before {*/
    /*content: "\e881"*/
/*}*/

/*.icon-find-replace:before {*/
    /*content: "\e882"*/
/*}*/

/*.icon-flip-to-back:before {*/
    /*content: "\e883"*/
/*}*/

/*.icon-flip-to-front:before {*/
    /*content: "\e884"*/
/*}*/

/*.icon-get-app:before {*/
    /*content: "\e885"*/
/*}*/

/*.icon-grade:before {*/
    /*content: "\e886"*/
/*}*/

/*.icon-group-work:before {*/
    /*content: "\e887"*/
/*}*/

/*.icon-help2:before {*/
    /*content: "\e888"*/
/*}*/

/*.icon-highlight-remove:before {*/
    /*content: "\e889"*/
/*}*/

/*.icon-history3:before {*/
    /*content: "\e88a"*/
/*}*/

/*.icon-home10:before {*/
    /*content: "\e88b"*/
/*}*/

/*.icon-https:before {*/
    /*content: "\e88c"*/
/*}*/

/*.icon-info5:before {*/
    /*content: "\e88d"*/
/*}*/

/*.icon-info-outline:before {*/
    /*content: "\e88e"*/
/*}*/

/*.icon-input:before {*/
    /*content: "\e88f"*/
/*}*/

/*.icon-invert-colors:before {*/
    /*content: "\e890"*/
/*}*/

/*.icon-label:before {*/
    /*content: "\e891"*/
/*}*/

/*.icon-label-outline:before {*/
    /*content: "\e892"*/
/*}*/

/*.icon-language:before {*/
    /*content: "\e893"*/
/*}*/

/*.icon-launch:before {*/
    /*content: "\e894"*/
/*}*/

/*.icon-list8:before {*/
    /*content: "\e895"*/
/*}*/

/*.icon-lock5:before {*/
    /*content: "\e896"*/
/*}*/

/*.icon-lock-open:before {*/
    /*content: "\e897"*/
/*}*/

/*.icon-lock-outline:before {*/
    /*content: "\e898"*/
/*}*/

/*.icon-loyalty:before {*/
    /*content: "\e899"*/
/*}*/

/*.icon-markunread-mailbox:before {*/
    /*content: "\e89a"*/
/*}*/

/*.icon-note-add:before {*/
    /*content: "\e89b"*/
/*}*/

/*.icon-open-in-browser:before {*/
    /*content: "\e89c"*/
/*}*/

/*.icon-open-in-new:before {*/
    /*content: "\e89d"*/
/*}*/

/*.icon-open-with:before {*/
    /*content: "\e89e"*/
/*}*/

/*.icon-pageview:before {*/
    /*content: "\e89f"*/
/*}*/

/*.icon-payment:before {*/
    /*content: "\e8a0"*/
/*}*/

/*.icon-perm-camera-m:before {*/
    /*content: "\e8a1"*/
/*}*/

/*.icon-perm-contact-cal:before {*/
    /*content: "\e8a2"*/
/*}*/

/*.icon-perm-data-setting:before {*/
    /*content: "\e8a3"*/
/*}*/

/*.icon-perm-device-info:before {*/
    /*content: "\e8a4"*/
/*}*/

/*.icon-perm-identity:before {*/
    /*content: "\e8a5"*/
/*}*/

/*.icon-perm-media:before {*/
    /*content: "\e8a6"*/
/*}*/

/*.icon-perm-phone-msg:before {*/
    /*content: "\e8a7"*/
/*}*/

/*.icon-perm-scan-wifi:before {*/
    /*content: "\e8a8"*/
/*}*/

/*.icon-picture-in-picture:before {*/
    /*content: "\e8a9"*/
/*}*/

/*.icon-polymer:before {*/
    /*content: "\e8aa"*/
/*}*/

/*.icon-print:before {*/
    /*content: "\e8ab"*/
/*}*/

/*.icon-query-builder:before {*/
    /*content: "\e8ac"*/
/*}*/

/*.icon-question-answer:before {*/
    /*content: "\e8ad"*/
/*}*/

/*.icon-receipt:before {*/
    /*content: "\e8ae"*/
/*}*/

/*.icon-redeem:before {*/
    /*content: "\e8af"*/
/*}*/

/*.icon-reorder:before {*/
    /*content: "\e8b0"*/
/*}*/

/*.icon-report-problem:before {*/
    /*content: "\e8b1"*/
/*}*/

/*.icon-restore:before {*/
    /*content: "\e8b2"*/
/*}*/

/*.icon-room:before {*/
    /*content: "\e8b3"*/
/*}*/

/*.icon-schedule:before {*/
    /*content: "\e8b4"*/
/*}*/

/*.icon-search8:before {*/
    /*content: "\e8b5"*/
/*}*/

/*.icon-settings4:before {*/
    /*content: "\e8b6"*/
/*}*/

/*.icon-settings-applications:before {*/
    /*content: "\e8b7"*/
/*}*/

/*.icon-settings-backup-restore:before {*/
    /*content: "\e8b8"*/
/*}*/

/*.icon-settings-bluetooth:before {*/
    /*content: "\e8b9"*/
/*}*/

/*.icon-settings-cell:before {*/
    /*content: "\e8ba"*/
/*}*/

/*.icon-settings-display:before {*/
    /*content: "\e8bb"*/
/*}*/

/*.icon-settings-ethernet:before {*/
    /*content: "\e8bc"*/
/*}*/

/*.icon-settings-input-antenna:before {*/
    /*content: "\e8bd"*/
/*}*/

/*.icon-settings-input-component:before {*/
    /*content: "\e8be"*/
/*}*/

/*.icon-settings-input-composite:before {*/
    /*content: "\e8bf"*/
/*}*/

/*.icon-settings-input-hdmi:before {*/
    /*content: "\e8c0"*/
/*}*/

/*.icon-settings-input-svideo:before {*/
    /*content: "\e8c1"*/
/*}*/

/*.icon-settings-overscan:before {*/
    /*content: "\e8c2"*/
/*}*/

/*.icon-settings-phone:before {*/
    /*content: "\e8c3"*/
/*}*/

/*.icon-settings-power:before {*/
    /*content: "\e8c4"*/
/*}*/

/*.icon-settings-remote:before {*/
    /*content: "\e8c5"*/
/*}*/

/*.icon-settings-voice:before {*/
    /*content: "\e8c6"*/
/*}*/

/*.icon-shop:before {*/
    /*content: "\e8c7"*/
/*}*/

/*.icon-shop-two:before {*/
    /*content: "\e8c8"*/
/*}*/

/*.icon-shopping-basket:before {*/
    /*content: "\e8c9"*/
/*}*/

/*.icon-shopping-cart:before {*/
    /*content: "\e8ca"*/
/*}*/

/*.icon-speaker-notes:before {*/
    /*content: "\e8cb"*/
/*}*/

/*.icon-spellcheck:before {*/
    /*content: "\e8cc"*/
/*}*/

/*.icon-star-rate:before {*/
    /*content: "\e8cd"*/
/*}*/

/*.icon-stars:before {*/
    /*content: "\e8ce"*/
/*}*/

/*.icon-store2:before {*/
    /*content: "\e8cf"*/
/*}*/

/*.icon-subject:before {*/
    /*content: "\e8d0"*/
/*}*/

/*.icon-supervisor-account:before {*/
    /*content: "\e8d1"*/
/*}*/

/*.icon-swap-horiz:before {*/
    /*content: "\e8d2"*/
/*}*/

/*.icon-swap-vert:before {*/
    /*content: "\e8d3"*/
/*}*/

/*.icon-swap-vert-circle:before {*/
    /*content: "\e8d4"*/
/*}*/

/*.icon-system-update-tv:before {*/
    /*content: "\e8d5"*/
/*}*/

/*.icon-tab2:before {*/
    /*content: "\e8d6"*/
/*}*/

/*.icon-tab-unselected:before {*/
    /*content: "\e8d7"*/
/*}*/

/*.icon-theaters:before {*/
    /*content: "\e8d8"*/
/*}*/

/*.icon-thumb-down:before {*/
    /*content: "\e8d9"*/
/*}*/

/*.icon-thumb-up:before {*/
    /*content: "\e8da"*/
/*}*/

/*.icon-thumbs-up-down:before {*/
    /*content: "\e8db"*/
/*}*/

/*.icon-toc:before {*/
    /*content: "\e8dc"*/
/*}*/

/*.icon-today:before {*/
    /*content: "\e8dd"*/
/*}*/

/*.icon-track-changes:before {*/
    /*content: "\e8de"*/
/*}*/

/*.icon-translate:before {*/
    /*content: "\e8df"*/
/*}*/

/*.icon-trending-down:before {*/
    /*content: "\e8e0"*/
/*}*/

/*.icon-trending-neutral:before {*/
    /*content: "\e8e1"*/
/*}*/

/*.icon-trending-up:before {*/
    /*content: "\e8e2"*/
/*}*/

/*.icon-turned-in:before {*/
    /*content: "\e8e3"*/
/*}*/

/*.icon-turned-in-not:before {*/
    /*content: "\e8e4"*/
/*}*/

/*.icon-verified-user:before {*/
    /*content: "\e8e5"*/
/*}*/

/*.icon-view-agenda:before {*/
    /*content: "\e8e6"*/
/*}*/

/*.icon-view-array:before {*/
    /*content: "\e8e7"*/
/*}*/

/*.icon-view-carousel:before {*/
    /*content: "\e8e8"*/
/*}*/

/*.icon-view-column:before {*/
    /*content: "\e8e9"*/
/*}*/

/*.icon-view-day:before {*/
    /*content: "\e8ea"*/
/*}*/

/*.icon-view-headline:before {*/
    /*content: "\e8eb"*/
/*}*/

/*.icon-view-list:before {*/
    /*content: "\e8ec"*/
/*}*/

/*.icon-view-module:before {*/
    /*content: "\e8ed"*/
/*}*/

/*.icon-view-quilt:before {*/
    /*content: "\e8ee"*/
/*}*/

/*.icon-view-stream:before {*/
    /*content: "\e8ef"*/
/*}*/

/*.icon-view-week:before {*/
    /*content: "\e8f0"*/
/*}*/

/*.icon-visibility:before {*/
    /*content: "\e8f1"*/
/*}*/

/*.icon-visibility-off:before {*/
    /*content: "\e8f2"*/
/*}*/

/*.icon-wallet-giftcard:before {*/
    /*content: "\e8f3"*/
/*}*/

/*.icon-wallet-membership:before {*/
    /*content: "\e8f4"*/
/*}*/

/*.icon-wallet-travel:before {*/
    /*content: "\e8f5"*/
/*}*/

/*.icon-work:before {*/
    /*content: "\e8f6"*/
/*}*/

/*.icon-error:before {*/
    /*content: "\e8f7"*/
/*}*/

/*.icon-warning3:before {*/
    /*content: "\e8f8"*/
/*}*/

/*.icon-album:before {*/
    /*content: "\e8f9"*/
/*}*/

/*.icon-av-timer:before {*/
    /*content: "\e8fa"*/
/*}*/

/*.icon-closed-caption:before {*/
    /*content: "\e8fb"*/
/*}*/

/*.icon-equalizer4:before {*/
    /*content: "\e8fc"*/
/*}*/

/*.icon-explicit:before {*/
    /*content: "\e8fd"*/
/*}*/

/*.icon-fast-forward2:before {*/
    /*content: "\e8fe"*/
/*}*/

/*.icon-fast-rewind:before {*/
    /*content: "\e8ff"*/
/*}*/

/*.icon-games:before {*/
    /*content: "\eaeb"*/
/*}*/

/*.icon-hearing:before {*/
    /*content: "\eaec"*/
/*}*/

/*.icon-high-quality:before {*/
    /*content: "\eaed"*/
/*}*/

/*.icon-loop4:before {*/
    /*content: "\eaee"*/
/*}*/

/*.icon-mic3:before {*/
    /*content: "\eaef"*/
/*}*/

/*.icon-mnone:before {*/
    /*content: "\eaf0"*/
/*}*/

/*.icon-moff:before {*/
    /*content: "\eaf1"*/
/*}*/

/*.icon-movie2:before {*/
    /*content: "\eaf2"*/
/*}*/

/*.icon-my-library-add:before {*/
    /*content: "\eaf3"*/
/*}*/

/*.icon-my-library-books:before {*/
    /*content: "\eaf4"*/
/*}*/

/*.icon-my-library-mus:before {*/
    /*content: "\eaf5"*/
/*}*/

/*.icon-new-releases:before {*/
    /*content: "\eaf6"*/
/*}*/

/*.icon-not-interested:before {*/
    /*content: "\eaf7"*/
/*}*/

/*.icon-pause7:before {*/
    /*content: "\eaf8"*/
/*}*/

/*.icon-pause-circle-fill:before {*/
    /*content: "\eaf9"*/
/*}*/

/*.icon-pause-circle-outline:before {*/
    /*content: "\eafa"*/
/*}*/

/*.icon-play-arrow:before {*/
    /*content: "\eafb"*/
/*}*/

/*.icon-play-circle-fill:before {*/
    /*content: "\eafc"*/
/*}*/

/*.icon-play-circle-outline:before {*/
    /*content: "\eafd"*/
/*}*/

/*.icon-play-shopping-bag:before {*/
    /*content: "\eafe"*/
/*}*/

/*.icon-playlist-add:before {*/
    /*content: "\eaff"*/
/*}*/

/*.icon-queue:before {*/
    /*content: "\eb00"*/
/*}*/

/*.icon-queue-mus:before {*/
    /*content: "\eb01"*/
/*}*/

/*.icon-radio:before {*/
    /*content: "\eb02"*/
/*}*/

/*.icon-recent-actors:before {*/
    /*content: "\eb03"*/
/*}*/

/*.icon-repeat2:before {*/
    /*content: "\eb04"*/
/*}*/

/*.icon-repeat-one:before {*/
    /*content: "\eb05"*/
/*}*/

/*.icon-replay:before {*/
    /*content: "\eb06"*/
/*}*/

/*.icon-shuffle3:before {*/
    /*content: "\eb07"*/
/*}*/

/*.icon-skip-next:before {*/
    /*content: "\eb08"*/
/*}*/

/*.icon-skip-previous:before {*/
    /*content: "\eb09"*/
/*}*/

/*.icon-snooze:before {*/
    /*content: "\eb0a"*/
/*}*/

/*.icon-stop8:before {*/
    /*content: "\eb0b"*/
/*}*/

/*.icon-subtitles:before {*/
    /*content: "\eb0c"*/
/*}*/

/*.icon-surround-sound:before {*/
    /*content: "\eb0d"*/
/*}*/

/*.icon-video-collection:before {*/
    /*content: "\eb0e"*/
/*}*/

/*.icon-videocam:before {*/
    /*content: "\eb0f"*/
/*}*/

/*.icon-videocam-off:before {*/
    /*content: "\eb10"*/
/*}*/

/*.icon-volume-down:before {*/
    /*content: "\eb11"*/
/*}*/

/*.icon-volume-mute4:before {*/
    /*content: "\eb12"*/
/*}*/

/*.icon-volume-off:before {*/
    /*content: "\eb13"*/
/*}*/

/*.icon-volume-up:before {*/
    /*content: "\eb14"*/
/*}*/

/*.icon-web:before {*/
    /*content: "\eb15"*/
/*}*/

/*.icon-business:before {*/
    /*content: "\eb16"*/
/*}*/

/*.icon-call:before {*/
    /*content: "\eb17"*/
/*}*/

/*.icon-call-end:before {*/
    /*content: "\eb18"*/
/*}*/

/*.icon-call-made:before {*/
    /*content: "\eb19"*/
/*}*/

/*.icon-call-merge:before {*/
    /*content: "\eb1a"*/
/*}*/

/*.icon-call-missed:before {*/
    /*content: "\eb1b"*/
/*}*/

/*.icon-call-received:before {*/
    /*content: "\eb1c"*/
/*}*/

/*.icon-call-split:before {*/
    /*content: "\eb1d"*/
/*}*/

/*.icon-chat5:before {*/
    /*content: "\eb1e"*/
/*}*/

/*.icon-clear-all:before {*/
    /*content: "\eb1f"*/
/*}*/

/*.icon-comment6:before {*/
    /*content: "\eb20"*/
/*}*/

.icon-contacts:before {
    content: "\eb21"
}

/*.icon-dialer-sip:before {*/
    /*content: "\eb22"*/
/*}*/

/*.icon-dialpad:before {*/
    /*content: "\eb23"*/
/*}*/

/*.icon-dnd-on:before {*/
    /*content: "\eb24"*/
/*}*/

/*.icon-email4:before {*/
    /*content: "\eb25"*/
/*}*/

/*.icon-forum:before {*/
    /*content: "\eb26"*/
/*}*/

/*.icon-import-export:before {*/
    /*content: "\eb27"*/
/*}*/

/*.icon-invert-colors-off:before {*/
    /*content: "\eb28"*/
/*}*/

/*.icon-invert-colors-on:before {*/
    /*content: "\eb29"*/
/*}*/

/*.icon-live-help:before {*/
    /*content: "\eb2a"*/
/*}*/

/*.icon-location-off:before {*/
    /*content: "\eb2b"*/
/*}*/

/*.icon-location-on:before {*/
    /*content: "\eb2c"*/
/*}*/

/*.icon-message:before {*/
    /*content: "\eb2d"*/
/*}*/

/*.icon-messenger:before {*/
    /*content: "\eb2e"*/
/*}*/

/*.icon-no-sim:before {*/
    /*content: "\eb2f"*/
/*}*/

.icon-phone4:before {
    content: "\eb30"
}

/*.icon-portable-wifi-off:before {*/
    /*content: "\eb31"*/
/*}*/

/*.icon-quick-contacts-dialer:before {*/
    /*content: "\eb32"*/
/*}*/

/*.icon-quick-contacts-mail:before {*/
    /*content: "\eb33"*/
/*}*/

/*.icon-ring-volume:before {*/
    /*content: "\eb34"*/
/*}*/

/*.icon-stay-current-landscape:before {*/
    /*content: "\eb35"*/
/*}*/

/*.icon-stay-current-portrait:before {*/
    /*content: "\eb36"*/
/*}*/

/*.icon-stay-primary-landscape:before {*/
    /*content: "\eb37"*/
/*}*/

/*.icon-stay-primary-portrait:before {*/
    /*content: "\eb38"*/
/*}*/

/*.icon-swap-calls:before {*/
    /*content: "\eb39"*/
/*}*/

/*.icon-textsms:before {*/
    /*content: "\eb3a"*/
/*}*/

/*.icon-voicemail:before {*/
    /*content: "\eb3b"*/
/*}*/

/*.icon-vpn-key:before {*/
    /*content: "\eb3c"*/
/*}*/

/*.icon-add2:before {*/
    /*content: "\eb3d"*/
/*}*/

/*.icon-add-box:before {*/
    /*content: "\eb3e"*/
/*}*/

/*.icon-add-circle:before {*/
    /*content: "\eb3f"*/
/*}*/

/*.icon-add-circle-outline:before {*/
    /*content: "\eb40"*/
/*}*/

/*.icon-archive4:before {*/
    /*content: "\eb41"*/
/*}*/

/*.icon-backspace:before {*/
    /*content: "\eb42"*/
/*}*/

/*.icon-block:before {*/
    /*content: "\eb43"*/
/*}*/

/*.icon-clear:before {*/
    /*content: "\eb44"*/
/*}*/

/*.icon-content-copy:before {*/
    /*content: "\eb45"*/
/*}*/

/*.icon-content-cut:before {*/
    /*content: "\eb46"*/
/*}*/

/*.icon-content-paste:before {*/
    /*content: "\eb47"*/
/*}*/

/*.icon-create:before {*/
    /*content: "\eb48"*/
/*}*/

/*.icon-drafts:before {*/
    /*content: "\eb49"*/
/*}*/

/*.icon-filter-list:before {*/
    /*content: "\eb4a"*/
/*}*/

/*.icon-flag5:before {*/
    /*content: "\eb4b"*/
/*}*/

/*.icon-forward6:before {*/
    /*content: "\eb4c"*/
/*}*/

/*.icon-gesture:before {*/
    /*content: "\eb4d"*/
/*}*/

/*.icon-inbox6:before {*/
    /*content: "\eb4e"*/
/*}*/

/*.icon-link5:before {*/
    /*content: "\eb4f"*/
/*}*/

/*.icon-mail8:before {*/
    /*content: "\eb50"*/
/*}*/

/*.icon-markunread:before {*/
    /*content: "\eb51"*/
/*}*/

/*.icon-redo3:before {*/
    /*content: "\eb52"*/
/*}*/

/*.icon-remove:before {*/
    /*content: "\eb53"*/
/*}*/

/*.icon-remove-circle:before {*/
    /*content: "\eb54"*/
/*}*/

/*.icon-remove-circle-outline:before {*/
    /*content: "\eb55"*/
/*}*/

/*.icon-reply4:before {*/
    /*content: "\eb56"*/
/*}*/

/*.icon-reply-all:before {*/
    /*content: "\eb57"*/
/*}*/

/*.icon-report:before {*/
    /*content: "\eb58"*/
/*}*/

/*.icon-save:before {*/
    /*content: "\eb59"*/
/*}*/

/*.icon-select-all:before {*/
    /*content: "\eb5a"*/
/*}*/

/*.icon-send:before {*/
    /*content: "\eb5b"*/
/*}*/

/*.icon-sort:before {*/
    /*content: "\eb5c"*/
/*}*/

/*.icon-text-format:before {*/
    /*content: "\eb5d"*/
/*}*/

/*.icon-undo4:before {*/
    /*content: "\eb5e"*/
/*}*/

/*.icon-access-alarm:before {*/
    /*content: "\eb5f"*/
/*}*/

/*.icon-access-alarms:before {*/
    /*content: "\eb60"*/
/*}*/

/*.icon-access-time:before {*/
    /*content: "\eb61"*/
/*}*/

/*.icon-add-alarm:before {*/
    /*content: "\eb62"*/
/*}*/

/*.icon-airplanemode-off:before {*/
    /*content: "\eb63"*/
/*}*/

/*.icon-airplanemode-on:before {*/
    /*content: "\eb64"*/
/*}*/

/*.icon-battery-20:before {*/
    /*content: "\eb65"*/
/*}*/

/*.icon-battery-30:before {*/
    /*content: "\eb66"*/
/*}*/

/*.icon-battery-502:before {*/
    /*content: "\eb67"*/
/*}*/

/*.icon-battery-60:before {*/
    /*content: "\eb68"*/
/*}*/

/*.icon-battery-80:before {*/
    /*content: "\eb69"*/
/*}*/

/*.icon-battery-90:before {*/
    /*content: "\eb6a"*/
/*}*/

/*.icon-battery-alert:before {*/
    /*content: "\eb6b"*/
/*}*/

/*.icon-battery-charging-20:before {*/
    /*content: "\eb6c"*/
/*}*/

/*.icon-battery-charging-30:before {*/
    /*content: "\eb6d"*/
/*}*/

/*.icon-battery-charging-50:before {*/
    /*content: "\eb6e"*/
/*}*/

/*.icon-battery-charging-60:before {*/
    /*content: "\eb6f"*/
/*}*/

/*.icon-battery-charging-80:before {*/
    /*content: "\eb70"*/
/*}*/

/*.icon-battery-charging-90:before {*/
    /*content: "\eb71"*/
/*}*/

/*.icon-battery-charging-full:before {*/
    /*content: "\eb72"*/
/*}*/

/*.icon-battery-full3:before {*/
    /*content: "\eb73"*/
/*}*/

/*.icon-battery-std:before {*/
    /*content: "\eb74"*/
/*}*/

/*.icon-battery-unknown:before {*/
    /*content: "\eb75"*/
/*}*/

/*.icon-bluetooth:before {*/
    /*content: "\eb76"*/
/*}*/

/*.icon-bluetooth-connected:before {*/
    /*content: "\eb77"*/
/*}*/

/*.icon-bluetooth-disabled:before {*/
    /*content: "\eb78"*/
/*}*/

/*.icon-bluetooth-searching:before {*/
    /*content: "\eb79"*/
/*}*/

/*.icon-brightness-auto:before {*/
    /*content: "\eb7a"*/
/*}*/

/*.icon-brightness-high:before {*/
    /*content: "\eb7b"*/
/*}*/

/*.icon-brightness-low:before {*/
    /*content: "\eb7c"*/
/*}*/

/*.icon-brightness-medium:before {*/
    /*content: "\eb7d"*/
/*}*/

/*.icon-data-usage:before {*/
    /*content: "\eb7e"*/
/*}*/

/*.icon-developer-mode:before {*/
    /*content: "\eb7f"*/
/*}*/

/*.icon-devices:before {*/
    /*content: "\eb80"*/
/*}*/

/*.icon-dvr:before {*/
    /*content: "\eb81"*/
/*}*/

/*.icon-gps-fixed:before {*/
    /*content: "\eb82"*/
/*}*/

/*.icon-gps-not-fixed:before {*/
    /*content: "\eb83"*/
/*}*/

/*.icon-gps-off:before {*/
    /*content: "\eb84"*/
/*}*/

/*.icon-location-disabled:before {*/
    /*content: "\eb85"*/
/*}*/

/*.icon-location-searching:before {*/
    /*content: "\eb86"*/
/*}*/

/*.icon-multitrack-audio:before {*/
    /*content: "\eb87"*/
/*}*/

/*.icon-network-cell:before {*/
    /*content: "\eb88"*/
/*}*/

/*.icon-network-wifi:before {*/
    /*content: "\eb89"*/
/*}*/

/*.icon-nfc:before {*/
    /*content: "\eb8a"*/
/*}*/

/*.icon-now-wallpaper:before {*/
    /*content: "\eb8b"*/
/*}*/

/*.icon-now-widgets:before {*/
    /*content: "\eb8c"*/
/*}*/

/*.icon-screen-lock-landscape:before {*/
    /*content: "\eb8d"*/
/*}*/

/*.icon-screen-lock-portrait:before {*/
    /*content: "\eb8e"*/
/*}*/

/*.icon-screen-lock-rotation:before {*/
    /*content: "\eb8f"*/
/*}*/

/*.icon-screen-rotation:before {*/
    /*content: "\eb90"*/
/*}*/

/*.icon-sd-storage:before {*/
    /*content: "\eb91"*/
/*}*/

/*.icon-settings-system-daydream:before {*/
    /*content: "\eb92"*/
/*}*/

/*.icon-signal-cellular-0-bar:before {*/
    /*content: "\eb93"*/
/*}*/

/*.icon-signal-cellular-1-bar:before {*/
    /*content: "\eb94"*/
/*}*/

/*.icon-signal-cellular-2-bar:before {*/
    /*content: "\eb95"*/
/*}*/

/*.icon-signal-cellular-3-bar:before {*/
    /*content: "\eb96"*/
/*}*/

/*.icon-signal-cellular-4-bar:before {*/
    /*content: "\eb97"*/
/*}*/

/*.icon-signal-cellular-connected-no-internet-0-bar:before {*/
    /*content: "\eb98"*/
/*}*/

/*.icon-signal-cellular-connected-no-internet-1-bar:before {*/
    /*content: "\eb99"*/
/*}*/

/*.icon-signal-cellular-connected-no-internet-2-bar:before {*/
    /*content: "\eb9a"*/
/*}*/

/*.icon-signal-cellular-connected-no-internet-3-bar:before {*/
    /*content: "\eb9b"*/
/*}*/

/*.icon-signal-cellular-connected-no-internet-4-bar:before {*/
    /*content: "\eb9c"*/
/*}*/

/*.icon-signal-cellular-no-sim:before {*/
    /*content: "\eb9d"*/
/*}*/

/*.icon-signal-cellular-null:before {*/
    /*content: "\eb9e"*/
/*}*/

/*.icon-signal-cellular-off:before {*/
    /*content: "\eb9f"*/
/*}*/

/*.icon-signal-wifi-0-bar:before {*/
    /*content: "\eba0"*/
/*}*/

/*.icon-signal-wifi-1-bar:before {*/
    /*content: "\eba1"*/
/*}*/

/*.icon-signal-wifi-2-bar:before {*/
    /*content: "\eba2"*/
/*}*/

/*.icon-signal-wifi-3-bar:before {*/
    /*content: "\eba3"*/
/*}*/

/*.icon-signal-wifi-4-bar:before {*/
    /*content: "\eba4"*/
/*}*/

/*.icon-signal-wifi-off:before {*/
    /*content: "\eba5"*/
/*}*/

/*.icon-signal-wifi-statusbar-1-bar:before {*/
    /*content: "\eba6"*/
/*}*/

/*.icon-signal-wifi-statusbar-2-bar:before {*/
    /*content: "\eba7"*/
/*}*/

/*.icon-signal-wifi-statusbar-3-bar:before {*/
    /*content: "\eba8"*/
/*}*/

/*.icon-signal-wifi-statusbar-4-bar:before {*/
    /*content: "\eba9"*/
/*}*/

/*.icon-signal-wifi-statusbar-connected-no-internet-1:before {*/
    /*content: "\ebaa"*/
/*}*/

/*.icon-signal-wifi-statusbar-connected-no-internet-2:before {*/
    /*content: "\ebab"*/
/*}*/

/*.icon-signal-wifi-statusbar-connected-no-internet-3:before {*/
    /*content: "\ebac"*/
/*}*/

/*.icon-signal-wifi-statusbar-connected-no-internet-4:before {*/
    /*content: "\ebad"*/
/*}*/

/*.icon-signal-wifi-statusbar-connected-no-internet:before {*/
    /*content: "\ebae"*/
/*}*/

/*.icon-signal-wifi-statusbar-not-connected:before {*/
    /*content: "\ebaf"*/
/*}*/

/*.icon-signal-wifi-statusbar-null:before {*/
    /*content: "\ebb0"*/
/*}*/

/*.icon-storage:before {*/
    /*content: "\ebb1"*/
/*}*/

/*.icon-usb:before {*/
    /*content: "\ebb2"*/
/*}*/

/*.icon-wifi-lock:before {*/
    /*content: "\ebb3"*/
/*}*/

/*.icon-wifi-tethering:before {*/
    /*content: "\ebb4"*/
/*}*/

/*.icon-attach-file:before {*/
    /*content: "\ebb5"*/
/*}*/

/*.icon-attach-money:before {*/
    /*content: "\ebb6"*/
/*}*/

/*.icon-border-all:before {*/
    /*content: "\ebb7"*/
/*}*/

/*.icon-border-bottom:before {*/
    /*content: "\ebb8"*/
/*}*/

/*.icon-border-clear:before {*/
    /*content: "\ebb9"*/
/*}*/

/*.icon-border-color:before {*/
    /*content: "\ebba"*/
/*}*/

/*.icon-border-horizontal:before {*/
    /*content: "\ebbb"*/
/*}*/

/*.icon-border-inner:before {*/
    /*content: "\ebbc"*/
/*}*/

/*.icon-border-left:before {*/
    /*content: "\ebbd"*/
/*}*/

/*.icon-border-outer:before {*/
    /*content: "\ebbe"*/
/*}*/

/*.icon-border-right:before {*/
    /*content: "\ebbf"*/
/*}*/

/*.icon-border-style:before {*/
    /*content: "\ebc0"*/
/*}*/

/*.icon-border-top:before {*/
    /*content: "\ebc1"*/
/*}*/

/*.icon-border-vertical:before {*/
    /*content: "\ebc2"*/
/*}*/

/*.icon-format-align-center:before {*/
    /*content: "\ebc3"*/
/*}*/

/*.icon-format-align-justify:before {*/
    /*content: "\ebc4"*/
/*}*/

/*.icon-format-align-left:before {*/
    /*content: "\ebc5"*/
/*}*/

/*.icon-format-align-right:before {*/
    /*content: "\ebc6"*/
/*}*/

/*.icon-format-bold:before {*/
    /*content: "\ebc7"*/
/*}*/

/*.icon-format-clear:before {*/
    /*content: "\ebc8"*/
/*}*/

/*.icon-format-color-fill:before {*/
    /*content: "\ebc9"*/
/*}*/

/*.icon-format-color-reset:before {*/
    /*content: "\ebca"*/
/*}*/

/*.icon-format-color-text:before {*/
    /*content: "\ebcb"*/
/*}*/

/*.icon-format-indent-decrease:before {*/
    /*content: "\ebcc"*/
/*}*/

/*.icon-format-indent-increase:before {*/
    /*content: "\ebcd"*/
/*}*/

/*.icon-format-ital:before {*/
    /*content: "\ebce"*/
/*}*/

/*.icon-format-line-spacing:before {*/
    /*content: "\ebcf"*/
/*}*/

/*.icon-format-list-bulleted:before {*/
    /*content: "\ebd0"*/
/*}*/

/*.icon-format-list-numbered:before {*/
    /*content: "\ebd1"*/
/*}*/

/*.icon-format-paint:before {*/
    /*content: "\ebd2"*/
/*}*/

/*.icon-format-quote:before {*/
    /*content: "\ebd3"*/
/*}*/

/*.icon-format-size:before {*/
    /*content: "\ebd4"*/
/*}*/

/*.icon-format-strikethrough:before {*/
    /*content: "\ebd5"*/
/*}*/

/*.icon-format-textdirection-l-to-r:before {*/
    /*content: "\ebd6"*/
/*}*/

/*.icon-format-textdirection-r-to-l:before {*/
    /*content: "\ebd7"*/
/*}*/

/*.icon-format-underline:before {*/
    /*content: "\ebd8"*/
/*}*/

/*.icon-functions:before {*/
    /*content: "\ebd9"*/
/*}*/

/*.icon-insert-chart:before {*/
    /*content: "\ebda"*/
/*}*/

/*.icon-insert-comment:before {*/
    /*content: "\ebdb"*/
/*}*/

/*.icon-insert-drive-file:before {*/
    /*content: "\ebdc"*/
/*}*/

/*.icon-insert-emoticon:before {*/
    /*content: "\ebdd"*/
/*}*/

/*.icon-insert-invitation:before {*/
    /*content: "\ebde"*/
/*}*/

/*.icon-insert-link:before {*/
    /*content: "\ebdf"*/
/*}*/

/*.icon-insert-photo:before {*/
    /*content: "\ebe0"*/
/*}*/

/*.icon-merge-type:before {*/
    /*content: "\ebe1"*/
/*}*/

/*.icon-mode-comment:before {*/
    /*content: "\ebe2"*/
/*}*/

/*.icon-mode-edit:before {*/
    /*content: "\ebe3"*/
/*}*/

/*.icon-publish:before {*/
    /*content: "\ebe4"*/
/*}*/

/*.icon-vertical-align-bottom:before {*/
    /*content: "\ebe5"*/
/*}*/

/*.icon-vertical-align-center:before {*/
    /*content: "\ebe6"*/
/*}*/

/*.icon-vertical-align-top:before {*/
    /*content: "\ebe7"*/
/*}*/

/*.icon-wrap-text:before {*/
    /*content: "\ebe8"*/
/*}*/

/*.icon-attachment3:before {*/
    /*content: "\ebe9"*/
/*}*/

/*.icon-cloud13:before {*/
    /*content: "\ebea"*/
/*}*/

/*.icon-cloud-circle:before {*/
    /*content: "\ebeb"*/
/*}*/

/*.icon-cloud-done:before {*/
    /*content: "\ebec"*/
/*}*/

/*.icon-cloud-download5:before {*/
    /*content: "\ebed"*/
/*}*/

/*.icon-cloud-off:before {*/
    /*content: "\ebee"*/
/*}*/

/*.icon-cloud-queue:before {*/
    /*content: "\ebef"*/
/*}*/

/*.icon-cloud-upload5:before {*/
    /*content: "\ebf0"*/
/*}*/

/*.icon-file-download:before {*/
    /*content: "\ebf1"*/
/*}*/

/*.icon-file-upload:before {*/
    /*content: "\ebf2"*/
/*}*/

/*.icon-folder5:before {*/
    /*content: "\ebf3"*/
/*}*/

/*.icon-folder-open2:before {*/
    /*content: "\ebf4"*/
/*}*/

/*.icon-folder-shared:before {*/
    /*content: "\ebf5"*/
/*}*/

/*.icon-cast:before {*/
    /*content: "\ebf6"*/
/*}*/

/*.icon-cast-connected:before {*/
    /*content: "\ebf7"*/
/*}*/

/*.icon-computer:before {*/
    /*content: "\ebf8"*/
/*}*/

/*.icon-desktop-mac:before {*/
    /*content: "\ebf9"*/
/*}*/

/*.icon-desktop-windows:before {*/
    /*content: "\ebfa"*/
/*}*/

/*.icon-dock:before {*/
    /*content: "\ebfb"*/
/*}*/

/*.icon-gamepad:before {*/
    /*content: "\ebfc"*/
/*}*/

/*.icon-headset:before {*/
    /*content: "\ebfd"*/
/*}*/

/*.icon-headset-m:before {*/
    /*content: "\ebfe"*/
/*}*/

/*.icon-keyboard4:before {*/
    /*content: "\ebff"*/
/*}*/

/*.icon-keyboard-alt:before {*/
    /*content: "\ec00"*/
/*}*/

/*.icon-keyboard-arrow-down:before {*/
    /*content: "\ec01"*/
/*}*/

/*.icon-keyboard-arrow-left:before {*/
    /*content: "\ec02"*/
/*}*/

/*.icon-keyboard-arrow-right:before {*/
    /*content: "\ec03"*/
/*}*/

/*.icon-keyboard-arrow-up:before {*/
    /*content: "\ec04"*/
/*}*/

/*.icon-keyboard-backspace:before {*/
    /*content: "\ec05"*/
/*}*/

/*.icon-keyboard-capslock:before {*/
    /*content: "\ec06"*/
/*}*/

/*.icon-keyboard-control:before {*/
    /*content: "\ec07"*/
/*}*/

/*.icon-keyboard-hide:before {*/
    /*content: "\ec08"*/
/*}*/

/*.icon-keyboard-return:before {*/
    /*content: "\ec09"*/
/*}*/

/*.icon-keyboard-tab:before {*/
    /*content: "\ec0a"*/
/*}*/

/*.icon-keyboard-voice:before {*/
    /*content: "\ec0b"*/
/*}*/

/*.icon-laptop3:before {*/
    /*content: "\ec0c"*/
/*}*/

/*.icon-laptop-chromebook:before {*/
    /*content: "\ec0d"*/
/*}*/

/*.icon-laptop-mac:before {*/
    /*content: "\ec0e"*/
/*}*/

/*.icon-laptop-windows:before {*/
    /*content: "\ec0f"*/
/*}*/

/*.icon-memory:before {*/
    /*content: "\ec10"*/
/*}*/

/*.icon-mouse2:before {*/
    /*content: "\ec11"*/
/*}*/

/*.icon-phone-android:before {*/
    /*content: "\ec12"*/
/*}*/

/*.icon-phone-iphone:before {*/
    /*content: "\ec13"*/
/*}*/

/*.icon-phonelink:before {*/
    /*content: "\ec14"*/
/*}*/

/*.icon-phonelink-off:before {*/
    /*content: "\ec15"*/
/*}*/

/*.icon-security:before {*/
    /*content: "\ec16"*/
/*}*/

/*.icon-sim-card:before {*/
    /*content: "\ec17"*/
/*}*/

/*.icon-smartphone:before {*/
    /*content: "\ec18"*/
/*}*/

/*.icon-speaker2:before {*/
    /*content: "\ec19"*/
/*}*/

/*.icon-tablet3:before {*/
    /*content: "\ec1a"*/
/*}*/

/*.icon-tablet-android:before {*/
    /*content: "\ec1b"*/
/*}*/

/*.icon-tablet-mac:before {*/
    /*content: "\ec1c"*/
/*}*/

/*.icon-tv2:before {*/
    /*content: "\ec1d"*/
/*}*/

/*.icon-watch2:before {*/
    /*content: "\ec1e"*/
/*}*/

/*.icon-add-to-photos:before {*/
    /*content: "\ec1f"*/
/*}*/

/*.icon-adjust:before {*/
    /*content: "\ec20"*/
/*}*/

/*.icon-assistant-photo:before {*/
    /*content: "\ec21"*/
/*}*/

/*.icon-audiotrack:before {*/
    /*content: "\ec22"*/
/*}*/

/*.icon-blur-circular:before {*/
    /*content: "\ec23"*/
/*}*/

/*.icon-blur-linear:before {*/
    /*content: "\ec24"*/
/*}*/

/*.icon-blur-off:before {*/
    /*content: "\ec25"*/
/*}*/

/*.icon-blur-on:before {*/
    /*content: "\ec26"*/
/*}*/

/*.icon-brightness-1:before {*/
    /*content: "\ec27"*/
/*}*/

/*.icon-brightness-2:before {*/
    /*content: "\ec28"*/
/*}*/

/*.icon-brightness-3:before {*/
    /*content: "\ec29"*/
/*}*/

/*.icon-brightness-4:before {*/
    /*content: "\ec2a"*/
/*}*/

/*.icon-brightness-5:before {*/
    /*content: "\ec2b"*/
/*}*/

/*.icon-brightness-6:before {*/
    /*content: "\ec2c"*/
/*}*/

/*.icon-brightness-7:before {*/
    /*content: "\ec2d"*/
/*}*/

/*.icon-brush2:before {*/
    /*content: "\ec2e"*/
/*}*/

/*.icon-camera9:before {*/
    /*content: "\ec2f"*/
/*}*/

/*.icon-camera-alt:before {*/
    /*content: "\ec30"*/
/*}*/

/*.icon-camera-front:before {*/
    /*content: "\ec31"*/
/*}*/

/*.icon-camera-rear:before {*/
    /*content: "\ec32"*/
/*}*/

/*.icon-camera-roll:before {*/
    /*content: "\ec33"*/
/*}*/

/*.icon-center-focus-strong:before {*/
    /*content: "\ec34"*/
/*}*/

/*.icon-center-focus-weak:before {*/
    /*content: "\ec35"*/
/*}*/

/*.icon-collections:before {*/
    /*content: "\ec36"*/
/*}*/

/*.icon-color-lens:before {*/
    /*content: "\ec37"*/
/*}*/

/*.icon-colorize:before {*/
    /*content: "\ec38"*/
/*}*/

/*.icon-compare:before {*/
    /*content: "\ec39"*/
/*}*/

/*.icon-control-point:before {*/
    /*content: "\ec3a"*/
/*}*/

/*.icon-control-point-duplicate:before {*/
    /*content: "\ec3b"*/
/*}*/

/*.icon-crop-3-2:before {*/
    /*content: "\ec3c"*/
/*}*/

/*.icon-crop-5-4:before {*/
    /*content: "\ec3d"*/
/*}*/

/*.icon-crop-7-5:before {*/
    /*content: "\ec3e"*/
/*}*/

/*.icon-crop-16-9:before {*/
    /*content: "\ec3f"*/
/*}*/

/*.icon-crop5:before {*/
    /*content: "\ec40"*/
/*}*/

/*.icon-crop-din:before {*/
    /*content: "\ec41"*/
/*}*/

/*.icon-crop-free:before {*/
    /*content: "\ec42"*/
/*}*/

/*.icon-crop-landscape:before {*/
    /*content: "\ec43"*/
/*}*/

/*.icon-crop-original:before {*/
    /*content: "\ec44"*/
/*}*/

/*.icon-crop-portrait:before {*/
    /*content: "\ec45"*/
/*}*/

/*.icon-crop-square:before {*/
    /*content: "\ec46"*/
/*}*/

/*.icon-dehaze:before {*/
    /*content: "\ec47"*/
/*}*/

/*.icon-details:before {*/
    /*content: "\ec48"*/
/*}*/

/*.icon-edit2:before {*/
    /*content: "\ec49"*/
/*}*/

/*.icon-exposure:before {*/
    /*content: "\ec4a"*/
/*}*/

/*.icon-exposure-minus-1:before {*/
    /*content: "\ec4b"*/
/*}*/

/*.icon-exposure-minus-2:before {*/
    /*content: "\ec4c"*/
/*}*/

/*.icon-exposure-plus-1:before {*/
    /*content: "\ec4d"*/
/*}*/

/*.icon-exposure-plus-2:before {*/
    /*content: "\ec4e"*/
/*}*/

/*.icon-exposure-zero:before {*/
    /*content: "\ec4f"*/
/*}*/

/*.icon-filter-1:before {*/
    /*content: "\ec50"*/
/*}*/

/*.icon-filter-2:before {*/
    /*content: "\ec51"*/
/*}*/

/*.icon-filter-3:before {*/
    /*content: "\ec52"*/
/*}*/

/*.icon-filter-4:before {*/
    /*content: "\ec53"*/
/*}*/

/*.icon-filter-5:before {*/
    /*content: "\ec54"*/
/*}*/

/*.icon-filter-6:before {*/
    /*content: "\ec55"*/
/*}*/

/*.icon-filter-7:before {*/
    /*content: "\ec56"*/
/*}*/

/*.icon-filter-8:before {*/
    /*content: "\ec57"*/
/*}*/

/*.icon-filter-9:before {*/
    /*content: "\ec58"*/
/*}*/

/*.icon-filter-9-plus:before {*/
    /*content: "\ec59"*/
/*}*/

/*.icon-filter3:before {*/
    /*content: "\ec5a"*/
/*}*/

/*.icon-filter-b-and-w:before {*/
    /*content: "\ec5b"*/
/*}*/

/*.icon-filter-center-focus:before {*/
    /*content: "\ec5c"*/
/*}*/

/*.icon-filter-drama:before {*/
    /*content: "\ec5d"*/
/*}*/

/*.icon-filter-frames:before {*/
    /*content: "\ec5e"*/
/*}*/

/*.icon-filter-hdr:before {*/
    /*content: "\ec5f"*/
/*}*/

/*.icon-filter-none:before {*/
    /*content: "\ec60"*/
/*}*/

/*.icon-filter-tilt-shift:before {*/
    /*content: "\ec61"*/
/*}*/

/*.icon-filter-vintage:before {*/
    /*content: "\ec62"*/
/*}*/

/*.icon-flare:before {*/
    /*content: "\ec63"*/
/*}*/

/*.icon-flash-auto:before {*/
    /*content: "\ec64"*/
/*}*/

/*.icon-flash-off:before {*/
    /*content: "\ec65"*/
/*}*/

/*.icon-flash-on:before {*/
    /*content: "\ec66"*/
/*}*/

/*.icon-flip:before {*/
    /*content: "\ec67"*/
/*}*/

/*.icon-gradient:before {*/
    /*content: "\ec68"*/
/*}*/

/*.icon-grain:before {*/
    /*content: "\ec69"*/
/*}*/

/*.icon-grid-off:before {*/
    /*content: "\ec6a"*/
/*}*/

/*.icon-grid-on:before {*/
    /*content: "\ec6b"*/
/*}*/

/*.icon-hdr-off:before {*/
    /*content: "\ec6c"*/
/*}*/

/*.icon-hdr-on:before {*/
    /*content: "\ec6d"*/
/*}*/

/*.icon-hdr-strong:before {*/
    /*content: "\ec6e"*/
/*}*/

/*.icon-hdr-weak:before {*/
    /*content: "\ec6f"*/
/*}*/

/*.icon-healing:before {*/
    /*content: "\ec70"*/
/*}*/

/*.icon-image5:before {*/
    /*content: "\ec71"*/
/*}*/

/*.icon-image-aspect-ratio:before {*/
    /*content: "\ec72"*/
/*}*/

/*.icon-iso:before {*/
    /*content: "\ec73"*/
/*}*/

/*.icon-landscape:before {*/
    /*content: "\ec74"*/
/*}*/

/*.icon-leak-add:before {*/
    /*content: "\ec75"*/
/*}*/

/*.icon-leak-remove:before {*/
    /*content: "\ec76"*/
/*}*/

/*.icon-lens:before {*/
    /*content: "\ec77"*/
/*}*/

/*.icon-looks-3:before {*/
    /*content: "\ec78"*/
/*}*/

/*.icon-looks-4:before {*/
    /*content: "\ec79"*/
/*}*/

/*.icon-looks-5:before {*/
    /*content: "\ec7a"*/
/*}*/

/*.icon-looks-6:before {*/
    /*content: "\ec7b"*/
/*}*/

/*.icon-looks:before {*/
    /*content: "\ec7c"*/
/*}*/

/*.icon-looks-one:before {*/
    /*content: "\ec7d"*/
/*}*/

/*.icon-looks-two:before {*/
    /*content: "\ec7e"*/
/*}*/

/*.icon-loupe:before {*/
    /*content: "\ec7f"*/
/*}*/

/*.icon-movie-creation:before {*/
    /*content: "\ec80"*/
/*}*/

/*.icon-nature:before {*/
    /*content: "\ec81"*/
/*}*/

/*.icon-nature-people:before {*/
    /*content: "\ec82"*/
/*}*/

/*.icon-navigate-before:before {*/
    /*content: "\ec83"*/
/*}*/

/*.icon-navigate-next:before {*/
    /*content: "\ec84"*/
/*}*/

/*.icon-palette:before {*/
    /*content: "\ec85"*/
/*}*/

/*.icon-panorama:before {*/
    /*content: "\ec86"*/
/*}*/

/*.icon-panorama-fisheye:before {*/
    /*content: "\ec87"*/
/*}*/

/*.icon-panorama-horizontal:before {*/
    /*content: "\ec88"*/
/*}*/

/*.icon-panorama-vertical:before {*/
    /*content: "\ec89"*/
/*}*/

/*.icon-panorama-wide-angle:before {*/
    /*content: "\ec8a"*/
/*}*/

/*.icon-photo:before {*/
    /*content: "\ec8b"*/
/*}*/

/*.icon-photo-album:before {*/
    /*content: "\ec8c"*/
/*}*/

/*.icon-photo-camera:before {*/
    /*content: "\ec8d"*/
/*}*/

/*.icon-photo-library:before {*/
    /*content: "\ec8e"*/
/*}*/

/*.icon-portrait:before {*/
    /*content: "\ec8f"*/
/*}*/

/*.icon-remove-red-eye:before {*/
    /*content: "\ec90"*/
/*}*/

/*.icon-rotate-left:before {*/
    /*content: "\ec91"*/
/*}*/

/*.icon-rotate-right:before {*/
    /*content: "\ec92"*/
/*}*/

/*.icon-slideshow:before {*/
    /*content: "\ec93"*/
/*}*/

/*.icon-straighten:before {*/
    /*content: "\ec94"*/
/*}*/

/*.icon-style:before {*/
    /*content: "\ec95"*/
/*}*/

/*.icon-switch-camera:before {*/
    /*content: "\ec96"*/
/*}*/

/*.icon-switch-video:before {*/
    /*content: "\ec97"*/
/*}*/

/*.icon-tag-faces:before {*/
    /*content: "\ec98"*/
/*}*/

/*.icon-texture:before {*/
    /*content: "\ec99"*/
/*}*/

/*.icon-timelapse:before {*/
    /*content: "\ec9a"*/
/*}*/

/*.icon-timer-3:before {*/
    /*content: "\ec9b"*/
/*}*/

/*.icon-timer-10:before {*/
    /*content: "\ec9c"*/
/*}*/

/*.icon-timer:before {*/
    /*content: "\ec9d"*/
/*}*/

/*.icon-timer-auto:before {*/
    /*content: "\ec9e"*/
/*}*/

/*.icon-timer-off:before {*/
    /*content: "\ec9f"*/
/*}*/

/*.icon-tonality:before {*/
    /*content: "\eca0"*/
/*}*/

/*.icon-transform:before {*/
    /*content: "\eca1"*/
/*}*/

/*.icon-tune:before {*/
    /*content: "\eca2"*/
/*}*/

/*.icon-wb-auto:before {*/
    /*content: "\eca3"*/
/*}*/

/*.icon-wb-cloudy:before {*/
    /*content: "\eca4"*/
/*}*/

/*.icon-wb-incandescent:before {*/
    /*content: "\eca5"*/
/*}*/

/*.icon-wb-irradescent:before {*/
    /*content: "\eca6"*/
/*}*/

/*.icon-wb-sunny:before {*/
    /*content: "\eca7"*/
/*}*/

/*.icon-beenhere:before {*/
    /*content: "\eca8"*/
/*}*/

/*.icon-directions:before {*/
    /*content: "\eca9"*/
/*}*/

/*.icon-directions-bike:before {*/
    /*content: "\ecaa"*/
/*}*/

/*.icon-directions-bus:before {*/
    /*content: "\ecab"*/
/*}*/

/*.icon-directions-car:before {*/
    /*content: "\ecac"*/
/*}*/

/*.icon-directions-ferry:before {*/
    /*content: "\ecad"*/
/*}*/

/*.icon-directions-subway:before {*/
    /*content: "\ecae"*/
/*}*/

/*.icon-directions-train:before {*/
    /*content: "\ecaf"*/
/*}*/

/*.icon-directions-transit:before {*/
    /*content: "\ecb0"*/
/*}*/

/*.icon-directions-walk:before {*/
    /*content: "\ecb1"*/
/*}*/

/*.icon-flight:before {*/
    /*content: "\ecb2"*/
/*}*/

/*.icon-hotel:before {*/
    /*content: "\ecb3"*/
/*}*/

/*.icon-layers3:before {*/
    /*content: "\ecb4"*/
/*}*/

/*.icon-layers-clear:before {*/
    /*content: "\ecb5"*/
/*}*/

/*.icon-local-airport:before {*/
    /*content: "\ecb6"*/
/*}*/

/*.icon-local-atm:before {*/
    /*content: "\ecb7"*/
/*}*/

/*.icon-local-attraction:before {*/
    /*content: "\ecb8"*/
/*}*/

/*.icon-local-bar:before {*/
    /*content: "\ecb9"*/
/*}*/

/*.icon-local-cafe:before {*/
    /*content: "\ecba"*/
/*}*/

/*.icon-local-car-wash:before {*/
    /*content: "\ecbb"*/
/*}*/

/*.icon-local-convenience-store:before {*/
    /*content: "\ecbc"*/
/*}*/

/*.icon-local-drink:before {*/
    /*content: "\ecbd"*/
/*}*/

/*.icon-local-florist:before {*/
    /*content: "\ecbe"*/
/*}*/

/*.icon-local-gas-station:before {*/
    /*content: "\ecbf"*/
/*}*/

/*.icon-local-grocery-store:before {*/
    /*content: "\ecc0"*/
/*}*/

/*.icon-local-hospital:before {*/
    /*content: "\ecc1"*/
/*}*/

/*.icon-local-hotel:before {*/
    /*content: "\ecc2"*/
/*}*/

/*.icon-local-laundry-service:before {*/
    /*content: "\ecc3"*/
/*}*/

/*.icon-local-library:before {*/
    /*content: "\ecc4"*/
/*}*/

/*.icon-local-mall:before {*/
    /*content: "\ecc5"*/
/*}*/

/*.icon-local-movies:before {*/
    /*content: "\ecc6"*/
/*}*/

/*.icon-local-offer:before {*/
    /*content: "\ecc7"*/
/*}*/

/*.icon-local-parking:before {*/
    /*content: "\ecc8"*/
/*}*/

/*.icon-local-pharmacy:before {*/
    /*content: "\ecc9"*/
/*}*/

/*.icon-local-phone:before {*/
    /*content: "\ecca"*/
/*}*/

/*.icon-local-pizza:before {*/
    /*content: "\eccb"*/
/*}*/

/*.icon-local-play:before {*/
    /*content: "\eccc"*/
/*}*/

/*.icon-local-post-office:before {*/
    /*content: "\eccd"*/
/*}*/

/*.icon-local-print-shop:before {*/
    /*content: "\ecce"*/
/*}*/

/*.icon-local-restaurant:before {*/
    /*content: "\eccf"*/
/*}*/

/*.icon-local-see:before {*/
    /*content: "\ecd0"*/
/*}*/

/*.icon-local-shipping:before {*/
    /*content: "\ecd1"*/
/*}*/

/*.icon-local-taxi:before {*/
    /*content: "\ecd2"*/
/*}*/

/*.icon-location-history:before {*/
    /*content: "\ecd3"*/
/*}*/

/*.icon-map5:before {*/
    /*content: "\ecd4"*/
/*}*/

/*.icon-my-location:before {*/
    /*content: "\ecd5"*/
/*}*/

/*.icon-navigation:before {*/
    /*content: "\ecd6"*/
/*}*/

/*.icon-pin-drop:before {*/
    /*content: "\ecd7"*/
/*}*/

/*.icon-place:before {*/
    /*content: "\ecd8"*/
/*}*/

/*.icon-rate-review:before {*/
    /*content: "\ecd9"*/
/*}*/

/*.icon-restaurant-menu:before {*/
    /*content: "\ecda"*/
/*}*/

/*.icon-satellite:before {*/
    /*content: "\ecdb"*/
/*}*/

/*.icon-store-mall-directory:before {*/
    /*content: "\ecdc"*/
/*}*/

/*.icon-terrain:before {*/
    /*content: "\ecdd"*/
/*}*/

/*.icon-traff:before {*/
    /*content: "\ecde"*/
/*}*/

/*.icon-apps:before {*/
    /*content: "\ecdf"*/
/*}*/

/*.icon-arrow-back:before {*/
    /*content: "\ece0"*/
/*}*/

/*.icon-arrow-drop-down:before {*/
    /*content: "\ece1"*/
/*}*/

/*.icon-arrow-drop-down-circle:before {*/
    /*content: "\ece2"*/
/*}*/

/*.icon-arrow-drop-up:before {*/
    /*content: "\ece3"*/
/*}*/

/*.icon-arrow-forward:before {*/
    /*content: "\ece4"*/
/*}*/

/*.icon-cancel3:before {*/
    /*content: "\ece5"*/
/*}*/

/*.icon-check3:before {*/
    /*content: "\ece6"*/
/*}*/

/*.icon-chevron-left2:before {*/
    /*content: "\ece7"*/
/*}*/

/*.icon-chevron-right2:before {*/
    /*content: "\ece8"*/
/*}*/

/*.icon-close2:before {*/
    /*content: "\ece9"*/
/*}*/

/*.icon-expand-less:before {*/
    /*content: "\ecea"*/
/*}*/

/*.icon-expand-more:before {*/
    /*content: "\eceb"*/
/*}*/

/*.icon-fullscreen2:before {*/
    /*content: "\ecec"*/
/*}*/

/*.icon-fullscreen-exit2:before {*/
    /*content: "\eced"*/
/*}*/

/*.icon-menu7:before {*/
    /*content: "\ecee"*/
/*}*/

/*.icon-more-horiz:before {*/
    /*content: "\ecef"*/
/*}*/

/*.icon-more-vert:before {*/
    /*content: "\ecf0"*/
/*}*/

/*.icon-refresh3:before {*/
    /*content: "\ecf1"*/
/*}*/

/*.icon-unfold-less:before {*/
    /*content: "\ecf2"*/
/*}*/

/*.icon-unfold-more:before {*/
    /*content: "\ecf3"*/
/*}*/

/*.icon-adb:before {*/
    /*content: "\ecf4"*/
/*}*/

/*.icon-bluetooth-audio:before {*/
    /*content: "\ecf5"*/
/*}*/

/*.icon-disc-full:before {*/
    /*content: "\ecf6"*/
/*}*/

/*.icon-dnd-forwardslash:before {*/
    /*content: "\ecf7"*/
/*}*/

/*.icon-do-not-disturb:before {*/
    /*content: "\ecf8"*/
/*}*/

/*.icon-drive-eta:before {*/
    /*content: "\ecf9"*/
/*}*/

/*.icon-event-available:before {*/
    /*content: "\ecfa"*/
/*}*/

/*.icon-event-busy:before {*/
    /*content: "\ecfb"*/
/*}*/

/*.icon-event-note:before {*/
    /*content: "\ecfc"*/
/*}*/

/*.icon-folder-special:before {*/
    /*content: "\ecfd"*/
/*}*/

/*.icon-mms:before {*/
    /*content: "\ecfe"*/
/*}*/

/*.icon-more:before {*/
    /*content: "\ecff"*/
/*}*/

/*.icon-network-locked:before {*/
    /*content: "\ed00"*/
/*}*/

/*.icon-phone-bluetooth-speaker:before {*/
    /*content: "\ed01"*/
/*}*/

/*.icon-phone-forwarded:before {*/
    /*content: "\ed02"*/
/*}*/

/*.icon-phone-in-talk:before {*/
    /*content: "\ed03"*/
/*}*/

/*.icon-phone-locked:before {*/
    /*content: "\ed04"*/
/*}*/

/*.icon-phone-missed:before {*/
    /*content: "\ed05"*/
/*}*/

/*.icon-phone-paused:before {*/
    /*content: "\ed06"*/
/*}*/

/*.icon-play-download:before {*/
    /*content: "\ed07"*/
/*}*/

/*.icon-play-install:before {*/
    /*content: "\ed08"*/
/*}*/

/*.icon-sd-card:before {*/
    /*content: "\ed09"*/
/*}*/

/*.icon-sim-card-alert:before {*/
    /*content: "\ed0a"*/
/*}*/

/*.icon-sms:before {*/
    /*content: "\ed0b"*/
/*}*/

/*.icon-sms-failed:before {*/
    /*content: "\ed0c"*/
/*}*/

/*.icon-sync2:before {*/
    /*content: "\ed0d"*/
/*}*/

/*.icon-sync-disabled:before {*/
    /*content: "\ed0e"*/
/*}*/

/*.icon-sync-problem:before {*/
    /*content: "\ed0f"*/
/*}*/

/*.icon-system-update:before {*/
    /*content: "\ed10"*/
/*}*/

/*.icon-tap-and-play:before {*/
    /*content: "\ed11"*/
/*}*/

/*.icon-time-to-leave:before {*/
    /*content: "\ed12"*/
/*}*/

/*.icon-vibration:before {*/
    /*content: "\ed13"*/
/*}*/

/*.icon-voice-chat:before {*/
    /*content: "\ed14"*/
/*}*/

/*.icon-vpn-lock:before {*/
    /*content: "\ed15"*/
/*}*/

/*.icon-cake:before {*/
    /*content: "\ed16"*/
/*}*/

/*.icon-domain:before {*/
    /*content: "\ed17"*/
/*}*/

/*.icon-group:before {*/
    /*content: "\ed18"*/
/*}*/

/*.icon-group-add:before {*/
    /*content: "\ed19"*/
/*}*/

/*.icon-location-city:before {*/
    /*content: "\ed1a"*/
/*}*/

/*.icon-mood:before {*/
    /*content: "\ed1b"*/
/*}*/

/*.icon-notifications:before {*/
    /*content: "\ed1c"*/
/*}*/

/*.icon-notifications-none:before {*/
    /*content: "\ed1d"*/
/*}*/

/*.icon-notifications-off:before {*/
    /*content: "\ed1e"*/
/*}*/

/*.icon-notifications-on:before {*/
    /*content: "\ed1f"*/
/*}*/

/*.icon-notifications-paused:before {*/
    /*content: "\ed20"*/
/*}*/

/*.icon-pages:before {*/
    /*content: "\ed21"*/
/*}*/

/*.icon-party-mode:before {*/
    /*content: "\ed22"*/
/*}*/

/*.icon-people:before {*/
    /*content: "\ed23"*/
/*}*/

/*.icon-people-outline:before {*/
    /*content: "\ed24"*/
/*}*/

/*.icon-person2:before {*/
    /*content: "\ed25"*/
/*}*/

/*.icon-person-add:before {*/
    /*content: "\ed26"*/
/*}*/

/*.icon-person-outline:before {*/
    /*content: "\ed27"*/
/*}*/

/*.icon-plus-one:before {*/
    /*content: "\ed28"*/
/*}*/

/*.icon-poll:before {*/
    /*content: "\ed29"*/
/*}*/

/*.icon-publ:before {*/
    /*content: "\ed2a"*/
/*}*/

/*.icon-school:before {*/
    /*content: "\ed2b"*/
/*}*/

/*.icon-share7:before {*/
    /*content: "\ed2c"*/
/*}*/

/*.icon-whatshot:before {*/
    /*content: "\ed2d"*/
/*}*/

/*.icon-check-box:before {*/
    /*content: "\ed2e"*/
/*}*/

/*.icon-check-box-outline-blank:before {*/
    /*content: "\ed2f"*/
/*}*/

/*.icon-radio-button-off:before {*/
    /*content: "\ed30"*/
/*}*/

/*.icon-radio-button-on:before {*/
    /*content: "\ed31"*/
/*}*/

/*.icon-star7:before {*/
    /*content: "\ed32"*/
/*}*/

/*.icon-star-half2:before {*/
    /*content: "\ed33"*/
/*}*/

/*.icon-star-outline:before {*/
    /*content: "\ed34"*/
/*}*/

/*.icon-times:before {*/
    /*content: "\ed35"*/
/*}*/

/*.icon-tick:before {*/
    /*content: "\ed36"*/
/*}*/

/*.icon-plus7:before {*/
    /*content: "\ed37"*/
/*}*/

/*.icon-minus6:before {*/
    /*content: "\ed38"*/
/*}*/

/*.icon-equals:before {*/
    /*content: "\ed39"*/
/*}*/

/*.icon-divide:before {*/
    /*content: "\ed3a"*/
/*}*/

/*.icon-chevron-right3:before {*/
    /*content: "\ed3b"*/
/*}*/

/*.icon-chevron-left3:before {*/
    /*content: "\ed3c"*/
/*}*/

/*.icon-arrow-right-thick:before {*/
    /*content: "\ed3d"*/
/*}*/

/*.icon-arrow-left-thick:before {*/
    /*content: "\ed3e"*/
/*}*/

/*.icon-th-small:before {*/
    /*content: "\ed3f"*/
/*}*/

/*.icon-th-menu:before {*/
    /*content: "\ed40"*/
/*}*/

/*.icon-th-list:before {*/
    /*content: "\ed41"*/
/*}*/

/*.icon-th-large:before {*/
    /*content: "\ed42"*/
/*}*/

/*.icon-home11:before {*/
    /*content: "\ed43"*/
/*}*/

/*.icon-arrow-forward2:before {*/
    /*content: "\ed44"*/
/*}*/

/*.icon-arrow-back2:before {*/
    /*content: "\ed45"*/
/*}*/

/*.icon-rss3:before {*/
    /*content: "\ed46"*/
/*}*/

/*.icon-location7:before {*/
    /*content: "\ed47"*/
/*}*/

/*.icon-link6:before {*/
    /*content: "\ed48"*/
/*}*/

/*.icon-image6:before {*/
    /*content: "\ed49"*/
/*}*/

/*.icon-arrow-up-thick:before {*/
    /*content: "\ed4a"*/
/*}*/

/*.icon-arrow-down-thick:before {*/
    /*content: "\ed4b"*/
/*}*/

/*.icon-starburst:before {*/
    /*content: "\ed4c"*/
/*}*/

/*.icon-starburst-outline:before {*/
    /*content: "\ed4d"*/
/*}*/

/*.icon-star8:before {*/
    /*content: "\ed4e"*/
/*}*/

/*.icon-flow-children:before {*/
    /*content: "\ed4f"*/
/*}*/

/*.icon-export:before {*/
    /*content: "\ed50"*/
/*}*/

/*.icon-delete3:before {*/
    /*content: "\ed51"*/
/*}*/

/*.icon-delete-outline:before {*/
    /*content: "\ed52"*/
/*}*/

/*.icon-cloud-storage:before {*/
    /*content: "\ed53"*/
/*}*/

/*.icon-wi-fi:before {*/
    /*content: "\ed54"*/
/*}*/

/*.icon-heart8:before {*/
    /*content: "\ed55"*/
/*}*/

/*.icon-flash:before {*/
    /*content: "\ed56"*/
/*}*/

/*.icon-cancel4:before {*/
    /*content: "\ed57"*/
/*}*/

/*.icon-backspace2:before {*/
    /*content: "\ed58"*/
/*}*/

/*.icon-attachment4:before {*/
    /*content: "\ed59"*/
/*}*/

/*.icon-arrow-move:before {*/
    /*content: "\ed5a"*/
/*}*/

/*.icon-warning4:before {*/
    /*content: "\ed5b"*/
/*}*/

/*.icon-user8:before {*/
    /*content: "\ed5c"*/
/*}*/

/*.icon-radar:before {*/
    /*content: "\ed5d"*/
/*}*/

/*.icon-lock-open2:before {*/
    /*content: "\ed5e"*/
/*}*/

/*.icon-lock-closed:before {*/
    /*content: "\ed5f"*/
/*}*/

/*.icon-location-arrow:before {*/
    /*content: "\ed60"*/
/*}*/

/*.icon-info6:before {*/
    /*content: "\ed61"*/
/*}*/

/*.icon-user-delete:before {*/
    /*content: "\ed62"*/
/*}*/

/*.icon-user-add:before {*/
    /*content: "\ed63"*/
/*}*/

/*.icon-media-pause:before {*/
    /*content: "\ed64"*/
/*}*/

/*.icon-group2:before {*/
    /*content: "\ed65"*/
/*}*/

/*.icon-chart-pie:before {*/
    /*content: "\ed66"*/
/*}*/

/*.icon-chart-line:before {*/
    /*content: "\ed67"*/
/*}*/

/*.icon-chart-bar:before {*/
    /*content: "\ed68"*/
/*}*/

/*.icon-chart-area:before {*/
    /*content: "\ed69"*/
/*}*/

/*.icon-video2:before {*/
    /*content: "\ed6a"*/
/*}*/

/*.icon-point-of-interest:before {*/
    /*content: "\ed6b"*/
/*}*/

/*.icon-infinity:before {*/
    /*content: "\ed6c"*/
/*}*/

/*.icon-globe4:before {*/
    /*content: "\ed6d"*/
/*}*/

/*.icon-eye6:before {*/
    /*content: "\ed6e"*/
/*}*/

/*.icon-cog5:before {*/
    /*content: "\ed6f"*/
/*}*/

/*.icon-camera10:before {*/
    /*content: "\ed70"*/
/*}*/

/*.icon-upload6:before {*/
    /*content: "\ed71"*/
/*}*/

/*.icon-scissors2:before {*/
    /*content: "\ed72"*/
/*}*/

/*.icon-refresh4:before {*/
    /*content: "\ed73"*/
/*}*/

/*.icon-pin5:before {*/
    /*content: "\ed74"*/
/*}*/

/*.icon-key5:before {*/
    /*content: "\ed75"*/
/*}*/

/*.icon-info-large:before {*/
    /*content: "\ed76"*/
/*}*/

/*.icon-eject3:before {*/
    /*content: "\ed77"*/
/*}*/

/*.icon-download7:before {*/
    /*content: "\ed78"*/
/*}*/

/*.icon-zoom:before {*/
    /*content: "\ed79"*/
/*}*/

/*.icon-zoom-out3:before {*/
    /*content: "\ed7a"*/
/*}*/

/*.icon-zoom-in3:before {*/
    /*content: "\ed7b"*/
/*}*/

/*.icon-sort-numerically:before {*/
    /*content: "\ed7c"*/
/*}*/

/*.icon-sort-alphabetically:before {*/
    /*content: "\ed7d"*/
/*}*/

/*.icon-input-checked:before {*/
    /*content: "\ed7e"*/
/*}*/

/*.icon-calender:before {*/
    /*content: "\ed7f"*/
/*}*/

/*.icon-world:before {*/
    /*content: "\ed80"*/
/*}*/

/*.icon-notes:before {*/
    /*content: "\ed81"*/
/*}*/

/*.icon-code3:before {*/
    /*content: "\ed82"*/
/*}*/

/*.icon-arrow-sync:before {*/
    /*content: "\ed83"*/
/*}*/

/*.icon-arrow-shuffle:before {*/
    /*content: "\ed84"*/
/*}*/

/*.icon-arrow-repeat:before {*/
    /*content: "\ed85"*/
/*}*/

/*.icon-arrow-minimise:before {*/
    /*content: "\ed86"*/
/*}*/

/*.icon-arrow-maximise:before {*/
    /*content: "\ed87"*/
/*}*/

/*.icon-arrow-loop:before {*/
    /*content: "\ed88"*/
/*}*/

/*.icon-anchor3:before {*/
    /*content: "\ed89"*/
/*}*/

/*.icon-spanner:before {*/
    /*content: "\ed8a"*/
/*}*/

/*.icon-puzzle2:before {*/
    /*content: "\ed8b"*/
/*}*/

/*.icon-power3:before {*/
    /*content: "\ed8c"*/
/*}*/

/*.icon-plane:before {*/
    /*content: "\ed8d"*/
/*}*/

/*.icon-pi:before {*/
    /*content: "\ed8e"*/
/*}*/

/*.icon-phone5:before {*/
    /*content: "\ed8f"*/
/*}*/

/*.icon-microphone4:before {*/
    /*content: "\ed90"*/
/*}*/

/*.icon-media-rewind:before {*/
    /*content: "\ed91"*/
/*}*/

/*.icon-flag6:before {*/
    /*content: "\ed92"*/
/*}*/

/*.icon-adjust-brightness:before {*/
    /*content: "\ed93"*/
/*}*/

/*.icon-waves:before {*/
    /*content: "\ed94"*/
/*}*/

/*.icon-social-twitter:before {*/
    /*content: "\ed95"*/
/*}*/

/*.icon-social-facebook:before {*/
    /*content: "\ed96"*/
/*}*/

/*.icon-social-dribbble:before {*/
    /*content: "\ed97"*/
/*}*/

/*.icon-media-stop:before {*/
    /*content: "\ed98"*/
/*}*/

/*.icon-media-record:before {*/
    /*content: "\ed99"*/
/*}*/

/*.icon-media-play:before {*/
    /*content: "\ed9a"*/
/*}*/

/*.icon-media-fast-forward:before {*/
    /*content: "\ed9b"*/
/*}*/

/*.icon-media-eject:before {*/
    /*content: "\ed9c"*/
/*}*/

/*.icon-social-vimeo:before {*/
    /*content: "\ed9d"*/
/*}*/

/*.icon-social-tumbler:before {*/
    /*content: "\ed9e"*/
/*}*/

/*.icon-social-skype:before {*/
    /*content: "\ed9f"*/
/*}*/

/*.icon-social-pinterest:before {*/
    /*content: "\eda0"*/
/*}*/

/*.icon-social-linkedin:before {*/
    /*content: "\eda1"*/
/*}*/

/*.icon-social-last-fm:before {*/
    /*content: "\eda2"*/
/*}*/

/*.icon-social-github:before {*/
    /*content: "\eda3"*/
/*}*/

/*.icon-social-flickr:before {*/
    /*content: "\eda4"*/
/*}*/

/*.icon-at2:before {*/
    /*content: "\eda5"*/
/*}*/

/*.icon-times-outline:before {*/
    /*content: "\eda6"*/
/*}*/

/*.icon-plus-outline:before {*/
    /*content: "\eda7"*/
/*}*/

/*.icon-minus-outline:before {*/
    /*content: "\eda8"*/
/*}*/

/*.icon-tick-outline:before {*/
    /*content: "\eda9"*/
/*}*/

/*.icon-th-large-outline:before {*/
    /*content: "\edaa"*/
/*}*/

/*.icon-equals-outline:before {*/
    /*content: "\edab"*/
/*}*/

/*.icon-divide-outline:before {*/
    /*content: "\edac"*/
/*}*/

/*.icon-chevron-right-outline:before {*/
    /*content: "\edad"*/
/*}*/

/*.icon-chevron-left-outline:before {*/
    /*content: "\edae"*/
/*}*/

/*.icon-arrow-right-outline:before {*/
    /*content: "\edaf"*/
/*}*/

/*.icon-arrow-left-outline:before {*/
    /*content: "\edb0"*/
/*}*/

/*.icon-th-small-outline:before {*/
    /*content: "\edb1"*/
/*}*/

/*.icon-th-menu-outline:before {*/
    /*content: "\edb2"*/
/*}*/

/*.icon-th-list-outline:before {*/
    /*content: "\edb3"*/
/*}*/

/*.icon-news:before {*/
    /*content: "\edb4"*/
/*}*/

/*.icon-home-outline:before {*/
    /*content: "\edb5"*/
/*}*/

/*.icon-arrow-up-outline:before {*/
    /*content: "\edb6"*/
/*}*/

/*.icon-arrow-forward-outline:before {*/
    /*content: "\edb7"*/
/*}*/

/*.icon-arrow-down-outline:before {*/
    /*content: "\edb8"*/
/*}*/

/*.icon-arrow-back-outline:before {*/
    /*content: "\edb9"*/
/*}*/

/*.icon-trash4:before {*/
    /*content: "\edba"*/
/*}*/

/*.icon-rss-outline:before {*/
    /*content: "\edbb"*/
/*}*/

/*.icon-message2:before {*/
    /*content: "\edbc"*/
/*}*/

/*.icon-location-outline:before {*/
    /*content: "\edbd"*/
/*}*/

/*.icon-link-outline:before {*/
    /*content: "\edbe"*/
/*}*/

/*.icon-image-outline:before {*/
    /*content: "\edbf"*/
/*}*/

/*.icon-export-outline:before {*/
    /*content: "\edc0"*/
/*}*/

/*.icon-cross3:before {*/
    /*content: "\edc1"*/
/*}*/

/*.icon-wi-fi-outline:before {*/
    /*content: "\edc2"*/
/*}*/

/*.icon-star-outline2:before {*/
    /*content: "\edc3"*/
/*}*/

/*.icon-media-pause-outline:before {*/
    /*content: "\edc4"*/
/*}*/

/*.icon-mail9:before {*/
    /*content: "\edc5"*/
/*}*/

/*.icon-heart-outline:before {*/
    /*content: "\edc6"*/
/*}*/

/*.icon-flash-outline:before {*/
    /*content: "\edc7"*/
/*}*/

/*.icon-cancel-outline:before {*/
    /*content: "\edc8"*/
/*}*/

/*.icon-beaker2:before {*/
    /*content: "\edc9"*/
/*}*/

/*.icon-arrow-move-outline:before {*/
    /*content: "\edca"*/
/*}*/

/*.icon-watch3:before {*/
    /*content: "\edcb"*/
/*}*/

/*.icon-warning-outline:before {*/
    /*content: "\edcc"*/
/*}*/

/*.icon-time:before {*/
    /*content: "\edcd"*/
/*}*/

/*.icon-radar-outline:before {*/
    /*content: "\edce"*/
/*}*/

/*.icon-lock-open-outline:before {*/
    /*content: "\edcf"*/
/*}*/

/*.icon-location-arrow-outline:before {*/
    /*content: "\edd0"*/
/*}*/

/*.icon-info-outline2:before {*/
    /*content: "\edd1"*/
/*}*/

/*.icon-backspace-outline:before {*/
    /*content: "\edd2"*/
/*}*/

/*.icon-attachment-outline:before {*/
    /*content: "\edd3"*/
/*}*/

/*.icon-user-outline:before {*/
    /*content: "\edd4"*/
/*}*/

/*.icon-user-delete-outline:before {*/
    /*content: "\edd5"*/
/*}*/

/*.icon-user-add-outline:before {*/
    /*content: "\edd6"*/
/*}*/

/*.icon-lock-closed-outline:before {*/
    /*content: "\edd7"*/
/*}*/

/*.icon-group-outline:before {*/
    /*content: "\edd8"*/
/*}*/

/*.icon-chart-pie-outline:before {*/
    /*content: "\edd9"*/
/*}*/

/*.icon-chart-line-outline:before {*/
    /*content: "\edda"*/
/*}*/

/*.icon-chart-bar-outline:before {*/
    /*content: "\eddb"*/
/*}*/

/*.icon-chart-area-outline:before {*/
    /*content: "\eddc"*/
/*}*/

/*.icon-video-outline:before {*/
    /*content: "\eddd"*/
/*}*/

/*.icon-point-of-interest-outline:before {*/
    /*content: "\edde"*/
/*}*/

/*.icon-map6:before {*/
    /*content: "\eddf"*/
/*}*/

/*.icon-key-outline:before {*/
    /*content: "\ede0"*/
/*}*/

/*.icon-infinity-outline:before {*/
    /*content: "\ede1"*/
/*}*/

/*.icon-globe-outline:before {*/
    /*content: "\ede2"*/
/*}*/

/*.icon-eye-outline:before {*/
    /*content: "\ede3"*/
/*}*/

/*.icon-cog-outline:before {*/
    /*content: "\ede4"*/
/*}*/

/*.icon-camera-outline:before {*/
    /*content: "\ede5"*/
/*}*/

/*.icon-upload-outline:before {*/
    /*content: "\ede6"*/
/*}*/

/*.icon-support2:before {*/
    /*content: "\ede7"*/
/*}*/

/*.icon-scissors-outline:before {*/
    /*content: "\ede8"*/
/*}*/

/*.icon-refresh-outline:before {*/
    /*content: "\ede9"*/
/*}*/

/*.icon-info-large-outline:before {*/
    /*content: "\edea"*/
/*}*/

/*.icon-eject-outline:before {*/
    /*content: "\edeb"*/
/*}*/

/*.icon-download-outline:before {*/
    /*content: "\edec"*/
/*}*/

/*.icon-battery-mid:before {*/
    /*content: "\eded"*/
/*}*/

/*.icon-battery-low:before {*/
    /*content: "\edee"*/
/*}*/

/*.icon-battery-high:before {*/
    /*content: "\edef"*/
/*}*/

/*.icon-zoom-outline:before {*/
    /*content: "\edf0"*/
/*}*/

/*.icon-zoom-out-outline:before {*/
    /*content: "\edf1"*/
/*}*/

/*.icon-zoom-in-outline:before {*/
    /*content: "\edf2"*/
/*}*/

/*.icon-tag6:before {*/
    /*content: "\edf3"*/
/*}*/

/*.icon-tabs-outline:before {*/
    /*content: "\edf4"*/
/*}*/

/*.icon-pin-outline:before {*/
    /*content: "\edf5"*/
/*}*/

/*.icon-message-typing:before {*/
    /*content: "\edf6"*/
/*}*/

/*.icon-directions2:before {*/
    /*content: "\edf7"*/
/*}*/

/*.icon-battery-full4:before {*/
    /*content: "\edf8"*/
/*}*/

/*.icon-battery-charge:before {*/
    /*content: "\edf9"*/
/*}*/

/*.icon-pipette:before {*/
    /*content: "\edfa"*/
/*}*/

/*.icon-pencil6:before {*/
    /*content: "\edfb"*/
/*}*/

/*.icon-folder6:before {*/
    /*content: "\edfc"*/
/*}*/

/*.icon-folder-delete:before {*/
    /*content: "\edfd"*/
/*}*/

/*.icon-folder-add2:before {*/
    /*content: "\edfe"*/
/*}*/

/*.icon-edit3:before {*/
    /*content: "\edff"*/
/*}*/

/*.icon-document:before {*/
    /*content: "\ee00"*/
/*}*/

/*.icon-document-delete:before {*/
    /*content: "\ee01"*/
/*}*/

/*.icon-document-add:before {*/
    /*content: "\ee02"*/
/*}*/

/*.icon-brush3:before {*/
    /*content: "\ee03"*/
/*}*/

/*.icon-thumbs-up:before {*/
    /*content: "\ee04"*/
/*}*/

/*.icon-thumbs-down:before {*/
    /*content: "\ee05"*/
/*}*/

/*.icon-pen3:before {*/
    /*content: "\ee06"*/
/*}*/

/*.icon-sort-numerically-outline:before {*/
    /*content: "\ee07"*/
/*}*/

/*.icon-sort-alphabetically-outline:before {*/
    /*content: "\ee08"*/
/*}*/

/*.icon-social-last-fm-circular:before {*/
    /*content: "\ee09"*/
/*}*/

/*.icon-social-github-circular:before {*/
    /*content: "\ee0a"*/
/*}*/

/*.icon-compass7:before {*/
    /*content: "\ee0b"*/
/*}*/

/*.icon-bookmark7:before {*/
    /*content: "\ee0c"*/
/*}*/

/*.icon-input-checked-outline:before {*/
    /*content: "\ee0d"*/
/*}*/

/*.icon-code-outline:before {*/
    /*content: "\ee0e"*/
/*}*/

/*.icon-calender-outline:before {*/
    /*content: "\ee0f"*/
/*}*/

/*.icon-business-card:before {*/
    /*content: "\ee10"*/
/*}*/

/*.icon-arrow-up7:before {*/
    /*content: "\ee11"*/
/*}*/

/*.icon-arrow-sync-outline:before {*/
    /*content: "\ee12"*/
/*}*/

/*.icon-arrow-right7:before {*/
    /*content: "\ee13"*/
/*}*/

/*.icon-arrow-repeat-outline:before {*/
    /*content: "\ee14"*/
/*}*/

/*.icon-arrow-loop-outline:before {*/
    /*content: "\ee15"*/
/*}*/

/*.icon-arrow-left7:before {*/
    /*content: "\ee16"*/
/*}*/

/*.icon-flow-switch:before {*/
    /*content: "\ee17"*/
/*}*/

/*.icon-flow-parallel:before {*/
    /*content: "\ee18"*/
/*}*/

/*.icon-flow-merge:before {*/
    /*content: "\ee19"*/
/*}*/

/*.icon-document-text:before {*/
    /*content: "\ee1a"*/
/*}*/

/*.icon-clipboard5:before {*/
    /*content: "\ee1b"*/
/*}*/

/*.icon-calculator4:before {*/
    /*content: "\ee1c"*/
/*}*/

/*.icon-arrow-minimise-outline:before {*/
    /*content: "\ee1d"*/
/*}*/

/*.icon-arrow-maximise-outline:before {*/
    /*content: "\ee1e"*/
/*}*/

/*.icon-arrow-down7:before {*/
    /*content: "\ee1f"*/
/*}*/

/*.icon-gift4:before {*/
    /*content: "\ee20"*/
/*}*/

/*.icon-film4:before {*/
    /*content: "\ee21"*/
/*}*/

/*.icon-database4:before {*/
    /*content: "\ee22"*/
/*}*/

/*.icon-bell3:before {*/
    /*content: "\ee23"*/
/*}*/

/*.icon-anchor-outline:before {*/
    /*content: "\ee24"*/
/*}*/

/*.icon-adjust-contrast:before {*/
    /*content: "\ee25"*/
/*}*/

/*.icon-world-outline:before {*/
    /*content: "\ee26"*/
/*}*/

/*.icon-shopping-bag:before {*/
    /*content: "\ee27"*/
/*}*/

/*.icon-power-outline:before {*/
    /*content: "\ee28"*/
/*}*/

/*.icon-notes-outline:before {*/
    /*content: "\ee29"*/
/*}*/

/*.icon-device-tablet:before {*/
    /*content: "\ee2a"*/
/*}*/

/*.icon-device-phone:before {*/
    /*content: "\ee2b"*/
/*}*/

/*.icon-device-laptop:before {*/
    /*content: "\ee2c"*/
/*}*/

/*.icon-device-desktop2:before {*/
    /*content: "\ee2d"*/
/*}*/

/*.icon-briefcase6:before {*/
    /*content: "\ee2e"*/
/*}*/

/*.icon-stopwatch3:before {*/
    /*content: "\ee2f"*/
/*}*/

/*.icon-spanner-outline:before {*/
    /*content: "\ee30"*/
/*}*/

/*.icon-puzzle-outline:before {*/
    /*content: "\ee31"*/
/*}*/

/*.icon-printer4:before {*/
    /*content: "\ee32"*/
/*}*/

/*.icon-pi-outline:before {*/
    /*content: "\ee33"*/
/*}*/

/*.icon-lightbulb3:before {*/
    /*content: "\ee34"*/
/*}*/

/*.icon-flag-outline:before {*/
    /*content: "\ee35"*/
/*}*/

/*.icon-contacts2:before {*/
    /*content: "\ee36"*/
/*}*/

/*.icon-archive5:before {*/
    /*content: "\ee37"*/
/*}*/

/*.icon-weather-stormy:before {*/
    /*content: "\ee38"*/
/*}*/

/*.icon-weather-shower:before {*/
    /*content: "\ee39"*/
/*}*/

/*.icon-weather-partly-sunny:before {*/
    /*content: "\ee3a"*/
/*}*/

/*.icon-weather-downpour:before {*/
    /*content: "\ee3b"*/
/*}*/

/*.icon-weather-cloudy:before {*/
    /*content: "\ee3c"*/
/*}*/

/*.icon-plane-outline:before {*/
    /*content: "\ee3d"*/
/*}*/

/*.icon-phone-outline:before {*/
    /*content: "\ee3e"*/
/*}*/

/*.icon-microphone-outline:before {*/
    /*content: "\ee3f"*/
/*}*/

/*.icon-weather-windy:before {*/
    /*content: "\ee40"*/
/*}*/

/*.icon-weather-windy-cloudy:before {*/
    /*content: "\ee41"*/
/*}*/

/*.icon-weather-sunny:before {*/
    /*content: "\ee42"*/
/*}*/

/*.icon-weather-snow:before {*/
    /*content: "\ee43"*/
/*}*/

/*.icon-weather-night:before {*/
    /*content: "\ee44"*/
/*}*/

/*.icon-media-stop-outline:before {*/
    /*content: "\ee45"*/
/*}*/

/*.icon-media-rewind-outline:before {*/
    /*content: "\ee46"*/
/*}*/

/*.icon-media-record-outline:before {*/
    /*content: "\ee47"*/
/*}*/

/*.icon-media-play-outline:before {*/
    /*content: "\ee48"*/
/*}*/

/*.icon-media-fast-forward-outline:before {*/
    /*content: "\ee49"*/
/*}*/

/*.icon-media-eject-outline:before {*/
    /*content: "\ee4a"*/
/*}*/

/*.icon-wine:before {*/
    /*content: "\ee4b"*/
/*}*/

/*.icon-waves-outline:before {*/
    /*content: "\ee4c"*/
/*}*/

/*.icon-ticket2:before {*/
    /*content: "\ee4d"*/
/*}*/

/*.icon-tags:before {*/
    /*content: "\ee4e"*/
/*}*/

/*.icon-plug2:before {*/
    /*content: "\ee4f"*/
/*}*/

/*.icon-headphones4:before {*/
    /*content: "\ee50"*/
/*}*/

/*.icon-credit-card4:before {*/
    /*content: "\ee51"*/
/*}*/

/*.icon-coffee3:before {*/
    /*content: "\ee52"*/
/*}*/

/*.icon-book9:before {*/
    /*content: "\ee53"*/
/*}*/

/*.icon-beer2:before {*/
    /*content: "\ee54"*/
/*}*/

/*.icon-volume6:before {*/
    /*content: "\ee55"*/
/*}*/

/*.icon-volume-up2:before {*/
    /*content: "\ee56"*/
/*}*/

/*.icon-volume-mute5:before {*/
    /*content: "\ee57"*/
/*}*/

/*.icon-volume-down2:before {*/
    /*content: "\ee58"*/
/*}*/

/*.icon-social-vimeo-circular:before {*/
    /*content: "\ee59"*/
/*}*/

/*.icon-social-twitter-circular:before {*/
    /*content: "\ee5a"*/
/*}*/

/*.icon-social-pinterest-circular:before {*/
    /*content: "\ee5b"*/
/*}*/

/*.icon-social-linkedin-circular:before {*/
    /*content: "\ee5c"*/
/*}*/

/*.icon-social-facebook-circular:before {*/
    /*content: "\ee5d"*/
/*}*/

/*.icon-social-dribbble-circular:before {*/
    /*content: "\ee5e"*/
/*}*/

/*.icon-tree2:before {*/
    /*content: "\ee5f"*/
/*}*/

/*.icon-thermometer3:before {*/
    /*content: "\ee60"*/
/*}*/

/*.icon-social-tumbler-circular:before {*/
    /*content: "\ee61"*/
/*}*/

/*.icon-social-skype-outline:before {*/
    /*content: "\ee62"*/
/*}*/

/*.icon-social-flickr-circular:before {*/
    /*content: "\ee63"*/
/*}*/

/*.icon-social-at-circular:before {*/
    /*content: "\ee64"*/
/*}*/

/*.icon-shopping-cart2:before {*/
    /*content: "\ee65"*/
/*}*/

/*.icon-messages:before {*/
    /*content: "\ee66"*/
/*}*/

/*.icon-leaf2:before {*/
    /*content: "\ee67"*/
/*}*/

/*.icon-feather2:before {*/
    /*content: "\ee68"*/
/*}*/

/*.icon-box4:before {*/
    /*content: "\ee69"*/
/*}*/

/*.icon-write:before {*/
    /*content: "\ee6a"*/
/*}*/

/*.icon-clock10:before {*/
    /*content: "\ee6b"*/
/*}*/

/*.icon-reply5:before {*/
    /*content: "\ee6c"*/
/*}*/

/*.icon-reply-all2:before {*/
    /*content: "\ee6d"*/
/*}*/

/*.icon-forward7:before {*/
    /*content: "\ee6e"*/
/*}*/

/*.icon-flag7:before {*/
    /*content: "\ee6f"*/
/*}*/

/*.icon-search9:before {*/
    /*content: "\ee70"*/
/*}*/

/*.icon-trash5:before {*/
    /*content: "\ee71"*/
/*}*/

/*.icon-envelope4:before {*/
    /*content: "\ee72"*/
/*}*/

/*.icon-bubble3:before {*/
    /*content: "\ee73"*/
/*}*/

/*.icon-bubbles5:before {*/
    /*content: "\ee74"*/
/*}*/

/*.icon-user9:before {*/
    /*content: "\ee75"*/
/*}*/

/*.icon-users6:before {*/
    /*content: "\ee76"*/
/*}*/

/*.icon-cloud14:before {*/
    /*content: "\ee77"*/
/*}*/

/*.icon-download8:before {*/
    /*content: "\ee78"*/
/*}*/

/*.icon-upload7:before {*/
    /*content: "\ee79"*/
/*}*/

/*.icon-rain2:before {*/
    /*content: "\ee7a"*/
/*}*/

/*.icon-sun7:before {*/
    /*content: "\ee7b"*/
/*}*/

/*.icon-moon5:before {*/
    /*content: "\ee7c"*/
/*}*/

/*.icon-bell4:before {*/
    /*content: "\ee7d"*/
/*}*/

/*.icon-folder7:before {*/
    /*content: "\ee7e"*/
/*}*/

/*.icon-pin6:before {*/
    /*content: "\ee7f"*/
/*}*/

/*.icon-sound2:before {*/
    /*content: "\ee80"*/
/*}*/

/*.icon-microphone5:before {*/
    /*content: "\ee81"*/
/*}*/

/*.icon-camera11:before {*/
    /*content: "\ee82"*/
/*}*/

/*.icon-image7:before {*/
    /*content: "\ee83"*/
/*}*/

/*.icon-cog6:before {*/
    /*content: "\ee84"*/
/*}*/

/*.icon-calendar8:before {*/
    /*content: "\ee85"*/
/*}*/

/*.icon-book10:before {*/
    /*content: "\ee86"*/
/*}*/

/*.icon-map-marker:before {*/
    /*content: "\ee87"*/
/*}*/

/*.icon-store3:before {*/
    /*content: "\ee88"*/
/*}*/

/*.icon-support3:before {*/
    /*content: "\ee89"*/
/*}*/

/*.icon-tag7:before {*/
    /*content: "\ee8a"*/
/*}*/

/*.icon-heart9:before {*/
    /*content: "\ee8b"*/
/*}*/

/*.icon-video-camera2:before {*/
    /*content: "\ee8c"*/
/*}*/

/*.icon-trophy3:before {*/
    /*content: "\ee8d"*/
/*}*/

/*.icon-cart4:before {*/
    /*content: "\ee8e"*/
/*}*/

/*.icon-eye7:before {*/
    /*content: "\ee8f"*/
/*}*/

/*.icon-cancel5:before {*/
    /*content: "\ee90"*/
/*}*/

/*.icon-chart4:before {*/
    /*content: "\ee91"*/
/*}*/

/*.icon-target7:before {*/
    /*content: "\ee92"*/
/*}*/

/*.icon-printer5:before {*/
    /*content: "\ee93"*/
/*}*/

/*.icon-location8:before {*/
    /*content: "\ee94"*/
/*}*/

/*.icon-bookmark8:before {*/
    /*content: "\ee95"*/
/*}*/

/*.icon-monitor3:before {*/
    /*content: "\ee96"*/
/*}*/

/*.icon-cross4:before {*/
    /*content: "\ee97"*/
/*}*/

/*.icon-plus8:before {*/
    /*content: "\ee98"*/
/*}*/

/*.icon-left:before {*/
    /*content: "\ee99"*/
/*}*/

/*.icon-up:before {*/
    /*content: "\ee9a"*/
/*}*/

/*.icon-browser4:before {*/
    /*content: "\ee9b"*/
/*}*/

/*.icon-windows4:before {*/
    /*content: "\ee9c"*/
/*}*/

/*.icon-switch4:before {*/
    /*content: "\ee9d"*/
/*}*/

/*.icon-dashboard3:before {*/
    /*content: "\ee9e"*/
/*}*/

/*.icon-play8:before {*/
    /*content: "\ee9f"*/
/*}*/

/*.icon-fast-forward3:before {*/
    /*content: "\eea0"*/
/*}*/

/*.icon-next3:before {*/
    /*content: "\eea1"*/
/*}*/

/*.icon-refresh5:before {*/
    /*content: "\eea2"*/
/*}*/

/*.icon-film5:before {*/
    /*content: "\eea3"*/
/*}*/

/*.icon-home12:before {*/
    /*content: "\eea4"*/
/*}*/

/*.icon-add-to-list:before {*/
    /*content: "\eea5"*/
/*}*/

/*.icon-classic-computer:before {*/
    /*content: "\eea6"*/
/*}*/

/*.icon-controller-fast-backward:before {*/
    /*content: "\eea7"*/
/*}*/

/*.icon-creative-commons-attribution:before {*/
    /*content: "\eea8"*/
/*}*/

/*.icon-creative-commons-noderivs:before {*/
    /*content: "\eea9"*/
/*}*/

/*.icon-creative-commons-noncommercial-eu:before {*/
    /*content: "\eeaa"*/
/*}*/

/*.icon-creative-commons-noncommercial-us:before {*/
    /*content: "\eeab"*/
/*}*/

/*.icon-creative-commons-public-domain:before {*/
    /*content: "\eeac"*/
/*}*/

/*.icon-creative-commons-remix:before {*/
    /*content: "\eead"*/
/*}*/

/*.icon-creative-commons-share:before {*/
    /*content: "\eeae"*/
/*}*/

/*.icon-creative-commons-sharealike:before {*/
    /*content: "\eeaf"*/
/*}*/

/*.icon-creative-commons:before {*/
    /*content: "\eeb0"*/
/*}*/

/*.icon-document-landscape:before {*/
    /*content: "\eeb1"*/
/*}*/

/*.icon-remove-user:before {*/
    /*content: "\eeb2"*/
/*}*/

/*.icon-warning5:before {*/
    /*content: "\eeb3"*/
/*}*/

/*.icon-arrow-bold-down:before {*/
    /*content: "\eeb4"*/
/*}*/

/*.icon-arrow-bold-left:before {*/
    /*content: "\eeb5"*/
/*}*/

/*.icon-arrow-bold-right:before {*/
    /*content: "\eeb6"*/
/*}*/

/*.icon-arrow-bold-up:before {*/
    /*content: "\eeb7"*/
/*}*/

/*.icon-arrow-down8:before {*/
    /*content: "\eeb8"*/
/*}*/

/*.icon-arrow-left8:before {*/
    /*content: "\eeb9"*/
/*}*/

/*.icon-arrow-long-down:before {*/
    /*content: "\eeba"*/
/*}*/

/*.icon-arrow-long-left:before {*/
    /*content: "\eebb"*/
/*}*/

/*.icon-arrow-long-right:before {*/
    /*content: "\eebc"*/
/*}*/

/*.icon-arrow-long-up:before {*/
    /*content: "\eebd"*/
/*}*/

/*.icon-arrow-right8:before {*/
    /*content: "\eebe"*/
/*}*/

/*.icon-arrow-up8:before {*/
    /*content: "\eebf"*/
/*}*/

/*.icon-arrow-with-circle-down:before {*/
    /*content: "\eec0"*/
/*}*/

/*.icon-arrow-with-circle-left:before {*/
    /*content: "\eec1"*/
/*}*/

/*.icon-arrow-with-circle-right:before {*/
    /*content: "\eec2"*/
/*}*/

/*.icon-arrow-with-circle-up:before {*/
    /*content: "\eec3"*/
/*}*/

/*.icon-bookmark9:before {*/
    /*content: "\eec4"*/
/*}*/

/*.icon-bookmarks2:before {*/
    /*content: "\eec5"*/
/*}*/

/*.icon-chevron-down2:before {*/
    /*content: "\eec6"*/
/*}*/

/*.icon-chevron-left4:before {*/
    /*content: "\eec7"*/
/*}*/

/*.icon-chevron-right4:before {*/
    /*content: "\eec8"*/
/*}*/

/*.icon-chevron-small-down:before {*/
    /*content: "\eec9"*/
/*}*/

/*.icon-chevron-small-left:before {*/
    /*content: "\eeca"*/
/*}*/

/*.icon-chevron-small-right:before {*/
    /*content: "\eecb"*/
/*}*/

/*.icon-chevron-small-up:before {*/
    /*content: "\eecc"*/
/*}*/

/*.icon-chevron-thin-down:before {*/
    /*content: "\eecd"*/
/*}*/

/*.icon-chevron-thin-left:before {*/
    /*content: "\eece"*/
/*}*/

/*.icon-chevron-thin-right:before {*/
    /*content: "\eecf"*/
/*}*/

/*.icon-chevron-thin-up:before {*/
    /*content: "\eed0"*/
/*}*/

/*.icon-chevron-up2:before {*/
    /*content: "\eed1"*/
/*}*/

/*.icon-chevron-with-circle-down:before {*/
    /*content: "\eed2"*/
/*}*/

/*.icon-chevron-with-circle-left:before {*/
    /*content: "\eed3"*/
/*}*/

/*.icon-chevron-with-circle-right:before {*/
    /*content: "\eed4"*/
/*}*/

/*.icon-chevron-with-circle-up:before {*/
    /*content: "\eed5"*/
/*}*/

/*.icon-cloud15:before {*/
    /*content: "\eed6"*/
/*}*/

/*.icon-controller-fast-forward:before {*/
    /*content: "\eed7"*/
/*}*/

/*.icon-controller-jump-to-start:before {*/
    /*content: "\eed8"*/
/*}*/

/*.icon-controller-next:before {*/
    /*content: "\eed9"*/
/*}*/

/*.icon-controller-paus:before {*/
    /*content: "\eeda"*/
/*}*/

/*.icon-controller-play:before {*/
    /*content: "\eedb"*/
/*}*/

/*.icon-controller-record:before {*/
    /*content: "\eedc"*/
/*}*/

/*.icon-controller-stop:before {*/
    /*content: "\eedd"*/
/*}*/

/*.icon-controller-volume:before {*/
    /*content: "\eede"*/
/*}*/

/*.icon-dot-single:before {*/
    /*content: "\eedf"*/
/*}*/

/*.icon-dots-three-horizontal:before {*/
    /*content: "\eee0"*/
/*}*/

/*.icon-dots-three-vertical:before {*/
    /*content: "\eee1"*/
/*}*/

/*.icon-dots-two-horizontal:before {*/
    /*content: "\eee2"*/
/*}*/

/*.icon-dots-two-vertical:before {*/
    /*content: "\eee3"*/
/*}*/

/*.icon-download9:before {*/
    /*content: "\eee4"*/
/*}*/

/*.icon-emoji-flirt:before {*/
    /*content: "\eee5"*/
/*}*/

/*.icon-flow-branch:before {*/
    /*content: "\eee6"*/
/*}*/

/*.icon-flow-cascade:before {*/
    /*content: "\eee7"*/
/*}*/

/*.icon-flow-line:before {*/
    /*content: "\eee8"*/
/*}*/

/*.icon-flow-parallel2:before {*/
    /*content: "\eee9"*/
/*}*/

/*.icon-flow-tree:before {*/
    /*content: "\eeea"*/
/*}*/

/*.icon-install:before {*/
    /*content: "\eeeb"*/
/*}*/

/*.icon-layers4:before {*/
    /*content: "\eeec"*/
/*}*/

/*.icon-open-book:before {*/
    /*content: "\eeed"*/
/*}*/

/*.icon-resize-100:before {*/
    /*content: "\eeee"*/
/*}*/

/*.icon-resize-full-screen:before {*/
    /*content: "\eeef"*/
/*}*/

/*.icon-save2:before {*/
    /*content: "\eef0"*/
/*}*/

/*.icon-select-arrows:before {*/
    /*content: "\eef1"*/
/*}*/

/*.icon-sound-mute:before {*/
    /*content: "\eef2"*/
/*}*/

/*.icon-sound3:before {*/
    /*content: "\eef3"*/
/*}*/

/*.icon-trash6:before {*/
    /*content: "\eef4"*/
/*}*/

/*.icon-triangle-down2:before {*/
    /*content: "\eef5"*/
/*}*/

/*.icon-triangle-left2:before {*/
    /*content: "\eef6"*/
/*}*/

/*.icon-triangle-right2:before {*/
    /*content: "\eef7"*/
/*}*/

/*.icon-triangle-up2:before {*/
    /*content: "\eef8"*/
/*}*/

/*.icon-uninstall:before {*/
    /*content: "\eef9"*/
/*}*/

/*.icon-upload-to-cloud:before {*/
    /*content: "\eefa"*/
/*}*/

/*.icon-upload8:before {*/
    /*content: "\eefb"*/
/*}*/

/*.icon-add-user:before {*/
    /*content: "\eefc"*/
/*}*/

.icon-address:before {
    content: "\eefd"
}

/*.icon-adjust2:before {*/
    /*content: "\eefe"*/
/*}*/

/*.icon-air:before {*/
    /*content: "\eeff"*/
/*}*/

/*.icon-aircraft-landing:before {*/
    /*content: "\ef00"*/
/*}*/

/*.icon-aircraft-take-off:before {*/
    /*content: "\ef01"*/
/*}*/

/*.icon-aircraft:before {*/
    /*content: "\ef02"*/
/*}*/

/*.icon-align-bottom:before {*/
    /*content: "\ef03"*/
/*}*/

/*.icon-align-horizontal-middle:before {*/
    /*content: "\ef04"*/
/*}*/

/*.icon-align-left3:before {*/
    /*content: "\ef05"*/
/*}*/

/*.icon-align-right3:before {*/
    /*content: "\ef06"*/
/*}*/

/*.icon-align-top:before {*/
    /*content: "\ef07"*/
/*}*/

/*.icon-align-vertical-middle:before {*/
    /*content: "\ef08"*/
/*}*/

/*.icon-archive6:before {*/
    /*content: "\ef09"*/
/*}*/

/*.icon-area-graph:before {*/
    /*content: "\ef0a"*/
/*}*/

/*.icon-attachment5:before {*/
    /*content: "\ef0b"*/
/*}*/

/*.icon-awareness-ribbon:before {*/
    /*content: "\ef0c"*/
/*}*/

/*.icon-back-in-time:before {*/
    /*content: "\ef0d"*/
/*}*/

/*.icon-back:before {*/
    /*content: "\ef0e"*/
/*}*/

/*.icon-bar-graph2:before {*/
    /*content: "\ef0f"*/
/*}*/

/*.icon-battery3:before {*/
    /*content: "\ef10"*/
/*}*/

/*.icon-beamed-note:before {*/
    /*content: "\ef11"*/
/*}*/

/*.icon-bell5:before {*/
    /*content: "\ef12"*/
/*}*/

/*.icon-blackboard:before {*/
    /*content: "\ef13"*/
/*}*/

/*.icon-block2:before {*/
    /*content: "\ef14"*/
/*}*/

/*.icon-book11:before {*/
    /*content: "\ef15"*/
/*}*/

/*.icon-bowl:before {*/
    /*content: "\ef16"*/
/*}*/

/*.icon-box5:before {*/
    /*content: "\ef17"*/
/*}*/

/*.icon-briefcase7:before {*/
    /*content: "\ef18"*/
/*}*/

/*.icon-browser5:before {*/
    /*content: "\ef19"*/
/*}*/

/*.icon-brush4:before {*/
    /*content: "\ef1a"*/
/*}*/

/*.icon-bucket2:before {*/
    /*content: "\ef1b"*/
/*}*/

/*.icon-cake2:before {*/
    /*content: "\ef1c"*/
/*}*/

/*.icon-calculator5:before {*/
    /*content: "\ef1d"*/
/*}*/

/*.icon-calendar9:before {*/
    /*content: "\ef1e"*/
/*}*/

/*.icon-camera12:before {*/
    /*content: "\ef1f"*/
/*}*/

/*.icon-ccw:before {*/
    /*content: "\ef20"*/
/*}*/

/*.icon-chat6:before {*/
    /*content: "\ef21"*/
/*}*/

/*.icon-check4:before {*/
    /*content: "\ef22"*/
/*}*/

/*.icon-circle-with-cross:before {*/
    /*content: "\ef23"*/
/*}*/

/*.icon-circle-with-minus:before {*/
    /*content: "\ef24"*/
/*}*/

/*.icon-circle-with-plus:before {*/
    /*content: "\ef25"*/
/*}*/

/*.icon-circle:before {*/
    /*content: "\ef26"*/
/*}*/

/*.icon-circular-graph:before {*/
    /*content: "\ef27"*/
/*}*/

/*.icon-clapperboard:before {*/
    /*content: "\ef28"*/
/*}*/

/*.icon-clipboard6:before {*/
    /*content: "\ef29"*/
/*}*/

/*.icon-clock11:before {*/
    /*content: "\ef2a"*/
/*}*/

/*.icon-code4:before {*/
    /*content: "\ef2b"*/
/*}*/

/*.icon-cog7:before {*/
    /*content: "\ef2c"*/
/*}*/

/*.icon-colours:before {*/
    /*content: "\ef2d"*/
/*}*/

/*.icon-compass8:before {*/
    /*content: "\ef2e"*/
/*}*/

/*.icon-copy2:before {*/
    /*content: "\ef2f"*/
/*}*/

/*.icon-credit-card5:before {*/
    /*content: "\ef30"*/
/*}*/

/*.icon-credit:before {*/
    /*content: "\ef31"*/
/*}*/

/*.icon-cross5:before {*/
    /*content: "\ef32"*/
/*}*/

/*.icon-cup:before {*/
    /*content: "\ef33"*/
/*}*/

/*.icon-cw:before {*/
    /*content: "\ef34"*/
/*}*/

/*.icon-cycle:before {*/
    /*content: "\ef35"*/
/*}*/

/*.icon-database5:before {*/
    /*content: "\ef36"*/
/*}*/

/*.icon-dial-pad:before {*/
    /*content: "\ef37"*/
/*}*/

/*.icon-direction:before {*/
    /*content: "\ef38"*/
/*}*/

/*.icon-document2:before {*/
    /*content: "\ef39"*/
/*}*/

/*.icon-documents:before {*/
    /*content: "\ef3a"*/
/*}*/

/*.icon-drink2:before {*/
    /*content: "\ef3b"*/
/*}*/

/*.icon-drive2:before {*/
    /*content: "\ef3c"*/
/*}*/

/*.icon-drop2:before {*/
    /*content: "\ef3d"*/
/*}*/

/*.icon-edit4:before {*/
    /*content: "\ef3e"*/
/*}*/

/*.icon-email5:before {*/
    /*content: "\ef3f"*/
/*}*/

/*.icon-emoji-happy:before {*/
    /*content: "\ef40"*/
/*}*/

/*.icon-emoji-neutral:before {*/
    /*content: "\ef41"*/
/*}*/

/*.icon-emoji-sad:before {*/
    /*content: "\ef42"*/
/*}*/

/*.icon-erase:before {*/
    /*content: "\ef43"*/
/*}*/

/*.icon-eraser:before {*/
    /*content: "\ef44"*/
/*}*/

/*.icon-export2:before {*/
    /*content: "\ef45"*/
/*}*/

/*.icon-eye8:before {*/
    /*content: "\ef46"*/
/*}*/

/*.icon-feather3:before {*/
    /*content: "\ef47"*/
/*}*/

/*.icon-flag8:before {*/
    /*content: "\ef48"*/
/*}*/

/*.icon-flash2:before {*/
    /*content: "\ef49"*/
/*}*/

/*.icon-flashlight:before {*/
    /*content: "\ef4a"*/
/*}*/

/*.icon-flat-brush:before {*/
    /*content: "\ef4b"*/
/*}*/

/*.icon-folder-images:before {*/
    /*content: "\ef4c"*/
/*}*/

/*.icon-folder-music:before {*/
    /*content: "\ef4d"*/
/*}*/

/*.icon-folder-video:before {*/
    /*content: "\ef4e"*/
/*}*/

/*.icon-folder8:before {*/
    /*content: "\ef4f"*/
/*}*/

/*.icon-forward8:before {*/
    /*content: "\ef50"*/
/*}*/

/*.icon-funnel:before {*/
    /*content: "\ef51"*/
/*}*/

/*.icon-game-controller:before {*/
    /*content: "\ef52"*/
/*}*/

/*.icon-gauge:before {*/
    /*content: "\ef53"*/
/*}*/

/*.icon-globe5:before {*/
    /*content: "\ef54"*/
/*}*/

/*.icon-graduation-cap:before {*/
    /*content: "\ef55"*/
/*}*/

/*.icon-grid6:before {*/
    /*content: "\ef56"*/
/*}*/

/*.icon-hair-cross:before {*/
    /*content: "\ef57"*/
/*}*/

/*.icon-hand:before {*/
    /*content: "\ef58"*/
/*}*/

/*.icon-heart-outlined:before {*/
    /*content: "\ef59"*/
/*}*/

/*.icon-heart10:before {*/
    /*content: "\ef5a"*/
/*}*/

/*.icon-help-with-circle:before {*/
    /*content: "\ef5b"*/
/*}*/

/*.icon-help3:before {*/
    /*content: "\ef5c"*/
/*}*/

/*.icon-home13:before {*/
    /*content: "\ef5d"*/
/*}*/

/*.icon-hour-glass2:before {*/
    /*content: "\ef5e"*/
/*}*/

/*.icon-image-inverted:before {*/
    /*content: "\ef5f"*/
/*}*/

/*.icon-image8:before {*/
    /*content: "\ef60"*/
/*}*/

/*.icon-images2:before {*/
    /*content: "\ef61"*/
/*}*/

/*.icon-inbox7:before {*/
    /*content: "\ef62"*/
/*}*/

/*.icon-infinity2:before {*/
    /*content: "\ef63"*/
/*}*/

/*.icon-info-with-circle:before {*/
    /*content: "\ef64"*/
/*}*/

/*.icon-info7:before {*/
    /*content: "\ef65"*/
/*}*/

/*.icon-key6:before {*/
    /*content: "\ef66"*/
/*}*/

/*.icon-keyboard5:before {*/
    /*content: "\ef67"*/
/*}*/

/*.icon-lab-flask:before {*/
    /*content: "\ef68"*/
/*}*/

/*.icon-landline:before {*/
    /*content: "\ef69"*/
/*}*/

/*.icon-language2:before {*/
    /*content: "\ef6a"*/
/*}*/

/*.icon-laptop4:before {*/
    /*content: "\ef6b"*/
/*}*/

/*.icon-leaf3:before {*/
    /*content: "\ef6c"*/
/*}*/

/*.icon-level-down:before {*/
    /*content: "\ef6d"*/
/*}*/

/*.icon-level-up:before {*/
    /*content: "\ef6e"*/
/*}*/

/*.icon-lifebuoy2:before {*/
    /*content: "\ef6f"*/
/*}*/

/*.icon-light-bulb2:before {*/
    /*content: "\ef70"*/
/*}*/

/*.icon-light-down:before {*/
    /*content: "\ef71"*/
/*}*/

/*.icon-light-up:before {*/
    /*content: "\ef72"*/
/*}*/

/*.icon-line-graph:before {*/
    /*content: "\ef73"*/
/*}*/

/*.icon-link7:before {*/
    /*content: "\ef74"*/
/*}*/

/*.icon-list9:before {*/
    /*content: "\ef75"*/
/*}*/

/*.icon-location-pin:before {*/
    /*content: "\ef76"*/
/*}*/

/*.icon-location9:before {*/
    /*content: "\ef77"*/
/*}*/

/*.icon-lock-open3:before {*/
    /*content: "\ef78"*/
/*}*/

/*.icon-lock6:before {*/
    /*content: "\ef79"*/
/*}*/

/*.icon-log-out:before {*/
    /*content: "\ef7a"*/
/*}*/

/*.icon-login:before {*/
    /*content: "\ef7b"*/
/*}*/

/*.icon-loop5:before {*/
    /*content: "\ef7c"*/
/*}*/

/*.icon-magnet2:before {*/
    /*content: "\ef7d"*/
/*}*/

/*.icon-magnifying-glass2:before {*/
    /*content: "\ef7e"*/
/*}*/

.icon-mail10:before {
    content: "\ef7f"
}

/*.icon-man2:before {*/
    /*content: "\ef80"*/
/*}*/

/*.icon-map7:before {*/
    /*content: "\ef81"*/
/*}*/

/*.icon-mask:before {*/
    /*content: "\ef82"*/
/*}*/

/*.icon-medal:before {*/
    /*content: "\ef83"*/
/*}*/

/*.icon-megaphone2:before {*/
    /*content: "\ef84"*/
/*}*/

/*.icon-menu8:before {*/
    /*content: "\ef85"*/
/*}*/

/*.icon-message3:before {*/
    /*content: "\ef86"*/
/*}*/

/*.icon-mic4:before {*/
    /*content: "\ef87"*/
/*}*/

/*.icon-minus7:before {*/
    /*content: "\ef88"*/
/*}*/

/*.icon-mobile5:before {*/
    /*content: "\ef89"*/
/*}*/

/*.icon-modern-mic:before {*/
    /*content: "\ef8a"*/
/*}*/

/*.icon-moon6:before {*/
    /*content: "\ef8b"*/
/*}*/

/*.icon-mouse3:before {*/
    /*content: "\ef8c"*/
/*}*/

/*.icon-music3:before {*/
    /*content: "\ef8d"*/
/*}*/

/*.icon-network:before {*/
    /*content: "\ef8e"*/
/*}*/

/*.icon-new-message:before {*/
    /*content: "\ef8f"*/
/*}*/

/*.icon-new:before {*/
    /*content: "\ef90"*/
/*}*/

/*.icon-news2:before {*/
    /*content: "\ef91"*/
/*}*/

/*.icon-note:before {*/
    /*content: "\ef92"*/
/*}*/

/*.icon-notification2:before {*/
    /*content: "\ef93"*/
/*}*/

/*.icon-old-mobile:before {*/
    /*content: "\ef94"*/
/*}*/

/*.icon-old-phone:before {*/
    /*content: "\ef95"*/
/*}*/

/*.icon-palette2:before {*/
    /*content: "\ef96"*/
/*}*/

.icon-paper-plane:before {
    content: "\ef97"
}

/*.icon-pencil7:before {*/
    /*content: "\ef98"*/
/*}*/

/*.icon-phone6:before {*/
    /*content: "\ef99"*/
/*}*/

/*.icon-pie-chart2:before {*/
    /*content: "\ef9a"*/
/*}*/

/*.icon-pin7:before {*/
    /*content: "\ef9b"*/
/*}*/

/*.icon-plus9:before {*/
    /*content: "\ef9c"*/
/*}*/

/*.icon-popup2:before {*/
    /*content: "\ef9d"*/
/*}*/

/*.icon-power-plug:before {*/
    /*content: "\ef9e"*/
/*}*/

/*.icon-price-ribbon:before {*/
    /*content: "\ef9f"*/
/*}*/

/*.icon-price-tag2:before {*/
    /*content: "\efa0"*/
/*}*/

/*.icon-print2:before {*/
    /*content: "\efa1"*/
/*}*/

/*.icon-progress-empty:before {*/
    /*content: "\efa2"*/
/*}*/

/*.icon-progress-full:before {*/
    /*content: "\efa3"*/
/*}*/

/*.icon-progress-one:before {*/
    /*content: "\efa4"*/
/*}*/

/*.icon-progress-two:before {*/
    /*content: "\efa5"*/
/*}*/

/*.icon-publish2:before {*/
    /*content: "\efa6"*/
/*}*/

/*.icon-quote2:before {*/
    /*content: "\efa7"*/
/*}*/

/*.icon-radio2:before {*/
    /*content: "\efa8"*/
/*}*/

/*.icon-reply-all3:before {*/
    /*content: "\efa9"*/
/*}*/

/*.icon-reply6:before {*/
    /*content: "\efaa"*/
/*}*/

/*.icon-retweet:before {*/
    /*content: "\efab"*/
/*}*/

/*.icon-rocket3:before {*/
    /*content: "\efac"*/
/*}*/

/*.icon-round-brush:before {*/
    /*content: "\efad"*/
/*}*/

/*.icon-rss4:before {*/
    /*content: "\efae"*/
/*}*/

/*.icon-ruler:before {*/
    /*content: "\efaf"*/
/*}*/

/*.icon-scissors3:before {*/
    /*content: "\efb0"*/
/*}*/

/*.icon-share-alternitive:before {*/
    /*content: "\efb1"*/
/*}*/

/*.icon-share8:before {*/
    /*content: "\efb2"*/
/*}*/

/*.icon-shareable:before {*/
    /*content: "\efb3"*/
/*}*/

/*.icon-shield2:before {*/
    /*content: "\efb4"*/
/*}*/

/*.icon-shop2:before {*/
    /*content: "\efb5"*/
/*}*/

/*.icon-shopping-bag2:before {*/
    /*content: "\efb6"*/
/*}*/

/*.icon-shopping-basket2:before {*/
    /*content: "\efb7"*/
/*}*/

/*.icon-shopping-cart3:before {*/
    /*content: "\efb8"*/
/*}*/

/*.icon-shuffle4:before {*/
    /*content: "\efb9"*/
/*}*/

/*.icon-signal2:before {*/
    /*content: "\efba"*/
/*}*/

/*.icon-sound-mix:before {*/
    /*content: "\efbb"*/
/*}*/

/*.icon-sports-club:before {*/
    /*content: "\efbc"*/
/*}*/

/*.icon-spreadsheet:before {*/
    /*content: "\efbd"*/
/*}*/

/*.icon-squared-cross:before {*/
    /*content: "\efbe"*/
/*}*/

/*.icon-squared-minus:before {*/
    /*content: "\efbf"*/
/*}*/

/*.icon-squared-plus:before {*/
    /*content: "\efc0"*/
/*}*/

/*.icon-star-outlined:before {*/
    /*content: "\efc1"*/
/*}*/

/*.icon-star9:before {*/
    /*content: "\efc2"*/
/*}*/

/*.icon-stopwatch4:before {*/
    /*content: "\efc3"*/
/*}*/

/*.icon-suitcase:before {*/
    /*content: "\efc4"*/
/*}*/

/*.icon-swap:before {*/
    /*content: "\efc5"*/
/*}*/

/*.icon-sweden:before {*/
    /*content: "\efc6"*/
/*}*/

/*.icon-switch5:before {*/
    /*content: "\efc7"*/
/*}*/

/*.icon-tablet4:before {*/
    /*content: "\efc8"*/
/*}*/

/*.icon-tag8:before {*/
    /*content: "\efc9"*/
/*}*/

/*.icon-text-document-inverted:before {*/
    /*content: "\efca"*/
/*}*/

/*.icon-text-document:before {*/
    /*content: "\efcb"*/
/*}*/

/*.icon-text:before {*/
    /*content: "\efcc"*/
/*}*/

/*.icon-thermometer4:before {*/
    /*content: "\efcd"*/
/*}*/

/*.icon-thumbs-down2:before {*/
    /*content: "\efce"*/
/*}*/

/*.icon-thumbs-up2:before {*/
    /*content: "\efcf"*/
/*}*/

/*.icon-thunder-cloud:before {*/
    /*content: "\efd0"*/
/*}*/

/*.icon-ticket3:before {*/
    /*content: "\efd1"*/
/*}*/

/*.icon-time-slot:before {*/
    /*content: "\efd2"*/
/*}*/

/*.icon-tools2:before {*/
    /*content: "\efd3"*/
/*}*/

/*.icon-traffic-cone:before {*/
    /*content: "\efd4"*/
/*}*/

/*.icon-tree3:before {*/
    /*content: "\efd5"*/
/*}*/

/*.icon-trophy4:before {*/
    /*content: "\efd6"*/
/*}*/

/*.icon-tv3:before {*/
    /*content: "\efd7"*/
/*}*/

/*.icon-typing:before {*/
    /*content: "\efd8"*/
/*}*/

/*.icon-unread:before {*/
    /*content: "\efd9"*/
/*}*/

/*.icon-untag:before {*/
    /*content: "\efda"*/
/*}*/

/*.icon-user10:before {*/
    /*content: "\efdb"*/
/*}*/

/*.icon-users7:before {*/
    /*content: "\efdc"*/
/*}*/

/*.icon-v-card:before {*/
    /*content: "\efdd"*/
/*}*/

/*.icon-video3:before {*/
    /*content: "\efde"*/
/*}*/

/*.icon-vinyl:before {*/
    /*content: "\efdf"*/
/*}*/

/*.icon-voicemail2:before {*/
    /*content: "\efe0"*/
/*}*/

/*.icon-wallet:before {*/
    /*content: "\efe1"*/
/*}*/

/*.icon-water:before {*/
    /*content: "\efe2"*/
/*}*/

/*.icon-500px-with-circle:before {*/
    /*content: "\efe3"*/
/*}*/

/*.icon-500px:before {*/
    /*content: "\efe4"*/
/*}*/

/*.icon-basecamp:before {*/
    /*content: "\efe5"*/
/*}*/

/*.icon-behance:before {*/
    /*content: "\efe6"*/
/*}*/

/*.icon-creative-cloud:before {*/
    /*content: "\efe7"*/
/*}*/

/*.icon-dropbox2:before {*/
    /*content: "\efe8"*/
/*}*/

/*.icon-evernote:before {*/
    /*content: "\efe9"*/
/*}*/

/*.icon-flattr2:before {*/
    /*content: "\efea"*/
/*}*/

/*.icon-foursquare2:before {*/
    /*content: "\efeb"*/
/*}*/

/*.icon-google-drive2:before {*/
    /*content: "\efec"*/
/*}*/

/*.icon-google-hangouts:before {*/
    /*content: "\efed"*/
/*}*/

/*.icon-grooveshark:before {*/
    /*content: "\efee"*/
/*}*/

/*.icon-icloud:before {*/
    /*content: "\efef"*/
/*}*/

/*.icon-mixi:before {*/
    /*content: "\eff0"*/
/*}*/

/*.icon-onedrive2:before {*/
    /*content: "\eff1"*/
/*}*/

/*.icon-paypal4:before {*/
    /*content: "\eff2"*/
/*}*/

/*.icon-picasa:before {*/
    /*content: "\eff3"*/
/*}*/

/*.icon-qq:before {*/
    /*content: "\eff4"*/
/*}*/

/*.icon-rdio-with-circle:before {*/
    /*content: "\eff5"*/
/*}*/

/*.icon-renren:before {*/
    /*content: "\eff6"*/
/*}*/

/*.icon-scribd:before {*/
    /*content: "\eff7"*/
/*}*/

/*.icon-sina-weibo:before {*/
    /*content: "\eff8"*/
/*}*/

/*.icon-skype-with-circle:before {*/
    /*content: "\eff9"*/
/*}*/

/*.icon-skype3:before {*/
    /*content: "\effa"*/
/*}*/

/*.icon-slideshare:before {*/
    /*content: "\effb"*/
/*}*/

/*.icon-smashing:before {*/
    /*content: "\effc"*/
/*}*/

/*.icon-soundcloud3:before {*/
    /*content: "\effd"*/
/*}*/

/*.icon-spotify-with-circle:before {*/
    /*content: "\effe"*/
/*}*/

/*.icon-spotify:before {*/
    /*content: "\efff"*/
/*}*/

/*.icon-swarm:before {*/
    /*content: "\f003"*/
/*}*/

/*.icon-vine-with-circle:before {*/
    /*content: "\f004"*/
/*}*/

/*.icon-vine:before {*/
    /*content: "\f00f"*/
/*}*/

/*.icon-vk-alternitive:before {*/
    /*content: "\f01a"*/
/*}*/

/*.icon-vk-with-circle:before {*/
    /*content: "\f01b"*/
/*}*/

/*.icon-vk:before {*/
    /*content: "\f01c"*/
/*}*/

/*.icon-xing-with-circle:before {*/
    /*content: "\f01d"*/
/*}*/

/*.icon-xing3:before {*/
    /*content: "\f01e"*/
/*}*/

/*.icon-yelp2:before {*/
    /*content: "\f021"*/
/*}*/

/*.icon-dribbble-with-circle:before {*/
    /*content: "\f022"*/
/*}*/

/*.icon-dribbble6:before {*/
    /*content: "\f025"*/
/*}*/

/*.icon-facebook-with-circle:before {*/
    /*content: "\f029"*/
/*}*/

/*.icon-facebook6:before {*/
    /*content: "\f04b"*/
/*}*/

/*.icon-flickr-with-circle:before {*/
    /*content: "\f050"*/
/*}*/

/*.icon-flickr5:before {*/
    /*content: "\f054"*/
/*}*/

/*.icon-github-with-circle:before {*/
    /*content: "\f055"*/
/*}*/

/*.icon-github6:before {*/
    /*content: "\f06f"*/
/*}*/

/*.icon-google-with-circle:before {*/
    /*content: "\f079"*/
/*}*/

/*.icon-google2:before {*/
    /*content: "\f07a"*/
/*}*/

/*.icon-instagram-with-circle:before {*/
    /*content: "\f082"*/
/*}*/

/*.icon-instagram4:before {*/
    /*content: "\f083"*/
/*}*/

/*.icon-lastfm-with-circle:before {*/
    /*content: "\f086"*/
/*}*/

/*.icon-lastfm3:before {*/
    /*content: "\f090"*/
/*}*/

/*.icon-linkedin-with-circle:before {*/
    /*content: "\f093"*/
/*}*/

/*.icon-linkedin3:before {*/
    /*content: "\f095"*/
/*}*/

/*.icon-pinterest-with-circle:before {*/
    /*content: "\f098"*/
/*}*/

/*.icon-pinterest3:before {*/
    /*content: "\f09b"*/
/*}*/

/*.icon-rdio:before {*/
    /*content: "\f0ab"*/
/*}*/

/*.icon-stumbleupon-with-circle:before {*/
    /*content: "\f0ad"*/
/*}*/

/*.icon-stumbleupon3:before {*/
    /*content: "\f0ae"*/
/*}*/

/*.icon-tumblr-with-circle:before {*/
    /*content: "\f0b3"*/
/*}*/

/*.icon-tumblr3:before {*/
    /*content: "\f0b4"*/
/*}*/

/*.icon-twitter-with-circle:before {*/
    /*content: "\f0b5"*/
/*}*/

/*.icon-twitter5:before {*/
    /*content: "\f0b7"*/
/*}*/

/*.icon-vimeo-with-circle:before {*/
    /*content: "\f0b8"*/
/*}*/

/*.icon-vimeo4:before {*/
    /*content: "\f0b9"*/
/*}*/

/*.icon-youtube-with-circle:before {*/
    /*content: "\f0c1"*/
/*}*/

/*.icon-youtube5:before {*/
    /*content: "\f0c2"*/
/*}*/

/*.icon-download10:before {*/
    /*content: "\f0c3"*/
/*}*/

/*.icon-chat7:before {*/
    /*content: "\f0cb"*/
/*}*/

/*.icon-archive7:before {*/
    /*content: "\f0cd"*/
/*}*/

/*.icon-user11:before {*/
    /*content: "\f0ce"*/
/*}*/

/*.icon-users8:before {*/
    /*content: "\f0d5"*/
/*}*/

/*.icon-archive8:before {*/
    /*content: "\f0d9"*/
/*}*/

/*.icon-earth4:before {*/
    /*content: "\f0da"*/
/*}*/

/*.icon-location10:before {*/
    /*content: "\f0db"*/
/*}*/

/*.icon-contract2:before {*/
    /*content: "\f0dc"*/
/*}*/

/*.icon-mobile6:before {*/
    /*content: "\f0dd"*/
/*}*/

/*.icon-screen3:before {*/
    /*content: "\f0de"*/
/*}*/

/*.icon-mail11:before {*/
    /*content: "\f0df"*/
/*}*/

/*.icon-support4:before {*/
    /*content: "\f0e0"*/
/*}*/

/*.icon-help4:before {*/
    /*content: "\f0e1"*/
/*}*/

/*.icon-videos:before {*/
    /*content: "\f0e2"*/
/*}*/

/*.icon-pictures:before {*/
    /*content: "\f0e3"*/
/*}*/

/*.icon-link8:before {*/
    /*content: "\f0e4"*/
/*}*/

/*.icon-search10:before {*/
    /*content: "\f0e5"*/
/*}*/

/*.icon-cog8:before {*/
    /*content: "\f0e6"*/
/*}*/

/*.icon-trashcan4:before {*/
    /*content: "\f0e7"*/
/*}*/

/*.icon-pencil8:before {*/
    /*content: "\f0e8"*/
/*}*/

/*.icon-info8:before {*/
    /*content: "\f0e9"*/
/*}*/

/*.icon-article2:before {*/
    /*content: "\f0ea"*/
/*}*/

/*.icon-clock12:before {*/
    /*content: "\f0eb"*/
/*}*/

/*.icon-photoshop:before {*/
    /*content: "\f0ec"*/
/*}*/

/*.icon-illustrator:before {*/
    /*content: "\f0ed"*/
/*}*/

/*.icon-star10:before {*/
    /*content: "\f0ee"*/
/*}*/

/*.icon-heart11:before {*/
    /*content: "\f0ef"*/
/*}*/

/*.icon-bookmark10:before {*/
    /*content: "\f0f0"*/
/*}*/

/*.icon-file4:before {*/
    /*content: "\f0f1"*/
/*}*/

/*.icon-feed6:before {*/
    /*content: "\f0f2"*/
/*}*/

/*.icon-locked3:before {*/
    /*content: "\f0f3"*/
/*}*/

/*.icon-unlocked4:before {*/
    /*content: "\f0f4"*/
/*}*/

/*.icon-refresh6:before {*/
    /*content: "\f0f5"*/
/*}*/

/*.icon-list10:before {*/
    /*content: "\f0f6"*/
/*}*/

/*.icon-share9:before {*/
    /*content: "\f0f7"*/
/*}*/

/*.icon-archive9:before {*/
    /*content: "\f0f8"*/
/*}*/

/*.icon-images3:before {*/
    /*content: "\f0f9"*/
/*}*/

/*.icon-images4:before {*/
    /*content: "\f0fa"*/
/*}*/

/*.icon-pencil9:before {*/
    /*content: "\f0fb"*/
/*}*/

/*.icon-number:before {*/
    /*content: "\f0fc"*/
/*}*/

/*.icon-number2:before {*/
    /*content: "\f0fd"*/
/*}*/

/*.icon-number3:before {*/
    /*content: "\f0fe"*/
/*}*/

/*.icon-number4:before {*/
    /*content: "\f0ff"*/
/*}*/

/*.icon-number5:before {*/
    /*content: "\f100"*/
/*}*/

/*.icon-number6:before {*/
    /*content: "\f101"*/
/*}*/

/*.icon-number7:before {*/
    /*content: "\f102"*/
/*}*/

/*.icon-number8:before {*/
    /*content: "\f103"*/
/*}*/

/*.icon-number9:before {*/
    /*content: "\f104"*/
/*}*/

/*.icon-number10:before {*/
    /*content: "\f105"*/
/*}*/

/*.icon-number11:before {*/
    /*content: "\f106"*/
/*}*/

/*.icon-number12:before {*/
    /*content: "\f107"*/
/*}*/

/*.icon-number13:before {*/
    /*content: "\f108"*/
/*}*/

/*.icon-number14:before {*/
    /*content: "\f109"*/
/*}*/

/*.icon-number15:before {*/
    /*content: "\f10a"*/
/*}*/

/*.icon-number16:before {*/
    /*content: "\f10b"*/
/*}*/

/*.icon-number17:before {*/
    /*content: "\f10c"*/
/*}*/

/*.icon-number18:before {*/
    /*content: "\f10d"*/
/*}*/

/*.icon-number19:before {*/
    /*content: "\f10e"*/
/*}*/

/*.icon-number20:before {*/
    /*content: "\f10f"*/
/*}*/

/*.icon-quote3:before {*/
    /*content: "\f110"*/
/*}*/

/*.icon-quote4:before {*/
    /*content: "\f111"*/
/*}*/

/*.icon-tag9:before {*/
    /*content: "\f112"*/
/*}*/

/*.icon-tag10:before {*/
    /*content: "\f113"*/
/*}*/

/*.icon-link9:before {*/
    /*content: "\f114"*/
/*}*/

/*.icon-link10:before {*/
    /*content: "\f115"*/
/*}*/

/*.icon-cabinet:before {*/
    /*content: "\f116"*/
/*}*/

/*.icon-cabinet2:before {*/
    /*content: "\f117"*/
/*}*/

/*.icon-calendar10:before {*/
    /*content: "\f118"*/
/*}*/

/*.icon-calendar11:before {*/
    /*content: "\f119"*/
/*}*/

/*.icon-calendar12:before {*/
    /*content: "\f11a"*/
/*}*/

/*.icon-file5:before {*/
    /*content: "\f11b"*/
/*}*/

/*.icon-file6:before {*/
    /*content: "\f11c"*/
/*}*/

/*.icon-file7:before {*/
    /*content: "\f11d"*/
/*}*/

/*.icon-files2:before {*/
    /*content: "\f11e"*/
/*}*/

/*.icon-phone7:before {*/
    /*content: "\f11f"*/
/*}*/

/*.icon-tablet5:before {*/
    /*content: "\f120"*/
/*}*/

/*.icon-window3:before {*/
    /*content: "\f121"*/
/*}*/

/*.icon-monitor4:before {*/
    /*content: "\f122"*/
/*}*/

/*.icon-ipod2:before {*/
    /*content: "\f123"*/
/*}*/

/*.icon-tv4:before {*/
    /*content: "\f124"*/
/*}*/

/*.icon-camera13:before {*/
    /*content: "\f125"*/
/*}*/

/*.icon-camera14:before {*/
    /*content: "\f126"*/
/*}*/

/*.icon-camera15:before {*/
    /*content: "\f127"*/
/*}*/

/*.icon-film6:before {*/
    /*content: "\f128"*/
/*}*/

/*.icon-film7:before {*/
    /*content: "\f129"*/
/*}*/

/*.icon-film8:before {*/
    /*content: "\f12a"*/
/*}*/

/*.icon-microphone6:before {*/
    /*content: "\f12b"*/
/*}*/

/*.icon-microphone7:before {*/
    /*content: "\f12c"*/
/*}*/

/*.icon-microphone8:before {*/
    /*content: "\f12d"*/
/*}*/

/*.icon-drink3:before {*/
    /*content: "\f12e"*/
/*}*/

/*.icon-drink4:before {*/
    /*content: "\f12f"*/
/*}*/

/*.icon-drink5:before {*/
    /*content: "\f130"*/
/*}*/

/*.icon-drink6:before {*/
    /*content: "\f131"*/
/*}*/

/*.icon-coffee4:before {*/
    /*content: "\f132"*/
/*}*/

/*.icon-mug3:before {*/
    /*content: "\f133"*/
/*}*/

/*.icon-icecream:before {*/
    /*content: "\f134"*/
/*}*/

/*.icon-cake3:before {*/
    /*content: "\f135"*/
/*}*/

/*.icon-inbox8:before {*/
    /*content: "\f136"*/
/*}*/

/*.icon-download11:before {*/
    /*content: "\f137"*/
/*}*/

/*.icon-upload9:before {*/
    /*content: "\f138"*/
/*}*/

/*.icon-inbox9:before {*/
    /*content: "\f139"*/
/*}*/

/*.icon-checkmark6:before {*/
    /*content: "\f13a"*/
/*}*/

/*.icon-checkmark7:before {*/
    /*content: "\f13b"*/
/*}*/

/*.icon-cancel6:before {*/
    /*content: "\f13c"*/
/*}*/

/*.icon-cancel7:before {*/
    /*content: "\f13d"*/
/*}*/

/*.icon-plus10:before {*/
    /*content: "\f13e"*/
/*}*/

/*.icon-plus11:before {*/
    /*content: "\f13f"*/
/*}*/

/*.icon-minus8:before {*/
    /*content: "\f140"*/
/*}*/

/*.icon-minus9:before {*/
    /*content: "\f141"*/
/*}*/

/*.icon-notice:before {*/
    /*content: "\f142"*/
/*}*/

/*.icon-notice2:before {*/
    /*content: "\f143"*/
/*}*/

/*.icon-cog9:before {*/
    /*content: "\f144"*/
/*}*/

/*.icon-cogs2:before {*/
    /*content: "\f145"*/
/*}*/

/*.icon-cog10:before {*/
    /*content: "\f146"*/
/*}*/

/*.icon-warning6:before {*/
    /*content: "\f147"*/
/*}*/

/*.icon-health2:before {*/
    /*content: "\f148"*/
/*}*/

/*.icon-suitcase2:before {*/
    /*content: "\f149"*/
/*}*/

/*.icon-suitcase3:before {*/
    /*content: "\f14a"*/
/*}*/

/*.icon-suitcase4:before {*/
    /*content: "\f14b"*/
/*}*/

/*.icon-picture3:before {*/
    /*content: "\f14c"*/
/*}*/

/*.icon-pictures2:before {*/
    /*content: "\f14d"*/
/*}*/

/*.icon-pictures3:before {*/
    /*content: "\f14e"*/
/*}*/

/*.icon-android3:before {*/
    /*content: "\f14f"*/
/*}*/

/*.icon-marvin:before {*/
    /*content: "\f150"*/
/*}*/

/*.icon-pacman2:before {*/
    /*content: "\f151"*/
/*}*/

/*.icon-cassette:before {*/
    /*content: "\f152"*/
/*}*/

/*.icon-watch4:before {*/
    /*content: "\f153"*/
/*}*/

/*.icon-chronometer:before {*/
    /*content: "\f154"*/
/*}*/

/*.icon-watch5:before {*/
    /*content: "\f155"*/
/*}*/

/*.icon-alarmclock:before {*/
    /*content: "\f156"*/
/*}*/

/*.icon-time2:before {*/
    /*content: "\f157"*/
/*}*/

/*.icon-time3:before {*/
    /*content: "\f158"*/
/*}*/

/*.icon-headphones5:before {*/
    /*content: "\f159"*/
/*}*/

/*.icon-wallet2:before {*/
    /*content: "\f15a"*/
/*}*/

/*.icon-checkmark8:before {*/
    /*content: "\f15b"*/
/*}*/

/*.icon-cancel8:before {*/
    /*content: "\f15c"*/
/*}*/

/*.icon-eye9:before {*/
    /*content: "\f15d"*/
/*}*/

/*.icon-position:before {*/
    /*content: "\f15e"*/
/*}*/

/*.icon-sitemap:before {*/
    /*content: "\f15f"*/
/*}*/

/*.icon-sitemap2:before {*/
    /*content: "\f160"*/
/*}*/

/*.icon-cloud16:before {*/
    /*content: "\f161"*/
/*}*/

/*.icon-upload10:before {*/
    /*content: "\f162"*/
/*}*/

/*.icon-chart5:before {*/
    /*content: "\f163"*/
/*}*/

/*.icon-chart6:before {*/
    /*content: "\f164"*/
/*}*/

/*.icon-chart7:before {*/
    /*content: "\f165"*/
/*}*/

/*.icon-chart8:before {*/
    /*content: "\f166"*/
/*}*/

/*.icon-chart9:before {*/
    /*content: "\f167"*/
/*}*/

/*.icon-chart10:before {*/
    /*content: "\f168"*/
/*}*/

/*.icon-location11:before {*/
    /*content: "\f169"*/
/*}*/

/*.icon-download12:before {*/
    /*content: "\f16a"*/
/*}*/

/*.icon-basket2:before {*/
    /*content: "\f16b"*/
/*}*/

/*.icon-folder9:before {*/
    /*content: "\f16c"*/
/*}*/

/*.icon-gamepad2:before {*/
    /*content: "\f16d"*/
/*}*/

/*.icon-alarm5:before {*/
    /*content: "\f16e"*/
/*}*/

/*.icon-alarm-cancel:before {*/
    /*content: "\f16f"*/
/*}*/

/*.icon-phone8:before {*/
    /*content: "\f170"*/
/*}*/

/*.icon-phone9:before {*/
    /*content: "\f171"*/
/*}*/

/*.icon-image9:before {*/
    /*content: "\f172"*/
/*}*/

/*.icon-open2:before {*/
    /*content: "\f173"*/
/*}*/

/*.icon-sale:before {*/
    /*content: "\f174"*/
/*}*/

/*.icon-direction2:before {*/
    /*content: "\f175"*/
/*}*/

/*.icon-map8:before {*/
    /*content: "\f176"*/
/*}*/

/*.icon-trashcan5:before {*/
    /*content: "\f177"*/
/*}*/

/*.icon-vote:before {*/
    /*content: "\f178"*/
/*}*/

/*.icon-graduate:before {*/
    /*content: "\f179"*/
/*}*/

/*.icon-lab3:before {*/
    /*content: "\f17a"*/
/*}*/

/*.icon-tie:before {*/
    /*content: "\f17b"*/
/*}*/

/*.icon-football:before {*/
    /*content: "\f17c"*/
/*}*/

/*.icon-eightball:before {*/
    /*content: "\f17d"*/
/*}*/

/*.icon-bowling:before {*/
    /*content: "\f17e"*/
/*}*/

/*.icon-bowlingpin:before {*/
    /*content: "\f17f"*/
/*}*/

/*.icon-baseball:before {*/
    /*content: "\f180"*/
/*}*/

/*.icon-soccer:before {*/
    /*content: "\f181"*/
/*}*/

/*.icon-3dglasses:before {*/
    /*content: "\f182"*/
/*}*/

/*.icon-microwave:before {*/
    /*content: "\f183"*/
/*}*/

/*.icon-refrigerator:before {*/
    /*content: "\f184"*/
/*}*/

/*.icon-oven:before {*/
    /*content: "\f185"*/
/*}*/

/*.icon-washingmachine:before {*/
    /*content: "\f186"*/
/*}*/

/*.icon-mouse4:before {*/
    /*content: "\f187"*/
/*}*/

/*.icon-smiley2:before {*/
    /*content: "\f188"*/
/*}*/

/*.icon-sad3:before {*/
    /*content: "\f189"*/
/*}*/

/*.icon-mute4:before {*/
    /*content: "\f18a"*/
/*}*/

/*.icon-hand2:before {*/
    /*content: "\f18b"*/
/*}*/

/*.icon-radio3:before {*/
    /*content: "\f18c"*/
/*}*/

/*.icon-satellite2:before {*/
    /*content: "\f18d"*/
/*}*/

/*.icon-medal2:before {*/
    /*content: "\f18e"*/
/*}*/

/*.icon-medal3:before {*/
    /*content: "\f18f"*/
/*}*/

/*.icon-switch6:before {*/
    /*content: "\f190"*/
/*}*/

/*.icon-key7:before {*/
    /*content: "\f191"*/
/*}*/

/*.icon-cord:before {*/
    /*content: "\f192"*/
/*}*/

/*.icon-locked4:before {*/
    /*content: "\f193"*/
/*}*/

/*.icon-unlocked5:before {*/
    /*content: "\f194"*/
/*}*/

/*.icon-locked5:before {*/
    /*content: "\f195"*/
/*}*/

/*.icon-unlocked6:before {*/
    /*content: "\f196"*/
/*}*/

/*.icon-magnifier:before {*/
    /*content: "\f197"*/
/*}*/

/*.icon-zoomin4:before {*/
    /*content: "\f198"*/
/*}*/

/*.icon-zoomout4:before {*/
    /*content: "\f199"*/
/*}*/

/*.icon-stack4:before {*/
    /*content: "\f19a"*/
/*}*/

/*.icon-stack5:before {*/
    /*content: "\f19b"*/
/*}*/

/*.icon-stack6:before {*/
    /*content: "\f19c"*/
/*}*/

/*.icon-davidstar:before {*/
    /*content: "\f19d"*/
/*}*/

/*.icon-cross6:before {*/
    /*content: "\f19e"*/
/*}*/

/*.icon-moonandstar:before {*/
    /*content: "\f19f"*/
/*}*/

/*.icon-transformers:before {*/
    /*content: "\f1a0"*/
/*}*/

/*.icon-batman:before {*/
    /*content: "\f1a1"*/
/*}*/

/*.icon-spaceinvaders:before {*/
    /*content: "\f1a2"*/
/*}*/

/*.icon-skeletor:before {*/
    /*content: "\f1a3"*/
/*}*/

/*.icon-lamp2:before {*/
    /*content: "\f1a4"*/
/*}*/

/*.icon-lamp3:before {*/
    /*content: "\f1a5"*/
/*}*/

/*.icon-umbrella3:before {*/
    /*content: "\f1a6"*/
/*}*/

/*.icon-streetlight:before {*/
    /*content: "\f1a7"*/
/*}*/

/*.icon-bomb:before {*/
    /*content: "\f1a8"*/
/*}*/

/*.icon-archive10:before {*/
    /*content: "\f1a9"*/
/*}*/

/*.icon-battery4:before {*/
    /*content: "\f1aa"*/
/*}*/

/*.icon-battery5:before {*/
    /*content: "\f1ab"*/
/*}*/

/*.icon-battery6:before {*/
    /*content: "\f1ac"*/
/*}*/

/*.icon-battery7:before {*/
    /*content: "\f1ad"*/
/*}*/

/*.icon-battery8:before {*/
    /*content: "\f1ae"*/
/*}*/

/*.icon-megaphone3:before {*/
    /*content: "\f1af"*/
/*}*/

/*.icon-megaphone4:before {*/
    /*content: "\f1b0"*/
/*}*/

/*.icon-patch:before {*/
    /*content: "\f1b1"*/
/*}*/

/*.icon-pil:before {*/
    /*content: "\f1b2"*/
/*}*/

/*.icon-injection:before {*/
    /*content: "\f1b3"*/
/*}*/

/*.icon-thermometer5:before {*/
    /*content: "\f1b4"*/
/*}*/

/*.icon-lamp4:before {*/
    /*content: "\f1b5"*/
/*}*/

/*.icon-lamp5:before {*/
    /*content: "\f1b6"*/
/*}*/

/*.icon-lamp6:before {*/
    /*content: "\f1b7"*/
/*}*/

/*.icon-cube2:before {*/
    /*content: "\f1b8"*/
/*}*/

/*.icon-box6:before {*/
    /*content: "\f1b9"*/
/*}*/

/*.icon-box7:before {*/
    /*content: "\f1ba"*/
/*}*/

/*.icon-diamond2:before {*/
    /*content: "\f1bb"*/
/*}*/

/*.icon-bag3:before {*/
    /*content: "\f1bc"*/
/*}*/

/*.icon-moneybag:before {*/
    /*content: "\f1bd"*/
/*}*/

/*.icon-grid7:before {*/
    /*content: "\f1be"*/
/*}*/

/*.icon-grid8:before {*/
    /*content: "\f1bf"*/
/*}*/

/*.icon-list11:before {*/
    /*content: "\f1c0"*/
/*}*/

/*.icon-list12:before {*/
    /*content: "\f1c1"*/
/*}*/

/*.icon-ruler2:before {*/
    /*content: "\f1c2"*/
/*}*/

/*.icon-ruler3:before {*/
    /*content: "\f1c3"*/
/*}*/

/*.icon-layout2:before {*/
    /*content: "\f1c4"*/
/*}*/

/*.icon-layout3:before {*/
    /*content: "\f1c5"*/
/*}*/

/*.icon-layout4:before {*/
    /*content: "\f1c6"*/
/*}*/

/*.icon-layout5:before {*/
    /*content: "\f1c7"*/
/*}*/

/*.icon-layout6:before {*/
    /*content: "\f1c8"*/
/*}*/

/*.icon-layout7:before {*/
    /*content: "\f1c9"*/
/*}*/

/*.icon-layout8:before {*/
    /*content: "\f1ca"*/
/*}*/

/*.icon-layout9:before {*/
    /*content: "\f1cb"*/
/*}*/

/*.icon-layout10:before {*/
    /*content: "\f1cc"*/
/*}*/

/*.icon-layout11:before {*/
    /*content: "\f1cd"*/
/*}*/

/*.icon-layout12:before {*/
    /*content: "\f1ce"*/
/*}*/

/*.icon-layout13:before {*/
    /*content: "\f1cf"*/
/*}*/

/*.icon-layout14:before {*/
    /*content: "\f1d0"*/
/*}*/

/*.icon-layout15:before {*/
    /*content: "\f1d1"*/
/*}*/

/*.icon-tools3:before {*/
    /*content: "\f1d2"*/
/*}*/

/*.icon-screwdriver:before {*/
    /*content: "\f1d3"*/
/*}*/

/*.icon-paint:before {*/
    /*content: "\f1d4"*/
/*}*/

/*.icon-hammer3:before {*/
    /*content: "\f1d5"*/
/*}*/

/*.icon-brush5:before {*/
    /*content: "\f1d6"*/
/*}*/

/*.icon-pen4:before {*/
    /*content: "\f1d7"*/
/*}*/

/*.icon-chat8:before {*/
    /*content: "\f1d8"*/
/*}*/

/*.icon-comments2:before {*/
    /*content: "\f1d9"*/
/*}*/

/*.icon-chat9:before {*/
    /*content: "\f1da"*/
/*}*/

/*.icon-chat10:before {*/
    /*content: "\f1db"*/
/*}*/

/*.icon-volume7:before {*/
    /*content: "\f1dc"*/
/*}*/

/*.icon-volume8:before {*/
    /*content: "\f1dd"*/
/*}*/

/*.icon-volume9:before {*/
    /*content: "\f1de"*/
/*}*/

/*.icon-equalizer5:before {*/
    /*content: "\f1df"*/
/*}*/

/*.icon-resize:before {*/
    /*content: "\f1e0"*/
/*}*/

/*.icon-resize2:before {*/
    /*content: "\f1e1"*/
/*}*/

/*.icon-stretch:before {*/
    /*content: "\f1e2"*/
/*}*/

/*.icon-narrow:before {*/
    /*content: "\f1e3"*/
/*}*/

/*.icon-resize3:before {*/
    /*content: "\f1e4"*/
/*}*/

/*.icon-download13:before {*/
    /*content: "\f1e5"*/
/*}*/

/*.icon-calculator6:before {*/
    /*content: "\f1e6"*/
/*}*/

/*.icon-library2:before {*/
    /*content: "\f1e7"*/
/*}*/

/*.icon-auction:before {*/
    /*content: "\f1e8"*/
/*}*/

/*.icon-justice:before {*/
    /*content: "\f1e9"*/
/*}*/

/*.icon-stats2:before {*/
    /*content: "\f1ea"*/
/*}*/

/*.icon-stats3:before {*/
    /*content: "\f1eb"*/
/*}*/

/*.icon-attachment6:before {*/
    /*content: "\f1ec"*/
/*}*/

/*.icon-hourglass2:before {*/
    /*content: "\f1ed"*/
/*}*/

/*.icon-abacus:before {*/
    /*content: "\f1ee"*/
/*}*/

/*.icon-pencil10:before {*/
    /*content: "\f1ef"*/
/*}*/

/*.icon-pen5:before {*/
    /*content: "\f1f0"*/
/*}*/

/*.icon-pin8:before {*/
    /*content: "\f1f1"*/
/*}*/

/*.icon-pin9:before {*/
    /*content: "\f1f2"*/
/*}*/

/*.icon-discout:before {*/
    /*content: "\f1f3"*/
/*}*/

/*.icon-edit5:before {*/
    /*content: "\f1f4"*/
/*}*/

/*.icon-scissors4:before {*/
    /*content: "\f1f5"*/
/*}*/

/*.icon-profile2:before {*/
    /*content: "\f1f6"*/
/*}*/

/*.icon-profile3:before {*/
    /*content: "\f1f7"*/
/*}*/

/*.icon-profile4:before {*/
    /*content: "\f1f8"*/
/*}*/

/*.icon-rotate:before {*/
    /*content: "\f1f9"*/
/*}*/

/*.icon-rotate2:before {*/
    /*content: "\f1fa"*/
/*}*/

/*.icon-reply7:before {*/
    /*content: "\f1fb"*/
/*}*/

/*.icon-forward9:before {*/
    /*content: "\f1fc"*/
/*}*/

/*.icon-retweet2:before {*/
    /*content: "\f1fd"*/
/*}*/

/*.icon-shuffle5:before {*/
    /*content: "\f1fe"*/
/*}*/

/*.icon-loop6:before {*/
    /*content: "\f1ff"*/
/*}*/

/*.icon-crop6:before {*/
    /*content: "\f200"*/
/*}*/

/*.icon-square:before {*/
    /*content: "\f201"*/
/*}*/

/*.icon-square2:before {*/
    /*content: "\f202"*/
/*}*/

/*.icon-circle2:before {*/
    /*content: "\f203"*/
/*}*/

/*.icon-dollar:before {*/
    /*content: "\f204"*/
/*}*/

/*.icon-dollar2:before {*/
    /*content: "\f205"*/
/*}*/

/*.icon-coins:before {*/
    /*content: "\f206"*/
/*}*/

/*.icon-pig:before {*/
    /*content: "\f207"*/
/*}*/

/*.icon-bookmark11:before {*/
    /*content: "\f208"*/
/*}*/

/*.icon-bookmark12:before {*/
    /*content: "\f209"*/
/*}*/

/*.icon-addressbook2:before {*/
    /*content: "\f20a"*/
/*}*/

/*.icon-addressbook3:before {*/
    /*content: "\f20b"*/
/*}*/

/*.icon-safe:before {*/
    /*content: "\f20c"*/
/*}*/

/*.icon-envelope5:before {*/
    /*content: "\f20d"*/
/*}*/

/*.icon-envelope6:before {*/
    /*content: "\f20e"*/
/*}*/

/*.icon-radioactive:before {*/
    /*content: "\f20f"*/
/*}*/

/*.icon-music4:before {*/
    /*content: "\f210"*/
/*}*/

/*.icon-presentation:before {*/
    /*content: "\f211"*/
/*}*/

/*.icon-male:before {*/
    /*content: "\f212"*/
/*}*/

/*.icon-female:before {*/
    /*content: "\f213"*/
/*}*/

/*.icon-aids:before {*/
    /*content: "\f214"*/
/*}*/

/*.icon-heart12:before {*/
    /*content: "\f215"*/
/*}*/

/*.icon-info9:before {*/
    /*content: "\f216"*/
/*}*/

/*.icon-info10:before {*/
    /*content: "\f217"*/
/*}*/

/*.icon-piano:before {*/
    /*content: "\f218"*/
/*}*/

/*.icon-rain3:before {*/
    /*content: "\f219"*/
/*}*/

/*.icon-snow:before {*/
    /*content: "\f21a"*/
/*}*/

/*.icon-lightning6:before {*/
    /*content: "\f21b"*/
/*}*/

/*.icon-sun8:before {*/
    /*content: "\f21c"*/
/*}*/

/*.icon-moon7:before {*/
    /*content: "\f21d"*/
/*}*/

/*.icon-cloudy5:before {*/
    /*content: "\f21e"*/
/*}*/

/*.icon-cloudy6:before {*/
    /*content: "\f21f"*/
/*}*/

/*.icon-car:before {*/
    /*content: "\f220"*/
/*}*/

/*.icon-bike:before {*/
    /*content: "\f221"*/
/*}*/

/*.icon-truck2:before {*/
    /*content: "\f222"*/
/*}*/

/*.icon-bus:before {*/
    /*content: "\f223"*/
/*}*/

/*.icon-bike2:before {*/
    /*content: "\f224"*/
/*}*/

/*.icon-plane2:before {*/
    /*content: "\f225"*/
/*}*/

/*.icon-paperplane:before {*/
    /*content: "\f226"*/
/*}*/

/*.icon-rocket4:before {*/
    /*content: "\f227"*/
/*}*/

/*.icon-book12:before {*/
    /*content: "\f228"*/
/*}*/

/*.icon-book13:before {*/
    /*content: "\f229"*/
/*}*/

/*.icon-barcode2:before {*/
    /*content: "\f22a"*/
/*}*/

/*.icon-barcode3:before {*/
    /*content: "\f22b"*/
/*}*/

/*.icon-expand3:before {*/
    /*content: "\f22c"*/
/*}*/

/*.icon-collapse:before {*/
    /*content: "\f22d"*/
/*}*/

/*.icon-popout:before {*/
    /*content: "\f22e"*/
/*}*/

/*.icon-popin:before {*/
    /*content: "\f22f"*/
/*}*/

/*.icon-target8:before {*/
    /*content: "\f230"*/
/*}*/

/*.icon-badge:before {*/
    /*content: "\f231"*/
/*}*/

/*.icon-badge2:before {*/
    /*content: "\f232"*/
/*}*/

/*.icon-ticket4:before {*/
    /*content: "\f233"*/
/*}*/

/*.icon-ticket5:before {*/
    /*content: "\f234"*/
/*}*/

/*.icon-ticket6:before {*/
    /*content: "\f235"*/
/*}*/

/*.icon-microphone9:before {*/
    /*content: "\f236"*/
/*}*/

/*.icon-cone2:before {*/
    /*content: "\f237"*/
/*}*/

/*.icon-blocked3:before {*/
    /*content: "\f238"*/
/*}*/

/*.icon-stop9:before {*/
    /*content: "\f239"*/
/*}*/

/*.icon-keyboard6:before {*/
    /*content: "\f23a"*/
/*}*/

/*.icon-keyboard7:before {*/
    /*content: "\f23b"*/
/*}*/

/*.icon-radio4:before {*/
    /*content: "\f23c"*/
/*}*/

/*.icon-printer6:before {*/
    /*content: "\f23d"*/
/*}*/

/*.icon-checked:before {*/
    /*content: "\f23e"*/
/*}*/

/*.icon-error2:before {*/
    /*content: "\f23f"*/
/*}*/

/*.icon-add3:before {*/
    /*content: "\f240"*/
/*}*/

/*.icon-minus10:before {*/
    /*content: "\f241"*/
/*}*/

/*.icon-alert2:before {*/
    /*content: "\f242"*/
/*}*/

/*.icon-pictures4:before {*/
    /*content: "\f243"*/
/*}*/

/*.icon-atom3:before {*/
    /*content: "\f244"*/
/*}*/

/*.icon-eyedropper4:before {*/
    /*content: "\f245"*/
/*}*/

/*.icon-globe6:before {*/
    /*content: "\f246"*/
/*}*/

/*.icon-globe7:before {*/
    /*content: "\f247"*/
/*}*/

/*.icon-shipping:before {*/
    /*content: "\f248"*/
/*}*/

/*.icon-yingyang:before {*/
    /*content: "\f249"*/
/*}*/

/*.icon-compass9:before {*/
    /*content: "\f24a"*/
/*}*/

/*.icon-zip:before {*/
    /*content: "\f24b"*/
/*}*/

/*.icon-zip2:before {*/
    /*content: "\f24c"*/
/*}*/

/*.icon-anchor4:before {*/
    /*content: "\f24d"*/
/*}*/

/*.icon-lockedheart:before {*/
    /*content: "\f24e"*/
/*}*/

/*.icon-magnet3:before {*/
    /*content: "\f24f"*/
/*}*/

/*.icon-navigation2:before {*/
    /*content: "\f250"*/
/*}*/

/*.icon-tags2:before {*/
    /*content: "\f251"*/
/*}*/

/*.icon-heart13:before {*/
    /*content: "\f252"*/
/*}*/

/*.icon-heart14:before {*/
    /*content: "\f253"*/
/*}*/

/*.icon-usb2:before {*/
    /*content: "\f254"*/
/*}*/

/*.icon-clipboard7:before {*/
    /*content: "\f255"*/
/*}*/

/*.icon-clipboard8:before {*/
    /*content: "\f256"*/
/*}*/

/*.icon-clipboard9:before {*/
    /*content: "\f257"*/
/*}*/

/*.icon-switch7:before {*/
    /*content: "\f258"*/
/*}*/

/*.icon-ruler4:before {*/
    /*content: "\f259"*/
/*}*/

/*.icon-mobile7:before {*/
    /*content: "\e00a"*/
/*}*/

/*.icon-laptop5:before {*/
    /*content: "\e00b"*/
/*}*/

/*.icon-desktop2:before {*/
    /*content: "\e00c"*/
/*}*/

/*.icon-tablet6:before {*/
    /*content: "\e00d"*/
/*}*/

/*.icon-phone10:before {*/
    /*content: "\e00e"*/
/*}*/

/*.icon-document3:before {*/
    /*content: "\e00f"*/
/*}*/

/*.icon-documents2:before {*/
    /*content: "\e01a"*/
/*}*/

/*.icon-search11:before {*/
    /*content: "\e01b"*/
/*}*/

/*.icon-clipboard10:before {*/
    /*content: "\e01c"*/
/*}*/

/*.icon-newspaper5:before {*/
    /*content: "\e01d"*/
/*}*/

/*.icon-notebook:before {*/
    /*content: "\e01e"*/
/*}*/

/*.icon-book-open:before {*/
    /*content: "\e01f"*/
/*}*/

/*.icon-browser6:before {*/
    /*content: "\e02a"*/
/*}*/

/*.icon-calendar13:before {*/
    /*content: "\e02b"*/
/*}*/

/*.icon-presentation2:before {*/
    /*content: "\e02c"*/
/*}*/

/*.icon-picture4:before {*/
    /*content: "\e02d"*/
/*}*/

/*.icon-pictures5:before {*/
    /*content: "\e02e"*/
/*}*/

/*.icon-video4:before {*/
    /*content: "\e02f"*/
/*}*/

/*.icon-camera16:before {*/
    /*content: "\e03a"*/
/*}*/

/*.icon-printer7:before {*/
    /*content: "\e03b"*/
/*}*/

/*.icon-toolbox:before {*/
    /*content: "\e03c"*/
/*}*/

/*.icon-briefcase8:before {*/
    /*content: "\e03d"*/
/*}*/

/*.icon-wallet3:before {*/
    /*content: "\e03e"*/
/*}*/

/*.icon-gift5:before {*/
    /*content: "\e03f"*/
/*}*/

/*.icon-bargraph:before {*/
    /*content: "\e04a"*/
/*}*/

/*.icon-grid9:before {*/
    /*content: "\e04b"*/
/*}*/

/*.icon-expand4:before {*/
    /*content: "\e04c"*/
/*}*/

/*.icon-focus:before {*/
    /*content: "\e04d"*/
/*}*/

/*.icon-edit6:before {*/
    /*content: "\e04e"*/
/*}*/

/*.icon-adjustments:before {*/
    /*content: "\e04f"*/
/*}*/

/*.icon-ribbon2:before {*/
    /*content: "\e05a"*/
/*}*/

/*.icon-hourglass3:before {*/
    /*content: "\e05b"*/
/*}*/

/*.icon-lock7:before {*/
    /*content: "\e05c"*/
/*}*/

/*.icon-megaphone5:before {*/
    /*content: "\e05d"*/
/*}*/

/*.icon-shield3:before {*/
    /*content: "\e05e"*/
/*}*/

/*.icon-trophy5:before {*/
    /*content: "\e05f"*/
/*}*/

/*.icon-flag9:before {*/
    /*content: "\e06a"*/
/*}*/

/*.icon-map9:before {*/
    /*content: "\e06b"*/
/*}*/

/*.icon-puzzle3:before {*/
    /*content: "\e06c"*/
/*}*/

/*.icon-basket3:before {*/
    /*content: "\e06d"*/
/*}*/

/*.icon-envelope7:before {*/
    /*content: "\e06e"*/
/*}*/

/*.icon-streetsign:before {*/
    /*content: "\e06f"*/
/*}*/

/*.icon-telescope2:before {*/
    /*content: "\e07a"*/
/*}*/

/*.icon-gears:before {*/
    /*content: "\e07b"*/
/*}*/

/*.icon-key8:before {*/
    /*content: "\e07c"*/
/*}*/

/*.icon-paperclip4:before {*/
    /*content: "\e07d"*/
/*}*/

/*.icon-attachment7:before {*/
    /*content: "\e07e"*/
/*}*/

/*.icon-pricetags:before {*/
    /*content: "\e07f"*/
/*}*/

/*.icon-lightbulb4:before {*/
    /*content: "\e08a"*/
/*}*/

/*.icon-layers5:before {*/
    /*content: "\e08b"*/
/*}*/

/*.icon-pencil11:before {*/
    /*content: "\e08c"*/
/*}*/

/*.icon-tools4:before {*/
    /*content: "\e08d"*/
/*}*/

/*.icon-tools-2:before {*/
    /*content: "\e08e"*/
/*}*/

/*.icon-scissors5:before {*/
    /*content: "\e08f"*/
/*}*/

/*.icon-paintbrush:before {*/
    /*content: "\e09a"*/
/*}*/

/*.icon-magnifying-glass3:before {*/
    /*content: "\e09b"*/
/*}*/

/*.icon-circle-compass:before {*/
    /*content: "\e09c"*/
/*}*/

/*.icon-linegraph:before {*/
    /*content: "\e09d"*/
/*}*/

/*.icon-mic5:before {*/
    /*content: "\e09e"*/
/*}*/

/*.icon-strategy:before {*/
    /*content: "\e09f"*/
/*}*/

/*.icon-beaker3:before {*/
    /*content: "\e0a0"*/
/*}*/

/*.icon-caution:before {*/
    /*content: "\e0a1"*/
/*}*/

/*.icon-recycle:before {*/
    /*content: "\e0a2"*/
/*}*/

/*.icon-anchor5:before {*/
    /*content: "\e0a3"*/
/*}*/

/*.icon-profile-male:before {*/
    /*content: "\e0a4"*/
/*}*/

/*.icon-profile-female:before {*/
    /*content: "\e0a5"*/
/*}*/

/*.icon-bike3:before {*/
    /*content: "\e0a6"*/
/*}*/

/*.icon-wine2:before {*/
    /*content: "\e0a7"*/
/*}*/

/*.icon-hotairballoon:before {*/
    /*content: "\e0a8"*/
/*}*/

/*.icon-globe8:before {*/
    /*content: "\e0a9"*/
/*}*/

/*.icon-genius:before {*/
    /*content: "\e0aa"*/
/*}*/

/*.icon-map-pin:before {*/
    /*content: "\e0ab"*/
/*}*/

/*.icon-dial2:before {*/
    /*content: "\e0ac"*/
/*}*/

/*.icon-chat11:before {*/
    /*content: "\e0ad"*/
/*}*/

/*.icon-heart15:before {*/
    /*content: "\e0ae"*/
/*}*/

/*.icon-cloud17:before {*/
    /*content: "\e0af"*/
/*}*/

/*.icon-upload11:before {*/
    /*content: "\e0b0"*/
/*}*/

/*.icon-download14:before {*/
    /*content: "\e0b1"*/
/*}*/

/*.icon-target9:before {*/
    /*content: "\e0b2"*/
/*}*/

/*.icon-hazardous:before {*/
    /*content: "\e0b3"*/
/*}*/

/*.icon-piechart:before {*/
    /*content: "\e0b4"*/
/*}*/

/*.icon-speedometer:before {*/
    /*content: "\e0b5"*/
/*}*/

/*.icon-global:before {*/
    /*content: "\e0b6"*/
/*}*/

/*.icon-compass10:before {*/
    /*content: "\e0b7"*/
/*}*/

/*.icon-lifesaver:before {*/
    /*content: "\e0b8"*/
/*}*/

/*.icon-clock13:before {*/
    /*content: "\e0b9"*/
/*}*/

/*.icon-aperture2:before {*/
    /*content: "\e0ba"*/
/*}*/

/*.icon-quote5:before {*/
    /*content: "\e0bb"*/
/*}*/

/*.icon-scope:before {*/
    /*content: "\e0bc"*/
/*}*/

/*.icon-alarmclock2:before {*/
    /*content: "\e0bd"*/
/*}*/

/*.icon-refresh7:before {*/
    /*content: "\e0be"*/
/*}*/

/*.icon-happy3:before {*/
    /*content: "\e0bf"*/
/*}*/

/*.icon-sad4:before {*/
    /*content: "\e0c0"*/
/*}*/

/*.icon-facebook7:before {*/
    /*content: "\e0c1"*/
/*}*/

/*.icon-twitter6:before {*/
    /*content: "\e0c2"*/
/*}*/

/*.icon-googleplus3:before {*/
    /*content: "\e0c3"*/
/*}*/

/*.icon-rss5:before {*/
    /*content: "\e0c4"*/
/*}*/

/*.icon-tumblr4:before {*/
    /*content: "\e0c5"*/
/*}*/

/*.icon-linkedin4:before {*/
    /*content: "\e0c6"*/
/*}*/

/*.icon-dribbble7:before {*/
    /*content: "\e0c7"*/
/*}*/

/*.icon-heart16:before {*/
    /*content: "\f25a"*/
/*}*/

/*.icon-cloud18:before {*/
    /*content: "\f25b"*/
/*}*/

/*.icon-star11:before {*/
    /*content: "\f25c"*/
/*}*/

/*.icon-tv5:before {*/
    /*content: "\f25d"*/
/*}*/

/*.icon-sound4:before {*/
    /*content: "\f25e"*/
/*}*/

/*.icon-video5:before {*/
    /*content: "\f25f"*/
/*}*/

/*.icon-trash7:before {*/
    /*content: "\f260"*/
/*}*/

/*.icon-user12:before {*/
    /*content: "\f261"*/
/*}*/

/*.icon-key9:before {*/
    /*content: "\f262"*/
/*}*/

/*.icon-search12:before {*/
    /*content: "\f263"*/
/*}*/

/*.icon-settings5:before {*/
    /*content: "\f264"*/
/*}*/

/*.icon-camera17:before {*/
    /*content: "\f265"*/
/*}*/

/*.icon-tag11:before {*/
    /*content: "\f266"*/
/*}*/

/*.icon-lock8:before {*/
    /*content: "\f267"*/
/*}*/

/*.icon-bulb:before {*/
    /*content: "\f268"*/
/*}*/

/*.icon-pen6:before {*/
    /*content: "\f269"*/
/*}*/

/*.icon-diamond3:before {*/
    /*content: "\f26a"*/
/*}*/

/*.icon-display2:before {*/
    /*content: "\f26b"*/
/*}*/

/*.icon-location12:before {*/
    /*content: "\f26c"*/
/*}*/

/*.icon-eye10:before {*/
    /*content: "\f26d"*/
/*}*/

/*.icon-bubble4:before {*/
    /*content: "\f26e"*/
/*}*/

/*.icon-stack7:before {*/
    /*content: "\f26f"*/
/*}*/

/*.icon-cup2:before {*/
    /*content: "\f270"*/
/*}*/

/*.icon-phone11:before {*/
    /*content: "\f271"*/
/*}*/

/*.icon-news3:before {*/
    /*content: "\f272"*/
/*}*/

/*.icon-mail12:before {*/
    /*content: "\f273"*/
/*}*/

/*.icon-like:before {*/
    /*content: "\f274"*/
/*}*/

/*.icon-photo2:before {*/
    /*content: "\f275"*/
/*}*/

/*.icon-note2:before {*/
    /*content: "\f276"*/
/*}*/

/*.icon-clock14:before {*/
    /*content: "\f277"*/
/*}*/

/*.icon-paperplane2:before {*/
    /*content: "\f278"*/
/*}*/

/*.icon-params:before {*/
    /*content: "\f279"*/
/*}*/

/*.icon-banknote:before {*/
    /*content: "\f27a"*/
/*}*/

/*.icon-data:before {*/
    /*content: "\f27b"*/
/*}*/

/*.icon-music5:before {*/
    /*content: "\f27d"*/
/*}*/

/*.icon-megaphone6:before {*/
    /*content: "\f27e"*/
/*}*/

/*.icon-study:before {*/
    /*content: "\f27f"*/
/*}*/

/*.icon-lab4:before {*/
    /*content: "\f280"*/
/*}*/

/*.icon-food:before {*/
    /*content: "\f281"*/
/*}*/

/*.icon-t-shirt:before {*/
    /*content: "\f282"*/
/*}*/

/*.icon-fire2:before {*/
    /*content: "\f283"*/
/*}*/

/*.icon-clip:before {*/
    /*content: "\f284"*/
/*}*/

/*.icon-shop3:before {*/
    /*content: "\f285"*/
/*}*/

/*.icon-calendar14:before {*/
    /*content: "\f286"*/
/*}*/

/*.icon-wallet4:before {*/
    /*content: "\f287"*/
/*}*/

/*.icon-vynil:before {*/
    /*content: "\f288"*/
/*}*/

/*.icon-truck3:before {*/
    /*content: "\f289"*/
/*}*/

/*.icon-world2:before {*/
    /*content: "\f28a"*/
/*}*/

/*.icon-glass3:before {*/
    /*content: "\f28b"*/
/*}*/

/*.icon-music6:before {*/
    /*content: "\f28c"*/
/*}*/

/*.icon-search13:before {*/
    /*content: "\f28d"*/
/*}*/

/*.icon-envelope-o:before {*/
    /*content: "\f28e"*/
/*}*/

/*.icon-heart17:before {*/
    /*content: "\f28f"*/
/*}*/

/*.icon-star12:before {*/
    /*content: "\f290"*/
/*}*/

/*.icon-star-o:before {*/
    /*content: "\f291"*/
/*}*/

/*.icon-user13:before {*/
    /*content: "\f292"*/
/*}*/

/*.icon-film9:before {*/
    /*content: "\f293"*/
/*}*/

/*.icon-th-large2:before {*/
    /*content: "\f294"*/
/*}*/

/*.icon-th:before {*/
    /*content: "\f295"*/
/*}*/

/*.icon-th-list2:before {*/
    /*content: "\f296"*/
/*}*/

/*.icon-check5:before {*/
    /*content: "\f297"*/
/*}*/

/*.icon-close3:before {*/
    /*content: "\f298"*/
/*}*/

/*.icon-search-plus:before {*/
    /*content: "\f299"*/
/*}*/

/*.icon-search-minus:before {*/
    /*content: "\f29a"*/
/*}*/

/*.icon-power-off:before {*/
    /*content: "\f29b"*/
/*}*/

/*.icon-signal3:before {*/
    /*content: "\f29c"*/
/*}*/

/*.icon-cog11:before {*/
    /*content: "\f29d"*/
/*}*/

/*.icon-trash-o:before {*/
    /*content: "\f29e"*/
/*}*/

/*.icon-home14:before {*/
    /*content: "\f29f"*/
/*}*/

/*.icon-file-o:before {*/
    /*content: "\f2a0"*/
/*}*/

/*.icon-clock-o:before {*/
    /*content: "\f2a1"*/
/*}*/

/*.icon-road2:before {*/
    /*content: "\f2a2"*/
/*}*/

/*.icon-download15:before {*/
    /*content: "\f2a3"*/
/*}*/

/*.icon-arrow-circle-o-down:before {*/
    /*content: "\f2a4"*/
/*}*/

/*.icon-arrow-circle-o-up:before {*/
    /*content: "\f2a5"*/
/*}*/

/*.icon-inbox10:before {*/
    /*content: "\f2a6"*/
/*}*/

/*.icon-play-circle-o:before {*/
    /*content: "\f2a7"*/
/*}*/

/*.icon-repeat3:before {*/
    /*content: "\f2a8"*/
/*}*/

/*.icon-refresh8:before {*/
    /*content: "\f2a9"*/
/*}*/

/*.icon-list-alt:before {*/
    /*content: "\f2aa"*/
/*}*/

/*.icon-lock9:before {*/
    /*content: "\f2ab"*/
/*}*/

/*.icon-flag10:before {*/
    /*content: "\f2ac"*/
/*}*/

/*.icon-headphones6:before {*/
    /*content: "\f2ad"*/
/*}*/

/*.icon-volume-off2:before {*/
    /*content: "\f2ae"*/
/*}*/

/*.icon-volume-down3:before {*/
    /*content: "\f2af"*/
/*}*/

/*.icon-volume-up3:before {*/
    /*content: "\f2b0"*/
/*}*/

/*.icon-qrcode2:before {*/
    /*content: "\f2b1"*/
/*}*/

/*.icon-barcode4:before {*/
    /*content: "\f2b2"*/
/*}*/

/*.icon-tag12:before {*/
    /*content: "\f2b3"*/
/*}*/

/*.icon-tags3:before {*/
    /*content: "\f2b4"*/
/*}*/

/*.icon-book14:before {*/
    /*content: "\f2b5"*/
/*}*/

/*.icon-bookmark13:before {*/
    /*content: "\f2b6"*/
/*}*/

/*.icon-print3:before {*/
    /*content: "\f2b7"*/
/*}*/

/*.icon-camera18:before {*/
    /*content: "\f2b8"*/
/*}*/

/*.icon-font2:before {*/
    /*content: "\f2b9"*/
/*}*/

/*.icon-bold2:before {*/
    /*content: "\f2ba"*/
/*}*/

/*.icon-italic2:before {*/
    /*content: "\f2bb"*/
/*}*/

/*.icon-text-height2:before {*/
    /*content: "\f2bc"*/
/*}*/

/*.icon-text-width2:before {*/
    /*content: "\f2bd"*/
/*}*/

/*.icon-align-left4:before {*/
    /*content: "\f2be"*/
/*}*/

/*.icon-align-center3:before {*/
    /*content: "\f2bf"*/
/*}*/

/*.icon-align-right4:before {*/
    /*content: "\f2c0"*/
/*}*/

/*.icon-align-justify3:before {*/
    /*content: "\f2c1"*/
/*}*/

/*.icon-list13:before {*/
    /*content: "\f2c2"*/
/*}*/

/*.icon-dedent:before {*/
    /*content: "\f2c3"*/
/*}*/

/*.icon-indent:before {*/
    /*content: "\f2c4"*/
/*}*/

/*.icon-video-camera3:before {*/
    /*content: "\f2c5"*/
/*}*/

/*.icon-image10:before {*/
    /*content: "\f2c6"*/
/*}*/

/*.icon-pencil12:before {*/
    /*content: "\f2c7"*/
/*}*/

/*.icon-map-marker2:before {*/
    /*content: "\f2c8"*/
/*}*/

/*.icon-adjust3:before {*/
    /*content: "\f2c9"*/
/*}*/

/*.icon-tint:before {*/
    /*content: "\f2ca"*/
/*}*/

/*.icon-edit7:before {*/
    /*content: "\f2cb"*/
/*}*/

/*.icon-share-square-o:before {*/
    /*content: "\f2cc"*/
/*}*/

/*.icon-check-square-o:before {*/
    /*content: "\f2cd"*/
/*}*/

/*.icon-arrows:before {*/
    /*content: "\f2ce"*/
/*}*/

/*.icon-step-backward:before {*/
    /*content: "\f2cf"*/
/*}*/

/*.icon-fast-backward:before {*/
    /*content: "\f2d0"*/
/*}*/

/*.icon-backward3:before {*/
    /*content: "\f2d1"*/
/*}*/

/*.icon-play9:before {*/
    /*content: "\f2d2"*/
/*}*/

/*.icon-pause8:before {*/
    /*content: "\f2d3"*/
/*}*/

/*.icon-stop10:before {*/
    /*content: "\f2d4"*/
/*}*/

/*.icon-forward10:before {*/
    /*content: "\f2d5"*/
/*}*/

/*.icon-fast-forward4:before {*/
    /*content: "\f2d6"*/
/*}*/

/*.icon-step-forward:before {*/
    /*content: "\f2d7"*/
/*}*/

/*.icon-eject4:before {*/
    /*content: "\f2d8"*/
/*}*/

/*.icon-chevron-left5:before {*/
    /*content: "\f2d9"*/
/*}*/

/*.icon-chevron-right5:before {*/
    /*content: "\f2da"*/
/*}*/

/*.icon-plus-circle:before {*/
    /*content: "\f2db"*/
/*}*/

/*.icon-minus-circle:before {*/
    /*content: "\f2dc"*/
/*}*/

/*.icon-times-circle:before {*/
    /*content: "\f2dd"*/
/*}*/

/*.icon-check-circle:before {*/
    /*content: "\f2de"*/
/*}*/

/*.icon-question-circle:before {*/
    /*content: "\f2df"*/
/*}*/

/*.icon-info-circle:before {*/
    /*content: "\f2e0"*/
/*}*/

/*.icon-crosshairs:before {*/
    /*content: "\f2e1"*/
/*}*/

/*.icon-times-circle-o:before {*/
    /*content: "\f2e2"*/
/*}*/

/*.icon-check-circle-o:before {*/
    /*content: "\f2e3"*/
/*}*/

/*.icon-ban2:before {*/
    /*content: "\f2e4"*/
/*}*/

/*.icon-arrow-left9:before {*/
    /*content: "\f2e5"*/
/*}*/

/*.icon-arrow-right9:before {*/
    /*content: "\f2e6"*/
/*}*/

/*.icon-arrow-up9:before {*/
    /*content: "\f2e7"*/
/*}*/

/*.icon-arrow-down9:before {*/
    /*content: "\f2e8"*/
/*}*/

/*.icon-mail-forward:before {*/
    /*content: "\f2e9"*/
/*}*/

/*.icon-expand5:before {*/
    /*content: "\f2ea"*/
/*}*/

/*.icon-compress:before {*/
    /*content: "\f2eb"*/
/*}*/

/*.icon-plus12:before {*/
    /*content: "\f2ec"*/
/*}*/

/*.icon-minus11:before {*/
    /*content: "\f2ed"*/
/*}*/

/*.icon-asterisk:before {*/
    /*content: "\f2ee"*/
/*}*/

/*.icon-exclamation-circle:before {*/
    /*content: "\f2ef"*/
/*}*/

.icon-gift6:before {
    content: "\f2f0"
}

/*.icon-leaf4:before {*/
    /*content: "\f2f1"*/
/*}*/

/*.icon-fire3:before {*/
    /*content: "\f2f2"*/
/*}*/

/*.icon-eye11:before {*/
    /*content: "\f2f3"*/
/*}*/

/*.icon-eye-slash:before {*/
    /*content: "\f2f4"*/
/*}*/

/*.icon-exclamation-triangle:before {*/
    /*content: "\f2f5"*/
/*}*/

/*.icon-plane3:before {*/
    /*content: "\f2f6"*/
/*}*/

/*.icon-calendar15:before {*/
    /*content: "\f2f7"*/
/*}*/

/*.icon-random:before {*/
    /*content: "\f2f8"*/
/*}*/

/*.icon-comment7:before {*/
    /*content: "\f2f9"*/
/*}*/

/*.icon-magnet4:before {*/
    /*content: "\f2fa"*/
/*}*/

/*.icon-chevron-up3:before {*/
    /*content: "\f2fb"*/
/*}*/

/*.icon-chevron-down3:before {*/
    /*content: "\f2fc"*/
/*}*/

/*.icon-retweet3:before {*/
    /*content: "\f2fd"*/
/*}*/

/*.icon-shopping-cart4:before {*/
    /*content: "\f2fe"*/
/*}*/

/*.icon-folder10:before {*/
    /*content: "\f2ff"*/
/*}*/

/*.icon-folder-open3:before {*/
    /*content: "\f300"*/
/*}*/

/*.icon-arrows-v:before {*/
    /*content: "\f301"*/
/*}*/

/*.icon-arrows-h:before {*/
    /*content: "\f302"*/
/*}*/

/*.icon-bar-chart:before {*/
    /*content: "\f303"*/
/*}*/

/*.icon-twitter-square:before {*/
    /*content: "\f304"*/
/*}*/

/*.icon-facebook-square:before {*/
    /*content: "\f305"*/
/*}*/

/*.icon-camera-retro:before {*/
    /*content: "\f306"*/
/*}*/

/*.icon-key10:before {*/
    /*content: "\f307"*/
/*}*/

/*.icon-cogs3:before {*/
    /*content: "\f308"*/
/*}*/

/*.icon-comments3:before {*/
    /*content: "\f309"*/
/*}*/

/*.icon-thumbs-o-up:before {*/
    /*content: "\f30a"*/
/*}*/

/*.icon-thumbs-o-down:before {*/
    /*content: "\f30b"*/
/*}*/

/*.icon-star-half3:before {*/
    /*content: "\f30c"*/
/*}*/

/*.icon-heart-o:before {*/
    /*content: "\f30d"*/
/*}*/

/*.icon-sign-out2:before {*/
    /*content: "\f30e"*/
/*}*/

/*.icon-linkedin-square:before {*/
    /*content: "\f30f"*/
/*}*/

/*.icon-thumb-tack:before {*/
    /*content: "\f310"*/
/*}*/

/*.icon-external-link:before {*/
    /*content: "\f311"*/
/*}*/

/*.icon-sign-in2:before {*/
    /*content: "\f312"*/
/*}*/

/*.icon-trophy6:before {*/
    /*content: "\f313"*/
/*}*/

/*.icon-github-square:before {*/
    /*content: "\f314"*/
/*}*/

/*.icon-upload12:before {*/
    /*content: "\f315"*/
/*}*/

/*.icon-lemon-o:before {*/
    /*content: "\f316"*/
/*}*/

/*.icon-phone12:before {*/
    /*content: "\f317"*/
/*}*/

/*.icon-square-o:before {*/
    /*content: "\f318"*/
/*}*/

/*.icon-bookmark-o:before {*/
    /*content: "\f319"*/
/*}*/

/*.icon-phone-square:before {*/
    /*content: "\f31a"*/
/*}*/

/*.icon-twitter7:before {*/
    /*content: "\f31b"*/
/*}*/

/*.icon-facebook8:before {*/
    /*content: "\f31c"*/
/*}*/

/*.icon-github7:before {*/
    /*content: "\f31d"*/
/*}*/

/*.icon-unlock2:before {*/
    /*content: "\f31e"*/
/*}*/

/*.icon-credit-card6:before {*/
    /*content: "\f31f"*/
/*}*/

/*.icon-rss6:before {*/
    /*content: "\f320"*/
/*}*/

/*.icon-hdd-o:before {*/
    /*content: "\f321"*/
/*}*/

/*.icon-bullhorn3:before {*/
    /*content: "\f322"*/
/*}*/

/*.icon-bell-o:before {*/
    /*content: "\f323"*/
/*}*/

/*.icon-certificate:before {*/
    /*content: "\f324"*/
/*}*/

/*.icon-hand-o-right:before {*/
    /*content: "\f325"*/
/*}*/

/*.icon-hand-o-left:before {*/
    /*content: "\f326"*/
/*}*/

/*.icon-hand-o-up:before {*/
    /*content: "\f327"*/
/*}*/

/*.icon-hand-o-down:before {*/
    /*content: "\f328"*/
/*}*/

/*.icon-arrow-circle-left:before {*/
    /*content: "\f329"*/
/*}*/

/*.icon-arrow-circle-right:before {*/
    /*content: "\f32a"*/
/*}*/

/*.icon-arrow-circle-up:before {*/
    /*content: "\f32b"*/
/*}*/

/*.icon-arrow-circle-down:before {*/
    /*content: "\f32c"*/
/*}*/

/*.icon-globe9:before {*/
    /*content: "\f32d"*/
/*}*/

/*.icon-wrench4:before {*/
    /*content: "\f32e"*/
/*}*/

/*.icon-tasks:before {*/
    /*content: "\f32f"*/
/*}*/

/*.icon-filter4:before {*/
    /*content: "\f330"*/
/*}*/

/*.icon-briefcase9:before {*/
    /*content: "\f331"*/
/*}*/

/*.icon-arrows-alt:before {*/
    /*content: "\f332"*/
/*}*/

/*.icon-group3:before {*/
    /*content: "\f333"*/
/*}*/

/*.icon-chain:before {*/
    /*content: "\f334"*/
/*}*/

/*.icon-cloud19:before {*/
    /*content: "\f335"*/
/*}*/

/*.icon-flask:before {*/
    /*content: "\f336"*/
/*}*/

/*.icon-cut:before {*/
    /*content: "\f337"*/
/*}*/

/*.icon-copy3:before {*/
    /*content: "\f338"*/
/*}*/

/*.icon-paperclip5:before {*/
    /*content: "\f339"*/
/*}*/

/*.icon-floppy-o:before {*/
    /*content: "\f33a"*/
/*}*/

/*.icon-square3:before {*/
    /*content: "\f33b"*/
/*}*/

/*.icon-bars3:before {*/
    /*content: "\f33c"*/
/*}*/

/*.icon-list-ul:before {*/
    /*content: "\f33d"*/
/*}*/

/*.icon-list-ol:before {*/
    /*content: "\f33e"*/
/*}*/

/*.icon-strikethrough2:before {*/
    /*content: "\f33f"*/
/*}*/

/*.icon-underline2:before {*/
    /*content: "\f340"*/
/*}*/

/*.icon-table3:before {*/
    /*content: "\f341"*/
/*}*/

/*.icon-magic:before {*/
    /*content: "\f342"*/
/*}*/

/*.icon-truck4:before {*/
    /*content: "\f343"*/
/*}*/

/*.icon-pinterest4:before {*/
    /*content: "\f344"*/
/*}*/

/*.icon-pinterest-square:before {*/
    /*content: "\f345"*/
/*}*/

/*.icon-google-plus-square:before {*/
    /*content: "\f346"*/
/*}*/

/*.icon-google-plus4:before {*/
    /*content: "\f347"*/
/*}*/

/*.icon-money:before {*/
    /*content: "\f348"*/
/*}*/

/*.icon-caret-down:before {*/
    /*content: "\f349"*/
/*}*/

/*.icon-caret-up:before {*/
    /*content: "\f34a"*/
/*}*/

/*.icon-caret-left:before {*/
    /*content: "\f34b"*/
/*}*/

/*.icon-caret-right:before {*/
    /*content: "\f34c"*/
/*}*/

/*.icon-columns2:before {*/
    /*content: "\f34d"*/
/*}*/

/*.icon-sort2:before {*/
    /*content: "\f34e"*/
/*}*/

/*.icon-sort-desc:before {*/
    /*content: "\f34f"*/
/*}*/

/*.icon-sort-asc:before {*/
    /*content: "\f350"*/
/*}*/

/*.icon-envelope8:before {*/
    /*content: "\f351"*/
/*}*/

/*.icon-linkedin5:before {*/
    /*content: "\f352"*/
/*}*/

/*.icon-rotate-left2:before {*/
    /*content: "\f353"*/
/*}*/

/*.icon-gavel:before {*/
    /*content: "\f354"*/
/*}*/

/*.icon-dashboard4:before {*/
    /*content: "\f355"*/
/*}*/

/*.icon-comment-o:before {*/
    /*content: "\f356"*/
/*}*/

/*.icon-comments-o:before {*/
    /*content: "\f357"*/
/*}*/

/*.icon-bolt4:before {*/
    /*content: "\f358"*/
/*}*/

/*.icon-sitemap3:before {*/
    /*content: "\f359"*/
/*}*/

/*.icon-umbrella4:before {*/
    /*content: "\f35a"*/
/*}*/

/*.icon-clipboard11:before {*/
    /*content: "\f35b"*/
/*}*/

/*.icon-lightbulb-o:before {*/
    /*content: "\f35c"*/
/*}*/

/*.icon-exchange:before {*/
    /*content: "\f35d"*/
/*}*/

/*.icon-cloud-download6:before {*/
    /*content: "\f35e"*/
/*}*/

/*.icon-cloud-upload6:before {*/
    /*content: "\f35f"*/
/*}*/

/*.icon-user-md:before {*/
    /*content: "\f360"*/
/*}*/

/*.icon-stethoscope:before {*/
    /*content: "\f361"*/
/*}*/

/*.icon-suitcase5:before {*/
    /*content: "\f362"*/
/*}*/

/*.icon-bell6:before {*/
    /*content: "\f363"*/
/*}*/

/*.icon-coffee5:before {*/
    /*content: "\f364"*/
/*}*/

/*.icon-cutlery:before {*/
    /*content: "\f365"*/
/*}*/

/*.icon-file-text-o:before {*/
    /*content: "\f366"*/
/*}*/

/*.icon-building-o:before {*/
    /*content: "\f367"*/
/*}*/

/*.icon-hospital-o:before {*/
    /*content: "\f368"*/
/*}*/

/*.icon-ambulance:before {*/
    /*content: "\f369"*/
/*}*/

/*.icon-medkit:before {*/
    /*content: "\f36a"*/
/*}*/

/*.icon-fighter-jet:before {*/
    /*content: "\f36b"*/
/*}*/

/*.icon-beer3:before {*/
    /*content: "\f36c"*/
/*}*/

/*.icon-h-square:before {*/
    /*content: "\f36d"*/
/*}*/

/*.icon-plus-square:before {*/
    /*content: "\f36e"*/
/*}*/

/*.icon-angle-double-left:before {*/
    /*content: "\f36f"*/
/*}*/

/*.icon-angle-double-right:before {*/
    /*content: "\f370"*/
/*}*/

/*.icon-angle-double-up:before {*/
    /*content: "\f371"*/
/*}*/

/*.icon-angle-double-down:before {*/
    /*content: "\f372"*/
/*}*/

/*.icon-angle-left:before {*/
    /*content: "\f373"*/
/*}*/

/*.icon-angle-right:before {*/
    /*content: "\f374"*/
/*}*/

/*.icon-angle-up:before {*/
    /*content: "\f375"*/
/*}*/

/*.icon-angle-down:before {*/
    /*content: "\f376"*/
/*}*/

/*.icon-desktop3:before {*/
    /*content: "\f377"*/
/*}*/

/*.icon-laptop6:before {*/
    /*content: "\f378"*/
/*}*/

/*.icon-tablet7:before {*/
    /*content: "\f379"*/
/*}*/

/*.icon-mobile8:before {*/
    /*content: "\f37a"*/
/*}*/

/*.icon-circle-o:before {*/
    /*content: "\f37b"*/
/*}*/

/*.icon-quote-left:before {*/
    /*content: "\f37c"*/
/*}*/

/*.icon-quote-right:before {*/
    /*content: "\f37d"*/
/*}*/

/*.icon-spinner13:before {*/
    /*content: "\f37e"*/
/*}*/

/*.icon-circle3:before {*/
    /*content: "\f37f"*/
/*}*/

/*.icon-mail-reply2:before {*/
    /*content: "\f380"*/
/*}*/

/*.icon-github-alt:before {*/
    /*content: "\f381"*/
/*}*/

/*.icon-folder-o:before {*/
    /*content: "\f382"*/
/*}*/

/*.icon-folder-open-o:before {*/
    /*content: "\f383"*/
/*}*/

/*.icon-smile-o:before {*/
    /*content: "\f384"*/
/*}*/

/*.icon-frown-o:before {*/
    /*content: "\f385"*/
/*}*/

/*.icon-meh-o:before {*/
    /*content: "\f386"*/
/*}*/

/*.icon-gamepad3:before {*/
    /*content: "\f387"*/
/*}*/

/*.icon-keyboard-o:before {*/
    /*content: "\f388"*/
/*}*/

/*.icon-flag-o:before {*/
    /*content: "\f389"*/
/*}*/

/*.icon-flag-checkered:before {*/
    /*content: "\f38a"*/
/*}*/

/*.icon-terminal3:before {*/
    /*content: "\f38b"*/
/*}*/

/*.icon-code5:before {*/
    /*content: "\f38c"*/
/*}*/

/*.icon-mail-reply-all:before {*/
    /*content: "\f38d"*/
/*}*/

/*.icon-star-half-empty:before {*/
    /*content: "\f38e"*/
/*}*/

/*.icon-location-arrow2:before {*/
    /*content: "\f38f"*/
/*}*/

/*.icon-crop7:before {*/
    /*content: "\f390"*/
/*}*/

/*.icon-code-fork:before {*/
    /*content: "\f391"*/
/*}*/

/*.icon-chain-broken:before {*/
    /*content: "\f392"*/
/*}*/

/*.icon-question5:before {*/
    /*content: "\f393"*/
/*}*/

/*.icon-info11:before {*/
    /*content: "\f394"*/
/*}*/

/*.icon-exclamation2:before {*/
    /*content: "\f395"*/
/*}*/

/*.icon-superscript3:before {*/
    /*content: "\f396"*/
/*}*/

/*.icon-subscript3:before {*/
    /*content: "\f397"*/
/*}*/

/*.icon-eraser2:before {*/
    /*content: "\f398"*/
/*}*/

/*.icon-puzzle-piece:before {*/
    /*content: "\f399"*/
/*}*/

/*.icon-microphone10:before {*/
    /*content: "\f39a"*/
/*}*/

/*.icon-microphone-slash:before {*/
    /*content: "\f39b"*/
/*}*/

/*.icon-shield4:before {*/
    /*content: "\f39c"*/
/*}*/

/*.icon-calendar-o:before {*/
    /*content: "\f39d"*/
/*}*/

/*.icon-fire-extinguisher:before {*/
    /*content: "\f39e"*/
/*}*/

/*.icon-rocket5:before {*/
    /*content: "\f39f"*/
/*}*/

/*.icon-maxcdn:before {*/
    /*content: "\f3a0"*/
/*}*/

/*.icon-chevron-circle-left:before {*/
    /*content: "\f3a1"*/
/*}*/

/*.icon-chevron-circle-right:before {*/
    /*content: "\f3a2"*/
/*}*/

/*.icon-chevron-circle-up:before {*/
    /*content: "\f3a3"*/
/*}*/

/*.icon-chevron-circle-down:before {*/
    /*content: "\f3a4"*/
/*}*/

/*.icon-html53:before {*/
    /*content: "\f3a5"*/
/*}*/

/*.icon-css32:before {*/
    /*content: "\f3a6"*/
/*}*/

/*.icon-anchor6:before {*/
    /*content: "\f3a7"*/
/*}*/

/*.icon-unlock-alt:before {*/
    /*content: "\f3a8"*/
/*}*/

/*.icon-bullseye:before {*/
    /*content: "\f3a9"*/
/*}*/

/*.icon-ellipsis-h:before {*/
    /*content: "\f3aa"*/
/*}*/

/*.icon-ellipsis-v:before {*/
    /*content: "\f3ab"*/
/*}*/

/*.icon-rss-square:before {*/
    /*content: "\f3ac"*/
/*}*/

/*.icon-play-circle:before {*/
    /*content: "\f3ad"*/
/*}*/

/*.icon-ticket7:before {*/
    /*content: "\f3ae"*/
/*}*/

/*.icon-minus-square:before {*/
    /*content: "\f3af"*/
/*}*/

/*.icon-minus-square-o:before {*/
    /*content: "\f3b0"*/
/*}*/

/*.icon-level-up2:before {*/
    /*content: "\f3b1"*/
/*}*/

/*.icon-level-down2:before {*/
    /*content: "\f3b2"*/
/*}*/

/*.icon-check-square:before {*/
    /*content: "\f3b3"*/
/*}*/

/*.icon-pencil-square:before {*/
    /*content: "\f3b4"*/
/*}*/

/*.icon-external-link-square:before {*/
    /*content: "\f3b5"*/
/*}*/

/*.icon-share-square:before {*/
    /*content: "\f3b6"*/
/*}*/

/*.icon-compass11:before {*/
    /*content: "\f3b7"*/
/*}*/

/*.icon-caret-square-o-down:before {*/
    /*content: "\f3b8"*/
/*}*/

/*.icon-caret-square-o-up:before {*/
    /*content: "\f3b9"*/
/*}*/

/*.icon-caret-square-o-right:before {*/
    /*content: "\f3ba"*/
/*}*/

/*.icon-eur:before {*/
    /*content: "\f3bb"*/
/*}*/

/*.icon-gbp:before {*/
    /*content: "\f3bc"*/
/*}*/

/*.icon-dollar3:before {*/
    /*content: "\f3bd"*/
/*}*/

/*.icon-inr:before {*/
    /*content: "\f3be"*/
/*}*/

/*.icon-cny:before {*/
    /*content: "\f3bf"*/
/*}*/

/*.icon-rouble:before {*/
    /*content: "\f3c0"*/
/*}*/

/*.icon-krw:before {*/
    /*content: "\f3c1"*/
/*}*/

/*.icon-bitcoin:before {*/
    /*content: "\f3c2"*/
/*}*/

/*.icon-file8:before {*/
    /*content: "\f3c3"*/
/*}*/

/*.icon-file-text4:before {*/
    /*content: "\f3c4"*/
/*}*/

/*.icon-sort-alpha-asc2:before {*/
    /*content: "\f3c5"*/
/*}*/

/*.icon-sort-alpha-desc2:before {*/
    /*content: "\f3c6"*/
/*}*/

/*.icon-sort-amount-asc2:before {*/
    /*content: "\f3c7"*/
/*}*/

/*.icon-sort-amount-desc2:before {*/
    /*content: "\f3c8"*/
/*}*/

/*.icon-sort-numeric-asc2:before {*/
    /*content: "\f3c9"*/
/*}*/

/*.icon-sort-numeric-desc:before {*/
    /*content: "\f3ca"*/
/*}*/

/*.icon-thumbs-up3:before {*/
    /*content: "\f3cb"*/
/*}*/

/*.icon-thumbs-down3:before {*/
    /*content: "\f3cc"*/
/*}*/

/*.icon-youtube-square:before {*/
    /*content: "\f3cd"*/
/*}*/

/*.icon-youtube6:before {*/
    /*content: "\f3ce"*/
/*}*/

/*.icon-xing4:before {*/
    /*content: "\f3cf"*/
/*}*/

/*.icon-xing-square:before {*/
    /*content: "\f3d0"*/
/*}*/

/*.icon-youtube-play:before {*/
    /*content: "\f3d1"*/
/*}*/

/*.icon-dropbox3:before {*/
    /*content: "\f3d2"*/
/*}*/

/*.icon-stack-overflow:before {*/
    /*content: "\f3d3"*/
/*}*/

/*.icon-instagram5:before {*/
    /*content: "\f3d4"*/
/*}*/

/*.icon-flickr6:before {*/
    /*content: "\f3d5"*/
/*}*/

/*.icon-adn:before {*/
    /*content: "\f3d6"*/
/*}*/

/*.icon-bitbucket:before {*/
    /*content: "\f3d7"*/
/*}*/

/*.icon-bitbucket-square:before {*/
    /*content: "\f3d8"*/
/*}*/

/*.icon-tumblr5:before {*/
    /*content: "\f3d9"*/
/*}*/

/*.icon-tumblr-square:before {*/
    /*content: "\f3da"*/
/*}*/

/*.icon-long-arrow-down:before {*/
    /*content: "\f3db"*/
/*}*/

/*.icon-long-arrow-up:before {*/
    /*content: "\f3dc"*/
/*}*/

/*.icon-long-arrow-left:before {*/
    /*content: "\f3dd"*/
/*}*/

/*.icon-long-arrow-right:before {*/
    /*content: "\f3de"*/
/*}*/

/*.icon-apple3:before {*/
    /*content: "\f3df"*/
/*}*/

/*.icon-windows5:before {*/
    /*content: "\f3e0"*/
/*}*/

/*.icon-android4:before {*/
    /*content: "\f3e1"*/
/*}*/

/*.icon-linux:before {*/
    /*content: "\f3e2"*/
/*}*/

/*.icon-dribbble8:before {*/
    /*content: "\f3e3"*/
/*}*/

/*.icon-skype4:before {*/
    /*content: "\f3e4"*/
/*}*/

/*.icon-foursquare3:before {*/
    /*content: "\f3e5"*/
/*}*/

/*.icon-trello:before {*/
    /*content: "\f3e6"*/
/*}*/

/*.icon-female2:before {*/
    /*content: "\f3e7"*/
/*}*/

/*.icon-male2:before {*/
    /*content: "\f3e8"*/
/*}*/

/*.icon-gittip:before {*/
    /*content: "\f3e9"*/
/*}*/

/*.icon-sun-o:before {*/
    /*content: "\f3ea"*/
/*}*/

/*.icon-moon-o:before {*/
    /*content: "\f3eb"*/
/*}*/

/*.icon-archive11:before {*/
    /*content: "\f3ec"*/
/*}*/

/*.icon-bug4:before {*/
    /*content: "\f3ed"*/
/*}*/

/*.icon-vk2:before {*/
    /*content: "\f3ee"*/
/*}*/

/*.icon-weibo:before {*/
    /*content: "\f3ef"*/
/*}*/

/*.icon-renren2:before {*/
    /*content: "\f3f0"*/
/*}*/

/*.icon-pagelines:before {*/
    /*content: "\f3f1"*/
/*}*/

/*.icon-stack-exchange:before {*/
    /*content: "\f3f2"*/
/*}*/

/*.icon-arrow-circle-o-right:before {*/
    /*content: "\f3f3"*/
/*}*/

/*.icon-arrow-circle-o-left:before {*/
    /*content: "\f3f4"*/
/*}*/

/*.icon-caret-square-o-left:before {*/
    /*content: "\f3f5"*/
/*}*/

/*.icon-dot-circle-o:before {*/
    /*content: "\f3f6"*/
/*}*/

/*.icon-wheelchair:before {*/
    /*content: "\f3f7"*/
/*}*/

/*.icon-vimeo-square:before {*/
    /*content: "\f3f8"*/
/*}*/

/*.icon-try:before {*/
    /*content: "\f3f9"*/
/*}*/

/*.icon-plus-square-o:before {*/
    /*content: "\f3fa"*/
/*}*/

/*.icon-space-shuttle:before {*/
    /*content: "\f3fb"*/
/*}*/

/*.icon-slack:before {*/
    /*content: "\f3fc"*/
/*}*/

/*.icon-envelope-square:before {*/
    /*content: "\f3fd"*/
/*}*/

/*.icon-wordpress3:before {*/
    /*content: "\f3fe"*/
/*}*/

/*.icon-openid:before {*/
    /*content: "\f3ff"*/
/*}*/

/*.icon-bank:before {*/
    /*content: "\f400"*/
/*}*/

/*.icon-graduation-cap2:before {*/
    /*content: "\f401"*/
/*}*/

/*.icon-yahoo2:before {*/
    /*content: "\f402"*/
/*}*/

/*.icon-google3:before {*/
    /*content: "\f403"*/
/*}*/

/*.icon-reddit2:before {*/
    /*content: "\f404"*/
/*}*/

/*.icon-reddit-square:before {*/
    /*content: "\f405"*/
/*}*/

/*.icon-stumbleupon-circle:before {*/
    /*content: "\f406"*/
/*}*/

/*.icon-stumbleupon4:before {*/
    /*content: "\f407"*/
/*}*/

/*.icon-delicious3:before {*/
    /*content: "\f408"*/
/*}*/

/*.icon-digg:before {*/
    /*content: "\f409"*/
/*}*/

/*.icon-pied-piper:before {*/
    /*content: "\f40a"*/
/*}*/

/*.icon-pied-piper-alt:before {*/
    /*content: "\f40b"*/
/*}*/

/*.icon-drupal:before {*/
    /*content: "\f40c"*/
/*}*/

/*.icon-joomla2:before {*/
    /*content: "\f40d"*/
/*}*/

/*.icon-language3:before {*/
    /*content: "\f40e"*/
/*}*/

/*.icon-fax:before {*/
    /*content: "\f40f"*/
/*}*/

/*.icon-building:before {*/
    /*content: "\f410"*/
/*}*/

/*.icon-child:before {*/
    /*content: "\f411"*/
/*}*/

/*.icon-paw:before {*/
    /*content: "\f412"*/
/*}*/

/*.icon-spoon:before {*/
    /*content: "\f413"*/
/*}*/

/*.icon-cube3:before {*/
    /*content: "\f414"*/
/*}*/

/*.icon-cubes:before {*/
    /*content: "\f415"*/
/*}*/

/*.icon-behance2:before {*/
    /*content: "\f416"*/
/*}*/

/*.icon-behance-square:before {*/
    /*content: "\f417"*/
/*}*/

/*.icon-steam3:before {*/
    /*content: "\f418"*/
/*}*/

/*.icon-steam-square:before {*/
    /*content: "\f419"*/
/*}*/

/*.icon-recycle2:before {*/
    /*content: "\f41a"*/
/*}*/

/*.icon-automobile:before {*/
    /*content: "\f41b"*/
/*}*/

/*.icon-cab:before {*/
    /*content: "\f41c"*/
/*}*/

/*.icon-tree4:before {*/
    /*content: "\f41d"*/
/*}*/

/*.icon-spotify2:before {*/
    /*content: "\f41e"*/
/*}*/

/*.icon-deviantart3:before {*/
    /*content: "\f41f"*/
/*}*/

/*.icon-soundcloud4:before {*/
    /*content: "\f420"*/
/*}*/

/*.icon-database6:before {*/
    /*content: "\f421"*/
/*}*/

/*.icon-file-pdf-o:before {*/
    /*content: "\f422"*/
/*}*/

/*.icon-file-word-o:before {*/
    /*content: "\f423"*/
/*}*/

/*.icon-file-excel-o:before {*/
    /*content: "\f424"*/
/*}*/

/*.icon-file-powerpoint-o:before {*/
    /*content: "\f425"*/
/*}*/

/*.icon-file-image-o:before {*/
    /*content: "\f426"*/
/*}*/

/*.icon-file-archive-o:before {*/
    /*content: "\f427"*/
/*}*/

/*.icon-file-audio-o:before {*/
    /*content: "\f428"*/
/*}*/

/*.icon-file-movie-o:before {*/
    /*content: "\f429"*/
/*}*/

/*.icon-file-code-o:before {*/
    /*content: "\f42a"*/
/*}*/

/*.icon-vine2:before {*/
    /*content: "\f42b"*/
/*}*/

/*.icon-codepen2:before {*/
    /*content: "\f42c"*/
/*}*/

/*.icon-jsfiddle:before {*/
    /*content: "\f42d"*/
/*}*/

/*.icon-life-bouy:before {*/
    /*content: "\f42e"*/
/*}*/

/*.icon-circle-o-notch:before {*/
    /*content: "\f42f"*/
/*}*/

/*.icon-ra:before {*/
    /*content: "\f430"*/
/*}*/

/*.icon-empire:before {*/
    /*content: "\f431"*/
/*}*/

/*.icon-git-square:before {*/
    /*content: "\f432"*/
/*}*/

/*.icon-git2:before {*/
    /*content: "\f433"*/
/*}*/

/*.icon-hacker-news:before {*/
    /*content: "\f434"*/
/*}*/

/*.icon-tencent-weibo:before {*/
    /*content: "\f435"*/
/*}*/

/*.icon-qq2:before {*/
    /*content: "\f436"*/
/*}*/

/*.icon-wechat:before {*/
    /*content: "\f437"*/
/*}*/

/*.icon-paper-plane2:before {*/
    /*content: "\f438"*/
/*}*/

/*.icon-paper-plane-o:before {*/
    /*content: "\f439"*/
/*}*/

/*.icon-history4:before {*/
    /*content: "\f43a"*/
/*}*/

/*.icon-circle-thin:before {*/
    /*content: "\f43b"*/
/*}*/

/*.icon-header:before {*/
    /*content: "\f43c"*/
/*}*/

/*.icon-paragraph2:before {*/
    /*content: "\f43d"*/
/*}*/

/*.icon-sliders:before {*/
    /*content: "\f43e"*/
/*}*/

/*.icon-share-alt:before {*/
    /*content: "\f43f"*/
/*}*/

/*.icon-share-alt-square:before {*/
    /*content: "\f440"*/
/*}*/

/*.icon-bomb2:before {*/
    /*content: "\f441"*/
/*}*/

/*.icon-futbol-o:before {*/
    /*content: "\f442"*/
/*}*/

/*.icon-tty:before {*/
    /*content: "\f443"*/
/*}*/

/*.icon-binoculars2:before {*/
    /*content: "\f444"*/
/*}*/

/*.icon-plug3:before {*/
    /*content: "\f445"*/
/*}*/

/*.icon-slideshare2:before {*/
    /*content: "\f446"*/
/*}*/

/*.icon-twitch2:before {*/
    /*content: "\f447"*/
/*}*/

/*.icon-yelp3:before {*/
    /*content: "\f448"*/
/*}*/

/*.icon-newspaper-o:before {*/
    /*content: "\f449"*/
/*}*/

/*.icon-wifi:before {*/
    /*content: "\f44a"*/
/*}*/

/*.icon-calculator7:before {*/
    /*content: "\f44b"*/
/*}*/

/*.icon-paypal5:before {*/
    /*content: "\f44c"*/
/*}*/

/*.icon-google-wallet:before {*/
    /*content: "\f44d"*/
/*}*/

/*.icon-cc-visa:before {*/
    /*content: "\f44e"*/
/*}*/

/*.icon-cc-mastercard:before {*/
    /*content: "\f44f"*/
/*}*/

/*.icon-cc-discover:before {*/
    /*content: "\f450"*/
/*}*/

/*.icon-cc-amex:before {*/
    /*content: "\f451"*/
/*}*/

/*.icon-cc-paypal:before {*/
    /*content: "\f452"*/
/*}*/

/*.icon-cc-stripe:before {*/
    /*content: "\f453"*/
/*}*/

/*.icon-bell-slash:before {*/
    /*content: "\f454"*/
/*}*/

/*.icon-bell-slash-o:before {*/
    /*content: "\f455"*/
/*}*/

/*.icon-trash8:before {*/
    /*content: "\f456"*/
/*}*/

/*.icon-copyright:before {*/
    /*content: "\f457"*/
/*}*/

/*.icon-at3:before {*/
    /*content: "\f458"*/
/*}*/

/*.icon-eyedropper5:before {*/
    /*content: "\f459"*/
/*}*/

/*.icon-paint-brush:before {*/
    /*content: "\f45a"*/
/*}*/

/*.icon-birthday-cake:before {*/
    /*content: "\f45b"*/
/*}*/

/*.icon-area-chart:before {*/
    /*content: "\f45c"*/
/*}*/

/*.icon-pie-chart3:before {*/
    /*content: "\f45d"*/
/*}*/

/*.icon-line-chart:before {*/
    /*content: "\f45e"*/
/*}*/

/*.icon-lastfm4:before {*/
    /*content: "\f45f"*/
/*}*/

/*.icon-lastfm-square:before {*/
    /*content: "\f460"*/
/*}*/

/*.icon-toggle-off:before {*/
    /*content: "\f461"*/
/*}*/

/*.icon-toggle-on:before {*/
    /*content: "\f462"*/
/*}*/

/*.icon-bicycle:before {*/
    /*content: "\f463"*/
/*}*/

/*.icon-bus2:before {*/
    /*content: "\f464"*/
/*}*/

/*.icon-ioxhost:before {*/
    /*content: "\f465"*/
/*}*/

/*.icon-angellist:before {*/
    /*content: "\f466"*/
/*}*/

/*.icon-cc:before {*/
    /*content: "\f467"*/
/*}*/

/*.icon-ils:before {*/
    /*content: "\f468"*/
/*}*/

/*.icon-meanpath:before {*/
    /*content: "\f469"*/
/*}*/

/*.icon-facebook9:before {*/
    /*content: "\f46a"*/
/*}*/

/*.icon-twitter-old:before {*/
    /*content: "\f46b"*/
/*}*/

/*.icon-share10:before {*/
    /*content: "\f46c"*/
/*}*/

/*.icon-feed7:before {*/
    /*content: "\f46d"*/
/*}*/

/*.icon-bird:before {*/
    /*content: "\f46e"*/
/*}*/

/*.icon-chat12:before {*/
    /*content: "\f46f"*/
/*}*/

/*.icon-envelope9:before {*/
    /*content: "\f470"*/
/*}*/

/*.icon-envelope10:before {*/
    /*content: "\f471"*/
/*}*/

/*.icon-phone13:before {*/
    /*content: "\f472"*/
/*}*/

/*.icon-phone14:before {*/
    /*content: "\f473"*/
/*}*/

/*.icon-phone15:before {*/
    /*content: "\f474"*/
/*}*/

/*.icon-mobile9:before {*/
    /*content: "\f475"*/
/*}*/

/*.icon-ipod3:before {*/
    /*content: "\f476"*/
/*}*/

/*.icon-monitor5:before {*/
    /*content: "\f477"*/
/*}*/

/*.icon-laptop7:before {*/
    /*content: "\f478"*/
/*}*/

/*.icon-modem:before {*/
    /*content: "\f479"*/
/*}*/

/*.icon-speaker3:before {*/
    /*content: "\f47a"*/
/*}*/

/*.icon-window4:before {*/
    /*content: "\f47b"*/
/*}*/

/*.icon-server3:before {*/
    /*content: "\f47c"*/
/*}*/

/*.icon-hdd:before {*/
    /*content: "\f47d"*/
/*}*/

/*.icon-keyboard8:before {*/
    /*content: "\f47e"*/
/*}*/

/*.icon-mouse5:before {*/
    /*content: "\f47f"*/
/*}*/

/*.icon-cd2:before {*/
    /*content: "\f480"*/
/*}*/

/*.icon-floppy2:before {*/
    /*content: "\f481"*/
/*}*/

/*.icon-hardware:before {*/
    /*content: "\f482"*/
/*}*/

/*.icon-usb3:before {*/
    /*content: "\f483"*/
/*}*/

/*.icon-cord2:before {*/
    /*content: "\f484"*/
/*}*/

/*.icon-socket:before {*/
    /*content: "\f485"*/
/*}*/

/*.icon-socket2:before {*/
    /*content: "\f486"*/
/*}*/

/*.icon-socket3:before {*/
    /*content: "\f487"*/
/*}*/

/*.icon-printer8:before {*/
    /*content: "\f488"*/
/*}*/

/*.icon-camera19:before {*/
    /*content: "\f489"*/
/*}*/

/*.icon-pictures6:before {*/
    /*content: "\f48a"*/
/*}*/

/*.icon-eye12:before {*/
    /*content: "\f48b"*/
/*}*/

/*.icon-uniF48C:before {*/
    /*content: "\f48c"*/
/*}*/

/*.icon-film10:before {*/
    /*content: "\f48d"*/
/*}*/

/*.icon-camera20:before {*/
    /*content: "\f48e"*/
/*}*/

/*.icon-movie3:before {*/
    /*content: "\f48f"*/
/*}*/

/*.icon-tv6:before {*/
    /*content: "\f490"*/
/*}*/

/*.icon-camera21:before {*/
    /*content: "\f491"*/
/*}*/

/*.icon-camera22:before {*/
    /*content: "\f492"*/
/*}*/

/*.icon-volume10:before {*/
    /*content: "\f493"*/
/*}*/

/*.icon-music7:before {*/
    /*content: "\f494"*/
/*}*/

/*.icon-microphone11:before {*/
    /*content: "\f495"*/
/*}*/

/*.icon-radio5:before {*/
    /*content: "\f496"*/
/*}*/

/*.icon-ipod4:before {*/
    /*content: "\f497"*/
/*}*/

/*.icon-headphone:before {*/
    /*content: "\f498"*/
/*}*/

/*.icon-cassette2:before {*/
    /*content: "\f499"*/
/*}*/

/*.icon-broadcast2:before {*/
    /*content: "\f49a"*/
/*}*/

/*.icon-broadcast3:before {*/
    /*content: "\f49b"*/
/*}*/

/*.icon-calculator8:before {*/
    /*content: "\f49c"*/
/*}*/

/*.icon-gamepad4:before {*/
    /*content: "\f49d"*/
/*}*/

/*.icon-gamepad5:before {*/
    /*content: "\f49e"*/
/*}*/

/*.icon-cog12:before {*/
    /*content: "\f49f"*/
/*}*/

/*.icon-shield5:before {*/
    /*content: "\f4a0"*/
/*}*/

/*.icon-skull:before {*/
    /*content: "\f4a1"*/
/*}*/

/*.icon-bug5:before {*/
    /*content: "\f4a2"*/
/*}*/

/*.icon-mine:before {*/
    /*content: "\f4a3"*/
/*}*/

/*.icon-earth5:before {*/
    /*content: "\f4a4"*/
/*}*/

/*.icon-globe10:before {*/
    /*content: "\f4a5"*/
/*}*/

/*.icon-planet:before {*/
    /*content: "\f4a6"*/
/*}*/

/*.icon-battery9:before {*/
    /*content: "\f4a7"*/
/*}*/

/*.icon-battery-low2:before {*/
    /*content: "\f4a8"*/
/*}*/

/*.icon-battery10:before {*/
    /*content: "\f4a9"*/
/*}*/

/*.icon-battery-full5:before {*/
    /*content: "\f4aa"*/
/*}*/

/*.icon-folder11:before {*/
    /*content: "\f4ab"*/
/*}*/

/*.icon-search14:before {*/
    /*content: "\f4ac"*/
/*}*/

/*.icon-zoomout5:before {*/
    /*content: "\f4ad"*/
/*}*/

/*.icon-zoomin5:before {*/
    /*content: "\f4ae"*/
/*}*/

/*.icon-binocular:before {*/
    /*content: "\f4af"*/
/*}*/

/*.icon-location13:before {*/
    /*content: "\f4b0"*/
/*}*/

/*.icon-pin10:before {*/
    /*content: "\f4b1"*/
/*}*/

/*.icon-file9:before {*/
    /*content: "\f4b2"*/
/*}*/

/*.icon-tag13:before {*/
    /*content: "\f4b3"*/
/*}*/

/*.icon-quote6:before {*/
    /*content: "\f4b4"*/
/*}*/

/*.icon-attachment8:before {*/
    /*content: "\f4b5"*/
/*}*/

/*.icon-bookmark14:before {*/
    /*content: "\f4b6"*/
/*}*/

/*.icon-bookmark15:before {*/
    /*content: "\f4b7"*/
/*}*/

/*.icon-newspaper6:before {*/
    /*content: "\f4b8"*/
/*}*/

/*.icon-notebook2:before {*/
    /*content: "\f4b9"*/
/*}*/

/*.icon-addressbook4:before {*/
    /*content: "\f4ba"*/
/*}*/

/*.icon-clipboard12:before {*/
    /*content: "\f4bb"*/
/*}*/

/*.icon-clipboard13:before {*/
    /*content: "\f4bc"*/
/*}*/

/*.icon-board:before {*/
    /*content: "\f4bd"*/
/*}*/

/*.icon-pencil13:before {*/
    /*content: "\f4be"*/
/*}*/

/*.icon-pen7:before {*/
    /*content: "\f4bf"*/
/*}*/

/*.icon-user14:before {*/
    /*content: "\f4c0"*/
/*}*/

/*.icon-user15:before {*/
    /*content: "\f4c1"*/
/*}*/

/*.icon-user16:before {*/
    /*content: "\f4c2"*/
/*}*/

/*.icon-trashcan6:before {*/
    /*content: "\f4c3"*/
/*}*/

/*.icon-cart5:before {*/
    /*content: "\f4c4"*/
/*}*/

/*.icon-bag4:before {*/
    /*content: "\f4c5"*/
/*}*/

/*.icon-suitcase6:before {*/
    /*content: "\f4c6"*/
/*}*/

/*.icon-card:before {*/
    /*content: "\f4c7"*/
/*}*/

/*.icon-book15:before {*/
    /*content: "\f4c8"*/
/*}*/

/*.icon-gift7:before {*/
    /*content: "\f4c9"*/
/*}*/

/*.icon-lamp7:before {*/
    /*content: "\f4ca"*/
/*}*/

/*.icon-settings6:before {*/
    /*content: "\f4cb"*/
/*}*/

/*.icon-support5:before {*/
    /*content: "\f4cc"*/
/*}*/

/*.icon-medicine:before {*/
    /*content: "\f4cd"*/
/*}*/

/*.icon-cone3:before {*/
    /*content: "\f4ce"*/
/*}*/

/*.icon-locked6:before {*/
    /*content: "\f4cf"*/
/*}*/

/*.icon-unlocked7:before {*/
    /*content: "\f4d0"*/
/*}*/

/*.icon-key11:before {*/
    /*content: "\f4d1"*/
/*}*/

/*.icon-info12:before {*/
    /*content: "\f4d2"*/
/*}*/

/*.icon-clock15:before {*/
    /*content: "\f4d3"*/
/*}*/

/*.icon-timer2:before {*/
    /*content: "\f4d4"*/
/*}*/

/*.icon-food2:before {*/
    /*content: "\f4d5"*/
/*}*/

/*.icon-drink7:before {*/
    /*content: "\f4d6"*/
/*}*/

/*.icon-mug4:before {*/
    /*content: "\f4d7"*/
/*}*/

/*.icon-cup3:before {*/
    /*content: "\f4d8"*/
/*}*/

/*.icon-drink8:before {*/
    /*content: "\f4d9"*/
/*}*/

/*.icon-mug5:before {*/
    /*content: "\f4da"*/
/*}*/

/*.icon-lollipop:before {*/
    /*content: "\f4db"*/
/*}*/

/*.icon-lab5:before {*/
    /*content: "\f4dc"*/
/*}*/

/*.icon-puzzle4:before {*/
    /*content: "\f4dd"*/
/*}*/

/*.icon-flag11:before {*/
    /*content: "\f4de"*/
/*}*/

.icon-star13:before {
    content: "\f4df"
}

.icon-heart18:before {
    content: "\f4e0"
}

/*.icon-badge3:before {*/
    /*content: "\f4e1"*/
/*}*/

/*.icon-cup4:before {*/
    /*content: "\f4e2"*/
/*}*/

/*.icon-scissors6:before {*/
    /*content: "\f4e3"*/
/*}*/

/*.icon-snowflake2:before {*/
    /*content: "\f4e4"*/
/*}*/

/*.icon-cloud20:before {*/
    /*content: "\f4e5"*/
/*}*/

/*.icon-lightning7:before {*/
    /*content: "\f4e6"*/
/*}*/

/*.icon-night:before {*/
    /*content: "\f4e7"*/
/*}*/

/*.icon-sunny:before {*/
    /*content: "\f4e8"*/
/*}*/

/*.icon-droplet3:before {*/
    /*content: "\f4e9"*/
/*}*/

/*.icon-umbrella5:before {*/
    /*content: "\f4ea"*/
/*}*/

/*.icon-truck5:before {*/
    /*content: "\f4eb"*/
/*}*/

/*.icon-car2:before {*/
    /*content: "\f4ec"*/
/*}*/

/*.icon-gaspump:before {*/
    /*content: "\f4ed"*/
/*}*/

/*.icon-factory:before {*/
    /*content: "\f4ee"*/
/*}*/

/*.icon-tree5:before {*/
    /*content: "\f4ef"*/
/*}*/

/*.icon-leaf5:before {*/
    /*content: "\f4f0"*/
/*}*/

/*.icon-flower:before {*/
    /*content: "\f4f1"*/
/*}*/

/*.icon-direction3:before {*/
    /*content: "\f4f2"*/
/*}*/

/*.icon-thumbsup2:before {*/
    /*content: "\f4f3"*/
/*}*/

/*.icon-thumbsdown2:before {*/
    /*content: "\f4f4"*/
/*}*/

/*.icon-pointer2:before {*/
    /*content: "\f4f5"*/
/*}*/

/*.icon-pointer3:before {*/
    /*content: "\f4f6"*/
/*}*/

/*.icon-pointer4:before {*/
    /*content: "\f4f7"*/
/*}*/

/*.icon-pointer5:before {*/
    /*content: "\f4f8"*/
/*}*/

/*.icon-arrow-up10:before {*/
    /*content: "\f4f9"*/
/*}*/

/*.icon-arrow-down10:before {*/
    /*content: "\f4fa"*/
/*}*/

/*.icon-arrow-left10:before {*/
    /*content: "\f4fb"*/
/*}*/

/*.icon-arrow-right10:before {*/
    /*content: "\f4fc"*/
/*}*/

/*.icon-arrow-top-right:before {*/
    /*content: "\f4fd"*/
/*}*/

/*.icon-arrow-top-left:before {*/
    /*content: "\f4fe"*/
/*}*/

/*.icon-arrow-bottom-right:before {*/
    /*content: "\f4ff"*/
/*}*/

/*.icon-arrow-bottom-left:before {*/
    /*content: "\f500"*/
/*}*/

/*.icon-contract3:before {*/
    /*content: "\f501"*/
/*}*/

/*.icon-enlarge3:before {*/
    /*content: "\f502"*/
/*}*/

/*.icon-refresh9:before {*/
    /*content: "\f503"*/
/*}*/

/*@font-face {*/
    /*font-family: Pe-icon-social;*/
    /*src: url(../fonts/Pe-icon-social.eot?-96eskg);*/
    /*src: url(../fonts/Pe-icon-social.eot?#iefix-96eskg) format('embedded-opentype'), url(../fonts/Pe-icon-social.woff?-96eskg) format('woff'), url(../fonts/Pe-icon-social.ttf?-96eskg) format('truetype'), url(../fonts/Pe-icon-social.svg?-96eskg#Pe-icon-social) format('svg');*/
    /*font-weight: 400;*/
    /*font-style: normal*/
/*}*/

/*[class*=" pe-so-"], [class^=pe-so-] {*/
    /*display: inline-block;*/
    /*font-family: Pe-icon-social;*/
    /*speak: none;*/
    /*font-style: normal;*/
    /*font-weight: 400;*/
    /*font-variant: normal;*/
    /*text-transform: none;*/
    /*line-height: 1;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale*/
/*}*/

/*.pe-so-500px:before {*/
    /*content: "\e600"*/
/*}*/

/*.pe-so-aim:before {*/
    /*content: "\e601"*/
/*}*/

/*.pe-so-amazon:before {*/
    /*content: "\e602"*/
/*}*/

/*.pe-so-android:before {*/
    /*content: "\e603"*/
/*}*/

/*.pe-so-app-store:before {*/
    /*content: "\e604"*/
/*}*/

/*.pe-so-apple:before {*/
    /*content: "\e605"*/
/*}*/

/*.pe-so-behance:before {*/
    /*content: "\e606"*/
/*}*/

/*.pe-so-bitbucket:before {*/
    /*content: "\e607"*/
/*}*/

/*.pe-so-blogger:before {*/
    /*content: "\e608"*/
/*}*/

/*.pe-so-bootstrap:before {*/
    /*content: "\e609"*/
/*}*/

/*.pe-so-chrome:before {*/
    /*content: "\e60a"*/
/*}*/

/*.pe-so-codepen:before {*/
    /*content: "\e60b"*/
/*}*/

/*.pe-so-css3:before {*/
    /*content: "\e60c"*/
/*}*/

/*.pe-so-delicious:before {*/
    /*content: "\e60d"*/
/*}*/

/*.pe-so-deviantart-1:before {*/
    /*content: "\e60e"*/
/*}*/

/*.pe-so-deviantart-2:before {*/
    /*content: "\e60f"*/
/*}*/

/*.pe-so-digg:before {*/
    /*content: "\e610"*/
/*}*/

/*.pe-so-dribbble:before {*/
    /*content: "\e611"*/
/*}*/

/*.pe-so-dropbox:before {*/
    /*content: "\e612"*/
/*}*/

/*.pe-so-drupal:before {*/
    /*content: "\e613"*/
/*}*/

/*.pe-so-ebay:before {*/
    /*content: "\e614"*/
/*}*/

/*.pe-so-etsy:before {*/
    /*content: "\e615"*/
/*}*/

/*.pe-so-evernote:before {*/
    /*content: "\e616"*/
/*}*/

/*.pe-so-facebook:before {*/
    /*content: "\e617"*/
/*}*/

/*.pe-so-firefox:before {*/
    /*content: "\e618"*/
/*}*/

/*.pe-so-flattr:before {*/
    /*content: "\e619"*/
/*}*/

/*.pe-so-flickr:before {*/
    /*content: "\e61a"*/
/*}*/

/*.pe-so-forrst:before {*/
    /*content: "\e61b"*/
/*}*/

/*.pe-so-foursquare:before {*/
    /*content: "\e61c"*/
/*}*/

/*.pe-so-git:before {*/
    /*content: "\e61d"*/
/*}*/

/*.pe-so-github:before {*/
    /*content: "\e61e"*/
/*}*/

/*.pe-so-google-drive:before {*/
    /*content: "\e61f"*/
/*}*/

/*.pe-so-google-plus:before {*/
    /*content: "\e620"*/
/*}*/

/*.pe-so-grooveshark:before {*/
    /*content: "\e621"*/
/*}*/

/*.pe-so-habbo:before {*/
    /*content: "\e622"*/
/*}*/

/*.pe-so-hacker-news:before {*/
    /*content: "\e623"*/
/*}*/

/*.pe-so-html5:before {*/
    /*content: "\e624"*/
/*}*/

/*.pe-so-ie:before {*/
    /*content: "\e625"*/
/*}*/

/*.pe-so-instagram:before {*/
    /*content: "\e626"*/
/*}*/

/*.pe-so-joomla:before {*/
    /*content: "\e627"*/
/*}*/

/*.pe-so-jsfiddle:before {*/
    /*content: "\e628"*/
/*}*/

/*.pe-so-lanyrd:before {*/
    /*content: "\e629"*/
/*}*/

/*.pe-so-lastfm:before {*/
    /*content: "\e62a"*/
/*}*/

/*.pe-so-like:before {*/
    /*content: "\e62b"*/
/*}*/

/*.pe-so-linkedin:before {*/
    /*content: "\e62c"*/
/*}*/

/*.pe-so-linux:before {*/
    /*content: "\e62d"*/
/*}*/

/*.pe-so-love:before {*/
    /*content: "\e62e"*/
/*}*/

/*.pe-so-magento:before {*/
    /*content: "\e62f"*/
/*}*/

/*.pe-so-myspace:before {*/
    /*content: "\e630"*/
/*}*/

/*.pe-so-odnolassniki:before {*/
    /*content: "\e631"*/
/*}*/

/*.pe-so-openid:before {*/
    /*content: "\e632"*/
/*}*/

/*.pe-so-opera:before {*/
    /*content: "\e633"*/
/*}*/

/*.pe-so-paypal-1:before {*/
    /*content: "\e634"*/
/*}*/

/*.pe-so-paypal-2:before {*/
    /*content: "\e635"*/
/*}*/

/*.pe-so-picasa:before {*/
    /*content: "\e636"*/
/*}*/

/*.pe-so-pied-piper:before {*/
    /*content: "\e637"*/
/*}*/

/*.pe-so-pinterest:before {*/
    /*content: "\e638"*/
/*}*/

/*.pe-so-pixeden:before {*/
    /*content: "\e639"*/
/*}*/

/*.pe-so-qq:before {*/
    /*content: "\e63a"*/
/*}*/

/*.pe-so-qzone:before {*/
    /*content: "\e63b"*/
/*}*/

/*.pe-so-rdio:before {*/
    /*content: "\e63c"*/
/*}*/

/*.pe-so-reddit:before {*/
    /*content: "\e63d"*/
/*}*/

/*.pe-so-renren:before {*/
    /*content: "\e63e"*/
/*}*/

/*.pe-so-rss:before {*/
    /*content: "\e63f"*/
/*}*/

/*.pe-so-safari-1:before {*/
    /*content: "\e640"*/
/*}*/

/*.pe-so-safari-2:before {*/
    /*content: "\e641"*/
/*}*/

/*.pe-so-sass:before {*/
    /*content: "\e642"*/
/*}*/

/*.pe-so-share:before {*/
    /*content: "\e643"*/
/*}*/

/*.pe-so-skype:before {*/
    /*content: "\e644"*/
/*}*/

/*.pe-so-slideshare:before {*/
    /*content: "\e645"*/
/*}*/

/*.pe-so-soundcloud:before {*/
    /*content: "\e646"*/
/*}*/

/*.pe-so-spotify:before {*/
    /*content: "\e647"*/
/*}*/

/*.pe-so-stack-exchange:before {*/
    /*content: "\e648"*/
/*}*/

/*.pe-so-stack-overflow:before {*/
    /*content: "\e649"*/
/*}*/

/*.pe-so-steam:before {*/
    /*content: "\e64a"*/
/*}*/

/*.pe-so-stumbleupon:before {*/
    /*content: "\e64b"*/
/*}*/

/*.pe-so-tencent-weibo:before {*/
    /*content: "\e64c"*/
/*}*/

/*.pe-so-trello:before {*/
    /*content: "\e64d"*/
/*}*/

/*.pe-so-tripadvisor:before {*/
    /*content: "\e64e"*/
/*}*/

/*.pe-so-tumblr:before {*/
    /*content: "\e64f"*/
/*}*/

/*.pe-so-twitch:before {*/
    /*content: "\e650"*/
/*}*/

/*.pe-so-twitter:before {*/
    /*content: "\e651"*/
/*}*/

/*.pe-so-ubuntu:before {*/
    /*content: "\e652"*/
/*}*/

/*.pe-so-viadeo:before {*/
    /*content: "\e653"*/
/*}*/

/*.pe-so-vimeo:before {*/
    /*content: "\e654"*/
/*}*/

/*.pe-so-vine:before {*/
    /*content: "\e655"*/
/*}*/

/*.pe-so-vk:before {*/
    /*content: "\e656"*/
/*}*/

/*.pe-so-wechat:before {*/
    /*content: "\e657"*/
/*}*/

/*.pe-so-weibo:before {*/
    /*content: "\e658"*/
/*}*/

/*.pe-so-wikipedia:before {*/
    /*content: "\e659"*/
/*}*/

/*.pe-so-windows:before {*/
    /*content: "\e65a"*/
/*}*/

/*.pe-so-wordpress-1:before {*/
    /*content: "\e65b"*/
/*}*/

/*.pe-so-wordpress-2:before {*/
    /*content: "\e65c"*/
/*}*/

/*.pe-so-xing:before {*/
    /*content: "\e65d"*/
/*}*/

/*.pe-so-yahoo-1:before {*/
    /*content: "\e65e"*/
/*}*/

/*.pe-so-yahoo-2:before {*/
    /*content: "\e65f"*/
/*}*/

/*.pe-so-yelp:before {*/
    /*content: "\e660"*/
/*}*/

/*.pe-so-youtube-1:before {*/
    /*content: "\e661"*/
/*}*/

/*.pe-so-youtube-2:before {*/
    /*content: "\e662"*/
/*}*/

/*.pe-so-zerply:before {*/
    /*content: "\e663"*/
/*}*/

/*#content {*/
    /*padding-top: 20px*/
/*}*/

/*.font-icon-list {*/
    /*padding: 0;*/
    /*margin-bottom: 0*/
/*}*/

/*.font-icon-list:hover {*/
    /*cursor: pointer*/
/*}*/

/*.font-icon-detail {*/
    /*text-align: center*/
/*}*/

/*.font-icon-detail span:first-child {*/
    /*display: inline-block;*/
    /*transition: color 150ms linear, background 150ms linear, font-size 150ms linear, width 150ms;*/
    /*padding: 10px 0;*/
    /*width: 38px;*/
    /*font-size: 18px;*/
    /*color: #1a1a1a;*/
    /*border: 1px solid #eaeaea;*/
    /*border-radius: 3px*/
/*}*/

/*.circle .font-icon-detail span:first-child {*/
    /*display: inline-block;*/
    /*transition: color 150ms linear, background 150ms linear, font-size 150ms linear, width 150ms;*/
    /*padding: 10px 0;*/
    /*width: 38px;*/
    /*font-size: 18px;*/
    /*color: #1a1a1a;*/
    /*border: 1px solid #eaeaea;*/
    /*border-radius: 50%*/
/*}*/

/*.font-icon-name {*/
    /*opacity: 0;*/
    /*margin-top: 15px;*/
    /*display: block;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*padding: 0;*/
    /*border: 0*/
/*}*/

/*.font-icon-name:active, .font-icon-name:focus {*/
    /*outline: 0*/
/*}*/

/*.font-icon-code {*/
    /*max-height: 0;*/
    /*overflow: hidden;*/
    /*text-align: center;*/
    /*opacity: 0;*/
    /*transition: max-height 200ms linear, opacity 200ms linear*/
/*}*/

/*.font-icon-code.show {*/
    /*max-height: 200px;*/
    /*opacity: 1*/
/*}*/

/*.code-value, .unicode, .unicode-text {*/
    /*background: 0 0;*/
    /*text-align: center;*/
    /*border: none;*/
    /*color: #a0a0a0*/
/*}*/

/*.code-value {*/
    /*display: block;*/
    /*width: 100%*/
/*}*/

/*.unicode, .unicode-text {*/
    /*color: #a0a0a0*/
/*}*/

/*.unicode {*/
    /*float: left;*/
    /*font-family: Pe-icon-social;*/
    /*text-align: right;*/
    /*width: 38%;*/
    /*padding-right: 5px*/
/*}*/

/*.unicode-text {*/
    /*text-align: left;*/
    /*float: left;*/
    /*display: inline-block;*/
    /*width: 100px;*/
    /*border: none*/
/*}*/

/*.unicode-text:active, .unicode-text:focus {*/
    /*outline: 0*/
/*}*/

/*.font-icon-list:hover .code-value, .font-icon-list:hover .font-icon-name, .font-icon-list:hover .unicode, .font-icon-list:hover .unicode-text {*/
    /*cursor: text;*/
    /*color: #1a1a1a*/
/*}*/

/*.size16 .font-icon-detail span:first-child {*/
    /*width: 38px*/
/*}*/

/*.size32 .font-icon-detail span:first-child {*/
    /*width: 54px*/
/*}*/

/*.size64 .font-icon-detail span:first-child {*/
    /*width: 86px*/
/*}*/

/*.size80 .font-icon-detail span:first-child {*/
    /*width: 102px*/
/*}*/

/*.size96 .font-icon-detail span:first-child {*/
    /*width: 118px*/
/*}*/

/*.size112 .font-icon-detail span:first-child {*/
    /*width: 134px*/
/*}*/

/*.size128 .font-icon-detail span:first-child {*/
    /*width: 150px*/
/*}*/

/*.code-value::selection, .font-icon-name::selection, .unicode-text::selection, .unicode::selection {*/
    /*background: #aadce2;*/
    /*color: #1a1a1a*/
/*}*/

/*.code-value::-moz-selection, .font-icon-name::-moz-selection, .unicode-text::-moz-selection, .unicode::-moz-selection {*/
    /*background: #aadce2;*/
    /*color: #1a1a1a*/
/*}*/

/*.dark-icons .code-value::selection, .dark-icons .font-icon-name::selection, .dark-icons .unicode-text::selection, .dark-icons .unicode::selection {*/
    /*color: #fff*/
/*}*/

/*.dark-icons .code-value::-moz-selection, .dark-icons .font-icon-name::-moz-selection, .dark-icons .unicode-text::-moz-selection, .dark-icons .unicode::-moz-selection {*/
    /*color: #fff*/
/*}*/

/*.dark-icons .font_options {*/
    /*background: #171717;*/
    /*border-top: 1px solid #282828;*/
    /*border-bottom: 1px solid #282828*/
/*}*/

/*.dark-icons #content {*/
    /*background: #1a1a1a*/
/*}*/

/*.dark-icons strong {*/
    /*color: #fff*/
/*}*/

/*.dark-icons .checkbox + label:before {*/
    /*background: #323232;*/
    /*border: 1px solid #000;*/
    /*color: #a0a0a0*/
/*}*/

/*.dark-icons .font-icon-detail span:first-child {*/
    /*border: 1px solid #2b2b2b;*/
    /*color: #fff;*/
    /*background-color: #000*/
/*}*/

/*.dark .code-value, .dark-icons .font-icon-list {*/
    /*color: #a0a0a0*/
/*}*/

/*.dark-icons .font-icon-name {*/
    /*background-color: #1a1a1a*/
/*}*/

/*!* .dark-icons span:first-child{color:#1a1a1a;background:#fff} *!*/
/*.dark-icons .font-icon-list:hover .code-value, .dark-icons .font-icon-list:hover .font-icon-name, .dark-icons .font-icon-list:hover .unicode, .dark-icons .font-icon-list:hover .unicode-text {*/
    /*color: #fff*/
/*}*/

/*.hover-color span.pe-so-500px:hover {*/
    /*background: #000*/
/*}*/

/*.hover-color span.pe-so-aim:hover, .hover-color span.pe-so-amazon:hover {*/
    /*background: #f8981d*/
/*}*/

/*.hover-color span.pe-so-android:hover {*/
    /*background: #adbf42*/
/*}*/

/*.hover-color span.pe-so-app-store:hover {*/
    /*background: #2b8ef0*/
/*}*/

/*.hover-color span.pe-so-apple:hover {*/
    /*background: #666*/
/*}*/

/*.hover-color span.pe-so-behance:hover {*/
    /*background: #131418*/
/*}*/

/*.hover-color span.pe-so-bitbucket:hover {*/
    /*background: #083765*/
/*}*/

/*.hover-color span.pe-so-blogger:hover {*/
    /*background: #ec672f*/
/*}*/

/*.hover-color span.pe-so-codepen:hover {*/
    /*background: #000*/
/*}*/

/*.hover-color span.pe-so-css3:hover {*/
    /*background: #428bc8*/
/*}*/

/*.hover-color span.pe-so-deviantart-1:hover {*/
    /*background: #c5d226*/
/*}*/

/*.hover-color span.pe-so-deviantart-2:hover {*/
    /*background: #5dc148*/
/*}*/

/*.hover-color span.pe-so-digg:hover {*/
    /*background: #000*/
/*}*/

/*.hover-color span.pe-so-dribbble:hover {*/
    /*background: #e84d88*/
/*}*/

/*.hover-color span.pe-so-dropbox:hover {*/
    /*background: #1f85e2*/
/*}*/

/*.hover-color span.pe-so-drupal:hover {*/
    /*background: #175a8e*/
/*}*/

/*.hover-color span.pe-so-etsy:hover {*/
    /*background: #ca6d32*/
/*}*/

/*.hover-color span.pe-so-evernote:hover {*/
    /*background: #8bb847*/
/*}*/

/*.hover-color span.pe-so-facebook:hover {*/
    /*background: #3e5b98*/
/*}*/

/*.hover-color span.pe-so-firefox:hover {*/
    /*background: #ea932f*/
/*}*/

/*.hover-color span.pe-so-flattr:hover {*/
    /*background: #f17b30*/
/*}*/

/*.hover-color span.pe-so-forrst:hover {*/
    /*background: #5c9a68*/
/*}*/

/*.hover-color span.pe-so-foursquare:hover {*/
    /*background: #f94877*/
/*}*/

/*.hover-color span.pe-so-git:hover, .hover-color span.pe-so-github:hover {*/
    /*background: #181616*/
/*}*/

/*.hover-color span.pe-so-google-plus:hover {*/
    /*background: #d93f2d*/
/*}*/

/*.hover-color span.pe-so-grooveshark:hover {*/
    /*background: #000*/
/*}*/

/*.hover-color span.pe-so-habbo:hover {*/
    /*background: #f4d631*/
/*}*/

/*.hover-color span.pe-so-hacker-news:hover {*/
    /*background: #f07530*/
/*}*/

/*.hover-color span.pe-so-html5:hover {*/
    /*background: #e4723e*/
/*}*/

/*.hover-color span.pe-so-ie:hover {*/
    /*background: #398cec*/
/*}*/

/*.hover-color span.pe-so-instagram:hover {*/
    /*background: #886354*/
/*}*/

/*.hover-color span.pe-so-jsfiddle:hover {*/
    /*background: #4c7dbb*/
/*}*/

/*.hover-color span.pe-so-lanyrd:hover {*/
    /*background: #3c80c9*/
/*}*/

/*.hover-color span.pe-so-lastfm:hover {*/
    /*background: #d53e2a*/
/*}*/

/*.hover-color span.pe-so-linkedin:hover {*/
    /*background: #3371b8*/
/*}*/

/*.hover-color span.pe-so-linux:hover {*/
    /*background: #edb933*/
/*}*/

/*.hover-color span.pe-so-love:hover {*/
    /*background: #f098af*/
/*}*/

/*.hover-color span.pe-so-myspace:hover {*/
    /*background: #030303*/
/*}*/

/*.hover-color span.pe-so-odnolassniki:hover {*/
    /*background: #f28431*/
/*}*/

/*.hover-color span.pe-so-openid:hover {*/
    /*background: #e68735*/
/*}*/

/*.hover-color span.pe-so-opera:hover {*/
    /*background: #c54237*/
/*}*/

/*.hover-color span.pe-so-paypal-1:hover, .hover-color span.pe-so-paypal-2:hover {*/
    /*background: #4299d5*/
/*}*/

/*.hover-color span.pe-so-pied-piper:hover {*/
    /*background: #529749*/
/*}*/

/*.hover-color span.pe-so-pinterest:hover {*/
    /*background: #ca3a27*/
/*}*/

/*.hover-color span.pe-so-qq:hover {*/
    /*background: #000*/
/*}*/

/*.hover-color span.pe-so-qzone:hover {*/
    /*background: #ebb34b*/
/*}*/

/*.hover-color span.pe-so-rdio:hover {*/
    /*background: #277fc1*/
/*}*/

/*.hover-color span.pe-so-reddit:hover {*/
    /*background: #ef5f30*/
/*}*/

/*.hover-color span.pe-so-renren:hover {*/
    /*background: #17609e*/
/*}*/

/*.hover-color span.pe-so-rss:hover {*/
    /*background: #ef6130*/
/*}*/

/*.hover-color span.pe-so-safari-1:hover, .hover-color span.pe-so-safari-2:hover {*/
    /*background: #55a4c8*/
/*}*/

/*.hover-color span.pe-so-share:hover {*/
    /*background: #38692d*/
/*}*/

/*.hover-color span.pe-so-skype:hover {*/
    /*background: #3fabe3*/
/*}*/

/*.hover-color span.pe-so-slideshare:hover {*/
    /*background: #6aa3a6*/
/*}*/

/*.hover-color span.pe-so-soundcloud:hover {*/
    /*background: #ed462f*/
/*}*/

/*.hover-color span.pe-so-spotify:hover {*/
    /*background: #7ac701*/
/*}*/

/*.hover-color span.pe-so-stack-exchange:hover {*/
    /*background: #205798*/
/*}*/

/*.hover-color span.pe-so-stack-overflow:hover {*/
    /*background: #f49731*/
/*}*/

/*.hover-color span.pe-so-steam:hover {*/
    /*background: #171a20*/
/*}*/

/*.hover-color span.pe-so-stumbleupon:hover {*/
    /*background: #e6442e*/
/*}*/

/*.hover-color span.pe-so-tencent-weibo:hover {*/
    /*background: #3089b3*/
/*}*/

/*.hover-color span.pe-so-trello:hover {*/
    /*background: #316782*/
/*}*/

/*.hover-color span.pe-so-tripadvisor:hover {*/
    /*background: #679045*/
/*}*/

/*.hover-color span.pe-so-tumblr:hover {*/
    /*background: #45556c*/
/*}*/

/*.hover-color span.pe-so-twitch:hover {*/
    /*background: #5c4fa3*/
/*}*/

/*.hover-color span.pe-so-twitter:hover {*/
    /*background: #4ca6de*/
/*}*/

/*.hover-color span.pe-so-viadeo:hover {*/
    /*background: #e4a12d*/
/*}*/

/*.hover-color span.pe-so-vimeo:hover {*/
    /*background: #51b5e7*/
/*}*/

/*.hover-color span.pe-so-vine:hover {*/
    /*background: #51b489*/
/*}*/

/*.hover-color span.pe-so-vk:hover {*/
    /*background: #5a7fa6*/
/*}*/

/*.hover-color span.pe-so-wechat:hover {*/
    /*background: #afdb24*/
/*}*/

/*.hover-color span.pe-so-weibo:hover {*/
    /*background: #c84638*/
/*}*/

/*.hover-color span.pe-so-wikipedia:hover {*/
    /*background: #696969*/
/*}*/

/*.hover-color span.pe-so-windows:hover {*/
    /*background: #3faeee*/
/*}*/

/*.hover-color span.pe-so-wordpress-1:hover, .hover-color span.pe-so-wordpress-2:hover {*/
    /*background: #454342*/
/*}*/

/*.hover-color span.pe-so-xing:hover {*/
    /*background: #225a61*/
/*}*/

/*.hover-color span.pe-so-yahoo-1:hover {*/
    /*background: #6e2e85*/
/*}*/

/*.hover-color span.pe-so-yahoo-2:hover {*/
    /*background: #342992*/
/*}*/

/*.hover-color span.pe-so-yelp:hover {*/
    /*background: #c83a26*/
/*}*/

/*.hover-color span.pe-so-youtube-1:hover, .hover-color span.pe-so-youtube-2:hover {*/
    /*background: #e1422c*/
/*}*/

/*.hover-color span.pe-so-zerply:hover {*/
    /*background: #9dbc79*/
/*}*/

/*.hover-color span.pe-so-bootstrap:hover {*/
    /*background: #6f5499*/
/*}*/

/*.hover-color span.pe-so-pixeden:hover {*/
    /*background: #95a04a*/
/*}*/

/*.hover-color span.pe-so-magento:hover {*/
    /*background: #ed4a19*/
/*}*/

/*.hover-color span.pe-so-sass:hover {*/
    /*background: #c69*/
/*}*/

/*.hover-color span.pe-so-ubuntu:hover {*/
    /*background: #dd4814*/
/*}*/

/*.hover-color span.pe-so-like:hover {*/
    /*background: #3e5b98*/
/*}*/

/*.hover-color span.pe-so-chrome:hover, .hover-color span.pe-so-delicious:hover, .hover-color span.pe-so-ebay:hover, .hover-color span.pe-so-flickr:hover, .hover-color span.pe-so-google-drive:hover, .hover-color span.pe-so-joomla:hover, .hover-color span.pe-so-picasa:hover {*/
    /*background: #000*/
/*}*/

/*.color-icons .pe-so-500px {*/
    /*background: #000;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-aim, .color-icons .pe-so-amazon {*/
    /*background: #f8981d;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-android {*/
    /*background: #adbf42;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-app-store {*/
    /*background: #2b8ef0;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-apple {*/
    /*background: #666;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-behance {*/
    /*background: #131418;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-bitbucket {*/
    /*background: #083765;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-blogger {*/
    /*background: #ec672f;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-codepen {*/
    /*background: #000;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-css3 {*/
    /*background: #428bc8;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-deviantart-1 {*/
    /*background: #c5d226;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-deviantart-2 {*/
    /*background: #5dc148;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-digg {*/
    /*background: #000;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-dribbble {*/
    /*background: #e84d88;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-dropbox {*/
    /*background: #1f85e2;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-drupal {*/
    /*background: #175a8e;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-etsy {*/
    /*background: #ca6d32;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-evernote {*/
    /*background: #8bb847;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-facebook {*/
    /*background: #3e5b98;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-firefox {*/
    /*background: #ea932f;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-flattr {*/
    /*background: #f17b30;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-forrst {*/
    /*background: #5c9a68;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-foursquare {*/
    /*background: #f94877;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-git, .color-icons .pe-so-github {*/
    /*background: #181616;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-google-plus {*/
    /*background: #d93f2d;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-grooveshark {*/
    /*background: #000;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-habbo {*/
    /*background: #f4d631;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-hacker-news {*/
    /*background: #f07530;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-html5 {*/
    /*background: #e4723e;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-ie {*/
    /*background: #398cec;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-instagram {*/
    /*background: #886354;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-jsfiddle {*/
    /*background: #4c7dbb;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-lanyrd {*/
    /*background: #3c80c9;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-lastfm {*/
    /*background: #d53e2a;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-linkedin {*/
    /*background: #3371b8;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-linux {*/
    /*background: #edb933;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-love {*/
    /*background: #f098af;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-myspace {*/
    /*background: #030303;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-odnolassniki {*/
    /*background: #f28431;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-openid {*/
    /*background: #e68735;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-opera {*/
    /*background: #c54237;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-paypal-1, .color-icons .pe-so-paypal-2 {*/
    /*background: #4299d5;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-pied-piper {*/
    /*background: #529749;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-pinterest {*/
    /*background: #ca3a27;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-qq {*/
    /*background: #000;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-qzone {*/
    /*background: #ebb34b;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-rdio {*/
    /*background: #277fc1;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-reddit {*/
    /*background: #ef5f30;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-renren {*/
    /*background: #17609e;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-rss {*/
    /*background: #ef6130;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-safari-1, .color-icons .pe-so-safari-2 {*/
    /*background: #55a4c8;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-share {*/
    /*background: #38692d;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-skype {*/
    /*background: #3fabe3;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-slideshare {*/
    /*background: #6aa3a6;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-soundcloud {*/
    /*background: #ed462f;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-spotify {*/
    /*background: #7ac701;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-stack-exchange {*/
    /*background: #205798;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-stack-overflow {*/
    /*background: #f49731;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-steam {*/
    /*background: #171a20;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-stumbleupon {*/
    /*background: #e6442e;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-tencent-weibo {*/
    /*background: #3089b3;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-trello {*/
    /*background: #316782;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-tripadvisor {*/
    /*background: #679045;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-tumblr {*/
    /*background: #45556c;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-twitch {*/
    /*background: #5c4fa3;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-twitter {*/
    /*background: #4ca6de;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-viadeo {*/
    /*background: #e4a12d;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-vimeo {*/
    /*background: #51b5e7;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-vine {*/
    /*background: #51b489;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-vk {*/
    /*background: #5a7fa6;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-wechat {*/
    /*background: #afdb24;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-weibo {*/
    /*background: #c84638;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-wikipedia {*/
    /*background: #696969;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-windows {*/
    /*background: #3faeee;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-wordpress-1, .color-icons .pe-so-wordpress-2 {*/
    /*background: #454342;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-xing {*/
    /*background: #225a61;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-yahoo-1 {*/
    /*background: #6e2e85;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-yahoo-2 {*/
    /*background: #342992;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-yelp {*/
    /*background: #c83a26;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-youtube-1, .color-icons .pe-so-youtube-2 {*/
    /*background: #e1422c;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-zerply {*/
    /*background: #9dbc79;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-bootstrap {*/
    /*background: #6f5499;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-pixeden {*/
    /*background: #95a04a;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-magento {*/
    /*background: #ed4a19;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-sass {*/
    /*background: #c69;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-ubuntu {*/
    /*background: #dd4814;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-like {*/
    /*background: #3e5b98;*/
    /*color: #fff*/
/*}*/

/*.color-icons .pe-so-chrome, .color-icons .pe-so-delicious, .color-icons .pe-so-ebay, .color-icons .pe-so-flickr, .color-icons .pe-so-google-drive, .color-icons .pe-so-joomla, .color-icons .pe-so-picasa {*/
    /*background: #000;*/
    /*color: #fff*/
/*}*/

/* .static-color-icons span:first-child{background:#ffc400} */
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner,
.tp-banner-fullscreen,
.tp-banner-fullscreen1{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



/*******************************************************************************
		-	BULLETS AND ARROWS ADD ONS TO THE EXISTING VERSION 	-
*******************************************************************************/

.tp-bannertimer {
    background:#777;
    background:rgba(0,0,0,0.1);
    height:5px;
  }



.tp-bullets.simplebullets.navbar {

    height: 35px;
    padding: 0px 0px;

}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 14px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background: rgba(255, 255, 255, 1) !important;
	width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important;
}



.tparrows:before {
    font-family: 'revicons';
	color: #fff;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 9px;
    text-align: center;
    width: 40px;
    font-size: 20px;
}
.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40px !important;
    height: 40px !important;

}
.tparrows:hover {
    color: #fff;
}
.tp-leftarrow:before {
    content: '\e824';
}
.tp-rightarrow:before {
    content: '\e825';
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px;
}
.tparrows:hover {
    background: rgba(0, 0, 0, 1) !important;
}



/******************************
	-	SLIDER NAV STYLE DEMOS	-
********************************/

#slider4container .tparrows:before,
#slider4container .tparrows:hover,
#slider4container .tparrows {
    color: #000 !important;
}

#slider4container .tparrows {
	background:#fff !important;
	background:rgba(255,255,255,0.5) !important;
}

#slider4container .tparrows:hover	{
	background:#fff !important
}

.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.largeblackbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#000;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.large_bold_white_25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.black_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_heavy_40 {
font-size:40px;
line-height:40px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.grey_heavy_72 {
font-size:72px;
line-height:72px;
font-weight:900;
font-family:Raleway;
color:rgb(213, 210, 210);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.grey_regular_18 {
font-size:18px;
line-height:26px;
font-family:"Open Sans";
color:rgb(119, 119, 119);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_34 {
font-size:35px;
line-height:35px;
font-weight:100;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.arrowicon {
line-height:1px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.light_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_bold_40 {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.greenbox30 {
line-height:30px;
text-decoration:none;
background-color:rgb(134, 181, 103);
padding:0px 14px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.blue_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(49, 165, 203);
padding:3px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.green_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(134, 181, 103);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitecircle_600px {
line-height:1px;
width:800px;
height:800px;
text-decoration:none;
background:linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
filter:progid;
background-color:transparent;
border-radius:400px 400px 400px 400px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.fullrounded {
border-radius:400px 400px 400px 400px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.light_heavy_40 {
font-size:40px;
line-height:40px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_thin_34 {
font-size:35px;
line-height:35px;
font-weight:200;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.fullbg_gradient {
width:100%;
height:100%;
text-decoration:none;
background-color:#490202;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_medium_30 {
font-size:30px;
line-height:40px;
font-weight:700;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.red_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(224, 51, 0);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.blue_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(53, 152, 220);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_heavy_70_shadowed {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:0px 0px 7px rgba(0, 0, 0, 0.25);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_medium_30_shadowed {
font-size:30px;
line-height:40px;
font-weight:700;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:0px 0px 7px rgba(0, 0, 0, 0.25);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.blackboxed_heavy {
font-size:70px;
line-height:70px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:5px 20px;
text-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 7px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.bignumbers_white {
color:#ffffff;
background-color:rgba(0, 0, 0, 0);
font-size:84px;
line-height:84px;
font-weight:800;
font-family:Raleway;
text-decoration:none;
padding:0px 0px 0px 0px;
text-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 7px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none solid none none;
}

.tp-caption.whiteline_long {
line-height:1px;
min-width:660px;
background-color:transparent;
text-decoration:none;
border-width:2px 0px 0px 0px;
border-color:rgb(255, 255, 255) rgb(34, 34, 34) rgb(34, 34, 34) rgb(34, 34, 34);
border-style:solid none none none;
}

.tp-caption.light_medium_20_shadowed {
font-size:20px;
line-height:30px;
font-weight:700;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:0px 0px 7px rgba(0, 0, 0, 0.25);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.fullgradient_overlay {
background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
filter:progid;
width:100%;
height:100%;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.light_medium_20 {
font-size:20px;
line-height:30px;
font-weight:700;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.reddishbg_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgba(100, 1, 24, 0.8);
padding:50px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.borderbox_725x130 {
min-width:725px;
min-height:130px;
background-color:transparent;
text-decoration:none;
border-width:2px;
border-color:rgb(255, 255, 255);
border-style:solid;
}

.tp-caption.light_heavy_34 {
font-size:34px;
line-height:34px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_30 {
font-size:30px;
line-height:30px;
font-weight:100;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_whitebg_30 {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_blackbg_30 {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:5px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_thin_60 {
font-size:60px;
line-height:60px;
font-weight:100;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.greenbgfull {
background-color:#85b85f;
width:100%;
height:100%;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.bluebgfull {
text-decoration:none;
width:100%;
height:100%;
background-color:rgb(61, 164, 207);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.blackbgfull {
text-decoration:none;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.247059);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wave_repeat1 {
width:100%;
height:600px;
background-repeat:repeat-x;
background-color:transparent;
text-decoration:none;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg2 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave21.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg1 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave11.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg3 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave3.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg4 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave4.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.greenishbg_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
padding:50px;
text-shadow:none;
background-color:rgba(40, 67, 62, 0.8);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.wavebg5 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave51.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.deepblue_sea {
width:100%;
height:1000px;
background-color:rgba(30, 46, 59, 1);
text-decoration:none;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}


.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.largeredbtn {  
font-family: "Raleway", sans-serif;
font-weight: 900;
font-size: 16px;
line-height: 60px;
color: #fff !important;
text-decoration: none;
padding-left: 40px;
padding-right: 80px;
padding-top: 22px;
padding-bottom: 22px;
background: rgb(234,91,31); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,91,31,1) 0%, rgba(227,58,12,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,91,31,1)), color-stop(100%,rgba(227,58,12,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b1f', endColorstr='#e33a0c',GradientType=0 ); /* IE6-9 */
}

.largeredbtn:hover {
background: rgb(227,58,12); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(227,58,12,1) 0%, rgba(234,91,31,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,58,12,1)), color-stop(100%,rgba(234,91,31,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33a0c', endColorstr='#ea5b1f',GradientType=0 ); /* IE6-9 */      
}

.fullrounded img {
   -webkit-border-radius: 400px;
-moz-border-radius: 400px;
border-radius: 400px; 
  }

/*-----------------------------------------------------------------------------	-	Revolution Slider 4.1 Captions -		Screen Stylesheetversion:   	1.4.5date:      	27/11/13author:		themepunchemail:     	info@themepunch.comwebsite:   	http://www.themepunch.com-----------------------------------------------------------------------------*//*************************	-	CAPTIONS	-**************************/.tp-static-layers {    position: absolute;    z-index: 505;    top: 0px;    left: 0px;}.tp-hide-revslider, .tp-caption.tp-hidden-caption {    visibility: hidden !important;    display: none !important;}.tp-caption {    z-index: 1;    white-space: nowrap;}.tp-caption-demo .tp-caption {    position: relative !important;    display: inline-block;    margin-bottom: 10px;    margin-right: 20px !important;}.tp-caption.whitedivider3px {    color: #000000;    text-shadow: none;    background-color: rgb(255, 255, 255);    background-color: rgba(255, 255, 255, 1);    text-decoration: none;    min-width: 408px;    min-height: 3px;    background-position: initial initial;    background-repeat: initial initial;    border-width: 0px;    border-color: #000000;    border-style: none;}.tp-caption.finewide_large_white {    color: #ffffff;    text-shadow: none;    font-size: 60px;    line-height: 60px;    font-weight: 300;    font-family: "Open Sans", sans-serif;    background-color: transparent;    text-decoration: none;    text-transform: uppercase;    letter-spacing: 8px;    border-width: 0px;    border-color: rgb(0, 0, 0);    border-style: none;}.tp-caption.whitedivider3px {    color: #000000;    text-shadow: none;    background-color: rgb(255, 255, 255);    background-color: rgba(255, 255, 255, 1);    text-decoration: none;    font-size: 0px;    line-height: 0;    min-width: 468px;    min-height: 3px;    border-width: 0px;    border-color: rgb(0, 0, 0);    border-style: none;}.tp-caption.finewide_medium_white {    color: #ffffff;    text-shadow: none;    font-size: 37px;    line-height: 37px;    font-weight: 300;    font-family: "Open Sans", sans-serif;    background-color: transparent;    text-decoration: none;    text-transform: uppercase;    letter-spacing: 5px;    border-width: 0px;    border-color: rgb(0, 0, 0);    border-style: none;}.tp-caption.boldwide_small_white {    font-size: 25px;    line-height: 25px;    font-weight: 800;    font-family: "Open Sans", sans-serif;    color: rgb(255, 255, 255);    text-decoration: none;    background-color: transparent;    text-shadow: none;    text-transform: uppercase;    letter-spacing: 5px;    border-width: 0px;    border-color: rgb(0, 0, 0);    border-style: none;}.tp-caption.whitedivider3px_vertical {    color: #000000;    text-shadow: none;    background-color: rgb(255, 255, 255);    background-color: rgba(255, 255, 255, 1);    text-decoration: none;    font-size: 0px;    line-height: 0;    min-width: 3px;    min-height: 130px;    border-width: 0px;    border-color: rgb(0, 0, 0);    border-style: none;}.tp-caption.finewide_small_white {    color: #ffffff;    text-shadow: none;    font-size: 25px;    line-height: 25px;    font-weight: 300;    font-family: "Open Sans", sans-serif;    background-color: transparent;    text-decoration: none;    text-transform: uppercase;    letter-spacing: 5px;    border-width: 0px;    border-color: rgb(0, 0, 0);    border-style: none;}.tp-caption.finewide_verysmall_white_mw {    font-size: 13px;    line-height: 25px;    font-weight: 400;    font-family: "Open Sans", sans-serif;    color: #ffffff;    text-decoration: none;    background-color: transparent;    text-shadow: none;    text-transform: uppercase;    letter-spacing: 5px;    max-width: 470px;    white-space: normal !important;    border-width: 0px;    border-color: rgb(0, 0, 0);    border-style: none;}.tp-caption.lightgrey_divider {    text-decoration: none;    background-color: rgb(235, 235, 235);    background-color: rgba(235, 235, 235, 1);    width: 370px;    height: 3px;    background-position: initial initial;    background-repeat: initial initial;    border-width: 0px;    border-color: rgb(34, 34, 34);    border-style: none;}.tp-caption.finewide_large_white {    color: #FFF;    text-shadow: none;    font-size: 60px;    line-height: 60px;    font-weight: 300;    font-family: "Open Sans", sans-serif;    background-color: rgba(0, 0, 0, 0);    text-decoration: none;    text-transform: uppercase;    letter-spacing: 8px;    border-width: 0px;    border-color: #000;    border-style: none;}.tp-caption.finewide_medium_white {    color: #FFF;    text-shadow: none;    font-size: 34px;    line-height: 34px;    font-weight: 300;    font-family: "Open Sans", sans-serif;    background-color: rgba(0, 0, 0, 0);    text-decoration: none;    text-transform: uppercase;    letter-spacing: 5px;    border-width: 0px;    border-color: #000;    border-style: none;}.tp-caption.huge_red {    position: absolute;    color: rgb(223, 75, 107);    font-weight: 400;    font-size: 150px;    line-height: 130px;    font-family: 'Oswald', sans-serif;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;    background-color: rgb(45, 49, 54);    padding: 0px;}.tp-caption.middle_yellow {    position: absolute;    color: rgb(251, 213, 114);    font-weight: 600;    font-size: 50px;    line-height: 50px;    font-family: 'Open Sans', sans-serif;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;}.tp-caption.huge_thin_yellow {    position: absolute;    color: rgb(251, 213, 114);    font-weight: 300;    font-size: 90px;    line-height: 90px;    font-family: 'Open Sans', sans-serif;    margin: 0px;    letter-spacing: 20px;    border-width: 0px;    border-style: none;    white-space: nowrap;}.tp-caption.big_dark {    position: absolute;    color: #333;    font-weight: 700;    font-size: 70px;    line-height: 70px;    font-family: "Open Sans";    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;}.tp-caption.medium_dark {    position: absolute;    color: #333;    font-weight: 300;    font-size: 40px;    line-height: 40px;    font-family: "Open Sans";    margin: 0px;    letter-spacing: 5px;    border-width: 0px;    border-style: none;    white-space: nowrap;}.tp-caption.medium_grey {    position: absolute;    color: #fff;    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);    font-weight: 700;    font-size: 20px;    line-height: 20px;    font-family: Arial;    padding: 2px 4px;    margin: 0px;    border-width: 0px;    border-style: none;    background-color: #888;    white-space: nowrap;}.tp-caption.small_text {    position: absolute;    color: #fff;    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);    font-weight: 700;    font-size: 14px;    line-height: 20px;    font-family: Arial;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;}.tp-caption.medium_text {    position: absolute;    color: #fff;    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);    font-weight: 700;    font-size: 20px;    line-height: 20px;    font-family: Arial;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;}.tp-caption.large_bold_white_25 {    font-size: 55px;    line-height: 65px;    font-weight: 700;    font-family: "Open Sans";    color: #fff;    text-decoration: none;    background-color: transparent;    text-align: center;    text-shadow: #000 0px 5px 10px;    border-width: 0px;    border-color: rgb(255, 255, 255);    border-style: none;}.tp-caption.medium_text_shadow {    font-size: 25px;    line-height: 25px;    font-weight: 600;    font-family: "Open Sans";    color: #fff;    text-decoration: none;    background-color: transparent;    text-align: center;    text-shadow: #000 0px 5px 10px;    border-width: 0px;    border-color: rgb(255, 255, 255);    border-style: none;}.tp-caption.large_text {    position: absolute;    color: #fff;    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);    font-weight: 700;    font-size: 40px;    line-height: 40px;    font-family: Arial;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;}.tp-caption.medium_bold_grey {    font-size: 30px;    line-height: 30px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(102, 102, 102);    text-decoration: none;    background-color: transparent;    text-shadow: none;    margin: 0px;    padding: 1px 4px 0px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.very_large_text {    position: absolute;    color: #fff;    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);    font-weight: 700;    font-size: 60px;    line-height: 60px;    font-family: Arial;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;    letter-spacing: -2px;}.tp-caption.very_big_white {    position: absolute;    color: #fff;    text-shadow: none;    font-weight: 800;    font-size: 60px;    line-height: 60px;    font-family: Arial;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;    padding: 0px 4px;    padding-top: 1px;    background-color: #000;}.tp-caption.very_big_black {    position: absolute;    color: #000;    text-shadow: none;    font-weight: 700;    font-size: 60px;    line-height: 60px;    font-family: Arial;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;    padding: 0px 4px;    padding-top: 1px;    background-color: #fff;}.tp-caption.modern_medium_fat {    position: absolute;    color: #000;    text-shadow: none;    font-weight: 800;    font-size: 24px;    line-height: 20px;    font-family: "Open Sans", sans-serif;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;}.tp-caption.modern_medium_fat_white {    position: absolute;    color: #fff;    text-shadow: none;    font-weight: 800;    font-size: 24px;    line-height: 20px;    font-family: "Open Sans", sans-serif;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;}.tp-caption.modern_medium_light {    position: absolute;    color: #000;    text-shadow: none;    font-weight: 300;    font-size: 24px;    line-height: 20px;    font-family: "Open Sans", sans-serif;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;}.tp-caption.modern_big_bluebg {    position: absolute;    color: #fff;    text-shadow: none;    font-weight: 800;    font-size: 30px;    line-height: 36px;    font-family: "Open Sans", sans-serif;    padding: 3px 10px;    margin: 0px;    border-width: 0px;    border-style: none;    background-color: #4e5b6c;    letter-spacing: 0;}.tp-caption.modern_big_redbg {    position: absolute;    color: #fff;    text-shadow: none;    font-weight: 300;    font-size: 30px;    line-height: 36px;    font-family: "Open Sans", sans-serif;    padding: 3px 10px;    padding-top: 1px;    margin: 0px;    border-width: 0px;    border-style: none;    background-color: #de543e;    letter-spacing: 0;}.tp-caption.modern_small_text_dark {    position: absolute;    color: #555;    text-shadow: none;    font-size: 14px;    line-height: 22px;    font-family: Arial;    margin: 0px;    border-width: 0px;    border-style: none;    white-space: nowrap;}.tp-caption.boxshadow {    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);}.tp-caption.black {    color: #000;    text-shadow: none;}.tp-caption.noshadow {    text-shadow: none;}.tp-caption a {    color: #ff7302;    text-shadow: none;    -webkit-transition: all 0.2s ease-out;    -moz-transition: all 0.2s ease-out;    -o-transition: all 0.2s ease-out;    -ms-transition: all 0.2s ease-out;}.tp-caption a:hover {    color: #ffa902;}.tp-caption.thinheadline_dark {    position: absolute;    color: rgba(0, 0, 0, 0.85);    text-shadow: none;    font-weight: 300;    font-size: 30px;    line-height: 30px;    font-family: "Open Sans";    background-color: transparent;}.tp-caption.thintext_dark {    position: absolute;    color: rgba(0, 0, 0, 0.85);    text-shadow: none;    font-weight: 300;    font-size: 16px;    line-height: 26px;    font-family: "Open Sans";    background-color: transparent;}.tp-caption.medium_bg_red a {    color: #fff;    text-decoration: none;}.tp-caption.medium_bg_red a:hover {    color: #fff;    text-decoration: underline;}.tp-caption.smoothcircle {    font-size: 30px;    line-height: 75px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: rgb(0, 0, 0);    background-color: rgba(0, 0, 0, 0.498039);    padding: 50px 25px;    text-align: center;    border-radius: 500px 500px 500px 500px;    border-width: 0px;    border-color: rgb(0, 0, 0);    border-style: none;}.tp-caption.largeblackbg {    font-size: 50px;    line-height: 70px;    font-weight: 300;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: rgb(0, 0, 0);    padding: 0px 20px 5px;    text-shadow: none;    border-width: 0px;    border-color: rgb(255, 255, 255);    border-style: none;}.tp-caption.largepinkbg {    position: absolute;    color: #fff;    text-shadow: none;    font-weight: 300;    font-size: 50px;    line-height: 70px;    font-family: "Open Sans";    background-color: #db4360;    padding: 0px 20px;    -webkit-border-radius: 0px;    -moz-border-radius: 0px;    border-radius: 0px;}.tp-caption.largewhitebg {    position: absolute;    color: #000;    text-shadow: none;    font-weight: 300;    font-size: 50px;    line-height: 70px;    font-family: "Open Sans";    background-color: #fff;    padding: 0px 20px;    -webkit-border-radius: 0px;    -moz-border-radius: 0px;    border-radius: 0px;}.tp-caption.largegreenbg {    position: absolute;    color: #fff;    text-shadow: none;    font-weight: 300;    font-size: 50px;    line-height: 70px;    font-family: "Open Sans";    background-color: #67ae73;    padding: 0px 20px;    -webkit-border-radius: 0px;    -moz-border-radius: 0px;    border-radius: 0px;}.tp-caption.excerpt {    font-size: 36px;    line-height: 36px;    font-weight: 700;    font-family: Arial;    color: #ffffff;    text-decoration: none;    background-color: rgba(0, 0, 0, 1);    text-shadow: none;    margin: 0px;    letter-spacing: -1.5px;    padding: 1px 4px 0px 4px;    width: 150px;    white-space: normal !important;    height: auto;    border-width: 0px;    border-color: rgb(255, 255, 255);    border-style: none;}.tp-caption.large_bold_grey {    font-size: 60px;    line-height: 60px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(102, 102, 102);    text-decoration: none;    background-color: transparent;    text-shadow: none;    margin: 0px;    padding: 1px 4px 0px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.medium_thin_grey {    font-size: 34px;    line-height: 30px;    font-weight: 300;    font-family: "Open Sans";    color: rgb(102, 102, 102);    text-decoration: none;    background-color: transparent;    padding: 1px 4px 0px;    text-shadow: none;    margin: 0px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.small_thin_grey {    font-size: 18px;    line-height: 26px;    font-weight: 300;    font-family: "Open Sans";    color: rgb(117, 117, 117);    text-decoration: none;    background-color: transparent;    padding: 1px 4px 0px;    text-shadow: none;    margin: 0px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.lightgrey_divider {    text-decoration: none;    background-color: rgba(235, 235, 235, 1);    width: 370px;    height: 3px;    background-position: initial initial;    background-repeat: initial initial;    border-width: 0px;    border-color: rgb(34, 34, 34);    border-style: none;}.tp-caption.large_bold_darkblue {    font-size: 58px;    line-height: 60px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(52, 73, 94);    text-decoration: none;    background-color: transparent;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.medium_bg_darkblue {    font-size: 20px;    line-height: 20px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: rgb(52, 73, 94);    padding: 10px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.medium_bold_red {    font-size: 24px;    line-height: 30px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(227, 58, 12);    text-decoration: none;    background-color: transparent;    padding: 0px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.medium_light_red {    font-size: 21px;    line-height: 26px;    font-weight: 300;    font-family: "Open Sans";    color: rgb(227, 58, 12);    text-decoration: none;    background-color: transparent;    padding: 0px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.medium_bg_red {    font-size: 20px;    line-height: 20px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: rgb(227, 58, 12);    padding: 10px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.medium_bold_orange {    font-size: 24px;    line-height: 30px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(243, 156, 18);    text-decoration: none;    background-color: transparent;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.medium_bg_orange {    font-size: 20px;    line-height: 20px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: rgb(243, 156, 18);    padding: 10px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.grassfloor {    text-decoration: none;    background-color: rgba(160, 179, 151, 1);    width: 4000px;    height: 150px;    border-width: 0px;    border-color: rgb(34, 34, 34);    border-style: none;}.tp-caption.large_bold_white {    font-size: 58px;    line-height: 60px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: transparent;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.medium_light_white {    font-size: 30px;    line-height: 36px;    font-weight: 300;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: transparent;    padding: 0px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.mediumlarge_light_white {    font-size: 34px;    line-height: 40px;    font-weight: 300;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: transparent;    padding: 0px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.mediumlarge_light_white_center {    font-size: 34px;    line-height: 40px;    font-weight: 300;    font-family: "Open Sans";    color: #ffffff;    text-decoration: none;    background-color: transparent;    padding: 0px 0px 0px 0px;    text-align: center;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.medium_bg_asbestos {    font-size: 20px;    line-height: 20px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: rgb(127, 140, 141);    padding: 10px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.medium_light_black {    font-size: 30px;    line-height: 36px;    font-weight: 300;    font-family: "Open Sans";    color: rgb(0, 0, 0);    text-decoration: none;    background-color: transparent;    padding: 0px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.large_bold_black {    font-size: 58px;    line-height: 60px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(0, 0, 0);    text-decoration: none;    background-color: transparent;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.mediumlarge_light_darkblue {    font-size: 34px;    line-height: 40px;    font-weight: 300;    font-family: "Open Sans";    color: rgb(52, 73, 94);    text-decoration: none;    background-color: transparent;    padding: 0px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.small_light_white {    font-size: 17px;    line-height: 28px;    font-weight: 300;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: transparent;    padding: 0px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.roundedimage {    border-width: 0px;    border-color: rgb(34, 34, 34);    border-style: none;}.tp-caption.large_bg_black {    font-size: 40px;    line-height: 40px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: rgb(0, 0, 0);    padding: 10px 20px 15px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.mediumwhitebg {    font-size: 30px;    line-height: 30px;    font-weight: 300;    font-family: "Open Sans";    color: rgb(0, 0, 0);    text-decoration: none;    background-color: rgb(255, 255, 255);    padding: 5px 15px 10px;    text-shadow: none;    border-width: 0px;    border-color: rgb(0, 0, 0);    border-style: none;}.tp-caption.medium_bg_orange_new1 {    font-size: 20px;    line-height: 20px;    font-weight: 800;    font-family: "Open Sans";    color: rgb(255, 255, 255);    text-decoration: none;    background-color: rgb(243, 156, 18);    padding: 10px;    border-width: 0px;    border-color: rgb(255, 214, 88);    border-style: none;}.tp-caption.boxshadow {    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);}.tp-caption.black {    color: #000;    text-shadow: none;    font-weight: 300;    font-size: 19px;    line-height: 19px;    font-family: 'Open Sans', sans;}.tp-caption.noshadow {    text-shadow: none;}.tp_inner_padding {    box-sizing: border-box;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    max-height: none !important;}/*.tp-caption			{	transform:none !important}*//*********************************	-	SPECIAL TP CAPTIONS -**********************************/.tp-caption .frontcorner {    width: 0;    height: 0;    border-left: 40px solid transparent;    border-right: 0px solid transparent;    border-top: 40px solid #00A8FF;    position: absolute;    left: -40px;    top: 0px;}.tp-caption .backcorner {    width: 0;    height: 0;    border-left: 0px solid transparent;    border-right: 40px solid transparent;    border-bottom: 40px solid #00A8FF;    position: absolute;    right: 0px;    top: 0px;}.tp-caption .frontcornertop {    width: 0;    height: 0;    border-left: 40px solid transparent;    border-right: 0px solid transparent;    border-bottom: 40px solid #00A8FF;    position: absolute;    left: -40px;    top: 0px;}.tp-caption .backcornertop {    width: 0;    height: 0;    border-left: 0px solid transparent;    border-right: 40px solid transparent;    border-top: 40px solid #00A8FF;    position: absolute;    right: 0px;    top: 0px;}/***********************************************	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-***********************************************/img.tp-slider-alternative-image {    width: 100%;    height: auto;}/******************************	-	BUTTONS	-*******************************/.tp-simpleresponsive .button {    padding: 6px 13px 5px;    border-radius: 3px;    -moz-border-radius: 3px;    -webkit-border-radius: 3px;    height: 30px;    cursor: pointer;    color: #fff !important;    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;    font-size: 15px;    line-height: 45px !important;    background: url(../images/gradient/g30.png) repeat-x top;    font-family: arial, sans-serif;    font-weight: bold;    letter-spacing: -1px;}.tp-simpleresponsive .button.big {    color: #fff;    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);    font-weight: bold;    padding: 9px 20px;    font-size: 19px;    line-height: 57px !important;    background: url(../images/gradient/g40.png) repeat-x top;}.tp-simpleresponsive .purchase:hover,.tp-simpleresponsive .button:hover,.tp-simpleresponsive .button.big:hover {    background-position: bottom, 15px 11px;}@media only screen and (min-width: 768px) and (max-width: 959px) {}@media only screen and (min-width: 480px) and (max-width: 767px) {    .tp-simpleresponsive .button {        padding: 4px 8px 3px;        line-height: 25px !important;        font-size: 11px !important;        font-weight: normal;    }    .tp-simpleresponsive a.button {        -webkit-transition: none;        -moz-transition: none;        -o-transition: none;        -ms-transition: none;    }}@media only screen and (min-width: 0px) and (max-width: 479px) {    .tp-simpleresponsive .button {        padding: 2px 5px 2px;        line-height: 20px !important;        font-size: 10px !important;    }    .tp-simpleresponsive a.button {        -webkit-transition: none;        -moz-transition: none;        -o-transition: none;        -ms-transition: none;    }}/*	BUTTON COLORS	*/.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green,.tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {    background-color: #21a117;    -webkit-box-shadow: 0px 3px 0px 0px #104d0b;    -moz-box-shadow: 0px 3px 0px 0px #104d0b;    box-shadow: 0px 3px 0px 0px #104d0b;}.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue,.tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {    background-color: #1d78cb;    -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;    -moz-box-shadow: 0px 3px 0px 0px #0f3e68;    box-shadow: 0px 3px 0px 0px #0f3e68;}.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red,.tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {    background-color: #cb1d1d;    -webkit-box-shadow: 0px 3px 0px 0px #7c1212;    -moz-box-shadow: 0px 3px 0px 0px #7c1212;    box-shadow: 0px 3px 0px 0px #7c1212;}.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange,.tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {    background-color: #ff7700;    -webkit-box-shadow: 0px 3px 0px 0px #a34c00;    -moz-box-shadow: 0px 3px 0px 0px #a34c00;    box-shadow: 0px 3px 0px 0px #a34c00;}.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey,.tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey,.tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {    background-color: #555;    -webkit-box-shadow: 0px 3px 0px 0px #222;    -moz-box-shadow: 0px 3px 0px 0px #222;    box-shadow: 0px 3px 0px 0px #222;}.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey,.tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {    background-color: #888;    -webkit-box-shadow: 0px 3px 0px 0px #555;    -moz-box-shadow: 0px 3px 0px 0px #555;    box-shadow: 0px 3px 0px 0px #555;}/****************************************************************	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -******************************************************************//*.tp-simpleresponsive				{	-webkit-perspective: 1500px;										-moz-perspective: 1500px;										-o-perspective: 1500px;										-ms-perspective: 1500px;										perspective: 1500px;									}*//**********************************************	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-**********************************************/.fullscreen-container {    width: 100%;    position: relative;    padding: 0;}.fullwidthbanner-container {    width: 100%;    position: relative;    padding: 0;    overflow: hidden;}.fullwidthbanner-container .fullwidthbanner {    width: 100%;    position: relative;}/************************************************	  - SOME CAPTION MODIFICATION AT START  -*************************************************/.tp-simpleresponsive .caption,.tp-simpleresponsive .tp-caption {    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */    position: absolute;    visibility: hidden;    -webkit-font-smoothing: antialiased !important;}.tp-simpleresponsive img {    max-width: none;}/******************************	-	IE8 HACKS	-*******************************/.noFilterClass {    filter: none !important;}/******************************	-	SHADOWS		-******************************/.tp-bannershadow {    position: absolute;    margin-left: auto;    margin-right: auto;    -moz-user-select: none;    -khtml-user-select: none;    -webkit-user-select: none;    -o-user-select: none;}.tp-bannershadow.tp-shadow1 {    background: url(../assets/shadow1.png) no-repeat;    background-size: 100% 100%;    width: 890px;    height: 60px;    bottom: -60px;}.tp-bannershadow.tp-shadow2 {    background: url(../assets/shadow2.png) no-repeat;    background-size: 100% 100%;    width: 890px;    height: 60px;    bottom: -60px;}.tp-bannershadow.tp-shadow3 {    background: url(../assets/shadow3.png) no-repeat;    background-size: 100% 100%;    width: 890px;    height: 60px;    bottom: -60px;}/********************************	-	FULLSCREEN VIDEO	-*********************************/.caption.fullscreenvideo {    left: 0px;    top: 0px;    position: absolute;    width: 100%;    height: 100%;}.caption.fullscreenvideo iframe,.caption.fullscreenvideo video {    width: 100% !important;    height: 100% !important;    display: none;}.tp-caption.fullscreenvideo {    left: 0px;    top: 0px;    position: absolute;    width: 100%;    height: 100%;}.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe video {    width: 100% !important;    height: 100% !important;    display: none;}.fullcoveredvideo video,.fullscreenvideo video {    background: #000;}.fullcoveredvideo .tp-poster {    background-position: center center;    background-size: cover;    width: 100%;    height: 100%;    top: 0px;    left: 0px}.html5vid.videoisplaying .tp-poster {    display: none;}.tp-video-play-button {    background: #000;    background: rgba(0, 0, 0, 0.3);    padding: 5px;    border-radius: 5px;    -moz-border-radius: 5px;    -webkit-border-radius: 5px;    position: absolute;    top: 50%;    left: 50%;    font-size: 40px;    color: #FFF;    z-index: 3;    margin-top: -27px;    margin-left: -28px;    text-align: center;    cursor: pointer;}.html5vid .tp-revstop {    width: 15px;    height: 20px;    border-left: 5px solid #fff;    border-right: 5px solid #fff;    position: relative;    margin: 10px 20px;    box-sizing: border-box;    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;}.html5vid .tp-revstop {    display: none;}.html5vid.videoisplaying .revicon-right-dir {    display: none;}.html5vid.videoisplaying .tp-revstop {    display: block;}.html5vid.videoisplaying .tp-video-play-button {    display: none;}.html5vid:hover .tp-video-play-button {    display: block;}.fullcoveredvideo .tp-video-play-button {    display: none !important;}.tp-video-controls {    position: absolute;    bottom: 0;    left: 0;    right: 0;    padding: 5px;    opacity: 0;    -webkit-transition: opacity .3s;    -moz-transition: opacity .3s;    -o-transition: opacity .3s;    -ms-transition: opacity .3s;    transition: opacity .3s;    background-image: linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);    background-image: -o-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);    background-image: -moz-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);    background-image: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);    background-image: -ms-linear-gradient(bottom, rgb(0, 0, 0) 13%, rgb(50, 50, 50) 100%);    background-image: -webkit-gradient(            linear,            left bottom,            left top,            color-stop(0.13, rgb(0, 0, 0)),            color-stop(1, rgb(50, 50, 50))    );    display: table;    max-width: 100%;    overflow: hidden;    box-sizing: border-box;    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;}.tp-caption:hover .tp-video-controls {    opacity: .9;}.tp-video-button {    background: rgba(0, 0, 0, .5);    border: 0;    color: #EEE;    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    -o-border-radius: 3px;    border-radius: 3px;    cursor: pointer;    line-height: 12px;    font-size: 12px;    color: #fff;    padding: 0px;    margin: 0px;    outline: none;}.tp-video-button:hover {    cursor: pointer;}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap {    padding: 0px 5px;    display: table-cell;}.tp-video-seek-bar-wrap {    width: 80%;}.tp-video-vol-bar-wrap {    width: 20%;}.tp-volume-bar,.tp-seek-bar {    width: 100%;    cursor: pointer;    outline: none;    line-height: 12px;    margin: 0;    padding: 0;}/********************************	-	FULLSCREEN VIDEO ENDS	-*********************************//********************************	-	DOTTED OVERLAYS	-*********************************/.tp-dottedoverlay {    background-repeat: repeat;    width: 100%;    height: 100%;    position: absolute;    top: 0px;    left: 0px;    z-index: 4;}.tp-dottedoverlay.twoxtwo {    background: url(../assets/gridtile.png);}.tp-dottedoverlay.twoxtwowhite {    background: url(../assets/gridtile_white.png);}.tp-dottedoverlay.threexthree {    background: url(../assets/gridtile_3x3.png);}.tp-dottedoverlay.threexthreewhite {    background: url(../assets/gridtile_3x3_white.png);}/********************************	-	DOTTED OVERLAYS ENDS	-*********************************//************************	-	NAVIGATION	-*************************//** BULLETS **/.tpclear {    clear: both;}.tp-bullets {    z-index: 1000;    position: absolute;    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";    -moz-opacity: 1;    -khtml-opacity: 1;    opacity: 1;    -webkit-transition: opacity 0.2s ease-out;    -moz-transition: opacity 0.2s ease-out;    -o-transition: opacity 0.2s ease-out;    -ms-transition: opacity 0.2s ease-out;    -webkit-transform: translateZ(5px);}.tp-bullets.hidebullets {    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    -moz-opacity: 0;    -khtml-opacity: 0;    opacity: 0;}.tp-bullets.simplebullets.navbar {    border: 1px solid #666;    border-bottom: 1px solid #444;    background: url(../assets/boxed_bgtile.png);    height: 40px;    padding: 0px 10px;    -webkit-border-radius: 5px;    -moz-border-radius: 5px;    border-radius: 5px;}.tp-bullets.simplebullets.navbar-old {    background: url(../assets/navigdots_bgtile.png);    height: 35px;    padding: 0px 10px;    -webkit-border-radius: 5px;    -moz-border-radius: 5px;    border-radius: 5px;}.tp-bullets.simplebullets.round .bullet {    cursor: pointer;    position: relative;    background: url(../assets/bullet.png) no-Repeat top left;    width: 20px;    height: 20px;    margin-right: 0px;    float: left;    margin-top: 0px;    margin-left: 3px;}.tp-bullets.simplebullets.round .bullet.last {    margin-right: 3px;}.tp-bullets.simplebullets.round-old .bullet {    cursor: pointer;    position: relative;    background: url(../assets/bullets.png) no-Repeat bottom left;    width: 23px;    height: 23px;    margin-right: 0px;    float: left;    margin-top: 0px;}.tp-bullets.simplebullets.round-old .bullet.last {    margin-right: 0px;}/**	SQUARE BULLETS **/.tp-bullets.simplebullets.square .bullet {    cursor: pointer;    position: relative;    background: url(../assets/bullets2.png) no-Repeat bottom left;    width: 19px;    height: 19px;    margin-right: 0px;    float: left;    margin-top: 0px;}.tp-bullets.simplebullets.square .bullet.last {    margin-right: 0px;}/**	SQUARE BULLETS **/.tp-bullets.simplebullets.square-old .bullet {    cursor: pointer;    position: relative;    background: url(../assets/bullets2.png) no-Repeat bottom left;    width: 19px;    height: 19px;    margin-right: 0px;    float: left;    margin-top: 0px;}.tp-bullets.simplebullets.square-old .bullet.last {    margin-right: 0px;}/** navbar NAVIGATION VERSION **/.tp-bullets.simplebullets.navbar .bullet {    cursor: pointer;    position: relative;    background: url(../assets/bullet_boxed.png) no-Repeat top left;    width: 18px;    height: 19px;    margin-right: 5px;    float: left;    margin-top: 0px;}.tp-bullets.simplebullets.navbar .bullet.first {    margin-left: 0px !important;}.tp-bullets.simplebullets.navbar .bullet.last {    margin-right: 0px !important;}/** navbar NAVIGATION VERSION **/.tp-bullets.simplebullets.navbar-old .bullet {    cursor: pointer;    position: relative;    background: url(../assets/navigdots.png) no-Repeat bottom left;    width: 15px;    height: 15px;    margin-left: 5px !important;    margin-right: 5px !important;    float: left;    margin-top: 10px;}.tp-bullets.simplebullets.navbar-old .bullet.first {    margin-left: 0px !important;}.tp-bullets.simplebullets.navbar-old .bullet.last {    margin-right: 0px !important;}.tp-bullets.simplebullets .bullet:hover,.tp-bullets.simplebullets .bullet.selected {    background-position: top left;}.tp-bullets.simplebullets.round .bullet:hover,.tp-bullets.simplebullets.round .bullet.selected,.tp-bullets.simplebullets.navbar .bullet:hover,.tp-bullets.simplebullets.navbar .bullet.selected {    background-position: bottom left;}/*************************************	-	TP ARROWS 	-**************************************/.tparrows {    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";    -moz-opacity: 1;    -khtml-opacity: 1;    opacity: 1;    -webkit-transition: opacity 0.2s ease-out;    -moz-transition: opacity 0.2s ease-out;    -o-transition: opacity 0.2s ease-out;    -ms-transition: opacity 0.2s ease-out;    -webkit-transform: translateZ(5000px);    -webkit-transform-style: flat;    -webkit-backface-visibility: hidden;    z-index: 600;    position: relative;}.tparrows.hidearrows {    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    -moz-opacity: 0;    -khtml-opacity: 0;    opacity: 0;}.tp-leftarrow {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/large_left.png) no-Repeat top left;    width: 40px;    height: 40px;}.tp-rightarrow {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/large_right.png) no-Repeat top left;    width: 40px;    height: 40px;}.tp-leftarrow.round {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/small_left.png) no-Repeat top left;    width: 19px;    height: 14px;    margin-right: 0px;    float: left;    margin-top: 0px;}.tp-rightarrow.round {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/small_right.png) no-Repeat top left;    width: 19px;    height: 14px;    margin-right: 0px;    float: left;    margin-top: 0px;}.tp-leftarrow.round-old {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/arrow_left.png) no-Repeat top left;    width: 26px;    height: 26px;    margin-right: 0px;    float: left;    margin-top: 0px;}.tp-rightarrow.round-old {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/arrow_right.png) no-Repeat top left;    width: 26px;    height: 26px;    margin-right: 0px;    float: left;    margin-top: 0px;}.tp-leftarrow.navbar {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/small_left_boxed.png) no-Repeat top left;    width: 20px;    height: 15px;    float: left;    margin-right: 6px;    margin-top: 12px;}.tp-rightarrow.navbar {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/small_right_boxed.png) no-Repeat top left;    width: 20px;    height: 15px;    float: left;    margin-left: 6px;    margin-top: 12px;}.tp-leftarrow.navbar-old {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/arrowleft.png) no-Repeat top left;    width: 9px;    height: 16px;    float: left;    margin-right: 6px;    margin-top: 10px;}.tp-rightarrow.navbar-old {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/arrowright.png) no-Repeat top left;    width: 9px;    height: 16px;    float: left;    margin-left: 6px;    margin-top: 10px;}.tp-leftarrow.navbar-old.thumbswitharrow {    margin-right: 10px;}.tp-rightarrow.navbar-old.thumbswitharrow {    margin-left: 0px;}.tp-leftarrow.square {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/arrow_left2.png) no-Repeat top left;    width: 12px;    height: 17px;    float: left;    margin-right: 0px;    margin-top: 0px;}.tp-rightarrow.square {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/arrow_right2.png) no-Repeat top left;    width: 12px;    height: 17px;    float: left;    margin-left: 0px;    margin-top: 0px;}.tp-leftarrow.square-old {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/arrow_left2.png) no-Repeat top left;    width: 12px;    height: 17px;    float: left;    margin-right: 0px;    margin-top: 0px;}.tp-rightarrow.square-old {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/arrow_right2.png) no-Repeat top left;    width: 12px;    height: 17px;    float: left;    margin-left: 0px;    margin-top: 0px;}.tp-leftarrow.default {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/large_left.png) no-Repeat 0 0;    width: 40px;    height: 40px;}.tp-rightarrow.default {    z-index: 100;    cursor: pointer;    position: relative;    background: url(../assets/large_right.png) no-Repeat 0 0;    width: 40px;    height: 40px;}.tp-leftarrow:hover,.tp-rightarrow:hover {    background-position: bottom left;}/****************************************************************************************************	-	TP THUMBS 	-***************************************************************************************************** - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings) - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px) *****************************************************************************************************/.tp-bullets.tp-thumbs {    z-index: 1000;    position: absolute;    padding: 3px;    background-color: #fff;    width: 500px;    height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */    margin-top: -50px;}.fullwidthbanner-container .tp-thumbs {    padding: 3px;}.tp-bullets.tp-thumbs .tp-mask {    width: 500px;    height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */    overflow: hidden;    position: relative;}.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {    width: 5000px;    position: absolute;}.tp-bullets.tp-thumbs .bullet {    width: 100px;    height: 50px; /* THE DIMENSION OF A SINGLE THUMB */    cursor: pointer;    overflow: hidden;    background: none;    margin: 0;    float: left;    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";    /*filter: alpha(opacity=50);	*/    -moz-opacity: 0.5;    -khtml-opacity: 0.5;    opacity: 0.5;    -webkit-transition: all 0.2s ease-out;    -moz-transition: all 0.2s ease-out;    -o-transition: all 0.2s ease-out;    -ms-transition: all 0.2s ease-out;}.tp-bullets.tp-thumbs .bullet:hover,.tp-bullets.tp-thumbs .bullet.selected {    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";    -moz-opacity: 1;    -khtml-opacity: 1;    opacity: 1;}.tp-thumbs img {    width: 100%;}/************************************		-	TP BANNER TIMER		-*************************************/.tp-bannertimer {    width: 100%;    height: 10px;    background: url(../assets/timer.png);    position: absolute;    z-index: 200;    top: 0px;}.tp-bannertimer.tp-bottom {    bottom: 0px;    height: 5px;    top: auto;}/***************************************	-	RESPONSIVE SETTINGS 	-****************************************/@media only screen and (min-width: 0px) and (max-width: 479px) {    .responsive .tp-bullets {        display: none;    }    .responsive .tparrows {        display: none;    }}/*********************************************	-	BASIC SETTINGS FOR THE BANNER	-***********************************************/.tp-simpleresponsive img {    -moz-user-select: none;    -khtml-user-select: none;    -webkit-user-select: none;    -o-user-select: none;}.tp-simpleresponsive a {    text-decoration: none;}.tp-simpleresponsive ul,.tp-simpleresponsive ul li,.tp-simpleresponsive ul li:before {    list-style: none;    padding: 0 !important;    margin: 0 !important;    list-style: none !important;    overflow-x: visible;    overflow-y: visible;    background-image: none;}.tp-simpleresponsive > ul > li {    list-style: none;    position: absolute;    visibility: hidden;}/*  CAPTION SLIDELINK   **/.caption.slidelink a div,.tp-caption.slidelink a div {    width: 3000px;    height: 1500px;    background: url(../assets/coloredbg.png) repeat;}.tp-caption.slidelink a span {    background: url(../assets/coloredbg.png) repeat;}/*****************************************	-	NAVIGATION FANCY EXAMPLES	-*****************************************/.tparrows .tp-arr-imgholder {    display: none;}.tparrows .tp-arr-titleholder {    display: none;}/*****************************************	-	NAVIGATION FANCY EXAMPLES	-*****************************************//* NAVIGATION PREVIEW 1 */.tparrows.preview1 {    width: 100px;    height: 100px;    -webkit-transform-style: preserve-3d;    -webkit-perspective: 1000;    -moz-perspective: 1000;    -webkit-backface-visibility: hidden;    -moz-backface-visibility: hidden;    background: transparent;}.tparrows.preview1:after {    position: absolute;    left: 0px;    top: 0px;    font-family: "revicons";    color: #fff;    font-size: 30px;    width: 100px;    height: 100px;    text-align: center;    background: #fff;    background: rgba(0, 0, 0, 0.15);    z-index: 2;    line-height: 100px;    -webkit-transition: background 0.3s, color 0.3s;    -moz-transition: background 0.3s, color 0.3s;    transition: background 0.3s, color 0.3s;}.tp-rightarrow.preview1:after {    content: '\e825';}.tp-leftarrow.preview1:after {    content: '\e824';}.tparrows.preview1:hover:after {    background: rgba(255, 255, 255, 1);    color: #aaa;}.tparrows.preview1 .tp-arr-imgholder {    background-size: cover;    background-position: center center;    display: block;    width: 100%;    height: 100%;    position: absolute;    top: 0px;    -webkit-transition: -webkit-transform 0.3s;    transition: transform 0.3s;    -webkit-backface-visibility: hidden;    backface-visibility: hidden;}.tparrows.preview1 .tp-arr-iwrapper {    -webkit-transition: all 0.3s;    transition: all 0.3s;    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    filter: alpha(opacity=0);    -moz-opacity: 0.0;    -khtml-opacity: 0.0;    opacity: 0.0;}.tparrows.preview1:hover .tp-arr-iwrapper {    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";    filter: alpha(opacity=100);    -moz-opacity: 1;    -khtml-opacity: 1;    opacity: 1;}.tp-rightarrow.preview1 .tp-arr-imgholder {    right: 100%;    -webkit-transform: rotateY(-90deg);    transform: rotateY(-90deg);    -webkit-transform-origin: 100% 50%;    transform-origin: 100% 50%;    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    filter: alpha(opacity=0);    -moz-opacity: 0.0;    -khtml-opacity: 0.0;    opacity: 0.0;}.tp-leftarrow.preview1 .tp-arr-imgholder {    left: 100%;    -webkit-transform: rotateY(90deg);    transform: rotateY(90deg);    -webkit-transform-origin: 0% 50%;    transform-origin: 0% 50%;    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    filter: alpha(opacity=0);    -moz-opacity: 0.0;    -khtml-opacity: 0.0;    opacity: 0.0;}.tparrows.preview1:hover .tp-arr-imgholder {    -webkit-transform: rotateY(0deg);    transform: rotateY(0deg);    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";    filter: alpha(opacity=100);    -moz-opacity: 1;    -khtml-opacity: 1;    opacity: 1;}@media only screen and (min-width: 768px) and (max-width: 979px) {    .tparrows.preview1,    .tparrows.preview1:after {        width: 80px;        height: 80px;        line-height: 80px;        font-size: 24px;    }}@media only screen and (min-width: 480px) and (max-width: 767px) {    .tparrows.preview1,    .tparrows.preview1:after {        width: 60px;        height: 60px;        line-height: 60px;        font-size: 20px;    }}@media only screen and (min-width: 0px) and (max-width: 479px) {    .tparrows.preview1,    .tparrows.preview1:after {        width: 40px;        height: 40px;        line-height: 40px;        font-size: 12px;    }}/* PREVIEW 1 BULLETS */.tp-bullets.preview1 {    height: 21px;}.tp-bullets.preview1 .bullet {    cursor: pointer;    position: relative !important;    background: rgba(0, 0, 0, 0.15) !important;    /*-webkit-border-radius: 10px;											    border-radius: 10px;*/    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;    width: 5px !important;    height: 5px !important;    border: 8px solid rgba(0, 0, 0, 0) !important;    display: inline-block;    margin-right: 5px !important;    margin-bottom: 0px !important;    -webkit-transition: background-color 0.2s, border-color 0.2s;    -moz-transition: background-color 0.2s, border-color 0.2s;    -o-transition: background-color 0.2s, border-color 0.2s;    -ms-transition: background-color 0.2s, border-color 0.2s;    transition: background-color 0.2s, border-color 0.2s;    float: none !important;    box-sizing: content-box;    -moz-box-sizing: content-box;    -webkit-box-sizing: content-box;}.tp-bullets.preview1 .bullet.last {    margin-right: 0px;}.tp-bullets.preview1 .bullet:hover,.tp-bullets.preview1 .bullet.selected {    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;    background: #aaa !important;    width: 5px !important;    height: 5px !important;    border: 8px solid rgba(255, 255, 255, 1) !important;}/* NAVIGATION PREVIEW 2 */.tparrows.preview2 {    min-width: 60px;    min-height: 60px;    background: #fff;;    border-radius: 30px;    -moz-border-radius: 30px;    -webkit-border-radius: 30px;    overflow: hidden;    -webkit-transition: -webkit-transform 1.3s;    -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;    transition: width 0.3s, background-color 0.3s, opacity 0.3s;    backface-visibility: hidden;}.tparrows.preview2:after {    position: absolute;    top: 50%;    font-family: "revicons";    color: #aaa;    font-size: 25px;    margin-top: -12px;    -webkit-transition: color 0.3s;    -moz-transition: color 0.3s;    transition: color 0.3s;}.tp-rightarrow.preview2:after {    content: '\e81e';    right: 18px;}.tp-leftarrow.preview2:after {    content: '\e81f';    left: 18px;}.tparrows.preview2 .tp-arr-titleholder {    background-size: cover;    background-position: center center;    display: block;    visibility: hidden;    position: relative;    top: 0px;    -webkit-transition: -webkit-transform 0.3s;    transition: transform 0.3s;    -webkit-backface-visibility: hidden;    backface-visibility: hidden;    white-space: nowrap;    color: #000;    text-transform: uppercase;    font-weight: 400;    font-size: 14px;    line-height: 60px;    padding: 0px 10px;}.tp-rightarrow.preview2 .tp-arr-titleholder {    right: 50px;    -webkit-transform: translateX(-100%);    transform: translateX(-100%);}.tp-leftarrow.preview2 .tp-arr-titleholder {    left: 50px;    -webkit-transform: translateX(100%);    transform: translateX(100%);}.tparrows.preview2.hovered {    width: 300px;}.tparrows.preview2:hover {    background: #fff;}.tparrows.preview2:hover:after {    color: #000;}.tparrows.preview2:hover .tp-arr-titleholder {    -webkit-transform: translateX(0px);    transform: translateX(0px);    visibility: visible;    position: absolute;}/* PREVIEW 2 BULLETS */.tp-bullets.preview2 {    height: 17px;}.tp-bullets.preview2 .bullet {    cursor: pointer;    position: relative !important;    background: rgba(0, 0, 0, 0.5) !important;    -webkit-border-radius: 10px;    border-radius: 10px;    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;    width: 6px !important;    height: 6px !important;    border: 5px solid rgba(0, 0, 0, 0) !important;    display: inline-block;    margin-right: 2px !important;    margin-bottom: 0px !important;    -webkit-transition: background-color 0.2s, border-color 0.2s;    -moz-transition: background-color 0.2s, border-color 0.2s;    -o-transition: background-color 0.2s, border-color 0.2s;    -ms-transition: background-color 0.2s, border-color 0.2s;    transition: background-color 0.2s, border-color 0.2s;    float: none !important;    box-sizing: content-box;    -moz-box-sizing: content-box;    -webkit-box-sizing: content-box;}.tp-bullets.preview2 .bullet.last {    margin-right: 0px;}.tp-bullets.preview2 .bullet:hover,.tp-bullets.preview2 .bullet.selected {    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;    background: rgba(255, 255, 255, 1) !important;    width: 6px !important;    height: 6px !important;    border: 5px solid rgba(0, 0, 0, 1) !important;}.tp-arr-titleholder.alwayshidden {    display: none !important;}@media only screen and (min-width: 768px) and (max-width: 979px) {    .tparrows.preview2 {        min-width: 40px;        min-height: 40px;        width: 40px;        height: 40px;        border-radius: 20px;        -moz-border-radius: 20px;        -webkit-border-radius: 20px;    }    .tparrows.preview2:after {        position: absolute;        top: 50%;        font-family: "revicons";        font-size: 20px;        margin-top: -12px;    }    .tp-rightarrow.preview2:after {        content: '\e81e';        right: 11px;    }    .tp-leftarrow.preview2:after {        content: '\e81f';        left: 11px;    }    .tparrows.preview2 .tp-arr-titleholder {        font-size: 12px;        line-height: 40px;        letter-spacing: 0px;    }    .tp-rightarrow.preview2 .tp-arr-titleholder {        right: 35px;    }    .tp-leftarrow.preview2 .tp-arr-titleholder {        left: 35px;    }}@media only screen and (min-width: 480px) and (max-width: 767px) {    .tparrows.preview2 {        min-width: 30px;        min-height: 30px;        width: 30px;        height: 30px;        border-radius: 15px;        -moz-border-radius: 15px;        -webkit-border-radius: 15px;    }    .tparrows.preview2:after {        position: absolute;        top: 50%;        font-family: "revicons";        font-size: 14px;        margin-top: -12px;    }    .tp-rightarrow.preview2:after {        content: '\e81e';        right: 8px;    }    .tp-leftarrow.preview2:after {        content: '\e81f';        left: 8px;    }    .tparrows.preview2 .tp-arr-titleholder {        font-size: 10px;        line-height: 30px;        letter-spacing: 0px;    }    .tp-rightarrow.preview2 .tp-arr-titleholder {        right: 25px;    }    .tp-leftarrow.preview2 .tp-arr-titleholder {        left: 25px;    }    .tparrows.preview2 .tp-arr-titleholder {        display: none;        visibility: none;    }}@media only screen and (min-width: 0px) and (max-width: 479px) {    .tparrows.preview2 {        min-width: 30px;        min-height: 30px;        width: 30px;        height: 30px;        border-radius: 15px;        -moz-border-radius: 15px;        -webkit-border-radius: 15px;    }    .tparrows.preview2:after {        position: absolute;        top: 50%;        font-family: "revicons";        font-size: 14px;        margin-top: -12px;    }    .tp-rightarrow.preview2:after {        content: '\e81e';        right: 8px;    }    .tp-leftarrow.preview2:after {        content: '\e81f';        left: 8px;    }    .tparrows.preview2 .tp-arr-titleholder {        display: none;        visibility: none;    }    .tparrows.preview2:hover {        width: 30px !important;        height: 30px !important;    }}/* NAVIGATION PREVIEW 3 */.tparrows.preview3 {    width: 70px;    height: 70px;    background: #fff;    background: rgba(255, 255, 255, 1);    -webkit-transform-style: flat;}.tparrows.preview3:after {    position: absolute;    line-height: 70px;    text-align: center;    font-family: "revicons";    color: #aaa;    font-size: 30px;    top: 0px;    left: 0px;;    background: #fff;    z-index: 100;    width: 70px;    height: 70px;    -webkit-transition: color 0.3s;    -moz-transition: color 0.3s;    transition: color 0.3s;}.tparrows.preview3:hover:after {    color: #000;}.tp-rightarrow.preview3:after {    content: '\e825';}.tp-leftarrow.preview3:after {    content: '\e824';}.tparrows.preview3 .tp-arr-iwrapper {    -webkit-transform: scale(0, 1);    transform: scale(0, 1);    -webkit-transform-origin: 100% 50%;    transform-origin: 100% 50%;    -webkit-transition: -webkit-transform 0.2s;    transition: transform 0.2s;    z-index: 0;    position: absolute;    background: #000;    background: rgba(0, 0, 0, 0.75);    display: table;    min-height: 90px;    top: -10px;}.tp-leftarrow.preview3 .tp-arr-iwrapper {    -webkit-transform: scale(0, 1);    transform: scale(0, 1);    -webkit-transform-origin: 0% 50%;    transform-origin: 0% 50%;}.tparrows.preview3 .tp-arr-imgholder {    display: block;    background-size: cover;    background-position: center center;    display: table-cell;    min-width: 90px;    height: 90px;    position: relative;    top: 0px;}.tp-rightarrow.preview3 .tp-arr-iwrapper {    right: 0px;    padding-right: 70px;}.tp-leftarrow.preview3 .tp-arr-iwrapper {    left: 0px;    direction: rtl;    padding-left: 70px;}.tparrows.preview3 .tp-arr-titleholder {    display: table-cell;    padding: 30px;    font-size: 16px;    color: #fff;    white-space: nowrap;    position: relative;    clear: right;    vertical-align: middle;}.tparrows.preview3:hover .tp-arr-iwrapper {    -webkit-transform: scale(1, 1);    transform: scale(1, 1);}/* PREVIEW 3 BULLETS */.tp-bullets.preview3 {    height: 17px;}.tp-bullets.preview3 .bullet {    cursor: pointer;    position: relative !important;    background: rgba(0, 0, 0, 0.5) !important;    -webkit-border-radius: 10px;    border-radius: 10px;    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;    width: 6px !important;    height: 6px !important;    border: 5px solid rgba(0, 0, 0, 0) !important;    display: inline-block;    margin-right: 2px !important;    margin-bottom: 0px !important;    -webkit-transition: background-color 0.2s, border-color 0.2s;    -moz-transition: background-color 0.2s, border-color 0.2s;    -o-transition: background-color 0.2s, border-color 0.2s;    -ms-transition: background-color 0.2s, border-color 0.2s;    transition: background-color 0.2s, border-color 0.2s;    float: none !important;    box-sizing: content-box;    -moz-box-sizing: content-box;    -webkit-box-sizing: content-box;}.tp-bullets.preview3 .bullet.last {    margin-right: 0px;}.tp-bullets.preview3 .bullet:hover,.tp-bullets.preview3 .bullet.selected {    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;    background: rgba(255, 255, 255, 1) !important;    width: 6px !important;    height: 6px !important;    border: 5px solid rgba(0, 0, 0, 1) !important;}@media only screen and (min-width: 768px) and (max-width: 979px) {    .tparrows.preview3:after,    .tparrows.preview3 {        width: 50px;        height: 50px;        line-height: 50px;        font-size: 20px;    }    .tparrows.preview3 .tp-arr-iwrapper {        min-height: 70px;    }    .tparrows.preview3 .tp-arr-imgholder {        min-width: 70px;        height: 70px;    }    .tp-rightarrow.preview3 .tp-arr-iwrapper {        padding-right: 50px;    }    .tp-leftarrow.preview3 .tp-arr-iwrapper {        padding-left: 50px;    }    .tparrows.preview3 .tp-arr-titleholder {        padding: 10px;        font-size: 16px;    }}@media only screen  and (max-width: 767px) {    .tparrows.preview3:after,    .tparrows.preview3 {        width: 50px;        height: 50px;        line-height: 50px;        font-size: 20px;    }    .tparrows.preview3 .tp-arr-iwrapper {        min-height: 70px;    }}/* NAVIGATION PREVIEW 4 */.tparrows.preview4 {    width: 30px;    height: 110px;    background: transparent;    -webkit-transform-style: preserve-3d;    -webkit-perspective: 1000;    -moz-perspective: 1000;}.tparrows.preview4:after {    position: absolute;    line-height: 110px;    text-align: center;    font-family: "revicons";    color: #fff;    font-size: 20px;    top: 0px;    left: 0px;    z-index: 0;    width: 30px;    height: 110px;    background: #000;    background: rgba(0, 0, 0, 0.25);    -webkit-transition: all 0.2s ease-in-out;    -moz-transition: all 0.2s ease-in-out;    -o-transition: all 0.2s ease-in-out;    transition: all 0.2s ease-in-out;    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";    filter: alpha(opacity=100);    -moz-opacity: 1;    -khtml-opacity: 1;    opacity: 1;}.tp-rightarrow.preview4:after {    content: '\e825';}.tp-leftarrow.preview4:after {    content: '\e824';}.tparrows.preview4 .tp-arr-allwrapper {    visibility: hidden;    width: 180px;    position: absolute;    z-index: 1;    min-height: 120px;    top: 0px;    left: -150px;    overflow: hidden;    -webkit-perspective: 1000px;    -webkit-transform-style: flat;}.tp-leftarrow.preview4 .tp-arr-allwrapper {    left: 0px;}.tparrows.preview4 .tp-arr-iwrapper {    position: relative;}.tparrows.preview4 .tp-arr-imgholder {    display: block;    background-size: cover;    background-position: center center;    width: 180px;    height: 110px;    position: relative;    top: 0px;    -webkit-backface-visibility: hidden;    backface-visibility: hidden;}.tparrows.preview4 .tp-arr-imgholder2 {    display: block;    background-size: cover;    background-position: center center;    width: 180px;    height: 110px;    position: absolute;    top: 0px;    left: 180px;    -webkit-backface-visibility: hidden;    backface-visibility: hidden;}.tp-leftarrow.preview4 .tp-arr-imgholder2 {    left: -180px;}.tparrows.preview4 .tp-arr-titleholder {    display: block;    font-size: 12px;    line-height: 25px;    padding: 0px 10px;    text-align: left;    color: #fff;    position: relative;    background: #000;    color: #FFF;    text-transform: uppercase;    white-space: nowrap;    letter-spacing: 1px;    font-weight: 700;    font-size: 11px;    line-height: 2.75;    -webkit-transition: all 0.3s;    transition: all 0.3s;    -webkit-transform: rotateX(-90deg);    transform: rotateX(-90deg);    -webkit-transform-origin: 50% 0;    transform-origin: 50% 0;    -webkit-backface-visibility: hidden;    backface-visibility: hidden;    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    filter: alpha(opacity=0);    -moz-opacity: 0.0;    -khtml-opacity: 0.0;    opacity: 0.0;}.tparrows.preview4:after {    transform-origin: 100% 100%;    -webkit-transform-origin: 100% 100%;}.tp-leftarrow.preview4:after {    transform-origin: 0% 0%;    -webkit-transform-origin: 0% 0%;}@media only screen and (min-width: 768px) {    .tparrows.preview4:hover:after {        -webkit-transform: rotateY(-90deg);        transform: rotateY(-90deg);    }    .tp-leftarrow.preview4:hover:after {        -webkit-transform: rotateY(90deg);        transform: rotateY(90deg);    }    .tparrows.preview4:hover .tp-arr-titleholder {        -webkit-transition-delay: 0.4s;        transition-delay: 0.4s;        -webkit-transform: rotateX(0deg);        transform: rotateX(0deg);        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";        filter: alpha(opacity=100);        -moz-opacity: 1;        -khtml-opacity: 1;        opacity: 1;    }}/* PREVIEW 4 BULLETS */.tp-bullets.preview4 {    height: 17px;}.tp-bullets.preview4 .bullet {    cursor: pointer;    position: relative !important;    background: rgba(0, 0, 0, 0.5) !important;    -webkit-border-radius: 10px;    border-radius: 10px;    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;    width: 6px !important;    height: 6px !important;    border: 5px solid rgba(0, 0, 0, 0) !important;    display: inline-block;    margin-right: 2px !important;    margin-bottom: 0px !important;    -webkit-transition: background-color 0.2s, border-color 0.2s;    -moz-transition: background-color 0.2s, border-color 0.2s;    -o-transition: background-color 0.2s, border-color 0.2s;    -ms-transition: background-color 0.2s, border-color 0.2s;    transition: background-color 0.2s, border-color 0.2s;    float: none !important;    box-sizing: content-box;    -moz-box-sizing: content-box;    -webkit-box-sizing: content-box;}.tp-bullets.preview4 .bullet.last {    margin-right: 0px;}.tp-bullets.preview4 .bullet:hover,.tp-bullets.preview4 .bullet.selected {    -webkit-box-shadow: none;    -moz-box-shadow: none;    box-shadow: none;    background: rgba(255, 255, 255, 1) !important;    width: 6px !important;    height: 6px !important;    border: 5px solid rgba(0, 0, 0, 1) !important;}@media only screen  and (max-width: 767px) {    .tparrows.preview4 {        width: 20px;        height: 80px;    }    .tparrows.preview4:after {        width: 20px;        height: 80px;        line-height: 80px;        font-size: 14px;    }    .tparrows.preview1 .tp-arr-allwrapper,    .tparrows.preview2 .tp-arr-allwrapper,    .tparrows.preview3 .tp-arr-allwrapper,    .tparrows.preview4 .tp-arr-allwrapper {        display: none !important;    }}/******************************	-	LOADER FORMS	-********************************/.tp-loader {    top: 50%;    left: 50%;    z-index: 10000;    position: absolute;}.tp-loader.spinner0 {    width: 40px;    height: 40px;    background: url(../img/rs-slider/loader.gif) no-repeat center center;    background-color: #fff;    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);    margin-top: -20px;    margin-left: -20px;    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;    animation: tp-rotateplane 1.2s infinite ease-in-out;    border-radius: 3px;    -moz-border-radius: 3px;    -webkit-border-radius: 3px;}.tp-loader.spinner1 {    width: 40px;    height: 40px;    background-color: #fff;    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);    margin-top: -20px;    margin-left: -20px;    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;    animation: tp-rotateplane 1.2s infinite ease-in-out;    border-radius: 3px;    -moz-border-radius: 3px;    -webkit-border-radius: 3px;}.tp-loader.spinner5 {    background: url(../img/rs-slider/loader.gif) no-repeat 10px 10px;    background-color: #fff;    margin: -22px -22px;    width: 44px;    height: 44px;    border-radius: 3px;    -moz-border-radius: 3px;    -webkit-border-radius: 3px;}@-webkit-keyframes tp-rotateplane {    0% {        -webkit-transform: perspective(120px);    }    50% {        -webkit-transform: perspective(120px) rotateY(180deg);    }    100% {        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);    }}@keyframes tp-rotateplane {    0% {        transform: perspective(120px) rotateX(0deg) rotateY(0deg);        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);    }    50% {        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);    }    100% {        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);    }}.tp-loader.spinner2 {    width: 40px;    height: 40px;    margin-top: -20px;    margin-left: -20px;    background-color: #ff0000;    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);    border-radius: 100%;    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;    animation: tp-scaleout 1.0s infinite ease-in-out;}@-webkit-keyframes tp-scaleout {    0% {        -webkit-transform: scale(0.0);    }    100% {        -webkit-transform: scale(1.0);        opacity: 0;    }}@keyframes tp-scaleout {    0% {        transform: scale(0.0);        -webkit-transform: scale(0.0);    }    100% {        transform: scale(1.0);        -webkit-transform: scale(1.0);        opacity: 0;    }}.tp-loader.spinner3 {    margin: -9px 0px 0px -35px;    width: 70px;    text-align: center;}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3 {    width: 18px;    height: 18px;    background-color: #fff;    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);    border-radius: 100%;    display: inline-block;    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;    animation: tp-bouncedelay 1.4s infinite ease-in-out;    /* Prevent first frame from flickering when animation starts */    -webkit-animation-fill-mode: both;    animation-fill-mode: both;}.tp-loader.spinner3 .bounce1 {    -webkit-animation-delay: -0.32s;    animation-delay: -0.32s;}.tp-loader.spinner3 .bounce2 {    -webkit-animation-delay: -0.16s;    animation-delay: -0.16s;}@-webkit-keyframes tp-bouncedelay {    0%, 80%, 100% {        -webkit-transform: scale(0.0);    }    40% {        -webkit-transform: scale(1.0);    }}@keyframes tp-bouncedelay {    0%, 80%, 100% {        transform: scale(0.0);        -webkit-transform: scale(0.0);    }    40% {        transform: scale(1.0);        -webkit-transform: scale(1.0);    }}.tp-loader.spinner4 {    margin: -20px 0px 0px -20px;    width: 40px;    height: 40px;    text-align: center;    -webkit-animation: tp-rotate 2.0s infinite linear;    animation: tp-rotate 2.0s infinite linear;}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2 {    width: 60%;    height: 60%;    display: inline-block;    position: absolute;    top: 0;    background-color: #fff;    border-radius: 100%;    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;    animation: tp-bounce 2.0s infinite ease-in-out;    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);}.tp-loader.spinner4 .dot2 {    top: auto;    bottom: 0px;    -webkit-animation-delay: -1.0s;    animation-delay: -1.0s;}@-webkit-keyframes tp-rotate {    100% {        -webkit-transform: rotate(360deg);    }}@keyframes tp-rotate {    100% {        transform: rotate(360deg);        -webkit-transform: rotate(360deg);    }}@-webkit-keyframes tp-bounce {    0%, 100% {        -webkit-transform: scale(0.0);    }    50% {        -webkit-transform: scale(1.0);    }}@keyframes tp-bounce {    0%, 100% {        transform: scale(0.0);        -webkit-transform: scale(0.0);    }    50% {        transform: scale(1.0);        -webkit-transform: scale(1.0);    }}.tp-transparentimg {    content: "url(../assets/transparent.png)"}.tp-3d {    -webkit-transform-style: preserve-3d;    -webkit-transform-origin: 50% 50%;}.tp-caption img {    background: transparent;    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);    zoom: 1;}@font-face {    font-family: 'revicons';    src: url('../fonts/revicons.eot?5510888');    src: url('../fonts/revicons.eot?5510888#iefix') format('embedded-opentype'),    url('../fonts/revicons.woff?5510888') format('woff'),    url('../fonts/revicons.ttf?5510888') format('truetype'),    url('../fonts/revicons.svg?5510888#revicons') format('svg');    font-weight: normal;    font-style: normal;}/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. *//* Note, that will break hinting! In other OS-es font will be not as sharp as it could be *//*@media screen and (-webkit-min-device-pixel-ratio:0) {  @font-face {    font-family: 'revicons';    src: url('../font/revicons.svg?5510888#revicons') format('svg');  }}*/[class^="revicon-"]:before, [class*=" revicon-"]:before {    font-family: "revicons";    font-style: normal;    font-weight: normal;    speak: none;    display: inline-block;    text-decoration: inherit;    width: 1em;    margin-right: .2em;    text-align: center;    /* opacity: .8; */    /* For safety - reset parent styles, that can break glyph codes*/    font-variant: normal;    text-transform: none;    /* fix buttons height, for twitter bootstrap */    line-height: 1em;    /* Animation center compensation - margins should be symmetric */    /* remove if not needed */    margin-left: .2em;    /* you can be more comfortable with increased icons size */    /* font-size: 120%; */    /* Uncomment for 3D effect */    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */}.revicon-search-1:before {    content: '\e802';}/* '' */.revicon-pencil-1:before {    content: '\e831';}/* '' */.revicon-picture-1:before {    content: '\e803';}/* '' */.revicon-cancel:before {    content: '\e80a';}/* '' */.revicon-info-circled:before {    content: '\e80f';}/* '' */.revicon-trash:before {    content: '\e801';}/* '' */.revicon-left-dir:before {    content: '\e817';}/* '' */.revicon-right-dir:before {    content: '\e818';}/* '' */.revicon-down-open:before {    content: '\e83b';}/* '' */.revicon-left-open:before {    content: '\e819';}/* '' */.revicon-right-open:before {    content: '\e81a';}/* '' */.revicon-angle-left:before {    content: '\e820';}/* '' */.revicon-angle-right:before {    content: '\e81d';}/* '' */.revicon-left-big:before {    content: '\e81f';}/* '' */.revicon-right-big:before {    content: '\e81e';}/* '' */.revicon-magic:before {    content: '\e807';}/* '' */.revicon-picture:before {    content: '\e800';}/* '' */.revicon-export:before {    content: '\e80b';}/* '' */.revicon-cog:before {    content: '\e832';}/* '' */.revicon-login:before {    content: '\e833';}/* '' */.revicon-logout:before {    content: '\e834';}/* '' */.revicon-video:before {    content: '\e805';}/* '' */.revicon-arrow-combo:before {    content: '\e827';}/* '' */.revicon-left-open-1:before {    content: '\e82a';}/* '' */.revicon-right-open-1:before {    content: '\e82b';}/* '' */.revicon-left-open-mini:before {    content: '\e822';}/* '' */.revicon-right-open-mini:before {    content: '\e823';}/* '' */.revicon-left-open-big:before {    content: '\e824';}/* '' */.revicon-right-open-big:before {    content: '\e825';}/* '' */.revicon-left:before {    content: '\e836';}/* '' */.revicon-right:before {    content: '\e826';}/* '' */.revicon-ccw:before {    content: '\e808';}/* '' */.revicon-arrows-ccw:before {    content: '\e806';}/* '' */.revicon-palette:before {    content: '\e829';}/* '' */.revicon-list-add:before {    content: '\e80c';}/* '' */.revicon-doc:before {    content: '\e809';}/* '' */.revicon-left-open-outline:before {    content: '\e82e';}/* '' */.revicon-left-open-2:before {    content: '\e82c';}/* '' */.revicon-right-open-outline:before {    content: '\e82f';}/* '' */.revicon-right-open-2:before {    content: '\e82d';}/* '' */.revicon-equalizer:before {    content: '\e83a';}/* '' */.revicon-layers-alt:before {    content: '\e804';}/* '' */.revicon-popup:before {    content: '\e828';}/* '' */
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);-ms-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);-ms-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);-ms-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);-ms-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);-ms-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);-ms-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);-ms-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);-ms-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);-ms-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1)}}@keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);-ms-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1)}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);-ms-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);-ms-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);-ms-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);-ms-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);-ms-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);-ms-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);-ms-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);-ms-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);-ms-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;margin:5px;padding:5px 15px;font-size:12px;background:0 0;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;background:rgba(0,0,0,.2)}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) center center no-repeat}
.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}100%,75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}100%,75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}100%,75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}
div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right,div.pp_default .pp_top,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_content{background-color:#fff}div.pp_default .pp_next:hover{background:url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a{background:url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a{border-color:#fff}div.pp_default .pp_social{margin-top:7px}div.pp_default .pp_gallery a.pp_arrow_next,div.pp_default .pp_gallery a.pp_arrow_previous{position:static;left:auto}div.pp_default .pp_nav .pp_pause,div.pp_default .pp_nav .pp_play{background:url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default .pp_details{position:relative}div.pp_default a.pp_arrow_next,div.pp_default a.pp_arrow_previous{background:url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover,div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_nav .pp_play:hover{opacity:.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(../img/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content .ppt{color:#000}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_details{position:relative}div.light_rounded .pp_description{margin-right:85px}div.light_rounded #pp_full_res .pp_inline{color:#000}div.light_rounded .pp_gallery a.pp_arrow_next,div.light_rounded .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.light_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left}div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_content{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left}div.dark_rounded .pp_next:hover{background:url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_details{position:relative}div.dark_rounded .pp_description{margin-right:85px}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_rounded .pp_description{color:#fff}div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.dark_rounded .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left}div.dark_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_content,div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right{background:#000}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_details{position:relative}div.dark_square .pp_description{margin:0 85px 0 0}div.dark_square #pp_full_res .pp_inline{color:#fff}div.dark_square .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_content,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right{background:#fff}div.light_square .pp_content .ppt{color:#000}div.light_square .pp_expand{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_details{position:relative}div.light_square .pp_description{margin-right:85px}div.light_square #pp_full_res .pp_inline{color:#000}div.light_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous{margin-top:12px!important}div.light_square .pp_nav .pp_play{background:url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_loaderIcon{background:url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content .ppt{color:#000}div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_content{background:#fff}div.facebook .pp_expand{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_details{position:relative}div.facebook .pp_description{margin:0 37px 0 0}div.facebook #pp_full_res .pp_inline{color:#000}div.facebook .pp_loaderIcon{background:url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0;display:none}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px solid #000;border:1px solid rgba(0,0,0,.5);display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(../img/prettyPhoto/facebook/default_thumbnail.gif) no-repeat;display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none!important;font-size:17px;margin:0 0 5px 15px;z-index:9999}
											/* =============================================== */
											/* ---------------->>> CSS STYLES <<<------------- */
											/* ================================================ */ 
/*									
1. GLOBAL STYLES	
	- Heading
	- List Style
	- Links
	- Positions
	- Title
	- Layout
	- z-index
	- Button
	- Animation
	- Icons Styles
		- Icon With Color
		- Icons With Size Variations
		- Social Icons
		- Icon Hover
	- Space Adjustments	
		- Custom Height
		- 4 Side Padding
		- 4 Side Margin
		- Top Padding
		- Top Margin
		- Bottom Padding
		- Bottom Margin
		- Top & Bottom Padding
		- Top & Bottom Margin
	- Border	
	- Page Loader
	- Accordion
	- Tabs
	- BG Image
	- Overlay
	- Forms
	- Text Color
	- BG Color
	- Transition Effects
	- Gary Scale Image
	- Hover Effects
	- Navigation Menu 
		- Side Navigation Menu
2. SLIDER SECTION
	- Slider Revolution
	- Bootstrap Carousel
		- Carousel Fade
	- Home Carousel Slider	
	- Owl Slider
		- Owl Navigations
		- Owl Paginations
	- Text Slider	
3. MAIN SECTION	
	- Special Features
	- Features 
	- Additional Features
	- Progress
	- Portfolio / Work
	- Work Process
	- Pricing
		-Ribbon
	- Counter	
	- Pie Chart
	- Item-box
	- Twitter Feed
	- Blog
		- Latest News
		- Posts
		- Video Post
		- Meta
		- Reply
	- Testimonials	
	- Get a Quote
	- Page Title Variations
	- Background Video
	- Google Map
	- Contact Form
	- Sitemap
4. SIDEBAR	
	- Tags	
	- Social Feed Widget
	- Shop Widgets
	- Poll
	- Price Range Filter
	- Widget
	- Newsletter
5. PAGES
	- Service Time-line	
	- Time Liner Blog & Resume
	- Timeline Left side Bar
	- Coming Soon
	- Event page
		- Schedule Section
		- Schedule panel-collapse
		- Faq
	- Book Landing page
	- 404
	- Charity
	- Fashion page
	- spa
	- Wedding
	- Real Estate
	- Motor Page
	- Mail chimp
	- Shopping Cart
		- Zoom Product
	- Masonry Grid
6. Footer
	- Copyright
	- Dark Section	
	- Bootstrap Elements
	
/******************************************************************************
  Global Style 
*******************************************************************************/
body {
  font-family: 'Arimo', sans-serif;
  height: 100%;
  line-height: 1.8;
  font-style:normal;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size:14px;
}
input,
button,
select,
textarea {
  font-family: 'Arimo', sans-serif;
}
/* Heading */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 22px;
  font-family:Oswald,sans-serif;
}
h1 {
  font-size: 45px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:10px;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  line-height:1.7;
  text-transform:uppercase;
  margin:0;
}
h4.title{
	margin:0 0 15px 0;
}
h5 {
  font-size: 17px;
  text-transform:uppercase;
  font-weight: 600;
}
h6 {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  text-transform:capitalize;
}
.head-no-margin h6{
	margin-bottom:14px;
}
.upper{
	text-transform:uppercase;
}
.lower{
	text-transform:lowercase;
}
.text-small{
	font-size: 12px;
    line-height: 18px;
}
hr{
  border: 0;
  border-top: 1px dashed #e1e1e1;
  border-top: 1px dashed rgba(0,0,0,.1);
  border-bottom: 0 none;
}
hr.white{
  border: 0;
  border-top: 1px solid #e1e1e1;
  border-top: 1px solid rgba(255,255,255,1);
  border-bottom: 0 none;
}
.highlight{
	background:#FFC400;
	padding:0 5px;
}
.bg-black{
	background:#000;
}
address{
	margin-bottom:10px;
}
/* List Style */
ol li{
	list-style:inherit;
}
ul.list-style{
	margin: 0 0 18px;
    padding: 0 0 0 60px;
}
ul.list-style li{
	position:relative;
	line-height:1;
	list-style: disc;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.arrow-style {
    margin: 0 0 20px;
    padding: 0 0 0 0px;
}
.arrow-style.no-pad{
    margin: 0 0 22px;
    padding: 0 0 0 0px;
}
.arrow-style li{
	list-style: outside none none;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-top: 7px;
    position: relative;
	border-bottom:1px dashed #ccc;
}
.arrow-style li:last-child{
	border-bottom:0;
}
ul.arrow-style li:before{
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 5px;
}
.product-page .description {
  color: #7f7f7f;
  margin-bottom:20px;
}
.product-page .arrow-style{
	margin-bottom:0px;
}
/* Links */
a {
  color: #171717;
}
a:visited {
  color: #171717;
  text-decoration:none;
}
a:focus{
  color: #171717;
  text-decoration:none;
}
a:active {
  color: #000;
}
a:hover {
  color: #171717;
  text-decoration:none;
}
a,
a:hover,
a:visited,
a:focus{
	outline: 0 none;
}
.read-more{
	text-transform:uppercase;
	font-weight:bold;
}
a.read-more:hover{
	color:#222222;
}
/* Positions */

.absolute{
	position: absolute;
}
.relative{
	position: relative;
}

/* Title */
.title{
	font-family:Oswald,sans-serif;
}
.section-title {
  border-bottom-width: 0px;
  margin-bottom: 40px;
  position: relative;
}
.section-title h1{
	text-transform:uppercase;
	text-align:center;
	font-size: 48px;	
    font-weight: normal;
    margin: 0 0 12px;
    padding: 14px 0;
}

.section-title h2{
	text-transform:uppercase;
	text-align:center;
	font-size: 32px;	
    font-weight: 700;
    margin: 0 0 12px;
    padding: 14px 0;
}
h2.heading{
	font-size:30px;
}
.page-wrap .section-title h1:before ,
.page-wrap .section-title h2:before {
	content:none;
}
.section-heading{
	clear:both;
	display:block;
	margin-bottom:40px;
}
.page-wrap .section-title  {
	transform:skewX(-15deg);
	border-right:3px solid;
	float:left;
	padding:0px 40px 0px 0px;	   
	margin-right:40px;
	margin-bottom:0;
}
.page-wrap .section-title  h2{
	transform:skewX(15deg);
	margin:0px;
	padding:0px;
}
.section-title.text-left h2,
.section-title.text-left h1{
 text-align:left;
}
.section-title h1:before ,
.section-title h2:before {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right:0;
  margin:-2px auto;
  position: absolute;
  width: 40px;
}
.section-title.text-left h2{
	text-align:left;
}
.section-title.text-left h1:before ,
.section-title.text-left h2:before{
    left: 0;
    margin-left: 0;
}
.title-description {
    padding-bottom: 50px;
}
.title i{
	margin-right:7px;
}
.description {
  margin-bottom:10px;
  font-size:12px;
  font-weight:600;
}
/* Layout */
section,
.footer-widget,
.copyright{
	position:relative;
}
.wide .container{
	width:100%;
}
.boxed {
    background: none repeat scroll 0 0 #fff;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 20px;
}
.boxed #page{
	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
    position: relative;
}
.boxed .sticky-wrapper.is-sticky #sticker, 
.boxed .sticky-wrapper{
	margin: 0 auto;
    max-width: 1200px;
}
.page-section{
	padding:75px 0;    
	display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
	background:#ffffff;
}
.page-section.transparent{
	background:transparent;
}
.page-box-wapper {
    margin: 0 auto -65px;
    max-width: 1200px;
    width: 100%;
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* z-index */

.z-index-9{
	z-index:9;
}
.z-index-99{
	z-index:99;
}
.z-index-999{
	z-index:999;
}
.z-index-9999{
	z-index:9999;
}

/* Button */
.btn{
  line-height: 22px;
  outline: none;
  padding: 9px 20px;
  border:0;
  border-bottom:2px solid rgba(0,0,0,.2);
  margin-top:15px;    
  border-radius: 2px;
}
.btn:hover{
-webkit-transition: background .2s linear, color .2s linear;
transition:  background .2s linear, color .2s linear;
border-bottom:2px solid rgba(0,0,0,.4);
}
.btn.btn-lg {
    font-size: 14px;
    padding: 16px 45px;
}
.transparent-header.top-bar .sticky-wrapper {
	top:45px;
}
.btn-black{
	background:#000;
	color:#fff!important;
}
.btn-black:hover{
	background:#FFC400;
}
.i-unset{
	line-height:unset!important;
}
.btn-transparent-white{
	background:transparent;
	color:#fff;
	border:2px solid #fff;
	margin:0;
}
.btn-transparent-white:hover{
	border-bottom:2px solid #fff;
	background:#fff;
}
.btn-transparent-black{
	background:transparent;
	color:#222;
	border:2px solid #222;
	margin:0;
}
.btn-transparent-black:hover{
	border-bottom:2px solid #222;
	background:#222;
}
/* Animation */

.animated{
	visibility:hidden;
}
.visible{
	visibility:visible;
}
/******************************************************************************
  Icons Styles
*******************************************************************************/

.icons-circle.small i,
.icons-rounded.small i,
.icons-square.small i,
i.icons-circle.small,
i.icons-square.small,
i.icons-rounded.small
{
	padding:10px;
}
.icons-circle.big i,
.icons-rounded.big i,
.icons-squarer.big i,
i.icons-circle.big,
i.icons-square.big,
i.icons-rounded.big
{
	padding:50px;
	line-height:12em;
}
.icons-circle.medium i,
.icons-rounded.medium i,
.icons-squarer.medium i,
i.icons-circle.medium,
i.icons-square.medium,
i.icons-rounded.medium
{
	padding:40px;
	line-height:6em;
}
.icons-circle i,
i.icons-circle,
.circle{
	border-radius: 50%;
}
.icons-rounded i,
i.icons-rounded{
	border-radius: 15px;
}
.icons-square i,
i.icons-square{
	border-radius: 0px;
}
/* Icon With Color */
.gray-bg i{	
   background-color:#333;
   color:#ffffff;
}

/* Icons With Size Variations */

.i-2x i,
i.i-2x{
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;	
	font-size:10px;
	margin-bottom:15px;
}
.i-3x i,
i.i-3x{
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;	
	margin-bottom:15px;
}
.i-4x i,
i.i-4x{
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;	
	font-size:16px;
	margin-bottom:15px;
}
.i-5x i,
i.i-5x{
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;		
	font-size:19px;
	margin-bottom:15px;
}
.i-6x i,
i.i-6x{
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;	
	font-size:21px;	
}
.i-7x i,
i.i-7x{
	width:70px;
	height:70px;
	text-align:center;
	line-height:70px;	
	font-size:23px;	
	margin-bottom:15px;
}
.i-8x i,
i.i-8x{
	width:80px;
	height:80px;
	text-align:center;
	line-height:80px;		
	font-size:25px;
	margin-bottom:15px;
}
.i-9x i,
i.i-9x{
	width:90px;
	height:90px;
	text-align:center;
	line-height:90px;		
	font-size:27px;
	margin-bottom:15px;
}
.i-10x i,
i.i-10x{
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;		
	font-size:30px;
	margin-bottom:15px;
}
i.no-margin,
.i-3x i.no-margin{
	margin:0px !important;
}
i.pull-left{
	margin-right: 0.3em;
}
i.pull-left{
	margin-right: 0.3em;
	margin-top:.0.2em;
}
.icon-2 span{
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;		
	font-size:10px;
	margin-bottom:15px;
}
.icon-3 span{
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;		
	font-size:12px;
	margin-bottom:15px;
}
.icon-4 span{
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;		
	font-size:15px;
	margin-bottom:15px;
}
.icon-5 span{
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;		
	font-size:18px;
	margin-bottom:15px;
}
.icon-6 span{
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;		
	font-size:25px;
	margin-bottom:15px;
}
.icon-7 span{
	width:80px;
	height:80px;
	text-align:center;
	line-height:80px;		
	font-size:28px;
	margin-bottom:15px;
}
.icons-circle span{
	border-radius:50%;
}
.color-icons span{
	border:1px solid transparent;
}
.color-icons span:hover{
	border:1px solid #ffffff;
}

.hover-color span{
	background:transparent;
	border:1px solid #ffffff;
	color:#ffffff;
}
.icons-border-black span{
	border:1px solid #171717!important;
	background:transparent;
	color:#171717;
}
.icons-border-black span:hover{
	color:#ffffff;
}
.icons-border-white span{
	border:1px solid #ffffff!important;
	background:transparent;
	color:#ffffff;
}
.glyph {
    float: left;
    margin-bottom: 1em;
    margin-right: 4em;
    overflow: hidden;
    padding-bottom: 1em;
    width: 15em;
}
.fs0 {
    font-size: 16px;
}
.size1of1 {
    width: 100%;
}

.size1of2 {
    width: 50%;
}
.unit {
    float: left;
}
.hidden-true {
    display: none;
}
.bshadow0, 
.glyph input {
    box-shadow: 0 -2px #e7e7e7 inset;
}
.talign-right {
    text-align: right;
}
/* Social Icons */
.social-icon i{	
   display:inline-block;
   margin-right:1px;
}
.white.social-icon i{
	color:#ffffff;
}
.fa-1x i,
i.fa-1x{
	font-size:16px;
}
.social-icon i:hover{
	color:#ffffff;
}

/******************************************************************************
							Space Adjustments
*******************************************************************************/
.no-pad{
	padding:0;
}
.no-margin {
    margin: 0;
}
/* Custom Height */

.height-200{
	height:200px;
}

.height-400{
	height:400px;
}
.height-500{
	height:500px;
}
.height-600{
	height:600px;
}
.height-700{
	height:700px;
}

/* 4 Side Padding */
.pad-10{
	padding:10px;
}
.pad-20{
	padding:20px;
}
.pad-30{
	padding:30px;
}
.pad-40{
	padding:40px;
}
.pad-50{
	padding:50px;
}
.pad-60{
	padding:60px;
}
.pad-70{
	padding:70px;
}
.pad-80{
	padding:80px;
}
/* 4 Side Margin */
.margin-10{
	margin:10px;
}
.margin-20{
	margin:20px;
}
.margin-30{
	margin:30px;
}
.margin-40{
	margin:40px;
}
.margin-50{
	margin:50px;
}
.margin-60{
	margin:60px;
}
.margin-70{
	margin:70px;
}
.margin-80{
	margin:80px;
}
/* Top Padding */
.top-pad-0{
	padding-top:0px;
}
.top-pad-10{
	padding-top:10px;
}
.top-pad-20{
	padding-top:20px;
}
.top-pad-30{
	padding-top:30px;
}
.top-pad-40{
	padding-top:40px;
}
.top-pad-50{
	padding-top:50px;
}
.top-pad-60{
	padding-top:60px;
}
.top-pad-70{
	padding-top:70px;
}
.top-pad-80{
	padding-top:80px;
}
/* Top Margin */
.top-margin-0{
	margin-top:0px !important;
}
.top-margin-10{
	margin-top:10px;
}
.top-margin-20{
	margin-top:20px;
}
.top-margin-30{
	margin-top:30px;
}
.top-margin-40{
	margin-top:40px;
}
.top-margin-50{
	margin-top:50px;
}
.top-margin-60{
	margin-top:60px;
}
.top-margin-70{
	margin-top:70px;
}
.top-margin-80{
	margin-top:80px;
}
/* Bottom Padding */
.bottom-pad-0{
	padding-bottom:0px !important;
}
.bottom-pad-10{
	padding-bottom:10px !important;
}
.bottom-pad-20{
	padding-bottom:20px;
}
.bottom-pad-30{
	padding-bottom:30px;
}
.bottom-pad-40{
	padding-bottom:40px;
}
.bottom-pad-50{
	padding-bottom:50px;
}
.bottom-pad-60{
	padding-bottom:60px;
}
.bottom-pad-70{
	padding-bottom:70px;
}
.bottom-pad-80{
	padding-bottom:80px;
}
/* Bottom Margin */
.bottom-margin-0{
	margin-bottom:0px;
}
.bottom-margin-10{
	margin-bottom:10px;
}
.bottom-margin-20{
	margin-bottom:20px;
}
.bottom-margin-30{
	margin-bottom:30px;
}
.bottom-margin-40{
	margin-bottom:40px;
}
.bottom-margin-50{
	margin-bottom:50px;
}
.bottom-margin-60{
	margin-bottom:60px;
}
.bottom-margin-70{
	margin-bottom:70px;
}
.bottom-margin-80{
	margin-bottom:80px;
}
/* Top & Bottom Padding */

.tb-pad-10{
	padding-top:10px;
	padding-bottom:10px;
}
.tb-pad-20{
	padding-top:20px;
	padding-bottom:20px;
}
.tb-pad-30{
	padding-top:30px;
	padding-bottom:30px;
}
.tb-pad-40{
	padding-top:40px;
	padding-bottom:40px;
}
.tb-pad-50{
	padding-top:50px;
	padding-bottom:50px;
}
.tb-pad-60{
	padding-top:60px;
	padding-bottom:60px;
}
.tb-pad-70{
	padding-top:70px;
	padding-bottom:70px;
}
.tb-pad-80{
	padding-top:80px;
	padding-bottom:80px;
}
/* Top & Bottom Margin */
.tb-margin-10{
	margin-top:10px;
	margin-bottom:10px;
}
.tb-margin-20{
	margin-top:20px;
	margin-bottom:20px;
}
.tb-margin-30{
	margin-top:30px;
	margin-bottom:30px;
}
.tb-margin-40{
	margin-top:40px;
	margin-bottom:40px;
}
.tb-margin-50{
	margin-top:50px;
	margin-bottom:50px;
}
.tb-margin-60{
	margin-top:60px;
	margin-bottom:60px;
}
.tb-margin-70{
	margin-top:70px;
	margin-bottom:70px;
}
.tb-margin-80{
	margin-top:80px;
	margin-bottom:80px;
}
/* Custom Padding */
	.left-pad-90{
		padding-left:90px;
	}
/* Border */
* {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 0;
  zoom: 1;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:focus {
  outline: none !important;
}
.border-color{
	border-width:1px;
}
.border2-color{
	border-width:2px;
}
.border-white{
	border:1px solid #ffffff;
}
.border2-white{
	border:1px solid #ffffff;
}
.border-black{
	border:1px solid #000000;
}
.border2-black{
	border:2px solid #000000;
}
/* Page Loader */
#pageloader {
	background-color:#FFFFFF;
	height:100%;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}
.loader-item {
	background:none repeat scroll 0 0 #FFFFFF;
	border-bottom:3px solid rgba(0,0,0,0) !important;
	border-left:3px solid;
	border-radius:200px;
	-moz-border-radius:200px;
	-webkit-border-radius:200px;
	-o-border-radius:200px;
	-ms-border-radius:200px;
	border-right:3px solid;
	border-top:3px solid;
	height:40px;
	left:50%;
	margin:-20px 0 0 -20px;
	position:absolute;
	text-align:center;
	top:50%;
	width:40px;
}
.loader-item h2 {
	color:#CCCCCC;
	font-size:20px;
	margin:0 auto;
}

/* Accordion */

.panel-group .panel .panel-heading > .panel-title > a {
    border-bottom: 1px dotted #f2f2f2;
    color: #1e1e1e;
    font-weight: 600;
    line-height: 22px;
    transition: background-color 0.2s linear 0s;
}
.panel-group.new .panel .panel-heading > .panel-title > a{
	border: 1px dotted #e1e1e1;
	background:url(../img/sections/bg/pattern-bg.png) repeat;
}
.panel-group.no-list .panel .panel-heading > .panel-title > a, 
.panel-group.no-list .panel .panel-heading > .panel-title > a:hover, 
.panel-group.no-list .active.panel .panel-heading > .panel-title > a, 
.panel-group.no-list .active.panel .panel-heading > .panel-title > a:hover {
    padding: 9px 9px 9px 0;
}
.panel-group .active.panel .panel-heading > .panel-title {
    border-bottom: 1px solid #f2f2f2;
}
.panel-group .panel .panel-heading {
    background-color: inherit;
    padding: 0;
    position: relative;
}
.panel-default > .panel-heading {
    color: #1e1e1e;
}
.panel-group .panel {
    background-color: inherit;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0 none;
}
.panel-group .panel-body {
    padding: 10px 0 10px 1px;
}
.panel-title a{
	display:block;
}
.panel-title a i{
	padding-right:5px;
}
.panel-group.list-style .panel .panel-heading > .panel-title:before {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    left: 0px;
    position: absolute;
    top: 5px;
}
.panel-group.list-style.new .panel .panel-heading > .panel-title:before {
    content: "\f00d";
	left: 15px;
	top: 10px;
}
.panel-group.list-style.new .panel .panel-heading > .panel-title > a {
    padding: 12px 9px 12px 36px;
}
.panel-group.list-style .panel .panel-heading > .panel-title > a {
    padding: 9px 9px 9px 18px;
    line-height: 22px;
}
.panel-group .mix{
	width:100%;
}
/* Tabs */
.tab-content{
	margin-bottom:20px;
	margin-top:20px;
}
.left-tabs  > .nav-tabs{
    border-width: 0;
    float: left;
    margin: 0 -1px 0 0;
}
.right-tabs  > .nav-tabs{
    border-width: 0;
    float: right;
    margin: 0 -1px 0 0;
}
.left-tabs  > .nav-tabs li,
.right-tabs  > .nav-tabs li{
	float:none;
	display:block;
}
.left-tabs  >.nav-tabs > li.active > a, 
.left-tabs  >.nav-tabs > li.active > a:focus, 
.left-tabs  >.nav-tabs > li.active > a:hover{
	border-width:1px;
	border-style: solid none solid solid;
    border-color: #ddd;
	
}
.right-tabs  >.nav-tabs > li.active > a, 
.right-tabs  >.nav-tabs > li.active > a:focus, 
.right-tabs  >.nav-tabs > li.active > a:hover{
	border-width:1px;
	border-style: solid solid solid none;
    border-color: #ddd;
	
}
.left-tabs > .nav-tabs li a{
	border-right:1px solid #ddd;
}
.right-tabs > .nav-tabs li a{
	border-left:1px solid #ddd;
}
.left-tabs  >.nav-tabs{
	margin-right:20px;
}

.nav-tabs {
  margin-bottom: 0;
  margin-left: 0;
}
.nav-tabs > li > a {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0; 
  color: #1e1e1e;
  font-size: 12px;
  padding: 10px 20px 11px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus{
  background-color: #f7f7f7;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #f7f7f7 #f7f7f7 #e1e1e1;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 1px solid #e1e1e1;
  border-bottom-color: transparent;
  color: #1e1e1e;
  font-weight: bold;
}
.nav-tabs > .active.dropdown > a {
  z-index: 911;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  padding: 36px 0 0;
}
.tab-content.border{
	padding:0 20px 20px 20px;
	border:1px solid #ddd;
	border-top:0;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
  margin: 0;
}
.tabs.border{
	border:0;
}
.tabs.border > .nav-tabs > li > a{
  border:1px solid #ddd;
}
.tabs.border > .nav-tabs > li.active > a{
  border-bottom:1px solid transparent;
}
.tabs-right > .nav-tabs > li > a {
  min-width: 110px;
  margin-right: 0;
  margin-bottom: 3px;
  border:1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 110px;
  margin-right: 0;
  margin-bottom: 3px;
  border:1px solid #ddd;
}
.tabs-left > .nav-tabs {
  border: 0 none;
  border-right: 1px solid #ddd;
  float: left;
  margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}
.tabs-left > .tab-content {
  border-left: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
.tabs-left > .tab-content > .tab-pane {
  padding: 0 0 0 20px;
}
.tabs-right > .nav-tabs {
  border: 0 none;
  border-left: 1px solid #ddd;
  float: right;
  margin: 0 0 0 -1px;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
.tabs-right > .tab-content {
  border-right: 1px solid #ddd;
  margin: 0;
  overflow: auto;
}
.tabs-right > .tab-content > .tab-pane {
  padding: 0 20px 0 0;
}
.tab-style .nav-tabs{
	border-left:0;
}
.tab-style > .nav-tabs > li > a {
    border-radius: 4px;
    margin-left: -1px;
	margin-bottom:5px;
	color:#ffffff;
}
.tab-style > .nav-tabs > li {
	background:rgba(0,0,0,.2);
}
.tab-style > .nav-tabs .active > a,
.tab-style > .nav-tabs .active > a:hover,
.tab-style > .nav-tabs .active > a:focus ,
.tab-style > .nav-tabs > li > a:hover,
.tab-style > .nav-tabs > li > a:focus{
	background:rgba(0,0,0,.7);
	color:#f7f7f7;
	font-weight:normal;
}
.tab-style > .tab-content{
	border:0;
}
.tab-style > .nav-tabs .active > a, .tab-style  > .nav-tabs .active > a:hover, .tab-style  > .nav-tabs .active > a:focus{
	border:1px solid rgba(0,0,0,.2);
}
/* BG Image */

.image-bg{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
    background-attachment: static;
	background-repeat: no-repeat;
	background-position: center center;    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 560px;
}
.image-bg.pattern-bg{
	background-repeat: repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;    
}
.image-bg.static{
    background-attachment: static;
}
.image-bg.fixed{
    background-attachment: fixed;
}
.image-bg.content-in{
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 0;
  min-height:unset;
  
}
.image-bg.parallax-1,
.image-bg.parallax-2,
.image-bg.parallax-3,
.image-bg.parallax-4,
.image-bg.parallax-5,
.image-bg.parallax-6,
.image-bg.parallax-7{
	top:-25px;
}
/* Overlay */
.overlay {
    background:#000;
    height: 100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
    opacity: 0.2;
    width: 100%;
}
.image-bg .overlay {
  background: #000;
  height: 100%;
  opacity: .2;
  filter: alpha(opacity=20);
  width: 100%;
}
.image-bg .overlay-half-dark {
  background: #000;
  height: 100%;
  opacity: .5;
  filter: alpha(opacity=20);
  width: 100%;
}
.image-bg .overlay-dark {
  background: #000;
  height: 100%;
  opacity: .7;
  filter: alpha(opacity=20);
  width: 100%;
}
.image-bg .overlay-strips{
  background:url(../img/patterns/pattern.png) repeat;
  height: 100%;
  opacity: .8;
  filter: alpha(opacity=20);
  width: 100%;
}
.image-bg .overlay-boxed {
  background:url(../img/patterns/pattern2.png) repeat;
  height: 100%;
  opacity: .1;
  filter: alpha(opacity=20);
  width: 100%;
}
.image-bg .overlay-color,
.overlay-color{
  height: 100%;
  opacity: .85;
  filter: alpha(opacity=20);
  width: 100%;
}
/* Forms */
.form-box{
	background-color:#f7f7f7;
	padding:30px;
}
.form-control{
	margin-bottom:20px;
}
textarea.form-control.height-82{
	height:82px;
}
.field-border-bottom .form-control{
	border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    border-top: medium none;
    box-shadow: none;
	background:transparent;
	color:#ffffff;
}
.field-border .form-control{
    box-shadow: none;
	background:transparent;
	color:#ffffff;
}
.form-message1{
	color:#ff0000;
}
/* Text Color */
.white{
	color:#ffffff;
}
.white a:not(.btn){ 
	color:#ffffff;
}
.black{
	color:#000000;
}

/* BG Color */

.light-bg{
	background: #f7f7f7;
}
.white-bg{
	background: #ffffff;
}
.black-bg{
	background: #171717;
}
.border-tb{	
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}
.border-b{	
    border-bottom: 1px solid #f2f2f2;
}
.border-t{	
    border-top: 1px solid #f2f2f2;
}
/* Transition Effects */

.item-box:hover i{
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

/* Image */
img {
    height: auto;
    max-width: 100%;
}
img.pull-right{
	padding:0 0 15px 15px;
}
img.pull-left{
	padding:15px 15px 0 0;
}
.opacity img{
	padding-bottom:20px;
}

.opacity:hover img{
	opacity:.8;
}

/* Double Image */

.double-img {
	position:relative;
}
.image-right {
	margin-left:-25%;
	position:relative;
}

/*  Gary Scale Image */

.grayscale img{
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray;
	-webkit-filter: grayscale(100%);
}
.grayscale  img:hover{
	  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	 -webkit-filter: grayscale(0%); 
}
/******************************************************************************
  Hover Effects
*******************************************************************************/
.pricing:hover .title a,
.process-content:hover .title,
.portfolio-grid .grids:hover .grid,
.btn:hover,
.icons-hover-color:hover i,
.get-a-quote:hover a,
.get-a-quote a,
.link-hover-black a:hover,
.icons-hover-black i:hover,
.link-hover-black a,
.icons-hover-black i,
i:hover,
i,
.timeliner li:hover .timeline-heading h4.subheading,
.timeliner li .timeline-heading h4.subheading,
.timeliner li:hover .timeline-image,
.timeliner li .timeline-image,
.opacity:hover img,
.opacity img,
.submit,
.submit:hover,
.icon-6 span,
.icon-6 span:hover,
.blog.timeliner>li:hover .timeline-image,
.blog.timeliner>li:hover .timeline-icon,
.team-item:hover .social-icon,
.team-item .social-icon,
#client-list img:hover,
#client-list img,
.grid-item:hover .figcaption,
.grid-item .figcaption,
.grid-item:hover .grid,
.grid-item .grid,
.portfolio-grid .grids:hover .figcaption,
.portfolio-grid .grids .figcaption,
.portfolio-list .portfolio-grid .grids:hover img,
.portfolio-list .portfolio-grid .grids img,
.shop .product-item img,
.shop .product-item:hover img{
	transition:all 350ms ease-in-out 0s;
	-moz-transition:all 350ms ease-in-out 0s;
	-webkit-transition:all 350ms ease-in-out 0s;
	-o-transition:all 350ms ease-in-out 0s;
	-ms-transition:all 350ms ease-in-out 0s;
}
/* Hover Zoom Effects */
.zoom:hover i{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform: scale(1.1);
}
/* Hover Rotate Effects */
.rotate:hover i{	
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}
/* Endless Rotating */
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/******************************************************************************
  Navigation Menu 
*******************************************************************************/
.header-wrapper{
	border:1px solid rgba(0,0,0,.1);
}
.sticky-wrapper.is-sticky #sticker,
.sticky-wrapper{
	z-index:999;
}
.navbar{
	margin-bottom:0;
}
.navbar-default .navbar-nav > li.active > a, 
.navbar-default .navbar-nav > li.active > a:focus, 
.navbar-default .navbar-nav > li.active > a:hover{
	background:none;
}
.sticky-menu{
    z-index: inherit;	
}
/*--------------- Side Navigation Menu--------------*/
.side-nav  #main{
	padding:0;
}
.side-nav header nav{
	left:0;
	right:0;
	top:0;
	position:absolute;
}
.side-nav header .navbar-default {
    background:none;
    border:none;
	position:absolute;
	z-index:99;
	top:25px;
	box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	-webkit-box-shadow:none;
}
#navigation-menu{
	line-height:2;
	color:#171717;
}
.side-nav header .navbar-nav{
	float: right !important;
    margin-right: -15px
}
.side-nav header .navbar-default .navbar-nav > li > a{
	font-size:45px;
	padding:0;
}
.side-nav header .nav > li > a.active{
	color:#FFC400;
}
.side-nav header .nav-fixed {
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;	
}
.side-nav header .nav-fixed > li {
	float: right;
}
.side-nav header  #sticky.nav-fixed a {    
	background:url(../img/bg.jpg) repeat;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
	color:#FFC400;
}
/*------------MENU------------*/
.side-nav header  #wrapper .toggle-menu{
	background:#000;
	width:50%;
	height:100%;
	position: fixed;
	overflow-y: auto;
	right:-50%;
	top:0;
	z-index:999;	
}
.side-nav header #wrapper .close-menu{
	float:right;
	font-size:50px;
	height:100px;
	width:100px;
	line-height: 100px;
    text-align: center;
	display:block;
	background: #ffc400;
}
.side-nav header   #wrapper .nav{
	padding:130px 0 0 77px;	
}
.side-nav header .nav > li > .sub{
	padding:0 0 0 40px;
}
.side-nav header .nav > li > a,
.side-nav header .nav > li > .sub a{
	color:#ccc;
	font-size:17px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing: 2px;
	padding: 10px 22px;
	text-decoration:none;
}
.side-nav header .nav > li > a:focus{
	background:none;
}
.side-nav header .nav > li > .sub a{
	line-height:3;
}
.side-nav header #wrapper .close-menu a,
.side-nav header #navigation-close.close-menu:hover{	
	color:#171717;
}
.side-nav header .nav > li > a:hover, .nav > li > a:focus{
	background:transparent;
}
.side-nav header .nav > li.active{
	position:relative;
}
.side-nav header .nav > li.active:before{
	height:20px;
	content:"";
	width:77px;
	left:-77px;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
/*---STICKY----*/
.side-nav header  .sticky-wrapper.is-sticky .nav {
    background: none repeat scroll 0 0 black;
    padding: 15px 20px;
    right: 15px;
}
/******************************************************************************
							SLIDER SECTION
*******************************************************************************/

/*Revolution Slider */
.slider.border-bottom{
	border-bottom:3px solid;
}
.bottom-line{	
    border-image: url("../img/border-line.jpg") 25 30 10 20 repeat stretch;
	border-bottom:3px solid;
}
.tp-caption {
  white-space: inherit;
}
.tp-caption.bold{
  font-size: 65px;
  font-weight: bold;
  text-transform:uppercase;
  margin: 0;
  line-height: 75px;
}
.tp-caption.description {
    font-size: 15px !important;    
	line-height: 25px;
	font-family: 'Arimo', sans-serif;
}
.tparrows:before {
	margin-top: 4px;
    font-size: 18px;
}
.tparrows { 
-webkit-border-radius: 50%;
border-radius:  50%;
 background: rgba(255,196,0,.4) !important;
}
.tp-banner,
.tp-banner-fullscreen,
.tp-banner-fullscreen1{
	z-index:0;
}
.slider.rs-slider-full{
	float:left;
	width:100%;
}
.slider.rs-slider {
  background: none;
  border: 0 none;
  max-height: 700px;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index:0;
}
.slider.rs-slider-full {
	min-height:auto;
	background:none;
	padding:0;
}
p.tp-caption.button-block{
	width:100%;
	left:0!important;
} 
p.tp-caption.button-block a{
	margin:0 5px;
}
.transparent .slider.rs-slider {
  max-height: 700px;
}
.slider.load .tp-banner-container {
  visibility: hidden;
}
.slider.rs-slider .container {
  position: relative;
}
.slider.rs-slider .title {
  font-size: 40px;
  font-weight: normal;
  margin: 0;
}
.slider.rs-slider .title.bold,
.slider .bold  {
  font-size: 45px;
  font-weight: bold;
  text-transform:uppercase;
  margin: 0;
  line-height: 75px;
}
.white .tp-caption,.text-white{
	color:#fff;
}
.slider.rs-slider .description {
  font-size: 15px !important;
  line-height: 15px;
  margin: 0;
  padding: 0 15px;
}
.slider.rs-slider .btn {
}
.slider.rs-slider .btn.orang {
  background: #ea4e16;
}
.slider.rs-slider .btn.cherry {
  background: #752033;
}
.slider.rs-slider .phone-text {
  font-size: 17px;
}
.tp-caption a {
    color: #000;
}	
.tp-caption a:hover {
    color: #fff;
}	
.rs-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-bannertimer {
  background: #777 !important;
  background: rgba(0,0,0,0.1) !important;
  height: 0px !important;
}
.tp-bullets.simplebullets.navbar {
  height: 35px;
  padding: 0;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet {
  background: #fff;
  background: rgba(255,255,255,.5);
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  display: inline-block;
  height: 14px;
  float: none;
  margin: 0 3px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  vertical-align: top;
  width: 14px;
}
.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px
}
.slider.rs-slider .tp-bullets.simplebullets .bullet:hover {
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet.selected {
  background: rgba(255,255,255,.7);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider.rs-slider .tparrows {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.5);
  -webkit-border-radius: 100%;
  border-radius:100%;
  cursor: pointer;
  height: 40px !important;
  width: 40px !important;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  -webkit-transition: opacity 0.2s ease-out; 
  -webkit-transform: inherit;
  z-index: 50 !important;
}
.slider.rs-slider .tparrows:before {
  font-family: 'revicons';
  color: #fff;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0;
  margin-top: 3px;
  text-align: center;
  width: 40px;
  font-size: 19px;
}
.tp-leftarrow:before {
  content: '\e824';
}
.slider.rs-slider-full .tp-leftarrow:before,.slider.rs-slider-full .tp-rightarrow:before{
	content:none;
}
.tp-rightarrow:before {
  content: '\e825';
}
.slider.rs-slider .tparrows:hover {
  background: #1e1e1e;
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
}
.slider4container .tparrows:before,
.slider4container .tparrows:hover,
.slider4container .tparrows {
  color: #000 !important;
}
.slider4container .tparrows {
  background: #fff !important;
  background: rgba(255,255,255,0.5) !important;
}
.slider4container .tparrows:hover	{
  background:#fff !important
}
.slider.rs-slider .tp-loader {
  background-image: url("../img/svg/loader.svg"), none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  background-color: inherit;
  height: 40px;
  margin: -20px 0 0 -20px;
  width: 40px;
  z-index: 700;
}
.layerslider {
  margin: 0 auto;
}
.slider.rs-slider.full-width {
  max-height: inherit;
}
.slider.rs-slider.full-width .title {
  font-size: 60px;
  line-height: 0.9;
}
.slider.rs-slider.full-width .btn-link {
  font-size: 14px !important;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 1px;
  padding: 0;
  text-decoration: none;
}
.slider.rs-slider.full-width .btn-link .fa {
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 180%;
  height: 36px;
  line-height: 32px;
  margin-left: 10px;
  padding: 0 0 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}
.slider.rs-slider.full-width .btn-link:hover {
  opacity: .8;
}
.slider.rs-slider.full-width  .tp-rightarrow,
.slider.rs-slider.full-width  .tp-leftarrow {
  display: none !important;
}
.tp-caption p {
    line-height: 25px;
}
.rs-slider-full .tparrows{
	background:none!important;
}
.rs-slider-full  .tp-rightarrow{
	right:-10px!important;
}
.latest-version .forcefullwidth_wrapper_tp_banner{
	margin-top:-35px!important;
}
.slider-box{
    white-space: normal;
    max-width: 480px;
    width: 100%;
}
.slider-box h2{
	border-bottom:2px solid #fff;
	padding:25px;
	margin-bottom:0;
	text-transform:uppercase;
	color:#000;
}
.slider-box .slider-box-inner{
	background: rgba(0, 0, 0,0.6);
	padding:25px;
}
.slider-box p{
	color:#fff;
}
/* Bootstrap Carousel */
.carousel-control {
    top: 0;
    width: 10%;
}
.carousel-control .fa, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 30px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
}
.carousel-control .fa-angle-right {
    margin-left: -25px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.col-md-3.mix .carousel-indicators ,
.col-md-4.mix .carousel-indicators,
.grid-item .carousel-indicators{
    bottom: -7px;
}
.carousel-control.left.no-bg,
.carousel-control.right.no-bg{
	background-image:none;
}

/* Carousel Fade */
.carousel-fade .carousel-inner .item {
  opacity: .8;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel.full-width{
	width: 100% !important; 	
}
.carousel.full-width .item img,
.carousel.full-width .item{
	display: block;
	width: 100%; 	
}
.carousel-style .next,
.carousel-style .prev {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
}
.carousel-style .prev {
    left: 0;
	z-index:9999;	
    margin: -7px 0 0 -30px;
}
.carousel-style .next {
    right: 0;
	z-index:9999;	
    margin: 0 20px 0 0 !important;
}
.carousel-style .next i,
.carousel-style .prev  i{
	padding:10px;
	background-color:rgba(0,0,0,.2);
}
.carousel-caption {
    bottom: auto;
    left: 7%;
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
	z-index:0;
}
#main-slider.carousel{
 float:left;
 width:100%;
 }
/*  Home Carousel Slider */
 #main-slider.carousel{
	float:left;
	width:100%;
 }
 #main-slider .carousel .item .carousel-caption {
  opacity: 0;
}
#main-slider h1  {
  font-size: 55px;
  font-weight: bold;
  text-transform:uppercase;
  margin: 0;
  line-height: 75px;
}
#main-slider .carousel .item.active .carousel-caption{
  opacity: 1;
}
#main-slider .description,
.description.medium{
	font-size: 18px !important;
	font-weight:300;
	line-height: 30px;
	margin: 0;
}
.black{
	text-shadow:none;
}
.text-shadow{
	text-shadow:1px 1px 1px rgba(0,0,0,.4);
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}



/* Owl Slider */
.owl-prev i,
.owl-next i{
	color: #111;
    font-size: 15px;
}
.owl-prev .fa, .owl-next .fa {
    position: relative;
    width: 30px;
	height:30px;
	line-height:30px;
}
.owl-prev,
.owl-next{
	color: #111;
    display: block;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
	text-align:center;
}
.owl-prev{
	left:-40px;
}
.owl-next{
	right:-40px;
}
.owl-theme .owl-controls .owl-buttons div{
	padding:0;
	margin:0;
}
.custom-styles .owl-prev{
	left:40px;
}
.custom-styles .owl-next{
	right:40px;
}

/* Owl Navigations */
.navigation-1 .owl-prev .fa, 
.navigation-1 .owl-next .fa {
}
.navigation-1 .owl-prev{
	right:50px;
	left:auto;
	top:-30px;
}
.navigation-1 .owl-next{
	right:15px;	
	left:auto;
	top:-30px;
}

.navigation-3 .owl-prev{
	right:40px;
	left:auto;
	top:-30px;
}
.navigation-3 .owl-next{
	right:4px;	
	left:auto;
	top:-30px;
}
.top-0 .owl-prev{
	right:35px;
	left:auto;
	top:0px;
}
.top-0 .owl-next{
	right:15px;	
	left:auto;
	top:0px;
}

.navigation-2 .owl-prev{
	right:50px;
	left:auto;
	top:0px;
}
.navigation-2 .owl-next{
	right:0px;	
	left:auto;
	top:0px;
}

.navigation-4 .owl-prev{
	right:40px;
	left:auto;
	top:20px;
}
.navigation-4 .owl-next{
	right:4px;	
	left:auto;
	top:20px;
}

.widget .navigation-1 .owl-next,
.widget .navigation-1 .owl-prev{
	top:-30px;
}
.owl-carousel.white .owl-prev .fa,
.owl-carousel.white .owl-next .fa{
	color:#fff;
}

/* Owl Paginations */
.pagination-1  .owl-controls .owl-page span {
	border-radius: 0;
    height: 7px;
    margin: 2px;
    width: 22px;
}
.pagination-2  .owl-controls .owl-page span {
	border-radius: 50%;
	-moz-border-radius:50%;
    height: 10px;
    margin: 2px;
    width: 10px;
}
.dark-switch .owl-controls .owl-page span{
	background:rgba(0, 0, 0, 1);
}
.light-switch .owl-controls .owl-page span{
	background:rgba(255, 255, 255, 1);
}

/* Owl Bootstrap Friendly */

.owl-carousel .col-sm-1,
.owl-carousel .col-sm-2,
.owl-carousel .col-sm-3,
.owl-carousel .col-sm-4,
.owl-carousel .col-sm-5,
.owl-carousel .col-sm-6,
.owl-carousel .col-sm-7,
.owl-carousel .col-sm-8,
.owl-carousel .col-sm-9,
.owl-carousel .col-sm-10,
.owl-carousel .col-sm-11,
.owl-carousel .col-sm-12 {
  display: block;
  float: left;
  width:auto !important
}
.owl-carousel .col-md-1 {
  max-width: 80px;
  width:auto !important
}
.owl-carousel .col-md-2 {
  max-width: 161px;
  width:auto !important
}
.owl-carousel .col-md-3 {
  max-width: 242px;
  width:auto !important
}
.owl-carousel .col-md-4 {
  max-width: 323px;
  width:auto !important
}
.owl-carousel .col-md-5 {
  max-width: 404px;
  width:auto !important
}
.owl-carousel .col-md-6 {
  max-width: 485px;
  width:auto !important
}
.owl-carousel .col-md-7 {
  max-width: 565px;
  width:auto !important
}
.owl-carousel .col-md-8 {
  max-width: 646px;
  width:auto !important
}
.owl-carousel .col-md-9 {
  max-width: 727px;
  width:auto !important
}
.owl-carousel .col-md-10 {
  max-width: 808px;
  width:auto !important
}
.owl-carousel .col-md-11 {
  max-width: 889px;
  width:auto !important
}
.owl-carousel .col-md-12 {
  max-width: 970px;
  width:auto !important
}


/******************************************************************************
  Text Slider
*******************************************************************************/
.text-slider{
	padding:250px 0;
	background:url(../img/sections/slider/slider8-bg.jpg) no-repeat;
}
.text-slider h1{
	font-size: 55px;
    font-weight: bold;
    line-height: 75px;
    margin: 0;
	text-align:center;
    text-transform: uppercase;
}
.text-slider p.description{
	margin-bottom:20px;
}
.text-slider p{
	text-align:center;
}
.text-slider p a.btn{
	margin:0 5px;
}
.text-slider .typed-cursor{
	animation:fadeIn 0.6s alternate infinite;
	-o-animation:fadeIn 0.6s alternate infinite;
	-moz-animation:fadeIn 0.6s alternate infinite;
	-webkit-animation:fadeIn 0.6s alternate infinite;
}

/******************************************************************************
								MAIN SECTION	
*******************************************************************************/

/*Special Features */
.special-feature .section-title hr{
	border-color:#151515;
}
.slider-block1{
	margin-top:0px;
}
.slider-block{
	margin-top:-259px;
}
.slider-block2{
	margin-top:-278px;
}
.top-up{
	margin-top:-180px;
}
.special-feature i{
	font-size:65px;
	line-height:75px;
}
.special-feature h4{
	font-size:20px;
	margin-top:25px;
	position:relative;
}
.special-feature .mask-top i{
	color:#ffffff;
}
.special-feature .mask-top h4{
	color:#ffffff;
}
.special-feature .mask-top{
	width:100%;
	background-color:rgba(0,0,0,.6);
	padding:25px 0;
	position:absolute;
	top:0px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.special-feature .mask-top:after {    
	bottom: -20px;
    content: "\f0d8";
    font-family: fontawesome;
    font-size: 28px;
    left: 48%;
    position: absolute;
    right: 50%;
}
.special-feature.no-arrow .mask-top:after {    
	bottom: -20px;
    content: none;
    font-family: fontawesome;
    font-size: 28px;
    left: 48%;
    position: absolute;
    right: 50%;
}
.special-feature .mask-top h4:before {
	top: -18px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right:0;
	margin:-2px auto;
	position: absolute;
	width: 40px;
}
.special-feature .s-feature-box:hover .mask-top{
	top:-200px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.slider-block1 .special-feature .s-feature-box:hover .mask-top{
	top:0px;
}
.slider-block1 .special-feature .s-feature-box .mask-top{
	color:#f2f2f2;
	height:100%;
	position: inherit;
}
.slider-block1 .special-feature .s-feature-box .mask-top p{
	padding:10px 15px;
}
.special-feature .s-feature-box{
	overflow:hidden;
	position:relative;
	min-height:187px;
	border:0px solid;
	margin-bottom:0px;
	cursor:pointer;
}
.special-feature .mask-bottom{
	color:#333333;
	padding:20px 15px 20px 15px;
	width:100%;
	position:absolute;
	bottom:-300px;
	height:100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.special-feature .mask-bottom p{
	padding:0px 5px;
}
.special-feature .mask-bottom h4{
	margin:5px 0px 5px;
}
.special-feature .s-feature-box:hover .mask-bottom{
	bottom:0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition:all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}
.image-top-border img{
	border-top:5px solid;
}
.image-top-border .service-image{
	position:relative;
}
.service-image  img{	
	padding:15px;	
    background:#fff;
}
.image-top-border .service-image:before{
	content:"";
	width:4px;
	height:108px;
	position:absolute;
	top:0;
	left:0;
}
.image-top-border .service-image:after{
	content:"";
	width:4px;
	height:108px;
	position:absolute;
	top:0;
	right:0;
}
.service-details{
	padding:0 15px;		
}
/******************************************************************************
  Features 
*******************************************************************************/
.features-block .header-box {
  display: block;
  min-height: 30px;
  margin: 0 0 13px;
  overflow: hidden;
}
.features-block .header-box .icon-box {
  background: none;
  color: #1e1e1e;
  float: left;
  height: 30px;
  margin: 0 10px 0 0; 
  text-align: center;
  width: 24px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.features-block .header-box a.icon-box:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.features-block .header-box .icon-box i:before {
  font-size: 20px;
  line-height: 30px;
}
.features-block .header-box h6 {
  margin: 6px 0 0;
}
.features-list {
	padding:40px 0 0 0px;
}
.features-list-left {
	text-align:left;
}
.features-list-right {
	text-align:left;
}
.features-list-right.text-right{
	text-align:right;
}
.features-list li {
	list-style:none;
	padding:20px 0;
	line-height:2;
	font-size:15px;
	font-weight:300;
	position:relative;
}
.features-list li i {
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	width:70px;
	height:70px;
	margin:20px auto;
	line-height:70px;
	top:0px;
	text-align:center;
	position:absolute;
}
.features-list-left li i {
	left:0px;
}
.features-list-right li i {
	right:0px;
}
.features-list-left .features-content {
	margin-left:90px;
}
.features-list-right .features-content {
	margin-right:90px;
}
/* Additional Features */
.responsive-features span {
    font-size: 24px;
    margin-right: 10px;
}
.responsive-features h5,
.responsive-features p{
    display: inline-block;
    margin: 0 0 10px;
    text-transform: capitalize;
}

/* Progress */
.progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 12px;
}
.about-us  h6{
  margin-bottom:10px;
}
.progress-bar {
  font-size: 14px;
  background: #1e1e1e;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 40px;
  text-align: left;
  text-indent: 10px;
  text-shadow: none;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.progress-label{
	color: #171717;
    font-weight: 300;
    position: absolute;
    right: -1px;
    top: -38px;
}
.white .progress-label{
	color:#ffffff;
}
.white .progress{
	background-color:#f7f7f7;
}
.progress-bar{
	text-align:right;
	position:absolute;
	height:12px;
}
.progress{
	background-color:#333333;
	margin-bottom:10px;
}
.progress.new {
	height:15px;
}
/******************************************************************************
  Portfolio / Work
*******************************************************************************/

.work-section .nav li,
.mixed-grid .nav li{
	padding:7px 15px;
	margin:0 20px 30px 20px;
	border-radius: 3px;
	border:1px solid transparent;
	color:#ffffff;
	text-transform:capitalize;
}
.general-section .nav li,
.mixed-grid.general-section .nav li{
	margin:0 0px 0px 0px;
}
.work-section .nav.black li,
.mixed-grid .nav.black li{
	color:#171717;
}
.work-section .nav li.active,
.work-section .nav li:hover,
.mixed-grid .nav li.active,
.mixed-grid .nav li:hover{
	border:1px solid #ffffff;
	cursor:pointer;
	color:#ffffff;
}
.mixed-grid.general-section .nav.black li.active,
.mixed-grid.general-section .nav.black li:hover,
.mixed-grid.general-section .nav li.active,
.mixed-grid.general-section .nav li:hover,
.mixed-grid.general-section .nav li{	
	border:0px;
}
.work-section .nav.black li.active,
.work-section .nav.black li:hover,
.mixed-grid .nav.black li.active,
.mixed-grid .nav.black li:hover{
	border:1px solid #171717;
	cursor:pointer;
	color:#171717;
}
.work-section .nav-pills{
	text-align:center;
}
.work-section .portfolio-grid .grid{
	max-width:400px;
	margin:0px auto;
}
.work-section .nav > li,
.mixed-grid .nav  > li{
	float:none;
	display:inline-block;
}
.general-section .nav{
	position:relative;
}
.general-section .nav:before{
	content: "";
    display: block;
    font-family: FontAwesome;
    width:100%;
    position: absolute;
    top: 12px;
	height:4px;
}
.general-section .nav > li{
	float:left;
	padding:0 20px 20px 25px;
	text-transform:uppercase;
	font-weight:600;
	font-size:16px;
	background-color:#ffffff;
	margin-left:0px;
	font-family: Oswald,sans-serif;
	letter-spacing:1px;
}
.general-section.white .nav > li{	
  background:url(../img/bg.jpg) repeat;
}
.general-section .nav > li:hover{
	cursor: help;
}
.general-section.white .nav > li{	
	cursor:pointer;
}
.general-section .nav > li:before{
    content: "\f029";
    display: block;
    font-family: FontAwesome;
    left: 0px;
    position: absolute;
    top: 1px;
}
.general-section #mix-container .mix{
	padding:0px;
}
.general-section.white #mix-container .mix,
.general-section.item-pad #mix-container .mix{
	display: none;
	padding:5px;
}
.general-section.panel-group #mix-container .mix{
	display: none;
	padding:0px;
}
.general-section.white #mix-container.new .mix,
.general-section.item-pad #mix-container.new .mix{
	display: none;
	padding:20px;
}
#mix-container.new .caption-block{
	background:none !important;
}
#mix-container.no-item-pad .mix{
	display: none;
	padding:0px;
}
.figcaption{
	width:100%;
}
.figcaption{
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	opacity:0;
	text-align:center;
	color:#ffffff;
	padding:20px;
	width:100%;	
	left:0;
	right:0;
}
.figcaption i{
	color:#ffffff;
	padding:10px;
	background:rgba(0,0,0,.8);
	border:1px solid;
}
.figcaption h4{
	padding-bottom:15px;
}
.caption-block{
	padding:10px;
	color:#111111;
}
.portfolio-grid .grids:hover .figcaption{
	position:absolute;
	opacity:1;
}
.portfolio-grid .grids:hover img{
	opacity:.2;
}
.portfolio-list .portfolio-grid .grids:hover img{
	opacity:.8;
}
.portfolio-grid .grids:hover .grid{
  background-color:#000000;
}
.portfolio-grid .grid {
	position:relative;
}
.portfolio-grid .grid img{
}
.img-overlay{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
}
.widget .img-overlay{
	display:none;
}
.grid-item:hover .img-overlay,
.grid-item:hover .figcaption{
	 opacity: 1;
}
.project-meta{
	margin-bottom:20px;
}
.grid-list .grids{
	border-bottom:1px dashed rgba(0,0,0,.1);
	padding-bottom:40px !important;
	margin-bottom:30px !important;
}
.grid-list .title{
	margin-bottom:8px;
}
.grid-list .description{
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:12px;
}
/******************************************************************************
  Work Process
*******************************************************************************/
.work-process-box{
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius: 100%;
	border:1px solid #cccccc;
	background-color:#f7f7f7;
	width: 250px;
    height: 250px;
	text-align:center;
	display: table;
	margin:20px auto;
}
.work-process-box .title{
	border-bottom:1px inset #333333;
	padding-bottom:10px;
	margin-bottom:15px;
}
.work-process-box .process-content{
	vertical-align:middle;
    display: table-cell;
	padding:50px;
	position:relative;
}
.item-number{
	text-align:center;
	color:#333333;
	padding:14px 0;
	right:20px;
	top:10px;
	content:"";
	width:50px;
	height:50px;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius: 100%;
	float:left;
	margin-right:15px;
}
.quick-item{
	float:left;
	margin:0 20px 10px 0;
}

.quick-item h4{
	margin-top:8px;
	float:left;
}
/* Ribbon */
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}
.ribbon{
  text-align: center;
  font-size:12px;
  position: relative;
  padding: 5px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
}
.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}
.ribbon.red {  
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#bf0c0c)); 
  background-image: -webkit-linear-gradient(top, #ff0000, #bf0c0c); 
  background-image:    -moz-linear-gradient(top, #ff0000, #bf0c0c); 
  background-image:     -ms-linear-gradient(top, #ff0000, #bf0c0c); 
  background-image:      -o-linear-gradient(top, #ff0000, #bf0c0c); 
}
.ribbon.blue { 
  background-color: #03b6f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03b6f7), to(#0c8fbf)); 
  background-image: -webkit-linear-gradient(top, #03b6f7, #0c8fbf); 
  background-image:    -moz-linear-gradient(top, #03b6f7, #0c8fbf); 
  background-image:     -ms-linear-gradient(top, #03b6f7, #0c8fbf); 
  background-image:      -o-linear-gradient(top, #03b6f7, #0c8fbf); 
}
.ribbon.green {
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
}
.ribbon.yellow {
  background-color: #ffc400;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc400), to(#eab505)); 
  background-image: -webkit-linear-gradient(top, #ffc400, #eab505); 
  background-image:    -moz-linear-gradient(top, #ffc400, #eab505); 
  background-image:     -ms-linear-gradient(top, #ffc400, #eab505); 
  background-image:      -o-linear-gradient(top, #ffc400, #eab505); 
}
.ribbon.no-gradiant{
	background-image:none;
}
.ribbon.white{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webki-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}


/* Counter */
#fun-factor .fun-icon:before{
	content: "\f16c";
    font-family: FontAwesome;
	font-size:100px;
    position: absolute;
	left:20px;
	bottom:-20px;
}
.fact-counter h3{
	font-size:35px;
}
.fact-counter h3>span{
	display:block;
	font-size:20px;
}
 .circle.count-number{
	border:2px solid ;
	position:relative;
	border-radius:50%;
	width:150px;
	height:150px;
	line-height:150px;
	margin:0px auto;
	margin-bottom:20px;
}
.circle.count-number:before{
	content:"";
	width:10px;
	height:10px;
	position:absolute;
	-webkit-border-radius:100px;
   -moz-border-radius:100px;
    border-radius:100px;
	background-color:#ffffff;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-5px;
}
.count-number .counter{
	 font-size: 92px;
	 font-weight: bold;	 
	 font-family:Oswald,sans-serif; 
	 line-height:1;
 }
div.count-number{
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
 }
div.count-number:before{
	content:"";
	width:40px;
	height:0px;
	position:absolute;
	-webkit-border-radius:100px;
   -moz-border-radius:100px;
    border-radius:100px;
	left:0;
	right:0;
	margin:0px auto;
	bottom:4px;
}
div.count-number{
	line-height:1;
	margin-bottom:0;
	padding-bottom:0;
}
 .top-border.count-number{
	position:relative;
	padding-top:20px;
 }
.top-border.count-number:before{
	top:10px;
}
/* Pie Chart */
.piechart {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 15px 0px;
    width: 100%;
}
.piechart canvas {
    position: absolute;
    top: 0;
    left:0;
	right:0;
	margin:0px auto;
}
.piechart span {
   font-size: 30px;
	font-weight:bold;	 
	font-family:arial;
	position:relative;
	line-height:140px;
    top: 0px;
    z-index: 2;
}
.piechart span:after {
    content: '%';
}

/* Item-box */
.item-box{
	padding-bottom:40px;
}
.item-box i{
    color: #1e1e1e;
    display: block;
    left: 15px;
    margin: 8px 15px 0 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s linear 0s;
}

a:hover i.bg-color{
	color:#ffffff !important;
}
.white .item-box a:not(.btn){
    color: #ffffff;
    display: inline-block;
    transition: opacity 0.2s linear 0s;
}
.item-box a:not(.btn){
    color: #171717;
    display: inline-block;
    transition: opacity 0.2s linear 0s;
}
.item-box a {
    margin-left: 75px;
	margin-bottom:10px;
}
.item-box.small a {
    margin-left: 25px;
	margin-bottom:10px;
}
.item-box.small{
	padding-bottom: 10px;
}
.item-box.icons-circle a,
.item-box.icons-rounded a,
.item-box.icons-square a{
    margin-left: 70px;
}
.item-box.inverse a:hover i{
    color: #171717;
}
.item-box.icons-color:hover i{
	color: #171717;
}
.item-box.icons-color.hover-white:hover i{
	color: #ffffff;
}


/******************************************************************************
  Twiiter Feed
*******************************************************************************/

.twitter-feed {
	text-align:center;
	padding-bottom:15px;
}
.tweet {
	padding:12px 0px 0px;
}
.twitter-feed .owl-pagination,
.twitter-feed .owl-buttons,
.twitter-feed .icon-twitter,
.twitter-feed .username {
	display:none;
}
.twitter-feed .tweet_text{
	color:#FFFFFF;
	font-size:20px;
}
.twitter-feed .tweet_time a{
	font-style: italic;
	font-size:17px;
}
.twitter-feed .tweet_user a,
.tweet_text a{
	text-decoration:underline;
}
.twitter-feed .tweet_user a,
.tweet_text a,
.twitter-feed .tweet_text{
		color: #FFFFFF;
}
.black.twitter-feed .tweet_user a,
.black .tweet_text a,
.black.twitter-feed .tweet_text{
		color: #171717 !important;
}
.twitter-feed i{
	padding:15px;
}

/******************************************************************************
  Blog
*******************************************************************************/

/* Latest News */
.latest-posts{
	margin:0px;
	padding:0;
}
.latest-posts li {
	list-style:none;
	clear:both;
	margin-bottom:35px;
}
.latest-posts li:last-child{
	margin-bottom:10px;
}
.latest-posts .post-thumb{
	width:100px;
}
.latest-posts .post-thumb{
	float:left;
}

.latest-posts li img{
	margin-right:10px;
}

.pagination > li > a, 
.pagination > li > span{
	color:#171717;
}
/* Posts */

.entry-title,
.post-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 17px;
	text-transform:uppercase;
}
.post-item{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dashed #cccccc;
}
.post-title{
	margin-top:25px;
}
.content-block{
	margin-bottom:20px;
}
.post-content{
	margin-bottom:15px;
}
.post-list .post-item{
	padding-bottom:40px;
}
.post-list .post-image.pull-left{
	margin-right:20px;
}
.mixed-grid.blog .grid-item{
	padding:15px 15px 0 15px!important;
	margin-bottom:15px!important;
}
.mixed-grid.blog .grid-item .post-meta{
	padding-bottom:25px !important;
	border-bottom:1px dashed #cccccc;
}
.right-post-meta{
	float:right;
}
.right-post-meta i{
	font-size:11px;
}
.meta-like{
	margin-right:5px;
}
.meta-comment{
}
/* Video Post */
.video-box {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
  height: 0;
  margin-bottom: 22px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-box embed,
.video-box iframe,
.video-box object,
.video-box video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.width-320{
	 width: 320px;
}

/* Meta */
.meta,
.post-meta{
	font-size: 11px;
	font-style:italic;
	margin-top:10px;
	color:#7f7f7f;
}
.post-meta span,
.meta span{
	font-size: 12px;
	margin-right:8px;
}
.post-meta span.category{
	margin-right:0px;
}
.post-meta  i,
.meta i{
	margin-right:6px;
	margin-top:5px;
}
.name{
	font-size: 18px;
    margin: 0;
    padding: 25px 0 15px;
    position: relative;
}
.name:before {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
}
.role{
	padding-bottom:12px;
	padding-top:8px;
}

/* Reply */
.author-img{
	margin-right:15px;
}
.comment-item{
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px dashed #cccccc;
}
/* Team */
.team-item {
	max-width:270px;
	margin:0px auto;
	color:#ffffff;
	position:relative;
	padding-bottom:20px;
}
.team-item  .description{
	padding:0px 15px;
}
.team-item .social-icon{
	position:absolute;
	left:0;
	right:0;
	top:0;
	padding:0px;
	opacity:0;
}
.team-item .social-icon i{
	float:left;
	width:50%;
	padding:52px;
	border:1px solid rgba(0,0,0,.1);
	font-size:30px;
	margin:0px;
}
.team-item:hover .social-icon{
	opacity:1;
}

/* Testimonials */
.testimonials blockquote{
	font-size:15px;
	font-style:italic;
	margin-bottom:0;
}
.client-details{
	font-size:12px;
	margin:8px 0;
}
.client-details strong{
	display:block;
	font-size:14px;
	text-transform:uppercase;
}
.client-details span{
	color:#7f7f7f;
}
.client-details span.white{
	color:#ffffff;
}
.desc-border blockquote,
.quote blockquote,
.no-border blockquote{
	border-left:0;
}
.no-border blockquote{
	padding: 0px;
}
.desc-border{
	border: 1px solid;
	border-radius:5px;
	margin-bottom:15px;
}
.desc-border .star-rating{
	padding:5px 0 12px 0;
}
.inline strong,
.inline span,
.inline div,
.inline p{
	display:inline-block;
}
.item{
	position:relative;
}
.testimonials .item > p{
	padding:0 15px;
}
/* Add arrow at bottom of section */
.bottom-arrow{
	position:relative;
}
.bottom-arrow:before{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e1e1 transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.bottom-arrow:before,
.bottom-arrow:after{
	left: 0;
    margin: 0 auto;
    right: 0;
}
.bottom-arrow:after{	
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -18px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

/* Add Quotation in Blockquote */
.quote{
	padding:15px 15px 0 15px;
}
.desc-border.quote blockquote{
	margin: 0;
    padding: 0 0 0 38px;
}
.text-center .quote{
	text-align:center;
}
.text-center .quote p{
	font-size:17px;
	font-weight:500;
	font-style:italic;
}
.quote blockquote{
	margin: 0;
    padding: 0 0 0 38px;
}
.quote blockquote:before{
	content: open-quote;
    font-size: 50px;
    font-weight: bold;
    left: 16px;
    line-height: 1;
    position: absolute;
    top: 14px;
}
.quote blockquote:after {
    content: close-quote;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    line-height: 0;
    margin: 0 0 5px;
    vertical-align: bottom;
}
.client-details.left-align{
	position:relative;
}
.client-details.left-align .client-image{
	position:absolute;
	left:auto;
	right:auto;
	top:30px;
}
.client-details.left-align .client-image,
.client-details.left-align  .client-details{
	display:inline-block;
	text-align:left;
}
.client-details.left-align  .client-details{
	margin-left:70px;
	text-transform:uppercase;
}
.client-details.left-align  .client-details strong{
	padding-top:20px;
}
.client-details.left-align .client-image img{
	width:50px;
	height:50px;
}
/* Clients Image */
#clients a{
	display: block;
    height: 85px;
    overflow: hidden;
}
#clients a img{
    height: auto;
    margin: 0px auto;
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
	display:block;
}
#clients a:hover img {
    margin-top: -45px;
    transition: all 0.3s ease-out 0s;
}
#client-list img{
	border:1px solid #f2f2f2;
	border-left:2px solid;
	margin:10px 0;
}
#client-list .client-list-item a{
	padding:10px;
}
#client-list .client-list-item img:hover{
	opacity:.6;
}

/******************************************************************************
  Get a Quote
*******************************************************************************/
#get-quote{
	padding:30px 0;
	font-family: Oswald,sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
	letter-spacing:1px;
}
.get-a-quote a{
	font-weight:500;
	text-decoration:underline;
}
.get-a-quote a.black:hover{
	color:#111111;
}
.get-a-quote a.white:hover{
	color:#ffffff;
}
.get-a-quote:hover a{
	padding-left:10px;
}
/*Request quote*/
.request-quote{
	text-align:left;
	position:relative;
	top:-60px;
	margin-bottom:-60px;
}
.request-quote .item-box{
	padding-bottom:0;
}
.request-quote .item-box i{
	margin-top:0;
}
.request-quote p,.request-quote h4{
	margin-left:65px;
}
.request-quote p{
	margin-bottom:0;
}
.request-quote .btn{
	float:right;
	margin: 8px 0 0;
}
.request-quote .bg-color .btn,.request-quote .bg-color .item-box i{
	background:#f7f7f7;
}
/* Header */
.transparent-header.dark-header .navbar{
	background:none;
}
.transparent-header.dark-header .sticky-wrapper.is-sticky .navbar{
	background:#313332;
}
.transparent-header .sticky-wrapper{
	z-index:999;
}
/******************************************************************************
  									Page Title Variations
*******************************************************************************/
.page-header{
	position:relative;
}
.page-header h5{
	font-weight:400;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:1px;
}
.page-header .container::before{
	content:none;
}
#page .page-title-left .breadcrumb{
    left: auto;
    margin: -10px 0 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    width: auto;
	background:none;
}
.page-title-right{
	text-align:right;
}
#page .page-title-right .breadcrumb{
	right:auto;
	left:15px;
    margin: -10px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: auto;
}
.page-title-center{
	text-align:center;
}
.page-title-pattern{
	background:url(../img/sections/bg/pattern-bg.png) repeat;
}
.page-title-left.mini  h1.title{
	font-size:15px;
}
.page-title-left.dark,.page-title-left.dark .breadcrumb > li > a{
	background:#252525;
	color:#fff;
}
.page-header  #bg-video,header#my-video{
	min-height:130px;
	background:transparent;
}
.page-header .mbYTP_wrapper {
    z-index: 0 !important;
}

/******************************************************************************
  Pages
*******************************************************************************/

.page-header{
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding: 30px 0;
	background-color:#f2f2f2;
	margin: 0px;
}
.page-header h1{
	margin:0;
	font-size:32px;
	text-transform:uppercase;    
	font-weight: 700;
}
#page .breadcrumb.white a{
	 color: #ffffff;
}
#page .breadcrumb{
	border-radius: 0;
	background: none !important;
    color: #7f7f7f;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 11px 0;
}
.breadcrumb > li > a {
    color: #7f7f7f;
    text-decoration: none;
    transition: opacity 0.2s linear 0s;
	text-transform:capitalize;
}
.breadcrumb > li > a:hover {
    opacity: 0.8;
    transition: opacity 0.2s linear 0s;
}
/* Background Video */

#video-controls {
    top: 50%;
    display: none;
    position: absolute;
    left:0;
	right:0;
	margin:0px auto;
    z-index: 99;
	text-align:center;
}
#video-controls a{
	text-decoration:none;
}
#bg-video,
.video-half-content{
	min-height:552px;
}
.video-pattern:after{
	background:url(../img/patterns/pattern.png) repeat;
	content:"";
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#video-play{
	border:2px solid;
	padding:20px;
	border-radius:50%;
	-moz-border-radius:50%;
	-khtml-border-radius:50%;
}
.mbYTP_wrapper{
	z-index:9!important;
}

/* Local Hosted Video */
.video-section{
	overflow: hidden;
    padding: 76px 0;
    position: relative;
    transition: opacity 0.2s linear 0s;
}

.video-section video, 
.video-section .video_item img {
    background-size: cover;
    bottom: 0;
    height: auto;
    max-width: inherit;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    vertical-align: top;
    width: auto;
    z-index: -100;
}

/* Custom Video BG */

#my-video.video-bg{
	background-image:none;
	background-color:#000;
	position:relative;
}
#my-video.video-bg .mbYTP_wrapper {
    z-index: 0 !important;
}
#my-video.video-bg:after{
	position:absolute;
	background:rgba(0,0,0,0.6);
	content:"";
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	z-index:0;
}
#my-video.video-bg #bg-video{
	min-height:650px;
}
#my-video.video-bg #video-play{
	display:none;
}
.video-bg .video-slider-container{
	max-width:1200px;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	z-index:9;
}
#my-video.video-bg .video-slider-text{
	margin-bottom:10px;
}
#my-video.video-bg .video-slider-text h1{
	color:#ffc400;
	text-align:center;
}
.video-slider-text ul{
	padding:0;
	text-align:center;
	list-style:none;
	width:100%;
}
#my-video.video-bg  p{
	text-align:center;
	margin-bottom:20px;
}
#my-video.video-bg  p > a.btn{
	margin:0 5px;
}
/* Google Map */

.map-canvas * {
    border: 0 none;
}
.map-section img {
    max-width: inherit;
}
.map-data h6{
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:600;
}

/* Contact Info */
.contact-info .item-box{
	padding-bottom:0;
	text-align:center;
}
.contact-info .item-box i{
	background:#fff;
	margin: 0 auto 17px;
    position: relative;
    text-align: center;
	left:0;
	height: 70px;
    width: 70px;
    line-height: 70px;
	position:relative;
}
.contact-info .item-box i:after{
	border: 2px solid #ffffff;
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	left:-7px;
	top:-7px;
	padding: 40px;
}
.contact-info .item-box p{
    margin-bottom: 0;
}	
.contact-info .item-box p > a{
	margin:0;
}
/* Contact Form */
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
	background-color:#f1f1f1;
}
.help-block {
    bottom: -23px;
    display: block;
    margin-bottom: 3px;
    position: absolute;
}

/* Sitemap */
.sitemap li {
	position:relative;
	padding-left:15px;
}
.sitemap li a:before{
	content: "\f105";
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    line-height: 12px;
    position: absolute;
    top: 8px;
}

/******************************************************************************
  Sidebar
*******************************************************************************/
.sidebar .widget {
	margin-bottom:40px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	background:none;
}
.widget  .list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.widget .list-group-submenu {
  margin-left:20px;
}
.widget .list-group-item{
	border:0;
}
.widget.list-border .list-group-item{
	border:1px solid rgba(0,0,0,.05);
}
.list-border .list-group-item.active, 
.list-border .list-group-item.active:focus, 
.list-border .list-group-item.active:hover,
.list-border .list-group-item:hover{
	color:#ffffff;
}
.list-border .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-border .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.widget .panel{
	border:0;
	box-shadow:none;
}
.widget a.list-group-item:focus, 
.widget a.list-group-item:hover{
	background:none;
}
.list-group-item{
	list-style: outside none none;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
}
.list-group-item:before{
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 5px;
}
.list-border .list-group-item{
	padding:10px 30px;
}
.list-border .list-group-item:before{
	top: 8px;
	left:15px;
}
.list-icons .list-group-item i{
	margin-left:7px;
	display: initial;
}
.pdf i{
	color:#ff0000;
}
.list-group-item .fa{
	margin-left:7px;
	display:none;
}
/* Tags */
ul.tags,
.filter-price-box{	
    display: table;
    margin: 0 auto;
}
ul.tags li{
	float:left;    
	margin: 0 3px 3px 0;
}
.tags li a{
	border-radius: 2px;
    color: #ffffff !important;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}
.tags li a:hover{
	opacity:.5;
}
/* Social Feed Widget */

.social-feed.loaded {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.social-feed {
    display: table;
    margin: 0 auto;
}
.social-feed li {
    float: left;
    height: 62px;
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 60px;
}
.social-feed li img {
    height: 62px;
    width: 62px;
}
/* Shop Widgets */

.widget .price{
	font-size:18px;
}
.widget .shop h5{
	font-size:16px;
	font-weight:500;
	margin-bottom:10px;
}
.widget .price {
	padding-bottom:10px;
}
.widget .price del{
	margin-right:10px;
	font-size:14px;
}

/* Poll */

.new-radio {
    border-radius: 7px;
    height: 14px;
    width: 14px;
}
.new-radio, .new-checkbox {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    float: left;
    margin:0px 0 0 -20px;
    position: absolute;
}

/* Price Range Filter */
.filter .filter-price-box{
	padding-bottom:15px;
}
.nstSlider {
    background: none #CCCCCC;
    cursor: pointer;
    height: 2px;
    position: relative;
    width: 260px;
	max-width:100%;
	margin: 25px auto 40px;
}
.bar{
	height:3px;
	cursor:pointer;
	position:absolute;
}
.nstSlider .rightGrip, .nstSlider .leftGrip {
    position: absolute;
	top:5px;
	margin-left: -2px;	
    border-width: 0px 5px 0;
}
.range .leftLabel {
    left: 0px;
    top: 12px;
	font-size:12px;
	font-family:'Lato';
	position:absolute;
}
.range .rightLabel {
	font-family:'Lato';
    top: 12px;
	left:0px;
	font-size:12px;
	position:absolute;
}
.bar:after{
	height:8px;
	width:1px;
	position:absolute;
	right:-1px;
	top:-3px;
	content:"";
	cursor:pointer;
}
.bar:before{
	height:8px;
	width:1px;
	position:absolute;
	left:0px;
	top:-3px;
	content:"";
	cursor:pointer;
}
.nstSlider:after{
	height:8px;
	width:1px;
	background:#bebebe;
	position:absolute;
	right:-1px;
	top:-3px;
	content:"";
	cursor:pointer;
}
.nstSlider:before{
	height:8px;
	width:1px;
	background:#bebebe;
	position:absolute;
	left:0px;
	top:-3px;
	content:"";
	cursor:pointer;
}
.rightGrip{
	height:15px;
	width:2px;
	position:absolute;
	right:0;
	top:8px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid;
}
.leftGrip{
	height:15px;
	width:2px;
	position:absolute;
	left:0;
	top:8px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid;
}
.filter-print-price{
	padding:7px 0px 0px;
	margin:0px 17px;
}
.filter-print-price a h4{
	padding:5px 31px;
	color:#FFFFFF;
	text-align:center;
	font-family:'Lato';
	font-size:14px;
	margin:0;
	width:95px;
	border:1px solid;
	text-transform:capitalize;
}
.filter-print-price a h4:hover{
	background-color:#FFFFFF;
	border:1px solid;
}
.filter-print-price .price{
	font-family:'Lato';
	color:#656565;
	font-weight:600;
	font-size:14px;
	margin-left:6px;
	text-align:center;
}
.drag{
	font-family:'Lato';
	color:#656565;
	font-size:12px;
	font-weight:600;
	margin:12px 0 0 -9px;
	display:block;
}
.filter-print-price li{
	display:inline-block;
	list-style:none;
}

/******************************************************************************
  Widget
*******************************************************************************/

.widget ul{
	padding:0px;
	margin:0px;
}
.widget li{
	list-style:none;
}
.widget li a, 
.widget li a:visited {
    color: #7f7f7f;
    text-decoration: none;
}
.widget li {
  line-height: 25px;
}
.widget a,
.widget a:visited {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.widget a:hover {
  color: #000;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.widget .widget-title .title {
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
   margin: 0 0 12px;   
   position: relative;
   overflow: hidden;
}
.sidebar .widget .widget-title .title:after{
	content:"";
    display: inline-block;
    height: 0.8em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 15px;
    border-top: 4px solid;
}
.widget .widget-title{
  margin: 0 0 16px;  
  position: relative;
}
.sidebar.widget .widget-title{
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 16px;  
  position: relative;
}
/* Newsletter */
.newsletter form {
  margin: 5px 0 0;
  position: relative;
}
.newsletter input {
  margin: 0;
  padding-right: 43px;  
}
.newsletter .submit {
  color: #ffffff;
  height: 38px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 38px;
  border-radius:0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border:0;
}
.newsletter .selectBox,
.newsletter .form-control {
  height: 40px;
  line-height: 22px;
  margin-bottom: 22px;    
  padding: 8px 12px;
}
.newsletter .submit.bg-color:hover{
	background-color: #333333;
}
.newsletter .has-feedback .form-control-feedback {
    right: 35px;
}
/*Post widget*/
#footer .widget ul.widget-post > li{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #7c7c7c;
}
#footer .widget ul.widget-post > li:last-child{
	border:none;
}
.widget-post .post-img{
	width:auto;
	float:left;
	margin-right:15px;
}
.widget-post h6{
	margin-bottom:5px;
}
/******************************************************************************
  PAGES
*******************************************************************************/	
/* Services */
.service-section h4{
	margin-bottom:10px;
}
.service-list ul{
	margin-top:20px;
}
.service-list li{
	position:relative;
	text-transform:capitalize;
}
.service-list i,
.service-list span{
	position:absolute;	
	top:2px;
	font-size:20px;
}
.service-list p{
	margin-left:30px;
}
 .service-section .nav > li > a:focus, 
 .service-section .nav > li > a:hover,
 .service-section .nav > li.active > a:focus{
	background-color:transparent;
 }
 .service-section .tab-content{
	margin-bottom:20px;
	margin-top:0px;
}
.service-section .tab-pane{
	margin-bottom:20px;
	margin-top:20px;
}
.service-section .widget .list-group-submenu{	
	margin-left:0px;
}
.service-section .list-border .list-group-submenu .list-group-item:before{
	padding-left:15px;
}
.service-section .list-border .list-group-submenu  .list-group-item{
	padding-left:45px;
}
.service-section  .widget .list-group.panel > .list-group-item{
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.list-border .list-group-item.active, 
.list-border .list-group-item.active:focus, 
.list-border .list-group-item.active:hover,
.list-border.widget a.list-group-item:focus, 
.list-border.widget a.list-group-item:hover{
	color:#ffffff;
}
.box-item{
	background-color:#f7f7f7;
	padding:20px;
	border:1px solid #dedcdc;
}
.box-item h4,
.lit-space h4{
	margin-bottom:5px;
}
.lit-space .read-more{
	font-size:11px;
}
.box-item .btn{
	margin:0px 0 15px 0;
}
/******************************************************************************
  Coming Soon
*******************************************************************************/
.count-down-box {
	text-align:center;
}
.comming-soon .daycounter-container{
	margin-bottom:50px;
}
.comming-soon .countdown-section{
	border:none;
	background:url(../img/bg.jpg) repeat;
	width:165px;
	height:110px;
	margin:15px 2px;
}
.comming-soon .countdown-amount {
	font-size: 60px;
    font-weight: bold;
	line-height:110px !important; 
}
.comming-soon .countdown-period{
	color:#000;
	font-size:18px;
}
.coming-text {
  margin-top: -4px;
}
.coming-text form {
  position: relative;
}
.coming-text .success {
  bottom: 100%;
  margin-bottom: 5px;
  position: absolute;
}
.coming-text .form-control {
  padding-right: 100px;  
  background:url(../img/bg.jpg) repeat;
  box-shadow:none;
  border:0;
}
.coming-text .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
}

/* Event page*/

/* Event Countdown */
.countdown-block{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.countdown-block h1{
	letter-spacing:5px;
}
.countdown-rtl {
	direction: rtl;
}
.daycounter-container{
	margin:0 aut0;
	text-align:center;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	 clear: both; 
	 padding: 0; 
	 text-align: center;
	 position: relative;
	 display: inline-block;
	 margin: 0 auto;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
	margin: 15px;
	width: 100px;
	height: 85px;
	line-height: 83px;
	border: 2px solid;
	position: relative;
}
.countdown-amount {
	font-size: 40px;
	font-family:Oswald,sans-serif;
}
.countdown-period {
	display: block;
	line-height: 20px;
	font-size: 15px;
	color:#FFC400;	
}
.countdown-descr {
	 display: block;
	 width: 100%;
}

.event-shedule .box{
	position:relative;
	margin:20px 0;
}
.event-shedule .box i{
	color:#FFC400;
	font-size:40px;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.event-shedule .box .box-inner{
	margin-left:60px;
	text-align:left;
}
.event-shedule .box .box-inner h4{
	margin-bottom:0;
}
.event-shedule .register-btn{
	margin:60px auto 0;
	display:block;
}
/*Regester-now Section*/
.register-now .form-inline .form-control{
	width:100%;
	margin-bottom:20px;
	color:#fff;
}
.register-now .register-form .btn{
	margin-top:20px;
}
/*Event Page*/
.countdown-block{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.countdown-block h1{
	letter-spacing:5px;
}
.countdown-rtl {
	direction: rtl;
}
.daycounter-container{
	margin:0 aut0;
	text-align:center;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	 clear: both; 
	 padding: 0; 
	 text-align: center;
	 position: relative;
	 display: inline-block;
	 margin: 0 auto;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
	margin: 15px;
	width: 100px;
	height: 85px;
	line-height: 83px;
	border: 2px solid;
	position: relative;
}
.countdown-amount {
	font-size: 40px;
	font-family:Oswald,sans-serif;
	color:#ffffff;
}
.countdown-period {
	display: block;
	line-height: 20px;
	font-size: 15px;
	color:#FFC400;	
}
.countdown-descr {
	 display: block;
	 width: 100%;
}
/* Event page*/
.event-shedule .box{
	position:relative;
	margin:20px 0;
}
.event-shedule .box i{
	color:#FFC400;
	font-size:40px;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.event-shedule .box .box-inner{
	margin-left:60px;
	text-align:left;
}
.event-shedule .box .box-inner h4{
	margin-bottom:0;
}
.event-shedule .register-btn{
	margin:60px auto 0;
	display:block;
}
/*Regester-now Section*/
.register-now .form-inline .form-control{
	width:100%;
	margin-bottom:20px;
	color:#fff;
}
.register-now .register-form .btn{
	margin-top:20px;
}
/*Photo Gallery*/
.gallery-list{
	list-style:none;
	padding-left:0;
}
.gallery-list > li{
	position:relative;
}
.gallery-list > li i{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.gallery-list > li p{
	margin-left:30px;
	margin-bottom:20px;
}
/* Schedule Section*/
.schedule .tabs{
	border:1px solid #ccc;
}
.schedule .tabs .nav-tabs{
	border-bottom:2px solid #FFC400;
}
.schedule .tabs .nav-tabs > li{
	text-align:center;
	font-family: Oswald,sans-serif;
	padding:10px;
	border-right:1px solid #ccc;
	background:#eee;
	width:100%;
}
.schedule .tabs .nav-tabs > li.active{
	background:#FFC400;
}
.schedule .tabs .nav-tabs > li:last-child{
	border-right:none;
}
.schedule .tabs .nav-tabs > li > a{
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0;
	color:inherit;
	border:none;
}
.schedule .tabs .nav-tabs > li > a .date{
	display:block;
	font-size:14px;
	margin-top:5px;
}
.schedule .nav-tabs > .active > a, .schedule .nav-tabs > .active > a:hover, .schedule .nav-tabs > .active > a:focus{
	border:none;
}
.schedule .nav-tabs > li.active, .schedule .nav-tabs > li.active:hover, .schedule .nav-tabs > li.active:focus{
	background:#FFC400;
	color:#fff;
}
.schedule .nav-tabs > .active > a,.schedule .nav > li > a:focus, .schedule .nav > li > a:hover{
	background:none;
	border:none;
}
.schedule .tab-content > .tab-pane{
	padding:15px;
	background:#fff;
}
/* Schedule panel-collapse  */
.schedule .schedule-tab .panel-group{
	margin-bottom:0;
}
.tab-content.schedule-tab{
	margin:0;
}
.schedule .schedule-tab .panel-group .panel .panel-heading > .panel-title::before{
	content: "\e94e";
	font-family: "icomoon";
	top:22px;
	left:20px;
	position:absolute;
}
.schedule .schedule-tab .panel-group .panel .panel-heading{
	border-bottom:1px solid #ccc;
}
.schedule .schedule-tab .panel-group .panel:last-child .panel-heading,.schedule .schedule-tab .panel-group .panel .panel-heading > .panel-title > a{
	border-bottom:none;
}
.schedule .schedule-tab .panel-heading > .panel-title{
	padding:15px 0 15px 15px;
}
.schedule .schedule-tab .panel-heading > .panel-title > a{
	position:relative;
	padding: 9px 9px 9px 35px;
}
.schedule .schedule-tab  .panel-group .panel .panel-heading > .panel-title > a:after{
	content: "\f068";
	font-family: FontAwesome;
	position:absolute;
	right:20px;
	color:#7c7c7c;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: auto;
    margin: 0;
    width: auto;
	display:block;
}
.schedule .schedule-tab  .panel-group .panel .panel-heading > .panel-title > a.collapsed:after{
	content: "\f067";
	font-family: FontAwesome;
	position:absolute;
	right:20px;
	color:#7c7c7c;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: auto;
    margin: 0;
    width: auto;
}

.schedule .schedule-tab .panel-heading > .panel-title > a .title{
	color:#7c7c7c;
	letter-spacing:1px;
	padding-left:10px;
}
.schedule .schedule-tab .panel-body{
	padding-top:40px;
}
.schedule .schedule-tab .panel-body img{
	border:2px solid #ccc;
}
.schedule .schedule-tab h5.speaker-title,.schedule .schedule-tab h6.speaker-designation{
	margin-bottom:10px;
}
/*Faq*/
.faq .panel-group{
	border:1px solid #7c7c7c;
	background:#fff;
}
.faq .panel-group{
	padding:15px;
}
.faq .panel-group .panel{
	border-bottom:1px solid #7c7c7c;
}
.faq .panel-group .panel:last-child{
	border-bottom:none;
}
.faq .panel-group .panel .panel-heading > .panel-title::before{
	content:none;
}
.faq .panel-group .panel .panel-heading > .panel-title > a,.faq .panel-group .panel .panel-heading > .panel-title > a:hover{
	padding-left:9px;
	color:#7c7c7c;
}
.faq .panel-group .panel .panel-heading > .panel-title > a{
	padding:9px;
}
.faq .panel-group .panel .panel-heading > .panel-title{
	position:relative;
	z-index:1;
}
.faq .panel-group .panel .panel-heading > .panel-title:after{
	content: "\f067";
	font-family: FontAwesome;
	position:absolute;
	right:20px;
	color:#7c7c7c;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	z-index:-1;
}
.faq .panel-group .panel.active .panel-heading > .panel-title:after{
	content: "\f068";
}
/*Book Landing page*/
.book-block{
    padding-top:50px;
	padding-bottom:50px;
}
.book-block h1{
	font-weight:800;
}
.book-block h5{
	margin-top:50px;
}

.book-block ul.book-description{
	list-style:none;
	padding:0;
}
.book-block ul.book-description > li{
	padding-left:50px;
	position:relative;
	margin-bottom:20px;
}
.book-block ul.book-description > li i{
	color:#FFD033;
	font-size:30px;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.book-block .img-book{
	margin:0 auto;
}
.book-block .register-now h5{
	margin-top:0;
	letter-spacing:1px;
	color:#fff;
}
.book-block .register-form .btn{
	margin-top:0;
	width:100%;
}
.about-author .author-img{
	float:left;
	padding-right:15px;
}
.about-author p.author-desc{
	margin-bottom:10px;
}
.author #video-controls{
	margin-top:-20px;
}
.about-author .social-links{
	list-style:none;
	padding:0;
	text-align:left;
}
.about-author .social-links > li{
	background: #FFC400;
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
	line-height:30px;
    width: 30px;
	color:#fff;
}
.about-author .social-links > li a,.about-author .social-links > li a:hover{
	color:#fff;
	text-decoration:none;
}
.header .primary .navbar .nav > li > a.btn.btn-default{
	background-color: #ffc400;
    border: 0 none;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    filter: none;
    line-height: 22px;
    outline: medium none;
    padding: 9px 20px;
    text-shadow: none;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;
    white-space: normal;
	margin-top:15px;
	margin-right:10px;
}

/* 404 */
.section-404 h1{
	font-size:70px;
	display: inline-table;
}
.input-group-btn .btn{
	margin-top:0;
}
/*Charity*/
#about-us  blockquote{
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.625;
    margin-bottom: 0;
}
/*Fashion page*/
.portfolio-grid.fashion .grids{
	width:20%;
}
.progress-bar.light-bg {
    background-color: #ffffff !important;
}
.portfolio-title {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #ffffff;
    left: 0;
    margin: 0 auto !important;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.grid-item:hover img{
	opacity:0.3;
}
.grid-item:hover .grid{
	background:#000000;
}
.grid-item:hover .portfolio-title {
    opacity: 1;
}
/*spa*/
#get-quote-1{
	float:left;
	width:100%;
}

/*----------Wedding-----------*/
.red, .icon.red {
    color: #ff0000;
}

/*Real Estate*/
.border {
    border-width: 1px;
}
.work{
	position:relative;
}
.work .work-title {
	 left: 0;
	 right:0;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.work .title  {
  bottom: 46px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 7px;
  opacity:0;
  text-align: center;
}
.work .work-title > .btn{
	opacity:0;
}
.work:hover .title{
	opacity:1;
	color:#fff;
}
.work:hover .work-title > .btn{
	opacity:1;
}
.work .bg-hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
}
.work:hover .bg-hover {
    opacity: 1;
    transition: all 0.2s ease-in 0s;
}
/*Motor Page*/
.carousel{
	position: relative;
}
.carousel-inner.no-pad .carousel-caption{
	left:0%;
	right:0%;
	padding-left:20px;
	padding-right:20px;
	bottom:0;
	height:110px;
	padding-bottom:0;
}
.motor .carousel-inner.no-pad .carousel-caption{
	top:auto;
	transform:none;
	-ms-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-webkit-transform:none;
}
.right-pagination.carousel-indicators{
	width:100%;
	right:0;
	left:0;
	text-align:right;
	padding:0 20px 0 0;
	margin:0;
}
.caption-bg .carousel-caption{
	background:rgba(0,0,0,.5);
}
.carousel-caption.text-left{
	text-align:left;
} 
.carousel-caption.text-right{
	text-align:right;
} 
.full-width-slider .carousel-inner > .item > img, 
.full-width-slider .carousel-inner > .item > a > img{
	width:100%;
}
.full-width-slider .carousel-control.right{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.2) 100%);
}
.full-width-slider .carousel-control.left{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.left.no-bg,
.carousel-control.right.no-bg{
	background-image:none;
}
.tab-content.border {
    border:1px solid #ddd;
	border-top:none;
    padding: 0 20px 20px;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    padding: 0;
}
.motor .form-control {
    margin-bottom: 30px;
}
/*Mail chimp*/
.transparent-half-black-2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2) !important;
}
.form-box {
    background:url(../img/sections/bg/pattern-bg.png) repeat;
    border-radius: 0px;
    margin: 0 0 40px;
    padding: 27px 30px 25px;
}
.selectBox, .form-control {
    background:none;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: 0 1px #fff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%;
}
.transparent-half-white{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5) !important;
}

/*Timeline*/
#resume .timeline.work-process-box{
	margin-top:0;
}
#resume .blog.timeliner > li:last-child {
    margin-bottom: 0;
}

/******************************************************************************
  Shopping Cart
*******************************************************************************/
.shop .product-item{
	position:relative;
	z-index:0;	
	max-width:300px;
	margin:0px auto 50px;
	text-align:center;
}
.shop.grid-3 .product-item,
.shop.grid-2 .product-item{
	max-width:400px;
}
.shop .product-img{
	border:1px solid rgba(0, 0, 0, 0.1);
	background:#fdfdfd;
}
.shop .product-item:hover img{
	opacity:.6;
}
.product-description{
	font-size:12px;
}
.shop .product-img{
	z-index:-1;	
	position:relative;
}
.shop .product-details{
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}
.shop .product-details h4,
.shop .product-details h5{
	margin-bottom:5px;
	margin-top:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.shop .product-details h5{
	font-size:17px;
	font-weight:600;
	letter-spacing:1px;
}
.shop .product-details h5 del{
	padding-right:10px;
	color:#1e1e1e;
	font-size:16px;
}
.shop .product-overlay{
	opacity:0;
	position:absolute;
	left:0;
	right:0;
	bottom:0; 
	margin:0px auto;	
	border-top:1px solid rgba(0, 0, 0, 0.1);
	z-index:9999;
}
.shop .product-overlay div{	
	background-color:#f7f7f7;
	display: block;
    float: left;
	width:50%;
	padding:10px;
	color:#1e1e1e;
	margin:0px;
}
.shop .product-overlay div:hover{
	background-color:#1e1e1e;
}
.shop .product-overlay .add-to-cart{
	border-right:1px solid rgba(0, 0, 0, 0.1);	
}
.shop .add-to-cart{
	text-align:left;
}
.shop .add-to-cart .btn{
	margin-top:0;
}
.shop .product-overlay a{
	color:#1e1e1e;
	text-decoration:none;
}
.shop .product-overlay div:hover a{
	color:#ffffff;
}
.shop .product-overlay a{
	color:#1e1e1e;
}
.shop .product-item:hover .product-overlay{
	opacity:1;
}
.product-name a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.product-image {
  background: #f2f2f2;
  display: inline-block;
  line-height: 0;
}
.product-image > img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.product-image:hover > img {
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.rotation .product-image:hover > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.actual-price {
  color: #7f7f7f;
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.actual-price:before {
  background: #ff0000;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 0 0 -28px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  width: 46px;
}
.price-details{
    border-bottom-width: 1px;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.price-details h3{
	display:inline-block;
	position:relative;
	padding-right:40px;	
	margin-right:10px;
	margin-bottom:0px;
}
.price-details h3:after{
	content: "\f064";
	display: block;
	font-size:16px;
	font-family: FontAwesome;
	right: 0;
	position: absolute;
	top: 5px;
}
.product-page .price-details .actual-price {
    font-size: 15px;
}
.price{
	font-size: 26px;
    line-height: 1;
	font-family:Oswald,sans-serif;
}
/* Zoom Product */
.single-product{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: hidden;
    position: relative;   
}
.zoom-product-thumb {
	text-align:center;	
	 border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.zoom-product-thumb img{
	display: inline-block;
	width:80px;
}
.zoomWrapper img,
.zoomContainer img{
	width:100%;
}
.zoomWindow{
	border:none !important;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
	z-index:99 !important;
}
.product-regulator{
	display: inline-block;
    margin-bottom: 40px;
    vertical-align: top;
	margin-top:15px;
}
.product-tag strong{
	text-transform:uppercase;
}
.product-regulator button{
	border: 1px solid #e1e1e1;
	border-radius: 0;
	color: #1e1e1e;
	height: 54px;
	padding: 15px 12px;
	display:inline-block;
}
.product-regulator #output{
	color: #7f7f7f;
    display: inline-block;
    height: 54px;
    padding: 15px 12px;
    text-align: center;
    vertical-align: top;
    width: 80px;    
	border: 1px solid #e1e1e1;
}
.product-meta-details{
	border-top:1px solid rgba(0, 0, 0, 0.1);
	padding-top:15px;
	font-size:14px;
}

/* Masonry Grid */

.grid-col-2 .grid-item ,
.grid-col-2 .grid-sizer{
	margin:0px 0px;
	padding:0px 0;
	width:50%;
}
.grid-col-2 .grid-item .post {
	padding:0 30px 0 0;
}
.grid-col-3 .grid-item,
.grid-col-3 .grid-sizer {
	margin:0px 0px;
	padding:0px 0;
	width:33.3%;
}
.grid-col-4 .grid-item,
.grid-col-4 .grid-sizer {
	margin:0px 0px;
	width:25%;
}
.grid-col-5 .grid-item,
.grid-col-5 .grid-sizer {
	margin:0px 0px;
	width:20%;
}
/* Masonry With Gap */

.pad.mixed-grid{
	margin:0 -15px;
}
.pad.mixed-grid .grid-item{
	padding:8px;
}
.pad.mixed-grid .img-overlay{
	margin:25px;
}
.pad.mixed-grid  .item .img-overlay{
	margin:17px;
}
.pad.mixed-grid .figcaption{
	padding:15px 30px;
}
/* Move To Top */
#get-quote{
	position:relative;
	z-index:99;
}
.move-top {
	text-align:center;
	width:70px;
	height:70px;
	line-height:70px;
	transform:rotate(45deg);
	margin:0px auto;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:-30px;
	z-index:-1;
}
.move-top i{	
	transform:rotate(-45deg);
	font-size:18px;
}
/******************************************************************************
  Footer
*******************************************************************************/
#footer{
	color:#fff;	
    background:url(../img/bg.jpg) repeat;
}
.widget{	
	font-size: 13px;
}
#footer .widget-title h3{
	color:#f2f2f2;
}
#footer .widget a{
	color:#999999;
}
#footer .widget ul li{
	padding:4px 0px;
}
#footer .widget ul.border-list li{
	padding:8px 0px;
}
#footer .widget ul.border-list li{
	border-bottom:1px solid rgba(255,255,255,.2);
}
#footer .widget ul li:first-child{
	padding-top:0;
}
#footer .widget ul.border-list li:last-child{
	border-bottom:0;
}
#footer .widget a:hover,
.footer-count .counter{
	color:#ffffff;
}
#footer .footer-widget {
  line-height: 21px;
  padding: 60px 0 30px;
}
#footer .copyright {
  background: #420001;
  border-top: 1px solid #111;
  font-size: 11px;
  line-height: 17px;
  padding: 21px 0 20px;
}
#footer .phone,
#footer .address {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 34px;
  position: relative;
}
#footer .footer-icon {
  color: #c6c6c6;
  left: 16px;
  position: absolute;
  top: 0;
}
#footer .footer-icon:before {
  font-size: 20px;
  line-height: 18px;
  width: auto;
}
.footer-blog li{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #c2c0c0;
}
.footer-blog li:last-child{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:0;
}
.footer-count {
	font-size:16px;
	margin:10px 0 10px 0;	
    font-family:Oswald,sans-serif;
	text-transform:capitalize;
}
.footer-count .count-number .counter{
	font-size: 17px;
	letter-spacing:1px;
}
.footer-social{
	margin-top:20px;
}
#footer .selectBox, 
#footer .form-control{
	box-shadow:none;
	border:0;
	background-color:#454545;
	color:#fff;
}
.position-right{
	position:absolute;
	right:0;
	top:0;
}
/* Copyright */
.copyright{
	position:relative;
}
.copyright a{
	color:#7f7f7f;
}
.copyright .up {
    border-radius: 50%;
    display: block;
    float: right;
    height: 40px;
	line-height:40px;
    text-align: center;
    width: 40px;
	background-color:#c6c6c6;
}

/******************************************************************************
  Dark Section
*******************************************************************************/
.dark-bg{
	background:url(../img/bg.jpg) repeat;
}
#footer .dark-section.footer-widget{
	background:#222222;
}
.dark-section .widget .widget-title .title{
	color:#f0eded;
}
.dark-section .widget a:hover,
.dark-section .form-control{
	color:#ffffff;
}
.dark-section .gray-bg i,
#footer .dark-section.copyright,
.dark-section .form-control{
	background: rgba(0, 0, 0, 0.97);
}
#footer .dark-section.copyright{
	border-top: 1px solid #000000;
}
.dark-section .widget .widget-title{
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.dark-section  .footer-blog li{
	border-bottom:1px dashed rgba(255, 255, 255, 0.2);
}
.dark-section .selectBox, 
.dark-section .form-control{
	border:1px dashed rgba(255, 255, 255, 0.2);
	box-shadow:none;
}

/******************************************************************************
  Bootstrap Elements
*******************************************************************************/


.hll{background-color:#ffc}.c{color:#999}.err{background-color:#faa;color:#a00}.k{color:#069}.o{color:#555}.cm{color:#999}.cp{color:#099}.c1,.cs{color:#999}.gd{background-color:#fcc;border:1px solid #c00}.ge{font-style:italic}.gr{color:red}.gh{color:#030}.gi{background-color:#cfc;border:1px solid #0c0}.go{color:#aaa}.gp{color:#009}.gu{color:#030}.gt{color:#9c6}.kc,.kd,.kn,.kp,.kr{color:#069}.kt{color:#078}.m{color:#f60}.s{color:#d44950}.na{color:#4f9fcf}.nb{color:#366}.nc{color:#0a8}.no{color:#360}.nd{color:#99f}.ni{color:#999}.ne{color:#c00}.nf{color:#c0f}.nl{color:#99f}.nn{color:#0cf}.nt{color:#2f6f9f}.nv{color:#033}.ow{color:#000}.w{color:#bbb}.mf,.mh,.mi,.mo{color:#f60}.sb,.sc{color:#c30}.sd{color:#c30;font-style:italic}.s2,.se,.sh{color:#c30}.si{color:#a00}.sx{color:#c30}.sr{color:#3aa}.s1{color:#c30}.ss{color:#fc3}.bp{color:#366}.vc,.vg,.vi{color:#033}.il{color:#f60}.css .nt+.nt,.css .o,.css .o+.nt{color:#999}@font-face{font-family:anchorjs-link;font-style:normal;font-weight:400;src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6v8yoAAAC8AAAAYGNtYXDL8RqdAAABHAAAADxnYXNwAAAAEAAAAVgAAAAIZ2x5Zkm2oNUAAAFgAAABWGhlYWQAHd4cAAACuAAAADZoaGVhB3sECwAAAvAAAAAkaG10eAYAAEcAAAMUAAAADGxvY2EACgCsAAADIAAAAAhtYXhwAAYAcAAAAygAAAAgbmFtZUQXtNYAAANIAAABOXBvc3QAAwAAAAAEhAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAACDmAAPA/8D/wAPAAEAAAAAAAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEACgAAAAGAAQAAQACACDmAP//AAAAIOYA////4RoCAAEAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAIARwAHA7kDeQA2AG0AAAEnLgEiBg8BDgEUFh8BHgMXNy4DLwEuATQ2PwE+ATIWHwEeARQGDwEeAxU3PgE0JicBLgMnBx4DHwEeARQGDwEOASImLwEuATQ2PwEuAzUHDgEUFh8BHgEyNj8BPgE0Ji8BA7kEI1ldWiPaIyQkIwQDBgYGBFAEBwYHAwQTExMT2xMwMjETBBMTExNjBwkGA5gkIyMk/r4DBgYGBFAEBwYHAwQTExMT2xMwMjETBBMTExNjBwkGA5gkIyMkBCNZXVoj2iMkJCMEA3UEJCMjJNojWV1aIwQDBgUFA1ACBQUFAwQUMDIxE9oTExMTBBMxMjATYxAhISIRmSNaXVkj/sYDBgUFA1ACBQUFAwQUMDIxE9oTExMTBBMxMjATYxAhISIRmSNaXVkjBCQjIyTaI1ldWiMEAAEAAAABAABR/4xQXw889QALBAAAAAAAzqNM0wAAAADOo0zTAAAAAAO5A3kAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAABHA7kAAQAAAAAAAAAAAAAAAAAAAAMAAAAAAgAAAAQAAEcAAAAAAAoArAABAAAAAwBuAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoAKABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoAKABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADAALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA") format("truetype"),url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATwAAsAAAAABKQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDq/zKmNtYXAAAAFoAAAAPAAAADzL8RqdZ2FzcAAAAaQAAAAIAAAACAAAABBnbHlmAAABrAAAAVgAAAFYSbag1WhlYWQAAAMEAAAANgAAADYAHd4caGhlYQAAAzwAAAAkAAAAJAd7BAtobXR4AAADYAAAAAwAAAAMBgAAR2xvY2EAAANsAAAACAAAAAgACgCsbWF4cAAAA3QAAAAgAAAAIAAGAHBuYW1lAAADlAAAATkAAAE5RBe01nBvc3QAAATQAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAg5gADwP/A/8ADwABAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAAoAAAABgAEAAEAAgAg5gD//wAAACDmAP///+EaAgABAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAACAEcABwO5A3kANgBtAAABJy4BIgYPAQ4BFBYfAR4DFzcuAy8BLgE0Nj8BPgEyFh8BHgEUBg8BHgMVNz4BNCYnAS4DJwceAx8BHgEUBg8BDgEiJi8BLgE0Nj8BLgM1Bw4BFBYfAR4BMjY/AT4BNCYvAQO5BCNZXVoj2iMkJCMEAwYGBgRQBAcGBwMEExMTE9sTMDIxEwQTExMTYwcJBgOYJCMjJP6+AwYGBgRQBAcGBwMEExMTE9sTMDIxEwQTExMTYwcJBgOYJCMjJAQjWV1aI9ojJCQjBAN1BCQjIyTaI1ldWiMEAwYFBQNQAgUFBQMEFDAyMRPaExMTEwQTMTIwE2MQISEiEZkjWl1ZI/7GAwYFBQNQAgUFBQMEFDAyMRPaExMTEwQTMTIwE2MQISEiEZkjWl1ZIwQkIyMk2iNZXVojBAABAAAAAQAAUf+MUF8PPPUACwQAAAAAAM6jTNMAAAAAzqNM0wAAAAADuQN5AAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAARwO5AAEAAAAAAAAAAAAAAAAAAAADAAAAAAIAAAAEAABHAAAAAAAKAKwAAQAAAAMAbgACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKACgAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKACgAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAwAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("woff")}.anchorjs-icon{font-family:anchorjs-link;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.anchorjs-link{color:inherit;float:left;height:1em;margin-left:-1.2em;opacity:0;text-align:center;width:1em}@media (max-width:480px){.anchorjs-link{display:none}}.anchorjs-link:focus,:hover>.anchorjs-link{opacity:.75;transition:color .16s linear 0s}:hover>.anchorjs-link:hover{opacity:1;text-decoration:none}.anchorjs-icon{font-size:60%;vertical-align:.2em}.anchorjs-icon::before{content:""}body{position:relative}.table code{font-size:13px;font-weight:400}h2 code,h3 code,h4 code{background-color:inherit}.btn-outline{background-color:transparent;border-color:#563d7c;color:#563d7c}.btn-outline:active,.btn-outline:focus,.btn-outline:hover{background-color:#563d7c;border-color:#563d7c;color:#fff}.btn-outline-inverse{background-color:transparent;border-color:#cdbfe3;color:#fff}.btn-outline-inverse:active,.btn-outline-inverse:focus,.btn-outline-inverse:hover{background-color:#fff;border-color:#fff;color:#563d7c;text-shadow:none}.bs-docs-booticon{background-color:#563d7c;border-radius:15%;color:#fff;cursor:default;display:block;font-weight:500;text-align:center}.bs-docs-booticon-sm{font-size:20px;height:30px;line-height:28px;width:30px}.bs-docs-booticon-lg{font-size:108px;height:144px;line-height:140px;width:144px}.bs-docs-booticon-inverse{background-color:#fff;color:#563d7c}.bs-docs-booticon-outline{background-color:transparent;border:1px solid #cdbfe3}#skippy{background-color:#6f5499;color:#fff;display:block;outline:0;padding:1em}#skippy .skiplink-text{outline:dotted 1px;padding:.5em}#content:focus{outline:0}.bs-docs-nav{background-color:#fff;border-bottom:0 none;margin-bottom:0}.bs-home-nav .bs-nav-b{display:none}.bs-docs-nav .navbar-brand,.bs-docs-nav .navbar-nav>li>a{color:#563d7c;font-weight:500}.bs-docs-nav .navbar-nav>.active>a,.bs-docs-nav .navbar-nav>.active>a:hover,.bs-docs-nav .navbar-nav>li>a:hover{background-color:#f9f9f9;color:#463265}.bs-docs-nav .navbar-toggle .icon-bar{background-color:#563d7c}.bs-docs-nav .navbar-header .navbar-toggle{border-color:#fff}.bs-docs-nav .navbar-header .navbar-toggle:focus,.bs-docs-nav .navbar-header .navbar-toggle:hover{background-color:#f9f9f9;border-color:#f9f9f9}.bs-docs-footer{border-top:1px solid #e5e5e5;color:#767676;margin-top:100px;padding-bottom:40px;padding-top:40px;text-align:center}.bs-docs-footer-links{margin-top:20px;padding-left:0}.bs-docs-footer-links li{display:inline;padding:0 2px}.bs-docs-footer-links li:first-child{padding-left:0}@media (min-width:768px){.bs-docs-footer p{margin-bottom:0}}.bs-docs-social{margin-bottom:20px;text-align:center}.bs-docs-social-buttons{display:inline-block;list-style:none none;margin-bottom:0;padding-left:0}.bs-docs-social-buttons li{display:inline-block;line-height:1;padding:5px 8px}.bs-docs-social-buttons .twitter-follow-button{width:225px!important}.bs-docs-social-buttons .twitter-share-button{width:98px!important}.github-btn{border:0;overflow:hidden}.bs-docs-header,.bs-docs-masthead{background-color:#6f5499;background-image:linear-gradient(to bottom,#563d7c 0,#6f5499 100%);background-repeat:repeat-x;color:#cdbfe3;padding:30px 15px;position:relative;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.1)}.bs-docs-masthead .bs-docs-booticon{margin:0 auto 30px}.bs-docs-masthead h1{color:#fff;font-weight:300;line-height:1}.bs-docs-masthead .lead{color:#fff;font-size:20px;margin:0 auto 30px}.bs-docs-masthead .version{color:#9783b9;margin-bottom:30px;margin-top:-15px}.bs-docs-masthead .btn{font-size:20px;padding:15px 30px;width:100%}@media (min-width:480px){.bs-docs-masthead .btn{width:auto}}@media (min-width:768px){.bs-docs-masthead{padding:80px 0}.bs-docs-masthead h1{font-size:60px}.bs-docs-masthead .lead{font-size:24px}}@media (min-width:992px){.bs-docs-masthead .lead{font-size:30px;width:80%}}.bs-docs-header{font-size:20px;margin-bottom:40px}.bs-docs-header h1{color:#fff;margin-top:0}.bs-docs-header p{font-weight:300;line-height:1.4;margin-bottom:0}.bs-docs-header .container{position:relative}@media (min-width:768px){.bs-docs-header{font-size:24px;padding-bottom:60px;padding-top:60px;text-align:left}.bs-docs-header h1{font-size:60px;line-height:1}}@media (min-width:992px){.bs-docs-header h1,.bs-docs-header p{margin-right:380px}}.carbonad{-moz-border-bottom-colors:none!important;-moz-border-left-colors:none!important;-moz-border-right-colors:none!important;-moz-border-top-colors:none!important;background:none!important;border-color:#866ab3!important;border-image:none!important;border-style:solid!important;border-width:1px 0!important;font-size:13px!important;height:auto!important;line-height:16px!important;margin:30px -30px -31px!important;overflow:hidden;padding:20px!important;text-align:left;width:auto!important}.carbonad-img{margin:0!important}.carbonad-tag,.carbonad-text{display:block!important;float:none!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;height:auto!important;margin-left:145px!important;width:auto!important}.carbonad-text{padding-top:0!important}.carbonad-tag{color:inherit!important;text-align:left!important}.carbonad-tag a,.carbonad-text a{color:#fff!important}.carbonad #azcarbon>img{display:none}@media (min-width:480px){.carbonad{border-radius:4px;border-width:1px!important;margin:20px auto!important;width:330px!important}.bs-docs-masthead .carbonad{margin:50px auto 0!important}}@media (min-width:768px){.carbonad{margin-left:0!important;margin-right:0!important}}@media (min-width:992px){.carbonad{margin:0!important;padding:15px!important;position:absolute;right:15px;top:0;width:330px!important}.bs-docs-masthead .carbonad{position:static}}.bs-docs-featurette{background-color:#fff;border-bottom:1px solid #e5e5e5;color:#555;font-size:16px;line-height:1.5;padding-bottom:40px;padding-top:40px;text-align:center}.bs-docs-featurette+.bs-docs-footer{border-top:0 none;margin-top:0}.bs-docs-featurette-title{color:#333;font-size:30px;font-weight:400;margin-bottom:5px}.half-rule{margin:40px auto;width:100px}.bs-docs-featurette h3{color:#333;font-weight:400;margin-bottom:5px}.bs-docs-featurette-img{color:#333;display:block;margin-bottom:20px}.bs-docs-featurette-img:hover{color:#337ab7;text-decoration:none}.bs-docs-featurette-img img{display:block;margin-bottom:15px}@media (min-width:480px){.bs-docs-featurette .img-responsive{margin-top:30px}}@media (min-width:768px){.bs-docs-featurette{padding-bottom:100px;padding-top:100px}.bs-docs-featurette-title{font-size:40px}.bs-docs-featurette .lead{margin-left:auto;margin-right:auto;max-width:80%}.bs-docs-featurette .img-responsive{margin-top:0}}.bs-docs-featured-sites{margin-left:-1px;margin-right:-1px}.bs-docs-featured-sites .col-xs-6{padding:1px}.bs-docs-featured-sites .img-responsive{margin-top:0}@media (min-width:768px){.bs-docs-featured-sites .col-sm-3:first-child img{border-bottom-left-radius:4px;border-top-left-radius:4px}.bs-docs-featured-sites .col-sm-3:last-child img{border-bottom-right-radius:4px;border-top-right-radius:4px}}.bs-examples .thumbnail{margin-bottom:10px}.bs-examples h4{margin-bottom:5px}.bs-examples p{margin-bottom:20px}@media (max-width:480px){.bs-examples{margin-left:-10px;margin-right:-10px}.bs-examples>[class^=col-]{padding-left:10px;padding-right:10px}}.bs-docs-sidebar.affix{position:static}@media (min-width:768px){.bs-docs-sidebar{padding-left:20px}}.bs-docs-sidenav{margin-bottom:20px;margin-top:20px}.bs-docs-sidebar .nav>li>a{color:#767676;display:block;font-size:13px;font-weight:500;padding:4px 20px}.bs-docs-sidebar .nav>li>a:focus,.bs-docs-sidebar .nav>li>a:hover{background-color:transparent;border-left:1px solid #563d7c;color:#563d7c;padding-left:19px;text-decoration:none}.bs-docs-sidebar .nav>.active:focus>a,.bs-docs-sidebar .nav>.active:hover>a,.bs-docs-sidebar .nav>.active>a{background-color:transparent;border-left:2px solid #563d7c;color:#563d7c;font-weight:700;padding-left:18px}.bs-docs-sidebar .nav .nav{display:none;padding-bottom:10px}.bs-docs-sidebar .nav .nav>li>a{font-size:12px;font-weight:400;padding-bottom:1px;padding-left:30px;padding-top:1px}.bs-docs-sidebar .nav .nav>li>a:focus,.bs-docs-sidebar .nav .nav>li>a:hover{padding-left:29px}.bs-docs-sidebar .nav .nav>.active:focus>a,.bs-docs-sidebar .nav .nav>.active:hover>a,.bs-docs-sidebar .nav .nav>.active>a{font-weight:500;padding-left:28px}.back-to-top,.bs-docs-theme-toggle{color:#999;display:none;font-size:12px;font-weight:500;margin-left:10px;margin-top:10px;padding:4px 10px}.back-to-top:hover,.bs-docs-theme-toggle:hover{color:#563d7c;text-decoration:none}.bs-docs-theme-toggle{margin-top:0}@media (min-width:768px){.back-to-top,.bs-docs-theme-toggle{display:block}}@media (min-width:992px){.bs-docs-sidebar .nav>.active>ul{display:block}.bs-docs-sidebar.affix,.bs-docs-sidebar.affix-bottom{width:213px}.bs-docs-sidebar.affix{position:fixed;top:20px}.bs-docs-sidebar.affix-bottom{position:absolute}.bs-docs-sidebar.affix .bs-docs-sidenav,.bs-docs-sidebar.affix-bottom .bs-docs-sidenav{margin-bottom:0;margin-top:0}}@media (min-width:1200px){.bs-docs-sidebar.affix,.bs-docs-sidebar.affix-bottom{width:263px}}.bs-docs-section{margin-bottom:60px}.bs-docs-section:last-child{margin-bottom:0}h1[id]{margin-top:0;padding-top:20px}.bs-callout{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:#eee;border-image:none;border-radius:3px;border-style:solid;border-width:1px 1px 1px 5px;margin:20px 0;padding:20px}.bs-callout h4{margin-bottom:5px;margin-top:0}.bs-callout p:last-child{margin-bottom:0}.bs-callout code{border-radius:3px}.bs-callout+.bs-callout{margin-top:-5px}.bs-callout-danger{border-left-color:#ce4844}.bs-callout-danger h4{color:#ce4844}.bs-callout-warning{border-left-color:#aa6708}.bs-callout-warning h4{color:#aa6708}.bs-callout-info{border-left-color:#1b809e}.bs-callout-info h4{color:#1b809e}.color-swatches{margin:0 -5px;overflow:hidden}.color-swatch{border-radius:3px;float:left;height:60px;margin:0 5px;width:60px}@media (min-width:768px){.color-swatch{height:100px;width:100px}}.color-swatches .gray-darker{background-color:#222}.color-swatches .gray-dark{background-color:#333}.color-swatches .gray{background-color:#555}.color-swatches .gray-light{background-color:#999}.color-swatches .gray-lighter{background-color:#eee}.color-swatches .brand-primary{background-color:#337ab7}.color-swatches .brand-success{background-color:#5cb85c}.color-swatches .brand-warning{background-color:#f0ad4e}.color-swatches .brand-danger{background-color:#d9534f}.color-swatches .brand-info{background-color:#5bc0de}.color-swatches .bs-purple{background-color:#563d7c}.color-swatches .bs-purple-light{background-color:#c7bfd3}.color-swatches .bs-purple-lighter{background-color:#e5e1ea}.color-swatches .bs-gray{background-color:#f9f9f9}.bs-team .team-member{color:#555;line-height:32px}.bs-team .team-member:hover{color:#333;text-decoration:none}.bs-team .github-btn{float:right;height:20px;margin-top:6px;width:180px}.bs-team img{border-radius:4px;float:left;margin-right:10px;width:32px}.bs-docs-browser-bugs td p{margin-bottom:0}.bs-docs-browser-bugs th:first-child{width:18%}.show-grid{margin-bottom:15px}.show-grid [class^=col-]{background-color:rgba(86,61,124,.15);border:1px solid rgba(86,61,124,.2);padding-bottom:10px;padding-top:10px}.bs-example{border-color:#e5e5e5 #eee #eee;border-style:solid;border-width:1px 0;box-shadow:0 3px 6px rgba(0,0,0,.05) inset;margin:0 -15px 15px;padding:45px 15px 15px;position:relative}.bs-example::after{color:#959595;content:"Example";font-size:12px;font-weight:700;left:15px;letter-spacing:1px;position:absolute;text-transform:uppercase;top:15px}.bs-example-padded-bottom{padding-bottom:24px}.bs-example+.highlight,.bs-example+.zero-clipboard+.highlight{border-radius:0;border-width:0 0 1px;margin:-15px -15px 15px}@media (min-width:768px){.bs-example{background-color:#fff;border-color:#ddd;border-radius:4px 4px 0 0;border-width:1px;box-shadow:none;margin-left:0;margin-right:0}.bs-example+.highlight,.bs-example+.zero-clipboard+.highlight{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-width:1px;margin-left:0;margin-right:0;margin-top:-16px}.bs-example-standalone{border-radius:4px}}.bs-example .container{width:auto}.bs-example>.alert:last-child,.bs-example>.form-control:last-child,.bs-example>.jumbotron:last-child,.bs-example>.list-group:last-child,.bs-example>.navbar:last-child,.bs-example>.panel:last-child,.bs-example>.progress:last-child,.bs-example>.table-responsive:last-child>.table,.bs-example>.table:last-child,.bs-example>.well:last-child,.bs-example>blockquote:last-child,.bs-example>ol:last-child,.bs-example>p:last-child,.bs-example>ul:last-child{margin-bottom:0}.bs-example>p>.close{float:none}.bs-example-type .table .type-info{color:#767676;vertical-align:middle}.bs-example-type .table td{border-color:#eee;padding:15px 0}.bs-example-type .table tr:first-child td{border-top:0 none}.bs-example-type h1,.bs-example-type h2,.bs-example-type h3,.bs-example-type h4,.bs-example-type h5,.bs-example-type h6{margin:0}.bs-example-bg-classes p{padding:15px}.bs-example>.img-circle,.bs-example>.img-rounded,.bs-example>.img-thumbnail{margin:5px}.bs-example>.table-responsive>.table{background-color:#fff}.bs-example>.btn,.bs-example>.btn-group{margin-bottom:5px;margin-top:5px}.bs-example-control-sizing input[type=text]+input[type=text],.bs-example-control-sizing select,.bs-example>.btn-toolbar+.btn-toolbar{margin-top:10px}.bs-example-form .input-group{margin-bottom:10px}.bs-example>textarea.form-control{resize:vertical}.bs-example>.list-group{max-width:400px}.bs-example .navbar:last-child{margin-bottom:0}.bs-navbar-bottom-example,.bs-navbar-top-example{overflow:hidden;padding:0;z-index:1}.bs-navbar-bottom-example .navbar-header,.bs-navbar-top-example .navbar-header{margin-left:0}.bs-navbar-bottom-example .navbar-fixed-bottom,.bs-navbar-top-example .navbar-fixed-top{margin-left:0;margin-right:0;position:relative}.bs-navbar-top-example{padding-bottom:45px}.bs-navbar-top-example::after{bottom:15px;top:auto}.bs-navbar-top-example .navbar-fixed-top{top:-1px}.bs-navbar-bottom-example{padding-top:45px}.bs-navbar-bottom-example .navbar-fixed-bottom{bottom:-1px}.bs-navbar-bottom-example .navbar{margin-bottom:0}@media (min-width:768px){.bs-navbar-bottom-example .navbar-fixed-bottom,.bs-navbar-top-example .navbar-fixed-top{position:absolute}}.bs-example .pagination{margin-bottom:10px;margin-top:10px}.bs-example>.pager{margin-top:0}.bs-example-modal{background-color:#f5f5f5}.bs-example-modal .modal{bottom:auto;display:block;left:auto;position:relative;right:auto;top:auto;z-index:1}.bs-example-modal .modal-dialog{left:auto;margin-left:auto;margin-right:auto}.bs-example>.dropdown>.dropdown-toggle{float:left}.bs-example>.dropdown>.dropdown-menu{clear:left;display:block;margin-bottom:5px;position:static}.bs-example-tabs .nav-tabs{margin-bottom:15px}.bs-example-tooltips{text-align:center}.bs-example-tooltips>.btn{margin-bottom:5px;margin-top:5px}.bs-example-tooltip .tooltip{display:inline-block;margin:10px 20px;opacity:1;position:relative}.bs-example-popover{background-color:#f9f9f9;padding-bottom:24px}.bs-example-popover .popover{display:block;float:left;margin:20px;position:relative;width:260px}.scrollspy-example{height:200px;margin-top:10px;overflow:auto;position:relative}.bs-example>.nav-pills-stacked-example{max-width:300px}#collapseExample .well{margin-bottom:0}.bs-events-table>tbody>tr>td:first-child,.bs-events-table>thead>tr>th:first-child{white-space:nowrap}.bs-events-table>thead>tr>th:first-child{width:150px}.js-options-table>thead>tr>th:nth-child(1),.js-options-table>thead>tr>th:nth-child(2){width:100px}.js-options-table>thead>tr>th:nth-child(3){width:50px}.highlight{background-color:#f7f7f9;border:1px solid #e1e1e8;border-radius:4px;margin-bottom:14px;padding:9px 14px}.highlight pre{background-color:transparent;border:0;margin-bottom:0;margin-top:0;padding:0;white-space:nowrap;word-break:normal}.highlight pre code{color:#333;font-size:inherit}.highlight pre code:first-child{display:inline-block;padding-right:45px}.table-responsive .highlight pre{white-space:normal}.bs-table th small,.responsive-utilities th small{color:#999;display:block;font-weight:400}.responsive-utilities tbody th{font-weight:400}.responsive-utilities td{text-align:center}.responsive-utilities td.is-visible{background-color:#dff0d8!important;color:#468847}.responsive-utilities td.is-hidden{background-color:#f9f9f9!important;color:#ccc}.responsive-utilities-test{margin-top:5px}.responsive-utilities-test .col-xs-6{margin-bottom:10px}.responsive-utilities-test span{border-radius:4px;display:block;font-size:14px;font-weight:700;line-height:1.1;padding:15px 10px;text-align:center}.hidden-on .col-xs-6 .hidden-lg,.hidden-on .col-xs-6 .hidden-md,.hidden-on .col-xs-6 .hidden-sm,.hidden-on .col-xs-6 .hidden-xs,.visible-on .col-xs-6 .hidden-lg,.visible-on .col-xs-6 .hidden-md,.visible-on .col-xs-6 .hidden-sm,.visible-on .col-xs-6 .hidden-xs{border:1px solid #ddd;color:#999}.hidden-on .col-xs-6 .visible-lg-block,.hidden-on .col-xs-6 .visible-md-block,.hidden-on .col-xs-6 .visible-sm-block,.hidden-on .col-xs-6 .visible-xs-block,.visible-on .col-xs-6 .visible-lg-block,.visible-on .col-xs-6 .visible-md-block,.visible-on .col-xs-6 .visible-sm-block,.visible-on .col-xs-6 .visible-xs-block{background-color:#dff0d8;border:1px solid #d6e9c6;color:#468847}.bs-glyphicons{margin:0 -10px 20px;overflow:hidden}.bs-glyphicons-list{list-style:none none;padding-left:0}.bs-glyphicons li{background-color:#f9f9f9;border:1px solid #fff;float:left;font-size:10px;height:115px;line-height:1.4;padding:10px;text-align:center;width:25%}.bs-glyphicons .glyphicon{font-size:24px;margin-bottom:10px;margin-top:5px}.bs-glyphicons .glyphicon-class{display:block;text-align:center;word-wrap:break-word}.bs-glyphicons li:hover{background-color:#563d7c;color:#fff}@media (min-width:768px){.bs-glyphicons{margin-left:0;margin-right:0}.bs-glyphicons li{font-size:12px;width:12.5%}}.bs-customizer .toggle{float:right;margin-top:25px}.bs-customizer label{color:#555;font-weight:500;margin-top:10px}.bs-customizer h2{margin-bottom:5px;margin-top:0;padding-top:30px}.bs-customizer h3{margin-bottom:0}.bs-customizer h4{margin-bottom:0;margin-top:15px}.bs-customizer .bs-callout h4{margin-bottom:5px;margin-top:0}.bs-customizer input[type=text]{background-color:#fafafa;font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.bs-customizer .help-block{font-size:12px;margin-bottom:5px}#less-section label{font-weight:400}.bs-customize-download .btn-outline{padding:20px}.bs-customizer-alert{background-color:#d9534f;border-bottom:1px solid #b94441;box-shadow:0 1px 0 rgba(255,255,255,.25) inset;color:#fff;left:0;padding:15px 0;position:fixed;right:0;top:0;z-index:1030}.bs-customizer-alert .close{font-size:24px;margin-top:-4px}.bs-customizer-alert p{margin-bottom:0}.bs-customizer-alert .glyphicon{margin-right:5px}.bs-customizer-alert pre{background-color:#a83c3a;border-color:#973634;box-shadow:0 2px 4px rgba(0,0,0,.05) inset,0 1px 0 rgba(255,255,255,.1);color:#fff;margin:10px 0 0}.bs-dropzone{border:2px dashed #eee;border-radius:4px;color:#777;margin-bottom:20px;padding:20px;position:relative;text-align:center}.bs-dropzone .import-header{margin-bottom:5px}.bs-dropzone .glyphicon-download-alt{font-size:40px}.bs-dropzone hr{width:100px}.bs-dropzone .lead{color:#333;font-weight:400;margin-bottom:10px}#import-manual-trigger{cursor:pointer}.bs-dropzone p:last-child{margin-bottom:0}.bs-brand-logos{background-color:#f9f9f9;border-radius:4px;color:#563d7c;display:table;margin-bottom:15px;overflow:hidden;width:100%}.bs-brand-item{padding:60px 0;text-align:center}.bs-brand-item+.bs-brand-item{border-top:1px solid #fff}.bs-brand-logos .inverse{background-color:#563d7c;color:#fff}.bs-brand-item h1,.bs-brand-item h3{margin-bottom:0;margin-top:0}.bs-brand-item .bs-docs-booticon{margin-left:auto;margin-right:auto}.bs-brand-item .glyphicon{border-radius:50%;color:#fff;height:30px;line-height:30px;margin:10px auto -10px;width:30px}.bs-brand-item .glyphicon-ok{background-color:#5cb85c}.bs-brand-item .glyphicon-remove{background-color:#d9534f}@media (min-width:768px){.bs-brand-item{display:table-cell;width:1%}.bs-brand-item+.bs-brand-item{border-left:1px solid #fff;border-top:0 none}.bs-brand-item h1{font-size:60px}}.zero-clipboard{display:none;position:relative}.btn-clipboard{background-color:#fff;border:1px solid #e1e1e8;border-radius:0 4px;color:#767676;cursor:pointer;display:block;font-size:12px;padding:5px 8px;position:absolute;right:0;top:0;z-index:10}.btn-clipboard-hover{background-color:#563d7c;border-color:#563d7c;color:#fff}@media (min-width:768px){.zero-clipboard{display:block}.bs-example+.zero-clipboard .btn-clipboard{border-top-right-radius:0;top:-16px}}#focusedInput{border-color:rgba(82,168,236,.8);box-shadow:0 0 8px rgba(82,168,236,.6);outline:0}

/******************************************************************************
  Max Width "991px" - Min Width "768px"
*******************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
  .owl-carousel .col-sm-1 {
    max-width: 62px;
  }
  .owl-carousel .col-sm-2 {
    max-width: 125px;
  }
  .owl-carousel .col-sm-3 {
    max-width: 187px;
  }
  .owl-carousel .col-sm-4 {
    max-width: 250px;
  }
  .owl-carousel .col-sm-5 {
    max-width: 31px;
  }
  .owl-carousel .col-sm-6 {
    max-width: 375px;
  }
  .owl-carousel .col-sm-7 {
    max-width: 437px;
  }
  .owl-carousel .col-sm-8 {
    max-width: 500px;
  }
  .owl-carousel .col-sm-9 {
    max-width: 562px;
  }
  .owl-carousel .col-sm-10 {
    max-width: 625px;
  }
  .owl-carousel .col-sm-11 {
    max-width: 687px;
  }
  .owl-carousel .col-sm-12 {
    max-width: 750px;
  }
}
/******************************************************************************
  Max Width "767px"
*******************************************************************************/
@media (max-width: 767px) { 
	.owl-carousel .col-sm-1,
	.owl-carousel .col-sm-2,
	.owl-carousel .col-sm-3,
	.owl-carousel .col-sm-4 {
		min-width: 160px;
	}
	.owl-carousel .col-sm-5,
	.owl-carousel .col-sm-6,
	.owl-carousel .col-sm-7,
	.owl-carousel .col-sm-8,
	.owl-carousel .col-sm-9,
	.owl-carousel .col-sm-10,
	.owl-carousel .col-sm-11,
	.owl-carousel .col-sm-12 {
		min-width: 300px;
	}
	.owl-carousel .col-md-1,
	.owl-carousel .col-md-2,
	.owl-carousel .col-md-3,
	.owl-carousel .col-md-4,
	.owl-carousel .col-xs-1,
	.owl-carousel .col-xs-2,
	.owl-carousel .col-xs-3,
	.owl-carousel .col-xs-4,
	.owl-carousel .col-xs-5,
	.owl-carousel .col-xs-6,
	.owl-carousel .col-xs-7,
	.owl-carousel .col-xs-8,
	.owl-carousel .col-xs-9,
	.owl-carousel .col-xs-10,
	.owl-carousel .col-xs-11,
	.owl-carousel .col-xs-12 {
		max-width: 300px;
	}
  /* Padding */
	.xs-pad-0{
		padding:0px;
	}
	.xs-pad-10{
		padding:10px;
	}
	.xs-pad-20{
		padding:20px;
	}
	.xs-pad-30{
		padding:30px;
	}
	.xs-pad-40{
		padding:40px;
	}
	.xs-pad-50{
		padding:50px;
	}
	.xs-pad-60{
		padding:60px;
	}
	.xs-pad-70{
		padding:70px;
	}
	.xs-pad-80{
		padding:80px;
	}
	.top-xs-pad-10{
		padding-top:10px;
	}
	.top-xs-pad-20{
		padding-top:20px;
	}
	.top-xs-pad-30{
		padding-top:30px;
	}
	.top-xs-pad-40{
		padding-top:40px;
	}
	.top-xs-pad-50{
		padding-top:50px;
	}
	.top-xs-pad-60{
		padding-top:60px;
	}
	.top-xs-pad-70{
		padding-top:70px;
	}
	.top-xs-pad-80{
		padding-top:80px;
	}
	.bottom-xs-pad-10{
		padding-bottom:10px;
	}
	.bottom-xs-pad-20{
		padding-bottom:20px;
	}
	.bottom-xs-pad-30{
		padding-bottom:30px;
	}
	.bottom-xs-pad-40{
		padding-bottom:40px;
	}
	.bottom-xs-pad-50{
		padding-bottom:50px;
	}
	.bottom-xs-pad-60{
		padding-bottom:60px;
	}
	.bottom-xs-pad-70{
		padding-bottom:70px;
	}
	.bottom-xs-pad-80{
		padding-bottom:80px;
	}
	/* Margin */
	.xs-margin-10{
		margin:10px;
	}
	.xs-margin-20{
		margin:20px;
	}
	.xs-margin-30{
		margin:30px;
	}
	.xs-margin-40{
		margin:40px;
	}
	.xs-margin-50{
		margin:50px;
	}
	.xs-margin-60{
		margin:60px;
	}
	.xs-margin-70{
		margin:70px;
	}
	.xs-margin-80{
		margin:80px;
	}
	.top-xs-margin-10{
		margin-top:10px;
	}
	.top-xs-margin-20{
		margin-top:20px;
	}
	.top-xs-margin-30{
		margin-top:30px;
	}
	.top-xs-margin-40{
		margin-top:40px;
	}
	.top-xs-margin-50{
		margin-top:50px;
	}
	.top-xs-margin-60{
		margin-top:60px;
	}
	.top-xs-margin-70{
		margin-top:70px;
	}
	.top-xs-margin-80{
		margin-top:80px;
	}
	.bottom-xs-margin-10{
		margin-bottom:10px;
	}
	.bottom-xs-margin-20{
		margin-bottom:20px;
	}
	.bottom-xs-margin-30{
		margin-bottom:30px;
	}
	.bottom-xs-margin-40{
		margin-bottom:40px;
	}
	.bottom-xs-margin-50{
		margin-bottom:50px;
	}
	.bottom-xs-margin-60{
		margin-bottom:60px;
	}
	.bottom-xs-margin-70{
		margin-bottom:70px;
	}
	.bottom-xs-margin-80{
		margin-bottom:80px;
	}
	.single-product{
		margin-bottom:40px;
	}
	.portfolio-grid .grid{
		text-align:center;
	}
	.portfolio-grid .grid img{
		display:inline-block !important;
	}
}  
/******************************************************************************
  Min Width "992px"
*******************************************************************************/
@media (min-width: 992px) {
  .timeliner>li {
	min-height: 150px;
	}
    .timeliner>li .timeline-panel {
        padding: 0 20px 20px;
    }
    .timeliner>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }
    .timeliner>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .timeliner>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}
/******************************************************************************
  Min Width "768px"
*******************************************************************************/
@media(min-width:768px) {
    .timeliner:before {
        left: 50%;
    }
    .timeliner > li {
        margin-bottom: 100px;
        min-height: 100px;
    }
    .timeliner > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeliner > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeliner > li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }
    .timeliner > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
	.schedule .tabs .nav-tabs > li{
		display:table-cell;
		width:1%;
		float:none;
	}
}
/******************************************************************************
  Min Width "1200x"
*******************************************************************************/
@media (min-width: 1200px) {
	  .owl-carousel .col-md-1 {
		max-width: 100px;
	  }
	  .owl-carousel .col-md-2 {
		max-width: 200px;
	  }
	  .owl-carousel .col-md-3 {
		max-width: 300px;
	  }
	  .owl-carousel .col-md-4 {
		max-width: 400px;
	  }
	  .owl-carousel .col-md-5 {
		max-width: 500px;
	  }
	  .owl-carousel .col-md-6 {
		max-width: 600px;
	  }
	  .owl-carousel .col-md-7 {
		max-width: 700px;
	  }
	  .owl-carousel .col-md-8 {
		max-width: 800px;
	  }
	  .owl-carousel .col-md-9 {
		max-width: 900px;
	  }
	  .owl-carousel .col-md-10 {
		max-width: 1000px;
	  }
	  .owl-carousel .col-md-11 {
		max-width: 1100px;
	  }
	  .owl-carousel .col-md-12 {
		max-width: 1200px;
	  }
	.timeliner>li {
		min-height: 170px;
	}
	.timeliner>li .timeline-panel {
		padding: 0 20px 20px 100px;
	}
	.timeliner>li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}
	.timeliner>li .timeline-image h4 {
		margin-top: 40px;
	}
	.timeliner>li.timeline-inverted>.timeline-panel {
		padding: 0 100px 20px 20px;
	}
}
/* ---------- MAX 1199px ---------- */
 @media (min-width: 991px) and (max-width: 1199px){	
	.double-img img{
		max-width:60%;
	}
}
/* ---------- MAX 480px ---------- */
 @media(max-width: 480px){	
	.double-img img{
		max-width:50%;
	}
}
/******************************************************************************
  Max Width "991px"
*******************************************************************************/
@media (max-width: 991px) { 
	.grid-col-4 .grid-item,
	.grid-col-4 .grid-sizer {
		width:33.3%;
	}
	.grid-col-5 .grid-item,
	.grid-col-5 .grid-sizer {
		width:33.3%;
	}
	.slider-block,
	.slider-block1,
	.slider-block2{
		margin-top:0;
	}
}
/******************************************************************************
  Max Width "767px"
*******************************************************************************/
@media (max-width: 767px) { 

	.search-dropdown .dropdown-menu{
		min-width:100% !important;
	}
	.search-dropdown .dropdown-menu .navbar-form,
	.search-dropdown .dropdown-menu .input-group,
	.search-dropdown .dropdown-menu .form-control{
		width:90% !important;
	}
	.search-dropdown .dropdown-menu .navbar-form  .form-control{
		padding: 8px 24px;
	}
	.navbar-collapse .navbar-nav{
		padding-bottom:10px;
	}
	
	header .navbar-form{
		margin:none;
	}
	.search-dropdown .dropdown-menu li{		
		padding:0px 10px;
	}
	#page .page-title-left .breadcrumb{
		right:0;
		position:relative;
		margin-top:10px;
	}
	.grid-col-2 .grid-item ,
	.grid-col-2 .grid-sizer{
		width:50%;
	}
	.grid-col-3 .grid-item,
	.grid-col-3 .grid-sizer {
		width:50%;
	}
	.grid-col-4 .grid-item,
	.grid-col-4 .grid-sizer {
		width:50%;
	}
	.grid-col-5 .grid-item,
	.grid-col-5 .grid-sizer {
		width:50%;
	}
	/* Timeline Blog / Resume */
	.blog.timeliner .timeline-icon {
		left: 0;
		margin: 22px 0 0;
	}
	.blog.timeliner .timeline-meta {
		left: 0;
		margin: 0 0 5px;
		position: relative;
		right: 0;
		text-align: left;
	}
	.blog.timeliner li,
	.blog.timeliner > li.timeline-inverted{
		margin: 0;
		padding: 0 0 30px 100px;
		width: 100%;
		left:0;
	}
	.blog.timeliner  >li.timeline-inverted .timeline-panel:before,
	.blog.timeliner  >li .timeline-panel:before{
	  border: 15px solid transparent;
	  border-right-color: #ccc;
	  left: -30px;
	  right: auto;
	}
	.blog.timeliner  >li.timeline-inverted .timeline-panel:after,
	.blog.timeliner  >li .timeline-panel:after 	{
	  border: 14px solid transparent;
	  border-right-color: #fff;
	  left: -28px;
	  right: auto;
	}
	.owl-carousel .col-sm-1,
	.owl-carousel .col-sm-2,
	.owl-carousel .col-sm-3,
	.owl-carousel .col-sm-4,
	.owl-carousel .col-sm-5,
	.owl-carousel .col-sm-6,
	.owl-carousel .col-sm-7,
	.owl-carousel .col-sm-8,
	.owl-carousel .col-sm-9,
	.owl-carousel .col-sm-10,
	.owl-carousel .col-sm-11,
	.owl-carousel .col-sm-12 {
	  float: none;
	  margin:0px auto;
	}
	.request-quote{
		top:0;
	}
	.slider-box .slider-box-inner{
		display:none;
	}
	.slider-box h2{
		font-size: 30px;
		margin-bottom: 0;
		padding: 5px;
	}	
}
/******************************************************************************
  Max Width "480px"
*******************************************************************************/
@media (max-width: 600px) { 
	.top-up{
		margin-top:0;
	}
}
/******************************************************************************
  Max Width "480px"
*******************************************************************************/
@media (max-width: 480px) { 

	.grid-col-2 .grid-item ,
	.grid-col-2 .grid-sizer{
		width:100%;
	}
	.grid-col-3 .grid-item,
	.grid-col-3 .grid-sizer {
		width:100%;
	}
	.grid-col-4 .grid-item,
	.grid-col-4 .grid-sizer {
		width:100%;
	}
	.grid-col-5 .grid-item,
	.grid-col-5 .grid-sizer {
		width:100%;
	}
	/* TImeline */
	.blog.timeliner > li .timeline-panel{
		padding:20px;
	}

}

@charset "utf-8";
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.navbar.navbar-bg-light .navbar-nav > li > a:hover, .navbar.navbar-bg-light .navbar-nav > li > a:focus, .navbar.navbar-bg-light .navbar-nav > li > a.active,
.navbar.navbar-bg-light .navbar-nav > li > a.highlighted,
.page-links div a:hover, .page-links div a:active, .page-links div a:focus,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a.active,
.text-color,
.item-box a:hover i,
.inverse i,
.item-box.icons-color i,
.pricing:hover .title,
.pricing:hover .title a,
.process-content:hover .title,
.pricing .price,
.post-meta  i,
.meta i,
.quote blockquote:before,
.quote blockquote:after,
.tweet_time a,
#video-controls a,
.link-hover-color a:hover,
.icons-hover-color i:hover,
.navbar-default .navbar-nav > li.active > a, 
.navbar-default .navbar-nav > li.active > a:focus, 
.navbar-default .navbar-nav > li.active > a:hover,
#page .breadcrumb > .active,
.timeliner li:hover .timeline-heading h4.subheading,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.sitemap li a:hover,
.link-hover-black a:hover,
.icons-hover-black i:hover,
.header-search:hover i,
ul.arrow-style li:before,
.hover:hover,
#fun-factor .fun-icon:before,
a.read-more,
.panel-group.list-style.new .panel .panel-heading > .panel-title:before,
.general-section .nav > li:before,
.general-section .works-filters.nav > li.active,
.general-section.white .nav > li.active,
.general-section .nav > li:hover,
.price,
.star-rating.color .fa,
.special-feature .mask-top:after,
.navbar-default .navbar-nav > li.active > a, 
.navbar-default .navbar-nav > li.active > a:focus, 
.navbar-default .navbar-nav > li.active > a:hover,
.detail-box .icon i,
.contact-info .item-box i,
.has-submenu::after,
.btn-transparent-white:hover,
.btn-transparent-black:hover
{
	color: #A46F13;
}


.top-bar-section.top-bar-bg-color,
.product-count,
.navbar-bg-color,
.top-bar-section.top-bar-bg-color,
.btn-default,
.section-title h1:before,
.section-title h2:before,
.special-feature .mask-top h4:before ,
.s-feature-box:hover .mask-bottom,
.progress-bar,
.owl-prev .fa, .owl-next .fa,
h3.count-number:before,
h2.count-number:before,
.item-box.inverse a:hover i,
.item-number,
.name:before,
.inverse-bg-color i,
.icons-bg-color i,
.bg-color,
.gray-bg i:hover,
.features-list-item:hover i,
.bar,
.pagination > .active > span,
.pagination > .active > span:hover,
.blog.timeliner>li:hover .timeline-image,
.blog.timeliner>li:hover .timeline-icon,
div.count-number:before,
.static-color-icons span,
.team-item .social-icon,
.caption-block,
.image-top-border .service-image:before,
.image-top-border .service-image:after,
.general-section .nav:before,
.navbar-default .navbar-toggle .icon-bar,
.list-border .list-group-item.active, 
.list-border .list-group-item.active:focus, 
.list-border .list-group-item.active:hover,
.list-border.widget a.list-group-item:focus, 
.list-border.widget a.list-group-item:hover,
.image-bg .overlay-color,
.overlay-color,
.work-section .nav.b-color li.active,
.work-section .nav.b-color li:hover,
.mixed-grid .nav.b-color li.active,
.mixed-grid .nav.b-color li:hover
{
	background-color: #A46F13;
}

.dropdown-menu,
.desc-border,
.border-color,
.timeliner li:hover .timeline-image,
.pagination > .active > span,
.pagination > .active > span:hover,
.blog.timeliner  >li:hover .timeline-panel,
.slider.border-bottom,
.special-feature .s-feature-box,
.image-top-border img,
#client-list img:hover,
.sidebar  .widget .widget-title .title:after,
.page-wrap .section-title,
.request-quote .container
{
	border-color: #A46F13;
}

.bottom-arrow:before{
	border-top-color: #A46F13;
}
.rightGrip, 
.leftGrip{
	border-bottom: 10px solid #A46F13 !important;
}



.btn-default:hover,
.color-switch .owl-controls .owl-page span,
.tags li a,
.slider-box h2{
 background-color: rgba(254,182,0,.8);
}
.tparrows{
 background-color: rgba(254,182,0,.4) !important;
}
::-moz-selection {
    background: #feb600;
    color: #000000;
    text-shadow: none;
}

::selection {
    background: #feb600;
    color: #a4003a;
    text-shadow: none;
}

/*# sourceMappingURL=plugins.css.map */
