/*!
 *  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.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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;
  -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"] {
  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;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 62.5%;

  -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: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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;
          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;
}
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: #999;
}
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: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  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 #999;
}
.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: #999;
}
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';
}
blockquote:before,
blockquote:after {
  content: "";
}
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;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
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: 0;
}
.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: 0;
}
.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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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 {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -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;
  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;
  /* IE8-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, 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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.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;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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;
}
.form-control-static {
  margin-bottom: 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 .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;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.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;
  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 {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.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 {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  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: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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%;
  padding-right: 0;
  padding-left: 0;
}
.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;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@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: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro: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";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  list-style: none;
  background-color: #fff;
  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: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.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: #999;
}
.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 solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-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-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-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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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-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.33;
  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 {
  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: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  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: #428bca;
}
.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: #428bca;
}
.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 {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  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;
    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;
  }
}
.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;
}
@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: none;
}
.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;
    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-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.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 .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;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  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;
  }
  .navbar-text.navbar-right:last-child {
    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-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.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: #999;
  }
  .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: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.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: #999;
}
.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: #428bca;
  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 {
  color: #2a6496;
  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: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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;
}
.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: #999;
  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;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 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;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .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: all .2s ease-in-out;
          transition: all .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: #428bca;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .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;
  }
}
@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: #428bca;
  -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;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  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:         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-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-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:         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:         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:         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:         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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.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 {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.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 {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.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 {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.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 {
  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 {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .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 {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.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 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 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 {
  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;
  overflow: hidden;
  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 {
  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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.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-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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.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: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-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%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -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 {
  min-height: 16.42857143px;
  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: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 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;
}
@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: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.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;
  text-decoration: none;
  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 {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  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);
}
.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;
  font-weight: normal;
  line-height: 18px;
  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;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  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, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  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: none;
  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;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.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: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix: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-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix: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-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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*! 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'; }
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:hover,.btn-adn:focus,.btn-adn:active,.btn-adn.active,.open .dropdown-toggle.btn-adn{color:#fff;background-color:#d05d48;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open .dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d70b7;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{color:#fff;background-color:#d6006f;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open .dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#0072b1;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open .dropdown-toggle.btn-foursquare{color:#fff;background-color:#005888;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open .dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#0072b1;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#0072b1;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{color:#fff;background-color:#303030;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open .dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google-plus{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google-plus:hover,.btn-google-plus:focus,.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{color:#fff;background-color:#ca3523;border-color:rgba(0,0,0,0.2)}
.btn-google-plus:active,.btn-google-plus.active,.open .dropdown-toggle.btn-google-plus{background-image:none}
.btn-google-plus.disabled,.btn-google-plus[disabled],fieldset[disabled] .btn-google-plus,.btn-google-plus.disabled:hover,.btn-google-plus[disabled]:hover,fieldset[disabled] .btn-google-plus:hover,.btn-google-plus.disabled:focus,.btn-google-plus[disabled]:focus,fieldset[disabled] .btn-google-plus:focus,.btn-google-plus.disabled:active,.btn-google-plus[disabled]:active,fieldset[disabled] .btn-google-plus:active,.btn-google-plus.disabled.active,.btn-google-plus[disabled].active,fieldset[disabled] .btn-google-plus.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google-plus .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#7d39b0;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{color:#fff;background-color:#7d39b0;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open .dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active,.btn-microsoft.active,.open .dropdown-toggle.btn-microsoft{color:#fff;background-color:#135ed6;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open .dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:hover,.btn-openid:focus,.btn-openid:active,.btn-openid.active,.open .dropdown-toggle.btn-openid{color:#fff;background-color:#e47f08;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open .dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:hover,.btn-reddit:focus,.btn-reddit:active,.btn-reddit.active,.open .dropdown-toggle.btn-reddit{color:#000;background-color:#c6e3ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open .dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:hover,.btn-soundcloud:focus,.btn-soundcloud:active,.btn-soundcloud.active,.open .dropdown-toggle.btn-soundcloud{color:#fff;background-color:#d64700;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open .dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{color:#fff;background-color:#1f3346;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open .dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#309aea;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo:active,.btn-vimeo.active,.open .dropdown-toggle.btn-vimeo{color:#fff;background-color:#129cc9;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open .dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{color:#fff;background-color:#4a6a89;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open .dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:hover,.btn-yahoo:focus,.btn-yahoo:active,.btn-yahoo.active,.open .dropdown-toggle.btn-yahoo{color:#fff;background-color:#570b79;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open .dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('/core/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('/core/fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('/core/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* ==========================================================================
   The Grid
   ========================================================================== */

.packagesRes .row { width: 940px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.packagesRes .row .row { width: auto; max-width: none; min-width: 0; }
.packagesRes .row.collapse .column, .packagesRes .row.collapse .columns { padding: 0; }
.packagesRes .row .row { width: auto; max-width: none; min-width: 0;}
.packagesRes .row .row.collapse { margin: 0; }
.packagesRes .column, .packagesRes .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }
[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: left; }
.one, .row .one { width: 8.33333%; }
.two, .row .two { width: 16.66667%; }
.three, .row .three { width: 25%; }
.four, .row .four { width: 33.33333%; }
.five, .row .five { width: 41.66667%; }
.six, .row .six { width: 50%; }
.seven, .row .seven { width: 58.33333%; }
.eight, .row .eight { width: 66.66667%; }
.nine, .row .nine { width: 75%; }
.ten, .row .ten { width: 83.33333%; }
.eleven, .row .eleven { width: 91.66667%; }
.twelve, .row .twelve { width: 100%; }
.row .offset-by-one { margin-left: 8.33333%; }
.row .offset-by-two { margin-left: 16.66667%; }
.row .offset-by-three { margin-left: 25%; }
.row .offset-by-four { margin-left: 33.33333%; }
.row .offset-by-five { margin-left: 41.66667%; }
.row .offset-by-six { margin-left: 50%; }
.row .offset-by-seven { margin-left: 58.33333%; }
.row .offset-by-eight { margin-left: 66.66667%; }
.row .offset-by-nine { margin-left: 75%; }
.row .offset-by-ten { margin-left: 83.33333%; }
.push-two { left: 16.66667%; }
.pull-two { right: 16.66667%; }
.push-three { left: 25%; }
.pull-three { right: 25%; }
.push-four { left: 33.33333%; }
.pull-four { right: 33.33333%; }
.push-five { left: 41.66667%; }
.pull-five { right: 41.66667%; }
.push-six { left: 50%; }
.pull-six { right: 50%; }
.push-seven { left: 58.33333%; }
.pull-seven { right: 58.33333%; }
.push-eight { left: 66.66667%; }
.pull-eight { right: 66.66667%; }
.push-nine { left: 75%; }
.pull-nine { right: 75%; }
.push-ten { left: 83.33333%; }
.pull-ten { right: 83.33333%; }
img { height: auto; }
img { -ms-interpolation-mode: bicubic; }
#map_canvas img, .map_canvas img { max-width: none!important; }

/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

/* Block Grids ---------------------- */
.block-grid { display: block; overflow: hidden; padding: 0; }
.block-grid > li { display: block; height: auto; float: left; }
.block-grid.one-up { margin: 0; }
.block-grid.one-up > li { width: 100%; padding: 0 0 15px; }
.block-grid.two-up { margin: 0 -15px; }
.block-grid.two-up > li { width: 50%; padding: 0 15px 15px; }
.block-grid.two-up > li:nth-child(2n+1) { clear: both; }
.block-grid.three-up { margin: 0 -12px; }
.block-grid.three-up > li { width: 33.33333%; padding: 0 12px 12px; }
.block-grid.three-up > li:nth-child(3n+1) { clear: both; }
.block-grid.four-up { margin: 0 -10px; }
.block-grid.four-up > li { width: 25%; padding: 0 10px 10px; }
.block-grid.four-up > li:nth-child(4n+1) { clear: both; }
.block-grid.five-up { margin: 0 -8px; }
.block-grid.five-up > li { width: 20%; padding: 0 8px 8px; }
.block-grid.five-up > li:nth-child(5n+1) { clear: both; }
.block-grid.six-up { margin: 0 -8px; }
.block-grid.six-up > li { width: 16.66667%; padding: 0 8px 8px; }
.block-grid.six-up > li:nth-child(6n+1) { clear: both; }
.block-grid.seven-up { margin: 0 -8px; }
.block-grid.seven-up > li { width: 14.28571%; padding: 0 8px 8px; }
.block-grid.seven-up > li:nth-child(7n+1) { clear: both; }
.block-grid.eight-up { margin: 0 -8px; }
.block-grid.eight-up > li { width: 12.5%; padding: 0 8px 8px; }
.block-grid.eight-up > li:nth-child(8n+1) { clear: both; }
.block-grid.nine-up { margin: 0 -8px; }
.block-grid.nine-up > li { width: 11.11111%; padding: 0 8px 8px; }
.block-grid.nine-up > li:nth-child(9n+1) { clear: both; }
.block-grid.ten-up { margin: 0 -8px; }
.block-grid.ten-up > li { width: 10%; padding: 0 8px 8px; }
.block-grid.ten-up > li:nth-child(10n+1) { clear: both; }
.block-grid.eleven-up { margin: 0 -8px; }
.block-grid.eleven-up > li { width: 9.09091%; padding: 0 8px 8px; }
.block-grid.eleven-up > li:nth-child(11n+1) { clear: both; }
.block-grid.twelve-up { margin: 0 -8px; }
.block-grid.twelve-up > li { width: 8.33333%; padding: 0 8px 8px; }
.block-grid.twelve-up > li:nth-child(12n+1) { clear: both; }
.show-on-phone { display: none !important; }
.show-one-tablet {display: none !important;}
.show-on-mobile {display: none !important;}
.hide-on-desktop {display: none !important;}
.show-on-desktop {display: block !important;}

@media only screen and (max-width: 1024px) {
    .left, .right { float: none; }
    body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
    /* The Grid --- */
    .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; clear: both;}
    .column, .columns { width: auto !important; float: none; }
    .column:last-child, .columns:last-child { float: none; }
    [class*="column"] + [class*="column"]:last-child { float: none; }
    .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
    .column:after, .columns:after { clear: both; }
    .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
    .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
    .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
    /* Mobile 4-column Grid */
    .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
    .row .mobile-one:last-child { float: right; }
    .row .mobile-one.end { float: left; }
    .row.collapse .mobile-one { padding: 0; }
    .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
    .row .mobile-two:last-child { float: right; }
    .row .mobile-two.end { float: left; }
    .row.collapse .mobile-two { padding: 0; }
    .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
    .row .mobile-three:last-child { float: right; }
    .row .mobile-three.end { float: left; }
    .row.collapse .mobile-three { padding: 0; }
    .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
    .row .mobile-four:last-child { float: right; }
    .row .mobile-four.end { float: left; }
    .row.collapse .mobile-four { padding: 0; }
    .push-one-mobile { left: 25%; }
    .pull-one-mobile { right: 25%; }
    .push-two-mobile { left: 50%; }
    .pull-two-mobile { right: 50%; }
    .push-three-mobile { left: 75%; }
    .pull-three-mobile { right: 75%; }
    /* Block Grids --- */
    .block-grid.mobile > li { float: none; width: 100%; margin-left: 0; }
    .block-grid > li { clear: none; }
    .block-grid.mobile-one-up > li { width: 100%; }
    .block-grid.mobile-two-up > li { width: 50%; }
    .block-grid.mobile-two-up > li:nth-child(2n+1) { clear: both; }
    .block-grid.mobile-three-up > li { width: 33.33333%; }
    .block-grid.mobile-three-up > li:nth-child(3n+1) { clear: both; }
    .block-grid.mobile-four-up > li { width: 25%; }
    .block-grid.mobile-four-up > li:nth-child(4n+1) { clear: both; }
    .block-grid.mobile-five-up > li { width: 20%; }
    .block-grid.mobile-five-up > li:nth-child(5n+1) { clear: both; }
    .block-grid.mobile-six-up > li { width: 16.66667%; }
    .block-grid.mobile-six-up > li:nth-child(6n+1) { clear: both; }
    .block-grid.mobile-seven-up > li { width: 14.28571%; }
    .block-grid.mobile-seven-up > li:nth-child(7n+1) { clear: both; }
    .block-grid.mobile-eight-up > li { width: 12.5%; }
    .block-grid.mobile-eight-up > li:nth-child(8n+1) { clear: both; }
    .block-grid.mobile-nine-up > li { width: 11.11111%; }
    .block-grid.mobile-nine-up > li:nth-child(9n+1) { clear: both; }
    .block-grid.mobile-ten-up > li { width: 10%; }
    .block-grid.mobile-ten-up > li:nth-child(10n+1) { clear: both; }
    .block-grid.mobile-eleven-up > li { width: 9.09091%; }
    .block-grid.mobile-eleven-up > li:nth-child(11n+1) { clear: both; }
    .block-grid.mobile-twelve-up > li { width: 8.33333%; }
    .block-grid.mobile-twelve-up > li:nth-child(12n+1) { clear: both; }
    .hide-on-tablet { display: none !important; }
    .show-on-tablet {display: block !important;}
}

@media only screen and (max-width: 1024px) {
    .show-on-phone { display: inherit !important; }
    .hide-on-phone { display: none !important; }
    .show-one-tablet {display: none !important}
}

@media only screen and (max-width: 768px) {
    .show-one-tablet {display: block !important}
    .hide-on-desktop {display: block !important;}
    .show-on-desktop {display: none !important;}
}

/* Button Pack */

.packages .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -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;
    transition: background-color 300ms ease-out 0s;
}

.packages .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.packages .btn:hover,
.packages .btn:focus {
    color: #333333;
    text-decoration: none;
}

.packages .btn-default {
    color: #414141;
    background-color: #f4f4f4;
    border-color: #cecece;
}

.packages .plans .btn-default.order_bronze,
.packages .plans .btn-default.order_silver,
.packages .plans .btn-default.order_gold{
    background-color: transparent !important;
    border-color: transparent !important;
    background-image: none !important;
}

