/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../../core/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../../core/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../core/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../core/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../../core/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../../../core/fonts/glyphicons-halflings-regular.eot');
    src: url('../../../core/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../core/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../core/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../core/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\002a";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    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);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    line-break: auto;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition:      -o-transform .6s ease-in-out;
        transition:         transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
/*# sourceMappingURL=bootstrap.css.map */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
    font-family: 'EntypoRegular';
    src: url('../../../core/fonts/entypo.eot');
    src: url('../../../core/fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('../../../core/fonts/entypo.woff') format('woff'),
         url('../../../core/fonts/entypo.ttf') format('truetype'),
         url('../../../core/fonts/entypo.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EntypoSocialRegular';
    src: url('../../../core/fonts/entypo-social.eot');
    src: url('../../../core/fonts/entypo-social.eot?#iefix') format('embedded-opentype'),
         url('../../../core/fonts/entypo-social.woff') format('woff'),
         url('../../../core/fonts/entypo-social.ttf') format('truetype'),
         url('../../../fontsentypo-social.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.entypo {
	font-family: 'EntypoRegular';
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}

.entypo-social {
	font-family: 'EntypoSocialRegular';
	font-size: 2em;
	font-weight: normal;
	line-height: 0;
}

.entypo.phone:before{ content:'\1F4DE'; }
.entypo.mobile:before{ content:'\1F4F1'; }
.entypo.mouse:before{ content:'\E789'; }
.entypo.address:before{ content:'\E723'; }
.entypo.mail:before{ content:'\2709'; }
.entypo.paper-plane:before{ content:'\1F53F'; }
.entypo.pencil:before{ content:'\270E'; }
.entypo.feather:before{ content:'\2712'; }
.entypo.attach:before{ content:'\1F4CE'; }
.entypo.inbox:before{ content:'\E777'; }
.entypo.reply:before{ content:'\E712'; }
.entypo.reply-all:before{ content:'\E713'; }
.entypo.forward:before{ content:'\27A6'; }
.entypo.user:before{ content:'\1F464'; }
.entypo.users:before{ content:'\1F465'; }
.entypo.add-user:before{ content:'\E700'; }
.entypo.vcard:before{ content:'\E722'; }
.entypo.export:before{ content:'\E715'; }
.entypo.location:before{ content:'\E724'; }
.entypo.map:before{ content:'\E727'; }
.entypo.compass:before{ content:'\E728'; }
.entypo.direction:before{ content:'\27A2'; }
.entypo.hair-cross:before{ content:'\1F3AF'; }
.entypo.share:before{ content:'\E73C'; }
.entypo.shareable:before{ content:'\E73E'; }
.entypo.heart:before{ content:'\2665'; }
.entypo.heart-empty:before{ content:'\2661'; }
.entypo.star:before{ content:'\2605'; }
.entypo.star-empty:before{ content:'\2606'; }
.entypo.thumbs-up:before{ content:'\1F44D'; }
.entypo.thumbs-down:before{ content:'\1F44E'; }
.entypo.chat:before{ content:'\E720'; }
.entypo.comment:before{ content:'\E718'; }
.entypo.quote:before{ content:'\275E'; }
.entypo.home:before{ content:'\2302'; }
.entypo.popup:before{ content:'\E74C'; }
.entypo.search:before{ content:'\1F50D'; }
.entypo.flashlight:before{ content:'\1F526'; }
.entypo.print:before{ content:'\E716'; }
.entypo.bell:before{ content:'\1F514'; }
.entypo.link:before{ content:'\1F517'; }
.entypo.flag:before{ content:'\2691'; }
.entypo.cog:before{ content:'\2699'; }
.entypo.tools:before{ content:'\2692'; }
.entypo.trophy:before{ content:'\1F3C6'; }
.entypo.tag:before{ content:'\E70C'; }
.entypo.camera:before{ content:'\1F4F7'; }
.entypo.megaphone:before{ content:'1F4E3'; }
.entypo.moon:before{ content:'\0045'; }
.entypo.palette:before{ content:'\1F3A8'; }
.entypo.leaf:before{ content:'\1F342'; }
.entypo.note:before{ content:'\266A'; }
.entypo.beamed-note:before{ content:'\266B'; }
.entypo.new:before{ content:'\1F4A5'; }
.entypo.graduation-cap:before{ content:'\1F393'; }
.entypo.book:before{ content:'\1F4D5'; }
.entypo.newspaper:before{ content:'\1F4F0'; }
.entypo.bag:before{ content:'\1F45C'; }
.entypo.airplane:before{ content:'\2708'; }
.entypo.lifebuoy:before{ content:'\E788'; }
.entypo.eye:before{ content:'\E70A'; }
.entypo.clock:before{ content:'\1F554'; }
.entypo.mic:before{ content:'\1F3A4'; }
.entypo.calendar:before{ content:'\1F4C5'; }
.entypo.flash:before{ content:'\26A1'; }
.entypo.thunder-cloud:before{ content:'\26C8'; }
.entypo.droplet:before{ content:'\1F4A7'; }
.entypo.cd:before{ content:'\1F4BF'; }
.entypo.briefcase:before{ content:'\1F4BC'; }
.entypo.air:before{ content:'\1F4A8'; }
.entypo.hourglass:before{ content:'\23F3'; }
.entypo.gauge:before{ content:'\1F6C7'; }
.entypo.language:before{ content:'\1F394'; }
.entypo.network:before{ content:'\E776'; }
.entypo.key:before{ content:'\1F511'; }
.entypo.battery:before{ content:'\1F50B'; }
.entypo.bucket:before{ content:'\1F4FE'; }
.entypo.magnet:before{ content:'\E7A1'; }
.entypo.drive:before{ content:'\1F4FD'; }
.entypo.cup:before{ content:'\2615'; }
.entypo.rocket:before{ content:'\1F680'; }
.entypo.brush:before{ content:'\E79A'; }
.entypo.suitcase:before{ content:'\1F6C6'; }
.entypo.traffic-cone:before{ content:'\1F6C8'; }
.entypo.globe:before{ content:'\1F30E'; }
.entypo.keyboard:before{ content:'\2328'; }
.entypo.browser:before{ content:'\E74E'; }
.entypo.publish:before{ content:'\E74D'; }
.entypo.progress-3:before{ content:'\E76B'; }
.entypo.progress-2:before{ content:'\E76A'; }
.entypo.progress-1:before{ content:'\E769'; }
.entypo.progress-0:before{ content:'\E768'; }
.entypo.light-down:before{ content:'\1F505'; }
.entypo.light-up:before{ content:'\1F506'; }
.entypo.adjust:before{ content:'\25D1'; }
.entypo.code:before{ content:'\E714'; }
.entypo.monitor:before{ content:'\1F4BB'; }
.entypo.infinity:before{ content:'\221E'; }
.entypo.light-bulb:before{ content:'\1F4A1'; }
.entypo.credit-card:before{ content:'\1F4B3'; }
.entypo.database:before{ content:'\1F4F8'; }
.entypo.voicemail:before{ content:'\2707'; }
.entypo.clipboard:before{ content:'\1F4CB'; }
.entypo.cart:before{ content:'\E73D'; }
.entypo.box:before{ content:'\1F4E6'; }
.entypo.ticket:before{ content:'\1F3AB'; }
.entypo.rss:before{ content:'\E73A'; }
.entypo.signal:before{ content:'\1F4F6'; }
.entypo.thermometer:before{ content:'\1F4FF'; }
.entypo.water:before{ content:'\1F4A6'; }
.entypo.sweden:before{ content:'\F601'; }
.entypo.line-graph:before{ content:'\1F4C8'; }
.entypo.pie-chart:before{ content:'\25F4'; }
.entypo.bar-graph:before{ content:'\1F4CA'; }
.entypo.area-graph:before{ content:'\1F53E'; }
.entypo.lock:before{ content:'\1F512'; }
.entypo.lock-open:before{ content:'\1F513'; }
.entypo.logout:before{ content:'\E741'; }
.entypo.login:before{ content:'\E740'; }
.entypo.check:before{ content:'\2713'; }
.entypo.cross:before{ content:'\274C'; }
.entypo.squared-minus:before{ content:'\229F'; }
.entypo.squared-plus:before{ content:'\229E'; }
.entypo.squared-cross:before{ content:'\274E'; }
.entypo.circled-minus:before{ content:'\2296'; }
.entypo.circled-plus:before{ content:'\2295'; }
.entypo.circled-cross:before{ content:'\2716'; }
.entypo.minus:before{ content:'\2796'; }
.entypo.plus:before{ content:'\2795'; }
.entypo.erase:before{ content:'\232B'; }
.entypo.block:before{ content:'\1F6AB'; }
.entypo.info:before{ content:'\2139'; }
.entypo.circled-info:before{ content:'\E705'; }
.entypo.help:before{ content:'\2753'; }
.entypo.circled-help:before{ content:'\E704'; }
.entypo.warning:before{ content:'\26A0'; }
.entypo.cycle:before{ content:'\1F504'; }
.entypo.cw:before{ content:'\27F3'; }
.entypo.ccw:before{ content:'\27F2'; }
.entypo.shuffle:before{ content:'\1F500'; }
.entypo.back:before{ content:'\1F519'; }
.entypo.level-down:before{ content:'\21B3'; }
.entypo.retweet:before{ content:'\E717'; }
.entypo.loop:before{ content:'\1F501'; }
.entypo.back-in-time:before{ content:'\E771'; }
.entypo.level-up:before{ content:'\21B0'; }
.entypo.switch:before{ content:'\21C6'; }
.entypo.numbered-list:before{ content:'\E005'; }
.entypo.add-to-list:before{ content:'\E003'; }
.entypo.layout:before{ content:'\268F'; }
.entypo.list:before{ content:'\2630'; }
.entypo.text-doc:before{ content:'\1F4C4'; }
.entypo.text-doc-inverted:before{ content:'\E731'; }
.entypo.doc:before{ content:'\E730'; }
.entypo.docs:before{ content:'\E736'; }
.entypo.landscape-doc:before{ content:'\E737'; }
.entypo.picture:before{ content:'\1F304'; }
.entypo.video:before{ content:'\1F3AC'; }
.entypo.music:before{ content:'\1F3B5'; }
.entypo.folder:before{ content:'\1F4C1'; }
.entypo.archive:before{ content:'\E800'; }
.entypo.trash:before{ content:'\E729'; }
.entypo.upload:before{ content:'\1F4E4'; }
.entypo.download:before{ content:'\1F4E5'; }
.entypo.save:before{ content:'\1F4BE'; }
.entypo.install:before{ content:'\E778'; }
.entypo.cloud:before{ content:'\2601'; }
.entypo.upload-cloud:before{ content:'\E711'; }
.entypo.bookmark:before{ content:'\1F516'; }
.entypo.bookmarks:before{ content:'\1F4D1'; }
.entypo.open-book:before{ content:'\1F4D6'; }
.entypo.play:before{ content:'\25B6'; }
.entypo.paus:before{ content:'\2016'; }
.entypo.record:before{ content:'\25CF'; }
.entypo.stop:before{ content:'\25A0'; }
.entypo.ff:before{ content:'\23E9'; }
.entypo.fb:before{ content:'\23EA'; }
.entypo.to-start:before{ content:'\23EE'; }
.entypo.to-end:before{ content:'\23ED'; }
.entypo.resize-full:before{ content:'\E744'; }
.entypo.resize-small:before{ content:'\E746'; }
.entypo.volume:before{ content:'\23F7'; }
.entypo.sound:before{ content:'\1F50A'; }
.entypo.mute:before{ content:'\1F507'; }
.entypo.flow-cascade:before{ content:'\1F568'; }
.entypo.flow-branch:before{ content:'\1F569'; }
.entypo.flow-tree:before{ content:'\1F56A'; }
.entypo.flow-line:before{ content:'\1F56B'; }
.entypo.flow-parallel:before{ content:'\1F56C'; }
.entypo.left-bold:before{ content:'\E4AD'; }
.entypo.down-bold:before{ content:'\E4B0'; }
.entypo.up-bold:before{ content:'\E4AF'; }
.entypo.right-bold:before{ content:'\E4AE'; }
.entypo.left:before{ content:'\2B05'; }
.entypo.down:before{ content:'\2B07'; }
.entypo.up:before{ content:'\2B06'; }
.entypo.right:before{ content:'\27A1'; }
.entypo.circled-left:before{ content:'\E759'; }
.entypo.circled-down:before{ content:'\E758'; }
.entypo.circled-up:before{ content:'\E75B'; }
.entypo.circled-right:before{ content:'\E75A'; }
.entypo.triangle-left:before{ content:'\25C2'; }
.entypo.triangle-down:before{ content:'\25BE'; }
.entypo.triangle-up:before{ content:'\25B4'; }
.entypo.triangle-right:before{ content:'\25B8'; }
.entypo.chevron-left:before{ content:'\E75D'; }
.entypo.chevron-down:before{ content:'\E75C'; }
.entypo.chevron-up:before{ content:'\E75F'; }
.entypo.chevron-right:before{ content:'\E75E'; }
.entypo.chevron-small-left:before{ content:'\E761'; }
.entypo.chevron-small-down:before{ content:'\E760'; }
.entypo.chevron-small-up:before{ content:'\E763'; }
.entypo.chevron-small-right:before{ content:'\E762'; }
.entypo.chevron-thin-left:before{ content:'\E765'; }
.entypo.chevron-thin-down:before{ content:'\E764'; }
.entypo.chevron-thin-up:before{ content:'\E767'; }
.entypo.chevron-thin-right:before{ content:'\E766'; }
.entypo.left-thin:before{ content:'\2190'; }
.entypo.down-thin:before{ content:'\2193'; }
.entypo.up-thin:before{ content:'\2191'; }
.entypo.right-thin:before{ content:'\2192'; }
.entypo.arrow-combo:before{ content:'\E74F'; }
.entypo.three-dots:before{ content:'\23F6'; }
.entypo.two-dots:before{ content:'\23F5'; }
.entypo.dot:before{ content:'\23F4'; }
.entypo.cc:before{ content:'\1F545'; }
.entypo.cc-by:before{ content:'\1F546'; }
.entypo.cc-nc:before{ content:'\1F547'; }
.entypo.cc-nc-eu:before{ content:'\1F548'; }
.entypo.cc-nc-jp:before{ content:'\1F549'; }
.entypo.cc-sa:before{ content:'\1F54A'; }
.entypo.cc-nd:before{ content:'\1F54B'; }
.entypo.cc-pd:before{ content:'\1F54C'; }
.entypo.cc-zero:before{ content:'\1F54D'; }
.entypo.cc-share:before{ content:'\1F54E'; }
.entypo.cc-remix:before{ content:'\1F54F'; }
.entypo.db-logo:before{ content:'\1F5F9'; }
.entypo.db-shape:before{ content:'\1F5FA'; }

.entypo-social.github:before{ content:'\F300'; }
.entypo-social.c-github:before{ content:'\F301'; }
.entypo-social.flickr:before{ content:'\F303'; }
.entypo-social.c-flickr:before{ content:'\F304'; }
.entypo-social.vimeo:before{ content:'\F306'; }
.entypo-social.c-vimeo:before{ content:'\F307'; }
.entypo-social.twitter:before{ content:'\F309'; }
.entypo-social.c-twitter:before{ content:'\F30A'; }
.entypo-social.facebook:before{ content:'\F30C'; }
.entypo-social.c-facebook:before{ content:'\F30D'; }
.entypo-social.s-facebook:before{ content:'\F30E'; }
.entypo-social.google+:before{ content:'\F30F'; }
.entypo-social.c-google+:before{ content:'\F310'; }
.entypo-social.pinterest:before{ content:'\F312'; }
.entypo-social.c-pinterest:before{ content:'\F313'; }
.entypo-social.tumblr:before{ content:'\F315'; }
.entypo-social.c-tumblr:before{ content:'\F316'; }
.entypo-social.linkedin:before{ content:'\F318'; }
.entypo-social.c-linkedin:before{ content:'\F319'; }
.entypo-social.dribbble:before{ content:'\F31B'; }
.entypo-social.c-dribbble:before{ content:'\F31C'; }
.entypo-social.stumbleupon:before{ content:'\F31E'; }
.entypo-social.c-stumbleupon:before{ content:'\F31F'; }
.entypo-social.lastfm:before{ content:'\F321'; }
.entypo-social.c-lastfm:before{ content:'\F322'; }
.entypo-social.rdio:before{ content:'\F324'; }
.entypo-social.c-rdio:before{ content:'\F325'; }
.entypo-social.spotify:before{ content:'\F327'; }
.entypo-social.c-spotify:before{ content:'\F328'; }
.entypo-social.qq:before{ content:'\F32A'; }
.entypo-social.instagram:before{ content:'\F32D'; }
.entypo-social.dropbox:before{ content:'\F330'; }
.entypo-social.evernote:before{ content:'\F333'; }
.entypo-social.flattr:before{ content:'\F336'; }
.entypo-social.skype:before{ content:'\F339'; }
.entypo-social.c-skype:before{ content:'\F33A'; }
.entypo-social.renren:before{ content:'\F33C'; }
.entypo-social.sina-weibo:before{ content:'\F33F'; }
.entypo-social.paypal:before{ content:'\F342'; }
.entypo-social.picasa:before{ content:'\F345'; }
.entypo-social.soundcloud:before{ content:'\F348'; }
.entypo-social.mixi:before{ content:'\F34B'; }
.entypo-social.behance:before{ content:'\F34E'; }
.entypo-social.google-circles:before{ content:'\F351'; }
.entypo-social.vk:before{ content:'\F354'; }
.entypo-social.smashing:before{ content:'\F357'; }
/*!
 * Bootstrap-select v1.5.4 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select{width:220px \0}.bootstrap-select>.btn{width:100%;padding-right:25px}.error .bootstrap-select .btn{border:1px solid #b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=span]{float:none;display:inline-block;margin-bottom:10px;margin-left:0}.form-search .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group{margin-bottom:0}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.btn-group.pull-right,.bootstrap-select.btn-group[class*=span].pull-right,.row-fluid .bootstrap-select.btn-group[class*=span].pull-right{float:right}.input-append .bootstrap-select.btn-group{margin-left:-1px}.input-prepend .bootstrap-select.btn-group{margin-right:-1px}.bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select.form-control:not([class*=span]){width:100%}.bootstrap-select.show-menu-arrow.open>.btn{z-index:2051}.bootstrap-select .btn:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.btn-group .btn .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .btn .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group>.disabled,.bootstrap-select.btn-group .dropdown-menu li.disabled>a{cursor:not-allowed}.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group[class*=span] .btn{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:2000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;border:0;padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu dt{display:block;padding:3px 20px;cursor:default}.bootstrap-select.btn-group .div-contain{overflow:hidden}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li>a.opt{position:relative;padding-left:35px}.bootstrap-select.btn-group .dropdown-menu li>a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:400}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark{position:absolute;display:inline-block;right:15px;margin-top:2.5px}.bootstrap-select.btn-group .dropdown-menu li a i.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small,.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled)>a small{color:#64b1d8;color:rgba(100,177,216,.4)}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:400}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom-width:7px;border-bottom-style:solid;border-bottom-color:#ccc;border-bottom-color:rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-bottom:0;border-top-width:7px;border-top-style:solid;border-top-color:#ccc;border-top-color:rgba(204,204,204,.2)}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #FFF;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after{display:block}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static}.bootstrap-select.btn-group.fit-width .btn .caret{position:static;top:auto;margin-top:-1px}.control-group.error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select-searchbox,.bootstrap-select .bs-actionsbox{padding:4px 8px}.bootstrap-select .bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .bs-actionsbox .btn-group button{width:50%}.bootstrap-select-searchbox+.bs-actionsbox{padding:0 8px 4px}.bootstrap-select-searchbox input{margin-bottom:0}.mobile-device{position:absolute;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}
@font-face {
  font-family: 'SourceSansPro';
  src: url('/core/fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/core/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.submenu-container {
  width: 100%;
  height: 46px;
  background: #f4f4f4;
}
.submenu-container.fixed .submenu {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
}
.submenu-container .submenu {
  width: 100%;
  height: 46px;
  background: #f4f4f4;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.submenu-container .submenu .submenu-menu {
  width: 100%;
  overflow: auto;
  background: #f4f4f4;
  border-left: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
}
.submenu-container .submenu .submenu-menu table {
  table-layout: auto;
  height: inherit;
  width: 100%;
  text-align: center;
  min-width: 600px;
}
.submenu-container .submenu .submenu-menu table tr td {
  border-right: solid 1px #e3e3e3;
  vertical-align: middle;
}
.submenu-container .submenu .submenu-menu table tr td a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
  height: 46px;
  width: 100%;
  line-height: 46px;
  text-decoration: none;
  transition: background 0.3s ease-out;
  color: #333333;
  position: relative;
}
.submenu-container .submenu .submenu-menu table tr td a:hover {
  background: rgba(0,0,0,0.05);
}
.submenu-container .submenu .submenu-menu table tr td:last-child {
  border-right: none;
}
.packagesBackToTop {
  display: block;
  position: fixed;
  bottom: 90px;
  right: 80px;
  width: 35px;
  height: 35px;
  background: url("/core/img/misc/angle-up-solid-white.svg") no-repeat center center rgba(0,0,0,0.4);
  background-size: 20px auto;
  z-index: 100;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
}
.packagesBackToTop.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
@media (max-width: 980px) {
  .packagesBackToTop {
    display: none;
  }
  .packagesBackToTop.active {
    display: none;
  }
}
body {
  font-family: 'SourceSansPro';
  color: #333333;
}
.btn {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
a {
  color: inherit;
  text-decoration: underline;
}
.line130 {
  line-height: 130px;
}
.btn-group .btn + .btn {
  margin-left: 1px;
}
.price-tab,
.price-tab .lead {
  font-size: 19px;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.price-tab.hide,
.price-tab.hide .lead {
  font-size: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-full {
  font-family: SourceSansPro !important;
}
.header-full a.home-logo {
  display: inline !important;
  background-color: transparent !important;
}
.main-link {
  display: inline-block !important;
}
.home-logo img {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 10px;
}
.header-full {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/specificStatic/img/header/top_banner_sub.jpg');
  background-position: top center;
}
.main-link,
.open .mail-link {
  color: #fff !important;
  font-size: 32px;
  background-color: transparent !important;
  text-transform: uppercase;
}
.f-nav .navbar {
  background-color: #000000;
  border-bottom: 1px solid #ccc;
}
.navbar {
  margin-bottom: 0;
}
.user-button {
  top: 15px;
  margin-left: 0;
  right: -117px;
  color: #fff;
  background-color: rgba(131,131,131,0.2) !important;
  transition: background-color 300ms ease-out;
}
.user-button:hover {
  color: #fff;
  background-color: rgba(0,0,0,0.2) !important;
}
.user-button .glyphicon {
  margin-left: 5px;
}
.right-menu {
  position: relative;
  padding-top: 15px;
}
.right-menu .btn {
  font-size: 12px;
  border-radius: 20px;
  padding: 10px 28px;
  margin-left: 10px;
  text-align: center;
  background: rgba(255,255,255,0.95);
  border-color: rgba(255,255,255,0.95);
  transition: all 300ms ease-out;
  text-decoration: none !important;
  color: #fff !important;
}
.right-menu .btn.btn-add-listing {
  color: #333 !important;
}
@media (max-width: 340px) {
  .right-menu .btn.btn-add-listing {
    display: none !important;
  }
}
.right-menu .btn:hover {
  background-color: #efefef;
  border-color: #efefef;
}
.header-full .navbar-collapse.collapse.user-menu  .mega-dropdown .user-button {
  position: static;
  padding: 10px 28px;
  margin-top: 0;
}
.header-full .navbar-collapse.collapse.user-menu .mega-dropdown .user-button {
  color: #fff;
  border-color: #fff !important;
}
.user-button .glyphicon.glyphicon-chevron-down,
.user-button .glyphicon glyphicon-chevron-up {
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1068px;
  }
  #sticky.fixed-sidebar .panel.price .panel-heading {
    float: left;
    width: 197% !important;
  }
  #sticky.fixed-sidebar .col-sm-6 .panel.price .panel-heading {
    width: 394% !important;
  }
  #sticky.fixed-sidebar .col-sm-4 .panel.price .panel-heading {
    width: 263% !important;
  }
}
@media only screen and (max-width: 1380px) {
  .user-button {
    position: static;
  }
}
@media only screen and (max-width: 990px) {
  .header-full {
    padding-top: 0;
  }
  .header-full .navbar-fixed-top {
    position: static;
  }
  .f-nav .navbar {
    background-color: transparent;
    border-bottom: none;
  }
  .footer .btn-social-icon {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container.testimonials-box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials-box img {
    max-width: 50%;
  }
  .packages-module .panel-under-pricing .fa {
    font-size: 60px;
  }
  .main-link,
  .open .mail-link {
    font-size: 24px;
  }
  .header-full .navbar-nav > li > .dropdown-menu {
    min-width: 280px;
  }
  .header-full .navbar-collapse {
    padding: 0;
  }
  .header-full {
    min-height: 0;
    padding-bottom: 0;
  }
  .mega-dropdown-menu {
    padding-top: 15px;
  }
  .home-logo img {
    max-width: calc(90%);
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  left: 0;
  margin-bottom: 20px;
  padding: 20px 15px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2147483647;
  border-radius: 0;
  text-align: center;
}
.alert-danger {
  background-color: #b94343;
  border-color: #b94343;
  color: #320001;
}
.alert-error {
  background-color: #b94343;
  border-color: #b94343;
  color: #fff;
}
.alert-succes {
  background-color: #4fb560;
  border-color: #4fb560;
  color: #320001;
}
.alert-notice {
  background-color: #fcffca;
  border-color: #f9ff85;
  color: #320001;
}
.close {
  color: #320001;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
}
.alert li {
  list-style: none;
}
.modal-body #error {
  clear: both;
  margin: 20px;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
}
#error {
  background-color: #b94343;
  border-color: #b94343;
  color: #320001;
  margin-bottom: 25px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 25px;
}
.checkbox .has-error .help-block {
  text-align: left;
}
.checkbox .has-feedback .form-control-feedback {
  display: none !important;
}
#feadback-bubble,
#feadback-content {
  box-shadow: 0px -2px 9px 0px rgba(101,101,101,0.25);
  background-color: #f3f3f3;
  position: fixed;
  bottom: 0;
  display: block;
  color: #7c0968;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: content-box;
}
#feadback-bubble {
  right: 80px;
  border: 1px solid #b2b2b2;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  padding: 8px 31px 7px 54px;
  width: 150px;
  z-index: 100000000;
  cursor: pointer;
}
#feadback-bubble:after {
  content: "\1F4E3";
  font-family: 'EntypoRegular';
  font-size: 45px;
  left: 17px;
  position: absolute;
  top: -5px;
  color: #7c0968;
}
#feadback-bubble:hover,
#feadback-content.hide {
  box-shadow: 0px 0px 0px 0px rgba(50,50,50,0.46);
}
#feadback-content {
  width: 100%;
  border-top: 1px solid #b2b2b2;
  z-index: 2147483646;
  text-align: center;
  transition: bottom 300ms ease-out;
  box-sizing: content-box;
}
#feadback-content.hide {
  bottom: -450px;
}
#feadback-content-close,
#feadback-bubble-close {
  cursor: pointer;
  box-sizing: content-box;
}
#feadback-bubble-close {
  display: block;
  font-size: 21px;
  font-weight: bold;
  height: 20px;
  position: absolute;
  right: 7px;
  top: 0;
  width: 14px;
}
#feadback-content-close {
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 3px 10px;
  width: 56px;
  height: 18px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  position: absolute;
  top: 16px;
  right: 0;
  color: #6A215D;
  line-height: 1.1;
}
#feadback-content-close span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-left: 7px;
  margin-top: -3px;
  vertical-align: middle;
}
.fback-contener {
  margin: 0 auto;
  width: 960px;
  padding: 20px;
  text-align: left;
  position: relative;
  box-sizing: content-box;
}
.fback-contener .left {
  float: left;
  padding-left: 235px;
  width: 430px;
  box-sizing: content-box;
}
.fback-contener .left header {
  font-size: 20px;
  color: #6a215d;
  display: block;
  padding-bottom: 20px;
  position: relative;
  line-height: 22px;
  box-sizing: content-box;
  margin-top: 9px;
}
.fback-contener .left header:before {
  box-sizing: content-box;
  display: block;
  font-family: "EntypoRegular";
  font-size: 60px;
  height: 26px;
  left: -50px;
  position: absolute;
  top: -13px;
  width: 30px;
  content: "\275E";
}
.fback-contener .left header.messege-header {
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
  line-height: 26px;
}
.fback-contener .left header.messege-header:before {
  content: none;
}
.fback-contener .right {
  float: right;
  padding: 44px 10px 0 0;
  width: 194px;
  font-size: 13px;
  color: #5b5b5b;
  line-height: 16px;
  box-sizing: content-box;
  text-align: left;
}
.fback-contener .left input[type="text"],
.fback-contener .left textarea,
.fback-contener .left select {
  clear: both;
  padding: 3px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 auto 13px;
  height: 28px;
  transition: all 0.5s ease;
  width: 95%;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: content-box;
}
.fback-contener .left input[type="text"],
.fback-contener .left select {
  height: 28px;
}
.fback-contener .left select {
  height: 19px;
  line-height: 1.5;
  padding-bottom: 9px;
  padding-top: 9px;
  position: relative;
  -webkit-appearance: none;
}
.fback-contener .left .select-box {
  position: absolute;
}
.fback-contener .left .select-box .arrow {
  background: url("../images/select.png") no-repeat -3px -2px #FFFFFF;
  display: block;
  height: 20px;
  position: absolute;
  right: 21px;
  top: 10px;
  width: 18px;
}
.fback-contener .left select option {
  color: black;
}
.fback-contener .left select option:first-child {
  color: grey;
}
.fback-contener .left select.empty {
  color: grey;
}
.fback-contener .left select option[disabled]:first-child {
  display: none;
}
.fback-contener .left textarea {
  height: 111px;
  padding: 7px 15px;
}
.fback-contener .submit.btn {
  color: #fff;
  background: #8f1b7c;
  background: -moz-linear-gradient(top,#8f1b7c 0%,#761566 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8f1b7c),color-stop(100%,#761566));
  background: -webkit-linear-gradient(top,#8f1b7c 0%,#761566 100%);
  background: -o-linear-gradient(top,#8f1b7c 0%,#761566 100%);
  background: -ms-linear-gradient(top,#8f1b7c 0%,#761566 100%);
  background: linear-gradient(to bottom,#8f1b7c 0%,#761566 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f1b7c',endColorstr='#761566',GradientType=0);
  border: 1px solid #3c0033;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  text-indent: 0;
  font-size: 18px;
  padding: 0;
  border-radius: 2px;
  height: 46px;
  margin: 0 auto;
  width: 325px;
  cursor: pointer;
  box-sizing: content-box;
  margin-bottom: 20px;
}
.fback-contener .submit.btn:hover {
  background: #8f1b7c;
}
.optional input::-webkit-input-placeholder {
  font-style: italic;
}
.optional input::-moz-placeholder {
  font-style: italic;
}
.optional input::-ms-input-placeholder {
  font-style: italic;
}
.fback-contener .left .antonyms {
  font-size: 12px;
  color: #5b5b5b;
  padding-bottom: 10px;
  box-sizing: content-box;
  margin-top: -6px;
  margin-bottom: 30px;
  padding-left: 0;
}
.fback-contener .left label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-left: 10px;
  font-size: 13px;
  box-sizing: content-box;
  min-height: 1px;
  margin-bottom: 5px;
}
.fback-contener .left input[type=radio] {
  display: none;
}
.fback-contener .left label:before {
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -6px;
  bottom: 1px;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  padding: 3px 10px;
  width: 5px;
  height: 18px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-sizing: content-box;
  font-family: 'Glyphicons Halflings';
  color: #6a215d;
  content: "";
}
.fback-contener .left label span:before {
  color: #6a215d;
  content: "\e125";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  left: 7px;
  position: absolute;
  top: -4px;
}
.fback-contener .left label span.negative:before {
  content: "\e126";
}
.fback-contener .left input[type=radio]:checked + label:before {
  content: "";
  border-color: #771667;
  box-shadow: 0 0 3px 0 rgba(50,50,50,0.2);
}
.fback-contener .left .error-box {
  position: relative;
}
.fback-contener .left .error-box .error-msg {
  position: absolute;
  display: block;
  top: 5px;
  left: -250px;
  width: 240px;
  text-align: right;
  color: red;
  font-size: 12px;
  line-height: 13px;
}
.fback-contener .form-control-feedback.glyphicon.glyphicon-remove {
  top: 0 !important;
}
.header-vote {
  float: left;
}
.fback-contener .left label:last-child {
  margin-left: 44px;
  top: -6px;
}
.well.well-sm.bg-info {
  background-color: #d9edf7 !important;
  border: none;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 980px) {
  .feadback-box {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .row-eq-height {
    display: block !important;
  }
  .right-menu {
    float: none !important;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .right-menu .btn {
    font-size: 12px;
    border-radius: 20px;
    padding: 10px 28px;
    margin-left: 10px;
    text-align: center;
    background: rgba(255,255,255,0.95);
    border-color: rgba(255,255,255,0.95);
    transition: all 300ms ease-out;
    text-decoration: none !important;
    color: #fff !important;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0;
  }
}
.modal-loader {
  position: absolute;
  width: 100%;
  height: 355px;
  z-index: 1000;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
  font-size: 20px;
  color: #6a215d;
  font-weight: normal;
}
.modal-loader img {
  margin-top: 15px;
}
.packages-module .black {
  background: #333;
  color: #fff;
}
.packages-module h2 {
  font-size: 19px;
  margin: 0 0 42px 0;
  line-height: 160%;
}
.packages-module h2 .glyphicon {
  font-size: 14px;
  margin: 0 10px;
}
.packages-module .pricing-title .btn-group .active:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 17px 6px 5px;
  bottom: -1px;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  z-index: 1;
}
.packages-module .pricing-title .btn-group .active {
  height: auto;
  width: auto;
  position: relative;
}
.packages-module .pricing-title .btn-group .annually:after {
  top: auto;
  content: "Save 20%";
  left: 50%;
  margin-left: -24px;
  position: absolute;
  z-index: 1;
  font-size: 11px;
  color: #000;
  bottom: -20px;
}
.packages-module .pricing-title .btn-group {
  margin-left: 10px;
}
.packages-module .pricing-title .btn-group .btn {
  padding: 7px 20px 6px;
}
.packages-module .gray {
  background-color: #f4f4f4;
}
.packages-module .gray:nth-child(even) {
  background-color: #ffffff;
}
.comparison-module.packages-module .gray {
  background-color: #ffffff;
}
.comparison-module.packages-module .gray:nth-child(even) {
  background-color: #f4f4f4;
}
.pricing-table {
  margin-bottom: 30px;
}
.pricing-table .list-group-item {
  overflow: hidden;
}
.pricing-table .col-xs-12 {
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.pricing-table .col-xs-12:last-child {
  border-right: 1px solid #eaeaea;
}
.pricing-table.calcedHeight li {
  padding-top: 0;
  padding-bottom: 0;
}
.pricing-table.calcedHeight li .point {
  margin: 17px 0 16px 0;
  width: 100%;
  float: left;
  clear: both;
}
@media (max-width: 767px) {
  .pricing-table li .point {
    margin: 0 0 15px 0;
  }
  .pricing-table li .point:last-child {
    margin: 0 0 0 0;
  }
}
.panel.price,
.panel.price>.panel-heading {
  border-radius: 0px;
  box-shadow: none;
}
.panel.price .panel-body,
.panel.price .panel-heading {
  padding: 0;
  border-radius: 0;
}
.panel.price .panel-heading {
  background-color: #f3e5f6;
  border: none;
  padding: 18px 10px 10px;
  overflow: hidden;
  position: relative;
}
.pricing-table .list-group-item {
  border: none;
  background-color: transparent;
  padding: 17px 15px 16px;
  font-size: 13px;
  margin-bottom: 0;
}
.pricing-table .list-group-item b {
  display: block;
  font-size: 18px;
  line-height: 1;
}
.panel.price {
  margin: 0;
  border: none;
  background-color: transparent;
}
.panel.price h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
}
.panel.price .text-center {
  margin: 0 auto;
}
.button-box {
  padding: 5px 0;
  white-space: nowrap;
}
.pricing-table .list-group {
  margin-bottom: 100px;
  margin-top: 14px;
}
.pricing-table .lead {
  margin-bottom: 8px;
  margin-top: 0;
  font-size: 18px;
  white-space: normal;
}
.sticker {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 10px;
  right: -51px;
  color: #8e24aa;
  width: 150px;
  padding: 6px 2px;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial;
  position: absolute;
  text-align: center;
  letter-spacing: 0.5px;
  background-color: #f3e5f4;
  line-height: 1;
  text-transform: uppercase;
}
.pricing-title .carousel-indicators {
  position: relative;
  width: auto;
  margin-bottom: 0;
  bottom: auto;
  left: auto;
}
.packages-module .pricing-title .btn-group .btn {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.packages-module .pricing-title .btn-group .btn:hover,
.packages-module .pricing-title .btn-group .btn:focus {
  background-color: #dcdcdc;
}
.packages-module .pricing-title .btn-group .active {
  background-color: #4a148c;
  color: #fff;
  border-color: #4a148c;
}
.packages-module .pricing-title .btn-group .active:hover,
.packages-module .pricing-title .btn-group .active:focus {
  background-color: #8e24aa;
}
.panel.price .panel-heading,
.price-row {
  background-color: #f3e5f6;
}
.pricing-table .col-xs-12.column-1 .panel.price .panel-heading,
.price-row {
  color: #921bb5;
}
.pricing-table .col-xs-12.column-1 .panel.price .panel-heading .btn {
  color: #921bb5;
  background: #ffffff;
  border-color: #e8d1ee;
}
.pricing-table .col-xs-12.column-1 .panel.price .panel-heading .btn:hover {
  background: #f2f2f2;
}
.pricing-table .col-xs-12.column-1 {
  background: #ffffff;
}
.pricing-table .col-xs-12.column-1 .panel.price .panel-body {
  color: #333333;
}
.pricing-table .col-xs-12.column-1 .panel.price .progress {
  background: #f5f2f5;
}
.pricing-table .col-xs-12.column-1 .panel.price .progress .progress-bar {
  background: #d4abde !important;
}
.pricing-table .col-xs-12.column-2 .panel.price .panel-heading,
.my-plan-header.column-2 {
  background-color: #ba69c8;
  color: #ffffff;
}
.pricing-table .col-xs-12.column-2 .panel.price .panel-heading .btn,
.my-plan-header.column-2 .btn {
  color: #921bb5;
  background: #ffffff;
  border-color: transparent;
}
.pricing-table .col-xs-12.column-2 .panel.price .panel-heading .btn:hover,
.my-plan-header.column-2 .btn:hover {
  background: #f2f2f2;
}
.pricing-table .col-xs-12.column-2 {
  background: #ffffff;
}
.pricing-table .col-xs-12.column-2 .panel.price .panel-body {
  color: #333333;
}
.pricing-table .col-xs-12.column-2 .panel.price .progress {
  background: #f5f2f5;
}
.pricing-table .col-xs-12.column-2 .panel.price .progress .progress-bar {
  background: #d4abde !important;
}
.pricing-table .col-xs-12.column-3 .panel.price .panel-heading,
.my-plan-header.column-3 {
  background-color: #8e24aa;
  color: #ffffff;
}
.pricing-table .col-xs-12.column-3 .panel.price .panel-heading .btn,
.my-plan-header.column-3 .btn {
  color: #ffffff;
  background: #4a148c;
  border-color: transparent;
}
.pricing-table .col-xs-12.column-3 .panel.price .panel-heading .btn:hover,
.my-plan-header.column-3 .btn:hover {
  background: #3e1176;
}
.pricing-table .col-xs-12.column-3 {
  background: #f3e5f6;
}
.pricing-table .col-xs-12.column-3 .panel.price .panel-body {
  color: #8e24aa;
}
.pricing-table .col-xs-12.column-3 .panel.price .progress {
  background: #f5f2f5;
}
.pricing-table .col-xs-12.column-3 .panel.price .progress .progress-bar {
  background: #d4abde !important;
}
.pricing-table .col-xs-12.column-4 .panel.price .panel-heading,
.my-plan-header.column-4 {
  background-color: #4a148c;
  color: #ffffff;
}
.pricing-table .col-xs-12.column-4 .panel.price .panel-heading .btn,
.my-plan-header.column-4 .btn {
  color: #921bb5;
  background: #ffffff;
  border-color: transparent;
}
.pricing-table .col-xs-12.column-4 .panel.price .panel-heading .btn:hover,
.my-plan-header.column-4 .btn:hover {
  background: #f2f2f2;
}
.pricing-table .col-xs-12.column-4 {
  background: #ffffff;
}
.pricing-table .col-xs-12.column-4 .panel.price .panel-body {
  color: #333333;
}
.pricing-table .col-xs-12.column-4 .panel.price .progress {
  background: #f5f2f5;
}
.pricing-table .col-xs-12.column-4 .panel.price .progress .progress-bar {
  background: #d4abde !important;
}
.pricing-table .col-xs-12 .list-group li:first-child {
  background: rgba(0,0,0,0.03);
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
  vertical-align: middle;
}
.pricing-table .col-xs-12 .list-group li:nth-last-child(2) {
  background: rgba(0,0,0,0.03);
}
.pricing-table .col-xs-12 .list-group li:nth-last-child(3) {
  background: rgba(0,0,0,0.03);
}
.pricing-table .col-xs-12 .list-group li:nth-last-child(1) {
  background: rgba(0,0,0,0.03);
}
.column .panel.price  .progress {
  opacity: 1;
}
.panel.price .progress {
  opacity: 0.8;
  margin-top: 10px;
  margin-bottom: 12px;
  margin-right: 24px;
  margin-left: 24px;
  height: 18px;
}
.panel.price .progress-bar {
  height: 18px;
}
.panel.price .btn {
  background-color: #ffffff;
  border-color: transparent;
  text-decoration: none;
  padding: 3px 34px 4px 34px;
  border-radius: 4px;
  display: inline-block;
  width: auto;
  color: #921bb5;
  font-size: 16px;
}
.panel.price .btn:hover,
.panel.price .btn:focus {
  outline: none;
  background-color: #f3e5f6;
}
.pricing-table .col-xs-12.promo {
  background-color: #f3e5f6;
  color: #8e24aa;
}
.pricing-table .col-xs-12.promo .panel.price .panel-body {
  color: #333333;
}
.pricing-table .col-xs-12.promo .panel.price .panel-heading {
  background-color: #8e24aa;
  color: #ffffff;
}
.pricing-table .col-xs-12.promo .panel.price .panel-heading .btn {
  color: #ffffff;
  background: #4a148c;
  border-color: #4a148c;
}
.pricing-table .col-xs-12.promo .panel.price .panel-heading .btn:hover {
  background: #3e1176;
}
.pricing-table .col-xs-12.promo .panel.price .progress {
  background: #e0cbe6;
}
.pricing-table .col-xs-12.promo .panel.price .progress .progress-bar {
  background: #bf84cf !important;
}
.promo .panel.price .btn {
  background-color: #4a148c;
  border-color: #4a148c;
  color: #ffffff;
}
.promo .panel.price .btn:hover,
.promo .panel.price .btn:focus {
  outline: none;
  opacity: 0.8;
  background-color: #000000;
  border-color: #000000;
  color: #8e24aa;
}
.packages-module .example {
  margin-top: -8px;
  font-size: 15px;
}
.packages-module .example a {
  color: inherit;
  text-decoration: underline;
}
.packages-module .example .col-xs-12 {
  border: none !important;
  background-color: transparent !important;
}
.packages-module .example .col-xs-12:nth-of-type(1) {
  color: #333333;
}
.packages-module .example .col-xs-12:nth-of-type(2) {
  color: #333333;
}
.packages-module .example .col-xs-12:nth-of-type(3) {
  color: #333333;
}
.packages-module .example .col-xs-12:nth-of-type(4) {
  color: #333333;
}
.packages-module .example .col-xs-12.promo {
  color: #8e24aa;
}
.example-buttom {
  margin-top: 45px;
  margin-bottom: 45px;
}
.example-buttom .btn {
  text-decoration: none !important;
}
.packages-module .btn-grey {
  background-color: #f1f1f1;
  border-color: #dcdcdc;
  padding: 12px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}
.packages-module .btn-grey:hover,
.packages-module .btn-grey:focus {
  outline: none;
  background-color: #dcdcdc;
}
.packages-module .btn-grey.btn-inverse {
  background-color: #3d3d3d;
  color: #fff;
  border-color: #3d3d3d;
}
.packages-module .btn-grey.btn-inverse:hover,
.packages-module .btn-grey.btn-inverse:focus {
  background-color: #868686;
  color: #fff;
}
.packages-module .general-market .btn-grey.btn-inverse {
  margin-bottom: 25px;
}
.packages-module .general-market.general-market-button {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .packages-module .general-market.general-market-button {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
}
.packages-module .general-listings .btn-grey.btn-inverse {
  margin-top: 12px;
  margin-bottom: 12px;
}
.packages-module .general-panel {
  padding-top: 37px;
  padding-bottom: 2px;
}
.packages-module .general-panel {
  padding-bottom: 50px;
}
.packages-module .general-panel.panel-under-pricing {
  padding-bottom: 20px;
}
.packages-module .general-panel .title {
  font-size: 32px;
  font-weight: bold;
}
.packages-module .general-panel.testimonials-box .title {
  margin-top: 9px;
  margin-bottom: 47px;
}
.packages-module .general-panel .sub-title {
  margin-bottom: 30px;
  margin-top: -24px;
  font-size: 21px;
}
.packages-module .general-panel p {
  margin-bottom: 20px;
  font-size: 17px;
}
.packages-module .general-facts.general-panel p {
  margin-top: -7px;
}
.packages-module .general-panel.general-market p,
.packages-module .general-panel.panel-under-pricing p {
  line-height: 1.2;
}
.packages-module .general-panel.testimonials-box p {
  font-size: 15px;
}
.packages-module .general-panel.general-faqs p {
  font-size: 13px;
  line-height: 1.4;
}
.packages-module .general-panel.general-faqs .title {
  margin-bottom: 30px;
}
.packages-module .general-panel.general-faqs .btn {
  min-width: 250px;
}
.panel-under-pricing .title-box-info {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.general-facts .fa {
  font-size: 45px;
  margin: 4px 0 11px;
}
.general-facts .fa {
  font-size: 45px;
  margin: 4px 0 11px;
}
.fact-list > div {
  padding-bottom: 10px;
  padding-top: 10px;
}
.panel-under-pricing .fa {
  font-size: 62px;
  margin: 5px 0 28px;
}
.panel-under-pricing .icon-box-info {
  background: url("/core/img/bma/packages/info.png") repeat-y left top transparent;
  margin: 0 auto;
  width: 68px;
  height: 82px;
  margin-bottom: 12px;
}
.panel-under-pricing .icon-box-info.day30 {
  background-position: -234px 0;
}
.panel-under-pricing .icon-box-info.oper {
  background: url("/core/img/tdc.svg") no-repeat center center transparent;
  background-size: contain;
  width: 177px;
}
.general-facts .title-box-info {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
}
.general-facts .row {
  margin-top: 74px;
  clear: both;
  margin-bottom: 10px;
}
.general-faqs .row {
  margin: 88px 0 45px;
}
.general-faqs .row.row2 {
  margin: 30px 0 0;
}
.general-faqs .title-faq {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.general-market .title {
  margin-bottom: 40px;
}
.general-market img {
  margin: 0 0 24px 0;
  display: inline-block;
  text-align: center;
}
.general-testimonials select {
  background-color: #f1f1f1;
  border-color: #dcdcdc !important;
  padding: 10px 30px;
  text-decoration: none;
  height: 48px;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 20px;
  cursor: pointer;
  box-shadow: none !important;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .general-testimonials .logo-box div:nth-of-type(6n+1) {
    clear: both;
  }
}
@media (min-width: 801px) and (max-width: 991px) {
  .general-testimonials .logo-box div:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (max-width: 799px) {
  .general-testimonials .logo-box div:nth-of-type(2n+1) {
    clear: both;
  }
}
.general-testimonials .logo-box img {
  display: inline;
  margin: 10px auto;
  max-height: 90px;
  max-width: calc(80%);
  max-height: 80px;
  display: block;
}
.general-testimonials .logo-box strong {
  display: block;
  text-align: center;
  overflow: hidden;
  height: 3em;
}
.general-testimonials .logo-box.margin-top {
  margin-top: 20px;
}
.general-testimonials .logo-box .col-xs-6 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.general-testimonials .logo-box a {
  text-decoration: none;
}
.general-testimonials .logo-box a:hover {
  text-decoration: underline;
}
.general-testimonials .logo-box .v-a-w {
  height: 130px;
}
.title-test {
  margin-bottom: 5px;
  font-size: 15px;
}
.title-test a {
  text-decoration: none;
  font-size: 18px;
}
.title-test a:hover {
  text-decoration: underline;
}
.testimonials-person {
  font-size: 20px;
  margin: 20px 0;
}
.carousel-showmanymoveone img {
  margin-bottom: 20px;
  max-width: 50%;
  height: 80px;
}
.carousel-showmanymoveone img.profile-img {
  border-radius: 90px;
}
.testimonials-box {
  margin-top: 40px;
  margin-bottom: 20px;
}
.carousel-showmanymoveone img:nth-of-type(2) {
  margin-left: 20px;
}
.testimonials-box .btn-grey {
  border-color: #f1f1f1;
  font-size: inherit;
  margin-bottom: 10px;
}
.testimonials-box img {
  margin-bottom: 20px;
}
.testimonials-box .fa {
  font-size: 22px;
  font-weight: bold;
}
.testimonials-box .fa-angle-double-left {
  margin-right: 10px;
}
.testimonials-box .fa-angle-double-right {
  margin-left: 10px;
}
.testimonials-box .btn {
  background-color: #f1f1f1;
  border-color: #dcdcdc;
  padding: 7px 25px;
  text-decoration: none;
  border-radius: 30px;
  font-size: 14px;
}
.testimonials-box .btn:hover {
  background-color: #dcdcdc;
}
.modal-dialog,
.modal-content {
  border-radius: 1px;
  font-size: 18px;
}
.modal-header {
  padding: 33px 15px 23px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.modal-title {
  font-size: 23px;
  color: #2d2d2d;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.42857143;
}
.modal-subtitle {
  display: block;
  text-align: center;
  color: #2d2d2d;
  font-size: 12px;
  margin-top: 3px;
}
.modal-header .close {
  margin-right: -3px;
  margin-top: -24px;
  color: #333;
}
.modal-header .close:hover {
  color: #000;
}
.modal-body {
  margin-left: 0;
  margin-right: 0;
  color: #686868;
  font-size: 12px;
}
.modal .btn-default {
  background-color: #fff;
  border-radius: 35px;
  font-size: 15px;
  padding: 13px 40px 13px 34px;
  text-align: center;
  transition: all 300ms ease-out 0s;
  position: relative;
  color: #3a589e;
  border-color: #3a589e;
  width: 95%;
}
.google-logo {
  display: inline-block;
  height: 28px;
  left: 36px;
  margin-right: 5px;
  position: absolute;
  top: 9px;
  vertical-align: text-bottom;
}
.modal .btn {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.modal .btn:hover {
  background-color: #ebebeb;
}
.social-box-login .btn {
  padding: 13px 40px 13px 70px;
}
.modal .modal-dialog .create-your-user-account-step-info {
  width: 100%;
  float: left;
  clear: both;
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 0 0 10px 30px;
  margin-top: -20px;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .modal .subscriptions-step .col-md-5.right-side {
    margin-top: -20px;
  }
  .modal .subscriptions-step .col-md-5.right-side p {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .modal .subscriptions-step .col-md-5.right-side {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .modal .subscriptions-step .col-md-5.right-side p {
    margin-left: 0;
    padding-left: 0;
  }
  .modal .modal-dialog .create-your-user-account-step-info {
    padding: 0 0 10px 15px;
    margin-top: -20px;
  }
}
.social-box-login .btn .fa-facebook {
  background-color: #3b5998;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  left: 35px;
  margin-right: 5px;
  padding: 5px 3px 0 11px;
  position: absolute;
  top: 10px;
  vertical-align: bottom;
}
.social-box-login.center .btn:first-child {
  margin-right: 0 !important;
  margin-bottom: 15px;
}
.social-box-login {
  margin-bottom: 10px;
}
.inlineTextDivider:before {
  margin-left: -50%;
  right: 0.5em;
}
.inlineTextDivider:before,
.inlineTextDivider:after {
  background-color: #999999;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.inlineTextDivider:after {
  left: 0.5em;
  margin-right: -50%;
}
.inlineTextDivider {
  color: #4b4b4b;
  overflow: hidden;
  text-align: center;
  width: 40%;
  margin: 15px auto 15px;
  font-size: 18px;
}
.right-side p {
  font-size: 15px;
  color: #19367a;
  margin-bottom: 30px;
  padding-left: 6px;
  text-align: left;
}
.modal-dialog .modal-body,
.modal-dialog .modal-footer {
  background-color: #f6f6f6;
  overflow: hidden;
  text-align: center;
}
.modal-footer {
  padding-bottom: 20px !important;
  text-align: center !important;
  margin-top: 0;
  border-top: 1px solid #cecece;
}
.to-login,
.to-login a {
  font-size: 11px;
  padding-bottom: 5px;
  padding-right: 5px;
  color: #4d4d4d;
  padding-top: 0;
}
.no-padding-up-top {
  padding-top: 0;
}
.form-control {
  border-radius: 1px;
  height: 38px;
  padding: 8px 12px;
}
.form-control:focus {
  border-color: #7282a7;
}
.left-side {
  border-right: 1px solid #cecece;
}
.right-side p {
  font-size: 15px;
  color: #19367a;
  margin-bottom: 30px;
  padding-left: 6px;
}
.third-step,
.login {
  padding-top: 40px;
}
.second-step {
  padding-bottom: 30px;
}
.second-step .form-group,
.third-step .form-group,
.login .form-group {
  text-align: center;
}
.login .width60,
.third-step .width60,
.four-step .width60,
.five-step .width60,
.modal .width60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#main .modal .form-control {
  background-color: #fff;
}
.form-control-feedback.glyphicon.glyphicon-remove {
  font-size: 15px;
  top: 3px !important;
}
.third-step .checkbox,
.login .checkbox {
  margin: 18px auto 10px;
  text-align: left;
  width: 60%;
}
.second-step .checkbox input[type="checkbox"],
.third-step .checkbox input[type="checkbox"],
.login .checkbox input[type="checkbox"] {
  margin-top: 2px;
}
.second-step .checkbox {
  margin-top: 20px;
}
.second-step .checkbox label {
  color: #19367a;
  font-size: 12px;
  margin-top: 10px;
}
.second-step .small-text,
.second-step .small-text a {
  color: #404040;
  font-size: 11px;
  margin: 0 auto;
  text-align: left;
  width: 60%;
}
.second-step .small-text a {
  text-decoration: underline;
}
.small-text.forgot,
.small-text.forgot-login {
  margin-top: -20px;
}
.forgot,
.forgot a,
.forgot-login,
.forgot-login a {
  color: #4D4D4D;
  font-size: 11px;
  padding-bottom: 5px;
  padding-right: 0;
  padding-top: 10px;
}
.forgot a,
.forgot-login a {
  display: block;
  width: 58%;
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
}
.messege-content,
.messege-content p {
  color: #580048;
  font-size: 16px;
}
.modal-content .has-error label {
  color: #8a0000;
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
}
.modal-footer.no-border.to-login.third-step,
.modal-footer.no-border.to-login.login {
  padding-top: 20px;
}
.line-single input.form-control {
  border-radius: 35px;
  height: 48px;
  padding: 7px 30px;
}
.social-box-login.center {
  text-align: center;
}
.social-box-login.center .btn-main:first-child {
  margin-right: 0 !important;
  margin-bottom: 15px;
}
.social-box-login.center .btn-main {
  width: 95%;
}
.line-single .col-md-offset-4 .btn,
.line-single .col-md-offset-3 .btn,
.line-single .login-submit .btn {
  color: #fff;
  border-radius: 35px;
  font-size: 15px;
  padding: 14px 40px 14px 40px;
  text-align: center;
  transition: all 300ms ease-out 0s;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  outline: none !important;
}
.line-single .col-md-offset-4 a,
.line-single .col-md-offset-3 a {
  text-decoration: underline;
  color: inherit;
}
.line-single .col-md-offset-4 small {
  line-height: 1;
}
.line-single textarea.form-control {
  border-radius: 20px;
  padding: 7px 30px;
  margin-bottom: 20px;
}
.third-step .social-box-login .inlineTextDivider {
  color: #adadad;
  font-size: 12px;
  margin: 20px auto 15px;
  overflow: hidden;
  text-align: center;
  width: 40%;
  font-weight: normal;
}
.modal-dialog .width60 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.third-step .checkbox,
.login .pull-left .checkbox {
  white-space: nowrap;
}
.third-step .checkbox,
.login .checkbox {
  margin-top: 0;
}
.has-success .form-control-feedback,
.has-error .form-control-feedback {
  top: 7px !important;
}
.packages-module .general-panel.nav-footer-container {
  padding: 60px 0 54px 0 !important;
  font-size: 20px;
}
.packages-module .general-panel.nav-footer-container .nav-pills {
  margin: 0 auto;
  padding: 0;
}
.packages-module .general-panel.nav-footer-container li {
  font-size: 20px;
}
.packages-module .general-panel.nav-footer-container a {
  font-size: 20px;
}
@media (max-width: 767px) {
  .packages-module .general-panel.nav-footer-container {
    font-size: 14px;
  }
  .packages-module .general-panel.nav-footer-container li {
    font-size: 14px;
  }
  .packages-module .general-panel.nav-footer-container a {
    font-size: 14px;
  }
}
.packages-module .general-panel.general-footer .icon-box-info {
  background: url("/core/img/tdc.svg") no-repeat left top transparent;
  margin: 0 auto;
  background-size: contain;
  width: 352px;
  max-width: 100%;
  height: 76px;
  margin-bottom: 30px;
  margin-top: 15px;
}
.packages-module .general-panel.general-footer,
.packages-module .general-panel.general-footer p {
  font-size: 17px;
}
.packages-module .general-panel.general-footer a {
  text-decoration: underline;
}
.packages-module .general-panel.general-footer .footer-link a:first-child {
  margin-right: 10px;
  font-size: 15px;
}
.packages-module .general-panel.general-footer .footer-link a:last-child {
  margin-left: 10px;
  font-size: 15px;
}
.packages-module .general-panel.general-footer {
  margin-top: 0;
}
.packages-module .general-panel.general-footer p.caption {
  font-size: 15px;
}
.packages-module .general-panel.general-footer p.footer-link {
  padding-top: 10px;
}
.carousel-control.left {
  background-image: none;
  margin-left: -110px;
}
.carousel-control.right {
  background-image: none;
  margin-right: -120px;
}
.carousel-inner .row {
  margin-right: 0;
  margin-left: 0;
}
.carousel-inner .panel-body {
  padding: 25px;
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: -20px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: -25px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  left: 20%;
}
#listingsCarousel.carousel .carousel-control.left {
  margin-left: -46px;
}
#listingsCarousel.carousel .carousel-control.left * {
  color: #484848;
}
#listingsCarousel.carousel .carousel-control.left:hover * {
  color: #707070;
}
#listingsCarousel.carousel .carousel-control.right {
  margin-left: -138px;
}
#listingsCarousel.carousel .carousel-control.right * {
  color: #484848;
}
#listingsCarousel.carousel .carousel-control.right:hover * {
  color: #707070;
}
@media (max-width: 990px) {
  #listingsCarousel.carousel .carousel-control.left {
    margin-left: -20px;
  }
  #listingsCarousel.carousel .carousel-control.right {
    margin-right: -50px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  #listingsCarousel.carousel .carousel-control.left {
    margin-left: 4px;
  }
  #listingsCarousel.carousel .carousel-control.right {
    margin-right: -4px;
  }
}
.general-nav .col-md-12 {
  padding: 0;
}
.general-nav .nav-pills {
  float: right;
}
.general-menu {
  background: #eee;
}
.general-menu .nav {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.general-menu .nav-tabs > li > a {
  font-size: 15px;
  text-decoration: none;
}
.general-menu .nav-tabs > li > a:hover {
  border-color: transparent;
}
@media (min-width: 768px) {
  .anchor-offset {
    position: relative;
  }
  .anchor-offset .anchor {
    position: absolute;
    top: -156px;
  }
}
@media (max-width: 359px) {
  .general-nav {
    padding-left: 0;
    padding-right: 0;
  }
  .general-nav .nav li  a {
    font-size: 13px;
  }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: inherit;
  background-color: transparent !important;
  font-weight: bold;
  cursor: default;
}
.nav-pills a,
.nav-pills a:hover,
.nav-pills a:focus {
  background-color: transparent !important;
}
.nav-pills a {
  text-decoration: none;
}
.nav {
  margin-top: 10px;
}
.nav > li > a,
.nav > li > b {
  padding: 0 15px;
}
.nav li {
  border-right: 1px solid #ccc;
}
.nav li:last-child {
  border-right: none;
}
.nav-pills li:last-child a {
  padding-right: 0;
}
.general-footer .nav-pills {
  margin: 0 auto 30px;
  display: inline-block;
}
.general-footer .nav-pills a {
  text-decoration: none !important;
}
.benefis-panel,
.packages-module .general-panel.benefis-panel p,
.general-panel.benefis-panel li {
  font-size: 15px;
  color: #333333;
}
.packages-module .general-panel.benefis-panel p {
  margin-bottom: 10px;
}
.general-panel.benefis-panel ul {
  margin-bottom: 12px;
}
.general-panel.benefis-panel h3 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 32px;
  text-transform: uppercase;
  color: #333333;
  margin-top: 0;
}
.general-panel.benefis-panel h4 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 32px;
  margin-top: -25px;
  color: #333333;
}
.general-panel.benefis-panel .btn {
  background-color: transparent;
  border-color: #797979;
  color: #797979;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 25px;
  transition: background-color 300ms ease-out 0s;
  padding: 2px 25px;
  margin-right: 10px;
  text-decoration: none;
  margin-top: 20px;
}
.general-panel.benefis-panel .btn:hover {
  background-color: rgba(143,143,143,0.2) !important;
}
.general-panel.benefis-panel .col-sm-3 img {
  margin-top: 5px;
  max-width: 100%;
}
.benefis-module .white:nth-child(odd) {
  background-color: #f4f4f4;
}
.benefis-module.comparison-module .white {
  background-color: transparent !important;
}
.benefis-module.features-benefits .benefis-panel p {
  text-align: justify;
}
.packages-module h1 {
  margin-top: 43px;
  margin-bottom: 12px;
  color: #4a158b;
  font-size: 40px;
  font-weight: bold;
}
.packages-module h2 {
  color: #4a158b;
  font-size: 20px;
  margin: 0 0 45px 0;
}
.packages-module .general-panel.benefis-panel {
  padding-bottom: 55px;
  padding-top: 50px;
}
.price-row {
  border-top: 1px solid #f3e5f6;
  border-bottom: 1px solid #f3e5f6;
}
.my-plan-header {
  text-align: center;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.my-plan-title {
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}
.section-title my-feature {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 768px) {
  .my-plan-title {
    font-size: small;
  }
}
.my-feature {
  line-height: 1.2em;
  border-right: 1px solid #eaeaea;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4a158b;
  padding-left: 30px;
  border-left: 1px solid #eaeaea;
  flex-wrap: wrap;
}
.my-feature a {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.section-title .my-feature {
  font-size: 18px;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 20px;
  border-right: 0;
  padding-left: 30px;
  border-left: 0;
}
#comparisonTableContainer {
  margin-top: 10px;
}
#comparisonTableContainer > .row:first-child {
  border-top: solid 1px #eaeaea;
}
#comparisonTableContainer .fade-color {
  color: #a7a7a7;
}
.my-plan-feature {
  border-right: 1px solid #eaeaea;
}
@media (max-width: 767px) {
  .my-feature {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
  }
}
.first-real-row-container .my-feature-row {
  border-top: 1px solid #eaeaea;
  border-radius: 10px 10px 0 0;
}
.first-real-row-container .my-feature-row .my-feature {
  border-top-left-radius: 10px;
}
.first-real-row-container .my-feature-row > div > div > div:last-child {
  border-top-right-radius: 10px;
}
.my-feature-row {
  border-bottom: 1px solid #eaeaea;
  transition: all 300ms ease-out 0s;
}
.my-feature-row.first-real-row {
  border-top: 1px solid #eaeaea;
  border-radius: 10px 10px 0 0;
}
.my-feature-row.first-real-row .my-feature {
  border-top-left-radius: 10px;
}
.my-feature-row.first-real-row > div > div > div:last-child {
  border-top-right-radius: 10px;
}
.my-feature-row.last-real-row,
.my-feature-row:last-child:not(:only-child) {
  border-radius: 0 0 10px 10px;
}
.my-feature-row.last-real-row .my-feature,
.my-feature-row:last-child:not(:only-child) .my-feature {
  border-bottom-left-radius: 10px;
}
.my-feature-row.last-real-row > div > div > div:last-child,
.my-feature-row:last-child:not(:only-child) > div > div > div:last-child {
  border-bottom-right-radius: 10px;
}
.my-feature-row.row:nth-of-type(odd) {
  background: #f9f9f9;
}
.my-feature-row.section-title:nth-of-type(odd) {
  border: none;
  background: transparent;
}
.my-feature-row.section-title:nth-of-type(even) {
  border: none;
  background: transparent;
}
.my-plan-feature {
  text-align: center;
  font-size: 2em;
  line-height: 3em;
}
.my-plan-feature i.my-check {
  color: green;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.my-plan-feature i.idle {
  color: #a7a7a7;
  font-size: 18px;
}
.check-text {
  font-size: 13px;
  width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.plan-2 {
  color: #3371a8;
}
.plan-3 {
  color: #6f005c;
}
.plan-4 {
  color: #b24d00;
}
.section-title:hover {
  background-color: transparent !important;
}
.section-title {
  border-top: none !important;
}
.carousel-control {
  color: #333;
}
.panel.price .btn,
.packages-module .btn-grey,
.general-testimonials select {
  border-radius: 30px;
}
.comparison-module .fixed-sidebar#sticky .price-row {
  position: fixed;
  top: 46px;
  width: 100%;
  z-index: 100;
}
@media (max-width: 767px) {
  .comparison-module .fixed-sidebar#sticky .price-row {
    top: 0;
  }
}
.comparison-module #sticky {
  margin-bottom: 50px;
}
.fixed-sidebar .table-content {
  padding-top: 40px;
}
.carousel-control {
  color: #333 !important;
  opacity: 0.9;
}
.carousel-control:hover,
.carousel-control:focus {
  opacity: 0.7;
  color: #333;
}
@media all and (min-width: 767px) {
  .check-text {
    font-size: 16px;
  }
  .my-feature {
    display: flex;
  }
  .mobile-arrow {
    display: none;
  }
  .my-feature-row,
  .my-feature-row .col-sm-9,
  .my-feature-row .col-sm-9 .row,
  .my-plan-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .my-plan-feature .center-check {
    width: 100%;
    display: table;
  }
  .my-feature-row .col-sm-9 .row {
    width: 100%;
    margin-left: 0;
  }
  .my-feature-row .col-sm-9 {
    padding: 0;
  }
  .my-plan-feature i.my-check,
  .check-text {
    display: flex;
  }
  .check-text.break-line-text {
    display: inline-block;
    padding: 15px 0;
  }
  .check-text.break-line-text a {
    margin: 5px 0 0 0;
    display: inline-block;
  }
}
.check-text.break-line-text {
  display: inline-block;
  padding: 15px 0;
}
.check-text.break-line-text a {
  margin: 5px 0 0 0;
  display: inline-block;
}
@media all and (min-width: 769px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -66.66%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 66.66%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
  .carousel-showmanymoveone .carousel-inner .active {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .carousel-showmanymoveone .carousel-inner .active .col-xs-12 {
    display: flex !important;
  }
  .carousel-showmanymoveone {
    margin-right: -35px;
    margin-left: -34px;
  }
  .carousel-showmanymoveone .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
    box-shadow: 0 1px 1px rgba(0,0,0,0);
    overflow: hidden;
  }
  .carousel-showmanymoveone .active .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    width: 100%;
  }
  .testimonials-box .col-xs-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: 0;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: 0;
  }
  .button-box > i {
    display: block;
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .general-testimonials .logo-box.margin-top {
    margin-left: -38px;
    margin-right: -35px;
  }
  .general-faqs .row {
    margin-left: -28px;
    margin-right: -28px;
  }
}
@media all and (min-width: 769px) and (transform-3d),all and (min-width: 769px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(66.66%,0,0);
    transform: translate3d(66.66%,0,0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-66.66%,0,0);
    transform: translate3d(-66.66%,0,0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -33.33%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 33.33%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d),all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.33%,0,0);
    transform: translate3d(33.33%,0,0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.33%,0,0);
    transform: translate3d(-33.33%,0,0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  #sticky.fixed-sidebar .panel.price .panel-heading {
    float: left;
    width: 138% !important;
  }
  #sticky.fixed-sidebar .col-sm-6 .panel.price .panel-heading {
    width: 278% !important;
  }
  #sticky.fixed-sidebar .col-sm-4 .panel.price .panel-heading {
    width: 185% !important;
  }
  .example-buttom .col-md-6 {
    text-align: center !important;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .benefis-panel .col-sm-9 {
    padding-left: 30px;
  }
  .panel.price .panel-heading {
    height: 176px;
  }
  .packages-module .general-panel.panel-under-pricing.info-panel {
    padding-bottom: 50px;
    padding-top: 70px;
  }
  .cointainer.testimonials-box {
    padding-left: 0;
    padding-right: 0;
  }
  .packages-module .pricing-title .btn-group.fixed-button .annually:after {
    bottom: 8px;
    margin-left: 54px;
  }
  .packages-module .pricing-title .btn-group.fixed-button {
    position: fixed;
    top: 5px;
    right: 50%;
    z-index: 200;
    margin-right: -97px;
  }
  #sticky.fixed-sidebar .white-control-ribbon {
    position: fixed;
    width: 100%;
    height: 136px;
    top: 0;
    background: #fff;
    box-shadow: 0px 3px 17px -4px rgba(0,0,0,0.61);
    z-index: 50;
  }
  .panel-under-pricing .col-lg-3:first-child {
    padding-left: 0;
  }
  .panel-under-pricing .col-lg-3:last-child {
    padding-right: 0;
  }
  .third-step .social-box-login .btn {
    width: auto;
  }
  .third-step .social-box-login .btn:first-child {
    margin-right: 15px;
  }
  .testimonials-box .col-xs-12 {
    display: flex;
  }
  .general-testimonials select {
    display: inline-block;
    width: auto;
  }
  .panel.price .panel-body.collapse,
  .panel.price .panel-body.collapsing {
    display: block !important;
    height: auto !important;
  }
  #sticky.fixed-sidebar  .fixed-header {
    position: fixed;
    z-index: 100;
    top: 0;
  }
  #sticky.fixed-sidebar  .fixed-header .box-size {
    width: 116.5px;
    margin: 0 auto;
  }
  #sticky.fixed-sidebar  .fixed-header .box-size h3 {
    white-space: nowrap;
    margin: 0 -13%;
  }
  #sticky.fixed-sidebar  .fixed-header .box-size .text-center .lead {
    width: 200%;
    margin-left: -50%;
  }
  #sticky.fixed-sidebar .panel.price .panel-heading {
    float: left;
    width: 179%;
    height: 135px;
  }
  #sticky.fixed-sidebar .col-sm-6 .panel.price .panel-heading {
    width: 359%;
  }
  #sticky.fixed-sidebar .col-sm-4 .panel.price .panel-heading {
    width: 238%;
  }
  #sticky.fixed-sidebar .panel.price .panel-body {
    padding-top: 170px;
  }
  #sticky.fixed-sidebar .panel.price .panel-heading .progress {
    display: none;
  }
  .pricing-table .button-box {
    margin-left: -13%;
    margin-right: -13%;
  }
  #sticky.fixed-sidebar .lead {
    margin-left: -13%;
    margin-right: -13%;
  }
  .panel-under-pricing {
    margin-bottom: 20px;
  }
  .packages-module .general-panel.general-market {
    padding-bottom: 50px;
  }
  .packages-module .white .general-panel .title {
    margin-top: 8px;
    margin-bottom: 27px;
  }
  .modal-dialog {
    margin: 30px auto;
    width: 650px;
  }
  .example-buttom {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 992px) {
  #sticky.fixed-sidebar  .fixed-header .box-size .text-center .lead small {
    font-size: 70%;
  }
  .pricing-table .lead small {
    font-size: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .carousel-showmanymoveone .carousel-control.left {
    margin-left: 2px;
  }
  .carousel-showmanymoveone .carousel-control.right {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 990px) {
  .general-market .col-md-6 {
    text-align: center !important;
    margin-bottom: 10px;
  }
  .general-market img {
    max-width: 90%;
    width: auto;
  }
  .panel-under-pricing .fa {
    font-size: 61px;
    margin: 5px 0 28px;
  }
}
@media only screen and (min-width: 801px) {
  .mobile-listing-load-box {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .general-testimonials .logo-box.margin-top {
    margin-top: 5px;
    height: 320px;
    overflow: hidden;
    transition: all 300ms ease-out 0s;
  }
  .general-testimonials .logo-box .col-xs-6 {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .general-testimonials .logo-box .col-xs-6:nth-child(odd) {
    clear: both;
  }
  .carousel-control.left {
    background-image: none;
    margin-left: -30px;
  }
  .carousel-control.right {
    background-image: none;
    margin-right: -30px;
  }
  .general-market img {
    width: auto;
    max-width: 90%;
  }
  .example-buttom .col-md-6,
  .general-market .col-md-6 {
    text-align: center !important;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-arrow {
    position: absolute;
    padding: 10px;
    bottom: 0;
    right: 5px;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .mobile-arrow.collapsed {
    transform: rotate(1180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .panel-under-pricing .icon-box-info.oper {
    margin-top: 11px;
    margin-bottom: 22px;
  }
  .panel-under-pricing .title-box-info {
    font-size: 14px;
  }
  .carousel-showmanymoveone .carousel-control.left {
    margin-left: -3px;
  }
  .carousel-showmanymoveone .carousel-control.right {
    margin-right: 0;
  }
  .packages-module h1 {
    font-size: 27px;
  }
  .packages-module h2 {
    font-size: 16px;
  }
  .general-nav .nav-pills {
    float: none;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
  .nav > li > a,
  .nav > li > b {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .general-nav .col-md-12 {
    text-align: center;
  }
  .buy-panel .title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .panel.price ul.text-center {
    margin: 10px auto;
  }
  .general-facts .title-box-info {
    font-size: 20px;
  }
  .general-testimonials select {
    font-size: 13px;
  }
  .testimonials-box {
    margin-bottom: 0;
  }
  .general-testimonials select {
    margin-bottom: 15px;
  }
  .general-faqs .row.row-faq {
    margin: 55px 0 10px;
  }
  .general-faqs .row .btn-grey.btn-inverse {
    margin-bottom: 15px;
  }
  .packages-module .general-panel {
    padding-bottom: 10px;
  }
  .packages-module .general-market .btn-grey.btn-inverse {
    margin-bottom: 0;
  }
  .packages-module .mobile-no-padding {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .packages-module .general-panel .title {
    font-size: 26px;
    line-height: 1.2;
  }
  .pricing-table .col-xs-12 {
    border-top: none;
    border-left: none;
  }
  .pricing-table .col-xs-12:last-child {
    border-right: none;
  }
  .packages-module h1 {
    font-size: 27px;
    margin-top: 30px;
  }
  .packages-module h2 {
    font-size: 16px;
    margin: 0 0 0;
  }
  .panel.price .panel-heading {
    padding: 20px 10px 10px;
  }
  .pricing-table .lead {
    margin-top: 5px;
  }
  .packages-module .pricing-title .btn-group {
    margin-left: 0;
  }
  .pricing-table {
    padding: 0 20px;
  }
  .panel.price .panel-heading {
    position: relative;
    cursor: pointer;
  }
  .pricing-table .list-group-item {
    padding: 10px 15px;
  }
  .pricing-table .list-group {
    margin-bottom: 0;
  }
  .example-buttom {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .packages-module .example,
  .general-market .col-md-6:last-child {
    margin-bottom: 0;
  }
  .testimonials-box {
    margin-top: 0;
  }
  .carousel-showmanymoveone .panel,
  .packages-module .general-listings .btn-grey.btn-inverse {
    margin-bottom: 0;
  }
  .packages-module .general-panel.info-panel {
    padding-top: 50px;
  }
  .button-box {
    padding-top: 0;
  }
  .packages-module .pricing-title .btn-group .btn {
    padding: 6px 12px;
  }
  .modal .col-md-7,
  .modal .social-box-login {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .social-box-login .btn {
    width: 100%;
    padding: 13px 40px 13px 50px;
  }
  .social-box-login .btn .fa-facebook,
  .google-logo {
    left: 17px;
  }
  .social-box-login.center .btn-main {
    width: 100%;
  }
  .login .width60,
  .third-step .width60,
  .four-step .width60,
  .five-step .width60,
  .modal .width60 {
    width: 100%;
  }
  .modal .third-step .social-box-login .btn:first-child {
    margin-bottom: 15px;
  }
  .third-step .social-box-login .inlineTextDivider {
    width: 100%;
  }
  .right-side {
    padding-top: 15px !important;
  }
  .packages-module .general-panel,
  .packages-module .example {
    padding-bottom: 50px !important;
  }
  .packages-module .general-panel.testimonials-box .title {
    margin-bottom: 30px;
  }
  .general-footer  .navi-footer,
  .general-footer  .navi-footer .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .general-footer  .navi-footer .nav > li > a,
  .general-footer  .navi-footer .nav > li > b {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .general-panel.benefis-panel .col-sm-3 {
    display: none;
  }
  .packages-module h2 {
    margin-bottom: 38px;
  }
  .benefis-module.packages-module .general-panel {
    padding-bottom: 50px !important;
  }
  .general-panel.benefis-panel h3,
  .general-panel.benefis-panel h4 {
    font-size: 25px;
  }
  .section-title .my-feature {
    font-size: 18px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 0;
  }
  .my-feature {
    padding-left: 15px;
    border-left: 0;
    border-right: 0;
  }
  .my-plan-feature {
    line-height: 2em;
  }
  .my-plan-feature:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 700px) {
  .general-faqs .col-md-6:nth-child(3) {
    clear: left;
  }
}
@media only screen and (min-width: 700px) and (max-width: 800px) {
  .carousel-showmanymoveone .carousel-control.left {
    margin-left: 10px;
  }
  .carousel-showmanymoveone .carousel-control.right {
    margin-right: 20px;
  }
  .pricing-table {
    padding: 0;
  }
  #sticky.fixed-sidebar .white-control-ribbon {
    left: 0;
  }
  .nav > li > a,
  .nav > li > b {
    padding: 10px 20px;
    display: block;
  }
  .buy-panel img {
    max-width: 100%;
  }
  .fixed-sidebar .price-row {
    padding-left: 10px;
    padding-right: 17px;
  }
}
@media only screen and (max-width: 768px) {
  .header-full {
    text-align: center;
  }
  .modal-body #error {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 769px) {
  .packages-module .general-panel.testimonials-box p {
    max-width: 158px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
  }
  .carousel-showmanymoveone .carousel-control.right {
    margin-right: -8px;
  }
  .carousel-showmanymoveone .carousel-control.left {
    margin-left: -14px;
  }
}
@media only screen and (max-width: 480px) {
  .my-plan-feature.line-text {
    line-height: 0.5;
    padding-bottom: 10px;
  }
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (max-width: 768px) {
  .text-small-center {
    text-align: center;
  }
}
.pricing-title .col-md-12 h1:last-child {
  margin-bottom: 40px;
}
.packages-module .general-panel.general-facts {
  padding-top: 50px;
  padding-bottom: 60px;
}
.packages-module .general-panel.genaral-statistics {
  padding-bottom: 20px;
}
.packages-module .general-panel.general-testimonials {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.packages-module .general-panel.general-testimonials.general-listings {
  padding-top: 50px;
  padding-bottom: 40px;
}
.packages-module .general-panel.other-features {
  padding-bottom: 20px;
}
.packages-module .general-panel.buy-panel {
  padding-bottom: 45px;
  padding-top: 40px;
}
.packages-module .general-panel.buy-panel .title {
  margin-bottom: 15px;
}
.packages-module .general-panel.general-faqs {
  padding-top: 50px;
  padding-bottom: 60px;
}
.packages-module .general-panel.panel-benefits {
  padding-top: 50px;
  padding-bottom: 60px;
}
.packages-module .general-panel.general-footer {
  padding-top: 45px;
}
.packages-module .general-panel.general-facts.market-facts {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .packages-module .general-panel.general-facts {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .packages-module .general-panel.genaral-statistics {
    padding-bottom: 15px !important;
  }
  .packages-module .general-panel.general-testimonials.general-listings .title {
    margin-bottom: 30px;
  }
  .packages-module .general-panel.buy-panel .title {
    margin-bottom: 30px;
  }
  .packages-module .general-panel.market-facts .title {
    margin-bottom: 40px;
  }
}
#sticky.fixed-sidebar .white-control-ribbon {
  top: 46px;
}
#sticky.fixed-sidebar .panel.price .panel-heading {
  top: 46px;
}

#disable-debugger {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 25px;
    background: #efefef url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20fill%3D%22%23000%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M6.039%208.342c.463%200%20.772.084.927.251.154.168.191.455.11.862-.084.424-.247.727-.487.908-.241.182-.608.272-1.1.272h-.743l.456-2.293h.837zm-2.975%204.615h1.22l.29-1.457H5.62c.461%200%20.84-.047%201.139-.142.298-.095.569-.254.812-.477.205-.184.37-.387.497-.608.127-.222.217-.466.27-.734.13-.65.032-1.155-.292-1.518-.324-.362-.84-.543-1.545-.543H4.153l-1.089%205.479zM9.235%206.02h1.21l-.289%201.458h1.079c.679%200%201.147.115%201.405.347.258.231.335.607.232%201.125l-.507%202.55h-1.23l.481-2.424c.055-.276.035-.464-.06-.565-.095-.1-.298-.15-.608-.15H9.98L9.356%2011.5h-1.21l1.089-5.48M15.566%208.342c.464%200%20.773.084.928.251.154.168.19.455.11.862-.084.424-.247.727-.488.908-.24.182-.607.272-1.1.272h-.742l.456-2.293h.836zm-2.974%204.615h1.22l.29-1.457h1.046c.461%200%20.84-.047%201.139-.142.298-.095.569-.254.812-.477.205-.184.37-.387.497-.608.127-.222.217-.466.27-.734.129-.65.032-1.155-.292-1.518-.324-.362-.84-.543-1.545-.543H13.68l-1.089%205.479z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E)  no-repeat 5px 4px / 20px 20px;
    z-index: 2000;
    cursor: pointer;
}
.notification-alert {
  width: 422px;
  margin: auto;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 9999;
  text-align: left;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 15px 24px 10px 24px;
}
.notification-alert:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 25px;
}
.notification-alert .close {
  display: block;
  width: 15px;
  height: 15px;
  color: #2a313a;
  line-height: 15px;
  opacity: 1;
  top: 6px;
  right: 8px;
  position: absolute;
  transition: transform 0.3s ease-out;
}
.notification-alert .close:hover {
  transform: scale(1.1);
}
.notification-alert h4 {
  font-size: 15px;
  font-weight: bold;
  color: #2a313a;
  margin-bottom: 1px;
}
.notification-alert h4 span {
  color: #ff0000;
}
.notification-alert p {
  font-size: 13px;
  color: #2a313a;
}
.notification-alert .actions {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}
.notification-alert .actions .btn {
  width: auto;
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  background-color: #2a313a;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
  border-color: #2a313a;
  font-size: 12px;
  border-radius: 3px;
  transition: background 0.3s ease-out;
}
.notification-alert .actions .btn:hover {
  background-color: #3d444e;
}
@media (max-width: 800px) {
  .notification-alert {
    width: 380px;
    left: -150px;
  }
  .notification-alert:before {
    left: 175px;
  }
}
.pie-wrapper {
  height: 160px;
  width: 160px;
  float: left;
  position: relative;
  background: #e0e2e4;
  border-radius: 50%;
  overflow: hidden;
}
.pie-wrapper .label-container {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
}
.pie-wrapper .label-container .label {
  width: 100%;
  color: #3a589e;
}
.pie-wrapper .label-container .label span {
  display: block;
  margin: 3px 0;
  font-weight: normal;
}
.pie-wrapper .label-container .label span.info {
  font-size: 14px;
}
.pie-wrapper .label-container .label span.number {
  font-weight: bold;
  font-size: 45px;
}
.pie-wrapper .pie {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pie-wrapper .pie .quarter-container {
  width: 80px;
  height: 80px;
  position: absolute;
}
.pie-wrapper .pie .quarter-container.first-quarter-container {
  left: 50%;
  top: 0;
  overflow: hidden;
}
.pie-wrapper .pie .quarter-container.first-quarter-container .tile {
  left: -100%;
  transform-origin: bottom right;
}
.pie-wrapper .pie .quarter-container.second-quarter-container {
  left: 50%;
  top: 50%;
  overflow: hidden;
  transform: rotate(90deg);
}
.pie-wrapper .pie .quarter-container.second-quarter-container .tile {
  left: -100%;
  transform-origin: bottom right;
}
.pie-wrapper .pie .quarter-container.third-quarter-container {
  left: 0%;
  top: 50%;
  overflow: hidden;
  transform: rotate(270deg);
}
.pie-wrapper .pie .quarter-container.third-quarter-container .tile {
  left: 0;
  top: 0;
  transform-origin: bottom right;
  transform: rotate(270deg);
}
.pie-wrapper .pie .quarter-container.fourth-quarter-container {
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 10;
}
.pie-wrapper .pie .quarter-container.fourth-quarter-container .tile {
  left: 0%;
  transform-origin: bottom right;
  transform: rotate(-90deg);
}
.pie-wrapper .tile {
  width: 80px;
  overflow: hidden;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.pie-wrapper .tile span {
  display: block;
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border-right: 80px solid transparent;
  border-top: 80px solid #3a589e;
  border-left: 80px solid #3a589e;
  border-bottom: 80px solid #3a589e;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.pie-wrapper--1 .first-quarter-container .tile {
  transform: rotate(3.6deg);
}
.pie-wrapper--2 .first-quarter-container .tile {
  transform: rotate(7.2deg);
}
.pie-wrapper--3 .first-quarter-container .tile {
  transform: rotate(10.8deg);
}
.pie-wrapper--4 .first-quarter-container .tile {
  transform: rotate(14.4deg);
}
.pie-wrapper--5 .first-quarter-container .tile {
  transform: rotate(18deg);
}
.pie-wrapper--6 .first-quarter-container .tile {
  transform: rotate(21.6deg);
}
.pie-wrapper--7 .first-quarter-container .tile {
  transform: rotate(25.2deg);
}
.pie-wrapper--8 .first-quarter-container .tile {
  transform: rotate(28.8deg);
}
.pie-wrapper--9 .first-quarter-container .tile {
  transform: rotate(32.4deg);
}
.pie-wrapper--10 .first-quarter-container .tile {
  transform: rotate(36deg);
}
.pie-wrapper--11 .first-quarter-container .tile {
  transform: rotate(39.6deg);
}
.pie-wrapper--12 .first-quarter-container .tile {
  transform: rotate(40.5deg);
}
.pie-wrapper--13 .first-quarter-container .tile {
  transform: rotate(44.1deg);
}
.pie-wrapper--14 .first-quarter-container .tile {
  transform: rotate(47.7deg);
}
.pie-wrapper--15 .first-quarter-container .tile {
  transform: rotate(49deg);
}
.pie-wrapper--16 .first-quarter-container .tile {
  transform: rotate(50.4deg);
}
.pie-wrapper--17 .first-quarter-container .tile {
  transform: rotate(54deg);
}
.pie-wrapper--18 .first-quarter-container .tile {
  transform: rotate(57.6deg);
}
.pie-wrapper--19 .first-quarter-container .tile {
  transform: rotate(61.2deg);
}
.pie-wrapper--20 .first-quarter-container .tile {
  transform: rotate(68.4deg);
}
.pie-wrapper--21 .first-quarter-container .tile {
  transform: rotate(72deg);
}
.pie-wrapper--22 .first-quarter-container .tile {
  transform: rotate(75.6deg);
}
.pie-wrapper--23 .first-quarter-container .tile {
  transform: rotate(82.8deg);
}
.pie-wrapper--24 .first-quarter-container .tile {
  transform: rotate(86.4deg);
}
.pie-wrapper--25 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--26 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--26 .second-quarter-container .tile {
  transform: rotate(3.6deg);
}
.pie-wrapper--27 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--27 .second-quarter-container .tile {
  transform: rotate(7.2deg);
}
.pie-wrapper--28 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--28 .second-quarter-container .tile {
  transform: rotate(10.8deg);
}
.pie-wrapper--29 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--29 .second-quarter-container .tile {
  transform: rotate(14.4deg);
}
.pie-wrapper--30 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--30 .second-quarter-container .tile {
  transform: rotate(18deg);
}
.pie-wrapper--31 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--31 .second-quarter-container .tile {
  transform: rotate(21.6deg);
}
.pie-wrapper--32 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--32 .second-quarter-container .tile {
  transform: rotate(25.2deg);
}
.pie-wrapper--33 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--33 .second-quarter-container .tile {
  transform: rotate(28.8deg);
}
.pie-wrapper--34 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--34 .second-quarter-container .tile {
  transform: rotate(32.4deg);
}
.pie-wrapper--35 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--35 .second-quarter-container .tile {
  transform: rotate(36deg);
}
.pie-wrapper--36 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--36 .second-quarter-container .tile {
  transform: rotate(39.6deg);
}
.pie-wrapper--37 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--37 .second-quarter-container .tile {
  transform: rotate(43.2deg);
}
.pie-wrapper--38 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--38 .second-quarter-container .tile {
  transform: rotate(46.8deg);
}
.pie-wrapper--39 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--39 .second-quarter-container .tile {
  transform: rotate(50.4deg);
}
.pie-wrapper--40 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--40 .second-quarter-container .tile {
  transform: rotate(54deg);
}
.pie-wrapper--41 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--41 .second-quarter-container .tile {
  transform: rotate(57.6deg);
}
.pie-wrapper--42 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--42 .second-quarter-container .tile {
  transform: rotate(61.2deg);
}
.pie-wrapper--43 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--43 .second-quarter-container .tile {
  transform: rotate(64.8deg);
}
.pie-wrapper--44 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--44 .second-quarter-container .tile {
  transform: rotate(68.4deg);
}
.pie-wrapper--45 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--45 .second-quarter-container .tile {
  transform: rotate(72deg);
}
.pie-wrapper--46 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--46 .second-quarter-container .tile {
  transform: rotate(75.6deg);
}
.pie-wrapper--47 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--47 .second-quarter-container .tile {
  transform: rotate(79.2deg);
}
.pie-wrapper--48 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--48 .second-quarter-container .tile {
  transform: rotate(82.8deg);
}
.pie-wrapper--49 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--49 .second-quarter-container .tile {
  transform: rotate(86.4deg);
}
.pie-wrapper--50 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--50 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--51 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--51 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--51 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(273.6eg);
}
.pie-wrapper--52 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--52 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--52 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(277.2deg);
}
.pie-wrapper--53 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--53 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--53 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(280.8deg);
}
.pie-wrapper--54 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--54 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--54 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(284.4deg);
}
.pie-wrapper--55 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--55 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--55 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(288deg);
}
.pie-wrapper--56 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--56 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--56 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(291.6deg);
}
.pie-wrapper--57 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--57 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--57 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(295.2deg);
}
.pie-wrapper--58 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--58 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--58 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(298.8deg);
}
.pie-wrapper--59 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--59 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--59 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(302.4deg);
}
.pie-wrapper--60 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--60 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--60 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(306deg);
}
.pie-wrapper--61 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--61 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--61 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(309.6deg);
}
.pie-wrapper--62 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--62 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--62 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(313.2deg);
}
.pie-wrapper--63 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--63 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--63 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(316.8deg);
}
.pie-wrapper--64 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--64 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--64 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(320.4deg);
}
.pie-wrapper--65 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--65 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--65 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(324deg);
}
.pie-wrapper--66 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--66 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--66 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(327.6deg);
}
.pie-wrapper--67 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--67 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--67 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(331.2deg);
}
.pie-wrapper--68 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--68 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--68 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(334.8deg);
}
.pie-wrapper--69 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--69 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--69 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(338.4deg);
}
.pie-wrapper--70 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--70 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--70 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(342deg);
}
.pie-wrapper--71 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--71 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--71 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(345.6deg);
}
.pie-wrapper--72 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--72 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--72 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(349.2deg);
}
.pie-wrapper--73 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--73 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--73 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(352.8deg);
}
.pie-wrapper--74 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--74 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--74 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(356.4deg);
}
.pie-wrapper--75 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--75 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--75 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--76 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--76 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--76 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--76 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-86.4deg);
}
.pie-wrapper--77 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--77 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--77 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--77 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-82.8deg);
}
.pie-wrapper--78 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--78 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--78 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--78 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-79.2deg);
}
.pie-wrapper--79 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--79 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--79 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--79 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-79.2deg);
}
.pie-wrapper--80 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--80 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--80 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--80 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-72deg);
}
.pie-wrapper--81 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--81 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--81 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--81 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-68.4deg);
}
.pie-wrapper--82 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--82 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--82 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--82 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-64.8deg);
}
.pie-wrapper--83 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--83 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--83 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--83 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-61.2deg);
}
.pie-wrapper--84 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--84 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--84 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--84 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-57.6deg);
}
.pie-wrapper--85 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--85 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--85 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--85 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-54deg);
}
.pie-wrapper--86 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--86 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--86 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--86 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-50.4deg);
}
.pie-wrapper--87 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--87 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--87 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--87 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-46.8deg);
}
.pie-wrapper--88 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--88 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--88 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--88 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-43.2deg);
}
.pie-wrapper--89 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--89 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--89 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--89 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-39.6deg);
}
.pie-wrapper--90 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--90 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--90 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--90 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-36deg);
}
.pie-wrapper--91 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--91 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--91 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--91 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-32.4deg);
}
.pie-wrapper--92 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--92 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--92 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--92 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-28.8deg);
}
.pie-wrapper--93 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--93 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--93 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--93 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-25.2deg);
}
.pie-wrapper--94 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--94 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--94 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--94 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-21.6deg);
}
.pie-wrapper--95 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--95 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--95 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--95 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-18deg);
}
.pie-wrapper--96 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--96 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--96 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--96 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-14.4deg);
}
.pie-wrapper--97 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--97 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--97 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--97 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-10.8deg);
}
.pie-wrapper--98 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--98 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--98 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--98 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-7.2deg);
}
.pie-wrapper--99 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--99 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--99 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--99 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(-3.6deg);
}
.pie-wrapper--100 .first-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--100 .second-quarter-container .tile {
  transform: rotate(90deg);
}
.pie-wrapper--100 .pie .quarter-container.third-quarter-container .tile {
  transform: rotate(360deg);
}
.pie-wrapper--100 .pie .quarter-container.fourth-quarter-container .tile {
  transform: rotate(0);
}
.header-full {
  background-color: #003081;
}
.btn-main {
  background: #001d4e;
  border-color: #001d4e;
  color: #fff;
  transition: background 300ms ease-out;
}
.btn-main:hover,
.btn-main:focus {
  background: #003081;
  border-color: #003081;
}
.modalOppener {
  cursor: pointer;
}
.modalOppener.review > td {
  cursor: pointer;
}
.modalOppener.review > td > * {
  cursor: pointer;
}
.modalOppener.review > td .rating-stars {
  cursor: pointer;
}
.line-single h1,
.line-single h2,
.line-single .faq,
.footer-single a,
.front-header .modal-title {
  color: #001d4e;
}
.social-box-login .btn,
.intra .btn-home {
  border-color: #001d4e;
}
.modal-body .inlineTextDivider.register-form-divider {
  position: relative;
  top: -10px;
  margin-bottom: 5px;
}
.social-box-login .small-info-text,
#subscriptions-register .small-info-text {
  margin-top: 10px;
}
.social-box-login.social-box-login .small-info-text,
#subscriptions-register.social-box-login .small-info-text {
  padding: 0 10px;
}
@media (max-width: 991px) {
  .social-box-login .small-info-text,
  #subscriptions-register .small-info-text {
    text-align: center;
  }
  .social-box-login.social-box-login .small-info-text,
  #subscriptions-register.social-box-login .small-info-text {
    padding: 0;
  }
}
.modal .btn,
.intra .btn-home {
  color: #001d4e;
  border-color: #001d4e;
}
.button-modal .btn.btn-ma {
  color: #fff;
}
.line-single .col-md-offset-4 .btn,
.line-single .col-md-offset-3 .btn,
.line-single .login-submit .btn-ma {
  background-color: #001d4e !important;
  border-color: #001d4e !important;
}
.line-single .col-md-offset-4 .btn:hover,
.line-single .col-md-offset-4 .btn:focus,
.line-single .col-md-offset-3 .btn:hover,
.line-single .col-md-offset-3 .btn:focus,
.line-single .login-submit .btn-ma:hover,
.line-single .login-submit .btn-ma:focus {
  background-color: #003081 !important;
  border-color: #003081 !important;
}
.modal-footer.no-border.to-login.login,
.modal-footer.no-border.to-login.login a {
  color: #001d4e;
}
.infographics .light .btn-purpure {
  background-color: #68156f;
  border-color: #68156f;
}
.infographics .light .btn-purpure:hover,
.infographics .item blockquote .light .btn-purpure:focus {
  background-color: #901d9a;
  border-color: #901d9a;
}
.intra .btn-home {
  color: #001d4e;
  border-color: #001d4e;
}
.intra .btn-home:hover,
.intra .btn-home:focus {
  border-color: #003081;
  color: #003081;
}
.intra .btn-home.btn-blue {
  color: #fff;
  border-color: #001d4e;
  background-color: #001d4e;
}
.intra .btn-home.btn-blue:hover,
.intra .btn-home.btn-blue:focus {
  color: #fff;
  border-color: #003081;
  background-color: #003081;
}
.intra .intra-box {
  border-color: #001d4e;
}
.strong-text-activation,
.business .title-box {
  color: #001d4e;
}
.plans li.silver.silver-special span {
  color: #68156f;
  background: #fff !important;
}
.plans li.silver.silver-special strong {
  color: #68156f;
  background-color: transparent;
}
.packages .silver-special .btn-purple {
  border-color: #400d44 !important;
  background: #68156f !important;
}
.packages .silver-special .btn-purple:hover,
.packages .silver-special .btn-purple:focus {
  background: #901d9a !important;
}
.plans li.silver.silver-special span i.mobileBtnPlans .btn-accordeon {
  background: #fff;
  border-color: #68156f !important;
  color: #68156f !important;
}
.navy-head .box-title,
.submint-add .btn-ma {
  background-color: #3a589e !important;
  border-color: #3a589e;
}
.progress-bar {
  background-color: #3a589e !important;
}
.progress {
  border-color: #3a589e !important;
}
.submint-add .btn-ma :hover,
.submint-add .btn-ma :focus {
  border-color: #003081 !important;
}
.title-test a,
.title-test {
  color: #68156f;
}
.vertical-align-wrapper,
.v-a-w {
  height: inherit;
  display: table;
  vertical-align: middle;
  table-layout: fixed;
  width: 100%;
  min-height: inherit;
}
.vertical-align-wrapper .vertical-align,
.vertical-align-wrapper .v-a,
.v-a-w .vertical-align,
.v-a-w .v-a {
  height: inherit;
  vertical-align: middle;
  display: table-cell;
  min-height: inherit;
}
.verticalAlignBottomFixContainer,
.v-a-b-w {
  height: inherit;
  display: table;
  vertical-align: bottom;
  table-layout: fixed;
  width: 100%;
  min-height: inherit;
}
.verticalAlignBottomFixContainer .verticalAlignBottomFix,
.verticalAlignBottomFixContainer .v-a,
.v-a-b-w .verticalAlignBottomFix,
.v-a-b-w .v-a {
  height: inherit;
  vertical-align: bottom;
  display: table-cell;
  min-height: inherit;
}
.widget-box.icons-on-top .widget {
  table-layout: fixed;
  height: auto;
}
.widget-box.icons-on-top .widget .header {
  position: relative;
  padding-top: 60px;
  margin-bottom: 10px;
}
.widget-box.icons-on-top .widget .header .glyphicon,
.widget-box.icons-on-top .widget .header .fa {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.widget-box.icons-on-top .widget .header .glyphicon.fa,
.widget-box.icons-on-top .widget .header .fa.fa {
  font-size: 50px;
}
.widget-box.icons-on-top .widget .widget-stats {
  height: 100%;
}
.widget-box.icons-on-top .widget .widget-stats .no-stats {
  white-space: normal;
  line-height: 1.4;
  margin-top: 20px;
}
.widget-box.icons-on-top .spinn-box .fa.fa-cog {
  margin-bottom: 70px;
}
#main.extend-coverage-main h1.extend_coverage {
  margin-top: 49px;
  padding: 0 10px;
  box-sizing: border-box;
}
#main.extend-coverage-main h1.extend_coverage small {
  display: block;
  width: 100%;
  margin: 12px 0 2px 0;
  line-height: 170%;
  clear: both;
  float: left;
}
#main.extend-coverage-main .hideAfterLoaded {
  width: 73%;
  margin-left: 40px;
}
#main.extend-coverage-main .extendCoverageMobileInfo {
  display: none;
  width: 340px;
  margin: 20px auto;
  max-width: 100%;
  padding: 0 15px;
  padding-top: 30px;
}
#main.extend-coverage-main .coverage-desc #progress-container .upper {
  position: relative;
  top: -9px;
}
#main.extend-coverage-main .coverage-desc #progress-container svg {
  height: 208px;
}
#main.extend-coverage-main .coverage-desc p.font17 b {
  font-size: 15px;
}
#main.extend-coverage-main .coverage-desc p a:hover {
  text-decoration: none;
}
#main.extend-coverage-main form#extend_coverage .selected-locations .location-item {
  display: list-item;
  box-sizing: border-box;
  height: 34px;
  overflow: hidden;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: relative;
  top: 2px;
}
#main.extend-coverage-main form#extend_coverage .coverege-checkbox-list label.checkbox {
  margin-top: 0;
  display: block;
  box-sizing: border-box;
  height: 20;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#main.extend-coverage-main form#extend_coverage .coverage-desc {
  margin-top: -7px;
}
#main.extend-coverage-main form#extend_coverage .coverage-desc svg {
  margin-bottom: -25px;
}
@media (max-width: 991px) {
  #main.extend-coverage-main h1.extend_coverage {
    width: 100%;
    margin-left: 0 !important;
  }
  #main.extend-coverage-main .edit-box {
    margin-left: 0;
  }
  #main.extend-coverage-main .hideAfterLoaded {
    width: 100%;
    margin-left: 0;
  }
  #main.extend-coverage-main .coverege-checkbox-list label.checkbox {
    margin-top: 5px;
    height: 25px;
  }
  #main.extend-coverage-main #more-coverage .col-md-4 {
    width: 100%;
    margin-top: 30px;
  }
  #main.extend-coverage-main .extendCoverageMobileInfo {
    display: block;
  }
  #main.extend-coverage-main .your-coverage-section {
    display: none;
  }
  #main.extend-coverage-main .submint-add {
    width: 100%;
  }
  #main.extend-coverage-main .submint-add .col-md-10 {
    width: 100%;
  }
  #main.extend-coverage-main .submint-add .col-md-10 hr {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  #main.extend-coverage-main .hideAfterLoaded {
    margin-top: 40px;
  }
  #main.extend-coverage-main .coverege-checkbox-list .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #main.extend-coverage-main h1.extend_coverage {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
#main.bankDetailsPage {
  padding-top: 18px;
}
#main.bankDetailsPage .bankDetailsInfo a {
  text-decoration: underline;
}
#main.bankDetailsPage .bankDetailsInfo a:hover {
  text-decoration: none;
}
#main.bankDetailsPage .bankDetailsInfoBtnContianer {
  margin-bottom: 0;
}
#main.bankDetailsPage label[for=form_custom_account_number]:after,
#main.bankDetailsPage label[for=form_custom_bsb]:after {
  content: "*";
}
#main.bankDetailsPage .edit-box-head {
  margin-top: 15px;
}
@media (max-width: 800px) {
  #main.bankDetailsPage .bankDetailsInfoLegend {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #main.bankDetailsPage .bankDetailsInfoLegend {
    padding-bottom: 20px;
  }
  #main.bankDetailsPage .bankDetailsInfoBtnContianer {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.reviewsButtonContainer:after {
  clear: both;
  content: '';
  display: block;
}
@media (max-width: 991px) {
  #main .reviewsContainer,
  #main .reviewsButtonContainer {
    width: 100%;
  }
}
#main .announcementSectionContainer .row.two-pannels {
  margin: 0;
}
#main .announcementSectionContainer .row.two-pannels:first-child {
  margin-top: 35px;
}
#main .announcementSectionContainer .row.two-pannels:first-child .supporting-text-dash .supporting-text-button {
  border-top: none;
  border-radius: 2px 2px 0 0 !important;
}
#main .announcementSectionContainer .row.two-pannels:last-child .supporting-text-dash .supporting-text-button {
  border-radius: 0 0 2px 2px !important;
}
#main .announcementSectionContainer .row.two-pannels:first-child:last-child .supporting-text-dash .supporting-text-button {
  border-radius: 2px !important;
}
#main .announcementSectionContainer .row.two-pannels .icon-container {
  width: 40px;
}
#main .announcementSectionContainer .row.two-pannels .content-container {
  width: 100%;
}
#main .announcementSectionContainer .row.two-pannels .button-container {
  width: 180px;
}
#main .announcementSectionContainer .row.two-pannels .button-container a {
  margin: 0;
  font-size: 13px;
}
#main .announcementSectionContainer .row.two-pannels p {
  margin: 0;
  font-size: 14px;
}
#main .announcementSectionContainer .row.two-pannels.bookingsAnnouncement .supporting-text-dash .button {
  background: #e00000;
}
#main .announcementSectionContainer .row.two-pannels.bookingsAnnouncement .supporting-text-dash i {
  color: #e00000;
}
#main .announcementSectionContainer .row.two-pannels.bookingsAnnouncement.viewBookings .supporting-text-dash .button {
  background: #0084e2;
}
#main .announcementSectionContainer .row.two-pannels.bookingsAnnouncement.viewBookings .supporting-text-dash i {
  color: #2a313a;
}
#main .announcementSectionContainer .row.two-pannels .well {
  background: #eaebed;
}
#main .announcementSectionContainer .row.two-pannels .supporting-text-dash {
  margin-top: 0;
  margin-bottom: 0;
}
#main .announcementSectionContainer .row.two-pannels .supporting-text-dash .supporting-text-button {
  border-radius: 0 !important;
  font-weight: normal;
  background: #eaebed;
  font-size: 16px !important;
  border-top: solid 1px rgba(0,0,0,0.15);
  position: relative;
  min-height: 0;
  padding: 10px 7px;
}
#main .announcementSectionContainer .row.two-pannels .supporting-text-dash .supporting-text-button i,
#main .announcementSectionContainer .row.two-pannels .supporting-text-dash .supporting-text-button .glyphicon,
#main .announcementSectionContainer .row.two-pannels .supporting-text-dash .supporting-text-button .fa {
  font-size: 19px !important;
}
#main .announcementSectionContainer .row.two-pannels .supporting-text-dash i {
  float: left;
  display: inline-block;
  width: 30px;
  text-align: center;
}
#main .announcementSectionContainer .row.two-pannels .supporting-text-dash .glyphicon {
  float: left;
  display: inline-block;
  width: 40px;
  text-align: center;
  font-size: 20px;
  margin: 0;
}
#main .announcementSectionContainer .row.two-pannels .supporting-text-dash .button {
  float: right;
  display: inline-block;
  background: #2a313a;
  margin-left: 10px;
  font-size: 13px;
}
#main .announcementSectionContainer .row.two-pannels .supporting-text-dash .button.show-on-mobile {
  display: none;
}
#main .announcementSectionContainer .row.two-pannels .supporting-text-dash .button.hide-on-mobile {
  display: inline-block;
}
@media (max-width: 640px) {
  #main .announcementSectionContainer .row.two-pannels {
    margin: 0;
  }
  #main .announcementSectionContainer .row.two-pannels .button-container {
    display: none;
  }
  #main .announcementSectionContainer .row.two-pannels .icon-container {
    vertical-align: top;
    position: relative;
    top: 4px;
  }
  #main .announcementSectionContainer .row.two-pannels .supporting-text-dash {
    margin-top: 0;
    margin-bottom: 0;
  }
  #main .announcementSectionContainer .row.two-pannels .supporting-text-dash .supporting-text-button {
    margin-top: 0;
  }
  #main .announcementSectionContainer .row.two-pannels .supporting-text-dash .button.hide-on-mobile {
    display: none;
    float: none;
    width: 100%;
  }
  #main .announcementSectionContainer .row.two-pannels .supporting-text-dash .button.show-on-mobile {
    display: inline-block !important;
    visibility: visible;
    float: none;
    width: 100%;
    top: 0;
    margin-left: 0;
  }
}
#main .most-popular-banner {
  margin-top: -15px;
}
#main .most-popular-banner .supporting-text-dash .supporting-text-button {
  background: #d1e5f2;
}
#main .most-popular-banner .supporting-text-button {
  padding: 5px 7px;
}
#main .most-popular-banner .icon-container {
  width: 97px;
}
#main .most-popular-banner .icon-container img {
  width: 80px;
  height: auto;
}
#main .most-popular-banner .content-container {
  width: 100%;
}
#main .most-popular-banner .content-container .content {
  width: 100%;
  position: relative;
}
#main .most-popular-banner .content-container .content p {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  color: #2a6d9a;
}
#main .most-popular-banner .content-container .content p strong,
#main .most-popular-banner .content-container .content p b {
  font-weight: bold;
}
#main .most-popular-banner .content-container .content p a {
  text-decoration: underline;
  color: #2a6d9a;
}
#main .most-popular-banner .content-container .content p a:hover {
  text-decoration: none;
}
#main .most-popular-banner .button-container {
  width: 280px;
  text-align: right;
}
#main .most-popular-banner .button-container a {
  background: #2a6d9a;
  text-decoration: none;
  margin-right: 8px;
  font-size: 13px;
}
@media (max-width: 640px) {
  #main .most-popular-banner {
    margin-top: -15px;
  }
  #main .most-popular-banner .v-a-w {
    height: auto;
    display: block;
  }
  #main .most-popular-banner .v-a-w .v-a {
    display: block;
    width: 100%;
  }
  #main .most-popular-banner .supporting-text-button {
    padding: 15px 15px;
  }
  #main .most-popular-banner .icon-container {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #main .most-popular-banner .icon-container img {
    width: 80px;
    height: auto;
    margin: auto;
    display: block;
  }
  #main .most-popular-banner .content-container {
    width: 100%;
    margin-bottom: 15px;
  }
  #main .most-popular-banner .content-container .content {
    width: 100%;
    position: relative;
  }
  #main .most-popular-banner .content-container .content p {
    text-align: center;
  }
  #main .most-popular-banner .button-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #main .most-popular-banner .button-container a {
    margin-right: 0;
    display: inline-block;
  }
}
#main.setup-bookings-page {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
#main.setup-bookings-page h1 {
  margin-left: 0;
  text-transform: uppercase;
}
#main .bookings-box-info-note {
  width: 810px;
  max-width: 100%;
  font-size: 10px;
}
#main .bookings-box-info-note a {
  color: #2a313a;
}
#main .bookings-box-info-note a:hover {
  text-decoration: none;
}
#main .setup-bookings-box {
  width: 810px;
  max-width: 100%;
  background: #ededed;
  box-sizing: border-box;
  margin: 35px 0;
  padding: 0 40px 0 40px;
}
#main .setup-bookings-box a {
  color: #2a313a;
}
#main .setup-bookings-box a:hover {
  text-decoration: none;
}
#main .setup-bookings-box .bookings-set-up-info {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 40px 0 40px 0;
  padding-right: 26px;
}
#main .setup-bookings-box .bookings-set-up-info small {
  font-size: 10px;
}
#main .setup-bookings-box .bookings-set-up-info:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
  position: absolute;
  top: 0;
  right: -15px;
}
#main .setup-bookings-box .bookings-set-up-info .btn-set-up-bookings {
  transition: 0.3s ease-out;
  padding: 11px 11px 11px 11px;
  background: #c4132f;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
}
#main .setup-bookings-box .bookings-set-up-info .btn-set-up-bookings:hover {
  background: #e92140;
}
#main .setup-bookings-box .bookings-set-up-info .alternative {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
}
#main .setup-bookings-box .bookings-set-up-info .alternative span {
  display: inline-block;
  padding: 0 25px;
  position: relative;
  font-weight: bold;
}
#main .setup-bookings-box .bookings-set-up-info .alternative span:before {
  display: block;
  content: "";
  width: 1000px;
  height: 1px;
  position: absolute;
  right: 100%;
  top: 50%;
  background: #c3c3c3;
}
#main .setup-bookings-box .bookings-set-up-info .alternative span:after {
  display: block;
  content: "";
  width: 1000px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 50%;
  background: #c3c3c3;
}
#main .setup-bookings-box .bookings-set-up-info .partner-info {
  width: 100%;
  text-align: left;
  margin-top: 15px;
}
#main .setup-bookings-box .bookings-set-up-info .partner-info p {
  font-size: 12px;
}
#main .setup-bookings-box .bookings-set-up-info .partner-info .btn {
  width: 100%;
}
#main .setup-bookings-box .bookings-set-up-info .partner-info .alternative {
  margin-bottom: 14px;
}
#main .setup-bookings-box .bookings-set-up-info .partner-info .alternative.another-platform {
  margin-top: 25px;
}
#main .setup-bookings-box .bookings-set-up-options {
  width: 100%;
  position: relative;
  padding: 40px 0 40px 0;
  padding-left: 25px;
}
#main .setup-bookings-box .bookings-set-up-options:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #dfdfdf;
  position: absolute;
  top: 0;
  left: -16px;
}
#main .setup-bookings-box .bookings-set-up-options ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
#main .setup-bookings-box .bookings-set-up-options ul li {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  padding-bottom: 3px;
}
#main .setup-bookings-box .bookings-set-up-options ul li:before {
  content: "";
  font-family: FontAwesome;
  color: #48d622;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#main .setup-bookings-box .btn-default {
  background: #d5d5d5;
  transition: 0.3s ease-out;
  font-size: 13px;
  padding: 3px 15px 4px 15px;
}
#main .setup-bookings-box .btn-default span {
  position: relative;
  top: 2px;
  left: -1px;
}
#main .setup-bookings-box .btn-default:hover {
  background: #efefef;
}
@media (max-width: 1024px) and (min-width: 768px) {
  #main .setup-bookings-box .row {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  #main .setup-bookings-box .bookings-set-up-info {
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }
  #main .setup-bookings-box .bookings-set-up-info:after {
    display: none;
  }
  #main .setup-bookings-box .bookings-set-up-options {
    padding-top: 0;
    padding-left: 0;
  }
  #main .setup-bookings-box .bookings-set-up-options:before {
    display: none;
  }
}
@media (max-width: 767px) {
  #main.setup-bookings-page .setup-bookings-box {
    padding: 0 0 0 0;
  }
}
@media (max-width: 375px) {
  #main.setup-bookings-page {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  #main.setup-bookings-page h1 {
    margin-left: 0 !important;
  }
}
.fixedFormActionBarContainer {
  width: 100%;
  float: left;
  clear: both;
  height: 100px;
}
.fixedFormActionBarContainer .fixedFormActionBar {
  width: 100%;
  float: left;
  clear: both;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  z-index: 2000;
  padding-left: 225px;
  overflow: hidden;
  box-sizing: border-box;
}
.fixedFormActionBarContainer .fixedFormActionBar button {
  float: right;
  margin-top: 16px;
  font-size: 14px;
  padding: 11px 15px 11px 15px;
  border-radius: 5px;
  line-height: 100%;
}
.fixedFormActionBarContainer .fixedFormActionBar .link-skip {
  display: block;
  float: right;
  background: #e7e7e7;
  margin-right: 8px;
  border-radius: 5px;
  border: solid 1px #d7d7d7;
  font-size: 14px;
  color: #2f2f2f;
  padding: 11px 19px 11px 19px;
  margin-left: 16px;
  margin-top: 15px;
  line-height: 100%;
  text-decoration: none;
}
.fixedFormActionBarContainer .fixedFormActionBar .link-skip:hover {
  background: #eaeaea;
}
@media (max-width: 767px) {
  .fixedFormActionBarContainer .fixedFormActionBar {
    padding-left: 0;
  }
}
.feadback-box.formsFeadback #feadback-bubble {
  border-radius: 0;
  right: auto;
  left: 0;
  height: 54px;
  border: none;
  border-right: solid 1px #d3d3d3;
  box-shadow: none;
  line-height: 120%;
}
.feadback-box.formsFeadback #feadback-bubble #feadback-bubble-close {
  top: 3px;
}
.feadback-box.formsFeadback #feadback-bubble:after {
  line-height: 140%;
}
#left-panel.formsFeadback {
  padding-bottom: 80px;
}
#left-panel .fa-info {
  margin-left: 5px;
}
@media (max-width: 1090px) {
  #left-panel.formsFeadback {
    padding-bottom: 0;
  }
  .fixedFormActionBarContainer .fixedFormActionBar {
    z-index: 100;
  }
}
#main.onlineBookingIntegration .text-justify label {
  text-align: justify;
}
#main.onlineBookingIntegration label {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  position: relative;
}
#main.onlineBookingIntegration .edit-box-content {
  float: left;
  clear: both;
}
#main.onlineBookingIntegration .col-sm-12.form-group {
  width: 100%;
  margin-top: -10px;
}
#main.onlineBookingIntegration .col-sm-12.form-group .parent {
  width: 100%;
  position: relative;
  float: left;
  clear: both;
}
#main.onlineBookingIntegration .panel-cover {
  margin-left: 10px;
}
#main.onlineBookingIntegration .requiredInfo {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 15px;
  font-size: 13px;
  font-style: italic;
}
#main.onlineBookingIntegration select {
  width: 100%;
  height: 34px;
}
#main.onlineBookingIntegration .btn-group.bootstrap-select {
  width: 100% !important;
}
@media (max-width: 480px) {
  #main.onlineBookingIntegration .panel-cover {
    padding-bottom: 25px;
  }
}
#limitModal.modal .modal-content {
  border-radius: 5px;
  overflow: hidden;
}
#limitModal.modal .modal-content .modal-body {
  padding-top: 60px;
}
#limitModal.modal .modal-content .modal-body .close {
  position: relative;
  top: -40px;
}
#limitModal.modal .modal-content .modal-body .faqInfo {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
#limitModal.modal .modal-content .modal-body .community-info {
  margin: 0;
}
#limitModal.modal .modal-content .modal-body .faqInfo a {
  text-decoration: underline;
}
#limitModal.modal .modal-content .modal-body .faqInfo a:hover {
  text-decoration: none;
}
#extend_coverage .edit-box-content a {
  text-decoration: underline;
}
#extend_coverage .edit-box-content a:hover {
  text-decoration: none;
}
#extend_coverage .autocomplete-box .control-label {
  width: 100%;
}
#extend_coverage .twitter-typeahead {
  width: 100%;
}
#extend_coverage .twitter-typeahead #suburb_search {
  background: #fff;
  width: 100%;
}
#submited-listing-thank-you-page {
  width: 1040px;
  padding: 30px;
  max-width: 100%;
}
#submited-listing-thank-you-page .thank-you-info {
  text-align: center;
  width: 700px;
  max-width: 100%;
  margin: auto;
}
#submited-listing-thank-you-page .thank-you-info a {
  text-decoration: underline;
  color: inherit;
}
#submited-listing-thank-you-page .thank-you-info a:hover {
  text-decoration: none;
}
#submited-listing-thank-you-page .thank-you-info .featured p {
  font-size: 17px;
}
#submited-listing-thank-you-page .payment-container {
  width: 230px;
  max-width: 100%;
  margin: auto;
  padding-top: 5px;
}
@media (max-width: 1024px) {
  #submited-listing-thank-you-page .payment-container .pay-summary .row > div {
    padding: 0;
    width: 50%;
    float: left;
    clear: none;
  }
  #submited-listing-thank-you-page .payment-container .pay-btn div {
    padding: 0;
    width: 50%;
    float: left;
    clear: none;
  }
}
@media (max-width: 640px) {
  #submited-listing-thank-you-page {
    padding: 25px 15px;
  }
}
.whats-next-container {
  width: 100%;
  text-align: center;
}
.whats-next-container .link-box-list {
  padding-top: 10px;
  margin-bottom: 70px;
}
#main .link-box-list {
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: top;
}
#main .link-box-list .box {
  display: inline-block;
  background: #ececec;
  border-radius: 5px;
  margin: 7px;
  width: 225px;
  min-height: 130px;
  position: relative;
  padding: 22px;
  padding-bottom: 75px;
}
#main .link-box-list .box p {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 0;
}
#main .link-box-list .box .button-container {
  position: absolute;
  bottom: 18px;
  left: 0;
  box-sizing: border-box;
  padding-left: inherit;
  padding-right: inherit;
  width: 100%;
}
#main .link-box-list .box .button-container a.btn {
  width: 100%;
  text-align: center;
  background: #2a313a;
  font-size: 14px;
  border-radius: 3px;
  border-color: #2a3131;
}
#main .link-box-list .box .button-container a.btn:hover {
  background: #40464e;
  border-color: #40464e;
}
.overlay #foo {
  background: none repeat scroll 0 0 #fff;
  border-radius: 5px;
  height: 100px;
  left: 50%;
  margin-left: -43px;
  margin-right: auto;
  position: absolute;
  top: 40%;
  width: 90px;
  opacity: 0.9;
  -webkit-box-shadow: 0px -1px 11px 0px rgba(50,50,50,0.75);
  -moz-box-shadow: 0px -1px 11px 0px rgba(50,50,50,0.75);
  box-shadow: 0px -1px 11px 0px rgba(50,50,50,0.75);
}
.overlay {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5) 50% 50% no-repeat;
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}
#foo:before {
  bottom: 3px;
  color: #000;
  content: "Please wait";
  font-size: 12px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#foo .spinner {
  right: 45px;
  top: 40px;
}
.subscritions-info {
  width: 100%;
  float: left;
  clear: both;
}
.subscritions-info * {
  font-size: 14px;
}
.subscritions-info .subscritions-info-title {
  color: #68156f;
  margin: 65px 0;
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  text-transform: capitalize;
  width: 100%;
}
.subscritions-info h4 {
  margin-bottom: 2px;
  margin-top: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #3e3e3e;
}
.subscritions-info > span {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.subscritions-info.subscritions-info-content {
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .subscritions-info {
    padding: 0;
  }
  .subscritions-info .subscritions-info-title {
    font-size: 26px;
    margin: 35px 0;
  }
}
.modal .leads-modal-table {
  width: 375px;
  margin: 20px auto 5px auto;
  text-align: left;
  border-collapse: collapse;
  max-width: 100%;
  border: none;
}
.modal .leads-modal-table td,
.modal .leads-modal-table th {
  padding: 5px 12px;
  font-size: 18px;
  color: #352e2e;
  border: none;
  font-weight: normal;
  border-bottom: solid 5px #f6f6f6;
}
.modal .leads-modal-table td:last-child,
.modal .leads-modal-table th:last-child {
  text-align: center;
}
.modal .leads-modal-table td:first-child,
.modal .leads-modal-table th:first-child {
  width: 320px;
}
.modal .leads-modal-table th {
  background: #c0c0c0;
}
.modal .leads-modal-table td {
  background: #e6e6e6;
}
.modal .leads-modal-table.total-info th {
  color: #fff;
  background: #434343;
}
.modal .btn.btn-primary.btn-black.modal-btn {
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
  transition: background 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out;
  border-radius: 4px;
}
.form-note-block-side-info {
  font-size: 12px;
}
.summary-upgrade-what-next-section {
  width: 100%;
  float: left;
  clear: both;
  margin: 20px 0;
}
.summary-upgrade-what-next-section .section-title {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.summary-upgrade-what-next-section .what-next-options-container {
  width: 100%;
  float: left;
  clear: both;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 30px;
}
.summary-upgrade-what-next-section .what-next-options-container .what-next-options {
  width: 750px;
  margin: auto;
  max-width: 100%;
}
.summary-upgrade-what-next-section .what-next-options-container .what-next-options .option-container {
  display: inline-block;
  padding: 7px;
  width: 240px;
  height: 150px;
  margin-bottom: 5px;
  max-width: 100%;
}
.summary-upgrade-what-next-section .what-next-options-container .what-next-options .option-container .option {
  width: 100%;
  float: left;
  clear: both;
  height: 135px;
  background: #ececec;
  padding: 0 25px 10px 25px;
  position: relative;
  border-radius: 5px;
}
.summary-upgrade-what-next-section .what-next-options-container .what-next-options .option-container .option .v-a-w {
  height: 64px;
}
.summary-upgrade-what-next-section .what-next-options-container .what-next-options .option-container .option h4 {
  margin: 0;
  line-height: 110%;
  font-size: 16px;
}
.summary-upgrade-what-next-section .what-next-options-container .what-next-options .option-container .option .button-container {
  position: absolute;
  bottom: 21px;
  left: 0;
  width: 100%;
  padding: 0 23px;
}
.summary-upgrade-what-next-section .what-next-options-container .what-next-options .option-container .option .button-container .btn {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 100%;
  padding: 15px 10px;
  background: #2a313a;
  text-align: center;
  transition: background 0.3s ease-out;
}
.summary-upgrade-what-next-section .what-next-options-container .what-next-options .option-container .option .button-container .btn:hover {
  background: #49505a;
}
.summary-upgrade-what-next-section .view-your-listing {
  width: 100%;
  float: left;
  clear: both;
  margin: 25px 0 55px 0;
  text-align: center;
}
.summary-upgrade-what-next-section .view-your-listing a {
  font-size: 16px;
  color: #2a313a;
  text-decoration: underline;
}
.summary-upgrade-what-next-section .view-your-listing a:hover {
  text-decoration: none;
}
.summary-upgrade-what-next-section .thank-you {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 55px 0;
}
.summary-upgrade-what-next-section .thank-you h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.summary-upgrade-what-next-section .thank-you p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .summary-upgrade-what-next-section .section-title {
    font-size: 26px;
  }
  .summary-upgrade-what-next-section .thank-you h4 {
    font-size: 26px;
  }
}
select.empty-option-selected option {
  color: #555;
}
.bootstrap-select.empty-option-selected .dropdown-toggle,
.bootstrap-select.has-empty-option .dropdown-menu li[rel="0"] a,
select.empty-option-selected,
select.has-empty-option option:first-child {
  color: #999;
}
.stats-page-encapsulation .small-label {
  display: none;
}
.stats-page-encapsulation .stats-panel .not-collected {
  position: relative;
  top: -10px;
}
@media (max-width: 600px) {
  .suporting-text-button-fiw {
    white-space: normal;
    text-align: left;
  }
  .stats-page-encapsulation .stats-panel .not-collected {
    position: relative;
    top: 10px;
  }
  .stats-page-encapsulation .stats-panel .stats-header-panel {
    position: relative;
    text-align: center;
  }
  .stats-page-encapsulation .stats-panel .stats-header-panel .number-container {
    display: block;
    width: 100%;
    clear: both;
    padding: 5px 0;
    margin-bottom: 25px;
  }
  .stats-page-encapsulation .stats-panel .stats-header-panel div {
    text-align: center;
  }
  .stats-page-encapsulation .stats-panel .stats-header-panel div > span {
    margin: 0;
    text-align: center;
  }
  .stats-page-encapsulation .stats-panel .stats-header-panel div > span .info {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    padding: 12px 0 0 0;
  }
  .stats-page-encapsulation .stats-panel .stats-header-panel div > span a {
    display: inline-block;
    clear: both;
    margin: 10px 0 0 0;
  }
  .stats-page-encapsulation .stats-panel .item {
    position: relative;
    overflow: hidden;
  }
  .stats-page-encapsulation .stats-panel .item .fa {
    display: inline;
    margin-right: 3px;
    font-size: 28px;
  }
  .stats-page-encapsulation .stats-panel .item .fa.fa-bell-o {
    top: -4px;
    font-size: 28px;
  }
  .stats-page-encapsulation .stats-panel .item .fa.fa-calendar-o {
    font-size: 28px;
    top: -4px;
  }
  .stats-page-encapsulation .stats-panel .item .fa.fa-ticket {
    top: 1px;
  }
  .stats-page-encapsulation .stats-panel .item .fa.fa-envelope-o {
    top: -5px;
  }
  .stats-page-encapsulation .stats-panel .item .fa.fa-globe {
    top: -3px;
  }
  .stats-page-encapsulation .stats-panel .item .fa.fa-phone {
    top: -2px;
  }
  .stats-page-encapsulation .stats-panel .item .fa.fa-mobile {
    font-size: 35px;
    top: -1px;
  }
  .stats-page-encapsulation .stats-panel .item .fa.fa-facebook {
    font-size: 22px;
  }
  .stats-page-encapsulation .stats-panel .item .evidence {
    display: inline;
  }
  .stats-page-encapsulation .stats-panel .item .small-label {
    position: absolute;
    top: 15px;
    left: -25px;
    color: #fff;
    background: #009350;
    display: block;
    width: 100px;
    text-align: center;
    transform: rotate(-45deg);
    font-size: 12px;
    padding: 2px 0;
    font-weight: normal;
  }
  .stats-page-encapsulation .stats-panel .item .small-label.contacts {
    background: #00a65a;
  }
  .stats-page-encapsulation .stats-panel .item .small-label.clicks {
    background: #0cb166;
  }
  .stats-page-encapsulation .stats-panel .item:nth-of-type(even):last-child {
    width: 100%;
  }
}
.auction-modal#discountModal {
  background: rgba(0,0,0,0.8);
}
.auction-modal#discountModal .modal-header {
  background: #f8eef6;
}
.auction-modal#discountModal .modal-header .modal-title {
  font-weight: bold;
  color: #761565;
}
.auction-modal#discountModal .modal-dialog {
  margin: 25px auto;
  box-shadow: none;
  width: 875px;
}
.auction-modal#discountModal .modal-dialog .modal-content {
  box-shadow: none;
}
.auction-modal#discountModal .modal-dialog .modal-content .close {
  top: 33px;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .section-title {
  color: #761565;
  margin: 10px 0;
  font-size: 25px;
  text-align: center;
  width: 100%;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list {
  width: 100%;
  float: left;
  clear: both;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: top;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container {
  width: 33%;
  height: 110px;
  margin-bottom: 25px;
  padding: 10px;
  display: inline-block;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item {
  width: 100%;
  float: left;
  clear: both;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon {
  width: 100%;
  height: 70px;
  font-size: 40px;
  line-height: 65px;
  color: #333333;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon img {
  max-height: 50px;
  height: auto;
  width: auto;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon .custom {
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center center;
  margin: auto;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon .custom.more-profit-icon {
  background-image: url('/core/img/introduction/more-profit-icon.png');
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon .custom.trusted {
  background-image: url('/core/img/introduction/trusted.svg');
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon .custom.bussines {
  background-image: url('/core/img/introduction/bussines.svg');
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon .custom.phone {
  background-image: url('/core/img/introduction/phone.svg');
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon .custom.browser {
  background-image: url('/core/img/introduction/browser.png');
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon .custom.seedling {
  background-image: url('/core/img/introduction/seedling.svg');
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon .custom.user-tie {
  background-image: url('/core/img/introduction/user-tie.svg');
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon .custom.cost-effective-icon {
  background-image: url('/core/img/introduction/cost-effective-icon.png');
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon .custom.money-bill-alt-solid {
  background-image: url('/core/img/introduction/money-bill-alt-solid.svg');
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-icon .custom.hand-point-down-regular {
  background-image: url('/core/img/introduction/hand-point-down-regular.svg');
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-description {
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container .icon-item .icon-description small {
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
  display: block;
  width: 100%;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list.small-icon-list {
  margin-top: -40px;
  margin-bottom: 20px;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list.small-icon-list .icon-item-container {
  width: 20%;
  height: 70px;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-icon {
  width: 100%;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-icon .custom {
  background-size: 35px auto;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-description {
  font-size: 17px;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-description small {
  font-size: 13px;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .upgrade-section {
  width: 100%;
  float: left;
  clear: both;
  margin: 30px 0 20px 0;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .upgrade-section .upgrade-info {
  text-align: center;
  color: #761565;
  font-size: 18px;
  margin: 0 0 2px 0;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .button-container {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .button-container .load-more-benefits {
  display: inline-block;
  border-radius: 20px;
  color: #777;
  font-size: 14px;
  padding: 5px 25px;
  border: solid 1px #d9d9d9;
  margin: 15px 0 15px 0;
  background: none;
  transition: background 0.3s ease-out;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .button-container .load-more-benefits:hover {
  background: rgba(0,0,0,0.01);
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .button-container .btn-upgrade {
  display: inline-block;
  margin: 30px 0;
  padding: 0 35px;
  background: #761565;
  border-radius: 30px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-decoration: none;
  border: none;
  transition: background 0.3s ease-out;
  min-width: 220px;
  max-width: 100%;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .button-container .btn-upgrade:hover {
  background: #4b0d40;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .button-container .btn-learn-more {
  display: inline-block;
  border-radius: 20px;
  color: #761565;
  font-size: 14px;
  padding: 5px 25px;
  border: solid 1px #e8d1ee;
  margin: 0 0 0 0;
  background: #f8eef6;
  transition: background 0.3s ease-out;
}
.auction-modal#discountModal .modal-dialog .modal-content .modal-body .button-container .btn-learn-more:hover {
  background: #f5e7f2;
}
@media (max-width: 1024px) {
  .auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .auction-modal#discountModal .modal-dialog .modal-content {
    padding: 0;
  }
  .auction-modal#discountModal .modal-dialog .modal-content .modal-body .default-icons-list .icon-item-container {
    width: 100%;
    margin-bottom: 15px;
  }
}
.summary-upgrade-what-next-section {
  margin: 0px;
}
.summary-upgrade-what-next-section .button-container a {
  font-weight: bold;
}
.summary-upgrade-what-next-section .what-next-options-container {
  margin-top: 0;
}
.summary-upgrade-what-next-section .whats-next-container {
  margin-top: 120px;
}
.payment-container {
  clear: both;
}
.payment-container .pay-summary {
  margin-top: 0;
}
.payment-container + .whats-next-container {
  padding-top: 30px;
}
#submited-listing-thank-you-page.downgradeUpgradeInfo .thank-you-info {
  margin-bottom: 40px;
  width: 100%;
  float: left;
  clear: both;
}
#submited-listing-thank-you-page.downgradeUpgradeInfo .thank-you-info h1 {
  font-size: 30px;
  margin: 0 0 20px 0;
}
#submited-listing-thank-you-page.downgradeUpgradeInfo .thank-you-info p {
  font-size: 18px;
}
#submited-listing-thank-you-page.downgradeUpgradeInfo .thank-you-info p span {
  color: inherit;
}
#submited-listing-thank-you-page.downgradeUpgradeInfo .view-your-listing {
  width: 100%;
  margin: 10px 0 20px 0;
  clear: both;
  text-align: center;
  float: left;
}
#submited-listing-thank-you-page.downgradeUpgradeInfo .view-your-listing a {
  color: black;
  font-size: 18px;
  text-decoration: underline;
}
#submited-listing-thank-you-page.downgradeUpgradeInfo .view-your-listing a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #submited-listing-thank-you-page.downgradeUpgradeInfo .thank-you-info h1 {
    font-size: 30px;
  }
  #submited-listing-thank-you-page.downgradeUpgradeInfo .thank-you-info p {
    font-size: 16px;
  }
  #submited-listing-thank-you-page.downgradeUpgradeInfo .thank-you-info p span {
    color: inherit;
  }
}
#main .form-horizontal .twitter-typeahead .suggest_location_cant_find_your_location {
  background-color: #f8a5a8 !important;
  color: #6a0000 !important;
  border-radius: 0 0 10px 10px;
  border: none;
  padding: 0 15px 15px 15px !important;
  transform: translate3d(0,10px,0);
}
#main .form-horizontal .twitter-typeahead .suggest_location_cant_find_your_location:before {
  display: block;
  content: '';
  background-color: #f8a5a8;
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
  position: absolute;
}
#main .form-horizontal .twitter-typeahead .suggest_location_cant_find_your_location .type_association_manually_trigger,
#main .form-horizontal .twitter-typeahead .suggest_location_cant_find_your_location .type_manually_trigger {
  color: #6a0000;
}
#main .form-horizontal .twitter-typeahead .suggest_location_cant_find_your_location .type_association_manually_trigger a,
#main .form-horizontal .twitter-typeahead .suggest_location_cant_find_your_location .type_manually_trigger a {
  color: #6a0000;
}
#main #membership-autocomplete-container .twitter-typeahead:before {
  display: block;
  content: '\f110';
  font-family: 'FontAwesome';
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1000;
  animation: spin 1s infinite forwards linear;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#main #membership-autocomplete-container .twitter-typeahead.loading-process {
  cursor: wait;
}
#main #membership-autocomplete-container .twitter-typeahead.loading-process * {
  cursor: wait;
}
#main #membership-autocomplete-container .twitter-typeahead.loading-process:before {
  opacity: 1;
}
#main #memberships-section #membership-autocomplete-container .suggest_location_cant_find_your_location .type_association_manually_trigger {
  text-decoration: underline;
}
#main #memberships-section #membership-autocomplete-container .suggest_location_cant_find_your_location .type_association_manually_trigger:hover {
  text-decoration: none;
}
#main #memberships-section .membership-wrapper-container {
  padding: 0 15px;
}
#main #memberships-section .membership-category-box.category-box {
  width: 100%;
  float: left;
  clear: both;
}
#main #memberships-section .membership-category-box.category-box .section-title {
  font-size: 15px;
  font-weight: bold;
}
#main #memberships-section .membership-category-box.category-box #membership-list-container,
#main #memberships-section .membership-category-box.category-box .tags-list-container {
  display: none;
}
#main #memberships-section .membership-category-box.category-box #membership-list-container.active,
#main #memberships-section .membership-category-box.category-box .tags-list-container.active {
  display: block;
}
#main #memberships-section .membership-category-box.category-box .edit-box {
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
#main #memberships-section .membership-category-box.category-box .edit-box .categories-choosen-list .selected-categories {
  padding-left: 25px;
}
#main #memberships-section .membership-category-box.category-box .edit-box .categories-choosen-list .selected-categories .meta-categories {
  margin-right: 0;
}
#main #memberships-section .membership-category-box.category-box .edit-box .categories-choosen-counter {
  margin-left: 0;
}
#main #memberships-section .membership-missing-container {
  margin-top: 20px;
  width: 100%;
  float: left;
  clear: both;
  display: none;
}
#main #memberships-section .membership-missing-container.active {
  display: block;
}
#main #memberships-section #autocomplete-limit-fix {
  display: none;
}
#main #memberships-section #autocomplete-limit-fix.active {
  display: block;
}
#main .autocomplete-section .panel-body {
  padding-bottom: 0;
}
#main .autocomplete-section .autocomplete-wrapper-container {
  padding: 0 15px;
}
#main .autocomplete-section #membership-autocomplete-container .suggest_location_cant_find_your_location .type_association_manually_trigger {
  text-decoration: underline;
}
#main .autocomplete-section #membership-autocomplete-container .suggest_location_cant_find_your_location .type_association_manually_trigger:hover {
  text-decoration: none;
}
#main .autocomplete-section .membership-category-box.category-box {
  width: 100%;
  float: left;
  clear: both;
}
#main .autocomplete-section .membership-category-box.category-box .section-title {
  font-size: 15px;
  font-weight: bold;
}
#main .autocomplete-section .membership-category-box.category-box #membership-list-container,
#main .autocomplete-section .membership-category-box.category-box .tags-list-container {
  display: none;
}
#main .autocomplete-section .membership-category-box.category-box #membership-list-container.active,
#main .autocomplete-section .membership-category-box.category-box .tags-list-container.active {
  display: block;
}
#main .autocomplete-section .membership-category-box.category-box .additional-options-available li {
  position: relative;
}
#main .autocomplete-section .membership-category-box.category-box .additional-options-available .selected-categories-buttons {
  bottom: auto;
  top: 15px;
}
#main .autocomplete-section .membership-category-box.category-box .additional-options-available .additional-option {
  width: 100%;
  margin: 5px 0 5px 0;
  width: calc(100% + 100px);
}
#main .autocomplete-section .membership-category-box.category-box .additional-options-available .additional-option input {
  height: 30px;
}
#main .autocomplete-section .membership-category-box.category-box .edit-box {
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
}
#main .autocomplete-section .membership-category-box.category-box .edit-box .categories-choosen-list .selected-categories {
  padding-left: 25px;
}
#main .autocomplete-section .membership-category-box.category-box .edit-box .categories-choosen-list .selected-categories .meta-categories {
  margin-right: 0;
}
#main .autocomplete-section .membership-category-box.category-box .edit-box .categories-choosen-counter {
  margin-left: 0;
}
#main .autocomplete-section .membership-missing-container {
  margin-top: 20px;
  width: 100%;
  float: left;
  clear: both;
  display: none;
}
#main .autocomplete-section .membership-missing-container.active {
  display: block;
}
#main .autocomplete-section #autocomplete-limit-fix {
  display: none;
}
#main .autocomplete-section #autocomplete-limit-fix.active {
  display: block;
}
#main .type_manually_trigger {
  text-decoration: underline;
}
#main .type_manually_trigger:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  #main #memberships-section .membership-category-box.category-box .edit-box .categories-choosen-list .selected-categories {
    padding-right: 10px;
  }
  #main #memberships-section .membership-category-box.category-box .meta-categories {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  #main .autocomplete-section .edit-box.content-cat .meta-categories {
    border-bottom: 1px solid #eee;
  }
  #main .autocomplete-section .membership-category-box.category-box .selected-categories {
    padding-right: 10px;
  }
  #main .autocomplete-section .membership-category-box.category-box .additional-options-available li {
    position: relative;
  }
  #main .autocomplete-section .membership-category-box.category-box .additional-options-available .selected-categories-buttons {
    bottom: auto;
    top: 20px;
  }
  #main .autocomplete-section .membership-category-box.category-box .additional-options-available .additional-option {
    width: 100%;
    margin: 5px 0 5px 0;
  }
  #main .autocomplete-section .membership-category-box.category-box .additional-options-available .additional-option input {
    height: 30px;
  }
}
.side-small-incomplete-bar-wrapper {
  width: 100%;
  float: left;
  clear: both;
  text-align: left;
  margin-top: 40px;
}
.side-small-incomplete-bar-wrapper .incomplete-bar {
  width: 100%;
  float: left;
  clear: both;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .pie-wrapper {
  height: 140px;
  width: 140px;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .pie-wrapper .label-container {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .pie-wrapper .label-container .label span {
  margin: 3px 0;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .pie-wrapper .label-container .label span.info {
  font-size: 12px;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .pie-wrapper .label-container .label span.number {
  font-size: 40px;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .pie-wrapper .pie {
  width: 140px;
  height: 140px;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .pie-wrapper .pie .quarter-container {
  width: 70px;
  height: 70px;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .pie-wrapper .tile {
  width: 70px;
  height: 70px;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .pie-wrapper .tile span {
  border-right: 70px solid transparent;
  border-top: 70px solid #3a589e;
  border-left: 70px solid #3a589e;
  border-bottom: 70px solid #3a589e;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .buttons {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 15px;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .buttons .btn.btn-action {
  display: block;
  float: left;
  clear: both;
  margin: 0 0 10px 0;
  padding: 0 20px;
  border: none;
  background-color: #3a589e;
  border-radius: 5px;
  height: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .buttons .btn.btn-action:hover {
  background: #4e6fbe;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .buttons .btn.btn-action.btn-upgrade {
  background: #640d59;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .buttons .btn.btn-action.btn-upgrade:hover {
  background: #802b72;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .buttons .btn.btn-action.btn-find-out-more {
  background: #d3aace;
  color: #640d59;
}
.side-small-incomplete-bar-wrapper .incomplete-bar .buttons .btn.btn-action.btn-find-out-more:hover {
  color: #640d59;
  background: #e4cce1;
}
@media (max-width: 991px) {
  .side-small-incomplete-bar-wrapper {
    padding: 0 0 0 23px;
  }
  .side-small-incomplete-bar-wrapper .incomplete-bar {
    background: #fff;
    border: solid 1px #f3f3f3;
    padding: 30px;
  }
  .side-small-incomplete-bar-wrapper .incomplete-bar .pie-wrapper {
    float: left;
  }
  .side-small-incomplete-bar-wrapper .incomplete-bar .buttons {
    float: left;
    width: auto;
    clear: none;
    margin: 50px 0 0 30px;
  }
  .side-small-incomplete-bar-wrapper .incomplete-bar .buttons .btn.btn-action {
    clear: none;
    float: left;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .side-small-incomplete-bar-wrapper {
    padding: 0 0 0 0;
  }
  .side-small-incomplete-bar-wrapper .incomplete-bar {
    background: #fff;
    border: solid 1px #f3f3f3;
    padding: 20px 10px;
  }
  .side-small-incomplete-bar-wrapper .incomplete-bar .pie-wrapper {
    float: none;
    margin: auto;
  }
  .side-small-incomplete-bar-wrapper .incomplete-bar .buttons {
    float: left;
    width: 100%;
    clear: none;
    margin: 10px 0 0 0;
    text-align: center;
  }
  .side-small-incomplete-bar-wrapper .incomplete-bar .buttons .btn.btn-action {
    clear: none;
    float: none;
    margin: 10px 10px 0 10px;
  }
}
.main-incomplete-bar-wrapper {
  width: 100%;
  float: left;
  clear: both;
  text-align: left;
  padding: 0 0 0 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.main-incomplete-bar-wrapper .incomplete-bar {
  width: 100%;
  float: left;
  clear: both;
}
.main-incomplete-bar-wrapper .circles-container {
  width: auto;
  float: left;
  clear: both;
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.main-incomplete-bar-wrapper .circles-container .circle-container {
  width: 140px;
  display: inline-block;
  height: 140px;
  overflow: hidden;
  float: left;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .listing-logo-container {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: solid 1px #ccced0;
  background: #fff no-repeat center center;
  background-size: 50px auto;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .listing-logo-container img {
  display: none;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .listing-logo-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper {
  height: 140px;
  width: 140px;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .label-container {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .label-container .label span {
  margin: 3px 0;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .label-container .label span.info {
  font-size: 12px;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .label-container .label span.number {
  font-size: 40px;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .pie {
  width: 140px;
  height: 140px;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .pie .quarter-container {
  width: 70px;
  height: 70px;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .tile {
  width: 70px;
  height: 70px;
}
.main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .tile span {
  border-right: 70px solid transparent;
  border-top: 70px solid #3a589e;
  border-left: 70px solid #3a589e;
  border-bottom: 70px solid #3a589e;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
.main-incomplete-bar-wrapper .circles-container .circle-container:first-child {
  margin-right: -10px;
}
.main-incomplete-bar-wrapper .circles-container .circle-container:last-child {
  margin-left: -10px;
  z-index: 10;
}
.main-incomplete-bar-wrapper .circles-container .circle-container:only-child {
  margin: 0;
}
.main-incomplete-bar-wrapper .info-container {
  float: left;
  width: calc(100% - 300px);
  min-height: 140px;
  padding-left: 20px;
}
.main-incomplete-bar-wrapper .info-container .info-center {
  width: 100%;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-incomplete-bar-wrapper .info-container .info-center .info {
  width: 100%;
  float: left;
  clear: both;
}
.main-incomplete-bar-wrapper .info-container .info-center .info h2 {
  margin: 10px 0;
  color: #3a589e;
  font-size: 30px;
  font-weight: bold;
}
.main-incomplete-bar-wrapper .info-container .info-center .info .buttons .btn.btn-action {
  display: block;
  float: left;
  margin: 0 15px 15px 0;
  padding: 0 20px;
  border: none;
  background-color: #3a589e;
  border-radius: 5px;
  height: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.main-incomplete-bar-wrapper .info-container .info-center .info .buttons .btn.btn-action:hover {
  background: #4e6fbe;
}
.main-incomplete-bar-wrapper .info-container .info-center .info .buttons .btn.btn-action.btn-upgrade {
  background: #640d59;
}
.main-incomplete-bar-wrapper .info-container .info-center .info .buttons .btn.btn-action.btn-upgrade:hover {
  background: #802b72;
}
.main-incomplete-bar-wrapper .info-container .info-center .info .buttons .btn.btn-action.btn-find-out-more {
  background: #d3aace;
  color: #640d59;
}
.main-incomplete-bar-wrapper .info-container .info-center .info .buttons .btn.btn-action.btn-find-out-more:hover {
  color: #640d59;
  background: #e4cce1;
}
.main-incomplete-bar-wrapper .info-container .info-center .info .buttons .btn.btn-action:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .main-incomplete-bar-wrapper {
    width: 100%;
    float: left;
    clear: both;
    text-align: left;
    padding: 0 10px 0 10px;
    margin-top: 20px;
  }
  .main-incomplete-bar-wrapper .incomplete-bar {
    width: 100%;
    float: left;
    clear: both;
  }
  .main-incomplete-bar-wrapper .circles-container {
    width: 100%;
    text-align: center;
  }
  .main-incomplete-bar-wrapper .circles-container .circle-container {
    width: 130px;
    float: none;
    height: 130px;
  }
  .main-incomplete-bar-wrapper .circles-container .circle-container .listing-logo-container {
    width: 128px;
    height: 128px;
  }
  .main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper {
    height: 130px;
    width: 130px;
  }
  .main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .label-container {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .label-container .label span {
    margin: 3px 0;
  }
  .main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .label-container .label span.info {
    font-size: 11.5px;
  }
  .main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .label-container .label span.number {
    font-size: 20px;
  }
  .main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .pie {
    width: 130px;
    height: 130px;
  }
  .main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .pie .quarter-container {
    width: 65px;
    height: 65px;
  }
  .main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .tile {
    width: 65px;
    height: 65px;
  }
  .main-incomplete-bar-wrapper .circles-container .circle-container .pie-wrapper .tile span {
    border-right: 65px solid transparent;
    border-top: 65px solid #3a589e;
    border-left: 65px solid #3a589e;
    border-bottom: 65px solid #3a589e;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
  }
  .main-incomplete-bar-wrapper .info-container {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    padding-left: 0;
    min-height: 0;
    margin-top: 10px;
  }
  .main-incomplete-bar-wrapper .info-container .info-center {
    min-height: 0;
  }
  .main-incomplete-bar-wrapper .info-container .info-center .info h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main-incomplete-bar-wrapper .info-container .info-center .info .buttons {
    width: 100%;
    text-align: center;
  }
  .main-incomplete-bar-wrapper .info-container .info-center .info .buttons .btn.btn-action {
    display: inline-block;
    float: none;
    margin: 0 7px 15px 7px;
  }
  .main-incomplete-bar-wrapper .info-container .info-center .info .buttons .btn.btn-action:last-child {
    margin-right: 7px;
  }
}
.modal-content .loading-info {
  width: 100%;
  float: left;
  clear: both;
  height: 120px;
  display: block;
  margin-bottom: -40px;
  line-height: 120px;
}
#main.additional-info-advanced-details-form-container .panel-cover .form-horizontal {
  position: relative;
  left: 15px;
}
#main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group {
  width: 100%;
  margin: 7px 0;
  padding: 17px 5px;
  background: #f2f2f2;
  float: left;
  clear: both;
}
#main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group * {
  font-size: 13px;
}
#main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group input {
  border-radius: 3px;
}
#main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group .radio-fields .checkbox {
  padding-left: 0;
  margin-left: 0;
}
#main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group .radio-fields .checkbox input {
  margin-right: 3px;
}
#main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group .bootstrap-select {
  background: none;
}
#main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group .col-sm-3 {
  width: 50%;
}
#main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group .col-sm-9 {
  width: 50%;
}
#main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group .checkbox:first-child {
  margin-top: -6px;
}
@media (max-width: 800px) {
  #main.additional-info-advanced-details-form-container .panel-cover .form-horizontal {
    position: relative;
    left: 15px;
  }
  #main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group {
    width: 100%;
    margin: 7px 0;
    padding: 13px 0;
    clear: both;
    float: left;
  }
  #main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group * {
    font-size: 13px;
  }
  #main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group .col-sm-3 {
    width: 100%;
  }
  #main.additional-info-advanced-details-form-container .panel-cover .form-horizontal .form-group .col-sm-9 {
    width: 100%;
  }
  #main.additional-info-advanced-details-form-container .edit-box-content {
    padding-bottom: 30px;
  }
}
#main.most-popular-badges-page .most-popular-reasons {
  width: 100%;
  margin-bottom: -20px;
}
#main.most-popular-badges-page .most-popular-reasons .reason-container {
  width: 100%;
  padding-left: 60px;
  position: relative;
  margin-bottom: 10px;
  padding-top: 10px;
}
#main.most-popular-badges-page .most-popular-reasons .reason-container .reason-icon {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 40px;
}
#main.most-popular-badges-page .most-popular-reasons .reason-container .reason-description h6 {
  font-size: 20px;
  margin: 0;
}
#main.most-popular-badges-page .most-popular-reasons .reason-container .reason-description p {
  margin: 0;
  font-size: 13px;
}
#main.most-popular-badges-page .most-popular-action-boxes {
  width: 100%;
  float: left;
  clear: both;
  margin: 40px 0 0 0;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box {
  width: 340px;
  min-height: 290px;
  max-width: 100%;
  background: #fff;
  border: solid 1px #dadada;
  float: left;
  margin: 0 40px 40px 0;
  border-radius: 3px;
  padding: 15px;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box h4 {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .badge-container {
  min-height: 180px;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .certificate-container-preview {
  height: 140px;
  width: 100%;
  float: left;
  clear: both;
  margin: 5px 0;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .certificate-container-preview .frame {
  border: solid 2px #1d71ad;
  width: 140px;
  margin: 20px auto 20px auto;
  height: 105px;
  position: relative;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .certificate-container-preview .frame .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .certificate-container-preview .frame .title {
  display: block;
  width: 100%;
  background: #1d71ad;
  color: #fff;
  border: solid 1px #fff;
  padding: 5px 0;
  text-align: center;
  font-size: 6px;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .certificate-container-preview .frame .frame-badge-container {
  padding: 3px 0;
  text-align: center;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .certificate-container-preview .frame .frame-badge-container img {
  width: 60px;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .certificate-container-preview .frame .tagline {
  display: block;
  font-size: 5px;
  text-align: center;
  margin-top: 0;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .certificate-container-preview .frame .awarded-to-container {
  width: 100%;
  padding: 0 10px;
  margin: 3px 0 0 0;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .certificate-container-preview .frame .awarded-to-container .awarded-to {
  border-top: solid 1px #d7d7d7;
  padding-top: 3px;
  width: 100%;
  text-align: center;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .certificate-container-preview .frame .awarded-to-container .awarded-to span {
  display: block;
  overflow: hidden;
  font-size: 5px;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .certificate-container-preview .frame .awarded-to-container .awarded-to span.listing-name {
  font-weight: bold;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .button-container {
  width: 100%;
  margin-top: -10px;
  text-align: center;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .button-container a {
  display: inline-block;
  color: #fff;
  background: #2a313a;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease-out;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .button-container a i {
  margin: 0 5px;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .button-container a:hover {
  background-color: #3d444e;
}
#main.most-popular-badges-page .most-popular-action-boxes .most-popular-action-box .button-container .cert-format {
  display: block;
  font-size: 11px;
  margin: 5px 0 0 0;
}
#main.most-popular-badges-page .read-faq {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 30px;
  margin-top: -10px;
}
#main.most-popular-badges-page .read-faq a {
  text-decoration: underline;
}
#main.most-popular-badges-page .read-faq a:hover {
  text-decoration: none;
}
.association-program-section-container {
  padding-bottom: 0;
}
.association-program-section-container .about-association-program {
  width: 700px;
  margin: auto;
  max-width: 100%;
  text-align: center;
}
.association-program-section-container .about-association-program br {
  display: block !important;
}
.association-program-section-container .about-association-program h1 {
  font-size: 40px;
  color: #001d4e;
}
.association-program-section-container .about-association-program p {
  font-size: 17px;
}
.association-program-section-container .benefits-groups-container {
  width: 1150px;
  margin: 0 auto;
  max-width: 100%;
}
.association-program-section-container .benefits-groups-container .benefits-group {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
  vertical-align: top;
}
.association-program-section-container .benefits-groups-container .benefits-group h3 {
  margin-bottom: 30px;
  margin-top: 60px;
  display: block;
  padding: 0 10px;
}
.association-program-section-container .benefits-groups-container .benefits-group .benefits-container {
  width: 380px;
  display: inline-block;
  padding: 10px;
  overflow: hidden;
  max-width: 100%;
}
.association-program-section-container .benefits-groups-container .benefits-group .benefits-container .benefit {
  width: 360px;
  min-height: 300px;
  max-width: 100%;
  background: #f8f8f8;
  border: solid 1px #d5d5d5;
  border-radius: 1px;
  text-align: center;
  overflow: hidden;
}
.association-program-section-container .benefits-groups-container .benefits-group .benefits-container .benefit .icon-container {
  height: 125px;
  font-size: 55px;
  line-height: 160%;
}
.association-program-section-container .benefits-groups-container .benefits-group .benefits-container .benefit .icon-container .icon {
  position: relative;
  top: 10px;
}
.association-program-section-container .benefits-groups-container .benefits-group .benefits-container .benefit .icon-container .icon .seedling {
  display: block;
  width: 100%;
  height: 60px;
  background: url('/core/img/introduction/seedling.svg') no-repeat center center;
  background-size: 60px auto;
}
.association-program-section-container .benefits-groups-container .benefits-group .benefits-container .benefit .icon-container .icon .user-tie {
  display: block;
  width: 100%;
  height: 60px;
  background: url('/core/img/introduction/user-tie.svg') no-repeat center center;
  background-size: 45px auto;
}
.association-program-section-container .benefits-groups-container .benefits-group .benefits-container .benefit .benefit-content {
  width: 100%;
  padding: 0 20px 20px 20px;
  line-height: 140%;
}
.association-program-section-container .benefits-groups-container .benefits-group .benefits-container .benefit .benefit-content h6 {
  font-size: 22px;
  display: block;
  line-height: 140%;
}
.association-program-section-container .benefits-groups-container .benefits-group .benefits-container .benefit .benefit-content p {
  font-size: 14px;
  color: #333333;
  line-height: 140%;
  margin-top: 20px;
}
.association-program-section-container .benefits-groups-container .benefits-group .benefits-container .benefit .benefit-content p a {
  color: #333333;
  text-decoration: underline;
}
.association-program-section-container .benefits-groups-container .benefits-group .benefits-container .benefit .benefit-content p a:hover {
  text-decoration: none;
}
.association-program-request-to-participate-container {
  padding-top: 0;
  margin-top: 0;
}
.association-program-request-to-participate-container .form-container {
  width: 470px;
  max-width: 100%;
  margin: auto;
}
.association-program-request-to-participate-container .form-container .form-title {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  margin-bottom: 15px;
}
.association-program-request-to-participate-container .form-container .form-request-to-participate-us .control-label {
  width: 100%;
  padding: 0;
  margin: 15px 0 8px 0;
}
.association-program-request-to-participate-container .form-container .form-request-to-participate-us input,
.association-program-request-to-participate-container .form-container .form-request-to-participate-us textarea {
  border-radius: 25px;
}
.association-program-request-to-participate-container .form-container .form-request-to-participate-us input {
  width: 100%;
  margin: 5px 0 0 0;
  height: 54px;
  padding: 5px 20px;
}
.association-program-request-to-participate-container .form-container .form-request-to-participate-us textarea {
  height: 130px;
  padding: 15px 20px;
}
.association-program-request-to-participate-container .form-container .form-request-to-participate-us button {
  width: 100%;
  background: #001d4e;
  color: #fff;
  border-radius: 50px;
  height: 44px;
  border: none;
  transition: background 0.3s ease-out;
  margin-top: 5px;
}
.association-program-request-to-participate-container .form-container .form-request-to-participate-us button:hover {
  background-color: #003081;
}
.association-program-request-to-participate-container .alternative {
  margin: 20px 0 0 0;
  text-align: center;
}
.association-program-request-to-participate-container .alternative p {
  color: #333333;
}
.association-program-request-to-participate-container .alternative p a {
  color: #333333;
}
.association-program-request-to-participate-container .alternative p a:hover {
  text-decoration: none;
}
.force-fit-in-one-line {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal.mobile-app-download-modal {
  padding: 10px;
  background: rgba(0,0,0,0.6);
}
.modal.mobile-app-download-modal .modal-dialog {
  width: 390px;
  max-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  margin: 90px auto;
}
.modal.mobile-app-download-modal .modal-dialog .modal-content {
  border-radius: 10px;
}
.modal.mobile-app-download-modal .modal-dialog .modal-content .close {
  color: #000;
  opacity: 1;
  font-size: 25px;
}
.modal.mobile-app-download-modal .modal-dialog .modal-content .modal-header {
  border: none;
}
.modal.mobile-app-download-modal .modal-dialog .modal-content .new-lead-title {
  font-weight: bold;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.modal.mobile-app-download-modal .modal-dialog .modal-content p {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 120%;
  width: 300px;
  max-width: 100%;
  margin: 15px auto;
}
.modal.mobile-app-download-modal .modal-dialog .modal-content .download-actions {
  width: calc(100% + 30px);
  float: left;
  clear: both;
  line-height: 0;
  font-size: 0;
  text-align: center;
  padding-top: 5px;
  margin-left: -15px;
  margin-bottom: 20px;
}
.modal.mobile-app-download-modal .modal-dialog .modal-content .download-actions .action {
  display: inline-block;
  width: 150px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 10px;
  max-width: calc(50% - 20px);
}
.modal.mobile-app-download-modal .modal-dialog .modal-content .download-actions .action.app-store-download {
  background: url('/core/img/misc/app-store-icon.svg') center center no-repeat;
  background-size: 100% auto;
}
.modal.mobile-app-download-modal .modal-dialog .modal-content .download-actions .action.google-play-download {
  background: url('/core/img/misc/google-play-icon.svg') center center no-repeat;
  background-size: 100% auto;
}
.modal.mobile-app-download-modal .modal-dialog .modal-content .dont-ask-again {
  text-align: center;
}
.modal.mobile-app-download-modal .modal-dialog .modal-content .dont-ask-again a {
  text-decoration: underline;
  color: #000;
  font-size: 15px;
}
.top-mobile-app-download-links-banner {
  background: #eaebed;
  height: 60px;
  float: right;
  padding-right: 20px;
}
.top-mobile-app-download-links-banner .caption-text {
  float: right;
  line-height: 120%;
  display: flex;
  align-items: center;
  height: 60px;
  text-align: right;
}
.top-mobile-app-download-links-banner .caption-text > div {
  width: 100%;
  text-align: right;
}
.top-mobile-app-download-links-banner .actions {
  width: 234px;
  float: right;
  display: flex;
  align-items: center;
  height: 60px;
}
.top-mobile-app-download-links-banner .actions a {
  margin-left: 10px;
  float: left;
}
.top-mobile-app-download-links-banner .actions a img {
  width: 107px;
}
@media (max-width: 1650px) {
  .top-mobile-app-download-links-banner .caption-text {
    width: 200px;
  }
  .top-mobile-app-download-links-banner .actions {
    width: 234px;
    float: right;
    display: flex;
    align-items: center;
    height: 60px;
  }
  .top-mobile-app-download-links-banner .actions a {
    margin-left: 10px;
    float: left;
  }
  .top-mobile-app-download-links-banner .actions a img {
    width: 107px;
  }
}
@media (max-width: 1550px) {
  .top-mobile-app-download-links-banner .caption-text {
    display: none;
  }
}
@media (max-width: 1350px) {
  .top-mobile-app-download-links-banner .actions {
    width: 194px;
    margin-top: 2px;
  }
  .top-mobile-app-download-links-banner .actions a {
    margin-left: 10px;
    float: left;
  }
  .top-mobile-app-download-links-banner .actions a img {
    width: 87px;
  }
}
@media (max-width: 1300px) {
  .top-mobile-app-download-links-banner {
    display: none;
  }
}
@media (max-width: 1150px) {
  .top-mobile-app-download-links-banner {
    display: block;
  }
}
@media (max-width: 950px) {
  .top-mobile-app-download-links-banner {
    display: none;
  }
}
body > #disable-debugger + img {
  display: none;
}
body > #disable-debugger + img + img {
  display: none;
}
.panel-body-serp-settings {
  padding: 15px 20px;
}

.jcarousel-wrapper {
  margin: 30px auto;
  position: relative;
  -webkit-box-shadow: 0 0 2px #999;
  -moz-box-shadow: 0 0 2px #999;
  box-shadow: 0 0 2px #999;
}
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-right: 1px solid #fff;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: none;
}
.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
  max-height: 198px;
}
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 30px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  text-decoration: none !important;
  outline: none !important;
  padding-top: 7px;
}
.jcarousel-control-prev {
  left: 1px;
}
.jcarousel-control-next {
  right: 1px;
}
.default-slider-title {
  font-size: 15px;
}
.default-slider-additional-action {
  width: 100%;
  float: left;
  clear: both;
  margin: -5px 0 0 0;
}
.default-slider-additional-action a {
  border: solid 1px #dddddd;
  float: right;
  font-size: 15px;
  text-align: center;
  height: 33px;
  padding: 0 28px;
  line-height: 31px;
  text-decoration: none;
  background: #f5f5f5;
  margin-bottom: 10px;
  color: #1b1811;
  border-radius: 20px;
  transition: background 0.3s ease-out;
}
.default-slider-additional-action a:hover {
  background: rgba(0,0,0,0.1);
}
.default-slider-container,
.extended-slider-container {
  min-height: 200px;
  position: relative;
  z-index: 1;
}
.default-slider-container.default-slider-container,
.extended-slider-container.default-slider-container {
  width: 100%;
  border: solid 3px #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.default-slider-container.extended-slider-container,
.extended-slider-container.extended-slider-container {
  width: 100%;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #d1d1d1;
  margin-bottom: 20px;
}
.default-slider-container.extended-slider-container:before,
.extended-slider-container.extended-slider-container:before {
  background: #f5f5f5;
}
.default-slider-container:before,
.extended-slider-container:before {
  width: 3px;
  height: 100%;
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 100;
}
.default-slider-container .slider-overlap,
.default-slider-container .extended-slider-overlap,
.extended-slider-container .slider-overlap,
.extended-slider-container .extended-slider-overlap {
  width: 100%;
  padding: 0 20px;
}
.default-slider-container .slider-overlap .default-slider,
.default-slider-container .slider-overlap .extended-slider,
.default-slider-container .extended-slider-overlap .default-slider,
.default-slider-container .extended-slider-overlap .extended-slider,
.extended-slider-container .slider-overlap .default-slider,
.extended-slider-container .slider-overlap .extended-slider,
.extended-slider-container .extended-slider-overlap .default-slider,
.extended-slider-container .extended-slider-overlap .extended-slider {
  width: 100%;
  outline: none;
  display: none;
}
.default-slider-container .slider-overlap .default-slider.slick-initialized,
.default-slider-container .slider-overlap .extended-slider.slick-initialized,
.default-slider-container .extended-slider-overlap .default-slider.slick-initialized,
.default-slider-container .extended-slider-overlap .extended-slider.slick-initialized,
.extended-slider-container .slider-overlap .default-slider.slick-initialized,
.extended-slider-container .slider-overlap .extended-slider.slick-initialized,
.extended-slider-container .extended-slider-overlap .default-slider.slick-initialized,
.extended-slider-container .extended-slider-overlap .extended-slider.slick-initialized {
  display: block;
}
.default-slider-container .slider-overlap .default-slider *,
.default-slider-container .slider-overlap .extended-slider *,
.default-slider-container .extended-slider-overlap .default-slider *,
.default-slider-container .extended-slider-overlap .extended-slider *,
.extended-slider-container .slider-overlap .default-slider *,
.extended-slider-container .slider-overlap .extended-slider *,
.extended-slider-container .extended-slider-overlap .default-slider *,
.extended-slider-container .extended-slider-overlap .extended-slider * {
  outline: none;
}
.default-slider-container .slider-overlap .default-slider .slick-arrow,
.default-slider-container .slider-overlap .extended-slider .slick-arrow,
.default-slider-container .extended-slider-overlap .default-slider .slick-arrow,
.default-slider-container .extended-slider-overlap .extended-slider .slick-arrow,
.extended-slider-container .slider-overlap .default-slider .slick-arrow,
.extended-slider-container .slider-overlap .extended-slider .slick-arrow,
.extended-slider-container .extended-slider-overlap .default-slider .slick-arrow,
.extended-slider-container .extended-slider-overlap .extended-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border: none;
  padding: 0;
  background: no-repeat center center;
  z-index: 100;
  text-indent: -9999px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.default-slider-container .slider-overlap .default-slider .slick-arrow.slick-prev,
.default-slider-container .slider-overlap .extended-slider .slick-arrow.slick-prev,
.default-slider-container .extended-slider-overlap .default-slider .slick-arrow.slick-prev,
.default-slider-container .extended-slider-overlap .extended-slider .slick-arrow.slick-prev,
.extended-slider-container .slider-overlap .default-slider .slick-arrow.slick-prev,
.extended-slider-container .slider-overlap .extended-slider .slick-arrow.slick-prev,
.extended-slider-container .extended-slider-overlap .default-slider .slick-arrow.slick-prev,
.extended-slider-container .extended-slider-overlap .extended-slider .slick-arrow.slick-prev {
  left: -15px;
  background-image: url("/core/img/misc/prev-arrow.svg");
}
.default-slider-container .slider-overlap .default-slider .slick-arrow.slick-next,
.default-slider-container .slider-overlap .extended-slider .slick-arrow.slick-next,
.default-slider-container .extended-slider-overlap .default-slider .slick-arrow.slick-next,
.default-slider-container .extended-slider-overlap .extended-slider .slick-arrow.slick-next,
.extended-slider-container .slider-overlap .default-slider .slick-arrow.slick-next,
.extended-slider-container .slider-overlap .extended-slider .slick-arrow.slick-next,
.extended-slider-container .extended-slider-overlap .default-slider .slick-arrow.slick-next,
.extended-slider-container .extended-slider-overlap .extended-slider .slick-arrow.slick-next {
  right: -15px;
  background-image: url("/core/img/misc/next-arrow.svg");
}
.default-slider-container .slider-overlap .default-slider .slick-arrow.slick-disabled,
.default-slider-container .slider-overlap .extended-slider .slick-arrow.slick-disabled,
.default-slider-container .extended-slider-overlap .default-slider .slick-arrow.slick-disabled,
.default-slider-container .extended-slider-overlap .extended-slider .slick-arrow.slick-disabled,
.extended-slider-container .slider-overlap .default-slider .slick-arrow.slick-disabled,
.extended-slider-container .slider-overlap .extended-slider .slick-arrow.slick-disabled,
.extended-slider-container .extended-slider-overlap .default-slider .slick-arrow.slick-disabled,
.extended-slider-container .extended-slider-overlap .extended-slider .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.1;
}
.default-slider-container .slider-overlap .default-slider .slick-arrow:hover,
.default-slider-container .slider-overlap .extended-slider .slick-arrow:hover,
.default-slider-container .extended-slider-overlap .default-slider .slick-arrow:hover,
.default-slider-container .extended-slider-overlap .extended-slider .slick-arrow:hover,
.extended-slider-container .slider-overlap .default-slider .slick-arrow:hover,
.extended-slider-container .slider-overlap .extended-slider .slick-arrow:hover,
.extended-slider-container .extended-slider-overlap .default-slider .slick-arrow:hover,
.extended-slider-container .extended-slider-overlap .extended-slider .slick-arrow:hover {
  transform: scale(1.1);
}
.default-slider-container .slider-overlap .default-slider .slick-slide:last-child .slide .slide-content:before,
.default-slider-container .slider-overlap .extended-slider .slick-slide:last-child .slide .slide-content:before,
.default-slider-container .extended-slider-overlap .default-slider .slick-slide:last-child .slide .slide-content:before,
.default-slider-container .extended-slider-overlap .extended-slider .slick-slide:last-child .slide .slide-content:before,
.extended-slider-container .slider-overlap .default-slider .slick-slide:last-child .slide .slide-content:before,
.extended-slider-container .slider-overlap .extended-slider .slick-slide:last-child .slide .slide-content:before,
.extended-slider-container .extended-slider-overlap .default-slider .slick-slide:last-child .slide .slide-content:before,
.extended-slider-container .extended-slider-overlap .extended-slider .slick-slide:last-child .slide .slide-content:before {
  display: none;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  position: relative;
  padding: 20px 20px 0 20px;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content:before,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content:before,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content:before,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content:before,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content:before,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content:before,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content:before,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(0,0,0,0.1);
  position: absolute;
  top: 80px;
  left: 100%;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .cover,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .cover,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .cover,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .cover,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .cover,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .cover,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .cover,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .featured-info-container,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .featured-info-container,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .featured-info-container,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .featured-info-container,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .featured-info-container,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .featured-info-container,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .featured-info-container,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .featured-info-container {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .featured-info-container .featured-info,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .featured-info-container .featured-info,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .featured-info-container .featured-info,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .featured-info-container .featured-info,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .featured-info-container .featured-info,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .featured-info-container .featured-info,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .featured-info-container .featured-info,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .featured-info-container .featured-info {
  display: block;
  width: 200px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #68156f;
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 15px;
  left: -74px;
  transform: rotate(-45deg);
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 10px;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  background: #f2f2f2 url("/core/img/no-image.svg") no-repeat center center;
  box-shadow: 0 0 8px rgba(0,0,0,0.32);
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container img,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container img,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container img,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container img,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container img,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container img,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container img,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container img {
  display: none;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container .bg,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container .bg,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container .bg,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container .bg,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container .bg,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container .bg,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container .image-container .bg,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container .image-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container.compact,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container.compact,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container.compact,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container.compact,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container.compact,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container.compact,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container.compact,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container.compact {
  margin-top: 2px;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container.compact .image-container,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container.compact .image-container,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container.compact .image-container,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container.compact .image-container,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .slide-image-container.compact .image-container,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-image-container.compact .image-container,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-image-container.compact .image-container,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-image-container.compact .image-container {
  width: 75px;
  height: 75px;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .main-slide-info,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .main-slide-info,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .main-slide-info,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .main-slide-info,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .main-slide-info,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .main-slide-info,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .main-slide-info,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .main-slide-info {
  width: 100%;
  float: left;
  clear: both;
  margin: 5px 0 10px 0;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .main-slide-info span,
.default-slider-container .slider-overlap .default-slider .slide .slide-content .main-slide-info strong,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .main-slide-info span,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .main-slide-info strong,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .main-slide-info span,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .main-slide-info strong,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .main-slide-info span,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .main-slide-info strong,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .main-slide-info span,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .main-slide-info strong,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .main-slide-info span,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .main-slide-info strong,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .main-slide-info span,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .main-slide-info strong,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .main-slide-info span,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .main-slide-info strong {
  display: block;
  width: 100%;
  hyphens: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .main-slide-info strong,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .main-slide-info strong,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .main-slide-info strong,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .main-slide-info strong,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .main-slide-info strong,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .main-slide-info strong,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .main-slide-info strong,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .main-slide-info strong {
  font-size: 15px;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .main-slide-info span,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .main-slide-info span,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .main-slide-info span,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .main-slide-info span,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .main-slide-info span,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .main-slide-info span,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .main-slide-info span,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .main-slide-info span {
  font-size: 13px;
  font-style: italic;
  margin-top: -2px;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .slide-type-label,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-type-label,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-type-label,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-type-label,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .slide-type-label,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-type-label,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-type-label,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-type-label {
  display: inline-block;
  box-shadow: 0 0 4px rgba(0,0,0,0.25);
  border-radius: 10px;
  height: 20px;
  padding: 0 20px;
  line-height: 20px;
  color: #fff;
  background: #124da5;
  font-size: 12px;
  margin-bottom: 5px;
  max-width: 100%;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .slide-slide-info,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-slide-info,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-slide-info,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-slide-info,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .slide-slide-info,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-slide-info,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-slide-info,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-slide-info {
  width: 100%;
  float: left;
  clear: both;
  margin: 7px 0;
  line-height: 130%;
  font-size: 13px;
  margin-bottom: 0;
}
.default-slider-container .slider-overlap .default-slider .slide .slide-content .slide-slide-info span,
.default-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-slide-info span,
.default-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-slide-info span,
.default-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-slide-info span,
.extended-slider-container .slider-overlap .default-slider .slide .slide-content .slide-slide-info span,
.extended-slider-container .slider-overlap .extended-slider .slide .slide-content .slide-slide-info span,
.extended-slider-container .extended-slider-overlap .default-slider .slide .slide-content .slide-slide-info span,
.extended-slider-container .extended-slider-overlap .extended-slider .slide .slide-content .slide-slide-info span {
  display: block;
  text-align: center;
}
.jcarousel {
  height: 212px;
}
.jcarousel .featured-slide {
  position: relative;
}
.jcarousel .label {
  position: absolute;
  left: 0px;
  top: 0px;
}
.slider-carusel .rounded-circle {
  border-radius: 50%;
}
.slider-carusel .slider-head {
  background: none !important;
  color: #333 !important;
  font-size: 14px;
}
.slider-carusel .related-slide {
  position: relative;
}
.slider-carusel .related-button li a.btn {
  padding: 3px 7px 3px 7px !important;
}
.slider-carusel .jcarousel-control-prev {
  left: -40px;
  width: 30px;
  height: 30px;
  border: none;
  padding: 0;
  background: no-repeat center center;
  z-index: 100;
  text-indent: -9999px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  background-image: url("/core/img/misc/prev-arrow.svg");
}
.slider-carusel .jcarousel-control-prev span {
  display: none;
}
.slider-carusel .jcarousel-control-prev:hover {
  transform: scale(1.1);
}
.slider-carusel .jcarousel-control-next {
  right: -40px;
  width: 30px;
  height: 30px;
  border: none;
  padding: 0;
  background: no-repeat center center;
  z-index: 100;
  text-indent: -9999px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  background-image: url("/core/img/misc/next-arrow.svg");
}
.slider-carusel .jcarousel-control-next span {
  display: none;
}
.slider-carusel .jcarousel-control-next:hover {
  transform: scale(1.1);
}
.slider-loader {
  height: 212px;
  position: relative;
  z-index: 15;
}
.slider-loader .glyphicon {
  font-size: 20px;
  font-weight: bold;
  margin: 101px auto;
}
.slider-carusel .jcarousel-control-prev.inactive,
.slider-carusel .jcarousel-control-next.inactive {
  display: none;
}
.slider-carusel li.highlight {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#listing .container .left-column .slider-section-wrapper {
  border-bottom: solid 5px #e8e8e8;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  clear: both;
}
#listing .container .left-column .slider-section-wrapper .jcarousel {
  position: relative;
}
#listing .container .left-column .slider-section-wrapper .jcarousel:before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 10;
}
#listing .container .left-column .slider-section-wrapper .jcarousel .listing-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newrelatedsliderscontainer .slider-loader,
body .slider-loader {
  background: #f5f5f5 !important;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides,
#newrelatedsliderscontainer .left-column  .slider-container,
body .new-listing-slider-mods.top-slides,
body .left-column  .slider-container {
  width: 100%;
  float: left;
  clear: both;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides.top-slides,
#newrelatedsliderscontainer .left-column  .slider-container.top-slides,
body .new-listing-slider-mods.top-slides.top-slides,
body .left-column  .slider-container.top-slides {
  background: #f5f5f5;
  position: relative;
  margin-bottom: 20px;
  padding: 0 50px;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides.top-slides:before,
#newrelatedsliderscontainer .left-column  .slider-container.top-slides:before,
body .new-listing-slider-mods.top-slides.top-slides:before,
body .left-column  .slider-container.top-slides:before {
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 50px;
  height: 100%;
  width: 1px;
  content: '';
  display: block;
  z-index: 10;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides.top-slides .slider-header,
#newrelatedsliderscontainer .left-column  .slider-container.top-slides .slider-header,
body .new-listing-slider-mods.top-slides.top-slides .slider-header,
body .left-column  .slider-container.top-slides .slider-header {
  display: none;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides.compacted-to-the-container,
#newrelatedsliderscontainer .left-column  .slider-container.compacted-to-the-container,
body .new-listing-slider-mods.top-slides.compacted-to-the-container,
body .left-column  .slider-container.compacted-to-the-container {
  max-width: 1370px;
  margin: auto;
  width: 100%;
  float: none;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides.compacted-to-the-container:after,
#newrelatedsliderscontainer .left-column  .slider-container.compacted-to-the-container:after,
body .new-listing-slider-mods.top-slides.compacted-to-the-container:after,
body .left-column  .slider-container.compacted-to-the-container:after {
  background: #f5f5f5;
  position: absolute;
  top: 0;
  right: 53px;
  height: 100%;
  width: 1px;
  content: '';
  display: block;
  z-index: 10;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides.compacted-to-packages-container,
#newrelatedsliderscontainer .left-column  .slider-container.compacted-to-packages-container,
body .new-listing-slider-mods.top-slides.compacted-to-packages-container,
body .left-column  .slider-container.compacted-to-packages-container {
  max-width: 1090px;
  margin: auto;
  width: 100%;
  float: none;
  z-index: 1;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides.compacted-to-packages-container .slider-carusel .jcarousel-control-prev,
#newrelatedsliderscontainer .left-column  .slider-container.compacted-to-packages-container .slider-carusel .jcarousel-control-prev,
body .new-listing-slider-mods.top-slides.compacted-to-packages-container .slider-carusel .jcarousel-control-prev,
body .left-column  .slider-container.compacted-to-packages-container .slider-carusel .jcarousel-control-prev {
  left: -50px;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides.compacted-to-packages-container .slider-carusel .jcarousel-control-next,
#newrelatedsliderscontainer .left-column  .slider-container.compacted-to-packages-container .slider-carusel .jcarousel-control-next,
body .new-listing-slider-mods.top-slides.compacted-to-packages-container .slider-carusel .jcarousel-control-next,
body .left-column  .slider-container.compacted-to-packages-container .slider-carusel .jcarousel-control-next {
  right: -50px;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides.compacted-to-introduction-container,
#newrelatedsliderscontainer .left-column  .slider-container.compacted-to-introduction-container,
body .new-listing-slider-mods.top-slides.compacted-to-introduction-container,
body .left-column  .slider-container.compacted-to-introduction-container {
  max-width: 1190px;
  margin: auto;
  width: 100%;
  float: none;
  z-index: 1;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides.compacted-to-introduction-container .slider-carusel .jcarousel-control-prev,
#newrelatedsliderscontainer .left-column  .slider-container.compacted-to-introduction-container .slider-carusel .jcarousel-control-prev,
body .new-listing-slider-mods.top-slides.compacted-to-introduction-container .slider-carusel .jcarousel-control-prev,
body .left-column  .slider-container.compacted-to-introduction-container .slider-carusel .jcarousel-control-prev {
  left: -44px;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel-wrapper.slider-carusel,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel-wrapper.slider-carusel,
body .new-listing-slider-mods.top-slides .jcarousel-wrapper.slider-carusel,
body .left-column  .slider-container .jcarousel-wrapper.slider-carusel {
  border: none;
  margin: 0;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .slider-body,
#newrelatedsliderscontainer .left-column  .slider-container .slider-body,
body .new-listing-slider-mods.top-slides .slider-body,
body .left-column  .slider-container .slider-body {
  min-height: 0 !important;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel,
body .new-listing-slider-mods.top-slides .jcarousel,
body .left-column  .slider-container .jcarousel {
  background: #f5f5f5;
  border: none;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li,
body .new-listing-slider-mods.top-slides .jcarousel ul li,
body .left-column  .slider-container .jcarousel ul li {
  position: relative;
  text-align: center;
  padding: 0;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li:before,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li:before,
body .new-listing-slider-mods.top-slides .jcarousel ul li:before,
body .left-column  .slider-container .jcarousel ul li:before {
  width: 1px;
  height: 115px;
  position: absolute;
  top: 75px;
  left: 0;
  display: block;
  background: #e6e6e6;
  content: ' ';
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li > div,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li > div,
body .new-listing-slider-mods.top-slides .jcarousel ul li > div,
body .left-column  .slider-container .jcarousel ul li > div {
  width: 100%;
  float: left;
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 20px 10px 0 10px;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li > div .label,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li > div .label,
body .new-listing-slider-mods.top-slides .jcarousel ul li > div .label,
body .left-column  .slider-container .jcarousel ul li > div .label {
  display: block;
  width: 200px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  background: #68156f;
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 15px;
  left: -74px;
  transform: rotate(-45deg);
  font-weight: normal;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .slide-content-container .cover,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .slide-content-container .cover,
body .new-listing-slider-mods.top-slides .jcarousel ul li .slide-content-container .cover,
body .left-column  .slider-container .jcarousel ul li .slide-content-container .cover {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li a,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li a,
body .new-listing-slider-mods.top-slides .jcarousel ul li a,
body .left-column  .slider-container .jcarousel ul li a {
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  transition: opacity 0.3s ease-out;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .slide-image-container,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .slide-image-container,
body .new-listing-slider-mods.top-slides .jcarousel ul li .slide-image-container,
body .left-column  .slider-container .jcarousel ul li .slide-image-container {
  width: 100%;
  float: left;
  clear: both;
  margin-top: -10px;
  margin-bottom: 0;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .slide-image-container .image-container,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .slide-image-container .image-container,
body .new-listing-slider-mods.top-slides .jcarousel ul li .slide-image-container .image-container,
body .left-column  .slider-container .jcarousel ul li .slide-image-container .image-container {
  width: 70px;
  height: 70px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  background: #f2f2f2 url("/core/img/no-image.svg") no-repeat center center;
  box-shadow: 0 0 8px rgba(0,0,0,0.32);
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .slide-image-container .image-container img,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .slide-image-container .image-container img,
body .new-listing-slider-mods.top-slides .jcarousel ul li .slide-image-container .image-container img,
body .left-column  .slider-container .jcarousel ul li .slide-image-container .image-container img {
  display: none;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .slide-image-container .image-container .bg,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .slide-image-container .image-container .bg,
body .new-listing-slider-mods.top-slides .jcarousel ul li .slide-image-container .image-container .bg,
body .left-column  .slider-container .jcarousel ul li .slide-image-container .image-container .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #fff;
  background-url: url("/core/img/no-image.svg");
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .listing-title,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .listing-title,
body .new-listing-slider-mods.top-slides .jcarousel ul li .listing-title,
body .left-column  .slider-container .jcarousel ul li .listing-title {
  font-size: 15px;
  color: #2a313a;
  margin-top: 5px;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  width: 100%;
  float: left;
  clear: both;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .listing-description,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .listing-description,
body .new-listing-slider-mods.top-slides .jcarousel ul li .listing-description,
body .left-column  .slider-container .jcarousel ul li .listing-description {
  font-style: italic;
  color: #2a313a;
  font-size: 13px;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .listing-title-and-description,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .listing-title-and-description,
body .new-listing-slider-mods.top-slides .jcarousel ul li .listing-title-and-description,
body .left-column  .slider-container .jcarousel ul li .listing-title-and-description {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  min-height: 53px;
  margin-bottom: 0;
  text-align: center;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .listing-title-and-description span,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .listing-title-and-description span,
body .new-listing-slider-mods.top-slides .jcarousel ul li .listing-title-and-description span,
body .left-column  .slider-container .jcarousel ul li .listing-title-and-description span {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .listing-title-and-description .max-one-line,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .listing-title-and-description .max-one-line,
body .new-listing-slider-mods.top-slides .jcarousel ul li .listing-title-and-description .max-one-line,
body .left-column  .slider-container .jcarousel ul li .listing-title-and-description .max-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .listing-title-and-description .listing-title,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .listing-title-and-description .listing-title,
body .new-listing-slider-mods.top-slides .jcarousel ul li .listing-title-and-description .listing-title,
body .left-column  .slider-container .jcarousel ul li .listing-title-and-description .listing-title {
  max-height: 46px;
  overflow: hidden;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .slider-body,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .slider-body,
body .new-listing-slider-mods.top-slides .jcarousel ul li .slider-body,
body .left-column  .slider-container .jcarousel ul li .slider-body {
  text-align: center;
  padding: 10px 10px 12px 10px;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .slider-body .entypo,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .slider-body .entypo,
body .new-listing-slider-mods.top-slides .jcarousel ul li .slider-body .entypo,
body .left-column  .slider-container .jcarousel ul li .slider-body .entypo {
  display: none;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .slider-body .glyphicon,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .slider-body .glyphicon,
body .new-listing-slider-mods.top-slides .jcarousel ul li .slider-body .glyphicon,
body .left-column  .slider-container .jcarousel ul li .slider-body .glyphicon {
  display: none;
}
#newrelatedsliderscontainer .new-listing-slider-mods.top-slides .jcarousel ul li .slider-body .slide-type-label,
#newrelatedsliderscontainer .left-column  .slider-container .jcarousel ul li .slider-body .slide-type-label,
body .new-listing-slider-mods.top-slides .jcarousel ul li .slider-body .slide-type-label,
body .left-column  .slider-container .jcarousel ul li .slider-body .slide-type-label {
  display: inline-block;
  box-shadow: 0 0 4px rgba(0,0,0,0.25);
  border-radius: 10px;
  height: 20px;
  padding: 0 20px;
  line-height: 20px;
  color: #fff;
  background: #124da5;
  width: auto;
  float: none;
  font-size: 12px;
  margin-bottom: 6px;
  max-width: 100%;
}
.left-column  .slider-container {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.left-column  .slider-container .slider-header {
  font-size: 15px;
}
.left-column  .slider-container .jcarousel {
  background: #fff !important;
  border: solid 3px #f5f5f5 !important;
  overflow: hidden;
  border-radius: 10px;
  margin: 20px 0 20px 0 !important;
}
@media (max-width: 1024px) {
  #newrelatedsliderscontainer .new-listing-slider-mods.top-slides,
  #newrelatedsliderscontainer .left-column  .slider-container,
  body .new-listing-slider-mods.top-slides,
  body .left-column  .slider-container {
    width: 100%;
    float: left;
    clear: both;
  }
  #newrelatedsliderscontainer .new-listing-slider-mods.top-slides.top-slides,
  #newrelatedsliderscontainer .left-column  .slider-container.top-slides,
  body .new-listing-slider-mods.top-slides.top-slides,
  body .left-column  .slider-container.top-slides {
    background: #f5f5f5;
    position: relative;
    margin-bottom: 20px;
    padding: 0 40px;
  }
  #newrelatedsliderscontainer .new-listing-slider-mods.top-slides.top-slides:before,
  #newrelatedsliderscontainer .left-column  .slider-container.top-slides:before,
  body .new-listing-slider-mods.top-slides.top-slides:before,
  body .left-column  .slider-container.top-slides:before {
    left: 40px;
  }
  #newrelatedsliderscontainer .new-listing-slider-mods.top-slides.top-slides .slider-carusel .jcarousel-control-prev,
  #newrelatedsliderscontainer .left-column  .slider-container.top-slides .slider-carusel .jcarousel-control-prev,
  body .new-listing-slider-mods.top-slides.top-slides .slider-carusel .jcarousel-control-prev,
  body .left-column  .slider-container.top-slides .slider-carusel .jcarousel-control-prev {
    left: -37px;
    display: block;
  }
  #newrelatedsliderscontainer .new-listing-slider-mods.top-slides.top-slides .slider-carusel .jcarousel-control-next,
  #newrelatedsliderscontainer .left-column  .slider-container.top-slides .slider-carusel .jcarousel-control-next,
  body .new-listing-slider-mods.top-slides.top-slides .slider-carusel .jcarousel-control-next,
  body .left-column  .slider-container.top-slides .slider-carusel .jcarousel-control-next {
    right: -35px;
    display: block;
  }
  #newrelatedsliderscontainer .new-listing-slider-mods.top-slides.top-slides .slider-header,
  #newrelatedsliderscontainer .left-column  .slider-container.top-slides .slider-header,
  body .new-listing-slider-mods.top-slides.top-slides .slider-header,
  body .left-column  .slider-container.top-slides .slider-header {
    display: none;
  }
}
@media (max-width: 480px) {
  #related-listing {
    margin-top: 0;
  }
}
.slider-carusel ul {
  text-align: center;
}
.slider-carusel ul.center-mode {
  position: static;
  left: 0;
}
.slider-carusel ul.center-mode li:first-child:before {
  display: none;
  opacity: 0;
}
.slider-carusel ul li {
  width: 220px;
  float: none;
  display: inline-block;
  height: 212px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.sections-order-fix-container {
  width: 100%;
  float: left;
  clear: both;
}
.sections-order-fix-container .sections-order-fix {
  width: 100%;
  float: left;
  clear: both;
}
.sections-order-fix-container .sections-order-fix:nth-of-type(even) .introduction-section-container {
  background: #f4f4f4;
}
.sections-order-fix-container .sections-order-fix:nth-of-type(odd) .introduction-section-container {
  background: #fff;
}
.sections-order-fix-container .sections-order-fix:nth-of-type(odd) .introduction-section-container .new-listing-slider-mods.top-slides.top-slides {
  background: #fff;
}
.sections-order-fix-container .sections-order-fix:nth-of-type(odd) .introduction-section-container .slider-container .jcarousel {
  background: #fff;
}
.sections-order-fix-container .sections-order-fix:nth-of-type(odd) .introduction-section-container .new-listing-slider-mods.top-slides:before {
  background: #fff;
}
.sections-order-fix-container .sections-order-fix:nth-of-type(odd) .introduction-section-container .slider-loader {
  background: #fff !important;
}
.sections-order-fix-container .footer-fix {
  margin-top: 3px;
  width: 100%;
  float: left;
  clear: both;
}
.force-odd-section .introduction-section-container {
  background: #f4f4f4;
}
.force-even-section .introduction-section-container.odd-section {
  background: #fff;
}
.introduction-section-container {
  width: 100%;
  float: left;
  clear: both;
  overflow: hidden;
  background: #fff;
}
.introduction-section-container #claim-anchor-offset-fix {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  top: -60px;
}
.introduction-section-container.odd-section {
  background: #f4f4f4;
}
.introduction-section-container.odd-section + .register-claim-footer {
  margin-top: 3px;
  width: 100%;
  float: left;
  clear: both;
}
.introduction-section-container .introduction-section {
  width: 100%;
  float: left;
  clear: both;
  padding: 40px 0 40px 0;
}
.introduction-section-container .introduction-section br {
  display: none;
}
.introduction-section-container .introduction-section .tdc-highlight {
  color: #2d98d5;
}
.introduction-section-container .introduction-section .section-title,
.introduction-section-container .introduction-section .title {
  font-size: 30px;
  color: #001d4e;
  display: block;
  text-align: center;
  margin: 15px 0;
}
.introduction-section-container .introduction-section .default-text {
  text-align: center;
  margin: 15px auto;
  width: 600px;
  max-width: 100%;
}
.introduction-section-container .introduction-section .default-text p {
  font-size: 16px;
}
.introduction-section-container .introduction-section .default-icons-list {
  width: 100%;
  float: left;
  clear: both;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: top;
  margin-bottom: 40px;
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container {
  width: 33%;
  height: 110px;
  margin-bottom: 30px;
  padding: 10px;
  display: inline-block;
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item {
  width: 100%;
  float: left;
  clear: both;
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon {
  width: 100%;
  height: 65px;
  font-size: 40px;
  line-height: 65px;
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon img {
  max-height: 50px;
  height: auto;
  width: auto;
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon .custom {
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center center;
  margin: auto;
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon .custom.more-profit-icon {
  background-image: url('/core/img/introduction/more-profit-icon.png');
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon .custom.trusted {
  background-image: url('/core/img/introduction/trusted.svg');
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon .custom.bussines {
  background-image: url('/core/img/introduction/bussines.svg');
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon .custom.phone {
  background-image: url('/core/img/introduction/phone.svg');
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon .custom.browser {
  background-image: url('/core/img/introduction/browser.png');
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon .custom.seedling {
  background-image: url('/core/img/introduction/seedling.svg');
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon .custom.user-tie {
  background-image: url('/core/img/introduction/user-tie.svg');
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon .custom.cost-effective-icon {
  background-image: url('/core/img/introduction/cost-effective-icon.png');
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon .custom.money-bill-alt-solid {
  background-image: url('/core/img/introduction/money-bill-alt-solid.svg');
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-icon .custom.hand-point-down-regular {
  background-image: url('/core/img/introduction/hand-point-down-regular.svg');
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-description {
  font-size: 22px;
  line-height: 120%;
  text-transform: uppercase;
}
.introduction-section-container .introduction-section .default-icons-list .icon-item-container .icon-item .icon-description small {
  text-transform: none;
  font-size: 14px;
  display: block;
  width: 100%;
}
.introduction-section-container .introduction-section .default-icons-list.small-icon-list {
  margin-top: -40px;
  margin-bottom: 20px;
}
.introduction-section-container .introduction-section .default-icons-list.small-icon-list .icon-item-container {
  width: 20%;
  height: 70px;
}
.introduction-section-container .introduction-section .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-icon {
  width: 100%;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
}
.introduction-section-container .introduction-section .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-icon .custom {
  background-size: 35px auto;
}
.introduction-section-container .introduction-section .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-description {
  font-size: 17px;
}
.introduction-section-container .introduction-section .default-icons-list.small-icon-list .icon-item-container .icon-item .icon-description small {
  font-size: 13px;
}
.introduction-section-container .introduction-section .intro {
  font-size: 20px;
  text-align: center;
  display: block;
  width: 100%;
  float: left;
  clear: both;
  margin: 20px 0;
}
.introduction-section-container .introduction-section .intro.small-version {
  font-size: 17px;
  margin-bottom: -15px;
}
.introduction-section-container .introduction-section .section-title + .default-buttons-container {
  padding-top: 20px;
}
.introduction-section-container .introduction-section .default-buttons-container {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
}
.introduction-section-container .introduction-section .default-buttons-container .btn {
  display: inline-block;
  margin: 0 12.5px 25px 12.5px;
  padding: 0 35px;
  background: #3d3d3d;
  border-radius: 30px;
  height: 44px;
  color: #fff;
  line-height: 42px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.introduction-section-container .introduction-section .default-buttons-container .btn:hover {
  background: #5e5e5e;
}
@media (max-width: 1024px) {
  .introduction-section-container .introduction-section .default-icons-list.small-icon-list {
    margin-top: -15px;
  }
  .introduction-section-container .introduction-section .default-icons-list.small-icon-list .icon-item-container {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .introduction-section-container .introduction-section {
    padding: 30px 0 30px 0;
  }
  .introduction-section-container .introduction-section .section-title,
  .introduction-section-container .introduction-section .title {
    font-size: 24px;
    line-height: 150%;
  }
  .introduction-section-container .introduction-section .section-title + .default-buttons-container {
    padding-top: 0;
  }
  .introduction-section-container .introduction-section .default-buttons-container .btn {
    margin-bottom: 15px;
  }
  .introduction-section-container .introduction-section .intro.small-version {
    margin-bottom: 10px;
  }
  .introduction-section-container .introduction-section .default-icons-list.small-icon-list {
    margin-top: -15px;
  }
  .introduction-section-container .introduction-section .default-icons-list.small-icon-list .icon-item-container {
    width: 100%;
  }
  .introduction-section-container .introduction-section .default-icons-list .icon-item-container {
    width: 100%;
  }
}
.introduction-and-claim-header-wrapper {
  width: 100%;
  float: left;
  clear: both;
  min-height: 60px;
}
.introduction-and-claim-header-wrapper .right-menu .btn.btn-blue {
  background: #001d4e !important;
  border-color: #001d4e !important;
}
.introduction-and-claim-header-wrapper .right-menu .btn.btn-blue:hover,
.introduction-and-claim-header-wrapper .right-menu .btn.btn-blue:focus {
  background: #003081 !important;
}
.introduction-and-claim-header-wrapper .right-menu .btn.btn-light {
  color: #333333 !important;
}
@media (max-width: 990px) {
  .introduction-and-claim-header-wrapper .right-menu .btn {
    margin: 5px 5px 10px 5px !important;
  }
}
@media (max-width: 767px) {
  .introduction-and-claim-header-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .introduction-and-claim-header-wrapper .container .row {
    padding-left: 0;
    padding-right: 0;
  }
  .introduction-and-claim-header-wrapper .home-logo {
    float: left;
    line-height: 66px;
  }
  .introduction-and-claim-header-wrapper .header-full {
    padding-right: 60px;
  }
  .introduction-and-claim-header-wrapper .right-menu #headerMenuToggle {
    display: block;
    width: 22px;
    height: 18px;
    position: absolute;
    top: 33px;
    right: -45px;
    margin-top: -9px;
  }
  .introduction-and-claim-header-wrapper .right-menu #headerMenuToggle .icon-bar {
    width: 100%;
    height: 4px;
    background: #fff;
    margin-bottom: 3px;
    display: block;
  }
  .introduction-and-claim-header-wrapper .right-menu .toggle {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    top: 66px;
    right: -56px;
    width: 200px;
    max-width: 100%;
    background: #001d4e;
  }
  .introduction-and-claim-header-wrapper .right-menu .toggle.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .introduction-and-claim-header-wrapper .right-menu .toggle:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #001d4e;
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: 2px;
  }
  .introduction-and-claim-header-wrapper .right-menu .toggle .btn {
    width: 100%;
    max-width: 100%;
    float: left;
    clear: both;
    padding: 10px 10px 10px 10px !important;
    color: #fff !important;
    text-align: left;
    margin: 0 0 2px 0 !important;
    background: none;
    border: none;
    border-radius: 0;
  }
  .introduction-and-claim-header-wrapper .right-menu .toggle .btn:hover,
  .introduction-and-claim-header-wrapper .right-menu .toggle .btn:focus {
    background: rgba(255,255,255,0.1);
  }
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix {
  padding-top: 53px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix#mainClainSectionFix a:hover {
  text-decoration: none;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper {
  width: 900px;
  margin: auto;
  max-width: 100%;
  position: relative;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box {
  width: 100%;
  float: left;
  clear: both;
  border: solid 1px #dbdbdc;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #f2f2f2;
  border-right: solid 1px #dbdbdc;
  z-index: 1;
  border-radius: 3px 3px 3px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box {
  width: 50%;
  float: left;
  position: relative;
  z-index: 10;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-heading {
  width: 100%;
  float: left;
  clear: both;
  background: #001d4e;
  color: #fff;
  font-size: 22px;
  padding: 10px 10px;
  text-align: center;
  border-radius: 3px 3px 0 0;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content {
  width: 100%;
  float: left;
  clear: both;
  padding: 10px 40px 25px 40px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content p {
  margin-bottom: 5px;
  font-size: 14px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content .btn {
  float: left;
  margin-top: 20px;
  position: relative;
  left: -5px;
  background: #ffffff;
  border: solid 1px #c2c0c0;
  height: 35px;
  line-height: 32px;
  color: #333333;
  min-width: 152px;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 30px;
  display: block;
  font-size: 14px;
  transition: background 0.3s ease-out;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content .btn:hover {
  background: #fafafa;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content .box-footer {
  width: 100%;
  float: left;
  clear: both;
  border-top: solid 1px #d5d5d5;
  margin-top: 25px;
  padding-top: 25px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box {
  float: left;
  width: 50%;
  padding: 20px 40px 25px 40px;
  position: relative;
  z-index: 10;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .subscriptions .checkbox {
  margin: 3px 0;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .subscriptions .next-section-title {
  padding-top: 20px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .social-box-login {
  width: 100%;
  text-align: center;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .social-box-login .btn.btn-default {
  margin: 15px 0 0 0;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .social-box-login .btn.btn-default#facebook-register-url {
  color: #001d4e;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .social-box-login .btn.btn-default#google-register-url {
  color: #001d4e;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .social-box-login .divider {
  width: 100%;
  text-align: center;
  padding: 20px 0 15px 0;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .social-box-login .divider span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #656565;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .social-box-login .divider span:before,
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .social-box-login .divider span:after {
  content: '';
  display: block;
  width: 33px;
  height: 1px;
  background: #656565;
  position: absolute;
  top: 50%;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .social-box-login .divider span:before {
  left: -50px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .social-box-login .divider span:after {
  right: -50px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .register-with-password {
  width: 100%;
  float: left;
  clear: both;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .register-with-password .register-with-password-form-container {
  width: 262px;
  margin: auto;
  padding-bottom: 20px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .register-with-password .register-with-password-form-container input[type=password],
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .register-with-password .register-with-password-form-container input[type=text] {
  border: solid 1px #939393;
  height: 48px;
  line-height: 47px;
  border-radius: 50px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .register-with-password .register-with-password-form-container button {
  width: 100%;
  background: #001d4e;
  color: #fff;
  border-radius: 50px;
  height: 48px;
  border: none;
  transition: background 0.3s ease-out;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .register-with-password .register-with-password-form-container button:hover {
  background-color: #003081;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .register-terms-and-conditions {
  padding: 10px 0;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .register-terms-and-conditions p {
  font-size: 11px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .register-terms-and-conditions p a {
  text-decoration: underline;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box .register-terms-and-conditions p a:hover {
  text-decoration: none;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .claim-side-info {
  position: absolute;
  top: 0;
  left: 100%;
  width: 210px;
  margin-left: 28px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .claim-side-info .side-info {
  width: 100%;
  float: Left;
  clear: both;
  margin-bottom: 30px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .claim-side-info .side-info p {
  font-weight: 600;
  font-size: 14px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .claim-side-info .side-info ul {
  margin: -10px 0 0 0;
  padding: 0 0 0 20px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .claim-side-info .side-info ul li {
  font-size: 14px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix {
  width: 100%;
  float: left;
  clear: both;
  padding: 20px 0 0 0;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action {
  width: 100%;
  float: left;
  clear: both;
  border: solid 1px #dbdbdc;
  border-radius: 3px;
  padding: 0 200px 0 40px;
  position: relative;
  margin-bottom: 13px;
  height: 65px;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action .v-a-w {
  width: 100%;
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  height: inherit;
  min-height: inherit;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action .v-a-w .v-a {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
  min-height: inherit;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action p {
  margin: 0;
  padding: 5px 0;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action .btn {
  position: absolute;
  top: 50%;
  right: 30px;
  float: left;
  margin-top: -17.5px;
  background: #ffffff;
  border: solid 1px #c2c0c0;
  height: 35px;
  line-height: 32px;
  color: #333333;
  min-width: 100px;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 30px;
  display: block;
  font-size: 14px;
  transition: background 0.3s ease-out;
}
.introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action .btn:hover {
  background: #fafafa;
}
@media (max-width: 1400px) {
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .claim-side-info {
    position: static;
    top: 0;
    left: 100%;
    width: 100%;
    float: left;
    clear: both;
    margin: 20px 0 0 0;
    text-align: center;
    border: solid 1px #dbdbdc;
    border-radius: 3px;
    padding: 10px 0 10px 0;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .claim-side-info .side-info {
    margin-bottom: 5px;
    border-top: solid 1px #dbdbdc;
    padding: 10px 15px 0 15px;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .claim-side-info .side-info:first-child {
    padding-top: 0;
    border: none;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .claim-side-info .side-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px 0 0 0;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action {
    width: 100%;
    float: left;
    clear: both;
    border: solid 1px #dbdbdc;
    border-radius: 3px;
    padding: 0 200px 0 40px;
    position: relative;
    margin-bottom: 13px;
    height: 65px;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action .v-a-w {
    width: 100%;
    display: table;
    table-layout: fixed;
    vertical-align: middle;
    height: inherit;
    min-height: inherit;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action .v-a-w .v-a {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    min-height: inherit;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action p {
    margin: 0;
    padding: 5px 0;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action .btn {
    position: absolute;
    top: 50%;
    right: 30px;
    float: left;
    margin-top: -17.5px;
    background: #ffffff;
    border: solid 1px #c2c0c0;
    height: 35px;
    line-height: 32px;
    color: #333333;
    min-width: 100px;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 30px;
    display: block;
    font-size: 14px;
    transition: background 0.3s ease-out;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action .btn:hover {
    background: #fafafa;
  }
}
@media (max-width: 768px) {
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box:before {
    display: none;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box {
    width: 100%;
    background: #f2f2f2;
    border-bottom: solid 1px #dbdbdc;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .actions-box {
    padding: 20px 15px 0 15px;
    position: relative;
    width: 100%;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px 0 0 0;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action {
    padding: 0 15px 15px 15px;
    position: relative;
    margin-bottom: 13px;
    min-height: 65px;
    height: auto;
    text-align: center;
    float: left;
    clear: both;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action p {
    padding: 15px 0 20px 0;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .other-actions#other-actions-fix .other-action .btn {
    position: static;
    float: none;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding-bottom: 40px;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content.active {
    max-height: 800px;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content.active:before {
    opacity: 0;
    pointer-events: none;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content.active .mobile-toggle span {
    transform: rotate(180deg);
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content:before {
    background: -moz-linear-gradient(top,rgba(242,242,242,0) 0%,#f2f2f2 100%);
    background: -webkit-linear-gradient(top,rgba(242,242,242,0) 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,rgba(242,242,242,0) 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5',endColorstr='#f5f5f5',GradientType=0);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-out;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content .mobile-toggle-container {
    width: 100%;
    float: left;
    clear: both;
    display: block;
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content .mobile-toggle-container .mobile-toggle {
    display: block;
    width: 100%;
    height: 45px;
    float: left;
    clear: both;
    cursor: pointer;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .introduction-section-container .introduction-section.main-claim-section#mainClaimSectionFix .main-claim-wrapper .main-claim .main-claim-box .listing-to-claim-box .box-content .mobile-toggle-container .mobile-toggle span {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    height: inherit;
    background: url("/core/img/misc/down-arrow.svg") no-repeat center center;
    border-top: solid 1px rgba(0,0,0,0);
    transition: transform 0.3s ease-out;
  }
}
@keyframes pulseIntroArrow {
  from {
    top: -4px;
  }
  to {
    top: 4px;
  }
}
.introduction-section-container .introduction-section.video-introduction-section {
  padding: 105px 0 50px 0;
}
.introduction-section-container .introduction-section.video-introduction-section article {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding-bottom: 100px;
  padding-left: 47%;
  min-height: 375px;
}
.introduction-section-container .introduction-section.video-introduction-section article .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 46.7%;
  padding-right: 65px;
}
.introduction-section-container .introduction-section.video-introduction-section article .video-container .embed-responsive-item {
  width: 100%;
  height: 238px;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  background-color: rgba(0,0,0,0.1);
}
.introduction-section-container .introduction-section.video-introduction-section article h1 {
  font-size: 40px;
  color: #001d4e;
  margin-top: 10px;
  margin-bottom: 30px;
}
.introduction-section-container .introduction-section.video-introduction-section article p {
  font-size: 17px;
  margin-bottom: 25px;
}
.introduction-section-container .introduction-section.video-introduction-section article .proceed-to-next-section-container {
  width: 100%;
  float: left;
  clear: both;
  height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.introduction-section-container .introduction-section.video-introduction-section article .proceed-to-next-section-container a {
  width: 66px;
  height: 66px;
  text-indent: -9999px;
  display: block;
  margin: auto;
  background: url("/core/img/misc/angle-down-solid.svg") no-repeat center center;
  transition: transform 0.3s ease-out;
  position: relative;
}
.introduction-section-container .introduction-section.video-introduction-section article .proceed-to-next-section-container a:hover {
  transform: scale(1.1);
  opacity: 1;
}
@media (max-width: 768px) {
  .introduction-section-container .introduction-section.video-introduction-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .introduction-section-container .introduction-section.video-introduction-section article {
    padding-bottom: 0;
    padding-left: 0;
    min-height: 0;
  }
  .introduction-section-container .introduction-section.video-introduction-section article .video-container {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .introduction-section-container .introduction-section.video-introduction-section article h1 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .introduction-section-container .introduction-section.video-introduction-section article p {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .introduction-section-container .introduction-section.video-introduction-section article .proceed-to-next-section-container {
    position: static;
  }
}
.timeline-section {
  margin-top: 30px;
}
.timeline-section .timeline {
  width: 100%;
  padding: 0;
  margin: 30px 0 0 0;
  position: relative;
  float: left;
  clear: both;
}
.timeline-section .timeline:before {
  width: 6px;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  background: url("/specificStatic/ppl/timeline-sepparator.png") #3d3d3d no-repeat top center;
  border-radius: 3px;
}
.timeline-section .timeline .timeline-item {
  width: 100%;
  float: left;
  clear: both;
  box-sizing: border-box;
  position: relative;
  padding-left: 50%;
  min-height: 150px;
}
.timeline-section .timeline .timeline-item .icon-container {
  float: left;
  width: 200px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
}
.timeline-section .timeline .timeline-item .icon-container:before {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  z-index: 1;
  background: #d4d4d4;
  border-radius: 3px;
}
.timeline-section .timeline .timeline-item .icon-container:after {
  width: 36px;
  height: 36px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -18px 0 0 -118px;
  background: #fff;
  border-radius: 100%;
  border: solid 4px #3d3d3d;
}
.timeline-section .timeline .timeline-item .icon-container .icon {
  width: 130px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 40px;
}
.timeline-section .timeline .timeline-item .icon-container .icon .custom {
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center center;
  margin: auto;
  position: relative;
}
.timeline-section .timeline .timeline-item .icon-container .icon .custom.clipboard-list {
  background-image: url('/core/img/introduction/clipboard_list.svg');
}
.timeline-section .timeline .timeline-item .icon-container .icon .fa {
  position: relative;
  top: 0;
  left: 0;
  background: #f4f4f4;
}
.timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-thumbs-up {
  font-size: 55px;
  left: -11px;
}
.timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-list {
  top: 5px;
  left: 10px;
  font-size: 50px;
}
.timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-bullhorn {
  top: 7px;
  left: -4px;
  font-size: 60px;
}
.timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-envelope-open {
  left: 13px;
  top: -5px;
}
.timeline-section .timeline .timeline-item .timeline-content {
  width: 100%;
  padding-left: 170px;
  max-width: 530px;
  font-size: 22px;
}
.timeline-section .timeline .timeline-item .timeline-content small {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
}
.timeline-section .timeline .timeline-item:nth-of-type(odd) {
  padding-left: 0;
  padding-right: 50%;
  text-align: right;
}
.timeline-section .timeline .timeline-item:nth-of-type(odd) .icon-container {
  left: auto;
  right: 50%;
}
.timeline-section .timeline .timeline-item:nth-of-type(odd) .icon-container:before {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
  background: #d4d4d4;
  border-radius: 3px;
}
.timeline-section .timeline .timeline-item:nth-of-type(odd) .icon-container:after {
  width: 36px;
  height: 36px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin: -18px 0 0 82px;
  background: #fff;
  border-radius: 100%;
  border: solid 4px #3d3d3d;
}
.timeline-section .timeline .timeline-item:nth-of-type(odd) .timeline-content {
  padding-left: 0;
  padding-right: 170px;
  text-align: right;
  float: right;
}
.timeline-section .timeline .timeline-item:last-child:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  left: 50%;
  top: 47px;
  margin-left: -5px;
}
.timeline-section .timeline .timeline-item:last-child .icon-container:after {
  background: #3d3d3d;
}
@media (max-width: 950px) {
  .timeline-section .timeline:before {
    left: 15px;
    margin-left: -3px;
  }
  .timeline-section .timeline .timeline-item {
    padding-left: 100px;
    margin-bottom: 70px;
    min-height: 0;
  }
  .timeline-section .timeline .timeline-item .icon-container {
    left: 15px;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon .fa {
    position: relative;
    top: 0;
    left: 0;
    background: #f4f4f4;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-thumbs-up {
    font-size: 55px;
    left: 0;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-list {
    top: 5px;
    left: 0;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-bullhorn {
    top: 7px;
    left: 0;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-envelope-open {
    top: -5px;
    left: 0;
  }
  .timeline-section .timeline .timeline-item .timeline-content {
    width: 100%;
    padding-left: 80px;
    max-width: 100%;
    padding-right: 20px;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) {
    padding-left: 100px;
    padding-right: 0;
    text-align: left;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) .icon-container {
    left: 15px;
    right: auto;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) .icon-container:before {
    margin-left: -90px;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) .icon-container:after {
    margin: -18px 0 0 -118px;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) .timeline-content {
    padding-right: 20px;
    width: 100%;
    padding-left: 80px;
    max-width: 100%;
    text-align: left;
  }
  .timeline-section .timeline .timeline-item:last-child:before {
    content: "";
    display: block;
    width: 10px;
    height: 170%;
    background: #f4f4f4;
    position: absolute;
    left: 15px;
    top: 47px;
    margin-left: -5px;
  }
  .timeline-section .timeline .timeline-item:last-child .icon-container:after {
    background: #3d3d3d;
  }
}
@media (max-width: 600px) {
  .timeline-section .timeline .timeline-item {
    padding-left: 30px;
    margin-bottom: 50px;
  }
  .timeline-section .timeline .timeline-item .icon-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .timeline-section .timeline .timeline-item .icon-container:before {
    left: 0;
    margin-left: -5px;
    width: 50px;
  }
  .timeline-section .timeline .timeline-item .icon-container:after {
    left: 0;
    margin: -18px 0 0 -32px;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon {
    float: left;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon .custom.clipboard-list {
    top: -8px;
    left: -14px;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-thumbs-up {
    left: -10px;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-bullhorn {
    top: 0;
    left: -7px;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-list {
    font-size: 46px;
    left: -11px;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-thumbs-up {
    top: -4px;
  }
  .timeline-section .timeline .timeline-item .icon-container .icon .fa.fa-envelope-open {
    left: -12px;
  }
  .timeline-section .timeline .timeline-item .timeline-content {
    width: 100%;
    padding-left: 30px;
    float: left;
    clear: both;
    max-width: 100%;
    padding-right: 20px;
    margin-top: -5px;
  }
  .timeline-section .timeline .timeline-item .timeline-content h3 {
    margin-top: 20px;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) {
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) .icon-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) .icon-container:before {
    left: 0;
    margin-left: -5px;
    width: 50px;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) .icon-container:after {
    left: 0;
    margin: -18px 0 0 -32px;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) .icon-container .icon {
    float: left;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) .icon-container .icon img {
    max-width: 70px;
    max-height: 70px;
    width: auto;
    height: auto;
  }
  .timeline-section .timeline .timeline-item:nth-of-type(odd) .timeline-content {
    padding-right: 20px;
    width: 100%;
    padding-left: 30px;
    max-width: 100%;
    text-align: left;
  }
  .timeline-section .timeline .timeline-item:last-child:before {
    height: 110%;
  }
  .timeline-section .timeline .timeline-item:last-child .icon-container .icon img {
    max-width: 60px;
  }
}
.introduction-section-container .introduction-section.leeds-examples {
  padding: 0 0 30px 0;
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider-container {
  padding: 0 20px;
  width: 1160px;
  max-width: 100%;
  margin: auto;
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border: none;
  background: no-repeat center center;
  text-indent: -9999px;
  outline: none;
  margin-top: -15px;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider .slick-arrow.slick-prev {
  left: -30px;
  background-image: url("/core/img/misc/prev-arrow.svg");
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider .slick-arrow.slick-next {
  right: -30px;
  background-image: url("/core/img/misc/next-arrow.svg");
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider .slick-arrow:hover {
  transform: scale(1.1);
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider .leeds-example-slide {
  padding: 0 12.5px;
  outline: none;
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider .leeds-example-slide .leeds-example {
  width: 100%;
  border: solid 1px #dddddd;
  border-radius: 5px;
  padding: 10px 15px 5px 15px;
  margin-bottom: 20px;
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider .leeds-example-slide .leeds-example br {
  display: block;
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider .leeds-example-slide .leeds-example h3 {
  color: #001d4e;
  font-size: 22px;
  margin: 5px 0 15px 0;
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider .leeds-example-slide .leeds-example .leeds-example-base-info {
  background: #f0f0f0;
  width: 100%;
  padding: 10px 15px 12px 15px;
  margin-bottom: 15px;
}
.introduction-section-container .introduction-section.leeds-examples .leeds-examples-slider .leeds-example-slide .leeds-example .leeds-example-base-info p {
  margin: 2px 0;
  font-size: 13px;
  line-height: 120%;
}
.introduction-section-container .introduction-section.trusted-section {
  margin-bottom: 10px;
}
.introduction-section-container .introduction-section.trusted-section #mobile-listing-load-list {
  margin: 20px auto;
}
.introduction-section-container .introduction-section.trusted-section #mobile-listing-load-list #listingsCarousel {
  box-shadow: none;
}
.introduction-section-container .introduction-section.trusted-section #mobile-listing-load {
  display: inline-block;
  margin: 0 12.5px 25px 12.5px;
  padding: 0 35px;
  background: #3d3d3d;
  font-size: 14px;
  border-radius: 30px;
  height: 44px;
  color: #fff;
  line-height: 42px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.introduction-section-container .introduction-section.trusted-section #mobile-listing-load:hover {
  background: #5e5e5e;
}
.introduction-section-container .introduction-section.lead-stats .section-title {
  margin-bottom: 0;
}
.introduction-section-container .introduction-section.lead-stats .stats-listing-info {
  color: #001d4e;
  display: block;
  text-align: center;
  margin: 0;
  font-size: 20px;
}
.introduction-section-container .introduction-section.lead-stats .stats-info {
  display: block;
  text-align: center;
  margin: 20px 0;
  font-size: 70px;
  position: relative;
  left: -10px;
}
.introduction-section-container .introduction-section.lead-stats .stats-info .fa {
  font-size: 110px;
}
.introduction-section-container .introduction-section.claim-your-free-business {
  padding: 20px 0;
}
.introduction-section-container .introduction-section.claim-your-free-business .section-title {
  margin-bottom: 0;
  font-size: 40px;
}
.introduction-section-container .introduction-section.claim-your-free-business .intro {
  margin-top: 10px;
  color: #001d4e;
  font-size: 20px;
}
@media (max-width: 990px) {
  .introduction-section-container .introduction-section.claim-your-free-business {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .introduction-section-container .introduction-section.claim-your-free-business .section-title {
    font-size: 30px;
  }
  .introduction-section-container .introduction-section.claim-your-free-business .intro {
    font-size: 18px;
  }
}
.introduction-section-container .introduction-section.how-does-it-work-section {
  overflow: hidden;
}
.introduction-section-container .introduction-section.claim-listing-and-receive-eBook.claimed-page-type {
  padding-bottom: 0;
  padding-top: 20px;
}
.introduction-section-container .introduction-section.claim-listing-and-receive-eBook.claimed-page-type .default-buttons-container {
  margin-bottom: 10px;
}
.introduction-section-container .introduction-section.claim-listing-and-receive-eBook .default-buttons-container {
  margin-bottom: 20px;
  padding-top: 10px;
}
.introduction-section-container .introduction-section.claim-listing-and-receive-eBook .default-buttons-container .btn {
  background: #001d4e;
}
.introduction-section-container .introduction-section.claim-listing-and-receive-eBook .default-buttons-container .btn:hover {
  background: #003081;
}
.introduction-section-container .introduction-section.competitors-listed .glyphicon-refresh {
  display: block;
  animation: fa-spin 2s infinite linear;
}
.introduction-section-container .introduction-section.competitors-listed .jcarousel-wrapper {
  box-shadow: none;
  padding-top: 30px;
}
.introduction-section-container .introduction-section.competitors-listed .jcarousel-wrapper .slider-loader {
  text-align: center;
}
.introduction-section-container .introduction-section.competitors-listed .jcarousel-wrapper ul li {
  border: none;
}
.introduction-section-container .introduction-section.competitors-listed .jcarousel-wrapper ul li .slider-body {
  font-size: 11px;
}
.introduction-section-container .introduction-section.competitors-listed .jcarousel-wrapper ul li .slider-body a {
  text-decoration: none;
  font-size: 12px;
}
.introduction-section-container .introduction-section.free-report .default-text {
  padding-top: 20px;
}
.introduction-section-container .introduction-section.free-report .default-text p {
  margin-bottom: 25px;
}
.introduction-section-container .introduction-section.faq-section .section-title {
  margin-bottom: 50px;
}
.introduction-section-container .introduction-section.faq-section .qa {
  margin-bottom: 40px;
}
.introduction-section-container .introduction-section.faq-section .qa b {
  padding-bottom: 5px;
  display: block;
}
.introduction-section-container .introduction-section.faq-section .qa a {
  color: #212121;
  text-decoration: underline;
}
.introduction-section-container .introduction-section.faq-section .qa a:hover {
  text-decoration: none;
  color: #212121;
}
.introduction-section-container .introduction-section.footer-section {
  text-align: center;
  margin-top: 3px;
}
.introduction-section-container .introduction-section.footer-section .footer-logo-container {
  width: 100%;
  float: left;
  clear: both;
  padding: 5px 0 15px 0;
}
.introduction-section-container .introduction-section.footer-section .footer-logo-container img {
  width: 340px;
  max-width: 100%;
}
.introduction-section-container .introduction-section.footer-section p {
  line-height: 200%;
}
.introduction-section-container .introduction-section.footer-section p br {
  display: block;
}
.introduction-section-container .introduction-section.footer-section .terms-and-condition-and-privacy-policy a {
  margin: 0 10px;
}
.introduction-section-container .introduction-section.default-title-section {
  padding: 20px 0 20px 0;
}
.introduction-section-container .introduction-section.default-title-section .section-title {
  font-size: 40px;
}
@media (max-width: 990px) {
  .introduction-section-container .introduction-section.default-title-section {
    padding: 90px 0 20px 0;
  }
  .introduction-section-container .introduction-section.default-title-section .section-title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .introduction-section-container .introduction-section.default-title-section {
    padding: 70px 0 20px 0;
  }
  .introduction-section-container .introduction-section.default-title-section .section-title {
    font-size: 30px;
  }
}
.introduction-section-container .introduction-section.remove-user-notification-section {
  text-align: center;
  padding: 10px 0 20px 0;
}
.introduction-section-container .introduction-section.remove-user-notification-section .icon-container {
  width: 100%;
  padding: 20px 0 0 0;
}
.introduction-section-container .introduction-section.remove-user-notification-section .icon-container .custom {
  width: 50px;
  height: 44px;
  display: inline-block;
  background: no-repeat center center;
}
.introduction-section-container .introduction-section.remove-user-notification-section .icon-container .custom.user-slash-solid {
  background-image: url('/core/img/introduction/user-slash-solid.svg');
}
.introduction-section-container .introduction-section.remove-user-notification-section .icon-container .custom.eye-slash {
  background-image: url('/core/img/introduction/eye-slash.svg');
}
.introduction-section-container .introduction-section.remove-user-notification-section .notifications {
  width: 700px;
  max-width: 100%;
  margin: auto;
}
.introduction-section-container .introduction-section.remove-user-notification-section .notifications .notification {
  width: 50%;
  float: left;
}
.introduction-section-container .introduction-section.remove-user-notification-section p {
  margin: 10px 0;
  font-size: 17px;
}
.introduction-section-container .introduction-section.remove-user-notification-section p small {
  display: block;
  font-size: 14px;
}
@media (max-width: 700px) {
  .introduction-section-container .introduction-section.remove-user-notification-section .notifications {
    width: 100%;
    max-width: 100%;
    margin: auto;
    float: left;
    clear: both;
  }
  .introduction-section-container .introduction-section.remove-user-notification-section .notifications .notification {
    width: 100%;
    float: left;
    clear: both;
  }
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container {
  width: 450px;
  margin: auto;
  max-width: 100%;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box {
  width: 100%;
  float: left;
  clear: both;
  border-radius: 4px;
  border: solid 1px #dbdbdc;
  overflow: hidden;
  background: #f2f2f2;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-title {
  background: #001d4e;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-size: 22px;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content {
  width: 100%;
  float: left;
  clear: both;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content > *[class^='remove-'] {
  width: 100%;
  float: left;
  clear: both;
  padding-left: 30px;
  padding-right: 30px;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content .remove-subject {
  border-bottom: solid 1px #d6d6d6;
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  word-wrap: break-word;
  text-align: center;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content :first-child.remove-info {
  padding-top: 10px;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content .remove-info {
  padding-top: 25px;
  padding-bottom: 21px;
  border-bottom: solid 1px #d6d6d6;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content .remove-info h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content .remove-info p {
  line-height: 120%;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content .remove-info .btn {
  float: left;
  margin-top: 14px;
  position: relative;
  left: -5px;
  background: #ffffff;
  border: solid 1px #c2c0c0;
  height: 35px;
  line-height: 32px;
  color: #333333;
  min-width: 152px;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 30px;
  display: block;
  font-size: 14px;
  transition: background 0.3s ease-out;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content .remove-info .btn:hover {
  background: #fafafa;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content .remove-legal {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content .remove-form {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 10px;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content .remove-form button {
  width: 257px;
  margin: auto;
  background: #001d4e;
  color: #fff;
  border-radius: 50px;
  height: 48px;
  border: none;
  transition: background 0.3s ease-out;
}
.introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content .remove-form button:hover {
  background-color: #003081;
}
@media (max-width: 767px) {
  .introduction-section-container .introduction-section.remove-action-section .remove-action-box-container .remove-action-box .box-content > *[class^='remove-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.introduction-section-container .introduction-section.page-not-found-section .section-title {
  font-size: 40px;
  padding-bottom: 20px;
}
.introduction-section-container .introduction-section.page-not-found-section .default-text {
  width: 800px;
}
.introduction-section-container .introduction-section.page-not-found-section .default-text.call-us p a {
  text-decoration: none;
}
.introduction-section-container .introduction-section.page-not-found-section .default-text.call-us p a:hover {
  text-decoration: underline;
}
.introduction-section-container .introduction-section.page-not-found-section .default-buttons-container {
  margin-top: 25px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .introduction-section-container .introduction-section.page-not-found-section .section-title {
    font-size: 30px;
  }
}
.introduction-section-container .introduction-section.would-you-like-to .section-title {
  font-size: 40px;
  margin-top: 5px;
  margin-bottom: 0;
}
.introduction-section-container .introduction-section.would-you-like-to .default-icons-list .icon-item-container {
  margin-bottom: 0;
  height: 100px;
}
.introduction-section-container .introduction-section.would-you-like-to .default-icons-list .icon-item-container .icon-item .icon-icon {
  height: 75px;
  font-size: 35px;
}
.introduction-section-container .introduction-section.would-you-like-to .default-icons-list .icon-item-container .icon-item .icon-description {
  font-size: 17px;
}
.introduction-section-container .introduction-section.would-you-like-to .default-icons-list .icon-item-container .icon-item .icon-description small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .introduction-section-container .introduction-section.would-you-like-to .section-title {
    font-size: 30px;
  }
}
.introduction-section-container .introduction-section.download-our-free-report .section-title {
  font-size: 40px;
}
.introduction-section-container .introduction-section.download-our-free-report .default-buttons-container {
  margin-bottom: 0;
  padding-top: 10px;
}
.introduction-section-container .introduction-section.download-our-free-report .default-buttons-container .btn {
  background: #001d4e;
  font-size: 20px;
  width: 270px;
  max-width: 100%;
}
.introduction-section-container .introduction-section.download-our-free-report .default-buttons-container .btn:hover {
  background: #003081;
}
.introduction-section-container .introduction-section.download-our-free-report .no-account-required {
  color: #001d4e;
}
@media (max-width: 767px) {
  .introduction-section-container .introduction-section.download-our-free-report .section-title {
    font-size: 30px;
  }
}
.introduction-section-container .introduction-section.in-this-report-you-will-learn-section .section-title {
  margin-bottom: 40px;
}
.introduction-section-container .introduction-section.in-this-report-you-will-learn-section .list-wrapper {
  width: 900px;
  margin: auto;
  max-width: 100%;
}
.introduction-section-container .introduction-section.in-this-report-you-will-learn-section .list-wrapper ul {
  margin-bottom: 40px;
}
.introduction-section-container .introduction-section.in-this-report-you-will-learn-section .list-wrapper ul li {
  font-size: 17px;
  margin-bottom: 20px;
}
.introduction-section-container .introduction-section.in-this-report-you-will-learn-section .list-wrapper p {
  text-align: center;
  color: #001d4e;
  font-size: 17px;
}
.introduction-section-container .introduction-section .mobile-app-download-section {
  text-align: left;
  position: relative;
  min-height: 400px;
  left: -150px;
  width: 500px;
  margin: 80px auto 0 auto;
}
.introduction-section-container .introduction-section .mobile-app-download-section .section-title {
  font-size: 30px;
  margin-bottom: 25px;
  text-align: left;
}
.introduction-section-container .introduction-section .mobile-app-download-section p {
  font-size: 16px;
  text-align: left;
  width: 380px;
  line-height: 120%;
  max-width: 100%;
}
.introduction-section-container .introduction-section .mobile-app-download-section .app-preview {
  position: absolute;
  top: -70px;
  left: 500px;
  pointer-events: none;
  user-select: none;
}
.introduction-section-container .introduction-section .mobile-app-download-section .download-actions {
  margin-top: 30px;
}
.introduction-section-container .introduction-section .mobile-app-download-section .download-actions .action {
  display: inline-block;
  margin: 0 35px 25px 0;
}
.introduction-section-container .introduction-section .mobile-app-download-section .download-actions .action img {
  width: 160px;
}
@media (max-width: 992px) {
  .introduction-section-container .introduction-section .mobile-app-download-section {
    min-height: 420px;
    left: 0;
    width: 100%;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .app-preview {
    position: absolute;
    top: -50px;
    left: 100%;
    margin-left: -35%;
    max-width: 45%;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .download-actions {
    margin-top: 30px;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .download-actions .action {
    display: inline-block;
    margin: 0 35px 25px 0;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .download-actions .action img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .introduction-section-container .introduction-section .mobile-app-download-section {
    min-height: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 0 5px 0 5px;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .section-title {
    font-size: 24px;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section p {
    width: 100%;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .app-preview {
    position: static;
    top: 0;
    left: 0;
    float: left;
    width: 40%;
    max-width: 40%;
    margin: 10px 0 20px -10px;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .download-actions {
    width: 50%;
    float: left;
    margin-left: -10px;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .download-actions .action {
    display: inline-block;
    margin: 0 35px 25px 0;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .download-actions .action img {
    width: 130px;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .image-and-actions-container {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .image-and-actions-container .download-actions {
    position: absolute;
    top: -30px;
    left: 40%;
    height: 100%;
  }
  .introduction-section-container .introduction-section .mobile-app-download-section .image-and-actions-container .download-actions .action {
    width: 100%;
  }
}

.packages-module .introduction-section-container .introduction-section .section-title,
.packages-module .introduction-section-container .introduction-section .title {
  color: #4a148c;
}
.packages-module .introduction-section-container .introduction-section #listingsCarousel.carousel .left.carousel-control,
.packages-module .introduction-section-container .introduction-section.introduction-section .left.carousel-control {
  left: -50px;
  overflow: hidden;
  margin: 0;
  text-indent: -9999px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  background: no-repeat center center url(/core/img/misc/prev-arrow.svg);
}
.packages-module .introduction-section-container .introduction-section #listingsCarousel.carousel .left.carousel-control *,
.packages-module .introduction-section-container .introduction-section.introduction-section .left.carousel-control * {
  display: none;
}
.packages-module .introduction-section-container .introduction-section #listingsCarousel.carousel .left.carousel-control:hover,
.packages-module .introduction-section-container .introduction-section.introduction-section .left.carousel-control:hover {
  opacity: 1;
  transform: scale(1.1);
}
.packages-module .introduction-section-container .introduction-section #listingsCarousel.carousel .right.carousel-control,
.packages-module .introduction-section-container .introduction-section.introduction-section .right.carousel-control {
  right: -50px;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  background: no-repeat center center url(/core/img/misc/next-arrow.svg);
}
.packages-module .introduction-section-container .introduction-section #listingsCarousel.carousel .right.carousel-control *,
.packages-module .introduction-section-container .introduction-section.introduction-section .right.carousel-control * {
  display: none;
}
.packages-module .introduction-section-container .introduction-section #listingsCarousel.carousel .right.carousel-control:hover,
.packages-module .introduction-section-container .introduction-section.introduction-section .right.carousel-control:hover {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 1220px) {
  .packages-module .introduction-section-container .introduction-section #listingsCarousel.carousel .left.carousel-control,
  .packages-module .introduction-section-container .introduction-section.introduction-section .left.carousel-control {
    left: -15px;
    width: 30px;
  }
  .packages-module .introduction-section-container .introduction-section #listingsCarousel.carousel .right.carousel-control,
  .packages-module .introduction-section-container .introduction-section.introduction-section .right.carousel-control {
    right: -15px;
    width: 30px;
  }
}
@media (min-width: 992px) {
  .general-testimonials .logo-box div:nth-of-type(6n+1) {
    clear: none !important;
  }
}
@media (min-width: 801px) and (max-width: 991px) {
  .general-testimonials .logo-box div:nth-of-type(3n+1) {
    clear: none !important;
  }
}
@media (max-width: 799px) {
  .general-testimonials .logo-box div:nth-of-type(2n+1) {
    clear: none !important;
  }
}
@media (min-width: 992px) {
  .general-testimonials .logo-box div:nth-of-type(5n+1) {
    clear: both;
  }
}
@media (min-width: 801px) and (max-width: 991px) {
  .general-testimonials .logo-box div:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (max-width: 799px) {
  .general-testimonials .logo-box div:nth-of-type(2n+1) {
    clear: both;
  }
}
.introduction-section-container .introduction-section.why-list-with-us .intro {
  border-top: solid 1px #d1d1d1;
  margin-top: 0;
  font-size: 20px;
  padding-top: 30px;
}
.introduction-section-container .introduction-section.why-list-with-us .video-container {
  width: 460px;
  max-width: 100%;
  margin: auto;
  padding: 10px 0 30px 0;
  clear: both;
}
@media (max-width: 768px) {
  .introduction-section-container .introduction-section.why-list-with-us .intro {
    font-size: 17px;
  }
}
.introduction-section-container .introduction-section.secure-payment-process .payments-methods {
  text-align: center;
  margin-bottom: 10px;
}
.introduction-section-container .introduction-section.secure-payment-process .payments-methods br {
  display: block;
}
.introduction-section-container .introduction-section.testimonials-section br {
  display: block;
}
.introduction-section-container .introduction-section.testimonials-section .carousel {
  margin-bottom: 10px;
}
.introduction-section-container .introduction-section.testimonials-section .section-title {
  margin-bottom: 30px;
}
.introduction-section-container .introduction-section.testimonials-section .item:only-child {
  width: 400px;
  margin: auto;
  max-width: 100%;
}
.introduction-section-container .introduction-section.testimonials-section .double-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 30px auto;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial {
  border-radius: 20px;
  border: solid 1px #dcdcdc;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonial-logo-container {
  width: 100%;
  text-align: center;
  line-height: 90px;
  height: 90px;
  margin-bottom: 5px;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonial-logo-container img {
  max-width: 100%;
  height: auto;
  max-height: 90px;
  text-indent: -9999px;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonial-main-content {
  padding: 0 10px;
  width: 100%;
  text-align: justify;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonial-main-content .testimonial-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  clear: both;
  width: 100%;
  padding-bottom: 5px;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonial-main-content p:first-child {
  padding-top: 10px;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonial-main-content .button-container {
  text-align: center;
  width: 100%;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonial-main-content .button-container .btn-read-full {
  text-decoration: none;
  margin: 10px auto 0 auto;
  border-radius: 20px;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonials-person-avatar-container {
  height: 5px;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonials-person-avatar-container .testimonial-person-avatar {
  width: 60px;
  height: 60px;
  margin: auto;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonials-person-avatar-container .testimonial-person-avatar span {
  display: block;
  width: 60px;
  height: 60px;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
  transform: scale(1.2);
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonials-person-avatar-container .testimonial-person-avatar img {
  display: none;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonials-person-card {
  width: 100%;
  background: #f4f4f4;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px 20px 5px 20px;
  text-align: justify;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonials-person-card p {
  font-size: 14px;
  margin-bottom: 15px;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonials-person-card p a {
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: bold;
  color: #222;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonials-person-card p a:hover {
  text-decoration: underline;
}
.introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonials-person-avatar-container + .testimonials-person-card {
  padding-top: 40px;
}
@media (max-width: 640px) {
  .introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonial-main-content {
    padding: 0;
  }
  .introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonials-person-card {
    padding: 20px 10px 5px 10px;
  }
  .introduction-section-container .introduction-section.testimonials-section .panel-testimonial .testimonials-person-avatar-container + .testimonials-person-card {
    padding-top: 40px;
  }
}
.introduction-section-container .introduction-section.website-statistics {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .introduction-section-container .introduction-section.website-statistics {
    padding-bottom: 15px;
  }
}
.introduction-section-container .introduction-section.corporate-and-questions {
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  .introduction-section-container .introduction-section.corporate-and-questions {
    padding-bottom: 30px;
  }
}
.introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel.carousel .left.carousel-control,
.introduction-section-container .introduction-section.thousands-of-business-listed.introduction-section .left.carousel-control {
  left: -70px;
}
.introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel.carousel .right.carousel-control,
.introduction-section-container .introduction-section.thousands-of-business-listed.introduction-section .right.carousel-control {
  right: -70px;
}
.introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel .listing-element {
  width: 20%;
  height: 180px;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
.introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel .listing-element .image-container {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
}
.introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel .listing-element .image-container a {
  display: block;
  width: 100px;
  height: 100px;
  background: url('/core/img/no-image.svg') #fff no-repeat center center;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px rgba(0,0,0,0.15);
  position: relative;
}
.introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel .listing-element .image-container a img {
  display: none;
}
.introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel .listing-element .image-container a .bg-fix {
  width: 100px;
  height: 100px;
  display: block;
  background: no-repeat center center #fff;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel .listing-element .listing-title-container {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  padding: 0 10px;
}
.introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel .listing-element .listing-title-container .listing-title {
  display: block;
  display: -webkit-box;
  height: 36px;
  font-size: 15px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #333333;
}
.introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel .listing-element .listing-title-container .listing-title:hover {
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel.carousel .left.carousel-control,
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed.introduction-section .left.carousel-control {
    left: 0;
  }
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel.carousel .right.carousel-control,
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed.introduction-section .right.carousel-control {
    right: 0;
  }
}
@media (max-width: 767px) {
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel.carousel .left.carousel-control,
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed.introduction-section .left.carousel-control {
    left: 10px;
  }
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel.carousel .right.carousel-control,
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed.introduction-section .right.carousel-control {
    right: 10px;
  }
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed #mobile-listing-load-list {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed #mobile-listing-load-list:before {
    content: "";
    display: block;
    width: 100%;
    float: left;
    clear: both;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    z-index: 100;
  }
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed #mobile-listing-load-list.mobile-active:before {
    display: none;
  }
  .packages-module .introduction-section-container .introduction-section.thousands-of-business-listed #listingsCarousel .listing-element {
    width: 50%;
  }
  .sections-order-fix #mobile-listing-load-list:before {
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#f4f4f4 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#f4f4f4',GradientType=0);
  }
  .sections-order-fix:nth-of-type(odd) #mobile-listing-load-list:before {
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
  }
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-description {
  margin: 3px 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-description br {
  display: block;
}
.introduction-section-container .introduction-section.featured-listings-results-section .new-listing-slider-mods.top-slides.top-slides:before,
.introduction-section-container .introduction-section.featured-listings-results-section .new-listing-slider-mods.top-slides.top-slides:after {
  position: static;
  display: none;
}
.introduction-section-container .introduction-section.featured-listings-results-section .chart-listing-info {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin: 15px 0;
}
.introduction-section-container .introduction-section.featured-listings-results-section .chart-listing-info a {
  text-decoration: underline;
  color: #333;
}
.introduction-section-container .introduction-section.featured-listings-results-section .chart-listing-info a:hover {
  text-decoration: none;
  color: #333;
}
.introduction-section-container .introduction-section.featured-listings-results-section .featuredListingsResultCarouselContainer {
  max-width: 1100px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
  position: relative;
}
.introduction-section-container .introduction-section.featured-listings-results-section .featuredListingsResultCarouselContainer .left.carousel-control {
  margin-left: -25px;
}
.introduction-section-container .introduction-section.featured-listings-results-section .featuredListingsResultCarouselContainer .right.carousel-control {
  margin-right: -25px;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-legend {
  width: 100%;
  text-align: center;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-legend ul {
  list-style: none;
  margin: 30px 0 25px 0;
  padding: 0;
  width: 100%;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-legend ul li {
  display: inline-block;
  padding-left: 40px;
  margin: 0 10px 5px 10px;
  position: relative;
  font-size: 17px;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-legend ul li:before {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background: #7c7c7c;
  position: absolute;
  top: 10px;
  left: 0;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-legend ul li.upgrade {
  color: #b700e7;
  padding-left: 20px;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-legend ul li.upgrade:before {
  background: #b700e7;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  top: 7px;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-legend ul li.featured-listing {
  color: #b700e7;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-legend ul li.featured-listing:before {
  background: #b700e7;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 930px;
  min-width: 930px;
  margin: auto;
  background-color: rgba(0,0,0,0.015);
  border-radius: 20px;
  padding: 0px;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-container .flot-container2 {
  width: 100%;
  padding: 10px 10px 0 10px;
  position: relative;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-container .flot-container2 .leads-label {
  position: absolute;
  display: block;
  bottom: 55px;
  left: -40px;
  font-weight: 600;
  transform: rotate(-90deg);
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-container .flot-container2 .time-label {
  position: absolute;
  bottom: -25px;
  left: 40px;
  font-weight: 600;
  display: block;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-movable-info-container {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-movable-info-container:before {
  content: "\f0ec";
  font-family: 'FontAwesome';
  display: none;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 12px;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-movable-info-container:after {
  content: "\f0a6";
  font-family: 'FontAwesome';
  display: none;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-overflow-container {
  width: 100%;
  float: left;
  clear: both;
  overflow: auto;
  min-height: 500px;
  position: relative;
}
.introduction-section-container .introduction-section.featured-listings-results-section .flot-placeholder {
  width: 100%;
  height: 98%;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .introduction-section-container .introduction-section.featured-listings-results-section .flot-movable-info-container:before {
    display: block;
  }
  .introduction-section-container .introduction-section.featured-listings-results-section .flot-movable-info-container:after {
    display: block;
  }
}
@media (max-width: 640px) {
  .introduction-section-container .introduction-section.featured-listings-results-section .featuredListingsResultCarouselContainer .left.carousel-control {
    margin-left: -15px;
  }
  .introduction-section-container .introduction-section.featured-listings-results-section .featuredListingsResultCarouselContainer .right.carousel-control {
    margin-right: -15px;
  }
  .introduction-section-container .introduction-section.featured-listings-results-section .new-listing-slider-mods.top-slides {
    padding: 0 15px;
  }
}
