/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa,
.fa-stack {
    display: inline-block
}

.fa-fw,
.fa-li {
    text-align: center
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-stack,
audio,
canvas,
img,
video {
    vertical-align: middle
}

.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
}

.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: .14285714em
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em
}

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

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

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

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

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

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

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

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

.fa-th:before {
    content: "\f00a"
}

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

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

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

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

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

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

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

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

.fa-retweet:before {
    content: "\f079"
}

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

.fa-folder:before {
    content: "\f07b"
}

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

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

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

.fa-bar-chart-o:before {
    content: "\f080"
}

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

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

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

.fa-key:before {
    content: "\f084"
}

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

.fa-comments:before {
    content: "\f086"
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
    content: "\f091"
}

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

.fa-upload:before {
    content: "\f093"
}

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

.fa-phone:before {
    content: "\f095"
}

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

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

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

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

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

.fa-rss:before {
    content: "\f09e"
}

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

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

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

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

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

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

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

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

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

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

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

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

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

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

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

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

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

.fa-paperclip:before {
    content: "\f0c6"
}

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

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

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

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

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

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

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

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

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

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

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

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

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

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

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

.fa-gbp:before {
    content: "\f154"
}

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

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

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

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

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

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

.fa-file:before {
    content: "\f15b"
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

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

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

.fa-dropbox:before {
    content: "\f16b"
}

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

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

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

.fa-tumblr:before {
    content: "\f173"
}

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

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

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

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

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

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

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

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

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

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

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

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

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

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

.fa-wheelchair:before {
    content: "\f193"
}

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

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board: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-square:before,
.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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

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

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

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

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

.fa-empire:before,
.fa-ge: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-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

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

.fa-history:before {
    content: "\f1da"
}

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

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

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

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

.fa-bomb:before {
    content: "\f1e2"
}

button,
img {
    border: 0
}

.italic,
.testimonial p {
    font-style: italic
}

.pointer,
a,
a:active,
a:focus,
a:hover,
button,
div.toggle>label,
ul.star-rated.pointer li {
    cursor: pointer
}

.datepicker.dropdown-menu,
.masonry-list,
div.price-table ul li,
ul.isotope,
ul.list-icon li,
ul.side-nav li {
    list-style: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button {
    background: 0;
    margin: 0;
    padding: 0
}

input:-webkit-autofill {
    color: #fff!important
}

:focus,
button,
input,
textarea {
    outline: 0!important
}

.md-editor>textarea,
.note-air-editor,
a,
a:active,
a:focus,
a:hover,
select {
    outline: 0
}

textarea {
    resize: vertical
}

select {
    border: 2px solid #e5e7e9;
    border-radius: 6px;
    height: 46px;
    padding: 12px
}

.animate_fade_in,
.animate_from_bottom,
.animate_from_right {
    opacity: 0;
    position: relative;
    padding-left: 0
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.radio input[type=radio],
.radio-inline input[type=radio],
input[type=checkbox],
input[type=radio] {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border: 0
}

.form-horizontal .checkbox input[type=checkbox],
.form-horizontal .checkbox input[type=radio] {
    margin-top: 3px
}

fieldset,
iframe {
    border: 0;
    margin: 0;
    padding: 0
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

.btn-danger .glyphicon,
.btn-danger .wi,
.btn-info .glyphicon,
.btn-info .wi,
.btn-primary .glyphicon,
.btn-primary .wi,
.btn-warning .glyphicon,
.btn-warning .wi {
    color: #fff
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

::selection {
    color: #000;
    background: #ccc;
    text-shadow: none
}

::-moz-selection {
    color: #000;
    background: #ccc;
    text-shadow: none
}

.animate_from_bottom {
    bottom: -50px
}

.animate_from_left {
    opacity: 0;
    left: -80px;
    padding-right: 0;
    position: relative
}

.animate_from_right {
    right: -80px
}

.animate_fade_in {
    right: 0
}

pre {
    color: #666;
    padding: 16px 16px 15px;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAAMR2lDQ1BJQ0MgUHJvZmlsZQAASA2tV3dYU1cbf+9IAiEJIxABGWEvUfaUvQUFmUIdhCSQMGIIBBW3tbSCdaDiwFHRqohVqxWQOhBxWxS3dXyoRUGpxYELle/cQLBPn37/ffd5zrm//N73vPf3vvfck3MAtO0Fcnk+rgNQICtWJEaF8ielZ/AZ94AJI4AN+mAmEBbJQxIS4uB/Xm9uAEYZrzpTsf6n278bdEXiIiEAloDMWaIiYQHCvwCQHKFcUQxAa0W81YxiOYW7ENZXIIEIf6RwjgrTkXrQzxrE1iqf5MQwALoPgAZLIFDkAHDCEc8vEeagOBwRwi4ykVSG8GqEA4USAeI41xAeVVAwHWFtBME+629xcv6GBYKs4ZgCQc4wHsyFGgoa4dIieb5glurH/7MryFeieqkuC9SzJIroRHTXR3XbmDc9lsIshPfLsibEI6yH8BEplfEgbpMoo1MQpvw7hEVhqJbAQ/i1SBAei7AJAM5U5qWEDGFbgQIhlT8eKi2OSR7CqYrpiUPx8VxZ/gRqfqA4+ByJOEaNK8VFEUmIRxrw3GxpZAzC6F3hu0olyWkII514Y4k0dQLCHIRbi/KSKA1UnCulkjCKV/kolImUZmvEd2UrIqkckQ/BKihCSBWfsBQKVM8yRLxHsSQ5GvFoLBEnEodHIIyeS0wSy1KG9BASeXEoFYfyL5Xnq+Y30klUivOjKN4S4e1FJUnqsaeLFckUj+pG3MgVjKPmK9JMPJUXJ1A1ofS8gzgIg3DggxK1LJgOuSBt62noQb8GLZEgAAXkgBichxj1iDSVRYb6JCiFP0GGfIqGx4WqrGIoQfynYXZwrDNkq6wlqhF58Bg9oYA0JgNJfzIO9cGouZE+pK96HF9brZMeQQ+nR9Mj6Q5qBoRIdT5qCpD+CxeLbGKUnQL1MnUOX+LRHtPaaQ9p12kdtNuQCn+oogxlOk26SKFWMBx5PHSgaINVEaOKyaBb7UPaItWeZCgZgPQj7SSPNAZn0gNlEkIGodw8EauuHqVaOaztSy3VdVf7Uar5f8txiOc4cjyHVGSps0JvUl2Jf0b5YpGCCHnF/tOT+I44SJwhThDniCNEA/CJ40QjcZE4SuEhzZGq6uQMPy1RVdE8lINU7eNS59Lt8lH9azhXAWIoBdQ7QPO/WDyzGM0/CJsun6WQ5kiK+SFoFRbzY2TC0aP4bi6u7gDUmk75ALziqdZqjHf+C1fYDOBbjtYAajnlU14AAiuAw48BuG++cFYv0Se1AuDoZaFSUTLoR1I3Gvq30EZfhhGYgRXYo5zcwAv8IRgiYBzEQzKkw1RUdQkUINUzYA4shDKogBWwBjbAFtgGu+AnOAANcAROwGm4AJfhOtxBc6MTnkEvvIF+DMMYGBvjYkaYOWaDOWFumA8WiEVgcVgilo5lYjmYDFNic7CvsQqsEtuAbcVqsZ+xw9gJ7BzWjt3GHmDd2EvsA07gLFwfN8Vt8TG4Dx6Cx+LJ+BQ8By/ES/HF+DJ8HV6D78Hr8RP4Bfw63oE/w/sIILQIHmFBOBM+RBgRT2QQ2YSCmEeUE1VEDbGXaELv+irRQfQQ70k6ySX5pDOan9FkCikkC8l55FJyA7mLrCdbyavkA7KX/Exj00xoTjQ/WgxtEi2HNoNWRqui7aAdop1C304n7Q2dTufR7eje6NtMp+fSZ9OX0jfR99Gb6e30R/Q+BoNhxHBiBDDiGQJGMaOMsZ6xh3GccYXRyXinoaVhruGmEamRoSHTWKRRpbFb45jGFY0nGv2aOpo2mn6a8ZoizVmayzW3azZpXtLs1Oxn6jLtmAHMZGYucyFzHXMv8xTzLvOVlpaWpZav1kQtqdYCrXVa+7XOaj3Qes/SYzmywliTWUrWMtZOVjPrNusVm822ZQezM9jF7GXsWvZJ9n32Ow6XM5oTwxFx5nOqOfWcK5zn2praNtoh2lO1S7WrtA9qX9Lu0dHUsdUJ0xHozNOp1jmsc1OnT5er66obr1ugu1R3t+453S49hp6tXoSeSG+x3ja9k3qPuATXihvGFXK/5m7nnuJ26tP17fRj9HP1K/R/0m/T7zXQM/AwSDWYaVBtcNSgg0fwbHkxvHzect4B3g3ehxGmI0JGiEcsGbF3xJURbw1HGgYbig3LDfcZXjf8YMQ3ijDKM1pp1GB0z5g0djSeaDzDeLPxKeOekfoj/UcKR5aPPDDydxPcxNEk0WS2yTaTiyZ9pmamUaZy0/WmJ017zHhmwWa5ZqvNjpl1m3PNA82l5qvNj5s/5RvwQ/j5/HX8Vn6vhYlFtIXSYqtFm0W/pZ1liuUiy32W96yYVj5W2VarrVqseq3Nrcdbz7Gus/7dRtPGx0Zis9bmjM1bWzvbNNtvbRtsu+wM7WLsSu3q7O7as+2D7Avta+yvOdAdfBzyHDY5XHbEHT0dJY7VjpeccCcvJ6nTJqf2UbRRvqNko2pG3XRmOYc4lzjXOT8YzRsdN3rR6IbRz8dYj8kYs3LMmTGfXTxd8l22u9xx1XMd57rItcn1pZujm9Ct2u2aO9s90n2+e6P7Cw8nD7HHZo9bnlzP8Z7ferZ4fvLy9lJ47fXq9rb2zvTe6H3TR98nwWepz1lfmm+o73zfI77v/bz8iv0O+P3l7+yf57/bv2us3Vjx2O1jHwVYBggCtgZ0BPIDMwN/COwIsggSBNUEPQy2ChYF7wh+EuIQkhuyJ+R5qEuoIvRQ6Nswv7C5Yc3hRHhUeHl4W4ReRErEhoj7kZaROZF1kb1RnlGzo5qjadGx0Sujb8aYxghjamN6x3mPmzuuNZYVmxS7IfZhnGOcIq5pPD5+3PhV4+9OsJkgm9AQD/Ex8avi7yXYJRQm/DqRPjFhYvXEx4muiXMSzyRxk6Yl7U56kxyavDz5Top9ijKlJVU7dXJqberbtPC0yrSOSWMmzZ10Id04XZremMHISM3YkdH3VcRXa77qnOw5uWzyjSl2U2ZOOTfVeGr+1KPTtKcJph3MpGWmZe7O/CiIF9QI+rJisjZm9QrDhGuFz0TBotWibnGAuFL8JDsguzK7KycgZ1VOtyRIUiXpkYZJN0hf5Ebnbsl9mxeftzNvID8tf1+BRkFmwWGZnixP1jrdbPrM6e1yJ3mZvKPQr3BNYa8iVrGjCCuaUtRYrI82zxeV9spvlA9KAkuqS97NSJ1xcKbuTNnMi7McZy2Z9aQ0svTH2eRs4eyWORZzFs55MDdk7tZ52LyseS3zreYvnt+5IGrBroXMhXkLf1vksqhy0euv075uWmy6eMHiR99EfVNXxilTlN381v/bLd+R30m/a1vivmT9ks/lovLzFS4VVRUflwqXnv/e9ft13w8sy17Wttxr+eYV9BWyFTdWBq3cValbWVr5aNX4VfWr+avLV79eM23NuSqPqi1rmWuVazvWxa1rXG+9fsX6jxskG65Xh1bv22iyccnGt5tEm65sDt68d4vplootH36Q/nBra9TW+hrbmqpt9G0l2x5vT91+5kefH2t3GO+o2PFpp2xnx67EXa213rW1u012L6/D65R13Xsm77n8U/hPjXud927dx9tXsR/2K/c//Tnz5xsHYg+0HPQ5uPcXm182HuIeKq/H6mfV9zZIGjoa0xvbD4873NLk33To19G/7jxicaT6qMHR5ceYxxYfGzheeryvWd7ccyLnxKOWaS13Tk46ea11YmvbqdhTZ09Hnj55JuTM8bMBZ4+c8zt3+LzP+YYLXhfqL3pePPSb52+H2rza6i95X2q87Hu5qX1s+7ErQVdOXA2/evpazLUL1ydcb7+RcuPWzck3O26JbnXdzr/94veS3/vvLLhLu1t+T+de1X2T+zX/cfjPvg6vjqMPwh9cfJj08M4j4aNnfxT98bFz8WP246on5k9qu9y6jnRHdl9++tXTzmfyZ/09ZX/q/rnxuf3zX/4K/uti76TezheKFwMvl74yerXztcfrlr6EvvtvCt70vy1/Z/Ru13uf92c+pH140j/jI+Pjuk8On5o+x36+O1AwMCAXKASqvQCBejw7G+DlTgB2Oto7XAZgcgbPXCoPbPCciDA21Cj6H3jwXEYZ0B4CdgYDpCwAiGsG2IyaDcIsdKe238nBgLu7DzfEUFdRtrubCmAsBdqavBsYeGUKwGgC+KQYGOjfNDDwaTvaq98GaC4cPOtR3tQZ8ge0twe4MHMwHQqrr/8CGwxpxJZopZAAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAGbaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA1LjQuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjcyPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjY0PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjr3c2kAAABkSURBVFgJ7dWxDcAwDANBO7D2H1YDyEEW+C5g8W7ZECcC3t09K+g9QV2+KhaiiyikEAlQ7oYUIgHK4zZ0ZqL+1nWqihR/zfcrFEUUtyEL0SAVUogEKHdDCpEA5W5IIRKgPG5DFy8vCyP/wfEsAAAAAElFTkSuQmCC);
    border: 2px solid #ccc;
    box-shadow: #ccc 0 0 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.fsize11 {
    font-size: 11px!important;
    line-height: 15px!important
}

.fsize12 {
    font-size: 12px!important;
    line-height: 16px!important
}

.fsize13 {
    font-size: 13px!important;
    line-height: 17px!important
}

.fsize14 {
    font-size: 14px!important;
    line-height: 18px!important
}

.fsize15 {
    font-size: 15px!important;
    line-height: 19px!important
}

.fsize16 {
    font-size: 16px!important;
    line-height: 20px!important
}

.fsize17 {
    font-size: 17px!important;
    line-height: 23px!important
}

.fsize18 {
    font-size: 18px!important;
    line-height: 24px!important
}

.fsize19 {
    font-size: 19px!important;
    line-height: 25px!important
}

.fsize20 {
    font-size: 20px!important;
    line-height: 26px!important
}

.fsize26 {
    font-size: 26px!important;
    line-height: 30px!important
}

.fsize30 {
    font-size: 30px!important;
    line-height: 36px!important
}

.fsize40 {
    font-size: 40px!important;
    line-height: 46px!important
}

.font300 {
    font-weight: 300!important
}

.font500 {
    font-weight: 500!important
}

.font400 {
    font-weight: 400!important
}

.font600 {
    font-weight: 600!important
}

.font700 {
    font-weight: 700!important
}

.font800 {
    font-weight: 800!important
}

.w10 {
    width: 10px
}

.w20 {
    width: 20px
}

.w30 {
    width: 30px
}

.w40 {
    width: 40px
}

.w50 {
    width: 50px
}

.w100 {
    width: 100px
}

.w150 {
    width: 150px
}

.w200 {
    width: 200px
}

.w250 {
    width: 250px
}

.w300 {
    width: 300px
}

.w350 {
    width: 350px
}

.w400 {
    width: 400px
}

.w450 {
    width: 450px
}

.w500 {
    width: 500px
}

.h10 {
    height: 10px
}

.h20 {
    height: 20px
}

.h30 {
    height: 30px
}

.h40 {
    height: 40px
}

.h50 {
    height: 50px
}

.h100 {
    height: 100px
}

.h150 {
    height: 150px
}

.h200 {
    height: 200px
}

.h250 {
    height: 250px
}

.h300 {
    height: 300px
}

.h350 {
    height: 350px
}

.h400 {
    height: 400px
}

.h450 {
    height: 450px
}

.h500 {
    height: 500px
}

.padding3 {
    padding: 3px!important
}

.padding6 {
    padding: 6px!important
}

.padding8 {
    padding: 8px!important
}

.padding10 {
    padding: 10px!important
}

.padding15 {
    padding: 15px!important
}

.padding20 {
    padding: 20px!important
}

.padding30 {
    padding: 30px!important
}

.padding40 {
    padding: 40px!important
}

.padding50 {
    padding: 50px!important
}

.padding60 {
    padding: 60px!important
}

.padding70 {
    padding: 70px!important
}

.padding80 {
    padding: 80px!important
}

.padding90 {
    padding: 90px!important
}

.padding100 {
    padding: 100px!important
}

.padding-top10 {
    padding-top: 10px
}

.padding-top20 {
    padding-top: 20px
}

.padding-top30 {
    padding-top: 30px
}

.padding-top40 {
    padding-top: 40px
}

.padding-top50 {
    padding-top: 50px
}

.padding-top60 {
    padding-top: 60px
}

.padding-top80 {
    padding-top: 80px
}

.padding-top100 {
    padding-top: 100px
}

.padding-top130 {
    padding-top: 130px
}

.padding-top150 {
    padding-top: 150px
}

.padding-top180 {
    padding-top: 180px
}

.padding-top200 {
    padding-top: 200px
}

.margin-top3 {
    margin-top: 3px
}

.margin-top6 {
    margin-top: 6px
}

.margin-top8 {
    margin-top: 8px
}

.margin-top10 {
    margin-top: 10px
}

.margin-top20 {
    margin-top: 20px
}

.margin-top30 {
    margin-top: 30px
}

.margin-top40 {
    margin-top: 40px
}

.margin-top50 {
    margin-top: 50px
}

.margin-top60 {
    margin-top: 60px
}

.margin-top80 {
    margin-top: 80px
}

.margin-top100 {
    margin-top: 100px
}

.margin-top130 {
    margin-top: 130px
}

.margin-top150 {
    margin-top: 150px
}

.margin-top180 {
    margin-top: 180px
}

.margin-top200 {
    margin-top: 200px
}

.margin-bottom3 {
    margin-bottom: 3px
}

.margin-bottom6 {
    margin-bottom: 6px
}

.margin-bottom8 {
    margin-bottom: 8px
}

.margin-bottom10 {
    margin-bottom: 10px
}

.margin-bottom20 {
    margin-bottom: 20px
}

.margin-bottom30 {
    margin-bottom: 30px
}

.margin-bottom40 {
    margin-bottom: 40px
}

.margin-bottom50 {
    margin-bottom: 50px
}

.margin-bottom60 {
    margin-bottom: 60px
}

.margin-bottom80 {
    margin-bottom: 80px
}

.margin-bottom100 {
    margin-bottom: 100px
}

.margin-bottom130 {
    margin-bottom: 130px
}

.margin-bottom150 {
    margin-bottom: 150px
}

.margin-bottom180 {
    margin-bottom: 180px
}

.margin-bottom200 {
    margin-bottom: 200px
}

.radius3 {
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important
}

.radius6 {
    -webkit-border-radius: 6px!important;
    -moz-border-radius: 6px!important;
    border-radius: 6px!important
}

.radius8 {
    -webkit-border-radius: 8px!important;
    -moz-border-radius: 8px!important;
    border-radius: 8px!important
}

.img-responsive {
    display: inline-block
}

.fixed {
    position: fixed!important
}

.relative {
    position: relative!important
}

.nopadding {
    padding: 0!important
}

.nopadding-left {
    padding-left: 0!important
}

.nopadding-right {
    padding-right: 0!important
}

.nopadding-top {
    padding-top: 0!important
}

.nopadding-bottom {
    padding-bottom: 0!important
}

.nomargin {
    margin: 0!important
}

.nomargin-left {
    margin-left: 0!important
}

.nomargin-right {
    margin-right: 0!important
}

.nomargin-top {
    margin-top: 0!important
}

.nomargin-bottom {
    margin-bottom: 0!important
}

.noborder {
    border: 0!important
}

.noradius {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important
}

.absolute {
    position: absolute!important
}

.container,
.cover {
    position: relative
}

.lowercase {
    text-transform: lowercase
}

.uppercase {
    text-transform: uppercase
}

.no-text-transform {
    text-transform: none!important
}

.block {
    display: block!important
}

.bold {
    font-weight: 700!important
}

.fullwidth {
    width: 100%!important;
    max-width: 100%!important
}

.halfwidth {
    width: 50%!important
}

i.fa {
    text-decoration: none!important
}

.justify {
    text-align: justify
}

.btn i.fa {
    padding-right: 10px
}

.btn-margin-top {
    margin-top: 30px
}

.text-underline {
    text-decoration: underline
}

.nowrap {
    white-space: nowrap!important
}

.wrap {
    white-space: normal!important
}

.transparent {
    background: 0 0!important
}

.color-white {
    color: #fff!important
}

.color-black {
    color: #000!important
}

.line-through {
    text-decoration: line-through
}

.panel-title a,
a.social,
ul.side-nav a {
    text-decoration: none
}

img.pull-left {
    margin: 0 20px 10px 0
}

img.pull-right {
    margin: 0 10px 20px 0
}

.hide {
    display: none
}

.nofloat {
    float: none!important
}

.default-gradient {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(0, 0, 0, .03)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(0, 0, 0, .03)), color-stop(.75, rgba(0, 0, 0, .03)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(0, 0, 0, .03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .03) 50%, rgba(0, 0, 0, .03) 75%, transparent 75%, transparent);
    background-color: #fafcfd;
    background-size: 18px 18px
}

@media only screen and (max-width:768px) {
    .mobile-nopadding {
        padding: 0!important
    }
    .mobile-nopadding-left {
        padding-left: 0!important
    }
    .mobile-nopadding-right {
        padding-right: 0!important
    }
    .mobile-nopadding-top {
        padding-top: 0!important
    }
    .mobile-nopadding-bottom {
        padding-bottom: 0!important
    }
    .mobile-nofloat {
        float: none!important
    }
}

.elipsis {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cover {
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

a.social,
a.social.rounded {
    width: 38px;
    height: 38px;
    line-height: 38px
}

.hover-scale {
    transition: all .2s
}

.hover-scale,
a.social {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s
}

.hover-scale:hover {
    transform: scale(1.1)
}

.hover-scale:hover,
i.featured-icon:hover:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.dropdown-menu,
.label,
.nav-pills>li a,
.thumbnail,
input.form-control,
select.form-control,
textarea.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

form .input-group-btn .btn i.fa {
    padding-right: 0
}

form.input-group {
    padding: 0
}

.label a,
.label a:hover,
a.label,
a.label:hover {
    color: #fff
}

label.disabled {
    color: #888!important
}

a.social {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    margin: 10px 1px;
    transition: all .2s
}

a.social.fa-twitter:hover {
    background: #41b7d8!important;
    color: #fff!important
}

a.social.fa-facebook:hover {
    background: #3b5997!important;
    color: #fff!important
}

a.social.fa-google-plus:hover {
    background: #d64937!important;
    color: #fff!important
}

a.social.fa-linkedin:hover {
    background: #0073b2!important;
    color: #fff!important
}

a.social.fa-vimeo-square:hover {
    background: #388fc5!important;
    color: #fff!important
}

a.social.fa-youtube-square:hover {
    background: #a40f09!important;
    color: #fff!important
}

a.social.fa-flickr:hover {
    background: #ff0084!important;
    color: #fff!important
}

a.social.fa-pinterest:hover {
    background: #cb2027!important;
    color: #fff!important
}

a.social.fa-skype:hover {
    background: #00aff0!important;
    color: #fff!important
}

a.social.fa-rss:hover {
    background: #e0812a!important;
    color: #fff!important
}

a.social.default:hover {
    background: #37353a!important;
    color: #fff!important
}

h2.page-header,
h2.page-header a,
h3.page-header,
h3.page-header a {
    color: #ccc
}

.overlay {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.overlay.gray {
    background: rgba(33, 33, 33, .9)!important
}

.rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

section.margin {
    margin: 60px 0
}

section.margin-top {
    margin-top: 60px
}

section.margin-bottom {
    margin-bottom: 60px
}

section.paddings {
    padding: 60px 0
}

.styleBackground .btn,
.styleBackground h1,
.styleBackground h2,
.styleBackground h3,
.styleBackground h4,
.styleBackground h5,
.styleBackground h6,
.styleBackground p {
    color: #fff
}

ul.star-rated {
    margin-bottom: 0
}

ul.list-style-none,
ul.star-rated {
    clear: both;
    display: inline-block;
    padding: 0;
    list-style: none
}

ul.star-rated li {
    float: left;
    padding: 0 2px
}

ul.list-icon {
    margin: 0 0 10px 25px;
    padding: 0
}

ul.list-icon li:before {
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-family: FontAwesome;
    content: ' ';
    float: left;
    margin: 3px 0 0 -25px;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px
}

ul.list-icon.circle li:before {
    color: #fff;
    background-color: #333
}

ul.list-icon.star li:before {
    content: '\f005'
}

ul.list-icon.star-o li:before {
    content: '\f006'
}

ul.list-icon li.check:before,
ul.list-icon.check li:before {
    content: '\f00c'
}

ul.list-icon li.check-square:before,
ul.list-icon.check-square li:before {
    content: '\f14a'
}

ul.list-icon li.check-circle:before,
ul.list-icon.check-circle li:before {
    content: '\f058'
}

ul.list-icon li.times:before,
ul.list-icon li.x:before,
ul.list-icon.times li:before {
    content: '\f00d'
}

ul.list-icon li.x:before {
    color: #ccc
}

ul.list-icon.ban li:before {
    content: '\f05e'
}

ul.list-icon.dot-circle li:before {
    content: '\f192'
}

ul.list-icon.exclamation-circle li:before {
    content: '\f06a'
}

ul.list-icon.icon-circle li:before {
    content: '\f05a'
}

ul.list-icon.heart-o li:before {
    content: '\f08a'
}

ul.list-icon.heart li:before {
    content: '\f004'
}

ul.list-icon.angle-right li:before {
    content: '\f105'
}

ul.list-icon.spaced li {
    padding-top: 4px;
    padding-bottom: 4px
}

.form-bordered .form-group>label {
    padding: 10px 15px
}

.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #ededed!important
}

.form-bordered .form-group>div {
    padding: 15px;
    border-left: 1px solid #efefef
}

.bs-callout {
    clear: both;
    position: relative;
    overflow: hidden;
    background: #ddd;
    margin: 60px 0;
    padding: 36px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.bs-callout.whiteBg {
    background: #fff!important
}

.bs-callout h1,
.bs-callout h2,
.bs-callout h3 {
    margin: 0;
    text-transform: none;
    line-height: 30px
}

#comments a.replyBtn,
#toTop,
div.price-table h3,
div.price-table p span,
div.price-table ul li {
    text-transform: uppercase
}

.bs-callout.margin-top {
    margin: 60px 0 0
}

.bs-callout.margin-bottom {
    margin: 0 0 60px
}

.bs-callout.margin-footer {
    margin: 0 0 -60px
}

.bs-callout.styleBackground {
    padding: 50px 0
}

.bs-callout .btn {
    margin: 0 20px
}

.alert .btn,
.alert.callout .btn {
    margin-top: 4px
}

.callout .row {
    margin-left: 0;
    margin-right: 0
}

.callout .container .row {
    margin-left: -15px;
    margin-right: -15px
}

.alert.callout {
    padding: 15px
}

.alert.callout h4 {
    margin-bottom: 3px
}

.alert.callout .row>div {
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000;
    font-family: 'Open Sans';
    font-weight: 300;
    letter-spacing: -1px
}

h3,
h4,
h5,
h6 {
    letter-spacing: normal
}

h2,
h3 {
    margin: 0 0 32px
}

h4,
h5,
h6 {
    margin: 0 0 14px
}

h1 {
    font-size: 3em;
    line-height: 44px;
    margin: 0 0 44px
}

h2 {
    font-size: 2.2em;
    line-height: 42px
}

h3 {
    font-size: 1.8em;
    line-height: 24px
}

h4 {
    font-size: 1.4em;
    line-height: 27px
}

h5,
h6 {
    font-size: 1em;
    line-height: 18px
}

h1 span.subtitle,
h2 span.subtitle,
h3 span.subtitle {
    display: block;
    font-size: 15px;
    padding: 0;
    margin: -10px 0 0
}

p {
    line-height: 22px;
    margin: 0 0 20px
}

p.featured {
    font-size: 1.6em;
    line-height: 1.5em;
    font-weight: 200
}

p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia
}

p.drop-caps.secundary:first-child:first-letter {
    background-color: #CCC;
    color: #FFF;
    padding: 6px;
    margin-right: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

cite:after {
    content: '\00A0 \2014'
}

cite:before {
    content: '\2014 \00A0'
}

blockquote {
    border-left: 5px solid #CCC;
    font-size: 1.3em;
    font-style: normal;
    letter-spacing: -1px;
    margin: 25px 0 25px 12px;
    padding: 0 0 0 25px;
    position: relative
}

blockquote p {
    margin: 0;
    padding: 0
}

blockquote cite {
    display: block;
    font-size: .75em;
    color: #9ca6b4
}

.progress {
    overflow: visible;
    background: #fafafa;
    border-radius: 0
}

.progress,
.progress-bar {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.progress.slim {
    height: 3px
}

.progress.thin {
    height: 6px
}

.progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

span.progress-bar-tooltip {
    padding: 4px 8px;
    background-color: #2e363f;
    color: #FFF;
    line-height: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -28px;
    right: 5px;
    -o-border-radius: 3px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

span.progress-bar-tooltip:after {
    border-color: #2e363f transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0
}

h6.progress-head {
    margin-bottom: 2px
}

div.circular-bar {
    margin: 30px 0;
    text-align: center;
    display: inline-block;
    height: 200px;
    width: 200px;
    position: relative
}

div.circular-bar strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px
}

div.circular-bar label {
    display: block;
    font-size: 16px;
    font-weight: 300
}

.divider .fa,
.label {
    display: inline-block
}

div.circular-bar-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    text-align: center
}

div.circular-bar canvas {
    margin: 0 0 0 -100px;
    vertical-align: top;
    z-index: 0;
    width: 200px;
    height: 200px
}

@media only screen and (max-width:600px) {
    div.circular-bar,
    div.circular-bar canvas {
        width: 130px;
        height: 130px;
        content: ' ';
        clear: both
    }
    div.circular-bar canvas {
        margin-left: 0;
        margin-top: -70px
    }
    div.circular-bar strong {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px
    }
    div.circular-bar-content {
        margin-top: -30px
    }
}

.btn,
.btn:hover {
    padding: 8px 18px;
    margin-bottom: 3px;
    border: solid rgba(255, 255, 255, 0);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.btn-group,
.btn-toolbar,
ul.isotope-filter {
    margin-bottom: 10px
}

.btn.notransition {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.btn.active,
.btn:active,
.btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn.disabled {
    background-color: #999;
    border: 1px solid #bbb
}

.btn-default,
.btn-default.active,
.btn-default:hover {
    background: 0;
    border: solid rgba(0, 0, 0, .2);
    padding: 8px 18px
}

.btn-default.active,
.btn-default:hover {
    background: rgba(0, 0, 0, .04)
}

.btn-white,
.btn-white:hover {
    color: #333!important;
    background-color: rgba(255, 255, 255, .8)
}

.btn-android,
.btn-dribbble,
.btn-facebook,
.btn-flickr,
.btn-google-plus,
.btn-instagram,
.btn-linkedin,
.btn-pinterest,
.btn-rss,
.btn-skype,
.btn-stackoverflow,
.btn-tumblr,
.btn-twitter,
.btn-vimeo,
.btn-youtube {
    color: #fff!important
}

.btn-white:hover {
    background-color: #fff
}

.btn[disabled] {
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid transparent
}

.btn-link[disabled] {
    background-color: transparent;
    border: 0
}

.btn-default[disabled] {
    background-color: transparent;
    border: solid rgba(0, 0, 0, .2)
}

.btn-lg,
.btn-lg:hover {
    padding: 12px 32px
}

.btn-sm,
.btn-sm:hover {
    padding: 6px 16px
}

.btn-xs,
.btn-xs:hover {
    padding: 3px 13px
}

.btn.pull-right {
    margin-left: 20px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px!important
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px!important
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px!important
}

.btn-facebook {
    background-color: #4863ae
}

.btn-facebook:hover {
    background-color: #445fa4
}

.btn-twitter {
    background-color: #46c0fb
}

.btn-twitter:hover {
    background-color: #33bafb
}

.btn-google-plus {
    background: #d64937
}

.btn-google-plus:hover {
    background: #d1412c
}

.btn-youtube {
    background: red
}

.btn-youtube:hover {
    background: #e80000
}

.btn-vimeo {
    background: #00a2cd
}

.btn-vimeo:hover {
    background: #0093b7
}

.btn-android {
    background: #a4c639
}

.btn-android:hover {
    background: #97b834
}

.btn-linkedin {
    background: #0083bb
}

.btn-linkedin:hover {
    background-color: #0076a8
}

.btn-pinterest {
    background: #c91618
}

.btn-pinterest:hover {
    background-color: #b31313
}

.btn-flickr {
    background: #ff0084
}

.btn-flickr:hover {
    background-color: #e60078
}

.btn-tumblr {
    background: #374a61
}

.btn-tumblr:hover {
    background-color: #2f3f53
}

.btn-skype {
    background: #00b6f3
}

.btn-skype:hover {
    background-color: #00a3d9
}

.btn-stackoverflow {
    background: #f49336
}

.btn-stackoverflow:hover {
    background-color: #f28415
}

.btn-instagram {
    background: #3f729b
}

.btn-instagram:hover {
    background-color: #386589
}

.btn-dribbble {
    background: #ea4c89
}

.btn-dribbble:hover {
    background-color: #e93f7e
}

.btn-rss {
    background: #ff7f25
}

.btn-rss:hover {
    background-color: #fd6b00
}

.btn-fixed {
    text-align: center;
    width: 155px
}

.btn.text-left {
    text-align: left!important
}

.btn.text-right {
    text-align: right!important
}

.btn.text-center {
    text-align: center!important
}

.btn.ico-only {
    padding: 0!important;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px
}

.btn.ico-only.btn-xs {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 13px
}

.btn.ico-only.btn-sm {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px
}

.btn.ico-only.btn-lg {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 25px
}

.btn.ico-only>i.fa {
    padding-right: 0
}

.btn.rounded {
    padding: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.label {
    font-weight: 400;
    padding: .4em .8em .5em
}

.label-default {
    border: 1px solid #CCC;
    padding: .3em .7em .4em
}

.alert {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.alert i.fa {
    font-size: 20px;
    margin-right: 10px
}

.alert.alert-success {
    background-color: #d2ebb8;
    border-left: #3c763d 3px solid
}

.alert.alert-info {
    background-color: #aae1f5;
    border-left: #31708f 3px solid
}

.alert.alert-warning {
    background-color: #fce3a3;
    border-left: #8a6d3b 3px solid
}

.alert.alert-danger {
    background-color: #f8bac0;
    border-left: #a94442 3px solid
}

.alert.alert-default {
    background-color: rgba(0, 0, 0, .08)
}

.pager li>a,
.pager li>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: #f5f7f7
}

.parallax {
    overflow: hidden;
    background-color: #333;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

.parallax * {
    color: #fff;
    text-shadow: #000 1px 1px 1px
}

.irs-from,
.irs-max,
.irs-min,
.irs-single,
.irs-to {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none
}

.parallax .btn {
    text-shadow: none
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

ul.isotope-filter {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: #ddd 1px dotted;
    border-top: #ddd 1px dotted
}

ul.isotope {
    margin: 0;
    padding: 0
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

hr {
    border: 0;
    margin: 60px 0;
    border-top: #ddd 1px solid;
    border-bottom: #fff 1px solid
}

article hr,
hr.half-margins {
    margin: 30px 0
}

hr.no-lines {
    border: 0 solid transparent
}

.divider {
    border: 0;
    margin: 60px 0;
    height: 4px;
    border-top: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    text-align: center;
    position: relative;
    clear: both
}

.divider.half-margins {
    margin: 30px 0
}

.divider .fa {
    color: #bbb;
    background: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    font-size: 20px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin: 0 auto 0 -25px
}

.divider.white .fa {
    background: #fff;
    color: #333
}

li.divider {
    margin: 6px
}

.dark .divider {
    border-top: #555 1px solid;
    border-bottom: #555 1px solid
}

.form-group:after {
    display: block;
    content: ".";
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden
}

.img-thumbnail:after,
div.toggle>label:before,
i.featured-icon:after {
    content: ''
}

.form-control {
    height: 38px;
    padding: 0 12px;
    border: 2px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.form-control.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control:focus,
.sky-form .checkbox input:focus+i,
.sky-form .checkbox:hover i,
.sky-form .input input:focus,
.sky-form .input:hover input,
.sky-form .radio input:focus+i,
.sky-form .radio:hover i,
.sky-form .rating input+label:hover,
.sky-form .rating input+label:hover~label,
.sky-form .select select:focus,
.sky-form .select:hover select,
.sky-form .textarea textarea:focus,
.sky-form .textarea:hover textarea,
.sky-form .toggle input:focus+i,
.sky-form .toggle:hover i {
    border-color: #c6c6c6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.sky-form label,
form label {
    font-weight: 300
}

textarea.form-control {
    padding: 12px
}

div.countTo strong {
    display: block;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400
}

div.countTo label {
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    padding-top: 6px
}

.countTo .boxed {
    margin-top: 60px;
    border: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block
}

.panel-heading .fa,
div.featured-box i.fa,
i.featured-icon {
    display: inline-block;
    position: relative
}

div.countTo.dark,
div.countTo.styleBackgroundColor {
    color: #fff
}

div.countTo.paddings {
    padding: 30px 0
}

div.countTo.dark {
    background-color: rgba(0, 0, 0, .5)
}

@media only screen and (max-width:768px) {
    section .countTo {
        margin-top: 60px
    }
    .countTo .boxed {
        margin-top: 15px
    }
}

div.tabs {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 60px 0
}

div.tabs div.tab-content {
    border: 0;
    padding: 17px;
    background-color: rgba(0, 0, 0, .03);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

div.tabs div.tab-content p:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

div.tabs ul.nav-tabs {
    margin: 0;
    border: 0
}

div.tabs ul.nav-tabs li.active a {
    border: 0;
    color: #333;
    background-color: rgba(0, 0, 0, .03);
    padding-top: 15px
}

div.tabs ul.nav-tabs a {
    color: #666;
    margin-right: 1px;
    padding: 15px 25px;
    background-color: rgba(0, 0, 0, .01);
    border: 0!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

div.tabs ul.nav-tabs a i.fa {
    padding-right: 6px
}

div.tabs div.tab-content.transparent {
    border-top: rgba(0, 0, 0, .03) 1px solid;
    background: 0
}

.panel-group {
    padding: 3px;
    background: #fff;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.panel {
    background: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.panel,
.panel>.panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.panel>.panel-heading {
    border-radius: 0
}

.panel-default>.panel-heading {
    padding: 11px 15px;
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.panel-default>.panel-heading small {
    color: rgba(255, 255, 255, .7)
}

.panel-default {
    border: solid rgba(0, 0, 0, .5)
}

.panel-light {
    border: solid rgba(0, 0, 0, .1)
}

.panel-light>.panel-heading {
    padding: 11px 15px;
    background: transaprent;
    border-bottom: rgba(0, 0, 0, .1) 1px solid
}

.panel-heading .fa {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 25px;
    margin-right: 2px;
    padding: 5px;
    text-align: right;
    top: -1px;
    width: 25px
}

.panel-title a,
div.toggle>label {
    color: #333;
    display: block
}

.panel-body {
    padding: 21px
}

.accordion.panel-group {
    border: solid rgba(0, 0, 0, .03);
    background: rgba(0, 0, 0, .03);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.accordion .panel-default {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

div.toggle>label,
section.page-title {
    border-bottom: rgba(0, 0, 0, .03) 1px solid
}

.accordion .panel-heading {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 0;
    transition: all .1s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.accordion .panel-heading,
div.toggle>label {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.accordion .panel-heading:hover {
    background-color: rgba(0, 0, 0, .15)
}

.accordion.panel-group.transparent {
    background: 0
}

.accordion.panel-group.transparent .panel-heading {
    background-color: rgba(0, 0, 0, .03)
}

div.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both
}

div.toggle>label {
    background: rgba(0, 0, 0, .1);
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    position: relative;
    border-radius: 0;
    transition: all .1s ease-out;
    user-select: none
}

.datepicker table,
div.toggle>label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

div.toggle div.toggle-content {
    border: solid rgba(0, 0, 0, .03);
    display: none;
    background: rgba(0, 0, 0, .03);
    margin-top: -5px;
    padding: 15px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

div.toggle>label:before {
    border: 6px solid transparent;
    border-top-color: inherit;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -3px
}

div.toggle>label:hover {
    background: rgba(0, 0, 0, .15)
}

div.toggle>label+p {
    color: #888;
    height: 25px;
    display: block;
    overflow: hidden;
    padding-left: 10px
}

div.toggle.active>label:before {
    border: 6px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .5);
    right: 14px;
    margin-top: -10px
}

.toggle.transparent .toggle-content {
    background: 0
}

.toggle.transparent label {
    background: rgba(0, 0, 0, .03)
}

.toggle.transparent label:hover {
    background: rgba(0, 0, 0, .04)
}

div.featured-box {
    padding: 23px;
    background: rgba(0, 0, 0, .01);
    text-align: center;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

div.featured-box:hover {
    background: rgba(0, 0, 0, .03)
}

div.featured-box.nobg,
div.featured-box.transparent {
    background: 0
}

div.featured-box i.fa {
    padding: 0;
    color: #fff;
    margin: 20px 0;
    font-size: 40px;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

div.featured-box.nobg i.fa {
    font-size: 30px;
    margin-top: 0;
    width: 70px;
    height: 70px;
    line-height: 70px
}

div.featured-box.nobg.border-only i.fa {
    background: 0 0!important;
    border: 1px solid #333
}

.featured-box-minimal>div {
    margin-bottom: 30px
}

.featured-box-minimal i.fa {
    color: #fff;
    padding: 0;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.featured-box-minimal.border-top {
    border-top: #eee 1px solid;
    margin-top: 30px
}

.featured-box-minimal.border-bottom {
    border-bottom: #eee 1px solid;
    margin-bottom: 60px;
    padding-bottom: 30px
}

.featured-box-minimal.border-bottom div,
.featured-box-minimal.border-top div {
    margin-bottom: 0
}

i.featured-icon {
    color: #FFF;
    margin: 25px 0;
    padding: 0;
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #333;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s
}

i.featured-icon,
i.featured-icon:after {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s
}

i.featured-icon.half {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px
}

i.featured-icon:after {
    background: 0;
    pointer-events: none;
    display: block;
    border-radius: 50%;
    border: 1px solid #333;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: -100px;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .2s
}

i.featured-icon.half:after {
    margin-top: -50px
}

i.featured-icon:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1.1)
}

i.featured-icon.half:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

i.featured-icon.empty {
    background: 0 0!important
}

i.featured-icon.pull-left {
    margin-right: 20px
}

i.featured-icon.pull-right {
    margin-left: 20px
}

.circle-yes {
    padding: 10px;
    border: 1px solid transparent;
    display: inner-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s
}

.circle-yes,
.img-thumbnail:hover:after {
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s
}

.thumbnail:hover {
    border: solid rgba(0, 0, 0, .2)!important
}

.thumbnail.rounded {
    overflow: hidden;
    padding: 0;
    width: 189px;
    height: 189px
}

.img-thumbnail {
    position: relative;
    padding: 0;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail:after {
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd5JREFUeNrMlT1rwlAUhvMhImhEsRQEoRBag2t1Cjo4OmUpgj9D8D+4CeI/cFPcHR0iDiqdpBALgS46qFSKQhBSmwMNtJrozc2XB8Lh3gTuc8953xPyeDwSepAk+aKlZ8LjoE7WPe159RvCF5CAyX7vN2O1Jp/PhxKJBL3ZbNThcKjgQmCBwOHdbvchmUwG9b3lcnkol8sfl2DIE2EafYMk1kwmExyPx4+RSITe7XaqJEkKx3EhfV0qlWQzEArhgkgaqdfr93DgfD5XWJaVcrmcDBnWsF+r1e7sVAKpIovFgoM2FAqF9783hhaJovgE1WAY5g23EkgV0Q6gjfY1cX5DhmpYsSgWyGQy2UM+LTu0CfJgMPjCcYcl1zSbzXWxWIwKghCfTqfB0Wi053k+nM1mw/C+3W5/OqGJqxqpVqvxRqORMvoYBKrpQ16tVqqTEIYgYNVKpRKNxWL0drtVZVk+tFqtlO4cIxC7EEhzBBzS7/dZMxCKsB9X5whYFoYV2DSdToc6nU7Kjjtsg8AYn81mitPtsDzi7c4JR0a82xBYIG5AWAZxC8ISiJsQyCBuQyCBeAFxFcQriIsgXkKYgngNYQjiB8QZiF8Q/0AChL/RO/uL+hUUcQNxExA/AgwAQCThORpp8DAAAAAASUVORK5CYII=) no-repeat
}

.img-thumbnail:hover:after {
    top: 2px;
    right: 2px;
    transition: all .2s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.modal-content {
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.modal-header button,
h4.modal-title {
    color: #fff!important;
    opacity: 1
}

.modal-header button {
    font-size: 30px
}

.owl-carousel {
    margin-bottom: 20px
}

.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    color: #333;
    filter: Alpha(Opacity=100);
    background: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background: #f5f7f7
}

.controlls-over .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -20px;
    height: 50px
}

.controlls-over .owl-controls .owl-prev {
    float: left
}

.controlls-over .owl-controls .owl-next {
    float: right
}

.controlls-over .owl-pagination {
    position: absolute;
    width: 60%;
    margin: auto;
    bottom: -300%;
    left: 0;
    right: 0
}

.owl-theme.controlls-over .owl-controls .owl-page {
    background: rgba(0, 0, 0, .3);
    margin-bottom: 30px;
    position: relative;
    display: inline-block
}

.owl-theme.controlls-over .owl-controls .owl-page:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.owl-theme.controlls-over .owl-controls .owl-page:last-child {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.owl-theme.controlls-over .owl-controls .owl-page span {
    background: #fff
}

.bottom-pagination .owl-controls .owl-page {
    margin-bottom: -40px!important
}

.owl-carousel .owl-item div {
    position: relative;
    text-align: center
}

.owl-carousel .owl-caption {
    padding: 10px;
    position: absolute!important;
    left: 0;
    top: 0;
    right: 0;
    margin-top: 0;
    max-width: 100%;
    background: rgba(0, 0, 0, .3);
    display: block;
    color: #fff
}

.owl-carousel .owl-caption p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin: 0
}

.owl-carousel .owl-caption h1,
.owl-carousel .owl-caption h1 a,
.owl-carousel .owl-caption h2,
.owl-carousel .owl-caption h2 a,
.owl-carousel .owl-caption h3,
.owl-carousel .owl-caption h3 a {
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 10px
}

.owl-carousel .owl-caption a {
    color: #fff;
    font-weight: 700
}

.owl-carousel.controls-hover-only .owl-controls {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.owl-carousel.controls-hover-only:hover .owl-controls,
.slider:hover .owl-carousel.controls-hover-only .owl-controls {
    filter: alpha(opacity=100);
    opacity: 1
}

.owl-carousel.featured .owl-featured-item {
    width: 99%;
    padding-bottom: 15px;
    text-align: center;
    background-color: #f4f4f4;
    display: block;
    webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.owl-carousel.featured .owl-featured-item:hover {
    background-color: #eaeaea
}

.owl-carousel.featured .owl-featured-item a.figure {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    position: relative
}

.owl-carousel.featured .owl-featured-item a.figure>img {
    height: auto!important;
    width: 100%!important;
    max-width: 100%!important;
    vertical-align: top
}

.owl-carousel.featured .owl-featured-detail {
    position: relative
}

.owl-carousel.featured .owl-featured-detail:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    left: 50%;
    margin-left: -10px;
    top: -16px;
    z-index: 10;
    webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.owl-carousel.featured .owl-featured-item:hover>.owl-featured-detail:after {
    border-bottom: 10px solid #eaeaea
}

.owl-carousel.featured .owl-featured-detail>a.featured-title {
    color: #333;
    margin-top: 6px;
    display: block
}

.owl-carousel.featured .owl-featured-detail>span.price {
    display: block;
    margin-bottom: 6px
}

.owl-carousel.featured {
    margin-top: 6px
}

.owl-carousel.featured .owl-controls.clickable {
    top: 0!important;
    margin-top: -50px;
    position: absolute;
    right: 0
}

h2.owl-featured {
    font-size: 19px;
    line-height: 19px;
    border-bottom: rgba(0, 0, 0, .2) 1px dashed;
    padding-bottom: 6px;
    margin-bottom: 0
}

.owl-carousel.featured a.figure>span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.owl-carousel.featured a.figure>span>i {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    font-size: 21px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.owl-carousel.featured a.figure:hover>span {
    filter: alpha(opacity=100);
    opacity: 1
}

.owl-carousel.buttons-bottom .owl-controls {
    top: auto!important
}

.owl-carousel.buttons-bottom .owl-next,
.owl-carousel.buttons-bottom .owl-prev {
    margin-top: -20px!important
}

.owl-carousel .owl-carousel-caption {
    background-color: rgba(0, 0, 0, .5);
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    height: 96px;
    overflow: hidden
}

.owl-carousel .owl-carousel-caption.top {
    top: 0;
    bottom: auto
}

.owl-carousel .owl-carousel-caption.bottom {
    top: auto;
    bottom: 29px
}

.owl-carousel .owl-carousel-caption h2,
.owl-carousel .owl-carousel-caption h3,
.owl-carousel .owl-carousel-caption h4 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.owl-carousel .owl-carousel-caption p {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    margin: 0
}

.breadcrumb {
    font-size: 13px;
    margin: -3px 0 0;
    padding: 0;
    position: relative;
    display: inline-block;
    background: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

aside ul.nav-list {
    padding: 0;
    margin: 0
}

aside h3,
aside h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px
}

aside h4 {
    margin-top: 60px
}

aside ul.nav-list li {
    padding: 0;
    border-bottom: #ccc 1px dotted
}

aside ul.nav-list li a {
    padding-left: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

aside ul.nav-list li a:hover,
aside ul.nav-list li.active>a {
    padding-left: 10px
}

aside ul.nav-list li a i {
    padding-right: 6px;
    color: #ddd
}

ul.side-nav span.badge {
    float: right;
    margin-top: 6px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

ul.side-nav>li>span.badge {
    margin-top: 12px;
    margin-right: 6px
}

ul.side-nav li.list-group-item>a>.label {
    margin-right: 20px
}

.list-group-item:first-child,
.list-group-item:last-child,
ul.side-nav {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

ul.side-nav ul {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, .02)
}

ul.side-nav ul li {
    padding: 0 15px;
    border-bottom: rgba(0, 0, 0, .05) 1px solid
}

ul.side-nav ul li:last-child {
    border-bottom: 0
}

ul.side-nav a {
    display: block;
    color: #333
}

ul.side-nav a i.fa {
    width: 20px
}

ul.side-nav ul li a {
    padding: 3px;
    font-size: 13px
}

ul.side-nav>li {
    padding: 0
}

ul.side-nav>li>a {
    padding: 7px 10px
}

ul.side-nav>li.list-group-item.active {
    border: 0;
    background-color: transparent
}

ul.side-nav>li.active>a {
    background-color: rgba(0, 0, 0, .5)
}

ul.side-nav li.list-toggle.active:after,
ul.side-nav>li.active>a {
    color: #fff!important
}

ul.side-nav li.list-toggle:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: 10px;
    top: 7px;
    color: #999
}

ul.side-nav li.list-toggle.active:after {
    content: "\f107"
}

.list-group-item {
    background: 0;
    border: solid rgba(0, 0, 0, .1);
    border-left: 0;
    border-right: 0
}

div.price-table {
    background: rgba(0, 0, 0, .03);
    margin: 30px 0;
    text-align: center;
    padding-bottom: 30px
}

div.row.pricetable-container {
    padding: 0 15px
}

div.price-table h3 {
    font-size: 25px;
    line-height: 25px;
    padding: 30px 0;
    border-bottom: rgba(0, 0, 0, .1) 2px solid
}

div.price-table p {
    color: #666;
    font-size: 36px;
    padding: 60px 0 30px;
    font-weight: 400;
    width: 150px;
    height: 150px;
    display: inline-block;
    background-color: rgba(0, 0, 0, .05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

div.price-table p span {
    display: block;
    font-size: 10px;
    font-weight: 300
}

div.price-table ul {
    margin: 0;
    padding: 0
}

div.price-table ul li {
    font-size: 12px;
    border-bottom: rgba(0, 0, 0, .1) 1px solid;
    padding: 8px
}

div.price-table.popular,
div.price-table.popular h3,
div.price-table.popular p,
div.price-table.popular p span,
div.price-table.popular ul li {
    color: #fff
}

div.price-table.popular {
    background: #676767
}

div.price-table .btn {
    color: #fff;
    margin-top: 30px
}

div.mega-price-table {
    margin-top: 60px
}

div.mega-price-table .btn .caret.pull-right {
    margin-top: 8px
}

div.mega-price-table .pricing-head,
div.mega-price-table .pricing-title {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    height: 75px
}

div.mega-price-table .pricing-title {
    background-color: transparent!important;
    padding: 15px 0 0;
    margin: 0;
    height: 160px
}

div.mega-price-table h4,
div.mega-price-table ul li.alternate {
    background-color: rgba(0, 0, 0, .03)
}

div.mega-price-table .pricing-title h3 {
    font-size: 50px;
    line-height: 50px
}

div.mega-price-table .pricing-head h3 {
    margin-bottom: 3px;
    display: block;
    color: #fff;
    font-size: 30px;
    padding-top: 12px;
    height: 36px
}

div.mega-price-table h4 {
    display: block;
    text-align: center;
    font-size: 60px;
    padding: 20px 0;
    margin: 0;
    font-weight: 400;
    color: #666;
    height: 85
}

div.mega-price-table .pricing:hover h4 {
    text-align: center
}

div.mega-price-table .pricing h4 sub,
div.mega-price-table .pricing h4 sup {
    font-size: 34px
}

div.mega-price-table .pricing-head small {
    font-size: 12px;
    display: block;
    color: rgba(255, 255, 255, .7);
    font-weight: 300
}

div.mega-price-table .pricing-desc li,
div.mega-price-table ul.pricing-table li {
    padding: 10px;
    font-style: normal;
    min-height: 41px;
    text-align: center
}

div.mega-price-table {
    padding-left: 15px;
    padding-right: 15px
}

div.mega-price-table div {
    padding: 0
}

div.mega-price-table .pricing {
    margin-left: 1px;
    background: rgba(0, 0, 0, .03)
}

div.mega-price-table .pricing-desc div,
div.mega-price-table .pricing-desc li {
    text-align: left!important
}

div.mega-price-table .btn,
div.mega-price-table .btn-group,
div.mega-price-table .btn-toolbar,
div.mega-price-table .list-unstyled {
    margin-bottom: 0
}

div.mega-price-table .pricing.popular,
div.mega-price-table .pricing.popular .pricing-table i.fa,
div.mega-price-table .pricing.popular div,
div.mega-price-table .pricing.popular h3,
div.mega-price-table .pricing.popular h4,
div.mega-price-table .pricing.popular li {
    color: #fff!important
}

div.mega-price-table .dropdown-menu {
    width: 100%
}

.appear-animation {
    opacity: 0
}

.animation-visible {
    opacity: 1!important
}

.animated,
.appear-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

p.dropcap:first-letter {
    float: left;
    font-size: 70px;
    line-height: 60px;
    padding: 4px 8px 4px 4px;
    margin-right: 6px;
    margin-top: -3px;
    display: inline-block
}

p.dropcap.color:first-letter {
    color: #fff;
    background: #333;
    margin-top: 8px;
    padding: 0 8px 3px 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.masonry-list {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.video-wrap {
    top: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0
}

.irs,
.irs-line {
    position: relative
}

.video-wrap .mejs-inner {
    width: 100%!important;
    height: 100%!important
}

.video-wrap .mejs-poster {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

.testimonial {
    margin-bottom: 60px
}

.testimonial.white cite,
.testimonial.white p {
    background-color: #fff
}

.testimonial cite {
    background: #f6f6f6;
    display: inline-block;
    padding: 0 10px 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.irs,
.irs-diapason,
.irs-line,
.irs-slider {
    display: block
}

.testimonial p {
    color: #000;
    background: #f6f6f6;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.cover .testimonial cite,
.cover .testimonial p {
    background: 0 0!important;
    color: #fff;
    font-size: 24px
}

.testimonial.classic p {
    -webkit-border-radius: 6px 6px 6px 0;
    -moz-border-radius: 6px;
    border-radius: 6px 6px 6px 0;
    -moz-border-radius-bottomleft: 0
}

.testimonial.female p,
.testimonial.male p {
    padding-left: 52px;
    background-image: url(../images/female.png);
    background-repeat: no-repeat;
    background-position: 16px 25px
}

.testimonial.male p {
    background-image: url(../images/male.png)
}

.pattern1 {
    background: url(../images/patterns/pattern1.png) fixed
}

.pattern2 {
    background: url(../images/patterns/pattern2.png) fixed
}

.pattern3 {
    background: url(../images/patterns/pattern3.png) fixed
}

.pattern4 {
    background: url(../images/patterns/pattern4.png) fixed
}

.pattern5 {
    background: url(../images/patterns/pattern5.png) fixed
}

.pattern6 {
    background: url(../images/patterns/pattern6.png) fixed
}

.pattern7 {
    background: url(../images/patterns/pattern7.png) fixed
}

.pattern8 {
    background: url(../images/patterns/pattern8.png) fixed
}

.pattern9 {
    background: url(../images/patterns/pattern9.png) fixed
}

.pattern10 {
    background: url(../images/patterns/pattern10.png) fixed
}

.pattern11 {
    background: url(../images/patterns/pattern11.png) fixed
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-slider.from:before,
.irs-slider.single:before,
.irs-slider.to:before {
    content: "";
    top: -30%;
    height: 160%;
    display: block;
    background: 0
}

.irs-line-left {
    left: 0;
    width: 10%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 10%
}

.irs-diapason {
    position: absolute;
    left: 0;
    width: 100%
}

.irs-slider {
    position: absolute;
    cursor: default;
    z-index: 1
}

.irs-slider.single {
    left: 10px
}

.irs-slider.single:before {
    position: absolute;
    left: -30%;
    width: 160%
}

.irs-slider.from:before,
.irs-slider.to:before {
    width: 130%
}

.irs-slider.from {
    left: 100px
}

.irs-slider.from:before {
    position: absolute;
    left: -30%
}

.irs-slider.to {
    left: 300px
}

.irs-slider.to:before {
    position: absolute;
    left: 0
}

.irs-disable-mask,
.irs-from,
.irs-grid-pol,
.irs-single,
.irs-to {
    left: 0;
    position: absolute;
    top: 0
}

.irs-slider.last {
    z-index: 2
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default
}

.irs-from,
.irs-single,
.irs-to {
    display: block;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    width: 1px;
    height: 8px
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px
}

.irs-disable-mask {
    display: block;
    width: 100%;
    height: 100%;
    cursor: default;
    background: 0;
    z-index: 2
}

.irs-disabled {
    opacity: .4
}

.irs-diapason,
.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-slider {
    background: #e5e5e5
}

.irs {
    height: 40px
}

.irs-with-grid {
    height: 60px
}

.irs-line,
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    height: 8px
}

.irs-line {
    overflow: hidden;
    top: 25px
}

.irs-diapason {
    background: #ffb848;
    height: 8px;
    top: 25px
}

.irs-slider {
    width: 13px;
    height: 24px;
    top: 17px;
    border: 1px solid #fefefe;
    background: #777
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    position: absolute;
    content: '';
    display: inline-block;
    border-top: 0
}

.irs-max,
.irs-min {
    color: #999;
    top: 0;
    padding: 1px 3px;
    background: rgba(0, 0, 0, .1);
    border-radius: 0
}

.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
    background: #ccc
}

.irs-from,
.irs-single,
.irs-to {
    color: #fff;
    padding: 1px 5px;
    background: rgba(0, 0, 0, .3);
    border-radius: 3px
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
    background: #999
}

.irs-grid-pol {
    background: #99a4ac
}

.irs-grid-text {
    color: #99a4ac
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2)
}

.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker>div {
    display: none
}

.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0;
    user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 0
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today:hover:hover,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffcd70;
    border-color: #f59e00
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.today:hover {
    background-image: none
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled:hover[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today:hover:hover {
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    border-radius: 0
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.selected:hover {
    background-image: none
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
    border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today:hover:hover,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4bb51;
    border-color: #bf800c
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover {
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #999;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected:hover:hover,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #858585;
    border-color: #373737
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled:hover[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:hover {
    background-color: #999;
    border-color: #555
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled:hover[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active:hover:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td span.active:hover {
    background-image: none
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled:hover[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker tfoot tr th,
.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
    background: #eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: solid #ccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.428571429
}

.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 4px 5px
}

.note-editor {
    position: relative;
    border: solid rgba(0, 0, 0, .1)
}

.note-editor .row-fluid p {
    display: none
}

.note-editor .note-dropzone {
    position: absolute;
    z-index: 1;
    display: none;
    color: #87cefa;
    background-color: #fff;
    border: 2px dashed #87cefa;
    opacity: .95;
    pointer-event: none
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle
}

.note-editor .note-dropzone.hover {
    color: #098ddf;
    border: 2px dashed #098ddf
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor .note-toolbar {
    background-color: rgba(0, 0, 0, .01);
    border-bottom: 1px solid #eee
}

.note-editor.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    background-color: #1f252d
}

.note-editor.fullscreen .note-editable {
    background-color: #fff
}

.note-editor.codeview .note-editable,
.note-editor.fullscreen .note-resizebar {
    display: none
}

.note-editor.codeview .note-codable {
    display: block
}

.note-editor .note-statusbar {
    background-color: #f5f5f5
}

.note-editor .note-statusbar .note-resizebar {
    width: 100%;
    height: 8px;
    cursor: ns-resize;
    border-top: 1px solid #a9a9a9
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9
}

.note-editor .note-editable {
    padding: 10px;
    overflow: auto;
    outline: 0
}

.note-editor .note-editable[contenteditable=false] {
    background-color: #e5e5e5
}

.note-editor .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none
}

.note-popover .popover {
    max-width: none
}

.note-popover .popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.note-popover .popover .arrow {
    left: 20px
}

.note-popover .popover .popover-content,
.note-toolbar {
    padding: 0 5px 5px;
    margin: 0
}

.note-popover .popover .popover-content>.btn-group,
.note-toolbar>.btn-group {
    margin: 5px 5px 0 0
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,
.note-popover .popover .popover-content .note-style blockquote,
.note-popover .popover .popover-content .note-style h1,
.note-popover .popover .popover-content .note-style h2,
.note-popover .popover .popover-content .note-style h3,
.note-popover .popover .popover-content .note-style h4,
.note-popover .popover .popover-content .note-style h5,
.note-popover .popover .popover-content .note-style h6,
.note-toolbar .note-color .dropdown-menu .btn-group,
.note-toolbar .note-style blockquote,
.note-toolbar .note-style h1,
.note-toolbar .note-style h2,
.note-toolbar .note-style h3,
.note-toolbar .note-style h4,
.note-toolbar .note-style h5,
.note-toolbar .note-style h6 {
    margin: 0
}

.note-popover .popover .popover-content>.btn-group,
.note-toolbar>.btn-group>button {
    margin: 0;
    border: solid rgba(0, 0, 0, .2);
    background-color: #fff
}

.note-popover .popover .popover-content .note-table .dropdown-menu,
.note-toolbar .note-table .dropdown-menu {
    min-width: 0;
    padding: 5px
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker {
    font-size: 18px
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute!important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative!important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC)
}

.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute!important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC)
}

.note-popover .popover .popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px!important;
    text-align: center;
    padding: 0
}

.note-popover .popover .popover-content .note-color .dropdown-menu,
.note-toolbar .note-color .dropdown-menu {
    min-width: 340px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,
.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
    margin: 0 5px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
    margin: 2px 7px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
    padding: 0 3px;
    margin: 3px;
    font-size: 11px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
    height: 20px
}

.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
    background: #eee
}

.note-popover .popover .popover-content .note-para .dropdown-menu,
.note-toolbar .note-para .dropdown-menu {
    min-width: 216px;
    padding: 5px
}

.note-popover .popover .popover-content .note-para .dropdown-menu>div:first-child,
.note-toolbar .note-para .dropdown-menu>div:first-child {
    margin-right: 5px
}

.note-popover .popover .popover-content .dropdown-menu,
.note-toolbar .dropdown-menu {
    min-width: 90px
}

.note-popover .popover .popover-content .dropdown-menu.right,
.note-toolbar .dropdown-menu.right {
    right: 0;
    left: auto
}

.note-popover .popover .popover-content .dropdown-menu.right::before,
.note-toolbar .dropdown-menu.right::before {
    right: 9px;
    left: auto!important
}

.note-popover .popover .popover-content .dropdown-menu.right::after,
.note-toolbar .dropdown-menu.right::after {
    right: 10px;
    left: auto!important
}

.note-popover .popover .popover-content .dropdown-menu li a i,
.note-toolbar .dropdown-menu li a i {
    color: #00bfff;
    visibility: hidden
}

.note-popover .popover .popover-content .dropdown-menu li a.checked i,
.note-toolbar .dropdown-menu li a.checked i {
    visibility: visible
}

.note-popover .popover .popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
    font-size: 10px
}

.note-popover .popover .popover-content .note-color-palette,
.note-toolbar .note-color-palette {
    line-height: 1
}

.note-popover .popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff
}

.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000
}

.note-dialog>div {
    display: none
}

.note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 4;
    color: #d3d3d3;
    text-align: center;
    border: 4px dashed #d3d3d3
}

.note-dialog .note-help-dialog {
    font-size: 12px;
    color: #ccc;
    background: 0;
    background-color: #222!important;
    border: 0;
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90)
}

.note-dialog .note-help-dialog .modal-content {
    background: 0;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.note-dialog .note-help-dialog a {
    font-size: 12px;
    color: #fff
}

.note-dialog .note-help-dialog .title {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-bottom: #fff 1px solid
}

.note-dialog .note-help-dialog .modal-close {
    font-size: 14px;
    color: #dd0;
    cursor: pointer
}

.note-dialog .note-help-dialog .note-shortcut-layout {
    width: 100%
}

.note-dialog .note-help-dialog .note-shortcut-layout td {
    vertical-align: top
}

.note-dialog .note-help-dialog .note-shortcut {
    margin-top: 8px
}

.note-dialog .note-help-dialog .note-shortcut th {
    font-size: 13px;
    color: #dd0;
    text-align: left
}

.note-dialog .note-help-dialog .note-shortcut th,
.note-dialog .note-help-dialog .note-shortcut tr {
    background: 0 0!important
}

.note-dialog .note-help-dialog .note-shortcut td:first-child {
    min-width: 110px;
    padding-right: 10px;
    font-family: "Courier New";
    color: #dd0;
    text-align: right
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000
}

.note-handle .note-control-selection>div {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: alpha(opacity=30);
    filter: alpha(opacity=30)
}

.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70)
}

.md-editor {
    display: block;
    border: 1px solid #ddd
}

.md-editor .md-footer,
.md-editor>.md-header {
    display: block;
    padding: 6px 4px;
    background: #fff
}

body,
section header p {
    margin: 0;
    padding: 0
}

.md-editor>.md-header {
    margin: 0
}

.md-editor>.md-preview {
    background: #fff;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    min-height: 10px;
    overflow: auto
}

.md-editor>textarea {
    font-size: 14px;
    outline: dotted thin\9;
    margin: 0;
    display: block;
    padding: 0;
    width: 100%;
    border: 0;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    border-radius: 0;
    box-shadow: none;
    background: #fafafa
}

.md-editor>textarea:focus {
    box-shadow: none;
    background: #fff
}

.md-editor.active {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .1)
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-bottom: 0
}

.btn-toolbar>.btn>i.fa,
.btn-toolbar>.btn>span.glyphicon {
    color: #fff!important
}

.cke_editable.cke_editable_inline {
    cursor: pointer
}

.cke_editable.cke_editable_inline.cke_focus {
    box-shadow: inset 0 0 20px 3px #ddd, inset 0 0 1px #000;
    outline: 0;
    background: #eee;
    cursor: text
}

.cke_editable_inline pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

.cke_top {
    background: #f9fafc!important;
    background-size: 100%!important;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f9fafc), color-stop(100%, #f7f7f7))!important;
    background-image: -webkit-linear-gradient(top, #f9fafc, #f7f7f7)!important;
    background-image: -moz-linear-gradient(top, #f9fafc, #f7f7f7)!important;
    background-image: -o-linear-gradient(top, #f9fafc, #f7f7f7)!important;
    background-image: linear-gradient(top, #f9fafc, #f7f7f7)!important;
    border-bottom: #eee 1px solid!important;
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .03)!important;
    -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .03)!important;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .03)!important
}

.cke_chrome {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.panel-body.nopadding .cke_chrome {
    border: 0!important
}

.bg-navy {
    background-color: #001f3f!important
}

.bg-blue {
    background-color: #0074d9!important
}

.bg-aqua {
    background-color: #7fdbff!important
}

.bg-teal {
    background-color: #39cccc!important
}

.bg-olive {
    background-color: #3d9970!important
}

.bg-green {
    background-color: #2ecc40!important
}

.bg-lime {
    background-color: #01ff70!important
}

.bg-yellow {
    background-color: #ffdc00!important
}

.bg-orange {
    background-color: #ff851b!important
}

.bg-red {
    background-color: #ff4136!important
}

.bg-fuchsia {
    background-color: #f012be!important
}

.bg-purple {
    background-color: #b10dc9!important
}

.bg-maroon {
    background-color: #85144b!important
}

.bg-white {
    background-color: #fff!important
}

.bg-gray {
    background-color: #aaa!important
}

.bg-silver {
    background-color: #ddd!important
}

.bg-black {
    background-color: #111!important
}

.navy {
    color: #001f3f!important
}

.blue {
    color: #0074d9!important
}

.aqua {
    color: #7fdbff!important
}

.teal {
    color: #39cccc!important
}

.olive {
    color: #3d9970!important
}

.green {
    color: #2ecc40!important
}

.lime {
    color: #01ff70!important
}

.yellow {
    color: #ffdc00!important
}

.orange {
    color: #ff851b!important
}

.red {
    color: #ff4136!important
}

.fuchsia {
    color: #f012be!important
}

.purple {
    color: #b10dc9!important
}

.maroon {
    color: #85144b!important
}

.white {
    color: #fff!important
}

.silver {
    color: #ddd!important
}

.gray {
    color: #aaa!important
}

.black {
    color: #111!important
}

.border-navy {
    border-color: #001f3f!important
}

.border-blue {
    border-color: #0074d9!important
}

.border-aqua {
    border-color: #7fdbff!important
}

.border-teal {
    border-color: #39cccc!important
}

.border-olive {
    border-color: #3d9970!important
}

.border-green {
    border-color: #2ecc40!important
}

.border-lime {
    border-color: #01ff70!important
}

.border-yellow {
    border-color: #ffdc00!important
}

.border-orange {
    border-color: #ff851b!important
}

.border-red {
    border-color: #ff4136!important
}

.border-fuchsia {
    border-color: #f012be!important
}

.border-purple {
    border-color: #b10dc9!important
}

.border-maroon {
    border-color: #85144b!important
}

.border-white {
    border-color: #fff!important
}

.border-gray {
    border-color: #aaa!important
}

.border-silver {
    border-color: #ddd!important
}

.border-black {
    border-color: #111!important
}

.fill-navy {
    fill: #001f3f!important
}

.fill-blue {
    fill: #0074d9!important
}

.fill-aqua {
    fill: #7fdbff!important
}

.fill-teal {
    fill: #39cccc!important
}

.fill-olive {
    fill: #3d9970!important
}

.fill-green {
    fill: #2ecc40!important
}

.fill-lime {
    fill: #01ff70!important
}

.fill-yellow {
    fill: #ffdc00!important
}

.fill-orange {
    fill: #ff851b!important
}

.fill-red {
    fill: #ff4136!important
}

.fill-fuchsia {
    fill: #f012be!important
}

.fill-purple {
    fill: #b10dc9!important
}

.fill-maroon {
    fill: #85144b!important
}

.fill-white {
    fill: #fff!important
}

.fill-gray {
    fill: #aaa!important
}

.fill-silver {
    fill: #ddd!important
}

.fill-black {
    fill: #111!important
}

.stroke-navy {
    stroke: #001f3f!important
}

.stroke-blue {
    stroke: #0074d9!important
}

.stroke-aqua {
    stroke: #7fdbff!important
}

.stroke-teal {
    stroke: #39cccc!important
}

.stroke-olive {
    stroke: #3d9970!important
}

.stroke-green {
    stroke: #2ecc40!important
}

.stroke-lime {
    stroke: #01ff70!important
}

.stroke-yellow {
    stroke: #ffdc00!important
}

.stroke-orange {
    stroke: #ff851b!important
}

.stroke-red {
    stroke: #ff4136!important
}

.stroke-fuchsia {
    stroke: #f012be!important
}

.stroke-purple {
    stroke: #b10dc9!important
}

.stroke-maroon {
    stroke: #85144b!important
}

.stroke-white {
    stroke: #fff!important
}

.stroke-gray {
    stroke: #aaa!important
}

.stroke-silver {
    stroke: #ddd!important
}

.stroke-black {
    stroke: #111!important
}

@media print {
    #footer,
    #header,
    #navBar,
    #topBar,
    #topNav,
    .page-title {
        display: none!important
    }
    body * {
        visibility: hidden;
        margin: 0;
        padding: 0
    }
    .printable * {
        visibility: visible
    }
    #wrapper {
        margin: 0!important;
        padding: 20px 0 0!important
    }
    #footer,
    #header_shadow,
    #page-title,
    #topNav,
    .btn {
        display: none
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-4 {
        width: 33.33333333333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
}

html {
    overflow-x: hidden;
    overflow-y: auto
}

body,
html {
    min-height: 100%
}

body {
    color: #666;
    background-color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 23px
}

body.grey,
body.grey .divider .fa {
    background-color: #f1f2f7
}

section {
    padding-top: 60px;
    padding-bottom: 60px
}

section.alternate,
section.alternate .divider .fa {
    background-color: #f5f3f4
}

body.grey section.alternate,
body.grey section.alternate .divider .fa {
    background-color: #e9e9e9
}

section.dark {
    color: #fff;
    background-color: #333
}

section header {
    display: block;
    margin-bottom: 60px
}

section header strong {
    font-weight: 500
}

input[type=color],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
section header h1,
section header h2,
section header h3,
select,
textarea {
    margin-bottom: 10px
}

figure {
    margin-bottom: 20px
}

.form-group input {
    margin: 0
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#header.sticky {
    display: block;
    left: 0;
    right: 0;
    z-index: 100
}

#header.sticky.affix #topBar {
    display: none
}

#header.sticky.affix.has-slider {
    top: 0;
    margin-top: 0!important
}

body.boxed {
    background-color: #d7d6d6
}

body.boxed #topBar,
body.boxed #wrapper,
body.boxed footer {
    margin: auto;
    max-width: 1170px
}

body.boxed #wrapper {
    position: relative;
    background-color: #fff;
    margin: 30px auto!important;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .3) 0 0 6px;
    border-radius: 6px
}

body.boxed #topBar,
body.boxed #wrapper {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px
}

body.boxed #topBar {
    border-radius: 6px
}

body.boxed #header.sticky.affix {
    margin-top: -30px
}

body.boxed #header.sticky.affix #topNav.translucent {
    margin-top: 30px!important
}

@media only screen and (max-width:768px) {
    body.boxed #topBar,
    body.boxed #wrapper {
        margin: 0!important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.callout {
    z-index: 10;
    background-color: #f6f6f6;
    padding: 30px 0
}

.callout.styleBackgroundColor h2,
.callout.styleBackgroundColor h3,
.callout.styleBackgroundColor h4,
.callout.styleBackgroundColor p {
    color: #fff
}

.callout.styleBackgroundColor .btn {
    border-color: rgba(255, 255, 255, .3)
}

.callout h2,
.callout h3,
.callout h4 {
    font-weight: 300;
    margin: 0 0 8px
}

.callout p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300
}

.callout .btn {
    margin-top: 0
}

.callout.dark,
.callout.dark h2,
.callout.dark h3,
.callout.dark h4,
.callout.dark p {
    color: #fff;
    background-color: #252525
}

.callout.dark p {
    color: #b1b1b1;
    font-size: 17px;
    max-width: 960px;
    margin: auto
}

#bar,
.item-box.fullwidth {
    max-width: 100%
}

.callout.dark.arrow-down,
.callout.dark.arrow-up {
    position: relative;
    padding: 60px 0
}

.callout.dark.arrow-down:after,
.callout.dark.arrow-up:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: 50%;
    margin-left: -10px
}

.callout.dark.arrow-down:after {
    border-top: 20px solid #252525;
    bottom: -20px
}

.callout.dark.arrow-up:after {
    border-bottom: 20px solid #252525;
    top: -20px
}

@media only screen and (max-width:990px) {
    .callout h2,
    .callout h3,
    .callout h4 {
        font-size: 18px;
        font-weight: 600
    }
    .callout .btn {
        margin-top: 20px
    }
}

div.slider {
    background-color: #171717;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 4px 0 rgba(0, 0, 0, .04)
}

div.slider a.btn {
    color: #fff
}

div.slider a.btn-default {
    color: #000
}

.tp-caption.default_white,
.tparrows:hover {
    color: #fff
}

.tp-bannertimer {
    background: #777!important;
    background: rgba(0, 0, 0, .1)!important;
    height: 4px!important
}

.tparrows.round:before {
    font-family: revicons;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 9px;
    text-align: center;
    width: 40px;
    font-size: 20px
}

#portfolio .item-box a,
#toTop,
.fa-hover a {
    text-decoration: none
}

.tparrows.round {
    cursor: pointer;
    background: rgba(0, 0, 0, .5)!important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40px!important;
    height: 40px!important
}

.tp-leftarrow.round:before {
    content: '\e824'
}

.tp-rightarrow.round:before {
    content: '\e825'
}

.tparrows.tp-rightarrow:before {
    margin-left: 1px
}

.tparrows.round:hover {
    background: rgba(0, 0, 0, 1)!important
}

.tp-caption.default_black,
.tp-caption.default_white {
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    background-color: transparent;
    padding: 0
}

.tp-caption.default_black {
    color: #000
}

.tp-caption.block_black {
    background-color: #000
}

.tp-caption.block_white {
    background-color: #fff
}

.tp-caption.block_black,
.tp-caption.block_styleColor,
.tp-caption.block_white {
    white-space: nowrap;
    line-height: 34px;
    border-width: 0;
    margin: 0;
    padding: 1px 10px;
    letter-spacing: 0;
    font-size: 22px;
    color: #fff
}

.tp-caption.block_huge {
    font-size: 130px;
    line-height: 130px
}

.tp-caption.block_huge.text-white {
    color: #fff
}

.tp-caption.block_huge.text-black {
    color: #000
}

.flexslider.flexContent .flex-direction-nav a,
.flexslider.flexFull .flex-direction-nav a {
    display: block;
    width: 45px;
    height: 45px;
    margin: -22px 0 0;
    background: #333;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: transparent;
    opacity: 1;
    -webkit-transition: all .3s ease
}

.flexslider.flexContent .flex-direction-nav a.flex-next:after,
.flexslider.flexFull .flex-direction-nav a.flex-next:after {
    content: "\e080"
}

.flexslider.flexContent .flex-direction-nav a.flex-prev:after,
.flexslider.flexFull .flex-direction-nav a.flex-prev:after {
    content: "\e079"
}

.flexslider.flexContent .flex-direction-nav a.flex-next:after,
.flexslider.flexContent .flex-direction-nav a.flex-prev:after,
.flexslider.flexFull .flex-direction-nav a.flex-next:after,
.flexslider.flexFull .flex-direction-nav a.flex-prev:after {
    font: 12px/1em 'Glyphicons Halflings';
    left: 16px;
    top: 16px;
    font-style: normal;
    position: absolute;
    display: inline-block;
    color: #fff
}

div.layerslider div.ls-slide>div.ls-l.fullvideo {
    width: 100%!important;
    height: 100%!important
}

.ls-borderlessdark .ls-thumbnail-inner,
div.ls-thumbnail-slide-container {
    background-color: rgba(0, 0, 0, .1)!important
}

#bar {
    width: 0;
    height: 4px;
    background: #999
}

#progressBar {
    width: 100%;
    background: rgba(0, 0, 0, .05)
}

div.owl-carousel>div {
    position: relative
}

div.owl-carousel .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    background: rgba(0, 0, 0, .2);
    text-shadow: #fff 1px 1px 1px;
    text-align: center;
    padding: 3px;
    margin-right: 1px;
    z-index: 10
}

#toTop {
    background-color: #333;
    border-radius: 4px 4px 0 0;
    color: #FFF;
    position: fixed;
    height: 35px;
    width: 48px;
    right: 6px;
    bottom: 0;
    text-align: center;
    opacity: .9;
    padding-top: 7px;
    display: none;
    z-index: 1000;
    transition: all .2s
}

#toTop,
.item-box .item-hover {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s
}

#toTop:before {
    font-family: fontawesome;
    content: "\f077"
}

.timeline .timeline-left .item:after,
.timeline .timeline-left .item:before {
    position: absolute;
    right: 100%;
    top: 10px;
    content: " "
}

span.user-avatar {
    background: #eee;
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px
}

section.page-title {
    padding: 20px 0 0;
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, .03);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

body.grey section.page-title {
    background-color: #ddd
}

section.page-title header {
    margin: 0
}

section.page-title ul.breadcrumb {
    display: block
}

section.page-title h2 {
    margin: 0 0 -1px;
    padding-bottom: 15px;
    border-bottom: rgba(0, 0, 0, .07) 1px solid;
    display: inline-block
}

ul.has-icons>li>i {
    margin-right: 6px;
    min-width: 15px
}

.callout ul.list-icon li:before {
    font-size: 20px
}

section.brands {
    padding: 30px 0
}

.dropdown-menu .label {
    color: #fff!important;
    margin-top: -2px
}

.alert-default h4 {
    margin-bottom: 3px
}

.alert-default p:last-child {
    margin: 0
}

.has-feedback .form-control-feedback {
    top: 30px
}

.range_inputs .btn {
    padding: 6px
}

.colorpicker.inline:before {
    display: none
}

.slider.slider-horizontal,
.slider.slider-vertical {
    background: 0
}

.tab-post {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: rgba(0, 0, 0, .06) 1px solid
}

.tab-post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.sky-form,
form.search-big {
    margin-bottom: 30px
}

.tab-post .tab-post-link {
    font-size: 13px;
    line-height: 13px
}

.tab-post small {
    display: block;
    font-size: 10px
}

.parallax {
    padding: 60px 0;
    position: relative;
    background-color: rgba(0, 0, 0, .8)
}

.parallax-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/patterns/parallax_overlay.png);
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1
}

.parallax .parallax-content {
    z-index: 2
}

@media only screen and (max-width:1024px) {
    .parallax {
        background-attachment: scroll!important;
        background-position: center!important;
        background-size: 1024px 100%!important
    }
}

.footable {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.footable>thead>tr>td,
.footable>thead>tr>th {
    background-image: none;
    background-color: rgba(0, 0, 0, .03)!important
}

form.search-big {
    margin-top: -30px;
    display: block
}

form.search-big input {
    height: 46px;
    border: 1px solid #c6c6c6
}

div.search-result {
    padding: 20px 0;
    border-bottom: #eee 1px solid
}

div.search-result h4 {
    margin: 0;
    line-height: 20px;
    font-weight: 400
}

div.search-result p {
    margin: 0;
    padding: 0
}

div.search-result img {
    float: left;
    margin-right: 10px;
    margin-top: 6px
}

.search-title-aside {
    margin-top: 20px;
    font-size: 17px;
    line-height: 20px;
    color: #888;
    font-weight: 400
}

ul.search-history {
    border-bottom: #eee 1px solid;
    margin-bottom: 0;
    padding-bottom: 6px
}

.buttons-over-image {
    position: absolute;
    left: 23px;
    top: 8px
}

#world-map {
    background-color: rgba(0, 0, 0, .06);
    padding: 0 3px 3px 0
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    background: #333;
    width: 20px;
    height: 20px;
    padding: 4px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.comingsoon,
.maintenance {
    text-align: center;
    font-weight: 300;
    padding: 20px;
    margin-top: 10%;
    background-color: rgba(0, 0, 0, .05);
    font-family: 'Open Sans'
}

.jvectormap-zoomout {
    top: 40px
}

#map,
#panorama {
    height: 300px
}

.maintenance {
    font-size: 14px;
    line-height: 23px
}

.maintenance h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 6px
}

@media only screen and (max-width:480px) {
    .maintenance h1 {
        font-size: 40px;
        line-height: 40px
    }
}

.default-404 {
    font-size: 170px;
    line-height: 170px;
    color: rgba(0, 0, 0, .3);
    text-align: center;
    display: block;
    margin-bottom: 30px
}

@media only screen and (max-width:600px) {
    .default-e404 p {
        margin-bottom: 60px
    }
    .default-404 {
        display: none
    }
}

.comingsoon {
    font-size: 14px;
    line-height: 23px;
    color: #000
}

.comingsoon hr {
    border: 0;
    border-bottom: rgba(0, 0, 0, .1) 2px solid
}

.comingsoon h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 6px
}

.desc-para,
.nb-count {
    font-weight: 700
}

.comingsoon span.countdown_amount {
    font-size: 50px!important;
    padding: 15px
}

.comingsoon span.countdown_section {
    color: #fff;
    padding: 30px 45px;
    margin-bottom: 2px;
    background: rgba(0, 0, 0, .05);
    text-align: center
}

.comingsoon span.countdown_row span {
    font-size: 16px;
    line-height: 19px;
    margin-right: 1px;
    text-align: center;
    display: inline-block
}

.comingsoon .form-control {
    height: 38px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

@media only screen and (max-width:960px) {
    .comingsoon span.countdown_amount {
        font-size: 50px!important;
        padding: 6px
    }
    .comingsoon span.countdown_section {
        padding: 20px
    }
    .comingsoon span.countdown_row span {
        font-size: 14px
    }
}

@media only screen and (max-width:550px) {
    .comingsoon h1 {
        font-size: 40px;
        line-height: 40px
    }
    .comingsoon span.countdown_amount {
        font-size: 20px!important;
        padding: 6px
    }
    .comingsoon span.countdown_section {
        font-size: 12px;
        padding: 10px
    }
    .comingsoon span.countdown_row span {
        font-size: 11px
    }
}

.word-rotator {
    visibility: hidden;
    width: 100px;
    height: 0;
    margin-bottom: -11px;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    position: relative
}

h2 .word-rotator {
    bottom: 2px;
    height: 42px!important
}

h3 .word-rotator {
    bottom: 9px;
    height: 24px!important
}

h4 .word-rotator {
    bottom: 5px;
    height: 27px!important
}

h5 .word-rotator {
    bottom: 7px;
    height: 18px!important
}

p .word-rotator {
    bottom: 5px
}

p.lead .word-rotator {
    bottom: 4px
}

.word-rotator.active {
    visibility: visible;
    width: auto
}

.word-rotator .items {
    position: relative;
    width: 100%
}

.word-rotator .items span {
    display: block;
    margin-bottom: 0
}

.item-box {
    background: #f6f6f6;
    overflow: hidden;
    margin: 16px 0;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

section.alternate .item-box {
    background-color: #fff
}

.item-box figure {
    width: 100%;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    text-align: center
}

.item-box.fixed-box figure img {
    width: 100%;
    height: auto
}

.item-box-desc {
    padding: 10px 20px;
    overflow: hidden
}

.item-box-desc p {
    margin-top: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.item-box.fixed-box .item-box-desc p {
    height: 98px
}

.item-box-desc h4 {
    padding: 0;
    margin: 0
}

.item-box .item-box-desc small {
    display: block
}

.item-box.fixed-box .item-box-desc {
    height: 256px
}

.item-box.fixed-box figure {
    max-height: 263px
}

.item-box .socials {
    border-top: #eee 1px solid;
    text-align: center;
    display: block
}

.item-box .item-hover {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    transition: all .2s
}

#footer li a,
.box-content .item-image>img {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s
}

.item-box .item-hover,
.item-box .item-hover a,
.item-box .item-hover button {
    color: #fff
}

.item-box .item-hover .inner {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 100
}

.item-box:hover .item-hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #333;
    background-color: rgba(0, 0, 0, .07)
}

.box-content.thumbnail {
    position: relative;
    max-width: 255px;
    display: inline-block;
    margin-bottom: 30px;
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, .03)
}

.box-content.thumbnail:hover {
    background: rgba(0, 0, 0, .08);
    border: 0!important
}

.box-content.thumbnail .item-image {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.box-content.thumbnail h3 {
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff
}

.box-content.thumbnail img {
    width: 100%
}

.box-content.thumbnail h3 span {
    display: inline-block;
    background-color: rgba(0, 0, 0, .8);
    padding: 10px 10px 20px
}

.box-content.thumbnail h3 small {
    display: inline-block;
    color: #333;
    background: rgba(255, 255, 255, .9);
    padding: 3px;
    margin-top: -10px;
    position: absolute;
    bottom: -10px;
    left: 10px
}

.box-content.thumbnail p {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: #eee 1px solid;
    padding-bottom: 10px;
    margin-bottom: 6px
}

.timeline .timeline-centered .item.pull-left h4,
.timeline .timeline-right .item h4 {
    text-align: right
}

@media only screen and (max-width:480px) {
    .box-content.thumbnail h3 {
        font-size: 15px;
        line-height: 15px
    }
}

.box-content .item-image>img {
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.box-content .item-image:hover>img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.timeline {
    position: relative;
    margin-bottom: 60px
}

.timeline .timeline-left .item {
    background-color: rgba(0, 0, 0, .06);
    border-right: rgba(0, 0, 0, .06) 3px solid;
    padding: 15px;
    margin-left: 50px;
    margin-bottom: 30px;
    position: relative
}

.timeline .timeline-left .item:after {
    border: solid transparent;
    width: 0;
    height: 0;
    border-right-color: rgba(0, 0, 0, .06);
    border-width: 10px;
    left: -20px
}

.timeline .timeline-left .item:before {
    border: 5px solid #ddd;
    left: -50px;
    width: 22px;
    height: 22px;
    z-index: 1
}

.timeline-left:after {
    background: #ddd;
    z-index: 0;
    content: "";
    display: block;
    left: 10px;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 4px;
    opacity: .35
}

.timeline .timeline-left .timeline-centered-title {
    float: right;
    content: ' ';
    clear: both;
    font-size: 19px
}

.timeline .timeline-right .item {
    background-color: rgba(0, 0, 0, .06);
    border-left: rgba(0, 0, 0, .06) 3px solid;
    padding: 15px;
    margin-right: 50px;
    margin-bottom: 30px;
    position: relative
}

.timeline .timeline-right .item:after {
    border: solid transparent;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    border-left-color: rgba(0, 0, 0, .06);
    border-width: 10px;
    top: 10px;
    right: -20px
}

.timeline .timeline-right .item:before {
    border: 5px solid #ddd;
    content: " ";
    position: absolute;
    top: 10px;
    right: -50px;
    width: 22px;
    height: 22px;
    z-index: 1
}

.timeline-centered:after,
.timeline-right:after {
    z-index: 0;
    display: block;
    top: 0;
    bottom: 0;
    width: 4px;
    opacity: .35
}

.timeline-right:after {
    background: #ddd;
    content: "";
    right: 10px;
    position: absolute
}

.timeline .timeline-right .timeline-centered-title {
    float: left;
    content: ' ';
    clear: both;
    font-size: 19px
}

.timeline .timeline-centered .item {
    background-color: rgba(0, 0, 0, .06);
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 100px
}

.timeline .timeline-centered .item:first-child {
    margin-top: 0
}

.timeline-centered:after {
    background: #ddd;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: 0;
    height: 100%
}

.timeline .timeline-centered .item.pull-left:after,
.timeline .timeline-centered .item.pull-left:before,
.timeline .timeline-centered .item.pull-right:after,
.timeline .timeline-centered .item.pull-right:before {
    content: " ";
    position: absolute;
    top: 10px
}

.timeline-centered .item {
    max-width: 46%
}

.timeline .timeline-centered .item.pull-right:after {
    right: 100%;
    border: solid transparent;
    width: 0;
    height: 0;
    border-right-color: rgba(0, 0, 0, .06);
    border-width: 10px;
    left: -20px
}

.timeline .timeline-centered .item.pull-right:before {
    right: 100%;
    border: 5px solid #ddd;
    left: -43px;
    width: 22px;
    height: 22px;
    z-index: 1
}

.timeline .timeline-centered .item.pull-left:after {
    border: solid transparent;
    width: 0;
    height: 0;
    border-left-color: rgba(0, 0, 0, .06);
    border-width: 10px;
    right: -20px
}

.timeline .timeline-centered .item.pull-left:before {
    border: 5px solid #ddd;
    right: -46px;
    width: 22px;
    height: 22px;
    z-index: 1
}

.timeline .timeline-centered .item.pull-right .timeline-centered-title {
    float: right;
    content: ' ';
    clear: both;
    font-size: 19px
}

.timeline .timeline-centered .item.pull-left .timeline-centered-title {
    float: left;
    content: ' ';
    clear: both;
    font-size: 19px
}

.timeline .timeline-centered p {
    content: '';
    clear: both
}

@media only screen and (max-width:768px) {
    .timeline-centered .item {
        width: 100%!important;
        max-width: 100%!important;
        margin: 0 0 30px!important
    }
    .timeline .timeline-centered .item.pull-left,
    .timeline .timeline-centered .item.pull-right {
        float: none!important;
        display: block!important;
        position: relative!important
    }
    .timeline .timeline-centered .item.pull-left h4 {
        text-align: left
    }
    .timeline .timeline-centered .item.pull-left:after,
    .timeline .timeline-centered .item.pull-left:before,
    .timeline .timeline-centered .item.pull-right:after,
    .timeline .timeline-centered .item.pull-right:before,
    .timeline-centered:after {
        display: none
    }
}

#portfolio .item-box-desc h4 {
    font-size: 17px;
    max-height: 32px;
    overflow: hidden
}

#portfolio .item-box figure img {
    width: 100%;
    margin: auto
}

#portfolio .item-box-desc small {
    font-size: 12px;
    margin-bottom: 0
}

#portfolio ul.fullwidth .isotope-item,
#portfolio ul.fullwidth .item-box {
    margin: 0
}

#portfolio ul.fullwidth .item-box,
#portfolio ul.fullwidth .item-box .overlay {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#portfolio ul.fullwidth .isotope-item {
    width: 20%;
    float: left
}

#portfolio .project_quick_info span {
    padding: 0 8px
}

#portfolio .project_quick_info i.fa {
    padding-right: 6px
}

#portfolio ul.fullcenter {
    margin-left: 15px;
    margin-right: 15px
}

#portfolio ul.fullcenter .isotope-item,
#portfolio ul.fullcenter .item-box {
    margin: 0
}

#portfolio ul.fullcenter .item-box,
#portfolio ul.fullcenter .item-box .overlay {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#portfolio ul.fullcenter .isotope-item {
    width: 25%;
    float: left
}

@media only screen and (max-width:960px) {
    #portfolio ul.fullcenter .isotope-item,
    #portfolio ul.fullwidth .isotope-item {
        width: 33.333333333%
    }
}

@media only screen and (max-width:479px) {
    #portfolio ul.fullcenter .isotope-item,
    #portfolio ul.fullwidth .isotope-item {
        width: 100%
    }
}

#gmap {
    width: 100%;
    height: 400px;
    display: block;
    z-index: 1
}

#gmap.gmap-half {
    height: 250px
}

#gmap.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(data:image/svg+xml;utf8,<svgxmlns=\http://www.w3.org/2000/svg\><filterid=\grayscale\><feColorMatrixtype=\matrix\values=\0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\/></filter></svg>#grayscale);
    filter: gray
}

.divider.onepage {
    max-width: 300px
}

.divider.onepage.center {
    margin: 60px auto
}

.divider.half-margins.onepage.center {
    margin: 30px auto
}

h1.font-dosis,
h2.font-dosis,
h3.font-dosis,
h4.font-dosis,
h5.font-dosis,
h6.font-dosis {
    font-family: Dosis
}

form.onepage input[type=email],
form.onepage input[type=password],
form.onepage input[type=phone],
form.onepage input[type=text],
form.onepage select,
form.onepage select:focus,
form.onepage textarea,
form.onepage textarea:focus {
    border: 1px solid #ddd;
    margin: 0!important;
    padding: 16px;
    font-size: 16px;
    box-shadow: none!important;
    background: #fff
}

form.onepage .row div {
    padding-top: 4px;
    padding-right: 2px;
    padding-left: 2px
}

form {
    padding-left: 15px;
    padding-right: 15px
}

.onepage-slider-offset {
    padding-top: 60px
}

body.boxed .onepage-slider-offset {
    padding-top: 30px
}

.profile-buttons {
    background-color: rgba(0, 0, 0, .05);
    padding: 15px
}

.profile-buttons h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 30px
}

.profile-btn-link {
    padding: 4px 10px!important;
    margin: 0!important;
    color: #999
}

.profile-activity h6 {
    margin-bottom: 6px;
    padding-left: 15px;
    font-weight: 700
}

.profile-activity p {
    font-size: 13px;
    padding-left: 15px
}

.profile-tabs {
    border-top: rgba(0, 0, 0, .1) 1px solid;
    padding-top: 30px;
    margin-top: -1px
}

time.datebox {
    font-size: 14px;
    display: block;
    position: relative;
    width: 35px;
    background-color: #fff;
    margin: 3px auto;
    border: 1px solid
}

time.datebox strong {
    padding: 2px 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    display: block;
    text-align: center
}

time.datebox span {
    font-size: 15px;
    color: #2f2f2f;
    display: block;
    text-align: center
}

#comments {
    margin-top: 60px
}