.packages .btn-default:hover,
.packages .btn-default:focus,
.packages .btn-default:active,
.packages .btn-default.active,
.packages .open .dropdown-toggle.btn-default {
    color: #333333;
    background: #ebebeb;
    background: -moz-linear-gradient(top,  #ebebeb 0%, #d7d7d7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#d7d7d7));
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#d7d7d7 100%);
    background: -o-linear-gradient(top,  #ebebeb 0%,#d7d7d7 100%);
    background: -ms-linear-gradient(top,  #ebebeb 0%,#d7d7d7 100%);
    background: linear-gradient(to bottom,  #ebebeb 0%,#d7d7d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d7d7d7',GradientType=0 );
    border-color: #b7b7b7;
}

.packages .btn-small {
    font-size: 11px;
}

.packages .btn-blue {
    color: #fff;
    border-color: #537caa;
    background: #5e99ce;
    background: -moz-linear-gradient(top,  #5e99ce 0%, #306ea6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e99ce), color-stop(100%,#306ea6));
    background: -webkit-linear-gradient(top,  #5e99ce 0%,#306ea6 100%);
    background: -o-linear-gradient(top,  #5e99ce 0%,#306ea6 100%);
    background: -ms-linear-gradient(top,  #5e99ce 0%,#306ea6 100%);
    background: linear-gradient(to bottom,  #5e99ce 0%,#306ea6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e99ce', endColorstr='#306ea6',GradientType=0 );

}

.packages .btn-blue:hover,
.packages .btn-blue:focus,
.packages .btn-blue:active,
.packages .btn-blue.active {
    color: #fff;
    background: #86bae9;
    background: -moz-linear-gradient(top,  #86bae9 0%, #3e7aae 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86bae9), color-stop(100%,#3e7aae));
    background: -webkit-linear-gradient(top,  #86bae9 0%,#3e7aae 100%);
    background: -o-linear-gradient(top,  #86bae9 0%,#3e7aae 100%);
    background: -ms-linear-gradient(top,  #86bae9 0%,#3e7aae 100%);
    background: linear-gradient(to bottom,  #86bae9 0%,#3e7aae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86bae9', endColorstr='#3e7aae',GradientType=0 );
}

.packages .btn-purple {
    color: #fff;
    border-color: #39002f;
    background: #900077;
    background: -moz-linear-gradient(top,  #900077 0%, #6f005c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#900077), color-stop(100%,#6f005c));
    background: -webkit-linear-gradient(top,  #900077 0%,#6f005c 100%);
    background: -o-linear-gradient(top,  #900077 0%,#6f005c 100%);
    background: -ms-linear-gradient(top,  #900077 0%,#6f005c 100%);
    background: linear-gradient(to bottom,  #900077 0%,#6f005c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900077', endColorstr='#6f005c',GradientType=0 );
}

.packages .btn-purple:hover,
.packages .btn-purple:focus,
.packages .btn-purple:active,
.packages .btn-purple.active {
    color: #fff;
    background: #9c0281;
    background: -moz-linear-gradient(top,  #9c0281 0%, #8b0975 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c0281), color-stop(100%,#8b0975));
    background: -webkit-linear-gradient(top,  #9c0281 0%,#8b0975 100%);
    background: -o-linear-gradient(top,  #9c0281 0%,#8b0975 100%);
    background: -ms-linear-gradient(top,  #9c0281 0%,#8b0975 100%);
    background: linear-gradient(to bottom,  #9c0281 0%,#8b0975 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c0281', endColorstr='#8b0975',GradientType=0 );

}

.packages .btn-orange {
    color: #fff;
    background: #900077;
    border-color: #894700;
    background: #d17f00;
    background: -moz-linear-gradient(top,  #d17f00 0%, #ce5900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d17f00), color-stop(100%,#ce5900));
    background: -webkit-linear-gradient(top,  #d17f00 0%,#ce5900 100%);
    background: -o-linear-gradient(top,  #d17f00 0%,#ce5900 100%);
    background: -ms-linear-gradient(top,  #d17f00 0%,#ce5900 100%);
    background: linear-gradient(to bottom,  #d17f00 0%,#ce5900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d17f00', endColorstr='#ce5900',GradientType=0 );

}

.packages .btn-orange:hover,
.packages .btn-orange:focus,
.packages .btn-orange:active,
.packages .btn-orange.active {
    color: #fff;
    background: #ec9206;
    background: -moz-linear-gradient(top,  #ec9206 0%, #d96003 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec9206), color-stop(100%,#d96003));
    background: -webkit-linear-gradient(top,  #ec9206 0%,#d96003 100%);
    background: -o-linear-gradient(top,  #ec9206 0%,#d96003 100%);
    background: -ms-linear-gradient(top,  #ec9206 0%,#d96003 100%);
    background: linear-gradient(to bottom,  #ec9206 0%,#d96003 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9206', endColorstr='#d96003',GradientType=0 );

}

.plans i {
    font-style: normal;
    display: block;
    clear: both;
    padding: 5px 10px 0;
}

/*Footer*/

div.footer {
    background: #294687;
    box-shadow: none;
    clear: both;
    color: white;
    min-height: 200px;
    padding: 0;
    width: 100%;
    min-width: 0;
}

div.footer-wrapper {
    margin: 0 auto;
    clear:both;
    color: white;
    display: block;
    overflow: hidden;
    min-width: 0;
}

/* MA footer */

div.footer.fl-ma-footer {
    background-color: transparent;
    box-shadow: none;
    padding-top: 60px;
}

div.footer.fl-ma-footer div.footer-wrapper .info {
    text-align: center;
    margin-bottom: 20px;
}

div.footer.fl-ma-footer div.footer-wrapper a {
    color: #3555a2;
    text-decoration: underline;
    font-size: 11px;
    margin-right: 40px;
}

div.footer.fl-ma-footer div.footer-wrapper a:last-child {
    margin-right: none;
}

div.footer.fl-ma-footer div.footer-wrapper .logo a:first-child {
    margin-left: -15px;
}

div.back-login_index {
    min-height: 700px;
}

.mobile-adds,
.show-on-phone,
.show-on-tablet  {
    display: none ;
}


/*Packages Responsive*/

body.packagesRes {
    background-color: #fff;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
    /*background: url("/core/img/bma/packages/ex4.jpg") no-repeat top center rgba(0, 0, 0, 0);*/
}

body.packagesRes .line-single .modal-body,
body.packagesRes .modal-footer {
    background-color: transparent;
}

.packagesRes,
.packagesRes h1,
.packagesRes h2,
.packagesRes h3,
.packagesRes p,
.packagesRes span,
.packagesRes div,
.packagesRes section,
.packagesRes a,
.packagesRes em,
.packagesRes b,
.packagesRes i,
.packagesRes u{
    font-family: 'Open Sans', sans-serif;
}

.packagesRes .fa {
    font-family: "FontAwesome" !important;
}

.packagesRes .glyphicon {
    font-family: "Glyphicons Halflings" !important;
}

.packagesRes .entypo {
    font-family: "EntypoRegular" !important;
}

.packagesRes .show-on-phone {
    display: none !important;
}

.container.packagesRes.nav .nav-contact {
    float: right;
    margin-top: 15px;
}

.container.packagesRes.nav .nav-contact b {
    display: inline-block;
    margin-right: 20px;
    font-size: 17px;
    font-weight: normal;
    vertical-align: middle;
    background: url("/core/img/bma/packages/packages2.png") no-repeat -482px -219px transparent;
    padding: 5px 0 5px 23px;
}

.container.packagesRes.nav {
    border-bottom: 1px solid #1a397d;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #1a397d;
    color: #fff;
}

.container.packagesRes.nav h2 {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 60px;
    vertical-align: middle;
    margin-right: 20px;
    border-right: 1px solid #001440;
}

.container.packagesRes.nav a.logo-head {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    background: url("/core/img/bma/packages/packages2.png") no-repeat -317px -106px transparent;
    width: 160px;
    height: 60px;
    border-right: 1px solid #365495;

}

.container.packagesRes.nav img {
    vertical-align: middle;
    padding-right: 20px;
}

.container.packagesRes.nav span {
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
}

.container.packagesRes.nav span.glyphicon-envelope {
    font-size: 16px;
    left: 10px;
    position: absolute;
}
.container.packagesRes.nav .log-in {
    max-width: 370px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.container.packagesRes.nav .log-in-packages {
    color: inherit;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
    text-decoration: underline;
}

.container.packagesRes.nav .log-in-packages.out-log {
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
}

.container.packagesRes.nav .row {
    font-size: 13px;
    color: #fff;
    margin: 0 auto;
    max-width: 942px;
}

.container.packagesRes {
    max-width: none;
    min-height: 0;
    background-color: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
}

.container.packagesRes .row {
    margin: 0 auto;
    max-width: 942px;
}

.packagesXd .columns{
    background-color: #f1f1f1;
}

.packagesRes section {
    clear: both;
}

.three.packCol {
    width: 27.5%;
    padding: 0;
}

.sidebar-inner .three.packCol {
    width: 30%;
}

.nine.packCol {
    margin-left: 0;
    width: 70%;
    padding: 0;
}

header .container.packagesRes {
    background-color: #fff;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
}



.headerPack {
    color: #7c0968;
    font-size: 25px;
    overflow: hidden;
    line-height: 1.3;
    padding: 25px 10px 5px 10px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.special-offer .headerPack{
    padding: 35px 10px 5px 10px;
}

.special-offer .plans .titlePrince {
    font-size: 48px;
    margin: 15px 0 30px;
}


.headerPack .large {
    font-size: 45px;
    -webkit-font-smoothing: antialiased;
}

.headerPack .subHeader {
    display: block;
    font-size: 23px;
    margin-top: 10px;
}

.special-offer .headerPack .subHeader {
    margin-top: 20px;
    font-size: 25px;
}


.twelve.menu-packages {
    margin-bottom: 110px;
    margin-top: 30px;
    text-align: center;
}

.twelve.menu-packages a {
    font-size: 13px;
    padding: 12px 35px 12px 50px;
    background-color: transparent;
    transition: background-color 300ms ease-out 0s;
}

.twelve.menu-packages a .entypo {
    font-size: 50px;
    left: 14px;
    position: absolute;
    top: -4px;
}

.twelve.menu-packages a:hover {
    background-color: #ebebeb;
    background-image: none;
}


header h4 {
    font-size: 22px;
    color: #606060;
    padding: 22px 0;
    font-weight: normal;
    text-transform: uppercase;
    /*background: url("../../images/packages_responsive/packages.png") no-repeat right -896px transparent;*/
    display: inline-block;
    padding-right: 30px;
}

.headerPack .btn {
    padding: 8px 25px 8px 40px;
    margin-top: 12px;
    position: relative;
}

.headerPack .btn em {
    position: absolute;
    top: 3px;
    left: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("/core/img/bma/packages/packages.png") no-repeat 0 -300px transparent;
}

.risk,
.plans,
.linePlan {
    display: block;
    overflow: hidden;
    border: 1px solid #cecece;
    border-radius: 3px;
    margin: 0;
    padding: 10px;
    margin-bottom: 40px;
}

.risk {
    padding-left: 20px;
    padding-top: 20px;
    margin-right: 30px;
    padding-bottom: 20px;
    -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;
}


.risk li {
    background-color: #efe5ed;
    margin-bottom: 9px;
    line-height: 0;
}

.risk li:last-child {
    margin-bottom: 0;
}

.risk li a,
#navibar2 .risk li a{
    width: 100%;
    color: #771a68;
    font-size: 13px;
    line-height: 13px;
    border: 1px solid #d8bed4;
    display: table;
    transition: background-color 300ms ease-out 0s !important;
    padding: 0 !important;
}

.risk li a:hover {
    background-color: #e1d4df;
    text-decoration: none;
}

.risk li a u {
    display: table-cell;
    padding: 9px 10px;
    width: 55%;
    text-decoration: none;
}
.risk li a b {
    font-size: 17px;
    display: block;
    margin-bottom: 3px;
}

.risk li .right-link {
    background-color: #d8bed4;
    width: 45%;
    font-size: 10px;
    vertical-align: middle;
}


.risk li span {
    display: table-row;
}

.risk li span.small {
    font-size: 11px;
    line-height: 1;
}

.risk li span.small sup {
    font-size: 7px;
}

.plans {
    background-color: #fff;
    overflow: visible;
    padding: 0;
}

.plans li {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.plans li span,
.detailsPlan li span {
    display: block;
    text-align: center;
    padding: 10px 0 0;
    height: 250px;
}

.plans li span {
    padding-top: 31px;
}

.plans .btn {
    display: block;
    width: 69%;
    margin: 5px auto;
}

.plans li.bronze span {
    color: #3371a8;
}

.plans li.silver span {
    color: #6f005c;
    background-color: #f6edf4;
    position: relative;
}


.plans li.silver strong {
    border-bottom: 2px solid #8b0975;
    color: #6f005c;
    font-size: 15px;
    font-weight: normal;
    height: 55px;
    left: 0;
    padding: 0px;
    position: absolute;
    top: -56px;
    width: 100%;
}

.special-offer .plans li.silver strong {
    border-bottom: 2px solid #8b0975;
    color: #6f005c;
    font-size: 15px;
    font-weight: normal;
    height: 82px;
    left: 0;
    padding: 0px;
    position: absolute;
    top: -81px;
    width: 100%;
}



.plans li.silver strong .entypo {
    display: block;
    font-size: 59px;
    line-height: 25px;
    padding: 0;
}


.plans li.silver .ticker {
    position: absolute;
    background: url("/core/img/bma/packages/packages.png") no-repeat 0 -811px transparent;
    display: block;
    width: 21px;
    height: 20px;
    top: 47px;
    left: 50%;
    margin-left: -10px;
}


.plans li.gold span {
    color: #b24d00;
}


.plans .titleHead {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
}

.plans .titlePrince {
    clear: both;
    display: inline-block;
    font-style: normal;
    font-size: 60px;
    margin: 15px 0 16px;
    line-height: 1;
    font-weight: normal;
    position: relative;
    letter-spacing: -2px
}

.plans .titlePrince b {
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    top: 7px;
    left: -9px;
}

.plans .titlePrince b.mo {
    font-size: 11px;
    top: auto;
    bottom: 8px;
    left: auto;
    right: -20px;
    letter-spacing: 0;
}

.plans .titleInfo {
    font-style: normal;
    font-size: 11px;
    padding: 34px 5px 0;
    display: block;
    position: relative;
    line-height: 1;
    min-height: 50px;
    margin-top: 8px;
}

.plans .titleInfo b {
    font-size: 15px;
}

.plans .titleInfo .coffee {
    position: absolute;
    background: url("/core/img/bma/packages/packages.png") no-repeat -39px -805px transparent;
    display: block;
    width: 25px;
    height: 25px;
    top: 0;
    left: 50%;
    margin-left: -10px;
}

.plans .titleInfo.free {
    visibility: hidden;
}

.sidebar-inner .row .nine.fixed-sidebar{
    position:fixed;
    top:0;
    left: 0;
    background: #fff;
    display: block;
    z-index:400;
    width: 100% !important;
    -moz-box-shadow: 0 0 20px 5px #ccc;
    -webkit-box-shadow: 0 0 20px 5px#ccc;
    box-shadow: 0 0 20px 5px #ccc;
}

.sidebar-inner .fixed-sidebar ul {
    margin-bottom: 0;
    margin-left: 30%;
    width: 70%;
}

.fixed-sidebar .three.packCol .risk {
    display: none;
}

.fixed-sidebar .nine.packCol .plans {
    border-color: #fff;
    margin-bottom: 0;
    border-bottom: none;
}

.fixed-sidebar .plans li.silver .ticker {
    top: 59px;
}

.fixed-sidebar .plans li span {
    height: 160px !important;
}

.fixed-sidebar .plans .titlePrince {
    margin: 14px 0 5px;
    font-size: 40px;
}

.fixed-sidebar .plans .titlePrince b {
    top: 4px;
    left: -11px;
}

.fixed-sidebar .plans .titlePrince b.mo {
    bottom: 6px;
    top: auto;
    left: auto;
    right: -24px;
}

.fixed-sidebar~.packagesResFirst {
    margin-top: 30px !important;
}

.fixed-sidebar .plans .titleInfo {
    display: none;
}

.fixed-sidebar ul {
    border: none;
}

.fixed-sidebar .fixedRow {
    display: block;
    margin: 0 auto;
    min-width: 740px;
    max-width: 940px;
}


.detailsPlan {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.linePlan {
    border: none;
    border-radius: 0;
    margin: 0;
}

.packagesRes .mfp-bg {
    opacity: 0.7;
}

.packagesRes .slide {
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 19px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 19px 0px rgba(50, 50, 50, 1);
}

.packagesRes .slide img {
    max-width: 100%;
    border: 1px solid #fff;
    border-radius: 3px;
}

.packagesRes button.mfp-close {
    text-shadow:1px 1px 10px #fff;
}

.packagesRes .mfp-auto-cursor .mfp-content {
    text-align: center;
}


.line .three,
.line .nine {
    border-bottom: 1px solid #cecece;
}

.last .three {
    border-bottom: none;
}

.line .nine {
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.last .nine {
    border-radius: 0 0 3px 3px;
}

.ie8 .line .nine {
    margin-left: 23px;
}

.ie8 .limited-packages .boost .line .nine {
    margin-left: 0;
}

.first .nine {
    border-top: 1px solid #cecece;
    border-radius: 3px 3px 0 0;
    -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;
}

.first.last .nine {
    border-radius: 3px;
}

.line {
    background-color: transparent;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.line:hover {
    background-color: #eae2e9;
}

.packagesRes .last {
    margin-bottom: 30px;
}

.line .three div {
    color: #6f005c;
    padding-left: 80px;
    height: 80px;
    padding-top: 20px;
    font-size: 11.5px;
    line-height: 1.2;
    padding-right: 10px;
    position: relative;
}

.line .three div a{
    color: #6f005c;
    text-decoration: underline;
}

.line .three div small {
    font-size: 10px;
    display: block;
}

.line .three div em {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
    background: url("/core/img/bma/packages/packages2.png") no-repeat 1px 1px transparent;
}

.line .three div.less {
    padding-top: 28px;
}

.line.more .three div {
    height: 100px;
}

.line.more2 .three div {
    height: 130px;
}

.line .three.website div em,
.packagesRes .accordion .panes .website em  {
    background-position: -56px 1px;
}

.line .three.respond div em,
.packagesRes .accordion .panes .respond em  {
    background-position: -109px 1px;
}

.line .three.advert div em,
.packagesRes .accordion .panes .advert em  {
    background-position: -163px 1px;
}

.line .three.blockPack div em,
.packagesRes .accordion .panes .blockPack em  {
    background-position: -220px 1px;
}

.line .three.video div em,
.packagesRes .accordion .panes .video em {
    background-position: -279px 1px;
}

.line .three.socialLinks div em,
.packagesRes .accordion .panes .socialLinks em  {
    background-position: -334px 1px;
}

.line .three.socialPage div em,
.packagesRes .accordion .panes .socialPage em  {
    background-position: -391px 1px;
}

.line .three.appear div em,
.packagesRes .accordion .panes .appear em  {
    background-position: -452px 1px;
}

.line .three.coverage div em,
.packagesRes .accordion .panes .coverage em  {
    background-position: 1px -57px;
}

.line .three.priority div em,
.packagesRes .accordion .panes .priority em  {
    background-position: -50px -57px;
}

.line .three.exposure div em,
.packagesRes .accordion .panes .exposure em  {
    background-position: -108px -58px;
}

.line .three.across div em,
.packagesRes .accordion .panes .across em  {
    background-position: -162px -55px;
}

.line .three.promote div em,
.packagesRes .accordion .panes .promote em  {
    background-position: -219px -53px;
}

.line .three.promoteSocial div em,
.packagesRes .accordion .panes .promoteSocial em  {
    background-position: -274px -57px;
}

.detailsPlan li span {
    height: 80px;
}

.more .detailsPlan li span {
    height: 100px;
}

.more2 .detailsPlan li span {
    height: 130px;
}


.detailsPlan li span b {
    display: block;
    font-weight: normal;
}

.tooltipPack {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 16px;
}

.packagesRes .hover-divs,
.packagesRes .hover-divs {
    background-color: #6f005c !important;
    color: #fff;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 25px 20px !important;
    border-radius: 5px;
    box-shadow: 0 0 4px 2px #CCCCCC;
    position: absolute !important;
    background: #6F005C;
    padding: 25px 45px 25px 20px !important;
    cursor: pointer;
    z-index: 2147483647;
}

.packagesRes .hover-divs:after {
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-size: 22px;
    position: absolute;
    right: 8px;
    top: 5px;
}

.packagesRes .hover-divs2 {
    top: auto;
    left: 0;
    bottom: 0;
}

.plans b.not_available {
    color: #c9c9c9;
    font-size: 40px;
}

.plans span.not_available em {
    margin-top: 15px
}

.detailsPlan li span {
    padding-top: 0;
}

.detailsPlan li span em {
    font-size: 11px;
    line-height: 1;
    font-style: normal;
    display: inline-block;
    padding-top: 12%;
}

.detailsPlan li span em img {
    margin-bottom: 5px;
}

.detailsPlan li span em .glyphicon {
    margin-bottom: 5px;
}

.detailsPlan li span em .glyphicon.glyphicon-minus {
    color: #B7B2B7;
}

.detailsPlan li span em .glyphicon.glyphicon-ok{
    color: #595859;
    font-size: 15px;
    height: auto;
}

.detailsPlan li span em .glyphicon.glyphicon-ok.green {
    color: #0F9704;
}

.detailsPlan li span em a {
    line-height: 1;
    color: #434343;
    text-decoration: underline;
}

.detailsPlan li span em.ones {
    margin-top: 15px;
}

.detailsPlan li span em.ones2 {
    margin-top: 6px;
}

.more2 .detailsPlan li span em {
    padding-top: 40px
}

.contactPack {
    border: 1px solid #cecece;
    border-radius: 3px;
    overflow: hidden;
    padding:20px 10px;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    -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;
    line-height: 1.2;
}

.contactPack .btn {
    margin-top: 12px;
    padding-left: 12px;
    position: relative !important;
}

.contactPack em,
.container.packagesRes.nav .btn em {
    dsplay: block;
    position: absolute;
    width: 30px;
    height: 19px;
    top: 5px;
    left: 8px;
    background: url("/core/img/bma/packages/packages2.png") no-repeat 1px -117px transparent;
}

.container.packagesRes.nav .btn {
    padding-left: 40px;
    position: relative !important;
    padding-right: 10px;
    font-size: 11px !important;
    padding-top: 7px;
}

.contactPack a.tel {
    color: #343434;
    text-decoration: none;
    cursor: default;
    outline: none;
}

.stars-text, .foot-packages {
    margin-bottom: 20px;
    overflow: hidden;
    color: #a1a1a1;
    font-size: 11px;
    float: none !important;
    text-align: center;
}

.foot-packages {
    margin-bottom: 80px;
}

.foot-packages a{
    text-decoration: underline;
    padding-left: 15px;
}

.foot-packages a:first-child {
    padding-left: 0;
}

.mobileInfo, .packagesRes .accordion .panes{
    display: none;
}

.testimon {
    width: 80%;
    max-width: 930px;
    background-color: #fff;
    background: url("/core/img/bma/packages/testimonials/1.jpg") no-repeat -2px 0 #fff;
    height: 420px;
    border: 1px solid #fff;
    border-radius: 2px;
}


.testimon2 {
    background-image: url("/core/img/bma/packages/testimonials/2.jpg");
}

.testimon3 {
    background-image: url("/core/img/bma/packages/testimonials/3.jpg");
}

.testimon4 {
    background-image: url("/core/img/bma/packages/testimonials/4.jpg");
}

.testimon5 {
    background-image: url("/core/img/bma/packages/testimonials/5.jpg");
}

.testimon .text{
    width: 50%;
    display: block;
    margin-left: 50%;
    padding: 40px;
    color: #3467a0;
    font-size: 23px;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.testimon .text b,
.testimon .text span{
    font-weight: normal;
    display: block;
    text-align: left;
    margin-top: 16%;
}

.testimon.testimon2 .text b {
    margin-top: 10%;
}

.testimon.testimon3 .text b {
    margin-top: -4%;
}

.testimon .text span {
    font-size: 12px;
    margin-top: 7%;
}

.hiden-on-phone .line .three div i.hide-on-tablet,
.ie8 .line .three div i {
    font-style: normal;
}

.testimon .headTestimon {
    display: none;
}

.fixed-sidebar .plans li.silver strong {
    top: -9px;
    height: 48px;
    position: absolute;
    width: 100%;
    color: #6f005c;
    background-color: transparent;
    left: 4px;
    font-size: 14px;
    font-weight: normal;
    padding: 17px 5px;
    height: 55px;
    border-bottom: none;
}

.fixed-sidebar .plans li.silver strong .entypo {
    display: none;
}

div.footer.fl-ma-footer div.footer-wrapper a.bt-pay {
    background: url("/core/img/bma/packages/packages2.png") no-repeat 15px -266px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 27px;
    width: 103px;
}

div.footer.fl-ma-footer div.footer-wrapper .bt-pay.paypal {
    background: url("/core/img/bma/packages/packages2.png") no-repeat 0 -293px rgba(0, 0, 0, 0);
    height : 27px;
    width: 103px;
    display: inline-block;
}



/*Limited offer*/

#limited-silver, #limited-silver-mobile {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -27px;
}

.special-offer #limited-silver {
    margin-left: 0;
    top: 133px;
    font-size: 12px;
    left: 0;
    height: auto;
    border-bottom: none;
    padding-bottom: 0;
}

.fixed-sidebar #limited-silver {
    display: none;
}

#limited-silver-mobile {
    top: 88px;
    margin-left: -33px;
}

.limited-packages .headerPack .large {
    font-size: 44px;
}

.limited-packages .headerPack .b-large {
    font-size: 38px;
}

.limited-packages .headerPack .b-large b {font-size: 45px; font-weight: normal;}

.special-offer.limited-packages .headerPack .b-large b {font-size: 48px; font-weight: normal;}

.limited-packages #sticky .plans li span {
    height: 220px;
}

.limited-packages .risk,
#navbar2 .risk{
    min-height: 0 !important;
    margin-bottom: 0;
    padding: 0;
    border: none;
    display: table;
    width: calc(100% - 30px);
    border-radius: 0;
}

.limited-packages .risk li.confident {
    padding-bottom: 2px !important;
}

.limited-packages .boost {
    margin-bottom: 60px;
}


.limited-packages #sticky .plans {
    margin-bottom: 0;
}

.limited-packages .boost .line .three {
    border-bottom-color: #F5F5F5;
}

.limited-packages .boost .line .boots-last {
    border-radius: 0 0 3px 3px;
}

.limited-packages .boost .line .boots-silver {
    background-color: #eae3ea;
}

.limited-packages .boost .detailsPlan li span em {
    color: #595959;
    font-size: 12px;
    line-height: 16px;
}

.limited-packages .boost .detailsPlan li span{
    padding-left: 10px;
    padding-right: 10px;
}

.limited-packages .boost .detailsPlan li span a {
    display: block;
    font-size: 11px;
}

.limited-packages .boost .detailsPlan li.boots-silver span em,
.limited-packages .boost .detailsPlan li.boots-silver span em a {
    color: #953885;
}

.limited-packages .boost .detailsPlan li span em strong {
    font-size: 14px;
}

.limited-packages .boost .line .three div em {
    background: url("/core/img/bma/packages/boots.png") no-repeat scroll 0px -4px transparent;
    width: 54px;
    left: -2px;
    top: 16px;
}

.limited-packages .boost .line .three.boost-exposer div em {
    background-position: -4px -178px;
}

.limited-packages .boost .line .three div {
    color: #595959;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 25px;
    text-align: right;
    vertical-align: middle;
}

.limited-packages .boost .line .three div .entypo {
    font-size: 45px;
    vertical-align: middle;
}

.packagesRes .contactPack {
    border: 1px solid #cecece;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    padding: 20px 10px !important;
    text-align: center;
}

.plans .no-cc {
    font-size: 10px;
    padding-top: 0;
}

.fixed-sidebar .plans .no-cc {
    position: absolute;
    top: 2px;
    width: 100%;
}

.plans .no-cc .entypo {
    display: inline;
    font-size: 25px;
    padding: 0;
    vertical-align: sub;
}


/*Special Offer */
/*
.special-offer.limited-packages .headerPack .b-large,
.special-offer.limited-packages .headerPack .large{
    font-size: 40px;
    color: #24489d;
}

.special-offer .headerPack {
    color: #24489d;
    padding: 35px 200px 65px 0;
    line-height: 40px;
}

.special-offer .headerPack .btn {
    margin-top: 20px;
}

.special-offer #limited-silver, .special-offer #limited-silver-mobile {
    margin-left: -62px;
    top: 135px;
}
*/
.special-offer .plans li.silver strong {
    font-size: 23px;
    padding-top: 5px;
    line-height: 1;
}

.special-offer .fixed-sidebar .plans li.silver strong {
    padding-top: 12px;
}

.special-offer .plans li.silver strong b {
    bottom: 33px;
    font-size: 14px;
    font-weight: normal;
    left: 0;
    position: absolute;
    width: 100%;
}

.special-offer .fixed-sidebar .plans li.silver strong b {
    display: none;
}

.bottom-btn {
    text-align: center;
    padding: 40px 15px !important;
}

.bottom-btn .btn {
    padding: 9px 35px;
    background-color: transparent;
    margin-left: 6px;
    margin-right: 6px;
}

.bottom-btn .btn:hover {
    background-color: #ebebeb;
}

.bottom-btn .btn .glyphicon {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: bottom;
}

.fixed-sidebar .plans li.silver strong.off {
    display: none;
}

/*Modal packages*/

.modal-body.pckg-modal {
    padding-left: 0;
    padding-right: 0;
}

.modal-body .headerPack .btn,
.modal-body .detailsPlan li span em a,
.modal-body .detailsPlan li span em .hide-on-tablet,
.modal-body .line .three div a,
.modal-body .tooltipPack,
.modal-body .packagesRes bdi,
.modal-body .open-gallery-link{
    display: none !important;
}

/*Tablet packages*/

@media only screen and (max-width: 1024px) {
    .fixed-sidebar .plans .no-cc{display: none;}
    .row .three.packCol {width: 29% !important;float: left;}
    .row .nine.packCol {width: 70% !important;float: right; }
    .packagesRes .row {padding: 0 20px;}
    .headerPack {font-size: 19px; background-size: 22%;}
    .headerPack .large {font-size: 42px;}
    .plans {margin-bottom: 0;}
    .plans .titleInfo, .container.packagesRes.nav .nav-contact {display: none;}
    .plans li span {height: 215px;}
    .plans li.silver strong {font-size: 16px;}
    .twelve.menu-packages a {padding: 12px 15px 12px 45px;}
    .twelve.menu-packages a .entypo {left: 10px;}
    .plans li.silver strong {padding: 5px 3px;font-size: 12px; top: -80px; height: 80px;}
    .limited-packages .headerPack .b-large b {font-size: 35px;}
    .risk li span.small {font-size: 10px;}
    .risk {padding: 10px 20px;min-height: 217px;}
    .detailsPlan li span {height: 80px;}
    .packagesRes .slide {display: block !important; }
    .hiden-on-phone .line .three div a {
        display: inline-block;
        padding: 3px 5px;
        color: #fff;
        border: 1px solid #5a0b4d;
        font-size: 12px;
        border-radius: 2px;
        text-decoration: none;
        -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;
        margin: 0 2px;
        width: 88px;
        text-align: center;
        background: #901b7c;
        background: -moz-linear-gradient(top,  #901b7c 0%, #751565 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#901b7c), color-stop(100%,#751565));
        background: -webkit-linear-gradient(top,  #901b7c 0%,#751565 100%);
        background: -o-linear-gradient(top,  #901b7c 0%,#751565 100%);
        background: -ms-linear-gradient(top,  #901b7c 0%,#751565 100%);
        background: linear-gradient(to bottom,  #901b7c 0%,#751565 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#901b7c', endColorstr='#751565',GradientType=0 );
    }
    .hiden-on-phone .line .three div a:first-letter {text-transform: uppercase;}
    .hiden-on-phone .line .three.exposure div a{margin: 5px 2px;}
    .line:hover{background-color: transparent; overflow: visible;}
    .three.packCol.exposure {height: 120px;}
    .three.packCol.exposure li {margin-bottom: 5px;text-align: right;}
    .three.packCol.across,.line.more2 .three div {height: auto;}
    .three.packCol.across i {font-style: normal;}
    .three.packCol.across li {position: relative; margin-bottom: 5px; min-height: 42px;}
    .three.packCol.across li a {letter-spacing: 0; float: right; margin-top: 5px;}
    .fixed-sidebar .plans .titlePrince {font-size: 40px;}
    .fixed-sidebar .plans li span {height: 175px;}
    .testimon.testimon3 .text {font-size: 21px;}
    .limited-packages .headerPack .b-large {font-size: 25px;}
    .limited-packages .headerPack .large {font-size: 35px; line-height: 70px; }
    .limited-packages .boost .row {padding: 0 !important;}
    .limited-packages .boost .line .three div {
        padding-left: 20px;
    }
    .limited-packages .boost .line .three div em, .limited-packages .boost .line .three.limited-pck div em {background-image: none !important;}
    .special-offer #limited-silver-mobile {
        margin-left: auto;
        margin-right: -30px;
        top: 15px !important;
        left: 17px;
        font-size: 11px;
        border-bottom: none;
        width: 50%;
    }

    .special-offer #limited-silver-mobile {
        top: 15px;
    }

    .special-offer .plans li.silver strong {
        font-size: 13px;
        padding-top: 5px;
        line-height: 1;
        text-align: left;
        height: 48px;
        top: -47px;
        width: 50%;
        left: 15px;
        padding-bottom: 0;
    }

    .special-offer .plans li.silver strong b {
        font-size: 11px;
        bottom: 44px;
        left: 3px;



    }
    .limited-packages #sticky .plans li span {
        height: 275px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px)  {
    .plans .titlePrince {
        font-size: 33px;
        margin-bottom: 40px;
    }
    .plans .titlePrince b.mo {
        right: -21px;
    }
    .special-offer #limited-silver {
        margin-left: 12px;
        top: 120px;
        left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .testimon{background-position: -70px 0;}
    .testimon .text{width: 60%; margin-left: 42%;}
    .line.more .three.exposure  {height: 160px;}
    .line .three div {padding-left: 70px;}
    .limited-packages .boost .detailsPlan li span em, .limited-packages .boost .detailsPlan li span em strong {font-size: 12px;}
    .plans li {width: 24%;}
    .container.packagesRes.nav .row, .login-page .modal-body, .login-page .modal-footer, .packagesRes .row {width: auto !important; min-width: 0 !important;}
    .fb-login {clear: both;margin-left: auto;margin-right: auto !important;}
}

@media only screen and (max-width: 860px) {
    .line .three div, .detailsPlan li span {height: 85px;}
    .line.more .three div, .more .detailsPlan li span {height: 110px;}
    .more2 .detailsPlan li span {height: 160px;}
    .packagesRes .row.more2 {margin-bottom: 5px;}
}


@media only screen and (max-width: 800px) {
    .risk {margin-right: 25px;min-height: 217px;}
    .line .three div {padding-left: 70px;}
    .packagesRes .hover-divs {top: 0;}
    .packagesRes .hover-divs#advert {top: auto; bottom: -140px;}
    .contactPack {padding: 20px 70px;}
    .detailsPlan li span em {padding-top: 18%;}
    .detailsPlan li span em.ones {margin-top: 16px;}
    .plans span.not_available em {margin-top: 16px;}
    .fixed-sidebar .fixedRow {min-width: 0;}
    .sidebar-inner .fixed-sidebar ul {margin-bottom: 0;margin-left: 35%;width: 65%;}
    .fixed-sidebar .plans li.silver strong {display: none;}
    .fixed-sidebar .plans li span {padding-top: 10px;}
    .fixed-sidebar .plans li span {height: 164px;}
    .risk li.confident {padding-bottom: 20px; margin-top: 4px; }
    .row .three.packCol {width: 33% !important;}
    .row .nine.packCol {width: 65% !important;}
    .plans li {width: 24%;}
    .packagesRes .hover-divs {background: url("/core/img/bma/packages/close_tooltip.png") no-repeat right top #6F005C;padding: 25px 45px 25px 20px !important;}
    .testimon{background-position: -134px 0; height: 364px; background-size: 80%;}
    .testimon .text{width: 60%; margin-left: 42%;}
    .more2 .detailsPlan li span em {padding-top: 60px;}
    .testimon3 {background-position: -221px 0;}
    .testimon4 {background-position: -85px 0;height: 364px;background-size: 79%;}
    .three.packCol.exposure {height: 140px;}
    .three.packCol.exposure li {margin-bottom: 5px;}
    .container.packagesRes.nav .row {padding-left: 0;}
    .plans .btn {width: 82%;}
    .three.packCol.exposure li {white-space: nowrap;}
    .testimon.testimon2 .text, .testimon.testimon3 .text {font-size: 19px;}
    .testimon.testimon3 .text {margin-left: 30%;width: 69%;}
    .limited-packages .boost .detailsPlan li span {padding-left: 2px;padding-right: 2px;}
    .limited-packages .boost .line .three div em {background-image: none;}
    .three.packCol.across ul, .three.packCol.exposure ul {padding-left: 5px;}
    .packagesRes .hover-divs:after {content: none;}
}

@media only screen and (max-width: 767px) {
    .plans li {width: 23.5%;}
    .special-offer #limited-silver {display: none;}
    .plans li.silver strong .entypo {font-size: 37px;line-height: 10px;}
    .twelve.menu-packages a .entypo {left: 3px;}
    .twelve.menu-packages a {padding: 12px 10px 12px 32px;}
    .menu-packages .navbar-toggle {background-color: #812071; color:#fff; float:left; margin-left: -15px; position: relative; font-size: 13px; line-height: 15px;width: 48%;}
    .menu-packages .navbar-toggle .entypo {
        font-size: 50px;
        margin-right: 5px;
        float: left;
        line-height: 28px;}
    .menu-packages .navbar-toggle:after {
        background-color: #812071;
        border: 1px solid #812071 !important;
        bottom: -14px;
        content: "";
        height: 20px;
        position: absolute;
        right: -1px;
        width: 100%;}
    .menu-packages .navbar-toggle.collapsed:after {display: none;}
    .menu-packages .navbar-collapse {background-color: #812071; clear: both; width: calc(100% + 30px); margin-left: -15px; margin-bottom: 0;  }
    .menu-packages .navbar-collapse .btn-group {padding: 15px;}
    .twelve.menu-packages a {
        background-color: #f5f5f5;
        display: block;
        clear: both;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 3px !important;
        border: none;
        padding: 12px 35px 12px 50px;}
    .twelve.menu-packages {margin-bottom: 0; margin-top: 15px;}
    .twelve.menu-packages a .entypo {left: 14px;}
    .navbar-toggle.right-button {float: right; margin-right: -10px; margin-left: 0; border-radius: 4px 0 0 4px; }
    .navbar-toggle.right-button::after {right: auto; left: -1px;}

    .packagesRes .hover-divs:after, .packagesRes .hover-divs:after {top: 10px; right: 20px;content: "\e014";}
    .packagesRes .row {padding: 0 10px;}
    .packagesRes .show-on-phone {display: block !important;}
    .packagesRes .hiden-on-phone {display: none !important;}
    .container.packagesRes.nav .desktop {display: none;}
    .container.packagesRes.nav .mobile {
        display: block !important;
        text-align: center;
        margin-left: -10px;
        margin-right: -10px;
        height: 60px;
    }
    .container.packagesRes.nav {border-bottom: 1px solid #000;}
    .container.packagesRes.nav .mobile .mobile-logo{display:block; background: url("/core/img/bma/packages/packages2.png") no-repeat -317px -109px; width: 137px; height: 100%; padding-top: 6px;padding-bottom: 10px; margin-left: auto; margin-right: auto;}
    .container.packagesRes.nav span {display: none;}
    .headerPack {padding-top: 20px; font-size: 15px; line-height: 1;background-size: 22%;   line-height: 34px;}
    .headerPack .large {font-size: 37px;display: block;}
    .headerPack .btn {display: none;}
    .headerPackmobile {
        color: #7c0968;
        font-size: 15px;
        overflow: hidden;
        line-height: 1.3;
        padding: 10px 0 22px 10px;
    }

    .plans .no-cc .entypo {line-height: 12px;margin-right: 5px;padding: 0;vertical-align: bottom; width: auto; }
    .plans .no-cc {font-size: 10px;padding-left: 19px;padding-top: 0;text-align: left; white-space: nowrap; white-space: nowrap; clear: both;}
    .plans li.silver e.down-bold {font-size: 50px;left: 40px;position: absolute;}

    .headerPackmobile .subHeader {display: block;}
    .headerPackmobile .btn {margin-top: 10px;padding: 9px 30px 9px 45px;position: relative; font-size: 12px;}
    .headerPackmobile .btn.open-gallery-link{margin-right: 10px;}
    .headerPackmobile .btn em {
        position: absolute;
        top: 3px;
        left: 10px;
        display: block;
        width: 30px;
        height: 30px;
        background: url("/core/img/bma/packages/packages.png") no-repeat 0 -297px transparent;
    }
    .row .three.packCol {display: none;}
    .row .nine.packCol {width: 100% !important; float: none !important;}
    .plans li {width: 100%;}
    .fixed-sidebar {
        position: static !important;
        -moz-box-shadow: 0 0 0 0 #ccc;
        -webkit-box-shadow: 0 0 0 0 #ccc;
        box-shadow: 0 0 0 0 #ccc;
        background-color: transparent;
    }
    .fixed-sidebar .nine.packCol .plans {
        border-color: #fff;
        margin-bottom: 30px;
        border-bottom: 1px solid #cecece;
        border-top: 1px solid #cecece;
    }

    .fixed-sidebar .plans li.silver .ticker {top: 59px;}
    .fixed-sidebar .plans li span,
    .plans li span{height: 117px;padding-top: 0;}
    .fixed-sidebar .plans li.free span,
    .plans li.free span{color: #7e7e7e;}
    .fixed-sidebar .plans .titlePrince,
    .plans .titlePrince {margin: 20px 10% 5px 0 !important;font-size: 60px;}
    .fixed-sidebar .plans .titlePrince b,
    .plans .titlePrince b {top: 7px;left: -9px;}
    .fixed-sidebar .plans .titlePrince b.mo,
    .plans .titlePrince b.mo  {
        bottom: 8px;
        top: auto;
        left: auto;
        right: -19px;
    }

    .fixed-sidebar~.packagesResFirst {
        margin-top: 30px !important;
    }

    .fixed-sidebar .plans .titleInfo {
        display: none;
    }
    .packagesRes .mobileHead {
        display: block;
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }
    .packagesRes .payButton br {
        display: none;
    }
    .packagesRes .mobileHead .btn {width: 48%; overflow: hidden; text-overflow: ellipsis; text-align: left;}
    .packagesRes .payButton em {background-position: 0 -535px;}
    .plans li {border-bottom: 1px solid #cecece;}
    .plans li span i {float: left; width: 63%; padding-top: 8px; display: block; font-style: normal; clear: none; }
    .plans li span i.mobileBtnPlans {float: left; width: 36%;}
    .plans li span i.mobileBtnPlans .btn{width: 81%;}
    .plans {border-radius: 0; border-left: 0; border-right: 0;}
    .plans .mobileBtnPlans .btn {padding:12px; }
    .plans .titleHead, .plans .titlePrince {display: block;float: left; clear: none;margin: 20px 0 16px;}
    .plans .titleHead {width: 80px;padding-top: 22px; text-align: left;padding-left: 5px;}
    .plans .titlePrince {width: 65px;float: right;margin-right: 10%; }
    .mo2 {display: none;}
    .contactPack {padding: 20px;}
    .plans li span i.mobileBtnPlans .btn-accordeon {
        font-size:11px;
        color: #404040 !important;
        text-align: center;
        width: 81%;
        padding: 10px 5px 8px 10px;
        margin: 10px auto 5px;
        border: 1px solid #cecece;
        border-radius: 2px;
        -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-decoration: none !important;
    }

    .plans li span i.mobileBtnPlans u {
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        text-decoration: none;
    }

    .plans li span i.mobileBtnPlans .btn-accordeon .glyphicon {
        margin-right: 10px;
    }
    .fixed-sidebar .nine.packCol .plans{margin-bottom: 10px;}
    .sidebar-inner .accordion .plans.show-on-phone {margin-bottom: 0; border-top: none; }
    .sidebar-inner .accordion .plans.show-on-phoneplansFirst {border-top: 1px solid #CECECE; }
    .sidebar-inner .accordion .plans.show-on-phone li {border-bottom: none; }
    .sidebar-inner .accordion .plans.show-on-phone li.free {border-top: 1px solid #CECECE;}
    .packagesRes .accordion .panes{margin-top: -14px;border-top: none;margin-left: -10px;margin-right: -10px;}
    .packagesRes .accordion .panes span{
        color: #6F005C;
        font-size: 11.5px;
        line-height: 1.2;
        padding: 20px 20px 20px 80px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #cecece;
        position: relative;
        min-height: 65px;
        vertical-align: middle;
        display: block;
    }

    .packagesRes .accordion .panes span.glyphicon-question-sign {
        color: inherit;
        line-height: inherit;
        padding-left: 0;
        background-color: transparent;
        border-bottom: none;
        min-height: 0;
        display: inline;
    }

    .packagesRes .accordion .panes span em {
        background: url("/core/img/bma/packages/packages2.png") no-repeat scroll 1px 1px rgba(0, 0, 0, 0);
        display: block;
        height: 40px;
        left: 20px;
        position: absolute;
        top: 20px;
        width: 40px;
    }
    .sidebar-inner {background-color: #fff; margin-top: 20px;}
    .plans li.silver strong,.fixed-sidebar .plans li.silver strong  {
        display: block;
        padding: 0;
        height: auto;
        top: 63px !important;
        width: auto;
        background: transparent;
        left: 30px;
        font-size: 9px;

    }

    .packagesRes .accordion .panes span.boots-leads,
    .packagesRes .accordion .panes span.boots-exposure {
        color: #595959;
    }

    .packagesRes .accordion .panes span.boots-leads em,
    .packagesRes .accordion .panes span.boots-exposure em {
        background: url("/core/img/bma/packages/boots.png") no-repeat scroll 1px 1px rgba(0, 0, 0, 0);
        width: 55px;
        background-size: 79%;
    }

    .packagesRes .accordion .panes span.boots-exposure em {
        background-position: 1px -126px;
        top: 15px;
    }

    .packagesRes .accordion .panes span.boots-leads b,
    .packagesRes .accordion .panes span.boots-exposure b {
        display: block;
        margin-bottom: 5px;
    }

    .plans li.silver .ticker,
    .fixed-sidebar .plans li.silver .ticker {
        top: 14px;
        margin-left: -12px;
    }

    .plans .silver .titleHead {
        padding-top: 12px;
    }

    .slide.riskTop  {
        background-color: #fff;
        text-align: left;
        width: 90%;
        border-radius: 2px;
    }

    .slide.riskTop .risk {
        border: none;
        padding: 38px 20px 30px 40px;
    }

    .plans  li.silver span i.mobileBtnPlans .btn-accordeon {
        background: #f0e1ed;
        border-color: #cdb8c8;
        color: #6f005c !important;

    }

    .plans.open  li.silver span i.mobileBtnPlans .btn-accordeon {
        background: #f5f5f5;
        border-color: #cecece;
        color: #404040 !important;

    }


    .contactPack .btn {margin-top: 20px;}
    .testimon {background-image: none; height: auto;}
    .testimon .text {margin-left: 0; width: 100%; padding: 50px 30px;}
    .testimon .text b {margin-top: 0;}
    .firstPanes {border-top: 1px solid #cecece;}
    .packagesRes .hover-divs {z-index: 99999; top: 100%; border-radius: 0; display: block; color: #fff !important; background-image: none !important;}
    .packagesRes .accordion .panes {position: relative;}
    .limited-packages .headerPack .b-large b {font-size: 26px; font-weight: bold;}
    .headerPack .subHeader {  display: block;font-size: 16px;line-height: 30px;margin-top: 7px;}
    /* Test packagest tooltip */
    .packagesRes .limited-packages .accordion .panes {position: relative;}
    .testimon .headTestimon {
        display: block;
        background: none repeat scroll 0 0 #FFFFFF;
        border-radius: 3px 3px 0 0;
        font-size: 14px;
        left: -1px;
        padding: 10px;
        position: absolute;
        top: -31px;
    }
    .testimon.testimon3 .text {margin-left: 0;width: 100%;}
    #navbar2 .risk {
        width: calc(100% - 30px);
        margin-bottom: 15px;
        margin-left: 15px;
        margin-top: 15px;}
    #navbar2 .risk a {display: table !important;}
    #navbar2 .risk li a u {text-align: left;}
    .bottom-btn {text-align: left;}
    .bottom-btn .btn {margin-bottom: 15px; display: block;}
    .special-offer .plans .titlePrince {font-size: 33px;}
    .special-offer .plans .titlePrince b.mo {right: -33px;}
}


@media only screen and (max-width: 480px) {
    .plans li.silver strong {left: 15px;}
    .plans li.silver e.down-bold {display: none;}
    .headerPack {background-size: 36%;}
    .packagesRes .payButton br {display: block;}
    .packagesRes .payButton {
        white-space: normal;
        font-size: 12px;
        text-align: left;
        padding: 5px 30px 6px 45px;
        line-height: 1;
    }
    .plans .no-cc {padding-left: 5px;}
    .packagesRes .mobileHead .btn {padding: 9px 5px 9px 40px;width: 44%;}
    .packagesRes .payButton {padding: 5px 10px 6px 40px !important; width: 52% !important;}
    .headerPackmobile .btn.open-gallery-link {margin-right: 5px;}
    .plans .titlePrince {letter-spacing: -4px;}
    .plans li span i {width: 59%;}
    .plans li span i.mobileBtnPlans {width: 40%; padding-right: 2px;}
    .plans li span i.mobileBtnPlans .btn, .plans li span i.mobileBtnPlans .btn-accordeon {width: 91%;}

    .plans li span i.mobileBtnPlans .btn-accordeon {padding-right: 3px;text-align: left; outline: none;}
    .testimon {width: 73%; font-size: 17px;}
    .testimon .text b {font-size: 17px;}
    .packagesRes .accordion .panes {position: relative;}
    #limited-silver-mobile {left: 43%;}
    .limited-packages .headerPack .b-large {font-size: 20px;}
    .limited-packages .headerPack .large {font-size: 26px; line-height: 46px;}
    /*Packages test*/
    .packagesRes .limited-packages .accordion .panes {position: relative;}
    .plans li span i.mobileBtnPlans .btn-accordeon .glyphicon {margin-right: 0;}
    .bottom-btn .btn {text-align: left; padding: 15px; white-space: normal;}
    .bottom-btn {padding-bottom: 0 !important;}
    .step-header .modal-title {width: auto;}
    .special-offer #limited-silver-mobile {top: -5px !important; display: none;}
    .special-offer .plans li.silver strong {font-size: 11px; margin-top: 15px; height: 35px; border-bottom: none !important;}
    .special-offer .plans .titlePrince b {left: -8px;}
    .special-offer .plans .titlePrince b.mo {right: -120px;}
    .special-offer.limited-packages .headerPack .b-large b {font-size: 25px;}
    .special-offer .headerPack {
        padding: 8px 10px 5px 10px;
    }

}



@media only screen and (max-width: 360px) {
    .packagesRes .accordion .panes {position: relative;}
    .limited-packages .headerPack .b-large {font-size: 20px;}
    .limited-packages .headerPack .large {font-size: 26px;}
    /*Test packages*/
    .login .width60, .third-step .width60, .four-step .width60, .five-step .width60 {margin-left: auto;margin-right: auto;width: 90% !important;}
    .plans .titleHead {font-size: 16px;}
    .special-offer.limited-packages .plans .titlePrince {
        margin: 27px 10% 5px 0!important;}

    .plans li span i.mobileBtnPlans .btn-accordeon {white-space: nowrap; padding-left: 2px;}
    .plans li span i.mobileBtnPlans .btn-accordeon .glyphicon {margin-right: 0;}
}


@media only screen and (max-width: 320px) {
    .headerPack {background-size: 48% auto;}
    .headerPackmobile {font-size: 13px;}
    .packagesRes .accordion .panes {position: relative;}

}


/*Examples*/
.exampleModal .modal-body{
    padding: 0;
    background-color: #4B4B4B;
}

.exampleModal .modal-body img {
    width: 100%;
}

.exampleModal .modal-elastic {
    max-width: 800px;
}

.exampleModal .close {
    color: #fff;
    padding-right: 5px;
}

/* Packages 3 columns  - disable first column */
.disable-1-column .plans li:first-child {
    display: none !important;
}

/* Packages 3 columns  - disable 2 column */
.disable-2-column .plans li:nth-of-type(2) {
    display: none !important;
}

/* Packages 3 columns  - disable 3 column */
.disable-3-column .plans li:nth-of-type(3) {
    display: none !important;
}

/* Packages 4 columns  - disable 4 column */
.disable-4-column .plans li:nth-of-type(4) {
    display: none !important;
}

.disable-1-column .plans li,
.disable-2-column .plans li,
.disable-3-column .plans li,
.disable-4-column .plans li {
    width: 32.9%;
}

/* Packages - Combinations */
.disable-4-column.disable-3-column .plans li,
.disable-4-column.disable-2-column .plans li,
.disable-4-column.disable-1-column .plans li,
.disable-3-column.disable-1-column .plans li,
.disable-3-column.disable-2-column .plans li,
.disable-2-column.disable-1-column .plans li{
    width: 49.6%;
}

/*Packages - Only one product*/
.only-first-column .plans li:nth-of-type(2),
.only-first-column .plans li:nth-of-type(3),
.only-first-column .plans li:nth-of-type(4){
    display: none;
    width: 100%;
}

.only-first-column li {
    width: 100%;
}

/*Packages disable columns mobile*/
@media only screen and (max-width: 980px){
    .disable-4-column.disable-3-column .plans li,.disable-4-column.disable-2-column .plans li,.disable-4-column.disable-1-column .plans li,.disable-3-column.disable-1-column .plans li,.disable-3-column.disable-2-column .plans li,.disable-2-column.disable-1-column .plans li{width: 49.4%;}
}


@media only screen and (max-width: 980px){
    .disable-1-column .plans li,.disable-2-column .plans li,.disable-3-column .plans li,.disable-4-column .plans li {width: 32%;}
}

@media only screen and (max-width: 680px){
    .disable-1-column .plans li:first-child {width: 100%; display: block !important;}
    .disable-2-column .plans li,.disable-3-column .plans li,.disable-4-column .plans li {width: 100%;}
    .disable-4-column.disable-3-column .plans li,.disable-4-column.disable-2-column .plans li,.disable-4-column.disable-1-column .plans li,.disable-3-column.disable-1-column .plans li,.disable-3-column.disable-2-column .plans li,
    .disable-2-column.disable-1-column .plans li {width: 100%;}
    .only-first-column .plans,.only-first-column .plans.one-column,.disable-1-column .plans.one-column,.disable-2-column .plans.two-columns,.disable-3-column .plans.three-columns,.disable-4-column .plans.four-columns {display: none !important;}
}

/*Testimonials*/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
    outline: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid white;
}

.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid white;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: -43px;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.footer-wrapper .bottom-info {
    color: #606060;
    font-size: 11px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}
@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
    div.footer.fl-ma-footer {padding-top: 25px;}

    .special-offer .sidebar-inner .accordion .plans.show-on-phone.speciall-column {
        display: block !important;
    }

    .special-offer .sidebar-inner .accordion .plans.show-on-phone.speciall-hide {
        display: none !important;
    }

}

@media only screen and (min-width: 768px) {
    #navbar2 {display: none !important;}

}

div.phpdebugbar fa {
    font-family: FontAwesome !important;
}



/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #cccccc; }
.mfp-preloader a:hover {
    color: white; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }
button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
    padding: 0; }
.mfp-ie7 .mfp-content {
    padding-top: 44px; }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
/*Global*/
*{font-family: Arial;}
.no-border {border: none;}
.center { text-align: center;}
.left { text-align: left !important;}
.right { text-align: right;}
.justify { text-align: justify;}
.no-margin {margin: 0;}
.no-padding {padding: 0;}
.no-margin-right {margin-right: 0;}
label {font-weight: normal;}
.margin-bottom {margin-bottom: 10px;}
.margin-bottom2 {margin-bottom: 15px;}
.margin-bottom60 {margin-bottom: 60px;}
.margin-top05 {margin-top: 5px;}
.margin-top {margin-top: 10px;}
.margin-top2 {margin-top: 20px;}
.font18 {font-size: 18px;}
.font13 {font-size: 13px !important;}
.responsive {width: 100%; max-width: 980px;}
.margin-LR {margin-right: 20px; margin-left: 20px;}
.margin-R {margin-right: 20px;}
.up {text-transform: uppercase;}
.padding-up {padding-top: 5px;}
.in-line {white-space: nowrap;}
.form-horizontal .control-label {line-height: 16px; text-align: left;}
.padding-right { display: inline-block;}
.no-padding-up-top {padding-top: 0; padding-bottom: 0;}
a {color: #19367a;}
.padding-top20 {padding-top: 20px;}
.green {color: #008703;}
.red {color: #ca0000;}
.check-form .checkbox {margin-left: 23px;}
.check-form .checkbox label {font-size: 12px;}
.check-form {margin-bottom: 10px;}
select[multiple], select[size] { height: auto !important;}
.btn.selectpicker {background-color: #fff; font-weight: normal; font-size: 13px;}
.no-cursor-pointer {cursor: default !important;}
.no-padding-bottom {padding-bottom: 0;}
.padding-bottom {padding-bottom: 40px;}
body {
    background: url("/core/img/bma/bckg.png") repeat-y left top #fbfbfb;
}
#main .form-control.white-control {background-color: #fff; font-size: 13px;}
.modal i.hide-on-tablet {
    display: none;
}

.ekko-lightbox .modal-header {
    background-color: transparent;
}

/*Packages mockup site */

.packages-modal {
    display: block;
    width: 100%;
    height: 100px;
    margin-top: 400px;
    text-indent: -9999px;
}

.modal-dialog {
    width: 650px;
}

#modalBusinessInfo .modal-body {font-size:16px;}

/* Lighbox dialog no MA */

.modal-dialog {
    margin: 30px auto;
    -webkit-box-shadow: 0px -1px 18px 0px rgba(50, 50, 50, 0.98);
    -moz-box-shadow:    0px -1px 18px 0px rgba(50, 50, 50, 0.98);
    box-shadow:         0px -1px 18px 0px rgba(50, 50, 50, 0.98);
}

.modal-content {
    border: none;
    border-radius: 1px;
    font-family: Arial;
}

.modal-header {
    padding: 33px 15px 23px;
}

.modal-title {
    font-size: 23px;
    color: #2d2d2d;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.modal-header .close {
    margin-right: -3px;
    margin-top: -24px;
}

.modal-subtitle {
    display: block;
    text-align: center;
    color: #2d2d2d;
    font-size: 12px;
    margin-top: 3px;
}

h5.modal-subtitle{
    font-size: 16px;
    margin-bottom: 0;
}

.modal-dialog .modal-body,
.modal-dialog .modal-footer {
    background-color: #f6f6f6;
}

.modal-body {
    color: #686868;
    font-size: 12px;
    overflow: hidden;
}
.fb-login {
    background: url("/core/img/bma/packages/packages2.png") repeat-y scroll 0 -171px transparent;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 8px;
    opacity: 0.9;
    padding: 14px 10px 13px 58px;
    text-align: left;
    width: 259px;
    font-size: 14px;
}

.fb-login:hover,
.fb-login:focus {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

.login-page .fb-login.gplusbutton {
    display: inline-block;
}

.fb-login.gplusbutton {
    background-position: 0 -540px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.purpure-link {
    color: #7C0968;
    text-decoration: underline;
    font-size: 18px;
    display: block;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.modal-footer {
    margin-top: 0;
}

.modal-dialog .modal-footer{
    border-top: 1px solid #cecece;
}

.to-login,
.to-login a {
    font-size: 11px;
    padding-bottom: 5px;
    padding-right: 5px;
    color: #4d4d4d;
    padding-top: 0;
}

.to-login a {
    text-decoration: underline;
}

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

.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: 5px;
    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: 5px;
}

/*Login page*/

.login-page {
    min-height: 1080px;
    width: 100%;
    min-height: 0;
}

.login-page .modal-body,
.login-page .modal-footer {
    margin: 0 auto;
    padding-left: 20px;
    width: 700px;
}

.login-page .third-step,
.login-page .login {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 30px;
}

.login-page .login {
    position: static;
}

.login-page .modal-title {
    margin-top: 50px;
}

.login-page .modal-subtitle {
    display: block;
}


/* MA - core -*/

#left-panel {
    transition: all 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
}
#left-panel {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 904;
    width: 230px;
    background: #2a313a;
    display: block;
    min-height: 100%;
    overflow: hidden;
}

#bgr {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background-color: pink;
}
.panel-info{
    border-bottom: 1px solid #3f4a58;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 61px;
    margin: 0 !important;
    width: 100%;
}

.panel-info span {
    display: block;
    padding-left: 28px;
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-title {
    padding-top: 10px;
    font-size: 16px;
}

.panel-subtitle {
    font-size: 11px;
}

#main {
    transition: all 0.2s ease-out 0s;
    margin-left: 230px;
    min-height: 500px;
    padding: 0 0 52px;
    color: #2a313a;
}

#main.dasboard .top-section-dasboard .panel-title {
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-left: 25px;
    text-align: center;
    margin-top: 32px;
    line-height: 32px;
}

#main.dasboard .top-section-dasboard .box-dasboard-title {
    padding-left: 25px;
    margin-top: 16px;
    margin-bottom: 22px;
    overflow: hidden;
    text-align: center;
}

#main.dasboard .top-section-dasboard .box-dasboard-title .box-s {
    display: inline-block;
    padding: 2px 10px;
    margin: 0 3px;
    text-align: center;
    font-size: 13px;
    background-color: #f2f2f2;
    border: 1px solid #cecece;
    border-radius: 1px;
    width: 200px;
}

#main.dasboard .top-section-dasboard .box-dasboard-title .box-s:first-child {
    padding: 0;
}

#main.dasboard .top-section-dasboard .box-dasboard-title .box-s a{
    color: inherit;
    text-decoration: underline;
}

#main.dasboard .top-section-dasboard .box-dasboard-title .box-s a.full-box {
    text-decoration: none;
    color: inherit;
    padding: 2px 10px;
    display: block;
}

#main.dasboard .top-section-dasboard .box-dasboard-title .box-s a.full-box:hover {
    background-color: #f0f0f0;
    text-decoration: underline;
}

/* MA - ribbon on top -*/

.ribbon {
    background: #eaebed;
    height: 60px;
    padding: 0 30px;
    padding-left: 15px;
    position: relative;
    text-align: right;
    margin-left: 230px;
}

.help-menu.dropdown {
    float: right;
    margin-left: 25px;
    margin-top: 21px;
}

.help-menu.dropdown.settings {
    margin-left: 50px;
}

.help-menu .dropdown-menu {
    background-color: #2A313A;
    border-radius: 0;
    left: auto;
    margin-top: 10px;
    padding: 0;
    right: -20px;
    min-width: 0;
    list-style: none;
}

.help-menu .dropdown-menu:after {
    border: 11px solid transparent;
    border-bottom-color:#2A313A;
    border-style: solid;
    border-width: 11px;
    top: -1.5em;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -11px;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.help-menu.dropdown a {
    color: #2a313a;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
}

.help-menu.dropdown li {
    display: inline;
    margin-left: 20px;
}

.help-menu.dropdown li:first-child {
    margin-left: 0;
}

.help-menu.dropdown li a {
    margin-top: 0;
    display: inline;
}

.help-menu #dropdownMenu3{
    color: #d16500;
}

.help-menu .dropdown-menu > li > a {
    display: block !important;
    background-color: #2a313a;
    color: #fff;
    font-size: 11px;
    border-bottom: 1px solid #3f4a58;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset, 0 -1px 0 rgba(0, 0, 0, 0.07) inset;
    padding: 10px 15px 7px;
}

.help-menu .dropdown-menu > li > a:hover {
    background-color: #000;
}

.menu-tel {
    position: absolute;
    top: 28px;
    right: 30px;
    font-size: 16px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    padding: 3px 0 0 23px;
}

.dropdown-menu.alertmenu {
    background-color: #2A313A;
    color: #fff;
    border-radius: 0;
    padding: 0;
}

.dropdown-menu.alertmenu:after {
    border: 11px solid transparent;
    border-bottom-color:#2A313A;
    border-style: solid;
    border-width: 11px;
    top: -1.5em;
    content: "";
    height: 0;
    left: 35px;
    margin-left: -11px;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.dropdown-menu.alertmenu a{
    color: #fff;
    font-size: 11px;
    text-align: left;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #4e545b;
}

.dropdown-menu.alertmenu a:hover {
    background-color: #000;
    color: #fff;
}

.dropdown-menu.alertmenu a:first {
    border-top: none;
}

.dropdown-menu.alertmenu a .fa {
    margin-right: 10px;
}

.steps {
    padding: 0;
    margin: 0;
    text-align: left;
}

.steps li{
    display: inline-block;
    font-size: 18px;
    list-style: none outside none;
    overflow: hidden;
    padding-top: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 33%;
    color: #b3b5b8;
    position: relative;
}

.steps li:last-child {
    width: 16%;
}

.steps li.active {
    color: #2a313a;
}

.liner {
    height: 2px;
    background: none repeat scroll 0% 0% #DDD;
    position: absolute;
    width: 73%;
    margin: 0px auto;
    left: 4%;
    top: 50%;
    z-index: 1;
}

.steps li span {
    position: relative;
    z-index: 10;
    display: inline-block;
    background-color: #EAEBED;
    padding: 0 10px;
}

/*MA Main add and edit */

#main h1 {
    margin-left: 40px;
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.edit-box {
    margin-left: 24px;
    border: 1px solid #f3f3f3;
}

.edit-box .box-title {
    padding: 12px 20px 11px 60px;
    font-size: 18px;
    display: block;
    outline: none;
    color: #2a313a;
    text-decoration: none;
    background: #f2f2f2;
    position: relative;
}

#accordion .edit-box .box-title {
    background: url("/core/img/bma/accord-edit.png") no-repeat right 20px #f2f2f2;
}

.edit-box .box-title .glyphicon,
.edit-box .box-title .entypo {
    font-size: 14px;
}

.edit-box .box-title .icon-box{
    display: block;
    width: 46px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.edit-box .box-title .icon-box .glyphicon,
.edit-box .box-title .icon-box .fa,
.edit-box .box-title .icon-box .entypo {
    font-size: 23px;
    margin: 12px auto;
}

.edit-box .box-title .icon-box .entypo {
    font-size: 42px;
    margin-top: -7px;
}

.not-completed {
    color: #751565;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-left: 20px;
    vertical-align: text-bottom;
}

.edit-box .box-body {
    padding: 28px 50px;
}


.edit-box .box-body.logo-box {
    padding: 15px 50px;

}

.modal-cropper-placeholderr {
    margin-bottom: 30px;
}

.edit-box .box-body.opening {
    padding-bottom: 14px;
}

.edit-box .map-box {
    padding: 28px 33px;
}

.edit-box-content {
    border-top: none;
    background-color: #fff;
}

.edit-box-head {
    margin-top: 35px;
}

#main .description h4{
    padding: 0;
    margin: 0;
    color: #033989;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}

.col-md-3.description {
    margin-top: 35px;
}

#main .description h4.purpure {
    color: #751565;
}

#main.description {
    font-size: 13px;
}

#main .description p {
    line-height: 16px;
    font-size: 13px;
}

#main .description p a {
    color: #751565;
    text-decoration: underline;
}

#main .form-control {
    background-color: #f2f2f2;
    box-shadow: none;
    height: 34px;
    border-radius: 2px;
}

#main #form_category_suggestion {
    margin-top: 5px;
}

#main textarea.form-control {
    height: 160px;
}

#main .video-des-small textarea.form-control{
    height: 100px;
}

#main .form-group {
    margin-bottom: -25px;
}

#main .logo-box .form-group {
    margin-bottom: 0;
}

#main .logo-box.margin-box .form-group,
#main .margin-box .form-group{
    margin-bottom: 10px;
}

#main .form-control:focus {
    box-shadow: none;
}

#main .form-group .big-foot {
    font-size: 18px;
    height: 45px;
    margin-bottom: 10px;
}

#map_wrapper {
    height: 250px;
    border-radius: 0;
    margin-top: 10px;
}
.map_canvas,
#map_canvas {
    width: 100%;
    height: 100%;
}

.thumbnail {
    border-radius: 1px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.expand {
    margin-top: -20px;
}

.map-box .col-sm-2 {
    width: 19.5%;
}

.info-panel {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.info-panel a {
    color: #000;
    text-decoration: underline;
}

h4.extend {
    margin-top: 30px;
}

#main .small-select .form-control {
    display: inline-block;
    max-width: 75px;
    padding: 6px 5px;
    height: 29px;
    font-size: 12px;
    background-color: #fff;
}

#main .small-select label {
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
}

#main .small-select.free-flow {
    padding-right: 0;
}

#main .small-select.free-flow .form-control {
    max-width: 100%;
    padding-left: 10px;
    width: 100%;
}

#main .small-select.free-flow .form-control.two-lines {
    height: 58px;
}

#main .small-select .form-control.long-flow {
    max-width: none;
    width: 120px;
}

#main .small-select .form-control.long-flow2 {
    max-width: 100px;
}

#main .small-select .form-control.long-flow3 {
    max-width: 200px;
}

.link-skip-head {
    position: absolute;
    color: #000;
    font-size: 12px;
    top: 15px;
    right: 16px;
    text-decoration: underline;
}

#textarea_feedback {
    margin-top: 10px;
    color: #909090;
    overflow: hidden;
}

.edit-box .box-light {
    padding-top: 0;
    padding-bottom: 18px;
}

.show-box {
    background-color: #595E65;
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 15px 30px;
}

.checkbox-group label {
    font-size: 12px;
}

.checkbox-group .free-flow {
    margin-top: 15px;
}

.modal input[type="file"] {
    display: block;
    margin: 0 auto;
}

.compensated-form .col-md-2{
    min-width: 120px;
    max-width: 120px;
}

.compensated-form .col-md-3{
    min-width: 130px;
    max-width: 170px;
}

.compensated-form .col-md-5{
    max-width: 300px;
    min-width: 280px;
}

#main .hours {
    padding: 20px 5px 10px 0;
}

#main .hours .occurrences > .row,
#main .hours .dates> .row
{
    margin-left: 0;
}

#main .hours .row {
    margin-left: -15px;
    margin-right: -15px
}

#main .hours .compensated-form {
    margin-bottom: 5px;
}

#main .hours hr {
    border-color: #ccc;
}

.logo-first-step img:hover {
    opacity: 0.9;
}

#main .small-select.free-flow.no-margin {
    margin: 0 !important;
}

.col-sm-3.after-input {
    max-width: 120px;
}

.gallery .col-lg-2 {
    position: relative;
}

.gallery .close {
    bottom: 0;
    color: #FF0000;
    position: absolute;
    left: 42px;
}

.gallery .col-lg-2.disabled a{
    cursor: default;
    opacity: 0.5;
}

.submint-add {
    margin: 30px 0;
}


.edit-page .popover {
    box-shadow: none;
    border-radius: 0;
    background-color: #761566;
    border: none;
    border-radius: 2px;
}

.edit-page .popover-content {
    padding: 10px 15px;
    font-size: 11px;
    text-align: left;
    color: #fff;
}

.edit-page .popover.right {
    margin-left: 0;
}

.edit-page .arrow:after {
    border-top-color: #761566 !important;
}

.status-start {padding-left: 45px;}

/* Add page steps */

.col-md-3.description {
    margin-top: 35px;
}

.navy-head .box-title{
    color: #fff;
}

.navy-head .box-title .icon-box {
    background-color: transparent;
    background-image: none;
    border-color: #001342;
    box-shadow: none;
}

.submint-add .link-skip {
    display: block;
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
}

.cattegory-info {
    font-size: 12px;
    display: inline-block;
}

.cattegory-info a {
    color: #000;
    text-decoration: underline;
}

#ext-img {
    margin: 190px -50px -28px;
}

.suburbs .checkbox {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

#show_more_suburbs {
    cursor: pointer;
}

/*vertical menu add*/

.vertical-menu .navbar-default {
    background-color: transparent;
    border: none;
}

.vertical-menu .sidebar-navbar-collapse {
    padding: 0;
}

.vertical-menu  .navbar-nav {
    float: none;
}

.vertical-menu  .navbar-nav li {
    float: none;
    background-color: #3e4650;
    color: #8a8d92 !important;
    margin-bottom: 5px;
    position: relative;
    cursor: default;
}

.vertical-menu  .navbar-nav li a {
    color: #8a8d92 !important;
    font-size: 13px;
    padding-left: 60px;
    cursor: default;
}

.vertical-menu  .navbar-nav li a .number-menu {
    border-right: 1px solid #606a77;
    display: block;
    font-size: 30px;
    height: 50px;
    left: 0;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 46px;
}

.vertical-menu .navbar-default .navbar-nav > .active > a,
.vertical-menu .navbar-default .navbar-nav > .active > a:hover,
.vertical-menu .navbar-default .navbar-nav > .active > a:focus {
    background-color: #2d4a91;
    color: #fff !important;
    font-size: 13px;
}

.vertical-menu .navbar-default .navbar-nav > .made > a,
.vertical-menu .navbar-default .navbar-nav > .made > a:hover,
.vertical-menu .navbar-default .navbar-nav > .made > a:focus
{
    color: #fff !important;
    background-image: url("/core/img/bma/add.png");
    background-position: 108px -126px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.vertical-menu.no-ticks .navbar-default .navbar-nav > .made > a,
.vertical-menu.no-ticks .navbar-default .navbar-nav > .made > a:hover,
.vertical-menu.no-ticks .navbar-default .navbar-nav > .made > a:focus{
    background-image: none;
}

.vertical-menu .navbar-default .navbar-nav > .current-step > a,
.vertical-menu .navbar-default .navbar-nav > .current-step > a:hover,
.vertical-menu .navbar-default .navbar-nav > .current-step > a:focus
{
    color: #fff !important;
    background-position: right 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.vertical-menu .navbar-default .navbar-nav > .no-data > a,
.vertical-menu .navbar-default .navbar-nav > .no-data > a:hover,
.vertical-menu .navbar-default .navbar-nav > .no-data > a:focus {
    background-image: url("/core/img/bma/3-ikons.png");
    background-position: right 25px;
}

.vertical-menu .inactive {
    opacity: 0.5;
}

.vertical-menu .inactive a {
    cursor: default;
}

.vertical-menu .navbar-default .navbar-nav a:hover {
    opacity: 0.85 !important;
}

/* Slider range */

#main .form-group.range {
    margin-bottom: 20px !important;
    margin-top: 15px !important;
}

#main .slider-horizontal {
    width: 80% !important;
    margin-top: 12px;
    position: relative;
}

#main .slider-horizontal:before {
    bottom: -9px;
    color: #000000;
    content: ">16";
    font-size: 11px;
    position: absolute;
    right: -11px;
}

#main .slider-horizontal:after {
    bottom: -9px;
    color: #000000;
    content: ">1";
    font-size: 11px;
    position: absolute;
    left: -5px;
}

#main .event1 .slider-horizontal:before {
    bottom: -9px;
    color: #000000;
    content: ">100 $";
    font-size: 11px;
    position: absolute;
    right: -11px;
}

#main .event1 .slider-horizontal:after {
    bottom: -9px;
    color: #000000;
    content: ">1 $";
    font-size: 11px;
    position: absolute;
    left: -5px;
}

#main .slider-handle {
    background-color: #000000;
    background-image: none;
    border-radius: 1px;
    width: 10px;
    margin-left: -5px;
    margin-top: -9px;
}

#main .slider-selection {
    background-color: #000;
    background-image: none;
    box-shadow: none;
}

#main .slider.slider-horizontal .slider-track {
    height: 2px;
}

#main .disable-message {
    color: #bbb;
}

#main .disable-message img{
    opacity: 0.5
}

.booking-dedline .form-group {
    margin-left: 0 !important;
}

/*Menu left*/



#left-panel .panel-group .panel-heading{
    background-color: transparent;
    color: #fff;
}

#left-panel .panel {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

#left-panel .panel-group {
    border-top: 1px solid #000;
    border-bottom: 1px solid #3f4a58;
}


#left-panel .panel-group .panel-heading{
    padding: 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #3f4a58;
    border-radius: 0;
}

#left-panel .panel-group .panel-heading h4 {
    padding: 0;
}

#left-panel .panel-group .panel-heading h4 a{
    padding: 16px 10px 16px 30px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    outline: none;
}


#left-panel .panel-group .panel-heading h4 a[data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 20px;
    color: #949494;
    margin-top: 3px;
}

#left-panel .panel-group .panel-heading h4 a:focus {
    text-decoration: none;
}

#left-panel .panel-group .panel-heading h4 a.active,
#left-panel .panel-group .panel-heading h4 a:hover {
    text-decoration: none;
    background-color: #484e56;
}

#left-panel .panel-group .panel-body {
    border-top: 1px solid #3f4a58;
    padding: 0 0 20px;
    background-color: #484e56;
}

#left-panel .panel-body {
    padding: 0;
}

#left-panel .panel-body ul {
    margin: 0;
    padding: 0;
}

#left-panel .panel-body li a {
    display: block;
    padding: 7px 0;
    color: #fff;
    opacity: 0.9;
    padding-left: 30px;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    outline: none;
    font-size: 13px;
}

#left-panel .panel-body li a {
    position:relative;
    padding-left:50px; padding-right:10px;
}
#left-panel .panel-body li a span {
    position:absolute; left:30px;
    top:10px;
}


#left-panel .panel-body li a:hover,
#left-panel .panel-body li a:focus {
    opacity: 1;
    text-decoration: none;
    background-color: #5f656e;
}

#left-panel .panel-body li.active a{
    background: url("/core/img/bma/accord-menu.png") no-repeat right 12px transparent;
}

#left-panel .panel-body li.submenu {
    background-color: #484e56;
}

#left-panel .panel-body li.submenu a {
    padding-left: 48px;
}

#left-panel .panel-body li.submenu a:first-child {
    padding-top: 10px;
}

#left-panel .panel-body li.submenu a:last-child {
    padding-bottom: 10px;
}
/*
#left-panel .panel-body li .glyphicon {
    padding-right: 5px;
}

#left-panel .panel-body li .fa {
    padding-right: 5px;
    display: inline-block;
    position: relative;
    top: 0px;
}
*/

#left-panel .panel-body li .badge {
    font-size: 11px;
    padding: 3px 5px;
}

#left-panel .panel-body li.special {
    background: #8f1b7b;
    background: -moz-linear-gradient(top,  #8f1b7b 0%, #751565 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f1b7b), color-stop(100%,#751565));
    background: -webkit-linear-gradient(top,  #8f1b7b 0%,#751565 100%);
    background: -o-linear-gradient(top,  #8f1b7b 0%,#751565 100%);
    background: -ms-linear-gradient(top,  #8f1b7b 0%,#751565 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f1b7b', endColorstr='#751565',GradientType=0 );
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

#left-panel .panel-body li.special a:hover {
    background: #8f1b7b;
}

#left-panel .panel-group .panel + .panel {
    margin-top: 0;
}

#left-panel .panel-group .panel-heading h4.site a  {
    background-color: #484e56;
}

/*Edit pace*/

.right-panel-info {
    float: right;
    margin-right: -45%;
    width: 35%;
}

.panel-info a {
    color: inherit;
    text-decoration: none;
}

.panel-info a:hover {
    text-decoration: none;
    opacity: 0.85;
}

.edit-box-head .right-panel-info {
    margin-right: -39%;
}

.right-panel-info.long {
    position: absolute;
    right: 0;
    top: 0;
}

.glyphicon.purpure {
    color: #530546 !important;
}

.disabled-info .glyphicon {
    margin-right: 5px;
    margin-top: 10px;
}

.glyphicon-question-sign {
    cursor: pointer;
}

.edit-box input[disabled] {
    opacity: 0.5 !important;
}

.disabled-info-head,
.disabled-info-head a {
    color: #530546 !important;
    font-size: 13px;
}

.disabled-info-head a {
    text-decoration: underline;
    cursor: pointer;
}

.relative {
    position: relative;
}

/* User box */

.user-box {
    padding: 30px 10px 30px 25px;
    color: #fff;
}

.user-box img{
    margin-right: 10px;
}

.avatar {
    display: inline-block;
    height: 41px;
    width: 41px;
    margin-right: 5px;
    background-color: #3E4650;
    border-radius: 25px;
    color: #242930;
    vertical-align: middle;
    font-size: 20px;
    overflow: hidden;
}

.avatar img {
    max-width: 41px;
    max-height: 41px;
}

.avatar .glyphicon {
    top: 10px;
    left: 10px;
}

.upload-image-box {
    background-color: #f2f2f2;
    border: 1px solid #d1d1d1;
    color: #293038;
    display: block;
    overflow: hidden;
    padding: 15px;
    border-radius: 3px;
}

.upload-image-box .glyphicon{
    display: block;
    font-size: 40px;
    margin-bottom: 5px;
}

.upload-image-box b {
    font-weight: normal;
    font-size: 12px;
}

#userMenu {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
    padding-right: 12px;
    position: relative;
}

#userMenu .caret {
    position: absolute;
    right: 10px;
    top: 17px;
}

#userMenu a {
    color: #fff;
    text-decoration: none;
}

.user-menu.dropdown-menu {
    border-radius: 0;
    margin-top: 10px;
    padding: 0;
}

.user-menu.dropdown-menu:after {
    border: 11px solid transparent;
    border-bottom-color:#fff;
    border-style: solid;
    border-width: 11px;
    top: -1.5em;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -11px;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.user-menu.dropdown a {
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
}

.user-menu.dropdown-menu > li > a {
    display: block !important;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    padding: 15px 21px 12px;
}

/*Top menu */

.top-menu .navbar-nav > li > a{
    color: #2a313a;
    font-size: 12px;
    text-align: center;
    padding: 12px 20px 6px 20px;
    position: relative;
}

.top-menu .navbar-nav {
    display: inline-block;
    margin: 0;
    float: left;
}

.top-menu .navbar-nav > li {
    float: left;
    display: inline-block;

}

.top-menu .glyphicon {
    display: block;
    font-size: 22px;
}

.top-menu .entypo {
    display: block; line-height:20px;
    font-size: 42px;
}
.top-menu .fa {
    display: block;
    line-height:22px;
    font-size: 20px;
}

.top-menu .badge {
    font-size: 11px;
    padding: 2px 4px;
    position: absolute;
    right: 11px;
    top: 5px;
    background-color: #ee0026;
    color: #fff;
}
.top-menu a {outline:none;}
.top-menu .rev .badge {
    right: 17px;
}

.center-menu {
    margin: 22px 20px 10px auto;
    display: inline-block;
    float: right;
}

.status-menu {
    margin: 23px 25px 10px auto;
    display: inline-block;
    float: right;
}

.status-menu .glyphicon {
    margin-right: 5px;
}

.status-menu a.active {
    color: #00a65a;
}

.status-menu a.under {
    color: #d9022a;
}

.status-menu a.pending {
    color: #d9022a;
}

.status-menu a.del {
    color: #d9022a;
}

@media (max-width:801px){
    .status-menu  {
        display:none;
    }
}


/*Upgrade*/

.modal-lg {
    /*width: 900px;*/
    width: 100%;
    margin: 0;
    height: 100%;
    top:0;
    left: 0;
    background-color: #f5f5f5;
}

.close-ribbon {
    background-color: #2a313a;
    color: #fff;
    padding: 15px;
    font-size: 13px;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(50, 50, 50, 0.54);
    -moz-box-shadow:    0px 3px 21px 0px rgba(50, 50, 50, 0.54);
    box-shadow:         0px 3px 21px 0px rgba(50, 50, 50, 0.54);
    min-height: 50px;
}

.close-ribbon .close {
    color: #fff;
    opacity: 1;
}

.modal-full {
    z-index: 2147483647;
}

.modal-full .modal-header {
    padding: 20px 15px 15px;
}

/*Pay*/

#main .simple-form .form-control {
    height: 42px;
    font-size: 17px;
    padding-left: 20px;
}

#main .simple-form div.form-control{
    background-color: #fff;
    position: relative;
    font-size: 17px;
    height: 42px;
}

#main .simple-form div.form-control span{
    display: inline-block;
    position: absolute;
    left: 57%;
    padding-left: 30px;
}

#main .simple-form div.form-control.purpure{
    background-color: #751565;
    border-color: #3c0031;
    color: #fff;
    font-weight: bold;
    border-radius: 1px;
    height: 50px;
    padding-top: 12px;
}

.simple-form {
    font-size: 17px;
}

.simple-form .edit-box .box-body {
    padding-left: 60px;
}

.simple-form hr {
    margin-left: -20px;
}

.simple-form.down-form hr {
    margin-left: 30px;
    margin-top: 45px;
}

.btn-black.btn-green {
    background-color: #00a65a !important;
    border-color: #00a65a !important;
}

.simple-form.down-form .btn-black.btn-green {
    text-transform: uppercase;
}

.down-form .btn-black {
    clear: both;
    display: block;
    width: 180px;
    margin: 10px auto;
}
.down_info {
    font-size: 14px;
}

.simple-form.down-form p {
    font-size: 13px;
}

#main .panel {
    margin-left: 20px;
    margin-top: 5px;
    border-radius: 2px;
}

#main .panel h2 {
    font-size: 41px;
}

#main .panel-bd {
    margin-right: 0;
    margin-left: 0;
    display: table;
}

#main .panel-bd .col-md-4 {
    float: none;
    display: table-cell;
    height: 100%;
}

.panel-box {
    background-color: #f2f2f2;
    border: 1px solid #cecece;
    padding: 20px;
    margin-bottom: 10px;
    display: table;
    height: 100%;
}

.panel-box p {
    font-size: 15px;
}

.responsive.margin-LR {
    width: 98%;
}

.packages-box {
    border: 1px solid #cecece;
    background-color: #f2f2f2;
    margin-left: 15px;
    margin-top: 40px;
    overflow: hidden;
}

.packages-box p {
    display: block;
    float: left;
    padding: 20px 30px;
    text-align: left;
    width: 33%;
    font-size: 12px;
    margin-bottom: 0;
}

.packages-box p .btn {
    margin-top: 10px;
}

.packages-box p span.text {
    text-align: left;
    display: block;
}

.packages-box p span.bronze {
    color: #235480;
}

.packages-box p span.silver {
    color: #7a276d;
}

.packages-box p span.gold {
    color: #ad4b00;
}

.step-header {
    text-align: center;
}

.step-header .modal-title {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    width: 930px;
    color: #003f8f;
    font-size: 30px;
    position: relative;
    text-transform: none;
}

.step-arrow-1 {
    position: absolute;
    bottom: -50px;
    left: 0;
}

.step-arrow-2 {
    bottom: -52px;
    left: 240px;
    position: absolute;
}

.modal-packages .modal-body{
    overflow: visible;
    position: static;
}

.example-packages-img {
    margin-left: 85px;
    margin-top: -10px;
}

.arrow-box {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.modal-packages .float-title {
    display: block !important;
    margin-bottom: 15px;
}

.top-section-title{
    color: #7c0968;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.top-section-contener {
    color: #2a313a;
    font-size: 13px;
    margin: -10px auto 20px;
    padding-left: 95px;
    padding-right: 375px;
    text-align: left;
    width: 1000px;
    padding-bottom: 30px;
    min-height: 280px;
}

.top-section-contener.top-social {
    background: url("/core/img/bma/packages/top_section/social.png") no-repeat top right;
}

.top-section-contener.top-coverege {
    background: url("/core/img/bma/packages/top_section/coverege.png") no-repeat right 10px;
    padding-right: 480px;
    min-height: 225px;
}

.top-section-contener.top-attach {
    background: url("/core/img/bma/packages/top_section/attach.png") no-repeat right 10px;
    padding-right: 480px;
}

.top-section-contener.top-photo {
    background: url("/core/img/bma/packages/top_section/photo.png") no-repeat right 10px;
    padding-right: 480px;
}

.top-section-contener.top-video {
    background: url("/core/img/bma/packages/top_section/video.png") no-repeat right 10px;
    padding-right: 480px;
}

.top-section-contener.top-events {
    background: url("/core/img/bma/packages/top_section/events.png") no-repeat right 10px;
    padding-right: 480px;
}

.top-section-contener.top-gold {
    background: url("/core/img/bma/packages/top_section/gold.png") no-repeat right 10px;
    padding-right: 330px;
}

.top-section-contener.top-bronze {
    background: url("/core/img/bma/packages/top_section/bronze.png") no-repeat right 10px;
    padding-right: 330px;
}

.top-section-contener.top-silver {
    background: url("/core/img/bma/packages/top_section/silver.png") no-repeat right 10px;
    padding-right: 330px;
}


.top-section-contener .small-text {
    margin-left: 0;
    font-size: 11px;
}

.float-title,
.float-title .large {
    color: #003f8f;
    font-size: 30px !important;
}

.float-title .large {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -32px;
}

.float-title span {
    display: block;
}

.float-title .small-text {
    color: #000;
    margin-left: 0;
}

.small-text {
    font-size: 12px;
    margin-left: 20px;
}

.print-img {
    display: inline-block;
    margin: 0 auto;
}

.print-img h4 {
    width: 200px;
    text-align: left;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 40px;
}

.print-img .small-text {
    text-align: left;
}

a.purpure {
    color: #700e82;
}

#main .pay-thanx {
    display: block;
}

#main .pay-thanx .col-md-12 {
    margin: 0 auto;
}

.pay-thanx .panel-box {
    margin: 0 auto;
    display: block;
    width: 90%;
}

.pay-thanx .inlineTextDivider {
    font-size: 13px;
    color: #000;
}

#main .pay-thanx .form-control {
    background-color: #fff;
    font-size: 12px;
    height: 29px;
    margin: 0 auto;
    width: 40%;
}

.pay-summary {
    background-color: #f2f2f2;
    border: 1px solid #cecece;
    padding: 10px;
    margin-top: 30px;
    font-size: 11px;
}
.pay-summary h4{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.pay-summary p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.pay-summary hr {
    border-color: #d5d2d2;
    margin-top: 5px;
    margin-bottom: 15px;
}

.pay-summary .row {
    margin-bottom: 5px;
}

.ccv {
    padding-left: 9px;
    padding-right: 5px;
}

.ccv-box {
    width: 11%;
}

.ccv-tooltip-box {
    width: 3%;
}

.ccv-tooltip-box .tooltip {
    font-size: 11px;
}

#credit-card-form .ccv-box .form-control-feedback.glyphicon {
    right: -4px;
}

#credit-card-form .left {
    float: right !important;
}



.expiration-date label{
    vertical-align: middle;
    margin-top: 5px;
}

#main .simple-form  .expiration-date  .form-control {
    font-size: 15px;
    height: 35px;
    padding: 3px;
    text-align: center;
}


.bt-logo {
    background: url("/core/img/bma/add.png") no-repeat left top ;
    height: 45px;
    width: 110px
}

.visa {
    background: url("/core/img/bma/add.png") no-repeat 0 -40px ;
    height: 40px;
}
.mastercard {
    background: url("/core/img/bma/add.png") no-repeat 0 -88px ;
    height: 40px;
}

.amex {
    background: url("/core/img/bma/add.png?1") no-repeat -194px -5px;
    height: 40px;
}

.visa.ico-right {
    display: inline-block;
    margin-right: 5px;
    width: 80px;
}

.mastercard.ico-right {
    display: inline-block;
    width: 65px;
    margin-right: 5px;
}


.amex.ico-right {
    display: inline-block;
    width: 38px;

}

#credit-card-form .form-control-feedback.glyphicon {
    right: 15px;
}

#credit-card-form .has-success .form-control-feedback.glyphicon {
    top: 3px !important;
}

#credit-card-form .has-success.expiration-date .form-control-feedback {
    top: 0 !important;
}

#credit-card-form  .expiration-date .form-control-feedback {
    right: -15px;
}