#comments .comment {
    margin: 40px 0
}

#comments a.replyBtn {
    float: right;
    font-size: 11px
}

#comments span.user-avatar {
    background: #eee;
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px
}

.bs-glyphicons li,
.linecon .icon {
    float: left;
    height: 115px;
    cursor: pointer
}

ul.comment {
    margin-bottom: 30px
}

li.comment {
    position: relative;
    margin-bottom: 25px;
    font-size: 13px
}

li.comment p {
    margin: 0;
    padding: 0
}

li.comment img.avatar {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block
}

li.comment.comment-reply img.avatar {
    left: 6px;
    top: 6px
}

li.comment .comment-body {
    position: relative;
    padding-left: 60px
}

li.comment.comment-reply {
    margin-left: 60px;
    background-color: #fafafa;
    padding: 6px;
    margin-bottom: 6px
}

li.comment a.comment-author {
    margin-bottom: 6px;
    display: block
}

li.comment a.comment-author span {
    font-size: 15px
}

@media only screen and (max-width:1216px) {
    .container {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .alert-default div.text-right {
        text-align: left
    }
    .alert-default .btn {
        margin-top: 20px
    }
    section.page-title,
    section.page-title h2,
    section.page-title h2 span {
        text-align: center
    }
}

.fa-hover a {
    display: block;
    padding: 4px
}

.fa-hover a:hover {
    background-color: #f3f3f3
}

.fa-hover i {
    width: 20px;
    margin-right: 10px
}

.fa-hover a span {
    color: #666
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px
}

.bs-glyphicons li {
    width: 25%;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #fff;
    background-color: #f9f9f9
}

.bs-glyphicons li:hover,
.iconExamples .example:hover {
    background-color: #f3f3f3
}

@media(min-width:768px) {
    .bs-glyphicons li {
        width: 12.5%;
        font-size: 12px
    }
}

.iconExamples .example {
    text-align: center;
    cursor: pointer;
    padding: 6px 3px
}

.iconExamples .example:after,
.iconExamples .example:before {
    content: " ";
    display: table
}

.iconExamples .example .icon {
    font-size: 20px;
    float: left;
    width: 35px
}

.iconExamples .example .class {
    text-align: center;
    font-size: 13px;
    float: left;
    margin-top: 0;
    font-weight: 400;
    margin-left: 10px;
    color: #333
}

.grid-color span {
    display: block;
    padding: 10px 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .1)
}