#main .simple-form .form-control#form_card_cvv {
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

#credit-card-form .edit-box .box-body {
    overflow: visible;
}

/*Autocompleted */

.auto-box {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.auto-box2 {
    position: relative;
}

.auto-complete {
    background: #fff;
    border-radius: 0 0 3px 3px;
    border: 1px solid #96afc0;
    position: absolute;
    top: 44px;
    width: 100%;
    z-index: 1040;
    cursor: pointer;
}

.has-error {
    position: relative;
}

.has-error .tooltip.top {
    left: 15px !important;
}

.has-error .tooltip-inner {
    background-color: #7e0000;
    padding: 8px;
}

.has-error .tooltip.top .tooltip-arrow {
    border-top-color: #7e0000;
}

.auto-complete div {
    padding: 10px;
    background-color: #deeaf2;
    border-bottom: 1px solid #96afc0;
    border-top: 1px solid #fff;
    height: 60px;
}

.auto-complete div.title {
    text-align: center;
    background-color: #bdd1de;
    cursor: default;
    position: relative;
    border-bottom: none;
    font-size: 12px;
    height: auto;
}

.auto-complete div.title:after {
    border: 11px solid transparent;
    border-top-color:#bdd1de;
    border-style: solid;
    border-width: 11px;
    bottom: -1.5em;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -26px;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.auto-complete div:last-child {
    border-bottom: none;
    border-radius: 0 0 3px 3px;
}

.auto-complete div:first-child {
    border-top: none;
}

.edit-box .box-body.auto {
    overflow: visible;
}

.edit-box .box-body.auto.auto-over {
    display: table;
    width: 100%;
}

.more-form .form-group{
    margin-left: 0;
    margin-right: 0;
}

.more-form  .control-label {
    font-size: 13px;
    padding-top: 10px;
}

#main .business {
    padding-right: 15px;
}

.has-error .selectpicker.btn:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #d59392;
}
.has-error .selectpicker.btn {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}

.form-horizontal .has-feedback.bootstrap-select-container .form-control-feedback {
    right: 40px;
    width: 15px;
}
.has-success .selectpicker.btn:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #7aba7b;
}
.has-success .selectpicker.btn {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}
/*Score box - edit page */
.score-box {
    background-color: #d2b0cc;
    color: #3b0131;
    border: none;
    padding: 0;
    margin-left: 25px;
    margin-right: 0;
    margin-top: 40px;
    position: relative;
}

.score-box .row {
    margin-right: 0;
    margin-left: 0;
}


.progress-bar {
    background-color: #173477;
}

.score-box .close {
    position: absolute;
    top: 3px;
    right: 7px;
    color: #fff;
}

.score-box hr {
    border-top:1px solid #b07da7;
    border-bottom: 1px solid #e0c6db;
    margin: 0;
}

.score-box hr.ghost {
    visibility: hidden;
}

.score-box hr.score-line-bottom {
    position: absolute;
    top: 69px;
    width: 100%;
}

.progress-box {
    position: relative;
    margin-bottom: 40px;
}

.progress {
    height: 45px;
    border: 1px solid #173477;
    background-color: #fff;
    border-radius: 0 0 1px 1px;
}

.score-label {
    position: absolute;
    top: 11px;
    font-size: 17px;
    color: #000;
    width: 100%;
}

.score-label.label-white{
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}

.scala {
    position: relative;
}

.scala div {
    float: left;
    position: absolute;
    font-size: 12px;
    top: -82px;
    color: #b08da9;

}

.scala .scala5 {
    margin-left: 98.5%;
    left: -14px;
}

.scala-down {
    background-color: #7a0e68;
}

.scala-down div {
    border-right: 1px solid #ccc;
    color: #fff;
    font-size: 12px;
    padding-right: 5px;
    text-align: right;
    top: -20px;
    padding-top: 4px;
    padding-bottom: 4px;
    left: 1px;
}

.scala-down .scala5 {
    left: auto;
    right: 2px;
    width: 90%;
    border-right: none;
}

.scala-line div {
    border-left: 1px solid #ccc;
    height: 43px;
    top: -64px;
}

.scala-line div:last-child,
.scala-down div:last-child{
    height: 0;
    border-right: 0;
}

.scala-line .scala2 {
    left: 0;
}
.scala-line .scala3 {
    left: -1px;
}

.scala-line .scala4 {
    left: -1px;
}

.score-content {
    font-size: 14px;
    overflow: hidden;
}

.score-content h4 {
    font-size: 19px;
    margin: 12px 0 0 0;
    font-weight: bold;
}

.score-content h4 b{
    text-decoration: underline;
}

.score-content ul {
    padding-left: 0;
    margin-bottom: 17px;
    margin-top: 12px;
    min-height: 45px;
    list-style: none;
}

.score-content li {
    margin: 0 auto;
}

.score-content li a {
    text-decoration: underline;
}

.score-content a {
    color: #3b0131;
}

.score-content li a::first-letter {
    text-transform: capitalize;
}

.link-learn {
    display: inline-block;
    line-height: 14px;
    margin-left: 10px;
    vertical-align: middle;
}

.score-box-button {
    margin-left: 25px;
    position: relative;
    z-index: 100;
    margin-top: 0;
    outline: none;
    overflow: hidden;
}

.board {
    background-color: #d2b0cc;
    border-radius: 0 0 3px 3px;
    height: 15px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 100%;
}

.score-button,
.score-button:hover,
.score-button:focus {
    border-radius: 0;
    border: none;
    text-indent: -9999px;
    width: 92px;
    height: 26px;
    display: block;
    background: url('/core/img/bma/scor_box_switch.png') center -77px  no-repeat transparent;
    margin: 0 auto;
    outline: none !important;
    box-shadow: none;
    position: relative;
}

.score-button.collapsed  {
    background: url('/core/img/bma/scor_box_switch.png') top center no-repeat transparent;
}

.text-score {
    position: relative;
}

.text-score div{
    background: #d2b0cc;
    border-radius: 0 0 2px 2px;
    color: #3b0131;
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding-top: 14px;
    position: absolute;
    text-align: center;
    top: -42px;
    width: 100%;
}

#score-box2 {
    display: block;
    cursor: pointer;
}

#score-box2.in {
    display: none;
}

.score-box.score100 hr.score-line-bottom,
.score-box.score100 hr.ghost,
.score-box.score100 #score-box,
.score-box.score100 #score-box2,
.score-box-button.score100,
.score100 .scala-line,
.score100 .scala-down{
    display: none !important;
}

.score-box.score100 .progress-box {
    margin-bottom: 0;
}

.attachment-upload .thumbnail {
    width: auto;
    max-width: none;
}

.scala-down .scala-ribbon{
    height: 25px;
    width: 100%;
    background-color: #7a0e68;
    margin-left: -1px;
    border-bottom: 1px solid #5b024c;
    border-right-color: #7a0e68;
}
#score-box .col-sm-12{
    text-align: center;
}

.score-number {
    background: none repeat scroll 0 0 #7a0e68;
    border-radius: 28px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding: 4px 18px;
}

.score-number.margin-top {
    margin-top: 20px;
}

#score-box .row:last-child .col-sm-12 hr {
    display: none;
}


/*Dasboard*/

#main.dasboard .panel-head-dasboard {
    margin-left: 40px !important;
}

.dasboard .row {
    margin-left: 0;
}

.widget-box {
    padding: 0 25px 0 40px;
}

.widget {
    clear: both;
    display: table;
    width: 100%;
    margin-top: 20px;
}

.widget .widget-stats:first-child {
    border-radius: 3px 0 0 3px;
}

.widget .widget-stats:last-child {
    border-radius: 0 3px 3px 0;
}

.widget .glyphicon-question-sign {
    color: #fff;
}

.widget-stats {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
}

.widget-box-one {
    margin-top: 0;
    padding-bottom: 38px;
    padding-left: 10px;
    padding-right: 10px;
}

.widget-blue {
    background-color: #00c0ef;
    border-right: 1px solid #00a3cb;
    border-bottom: 1px solid #00a3cb;
}

.widget-blue.click:hover {
    background-color: #43cbec;
}
.widget-grey {
    background-color: #2A313B;
    border-right: 1px solid black;
}
.widget-grey.click:hover {
    background-color: #444455;
}

.widget-green {
    background-color: #00a65a;
    border-right: 1px solid #008d4d;
}

.widget-green.click:hover {
    background-color: #2fb879;
}

.widget-yellow {
    background-color: #f39c12;
    border-right: 1px solid #c37b0a;
}

.widget-yellow.click:hover {
    background-color: #f5b754;
}

.widget-orange {
    background-color: #f56954;
}

.widget-orange.click:hover {
    background-color: #f68f7f;
}

.ribbon-widget {
    background-color: #fff;
    color: #000;
    margin-left: -15px;
    margin-right: -15px;
    background: rgba(225,225,225,.4);
    padding: 2px 15px;
}

.widget-stats .fa-cog {
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
}

.widget-stats.spinn-box {
    padding-top: 70px;
    text-align: center;
}

.ribbon-widget a{
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 11px;
    margin-top: 4px;
}

.ribbon-widget .glyphicon-question-sign {
    color: #fff;
    display: inline-block;
    float: right;
    margin-top: 2px;
}

.widget-stats .big{
    display: inline-block;
    font-size: 50px;
    margin-right: 13px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.widget-stats .big.glyphicon-eye-open {
    cursor: inherit !important;
}

.widget-stats.widget-blue .big,
.widget-stats.widget-orange .big{
    font-size: 40px;
    height: 50px;
}
.widget-stats .big.white {
    color: #fff;
}

.widget-stats .fa.big{
    font-size: 70px;
}

.widget-stats .data {
    color: #fff;
    font-size: 57px;
    line-height: 57px;
    position: relative;
    text-align: center;
}

.widget-stats .header {
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    margin-top: 17px;
    text-transform: uppercase;
}

.widget-stats.widget-grey .header {
    color: white;
}
.widget-stats.widget-green .header {
    color: #004726;
}

.widget-stats.widget-yellow .header {
    color: #613b00;
}

.widget-stats.widget-orange .header {
    color: #613b00;
}

.widget-stats.widget-blue .header {
    color: #005266;
}

.widget-stats .data .total {
    font-size: 14px;
    left: -36px;
    position: absolute;
    top: 34px;
}

.widget-stats .more {
    bottom: 7px;
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 13px;
}

.chart-box {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 110px;
    cursor: pointer;
}

.line-chart {
    width:100%;
    height:100px;
}
.donut {width:100%;height:90px;min-width:150px;}

.donut-label {
    color: #ddd;
    font-size: 17pt;
    left: 43%;
    position: absolute;
    top: 68%;
    width: 100%;
}

.no-stats {
    font-size: 13px;
    opacity: 0.6;
    white-space: nowrap;
}

.widget-stats > a.link {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit;
}

#main.dasboard .panel {
    border-radius: 2px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 30px;
    margin-bottom: 0;
}

#main.dasboard .panel-title {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
    font-size: 18px;
}

#main.dasboard .mobile-tilte-box .panel-title {
    font-size: 16px;
    padding-top: 10px;
    margin-left: 0;
}

#main.dasboard .padding-up em,
#main.dasboard .padding-up em a {
    color: #0095ba;
    font-style: normal;
}

#main.dasboard .padding-up em a {
    text-decoration: underline;
}

.onoffswitch {
    position: relative; width: 107px;
    float: left;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: none; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 13px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Listed";
    padding-left: 10px;
    background-color: #036906; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Unlisted";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 28px; margin: 1px;
    background: #FFFFFF;
    border: 1px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 76px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    height: 28px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.no-padding .table {
    margin-bottom: 0;
}

.no-padding h4 {
    margin-top: 12px;
}

#main.dasboard .two-pannels .col-sm-7 .panel {
    margin-right: 0;
}

#main.dasboard .two-pannels .col-sm-6 .panel {
    margin-right: 0;
    margin-left: 0;
}

#main.dasboard .two-pannels.reset {
    padding: 0 10px 0 25px;
}

#main.dasboard .two-pannels.reset img {
    width: auto;
    max-width: 100%;
}

#main.dasboard .two-pannels .col-sm-5 .panel {
    margin-right: 10px;
    margin-left: 10px;
}

#main.dasboard .two-pannels .col-sm-5 .panel.first {
    margin-left: 25px;
}

.switch-tool {
    margin-top: 7px;
    margin-left: 10px;
}

.up-button-line {
    padding-right: 0;
    padding-left:  0;
    width: 28%;
    text-align: right;
}

.panel-head-dasboard .status-start  {
    width: 21%;
}

.panel-head-dasboard .up-button-line .btn {
    margin-top: 5px;
}

.two-pannels .panel-heading {
    font-size: 16px;
}

.two-pannels .panel-heading .glyphicon {
    margin-right: 5px;
}

.two-pannels .table {
    font-size: 12px;
}

.two-pannels .table > thead > tr > th {
    border-bottom: none;
}

.two-pannels .table > tbody > tr > td {
    border-top: none;
}

.two-pannels .table-striped > tbody > tr:nth-child(2n+1) > td,
.two-pannels .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #edf1f3;
}

.two-pannels .table > tbody > tr.actives > td,
.two-pannels .table > tbody > tr.actives > td a {
    font-weight: bold;
    color: #0095ba;
}
.two-pannels .table > tbody > tr.actives.warning > td,
.two-pannels .table > tbody > tr.actives.warning > td a {
    color: #f56954;
}

.two-pannels .table > tbody > tr > td:last-child,
.two-pannels .table > thead > tr > th:last-child {
    text-align: center;
}

.two-pannels .table > tbody > tr > td:first-child,
.two-pannels .table > thead > tr > th:first-child {
    padding-left: 10px;
}

.star-rating .clear-rating,
.star-rating .caption {
    display: none;
}

.rating-container,
.rating-xs {
    font-size: 16px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
    color: #fff;
    cursor: default;
}

.actives .rating-container, .actives .rating-xs {
    text-shadow: 0 0 1px rgba(0, 149, 186, 0.9);
}

.rating-container .rating-stars {
    color: #000;
}

.actives .rating-container .rating-stars {
    color: #0095ba;
}

.rating-loading {
    background: transparent url('/core/img/loading.gif') top left no-repeat;
}

.table-page #main th, .table-page #main td {
    vertical-align: middle;
}

.events-table {
    border-right: 1px solid #ddd;
}

.events-up-box {
    font-size: 12px;
}

.events-up-box .purpure {
    font-size: 14px;
    color: #751565;
}

.events-up-box p {
    margin-bottom: 8px;
}

.events-up-box a {
    color: #751565;
    text-decoration: underline;
}

.info-status {
    text-align: left;
    font-size: 15px;
    width: 75%;
    margin: 40px auto;
}

.middle-heading {
    border-top: 1px solid #ccc;
    border-radius: 0 !important;
}

#main.dasboard .two-pannels.reset {
    margin-top: 40px;
}

#main.dasboard .two-pannels.reset .col-sm-12 .panel {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-head th {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd !important;
    padding: 15px 10px !important;
}

.table-head th,
.table-head td {
    font-size: 13px;
}

.table-head.table-stats th:nth-child(3) ,
.table-head.table-stats td:nth-child(3)  {
    border-left: 1px solid #ddd;
    padding-left: 30px !important;
}

.table-head th:last-child ,
.table-head td:last-child {
    text-align: left !important;
}

.table-head.table-immpres th:last-child ,
.table-head.table-immpres td:last-child {
    text-align: left !important;
    border-left: 1px solid #ddd;
    padding-left: 30px !important;
}

.table-head.table-immpres th:first-child ,
.table-head.table-immpres td:first-child {
    width: 46%;
}

.table-head .glyphicon {
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 10px;
    vertical-align: text-bottom;
    color: #00a65a;
}

.table-head .glyphicon.glyphicon-download {
    color: #f56954;
}

/*Events tabel*/
.event-eye .glyphicon-eye-open {
    color: green !important;
}

.event-eye .glyphicon-eye-close {
    color: #d1d1d1 !important;
}

.dasboard .event-eye tr td:nth-child(2),
.dasboard .event-eye tr th:nth-child(2){
    width: 80%;
}

.events-list tr td:nth-child(2),
.events-list tr th:nth-child(2) {
    width: 30%;
}

.table-page #main th.small-head {
    font-size: 12px;
    font-weight: normal;
}

.events-list .glyphicon-trash {
    color: #d9534f;
    margin-left: 10px;
}

.events-list .glyphicon-pencil {
    font-size: 15px;
}

.margin-left10 {
    margin-left: 10px;
}

.events-list .alert {
    position: relative;
    margin-bottom: 0;
    z-index: 2;
}

.events-list .line-one {
    white-space: nowrap;
}

.events-list .alert.alert-danger{
    background-color: #ED7D7D;
    border-color: #ED7D7D;
}
.events-list a.grey {
    color: #666;
    text-decoration: underline;
}
/*Billing*/



.table-page #main .panel {
    margin: 5px 0 0 25px;
}

.table-page #main .panel#more-social-media {
    margin-top: 5px;
}

.table-page #main th,
.table-page #main td {
    padding: 12px 10px;
}

.table-page #main th:last-child,
.table-page #main td:last-child{
    text-align: left;
}

.table-page #main th {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

h1 .glyphicon {
    font-size: 12px;
    vertical-align: top;
}

.table-page .popover {
    box-shadow: none;
    border-radius: 0;
    background-color: #000;
    border: none;
}

.table-page .popover-content {
    padding: 4px 15px;
    font-size: 11px;
    text-align: left;
    color: #fff;
}

.table-page .popover.right {
    margin-left: 0;
}

.table-page .arrow:after {
    border-right-color: #000 !important;
}

.remove-card-link {
    color: #2a313a;
}

.remove-card-link a {
    text-decoration: underline;
    color: #2a313a;
}

/*Multilocation */

.map-lightbox {
    margin: 20px -122px 40px -114px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.map-lightbox.map2{
    margin: 20px -59px 10px -79px;
}

.map-lightbox.map3 {
    margin: 25px -122px 24px -114px;
}

.map-lightbox.no-map  {
    border: none;
    margin-top: -20px;
}

.map-lightbox img {
    width: 100%;
}

.modal .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

.modal .purpure {
    color: #520945;
}

.panel-cover {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    float: none;
}

#main .panel-cover .panel {
    margin-left: 0;
    margin-right: 5px;
}

.panel-cover .panel-heading {
    border-color: transparent;
    background-color: transparent;
    font-weight: bold;
    padding: 10px 0;
}

.panel-cover .panel-default {
    border: none;
    box-shadow: none !important;
}

.panel-cover .panel-body {
    background-color: transparent;
    padding: 15px 0;
}

.panel-cover .panel-body .form-horizontal .row {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.panel-cover .panel-body .form-horizontal .row.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.panel-cover .panel-heading .glyphicon,
.panel-cover .panel-heading .fa {
    padding-right: 5px;
}

.panel-cover .form-group {
    margin-right: -15px !important;
    margin-left: -15px !important;
    margin-bottom: 15px !important;
}

.address .form-group {
    width: 70%;
}

#main .panel-cover .form-group .form-control {
    background-color: #fff;
}

/*.panel-cover .form-group div {
        padding-left: 0 !important;
}*/

.searchclear {
    bottom: 0;
    color: #ccc;
    cursor: pointer;
    font-size: 17px;
    height: 14px;
    margin: auto;
    position: absolute;
    right: 22px;
    top: -7px;
}

.searchclear:hover {
    color: #000;
}


/*Alerts*/

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

#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;
}

/*Footer*/

footer {
    margin-top: 300px;
    border-top: 1px solid #000;
    padding-top: 30px;
    box-shadow: 0 1px 0 rgba(63, 74, 88, 0.8) inset;
}

footer ul {
    padding-left: 30px;
}

footer a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}


.disabled-read-only {
    background-color: #eee !important;
    cursor: not-allowed !important;
}
/*Reviews*/

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default !important;
}

.under-tabel {
    margin-top: -35px;
}



.one-line {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal .rating-container,
.modal .rating-xs {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

.respond {
    font-size: 13px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    cursor: not-allowed;
    opacity: 1;
    color: #504f4f;
}

#main .bootstrap-switch.bootstrap-switch-focused {
    box-shadow: none;
    border-color: #ccc;
}

#main .bootstrap-switch .bootstrap-switch-handle-on,
#main .bootstrap-switch .bootstrap-switch-handle-off,
#main .bootstrap-switch .bootstrap-switch-label {
    font-size: 10px;
    line-height: 13px;
}

#main .bootstrap-switch {
    width: 70px;
    min-width: 0;
    border-radius: 0;
}

#main .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
#main .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary  {
    background-color: #489649;
    color: #fff;
}

#main .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
#main .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    background-color: #000;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-container,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    border-radius: 0 !important;
}

.chk-reset input {
    margin-left: 0 !important;
    margin-right: 5px;
}

#main h1 .form-control {
    color: grey;
    font-size: 20px;
    height: 44px;
}

/*Debbuger*/

.debbuger-showcase {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    border-radius: 2px;
    color: #fff;
    background-color: #000;
    padding: 10px 20px;
    outline: none;
}

.close-dbg {
    float: right;
    font-weight: bold;
    font-size: 16px;
    margin-top: -10px;
    margin-right: -10px;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
}

.debbuger-showcase.down {
    bottom: -150px;
}

.map-bottom {
    background: url("/specificStatic/img/bma/maps.jpg") no-repeat left top;
    margin-bottom: -15px;
    margin-left: -15px;
    margin-right: -16px;
    overflow: hidden;
    padding-right: 15px;
}

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

.dimms .modal-lg {
    height: auto;
    min-height: 100%;
}

.dimms .panel{
    border-radius: 0;
}

.dimms .panel-heading {
    background: #2f4d94;
    background: -moz-linear-gradient(top, #2f4d94 0%, #163377 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f4d94), color-stop(100%,#163377));
    background: -webkit-linear-gradient(top, #2f4d94 0%,#163377 100%);
    background: -o-linear-gradient(top, #2f4d94 0%,#163377 100%);
    background: -ms-linear-gradient(top, #2f4d94 0%,#163377 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4d94', endColorstr='#163377',GradientType=0 );
    color: #fff;
    border-color: #001342;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    border-color: #001342;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #fff;
    font-size: 18px;
    padding: 12px 20px 11px 20px;
    border-radius:0;
    border: 1px solid #000;
    position: relative;
}

.dimms .panel-body {
    padding: 30px 45px 50px 50px;
}

.dimms .panel-body h4 {
    margin-top: 30px;
    color: #520945;
    font-weight: bold;
    font-size: 15px;
}

.dimms h2 {
    color: #520945;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 40px;
}

.dimms h1 {
    font-size: 30px;
    color: #19367a;
    margin-bottom: 50px;
}

.panel-heading .icon-box {
    border-right: 1px solid #d1d1d1;
    display: block;
    height: 49px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 46px;
    background-color: transparent;
    background-image: none;
    border-color: #001342;
    box-shadow: none;
}

.panel-heading .icon-box .glyphicon, .panel-heading .icon-box .fa, .panel-heading .icon-box .entypo {
    font-size: 23px;
    margin: 12px auto;
}

.dimmis-full .panel-heading {
    padding-left: 60px;
}

.dimmis-full .modal-lg  {
    min-height: 0;
    height: 100%;
}

.dimms .form-control {
    background-color: #f2f2f2;
}

h4.modal-head {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 20px;
}

/*Buttons*/

.btn-default {
    background-color: #ebebeb;
}

.btn-default:focus,
.btn-default:hover {
    border-color: #ccc;
    background-color: #f0f0f0;
}

.third-step .btn-ma,
.login .btn-ma,
.four-step .btn-ma,
.five-step .btn-ma {
    width: 60%;
    margin-top: 13px;
    margin-bottom: 30px;
}

.btn-ma {
    color: #fff;
    font-size: 20px;
    background: #112e71 !important;
    border: 1px solid #001342;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;*/
    padding: 9px 35px;
    border-radius: 1px;
    outline: none;
}

.btn-ma.btn-sm {
    font-size: 14px;
}

.btn-ma:hover,
.btn-ma:focus{
    opacity: 0.9;
    color: #fff !important;
    border: 1px solid #001342;
    outline: none;
}

.btn-black {
    background-color: #2a313a !important;
    border-color: #000 !important;
    color: #fff !important;
    border-radius: 2px !important;
    font-size: 12px !important;
    padding: 8px 20px!important;
}

.pay-btn .btn-black {
    padding: 8px 12px !important;
}

.auto .btn-black,
.panel-heading .btn-black {
    padding: 2px 15px!important;
}

.btn-black:hover,
.btn-black:focus {
    opacity: 0.9;
}

.btn-navy {
    background-color: #112e71 !important;
}

.btn-width165 {
    width: 165px;
}

.btn-width180 {
    width: 183px;
}

.button-avatar-change {
    padding-top: 40px;
}

#main .btn-width250 {
    min-width: 250px !important;
    width: auto;
}

.link-under {
    text-decoration: underline;
}

.purpure {
    color: #751565;
}

.btn-add,
.btn-add.disable-message:hover {
    background-color: #7b7f85;
    color: #d9dadc;
    font-size: 14px;
    border: 1px solid #616161;
    border-radius: 3px;
    margin: 20px 0;
}

.btn-add:hover {
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #616161;
}

.btn.btn-default.btn-sm.btn-grey.close-data {
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
    margin-left: 12px;
}

.add-logo-loghtbox .btn {
    display: block;
    width: 60%;
    margin: 10px auto;
}

.logo-two-step .btn,
.image-two-step .btn,
.btn.delete-categories {
    color: #000;
    margin-bottom: 5px;
    font-size: 12px;
    margin-top: 10px;
}
span.primary-category{
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 10px;
    display: block;
    margin-left: 7px;
}

.add_category {
    margin: 5px 0;
}

.gallery .loading {
    margin: 30px 26px;
    border: none !important;
}

.logo-info {
    font-size: 12px;
    margin-left: -20px;
    margin-top: 7px;
    padding-left: 20px;
    position: relative;
}

.logo-info .glyphicon,
.images-info .glyphicon,
.logo-info .fa,
.images-info .fa {
    position: absolute;
    top: 1px;
    left: 0;
}

.images-info {
    font-size: 12px;
    margin-top: 7px;
    padding-left: 20px;
    position: relative;
}

.submint-add .btn-ma {
    border-radius: 3px;
    box-shadow: none;
    padding: 15px 30px 15px 80px;
    transition: background-color 0.25s ease 0s;
    /*margin-right: 15px;*/
}

.submint-add .btn-ma.btn-center {
    padding: 15px 30px;
    text-align: center;
}

.submint-add .btn-ma .glyphicon {
    margin-left: 15px;
}

.submint-add .btn-ma.btn-save {
    padding: 15px 50px;
}

.disabled .thumbnail {
    opacity: 0.6;
}

.upgrade-box.btn {
    background: #9b288d;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    padding: 6px 10px 10px;
    display: block;
    border-top: 4px solid #8d1778;
}

.upgrade-box.btn b {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 1);
}

.upgrade-box.btn:hover {
    background: #8f1b7b;
}

.upgrade-box.btn em {
    display: block;
    font-size: 12px;
    font-style: normal;
}

.center-menu .btn {
    white-space: nowrap;
    padding: 2px 10px;
}

.center-menu a:first-child {
    margin-right: 10px;
}

.center-menu .btn-default .glyphicon{
    margin-right: 5px;
}

.panel-box .btn,
.panel-box .btn:hover,
.panel-box .btnn:focus {
    font-size: 15px;
    margin-top: 10px;
}

.panel-box button .glyphicon {
    margin-right: 5px;
}

.pay-btn {margin-top: 10px; margin-left: 0 !important; margin-right: 0 !important; }

.pay-btn .btn-black{
    padding-left: 8px;
    padding-right: 10px;
}

.btn-black-bg {
    background-color: #2a313a !important;
    border-color: #000 !important;
    color: #fff !important;
}

.auto-complete div .btn {
    float: right;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px !important;
    margin-left: 3px;
}

.more-form .btn-ma {
    margin-top: 20px;
}

.score-content .btn {
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid navy;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 90px;
    font-size: 23px;
    border-radius: 3px;
    margin-top: 12px;
    background-image: none !important;
    background: #911f7e !important;
    color: #fff;
    border-color: #5b004c;
    box-shadow: 0 1px 0 rgba(161, 63, 144, 1) inset;
    margin-bottom: 20px;

}

.score-content .btn:hover,
.score-content .btn:focus {
    background: #911f7e;
}

#main.dasboard .btn-default {
    font-size: 12px;
    border-radius: 2px;
}

#main.dasboard .btn-default .glyphicon {
    margin-right: 0;
}


#main.dasboard .two-pannels .panel-heading .btn-default {
    float: right;
    margin-right: -7px;
    margin-top: -4px;
}

#main.dasboard .btn-default.all {
    margin: 15px 0 10px 10px;
    padding: 10px;
}

.up-button-line .btn {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: -4px;
    border-radius: 2px;
    border-color: #000;
    font-size: 11px;
}

.up-button-line .btn,
.events-up-box .btn {
    background: #8f1b7b;
    background: -moz-linear-gradient(top,  #8f1b7b 0%, #751565 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f1b7b), color-stop(100%,#751565));
    background: -webkit-linear-gradient(top,  #8f1b7b 0%,#751565 100%);
    background: -o-linear-gradient(top,  #8f1b7b 0%,#751565 100%);
    background: -ms-linear-gradient(top,  #8f1b7b 0%,#751565 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f1b7b', endColorstr='#751565',GradientType=0 );
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

.up-button-line .btn:hover,
.events-up-box .btn:hover {
    background: #8f1b7b;
}

.events-up-box .btn {
    border-radius: 2px;
    border-color: #000;
    padding: 7px 15px;
}

.events-up-box .btn:hover,
.events-up-box .btn:focus {
    background: #8f1b7b;
    padding: 7px 15px;
}

#main .btn-user-big {
    width: 380px;
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 24px;
}

.btn-multi {
    border-radius: 2px;
    font-size: 15px;
    color: #2a313a;
    background-color: #f2f2f2;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
}

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

.btn-multi .glyphicon {
    margin-right: 10px;
}

.btn-multi .glyphicon-pencil {
    position: absolute;
    right: 0;
    top: 10px;
}
.btn-multi.purpure,
.modal .btn.purpure{
    color: #fff;
    background-color: #520945 !important;
    border-color: #520945 !important;
}

.modal .btn.save-logo {
    color: #fff !important;
}

.btn-multi.purpure:hover,
.modal .btn.purpure:hover,
.modal .btn.purpure:focus {
    opacity: 0.9;
}

.btn-ma.small {
    font-size: 16px;
}

/*Small grey button*/

.btn-grey {
    background-color: #7a8894;
    color: #fff;
    border-color: #59646e;
    border-radius: 2px;
    padding: 2px 5px;
}

.btn-grey:hover,
.btn-grey:focus {
    background-color: #97a1ab;
    color: #fff;
    border-color: #59646e;
}

/*Small revers button*/

.reviews .btn-ma {
    font-size: 12px;
    padding: 1px 5px;
}

.glyphicon-eye-open {
    cursor: pointer !important;
}

.btn-big-black {
    background: #2a313a !important;
    padding: 25px 60px !important;
}

.dimms .btn-lg {
    background-color: #520945;
    color: #fff;
    font-size: 25px;
    border-radius: 1px;
    border-color: #3c0031;
    padding: 15px 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/*Small purpure button*/

.btn-multi.purpure.btn-learn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 15px;
    width: auto;
    margin-top: 20px;
}

/*Medium MA button*/

.btn-ma-sl {
    font-size: 15px;
    font-weight: normal;
}

/*Billing*/

#main .second-title {
    margin-bottom: -15px;
    margin-top: 40px;
}

/*Mail*/

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 145px !important;
    margin-bottom: 0;
}


/*Single page */

.single-page {
    margin-left: 30px;
    margin-bottom: 20px;
}

.single-page .green {
    color: green;
}

.single-page label {
    margin-bottom: 0;
    cursor: pointer;
}

.single-page .page-info {
    padding-left: 30px;
    margin-top: -6px;
}

.single-page .notes a {
    text-decoration: underline;
    color: black
}

.badges .inlineTextDivider {
    margin-left: 0;
    width: 250px;
    font-size: 14px;

}

/*Share*/

.social-button {
    cursor: pointer;
    opacity: 0.9;
    margin-right: 10px;
}

.social-button:hover {
    opacity: 1;
}

#main .two-pannels,
#main .submint-add,
#main .panel-head-dasboard,
#main .widget-box {
    max-width: 1024px;
    margin-left: 0;
}

#main .panel-head-dasboard {
    max-width: 960px;
}

/* Video */

.embed-responsive {
    background: url("/core/img/loader.gif") no-repeat center center ;
}

.embed-responsive iframe{
    max-width: 100%;
}

.loader,
.cursor-pointer {
    cursor: pointer;
}

/*Editor*/
.note-editor .note-editable{
    background-color: #fff;
    min-height: 70px;
}

.note-editor {
    border-radius: 2px;
    border-color: #ccc !important;
}

.note-editor .note-toolbar {
    background-color: #f5f5f5;
    border-color: #ccc !important;
}

/*loader form*/
.loader-form {
    background: rgba(255,255,255,0.0);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2147483647;
    margin: 20% 0;
}

.loader-form div.title-loader {
    padding: 40px 10px 10px;
    color: #2d2d2d;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}


.loader-form .spinner {
    background: url("/core/img/progress-bar.gif") no-repeat scroll center center rgba(255,255,255,0.0);
    height: 40px;
    padding: 20px;
}

/*Loader full screen*/

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

/*Stats*/

#main.stats .two-pannels{
    margin-left: 25px;
}

#main.stats .two-pannels .stats-panel {
    margin-top: 27px;
}

.stats-header-panel small {
    font-size: 40%;
}

.stats-header-panel {
    text-align: center;
    padding: 23px 10px 24px;
    font-size: 61px;
    font-weight: bold;
}

.stats-header-panel div{
    display: inline-block;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    margin-top: -12px;
}

.stats-header-panel div > a {
    font-size: 13px;
    text-decoration: underline;
    font-weight: normal;
    display: block;
    margin-top: -3px;
}

.stats-header-panel .glyphicon {
    vertical-align: middle;
    font-size: 54px;
    margin-top: -8px;
}

.stats-body-panel .row {
    margin: 0;
}

.stats-body-panel .item-group-leads {
    background-color: #009350;
    color: white;
    float: left;
    width: 22.22%;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
}

.stats-body-panel .item-group-contacts {
    background-color: #00A65A;
    color: white;
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 6px 0;
}

.stats-body-panel .item-group-clicks {
    background-color: #0CB166;
    color: white;
    float: left;
    width: 44.44%;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
}

.stats-body-panel .item-group-leads-8 {
    width: 25% !important;
}

.stats-body-panel .item-group-contacts-8 {
    width: 25% !important;
}

.stats-body-panel .item-group-clicks-8 {
    width: 50% !important;
}

.stats-body-panel .item-group-leads-7 {
    width: 25% !important;
}

.stats-body-panel .item-group-contacts-7 {
    width: 42.9% !important;
}

.stats-body-panel .item-group-clicks-7 {
    width: 57.1% !important;
}

.stats-body-panel .item-group-contacts-6 {
    width: 33.2% !important;
}

.stats-body-panel .item-group-clicks-6 {
    width: 66.8% !important;
}

.stats-body-panel .item {
    border-right: 1px solid #000;
    float: left;
    height: 173px;
    width: 11.11%;
    text-align: center;
    padding-top: 20px;
}

.stats-body-panel .item-7 {
    width: 14.28%;
}