.grid-demo [class*=col-] {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px
}

.grid-demo .row {
    margin-left: 0;
    margin-right: 0
}

.linecon .icon {
    width: 12.5%;
    text-align: center;
    padding: 22px 10px;
    margin: 0 -1px -1px 0;
    border: 1px solid #fff;
    background-color: #f6f6f6;
    word-wrap: break-word
}

.linecon .icon:hover {
    background-color: #f3f3f3
}

.linecon .icon i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px
}

#footer li a,
#topNav ul.nav>li a {
    text-decoration: none;
    font-size: 14px
}

#header,
#topNav {
    left: 0;
    right: 0;
    top: 0
}

#header {
    position: absolute
}

#header.affix {
    position: fixed;
    background-color: #fff
}

#topNav {
    display: block;
    background-color: transprent;
    position: relative;
    z-index: 11
}

#topNav.translucent {
    background-color: rgba(255, 255, 255, .2)
}

#topNav.bordered {
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    -o-box-shadow: 0 4px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 4px 0 rgba(0, 0, 0, .04)
}

#topNav a.logo {
    margin: 10px 30px 0 0;
    display: inline-block;
    min-height: 50px;
    float: left
}

#topNav a.logo.onepage {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    margin-top: 3px
}

#topNav .nav-pills>li.active>a,
#topNav .nav-pills>li.active>a:focus,
#topNav .nav-pills>li.active>a:hover,
#topNav .nav-pills>li>a,
#topNav .nav-pills>li>a:focus,
#topNav .nav-pills>li>a:hover {
    background-color: transparent
}

#topNav div.navbar-collapse {
    padding: 0;
    float: right;
    margin: 3px 0 0
}

#topNav ul.nav>li {
    color: #666;
    text-align: center;
    position: relative;
    margin: 0;
    padding-bottom: 6px
}

#topNav ul.nav>li.active>a:before,
#topNav ul.nav>li:hover>a:before {
    content: ' ';
    height: 2px;
    width: 100%;
    left: 0;
    top: -3px;
    position: absolute
}

#topNav ul.nav>li a {
    color: #333;
    padding: 15px;
    position: relative;
    line-height: 14px;
    display: block;
    font-weight: 300;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#topNav ul.nav.white>li a {
    color: #fff
}

#topNav ul.nav>li>a {
    padding: 25px 15px
}

#topNav ul.nav>li:hover {
    background-color: #fff
}

#topNav ul.nav>li:hover a {
    color: #333
}

#topNav ul.dropdown-menu li.divider {
    margin: -1px 0 0;
    padding: 0;
    border: 0;
    border-bottom: rgba(0, 0, 0, .2) 1px solid
}

#topNav .nav li:hover>ul.dropdown-menu {
    padding: 0;
    display: block;
    z-index: 100
}

#topNav ul.dropdown-menu {
    text-align: left;
    margin-top: 0;
    border: 1px solid #eee;
    border-top: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 6px 12px;
    min-width: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#topNav ul.dropdown-menu li {
    position: relative
}