.stats-body-panel .item-8 {
    width: 12.5%;
}

@media (max-width:1210px) {
    .stats-body-panel .item {
        height: 190px;
    }
}

@media (max-width:1120px) {
    .stats-body-panel .item {
        height: 210px;
    }
}

@media (max-width:1090px) {
    .stats-body-panel .item {
        height: 173px;
    }
}

@media (max-width:990px) {
    .stats-body-panel .item {
        height: 193px;
    }
}

@media (max-width:990px) {
    .stats-body-panel .item {
        height: 210px;
    }
}

@media (max-width:800px) {
    .stats-body-panel .item {
        height: 163px;
    }
}


.leads .stats-header-panel .btn-upgrade-xs,
.visits .stats-header-panel .btn-upgrade-xs,
.impr .stats-header-panel .btn-upgrade-xs,
.rankings .stats-header-panel .btn-upgrade-xs {
    padding:3px 10px;
    margin-left:3px; position:relative; top:-1px;
}


.leads .stats-header-panel span:last-child,
.visits .stats-header-panel span:last-child,
.impr .stats-header-panel span:last-child,
.rankings .stats-header-panel span:last-child{
    margin-left:4px;
}




.stats-body-panel .item .button-container{
    width:100%;
    text-align:center;
    padding:0 10px;
}
.stats-body-panel .item .button-container a {
    display:inline-block; padding:3px 10px 2px 10px;
    color:#fff; background:#00a65a;
    margin:3px auto; border-radius:4px;
    text-decoration:none; transition:background 0.3s ease-out;
    font-size:12px;
}
.stats-body-panel .item .button-container a:hover {
    background:#008037;
}
.stats-body-panel .item .button-container a.button-disabled {
    background:#2a313a;
}
.stats-body-panel .item .button-container a.button-disabled:hover {
    background:#161c25;
}
.stats-body-panel .item .button-container a.button-upgrade {
    background:#9b288d;
}
.stats-body-panel .item .button-container a.button-upgrade:hover {
    background:#800074;
}


.stats-body-panel .item-leads {
    background-color: #9DDBBF;
    border-right-color: #CBE6D9;
}

.stats-body-panel .item-contacts {
    background-color: #B6E3CF;
    border-right-color: #D9F9EA;
}

.stats-body-panel .item-clicks {
    background-color: #CCEBDD;
    border-right-color: #D9F9EA;
}

.stats-body-panel .item-6 {
    width: 16.6% !important;
}

.stats-body-panel .item .glyphicon {
    font-size: 34px;
    height: 45px;
}



.stats-body-panel .item .evidence {
    display: block;
    font-size: 37px;
}

.stats-body-panel .item .title {
    display: block;
    margin-top: 7px;
    font-size: 12px;
}

.stats-body-panel > .item:last-child {
    border-right: none;
}
.stats-body-panel a .item {
    border-right: 1px solid #000;
}


.leads .stats-body-panel {
    overflow: hidden;
}

.stats-body-panel .item .fa{
    font-size: 30px;
    height: 34px;
    margin-bottom: 10px;

    border-radius: 1px;
}

.stats-body-panel .item .fa.fa-globe {
     font-size:33px;
 }

.stats-body-panel .item .fa.fa-phone {
    font-size:33px;
}

.stats-body-panel .item .fa.fa-mobile {
    font-size:40px; transform:translateY(-3px);
}
.stats-body-panel .item .fa.fa-phone {
    font-size:33px;
}
.stats-body-panel .item .fa.fa-facebook {
    font-size:24px;
    position:relative; top:0;
    padding: 7px 3px 0 14px;
}


.stats-body-panel .item .title a .glyphicon {
    font-size: inherit;
    margin-right: 5px;
}

.stats-body-panel .item .title a {
    text-decoration: underline;
}

.leads .stats-body-panel .item[data-toggle="modal"]{
    cursor: pointer;
}

.leads .stats-body-panel .item[data-toggle="modal"]:hover {
    background-color: rgba(255, 255, 255, 0.3);
    position: relative
}

.stats-modal .modal-body {
    font-size: 15px;
    padding: 40px;
}

.stats-modal .modal-body a {
    text-decoration: underline;
    color: inherit;
}

.stats-modal .modal-title {
    text-transform: none;
}

.table-title {
    margin-bottom: 10px;
    display: block;
}

.two-pannels .table.table-stats-view {
    margin-bottom: 10px;
}

.two-pannels .table.table-stats-view th{
    padding: 10px !important;
    font-size: 14px;
    vertical-align: middle;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    color: #2a313a;
    line-height: 1;
}

.two-pannels .table.table-stats-view td {
    padding: 8px 10px !important;
    font-size: 13px;
    vertical-align: middle;
    color: #2a313a;
/*    cursor: pointer;*/
}

.two-pannels .table.table-stats-view.cursor-default td {
    cursor: default;
}

.two-pannels .table.table-stats-view td .fa.fa-angle-right {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 17px;
    margin-bottom: -2px;
    margin-top: -2px;
    padding: 3px 2px;
    width: 23px;
    text-align: center;
    color: #001342;
}

.two-pannels .table.table-stats-view .collapsed td .fa.fa-angle-right:before {
    content: "\f107";
}

.two-pannels .table.table-stats-view td .fa.fa-angle-right.collapsed {
    padding: 4px 2px 2px;
}

.table-stats-view .collapse.in {
    display: table-row;
}
.table-stats-view .collapsing {
    -webkit-transition: none;
    transition: none;
}

.two-pannels .table > tbody > tr > td.no-padding {
    padding: 0 !important;
}

.two-pannels .table > tbody > tr > td.no-padding .table-condensed td {
    text-align: left;
    padding: 7px 10px !important;
    background-color: #d8e8ed;
    border-bottom: 1px solid #e3f3ec;
    cursor: default;
}

.two-pannels .table > tbody > tr > td.no-padding .table-condensed.content-right td {
    text-align: right;
}

.two-pannels .table.table-stats-view td small {
    font-size: 70%;
    display: block;
}

.two-pannels .table.table-stats-view td .fa.fa-arrow-circle-o-up,
.two-pannels .table.table-stats-view td .fa.fa-arrow-circle-o-down,
.two-pannels .table.table-stats-view td .fa.fa-sort{
    font-size: 20px;
    vertical-align: sub;
    margin-right: 10px;
}

.two-pannels .table.table-stats-view td .fa.fa-arrow-circle-o-up,
.two-pannels .table.table-stats-view td.up{
    color: #00a65a;
}

.two-pannels .table.table-stats-view td .fa.fa-arrow-circle-o-down,
.two-pannels .table.table-stats-view td.down{
    color: #f56954;
}

.two-pannels .table.table-stats-view td .fa.fa-sort,
.two-pannels .table.table-stats-view td.none{
    color: #b0b0b0;
}

.two-pannels .table.table-stats-view td .fa.fa-sort{
    margin-left: 2px;
}

.two-pannels .table.table-stats-view td.up,
.two-pannels .table.table-stats-view td.down,
.two-pannels .table.table-stats-view td.none{
    font-size: 12px;
}

.two-pannels .table.details-last > tbody > tr > td:last-child {
    width: 50px;
    text-align: center;
}

.visits .stats-body-panel {
    overflow: hidden;
}

.two-pannels .table.left-last > tbody > tr > td:last-child,
.two-pannels .table.left-last > thead > tr > th:last-child {
    text-align: left
}

/*.two-pannels .table.table-stats-view.details-striped tr:nth-last-of-type(4n+3) {
    background: #ff0000;
}*/

/*Stats colors*/

.leads .stats-header-panel{
    background-color: #00a65a;
    border: 1px solid #26B373;
    color: #fff;
}

.leads #statsHeader.stats-header-panel:hover {
    background-color: #2fb879;
    cursor: pointer;
}

.leads .stats-body-panel{
    background-color: #ccebdd
}

.leads .stats-header-panel .glyphicon {
    color: #004726;
}

.leads .stats-header-panel div {
    color: #004726;
}

.stats-header-panel div a {
    color: #fff;
}

.leads .stats-body-panel .item {
    border-color: #b3ddca;
    color: #004726;
}

.leads .stats-body-panel .item .fa{
    background: #004726;
    color: #ccebdd;
}

.leads .stats-body-panel .item .fa.simple {
    background:none; color:#004726; position:relative; top:-2px;
}
.leads .saved-info {
    width:100%; float:left; clear:both; position:relative; z-index:10;
}
.leads .stats-listing-saved {float:right; font-size:15px; color:#004726; text-decoration:underline; cursor:pointer; margin:15px;}
.leads .stats-listing-saved:hover {text-decoration:none;}

.leads .stats-body-panel .item .fa.fa-ticket {
    background-color: transparent;
    color: #004726;
    padding-top: 0;
    font-size: 38px;
    transform:rotate(45deg);
}

.stats-body-panel .item .title a {
    color: inherit;
}

.stats-body-panel .item .title a.unlock {
    color: #8c1778;
    cursor: pointer;
}

.two-pannels .table-stats-view.table-striped > tbody > tr:nth-child(2n+0) > td{
    background-color: #edf1f3;
    border-bottom:#edf1f3;
}
.two-pannels .table-stats-view.table-striped > tbody > tr:nth-child(2n+1) > td{
    background-color: #fff;
    border-bottom:#edf1f3;
}

/*Visits*/
.visits .stats-header-panel{
    background-color: #f39c12;
    border: 1px solid #b57b1e;
    color: #fff;
}

.visits .stats-header-panel .glyphicon ,
.visits .stats-header-panel div {
    color: #613b00;
}

.visits .stats-body-panel{
    background-color: #f9e9cf;
}

.visits  .stats-body-panel .item {
    border-color: #e3d5bf;
    color: #613b00;
}

.visits .stats-body-panel .item {
    width: 50%;
}

.visits .stats-body-panel .item .evidence {
    display: inline;
}

.visits .stats-body-panel .item {
    height: 115px;
}

.visits .stats-body-panel .item:hover {
    cursor: pointer;
    background-color: #f1e0c6;
}

.visits #statsHeader.stats-header-panel:hover {
    background-color: #f5b754;
    cursor: pointer;
}

/*Rankings*/

.rankings .stats-header-panel{
    background-color: #00c0ef;
    border: 1px solid #00a3cb;
    color: #fff;
}

.rankings .stats-header-panel .glyphicon ,
.rankings .stats-header-panel div {
    color: #005c72;
}

.rankings #statsHeader.stats-header-panel:hover {
    cursor: pointer;
    background-color: #43cbec;
}

/*impr*/

.impr .stats-header-panel{
    background-color: #f56954;
    border: 1px solid #9e1400;
    color: #fff;
}

.impr .stats-header-panel .glyphicon ,
.impr .stats-header-panel div {
    color: #801404;
}

.impr#statsHeader .stats-header-panel:hover {
    cursor: pointer;
    background: #f68f7f;
}

/*bookings*/

.bookings .stats-header-panel{
    background-color: #2A313B;
    border: 1px solid black;
    color: #fff;
}

.bookings .stats-header-panel .glyphicon ,
.bookings .stats-header-panel div {
    color: white;
}

.bookings#statsHeader .stats-header-panel:hover {
    cursor: pointer;
    background: #444455;
}

.two-pannels .table-stats-view.table-striped > tbody > tr:nth-child(2n) > td {
    background: #f2f2f2;
}

small.rkng {
    font-size: 60%;
}

.supporting-text-button,
.supporting-text-button:hover,
.supporting-text-button:focus {
    outline: none;
    border: none;
    background-color: #eaebed;
    position: relative;
    margin-left: 25px;
    padding-left: 15px;
    padding-right: 25px;
    font-size: 15px;
}

.supporting-text-button:after {
    background-color: #eaebed;
    bottom: -10px;
    content: "";
    display: block;
    height: 13px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all 0.25s ease 0s;
}

.supporting-text-button .glyphicon {
    margin-left: 15px;
    vertical-align: baseline;
}

.supporting-text-button .fa {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.supporting-text-button.collapsed:after {
    bottom: 0;
    height: 0;
}

.supporting-text-button.collapsed .glyphicon-chevron-up{
    display: none !important;
}

.supporting-text-button .glyphicon-chevron-up {
    display: inline-block !important;
    visibility: visible !important;
}

.supporting-text-button .glyphicon-chevron-down {
    display: none;
}

.supporting-text-button.collapsed .glyphicon-chevron-down {
    display: inline-block !important;
    visibility: visible !important;
}

#supporting-text .well {
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    background-color: #eaebed;
    padding: 25px 20px;
}

#supporting-text .well a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

#supporting-text .well .btn{
    margin-top: 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #9b288d;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
}

#supporting-text .well .btn:hover {
    background-color: #8f1b7b;
}

.supporting-text-dash .supporting-text-button {
    margin-left: 0;
    display: block;
    background-color: #e3f1e4;
    border-radius: 3px 3px 0 0 !important;
    border: none;
    text-align: left;
    font-size: 35px !important;
    font-weight: bold;
    padding: 20px 40px;
    transition: all 300ms ease-out;
}

.supporting-text-dash .supporting-text-button {
    font-size: 18px !important;
    padding: 10px 15px;
    border-radius: 3px !important;
}



.supporting-text-dash .supporting-text-button:after {
    display: none !important;
}

.supporting-text-dash .supporting-text-button .glyphicon {
    margin-left: 5px;
    font-size: 12px;
}

.supporting-text-dash .supporting-text-button .fa {
    font-size: 24px !important;
}

.supporting-text-dash {
    margin-top: 35px;
    margin-left: 45px;
    margin-right: 20px;
}
#supporting-text-dash {
    margin-left: 45px;
    margin-right: 20px;
}

#supporting-text-dash .well {
    margin-bottom: 0;
    background-color: #e3f1e4;
    border-radius: 0 0 3px 3px;
    box-shadow: none;
    border: none;
    padding-top: 20px;

}

#supporting-text-dash .well p {
    padding-left: 65px;
    padding-right: 20px;
    font-size: 14px;
}

#supporting-text-dash .well ul {
    padding-left: 80px;
    padding-right: 20px;
    font-size: 14px;
    overflow: hidden;
}

#supporting-text-dash .well li {
    margin-bottom: 5px;
}

#supporting-text-dash .well a{
    color: inherit;
    text-decoration: underline;
}

.supporting-text-dash.article-banner .supporting-text-button {
    background-color: #ebebeb !important;
}

.supporting-text-dash.article-banner .supporting-text-button a {
    color: inherit;
    text-decoration: none;
}

.supporting-text-dash.article-banner .supporting-text-button a.btn-black {
    background-color: #8f8e8f !important;
    border-color: #8f8e8f !important;
    padding: 3px 12px!important;
    font-size: 12px !important;
    font-weight: normal !important;
    vertical-align: middle !important;
    margin-left: 15px;
}

.supporting-text-dash .button {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 4px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: #8cbc8c;
    margin-left: 20px;
    color: #fff !important;
    opacity: 1;
    transition: opacity 300ms ease-out;
}

.supporting-text-dash .button:hover {
    opacity: 0.7
}


.supporting-text-dash .button .glyphicon {
    margin-left: 10px;
}


@media (max-width: 640px) {
    .supporting-text-button,
    .supporting-text-button:hover,
    .supporting-text-button:focus  {
        display: block;
        margin-left: 0;
        margin-right: 15px;
        margin-top: 10px;}
    #supporting-text-dash .well p {
        padding-left: 10px;
        padding-right: 10px;
    }

    #supporting-text-dash .well ul {
        padding-left: 10px;
        padding-right: 10px;
    }
    .supporting-text-dash {
        margin-left: 15px;
        margin-right: 0px;
    }
    #supporting-text-dash {
        margin-left: 15px;
        margin-right: 15px;
    }
    .supporting-text-dash .supporting-text-button {
        white-space: normal;
        font-size: 20px !important;
    }

    .supporting-text-dash.article-banner .supporting-text-button a.btn-black {
        margin-left: 0;
        margin-top: 15px;
        display: block;
        width: 100px;
    }

    .supporting-text-dash .button {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }
}
/* Disable RWD
#main .submint-add-right-menu {
        max-width: none;
        min-width: 0;
}
.ribbon {
        min-width: 980px;
}

.green-big {
        padding-bottom: 25px;
        color: #107300;
        font-size: 17px;
        padding-left: 0;
}

.green-big a {
        color: #107300;
        text-decoration: underline;
}

.two-lines {
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        margin-bottom: 30px;
        color: navy;
}*/

/* Mobile */

@media (max-width: 1150px) {
    #main .small-select label {white-space: normal;}
    #dropdownMenu2, #dropdownMenu3 {display: none;}
    .center-menu {float: left;}
    .btn-multi {white-space: normal;}
    .up-button-line .btn {margin-top: 0;}
    .ribbon {margin-left: 0;}
}


@media (max-width: 1090px) {
    #left-panel {left: -230px;}
    #main {margin-left: 0;}
    .ribbon .mobile-title {display: block !important; width: 200px; float: left;text-align: left;}
    .ribbon .mobile-tilte-box {float: left; width: 120px;}
    .ribbon .mobile-tilte-box span {display: block;}
    .mobile-title .btn {margin-top: 10px;}
    #left-panel.open {left: 0 !important}
    #main.open .mobile-tilte-box {display: none;}
    .steps li {display: none;}
    .steps li.active {display: inline-block !important;}
    .description {display: none;}
    .description.mobile-view {display: block; width: 100%;}
    body {background-image: none;}
    body.open {background: url("/core/img/bma/bckg.png") repeat-y left top #fff;}
    .center-menu, .liner {display: none;}
    .steps li:last-child {width: 33%;}
    .full-tab {width: 100%;}
    .modal-dialog {width: 100%;}
    .left-side {border-right: none;}
    .fb-login {display: block;}
    .modal-body > img.example {width: 100%;}
    aside.open .close-menu-mobile { display: block !important;position: absolute;top: 0px;left: 200px;font-size: 28px;color: #fff;opacity: 0.85;font-weight: bold; cursor: pointer;z-index: 9999999999999;}

}


@media (min-width: 800px){
    #main h1.desktop-tabel {margin-left: 25px; margin-bottom: 10px;}
    .btn-title-add {margin-top: -45px !important;}
}

@media (max-width: 800px) {
    #main .form-control {margin-bottom: 5px;}
    .expand {margin-top: 0;}
    #main .slider-horizontal {width: 100% !important;}
    .edit-box .box-body {padding: 28px 20px; padding-bottom: 0;}
    #main  .submint-add {padding-left: 5px; padding-right: 5px;}
    .help-menu.dropdown {position: absolute;right: 11px;top: 15px; margin-top: 19px;}
    #main .panel-bd .col-md-4 {float: none;display: block;height: auto;}
    .panel-box {display: block;}
    .packages-box p {width: 100%;}
    .widget-stats {display: block; min-height: 50px;}
    .up-button-line {padding-left: 15px;}
    .dropdown-menu.alertmenu {display: none;}
    #main .two-pannels {max-width: none;min-width: 0;}
    .ribbon {min-width: 0; white-space: nowrap;}
    .widget-stats, .two-pannels .col-sm-7, .two-pannels .col-sm-5 {width: 100%;}
    .table-responsive {border: none;}
    #main.dasboard .two-pannels .col-sm-5 .panel {margin-left: 15px;margin-right: 0;}
    .widget-box {padding: 0 15px 0 30px;}
    #main.dasboard .panel {margin: 30px 15px 0;}
    .padding-up {height: 52px;}
    .status-start {padding-left: 15px;}
    #main.dasboard .panel-head-dasboard {margin-left: 30px !important;}
    #main.dasboard .panel-head-dasboard .col-sm-2 {width: 18%;}
    #main.dasboard .panel-head-dasboard .col-sm-3 {width: 27%;}
    #main.dasboard .panel-head-dasboard .col-sm-4 {width: 27%;}
    .example-packages-img {width: 100%; max-height: 985px;}
    .under-tabel {    margin-top: 7px;
                      position: static;
                      display: block;
                      margin-bottom: 15px;
                      margin-right: 10px;}
    .ccv-box {width: 27%;padding-left: 15px;margin-top: 10px;float: left;}
    .ccv-tooltip-box {width: 18%;float: left;padding-left: 20px;padding-top: 10px;}
    .stats-body-panel .item {width: 50%; border-bottom: 1px solid; padding: 10px;}
    .visits .stats-body-panel .item {width: 100%;}
    .widget-box-one {padding-top: 10px;}
    .help-menu.dropdown li{display: none;}
    .help-menu.dropdown li.help-menu-logout{display: inline;}
    .status-menu{        margin-right: 5px;
                         position: absolute;
                         right: 10px;
                         top: 45px;
                         font-size: 12px;}
}

@media (max-width: 600px) {
    #credit-card-form .box-body {
        padding-left: 24px;
        padding-bottom: 30px;
    }
    #credit-card-form .left {
        float: none !important;
        width: 100px;
        margin-left: 15px;
    }
    .steps li.active {display: none !important;}
    .ribbon {}
    .ribbon .mobile-title {width: 250px;}
    .top-menu, .scala-down {display: none;}
    .simple-form .edit-box .box-body {padding-left: 24px;}
    .panel-head-dasboard .padding-up {width: 100%;}
    .score-box, .score-box-button {margin-left: 10px;}
    .status-start {padding-left: 15px;}
    .edit-box,.score-box, .score-box-button {margin-left: 0 !important;}
    .form-horizontal .form-group {margin-left: -10px;}
    .address .form-group {width: 100%;}
    .panel-cover .form-group {margin-right: -15px !important; margin-right: -15px !important; }
    #main.dasboard .panel-head-dasboard .col-sm-2 {width: 40%;}
    #main.dasboard .panel-head-dasboard .col-sm-3 {width: 55%;}
    #main.dasboard .panel-head-dasboard .col-sm-4 {width: 45%;}
    #main.dasboard .panel-head-dasboard .glyphicon-question-sign {display: none;}
    .btn-social-icon {margin-bottom: 5px;}
    .disabled-info-head {display: none;padding: 0;}
    .gallery .btn.remove-image {margin-top: 19px;}
    .ccv-box {width: 27%;padding-left: 15px;margin-top: 10px;float: left;}
    .ccv-tooltip-box {width: 18%;float: left;padding-left: 20px;padding-top: 10px;}
    .map-bottom {background-image: none; padding-right: 15px;}
    .map-bottom .packages-box {margin-top: 0;}
    .map-bottom .tab-content {height: 0 !important;}
    .step-header .modal-title {font-size: 14px;}
    .top-section-contener {padding-left: 0; padding-right: 0 !important; width: 100%; background-image: none !important; min-height: 0; padding-bottom: 0;}
    .step-arrow-1, .step-arrow-2 {display: none;}
    .float-title  {font-size: 14px !important; line-height: 1.3;}
    .close-ribbon .close {display: none;}
    .logo-two-step .btn, .image-two-step .btn {margin-bottom: 15px;}
    .logo-two-step {margin-top: 25px;}
    .gallery .col-xs-4 {width: 49%;}
    #upload-images .col-sm-12 {padding-left: 0 !important;}
    .fb-login {white-space: nowrap;}
    #left-list article header .mini-crumb {right: 50px;}
    .score-box hr.score-line-bottom {display: none;}
    .stats-body-panel .item .glyphicon, .stats-body-panel .item .fa, .stats-header-panel .glyphicon {display: none;}
    .stats-header-panel {line-height: 1;}
    .stats-header-panel div a {margin-top: 4px;}
    .two-pannels .table.table-stats-view {border: none;}
    .two-pannels .table.table-stats-view thead {display: none;}
    .two-pannels .table.table-stats-view td {width: 100% !important; display: block; text-align: left !important; border: none; padding: 6px 10px !important; text-align: center !important;}
    .two-pannels .table.table-stats-view tr {border: 1px solid #ddd;}
    .two-pannels .table.table-stats-view td:before {content: attr(data-th) ": ";display: inline; font-weight: bold; font-size: 12px;}
    .two-pannels .table.table-stats-view td.mobile-head::before {content: "";}
    .two-pannels .table.table-stats-view td small {display: inline; margin-left: 5px;}
    #main.stats .two-pannels .stats-panel {margin-bottom: 30px;}
    .two-pannels .table.table-stats-view td.up, .two-pannels .table.table-stats-view td.down {font-size: 13px;text-transform: none;}
    .two-pannels .table.table-stats-view td.mobile-head {background-color: #ddd; font-weight: bold;}
    .two-pannels .table.table-stats-view .table-condensed {background-color: #d8e8ed;}
    .two-pannels .table.table-stats-view .table-condensed tr:first-child {display: none;}
    .two-pannels .table.table-stats-view .table-condensed tr.mobile-open:first-child {display: table-row}
    .two-pannels .table  tbody  tr  td.no-padding .table-condensed td {width: 50% !important; float: left;}
    .two-pannels .table  tbody  tr  td.no-padding .table-condensed tr.mobile-open td {width: 100% !important;}
    .two-pannels .table > tbody > tr > td.no-padding::before {content: "";}
    .two-pannels .table.table-stats-view .collapsed tr {border: none !important;}
    .two-pannels .table.table-stats-view td .fa.fa-angle-right {width: 50px;}
    .stats-body-panel .item .evidence {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
    .two-pannels .table.table-stats-view .mobile-open td::before {content: "";}
    #contact-tdv .form-group {
        margin-bottom: 0 !important;
    }

    #upload-attachments .col-lg-2 {
        width: 49% !important;
    }
    #ext-img {display: none;}
    #billing_data .panel {margin-left: 0;}
    #change-card {margin-bottom: 20px;}

    .submint-add .btn-ma.btn-save {
        padding: 15px 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index:10000000000;
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    .edit-box .box-title .icon-box {display: none;}
    .edit-box .box-title {padding: 12px 36px 11px 20px;}
    .no-mobile {display: none;}
    #main.dasboard .panel-head-dasboard {margin-left: 15px !important;}
    #main.dasboard .panel-head-dasboard .panel-body {padding-bottom: 40px;}
    .widget-box {padding: 0 15px;}
    #main.dasboard .two-pannels .col-sm-7 .panel, #main.dasboard .two-pannels .col-sm-5 .panel {margin-left: 0;}
    .form-horizontal .control-label.bussiness-title-label {width: 90%; padding-left: 0;}
    .expiration-date label {vertical-align: middle;margin-top: 1px;width: 90%;padding-left: 15px;}
    #main .simple-form .expiration-date .col-sm-2 {width: 50%;}
    .edit-box .box-body.logo-box {padding: 15px 30px;}
    #main.dasboard .top-section-dasboard .box-dasboard-title .box-s {margin-bottom: 10px; padding: 10px;}
    #main.dasboard .top-section-dasboard .box-dasboard-title .box-s a.full-box {padding: 10px;}
    #main.dasboard .top-section-dasboard .box-dasboard-title {margin-bottom: 0;}
    #main.dasboard .top-section-dasboard .box-dasboard-title, #main.dasboard .top-section-dasboard .panel-title {padding-left: 0;}
    .score-label {padding-left: 10px;}
    .btn-ma {padding: 9px 20px;}
    .panel-footer .btn-ma{font-size: 18px;}
    #main h1 .btn {margin-top: 9px !important;float: none !important;}
    .btn-title-add { float: none !important; margin-top: 10px !important; }
    .events-list {margin-left: 0  !important;}
    .input-group {margin-right: 10px;}
    #main .input-group .form-control {margin-bottom: 0;}

    .table-responsive.event-eye td {
        font-size: 14px;
        padding: 15px 10px;
    }

    .table-responsive.event-eye tr td:first-child,
    .table-responsive.event-eye tr th:first-child,
    .table-responsive.event-eye tr td:nth-child(3),
    .table-responsive.event-eye tr th:nth-child(3),
    .table-responsive.event-eye tr td:nth-child(4),
    .table-responsive.event-eye tr th:nth-child(4){
        display: none;
    }
    .vertical-menu .navbar-nav li a .number-menu {
        display: none;
    }

    .vertical-menu .navbar-nav li a {
        padding-left: 30px;
    }

    .vertical-menu .navbar-default .navbar-nav > .made > a {
        background-position: 108px -132px;
    }

    .vertical-menu .navbar-nav {
        margin-right: 0;
    }

    .modal.in .modal-dialog {
        margin-top: 0;
    }

    .first-step .col-md-7,
    .first-step .col-md-5,
    #inc-register-form .col-md-7,
    #inc-register-form .col-md-5{
        padding-left: 0;
        padding-right: 0;
    }

    .first-step .col-md-7 br {
        display: none;
    }
}

@media (max-width: 375px) {
    .menu-tel {display: none !important;}
    .ribbon {padding: 0 10px; }
    .help-menu.dropdown {margin-left: 0;}
    .edit-box {margin-left: 10px; margin-right: 0;}
    #main h1 {margin-left: 15px !important;}
    #main h1.edit {margin-left: 0 !important;}
    #main  .submint-add .btn {white-space: normal}
    #main.dasboard .panel-head-dasboard .col-sm-2,#main.dasboard .panel-head-dasboard .col-sm-3,#main.dasboard .panel-head-dasboard .col-sm-4 {width: 95%;}
    #main.dasboard .panel-head-dasboard .col-sm-2 {padding-left: 15px;}
    .status-start {height: 30px;}
    #main.stats .two-pannels {margin-left: 0;}
    .stats-body-panel .item {height: 115px;}

}

span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #deeaf2;
    border: 1px solid #96afc0;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    margin-top: -1px;
    width: 100%;
}
span.twitter-typeahead .tt-suggestion > p {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    border-bottom: 1px solid #96afc0;
    margin-bottom: 0;
}

span.twitter-typeahead .tt-suggestion:last-child  p {
    border-bottom: none;
}

span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus,
span.twitter-typeahead .tt-suggestion.tt-cursor{
    text-decoration: none;
    outline: 0;
    background-color: #bdd1de;
    cursor: pointer;
}

span.twitter-typeahead {
    width: 100%;
}
.input-group span.twitter-typeahead {
    display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px !important;
}

#map_canvas_big {
    width: 100% !important;
    height: 100% !important;
}

.modal-elastic {
    max-width: 836px;
    width: auto;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fileinput-button {
    overflow: hidden;
    position: relative;
}
.fileinput-button input[type="file"] {
    display: block;
    height: 100% !important;
    cursor: pointer !important;
}

.fileinput-button:active,
.fileinput-button:focus {
    box-shadow: none;
}

#main .file-first-step .fileinput-button input[type="file"]{
    cursor: pointer !important;
}

#logo-cropper {
    width: 100%;
    height: 100%;
}

.modal-cropper-placeholder {
    max-width: 100%;
    max-height: 300px;
}
.cropper-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.cropper-container {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.cropper-container > img {
    width: 100%;
    height: 100%;
}

.cropper-modal,
.cropper-canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cropper-modal {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.cropper-canvas {
    cursor: crosshair;
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
}

.cropper-dragger {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
}

.cropper-viewer {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline-width: 1px;
    outline-style: solid;
    outline-color: #69f;
    outline-color: rgba(51, 102, 255, .75);
}

.cropper-viewer > img {
    max-width: none !important;
    max-height: none !important;
}

.cropper-dashed {
    position: absolute;
    display: block;
    filter: alpha(opacity=50);
    border: 0 dashed #fff;
    opacity: .5;
}

.cropper-dashed.dashed-h {
    top: 33.3%;
    left: 0;
    width: 100%;
    height: 33.3%;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.3%;
    width: 33.3%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=10);
    opacity: .1;
}

.cropper-face {
    top: 0;
    left: 0;
    cursor: move;
    background-color: #fff;
}

.cropper-line {
    background-color: #69f;
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize;
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize;
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize;
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize;
}

.cropper-point {
    width: 5px;
    height: 5px;
    background-color: #69f;
    filter: alpha(opacity=75);
    opacity: .75;
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize;
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize;
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize;
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize;
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize;
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize;
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize;
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    filter: alpha(opacity=100);
    opacity: 1;
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: " ";
    background-color: #69f;
    filter: alpha(opacity=0);
    opacity: 0;
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px;
    }
    .widget-stats {
        height: 172px;
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        filter: alpha(opacity=75);
        opacity: .75;
    }
}

/* Helper classes for JavaScript */

.cropper-hidden {
    display: none !important;
}

.cropper-invisible {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    filter: alpha(opacity=0);
    opacity: 0;
}

[class^="cb-icon-"],
[class*=" cb-icon-"] {
    width: 21px !important;
    height: 21px !important;
    line-height: 21px !important;
}

.bootstrap-checkbox > button.btn {
    padding: 0 0 4px 2px !important;
    outline: none !important;
}

.bootstrap-checkbox {
    outline: none;
}

#suggest_category_link,
.suggest_location_link,
.suggest_location_link_back,
.company_suggest_location_link_back,
.upload-file .upload-logo,
.fileinput-button {
    cursor: pointer;
}

.modal textarea { resize: none;}

.modal-dialog .width60 {
    margin-left: auto !important;
    margin-right: auto !important;
}

.form-control-feedback {
    z-index: 10;
}

.image-first-step, .image-two-step {
    height: 120px;
    min-width: 110px;
}

.gallery .btn.remove-image {
    color: red;
    margin-left: 45px;
    margin-top: 5px;
}
.image-popup {
    height: 87px;
    width: 109px;
}

.form-horizontal .business .has-feedback .form-control-feedback {
    top: 4px !important;
}

#upload-attachments .gallery .btn.remove-image {
    margin-left: 13px;
}

#upload-attachments .thumbnail {
    margin-bottom: 0;
    cursor: pointer;
}

#upload-attachments .thumbnail:hover {
    background-color: #ccc;

}

#upload-attachments .fileinput-button .btn  {
    padding-left: 18px;
    color: #000;
}

#upload-attachments .col-lg-2 {
    width: 18.667%;
}

.button-modal {
    margin-top: 40px;
}

.button-modal .btn{
    float: right;
    width: 145px !important;
    margin-left: 10px !important;
    padding: 9px 20px;
}

/* Customer feedback */

#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: #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;
}
/* Hidden placeholder */
.fback-contener .left select option[disabled]:first-child {
    display: none;
}

.fback-contener .left input[type="text"]:hover,
.fback-contener .left textarea:hover,
.fback-contener .left input[type="text"]:focus,
.fback-contener .left textarea:focus,
.fback-contener .left select:hover,
.fback-contener .left select:focus  {

}

.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%);
    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;
    box-sizing: content-box;
    margin-bottom: 6px;
    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;
}

.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;
    display: block;
    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;
}

.submit-free-ul {
    width: 40%;
    text-align: left;
    margin: 0 auto 20px auto;
}

@media only screen and (max-width: 980px)  {
    .feadback-box {display: none;}
}



.modal-loader {
    position: absolute;
    width: 100%;
    height: 355px;
    z-index: 1000000000000000;
    text-align: center;
    margin-top: 100px;
    font-weight: bold;
    font-size: 20px;
    color: #6a215d;
    font-weight: normal;
}

.modal-loader img {
    margin-top: 15px;
}

/*Events*/
.form-horizontal .occurrences .has-feedback .form-control-feedback,
.form-horizontal .dates .has-feedback .form-control-feedback{
    right: 40px;
}

#deleteEventAction,
#deleteSpecialOfferAction{
    margin-top: 15px;
}

#deleteEventModal p.margin-top2 {
    font-weight: bold;
}

#deleteEventModal .button-modal {
    margin-top: 0;
}

#main .form-control[disabled] {
    background-color: #eee !important;
    cursor: not-allowed !important;
}
.notfound-404 .jumbotron{
    margin-top: 40px;
    position: relative;
    border-bottom: 20px solid #ccc;
    border-top: 20px solid #e7e7e7;
}