#topNav ul.dropdown-menu>li a {
    margin: 0;
    padding: 10px 15px;
    font-weight: 400;
    color: #555;
    font-size: 13px;
    border-bottom: rgba(0, 0, 0, .1) 1px solid
}

#topNav ul.dropdown-menu>li a i.fa {
    margin-right: 4px
}

#topNav ul.dropdown-menu a.dropdown-toggle:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: 10px;
    top: 9px;
    color: #999
}

#topNav .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #eaeaea;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px
}

#topNav .dropdown-submenu li:hover>a:after {
    color: #fff!important
}

#topNav ul.dropdown-menu li:last-child>a {
    border-bottom: 0
}

.dropdown-menu>li:focus>a,
.dropdown-menu>li:hover>a {
    color: #fff!important;
    background-color: #333
}

#topNav ul.dropdown-menu>li:hover>ul.dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    border-top: 0!important;
    border-bottom: 0!important;
    border-right: 0!important;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#topNav form.search {
    float: right;
    max-width: 180px;
    margin: 12px 0 0;
    padding: 0;
    position: relative
}

#topNav form.search input {
    padding: 6px 26px 6px 6px;
    height: auto;
    width: 100%;
    font-size: 13px;
    position: relative;
    z-index: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#topNav form.search button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ccc;
    z-index: 1
}