.notfound-404 .jumbotron:after {
    color: #fff;
    content: "404";
    font-size: 184px;
    font-weight: bold;
    opacity: 0.6;
    position: absolute;
    right: 61px;
    top: -20px;
}

.notfound-404 .jumbotron h1 {
    font-size: 38px;
}

.notfound-404 .jumbotron p {
    font-size: 18px;
}

.notfound-404 .jumbotron {
    border-radius: 100px;
}

#locations_counter {
    color: #31708f;
    background-color: #d9edf7;
    padding: 5px 15px;
    margin-bottom: 5px;
    border: 1px solid #bce8f1;
    border-radius: 1px;
    font-weight: bold;
    display: inline-block;
}

.big-info {
    background-color: #fff;
    padding: 25px 30px;
    font-size: 15px;
    margin-top: 30px;
}

.big-info h3 {
    font-size: 18px;
    font-weight: bold;
    color: #da0000;
    margin-bottom: 1px;
    margin-top: 32px;
}

.big-info .alert {
    position: relative;
    color: #fff;
    text-align: left;
    padding: 12px 20px;
}

.big-info .alert span {
    margin-right: 10px;
    font-size: 18px;
    top: 3px;
}

.big-info-button {
    border: none;
    padding: 30px 0;
}

.big-info-button .btn-success {
    border-radius: 1px;
    padding: 22px 10px;
    color: #fff;
    font-size: 24px;
    background-color: #409946;
    white-space: normal;
}

.big-info-button .btn-success:hover {
    opacity: 0.85;
}

.or-under {
    display: block;
    text-align: center;
    padding: 5px 0 0;
}

.permanet-link {
    color: #da0000;
    text-decoration: underline;
    font-size: 15px;
    display: block;
    text-align: center;
}

.permanet-link:hover {
    color: #da0000;
    text-decoration: none;
}

.right-info {
    margin-top: 30px;
    color: #409946;
}

.right-info h3 {
    font-size: 28px;
    padding-bottom: 30px;
}

.right-info p {
    font-size: 21px;
    padding-bottom: 30px;
    line-height: 21px;
}

.right-info .btn-success {
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
    background-color: #409946;
    white-space: normal;
}

.right-info .btn-success:hover {
    opacity: 0.85;
}

.no-ico .navy-head .box-title {
    padding-left: 20px;
}

.no-ico .edit-box .box-body.auto {
    padding: 12px 24px 10px 24px;
}

.no-ico  .big-info-button {
    padding-top: 10px;
}

.no-ico .or-under {
    padding: 8px 0;
    font-size: 17px;
}

.no-ico .btn-ma {
    padding: 12px 35px;
    border-radius: 2px;
}

/* New add picture */

.starter-template {
    padding: 20px 15px;
    clear: both;

}

.starter-template img {
    position: relative;
    height: 100px;
    position: relative;
    width: 100px;
}

.starter-template .panel-heading {
    position: relative;
}

.starter-template .panel-heading .glyphicon-remove-sign {
    border-radius: 8px;
    color: #d9022a;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 9px;
}

.starter-template .media-left {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: top;
}

.starter-template .media-body {
    display: inline-block;
    overflow: visible;
    width: calc(100% - 180px);
}

.list-unstyled .starter-template .panel-body {
    position: relative;;
    display: inline-block;
}

#main .starter-template .list-unstyled .panel,
.starter-template .list-unstyled .panel {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    border-radius: 4px 4px 2px 2px;
}

.starter-template .sortable li .glyphicon-question-sign{
    display: none;
}


.starter-template .sortable li.cover .panel-heading strong:after {
    content: " (Listing's cover picture)"
}

.starter-template .sortable .panel-heading {
    cursor: move;
    padding-right: 40px;
}

.starter-template .sortable li.cover{
    background-color: #d9edf7;
}


#main .starter-template .form-control {
    background-color: #fff;
}

.starter-template .sortable li.cover input,
.starter-template .sortable li.cover img,
.starter-template .sortable li.cover .btn-default{
    border-color: #aaa;
}

.starter-template .right-panel-info {
    margin-top: 30px;
    margin-right: -48%;

}

.no-ava,
.no-ava:hover,
.no-ava:focus{
    cursor: default;
    color: #ccc;
    background-color: #ebebeb;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.overlay #foo.img-modal {
    padding: 20px;
    width: 600px;
    margin-left: -320px;
    opacity: 1;
}


.overlay #foo.img-modal:before {
    content: "";
}

.overlay #foo.img-modal .progress {
    background-color: #fff;
    border: 1px solid #173477;
    border-radius: 2px;
    height: 23px;
}

.upload-info-modal {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.upload-info-modal div {
    display: inline;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.well.well-sm.bg-info .disabled-info-head,
.starter-template .media-body .checkbox .disabled-info-head  {
    display: block !important;
}

.starter-template .media-body .checkbox .disabled-info-head {
    margin-top: 5px;
}

.fake-checbox {
    background-color: #e6e6e6;
    border: 1px solid #bcbcbc;
    cursor: not-allowed;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    opacity: 0.5;
    vertical-align: sub;
    width: 16px;
}

.starter-template .media-body .checkbox .disabled-info-head .glyphicon {
    margin-right: 5px;
}

/* charts */
.xAxis > .tickLabel {
    margin-top:30px;
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.stats-chart-box {
    padding: 25px;
    border: 1px solid #ddd;
    margin-bottom: 60px;
    padding-bottom: 30px;
    padding-right: 30px;
    position: relative;
}

#statsChart {
    height: 300px;
    background-color: #fbfbfb;
}

#legendContainer {
    margin: 0px 0 20px 15px;
}

#legendContainer table {
    float: right;
}
.legendLabel {
    padding-right: 20px;
}

.legendLabel:last-child {
    padding-right: 10px;
}

#legendContainerText {
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear:both;
    position:relative; top:5px;
}

.stats-chart-box .slider-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ccc;
}

.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
    -moz-animation: spin .7s infinite linear;
}

/*Packages login page*/

.login-page.inc-packages .login {
    border: none;
}

.inc-packages .inlineTextDivider {
    width: 50%;
}

.inc-packages .right-side li,
.inc-packages .right-side p{
    font-size: 13px;
    line-height: 1.2;
    padding-top: 0;
    text-align: left;
    color: #19367a;
}

.inc-packages .right-side li {
    margin-bottom: 10px;
}

.inc-packages .right-side ul {
    padding-left: 20px;
}

.inc-packages .right-side p{
    margin-bottom: 15px;
}

.inc-packages .right-side,
.inc-packages .left-side{
    padding-top: 0 !important;
}

.inc-packages .modal-footer {
    text-align: center;
    margin-top: 20px;
}

.inc-packages #register {
    padding: 0 25px;
}

.inc-packages #register .checkbox {
    width: auto;
}

.inc-packages #register #form_register_submit {
    width: 100%;
}

#inc-register-form-first .to-login {
    display: none;
}

.inc-packages .row .to-login {
    width: 100%;
    margin-top: 0;
}

.col-sm-1 .glyphicon-question-sign,
.col-xs-1 .glyphicon-question-sign
{
    cursor: pointer;
    vertical-align: bottom;
    margin-top: 9px;
}

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

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}


@media (min-width: 800px) {

    .starter-template .media-body .checkbox{
        display: inline-block;
        padding-top: 0;
        vertical-align: middle;
        margin-bottom: 10px;
        margin-left: 10px;
        padding-top: 3px;
        float: left;
        max-width: 50%;
    }

    .starter-template .media-body .btn-group {
        float: left;

    }
    .inc-packages .modal-body{
        width: 700px;
    }
    .inc-packages .right-side {
        padding-left: 30px;
    }
}

@media (max-width: 640px) {

    .submit-free-ul {
        width: 100%;
    }

    #legendContainer table {
        width: 100%
    }

    #legendContainer table td.legendColorBox {
        width: 20% !important;
        float: left;
        padding-top: 10px;
    }

    #legendContainer table td.legendLabel {
        width: 70% !important;
        float: left;
    }

    #legendContainer table td.legendLabel a{
        display: block;
        padding: 8px 0;
    }

    #legendContainer table td:odd {
        text-align: right;
    }

    #legendContainer table {
        margin-bottom: 15px;
    }

    .inc-packages .modal-body,
    #packages-log-in .modal-body{
        padding: 0;
    }
}


@media (max-width: 600px) {

    .starter-template{        padding-left: 0;}
    .starter-template .sortable .btn-group-responsive .btn-default {
        display: block;
        float: none;
        border-radius: 2px !important;
        margin-bottom: 10px;
        width: 100%;
        padding: 10px;

    }
    .starter-template .sortable .btn-group-responsive,
    .starter-template .media-body{
        display: block;
        width: 100%;
    }
    .starter-template .media-left {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    #main .panel.no-margin {
        margin-left: 5px;
        margin-top: 10px;
    }
    .edit-box-head {
        margin-top: 15px;
    }
    .simple-form.down-form hr {
        margin-left: 20px;
    }

}

@media only screen and (max-width: 1090px){
    .right-info p {text-align: center}
    .right-info .btn-success {margin-right: 25px;}
}


@media only screen and (max-width: 990px){
    .mobile-title .btn {float: left; margin-right: 15px;}
    .no-ico .edit-box .box-body.auto {padding: 12px 5px 0px 5px;}
    .starter-template .media-left {margin-bottom: 10px;}
    .overlay #foo.img-modal {
        left: 0;
        margin: 10px;
        opacity: 1;
        width: calc(100% - 20px);
    }
}

@media only screen and (max-width: 480px){
    #main .simple-form div.form-control span.gst{
        left: 57% !important;
        padding-top: 22px;}
    .rankings .stats-header-panel.mobile {font-size: 40px;}
    .stats-header-panel small {
        display: block;
        font-size: 40%;
        margin-bottom: 10px;
    }

    .xAxis > .tickLabel {
        margin-top:30px;
        -moz-transform:rotate(-90deg);
        -o-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        font-size: 10px;
    }

    #password-reminder .modal-dialog .width60 {
        width: 90%;
    }
}

/*Flat Categories Menu*/

#main .category-box .edit-box.edit-box-head {
    border: none;
}

#main .category-box .edit-box.content-cat {
    padding: 20px 10px 10px;
    background-color: #fff;
}

#main .category-box .edit-box.content-cat .intro-text {
    padding: 0px 35px 5px;
}

#main .category-box .edit-box .box-title .icon-box{
    height: 46px;
}

#main .category-box .edit-box.content-cat .selected-categories {
    font-size: 14px;
}

#main .category-box .edit-box.content-cat .meta-categories {
    border-bottom: 1px solid #eee;
    border-radius: 2px;
    font-size: 15px;
    padding-top: 10px;
    margin-right: 20px;
    padding-bottom: 5px;
    padding-right: 200px;
    position: relative;
    font-weight: normal;
    transition: all 250ms;
}


#main .category-box .edit-box.content-cat .meta-categories:hover {
    border-color: #ccc;
}

#main .category-box .edit-box.content-cat .meta-categories .btn {
    border: medium none;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 2px 5px;
}

#main .category-box .edit-box.content-cat .meta-categories .btn-link {
    padding-left: 0;
    margin-left: 0;
}

#columns {
    margin-top: 5px;
    border-radius: 3px;
    min-height: 200px;
    position: relative;
}

.category-box-trip {
    position: relative;
    min-height: 455px;
    margin-top: 25px;
    margin-left: 40px;
    padding-right: 20px;
}

.category-box-trip {
    display: block;
    margin-bottom: 15px;
}

.category-box-trip .category-crumb {
    color: #2a6496;
}

.category-box-trip .category-crumb span {
    cursor: pointer;
}

.category-box-trip .category-crumb span:hover {
    text-decoration: underline;
}

.category-crumb .glyphicon {
    font-size: 8px;
    top: -1px;
    margin: 0 5px;
}

.content-cat {
    font-size: 15px;
    overflow: hidden;
    padding-bottom: 30px;
}

.list-group.categories-list .list-group-item {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-radius: 0 !important;
    background-color: #525352;
    color: #fff;
    padding-right: 30px;
    line-height: 1.2em;
    height: 3em;
    padding-top: 0;
    vertical-align: middle;
    margin-bottom: 0;
}

.list-group.categories-list {
    margin-top: 5px;
}

.list-group.categories-list .list-group-item span {
    display: table-cell;
    height: 3em;
    vertical-align: middle;
}

.list-group.categories-list .list-group-item:hover {
    background-color:#848784
}

.column ul li.search {
    margin: 0;
    padding: 5px;
}

.column ul li.search input {
    width: 100%;
    margin: 0;
}

.selected-categories-buttons {
    display: inline;
}

selected-categories-buttons .btn-default {
    border: none;

}

.selected-categories {
    margin-left: 0;
    padding-left: 50px;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: green !important;
    position: relative;
    border-color: #fff;
}

a.list-group-item.leaf.active:before{
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

a.list-group-item:before{
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}

a.list-group-item.leaf:before {
    content: "\2b";
}

.selected-categories-buttons {
    display: inline;
    margin-left: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    bottom: 5px;
}

.selected-categories-buttons .glyphicon-remove-circle{
    position: static;
    background-color: rgb(255, 255, 255);
    width: 13px;
    height: 15px;
    cursor: pointer;
    border-radius: 20px;
    margin-right: 15px;
    vertical-align: middle;
}

.selected-categories-buttons .btn-link {
    padding: 0;
    margin-right: 0;
}

.primary-category-button {
    font-size: 12px;
}

.categories-choosen-counter {
    margin-left: 35px;
    border-radius: 3px;
    padding: 5px 0;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0;
}

.categories-limit-reached-hide {
    margin-left: 20px;
}

.categories-tree-widget .reset-tree {
    margin-left: 0;
    padding-left: 0;
}

.categories-tree-activator,
.categories-tree-reset{
    background-color: #2a313a !important;
    color: #fff;
    border-color: #2a313a !important;
    font-size: 14px;
    border-radius: 3px;
    transition: all 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
    margin-bottom: 30px;
}


.categories-tree-widget {
    display: block;
    margin-left: -6%;
    width: 106%;
}

.categories-tree-widget .col-md-1 {
    padding: 0;
    text-align: right;
}

.categories-tree-back {
    display: block;
    margin-top: 70px;
    cursor: pointer;
}

.categories-head {
    padding: 10px 10px 10px 25px;
    border-radius: 3px 3px 0 0;
    background-color: #2a313a;
    color: #fff;
    display: block;
    position: relative;
}

.categories-head:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2a313a;
    bottom: -8px;
    content: "";
    left: 28px;
    position: absolute;
    z-index: 10;
}


.list-group.categories-tree {
    background-color: #eaeaea;
    font-size: 14px;
    color: #2a313a;
    padding: 25px 0 35px 0;
    border-radius: 0 0 3px 3px;
}

.list-group.categories-tree ul.main {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.list-group.categories-tree ul.extra {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    margin-top: 5px;
}

.list-group.categories-tree strong{
    display: inline-block;
    padding: 3px 25px 3px 7px;
    background-color: #c8cacc;
    border-radius: 2px;
    margin-left: 60px;
    margin-top: 15px;
}

.list-group.categories-tree ul.extra li:first-child > span {
    display: block;
}


.categories-tree-widget .list-group-item {
    background-color: transparent;
    border: none;
    display: block;
    padding: 0;
    position: relative;
    list-style: none;
}

.categories-tree-widget .list-group-item span {
    display: inline-block;
    padding: 3px 5px 3px 25px;
}

.categories-tree-widget .list-group-item:hover,
.categories-tree-widget .list-group-item span:hover{
    cursor: pointer;
    text-decoration: underline;
}

.categories-tree-widget .list-group-item span.badge {
    display: inline;
    float: none;
    font-size: 11px;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 7px;
    vertical-align: middle;
    text-decoration: none !important;
    color: #fff !important;
    background-color: green;
    border-radius: 3px;

}
.categories-tree-widget .list-group-item span.badge.newBadage {
    background-color:#e00000;
}


.categories-tree-widget .list-group-item span .glyphicon-exclamation-sign {
    color: orange;
    margin-left: 5px;
}

.category-crumb .glyphicon-exclamation-sign {
    color: orange;
    font-size: inherit;
    vertical-align: middle;
}

.two-pannels .panel-heading .glyphicon.glyphicon-exclamation-sign {
    color: orange;
}

.categories-tree-widget .list-group-item span.badge:first-letter {
    text-transform: uppercase;
}

.categories-tree-widget .suggested-list {
    display: block;
    -webkit-column-count: 1;
}
.categories-tree-widget .suggested-list li {
    display: block;
}

#main .uploadAttachmentsPanel {
    clear: both;
    margin-top: 15px;
    margin-left: 35px;
    margin-right: 20px;
}

#main .uploadAttachmentsPanel small {
    word-wrap: break-word;
    overflow: hidden;
    max-width: 70px;
    text-overflow: ellipsis;
    display: block;
    margin-top: 5px;
}


.uploadAttachmentsPanel .file-first-step .btn:hover,
#main .file-first-step .form-control:hover{
    cursor: pointer;
}

.uploadAttachmentsPanel .file-first-step .btn:hover .thumbnail{
    background-color: #f5f5f5;
    cursor: pointer;
}

.uploadAttachmentsPanel .fileinput-button input{
    height: 10px !important;
    width: 90px !important;
    display: none;
}

.uploadAttachmentsPanel input:not(.form-control) {
    display: none;
}

#main .file-first-step .form-control{
    max-width: 90px;
}

.categories-tree-widget .list-group-item.active > span {
    color: green;
    text-decoration: underline;
}


span.badge {
    display: inline;
    float: none;
    font-size: 11px;
    font-weight: normal;
    margin-left: 0;
    padding: 2px 7px;
    vertical-align: baseline;
    text-decoration: none !important;
    color: #fff !important;
    background-color: green;
    border-radius: 3px;
}
span.badge.newBadage {
    background-color:#e00000;
}

.list-group-item .glyphicon-chevron-right  {
    font-size: 9px;
    margin: 0 5px;
    top: 0;
}

.categories-tree-bredcrumb .glyphicon-chevron-right {
    font-size: 9px;
    margin: 0 5px;
    top: 0;
    text-decoration: none !important;
    cursor: default !important;
}

.categories-tree-bredcrumb span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.categories-tree-bredcrumb span.last:hover {
    text-decoration: none !important;
    cursor: default !important;
}

.categories-tree-bredcrumb span.last {font-weight: bold;}


.categories-choosen-list .fa-spin {
    font-size: 35px;
    opacity: 0.5;
    margin: 15px;
}

#alertModal .modal-title {
    text-transform: none;
    font-size: 18px;
}

.vanishOutIn {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.vanishOutIn {
    -webkit-animation-name: vanishOutIn;
    animation-name: vanishOutIn;
}


#submenu-speciall {
    line-height: 1.5;
}

#submenu-speciall .badge {
    text-transform: none;
    background-color: #ff0500;
    color: #fff;
}

#deleteSpecialOfferModal p {
    font-size: 18px;
}

#main .events-list {
    margin-top: 25px;
}

/*Special offer modal*/
.special-offer-modal .modal-header{
    background-color: #e4e4e4;
    color: #8f1b7b;
    text-align: center;
    padding: 35px 15px;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
}

.special-offer-modal .modal-header h4{
    color: #8f1b7b;
    font-weight: bold;
    font-size: 35px;
    text-transform: none;
}

.special-offer-modal .modal-header h5 {
    font-size: 30px;
    font-weight: normal;
}

.special-offer-modal .modal-header h5,
.special-offer-modal .modal-header h4 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.special-offer-modal .modal-header .close {
    color: black;
    font-size: 26px;
    margin-right: -10px;
    margin-top: -34px;
}

.special-offer-modal .modal-footer {
    border-top: none;
    text-align: center;
    border-radius: 0 0 3px 3px;
    padding: 30px 20px 35px;
}

.special-offer-modal .modal-footer .btn {
    color: #fff;
    border-color: #8f1b7b;
    background-color: #8f1b7b;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 40px;
    border-radius: 40px;
    transition: background-color 0.2s ease-out 0s;
}

.special-offer-modal .modal-footer .btn:hover,
.special-offer-modal .modal-footer .btn:focus {
    background-color: #9b288d;
}

/*Most Popular*/

.most-popular-annoucement{
    text-align: center;
    padding-top: 12px;
}

.most-popular-annoucement div {
    padding: 0 15px 0 50px;
}

.most-popular-annoucement h2{
    margin-bottom: 0;
    margin-top: 12px;
}

.most-popular-annoucement h2,
.most-popular-annoucement a{
    font-size: 12px;
}

.most-popular-annoucement a {
    color: inherit;
    text-decoration: underline;
}

.award-page {
    margin-top: 20px;
    margin-left: 25px;
}

.btn-white {
    border-radius: 20px;
    border: 1px solid navy;
    background-color: #fff;
    color: navy;
    outline: none;
    padding: 5px 20px;
    transition: background-color 0.2s ease-out 0s;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #ebebeb;
}


.subscription-info {
    margin-top: 30px;
}

.subscription-info .btn {
    display: block;
    margin: 5px auto 30px;
}

.subscription-info ~ hr {
    margin-left: -15px;
    margin-right: -15px;
}

.login-page .modal-long .modal-title{
    margin-top: 0;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    padding: 0 25px 0;
}

.login-page .modal-long .modal-header{
    border-bottom: none;
}

.modal-long .modal-body {
    width: auto !important;
    text-align: left !important;
    padding: 0 40px 25px !important;
    background-color: #fff;
    font-size: 14px;
    max-height: calc(100vh - 310px);
    overflow-y: auto;
}

.modal-long .modal-body h6 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
}

.modal-long .modal-body .btn {
    font-size: 18px !important;
    padding: 10px 39px !important;
    margin: 30px auto 50px!important;
}

/*Inbox*/

.inbox {
    margin-left: 10px;
    margin-top: 30px;
}

.inbox .list-group-item {
    position: relative;
    padding: 30px 50px 30px 25px;
}

.inbox .list-group-item.unread{
    background-color: #e9f3e9;
}

.inbox .list-group-item .badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    color: inherit !important;
}

.inbox a.list-group-item::before {
    color: inherit;
    right: 20px;
}

.inbox .name-box{
    min-width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.inbox .name-box span {
    width: 120px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inbox-title {
    width: calc(100% - 220px);
    vertical-align: middle;
    display: inline-block;
}

.inbox-title span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inbox .avatar {
    background-color: #eaebed;
    margin-right: 30px;
}

.inbox .content-box a {
    color: inherit;
    text-decoration: underline;
}

.inbox .content-box {
    font-size: 13px;
    padding: 30px 30px 50px 30px;
}

.inbox.single-box a.list-group-item:before {
    right: auto;
    left: 30px;
    content:"\e079";
}

.inbox.single-box a.list-group-item {
    padding: 30px 25px 30px 60px;
    overflow: hidden;
}

.col-md-3.description.inbox-descr {
    margin-top: 90px;
}

.single-box .inbox-title span {
    white-space: normal;
}

.inbox.single-box .avatar {
    margin-right: 15px;
}

.inbox.single-box .name-box {
    min-width: 135px;
}

.inbox.single-box .name-box span {
    width: 135px;
}

@media (max-width: 1090px){
    .col-md-3.description.inbox-descr {
        display: block;
    }
}

@media (max-width: 767px){
    .col-md-3.description.inbox-descr {
        display: none;
    }
    .inbox {
        margin-left: 0;
    }
    .inbox-title {
        width: 100%;
        float: none;
        margin-top: 15px;
        overflow: hidden;
        display: block;
    }

    .inbox.single-box a.list-group-item::before {
        left: 20px;
    }
}

@keyframes vanishOutIn {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: translateY(y),
            -webkit-filter: blur(0px);
    }

    50% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2, 2);
        -webkit-filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1, 1);
        -webkit-filter: blur(0px);
    }
}

@-webkit-keyframes vanishOutIn {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        -webkit-filter: blur(0px);
    }

    50% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2, 2);
        -webkit-filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1, 1);
        -webkit-filter: blur(0px);
    }
}

@media only screen and (max-width: 990px){
    #main .category-box .edit-box.content-cat .meta-categories {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .selected-categories-buttons .glyphicon-remove-circle {
        font-size: 15px;
    }

    #main .category-box .edit-box.content-cat .meta-categories .btn {
        margin: 5px 0 0;
    }

    .list-group.categories-tree ul.main{
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }

    .list-group.categories-tree ul.extra li:first-child b {
        margin-bottom: 15px;
        width: 100%;
    }

    .categories-tree-widget .list-group-item span {
        padding: 3px 10px 10px 25px;
    }

    .categories-tree-widget {
        display: block;
        margin-left: -2%;
        width: 112%;
    }
    .selected-categories-buttons {
        display: block;
        margin-left: 0;
        text-align: left;
    }

    #alertModal {
        right: -9px;
    }
    .categories-head::after {
        bottom: -7px;
    }

}
.slideRightAnim,
.slideLeftAnim{
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.slideRightAnim {
    -webkit-animation-name: slideRightAnim;
    animation-name: slideRightAnim;
}
.slideLeftAnim {
    -webkit-animation-name: slideLeftAnim;
    animation-name: slideLeftAnim;
}


@-webkit-keyframes slideRightAnim {
    0% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: translateX(100%);
    }
}
@keyframes slideRightAnim {
    0% {
        transform-origin: 0 0;
        transform: translateX(0%);
    }

    100% {
        transform-origin: 0 0;
        transform: translateX(100%);
    }
}

@-webkit-keyframes slideLeftAnim {
    0% {
        -webkit-transform-origin: 0 0;;
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
    }
}
@keyframes slideLeftAnim {
    0% {
        transform-origin: 0 0;
        transform: translateX(0%);
    }

    100% {
        transform-origin: 0 0;
        transform: translateX(-100%);
    }
}

@media only screen and (max-width: 480px) {
    .list-group.categories-tree ul.extra {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
    .list-group.categories-tree strong {padding-right: 10px;}
    .selected-categories-buttons {position: static;}
    .selected-categories-buttons .glyphicon-remove-circle {position: absolute; top: 10px; right: 0; margin: 0;}
    #main .category-box .edit-box.content-cat .meta-categories {padding-right: 24px; border-bottom: none; margin-bottom: 0;}
    #main .category-box .edit-box.content-cat .meta-categories .btn {margin: 10px 0;}
    .scala div:last-child {margin-left: 98% !important;}
    #main .form-group {margin-bottom: 0 !important;}
    .special-offer-modal .modal-footer .btn {font-size: 14px;}
    .most-popular-annoucement div {
        padding: 0 15px;
    }
    .award-page {margin-left: 0;}
    .categories-choosen-counter {margin-top: 0;}
    .field-address .col-sm-6, .bootstrap-select-container {clear: both;}
    .vertical-menu .sidebar-navbar-collapse {border-top: none; box-shadow: none;  }
    .modal-long .modal-body {
        max-height: none !important;
    }

}
.modal#mapRemoveListingModal .btn,
.modal #response .btn{
    color: #fff;
}

/* Short form */

#main .simple-form.form-short{
    font-size: 14px;
}

#main .simple-form.form-short .form-control  {
    height: 34px;
    font-size: 14px;
}

#credit-card-form .has-success .form-control-feedback.glyphicon {
    top: 0 !important;
}
.expiration-date label {
    padding-left: 35px;
    font-size: 13px;
    padding-right: 0;
    margin-top: 9px;
}

#main .simple-form.form-short .btn-ma-sl {
    background-color: #bebebe !important;
    border-color: #bebebe !important;
    color: #333 !important;
    padding: 3px 15px !important;
    color: #333 !important;
    font-size: 13px !important;
}

.gray-box {
    background-color: #f2f2f2;
    padding: 7px 20px;
    height: 36px;
    margin-bottom: 10px;
}
.gray-box.green-box {
    background-color: #e7ffe5;
    margin-top: 10px;
    margin-bottom: 0;
}

.label-dcs{
    padding-right: 0;
}

.label-dcs label {
    padding-left: 20px;
    line-height: 2.2;
}

#form_discount_code {
    padding: 8px 24px 8px 12px !important;
}

.simple-form.form-short hr {
    margin-left: -60px;
    margin-right: -50px;
}

.form-short .form-control-feedback.glyphicon {
    top: 0px !important;
}

.navy-head .box-title.text-center {
    text-align: center;
    padding-left: 0;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 0;
}

.navy-head .box-title.text-center span {
    display: block;
    font-size: 36px;
}

#discount_info_price {
    line-height: 2.5;
    color: #00a71c;
}

.simple-form.form-short .col-md-3.description h4 {
    /*
    text-transform: uppercase;
    font-weight: bold !important;
    */
    margin-bottom: 5px !important;
}

.simple-form.form-short .col-md-3.description .bt-logo,
.simple-form.form-short .col-md-3.description .visa,
.simple-form.form-short .col-md-3.description .mastercard,
.simple-form.form-short .col-md-3.description .amex {
    background-image: url("/core/img/bma/add-small.png");
}

.simple-form.form-short .col-md-3.description .mastercard {
    background-position:  0 -85px;
    width: 54px;

}

.simple-form.form-short .col-md-3.description .visa {
    width: 53px;
}

#main h1.extend_coverage {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 0.7;
    color: #3a589e;
}

#main h1.extend_coverage small {
    font-size: 40%;
    color: inherit !important;
}

#more-coverage {
    margin-top: 30px;
}


#more-coverage .checkbox-section{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

#more-coverage .box-body {
    padding: 20px 15px 20px 40px;
}

#more-coverage .col-md-4 .box-body {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;

}

#more-coverage .checkbox-section .col-xs-6 {
    padding-left: 0;
}

#more-coverage .checkbox-section p {
    margin-top: 10px;
    font-size: 15px;
}

#more-coverage .idle {
    font-size: 15px;
    margin-bottom: 10px;
}

#more-coverage .idle.input-label {
    margin-bottom: 10px;
    display: block;
}

.idle-or{
    height: 20px;
    margin-bottom: 30px;
    position: relative;
}

.idle-or span {
    position: absolute;
    font-weight: bold;
    font-size: 17px;
    color: #3a589e;
}
#more-coverage .twitter-typeahead{
    width: 70%;
    margin-bottom: 15px;
}

#more-coverage .idle .glyphicon{
    margin-left: -25px;
    margin-right:10px;
    color: #3a589e;
}

#more-coverage .checkbox{
    margin-top: 0px;
    margin-bottom: 0;
    font-size:12px;
}

#more-coverage .checkbox input {
    margin-top: 2px;
}

#more-coverage .progressbar-text {
    font-size: 36px !important;
    line-height: .7;
    font-weight: bold;
    width: 70%;

}

#more-coverage .progressbar-text small {
    font-size: 34%;
    display: block;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
}

#more-coverage .hide-after-show {
    text-align: center;
    margin-left: -35px;
}

#more-coverage .btn-load {
    font-size: 14px;
    padding: 10px 14px;
    background-color: #f6f6f6;
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    margin-top: 25px;
    transition: background-color 0.25s ease 0s;
}

#more-coverage .btn-load:hover {
    background-color: #dadada;
}

#more-coverage .btn-load .glyphicon {
    margin-right: 10px;
}

#more-coverage .idle2 {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

#more-coverage  .alert-success#autocomplete-msg,
#more-coverage .alert-danger#autocomplete-msg{
    padding: 5px 15px;
    border-radius: 3px;
    float: right;
    max-width: 30%;
    font-size: 12px;
    background-color: transparent;
    border-color: transparent;
    padding-left: 40px;
    position: relative;
    line-height: 1.2;
}

.alert-success a {
    color: #3c763d;
    text-decoration: underline;
}

#more-coverage  .alert-success {
    margin-top: 7px;
}

#more-coverage .alert-danger {
    color: red !important;
}

#more-coverage  .alert-success .glyphicon {
    margin-right: 10px;
    position: absolute;
    position: absolute;
    left: 15px;
    top: 5px;
}


#more-coverage .coverage-desc .btn-info,
.modal .btn.btn-info.btn-up-modal{
    background: #9b288d;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
    display: block;
    color: #fff;
    transition: all 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
}

#more-coverage .coverage-desc .btn-info:hover,
.modal .btn.btn-info.btn-up-modal:hover{
    background-color: #8f1b7b;
}

.modal .btn.btn-info.btn-up-modal{
    padding: 20px 50px;
    width: auto;
    margin: 20px auto 0;
    font-size: 18px;
    display: inline-block;
}
.community-info {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
#more-coverage  .alert-danger .glyphicon {
    margin-right: 10px;
    position: absolute;
    left: 15px;
    top: 12px;
}

#more-coverage .twitter-typeahead .alert-danger,
.form-horizontal .twitter-typeahead .suggest_location_link,
.form-horizontal .twitter-typeahead .suggest_location_cant_find_your_location{
    float: none !important;
    width: 100% !important;
    display:  block !important;
    margin: 0 !important;
    padding: 10px !important;
    color: #fff !important;
}

.form-horizontal .twitter-typeahead .suggest_location_link,
.form-horizontal .twitter-typeahead .suggest_location_cant_find_your_location{
    background-color: #7e0000;
}

.location-item  .glyphicon {
    float: right;
    margin-top: 5px;
    margin-right: 0;
    cursor: pointer;
    font-size: 12px;
}

.location-manage {
    position: absolute;
    right: 0;
    top: 5px;
}

ol.selected-locations li{
    padding-top: 4px;
    position: relative;
    padding-right: 15px;
}
ol.selected-locations li.empty {
    padding-right: 0;
}

ol.selected-locations li .grey {
    color: #ccc;
}

@-webkit-keyframes fadeSuccess {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeSuccess {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadeSuccess {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeSuccess {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeRemove {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes fadeRemove {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-o-keyframes fadeRemove {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeRemove {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeSuccessAnimated{
    background-image:none !important;
    -webkit-animation: fadeSuccess 0.3s ease-in-out;
    -moz-animation: fadeSuccess 0.3s ease-in-out;
    -o-animation: fadeSuccess 0.3s ease-in-out;
    animation: fadeSuccess 0.3s ease-in-out;
}
.fadeRemoveAnimated{
    background-image:none !important;
    -webkit-animation: fadeRemove 0.2s ease-in-out;
    -moz-animation: fadeRemove 0.2s ease-in-out;
    -o-animation: fadeRemove 0.2s ease-in-out;
    animation: fadeRemove 0.2s ease-in-out;
}
.locked {
    background-color: #efefef;
    color: #808080;
}
ol.selected-locations {
    padding:0;
    margin:0;
    font-size: 12px;
    line-height: 2.2;
}
ol.selected-locations li {
    list-style-position: inside;
    border-bottom:1px solid #ccc;
}

.progressbar-text {
    line-height: 1;
}

#magicScroller {
    color:#751565;
    font-weight: bold;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 15px;
}

#magicScroller:before {
    position: absolute;
    bottom:0;
    content: "";
    left: 0;
    width: 30%;
    height: 1px;
    background: #ccc;
    display: block;
}
#magicScroller .glyphicon {
    margin-left: -22px;
    margin-right: 5px;
}

#main .coverage-desc p,
#main .coverage-desc ol{
    font-size: 13px;
    margin-bottom: 20px;
}
#main .coverage-desc ol {
    padding-left: 15px;
}

#main .coverage-desc p a{
    color: inherit;
    text-decoration: underline;
}

#main .coverage-desc p.font17 {
    font-size: 17px;
    line-height: 1.2;
}

#extend_coverage hr {
    margin-left: 20px;
    border-color: #e3e3e3;
}

#more-coverage .navy-head .box-title {
    background-color: #fbfbfb !important;
    border-color: #e3e3e3;
    text-align: center;
    padding: 20px 10px;
    color: #3a589e;
    position: relative;
}
#more-coverage .navy-head .box-title .center-ico {
    position: absolute;
    left: 50%;
    padding: 14px 7px;
    border-radius: 46px;
    border: 1px solid #e3e3e3;
    height: 50px;
    width: 50px;
    background-color: #fff;
    margin-left: -25px;
    top: -25px;
    font-size: 16px !important;
}

#more-coverage .navy-head .box-title .center-ico .glyphicon {
    font-size: 16px;
}

.mobile-type {
    padding-left: 0;
    padding-right: 0;
}

.mobile-type .col-sm-11{
    padding-right: 0;
}
.mobile-type .col-sm-11 .control-label{
    width: 20% !important;
}
.mobile-type .col-sm-11 .control-label:first-child {
    width: 43% !important;
}

.mobile-type .col-sm-11 .control-label input[type="checkbox"] {
    margin-top: 2px;
}

.mobile-type .col-sm-11 .control-label .form-control-feedback {
    right: auto !important;
    left: -234px !important;
    top: -3px;
}


.mobile-type .col-sm-1 {
    padding-left: 0;
}
@media only screen and (min-width: 768px){
    #extend_coverage .col-md-10 {
        width: 78%;
    }
    #main h1.extend_coverage {
        width: 73%;
    }
    #more-coverage
    {
        margin-top: 50px;
    }
    #more-coverage .navy-head .box-title {
        padding-top: 40px;
    }

    .simple-form.form-short .nopadding-box .box-body {
        padding-left: 0;
        padding-right: 0;
    }
    #more-coverage .col-md-4 .edit-box-head,
    #more-coverage .col-md-4 .edit-box{
        margin-left: 0;
    }
    #more-coverage .edit-box-head {
        margin-top: 14px;
    }

    #more-coverage .col-md-4 .edit-box-head .box-title{
        padding-left: 15px;
    }

    #more-coverage .col-md-4 .edit-box-head .box-title .icon-box {
        display: none;
    }
    #more-coverage .col-md-4 {
        width: 28%;
    }
    #more-coverage .col-md-2 {
        width: 22%;
    }
    #progress-container {
        width: 80%;
    }
}
@media only screen and (max-width: 768px) {
    .mobile-type .col-sm-11 .control-label,
    .mobile-type .col-sm-11 .control-label:first-child {
        width: 90% !important;
        margin-left: 0;
    }
    .mobile-type .col-xs-1{
        width: 100%;
        padding-left: 14px;
    }
    #more-coverage .twitter-typeahead {
        width: 100%;
        margin-bottom: 5px;
    }
    #more-coverage  .alert-success#autocomplete-msg, #more-coverage .alert-danger#autocomplete-msg{
        clear: left;
        text-align: left;
        width: 100%;
        max-width: 100%;
        padding-left: 28px;
    }

    #more-coverage  .alert-danger .glyphicon {
        top: 5px;
        left: 5px;
    }
    .modal .btn.btn-info.btn-up-modal {
        padding: 20px 25px;
        white-space: normal;
        width: 100%;
    }

    #more-coverage .navy-head .box-title .center-ico,
    #more-coverage .idle .glyphicon{
        display: none;
    }
    #more-coverage{
        margin-top: 0;
    }
    #main h1.extend_coverage {
        line-height: 1;
    }

    #more-coverage .box-body {
        padding: 20px 15px 20px 20px;
    }
    .expiration-date label {
        padding-left: 15px;
        margin-top: 15px;
    }
    .label-dcs label {
        padding-left: 0;
    }
    .simple-form.form-short hr {
        margin-left: -24px;
        margin-right: -21px;
    }
    .navy-head .box-title.text-center{
        padding-right: 0;
    }

    .simple-form.form-short .col-md-9.col-md-offset-3,
    .simple-form.form-short .col-md-7,
    .simple-form.form-short .col-md-4,
    .simple-form.form-short .col-md-3,
    .simple-form.form-short .col-md-2,
    .simple-form.form-short .col-sm-4,
    .simple-form.form-short .col-sm-3,
    .simple-form.form-short .col-md-10{
        padding: 0;
    }
    .simple-form.form-short .col-md-2.ccv-tooltip-box {
        padding-left: 15px;
        padding-top: 15px;
    }

    .simple-form.form-short .col-md-3.description {
        padding: 15px;
    }

    .discount_info {
        float: right;
        text-align: right;
        padding-right: 5px;
    }
}


.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #2a313a;
}

.font-size-15 {
    font-size: 15px;
}

.btn-upgrade-xs {
    padding: 2px 5px;
    color: #fff;
    background-color: #9b288d;
    border: none;
    text-decoration: none;
    display: inline;
    line-height: 1.4;
}

.btn-upgrade-xs:hover {
    background-color: #8f1b7b;
    color: #fff;
}

.btn-upgrade-xs:click {
    background-color: #8f1b7b;
    color: #fff;
}

.leads .stats-header-panel div > span,
.visits .stats-header-panel div > span,
.impr .stats-header-panel div > span,
.rankings .stats-header-panel div > span {
    font-size: 12px;
    color: #fff;
}

#pay-now {
    margin-top: -4px;
    margin-left: 10px;
    color: #fff !important;
    background-color: #47a447 !important;
    border-color: #398439 !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
@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;
}

/*Global*/
*{font-family: 'Open Sans', sans-serif;}
.no-border {border: none;}
.center { text-align: center;}
.left { text-align: left !important;}
.right { text-align: right;}
.justify { text-align: justify;}
.no-margin {margin: 0;}
.no-padding {padding: 0;}
.no-margin-right {margin-right: 0;}
label {font-weight: normal;}
.margin-bottom {margin-bottom: 10px;}
.margin-bottom2 {margin-bottom: 15px;}
.margin-top05 {margin-top: 5px;}
.margin-top {margin-top: 10px;}
.margin-top2 {margin-top: 20px;}
.font18 {font-size: 18px;}
.font13 {font-size: 13px !important;}
.font22 {font-style: 22px;}
.responsive {width: 100%; max-width: 980px;}
.margin-LR {margin-right: 20px; margin-left: 20px;}
.margin-R {margin-right: 20px;}
.up {text-transform: uppercase;}
.padding-up {padding-top: 5px;}
.in-line {white-space: nowrap;}
.form-horizontal .control-label {line-height: 16px;}
.padding-right {padding-right: 25px; display: inline-block;}
.no-padding-up-top {padding-top: 0; padding-bottom: 0;}
a {color: #19367a;}
.padding-top20 {padding-top: 20px;}
.green {color: #008703;}
.red {color: #ca0000;}
.check-form .checkbox {margin-left: 23px;}
.check-form .checkbox label {font-size: 12px;}
.check-form {margin-bottom: 10px;}
select[multiple], select[size] { height: auto !important;}
.btn.selectpicker {background-color: #fff; font-weight: normal; font-size: 13px;}
.no-cursor-pointer {cursor: default !important;}
.no-padding-bottom {padding-bottom: 0;}
.padding-bottom {padding-bottom: 40px;}
body {
    background: url("../../../core/img/bma/bckg.png") repeat-y left top #fbfbfb;
}

.modal i.hide-on-tablet {
    display: none;
}

.ekko-lightbox .modal-header {
    background-color: transparent;
}

/*Packages mockup site */

.packages-modal {
    display: block;
    width: 100%;
    height: 100px;
    margin-top: 400px;
    text-indent: -9999px;
}

.modal-dialog {
    width: 650px;
}

/* Lighbox dialog no MA */

.modal-dialog {
    margin: 30px auto;
    -webkit-box-shadow: 0px -1px 18px 0px rgba(50, 50, 50, 0.98);
    -moz-box-shadow:    0px -1px 18px 0px rgba(50, 50, 50, 0.98);
    box-shadow:         0px -1px 18px 0px rgba(50, 50, 50, 0.98);
}

.modal-content {
    border: none;
    border-radius: 1px;
    font-family: Arial;
}

.modal-header {
    padding: 33px 15px 23px;
}

.modal-title {
    font-size: 23px;
    color: #2d2d2d;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.modal-header .close {
    margin-right: -3px;
    margin-top: -24px;
}

.modal-subtitle {
    display: block;
    text-align: center;
    color: #2d2d2d;
    font-size: 12px;
    margin-top: 3px;
}

h5.modal-subtitle{
    font-size: 16px;
    margin-bottom: 0;
}

.modal-dialog .modal-body,
.modal-dialog .modal-footer  {
    background-color: #f6f6f6;
    text-align: center !important;
    padding-bottom: 20px !important;
}

.modal-body {
    color: #686868;
    font-size: 12px;
    overflow: hidden;
}
.fb-login {
    background: url("../../../core/img/bma/packages/packages2.png") repeat-y scroll 0 -171px transparent;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 8px;
    opacity: 0.9;
    padding: 14px 10px 13px 58px;
    text-align: left;
    width: 259px;
    font-size: 14px;
}

.fb-login:hover,
.fb-login:focus {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}

.login-page .fb-login.gplusbutton {
    display: inline-block;
}

.fb-login.gplusbutton {
    background-position: 0 -540px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.purpure-link {
    color: #7C0968;
    text-decoration: underline;
    font-size: 18px;
    display: block;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.modal-footer {
    margin-top: 0;
}

.to-login,
.to-login a {
    font-size: 11px;
    padding-bottom: 5px;
    padding-right: 5px;
    color: #4d4d4d;
    padding-top: 0;
}

.to-login a {
    text-decoration: underline;
}

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

.form-control {
    border-radius: 1px;
    height: 38px;
    padding: 8px 12px;
}

.form-control:focus {
    border-color: #7282a7;
}

.right-side p{
    font-size: 15px;
    color: #19367a;
    margin-bottom: 30px;
    padding-left: 6px;
    text-align: left;
}

.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: 0 auto 10px;
    text-align: left;
}

.third-step .checkbox,
.login .pull-left .checkbox{
    white-space: nowrap;
}

.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: 5px;
    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;
}

/*Login page*/

.login-page {
    min-height: 1080px;
    width: 100%;
    min-height: 0;
}

.login-page .modal-body,
.login-page .modal-footer {
    margin: 0 auto;
    padding-left: 20px;
    width: 700px;
}

.login-page .third-step,
.login-page .login {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 30px;
}

.login-page .login {
    position: static;
}

.login-page .modal-title {
    margin-top: 50px;
}

.login-page .modal-subtitle {
    display: block;
}



/*Debbuger*/

.debbuger-showcase {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    border-radius: 2px;
    color: #fff;
    background-color: #000;
    padding: 10px 20px;
    outline: none;
}

.close-dbg {
    float: right;
    font-weight: bold;
    font-size: 16px;
    margin-top: -10px;
    margin-right: -10px;
    transition: all 0.2s ease-out 0s;
    cursor: pointer;
}

.debbuger-showcase.down {
    bottom: -150px;
}



h4.modal-head {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 20px;
}

/*Buttons*/

.btn-default {
    background-color: #ebebeb;
}

.btn-default:focus,
.btn-default:hover {
    border-color: #ccc;
    background-color: #f0f0f0;
}

.third-step .btn-ma,
.login .btn-ma,
.four-step .btn-ma,
.five-step .btn-ma {
    width: 60%;
    margin-top: 13px;
    margin-bottom: 30px;
}

.btn-ma {
    color: #fff;
    font-size: 20px;
    background: #112e71 !important;
    border: 1px solid #001342;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;*/
    padding: 9px 35px;
    border-radius: 1px;
}

.btn-ma.btn-sm {
    font-size: 14px;
}

.btn-ma:hover,
.btn-ma:focus{
    opacity: 0.9;
    color: #fff !important;
    border: 1px solid #001342;
}

.btn-black {
    background-color: #2a313a !important;
    border-color: #000 !important;
    color: #fff !important;
    border-radius: 2px !important;
    font-size: 12px !important;
    padding: 8px 20px!important;
}

.pay-btn .btn-black {
    padding: 8px 12px !important;
}

.auto .btn-black,
.panel-heading .btn-black {
    padding: 2px 15px!important;
}

.btn-black:hover,
.btn-black:focus {
    opacity: 0.9;
}

.btn-navy {
    background-color: #112e71 !important;
}

.btn-width165 {
    width: 165px;
}

.btn-width180 {
    width: 183px;
}

.button-avatar-change {
    padding-top: 40px;
}

#main .btn-width250 {
    min-width: 250px !important;
    width: auto;
}

.link-under {
    text-decoration: underline;
}

.purpure {
    color: #751565;
}

.btn-add,
.btn-add.disable-message:hover {
    background-color: #7b7f85;
    color: #d9dadc;
    font-size: 14px;
    border: 1px solid #616161;
    border-radius: 3px;
    margin: 20px 0;
}

.btn-add:hover {
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #616161;
}

.btn.btn-default.btn-sm.btn-grey.close-data {
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
    margin-left: 12px;
}

.add-logo-loghtbox .btn {
    display: block;
    width: 60%;
    margin: 10px auto;
}

.logo-two-step .btn,
.image-two-step .btn,
.btn.delete-categories {
    color: #000;
    margin-bottom: 5px;
    font-size: 12px;
    margin-top: 10px;
}
span.primary-category{
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 10px;
    display: block;
    margin-left: 7px;
}

.add_category {
    margin: 5px 0;
}

.loading {
    margin: 30px 60px;
}

.gallery .loading {
    margin: 30px 26px;
    border: none !important;
}

.logo-info {
    font-size: 12px;
    margin-left: -20px;
    margin-top: 7px;
    padding-left: 20px;
    position: relative;
}

.logo-info .glyphicon,
.images-info .glyphicon,
.logo-info .fa,
.images-info .fa {
    position: absolute;
    top: 1px;
    left: 0;
}

.images-info {
    font-size: 12px;
    margin-top: 7px;
    padding-left: 20px;
    position: relative;
}

.submint-add .btn-ma {
    border-radius: 3px;
    box-shadow: none;
    padding: 15px 30px 15px 80px;
    /*margin-right: 15px;*/
}

.submint-add .btn-ma .glyphicon {
    margin-left: 15px;
}

.submint-add .btn-ma.btn-save {
    padding: 15px 50px;
}

.disabled .thumbnail {
    opacity: 0.6;
}

.upgrade-box.btn {
    background: #9b288d;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    padding: 6px 10px 10px;
    display: block;
    border-top: 4px solid #8d1778;
}

.upgrade-box.btn b {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 1);
}

.upgrade-box.btn:hover {
    background: #8f1b7b;
}

.upgrade-box.btn em {
    display: block;
    font-size: 12px;
    font-style: normal;
}

.center-menu .btn {
    white-space: nowrap;
    padding: 2px 10px;
}

.center-menu a:first-child {
    margin-right: 10px;
}

.center-menu .btn-default .glyphicon{
    margin-right: 5px;
}

.panel-box .btn,
.panel-box .btn:hover,
.panel-box .btnn:focus {
    font-size: 15px;
    margin-top: 10px;
}

.panel-box button .glyphicon {
    margin-right: 5px;
}

.pay-btn {margin-top: 10px; margin-left: 0 !important; margin-right: 0 !important; }

.pay-btn .btn-black{
    padding-left: 8px;
    padding-right: 10px;
}

.auto-complete div .btn {
    float: right;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px !important;
    margin-left: 3px;
}

.more-form .btn-ma {
    margin-top: 20px;
}

.score-content .btn {
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid navy;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 90px;
    font-size: 23px;
    border-radius: 3px;
    margin-top: 12px;
    background-image: none !important;
    background: #911f7e !important;
    color: #fff;
    border-color: #5b004c;
    box-shadow: 0 1px 0 rgba(161, 63, 144, 1) inset;
    margin-bottom: 20px;

}

.score-content .btn:hover,
.score-content .btn:focus {
    background: #911f7e;
}

#main.dasboard .btn-default {
    font-size: 12px;
    border-radius: 2px;
}

#main.dasboard .btn-default .glyphicon {
    margin-right: 0;
}


#main.dasboard .two-pannels .panel-heading .btn-default {
    float: right;
    margin-right: -7px;
    margin-top: -4px;
}

#main.dasboard .btn-default.all {
    margin: 15px 0 10px 10px;
    padding: 10px;
}

.up-button-line .btn {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: -4px;
    border-radius: 2px;
    border-color: #000;
    font-size: 11px;
}

.up-button-line .btn,
.events-up-box .btn {
    background: #8f1b7b;
    background: -moz-linear-gradient(top,  #8f1b7b 0%, #751565 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f1b7b), color-stop(100%,#751565));
    background: -webkit-linear-gradient(top,  #8f1b7b 0%,#751565 100%);
    background: -o-linear-gradient(top,  #8f1b7b 0%,#751565 100%);
    background: -ms-linear-gradient(top,  #8f1b7b 0%,#751565 100%);
    background: linear-gradient(to bottom,  #8f1b7b 0%,#751565 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f1b7b', endColorstr='#751565',GradientType=0 );
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

.up-button-line .btn:hover,
.events-up-box .btn:hover {
    background: #8f1b7b;
}

.events-up-box .btn {
    border-radius: 2px;
    border-color: #000;
    padding: 7px 15px;
}

.events-up-box .btn:hover,
.events-up-box .btn:focus {
    background: #8f1b7b;
    padding: 7px 15px;
}

#main .btn-user-big {
    width: 380px;
    padding-top: 25px;
    padding-bottom: 20px;
    font-size: 24px;
}

.btn-multi {
    border-radius: 2px;
    font-size: 15px;
    color: #2a313a;
    background-color: #f2f2f2;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
}

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

.btn-multi .glyphicon {
    margin-right: 10px;
}

.btn-multi .glyphicon-pencil {
    position: absolute;
    right: 0;
    top: 10px;
}
.btn-multi.purpure,
.modal .btn.purpure {
    color: #fff;
    background-color: #520945 !important;
    border-color: #520945 !important;
}

.btn-multi.purpure:hover,
.modal .btn.purpure:hover,
.modal .btn.purpure:focus {
    opacity: 0.9;
}

.btn-ma.small {
    font-size: 16px;
}


.social-box-login .btn, .intra .btn-home {
    color: #3a589e;
    border-color: #3a589e;
}


/*Small grey button*/

.btn-grey {
    background-color: #7a8894;
    color: #fff;
    border-color: #59646e;
    border-radius: 2px;
    padding: 2px 5px;
}

.btn-grey:hover,
.btn-grey:focus {
    background-color: #97a1ab;
    color: #fff;
    border-color: #59646e;
}

/*Small revers button*/

.reviews .btn-ma {
    font-size: 12px;
    padding: 1px 5px;
}

.glyphicon-eye-open {
    cursor: pointer !important;
}

.btn-big-black {
    background: #2a313a !important;
    padding: 25px 60px !important;
}

.dimms .btn-lg {
    background-color: #520945;
    color: #fff;
    font-size: 25px;
    border-radius: 1px;
    border-color: #3c0031;
    padding: 15px 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

/*Small purpure button*/

.btn-multi.purpure.btn-learn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 15px;
    width: auto;
    margin-top: 20px;
}

/*Medium MA button*/

.btn-ma-sl {
    font-size: 15px;
    font-weight: normal;
}


/* Mobile */

@media (max-width: 1150px) {
    #main .small-select label {white-space: normal;}
    #dropdownMenu2, #dropdownMenu3 {display: none;}
    .center-menu {float: left;}
    .btn-multi {white-space: normal;}
    .up-button-line .btn {margin-top: 0;}
    .ribbon {margin-left: 0;}
}


@media (max-width: 1090px) {
    #left-panel {left: -230px;}
    #main {margin-left: 0;}
    .ribbon .mobile-title {display: block !important; width: 200px; float: left;text-align: left;}
    .ribbon .mobile-tilte-box {float: left; width: 120px;}
    .ribbon .mobile-tilte-box span {display: block;}
    .mobile-title .btn {margin-top: 10px;}
    #left-panel.open {left: 0 !important}
    #main.open {margin-left: 230px !important;width: 100%;}
    #main.open .mobile-tilte-box {display: none;}
    .steps li {display: none;}
    .steps li.active {display: inline-block !important;}
    .description {display: none;}
    body {background-image: none;}
    body.open {background: url("../../../core/img/bma/bckg.png") repeat-y left top #fff;}
    .center-menu, .liner {display: none;}
    .steps li:last-child {width: 33%;}
    .full-tab {width: 100%;}
    .modal-dialog {width: 100%;}
    .left-side {border-right: none;}
    .fb-login {display: block;}
    .modal-body > img.example {width: 100%;}
    aside.open .close-menu-mobile { display: block !important;position: absolute;top: 0px;left: 200px;font-size: 28px;color: #fff;opacity: 0.85;font-weight: bold; cursor: pointer;z-index: 9999999999999;}

}

@media (max-width: 800px) {
    #main .form-control {margin-bottom: 5px;}
    .expand {margin-top: 0;}
    #main .slider-horizontal {width: 100% !important;}
    .edit-box .box-body {padding: 28px 20px;}
    #main  .submint-add {padding-left: 5px; padding-right: 5px;}
    .help-menu.dropdown {position: absolute;right: 15px;top: 0;}
    #main .panel-bd .col-md-4 {float: none;display: block;height: auto;}
    .panel-box {display: block;}
    .packages-box p {width: 100%;}
    .widget-stats {display: block; min-height: 50px;}
    .up-button-line {padding-left: 15px;}
    .dropdown-menu.alertmenu {display: none;}
    #main .two-pannels {max-width: none;min-width: 0;}
    .ribbon {min-width: 0;}
    .widget-stats, .two-pannels .col-sm-7, .two-pannels .col-sm-5 {width: 100%;}
    .table-responsive {border: none;}
    #main.dasboard .two-pannels .col-sm-5 .panel {margin-left: 15px;margin-right: 0;}
    .widget-box {padding: 0 15px 0 30px;}
    #main.dasboard .panel {margin: 30px 15px 0;}
    .padding-up {height: 52px;}
    .status-start {padding-left: 15px;}
    #main.dasboard .panel-head-dasboard {margin-left: 30px !important;}
    #main.dasboard .panel-head-dasboard .col-sm-2 {width: 18%;}
    #main.dasboard .panel-head-dasboard .col-sm-3 {width: 27%;}
    #main.dasboard .panel-head-dasboard .col-sm-4 {width: 27%;}
    .ribbon.open {margin-left: 230px !important; width: 103%;}
    .example-packages-img {width: 100%; max-height: 985px;}
    .under-tabel {margin-top: -70px;}
    .ccv-box {width: 27%;padding-left: 15px;padding-top: 10px;float: left;}
    .ccv-tooltip-box {width: 18%;float: left;padding-left: 20px;padding-top: 10px;}
    .stats-body-panel .item {width: 50%; border-bottom: 1px solid; padding: 10px;}
    .visits .stats-body-panel .item {width: 100%;}
    .widget-box-one {padding-top: 10px;}
    .widget .widget-stats {border-radius: none !important;}
    .help-menu.dropdown {display: none;}
    .status-menu{margin-right: 5px;}
}

@media (max-width: 600px) {
    .steps li.active {display: none !important;}
    .ribbon .mobile-title {width: 175px;}
    .top-menu, .scala-down {display: none;}
    .simple-form .edit-box .box-body {padding-left: 24px;}
    .panel-head-dasboard .padding-up {width: 100%;}
    .score-box, .score-box-button {margin-left: 10px;}
    .status-start {padding-left: 15px;}
    .edit-box,.score-box, .score-box-button {margin-left: 0 !important;}
    .form-horizontal .form-group {margin-left: -10px;}
    .address .form-group {width: 100%;}
    .panel-cover .form-group {margin-right: -15px !important; }
    #main.dasboard .panel-head-dasboard .col-sm-2 {width: 40%;}
    #main.dasboard .panel-head-dasboard .col-sm-3 {width: 55%;}
    #main.dasboard .panel-head-dasboard .col-sm-4 {width: 45%;}
    #main.dasboard .panel-head-dasboard .glyphicon-question-sign {display: none;}
    .btn-social-icon {margin-bottom: 5px;}
    .disabled-info-head {display: none;padding: 0;}
    .gallery .btn.remove-image {margin-top: 19px;}
    .ccv-box {width: 27%;padding-left: 15px;padding-top: 10px;float: left;}
    .ccv-tooltip-box {width: 18%;float: left;padding-left: 20px;padding-top: 10px;}
    .map-bottom {background-image: none; padding-right: 15px;}
    .map-bottom .packages-box {margin-top: 0;}
    .map-bottom .tab-content {height: 0 !important;}
    .step-header .modal-title {font-size: 14px;}
    .top-section-contener {padding-left: 0; padding-right: 0 !important; width: 100%; background-image: none !important; min-height: 0; padding-bottom: 0;}
    .step-arrow-1, .step-arrow-2 {display: none;}
    .float-title  {font-size: 14px !important; line-height: 1.3;}
    .close-ribbon .close {display: none;}
    .logo-two-step .btn, .image-two-step .btn {margin-bottom: 15px;}
    .logo-two-step {margin-top: 25px;}
    .gallery .col-xs-4 {width: 49%;}
    #upload-images .col-sm-12 {padding-left: 0 !important;}
    .fb-login {white-space: nowrap;}
    #left-list article header .mini-crumb {right: 50px;}
    .score-box hr.score-line-bottom {display: none;}
    .stats-body-panel .item .glyphicon, .stats-body-panel .item .fa, .stats-header-panel .glyphicon {display: none;}
    .stats-header-panel {line-height: 1;}
    .stats-header-panel div a {margin-top: 4px;}
    .two-pannels .table.table-stats-view {border: none;}
    .two-pannels .table.table-stats-view thead {display: none;}
    .two-pannels .table.table-stats-view td {width: 100% !important; display: block; text-align: left !important; border: none; padding: 6px 10px !important; text-align: center !important;}
    .two-pannels .table.table-stats-view tr {border: 1px solid #ddd;}
    .two-pannels .table.table-stats-view td:before {content: attr(data-th) ": ";display: inline; font-weight: bold; font-size: 12px;}
    .two-pannels .table.table-stats-view td.mobile-head::before {content: "";}
    .two-pannels .table.table-stats-view td small {display: inline; margin-left: 5px;}
    #main.stats .two-pannels .stats-panel {margin-bottom: 30px;}
    .two-pannels .table.table-stats-view td.up, .two-pannels .table.table-stats-view td.down {font-size: 13px;text-transform: none;}
    .two-pannels .table.table-stats-view td.mobile-head {background-color: #ddd; font-weight: bold;}
    .two-pannels .table.table-stats-view .table-condensed {background-color: #d8e8ed;}
    .two-pannels .table.table-stats-view .table-condensed tr:first-child {display: none;}
    .two-pannels .table.table-stats-view .table-condensed tr.mobile-open:first-child {display: table-row}
    .two-pannels .table  tbody  tr  td.no-padding .table-condensed td {width: 50% !important; float: left;}
    .two-pannels .table  tbody  tr  td.no-padding .table-condensed tr.mobile-open td {width: 100% !important;}
    .two-pannels .table > tbody > tr > td.no-padding::before {content: "";}
    .two-pannels .table.table-stats-view .collapsed tr {border: none !important;}
    .two-pannels .table.table-stats-view td .fa.fa-angle-right {width: 50px;}
    .stats-body-panel .item .evidence {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
    #main.stats h1 {margin-left: 15px;}
    .two-pannels .table.table-stats-view .mobile-open td::before {content: "";}
}

@media (max-width: 480px) {
    .edit-box .box-title .icon-box {display: none;}
    .edit-box .box-title {padding: 12px 36px 11px 20px;}
    .no-mobile {display: none;}
    #main.dasboard .panel-head-dasboard {margin-left: 15px !important;}
    #main.dasboard .panel-head-dasboard .panel-body {padding-bottom: 40px;}
    .widget-box {padding: 0 15px;}
    #main.dasboard .two-pannels .col-sm-7 .panel, #main.dasboard .two-pannels .col-sm-5 .panel {margin-left: 0;}
    .form-horizontal .control-label.bussiness-title-label {width: 90%;}
    .expiration-date label {vertical-align: middle;margin-top: 1px;width: 90%;padding-left: 15px;}
    #main .simple-form .expiration-date .col-sm-2 {width: 50%;}
    .edit-box .box-body.logo-box {padding: 15px 30px;}
    #main.dasboard .top-section-dasboard .box-dasboard-title .box-s {margin-bottom: 10px; padding: 10px;}
    #main.dasboard .top-section-dasboard .box-dasboard-title .box-s a.full-box {padding: 10px;}
    #main.dasboard .top-section-dasboard .box-dasboard-title {margin-bottom: 0;}
    #main.dasboard .top-section-dasboard .box-dasboard-title, #main.dasboard .top-section-dasboard .panel-title {padding-left: 0;}
}

@media (max-width: 360px) {
    .menu-tel {display: none !important;}
    .ribbon {padding: 0 10px;}
    .help-menu.dropdown {margin-left: 0;}
    .edit-box {margin-left: 10px; margin-right: 0;}
    #main h1 {margin-left: 10px;}
    #main  .submint-add .btn {white-space: normal}
    #main.dasboard .panel-head-dasboard .col-sm-2,#main.dasboard .panel-head-dasboard .col-sm-3,#main.dasboard .panel-head-dasboard .col-sm-4 {width: 95%;}
    #main.dasboard .panel-head-dasboard .col-sm-2 {padding-left: 15px;}
    .status-start {height: 30px;}
    #main.stats .two-pannels {margin-left: 0;}
    .stats-body-panel .item {height: 110px;}

}

span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #deeaf2;
    border: 1px solid #96afc0;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    margin-top: -1px;
    width: 100%;
}
span.twitter-typeahead .tt-suggestion > p {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    border-bottom: 1px solid #96afc0;
    margin-bottom: 0;
}

span.twitter-typeahead .tt-suggestion:last-child  p {
    border-bottom: none;
}

span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus,
span.twitter-typeahead .tt-suggestion.tt-cursor{
    text-decoration: none;
    outline: 0;
    background-color: #bdd1de;
    cursor: pointer;
}

span.twitter-typeahead {
    width: 100%;
}
.input-group span.twitter-typeahead {
    display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px !important;
}



/* Helper classes for JavaScript */

.cropper-hidden {
    display: none !important;
}

.cropper-invisible {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    filter: alpha(opacity=0);
    opacity: 0;
}

[class^="cb-icon-"],
[class*=" cb-icon-"] {
    width: 21px !important;
    height: 21px !important;
    line-height: 21px !important;
}

.bootstrap-checkbox > button.btn {
    padding: 0 0 4px 2px !important;
    outline: none !important;
}

.bootstrap-checkbox {
    outline: none;
}

#suggest_category_link,
.suggest_location_link,
.suggest_location_link_back,
.upload-file .upload-logo,
.fileinput-button {
    cursor: pointer;
}

.modal textarea { resize: none;}

.modal-dialog .width60 {
    margin-left: auto !important;
    margin-right: auto !important;
}

.form-control-feedback {
    z-index: 10;
}

.image-first-step, .image-two-step {
    height: 120px;
    min-width: 110px;
}

.gallery .btn.remove-image {
    color: red;
    margin-left: 45px;
    margin-top: 5px;
}
.image-popup {
    height: 87px;
    width: 109px;
}

.form-horizontal .business .has-feedback .form-control-feedback {
    top: 4px !important;
}

#upload-attachments .gallery .btn.remove-image {
    margin-left: 13px;
}

#upload-attachments .thumbnail {
    margin-bottom: 0;
}

#upload-attachments .fileinput-button .btn  {
    padding-left: 18px;
    color: #000;
}

#upload-attachments .col-lg-2 {
    width: 18.667%;
}

.button-modal {
    margin-top: 40px;
}

.button-modal .btn{
    float: right;
    width: 100px !important;
    margin-left: 10px !important;
}

/* Customer feedback */

#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;
}
/* Hidden placeholder */
.fback-contener .left select option[disabled]:first-child {
    display: none;
}

.fback-contener .left input[type="text"]:hover,
.fback-contener .left textarea:hover,
.fback-contener .left input[type="text"]:focus,
.fback-contener .left textarea:focus,
.fback-contener .left select:hover,
.fback-contener .left select:focus  {

}

.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;
    box-sizing: content-box;
    margin-bottom: 6px;
    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;
}

.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;
    display: block;
    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;}
}

.modal-loader {
    position: absolute;
    width: 100%;
    height: 355px;
    z-index: 1000000000000000;
    text-align: center;
    margin-top: 100px;
    font-weight: bold;
    font-size: 20px;
    color: #6a215d;
    font-weight: normal;
}

.modal-loader img {
    margin-top: 15px;
}

/*Events*/
.form-horizontal .occurrences .has-feedback .form-control-feedback {
    right: 40px;
}

#deleteEventAction {
    margin-top: 20px;
}

#deleteEventModal p.margin-top2 {
    font-weight: bold;
}

#deleteEventModal .button-modal {
    margin-top: 0;
}

#main .form-control[disabled] {
    background-color: #eee !important;
    cursor: not-allowed !important;
}
.notfound-404 .jumbotron{
    margin-top: 40px;
    position: relative;
    border-bottom: 20px solid #ccc;
    border-top: 20px solid #e7e7e7;
}

.notfound-404 .jumbotron:after {
    color: #fff;
    content: "404";
    font-size: 184px;
    font-weight: bold;
    opacity: 0.6;
    position: absolute;
    right: 61px;
    top: -20px;
}

.notfound-404 .jumbotron h1 {
    font-size: 38px;
}

.notfound-404 .jumbotron p {
    font-size: 18px;
}

.notfound-404 .jumbotron {
    border-radius: 100px;
}

#locations_counter {
    color: #31708f;
    background-color: #d9edf7;
    padding: 5px 15px;
    margin-bottom: 5px;
    border: 1px solid #bce8f1;
    border-radius: 1px;
    font-weight: bold;
    display: inline-block;
}

.big-info {
    background-color: #fff;
    padding: 25px 30px;
    font-size: 15px;
    margin-top: 30px;
}

.big-info h3 {
    font-size: 18px;
    font-weight: bold;
    color: #da0000;
    margin-bottom: 1px;
    margin-top: 32px;
}

.big-info .alert {
    position: relative;
    color: #fff;
    text-align: left;
    padding: 12px 20px;
}

.big-info .alert span {
    margin-right: 10px;
    font-size: 18px;
    top: 3px;
}

.big-info-button {
    border: none;
    padding: 30px 0;
}

.big-info-button .btn-success {
    border-radius: 1px;
    padding: 22px 10px;
    color: #fff;
    font-size: 24px;
    background-color: #409946;
    white-space: normal;
}

.big-info-button .btn-success:hover {
    opacity: 0.85;
}

.or-under {
    display: block;
    text-align: center;
    padding: 5px 0 0;
}

.permanet-link {
    color: #da0000;
    text-decoration: underline;
    font-size: 15px;
    display: block;
    text-align: center;
}

.permanet-link:hover {
    color: #da0000;
    text-decoration: none;
}

.right-info {
    margin-top: 30px;
    color: #409946;
}

.right-info h3 {
    font-size: 28px;
    padding-bottom: 30px;
}

.right-info p {
    font-size: 21px;
    padding-bottom: 30px;
    line-height: 21px;
}

.right-info .btn-success {
    border-radius: 1px;
    color: #fff;
    font-size: 15px;
    background-color: #409946;
    white-space: normal;
}

.right-info .btn-success:hover {
    opacity: 0.85;
}

.no-ico .navy-head .box-title {
    padding-left: 20px;
}

.no-ico .edit-box .box-body.auto {
    padding: 12px 24px 10px 24px;
}

.no-ico  .big-info-button {
    padding-top: 10px;
}

.no-ico .or-under {
    padding: 8px 0;
    font-size: 17px;
}