#topNav button.btn-mobile {
    color: #fff;
    display: none;
    background: #333;
    padding: 6px 10px;
    margin-top: 10px;
    margin-bottom: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#topNav button.btn-mobile i {
    padding: 0;
    margin: 0;
    font-size: 21px
}

#topNav ul.nav>li.mega-menu {
    position: inherit
}

#topNav ul.nav>li.mega-menu p {
    margin: 0;
    padding: 10px 10px 0;
    font-size: 13px
}

#topNav ul.nav>li.mega-menu div {
    display: table
}

#topNav ul.nav>li.mega-menu div div {
    border-left: #eee 1px solid;
    margin-left: -1px;
    display: table-cell;
    vertical-align: top;
    float: none
}

#topNav ul.nav>li.mega-menu div div:first-child {
    border-left: 0
}

#topNav ul.nav>li.mega-menu>ul {
    width: 100%;
    background-color: transparent;
    border: 0;
    box-shadow: none
}

#topNav ul.nav>li.mega-menu>ul.dropdown-menu>li {
    margin: 0 15px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, .2) 0 6px 12px
}

#topNav ul.nav>li.mega-menu>ul ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none
}

#topNav ul.nav>li.mega-menu h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 10px 10px 20px;
    padding: 0
}

#topNav ul.nav>li.mega-menu>ul li>a {
    border-bottom: 0;
    padding: 6px 10px
}