.no-ico .btn-ma {
    padding: 12px 35px;
    border-radius: 2px;
}


/*Packages login page*/

.login-page.inc-packages .login {
    border: none;
}

.inc-packages .inlineTextDivider {
    width: 50%;
}

.inc-packages .right-side li,
.inc-packages .right-side p{
    font-size: 13px;
    line-height: 1.2;
    padding-top: 0;
    text-align: left;
    color: #19367a;
}

.inc-packages .right-side li {
    margin-bottom: 10px;
}

.inc-packages .right-side ul {
    padding-left: 20px;
}

.inc-packages .right-side p{
    margin-bottom: 15px;
}

.inc-packages .right-side,
.inc-packages .left-side{
    padding-top: 0 !important;
}

.inc-packages .modal-footer {
    text-align: center;
    margin-top: 20px;
}

#register a{
    color: inherit;
    text-decoration: underline;
}

.inc-packages #register {
    padding: 0 25px;
}

.inc-packages #register .checkbox {
    width: auto;
}

.inc-packages #register #form_register_submit {
    width: 100%;
}

#inc-register-form-first .to-login {
    display: none;
}

.inc-packages .row .to-login {
    width: 100%;
    margin-top: 0;
}

.col-sm-1 .glyphicon-question-sign {
    cursor: pointer;
    vertical-align: bottom;
    margin-top: 9px;
}

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

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}


@media (min-width: 800px) {
    .inc-packages .modal-body{
        width: 700px;
    }
    .inc-packages .right-side {
        padding-left: 30px;
    }
}

@media (max-width: 640px) {
    .inc-packages .modal-body,
    #packages-log-in .modal-body{
        padding: 0;
    }
}


@media only screen and (max-width: 1090px){
    .right-info p {text-align: center}
    .right-info .btn-success {margin-right: 25px;}
}


@media only screen and (max-width: 990px){
    .mobile-title .btn {float: left; margin-right: 15px;}
    .no-ico .edit-box .box-body.auto {padding: 12px 5px 0px 5px;}
    .starter-template .media-left {margin-bottom: 10px;}
    .overlay #foo.img-modal {
        left: 0;
        margin: 10px;
        opacity: 1;
        width: calc(100% - 20px);
    }
}

/*Header*/
/*Top menu*/
.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: rgba(0, 0, 0, 1);
    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: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 (max-width: 1380px) {
    .user-button {
        position: static;
    }
}

@media only screen and (max-width: 990px) {
    .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;
    }

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

}
@media only screen and (max-width: 768px) {
    .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: 100%;
        width: auto;
    }
}

/*Activation*/

.line-single .row {
    width: auto !important;
}

.line-single h1 {
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
}

.line-single h2 {
    margin-bottom: 45px;
    font-size: 35px;
    font-weight: normal;
    margin-top: 0;
}

.social-box-login {
    margin-bottom: 10px;
}

.social-box-login .btn-main {
    background-color: #fff;
    border-radius: 35px;
    font-size: 15px;
    padding: 13px 40px 13px 70px;
    text-align: center;
    transition: all 300ms ease-out 0s;
    position: relative;
    text-decoration: none !important;;
}

.social-box-login .btn-main:first-child {
    margin-right: 15px;
}

.social-box-login .btn-main:hover,
.social-box-login .btn-main:focus {
    background-color: #ebebeb;
}

.social-box-login .btn-main .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 .btn-main .fa-envelope {
    color: #555;
    display: inline-block;
    font-size: 25px;
    left: 26px;
    margin-right: 5px;
    padding: 5px 3px 0 11px;
    position: absolute;
    top: 6px;
    vertical-align: bottom;
}

.google-logo {
    display: inline-block;
    height: 28px;
    left: 36px;
    margin-right: 5px;
    position: absolute;
    top: 9px;
    vertical-align: text-bottom;
}

.social-box-login .inlineTextDivider {
    color: #adadad;
    font-size: 12px;
    margin: 20px auto 15px;;
    overflow: hidden;
    text-align: center;
    width: 40%;
    font-weight: normal;
}

.login .social-box-login .inlineTextDivider {
    width: 49%;
}

.inlineTextDivider::before, .inlineTextDivider::after {
    background-color: #adadad;
}

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

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

#inc-register-form-first .modal-body {
    width: auto;
    padding: 0 !important;
}
#inc-register-form-first .modal-body .col-md-7 {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
#inc-register-form-first .modal-body .col-md-7 .social-box-login {
    padding: 0 !important;
}

#inc-register-form-first .modal-body .col-md-7 .social-box-login.center .btn-main {
    width: 100%;
    text-decoration: none;
}


/*Business box*/

.business {
    border-top: 1px solid #e3e3e3;
    padding-top: 50px;
    margin-top: 60px;
}

.business .col-xs-12 {
    text-align: center;
}

.business .title-box {
    font-size: 24px;
}

.business .busines-ico {
    display: block;
    margin: 0 auto;
    height: 64px;
    width: 60px;
    background: url('/specificStatic/img/home/home.png');
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 22px;
}

.business .busines-ico.two {
    background-position: -66px 0;
}

.business .busines-ico.three {
    background-position: -136px 0;
    height: 70px;
    margin-bottom: 16px;
}

.business .busines-ico.four {
    background-position: -208px 0;
    width: 70px;
}

.business p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-home {
    background-color: transparent;
    border-color: #616161;
    color: #616161;
    border-radius: 20px;
    font-size: 11px;
    padding: 3px 10px 2px;
    text-align: center;
    transition: background-color 300ms ease-out 0s;
}

.business .btn-home {
    font-size: 14px;
    margin: 0 auto;
    padding: 15px 15px;
    border-radius: 35px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.business.business-bottom .busines-ico {
    background-position: 0 -75px;
    width: 71px;
    height: 72px;
}

.business.business-bottom .busines-ico.two {
    background-position: -70px -75px;
    width: 70px;
}

.business.business-bottom  .busines-ico.three {
    background-position: -136px -75px;
    height: 72px;
    margin-bottom: 22px;
}

.business.business-bottom  .busines-ico.four {
    background-position: -208px -75px;
    width: 70px;
}

.business.business-bottom  p {
    margin-top: 12px;
}

.business.business-bottom .btn-home {
    margin-top: 60px;
}

.line-single .faq h3{
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}

.line-single .faq {
    font-size: 16px;
    padding-bottom: 50px;
}

.line-single .faq b {
    display: block;
    font-size: 20px;
}

.line-single .faq .qa {
    margin-bottom: 50px;
    color: #333;
}

.line-single .faq .qa a {
    color: inherit;
    text-decoration: underline;
}

.removal-box {
    background-color: #e7e7e7;
    padding: 20px;
    border-radius: 20px;
    color: #8c8c8c;
}

.removal-box .btn-main {
    font-size: 13px;
    background-color: #fff;
    border-radius: 35px;
    padding: 10px 20px;
    display: block;
    position: relative;
    text-align: center;
    transition: all 300ms ease-out 0s;
    border-color: #5f5f5f;
    margin-top: 20px;
    color: #5f5f5f;
    line-height: 1;
}

.removal-box .btn-main:hover,
.removal-box .btn-main:focus{
    background-color: #ebebeb;
    border-color: #5f5f5f
}


#quote-carousel{
    padding: 0;
    margin-top: 50px;
    box-shadow: none;
    width: 100%;
}


/* Control buttons  */
#quote-carousel .carousel-control
{
    background: none;
    color: #389c69;
    font-size: 4em;
    text-shadow: none;
    margin-top: 210px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
    left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right{
    right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators{
    right: 50%;
    top: auto;
    bottom: 10px;
    margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li{
    background: #65b98d;
    border-color: #65b98d;
}
#quote-carousel .carousel-indicators .active{
    background: #fff;
    border-color: transparent;
}

/* End carousel */

#quote-carousel .item blockquote img {
    margin-bottom: 10px;
    border: none;
}

#quote-carousel .item blockquote p{
    font-size: 17px;
    line-height: 1.5;
    margin-right: 10px;
    text-align: left;
    margin-bottom: 25px;
}

#quote-carousel .item blockquote a{
    color: inherit;
    text-decoration: underline;
}

#quote-carousel .item blockquote p.text-center {
    text-align: center;
}

#quote-carousel .item blockquote p .opacity {
    opacity: 0.6;
    display: block;
}

#quote-carousel .item blockquote p .opacity-line {
    opacity: 0.6;
}

#quote-carousel .item blockquote .entypo {
    font-size: 40px;
    line-height: 19px;
    margin-right: 10px;
}

#quote-carousel .item blockquote ul {
    text-align: left;
    font-size: 17px;
    padding-left: 20px;
}

#quote-carousel .item {
    background-color: #389c69;
    color: #fff;
    padding: 55px 0 0 0;
}

#quote-carousel .item blockquote {
    padding: 0;
    margin: 0;
    border-left: none;
}

.packagesRes .infographics .row.light {
    background-color: #abe1c5;
    padding: 23px 10px;
    margin: 0 40px;
    width: calc(100% - 80px);
    margin-top: -5px;
}

.packagesRes .infographics .glyphicon {
    font-size: 23px;
    margin-right: 10px;
}

.infographics .btn-purpure {
    color: #fff;
    font-size: 20px;
    padding: 8px 50px;
    text-align: center;
    transition: background-color 300ms ease-out 0s;
    border-radius: 35px;
    margin: 0 auto;
}

#quote-carousel .item blockquote h3 {
    font-size: 48px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}

#quote-carousel .item .content {
    margin: 55px auto 0;
    width: 95%;
    padding-bottom: 60px;
}

.leads-img {
    display: block;
    font-size: 57px;
    margin-top: 2%;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    color: #197c49;
}


/*Alerts*/

.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: #320001;
    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;
}

#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;
}

.intra h4{
    font-size: 60px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);
    margin-top: 90px;
    margin-bottom: 25px;
    text-transform: initial;
}

.intra .btn-home {
    font-size: 23px;
    padding: 10px 48px;
    border-radius: 35px;
    margin-right: 22px;
    background-color: rgba(255,255,255,0.9);
}

.intra .btn-home:hover {
    background-color: #fff;
}

.intra .business .btn-home {
    font-size: 14px;
    margin: 0 auto;
    padding: 15px 35px;
    border-radius: 35px;
    margin-top: 20px;
    margin-bottom: 15px;
    background-color: transparent;
}
.intra .business .btn-home:hover {
    background-color: #fff;
}

.intra .btn-home:last-child {
    margin-right: 0;
}

.intra {
    border-top: 5px solid #fff;
}

.intra .cover {
    background: url('/specificStatic/img/cover/cover.jpg');
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

.intra .intra-box {
    margin-top: 0;
}

.footer-single {
    margin-top: 30px;
}

.footer-single,
.footer-single p{
    font-size: 11px;
}

.footer-single a {
    text-decoration: underline;
    margin-right: 10px;
}

.footer-single a:last-child {
    margin-right: 0;
}

.has-success .form-control-feedback,
.has-error .form-control-feedback {
    top: 7px !important;
}

.help-block {
    text-align: center;
}

.strong-text-activation {
    font-size: 16px;
    margin-top: 30px;
}

.strong-text-activation.margin-bottom-50 {
    margin-bottom: 50px;
}

.strong-text-activation a{
    text-decoration: underline;
    color: inherit;
}

.login-stic {
    width: 25%;
    margin: 0 auto;
}

.front-header .modal-title {
    font-size: 35px;
    font-weight: bold;
}

.semi-footer {
    text-align: center;
    position: relative;
    margin-left: -20px;
    border-top: 1px solid #ccc;
    margin-right: -20px;
    padding: 18px 0;
    clear: both;
    margin-bottom: -20px;
    margin-top: 40px !important;
}

.semi-footer a {
    margin: 0;
    padding: 0;
    width: 100%;
}


.incubator-check {
    text-align: left;
}

.incubator-check h6 {
    margin-top: -6px;
    font-size: 14px;
    margin-left: -20px;
}

h6.inc-head {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: -20px;
}


.incubator-check .form-group {
    margin: 20px 0 10px;
}

.incubator-check .info-incu {
    margin-bottom: 20px;
}

.incubator-check .checkbox.disabled label{
    cursor: not-allowed;
}

.intro-subscriptions{
    margin: 0 auto;
    width: 700px;
    color: #686868;
    font-size: 12px;
    text-align: center !important;
}

.intro-subscriptions .incubator-check,
.intro-subscriptions h6.inc-head{
    text-align: center;
}

.intro-subscriptions h6 {
    font-weight: bold;
}

.intro-subscriptions h6.inc-head{
    margin-bottom: 30px;
    margin-top: 30px;
}

.intro-subscriptions .incubator-check .form-group {
    text-align: left;
    margin: 20px auto 10px;
    width: 272px;
}

/**
  MEDIA QUERIES
*/

@media (max-width: 1200px) {
    .leads-img {
        color: #197c49;
        display: block;
        font-size: 43px;
        margin-top: 5%;
        padding-right: 30px;
        position: absolute;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 990px) {
    .leads-img {
        color: #197c49;
        display: block;
        font-size: 30px;
        margin-top: 5%;
        padding-right: 30px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .login .social-box-login .inlineTextDivider {
        margin-left: auto;
    }

    .login-stic {
        width: 100%;
        margin: 0 auto;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {


    #quote-carousel
    {
        margin-bottom: 0;
        padding: 0 40px 0 40px;
    }
    #quote-carousel .item {
        height: 550px;
    }

    .incubator-check .form-group .checkbox {
        margin-bottom: 0;
        white-space: nowrap;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    .social-box-login .inlineTextDivider {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .intro-subscriptions {
        width: auto !important;
    }

    #inc-register-form-first .modal-body .col-md-7 .social-box-login.center .btn-main {
        font-size: 13px;
    }
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel {
        margin-top: 0;
    }

    #quote-carousel .item blockquote  {
        margin: 0 40px;
    }

    #quote-carousel .item blockquote h3 {
        font-size: 35px;
    }
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }

    .infographics,
    .infographics .row,
    .infographics .row .col-md-12{
        padding-left: 0;
        padding-right: 0;
    }

    #quote-carousel .carousel-control {
        color: #fff;
    }
    #quote-carousel .carousel-control.left {
        left: 0;
    }
    #quote-carousel .carousel-control.right {
        right: 0px !important;
    }

    #quote-carousel .item blockquote p,
    #quote-carousel .item blockquote ul{
        font-size: 16px;
    }
    #quote-carousel .carousel-indicators {
        display: none;
    }
    #quote-carousel .item .content {
        margin: 40px auto 0;
        padding-bottom: 40px;
    }
    .packagesRes .infographics .row.light {
        margin: 0;
        width: 100%;
    }

    #quote-carousel .item blockquote img {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .leads-img {
        color: #197c49;
        display: block;
        font-size: 40px;
        margin-top: 7%;
        padding-right: 30px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .intra h4 {
        font-size: 41px;
        margin-top: 40px;
        line-height: 1.2;
        padding: 0 10px;
    }

    .intra .cover {
        padding-bottom: 25px;
    }
    .intra .btn-home {
        font-size: 18px;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .intra {
        border-top-width: 1px;
    }
    .social-box-login.center .btn-main:first-child {
        margin-right: auto !important;
    }

}
@media (min-width: 990px) {
    .line-single .col-md-4.col-md-offset-4 {
        margin-left: 30%;
        width: 40%;
    }
    .line-single .col-md-2 {
        padding-right: 0;
    }


}


@media (max-width: 990px) {
    .social-box-login .btn {
        margin-left: auto !important;
        margin-right: auto;
        display: block;
        width: 80%;
        overflow: hidden;

    }
    .social-box-login .btn:first-child {
        margin-right: auto;
        margin-bottom: 15px;
    }

    .line-single h1, .line-single h2 {
        font-size:25px;
    }

    .forgot-med {
        clear: both;
        float: none !important;
        text-align: left !important;
    }

    .line-single h1 {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .line-single h2 {
        margin-bottom: 25px;
    }

    .social-box-login {
        padding-left: 0;
        padding-right: 0;
    }

    .social-box-login .btn {
        width: initial;
        padding-left: 60px;
    }

    .line-single .col-md-offset-4 > div {
        width: initial !important;
    }

    .social-box-login .btn-main .fa-facebook,
    .google-logo{
        left: 25px;
    }

    #inc-register-form-first .social-box-login.center .btn-main{
        margin-bottom: 15px;
    }


    .social-box-login .btn-main .fa-envelope {
        left: 15px;
    }

    .social-box-login .inlineTextDivider {
        width: calc(100% + 80px);
        margin-left: -40px;
    }



    .business {
        margin-top: 30px;
        padding-top: 30px;
    }

    .line-single .faq h3 {
        font-size: 20px;
    }

    .line-single .faq .qa,
    .line-single .faq b{
        font-size: 15px;
    }
    .removal-box {
        margin-top: 40px;
    }

    .line-single .row,
    .line-single .row .row,
    .line-single .row .row .row,
    .line-single .col-md-6.col-md-offset-3{
        padding-left: 0;
        padding-right: 0;
    }

    .line-single .col-md-6.col-md-offset-3 textarea {
        width: 100% !important;
    }
    .line-single .col-md-offset-4 .btn, .line-single .col-md-offset-3 .btn, .line-single .login-submit .btn {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;

    }

    .front-header .modal-title {
        font-size: 20px;}
}



















#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;
}
@import "../../../../../../specific/Specific/Bma/Resources/Css/less/mixins";
.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: #bbed14;
}
.btn-main {
  background: #97bf0f;
  border-color: #97bf0f;
  color: #fff;
  transition: background 300ms ease-out;
}
.btn-main:hover,
.btn-main:focus {
  background: #bbed14;
  border-color: #bbed14;
}
.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: #97bf0f;
}
.social-box-login .btn,
.intra .btn-home {
  border-color: #97bf0f;
}
.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: #97bf0f;
  border-color: #97bf0f;
}
.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: #97bf0f !important;
  border-color: #97bf0f !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: #bbed14 !important;
  border-color: #bbed14 !important;
}
.modal-footer.no-border.to-login.login,
.modal-footer.no-border.to-login.login a {
  color: #97bf0f;
}
.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: #97bf0f;
  border-color: #97bf0f;
}
.intra .btn-home:hover,
.intra .btn-home:focus {
  border-color: #bbed14;
  color: #bbed14;
}
.intra .btn-home.btn-blue {
  color: #fff;
  border-color: #97bf0f;
  background-color: #97bf0f;
}
.intra .btn-home.btn-blue:hover,
.intra .btn-home.btn-blue:focus {
  color: #fff;
  border-color: #bbed14;
  background-color: #bbed14;
}
.intra .intra-box {
  border-color: #97bf0f;
}
.strong-text-activation,
.business .title-box {
  color: #97bf0f;
}
.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: #bbed14 !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: #97bf0f;
}
.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: #97bf0f;
  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: #bbed14;
}
.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;
}

@import "../../../../../../specific/Specific/Bma/Resources/Css/less/mixins";
.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;
}

@import "../../../../../../specific/Specific/Bma/Resources/Css/less/mixins";
.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: #97bf0f;
  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: #97bf0f !important;
  border-color: #97bf0f !important;
}
.introduction-and-claim-header-wrapper .right-menu .btn.btn-blue:hover,
.introduction-and-claim-header-wrapper .right-menu .btn.btn-blue:focus {
  background: #bbed14 !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: #97bf0f;
  }
  .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 #97bf0f;
    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: #97bf0f;
  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: #97bf0f;
}
.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: #97bf0f;
}
.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: #97bf0f;
  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: #bbed14;
}
.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: #97bf0f;
  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: #97bf0f;
  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: #97bf0f;
  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: #97bf0f;
  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: #97bf0f;
}
.introduction-section-container .introduction-section.claim-listing-and-receive-eBook .default-buttons-container .btn:hover {
  background: #bbed14;
}
.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: #97bf0f;
  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: #97bf0f;
  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: #bbed14;
}
@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: #97bf0f;
  font-size: 20px;
  width: 270px;
  max-width: 100%;
}
.introduction-section-container .introduction-section.download-our-free-report .default-buttons-container .btn:hover {
  background: #bbed14;
}
.introduction-section-container .introduction-section.download-our-free-report .no-account-required {
  color: #97bf0f;
}
@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: #97bf0f;
  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%;
  }
}

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

@import "../../../../../../specific/Specific/Bma/Resources/Css/less/mixins";
@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;
}

@import "../../../../../../specific/Specific/Bma/Resources/Css/less/mixins";
.introduction-section-container .introduction-section .section-title,
.introduction-section-container .introduction-section .title {
  color: #3a589e;
}
.introduction-section-container .introduction-section.video-introduction-section article h1 {
  color: #3a589e;
}
.introduction-section-container .introduction-section.incomplete-section {
  padding-bottom: 20px;
  padding-top: 70px;
}
.introduction-section-container .introduction-section.incomplete-section .circles-container {
  width: 100%;
  float: left;
  clear: both;
  margin: -20px 0 0 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container {
  width: 160px;
  display: inline-block;
  height: 160px;
  overflow: hidden;
}
.introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container .listing-logo-container {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: solid 1px #ccced0;
  background: #fff;
  background-size: 50px auto;
}
.introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container .listing-logo-container img {
  display: none;
}
.introduction-section-container .introduction-section.incomplete-section .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;
}
.introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container:first-child {
  margin-right: -10px;
}
.introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container:last-child {
  margin-left: -10px;
  z-index: 10;
}
.introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container:only-child {
  margin: 0;
}
.introduction-section-container .introduction-section.incomplete-section .description-container {
  margin: 15px 0;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
}
.introduction-section-container .introduction-section.incomplete-section .description-container .listing-info {
  font-size: 17px;
  margin-bottom: 25px;
}
.introduction-section-container .introduction-section.incomplete-section .description-container .listing-info p {
  margin: 0;
}
.introduction-section-container .introduction-section.incomplete-section .description-container h1 {
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 10px 0;
}
.introduction-section-container .introduction-section.incomplete-section .description-container .inc-desc {
  font-size: 17px;
}
@media (max-width: 767px) {
  .introduction-section-container .introduction-section.incomplete-section {
    padding-top: 50px;
  }
  .introduction-section-container .introduction-section.incomplete-section .circles-container {
    margin: 0 0 0 0;
  }
  .introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container {
    width: 130px;
    height: 130px;
  }
  .introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container .listing-logo-container {
    width: 128px;
    height: 128px;
  }
  .introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container .pie-wrapper {
    height: 130px;
    width: 130px;
  }
  .introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container .pie-wrapper .label-container {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container .pie-wrapper .label-container .label span {
    margin: 3px 0;
  }
  .introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container .pie-wrapper .label-container .label span.info {
    font-size: 11.5px;
  }
  .introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container .pie-wrapper .label-container .label span.number {
    font-size: 20px;
  }
  .introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container .pie-wrapper .pie {
    width: 130px;
    height: 130px;
  }
  .introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container .pie-wrapper .pie .quarter-container {
    width: 65px;
    height: 65px;
  }
  .introduction-section-container .introduction-section.incomplete-section .circles-container .circle-container .pie-wrapper .tile {
    width: 65px;
    height: 65px;
  }
  .introduction-section-container .introduction-section.incomplete-section .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;
  }
  .introduction-section-container .introduction-section.incomplete-section .description-container {
    margin: 15px 0;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
  }
  .introduction-section-container .introduction-section.incomplete-section .description-container .listing-info {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .introduction-section-container .introduction-section.incomplete-section .description-container .listing-info p {
    margin: 0;
  }
  .introduction-section-container .introduction-section.incomplete-section .description-container h1 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .introduction-section-container .introduction-section.incomplete-section .description-container .inc-desc {
    font-size: 14px;
  }
}
.introduction-section-container .introduction-section.complete-listing-steps-section {
  padding-bottom: 80px;
  position: relative;
}
.introduction-section-container .introduction-section.complete-listing-steps-section:before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  border: solid 1px #dcdcdc;
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -50px;
  transform: rotate(45deg);
  z-index: 2;
}
.introduction-section-container .introduction-section.complete-listing-steps-section:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-item {
  min-height: 120px;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-item .icon-container .icon > * {
  background: #f4f4f4;
  font-size: 40px;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content h3 {
  font-size: 22px;
  margin: 15px 0 15px 0;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content p {
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  width: 100%;
  float: left;
  clear: both;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content .btn {
  display: inline-block;
  padding: 6px 20px;
  background-color: #3a589e;
  border: none;
  color: #fff;
  margin: 0 0 0 0;
  font-size: 14px;
  border-radius: 15px;
  transition: background 0.3s ease-out;
  text-decoration: none;
  cursor: pointer;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content .btn:hover {
  background: #4e6fbe;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content .btn.btn-upgrade {
  background: #640d59;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content .btn.btn-upgrade:hover {
  background: #802b72;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content .btn.btn-find-out-more {
  background: #d3aace;
  color: #640d59;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content .btn.btn-find-out-more:hover {
  color: #640d59;
  background: #e4cce1;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content p + .btn {
  margin-top: 15px;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content p + .btn  + .btn {
  margin-top: 15px;
}
.introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content .btn + .btn {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .introduction-section-container .introduction-section.complete-listing-steps-section {
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
  }
  .introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-item {
    min-height: 0;
  }
  .introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-item .icon-container .icon > * {
    transform: scale(0.8);
  }
  .introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content h3 {
    font-size: 18px;
    margin: 5px 0 5px 0;
  }
  .introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content p {
    margin: 0;
    font-size: 13px;
  }
  .introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content p + .btn {
    margin-top: 5px;
  }
  .introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content p + .btn  + .btn {
    margin-top: 5px;
  }
  .introduction-section-container .introduction-section.complete-listing-steps-section .timeline-section .timeline .timeline-content .btn + .btn {
    margin-left: 10px;
  }
}
#htgmlSectionsOverrides .sections-order-fix {
  position: relative;
  overflow: hidden;
}
#htgmlSectionsOverrides .sections-order-fix:before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  border: solid 1px #dcdcdc;
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -50px;
  transform: rotate(45deg);
  z-index: 2;
}
#htgmlSectionsOverrides .sections-order-fix:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#htgmlSectionsOverrides .sections-order-fix:first-child:before,
#htgmlSectionsOverrides .sections-order-fix:first-child:after,
#htgmlSectionsOverrides .sections-order-fix.no-ticks:before,
#htgmlSectionsOverrides .sections-order-fix.no-ticks:after {
  display: none;
}
#htgmlSectionsOverrides .sections-order-fix:nth-child(odd):before {
  background: #f4f4f4;
}
#htgmlSectionsOverrides .introduction-section-container {
  position: relative;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section .btn.btn-action {
  display: inline-block;
  margin: 0 12.5px 25px 12.5px;
  padding: 0 35px;
  background-color: #3a589e;
  border-radius: 30px;
  height: 44px;
  color: #fff;
  line-height: 42px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section .btn.btn-action:hover {
  background: #4e6fbe;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section .btn.btn-action.btn-upgrade {
  background: #640d59;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section .btn.btn-action.btn-upgrade:hover {
  background: #802b72;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section .btn.btn-action.btn-find-out-more {
  background: #d3aace;
  color: #640d59;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section .btn.btn-action.btn-find-out-more:hover {
  color: #640d59;
  background: #e4cce1;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.video-introduction-section {
  padding: 50px 0 5px 0;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.video-introduction-section article {
  min-height: 280px;
  padding-bottom: 0;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.video-introduction-section h1 {
  margin-bottom: 5px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.video-introduction-section .sub {
  margin: 0 0 30px 0;
  color: #3a589e;
  font-size: 20px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.video-introduction-section .btn {
  position: relative;
  top: 10px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.what-do-you-need {
  padding-top: 70px;
  padding-bottom: 10px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.what-do-you-need .get-more-leads {
  font-size: 35px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.what-do-you-need .timeline-section {
  padding-bottom: 0;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.what-do-you-need .timeline-section .timeline .timeline-item .icon-container .icon > * {
  font-size: 40px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.what-do-you-need .btn-container {
  position: relative;
  z-index: 10;
  top: -30px;
  text-align: center;
  margin-bottom: -15px;
  width: 100%;
  float: left;
  clear: both;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.what-do-you-need .btn-container .btn {
  min-width: 110px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.leeds-examples .description-part {
  padding: 70px 0 10px 0;
  text-align: center;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.leeds-examples .description-part .section-title {
  margin-bottom: 30px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.leeds-examples .description-part p {
  margin-bottom: 20px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.leeds-examples .description-part .sub-info {
  color: #3a589e;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.leeds-examples .leeds-example {
  background: #fff;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.leeds-examples .actions-container {
  text-align: center;
  padding: 20px 0 0 0;
  margin-bottom: -5px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.leeds-examples .actions-container p {
  margin-bottom: 20px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.common-section {
  padding-top: 70px;
  padding-bottom: 30px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.common-section .section-title {
  margin-bottom: 25px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.common-section .default-text {
  margin-bottom: 0;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.common-section .default-text p {
  font-size: 14px;
  margin-bottom: 22px;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.common-section .default-text p br {
  display: block;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.common-section .default-text p.sub {
  color: #3a589e;
}
#htgmlSectionsOverrides .introduction-section-container .introduction-section.common-section .default-text .btn {
  margin-bottom: 22px;
}

/*Packages*/


.container.packagesRes.nav {
    background-color: #1261a5;
    border-bottom: 1px solid #cecece;
    color: #fff;
}

.container.packagesRes.nav span,
.container.packagesRes.nav .log-in-packages {
    color: #fff;
}

.container.packagesRes.nav .log-in-packages {
    border-left: 1px solid #458ac4;
}

.container.packagesRes.nav a.logo-head {
    background: url("/specificStatic/img/bma/packages/packages2.png") no-repeat scroll 0 -106px transparent;
    vertical-align: middle;
    border-right: 1px solid #458ac4;
    margin-right: 20px;
    padding-right: 20px;
    width: 200px;
}

.limited-packages .boost .line .three div {
    font-size: 14px;
    line-height: 1px;
}

.limited-packages .boost .line .three.limited-pck div em {
    background: url("/specificStatic/img/bma/packages/packages2.png") no-repeat scroll -472px -279px transparent;
    left: -2px;
    top: 16px;
    width: 54px;
}

.line .three.promoteContri div em, .packagesRes .accordion .panes .promoteContri em {
    background: url("/specificStatic/img/bma/packages/packages2.png") no-repeat scroll -338px -57px;
}

.fixed-sidebar .plans .titlePrince b.mo {
    right: -28px;
}

.container.packagesRes.nav h2 {
    border: none;
}

.container.packagesRes.nav .btn {
    background-color: #0091da;
    border-color: #00427a;
    color: #fff;
}

.plans .bronze .btn {
    background-image: none;
    background-color: #2e5000;
    border-color: #2a4900;
    box-shadow: #83a94f;

}

.plans .bronze .btn:hover {
    background-image: none;
    background-color: #2e5000;
    border-color: #2a4900;
    box-shadow: #83a94f;
    opacity: 0.85;
}

.plans .titlePrince b.mo {
    right: -24px;
}
.plans li.bronze span {
    color: #2e5000;
}

.detailsPlan li span em.more-text {
    padding-top: 12px;
}

.line .three.img-pack div em, .packagesRes .accordion .panes .img-pack em {
    background: url("/specificStatic/img/bma/packages/packages2.png")  -397px -59px;
}
.detailsPlan li span em .glyphicon.glyphicon-minus {
    height: auto;
}

.line .three.raport div em, .packagesRes .accordion .panes .raport em {
    background: url("/specificStatic/img/bma/packages/packages2.png")  -452px -60px;
}

.top-section-contener.top-bronze {
    background: url("/specificStatic/img/bma/packages/bronze.png") no-repeat scroll right 10px rgba(0, 0, 0, 0);
    padding-right: 330px;
}

.top-section-contener.top-silver {
    background: url("/specificStatic/img/bma/packages/silver.png") no-repeat scroll right 10px rgba(0, 0, 0, 0);
    padding-right: 330px;
}

.top-section-contener.top-social {
    background: url("/specificStatic/img/bma/packages/social.png") no-repeat top right;
}

.top-section-contener.top-coverege {
    background: url("/specificStatic/img/bma/packages/coverage.png") no-repeat right 10px;
    padding-right: 480px;
    min-height: 225px;
}

.top-section-contener.top-attach {
    background: url("/specificStatic/img/bma/packages/docs.png") no-repeat right 10px;
    padding-right: 480px;
}

.top-section-contener.top-photo {
    background: url("/specificStatic/img/bma/packages/photos.png") no-repeat right 10px;
    padding-right: 480px;
    background-size: 41%;
}

.top-section-contener.top-video {
    background: url("/specificStatic/img/bma/packages/video.png") no-repeat right 10px;
    padding-right: 480px;
}


/*Mobile Packages*/
.container.packagesRes.nav .mobile .mobile-logo {
    background: url("/specificStatic/img/bma/packages/packages2.png") no-repeat scroll -317px -114px;
    background-color: #1262a6 !important;
}

.container.packagesRes.nav .mobile {
    background-image: none;
    background-color: #1262a6 !important;
    padding-bottom: 5px;
    padding-top: 5px;
}

.map-bottom .packages-box p {
    text-align: center;
    width: 49%;
}

.packages-box p span.text {
    display: block;
    text-align: center;
}

.map-bottom {
    background: url("/specificStatic/img/bma/maps.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#feadback-bubble:after,
#feadback-bubble,
#feadback-content,
.fback-contener .left header,
.fback-contener .left label span:before,
#feadback-content-close{
    color: #305205;
}

.fback-contener .submit.btn,
.fback-contener .submit.btn:hover{
    background-image: none;
    background-color: #1262a6;
}

.fback-contener .submit.btn:hover {
    opacity: 0.85;
}

#main .simple-form div.form-control span.gst {
    display: inline-block !important;
    left: 70%;
}

.plans .bronze .btn {
    color:#fff !important;
}

.packages .btn-default[disabled="disabled"],
.plans .bronze .btn[disabled="disabled"]{
    color: #414141 !important;
    background-color: #f4f4f4 !important;;
    border-color: #cecece !important;;
}

.plans .bronze .btn.btn-default {
    background-image: none;
    color: #414141 !important;
}

.plans .bronze .btn.btn-default:hover {
    background-color: transparent !important;
}

.plans li.silver strong {
    border: none;
}

.score-box .row {
    margin-top: 0;
    transition: margin-top 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
}

.score-box .row.score-content.collapse.in {
    margin-top: -30px;
}

@media only screen and (max-width: 800px)  {
    .line .three div .no-table {
        display: none !important;

    }

    .more2 .detailsPlan li span {
        height: 122px;
    }

    .fixed-sidebar .plans .titlePrince {
        margin: 14px 0 5px !important;
    }

    .fixed-sidebar .plans li.silver span .titleHead {
        line-height: inherit;
    }

    .plans .titlePrince b.mo {
        right: -53px;
    }

}

@media only screen and (max-width: 600px)  {
    .plans .titlePrince b.mo {
        right: -53px;
    }
}

@media only screen and (max-width: 480px)  {
    .plans .titlePrince {font-size: 35px;letter-spacing: -3px;}
    .plans .titlePrince b {left: 0;}
    .plans .titlePrince b.mo {right: -22px;}
    .plans li span i.mobileBtnPlans .btn-accordeon {white-space: nowrap;}
    .plans li span i.mobileBtnPlans .btn-accordeon .glyphicon {margin-right: 3px;}
    .plans .titleHead {font-size: 15px;}
}

@media only screen and (max-width: 320px)  {
    .plans li span i.mobileBtnPlans .btn-accordeon {padding-left: 2px;}
}