#topNav ul.nav>li.mega-menu>ul li.active>a,
#topNav ul.nav>li.mega-menu>ul li:hover>a {
    color: #fff
}

#topNav ul.nav>li.mega-menu>ul li.divider {
    border: 0;
    border: solid rgba(0, 0, 0, .01);
    margin: 10px 0
}

@media only screen and (max-width:990px) {
    #header,
    #topNav nav.nav-main {
        background-color: #fff
    }
    .navbar-collapse {
        max-height: 100%
    }
    #header {
        position: relative;
        height: 56px
    }
    #topNav .container {
        padding: 0;
        margin: 0
    }
    #topNav button.btn-mobile {
        display: block;
        float: right;
        margin-right: 15px;
        margin-top: 9px
    }
    #topNav a.logo {
        margin: 3px 30px 3px 10px
    }
    #topNav form.search {
        float: left;
        margin-top: 6px;
        margin-left: 15px
    }
    #topNav div.nav-main-collapse,
    #topNav div.nav-main-collapse.in {
        width: 100%;
        margin: 56px 0 0
    }
    #topNav div.nav-main-collapse {
        float: none;
        overflow-x: hidden;
        position: relative
    }
    #topNav div.nav-main-collapse.collapse {
        display: none!important
    }
    #topMain li,
    #topNav div.nav-main-collapse.in {
        display: block!important
    }
    #topNav ul.nav>li {
        padding-bottom: 0
    }
    #topNav ul.nav>li a {
        color: #333
    }
    #topNav ul.nav>li.dropdown.pull-right {
        float: none!important
    }
    #topNav ul.nav>li>a {
        padding: 15px
    }
    #topMain li {
        float: none;
        text-align: left;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    #topMain>li>a {
        text-align: left;
        border: 0;
        border-bottom: rgba(0, 0, 0, .1) 1px solid;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    #topMain>li:hover,
    #topMain>li:hover>a {
        border-top: 0!important
    }
    #topNav ul.nav>li>a:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        font-size: 14px;
        right: 20px;
        top: 15px;
        color: #999
    }
    #topMain ul.dropdown-menu {
        position: static;
        clear: both;
        float: none;
        display: none!important;
        border-left: 0!important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    #topNav nav.nav-main li.resp-active>ul.dropdown-menu {
        display: block!important;
        margin-left: 30px;
        margin-right: 30px;
        padding: 20px 0;
        border-right: 0
    }
    #topNav nav.nav-main li.resp-active>ul.dropdown-menu li {
        border-left: 0
    }
    #topNav ul.nav>li.active>a:before,
    #topNav ul.nav>li:hover>a:before {
        background-color: transparent
    }
    #topNav ul.dropdown-menu>li:hover>ul.dropdown-menu {
        position: static
    }
    #topNav ul.nav>li.mega-menu>ul.dropdown-menu>li {
        padding: 0;
        margin: 0 30px 0 0;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    #topNav ul.nav>li.mega-menu h3 {
        margin-left: 8px
    }
    #topNav ul.nav>li.mega-menu>ul li>a {
        border-bottom: rgba(0, 0, 0, .1) 1px solid
    }
    #topNav ul.nav>li.mega-menu div,
    #topNav ul.nav>li.mega-menu div div {
        border: 0;
        margin-bottom: 30px;
        display: block;
        width: 100%
    }
    #topNav ul.nav>li.mega-menu div div:last-child {
        margin-bottom: 0
    }
}

#footer li:after,
#footer.bottom {
    position: absolute;
    left: 0;
    bottom: 0
}

@media only screen and (max-width:479px) {
    #topNav form.search {
        margin-left: 4px
    }
    #topNav button.btn-mobile {
        margin-right: 4px
    }
    .hide_mobile {
        display: none
    }
}

#footer {
    color: #777;
    display: block;
    vertical-align: bottom;
    background-color: #2b2b2b;
    border-top: #252525 5px solid;
    z-index: 101
}

#footer.bottom {
    right: 0
}

#footer a.copyright {
    color: #777;
    padding: 0
}

#footer .logo {
    display: block;
    margin-bottom: 10px
}

.dropzone.dz-started .dz-message,
.plus {
    display: none
}

#footer .spaced {
    padding: 60px 15px
}

#footer .logo_footer {
    padding: 40px 15px
}

#footer .dark {
    height: 400px;
    background-color: #252525
}

#footer h2,
#footer h3,
#footer h4 {
    color: #fff
}

#footer .copyright {
    background-color: #252525;
    padding: 20px 0
}

#footer hr {
    border: 0;
    margin: 0;
    padding: 0;
    border-top: #1a1a1a 1px solid;
    border-bottom: #3d3d3d 1px solid
}

#footer li {
    position: relative;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#footer li:after {
    width: 100%;
    content: "";
    border-bottom: 1px solid #1a1a1a
}

#footer li a {
    color: #777;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

#footer li small {
    font-size: 11px
}

#footer li small.ago {
    color: #666
}

#footer .form-control,
#footer .input-group .btn,
#footer .input-group-btn .btn {
    border: 0;
    height: 38px;
    margin-top: 0
}

#footer .input-group-btn .btn {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

#footer input.form-control {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

#footer form {
    padding: 0
}

#footer ul.nobordered li,
#footer ul.nobordered li:after {
    border-bottom: 0;
    padding: 0
}

#footer ul.nobordered li a {
    padding: 3px 0
}

#footer ul.nobordered li a>i.fa {
    padding-right: 6px
}

@media only screen and (max-width:768px) {
    #footer .spaced {
        padding: 20px 15px
    }
    #footer .dark {
        height: auto
    }
}

@media only screen and (max-width:990px) {
    #footer {
        border-top: #2b2b2b 1px solid
    }
}

.tp-caption a,
a {
    color: #f07057
}

#blog a>span,
#blog h1>span,
#footer a:hover,
#footer li a:hover,
#topNav ul.nav li li a:hover,
.btn-link,
.cartContent a.remove_item:hover,
.featured-box-minimal h4,
.glyphicon,
.li,
.owl-carousel.featured a.figure>span>i,
.pagination>li>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span,
.pagination>li>span:focus,
.pagination>li>span:hover,
.styleColor,
.tp-caption a:hover,
.wi,
a,
a:active,
a:hover,
div.mega-price-table .pricing-table i.fa,
div.mega-price-table .pricing:hover h4,
div.owl-carousel .caption,
p.dropcap:first-letter,
ul.side-nav a:hover,
ul.side-nav ul li.active>a {
    color: #ed5434
}

#bar,
#toTop:hover,
#topNav ul.nav>li.active>a:before,
#topNav ul.nav>li:hover>a:before,
.modal-header,
.progress-bar-primary,
.slider-handle,
.styleBackgroundColor,
.timeline .timeline-centered .item.pull-left:before,
.timeline .timeline-centered .item.pull-right:before,
.timeline .timeline-left .item:before,
.timeline .timeline-right .item:before,
div.featured-box i.fa,
div.mega-price-table .pricing-head,
div.mega-price-table .pricing-title,
div.mega-price-table .pricing.popular,
i.featured-icon,
p.dropcap.color:first-letter,
span.badge {
    background-color: #ed5434
}

div.featured-box.nobg.border-only i.fa,
i.featured-icon:after {
    color: #ed5434;
    border-color: #ed5434
}

i.featured-icon,
section.product-view-colors a.active,
section.product-view-colors a:hover {
    border-color: #ed5434
}

i.featured-icon.empty {
    color: #ed5434!important;
    border-color: #ed5434
}

#topNav ul.nav .dropdown-menu>li.active>a,
#topNav ul.nav .dropdown-menu>li:focus>a,
#topNav ul.nav .dropdown-menu>li:hover>a {
    color: #fff!important;
    background-color: #ed5434
}

#topNav ul.dropdown-menu>li:hover>a.dropdown-toggle:after {
    color: #fff
}

.btn-primary {
    border-color: #f07057;
    background-color: #f07057
}

.btn-white {
    color: #ed5434!important
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.open .dropdown-toggle.btn-primary,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border-color: #ed5434;
    background-color: #ed5434
}

h1>em,
h2>em,
h3>em,
h4>em,
h5>em,
h6>em,
section header em {
    font-style: normal;
    color: #ed5434
}

#topNav ul.nav>li.active:before,
#topNav ul.nav>li.mega-menu>ul li.active>a,
#topNav ul.nav>li.mega-menu>ul li:hover>a,
#topNav ul.nav>li:hover:before {
    background-color: #ed5434
}

#topNav .nav-pills.colored>li.active>a,
#topNav .nav-pills.colored>li.active>a:focus,
#topNav .nav-pills.colored>li.active>a:hover {
    color: #fff;
    background-color: #ed5434
}

.featured-box-minimal i.fa,
.styleBackgroundColor {
    background-color: #ed5434
}

ul.list-icon li:before {
    color: #ed5434;
    font-size: 16px
}

.desc-para,
.nb-images {
    font-size: 23px;
    display: inline
}

body.boxed #topBar {
    border-top: #ed5434 4px solid
}

.panel-epona {
    border: 1px solid #ed5434
}

.panel-epona>.panel-heading,
.tp-caption.block_styleColor {
    background-color: #ed5434;
    color: #fff
}

.tp-caption.block_white {
    color: #ed5434
}

.flexslider.flexContent .flex-direction-nav a:hover,
.flexslider.flexFull .flex-direction-nav a:hover {
    background-color: #ed5434;
    color: #fff
}

.sky-form .checkbox input+i:after,
.sky-form .rating input:checked~label {
    color: #ed5434
}

.alert.alert-default {
    border-left: #ed5434 3px solid
}

.item-box .item-hover .overlay {
    background-color: rgba(240, 112, 87, .6)
}

.sky-form .button,
.sky-form .radio input+i:after,
.sky-form .toggle i:before {
    background-color: #ed5434
}

.sky-form .checkbox input:checked+i,
.sky-form .radio input:checked+i,
.sky-form .toggle input:checked+i {
    border-color: #ed5434
}

.nb-images {
    float: right;
    margin-right: 50px;
    border: 1px solid #fff;
    padding: 6px;
    color: #ebebeb
}

.titre-para {
    color: #efefef;
    text-shadow: 3px 3px 10px #000
}

.desc-para {
    color: #fcda83;
    text-shadow: #000 3px 1.5px
}

#para {
    background-image: url(https://goopics.net/assets/images/ban.jpg)
}

.clic-style {
    color: gray;
    font-family: 'trebuchet ms', sans-serif;
    font-size: 100%
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0%,
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-moz-keyframes pulse {
    0%,
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0%,
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 280px;
    border: 1px solid #999999;
    border-radius: 2px;
    background: #fff;
    padding: 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-preview.dz-file-preview .dz-details,
.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-message {
    color: gray;
    text-align: center;
    margin: 4em 0;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 0
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 8px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 4px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: .5em 1.2em;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.albumlink{
    display: none;
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 16px;
}

.albumlinksinput{
	color: green;
}
